/* ============================= Common CSS ========================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* ========================== Login Page Design ====================== */
/* ============================= 26/07/2022 ========================== */

.login-full-box {
    padding: 50px 60px;
}

.login-full-box .login-icon {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.login-full-box .login-icon img {
    width: 60px;
}

.login-full-box h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #4E4E4E;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.login-full-box p {
    color: #4E4E4E;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.login-full-box input {
    display: block;
    width: 100%;
    border: 1px solid #A2A2A2;
    outline: none;
    box-shadow: none;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #4E4E4E;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.login-full-box input:-moz-placeholder {
    color: #A2A2A2;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.login-full-box button {
    display: block;
    width: 100%;
    border: 1px solid #756CDB;
    background: #756CDB;
    outline: none;
    box-shadow: none;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

.login-full-box .forgot-password {
    text-align: center;
    color: #4E4E4E;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.login-full-box .forgot-password .sign-in {
    color: #4E4E4E !important;
    font-weight: 600;
}

.modal-content {
    border: none !important;
    border-radius: 15px;
}

/* ========================== Videos Page Design ====================== */
/* ============================= 26/07/2022 ========================== */

.videos-hero-parent {
    position: relative;
}

.videos-hero-parent img {
    max-width: 100%;
    height: auto;
}

.videos-hero-parent .videos-title-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-hero-parent .videos-title-box h2 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #203740;
}

.videos-hero-parent .videos-title-box p {
    color: #4E4E4E;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .videos-hero-parent .videos-title-box h2 {
        font-size: 32px;
    }

    .videos-hero-parent {
        height: 200px;
    }

    .videos-hero-parent img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .login-full-box p {
        font-size: 15px;
    }

    .login-full-box input {
        padding: 10px;
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.videos-box-single .videos iframe {
    width: 100% !important;
    height: 170px;
}

.videos-parent {
    margin-top: 100px;
    margin-bottom: 80px;
}

.videos-box-single .videos-content h3 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    .videos-box-single .videos iframe {
        height: 250px;
    }

    .videos-parent {
        margin-top: 50px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 400px) {
    .videos-box-single .videos iframe {
        height: 200px;
    }
}

/* ======================== Brochures Page Design ==================== */
/* ============================= 26/07/2022 ========================== */

.brochures-parent {
    margin-top: 80px;
    margin-bottom: 60px;
}

.brochures-box-single .brochures-box-img img {
    /* max-width: 100%;
    height: auto; */
    max-width: 100%;
    height: auto;
    /* max-height: 230px; */
    width: 100%;
    object-fit: cover;
}

.brochures-box-single .brochures-box-img {
    display: block;
}

.brochures-box-single .brochures-box-content button,
.brochures-box-single .brochures-box-content a {
    color: #5B5C5D;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.brochures-box-single .brochures-box-content .brochures-button {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    background: #61ce70;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 576px) {
    .brochures-parent {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .bootstrap .modal-content {
        width: 85%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1025px) {
    .ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
        top: 70% !important;
        z-index: 99999 !important;
    }
}

.view-all-brochures {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    background: #616561;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff !important;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: "Poppins", Sans-serif;
}

.modal {
    background: #6c757d30;
}

.login-full-box .forgot-password {
    color: #4E4E4E !important;
}

@media screen and (max-width: 576px) {
    .login-full-box {
        padding: 30px 25px;
    }

    .login-full-box h2 {
        font-size: 25px;
    }
}

.videos-modal-box img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.videos-modal-box {
    cursor: pointer;
    position: relative;
}

.videos-modal-box .videos-play-button {
    position: absolute;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-modal-box .videos-play-button img {
    width: 80px;
    height: auto;
    border-radius: 15px;
}

.bootstrap .modal-dialog {
    margin: unset !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.ei-wp-signup-success-alert .swal2-icon {
    border: none;
}

.ei-wp-login-btn,
.ei-wp-signup-btn {
    cursor: pointer;
}

.swal2-loading {
    background: transparent !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .8);
}