/* contact-us-2 css */
.address-main-outer2 .contact-location-wrapper {
	box-shadow: 0 3px 36px 4px rgba(104, 115, 125, .15);
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.address-main-outer2 .contact-address-wrapper {
	padding-bottom: 0;
}

.address-main-outer2 .contact-location-area {
	display: block;
	max-width: 190px;
}

.address-main-outer2 .contact-location-area img {
	width: 100%;
	
	max-width: 100%;
}

.address-main-outer2 .contact-location-area h4 {
	margin-top: 14px;
	font-size: 22px;
	text-align: center;
}

.address-main-outer2 .address-data {
	display: block;
	padding-bottom: 0;
	margin-top: 15px;
}

.address-main-outer2 .address-data label {
	min-width: 60px;
}

.address-main-outer2 .country-address img {
	margin: 0 10px 0 0;
	max-width: 30px;
}

.view-map {
	color: #fd003a !important;
	text-decoration: underline !important;
}
.address-location-outer {
    max-width: 385px;
    margin: 0 auto;
}
.address-location-outer .img-wrapper {
	max-width: 150px;
	width:100%;
	height: 100px;
	object-fit: cover;
	margin-right: 15px;
}

.address-location-outer .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
   
.country-address h4 {
	font-size: 20px;
	color: #3c3b3b;
}
.what-app-ic{
  display: inline-block;
}
.what-app-ic img{
  width:24px;
  height: 24px;
  object-fit: contain;
  margin-left: 10px;
} 
.contact-us-wrapper .page-title-wrapper{
  padding: 65px 0;
}
.contact-tabs{
  border-bottom: 0 !important;
  display: flex !important;
  margin-bottom:20px !important;
}
.contact-tabs .nav-item{
  flex: 0 0 49%;
  max-width: 49%;
}
.contact-tabs .nav-item:not(:first-child){
  margin-left:2%;
}
.contact-tabs .nav-item .nav-link{
  color:#071c4d;
  font-size: 17px;
    font-weight: 600;
  border: 0;
  text-align: center;
  border-radius: 0;
  transition: all ease .25s;
  padding: 6px 14px;
  border: 1px solid #e8e8e8;
}
.contact-tabs .nav-item .nav-link.active,.contact-tabs .nav-item .nav-link:hover{
  background: #8bc34a;
  color: #fff;
  border-color:#8bc34a;
}
.contact-form-btn{
  border: 1px solid #8bc34a;
  background-color: #8bc34a;
  color: #fff;
  padding: 13px 30px 13px 30px;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 12px;
  height: 65px;
  font-size: 20px;
  font-weight: 500;
}
.address-data{
  display: flex;
  padding-bottom: 12px;
  align-items: flex-start;
}
.address-data .country-address img{
  margin: 0 10px 0 0;
  max-width: 30px;
}
.country-address.phone-img{
  color: #2196f3;
  font-size: 32px;
  margin-right: 10px;
}
.address-data p,.address-data a{
  font-size: 17px;
  font-weight: 400;
  color: #071c4d;
}
.address-data a{
  text-decoration: underline;
}
.contact-address-wrapper {

  transition: all ease .3s;
  padding:10px 15px 20px 65px;
}
.contact-address-wrapper .btn.btn-green {
  border: 1px solid #8bc34a;
  background-color: #8bc34a;
  color: #fff;
  padding: 13px 30px 13px 30px;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 12px;
}
.contact-location-wrapper {
  margin-bottom:40px;
  border-bottom: 1px solid #e8e8e8;
}
.contact-location-area {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.contact-location-area::after{
    content: '';
    position:absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
}
.contact-location-area img{
  max-width: 42px;
  margin-right: 15px;
  object-fit: cover;
  object-position: center;
}
.contact-location-area  h4{
  font-size: 20px;
}
.contact-location-area .faq-title{
  width: 100%;
  padding:20px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.contact-location-area .faq-title:before{
  content: '\f068';
  color: #071c4d;
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  transition: all ease .25s;
}
.contact-location-area .faq-title.collapsed::before {
  content: '\f067';
}
.contact-location-area .faq-title h4{
  font-weight: 500;
  font-size: 20px;
}
.contact-form {
    margin-top: 25px;
}
.what-app-ic{
  display: inline-block;
}
.what-app-ic img{
  width:24px;
  height: 24px;
  object-fit: contain;
  margin-left: 10px;
}
    
.contact-form .form-control {
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    padding: 12px 17px;
    height: 50px;
}
.contact-form textarea{
    min-height: 100px;
}
.border-form .form-control {
    border: 1px solid #DDE1EB !important;
    border-radius: 4px;
}
.field-contact_phone_number .iti,.field-quote_phone_number .iti{
	width:100%;
}
@media only screen and (max-width:1199px) {
	.address-main-outer2 .contact-location-area {
		width: 100%;
	}
}

@media only screen and (max-width:991px) {
	.address-main-outer2 .contact-location-area h4 {
		margin-top: 9px;
		font-size: 20px;
		text-align: center;
	}
	.address-main-outer2 .contact-location-area img {
		height: 70px;
	}
	.address-location-outer .img-wrapper {
		max-width: 110px;
	}
	.form-cover{
		padding: 30px;
	}
	.contact-tabs .nav-item .nav-link{
		padding: 10px 6px;
		font-size: 16px;
	}
	.contact-us-wrapper .page-title-wrapper .page-heading{
		margin-bottom: 30px;
		text-align: center;
	}
}

@media only screen and (max-width:767px) {
	.address-main-outer2 .contact-location-area {
		display: flex;
		margin-bottom: 20px;
	}
	.address-location-outer {
		margin-bottom: 20px;
	}
	.address-main-outer2 .contact-location-area img {
		height: 70px;
		width: auto;
	}
	.address-location-outer .img-wrapper {
		max-width: 100%;
		height: 200px;
		margin: 0 0 15px 0;
	}
	.address-main-outer2 .address-data {
		margin-top: 10px;
	}
	.form-cover {
		padding: 20px;
	}
	.contact-tabs .nav-item .nav-link {
		font-size: 14px;
		padding: 10px 7px;
	}
	.contact-tabs {
		margin-bottom: 10px;
	}
	.contact-right-wrapper .form-group .form-control {
		height: 46px;
	}
	.contact-form-btn {
		padding: 13px 30px 13px 30px;
		margin-top: 0;
		height: 54px;
		font-size: 17px;
	}
	.form-cover h3 {
		font-size: 22px;
	}
	.page-title-wrapper {
		padding: 50px 0;
	}
	.page-title-wrapper .page-heading {
		margin-bottom: 20px;
	}
	.page-title-wrapper .page-heading .title {
		font-size: 26px;
	}
	.contact-us-outer .title {
		font-size: 26px;
	}
	
}
.field-contact_phone_number .iti, .field-quote_phone_number .iti {
	width: 100%;
}
.form-custom-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.form-custom-radio .custom-radio{
  width: 100%;
  text-align: center;
  border-radius: 0;
  transition: all ease .25s;
  border: 1px solid #e8e8e8;
  padding-left: 0;
	flex: 0 0 49%;
	max-width: 49%;
	width: 100%;
}
.form-custom-radio .custom-control-label:before{
  display: none;
}
.form-custom-radio input[type="checkbox"], input[type="radio"]{
  margin-left: 0;
}
.form-custom-radio input[type="radio"]:checked ~ .custom-control-label {
  background: #8bc34a;
  color: #fff!important;
  border-color: #8bc34a !important;
}

/*end contact-us-2 css */

/* contact-us css */

.contact-us-wrapper {
  margin-bottom:65px !important;
  padding-bottom: 80px;
    padding-top: 70px;
}
.form-cover {
    padding: 40px;
    box-shadow: 0 0 1px #a6a5a5;
}
.form-group {
  margin-bottom: 1rem;
}
.apply-job-wrapper .form-cover {
    /* box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.04); */
    position: relative;
}
.contact-right-wrapper .form-group .form-control {
  border: 1px solid #cde1f7;
  border-radius: 5px;
  background-color: #fff;
}
.contact-right-wrapper .form-group textarea {
  height: 100px !important;
}

.privacy-wrapper{
    margin-bottom:0px !important;
}
.mycontact-box{
    background: #fff;
    padding: 40px!important;
    border: 1px solid rgba(123,137,166,.12);

}
.updated-contact form{
    box-shadow:0;
}

.global-text{
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    padding: 16px 0px;
}
.updated-contact h2 {
    font-weight: 700;
    font-size: 37px;
    line-height: 28px;
   
}
.number-box p{
font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .02em;
    margin-bottom: 20px;

}
.global-col{
    border: 1px solid rgba(123,137,166,.12);
  
}
.global-box{
    padding:20px;
    height: 100%;
	transition: .5s all ease;
	display: flex;
	flex-direction: column;
}
.global-box:hover{
    background-color:aliceblue;
    transition: .5s all ease;
}
.global-box h3{
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
   
    margin-bottom: 21px;
}
.global-box address{
    margin-top: 16px;
}
.global-bg{
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.global-box a {
    font-size: 16px;
    font-weight: 500;
    color: #0000ab;
    margin-top: auto;
}

.global-box ul {
	min-height: 78px;
}

.global-box ul li{
    margin-bottom: 10px;
}
.headquator-section{
    padding: 80px 0px;

}
.contact-info-box {
    background: #223568;
    padding: 31px;
}
.contact-info-box p, .contact-info-box h3, .contact-info-box h6 {
    color: #fff;
}
.contact-info-box li {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-info-box h6 {
    margin-bottom: 10px;
}
.contact-info-box a{
    text-decoration: underline;
}
.updated-contact .text-blue{
    color:#0083eb;
}
.number-box{
  padding: 40px 7% 40px 7%;
  box-shadow: 0 0 5px #a6a5a570;
  background: #e5f7ff;
    
}
.heading-p{
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    letter-spacing: .01em;
    padding: 30px 0px;
}
.titlebar{
    padding-right: 20px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  position: relative;
  display: block !important;
}
.global-box ul{
	list-style:none;
}
.inner ul{
	list-style:none;
}
.yellow-box{
	background:#f9d94e;
	box-shadow: 0 0 3px #a6a5a5;
}
.fluid-2 {
  padding: 0 10% !important;
}
.contact-us-wrapper .form-control:focus{
	background:#fff;
}
/*thank you*/
.tnq-wrapper {
    font-family: "poppins", "sans-serif", "open sans", "roboto";
    padding: 180px 0 80px;
}

.tnq-wrapper::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url('https://img.freepik.com/free-vector/white-background-with-circular-lines-copy-space_23-2148822143.jpg?w=1380&t=st=1661158223~exp=1661158823~hmac=3e884dfc872a9c9fccce9b8eee14bed9e658cdec00a1cf84338293c545dbe90a)');
    opacity: 0.1;
    background-size: cover;
}

.vector {
    position: relative;
}

.vector::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 1;
    background-size: 380px;
    background-repeat: no-repeat;
    background-position: top right;
    top: -40px;

}

.tnq-wrapper .c-heading{
    font-weight: 600;
    font-size: 5rem;
    line-height: 66px;
    margin-bottom: 30px;
    color: #000;
}

.tnq-wrapper .c-heading.bg{
    background-image: linear-gradient(45deg, #0183eb, #ff0101);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tnq-wrapper p {
    margin: 0;
    color: #222;
    font-size: 1.25rem;
    font-weight: 300;
}

.tnq-wrapper .social {
    padding-top: 20px;
    max-width: 480px;
    display: flex;
}

.tnq-wrapper .social a {
    display: inline-block;
    align-items: center;
    text-decoration: none;
    color: #55acee;
    padding: 15px 0px;
    margin-bottom: 20px;
}


.tnq-wrapper .social a:not(:last-child) {
	margin-right: 50px;
}

.tnq-wrapper .social a img {
    height: 30px;
    margin-bottom: 15px;
}

.tnq-wrapper .social a span {
    display: block;
}

.tnq-wrapper .call {
    padding-top: 25px;
}

.tnq-wrapper .call p {
    width: fit-content;
    border: 1px solid #cccccc5c;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.tnq-wrapper .call p img {
    padding-right: 10px;
    padding-left: 20px;
}

.tnq-wrapper .call p span {
    padding-right: 20px;
}

.tnq-wrapper .call p a{
    display: flex;
    align-items: center;
    background-color: #cccccc3b;
    padding: 10px 30px;
    color: #ff0101;
    text-decoration: none;
    font-weight: 500;
}

.tnq-wrapper .call p a span {
    padding-right: 0;
    padding-left: 10px;
}

.tnq-wrapper .call .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    stroke-width: 0;
    fill: #ff0101;
}

.tnq-wrapper .call .wave {
    animation: waveIn 1.2s infinite ease-out;
    animation-delay: 0s;
    transform-origin: 50% 50%;
}

.tnq-wrapper .call .wave-sm {
    animation-delay: .3s;
}

.tnq-wrapper .call .wave-md {
    animation-delay: .45s;
}

.tnq-wrapper .call .wave-lg {
    animation-delay: .6s;
}

@keyframes waveIn{
    from{
        opacity:0;
        transform:scale(.3) translate(-20px,10px)
    }
    50%{
        transform:translate(0,0);
        opacity:1
    }
}

@media screen and (max-width: 575px) {
    .tnq-wrapper .call p {
        display: block;
    }
    .tnq-wrapper .call p a {
        justify-content: center;
    }
    .tnq-wrapper .call img {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 435px) {
    .tnq-wrapper .social a {
        /*! display: flex; */
        padding: 10px 7px;
    }

    .tnq-wrapper .social a img {
        margin-bottom: 0;
        height: unset;
        width: 30px;
        margin-right: 8px;
    } 

    .tnq-wrapper .call p {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .vector::before {
        opacity: 0.4;
    }
}

@media screen and (max-width: 991px) {
    .vector::before {
        opacity: 0;
    }
}
/*end contact-us css */

.meeting-purpose {
	border-radius: 5px;
	resize: none;
	border: 1px solid #eee;
	width: 100%;
	padding-top: 11px;
}

.datetimepicker table {
	background: #fff;
	width: 100%;
}
.contact-us-wrapper .datetimepicker {
	padding-top: 10px;
    background: #fff;
    margin-top: 0;
}
.contact-us-wrapper .datetimepicker table {
	width: 100%;
	min-width: unset;
}
.contact-us-wrapper .datetimepicker th {
	font-weight: 600;
}
.contact-us-wrapper .datetimepicker td {
	vertical-align: middle;
}
#interview-form .form-control {
	margin-bottom: 0;
	background: #fff;
	color: #222;
}
.fa-calendar-alt::before {
  content: "\f073";
}

.meeting-wrapper {
  padding: 130px 0 70px;
}
.field-contact_phone_number .invalid-feedback {
	display: block;
}