.c-banner-wrapper{
    background-image: url("../images/contact/contact_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 253px;
}

/* FORM */
.form-wrapper{
    /* background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain; */
}
.form-section{
    margin-top: -220px;
}
.presentation-section {
    padding-bottom: 150px;
}
.form-outer{
    max-width: 800px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -4px rgba(16, 24, 40, 0.10), 0px 10px 15px -3px rgba(16, 24, 40, 0.10);
    margin: auto;
    background-color: #fff;
    padding: 24px;
    box-sizing: border-box;
}
.form-outer h3 {
    color: #111827;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
    margin-bottom: 12px;
}
.form-outer h4 {
    color: #374151;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.contact-form{
    margin-top: 64px;
}
.form-box input,
.form-box textarea,
.form-box select {
    border-radius: 6px;
    border: 1px solid #D1D5DB;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 12px;
}
textarea{
    font-family: 'Barlow', sans-serif;
}
.form-box label{
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.form-box{
    margin-bottom: 32px;
}
.form-box-double .form-box{
    width: calc((100% / 2) - 11px);
}
input[type="submit"] {
    cursor: pointer;
}

/* Facts Section */
.facts-wrapper{
    padding-top: 120px;
    /* background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain; */
}
.facts-section h2 {
    color: #26242E;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.facts-section h2 span{
    color: #04B5FF;
}
.facts-stats-wrapper {
    margin-top: 74px;
    margin-bottom: 104px;
}
.fs-box{
    text-align: center;
}
.fs-box h3 {
    margin-top: 32px;
    margin-bottom: 6px;
    color: #26242E;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}
.fs-box h4 {
    color: #3B3A41;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.fs-divider{
    display: inline-block;
    width: 2px;
    height: 120px;
    /* margin: 0 120px; */
    background: #3B3A41;
}

/* Get into Touch */
.c-touch-wrapper{
    padding-top: 64px;
    padding-bottom: 191px;
    background-image: url("../images/contact/contact_map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.c-touch-left{
    width: 50%;
    flex-shrink: 0;
}
.c-touch-left h4 {
    color: #D0D6DF;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1px;
    text-transform: uppercase;
}
.c-touch-left h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
    margin-bottom: 12px;
}
.c-touch-left h6 {
    color: #D0D6DF;
    font-feature-settings: 'salt' on;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.c-touch-right{
    width: 50%;
    flex-shrink: 0;
}
.c-touch-r-desc{
    margin-bottom: 32px;
}
.c-touch-right h3{
    font-feature-settings: 'salt' on;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    margin-bottom: 8px;
}
.c-touch-right h4{
    color: #D0D6DF;
    font-feature-settings: 'salt' on;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* VIDEO WRAPPER */
.map-wrapper{
    padding-bottom: 81px;
    /* background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain; */
}
.map-wrapper iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.map-section{
    margin-top: -137px;
}

.response-message {
    margin-top: 20px;
}
.success-message {
    background-color: #d1e7dd;
    border: 1px solid #a3cfbb;
    color: #0a3622;
    padding: 10px;
    border-radius: 6px;
}
.error-message {
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
    color: #58151c;
    padding: 10px;
    border-radius: 6px;
}
.g-recaptcha {
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .facts-stats-wrapper {
        padding-left: 0;
        justify-content: space-around;
    }
    .facts-stats-wrapper > span{
        display: none;
    }
}

@media (max-width: 768px) {
    .facts-section h2{
        font-size: 25px;
    }
    .fs-box h3{
        font-size: 35px;
        margin-top: 0;
    }
    .fs-box h4{
        font-size: 16px;
    }
    .facts-stats-wrapper{
        margin-bottom: 0;
    }
    .facts-stats-wrapper {
        flex-wrap: wrap;
    }
    .fs-box{
        width: 100%;
        margin-bottom: 55px;
    }

    .c-touch-left h2,
    .c-touch-left h3{
        font-size: 30px;
    }

    .form-section{
        margin-top: -150px;
    }
    .form-outer h3{
        font-size: 25px;
        margin-bottom: 0;
    }

    .c-touch-section{
        flex-direction: column;
    }
    .c-touch-left{
        width: 100%;
    }
    .c-touch-right {
        width: 100%;
        margin-top: 30px;
    }

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

@media (max-width: 500px) {
    .facts-wrapper{
        padding-top: 100px;
    }

    .form-box-double{
        flex-direction: column;
    }
    .form-box-double .form-box{
        width: 100%;
    }
    .form-box{
        margin-bottom: 20px;
    }

    .c-touch-wrapper{
        padding-bottom: 120px;
    }
}