<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#offices{

}

.contact-us-banner{
	position: relative;
	padding: 150px 0 50px 0;
	width: 100%;
	overflow-x: hidden;
/*	clip-path: circle(50% at 50% 50%);*/
}

.contact-us-banner .contact-bg{
	position: absolute;
    top: 0;
	right: -25%;
    width: 1500px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	clip-path: circle(50% at 50% 50%);
	background-color: #fff;
	z-index: 1;
}

.contact-us-banner .container{
	position: relative;
	z-index: 9;
}



.contact-us-banner .contact-us-banner-details{
	width: 80%;
}

.contact-us-banner .contact-us-banner-details h1{
	color: #0A508F;
	font-weight: 700;
}

.contact-us-banner .contact-us-banner-details h2{
	color: #C0994C;
	font-weight: 500;
}


.contact-us-form-section{
	position: relative;
	z-index: 9;
	width: 100%;
	background-color: #F4F4F4;
	padding: 20px 0;
}

.contact-us-form-section .cu-content{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 100%;
}

.contact-us-form-section .cu-content .cu-description{
	flex: 0 100%;
}

.contact-us-form-section .cu-content .cu-form{
	flex: 0 100%;
}

.contact-us-form-section .cu-content .cu-form .cu-form-inner{
	margin-top: 50px;
}

.contact-us-form-section .cu-content .cu-form .cu-form-inner form{
	padding: 35px;
	background-color: #fff;
	box-shadow: 0px 2px 21px rgb(0 0 0 / 15%);
	border-radius: 5px;
}

.contact-us-form-section .cu-content .cu-form .cu-form-inner form .field-two{
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 16px;
}

.contact-us-form-section .cu-content .cu-form .cu-form-inner form .field-one{
	width: 100%;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}

.contact-us-form-section .cu-content .cu-form .cu-form-inner form p{
	font-size: 0.75rem;
	font-style: italic;
	font-weight: 600;
}

.contact-us-form-section .cu-content .cu-form .cu-form-inner form p a{
	color: #C0994C;
	text-decoration: underline;
}

.contact-us-form-section .cu-content .cu-form .cu-form-inner form .field-two .field-inner{
	flex: 0 50%;
}

.contact-us-form-section .cu-content .cu-form .cu-form-inner form .field-inner input[type="text"],.contact-us-form-section .cu-content .cu-form .cu-form-inner form .field-inner input[type="email"], .contact-us-form-section .cu-content .cu-form .cu-form-inner form .field-inner input[type="submit"], .contact-us-form-section .cu-content .cu-form .cu-form-inner form .field-inner select, .contact-us-form-section .cu-content .cu-form .cu-form-inner form .field-inner textarea{
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #B4B4B4;
	margin-bottom: 0 !important;
	border-radius: 3px;
	height: 50px;
}

.contact-us-form-section .nice-select{
	width: 100%;
	height: 50px;
	border: 1px solid #B4B4B4 !important;
}


.contact-us-form-section .cu-content .cu-form .cu-form-inner form input[type="submit"]{
	background-color: #0A508F;
	color: #fff !important;
	border: none !important;
	border-radius: 8px !important;
}

.contact-us-form-section .cu-content .cu-form .cu-form-inner form a{
	color: #C0994C;
	text-decoration: underline;
}

.contact-us-form-section .countries-info{
    position: relative;
	padding: 30px 20px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 21px rgb(0 0 0 / 27%);
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.contact-us-form-section .countries-info #loader-id {
	width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.contact-us-form-section .countries-info .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}

.contact-us-form-section .countries-info .countries-info-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
}

.contact-us-form-section .countries-info .countries-info-content i {
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 5px;
    color: #C39A62;
}

.contact-us-form-section .countries-info .countries-info-content h5 {
	font-size: 0.875rem !important;
    font-weight: 500;
    color: #002749;
    margin-bottom: 0;
}

.contact-v2{
	background-color: #F4F4F4;
}

.contact-v2 .contact-us-banner-details h1{
	color: #C0994C;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em !important;
}

.contact-v2 .contact-us-banner-details h2{
	font-size: 2em !important;
	color: #0A508F;
	line-height: 32px !important;
	font-weight: 600;
}

.contact-v2 .contact-main-body{
	position: relative;
	padding: 100px 0;
	display: flex;
	flex-direction: column-reverse;
	gap: 30px;
}

.contact-v2 .contact-main-body .cf7-form-wrapper{
	position: relative;
	flex: 45%;
}

.contact-v2 .contact-main-body .contact-desc{
	flex: 45%;
}

.contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form{
	position: relative;
	margin-top: 0px;
	background-color: #fff;
	padding: 48px 40px;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
}

.contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form .field-one{
	display: block;
	width: 100%;
}

.contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form .field-two{
	display: flex;
	flex-direction: column;
	gap: 0px;
	width: 100%;
}

.contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form .field-inner{
	flex: 45%;
	margin-bottom: 20px;
}

.contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form input[type="text"], .contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form input[type="email"], .contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form input[type="number"], .contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form .nice-select, .contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form textarea{
	margin-bottom: 0 !important;
	width: 100%;
	padding: 10px 15px !important;
    line-height: 16px;
    height: auto;
    float: none;
}

.contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form p{
	margin-bottom: 0 !important;
}

.contact-v2 .how-contact-v2{
	position: relative;
	padding-bottom: 100px;
}

.contact-v2 .how-contact-v2 #offices{
	position: absolute;
	top: -150px;
	left: 0;
}

.contact-v2 .how-contact-v2 h2{
	color: #0A508F;
	font-weight: 600;
}

.contact-v2 .how-contact-v2 .contact-accordion{
	display: grid;
    grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
	gap: 20px;
}

.contact-v2 .how-contact-v2 .contact-accordion .card{
	position: relative;
	background-color: transparent !important;
	border: none !important;
}


.contact-v2 .how-contact-v2 .contact-accordion .ltn__card-title{
	position: relative;
	color: #0A508F;
	border-bottom: 1px solid #C7C7C7 !important;
	margin-bottom: 0;
	padding: 20px 0;
	transition: all 0.2s;
}

.contact-v2 .how-contact-v2 .contact-accordion .ltn__card-title.collapsed:before{
    
    transform: rotate(0deg);
    transition: all 0.5s;
}

.contact-v2 .how-contact-v2 .contact-accordion .ltn__card-title:before{
	position: absolute;
    right: 5px;
    top: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #C7C7C7;
    font-size: 20px;
    padding: 4px 12px;
    border: 1px solid #C7C7C7;
    border-radius: 50px;
	transform: rotate(90deg);
	transition: all 0.5s;
}

.contact-v2 .how-contact-v2 .contact-accordion .ltn__card-title.collapsed{
	color: #505050;
	transition: all 0.2s;
}

.contact-v2 .how-contact-v2 .contact-accordion .card-body{
	background-color: #EDEDED;
}

.contact-v2 .how-contact-v2 .contact-accordion .card-body p{
	color: #858585;
	margin-bottom: 20px;
}

.contact-v2 .how-contact-v2 .contact-accordion .card-body ul{
	list-style: none;
	padding-left: 0;
}

.contact-v2 .how-contact-v2 .contact-accordion .card-body ul li{
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.contact-v2 .how-contact-v2 .contact-accordion .card-body i{
	flex: 1%;
	color: #C39A62;
	margin-top: 5px;
}

.contact-v2 .how-contact-v2 .contact-accordion .card-body p{
	flex: 98%;
	margin-bottom: 0;
}

@media (min-width: 768px){
	.contact-us-banner{
		padding: 150px 0 75px 0;
		background-size: 82%;
	}
	.contact-us-banner .contact-us-banner-details{
		width: 400px;
	}
	.contact-us-form-section .cu-content .cu-form .cu-form-inner form .field-two{
		flex-direction: row;
	}
	.contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form .field-two{
		flex-direction: row;
		gap: 30px;
	}
}

@media (min-width: 1100px){
	.contact-v2 .contact-main-body{
		flex-direction: row;
		gap: 100px;
	}
	.contact-v2 .contact-main-body .cf7-form-wrapper .cf7-form{
		margin-top: -200px;
	}
	.contact-v2 .how-contact-v2 .contact-accordion{
		grid-template-columns: repeat(auto-fill,minmax(40%,1fr));
    	gap: 50px
	}
	.contact-v2 .contact-us-banner-details h2{
		font-size: 4em;
		line-height: 62px !important;
	}
}

@media (min-width: 1200px){
	.contact-us-banner{
		padding: 150px 0;
		background-size: 1200px;
	}
	.contact-us-form-section .cu-content{
		flex-direction: row;
	}
	.contact-us-form-section .cu-content .cu-form .cu-form-inner{
		margin-top: -100px;
	}
	.contact-us-form-section .cu-content .cu-description{
		flex: 0 45%;
	}

	.contact-us-form-section .cu-content .cu-form{
		flex: 0 45%;
	}
	.contact-us-banner .contact-us-banner-details{
		width: 500px;
	}
}</pre></body></html>