

.contact-banner {
  padding: 160px 0px 120px 0px;
  /* height: 100vh; */
  overflow: hidden;    
  position: relative;
  background:url(../images/contact-us/banner-bg.png) center 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.service-banner {
  max-width: 100%;
  position: relative;
  text-align: center;
}

.contact-right img {
  max-width: 100%;
}

.contact-right {
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: -30px;
}

.contact-banner h1 {
  font-size: 48px;
  line-height: 56px;
  color: #F4F6F9;
  font-family: 'graphikbold';
  position: relative;
  margin-bottom: 60px;

}

.contact-banner h1 span {
  display: block;
}

.contact-banner .service-banner p {
  color: #49CC79;
  font-size: 18px;
  line-height: 22px;
  font-family: 'graphiksemibold';
  position: relative;
  margin-bottom: 13px;
}

.conatct-btn:hover {
  color: #FFFFFF;
}

.conatct-btn {
  background-color: #49CC79;
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: 'graphikmedium';
  /* background-image: url(../images/industries/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 25px; */
  padding: 18px 20px;
  min-width: 160px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
a.conatct-btn.button_button__3HGS0 polyline {
  stroke: #fff;
}
.banner-content{
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.banner-content .contact-form-section{
  background-color: #013844;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  width: 570px;
  padding: 30px 25px;
}
.banner-content .contact-form-section h3{
  color: #FFFFFF;
  font-family: 'graphikbold';
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 60px;
}
.banner-content .contact-form-section .first-row{
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.trusted-logo-section{
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 50px 25px;
  width: 480px;
  text-align: center;
}
.trusted-logo-section h5{
  color: #FFFFFF;
  font-family: 'graphikregular';
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
.trusted-logo-section .trusted-logo{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.trusted-logo-section .trusted-logo img{
  height: 50px;
  margin: 10px 0;
}


.appointment{
  background-color: #0F5261;
  border-radius: 3px;
  opacity: 0.6915014357793898;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  gap: 20px;
  color: #FFFFFF;
  font-family: 'graphikregular';
  font-size: 18px;
  line-height: 22px;
  margin-top: 30px;
}
.appointment span{
  opacity: .8;
}
.appointment a{
  color: #49CC79;
  font-family: 'graphikmedium';
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 10px;
}
.appointment a svg{
  vertical-align: bottom;
  margin-bottom: -1px;
}

.apointment-section{
  width: 100%;
  display: flex;
  color: #FFFFFF;
  font-family: 'graphiksemibold';
  font-size: 20px;
  line-height: 24px;
  gap: 70px;
  padding-left: 120px;
}
.apointment-section label{
  color: #FFFFFF;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 19px;
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}
.date-block{
  background: url(../images/contact-us/calender.svg) 0 0 no-repeat;
  padding-left: 36px;
}
.time-block{
  background: url(../images/contact-us/timer.svg) 0 0 no-repeat;
  padding-left: 36px;
}

/* project-overview start here */

.project-overview {
  background-color: rgba(73, 204, 121, 0.1);;
  position: relative;
  padding: 100px 0px 60px 0px;
}

.project-overview .container {
  position: relative;
}

.project-overview p {
  color:#000;
  font-size: 20px;
  line-height: 30px;
  font-family: 'graphikregular';
}

.innovate-content {
  padding-bottom: 110px;
}

/* all services start here */

.all-services {
  padding: 134px 0px 80px;
  position: relative;
}

.service-heading {
  margin-bottom: 50px;
}

.service-heading h2 {
  font-size: 42px;
  line-height: 56px;
  color: #000000;
  font-family: 'graphikbold';
  margin-bottom: 14px;
}

.service-box {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  height: calc(100% - 0px);
}

.service-content {
  height: calc(100% - 135px);
}

.img-left {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service-box .img-left span{
  color: #000000;
  font-family: 'graphikblack';
  font-size: 70px;
  line-height: 70px;
  opacity: 0.04920014880952381;
}
.service-box h3 {
  font-size: 24px;
  line-height: 29px;
  color: #212121;
  margin-bottom: 20px;
  font-family: 'graphiksemibold';
}

.service-box p {
  color: #424242;
  font-family: 'graphikregular';
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0;
}


/* our-location start here */

.our-location {
  padding: 90px 0px 100px;
  position: relative;
}

.see-map {
  position: relative;
  padding-top: 28px;
}

.see-map a {
  color: #49CC79;
  font-size: 12px;
  font-family: 'graphikmedium';
  letter-spacing: 1px;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

.content-country h3 {
  font-size: 32px;
  line-height: 32px;
  font-family: 'graphikbold';
  color: #989DA9;
}

.content-city h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: 'graphiksemibold';
  color: #212121;
  padding-bottom: 15px;
}

.content-city p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'graphikregular';
  color: #212121;
}

.our-location .service-heading h2 {
  color: #212121;
  padding-bottom: 5px;
}

.our-location .service-heading p {
  color: #989DA9;
  font-size: 20px;
  line-height: 30px;
  font-family: 'graphikmedium';
}

.content-city {
  height: calc(100% - 50px);
  position: relative;
}

.office-address {
  border-bottom: 1px solid #EEEEEE;
  padding: 40px 0px 40px 0px;
  position: relative;
}

.office-address:first-child {
  padding-top: 0px;
}

.office-address:last-child {
  padding-bottom: 0px;
  border: none
}

/*contact Right*/

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 460px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 10px 40px 50px;
}


/*Right*/

.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.contact-form-section .modal-header {
  border-bottom-color: #fff;
  background-color: #fff;
  padding: 20px 40px 20px;
}

.contact-form-section .modal-header .close {
  background-image: url(../images/contact-us/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0rem -1rem 0rem auto;
  opacity: 1;
}

.contact-form-section .modal-title {
  font-size: 24px;
  line-height: 26px;
  color: #212121;
  font-family: 'graphiksemibold';
}

.contact-form-section label {
  font-size: 16px;
  line-height: 19px;
  font-family: 'graphikregular';
  color: #fff;
  padding-bottom: 10px;
}

.contact-form-section input, .contact-form-section select,
.contact-form-section textarea {
  background-color: #012d36;
  border-radius: 3px;
  border: transparent solid 1px;
  outline: none;
  box-shadow: none;
  min-height: 50px;
  padding: 10px 15px;
  font-family: 'graphikregular';
  resize: none;
  color: #b1d5dd;
  -webkit-text-fill-color: #b1d5dd !important;
  font-size: 14px;
  width: 100%;
}
.contact-form-section .wpcf7-not-valid{
  border-color: #FF5252;
}


.contact-form-section textarea {
  padding: 10px 0px 0px 15px;
  resize: none;
  height: 76px;
}
.contact-form-section textarea::-webkit-scrollbar {
  width: 0.4em;
}
.contact-form-section textarea::-webkit-scrollbar-thumb {
  background: #000;
}
.contact-form-section .form-control:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color:none;
  outline: 0;
  box-shadow: none;
}

.contact-form-section .form-group {
  margin-bottom: 20px;
}

.contact-form-section .submit-btn {
  background-color: #49CC79;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: 'graphikmedium';
  padding: 14px 16px 14px 20px;
  min-width: 140px;
  text-align: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  width: 182px;
  border-radius: 3px;
  margin-top: 10px;
}
.contact-form-section .submit-btn .button_arrow__379Os polyline{
  stroke: #fff;
}



.tt-select {
  position: relative;
  height: auto;
  padding: 0px;
  margin-bottom: 30px;
  text-align: left;
}
.tt-select .wpcf7-not-valid-tip{
  position: absolute;
  bottom: -80px;
}
.tt-select select {
  display: none;
}
.select-selected {
  background-color: #012d36;
  border-radius: 3px;
  min-height: 50px;
  padding: 10px 15px;
  font-family: 'graphikregular';
  resize: none;
  color: #b1d5dd;
  font-size: 14px;
  line-height: 28px;
  border: transparent solid 1px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 48px;
  right: 10px;
  width: 18px;
  height: 11px;
  background: url(../images/contact-us/select-dropdown.svg) 0 0 no-repeat;
}
.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  top: 48px;
}
.select-items div {
  color: #ffffff;
  padding: 5px 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  opacity: 0.8;
}
.select-items {
  position: absolute;
  background-color: #03242a;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 10px 0;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/* Help Center css */
.help-center-section{
  padding: 80px 0;
}
.faq-cat-tabs{
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
  gap: 30px;
  border: none;
}
.faq-cat-tabs li{
  background-color: #FFFFFF;
  border: 1px solid #E7EAF1;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(242, 246, 250, 0.5);
  width: 250px;
  height: 60px;
}
.faq-cat-tabs li a.active{
  background: #f9f8fe;
  border-color: #eeeff5;
}
.faq-cat-tabs li a.active{
  color: #000;
}
.faq-cat-tabs li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #757575;
  font-family: 'graphikmedium';
  font-size: 20px;
  line-height: 24px;
}
.help-center-section .service-heading h2{
  margin-bottom: 50px;
}
.accordian-section .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.panel-group{
  position: relative;
}
.accordian-section a {
  padding: 14px 20px;
  text-align: left;
  color: #212121;
  font-family: 'graphikmedium';
  font-size: 18px;
  line-height: 26px;
  display: block;
  padding-right: 45px;
}
.accordian-section .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
  width: 50%;
  box-shadow: 0 1px 0 0 rgba(242, 246, 250, 0.5);
  margin-bottom: 1px;
}

.accordian-section .panel-heading .panel-title{
  position: relative;
  background: #fff;
}
.accordian-section .panel-heading .panel-title::after{
  background: url(../images/contact-us/faq-arrow.svg) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 19px;
  width: 18px;
  height: 17px;
  content: '';
  transform: rotate(90deg);
}
.accordian-section .panel-heading .panel-title.active{
  background: #F8F6FE;
}
.accordian-section .panel-heading .panel-title.active::after{
  transform: rotate(0);
  top: 20px;
}
.accordian-section .panel-collapse{
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px;
}
.accordian-section .panel-collapse a{
  color: #3BAE65;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  display: inline-block;
}
.accordian-section .panel-collapse b, .accordian-section .panel-collapse strong{
  font-family: 'graphikmedium';
}
.accordian-section .panel-collapse a:hover{
  text-decoration: underline;
}
.accordian-section .panel-collapse ul{
  list-style: disc;
  padding-left: 20px;
  margin-top: 12px;
}
.accordian-section .panel-collapse li{
  color: #424242;
  font-family: 'graphikregular';
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
}
.accordian-section .panel-collapse li a{
  font-size: 14px;
}
.accordian-section .panel-collapse h4{
  color: #212121;
  font-family: 'graphikmedium';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
.accordian-section .panel-collapse p{
  color: #424242;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 26px;
}
.accordian-section .panel-collapse::after{
  width: 100%;
  height: 100%;
  background: #F8F6FE;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}

.accordian-section::after{
  background: #F8F6FE;
  width: 46%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.wpcf7 form.invalid .wpcf7-response-output{
  background: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #012d36 inset !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #b1d5dd !important;
    color: #b1d5dd !important;
    border: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
   -webkit-transition-delay: 9999s;
   transition-delay: 9999s;
   color: #b1d5dd !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
    color: #b1d5dd !important;
}
.form-control:focus{
  border-color: transparent;
}

.contact-form-section input::placeholder, .contact-form-section textarea::placeholder {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.25) !important;
}

.contact-form-section input::-webkit-input-placeholder, .contact-form-section textarea::-webkit-input-placeholder {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.25) !important;
}

.contact-form-section input::-moz-placeholder, .contact-form-section textarea::-moz-placeholder {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.25) !important;
}

.contact-form-section input:-ms-input-placeholder, .contact-form-section textarea:-ms-input-placeholder {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.25) !important;
}

.contact-form-section input::-ms-input-placeholder, .contact-form-section textarea::-ms-input-placeholder {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.25) !important;
}
.myError{
  border-color: #FF5252;
  color: #FF5252;
}
.contact-form-section input.wpcf7-not-valid::placeholder {
  -webkit-text-fill-color: #FF5252 !important;
  color: #FF5252 !important;
}
.contact-form-section input.wpcf7-not-valid::-ms-input-placeholder{
  -webkit-text-fill-color: #FF5252 !important;
  color: #FF5252 !important;
}
.contact-form-section input.wpcf7-not-valid::-moz-placeholder {
  -webkit-text-fill-color: #FF5252 !important;
  color: #FF5252 !important;
}

.contact-form-section input.wpcf7-not-valid:-ms-input-placeholder {
  -webkit-text-fill-color: #FF5252 !important;
  color: #FF5252 !important;
}

.contact-form-section input.wpcf7-not-valid::-ms-input-placeholder {
  -webkit-text-fill-color: #FF5252 !important;
  color: #FF5252 !important;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: #b1d5dd !important;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: #b1d5dd !important;
    }
}


@media (min-width: 1200px) {
  .container-sml {
    max-width: 940px;
  }
}


@media (max-width: 1199px) {
  .banner-content .contact-form-section{
    width: 53%;
  }
  .trusted-logo-section{
    width: 43%;
  }

}

/* start media tablet css*/

@media (max-width: 991px) {
  .service-banner{
    margin-bottom: 50px;
  }
  .content-city h3{
    padding-top: 20px;
  }
  .service-banner {
    max-width: 100%;
  }
  .calendlyBt{
    margin-top: 20px;
  }
  .project-overview .container-sml::after{
    display: none;
  }
  .banner-content .contact-form-section{
    width: 100%;
  }
  .trusted-logo-section{
    width: 100%;
    order: 2;
  }
  .trusted-logo-section .trusted-logo{
    justify-content: center;
  }
  .apointment-section{
    padding-left: 0;
    justify-content: center;
  }
  .contact-banner h1{
    margin-bottom: 0;
  }
  .contact-banner{
    padding-bottom: 50px;
  }
  .service-box{
    padding: 15px;
  }
  .service-box h3{
    font-size: 18px;
    line-height: 20px;
  }
  .service-box p{
    font-size: 16px;
    line-height: 22px;
  }
  .service-box .img-left span{
    font-size: 50px;
    line-height: 55px;
  }
  .faq-cat-tabs li{
    width: 190px;
  }
}

/* start media mobile css*/

@media (max-width: 767px) {
  .contact-form-section .form-group{
    width: 100%;
  }
  .see-map{
    margin-bottom: 30px;
  }
  .we-innovate {
    padding: 40px 0px 0px 0px;
  }

  .contact-banner {
    padding:120px 0px 50px 0px;
    background-size: cover;
    align-items: flex-start;
  }
  .banner-content .contact-form-section .first-row{
    flex-direction: column;
    gap: inherit;
  }
  .banner-content .contact-form-section h3{
    margin-bottom: 20px;
  }
  .appointment{
    flex-direction: column;
  }
  .all-service-banner .bg-line {
    top: -8px;
  }

  .contact-banner {
    max-width: 100%;
  }
  .apointment-section{
    gap: 20px;
    font-size: 14px;
  }
  .apointment-section label{
    font-size: 14px;
    margin-bottom: 0;
  }

  .contact-right {
    left: 0px;
    top: -30px;
    max-width: 200px;
    margin: 0 auto;
}


  .project-overview {
    padding: 60px 0px;
  }

  .service-box {
    margin-bottom: 20px;
    display: inline-block;
    height: auto;
  }

  .project-overview .container-sml::after {
    top: 190px;
    bottom: auto;
    width: 100px;
    height: 100px;
    right: 15px;
  }

  .project-overview p {
    font-size: 16px;
    line-height: 24px;
  }

  .we-innovate p {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-banner h1 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .innovate-content {
    padding-bottom: 0px;
  }

  .service-heading {
    margin-bottom: 30px;
  }

  .service-heading h2 {
    font-size: 34px;
    line-height: 38px;
  }

  /* contact Us */

  .our-location {
    padding: 60px 0px;
    position: relative;
  }

  .office-address {
    padding: 20px 0px 20px 0px;
  }

  .content-city {
    height: auto;
    padding: 10px 0px 0px 0px;
  }

  .modal.right .modal-dialog {
    width: 100%;
  }

  .our-location .service-heading p {
    font-size: 18px;
    line-height: 28px;
}

.content-country h3 {
  font-size: 30px;
}
.accordian-section .panel{
  flex-direction: column;
  gap: inherit;
}
.accordian-section .panel-heading{
  width: 100%;
}
.accordian-section .panel-collapse{
  position: inherit;
  width: 100%;
  padding: 20px;
  padding-top: 0;
}
.accordian-section .panel-collapse h4{
  display: none;
}
.accordian-section a{
  font-size: 16px;
  line-height: 20px;
}
.accordian-section .panel-collapse p{
  font-size: 14px;
  line-height: 20px;
}
.accordian-section .panel-heading .panel-title.active::after{
  transform: rotate(-90deg);
}
.faq-cat-tabs{
  gap: 5px;
  margin-bottom: 20px;
}
.faq-cat-tabs li{
  width: auto;
  height: 45px;
}
.faq-cat-tabs li a{
  padding: 0 15px;
  font-size: 14px;
}
.accordian-section::after{
  display: none;
}
.trusted-logo-section .trusted-logo{
  gap: 14px;
}

}

@media (max-width: 568px) {
  .trusted-logo-section .trusted-logo {
      gap: 30px;
  }
  .trusted-logo-section .trusted-logo img{
    margin: 0;
  }
}

.wpcf7-not-valid-tip{
  display: none;
}