/*----------------------
# HP V2 Common Styles
------------------------------*/

/* lato-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../../font/fonts/Lato/lato-v25-latin-300.woff2') format('woff2');
}

/* lato-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../../font/fonts/Lato/lato-v25-latin-regular.woff2') format('woff2');
}

/* lato-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../../font/fonts/Lato/lato-v25-latin-700.woff2') format('woff2');
}

/* lato-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../../font/fonts/Lato/lato-v25-latin-900.woff2') format('woff2');
}

/* Global font size for Homepage V2 */
body {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

/* Section Spacing - 60px between sections (excluding header) */
section[class*="hp-v2-"] {
    margin-bottom: 60px;
}

section[class*="hp-v2-"]:last-of-type {
    margin-bottom: 0;
}

/* Section Titles */
.hp-v2-section-title {
    font-size: 36px !important;
    font-weight: bold;
    color: #221E1F;
    text-align: left;
    letter-spacing: 2px;
}

.hp-v2-section-description {
    font-size: 18px;
}

.hp-v2-section-title-small {
    font-size: 32px !important;
    font-weight: bold;
    color: #221E1F;
    text-align: left;
    letter-spacing: 2px;
}

/* Common spacing below section title, regardless of following element */
.hp-v2-section-title,
.hp-v2-section-title-small {
    margin-bottom: 30px !important;
}

@media (max-width: 992px) {
    section[class*="hp-v2-"] {
        margin-bottom: 50px;
    }

    .hp-v2-section-title {
        font-size: 36px !important;
    }

    .hp-v2-section-title-small {
        font-size: 32px !important;
    }

    .hp-v2-section-description {
        font-size: 18px;
    }

    .hp-v2-section-title+.hp-v2-section-description,
    .hp-v2-section-title-small+.hp-v2-section-description {
        margin-top: 14px;
        margin-bottom: 24px;
    }

    .hp-v2-section-title,
    .hp-v2-section-title-small {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    section[class*="hp-v2-"] {
        margin-bottom: 0px;
    }

    #contact {
        padding: 20px 10px;
    }

    #contact .pre-title-contact {
        font-size: 16px;
    }

    #contact .title-contact .contact-us {
        font-size: 32px;
    }

    #contact .warm-message {
        font-size: 16px;
    }

    #contact .warm-message p {
        font-size: 16px;
    }

    #contact .form-contact {
        font-size: 16px;
    }

    #contact .form-contact .form-control {
        font-size: 16px;
    }

    #contact .btn-submit-form-contact {
        font-size: 16px;
    }

    #contact .contact-list ul li div {
        font-size: 16px;
    }

    .hp-v2-section-title {
        font-size: 32px !important;
    }

    .hp-v2-section-title-small {
        font-size: 28px !important;
    }

    .hp-v2-section-title+.hp-v2-section-description,
    .hp-v2-section-title-small+.hp-v2-section-description {
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .hp-v2-section-title,
    .hp-v2-section-title-small {
        margin-bottom: 18px;
    }

    .hp-v2-section-title,
    .hp-v2-section-title-small,
    .hp-v2-section-description {
        text-align: left !important;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    section[class*="hp-v2-"] {
        margin-bottom: 30px;
    }

    .hp-v2-section-title {
        font-size: 28px !important;
    }

    .hp-v2-section-title-small {
        font-size: 24px !important;
    }

    .hp-v2-section-title+.hp-v2-section-description,
    .hp-v2-section-title-small+.hp-v2-section-description {
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .hp-v2-section-title,
    .hp-v2-section-title-small {
        margin-bottom: 12px;
    }
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact .pre-title-contact {
    text-transform: initial;
    font-size: 16px;
}

#contact {
    background-color: var(--white);
}

#contact .contact-list ul {
    margin: 0;
    padding: 0;
}

#contact .contact-list ul li {
    margin-bottom: 32px;
    display: flex;
}

#contact .contact-list ul li div {
    margin-left: 20px;
    font-size: 16px;
    padding-top: 5px;
    font-family: 'Lato', sans-serif !important;

}

#contact .contact-list ul li img {
    width: 30px;
}

#contact .contact-item-img {
    display: inline-block;
}

#contact .contact-icon-add {
    margin: 7px;
    height: 45px;
    width: 45px;
}

#contact .pre-title-contact {
    display: block;
    color: var(--color-orange);
    font-weight: bold;
}

#contact .title-contact {
    color: var(--color-primary);
}

#contact .title-contact .contact-us {
    font-size: 30px;
    font-weight: 700;
}

#contact .warm-message p {
    text-align: justify;
    color: #4a4a4a;
    font-size: 16px;
}

#contact .warm-message>div.row {
    margin-top: 42px;
    align-items: center;
}

#contact .warm-message img {
    width: 128px;
    height: auto;
}

#contact .warm-message-info {
    width: 280px;
}

#contact .warm-message .from {
    color: #004ea8;
    font-size: 16px;
    font-weight: 700;
}

#contact .warm-message .author {
    margin-top: -8px;
    color: #004ea8;
    font-size: 18px;
    font-weight: 700;
    display: block;
}

#contact .form-contact {
    background-color: var(--color-primary);
    padding: 15px;
    z-index: 2;
    position: relative;
    color: var(--white);
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

#contact .form-contact .form-control {
    border-radius: 0;
    height: 40px;
}

#contact .form-contact .form-control {
    border: none;
}

#contact .contact-group-form-check-item {
    width: auto;
}

#contact .form-contact .textarea-contact {
    height: auto;
}

#contact .form-contact .form-check {
    display: block;
    min-height: 0px;
    padding-left: 1.5em;
    margin-bottom: 0px;
}

#contact .contact-padding {
    margin-top: 20px;
}

#contact .contact-padding-big {
    margin-top: 10px;
}

#contact .contact-attachement {
    align-items: center;
}

#contact .form-contact .form-label {
    font-weight: bold;
}

#contact .icon-reload {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}

#contact .icon-reload img {
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

#contact .btn-submit-form-contact1 {
    color: var(--white);
    background-color: var(--color-red);
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 60px;
    font-family: 'Lato', sans-serif;
}

#contact .form-contact a {
    text-decoration: underline;
    color: var(--white);
}

#contact .form-contact .form-check-input {
    border-radius: 0;
    border: none;
}

#contact input#confirm-code {
    height: 60px;
}

#contact .attachment-up-to {
    padding-left: 15px;
}

/* --------------------------------------------------
TABLET AND MOBILE SCREENS
--------------------------------------------------*/

@media (min-width: 576px) {}

@media (max-width: 768px) {
    #contact {
        padding: 0px;
    }

    #contact .warm-message {
        margin: 0px 0px 20px 0px;
    }
}

/* --------------------------------------------------
DESKTOP SMALLAND LARGE SCREENS
--------------------------------------------------*/
@media (min-width: 992px) {
    #contact {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 80px;
    }

    #contact .warm-message-info {
        width: 150px;
    }

    #contact .warm-message .from {
        line-height: 48px;
    }

    #contact #captcha {
        min-height: 60px;
    }
}

/* --------------------------------------------------
1100px
--------------------------------------------------*/
@media (min-width: 1100px) {
    #contact .row {
        padding: 15px 15px 0px 15px;
    }

    #contact .pre-title-contact,
    #contact .warm-message,
    #contact .warm-message .from,
    #contact .btn-submit-form-contact,
    #contact .form-contact,
    #contact .form-control {
        font-size: 16px;
    }

    #contact .title-contact .contact-us {
        font-size: 56px;
    }

    /* #contact .warm-message {
    margin-top: 111px;
   } */
    #contact .warm-message-info {
        width: 200px;
    }

    #contact .warm-message .author {
        font-size: 19px;
    }

    #contact .warm-message img {
        width: 128px;
    }
}

/* --------------------------------------------------
1200px
--------------------------------------------------*/
@media (min-width: 1200px) {
    #contact .warm-message .from {
        font-size: 16px;
    }

    #contact .warm-message .author {
        font-size: 24px;
    }
}

@media (min-width: 1366px) and (max-width: 1919.98px) {
    #contact .contact-list ul li {
        margin-bottom: 48px;
    }

    #contact .contact-list ul li div {
        font-size: 30px;
    }

    #contact .pre-title-contact {
        font-size: 24px;
    }

    #contact .title-contact .contact-us {
        font-size: 45px;
    }

    #contact .warm-message p {
        font-size: 24px;
    }

    #contact .warm-message img {
        width: 192px;
    }

    #contact .warm-message .from {
        font-size: 24px;
    }

    #contact .warm-message .author {
        font-size: 39px;
    }

    #contact .form-contact {
        font-size: 24px;
    }

    #contact .form-contact .form-check {
        padding-left: 2.25em;
    }

    #contact .btn-submit-form-contact {
        font-size: 24px;
    }
}


/* End Section Spacing for Floating Banner */
.end-section {
    padding-bottom: 250px !important;
}

@media (max-width: 768px) {
    .end-section {
        padding-bottom: 200px !important;
    }
}
