/*!
Theme Name: MOAA
Theme URI: http://underscores.me/
Author: MOAA
Author URI: https://www.moaa.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moaa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MOAA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@font-face {
	font-family: 'berthold_akzidenz_groteskRg';
	src: url('assets/fonts/berthold_akzidenz_grotesk.woff2') format('woff2'),
		url('assets/fonts/berthold_akzidenz_grotesk.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'berthold_akzidenz_groteskmd';
	src: url('assets/fonts/berthold_akzidenz_grotesk_medium.woff2') format('woff2'),
		url('assets/fonts/berthold_akzidenz_grotesk_medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'berthold_akzidenz_groteskbold';
	src: url('assets/fonts/berthold_akzidenz_grotesk_bold.woff2') format('woff2'),
		url('assets/fonts/berthold_akzidenz_grotesk_bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DidotLTPro_roman';
	src: url('assets/fonts/DidotLTPro-Roman.woff2') format('woff2'),
		url('assets/fonts/DidotLTPro-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DidotLTPro_bold';
	src: url('assets/fonts/DidotLTPro-Bold.woff2') format('woff2'),
		url('assets/fonts/DidotLTPro-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}




:root {
	--primary-color: rgb(181, 18, 27);
	--secondary-color: rgba(0, 56, 70, 1);
	--tertiary-color: rgba(0, 159, 194, 1);
	--white-color: #fff;
	--font-size-104: 104px;
	--font-size-70: 70px;
	--font-size-86: 86px;
	--font-size-60: 60px;
	--font-size-30: 30px;
	--font-size-25: 25px;
	--font-size-24: 24px;
	--font-size-22: 22px;
	--font-size-20: 20px;
	--font-size-18: 18px;
	--font-size-16: 16px;
	--font-size-15: 15px;
	--font-family-berthold-regular: 'berthold_akzidenz_groteskRg';
	--font-family-berthold-medium: 'berthold_akzidenz_groteskmd';
	--font-family-berthold-bold: 'berthold_akzidenz_groteskbold';
	--font-family-DidotLTPro_roman: 'DidotLTPro_roman';
	--font-family-DidotLTPro_bold: 'DidotLTPro_bold';
}

html {
	scroll-behavior: smooth;
}

::selection {
	background-color: var(--primary-color);
	color: var(--white-color);
}

* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

hr {
	margin: 20px 0;
}

body {
	font-family: var(--font-family-berthold-regular);
	font-size: var(--font-size-18);
}

.container {
	width: 100%;
	max-width: 1620px;
	padding: 0 60px;
	margin: 0 auto;
}

.header-container {
	max-width: 1900px;
	padding: 0 30px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.row>* {
	padding: 0 15px;
}

.full-col {
	width: 100%;
}

.align-center {
	align-items: center;
}

.justify-space-between {
	justify-content: space-between;
}

strong,
b {
	font-family: var(--font-family-berthold-medium);
	font-weight: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
}

.btn {
	background-color: var(--primary-color);
	color: var(--white-color);
	font-size: var(--font-size-20);
	font-family: var(--font-family-berthold-bold);
	padding: 22px 58px;
	display: inline-block;
}

.btn:hover {
	background-color: var(--secondary-color);
	/* color: var(--white-color); */
}

.has-icon {
	background-image: url(assets/images/arrow-up-right.png);
	background-position: right 25px center;
	background-size: 24px;
	background-repeat: no-repeat;
	padding: 20px 80px 20px 50px;
}

.has-icon:hover {
	background-position: right 15px center;
}

a,
button,
input[type="submit"] {
	transition: 0.4s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: var(--font-family-DidotLTPro_bold);
}

h1,
.main-heading {
	font-size: var(--font-size-86);
	line-height: 1.22;
	color: var(--secondary-color);
	margin-bottom: 26px;
}

.inner_hero h1,
.inner_hero .main-heading {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	text-transform: unset;
}

h2,
.section-heading {
	font-size: var(--font-size-60);
	color: var(--secondary-color);
	text-transform: uppercase;
	margin-bottom: 18px;
}

h3 {
	font-size: var(--font-size-24);
	font-family: var(--font-family-berthold-bold);
	margin-bottom: 25px;
}

h5,
.section-sub-heading {
	font-size: calc(var(--font-size-22) - 1px);
	color: var(--primary-color);
	margin-bottom: 32px;
	text-transform: uppercase;
	font-family: var(--font-family-berthold-regular);
	letter-spacing: 5.25px;
}


/* 
.section-sub-heading {
} */

.section-description {
	font-size: var(--font-size-22);
	color: #8B8B8B;
	line-height: 1.54;
}
.dark-bg .section-description {
	color: rgba(255, 255, 255, 0.5);
}
.section-description p {
	margin-bottom: 35px;
}

.section-link {
	padding-top: 28px;
}

.section-title {
	width: 100%;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.px-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}



/* gform default css  */
input:focus,textarea:focus {
	border: none;
	outline: none;
}
.fieldset {
	border: none;
}

.hide_summary {
	display: none;
}

.gform_heading {
	display: none;
}

.gform-field-label {
	display: none;
}

.gform_fields {
	display: flex;
	flex-wrap: wrap;
	column-gap: 48px;
}

.gform_fields>* {
	width: 100%;
}

.gform_fields .gfield--width-half {
	width: calc(50% - 24px);
	float: left;
}

.gform-field-label {
	font-size: var(--font-18);
}

.gfield--width-full {
	width: 100%;
}

.gform-grid-row {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
}

.gform-grid-row>* {
	flex: 1;
}

.gform_footer input[type="submit"] {
	/* position: absolute; */
	top: 8px;
	right: 7px;
	height: 80px;
	background-color: var(--primary-color);
	width: auto;
	height: 64px;
	color: var(--white-color);
	font-size: var(--font-size-20);
	font-family: var(--font-family-berthold-bold);
	background-image: url(assets/images/arrow-up-right.png);
	background-position: right 25px center;
	background-size: 24px;
	background-repeat: no-repeat;
	padding: 20px 80px 20px 50px;
	cursor: pointer;
	border: none;
}

.gform_footer input[type="submit"]:hover {
	background-color: var(--secondary-color);
	background-position: right 15px center;
}

.gfield_validation_message {
	margin-top: 10px;
	color: var(--primary-color);
}

.gform_ajax_spinner {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.gform_confirmation_message {
	color: #009FC2;
	font-weight: 700;
	text-align: center;
}

.gform_fields input {
	height: 66px;
}

.gfield {
	margin-bottom: 30px;
}

.gform_fields input,
.gform_fields textarea {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	border: none;
	padding: 20px 25px;
	width: 100%;
	color: var(--white-color);
	font-size: var(--font-size-18);
	font-family: var(--font-family-berthold-regular);
}

.gform_fields input::placeholder,
.gform_fields textarea::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.gform_fields input:focus,
.gform_fields textarea:focus {
	border: none;
	outline: none;
}

fieldset {
	border: none;
}

.gform_footer {
	text-align: center;
}

/* gform css end here   */

.site-branding a img {
	max-height: 66px;
	min-height: 40px;
	object-fit: contain;
	object-position: left;
	width: auto;
}

.main-navigation {
	padding-left: 35px;
}

/* menu css start here   */
.menu-toggle {
	display: none;
}

.scroll-none {
	overflow: hidden;
}

.dismiss {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	color: #fff;
	border: none;
	z-index: 99999;
	display: flex;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-20);
	transition: 0.4s;
	transform: scaleX(0);
	transform-origin: right top;
	cursor: pointer;
}

.main-navigation .menu {
	display: flex;
	list-style: none;
	justify-content: end;
}

.main-navigation .menu>li {
	padding: 0 18px;
	position: relative;
}

.main-navigation .menu>li:last-child {
	padding-right: 0;
}

.main-navigation .menu>li a {
	color: var(--secondary-color);
	font-size: var(--font-size-18);
}

.main-navigation .menu>li.menu-item-has-children a {
	padding-bottom: 20px;
}

.main-navigation .menu>li a:hover,.main-navigation .menu>li.current-menu-item>a,.main-navigation .menu>li.current-menu-parent>a {
	color: var(--primary-color);
}

/* sub menu style here  */
.main-navigation .menu>li ul.sub-menu {
	position: absolute;
	list-style: none;
	background-color: var(--white-color);
	width: max-content;
	box-shadow: 0 0 2px rgba(181, 18, 27, 0.2);
	top: 35px;
	left: 50%;
	min-width: 160px;
	max-width: 240px;
	transform: translateX(-50%) scaleY(0);
	transition: 0.4s;
	transform-origin: top;
	flex-direction: row;
	z-index: 9;
	max-height: 60vh;
	overflow-y: auto;
}

.main-navigation .menu>li:hover ul.sub-menu {
	transform: translateX(-50%) scaleY(1);
}

.main-navigation .menu>li ul.sub-menu li {
	width: 100%;
}

.main-navigation .menu>li ul.sub-menu a {
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
}

.main-navigation .menu>li ul.sub-menu a:hover,.main-navigation .menu>li ul.sub-menu li.current-menu-item a {
	color: #fff;
	background-color: var(--primary-color);
}

.menu-item-has-children .angle-down {
	background-image: url(assets/images/angle-down.svg);
	background-size: 12px;
	width: 15px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 11px;
	margin-top: 8px;
	display: inline-block;
	cursor: pointer;
	transition: 0.4s;
}


header ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* header -top css here */
.header-top {
	background-color: var(--secondary-color);
	position: relative;
}

.header-top li {
	color: var(--white-color);
	display: flex;
	align-items: center;
	font-size: var(--font-size-18);
}

.header-top li img {
	margin-right: 10px;
	width: 20px;
	object-fit: contain;
	height: 20px;
}

.header-top li a {
	color: inherit;
	display: flex;
	align-items: center;
	padding: 15px 0;
}

.header-top li a:hover {
	color: var(--tertiary-color);
}

.header-contact {
	width: 100%;
}

.header-contact ul li {
	border-right: 1px solid rgba(139, 139, 139, .15);
	padding: 0 37px;

}

.header-contact ul li:first-child {
	padding-left: 0;
}

.header-contact ul li:last-child {
	border-right: none;
}

.header-account {
	width: 40%;
	position: absolute;
	right: 0;
	padding-right: 0;
}

.header-account ul {
	justify-content: end;
	flex: 0 0 auto;
}

.header-account li a {
	padding: 15px 37px;
	font-family: var(--font-family-berthold-bold);
}

.header-account li.live-chat a {
	background-color: var(--tertiary-color);
}

.header-account li.live-chat a:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}
.header-account .header-become-member {
    margin-right: 10px;
}
.header-account .header-become-member a {
    background-color: #09bde4;
}
.header-account .header-become-member a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}
/* header bottom  */
.header-bottom {
	padding: 31px 0;
}

.left-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 68%;
}

.right-content {
	width: 32%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 34px;
	justify-content: end;
}

.right-content .call {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.right-content .call .icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
}

.right-content .call .icon img {
	width: 22px;
	object-fit: contain;
}

.call .number-text {
	padding-left: 15px;
}

.call .number-text p {
	font-size: var(--font-size-15);
	color: var(--secondary-color);
	text-transform: uppercase;
	letter-spacing: .5px;
}

.call .number-text a {
	color: var(--tertiary-color);
	font-size: var(--font-size-25);
	font-family: var(--font-family-berthold-bold);
	letter-spacing: .5px;
}

.call .number-text a:hover {
	color: var(--primary-color);
}

/* footer css start here  */
footer.site-footer {
	padding: 120px 0;
	background-color: #F7F7F7;
	padding-bottom: 0 !important;
}

.foot-col {
	width: 22.66%;
}

.foot-content {
	width: 32%;
}

.foot-content .logo {
	margin-bottom: 30px;
}

.foot-content .logo img {
	max-height: 97px;
	object-fit: contain;
	object-position: left;
}

.foot-content .foot-description {
	color: #8B8B8B;
	line-height: 1.88;
	margin-bottom: 30px;
	max-width: 380px;
}

.foot-content .time-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #003846;
}

.foot-content .time-content img {
	padding-right: 10px;
	filter: brightness(0) saturate(100%) invert(12%) sepia(76%) saturate(3894%) hue-rotate(338deg) brightness(95%) contrast(116%);
	height: 20px;
	height: 20px;
	object-fit: contain;
}

footer ul {
	list-style: none;
}

footer h3 {
	font-size: var(--font-size-24);
	color: #003846;
	font-family: var(--font-family-berthold-bold);
	margin-bottom: 30px;
}

footer ul li {
	padding: 15px 0;
}

footer ul li a {
	color: #8B8B8B;
}

.foot-col ul li a:hover {
	color: var(--primary-color);
}

.foot-contact ul li {
	padding: 0;
}

.foot-contact a {
	font-size: var(--font-size-22);
	color: var(--primary-color);
	font-family: var(--font-family-berthold-bold);
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}

.foot-col.foot-contact a:hover {
	color: var(--secondary-color);
}

.footer-bottom {
	background-color: var(--primary-color);
	padding: 25px 40px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 55px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-privacy ul {
	display: flex;
	flex-wrap: wrap;
}

.foot-privacy ul li {
	padding: 0 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.foot-privacy ul li:last-child {
	padding-right: 0;
	border: none;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.5);
}

.footer-bottom a:hover {
	text-decoration: underline;
}

/* hero section css  */
.hero-main {
	padding: 172px 0;
	background-size: cover;
	position: relative;
}

.hero-main::after,
.hero-main::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #FFFFFF -0.57%, rgba(255, 255, 255, 0.7) 20.95%, rgba(254, 255, 255, 0.22) 50.48%, rgba(255, 255, 255, 0) 100%);
}

.hero-main::before {
	background: linear-gradient(180deg, rgba(9, 49, 60, 0.08) 0%, rgba(20, 41, 47, 0) 21.24%, rgba(32, 32, 32, 0) 100%);
}

.hero-description {
	font-size: var(--font-size-22);
	color: #000;
	line-height: 1.54;
	max-width: 600px;
	margin-bottom: 50px;
}

.hero-text {
	position: relative;
	z-index: 1;
}

.inner_hero > .container {
	position: relative;
	z-index: 1;
}

.inner_hero .hero-text {
	width: 100%;
}

.inner_hero.has-wufoo-form .hero-text {
	width: 61.5384615385%;
}

.inner_hero .wufoo-script-code {
	position: relative;
	z-index: 1;
	width: 38.4615384615%;
	background: var(--white-color);
	border-radius: 20px 20px 20px 0px;
	padding: 40px 30px;
}

.inner_hero .wufoo-script-code .wufoo-script-title{
	text-align: center;
}

.inner_hero::after,
.inner_hero::before {
	display: none;
}

.inner_hero.dark-layer .hero_image::after,.archive-page.inner_hero.dark-layer::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0, transparent);
	display: block !important;
}

.solid-layer {
	background-color: var(--secondary-color);
}

.inner_hero .main-heading {
	color: var(--white-color);
}

.single-post .inner_hero h1,
.single-post .inner_hero .main-heading {
	font-size: var(--font-size-60);
}

.inner_hero .hero-description {
	color: var(--white-color);
}

.inner_hero {
	padding: 160px 0;
	background-position: right center;
	position: relative;
}

.inner_hero .hero_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner_hero .hero_image img {
    object-fit: cover;
    object-position: center right;
    width: 100%;
    height: 100%;
}

.counter-main {
	padding: 80px 0;
}

.counter-item {
	width: 33.33%;
	border-right: 1px solid #D9D9D9;
	text-align: center;
	padding: 0 85px;
}

.counter-nemuber {
	font-size: var(--font-size-70);
	font-family: var(--font-family-berthold-bold);
	color: var(--primary-color);
	margin-bottom: 15px;
}

.counter-nemuber sub {
	font-size: calc(var(--font-size-70) - 40%);
	/* margin-left: -25px; */
}

.counter-content,
.counter-content p {
	font-size: calc(var(--font-size-22) + 1px);
	color: var(--secondary-color);
	line-height: 1.47;
}

.counter-item:nth-child(3n + 3) {
	border: none;
}

.counter-item:nth-child(n + 4) {
	margin-top: 40px;
}

/* service css  */
.service-main {
	padding: 100px 0;
	position: relative;
	background-color: var(--secondary-color);
	z-index: 1;
	overflow: hidden;
}

.service-main::after {
	content: "";
	position: absolute;
	left: 80px;
	top: -12px;
	width: 216px;
	height: 200px;
	background-image: url(assets/images/union-service.png);
	background-size: contain;
	background-repeat: no-repeat;
}


.service-main .background-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.06;
}

.service-main .background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-title {
	width: 100%;
	color: var(--white-color);
}


.center-title {
	text-align: center;
}

.service-title .section-sub-heading {
	color: var(--white-color);
}

.service-title .section-heading {
	color: var(--white-color);
}

.service-title .section-description {
	color: rgb(255, 255, 255, 0.5);
}

.service-title .section-description p {
	margin-bottom: 0;
}

.service-content {
	width: 100%;
}

.tabing-list {
	margin-top: 50px;
}

.tabing-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}

.tabing-list ul li {
	background-color: rgba(255, 255, 255, .05);
	cursor: pointer;
	position: relative;
	font-size: var(--font-size-22);
	color: rgb(255, 255, 255, 0.55);
	font-family: var(--font-family-berthold-medium);
	padding: 26px 68px;
}

.tabing-list ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 32px;
	background-color: rgba(254, 255, 255, 0.3);
}

.tabing-list ul li:hover::after,
.tabing-list ul li.active::after {
	background-color: transparent;
}

.tabing-list ul li:last-child::after {
	display: none;
}

.tabing-list ul li.active,
.tabing-list ul li:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}

.tabing-content {
	margin-top: 90px;
}

.tabing-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 60px;
	display: none;
}

.tabing-items.active {
	display: flex;
}

.tabing-box {
	width: calc(100% / 3 - 40px);
	text-align: center;
	background: linear-gradient(180deg, rgba(139, 139, 139, 0) 0%, rgba(139, 139, 139, 0.5) 137.35%);
	padding: 98px 44px;
	position: relative;
	margin: 0 20px;

}

.tabing-box img {
	height: 90px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(170deg) brightness(105%) contrast(102%);
}

.service-heading {
	font-size: var(--font-size-24);
	color: var(--white-color);
	font-family: var(--font-family-berthold-bold);
	margin-top: 70px;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}

.service-description {
	font-size: var(--font-size-22);
	color: var(--white-color);
	line-height: 1.54;
}

.service-description sub {
	vertical-align: bottom;
}

.service-btn {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background-color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -35px;
}

.service-btn span {
	height: 30px;
	width: 30px;
	background-image: url(assets/images/arrow-right.png);
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
	display: inline-block;
}


.service-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.3);
	/* border-top: 1px solid #fff; */
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url(assets/images/service-circle-border.png);
	background-size: contain;
}

.view-all {
	width: 100%;
	text-align: center;
	padding-top: 122px;
}

.view-all .btn:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.tabing-box:hover {
	background: var(--white-color);
	transition: 0.4s;
}

.tabing-box:hover img {
	filter: none;
}

.tabing-box:hover .service-heading {
	color: #09313C;
}

.tabing-box:hover .service-description {
	color: var(--secondary-color);
}

.tabing-box:hover .service-btn {
	background-color: var(--primary-color);
}

.tabing-box:hover .service-btn::after {
	/* border-color: var(--secondary-color); */
	background-image: url(assets/images/service-circle-border-hover.png);
}

.tabing-box:hover .service-btn span {
	filter: invert(1);
}

.about-main {
	padding: 145px 0 125px;
	background-color: #E6EAEB;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.about-main::before {
	content: "";
	position: absolute;
	right: -190px;
	top: 0px;
	width: 367px;
	height: 367px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(assets/images/about-union.png);
	z-index: -1;
}

.about-main-img {
	padding-right: 35px;
}

.about-img {
	width: 50%;
	position: relative;
}

.about-img img {
	width: 100%;
	max-height: 860px;
	object-fit: cover;
}

.about-text {
	width: 50%;
	padding-left: 150px;
}
.columb-2 .about-text {
	padding-left: 15px;
	padding-right: 100px;
}
.about-text .section-sub-heading {
	margin-bottom: 20px;
}

.about-card {
	width: 300px;
	background-color: var(--white-color);
	padding: 50px;
	position: absolute;
	right: -50px;
	bottom: 100px;
	padding-bottom: 115px;
}

.about-card::after {
	content: "";
	position: absolute;
	bottom: 53px;
	left: 50px;
	width: 50px;
	height: 2px;
	background-color: var(--primary-color);
}

.about-card h3 {
	color: var(--primary-color);
	font-size: calc(var(--font-size-60) + 7px);
	font-family: var(--font-family-berthold-bold);
	margin-bottom: 17px;
}

.about-card p {
	font-size: calc(var(--font-size-24) + 4px);
	color: var(--primary-color);
}

.about-card .award-icon {
	position: absolute;
	bottom: 50px;
	right: 50px;
	opacity: 0.2;
	width: 50px;
	height: 50px;
}



.process-main {
	padding: 150px 0 100px;
	position: relative;
	z-index: 1;
}

.process-main::before,
.blog-main::before,
.say-about-main::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -48px;
	width: 430px;
	height: 430px;
	background-image: url(assets/images/union.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: center;
}

.process-main.icon-hide {
	padding: 82px 0 85px;
}

.process-main.icon-hide::before,
.blog-main.icon-hide::before {
	display: none;
}

.step-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.step-item {
	text-align: center;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-direction: column;
	width: 26%;
	position: relative;
}

.step-item:nth-child(n + 4) {
	margin-top: 80px;
}

.step-item::after {
	content: "";
	position: absolute;
	top: 122px;
	left: calc(100% + 10px);
	width: calc(100% - 64%);
	height: 24px;
	/* border-top: 1px dotted var(--primary-color); */
	background-image: url(assets/images/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.step-item:nth-child(n + 3)::after {
	display: none;
}

.step-item .icon {
	background-color: var(--secondary-color);
	height: 150px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 45px;
}

.step-count {
	font-size: var(--font-size-20);
	font-family: var(--font-family-DidotLTPro_roman);
	letter-spacing: 5px;
	color: var(--primary-color);
	text-transform: uppercase;
	margin-bottom: 21px;
}

.step-item .icon img {
	width: 58px;
	object-fit: contain;
}

.step-heading {
	font-size: var(--font-size-24);
	font-family: var(--font-family-berthold-bold);
	color: var(--secondary-color);
	margin-bottom: 21px;
	line-height: normal;
}

.step-description {
	font-size: var(--font-size-22);
	line-height: 1.54;
	color: #8B8B8B;
}



.why-choose-main {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.why-choose-main::before {
	content: "";
	position: absolute;
	left: 26%;
	bottom: -140px;
	width: 324px;
	height: 324px;
	background-image: url(assets/images/choose-union.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: center;
}

.border-box {
	border-top: 1px solid #D9D9D9;
	padding: 100px 0;
}

.why_choose-text {
	width: 50%;
	padding-right: 10%;
}

.why_choose-card {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.why_choose-item {
	width: 48.6%;
	background-color: rgba(9, 49, 60, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 56px 50px;
	margin-bottom: 20px;
	text-align: center;
}

.card-image {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: var(--white-color);
	box-shadow: 0 4px 34px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-bottom: 42px; */
}

.card-image img {
	width: 50px;
	object-fit: contain;
	object-position: center;
}

.choose-card-heading {
	font-size: var(--font-size-24);
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	color: var(--secondary-color);
	margin-top: 42px;
	color: #003846;
}

.why_choose-item:first-child {
	background-color: var(--primary-color);
	/* justify-content: space-between;
	align-items: self-start; */
	text-align: left;
}

.why_choose-item:first-child .card-image {
	width: 100%;
	height: auto;
	background-color: transparent;
	box-shadow: none;
}

/* 
.why_choose-item:first-child .card-image img {
	filter: brightness(1000);
} */

.why_choose-item:first-child .choose-card-heading {
	font-family: var(--font-family-berthold-regular);
	font-size: calc(var(--font-size-24) + 4px);
	color: var(--white-color);
	line-height: 1.21;
	position: relative;
	padding-bottom: 10px;
}
/* .why_choose-item:hover:first-child .choose-card-heading {
	position: static;
} */

.why_choose-item:first-child .choose-card-heading::after {
	content: "";
	position: absolute;
	bottom: -41px;
	left: 0;
	width: 50px;
	height: 2px;
	background-color: var(--white-color);
}

.find-right-main {
	position: relative;
	z-index: 1;
	padding: 130px 0;
	background-position: right -170px center;
	background-size: 100% auto;
	overflow: hidden;


	/* background-size: 2900px;
    background-repeat: no-repeat;
    background-position: top right -210px;
    background-position-y: -140px; */
}

.find-right-main::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(9, 49, 60, 0) 1.14%, rgba(136, 126, 110, 0) 37.84%, rgba(136, 126, 110, 0.67) 49.5%, #887E6E 72%, #887E6E 100%);
	z-index: -1;
}

.find-right-main::before,
.why-love-main::before {
	content: "";
	position: absolute;
	right: -250px;
	top: -41px;
	width: 540px;
	height: 540px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(assets/images/find-right.png);
	z-index: -1;
}

.why-love-main::before {
	right: -290px;
	top: -32px;
}

.find-right-text {
	width: 55%;
}

.section-title.dark-bg .section-sub-heading {
	color: var(--white-color);
}

.section-title.dark-bg .section-heading {
	color: var(--white-color);
}

.find-right {
	margin-top: 40px;
}

.find-right-item {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 20px 30px;
	margin-bottom: 40px;
	color: var(--white-color);
	cursor: pointer;
}

.find-right-item:last-child {
	margin-bottom: 0;
}

.find-right-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.find-right-title {
	margin-bottom: 0;
	font-size: var(--font-size-22);
	font-family: var(--font-family-berthold-medium);
	width: calc(100% - 44px);
}

.find-right-icon {
	background-image: url(assets/images/plus.png);
	background-size: contain;
	height: 24px;
	width: 24px;
	transition: 0.4s;
}

.find-right-content {
	margin-top: 25px;
	display: none;
}
.find-right-content a {
	color: var(--primary-color);
}
.find-right-content a:hover {
	text-decoration: underline;
}
.find-right-item.active .find-right-icon {
	background-image: url(assets/images/minus.png);
}

.find-right-main .section-link {
	margin-top: 35px;
}

.blog-main {
	padding: 150px 0;
	position: relative;
	z-index: 1;
}

.blog-main.icon-hide {
	padding: 60px 0;
}

.blog-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.blog-items {
	width: 30.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blog-text {
	border: 1px solid rgba(0, 56, 70, 0.08);
	padding: 50px;
	border-bottom: none;
}

.featured-image {
	overflow: hidden;
}

.featured-image img {
	width: 100%;
	object-fit: cover;
	height: 298px;
	transition: 0.5s;
}

.featured-image:hover img {
	transform: scale(1.1);
}

.post-date {
	background-image: url(assets/images/calendar.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 35px;
	color: var(--secondary-color);
	opacity: 0.3;
}

.post-title {
	font-size: calc(var(--font-size-25) + 2px);
	color: var(--secondary-color);
	font-family: var(--font-family-berthold-bold);
	padding: 30px 0;
	display: inline-block;
	width: 100%;
}

a.read-more {
	font-size: var(--font-size-20);
	font-family: var(--font-family-berthold-bold);
	color: var(--primary-color);
	background-image: url(assets/images/arrow-up-right-1.png);
	background-position: right center;
	background-size: 24px;
	background-repeat: no-repeat;
	padding-right: 55px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
}

a.read-more:hover {
	filter: brightness(0) saturate(100%) invert(17%) sepia(51%) saturate(947%) hue-rotate(147deg) brightness(98%) contrast(103%);
}

.blog-list .view-all {
	padding-top: 80px;
}

.blog-list .view-all a.btn:hover {
	background-color: var(--secondary-color);
}

.newsltetter-main {
	background: linear-gradient(-180deg, rgba(255, 255, 255, 1) 50%, rgba(247, 247, 247, 1) 50%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.newsltetter-main::before {
	content: "";
	position: absolute;
	right: -137px;
	bottom: calc(50% - 150px);
	width: 324px;
	height: 324px;
	background-image: url(assets/images/choose-union.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: center;
	transform: rotate(-52deg);
}

.newsletter-box {
	background-color: var(--secondary-color);
	padding: 80px 100px;
	position: relative;
}

.newsletter-box::after {
	content: "";
	position: absolute;
	left: -70px;
	top: -70px;
	transform: rotate(-45deg);
	width: 216px;
	height: 200px;
	background-image: url(assets/images/union-service.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.newsltetter-text {
	width: 50%;
}

.newsltetter-form {
	width: 50%;
}

.newsletter-description {
	color: rgba(255, 255, 255, 0.49);
	margin-top: 20px;
	font-size: var(--font-size-22);
}

.newsltetter-form input {
	background-color: var(--white-color);
	color: var(--secondary-color);
	width: 100%;
	height: 79px;
	padding: 0 30px;
	font-size: var(--font-size-22);
	border: none;
	padding-right: 250px;
	border-radius: 0;
}

.newsltetter-form input::placeholder {
	color: var(--secondary-color);
}

.newsltetter-form form {
	position: relative;
	/* background-color: var(--white-color); */
}

.newsltetter-form .gform_footer input[type="submit"] {
	position: absolute;
}

.newsltetter-form .gform_fields>div {
	width: 100%;
}




/* page-content css  */
body .footer-notes p{
	font-size: var(--font-size-18);
}
.page-content {
	padding: 90px 0;
}

.single-featured-image {
	margin-bottom: 40px;
}

.single-featured-image .single-post-thumbnail {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.content-col {
	width: 100%;
}

.page-content h2 {
	text-transform: unset;
	margin-bottom: 15px;
}

.content-section h3,.content h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: calc(var(--font-size-24) + 2px);
	text-transform: unset;
	color: #000;
}

.page-content h5+h2 {
	margin-top: -15px;
}

.page-content p {
	font-size: var(--font-size-22);
	margin-bottom: 34px;
	line-height: 1.54;
	color: #8B8B8B;
}
.page-content ol li {
    font-size: var(--font-size-22);
}
.page-content a {
	font-size: var(--font-size-22);
}

.single-post .page-content a,
.single-post .page-content .entry-content a {
	color: var(--primary-color);
}

.single-post .page-content a:hover,
.single-post .page-content .entry-content a:hover {
	color: var(--secondary-color);
}

.page-content img,
.page-content video,
.page-content iframe {
	width: 100%;
	margin-bottom: 40px;
	margin-top: 15px;
}

.page-content table tr td img {
	width: auto;
	margin: 0;
}

.page-content ul:not(:last-child) > ul {
	margin-bottom: 32px;
}
.faq ol li{
	margin-bottom: 32px;
}
.faq ol:not(:last-child) > ol{
	margin-bottom: 32px;
}
.page-content p:last-child{
	margin-bottom: 0;
}
.page-content ul li {
	font-size: var(--font-size-22);
	list-style: none;
	background-image: url(assets/images/angle-right.svg);
	background-size: 7px;
	background-repeat: no-repeat;
	background-position: top 11px left;
	color: #8B8B8B;
	padding-left: 15px;
	margin-bottom: 22px;
	line-height: 1.54;
}


.content-section a {
	color: var(--primary-color);
	display: inline-block;
}


.content-section a:hover {
	text-decoration: underline;
}

.page-content hr {
	max-width: 80%;
	margin: 50px auto 20px; 
	color: #D9D9D9;
	border-top: 1px solid;
}

.sldebar-active .content-col {
	width: 62%;
}

.sidebar {
	width: 34%;
	margin-top: 75px;
}

.contact-sidebar {

	background-color: #E6EAEB;
	padding: 40px 40px 58px;
}

.contact-sidebar .section-sub-heading {
	margin-bottom: 18px;
}

.sidebar .section-link {
	padding-top: 25px;
}

.sidebar .section-description {
	margin-top: 25px;
}
.policy-sidebar ul.section-description,.policy-sidebar .link-description{margin-top: 25px;} 

.information {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.information-icon {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	background-color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.information-icon img {
	height: 22px;
	width: 22px;
	object-fit: contain;
	margin: 0 !important;
}


.information-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.3);
	border-top: 1px solid #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.information-content {
	width: calc(100% - 120px);
	padding-left: 20px;
}

.information-content h3 {
	font-family: var(--font-family-berthold-medium);
	font-size: var(--font-size-22);
	color: #222222;
	margin-bottom: 10px;
}

.information-content p,
.information-content a {
	line-height: 1.8;
	font-size: var(--font-size-18);
	margin-bottom: 10px;
	color: #8B8B8B;
	word-break: break-word;
}

.information-content a:hover {
	color: var(--primary-color);
}

.information-content p {
	position: relative;
}

.information-content p::after {
	content: "";
	position: absolute;
	left: -42px;
	bottom: 0;
	width: 3px;
	background-color: rgba(32, 32, 32, 0.1);
	border-radius: 3px;
	height: 75%;
}
.contact-information .information-content p::after {
	bottom: unset;
	top: 15px;
}


.policy-sidebar {
	background-color: var(--secondary-color);
	padding: 40px;
	margin-top: 62px;
}

.policy-sidebar .section-sub-heading {
	opacity: 0.55;
}

.policy-sidebar .section-heading {
	font-size: calc(var(--font-size-30) + 10px);
	margin-top: 20px;
}

.policy-sidebar .section-description {
	margin-top: 0;
}
.policy-sidebar .section-description p {
	color: rgba(255, 255, 255, 0.5);
}

.policy-sidebar ul li {
	margin-bottom: 18px;
	background-position: top 10px left;
}
.policy-sidebar ul li ul li {
	margin-left: -15px !important;
}

.policy-sidebar ul li p {
	font-size: var(--font-size-18);
}

.policy-sidebar ul li a {
	font-size: var(--font-size-20);
	color: rgba(255, 255, 255, .7);
}

.policy-sidebar a:hover {
	color: var(--primary-color);
}

.policy-sidebar a.btn:hover {
	background-color: rgba(255, 255, 255, 0.4);
	color: var(--white-color);
}

.policy-sidebar .section-link {
	padding-top: 10px;
}
.policy-sidebar .section-description h3.wp-block-heading {
	color: rgba(255, 255, 255, 0.5);
    font-size: var(--font-size-20);
    margin-top: 0px;
    margin-bottom: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px;
}
.policy-sidebar .section-description h3.wp-block-heading + p {
	margin-bottom: 10px;
}

.inline-heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	gap: 20px;
}

.inline-heading .section-heading {
	margin: 0;
}

.inline-heading .section-link {
	padding-top: 0;
}

.say-about-main {
	padding: 150px 0 85px;
	position: relative;
	z-index: 1;
}

ul.review {
	margin-bottom: 40px;
}

.review li {
	background-image: url(assets/images/empty-star.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	list-style: none;
	display: inline-block;
}

.review li.checked {
	background-image: url(assets/images/star.png);
}

.testimonial-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* margin-top: 10px; */
}

.testimonial-item {
	padding: 0 14px;
	padding-top: 20px;
}

.testimonial-content .slick-list {
	margin: 0 -14px;
}

.testimonial-box {
	padding: 70px 70px 18px;
	background-color: #E6EAEB;
	position: relative;
}

.testimonial-box::after {
	content: "";
	position: absolute;
	right: 30px;
	top: -16px;
	width: 60px;
	height: 60px;
	background-image: url(assets/images/quotes.png);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--primary-color);
	border-radius: 50%;
}

.testimonial-item p,
.testimonial-description,
.testimonial-description p {
	font-size: var(--font-size-22);
	line-height: 1.54;
	margin-bottom: 30px;
	color: #8B8B8B;
}

.testimonial-item h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	color: var(--secondary-color);
	padding-top: 41px;
	margin-bottom: 5px;
	border-top: 1px solid #DDDDDD;
}

.arrows {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 62px;
}

.arrows .prev,
.arrows .next {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #F8F8F8;
	border-radius: 50%;
	margin: 0 35px;
}

.arrows .prev::before,
.arrows .next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	background-image: url(assets/images/slider-arrow.png);
	background-repeat: no-repeat;
	background-size: 35px;
	width: 35px;
	height: 18px;
	z-index: 1;
	transition: 0.4s;
	cursor: pointer;
}

.arrows .prev:hover::before,
.arrows .next:hover::before {
	left: 10px;
}

.arrows .next {
	transform: scaleX(-1);
}

.testimonial-description {
	border-top: 1px solid #D9D9D9;
	margin-top: 50px;
	padding: 55px 15px 0;
	/* margin-bottom: 0; */
}

.why-love-main {
	padding: 155px 0 145px;
	position: relative;
	background-color: var(--secondary-color);
	z-index: 1;
	overflow: hidden;
}

.why-love-main .background-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.06;
}

.why-love-main .background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.why-love-main .h2,
.why-love-main .section-heading {
	font-family: "Montserrat", sans-serif;
}

.why-love-main .section-description {
	color: var(--white-color);
}

.why-love-title {
	width: 62%;
}

.why-love-content {
	width: 31%;
}

.why-love-list li {
	font-size: var(--font-size-22);
	color: var(--white-color);
	list-style: none;
	position: relative;
	padding-left: 55px;
	margin-bottom: 72px;
}

.why-love-list li:last-child {
	margin-bottom: 0;
}

.why-love-list li::after {
	content: "";
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(assets/images/check.png) center/18px no-repeat;
	background-color: var(--white-color);
	position: absolute;
	left: 0;
	top: 0;
}


.why-love-list li::before {
	content: "";
	position: absolute;
	left: 13px;
	top: 52px;
	width: 3px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	height: 100%;
}

.why-love-list li:first-child::before {
	background-color: rgba(255, 255, 255, 1);
}

.why-love-list li:last-child::before {
	display: none;
}

.why-love-main .section-link {
	padding-top: 0;
}

.why-love-title .section-heading {
	text-transform: unset;
}

.why-love-title strong {
	font-family: var(--font-family-berthold-bold);
	font-weight: 800;
}

/* video css  */
.video-main {
	padding: 100px 0;
}

.video-description {
	color: var(--secondary-color);
	font-size: var(--font-size-22);
	font-family: var(--font-family-berthold-medium);
	line-height: 1.5454;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.video-description p {
	margin-bottom: 25px;
}

.video-content {
	width: 100%;
	position: relative;
	max-width: 1300px;
	margin: 30px auto;
}

.video-content .play-pause-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	background-color: var(--primary-color);
	width: 91px;
	height: 91px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-content .play-pause-button::after,
.video-content .play-pause-button::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--primary-color);
	animation: wave 2s infinite linear;
	z-index: -1;
}

.video-content .play-pause-button::before {
	animation-delay: 1s;
}

@keyframes wave {
	0% {
		transform: scale(0.8);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.video-content .play-pause-button img {
	max-width: 128px;
	object-fit: contain;
	transition: 0.4s;
}

.video-content iframe {
	width: 100%;
	height: 630px;
	object-fit: cover;
	background: #a3a3a3;
}


.video-content .thumbnail-image {
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
	object-fit: cover;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.thumbnail-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-main {
	background-color: #E6EAEB;
	padding: 100px 0;
}

.related-content {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	width: 100%;
	margin-top: 15px;
}

.related-content .slick-list {
	margin: 0 -15px;
}

.related-item {
	/* width: 32%; */
	padding: 0 15px;
}

.related-box {
	width: 100%;
}

.related-item img {
	width: 100%;
	height: 440px;
	object-fit: cover;
}

.related-item .related-title {
	font-size: calc(var(--font-size-30) - 3px);
	color: var(--secondary-color);
	font-family: var(--font-family-berthold-bold);
	margin-top: 48px;
	display: inline-block;
}

.related-item p {
	color: #8B8B8B;
	font-size: var(--font-size-22);
	line-height: 1.36;
	margin-top: 10px;
	margin-bottom: 20px;
}

.faq-main .border-box {
	padding: 75px 0 25px;
}

.faq {
	width: 100%;
	margin-top: 25px;
}

.faq-item {
	background-color: #F8F8F8;
	padding: 0 40px;
	margin-bottom: 20px;
}

.faq-item:last-child {
	margin-bottom: 5px;
}

.faq-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px 40px;
	cursor: pointer;
	margin-left: -40px;
	width: calc(100% + 80px);
	transition: 0.4s;
}

.faq-header:hover {
	background-color: #e1e1e1;
}

.faq-header .faq-title {
	width: calc(100% - 50px);
	font-size: calc(var(--font-size-20) + 1px);
	/* font-size: var(--font-size-22); */
	color: #202020;
	margin-bottom: 0;
}

.faq-header .faq-icon {
	background-image: url(assets/images/angle-down.svg);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: top 15px center;
	height: 36px;
	width: 36px;
	background-color: var(--white-color);
	border-radius: 50%;
	transition: 0.4s;
}

.faq-item.active .faq-header .faq-icon {
	transform: rotate(-180deg);
}

.faq-content {
	font-size: var(--font-size-22);
	padding: 30px 0;
	color: #8B8B8B;
	line-height: 1.5;
	display: none;
	/* margin-bottom: -20px; */
}
.faq-content th h4,.faq-content h4 {
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /* font-size: calc(var(--font-size-24) + 4px); */
    text-transform: unset;
    color: #000;
}

.faq-content ul {
	margin-bottom: 32px;
}

.faq-content ul li {
	font-size: var(--font-size-22);
	list-style: none;
	background-image: url(assets/images/angle-right.svg);
	background-size: 7px;
	background-repeat: no-repeat;
	background-position: top 11px left;
	color: #8B8B8B;
	padding-left: 15px;
	margin-bottom: 22px;
	line-height: 1.54;
}

.faq-content p {
	margin-bottom: 10px;
}

.faq-content h3,.faq-content h4 {
	margin-bottom: 20px;
	padding-top: 10px;
}

.faq-main .faq-item a,
.content-main a {
	color: var(--primary-color);
	display: inline-block;
	vertical-align: bottom;
}

.faq-main .faq-item a:hover,
.content-main a:hover {
	/* color: var(--primary-color); */
	text-decoration: underline;
}

.faq-btn-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	width: 100%;
	margin-bottom: 10px;
}
.faq-btn-group button {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: var(--font-size-15);
    font-family: var(--font-family-berthold-bold);
    padding: 5px 8px;
    display: inline-block;
    border: none;
	margin-left: 5px;
}

.content-main ul li {
	list-style: none;
	background-image: url(assets/images/angle-right.svg);
	background-size: 7px;
	background-repeat: no-repeat;
	background-position: top 8px left;
	color: #8B8B8B;
	padding-left: 15px;
	margin-bottom: 22px;
}

.error-404.hero-main::after,
.error-404.hero-main::before {
	display: none;
}

/* contact css  */
.contact-main {
	padding: 100px 0;
}

.contact-content {
	width: 100%;
	margin-top: 80px;
}

.contact-content .gform_wrapper {
	padding-top: 50px;
}

.contact-bg {
	background-color: var(--secondary-color);
	padding: 80px 100px;
}

.contact-description {
	text-align: center;
	color: var(--secondary-color);
	font-size: var(--font-size-22);
	line-height: 1.54;
	max-width: 1320px;
	margin: 0 auto;
}

.contact-description strong {
	font-family: var(--font-family-berthold-bold);
}

.contact-description p {
	margin-bottom: 25px;
	color: #8B8B8B;

}
.contact-description p strong,.contact-description p b {
	color: var(--secondary-color);
}

.contact-content .gform_footer input[type="submit"]:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.contact-information-main {
	padding: 100px 0 100px;
}

.contact-information-text .section-heading {
	margin-bottom: 50px;
}

.contact-information .information-icon {
	background-color: var(--secondary-color);
}

.contact-information .information-icon::after {
	border-color: var(--secondary-color);
}

.contact-information-text {
	width: 46%;
}

.contact-information-content {
	width: 46%;
}

.our-team-main {
	padding: 100px 0;
}

.our-team-main .section-title {
	max-width: 1050px;
	margin: 0 auto;
}

.our-team {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px;
	margin-top: 20px;
}

.our-team-list {
	width: 25%;
	padding: 10px;
}

.our-team-member {
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	padding: 40px;
	border-radius: 15px;
	overflow: hidden;
}

.team-member-image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid rgba(32, 32, 32, 0.1);
	padding: 8px;
}

.team-member-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.team-member-name h3 {
	margin-bottom: 8px;
	margin-top: 20px;
	color: var(--secondary-color);
	font-size: var(--font-size-22);
}

.team-member-name p {
	font-size: var(--font-size-18);
	color: #8B8B8B;
}

.our-team-list:last-child .our-team-member {
	padding: 0;
}

.our-team-list:last-child .our-team-member a {
	position: relative;
	height: 100%;
	min-height: 240px;
	width: 100%;
	text-align: left;
	vertical-align: bottom;
	display: flex;
	align-items: end;
	padding: 40px;
	background-color: rgba(0, 56, 70, 1);
	color: var(--white-color);
	font-family: var(--font-family-berthold-bold);
	font-size: var(--font-size-22);
}

.our-team-list:last-child .our-team-member a:hover {
	background-color: var(--primary-color);
}

.our-team-list:last-child .our-team-member a::after {
	content: "";
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-image: url(assets/images/arrow-up-right.png);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(45deg);
}

.content,
.content p {
	font-size: var(--font-size-22);
	line-height: 1.54;
	color: #8B8B8B;
	margin-bottom: 25px;
}

/* table style  */
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid var(--secondary-color);
}

table+p {
	margin-top: 20px;
}

table,
tr,
td,
th {
	text-align: inherit;
	border: 1px solid;
	padding: .5rem .625rem .625rem;
	vertical-align: middle;
	border-collapse: collapse;
}

tr:nth-child(even) {
	background-color: rgba(0, 56, 70, 0.1);
}


.service-archive {
	background-color: transparent;
}

.service-archive .tabing-box {
	background: var(--secondary-color);
	transition: 0.3s;
}

.service-archive .service-btn span {
	filter: invert(1);
}

.service-archive .service-btn {
	background-color: var(--primary-color);
}

.service-archive .tabing-box:hover {
	box-shadow: 0 0 124px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.service-archive .tabing-box:hover .service-btn {
	background-color: var(--secondary-color);
}

/* pagination css  */
.pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 20px;
}

.pagination a,.pagination span  {
    width: 50px;
    background: var(--primary-color);
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.pagination a:hover {
	background-color: var(--secondary-color);
}
.pagination .page-numbers {
    width: auto;
    padding: 0 20px;
}
.pagination span.page-numbers.current {
	opacity: 0.7;
}
.post-navigation .nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-navigation a {
	font-size: var(--font-size-22);
	color: var(--primary-color);
}
.post-navigation a:hover {
	color: var(--secondary-color);
}
.post-navigation .nav-title {display: none;}

/* comment section css  */
.comment-form {display: flex;flex-direction: column;}
.comment-respond {
    margin-top: 40px;
}
.comments-area {
    border: 1px solid #8B8B8B;
    padding: 40px;
    margin-top: 60px;
}
.comments-title {
	display: none;
}
.comment-form p label {
    width: 100%;
    display: inline-block;
    margin-bottom: 6px;
}
.comment-form p input,.comment-form p textarea {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 20px 25px;
    width: 100%;
    color: var(--secondary-color);
    font-size: var(--font-size-18);
    border: 1px solid #8B8B8B;
}
.comment-form p input {
    height: 60px;
}
.comment-form p input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 20px;
    order: 2;
}
.comment-form-comment {
    order: 2;
}
.form-submit {order: 3;}
.comment-form p input[type="submit"] {
    width: auto;
    color: #fff;
	background-color: var(--primary-color);
	cursor: pointer;
	border: none;
}
.comment-form p input[type="submit"]:hover {
	background-color: var(--secondary-color);
}

.logged-in-as a{
color: var(--primary-color);
}
.logged-in-as a:hover {
	text-decoration: underline;
}


.comment-author img {
    width: auto;
    margin: 0;
    height: 60px;
    border-radius: 50%;
    margin-right: 16px;
}

.comment-body {
    border: 1px solid;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.reply a {
    border: 1px solid;
    padding: 8px 37px;
    border-radius: 50px;
    color: #000;
    font-size: 20px;
    display: inline-block;
}

footer.comment-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 20px;
}

.comment-author {
    display: flex;
    align-items: center;
}

.comment-content {
    padding: 26px 0;
}
.comment-content p {
    margin: 0;
}
.comment-body a {
    color: var(--primary-color);
}
.comment-reply-title {
	display: flex;
    align-items: center;
    gap: 30px;
}

#cancel-comment-reply-link {
	border: 1px solid var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 300;
    font-family: var(--font-family-berthold-regular);
    background: rgb(181 18 27);
}
.comment-body + .children {
	padding-left: 2.5vw;
}
.comment-body + .children li {
	list-style: none;
}
.footnotes p {
	font-size: var(--font-size-15);
}

.table-block,.wp-block-table{
	max-width: 100%;
	overflow: auto;
}
.wp-block-table u{text-decoration: underline;}
.wp-block-table thead{border: none;}
.wp-block-table thead tr th,.wp-block-table tbody tr td {
    text-align: inherit;
    border: 1px solid;
    padding: .5rem .625rem .625rem;
    vertical-align: text-top;
    font-size: var(--font-size-20);
    color: #8B8B8B;
    font-family: var(--font-family-berthold-regular);
}

header.site-header.fixed {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
    z-index: 99999999999;
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}


/* .site-header.fixed .header-top {
    display: none;
} */

form.cnt-frm .gfield--type-checkbox .gfield_checkbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

form.cnt-frm .gfield--type-checkbox .gfield_checkbox .gchoice {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

form.cnt-frm .gfield--type-checkbox .gfield_checkbox .gform-field-label {
    display: block;
    color: #ffffff7d;
    padding: 0 0 0 10px;
}

form.cnt-frm .gfield--type-checkbox .gfield_checkbox input {
	width: 24px;
	height: 24px;
	outline: none;
	box-shadow: none;
	border: none;
	padding: 0;
}

form.cnt-frm .gfield--type-checkbox legend.gfield_label {
    display: block;
    color: #ffffff7d;
    margin: 0 0 16px;
	font-size: var(--font-size-22);
}
.front, .back {
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    box-sizing: border-box;
}
.front {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);  
    -moz-transform: rotateY(180deg); 
    -ms-transform: rotateY(180deg); 
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    border-radius: 15px;
    color: #000;
}

.why_choose-item .inner {
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;  
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
    transition: transform 0.6s;
}

.why_choose-item:hover .inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);  
    -moz-transform: rotateY(180deg); 
    -ms-transform: rotateY(180deg); 
}

@-moz-document url-prefix() {
    .why_choose-item:hover .front {
        opacity: 0;
    }
	.why_choose-item .back {
		opacity: 0;
	}
	.why_choose-item:hover .back {
		opacity: 1;
	}
	.front, .back {
		transition: 0.4s;
	}
}

.why_choose-item:first-child:hover {
    background-color: rgba(9, 49, 60, 0.1);
    /* text-align: center;
    justify-content: center; */
}

.transition .content-section .entry-content li a {
	display: inline-block;
	width: 100%;
}

small a, small span, small p {
	font-size: inherit !important;
}

.why_choose-item .inner .back {
    text-align: center;
	font-size: var(--font-size-20);
}

section.text-under-faq {
    padding: 50px 0 100px;
}

section.text-under-faq .text-content p {
    margin-bottom: 10px;
}

section.content-main iframe {
    max-width: 100%;
}

.big-content p, .big-content ul li {
    font-size: 24px;
}

.desclamaer-text{
	padding-left: 20px;
    padding-top: 80px;
}

.product-overview-content-block:not(:last-child){
	margin-bottom: 58px;
    padding-bottom: 58px;
    border-bottom: 1px solid #D9D9D9;
}

.step-info-box-section .step-info-box-row {
	position: relative;
}

.step-info-box-section .step-info-box-row:before {
	content: "";
	position: absolute;
	top: 0;
	left: 31px;
	width: 3px;
	height: 100%;
	background-color: var(--primary-color);
	opacity: 0.20;
	z-index: -1;
	border-radius: 100px;
}

.step-info-box-section .step-info-box-row .step-info-box:not(:last-child) {
	margin-bottom: 40px;
}

.step-info-box-section .step-info-box-row .step-info-box .step-info-item {
	display: flex;
}

.step-info-box-section .step-info-box-row .step-info-box .step-info-number {
	background: var(--primary-color);
	width: 64px;
	height: 64px;
	border-radius: 100%;
	font-size: var(--font-size-30);
	font-weight: 700;
	color: var(--white-color);
	padding: 10px;
	margin-right: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	flex: 0 0 auto;
	box-shadow: 0 0 0px 14px var(--white-color);
}

.step-info-box-section .step-info-box-row .step-info-box .step-info-heading {
	flex: 1 1 auto;
}

.step-info-box-section .step-info-box-row .step-info-box .step-info-title {
	padding: 17px 0px 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1601px) {
	.step-info-box-section .step-info-box-row:before {
		left: 28px;
	}
	.step-info-box-section .step-info-box-row .step-info-box .step-info-number {
		width: 60px;
		height: 60px;
	}
	
}

@media only screen and (max-width: 1441px) {
	.step-info-box-section .step-info-box-row:before {
		left: 25px;
	}
	.step-info-box-section .step-info-box-row .step-info-box .step-info-number {
		width: 54px;
		height: 54px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1366px){
	.product-overview-content-block:not(:last-child){
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 641px) {
	.step-info-box-section .step-info-box-row .step-info-box .step-info-number {
		margin-right: 15px;
	}
	.product-overview-content-block:not(:last-child){
		margin-bottom: 35px;
		padding-bottom: 35px;
	}
}

/* Icons Section */

/* ================================================
   ICONS SECTION — BASE
   ================================================ */
.icons-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.icons-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.icon-item {
    flex: 1 1 calc(33.333% - 11px);
    max-width: calc(33.333% - 11px);
    background: #F7F7F7;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* ================================================
   ICON FORMAT — icon (SVG/IMG square tile)
   ================================================ */
.icons-section.icon_format .icon-item .icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons-section.icon_format .icon-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ================================================
   IMAGE FORMAT — image (full rectangular banner)
   ================================================ */
.icons-section.Image_format .icon-item .icon {
    width: 100%;
    height: 180px;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.icons-section.Image_format .icon-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ================================================
   TEXT ALIGNMENT — left (default)
   ================================================ */
.icons-section.left .icon-item {
    align-items: flex-start;
    text-align: left;
}

.icons-section.left .icon-item .icon {
    margin-right: auto;
}

/* ================================================
   TEXT ALIGNMENT — center
   ================================================ */
.icons-section.center .icon-item {
    align-items: center;
    text-align: center;
}

.icons-section.center .icon-item .icon {
    margin: 0 auto;
}

.icons-section.center .icon-item .icon-description {
    align-items: center;
}

/* ================================================
   TEXT ALIGNMENT — right
   ================================================ */
.icons-section.right .icon-item {
    align-items: flex-end;
    text-align: right;
}

.icons-section.right .icon-item .icon {
    margin-left: auto;
}

.icons-section.right .icon-item .icon-description {
    align-items: flex-end;
}

/* ================================================
   ICON DESCRIPTION — shared
   ================================================ */
.icon-item .icon-description {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.icon-item .icon-heading {
    font-size: var(--font-size-24);
    font-family: var(--font-family-berthold-bold);
    color: var(--secondary-color);
    margin-bottom: 20px;
    line-height: normal;
}

.icon-item .icon-text {
    font-size: var(--font-size-22);
    line-height: 1.54;
	color: #2b2b2b;
}

.icon-item .icon-text p {
    margin: 0;
}

/* ================================================
   RESPONSIVE
   ================================================ */

/* Tablet — 2 per row */
@media (max-width: 768px) {
    .icon-item {
        flex: 1 1 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }

    .icons-section.Image_format .icon-item .icon {
        height: 140px;
    }
}

/* Mobile — full width */
@media (max-width: 480px) {
    .icons-content {
        gap: 12px;
    }

    .icon-item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .icons-section.Image_format .icon-item .icon {
        height: 200px;
    }
}

.blog-listing-main {
	background-color: var(--secondary-color);
}
.blog-listing-main .blog-items {
	background-color: var(--secondary-color);
	background-image: linear-gradient(180deg, rgba(139, 139, 139, 0) 0%, rgba(139, 139, 139, 0.5) 137.35%);
	overflow: hidden;
}
.blog-listing-main .blog-text {
	padding: 20px;
	border-radius: 10px;
}
.blog-listing-main .blog-text .post-date {
	color: var(--white-color);
}
.blog-listing-main .blog-text .post-title {
	color: var(--white-color);
	font-family: var(--font-family-berthold-bold);
}
.blog-listing-main .blog-text .read-more {
	color: var(--white-color);
	font-family: var(--font-family-berthold-bold);
	background-image: url(assets/images/arrow-right.svg);
	background-size: 20px;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 32px;
	transition: all 0.3s ease;
	filter: none;
}
.blog-listing-main .blog-text .read-more:hover {
	color: var(--primary-color);
	background-image: url(assets/images/arrow-right-hover.svg);
	filter: none;
}