.contact {
    padding: 3rem 0;
}

.left-contact-image>img {
    position: relative;
    width: 100%;
    object-fit: cover;
}

.left-contact-image .contact-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white-color);
    color: var(--black-color);
    padding: 2rem;
    width: 70%;
}

.contact-info .contact-details {
    line-height: 40px;
    margin-bottom: 20px;
}

.contact-info .contact-details li span {
    font-weight: 600;
    color: var(--yellow-color);
}

.contact-info .contact-details li,
.contact-info .contact-details li a {
    font-weight: 600;
    color: var(--black-color);
}

.social-icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.social-icons li:nth-child(2) {
    margin: 0 25px;
}

.social-icons li:last-child {
    margin: 0 0 0 25px;
}

.social-icons li a i {
    font-size: 20px;
    color: var(--yellow-color);
    padding: 10px;
    box-shadow: var(--box-shadow);
    border-radius: 50%;
}

.social-icons li a i.fb {
    padding: 10px 14px;
}

.social-icons li a i.insta {
    padding: 10px 12px;
}

.contact-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
    z-index: 0;
}

.right-contact {
    padding: 0 2rem;
}

.right-contact h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--black-color);
    position: relative;
}

.right-contact h2::after {
    position: absolute;
    content: "";
    height: 4px;
    background-color: var(--yellow-color);
    width: 50px;
    top: 50%;
    left: 57%;
}

.right-contact p {
    color: var(--black-color);
    font-size: 16px;
    padding: 20px 0;
}

.right-contact form input {
    margin-bottom: 20px;
    border-radius: 0;
}

.right-contact form textarea {
    border-radius: 0;
    padding: 10px;
    border: 1px solid #ced4da;
}

.right-contact form textarea:focus {
    outline: none;
}

a.submit-contact {
    display: inline-block;
    padding: 10px 25px;
    background: var(--yellow-color);
    color: var(--white-color);
    border: 1px solid var(--yellow-color);
}

a.submit-contact:hover {
    background: var(--white-color);
    color: var(--yellow-color);
}


/*   Contact  CSS
/*----------------------------------------*/

.contact-form-widget label {
    font-size: 16px;
    color: var(--theme-title-color);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
}

.contact-form-widget .form-control {
    background-color: transparent;
    height: 55px;
    color: #9199a1;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border: 1px solid #dcdee0;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.contact-form-widget .form-control::placeholder {
    color: #9199a1;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.contact-form-widget .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.contact-form-widget textarea.form-control {
    height: inherit;
}

.contact-form-widget .policy-text {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--theme-text-color);
    line-height: 22px;
}


/*----------------------------------------*/


/*   Get In Touch Area CSS
/*----------------------------------------*/

.get-touch-area .get-touch-box {
    display: flex;
    align-items: flex-start;
}

.get-touch-area .get-touch-box .icon {
    margin-right: 8px;
}

.get-touch-area .get-touch-box .icon img {
    vertical-align: text-top;
}

.get-touch-area .get-touch-box .icon i {
    font-size: 18px;
    color: var(--primary-color);
}

.get-touch-area .get-touch-box p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: var(--theme-title-color);
    margin-bottom: 8px;
    line-height: 24px;
}

.get-touch-area .get-touch-box span {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--theme-text-color);
    line-height: 22px;
}

.custom-icon.location {
    width: 35px;
    height: 18px;
}

.custom-icon.clock {
    width: 18px;
    height: 18px;
}

.section-title h2 {
    color: var(--black-color);
    font-weight: 700;
    text-transform: capitalize;
}


/* 
.section-title p {
    color: var(--blue-color);
} */

.theme-btn.theme-btn-lg {
    height: 60px;
    line-height: 59px;
    padding: 0 40px;
    background: var(--blue-color);
    margin-top: 20px;
    color: var(--white-color);
    border: 1px solid var(--blue-color);
}

.theme-btn.theme-btn-lg:hover {
    background: var(--white-color);
    color: var(--blue-color);
}

.get-touch-box {
    padding: 20px;
    box-shadow: var(--box-shadow);
    margin-bottom: 25px;
}

.contact-form-widget {
    padding: 20px;
    box-shadow: var(--box-shadow);
}

select.form-control:not([size]):not([multiple]) {
    height: 55px;
}