/* ============================
    Contact Us Section
=============================== */
.contact-us-section {
    position: relative;
    width: 100%;
    background: url("contact-bg.jpg") no-repeat scroll center center / cover;
}

.contact-title , .contact-subtitle {
    color: #fff;
}
.contact-subtitle {
    position: relative;
}
p{
    color:white;
}
.p-b-10{
    padding-bottom: 15px;
}
.section-title {
    font-size: 30px;
    line-height: 30px;
    color: white;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    letter-spacing: 3px;
    letter-spacing: 0.2rem;
    position: relative;
}
.section-title-left {
    font-size: 30px;
    line-height: 30px;
    color: #08082A;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    letter-spacing: 3px;
    letter-spacing: 0.2rem;
    position: relative;
}
.section-title-left:after {
  bottom: -15px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 65px;
}
.section-title:after {
  bottom: -20px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 65px;
}
.contact-us-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.white{
    color:white;
}
.contact-form-section {
    position: relative;
    padding: 25px 50px;
}
.contact-form-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.contact-form-section button.btn-contact {
    border: 0;
    font-weight: 500;
    padding: 5px 55px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}
.border1 {
border: 3px solid #00B0F0;
}
.border2 {
border: 3px solid white;

}
.btn-contact .fa {
  padding-right: 5px;
}
.contact-form-icon {
    position: relative;
}
.contact-form-icon .fa {
  color: #ffffff;
  padding: 14px 12px;
  pointer-events: none;
  position: absolute;
}
.contact-form-icon input, .contact-form-icon textarea {
  padding-left: 35px;
}
.contact-form-section button.btn-contact:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}




/* ============================
    Google Map Section
=============================== */
.goolge-map-section .toggle-map-button button.gmap-btn {
    text-transform: uppercase;
    color: #fff;
    background: #1f1f1f;
    font-size: 16px;
    border: none;
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
}

.goolge-map-section .toggle-map-button button.gmap-btn .fa {
    padding-left: 10px;
 }
#gmap-wrapper { 
    height: 350px;
}
.p-t-10{
    padding-top:15px;
}
.p-b-10{
    padding-bottom:15px;
}
.form-control {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  height: 42px;
  line-height: 21px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
  letter-spacing: 1px;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}
.form-control,
.form-control:hover,
.form-control:focus{
    box-shadow: none;
    background-color: transparent;
    color:white;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-control::-moz-placeholder {
    color: #fff;
}
.form-control:-ms-input-placeholder {
    color: #fff;
}
.form-control::placeholder {
    color: #fff;
}
@media only screen and (max-width: 767px) { 
    .contact-form-section {
  padding: 15px;
  margin-top: 15px;
       }
#contactForm .form-control {
  font-size: 12px;
  height: 30px;
  line-height: 10px;
  padding: 8px;
   }
#contactForm .form-group {
  margin-bottom: 20px;
    }
#contactForm .form-group textarea {
    height: 60px;
     }
.contact-form-section button.btn-contact {
  font-size: 13px;
  padding: 0 30px;
  width: 100%;
    }
.contact-button-padding {
    margin-top: 10px;
   }
.contact-form-icon input, .contact-form-icon textarea {
  padding-left: 32px !important;
     }
.contact-form-icon .fa {
  font-size: 12px;
  padding: 8px 12px;
     }
.goolge-map-section .toggle-map-button button.gmap-btn {
  font-size: 12px;
  padding: 10px 0;
      }
#gmap-wrapper {
  height: 300px;
    }
}