.ftco-section {
    padding: 90px 0;
  }
  
  .ftco-no-pt {
    padding-top: 0;
  }
  
  .ftco-no-pb {
    padding-bottom: 0;
  }
  
  .heading-section {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
  }
  
  .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .responsive-map{
    overflow: hidden;
    padding-bottom:56.25%;
   
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }
  /* .form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .form-control::-webkit-input-placeholder {

    color: rgba(0, 0, 0, 0.3) !important;
  }
  
  .form-control::-moz-placeholder {
   
    color: rgba(0, 0, 0, 0.3) !important;
  }
  
  .form-control:-ms-input-placeholder {
   
    color: rgba(0, 0, 0, 0.3) !important;
  }
  
  .form-control:-moz-placeholder {
  
    color: rgba(0, 0, 0, 0.3) !important;
  }
  
  .form-control:focus,
  .form-control:active {
    border-color: #01d28e !important;
  }
  
  textarea.form-control {
    height: inherit !important;
  } */
  
  .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  }
  
  /* .contact-wrap {
    background: #fff;
  }
   */
  .info-wrap {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .info-wrap h3 {
    color: #fff;
  }
  
  .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
  }
  
  .info-wrap .dbox:last-child {
    margin-bottom: 0;
  }
  
  .info-wrap .dbox p {
    margin-bottom: 0;
  }
  
  .info-wrap .dbox p span {
    font-weight: 500;
    color: #fff;
  }
  
  .info-wrap .dbox p a {
    color: #fff;
  }
  
  .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  
  .info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
  }
  
  .info-wrap .dbox .text {
    width: calc(100% - 50px);
  }
  
  .btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    }
  }
  
  .btn:hover,
  .btn:active,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  }
  
  .btn.btn-primary {
    background: #01d28e !important;
    border-color: #01d28e !important;
    color: #fff;
  }
  
  .btn.btn-primary:hover,
  .btn.btn-primary:focus {
    border-color: #019f6c !important;
    background: #019f6c !important;
  }
  .info_section.innerpage_info_section {
    background-color: #262939;
    color: #ffffff;
    padding: 165px 0 75px 0;
}
  /* .contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
  }
  
  .contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  
  #contactForm .error {
    color: red;
    font-size: 12px;
  }
  
  #contactForm .form-control {
    font-size: 16px;
  }
  
  #message {
    resize: vertical;
  }
  
  #form-message-warning,
  #form-message-success {
    display: none;
  }
  
  #form-message-warning {
    color: red;
  }
  
  #form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: bold;
  }
  
  .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: bold;
  } */