* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Sen", sans-serif;
  }
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.hero-contact {
    width: 100%;
    /* height: 100vh; */
    /* height: 70vh; */
    /*background-image: url('../img/RD_interior.jpg');*/
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size:cover;
    margin-bottom: 20px;
  }

.intro .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: none;
}
.container {
    /* max-width: 70% !important; */
    max-width: 50% !important;

}
.row h1 {
color: white;
    text-shadow: 0px 0px 10px #000;
    margin: 0 auto;
    font-size: 80px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-top: 60px;
}

.form-custom {
    color: white;
    
}
.form-custom h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}
.content h2 {
color: white;
    text-shadow: 0px 0px 10px #000;
}
.contact-title {
    transition: all 4s ease-in-out;
}
.contact-form h2 {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
}
form {
    margin-top: 30px;
    transition: all 4s ease-in-out;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 985px){
    .col-sm-12{
        max-width: 500px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.form-control {
    /* width: 600px*/
    background: rgba(255, 255, 255, 0.8)!important;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    /* color: #f9f3f9!important; */
    font-size: 18px !important;
    margin-bottom: 16px;
}
.submit-btn {
    text-align: center;
    background-color: #7CBA42 !important;
    border-color: white !important;
}
.submit-btn:hover{
    background-color: #639336 !important;
}
input {
    height: 45px;
}
form .submit {
    width: 200px;
}
form .submit:hover {
    background-color: rgb(189, 196, 202);
    cursor: pointer;
}

h4 .sent-notification{
    color: greenyellow!important;
}

/*===== Fixed Background IMG ====*/
.fixed-background {
    background-image: url('../img/TnT_outside.jpeg');
    /*position fixed put the image like under the website*/
    position: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.fixed-background {
    padding: 5rem 0;
    overflow: hidden; /*-- Correction for iOS --*/
  }

  .picto {
    height: 4rem;
}

/*============= FOOTER =============*/
.footer-logo {
    height: 5rem;
    margin: 1.5rem auto;
}
footer {
    background-color: #7CBA42;
    padding: 1rem 2rem 3rem;
}
footer p, footer a,
.socket a {
    color: white;
    text-decoration: none;
}
ul.social {
    /* retire the dot */
    list-style-type: none;
    display: flex;
    max-width: 6rem;
    margin: 0 auto;
    padding: 0;
}
ul.social li {
    margin: 0 auto;
}
footer .svg-inline--fa {
    font-size: 2.5rem;
}
footer .svg-inline--fa:hover {
    color: #1a3209;
}


/*============= SOCKET =============*/

.socket {
  background-color: #000000;
  border-top: .1rem solid #9ce468;
}


/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}
/* Devices under 768px (md) */
@media (max-width: 767.98px) {

}

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  
  /*-- Fixed Background Image --*/
  .fixed-background {
    position: relative;
    width: 100%;
    z-index: 1000!important;
  }
  .fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999 !important;
  }
  .fixed {
    z-index: -999!important;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/contact/o3.jpg');
    /*position fixed put the image like under the website*/
    position: fixed;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }

  .green-block {
    background-color: #7CBA42;
    /* Other styling for the green block */
}
.dark-grey-block {
    background-color: #333333;
    /* Other styling for the dark grey block */
}

.google-map {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.form-control {
    border-radius: 0.5rem !important;
}
h1 {
    padding-top: 80px;
}