/* body{
  background:url("../images/contact-home.png") no-repeat;
}
#wrapper{
  opacity:0.5;
} */

body, *{
    font-family: "Inter", sans-serif !important;
}
.contact-main{
  margin-top: 70px;
  padding:24px 0;
}
.container_fluid{
    max-width:1240px;
    width:100%;
    margin:0 auto;
    padding:0 20px;
}
.contact-head{
  text-align: center;
  margin-bottom:26px;
}
.contact-list{
display: flex
;
align-items: center;
flex-wrap: wrap;
}
.sales-us{
color: #667085;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}
.looking-job{
color: #fff;
margin-top: 30px;
}
.looking-job a{
color: #fff;
text-decoration: underline;
}
.looking-job a:hover{
  text-decoration: none;
}
.contact-careers {
padding-left: 10px;
margin-left: 37px;
}
h1{
  color:#000;
  font-size:24px;
  font-weight: 700;
  line-height:125%;
  margin-bottom:13px;
}
.contact-head p{
  color:#1B1E55;
  font-size: 14px;
  font-weight: 500;
  line-height:1.3;
}
.color-info{
  color:#E7313D;
}
.contact-row h3{
    font-size:20px;
    font-weight: 700;
    margin-bottom:24px;
    line-height: 1.5;
    letter-spacing: normal;
}
.contact-form-wrap,.consultation-wrap{
    padding:19px 15px;
   border-radius:16px;
}
.contact-form-wrap{
  background-color:#1B1E55;
  margin-bottom:26px;
}
.contact-form-wrap h3{
  color:#fff;
}
.form-list {
    position: relative;
    margin-bottom: 16px;
  }
  .full-width,#form1comments{
    width: 100% !important;
  }
.form-control {
    font-family: "Inter", sans-serif;
    border:none;
    border-radius:4px;
    padding: 12px 12px 12px 16px;
    font-weight:500;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    color: #14151b;
    transition: all .3s ease;
    width: 100%;
   background-color:#fff;
  }
  .form-control:focus{
    outline:0;
  }
  .iti{
    width:100%;
  }
  .form-group label{
    color:#fff;
    font-size: 16px;
    display: block !important;
  }
  .form-group label::before{
    border: 1px solid #fff;
    border-radius:4px;
  }
  .form-group input:checked + label::after{
    border-color:#fff;
    top: 6px;
  }
  .file-drop-area.is-active {
    background-color:#fff;
}
  #form1comments{
    min-height:84px;
  }
  .custom-select {
    position: relative;
  }
  .select-selected {
    padding: 12px 12px 12px 16px;
    font-weight: 500;
    font-size: 1.4rem;
    cursor: pointer;
    user-select: none;
    width: 100%;
    letter-spacing: -0.5px;
    position: relative;
    border-radius:4px;
    color: rgba(28, 30, 85,0.7);
     background-color: #fff;
  }
  .select-selected:after {
    position: absolute;
    content: "";
    display: inline-block;
    border: solid #bdb6b8;
    border-width: 0 2px 2px 0;
    right: 24px;
    z-index: 1;
    padding: 4px;
    top:50%;
    transition: .3s ease-in;
    transform: rotate(45deg) translateY(-50%);
}
.select-items div {
    border: none;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
  }
  .select-items div, .select-selected {
    cursor: pointer;
    user-select: none;
  }
  .same-as-selected, .select-items div:hover {
    background-color: rgba(0, 0, 0, .1);
  }
  .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    height: 200px;
    overflow: auto;
    z-index: 99;
    border: 1px solid #d8d4d6;
  }
  .country-field .input-name {
    left: 60px;
  }
  .tooltip-box {
    color: #f90e1e;
    font-size:1.4rem;
    display: none;
    padding-top: 6px;
  }
  .file-drop-area{
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding: 12px 12px 12px 16px !important;
  }
  .file-drop-area:after{
    content:"";
    position:absolute;
    right:19px;
    top:50%;
    width:18px;
    height:19px;
    pointer-events:none;
    transform: translateY(-50%);
    background:url("../images/upload.svg") no-repeat;
  }
  .fake-btn{
    border: none;
    font-size: 14px;
    color: #BBBBCC;
    padding: 0;
    letter-spacing: -0.5px;
    font-weight: 500;
  }
  .consultation-btn{
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    background-color:#E7313D;
    border-radius:8px;
    padding:16px 37px;
    transition:all 0.4s linear;
  }
  .consultation-btn:after{
    content:"";
    background:url("../images/send-arrow.svg") no-repeat;
    width:22px;
    height:11px;
    margin-left: 8px;
    display: inline-block;
    transition:all 0.4s linear;
  }
  .consultation-btn:hover{
    background-color: #DF0B1AE3;
  }
  .consultation-btn:hover:after{
    transform: translateX(6px);
  }
  ::placeholder {
    color:#BBBBCC;
    opacity: 1; /* Firefox */
  }
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color:#BBBBCC;
  }
  .check-wrap {
    padding-top: 10px;
    padding-left: 4px;
    margin-bottom:36px;
  }
  .consultation-wrap{
    background-color:#F6F6F8;
  }
  .consultation-wrap h3{
   color:#000;
   width: 90%;
   margin-bottom: 17px;
  }
  .consultation-detail{
    display:flex;
    margin-bottom:48px;
    align-items: center;
  }
  .consultation-img{
    width:80px;
    height:80px;
    border-radius:50%;
  }
  .consultation-intro{
    width:calc(100% - 80px);
    padding-left:12px;
  }
  .consultation-name{
    display: block;
    color:#000;
    font-size: 20px;
    font-weight: 700;
    line-height:1.06;
    margin-bottom:9px;
    letter-spacing: -0.6px;
  }
  .consultation-position{
    font-size: 14px;
    letter-spacing: -0.6px;
  }
  .direct-contact-list li{
   background-color: #fff;
   padding: 11px 20px 10px 10px;
   margin-bottom:23px;
   border:1px solid #E5E7EB;
  }
  .direct-contact-list li:last-child{
    margin-bottom: 0;
  }
  .direct-contact-list li a{
    color:#000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.2px;
    display: inline-flex;
    align-items:center;
  }
  .careers{
    border: none !important;
  }
  .direct-contact-list li a:hover{
    color:#e01321;
  }
  .direct-contact-list li svg{
    width:40px;
    height:40px;
    margin-right: 16px;
  }
  .link-btn{
    font-size: 16px;
    font-weight: 600;
    color:#e01321;;
  }
  .link-btn:after{
    content:"";
    background:url("../images/_right_arrow.svg") no-repeat;
    width:15px;
    height:13px;
    display:inline-block;
    transform:translateX(5px);
    vertical-align: middle;
    transition:.5s linear
  }
  .link-btn:hover:after{
    transform:translateX(10px);
  }
  /* Vision */
  .vision-wrapper{
    padding:25px 0;
  }
  .vision-head{
    text-align: center;
    margin-bottom:25px;
  }
  .vision-head h2{
  color:#1B1E55;
  font-size:24px;
  font-weight: 600;
  line-height:125%;
  margin-bottom:11px;
  }
.vision-head p{
    color:#1B1E55;
  font-size: 16px;
  font-weight: 500;
}
.vision-row{
    background-color:#F9FAFB;
    padding:23px 15px 32px;
    border-radius: 4px;
}
.rating-view{
  margin-bottom:36px;
}
.rating-view p{
  color:#1B1E55;
  font-size:20px;
  line-height:140%;
  margin-bottom:33px;
  font-weight: 600;
}
.testimonial-view{
  position: relative;
}
.right-border{
  position: absolute;
  width:100%;
  height:1px;
  top:0;
  left:0;
  background-color:#E5E7EB;
}
.right-border:after,.right-border:before{
  content:"";
  width:11px;
  height:11px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background-color:#E5E7EB;
}
.right-border:before{
 left:auto;
 right:0;
}
.rating-slider {
  position: relative;
  width:278px;
  height:104px;
}
.rating-slider figure {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width:278px;
  opacity: 0;
  animation-name: fade;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite
}
@keyframes fade {
  0% {
      opacity: 0
  }
  1% {
      opacity: 1
  }
  18% {
      opacity: 1
  }
  24% {
      opacity: 0
  }
  50% {
      opacity: 0
  }
  100% {
      opacity: 0
  }
}
.rating-slider em {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
.rating-slider figure:nth-child(1) {
  animation-delay: 0s
}
.rating-slider figure:nth-child(2) {
  animation-delay: 2s
}
.rating-slider figure:nth-child(3) {
  animation-delay: 4s
}
.rating-slider figure:nth-child(4) {
  animation-delay: 6s
}
.rating-slider figure:nth-child(5) {
  animation-delay: 8s
}
.rating-slider figure:nth-child(6) {
  animation-delay: 10s
}
.testimonial-block.user-block {
  padding-top:38px;
}
.user-title{
  font-size: 20px;
  font-weight: 600;
  line-height:1.3;
  margin-bottom:14px;
}
.user-speak {
  margin-bottom:24px;
}
.user-speak p{
  color:#1B1E55;
  font-size: 16px;
  line-height: 150%;
  margin-bottom:24px;
}
.user-speak p:last-child{
  margin-bottom: 0;
}
.client-box{
  display:flex;
  align-items:center;
} 
.client-img{
  width: 64px;
  height: 64px;
  border-radius:50%;
  overflow:hidden;
}
.client-detail{
  margin-left:13px;
}
.client-name{
  font-size: 16px;
  font-weight: 500;
}
.client-country{
  font-size: 14px;
  display: block;
  margin-top: 6px;
}
  /* Vision Close */
/* Client */
  .client-wrapper {
    padding:23px 0 40px;
  }
  .client-wrapper .container{
    max-width:1880px;
  }
  .clients-title{
    color:#1B1E55;
    font-size:24px;
    font-weight:600;
    line-height:125%;
    margin-bottom:40px
  }
  .logos-wrap{
    text-align: center;
  }
  /* Client Close */
  .testimonial-block .slick-dots{
    display:flex;
    gap:10px;
    padding-top:18px;
    padding-right: 20px;
    justify-content:center;
  }
  .testimonial-block .slick-dots button{
    width:12px;
    height:12px;
    border:none;
    font-size: 0;
    border-radius:50%;
    background-color:#CFCFCF;
  }
  .testimonial-block .slick-dots .slick-active button{
    background-color:#1B1E55;
  }

/* Innovation */

.innovation-wrapper{
  padding: 30px 0 50px;
  overflow:hidden;
}
.innovation-title{
  text-align: center;
  max-width:1040px;
  margin:0 auto 45px;
}
.innovation-title h2{
  font-size:26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 18px;
}
.innovation-title p{
 font-weight: 500;
}
  .slick-slider {
    margin: 0 -10px;
}

.innovation-slide {
    padding: 0 10px;
}

.innovation-slide img {
    object-fit: cover;
}
/* Innovation Close */

  /* Responsive */
  @media only screen and (min-width:768px){
    h1{
     font-size: 36px;
    }
    .contact-main{
        padding:55px 0;
    }
    .contact-form-wrap, .consultation-wrap {
        padding: 35px 30px;
      }
      .contact-careers {
margin-left: 0;
}
.sales-us{
border-right: 2px solid #667085;
}
  }
  @media only screen and (min-width:992px){
    .contact-head{
        margin-bottom: 45px;
    }
    .contact-row {
        display: flex;
        justify-content: space-between;
      }
      .contact-form-wrap{
        width: 53.24%;
        margin-bottom: 0;
      }
      .consultation-wrap{
        width: 44.3%;
      }
      .vision-head h2{
        font-size: 30px;
      }
      .vision-row{
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:40px 30px;
      }
      .rating-view{
        width:36%;
        margin-bottom: 0;
      }
      .testimonial-block.user-block {
        padding-top:0;
      }
      .testimonial-view{
        width:60%;
        padding-left: 35px;
      }
      .right-border{
        width:1px;
        height:100%;
      }
      .right-border::after, .right-border::before{
        transform: translateX(-50%);
        left:50%;
        top:0;
      }
      .right-border::before{
        top:100%;
      }
      .testimonial-block .slick-dots{
        justify-content:flex-end;
      }
      .innovation-title h2{
        font-size:32px;
      }
  }
  @media only screen and (min-width:1200px){
    .form-main{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .form-main li{
        width:48.6%;
    }
  }
  @media only screen and (min-width:1366px){
    .contact-main {
        padding:45px 0;
        margin-top: 80px;
      }
   h1{
    font-size: 40px;
    margin-bottom: 25px;
   }
   .contact-head{
    margin-bottom:69px;
   }
   .contact-head p{
    font-size: 18px;
   }
   .contact-row h3{
    font-size: 24px;
    margin-bottom:21px;
   }
   .contact-form-wrap, .consultation-wrap{
    padding:38px 39px;
   }
   .form-control,.select-selected{
    font-size:1.6rem;
    padding: 20px 12px 17px 16px;
   }
   .file-drop-area{
    padding: 20px 12px 17px 16px !important;
   }
   #form1comments {
    min-height: 104px;
  }
  .fake-btn{
    font-size: 16px;
  }
  .check-wrap{
    margin-bottom: 29px;
  }
  .consultation-btn{
    padding: 22px 37px;
  }
  .consultation-position{
    font-size: 16px;
  }
  .consultation-detail{
    margin-bottom:64px;
  }
  .direct-contact-list li{
    padding: 11px 20px 10px 14px;
  }
  .vision-wrapper {
    padding: 7px 0;
  }
  .vision-head {
    margin-bottom: 45px;
  }
  .vision-head h2 {
    font-size:40px;
    letter-spacing: 0.1px;
    margin-bottom: 23px;
  }
  .vision-head p{
    font-size: 18px;
  }
  .rating-view p{
    font-size: 24px;
    margin-bottom: 48px;
  }
  .vision-row{
    padding: 56px 40px 54px 60px;
  }
  .rating-view {
    width: 40%;
  }
  .testimonial-view {
    width: 56%;
    padding-left:73px;
  }
  .user-speak p{
    font-size: 18px;
    margin-bottom: 27px;
  }
  .user-title{
    margin-bottom: 23px;
  }
  .client-img{
    width:84px;
    height:84px;
  }
  .user-speak {
    margin-bottom:55px;
  }
  .client-detail {
    margin-left: 10px;
  }
  .right-border{
    top:23px;
    height: calc(80% - 23px);
  }
  .client-wrapper {
    padding:90px 0 60px;
  }
  .clients-title{
    font-size: 40px;
  }
  .innovation-wrapper{
    padding:60px 0;
  }
  .innovation-title h2{
    font-size: 40px;
  }
  .innovation-title p{
    font-size: 18px;
  }
  }
  @media only screen and (min-width:1440px){
    .container_fluid{
      max-width: 1400px;
    }
    .contact-main {
      padding: 88px 0;
      margin-top: 80px;
    }
  }