.header {
    min-height: 90px;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}

.home-header {
    position: absolute;
}

.banner.style--two.plugins .banner-content {
    position: relative;
}

.banner.style--two.plugins .banner-content h1 {
    order: 2;
    color: #354463;
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
}

.banner-content .content .secondary-text {
    color: #354463;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.banner-content .content .heading-short-desc {
    max-width: 77%;
    color: #354463;
    font-family: "Open Sans",
        Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 40px;
    padding: 0px 0px 0px 0px;
}

.banner .banner-content p {
    margin-bottom: 50px;
}

.header-menu .nav-menu>li {
    margin-right: 0px;
    margin-left: 30px;
    padding: 20px 0px;
}

.btn,
.btn-book,
.btn-crm,
.btn-crs,
.btn-pay,
.e-btn,
.m-btn {
    display: inline-block;
    padding: 20px 33px;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    text-transform: capitalize;
}

.btn-crs {
    border-radius: 4px;
    background: #2c82ff;
    padding: 15px 33px;
    font-family: Roboto, sans-serif;
    transition: .3s linear;
    color: #fff;
}

.btn-sm {
    padding: 10px 14px !important;
    font-size: 13px !important;
}

.btn-crs.s-btn.plug {
    background: #2c82ff;
    color: #fff;
}

.banner-btn-group {
    display: flex;
    align-items: center;
    gap: 26px;
}

.line-btn {
    position: relative;
    padding: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.btn-book.line-btn:before {
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-book.line-btn:after {
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.btn-book.line-btn {
    color: #fff !important;
    background: 0 0;
    padding: 0;
}

.btn-book.line-btn:hover:before {
    left: auto;
    right: 0;
    width: 0;
}

.btn-book.line-btn:hover:after {
    width: 100%;
}

.single-feature.box h1 {
    font-weight: 500;
    font-size: 60px;
    font-family: Roboto, sans-serif;
}

.single-feature.box h3 {
    font-weight: 400;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;

}

#mobile_menu,
.accordion>.card,
.box-shadow,
.btn.white-btn,
.contact-form,
.countdown-wrapper,
.custom-select .select-items,
.download-btn2,
.feature-img.l-app img,
.feature-single,
.feature-wrap,
.header .header-main .main-menu .nav li ul,
.header .header-main.sticky,
.member,
.modal-dialog,
.pkg .pkg-list,
.pkg-info,
.price-box,
.signin-form-wrap,
.signup-form-wrap,
.single-job:hover,
.single-price.app,
.single-service.host:hover,
.single-service.style--six,
.single-service.style--two,
.social-icon.app2 a,
.swiper-container.how-work-slider .swiper-slide.active,
.testimonial-single.style--three,
.testimonial-single.style--two.plug,
.testimonial-slider.student-review .owl-stage-outer .testimonial-single.style--two,
.theme-input-group.app-banner,
.theme-input-group.app2,
.theme-input-group.proto,
.toggle,
.white-btn.btn-book,
.white-btn.btn-crm,
.white-btn.btn-crs,
.white-btn.btn-pay,
.white-btn.e-btn,
.white-btn.m-btn {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
}

/* Sidebar Widgets */
.sidebar-widget {
    background-color: #fff;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, .03);
}

@media only screen and (max-width: 991px) {
    .side_bar_widget_wrap.active {
        display: block !important;
        position: fixed;
        z-index: 99999;
        width: 81%;
        top: 0;
        left: 0;
        overflow-y: scroll;
        background: #ffff;
        min-height: 100%;
    }
}

.close-filter-btn {
    position: absolute;
    right: 0;
    padding: .7rem;
    color: #fff;
    background: transparent;
}

.sidebar-widget-title {
    padding: .7rem;
    color: #fff;
}

.filter-item {
    display: flex;
    align-items: center;
    padding-left: 5px;
    cursor: pointer;
}

.filter-item .radio {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    position: relative;
    transition: border-color 0.2s ease-in-out;
}


.filter-item.active .radio {
    border-color: #007bff;
}

.filter-item.active .radio::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #007bff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-item:hover .radio {
    border-color: #007bff;
}

/* Single Service */
.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.single-service {
    width: 100%;
    padding: 0px;
    border-radius: 4px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, .03);
    background-color: #fff;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: .3s linear;
}

.single-service .thumbnail {
    width: 100%;
    min-height: 140px;
    max-height: 140px;
    overflow: hidden;
}

.single-service .thumbnail img {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    transform: scale(1);
    transition: all .4s ease;
}

@media (max-width: 768px) {
    .single-service .thumbnail {
        min-height: 200px;
        max-height: 200px;
    }

    .single-service .thumbnail img {
        min-height: 200px;
        max-height: 200px;
    }
}

.thumb-205 {
    min-height: 205px !important;
    max-height: 205px !important;
}

.thumb-205 img {
    min-height: 205px !important;
    max-height: 205px !important;
}



.single-service:hover .thumbnail img {
    transform: scale(1.1);
}

.single-service .info-box {
    min-height: 131px;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    padding: 20px;
}

.single-service .title {
    height: 48px;
    max-height: 48px;
}

.single-service .service-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #404145;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
}

.single-service .service-content h1 {
    color: #292929;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 24px;
}

.details-product-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: -1px;
}

/* Testimonials */
.testimonial-single.style--two .tst-content .ts-img {
    margin-right: 20px;
}

.testimonial-single .ts-top {
    margin-bottom: 20px;
}

.testimonial-single.style--two .tst-content .content .star-rating {
    margin-bottom: 6px;
}

#mobile_menu,
.accordion>.card,
.box-shadow,
.btn.white-btn,
.contact-form,
.countdown-wrapper,
.custom-select .select-items,
.download-btn2,
.feature-img.l-app img,
.feature-single,
.feature-wrap,
.header .header-main .main-menu .nav li ul,
.header .header-main.sticky,
.member,
.modal-dialog,
.pkg .pkg-list,
.pkg-info,
.price-box,
.signin-form-wrap,
.signup-form-wrap,
.single-job:hover,
.single-price.app,
.single-service.host:hover,
.single-service.style--six,
.single-service.style--two,
.social-icon.app2 a,
.swiper-container.how-work-slider .swiper-slide.active,
.testimonial-single.style--three,
.testimonial-single.style--two.plug,
.testimonial-slider.student-review .owl-stage-outer .testimonial-single.style--two,
.theme-input-group.app-banner,
.theme-input-group.app2,
.theme-input-group.proto,
.toggle,
.white-btn.btn-book,
.white-btn.btn-crm,
.white-btn.btn-crs,
.white-btn.btn-pay,
.white-btn.e-btn,
.white-btn.m-btn {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
}

.owl-carousel .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}



header .header-btn {
    display: flex;
    align-items: center;
}

header .header-btn a {
    color: #fff !important;
}

header .btn-crs {
    padding: 12px 24px;
}

header .form-control-lg {
    font-size: 16px;
}

.nav-menu>li>a {
    /* color: #fff !important; */
    font-weight: 400px;
    font-size: 16px;
}

.nav-menu>li {
    display: flex;
    align-items: center;
}

.nav-menu>li>a:hover {
    color: #2c82ff;
}

.nav-menu>li>a.active-menu-item {
    color: #2c82ff;
}

.header .header-fixed.is-sticky .nav>li>a {
    color: #292929;
}

.header .header-fixed.is-sticky .nav>li>a.active-menu-item {
    color: #2c82ff;
}

.header .header-fixed.is-sticky {
    background-color: #fff;
}

.header .header-fixed {
    padding: 0px 0px;
}

header .header-btn a:hover {
    background-color: #000;
}

.btn-crs.plug:hover {
    background-color: #000 !important;
}

.btn-crs:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.header-menu-btn-group {
    gap: 20px;
}

.rtl-mode .banner-btn-group {
    justify-content: flex-start;
}

.single-feature.box.single-service {
    gap: 20px;
}

.tst-content.media {
    gap: 20px;
}

.rtl-mode .price-box .price-body li {
    text-align: right;
}

.rtl-mode .pricing-body-btn {
    text-align: right;
}

.rtl-mode .theme-input-group.pay.plug {
    text-align: right;
}

.rtl-mode .footer_menu.plug {
    text-align: right;
}

.rtl-mode footer .widget.widget_text {
    text-align: right;
}

footer .widget {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
}

footer .widget p {
    color: #fff;
    font-family: Roboto, sans-serif;
}

footer .widget h3 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: Roboto, sans-serif;
}

footer a {
    color: #fff;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
}

footer a:hover {
    color: #000 !important;
}

footer .widget ul li:not(:last-child) {
    margin-bottom: 10px;
}

footer .theme-input-group {
    margin-top: 20px;
}

footer .theme-input-group .theme-input-style {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
}

footer .social-icon {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

footer .social-icon a i {
    font-size: 20px;
    color: #fff;
}

footer .social-icon a i:hover {
    color: #000 !important;
}

footer .theme-input-group button {

    color: #fff;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
}

footer .theme-input-group button {
    border-radius: 4px;
    background: #5dd9c1;
    padding: 15px 33px;
    font-family: Roboto, sans-serif;
    color: #fff;
}

footer .theme-input-group button:hover {
    border-radius: 4px;
    background: #5dd9c1;
    padding: 15px 33px;
    font-family: Roboto, sans-serif;
    color: #fff;
}

footer .nl-checkbox {
    margin-top: -2px;
}

.footer-checkbox-cover {
    gap: 10px;
}

.home-header .default-logo,
.mobile-logo {
    color: #fff;
}

.footer .footer-logo {
    color: #fff;
}

.disabled-section {
    opacity: 0.6;
    pointer-events: none;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 575px) {
    .banner.style--two.plugins .banner-content h1 {
        font-size: 50px;
    }

    .single-service:last-child {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-menu>li>a {
        color: #292929 !important;
    }

    .header-menu-btn-group {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .header-menu-btn-group .header-btn {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .mobile-nav-menu svg {
        filter: brightness(0) invert(1);
    }

    .is-sticky .mobile-nav-menu svg {
        filter: brightness(1) invert(0);
    }

    .header-menu .nav-menu>li {
        margin-right: 0px;
        margin-left: 0;
        padding: 10px 0px;
    }

    .rtl-mode .header-menu .nav-menu>li {
        margin-right: 15px;
    }
}

.single-feature {
    padding: 50px 40px;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 20px;
    transition: .3s linear;
}

.single-feature .service-content h1 {
    color: #292929;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 24px;
}

.single-feature.box {
    gap: 20px;
}

@media only screen and (max-width: 575px) {
    .banner.style--two.plugins .banner-content h1 {
        font-size: 50px;
    }

    .single-feature:last-child {
        margin-bottom: 0px;
    }
}

.footer-container {
    background-color: #2c82ff;
}

.newsletter-cover .nl-bg-ol {
    background-color: #2c82ff;
}

.footer-container .widget {
    box-shadow: none !important;
}

footer .theme-input-group .theme-input-style {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
}

footer .theme-input-group button {
    background: #2c82ff;
    color: #ffff;
    border-radius: 4px;
    padding: 15px 33px;
    font-family: Roboto, sans-serif;
    border: 1px solid #fff;
}

footer .theme-input-group button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.single-feature .service-content h2 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    color: #354463;
}

.single-feature .service-content p {
    margin-bottom: 0px;
    color: #555;
}

.single-feature .service-content a {
    font-weight: 800;
}

.page-widget h1 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    color: #354463;
}