/**
********************************
Contact us page
********************************
*/

.menu-title {
    padding: 23px 50px 24px;
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: .8;
    letter-spacing: 0.72px;
    border: 2px solid #f4f4f4;
    background: #fff;
    font-weight: 400;
}

/**
********************************
* Banner 
********************************
  */
.contact-us .banner {
    background-size: cover;
    background-position: center center;
    width: 100%;
    /* height: 100vh; */
    padding: 195px 0 195px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-us .banner_content h4 {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-weight: 400;
}

.contact-us .banner_content h4 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;

    &:hover {
        color: #d7d2d2;
    }
}

.contact-us .banner_content h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
    
      @media (max-width:768px) {
        font-size: 36px;
    } 
}

/**
********************************
* Contact us content 
********************************
  */


 .address-content .contacts a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.56px;
    color: #000;
    margin: 0;
    text-decoration: none;
    margin-bottom: 3rem;
}

.address-content .contacts svg {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    fill: #000;
}

/* 
****************************************************************
Contact us Form
****************************************************************
*/

.contactus-details{
    padding: 60px 0 0;
}

.contact-us-form{
    padding: 0 180px;

    @media (max-width:1199px) {
        padding: 0 22px;
    }
}

.contact-us-form .row{
    row-gap: 30px;
}

.contact-us-form .input-fields input,
.contact-us-form .input-fields textarea {
    width: 100%;
    height: 70px;
    background: #f4f4f4;
    border: none;
    padding: 0 30px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 70px;
    color: #818181;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact-us-form .input-fields textarea {
    height: 190px;
    resize: none;
    line-height: 30px;
    padding: 21px 30px;
    margin-bottom: 21px;
    font-family: 'Oswald' !important;
}

.contact-us-form .input-fields input[type="submit"] {
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    color: #fff;
    height: 70px;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
}

.contact-us-form .input-fields input[type="submit"]:hover {
    background: #e62b4a;
    color: #fff;
}

.contact-us-form .input-fields input[type="text"]:focus,
.contact-us-form .input-fields input[type="email"]:focus,
.contact-us-form .input-fields textarea:focus {
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    border-right: 4px solid #e62b4a;
    background: #fff;
}

/* 
map section
*/

.map-section{
    margin-top: 50px;
}