p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
.contact-us-section {
	position: relative;
}
.contact-form {
	padding: 4rem 0;
}
.contact-details {
	display: flex;
	padding-top: 2rem;
}
.contact-details-wrappper {
	width: 40%;
	background: #000A2F;
	border-radius: 12px;
	padding: 5rem 2rem 5rem 3rem;
	color:#fff;
}
.contact-details-wrappper a {
	color:#fff;
	font : normal 400 120%/1.6 "Jost", sans-serif;
	text-decoration: none;
}
.office-address h3, .head-office h3 {
	font : normal 600 120%/1.6 "Jost", sans-serif;
	text-decoration: none;
}
.head-office h3 {
	padding-left: 2rem;
}
.office-address p, .head-office p {
	font : normal 400 120%/1.4 "Jost", sans-serif;
	text-decoration: none;
	padding-left: 2rem;
}
.office-address a, .head-office a {
	font : normal 200 70%/1.4 "Jost", sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	color:#7EFFA1;
}
.contact-details-wrappper div {
	padding-bottom: 1.5rem;
}
.contact-form-wrappper {
	width: 60%;
	padding:4rem 2rem 2rem 2rem;
}
#contact_form {
	scroll-margin-top: 5rem;
}
.contact-banner img {
	width: 100%;
	height: auto;
	aspect-ratio: auto 1440/600;
}
.contact-banner-text {
	position: absolute;
	bottom: 10%;
	left:0%;
	right:0%;
	text-align: center;
}
.contact-banner-text h1 {
	font : normal 200 380%/1.6 "Jost", sans-serif;
	letter-spacing: 5px;
	color:#FFFFFF;
}
.contact-banner-text p {
	font : normal 200 150%/1.6 "Jost", sans-serif;
	letter-spacing: 1px;
	color:#FFFFFF;
}
.contact-header h2 {
	font : normal 200 350%/1.6 "Jost", sans-serif;
	color: #001257;
}
.contact-phone:before{
	content:url('../images/phone.png');
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}
.contact-email:before{
	content:url('../images/email.png');
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}
.office-address h3:before {
	content:url('../images/location.png');
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}
.terrum-form-text input[type="text"], .terrum-form-text input[type="email"], .terrum-form-text input[type="tel"], .terrum-form-text-area textarea {
	width: 100%;
	border: 0;
	padding: 4px 0;
	border-bottom: 1px solid #909090;
	font-size: 100%;
	color: #000;
	outline: none;
}
.terrum-form-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.terrum-form-text {
	width: 47%;
	padding-bottom: 20px;
}
.contact-form-wrappper p label {
	font : normal 200 100%/1.3 "Jost", sans-serif;
}
select {
	border-bottom: 1px solid #909090;
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 4px 0;
}
input#submit {
	border-radius: 60px;
	border:1px solid #212121;
	font : normal 300 120%/1.6 "Jost", sans-serif;
	padding:15px 25px;
	text-transform: uppercase;
	background: #fff;
}
.submit-wrapper {
	padding-top:2rem;
	text-align: center;
	position: relative;
}
.map-viwer {
	padding:2rem 0;
}
.map-viwer p iframe {
	width: 100%;
	height:550px;
}
.work-with-subheading h2::before {
	position: absolute;
	content: "";
	width: 22%;
	height: 2px;
	border-top: 1px solid #24B34B;
	top: 55%;
	left: -26%;
}
.work-with-subheading h2 {
	color: #24b34b;
	position: relative;
	margin: 0 0 2rem 0;
	letter-spacing: 4px;
	font: normal 300 115% / normal "Jost", sans-serif;
	text-transform: uppercase;
}
.work-with-heading h3 {
	color: #001257;
	margin: 2rem 0 2rem 0;
	text-transform: capitalize;
	font: normal 200 380% / 1.3 "Jost", sans-serif;
}
.work-with-wrapper {
	display: flex;
	justify-content: space-between;
	margin-left: 11rem;
	align-items: center;
}
.work-with-top-content {
	width: 45%;
}
.work-with-image {
	width: 45%;
}
.work-with-content {
	color: #272727;
	font: normal 300 124% / 1.5 "Work Sans", sans-serif;
}
.work-with-content p {
	padding-bottom:0.5rem;
}
.right-link-weapper {
	width: 60%;
	padding: 2rem 0;
	position: relative;
	text-align: right;
}
.right-link-circle {
	width: 80px;
	height: 80px;
	border: 1px solid #24B34B;
	border-radius: 50%;
	padding: 12px;
	display: inline-block;
}
.right-link {
	position: absolute;
	top: 40%;
	left: 30%;
}
.right-link a {
	text-decoration: none;
	padding: 5px 0;
	color: #24B34B;
	background: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	font: normal 400 85% / 1.6 "Work Sans", sans-serif;
}
/*circle button css*/
.circle {
	border-radius: 1000%;
	width: 60px;
	height: 60px;
	border:1px solid #24b34b;
	display:flex;
	align-items: center;
	justify-content: center;
	line-height:40px;
	vertical-align:center;
	text-align:center;
	position: relative;
	margin-left: -20px;
	transition: all 1s ease-in-out;
}
.know_more_wrapper a {
	text-decoration: none;
	color: #24b34b;
	text-transform: uppercase;
	letter-spacing: 4px;
	font: normal 400 85% / 1.6 "Work Sans", sans-serif;
}
.circle i {
	color: #24b34b;
}
.know_more_wrapper {
	display:flex;
	align-items:center;
	text-decoration:none;
	padding-top: 2rem;
}
.know_more_wrapper .link:hover + .circle {
	transform: scale(0.7);
	transition-timing-function: ease-in-out;
	transition: 0.3s;
	margin-left: 10px;
}
.link {
	background: #fff;
	z-index: 1;
}
.contact-form-wrappper .submit-wrapper p {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: absolute;
	left: 64%;
	top: 50%;
}
input#submit:hover {
    -webkit-box-shadow: 0 3px #272727;
    -moz-box-shadow: 0 3px #272727;
    box-shadow: 0 3px #272727;
}
@media screen and (min-width: 2000px) and (max-width: 2499px) {
	.contact-banner-text h1 {
		font-size: 440%;
	}
	.contact-banner-text p {
		font-size: 200%;
	}
	.contact-header h2 {
		font-size: 390%;
	}
	.contact-details-wrappper a {
		font-size: 160%;
	}
	.office-address h3, .head-office h3 {
		font-size: 160%;
	}
	.office-address p, .head-office p {
		font-size: 150%;
	}
	.office-address a.view-map, .head-office a.view-map {
		font-size: 110%;
		line-height: 2.0;
	}
	.work-with-wrapper {
		margin-left: 28rem;
	}
	.work-with-subheading h2::before {
		width: 55%;
		left: -58%;
	}
	.contact-form-wrappper p label {
		font-size: 140%;
	}
	.work-with-content {
		font-size: 160%;
	}
	.work-with-heading h3 {
		font-size: 420%;
	}
	.work-with-subheading h2 {
		font-size: 145%;
	}
	.know_more_wrapper a {
		font-size: 100%;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1999px) {
	.contact-banner-text h1 {
		font-size: 400%;
	}
	.contact-banner-text p {
		font-size: 180%;
	}
	.contact-header h2 {
		font-size: 370%;
	}
	.contact-details-wrappper a {
		font-size: 140%;
	}
	.office-address p, .head-office p {
		font-size: 135%;
	}
	.office-address h3, .head-office h3 {
		font-size: 160%;
	}
	.contact-form-wrappper p label {
		font-size: 120%;
	}
	.work-with-content {
		font-size: 140%;
	}
	.work-with-heading h3 {
		font-size: 400%;
	}
	.work-with-subheading h2 {
		font-size: 130%;
	}
	.know_more_wrapper a {
		font-size: 100%;
	}
	.office-address a.view-map, .head-office a.view-map {
		font-size: 110%;
		line-height: 2.0;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1499px) {
	.work-with-wrapper {
		margin-left: 5rem;
	}
	input#submit {
		font: normal 300 110% / 1.6 "Jost", sans-serif;
		padding: 10px 25px;
	}
	.work-with-wrapper {
		margin-left: 4.5rem;
	}
	.work-with-subheading h2::before {
		width: 12%;
		left: -14%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.right-link {
		left: 10%;
	}
	.work-with-content {
		font-size: 110%;
	}
	.work-with-heading h3 {
		font-size: 300%;
	}
	.work-with-wrapper {
		margin-left: 3.5rem;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.contact-form-wrappper {
		width: 50%;
		padding: 4rem 1rem 2rem 2rem;
	}
	.terrum-form-text {
		width: 100%;
		padding-bottom: 5px;
	}
	.contact-details-wrappper {
		width: 50%;
		padding: 4rem 2rem 3rem 2rem;
	}
	.office-address p, .head-office p {
		font-size: 130$;
	}
	.work-with-image {
		width: 100%;
		text-align: center;
	}
	.work-with-top-content {
		width: 100%;
		padding: 2rem 2.5rem 0 2.5rem;
	}
	.right-link {
		left: 5%;
	}
	.work-with-content {
		font-size: 140%;
	}
	.right-link-weapper {
		width: 32%;
		padding: 1rem 0;
	}
	.know_more_wrapper {
		padding-bottom: 2rem;
	}
	.work-with-wrapper {
		flex-direction: column;
		margin-left: 1rem;
	}
}
@media screen and (min-width: 569px) and (max-width: 768px) {
	.know_more_wrapper {
		padding-bottom: 2rem;
	}
	.work-with-wrapper {
		flex-direction: column;
		margin-left: 1rem;
	}
	.contact-form-wrappper {
		width: 50%;
		padding: 4rem 1rem 2rem 2rem;
	}
	.terrum-form-text {
		width: 100%;
		padding-bottom: 5px;
	}
	.contact-details-wrappper {
		width: 50%;
		padding: 2rem 1rem 2rem 1rem;
	}
	.contact-details-wrappper a {
		font: normal 400 100% / 1.6 "Jost", sans-serif;
	}
	.office-address h3, .head-office h3 {
		font: normal 600 105% / 1.6 "Jost", sans-serif;
		text-decoration: none;
	}
	.office-address p, .head-office p {
		font-size: 100%;
	}
	.work-with-image {
		width: 100%;
		text-align: center;
	}
	.work-with-top-content {
		width: 100%;
		padding: 2rem 2.5rem 0 2.5rem;
	}
	.right-link {
		left: 5%;
	}
	.work-with-content {
		font-size: 140%;
	}
	.right-link-weapper {
		width: 32%;
		padding: 1rem 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 568px) {
	.text-wrapper-banner {
		width: 100%;
	}
	.contact-details {
		flex-direction: column;
	}
	.contact-form {
		padding: 2rem;
	}
	.contact-details-wrappper {
		padding: 2rem 1rem;
	}
	.contact-form-wrappper {
		width: 100%;
		padding: 2rem 0;
	}
	.contact-details-wrappper {
		width: 100%;
	}
	.terrum-form-text {
		width: 100%;
	}
	.work-with-wrapper {
		flex-direction: column;
		margin-left: 0;
	}
	.work-with-top-content {
		width: 100%;
		padding: 2rem 2rem;
	}
	.work-with-image {
		width: 100%;
	}
	.map-viwer {
		padding: 0;
	}
	.right-link-weapper {
		text-align: center;
	}
	.right-link {
		left: 0%;
	}
	.right-link-weapper {
		width: 100%;
	}
	.right-link a {
		letter-spacing: 4px;
	}
	.work-with-heading h3 {
		font-size: 300%;
	}
	.contact-header h2 {
		font-size: 225%;
	}
	.contact-details-wrappper a {
		font-size: 115%;
	}
	.office-address h3, .head-office h3 {
		font-size: 112%;
	}
	.office-address p, .head-office p {
		font-size: 115%;
	}
	.contact-details-wrappper a.view-map {
		font-size: 100%;
		line-height: 2.0;
	}
	.contact-banner-text p {
		font-size: 160%;
		padding: 0px 20px;
	}
	.contact-banner-text h1 {
		font-size: 380%;
	}
	input#submit {
		padding: 10px 30px;
	}
}
