﻿html, body {
    font-size: 16px;
}

.overlay-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
}

.bg-gradient-dark-slate-blue {
    background-image: linear-gradient(to bottom, #252c3e, rgba(37, 44, 62, 0.66), rgba(37, 44, 62, 0.42), rgba(37, 44, 62, 0.1), rgba(37, 44, 62, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    background-image: none;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 0%);
}

.scroll-menu-item{
    cursor: pointer;
}

.readon.banner-style {
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #DC2626;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #fff !important;
    border: 1px solid #DC2626;
    text-transform: none !important;
    font-weight: normal !important;
}

    .readon.banner-style:hover {
        background: #000;
    }


.readon.banner-style-white {
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #000 !important;
    border: 1px solid #D1D5DB;
    text-transform: none !important;
    font-weight: normal !important;
}

    .readon.banner-style-white:hover {
        background: #000;
        color: #fff !important;
    }

.gray-bg {
    background: #F9FAFB !important;
}

.full-width-header .rs-header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky {
    background: #ffffff !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    margin-right: auto !important;
    letter-spacing: 1px;
}
    .full-width-header.header-style2.modify1 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
        color: #000;
        cursor: pointer;
    }

.rs-header .logo-part img {
    max-height: 45px !important;
}

.rs-slider.main-home .slider-content.slide1 {
    background-image: url(../images/homebanner.jpg);
    background: none !important;
}

header .btn-part .apply-btn {
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #DC2626;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #fff !important;
}


.homeCategories.rs-categories .categories-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

    .homeCategories.rs-categories .categories-item:hover {
        background: #DC2626;
        color: #ffffff;
        border-color: #FEE2E2;
    }

        .homeCategories.rs-categories .categories-item:hover .btn-part {
            color: #fff;
        }

.homeCategories.rs-categories .categories-item .icon-part {
    background: #FEE2E2;
    margin-bottom: 25px;
}

    .homeCategories.rs-categories .categories-item .title {
        margin-bottom: 12px !important;
    }

.homeCategories .btn-part {
    color: #DC2626;
}


.secTitleDiv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.secTitleDiv .title{
    margin-bottom: 20px;
    text-align: center;
}

    .secTitleDiv p {
        text-align: center;
        font-size: 20px;
        max-width: 800px;
    }


.unorder-list li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    font-weight: normal;
    line-height: 25px;
}

    .unorder-list li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        font-family: FontAwesome;
        color: #bb0004;
        font-size: 20px;
        background-image: url(../images/icons/checkmark.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
    }

.contentContainer{
    position: absolute;
    top: 45%;
}

.slider-content img {
    width: 100% !important;
}
.rs-slider.main-home .slider-content .content-part {
    margin-left: 0;
    padding: 0px;
    /*position: absolute;
    top: 35%;*/
}

    .rs-slider.main-home .slider-content .content-part .sl-title {
        color: #fff;
        text-align: left;
        font-size: 52px;
        line-height: 1.2;
    }

    .rs-slider.main-home .slider-content .content-part .sl-sub-title {
        color: #fff;
        text-align: left;
        text-transform: none;
        font-weight: normal;
    }
.homeModels .courses-item .content-part .title {
    margin-bottom: 25px !important;
}

.homeModels.rs-popular-courses.style1 .courses-item {
    background: white;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    border-radius: 16px;
    outline: 1px #F3F4F6 solid;
    outline-offset: -1px;
}

.homeModels .courses-item .icon-part {
    /*float: left;*/
    margin-right: 25px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    background: rgba(22, 170, 202, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.homeModels .courses-item .icon-part {
    background: #FEE2E2;
    margin-bottom: 25px;
}

    .homeModels .icon-part img {
        -webkit-transition: all 0.4s ease;
        transform: scale(1);
    }



/*.homeModels .courses-item:hover .icon-part {
    background: #f5d7d7;
}*/

    .homeModels .courses-item:hover .icon-part img {
        transform: scale(0.9);
    }

.homeSectors.modify2 .event-item .event-short .content-part {
    padding: 0px 40px 20px 40px;
}

.homeSectors.modify2 .event-item .event-short .featured-img:before {
    height: 42%;
}

.homeSectors .event-item .event-short .content-part .title {
    margin-bottom: 8px;
}

.ctaHome {
    background: #DC26260D;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .ctaHome .ctaBodyDiv {
        background: #fff;
        margin: auto;
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
        overflow: hidden;
        border-radius: 16px;
        outline: 1px #F3F4F6 solid;
        outline-offset: -1px;
    }

    .ctaHome.section-wrap .content  {
        padding: 30px !important;
    }

    .ctaHome .img-part {
        padding: 0px;
        background: url(../images/cta1.jpg);
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.contact-page-section .rs-contact-box .address-item {
    /*    padding: 50px 40px 50px 40px;
    background: #ffffff;
    box-shadow: 0 0 30px #fff;
    text-align: center;
    margin: 0px 20px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    background: white;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    border-radius: 16px;
    outline: 1px #F3F4F6 solid;
    outline-offset: -1px;*/
    text-align: left;
    padding: 15px;
    background: transparent !important;
    box-shadow: unset;
}

    .contact-page-section .rs-contact-box .address-item .address-text .des {
        font-size: 17px;
        color: #031a3d;
        padding: 0;
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 12px;
    }

    .contact-page-section .contact-map3 iframe {
        height: 450px;
    }

.contact-page-section .contact-comment-box .form-group .btn-send {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #DC2626;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #fff !important;
}

.contact-page-section .contact-comment-box .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: none;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 13px;
    padding-bottom: 13px;
    position: relative;
    background: white;
    border-radius: 16px;
    outline: 1px #D1D5DB solid;
    outline-offset: -1px;
}

.contact-page-section label {
    color: #374151;
    font-weight: 500;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: initial !important;
    border: 1px solid #FEE2E2 !important;
}

.contact-page-section .rs-contact-box .address-item .address-text .label {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}

.contact-page-section .contact-map3 {
    border-radius: 15px;
}

.rs-about.style1 .img-part img{
    border-radius: 15px;
}

.rs-footer {
    background-color: #111827;
    background-image: none;
}

    .rs-footer.home9-style .footer-top {
        padding: 60px 0px;
    }

    .rs-footer.home9-style.main-home {
        background: #111827;
        background-image: none;
    }

    .rs-footer.home9-style.main-home .footer-bottom:before {
        width: calc(100% - 120px);
        max-width: 100%;
    }

    .rs-footer.home9-style.main-home .footer-top .footer-logo a img {
        filter: brightness(0) invert(1);
    }

        .rs-footer.home9-style.main-home .footer-top .footer_social li a {
            line-height: 16px;
            font-size: 16px;
            margin-right: 10px;
            background: #1f2937;
            width: 48px;
            height: 48px;
            position: relative;
            display: block;
            border-radius: 50%;
            padding: 8px;
            line-height: 1;
        }

    .rs-footer.home9-style .footer-top .address-widget li .desc {
        padding-left: 0;
    }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    max-width: 900px;
    margin: auto;
    background: #000;
    padding-right: 30px;
    padding-left: 30px;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #5c5c5c;
}


.popup-slider{
    color: #fff;
}

.popup-slider h5{
    color: #fff;
}

    .popup-slider img {
        border-radius: 5px 5px 5px 5px;
    }

.nav-wrapper {
    position: relative;
    /* bottom: 20px; */
    left: 50%;
    /* transform: translateX(-50%); */
    display: flex;
    gap: 20px;
    z-index: 1000;
}

        .nav-wrapper .custom-arrow {
            width: 45px;
            height: 45px;
            background: #fff;
            color: #000;
            border: none;
            border-radius: 50%;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            .nav-wrapper .custom-arrow:hover {
                background: #f0f0f0;
            }

            .nav-wrapper .custom-arrow i {
                font-size: 14px;
                color: #b31f1f;
                font-weight: normal;
            }

#gallery-popup .mfp-close {
    display: none !important;
}

.desktopHome {
    display: block;
}

.mobileHome {
    display: none;
}

@media only screen and (max-width: 991px) {
    .desktopHome {
        display: none;
    }

    .mobileHome {
        display: block;
    }

    .rs-slider.main-home .slider-content .content-part .sl-title {
        color: #000;
        text-align: left;
        font-size: 32px;
        line-height: 1.2;
    }

    .rs-slider.main-home .slider-content .content-part .sl-sub-title {
        color: #000;
        text-align: left;
        margin-bottom: 0;
    }

    .contentContainer {
        position: relative;
        top: 0;
        background: #F9FAFB !important;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .rs-slider.main-home .slider-content .content-part {
        max-width: 80%;
        margin: auto;
    }

    .full-width-header.header-style1 .rs-header .rs-menu-toggle, .full-width-header.header-style2.modify1 .rs-header .rs-menu-toggle, .full-width-header.header-style2 .rs-header .menu-area.sticky .rs-menu-area .main-menu .rs-menu-toggle {
        color: #bb0004 !important;
    }

    .full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap {
        position: absolute;
        width: 150px;
        height: 90px;
        line-height: 90px;
    }

    .rs-menu-area {
        position: relative;
        width: 100%;
    }

    .rs-header .logoBars {
        display: flex;
        justify-content: space-between;
    }
}