
.contact-form-sec{
    padding: 120px 0px;
}
.contact-form-sec .contact-section {
    padding: 50px 20px;
    color: #fff;
  }
  .contact-form-sec .contact-info {
    font-size: 16px;
  }
  .contact-form-sec .contact-info a {
    color: #fff;
    text-decoration: none;
  }
  .contact-form-sec .social-icons a {
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
  }
  .contact-form-sec strong{
    color: #BBB9C9;
}
.contact-form-sec input.form-control,
.contact-form-sec textarea{
    background: unset;
    min-height: 40px;
    border-radius: 0px;
}
.contact-form-sec textarea:focus{
    background-color: unset;
}
.contact-form-sec .submit-btn .btn.btn-custom{
    background-color: #feea00;
    color: #000;
    border-radius: unset;
    padding: 9PX 18PX;
}
.contact-form-sec form{
    margin-top: 40px;
}


.ofc-locations-sec .title {
    font-size: 45px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 40px;
  }
  .ofc-locations-sec .location-card {
    border-bottom: 1px solid #444;
    padding: 35px 0;
    display: flex
;
    align-items: center;
  }
  .ofc-locations-sec .location-card.london-card{
    border-top: 1px solid #444;
  }
  .ofc-locations-sec .location-name {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .ofc-locations-sec .address, .contact {
    font-size: 1rem;
    color: #ccc;
  }
  .ofc-locations-sec .directions-link {
    text-align: right;
    font-weight: bold;
    color: white;
    text-decoration: none;
  }
  .ofc-locations-sec .directions-link:hover {
    text-decoration: underline;
  }
.ofc-locations-sec{
    background: #1F1D35;
    padding: 80px 0px;
    color: #fff;
}
@media (max-width: 767px){
    .ofc-locations-sec .title{
        font-size: 30px;
    }
    .ofc-locations-sec .location-name{
        font-size: 18px;
    }
}

.contact-banner-strip .banner {
    background-color: #feea00;
    padding: 80px 0;
    text-align: center;
    width: 100%;
  }
  .contact-banner-strip .banner-text {
    font-size: 45px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
  }
  .contact-banner-strip .email-link {
    color: #fd6875;
    text-decoration: underline;
    font-weight: bold;
  }
  .contact-banner-strip .email-link:hover{
    color: #ed4b5a;
  }
  @media (max-width: 768px) {
    .contact-banner-strip .banner-text {
      font-size: 1.2rem;
      padding: 0 15px;
    }
   
  }
  @media (max-width: 991px) {
    .contact-form-sec {
        padding: 60px 0px;
    }
  
  }
  .contact-section h6{
       line-height: 1.8;
       margin-bottom: 10px;
  }