/* Avenir Black - 900 */
@font-face {
	font-family: 'Avenir';
	src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
		url('../fonts/AvenirLTStd-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* Avenir Regular - 400 */
@font-face {
	font-family: 'Avenir';
	src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
		url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Avenir Medium Oblique - 500 */
@font-face {
	font-family: 'Avenir';
	src: url('../fonts/AvenirLTStd-Oblique.woff2') format('woff2'),
		url('../fonts/AvenirLTStd-Oblique.otf') format('opentype');
	font-weight: 500;
	font-style: oblique;
	font-display: swap;
}

/* Avenir Heavy - 800 */
@font-face {
	font-family: 'Avenir';
	src: url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
		url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}


/*Default CSS*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	font-family: 'Avenir', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: clamp(16px, 4vw, 18px);
	line-height: 1.97;
	color: #000000;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

/* Container CSS */

.container {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media only screen and (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media only screen and (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media only screen and (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media only screen and (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

@media only screen and (min-width:1400px) {
	.container {
		max-width: 1340px;
	}
}

/* Global Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Avenir';
	color: #000000;
	margin: 0;
}

h1,
.h1 {
	font-size: clamp(30px, 4vw, 60px);
	color: #D57C31;
	line-height: 1.1;
}

h2,
.h2 {
	font-size: clamp(30px, 4vw, 60px);
	line-height: 1.16;
	font-weight: 900;
	margin-bottom: 15px;
	color: #D57C31;
}

h2 span,
.h2 span {
	color: #3A869D;
}

h3,
.h3 {
	font-size: clamp(24px, 4vw, 50px);
	line-height: 1.4;
	letter-spacing: 0.039em;
}

h4,
.h4 {
	font-size: clamp(22px, 3.4vw, 40px);
	line-height: 1.5;
	letter-spacing: 0.025em;
}

h5,
.h5 {
	font-size: clamp(20px, 4vw, 34px);
	line-height: 1.4;
	letter-spacing: 0.002em;
}

h6,
.h6 {
	font-size: clamp(18px, 2.4vw, 24px);
	line-height: 1.5;
	letter-spacing: -0.005em;
	color: #000000;
}

p {
	font-size: clamp(16px, 2vw, 18px);
	line-height: 1.5;
	letter-spacing: -0.0024em;
	color: #000000;
	margin-top: 0;
	margin-bottom: 16px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: normal;
	overflow-wrap: break-word;
}

p:last-child {
	margin-bottom: 0;
}

ul li,
ol li {
	font-size: clamp(16px, 2vw, 18px);
	line-height: 1.5;
	color: #000000;
	font-weight: 400;
}

.unstyled-listing ul {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	column-gap: 5px;
}

.mt-30 {
	margin-top: clamp(15px, 4vw, 30px);
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}

.wpcf7-response-output {
	font-size: 14px;
	line-height: 1.3;
}

span.wpcf7-not-valid-tip:not(:nth-child(2)) {
	display: none;
}

img {
	max-width: 100%;
	height: auto
}

a,
svg,
svg path {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn,
.wpcf7-form .wpcf7-submit,
.btn-white,
button[type="submit"],
.cf7mls-btns .cf7mls_btn,
.cf7mls-btns .action-button {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: clamp(0.5em, 1.5vw, 0.8em) clamp(1em, 3vw, 1.6em);
	border-radius: clamp(10px, 3vw, 25px);
	background: #D57C31;
	color: #FFFFFF;
	font-size: clamp(16px, 3vw, 30px);
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.00098em;
	border: 0;
	font-style: oblique;
	cursor: pointer;
	font-family: 'Avenir', sans-serif;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn:hover,
.wpcf7-form .wpcf7-submit:hover,
button[type="submit"]:hover,
.cf7mls-btns .action-button:hover {
	background: #2E545D;
	color: #FFFFFF;
}

.btn.blue {
	background: #3A869D;
}

.btn.dark-blue {
	background: #2E545D;
}

.btn.dark-blue:hover,
.btn.blue:hover {
	background: #D57C31;
}

.wpcf7-form input:not([type="button"]):not([type="submit"]):not([type="reset"]),
.wpcf7-form select,
.wpcf7-form textarea {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 100%;
	height: 3.5rem;
	border-radius: 10px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Avenir", sans-serif;
	color: #000000;
	font-weight: 500;
	padding: 10px 20px;
	resize: none;
	margin-top: 5px;
	outline: 0;
}

.wpcf7-form textarea {
	height: 326px;
}

.wpcf7-form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.wpcf7-form label {
	font-style: italic;
	font-weight: 400;
	font-size: clamp(16px, 2.2vw, 28px);
	line-height: clamp(28px, 4vw, 50px);
	letter-spacing: 0.00585938em;
	color: #FFFFFF;
	font-family: "Avenir", sans-serif;
}


select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #01010103 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat right 15px center !important;
	background-size: 18px 18px !important;
}

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

.d-flex {
	display: flex;
}

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

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

.justify-content-center {
	justify-content: center;
}

/* 404 page css */
.error-404 .content_block {
	text-align: center;
}

.error-404 .content_block h1.page-title {
	font-size: 150px;
	line-height: 1;
	margin: 0;
	text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
	color: #D57C31;
}

.error-404 .content_block p {
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}

.error-404.not-found,
.common-content-page {
	padding: 80px 0 80px;
	margin: 0;
	border-top: clamp(20px, 4vw, 50px) solid #39859D;
}

.error-404 .content_block .btn {
	flex-direction: row-reverse;
	cursor: pointer;
}

.error-404 .content_block .btn svg {
	transform: rotateY(180deg);
	margin-right: 16px;
}

.common-content-page .unstyled-ordered-listing ol {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.common-content-page .unstyled-ordered-listing ol li::marker {
	color: #000;
}

/* 404 page css End*/
/* Footer Css Start */
footer {
	background: #39859D;
	padding: 10px 0;
	height: 50px;
}

footer a {
	color: #fff;
	text-underline-offset: 2px;
}

footer a:hover {
	color: rgb(255, 255, 255, 0.8);
}

/* Footer Css End */
/* Header CSS Start*/
.header-main {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header-main .site-branding img {
	max-width: 265px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.sticky-header .header-main .site-branding img {
	max-width: 220px;
}

.header_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.header_menu ul,
.footer-menu {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.header-navigation .menu>li {
	display: inline-block;
	position: relative;
}

.header-navigation .menu>li.current-menu-item {
	color: #D57C31;
}

.site-branding {
	line-height: 0;
}

.site-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 3;
	padding: 31.5px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.site-header.sticky-header {
	padding: 20px 0;
	-webkit-box-shadow: 0 -2px 6px 5px #2A28791A;
	box-shadow: 0 -2px 6px 5px #2A28791A;
}

.admin-bar .site-header {
	top: 32px
}

.header_menu ul li a {
	color: #2C2E35;
	font-family: "Avenir", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header-navigation .menu>li:not(:first-child) {
	margin-left: 30px
}

.header_menu ul li a:hover,
.header_menu ul li.current-menu-item a {
	color: #D57C31;
}

/* Section-Title CSS End */

.section-title h2 {
	color: #D57C31;
}

.section-title h2 span {
	color: #3A869D;
}

.who-we-serve .content {
	max-width: 1280px;
	margin: 0 auto;
}

.section-title .subtext {
	font-size: clamp(18px, 2.4vw, 24px);
	line-height: 1.35;
	letter-spacing: -0.0225em;
	color: #000000;
	hyphens: auto;
	word-break: normal;
	overflow-wrap: break-word;
	margin: 15px 0;
}

.section-title .subtext.blue {
	color: #3A869D;
}

.section-title .description {
	font-size: clamp(16px, 2vw, 18px);
	line-height: 1.8;
	letter-spacing: -0.0024em;
	color: #000000;
}


/* Section-Title CSS End */
@media only screen and (max-width:1199px) {

	.site-header {
		padding: 22.5px 0;
	}

	.header-main .site-branding img {
		max-width: 250px;
	}

	.header_menu ul li a {
		font-size: 14px;
	}

	.wpcf7-form input,
	.wpcf7-form select,
	.wpcf7-form textarea {
		padding: 12px 15px;
		font-size: 16px;
	}

	.wpcf7-form input:not([type="submit"]):not([type="checkbox"]) {
		height: 45px;
		border-radius: 8px;
	}

	.wpcf7-form textarea {
		height: 100px;
		resize: vertical;
	}

	.header-navigation .menu>li:not(:first-child) {
		margin-left: 12px;
	}
}

@media only screen and (min-width:992px) {

	.menu_toggle,
	.offcanvas-bg {
		display: none
	}
}

@media only screen and (max-width:991px) {
	.error-404 .content_block h1.page-title {
		font-size: 80px;
		margin-bottom: 20px;
	}

	.error-404 .content_block p {
		font-size: 16px;
	}

	.common-content-page {
		padding: 40px 0;
	}

	.section-title .subtext {
		margin: 10px 0;
		line-height: 1.4;
	}

	.section-title .description {
		margin: 0 0 15px 0;
		line-height: 1.64;
	}

	.btn,
	.wpcf7-form .wpcf7-submit,
	.btn-white,
	button[type="submit"] {
		border-radius: 10px;
	}

	.admin-bar .site-header {
		top: 0;
	}

	.header-main .site-branding img {
		max-width: 180px;
	}

	.sticky-header .header-main .site-branding img {
		max-width: 170px;
	}

	.site-header {
		padding: 15px 0;
	}

	.header_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: fixed;
		right: 0;
		width: 100%;
		top: 0;
		height: 100%;
		max-width: 393px;
		display: block;
		padding: 20px 20px 180px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		overflow: auto;
		z-index: 3;
		background-color: #fff;
	}

	.header-right {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.menu_toggle svg path {
		stroke: #000;
	}

	.close-btn.menu_toggle svg path {
		stroke: none;
		fill: #000;
	}

	.menu_toggle {
		width: 24px;
		height: 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.sidebaer-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-end;
	}

	.menu-open .header_menu {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		background: #fff;
	}

	.menu-open {
		overflow-y: hidden;
	}

	.header_menu ul li a svg,
	.mega-dropdown-menu .mega-menu-content .row .col .menu-item p {
		display: none
	}

	.header-navigation .menu>li {
		display: block;
		margin: 0 !important
	}

	.header-navigation .menu li .sub-menu li a,
	.mega-dropdown-menu .mega-menu-content .row .col .menu-item a {
		font-weight: 400
	}

	.mega-dropdown-menu .mega-menu-content .row .col .menu-item {
		padding: 0
	}

	.mega_menu:hover .mega-dropdown-menu {
		padding: 0
	}

	.mega-dropdown-menu .mega-menu-content .row .col .menu-item a {
		padding: 5px 15px;
		display: inline-block;
		width: 100%
	}

	.menu-item-has-children>a {
		padding-right: 0
	}

	.header_menu ul li a {
		font-size: 16px;
	}

	.sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		display: none;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.sub-menu a {
		padding: 5px 15px
	}

	.mega-dropdown-menu {
		display: none
	}

	.header-navigation .menu>li:not(:last-child) {
		margin-bottom: 20px !important
	}

	body.menu-open .header_menu {
		right: 0;
		opacity: 1;
	}

	body.menu-open .offcanvas-bg {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: -webkit-transform .8s ease, opacity .3s ease;
		-webkit-transition: opacity .3s ease, -webkit-transform .8s ease;
		transition: opacity .3s ease, -webkit-transform .8s ease;
		-o-transition: transform .8s ease, opacity .3s ease;
		transition: transform .8s ease, opacity .3s ease;
		transition: transform .8s ease, opacity .3s ease, -webkit-transform .8s ease;
		opacity: 1
	}

	.offcanvas-bg {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100vw;
		height: 100vh;
		background-color: rgb(0 0 0 / 68%);
		height: 100vh;
		top: 0;
		bottom: 0;
		right: 0;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transition: -webkit-transform .8s ease, opacity 6s ease;
		-webkit-transition: opacity 6s ease, -webkit-transform .8s ease;
		transition: opacity 6s ease, -webkit-transform .8s ease;
		-o-transition: transform .8s ease, opacity 6s ease;
		transition: transform .8s ease, opacity 6s ease;
		transition: transform .8s ease, opacity 6s ease, -webkit-transform .8s ease;
		opacity: 0;
		z-index: 1
	}

	.wpcf7-form input:not([type="button"]):not([type="submit"]):not([type="reset"]),
	.wpcf7-form select,
	.wpcf7-form textarea {
		height: 35px;
		border-radius: 4px;
	}

	.wpcf7-form textarea {
		height: 100px;
	}

	.cta-contact-section .cta-form .wpcf7-submit {
		font-size: 18px;
	}
}

@media only screen and (max-width:767px) {
	.section-title p br {
		display: none
	}
}

@media only screen and (max-width:575px) {
	.header_menu {
		max-width: 320px;
	}
}