/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact {
    background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
}



#contact .contact_des {
    /* padding-top: 5rem;
    padding-right: 2rem; */
}

#contact .contact_detail {
    background: #ffffff;
    padding: 5rem 1rem 5rem 1rem;
}

#contact .form-control:focus {
    border-bottom-color: #999;
}

#contact input {
    height: 45px;
}

#contact input[type="submit"] {
    background: #222;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
    background: #0FBAB9;
}

#contactHeading {
    font-size: 50px;
    filter: brightness(130%);
}

.contact_des{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.social-icons{
    padding: 30px 0;
}

.left-content p {
    font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

#map{
    display: flex;
    width: 100%;
    height: 70%;
}