/*
Template Name: Lead Academy Landing
Author: Lead Academy
Website: www.lead.academy
Frontend Development: MD Robin Hossain (mohammedalamin169@gmail.com)
Backend Development: Md. Shahab Uddin
File: Main Css File
*/
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Variable
3. Button
4. Common
5. Mixin
6. Header
7. Menu
8. Modal
9. Hero
10. Lead Course Section
11. Dremers Academy Section
12. Strength Number Section
13. Maestroclass Section
14. Learn Anything Section
15. Partners Section
16. Testimonials Section
17. Press Section
18. Faq Section
19. Form
20. Footer
21. Responsive
**********************************************/
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: Lato-Light;
    src: url(../fonts/Lato-Light.ttf);
}

@font-face {
    font-family: Lato-Thin;
    src: url(../fonts/Lato-Thin.ttf);
}

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato-Black;
    src: url(../fonts/Lato-Black.ttf);
}

@font-face {
    font-family: PlayfairDisplay;
    src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    color: white;
    background-color: #5250A6;
    border: 1px solid #5250A6;
    font-size: 14px;
    font-family: Lato-Bold;
    padding: 24px 40px;
    text-transform: uppercase;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    letter-spacing: 0px !important;
}

.studentForgotBtn,
#submitButton,
#signupform .btn-primary,
#loginform .btn-primary {
    padding: 10px 18px;
}

.btn-primary:hover {
    background-color: #5250A6;
    border: 1px solid #5250A6;
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid #ffffff;
    font-size: 14px;
    font-family: Lato-Bold;
    padding: 0px 40px;
    text-transform: uppercase;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
    height: 65px;
    line-height: 65px;
}

.btn-secondary:hover {
    background-color: rgb(0, 54, 105);
    border: 2px solid #ffffff;
    transition: 0.3s;
}

.btn-secondary-two {
    background-color: transparent;
    border: 2px solid #101828;
    font-size: 14px;
    font-family: Lato-Bold;
    padding: 0px 40px;
    text-transform: uppercase;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    letter-spacing: 0px !important;
    height: 65px;
    line-height: 65px;
    color: #101828;
}

.btn-secondary-two:hover {
    background-color: rgb(0, 54, 105);
    border: 2px solid #101828;
    transition: 0.3s;
    color: #ffffff;
}

.btn-default {
    background-color: #EDBC81;
    border: 1px solid #EDBC81;
    font-size: 14px;
    font-family: Lato-Bold;
    padding: 0px 40px;
    text-transform: uppercase;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    height: 65px;
    line-height: 65px;
}

.btn-default:hover {
    background-color: #c18d4e;
    border: 1px solid #c18d4e;
    transition: 0.3s;
}

.btn-normal {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: Lato-Bold;
    padding: 0px;
    text-transform: uppercase;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
    height: 65px;
    line-height: 65px;
}

.btn-normal:hover {
    background-color: transparent;
    border: 1px solid transparent;
    transition: 0.3s;
    color: #ffffff;
}

.hero-paddin {
    margin-top: 100px;
    padding-right: 74px;
}

@media (max-width: 1024px) {
    .btn-primary {
        font-size: 12px;
        padding: 0px 16px;
        height: 40px;
        line-height: 40px;
    }

    .btn-secondary {
        font-size: 12px;
        padding: 0px 16px;
        height: 40px;
        line-height: 34px;
    }

    .btn-normal {
        font-size: 12px;
        padding: 0px;
        height: 40px;
        line-height: 40px;
    }

    .hero-paddin {
        margin-top: 0px;
        padding-right: 10px;
    }
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.bg-one {
    background-color: #101828;
}

.bg-two {
    background-color: #F3F6F9;
}

.bg-three {
    background-color: #f4f4f4;
}

.bg-four {
    background-color: #111928;
}

.bg-content {
    background-color: #FFFBF6;
}

.w-20 {
    width: 20%;
}

.form-control:active {
    border: 1px solid #5250A6;
    box-shadow: none !important;
}

.form-control:focus {
    border: none;
    box-shadow: none !important;
}

.btn:active {
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

.title-style-one {
    text-align: center;
    margin-bottom: 60px;
    color: #35353F;
}

.title-style-one h3 {
    font-size: 48px;
    font-weight: bold;
    color: #35353F;
    margin-bottom: 0px;
}

.title-style-one p {
    margin-top: 20px;
}

.title-style-two {
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
}

.title-style-two h3 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0px;
}

.title-style-two p {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .title-style-one {
        margin-bottom: 40px;
    }

    .title-style-one h3 {
        font-size: 24px;
    }

    .title-style-two {
        margin-bottom: 40px;
    }

    .title-style-two h3 {
        font-size: 24px;
    }
}

.inner-header-bottom {
    background: linear-gradient(180deg, rgba(123, 192, 67, 0.12) 0%, rgba(255, 241, 0, 0.12) 42.07%, rgba(255, 255, 255, 0.12) 92.14%);
}

.inner-header-bottom h3 {
    color: #011A30;
    font-family: Roboto-Medium;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 30px;
}

.inner-header-bottom p {
    color: #000000;
    font-size: 16px;
}

.section-padding {
    padding: 90px 0px;
}

@media (max-width: 1024px) {
    .section-padding {
        padding: 50px 0px;
    }
}

.common-content h3 {
    color: white;
    font-size: 36px;
    font-family: OpenSans;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 140%;
}

.common-content p {
    color: white;
    margin-bottom: 30px;
    line-height: 180%;
}

.common-content-two h3 {
    color: black;
}

.common-content-two p {
    color: #81818D;
}

@media (max-width: 1024px) {
    .common-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .common-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .common-content .pr-60 {
        padding-right: 0;
    }
}

.middle-position {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.discover__stories .carousel-indicators [data-bs-target] {
    text-indent: inherit;
    opacity: 1;
    background-color: transparent;
}

.discover__stories .carousel-indicators a img {
    height: 50px;
    width: 50px;
}

.carousel-indicators .thumbnail {
    border: 5px solid transparent !important;
}

.carousel-indicators .active {
    border: 5px solid #8784ff !important;
}

html {
    overflow-x: hidden;
}

body {
    font-family: Lato-Regular;
    font-size: 17px;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #5250A6;
    border-radius: 6px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    width: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #555, #999);
}

::-webkit-scrollbar-thumb {
    background: #5250A6;
    border-radius: 6px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    width: 3px;
}

.header-topbar {
    background-color: #111928;
    padding: 10px 0px;
}

.header-topbar ul li {
    color: white;
    font-size: 15px;
    padding-right: 20px;
}

.header__area {
    background-color: #111928;
}

#header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#header-sticky .container {
    border-bottom: 1px solid #29303a;
}

.header__area.sticky {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    background: #111928;
    z-index: 999;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    display: block;
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

.header-bottom {
    background: linear-gradient(98deg, rgba(255, 241, 0, 0.12) 3.48%, rgba(235, 29, 37, 0.12));
}

p {
    font-family: OpenSans;
}

input:focus,
input:active {
    box-shadow: none !important;
    outline: none !important;
}

.header-search input {
    color: #888c93;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #353b48;
    padding: 0px 0px 10px 0px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    transition: width 0.3s ease-in-out;
}

.header-search button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 35%;
    right: 0%;
    transform: translate(0%, -50%);
}

.log-reg ul li {
    position: relative;
}

.log-reg ul li::after {
    content: "|";
    color: white;
    position: absolute;
    top: 0;
    right: -5px;
}

.log-reg ul li:last-child::after {
    display: none;
}

.log-reg ul li a {
    color: white;
    font-size: 15px;
    padding: 0px 10px;
}

.switch {
    position: relative;
    display: inline-block;
}

.switch span {
    position: absolute;
    top: 8px;
    pointer-events: none;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    width: 50%;
    text-align: center;
}

.switch input.check-toggle-round-flat:checked~.off {
    color: #111928;
}

.switch input.check-toggle-round-flat:checked~.on {
    color: #fff;
}

.switch span.on {
    left: 0;
    padding-left: 2px;
    color: #111928;
}

.switch span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.switch .check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.switch .check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.switch input.check-toggle-round-flat+label {
    padding: 2px;
    width: 65px;
    height: 35px;
}

.switch input.check-toggle-round-flat+label:before,
.switch input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

.switch input.check-toggle-round-flat+label:before {
    top: 2px;
    left: 10px;
    bottom: 2px;
    right: 2px;
}

.switch input.check-toggle-round-flat+label:after {
    top: 4px;
    left: 2px;
    bottom: 4px;
    width: 30px;
    background-color: #fff;
    transition: margin 0.2s;
}

.switch input.check-toggle-round-flat:checked+label:after {
    margin-left: 32px;
}

.switch img {
    width: 25px;
    margin-right: 7px;
    cursor: pointer;
    margin-bottom: 3px;
}

/* Styles when the form is toggled */
.header-search .search-form {
    width: 475px;
    /* Adjust the max-height as needed */
    opacity: 1;
    transition: width 0.5s ease;
    position: absolute;
    right: 0;
    top: 25px;
    background: #111928;
    z-index: 999;
}

.header-search .mobile-search-form {
    width: 100%;
    /* Adjust the max-height as needed */
    opacity: 1;
    transition: width 0.5s ease;
    position: absolute;
    right: 0;
    top: 25px;
    background: #111928;
    z-index: 999;
}

/* Styles for hiding the header with animation */
.header-top-right {
    transition: max-height 0.5s ease, opacity 0.5s ease;
    max-height: 100px;
    /* or height */
    opacity: 1;
}

.header-top-right.hide {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.5s ease;
    display: none !important;
}

.search-form .suggestions {
    display: block;
}

.suggestions {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    padding: 20px;
}

.suggestions li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
}

.suggestions li:hover {
    background-color: #f0f0f0;
}

.userinfo {
    margin-left: 12px;
}

.userinfo,
.cart {
    display: inline-block;
    padding: 30px 0px;
}

.cart .count-no {
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    background-color: #5250A6;
    color: white;
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 10px;
}

.userinfo-box,
.cart-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 85%;
    right: 0;
    transform: translateY(-10px);
    z-index: 1000;
    background-color: white;
    width: 400px;
    padding: 20px;
}

.userinfo-box {
    display: none;
    width: 300px;
    padding: 20px;
    font-size: 14px;
    background: #333;
}

.userinfo-box a {
    display: block;
    color: #fff;
    padding: 5px 0;
    border-bottom: 1px dotted #fff;
    margin-bottom: 5px;
}

.userinfo-box a.sign-out {
    border-bottom: 0px dotted #fff;
    margin-bottom: 0;
}

.userinfo-box a i {
    margin-right: 5px;
    display: inline-block;
}

.cart-box h4 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    transition: 0.3s;
    margin-top: -9px;
}

.cart-box h4 a {
    color: #35353F;
    transition: 0.3s;
    font-size: 15px;
}

.cart-box h4 a:hover {
    color: #5250A6;
    transition: 0.3s;
}

.cart-box h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: OpenSans;
}

.cart-box h5 span {
    color: #888c93;
    text-decoration: line-through;
    font-weight: 500;
    padding-left: 5px;
}

.cart-box h3 {
    font-size: 20px;
    margin: 20px 0px;
    font-weight: bold;
}

.cart-box h3 span {
    font-weight: 500;
}

.userinfo-box,
.cart-box {
    display: none;
}

.cart:hover .cart-box {
    display: block;
}

.userinfo:hover .userinfo-box {
    display: block;
}

.slideIn {
    animation-name: slideIn;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@media (max-width: 1024px) {
    .cart-box {
        width: 300px;
    }

    .cart-box h4 {
        font-size: 16px;
    }

    .cart-box h3 {
        font-size: 21px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .log-reg ul li a {
        font-size: 14px;
    }
}

.main-menu ul {
    position: relative;
}

.main-menu ul li {
    display: inline-block;
    margin-bottom: -2px;
}

.main-menu ul li:not(:first-child) {
    margin-left: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-menu ul li:not(:first-child) {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li:not(:first-child) {
        margin-left: 0px;
    }
}

.main-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 0px 33px 0px 0px;
}

.main-menu ul li.has-dropdown>a {
    position: relative;
}

.main-menu ul li.has-dropdown>a::after {
    content: "\f107";
    transform: translateY(1px);
    font-size: 20px;
    color: #0e1133;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 5px;
    display: inline-block;
}

.main-menu ul li:hover>a {
    color: #0183cc;
}

.main-menu ul li:hover>a::after {
    color: #0183cc;
}

.main-menu ul li:hover .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 440px;
    max-height: 100vh;
    background: #ffffff;
    border-radius: 0px;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    padding: 20px 0px;
    border-right: 1px solid #e5e5e5;
    overflow-x: hidden;
    overflow-y: scroll;
}

.main-menu ul li .submenu::after {
    content: "";
    background-color: white;
    height: 300px;
    width: 220px;
    left: 220px;
    top: 0;
    position: absolute;
}

.main-menu ul li .submenu li {
    display: block;
    width: 220px;
    margin: 0;
    position: relative;
}

.main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .submenu li a {
    padding: 10px 25px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    color: #0e1133;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-menu ul li .submenu li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: #F4F4F4;
    z-index: -1;
}

.main-menu ul li .submenu li .submenu {
    left: 220px;
    top: -20px;
    visibility: hidden;
    opacity: 0;
    height: 300px;
    width: 220px;
    margin-top: 0px;
}

.main-menu ul li .submenu li .submenu::after {
    display: none;
}

.main-menu .dropdown::after {
    content: "\f078";
    font-family: "FontAwesome";
    position: relative;
    padding-left: 5px;
    padding-left: 7px;
    font-size: 14px;
}

.main-menu .sub-dropdown::after {
    content: "\f054";
    font-family: "FontAwesome";
    position: relative;
    padding-left: 5px;
    font-size: 14px;
}

.main-menu ul li .submenu li:hover>a {
    color: #111928;
}

.main-menu ul li .submenu li:hover>a::after {
    color: #111928;
}

.main-menu ul li .submenu li:hover>a::before {
    left: 0;
    right: auto;
    width: 100%;
}

.main-menu ul li .submenu li:hover .submenu {
    left: 220px;
    visibility: visible;
    opacity: 1;
}

.main-menu-2 ul li:not(:first-child) {
    margin-left: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu-2 ul li:not(:first-child) {
        margin-left: 20px;
    }
}

.main-menu-2 ul li .menu-tag {
    position: absolute;
    top: 13px;
    right: -4px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background: #0183cc;
    color: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    text-transform: capitalize;
    box-shadow: 0px 8px 20px 0px rgba(1, 23, 133, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-2 ul li .menu-tag {
        display: none;
    }
}

.main-menu-2 ul li .menu-tag::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid #0183cc;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.main-menu-3 ul li a {
    color: #ffffff;
    position: relative;
}

.main-menu-3 ul li a::before {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 38px;
    width: 0%;
    height: 1px;
    background: #ffffff;
}

.main-menu-3 ul li.has-dropdown a::after {
    color: #ffffff;
}

.main-menu-3 ul li .submenu li a::after {
    color: #0e1133;
}

.main-menu-3 ul li:hover a {
    color: #ffffff;
}

.main-menu-3 ul li:hover a::before {
    width: 100%;
    left: 0;
    right: auto;
}

/* sidebar css start */
.sidebar-toggle-btn .line {
    width: 30px;
    height: 3px;
    background-color: #0183cc;
    display: block;
    margin: 6px auto;
    transition: all 0.3s ease-in-out;
}

.sidebar-toggle-btn-white .line {
    background: #ffffff;
}

.sidebar-toggle-btn:hover {
    cursor: pointer;
}

.sidebar-toggle-btn:hover .line {
    transform: rotate(-30deg);
}

.sidebar-toggle-btn:hover .line:nth-child(1) {
    width: 10px;
}

.sidebar-toggle-btn:hover .line:nth-child(2) {
    width: 20px;
}

.sidebar__area {
    position: fixed;
    right: -340px;
    top: 0;
    width: 320px;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    overflow-y: scroll;
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

.sidebar__area.sidebar-opened {
    right: 0px;
}

.sidebar__wrapper {
    position: relative;
    padding: 30px;
}

.sidebar__close {
    position: absolute;
    top: 25px;
    right: 80px;
}

.sidebar__close-btn {
    transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0e1133;
    border: 1px solid #2a3a57;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 99;
}

.sidebar__close-btn:focus {
    border: 1px solid #0e1133;
}

.sidebar__close-btn span {
    transition: all 400ms cubic-bezier(0.4, 0.25, 0.3, 1.3) 100ms;
    position: absolute;
    top: 54%;
    left: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    vertical-align: middle;
}

.sidebar__close-btn span:first-of-type {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sidebar__close-btn span:last-of-type {
    text-transform: uppercase;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}

.sidebar__close-btn:hover {
    width: 100px;
    border-radius: 0;
}

.sidebar__close-btn:hover span:first-of-type {
    transform: translate(-50%, -150%);
    -webkit-transform: translate(-50%, -150%);
    -moz-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    -o-transform: translate(-50%, -150%);
}

.sidebar__close-btn:hover span:last-of-type {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sidebar__search input {
    width: 100%;
    height: 50px;
    line-height: 20px;
    border-radius: 4px;
    background: #edeef3;
    outline: none;
    border: 1px solid #ffffff;
    font-size: 16px;
    padding: 25px 65px 20px 55px;
}

.sidebar__search input::-moz-placeholder {
    color: #8c8faa;
}

.sidebar__search input::placeholder {
    color: #8c8faa;
}

.sidebar__search input:focus {
    border-color: #0183cc;
}

.sidebar__search button {
    background: transparent;
    position: absolute;
    top: 15px;
    left: 24px;
}

.sidebar__search button i::after {
    color: #0e1133;
    opacity: 1;
}

.sidebar__search button i::before {
    color: #8c8faa;
}

.sidebar__cart-icon {
    display: inline-block;
}

.sidebar__cart-icon svg {
    width: 20px;
    height: 19px;
}

.sidebar__cart-icon svg .st0 {
    fill: none;
    stroke: #0e1133;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sidebar__cart a {
    position: relative;
    font-size: 17px;
    color: #0e1133;
}

.sidebar__cart a .cart-item {
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #0183cc;
    border-radius: 50%;
    font-weight: 500;
    box-shadow: 0px 10px 20px 0px rgba(4, 23, 118, 0.3);
}

.sidebar__cart a:hover .cart-item {
    background: #0e1133;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #0e1133;
    border-top: 1px solid #bbbcbf;
    font-size: 13px;
    font-weight: 600;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0px;
    height: 15px;
    line-height: 14px;
    border-bottom: none;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 44px;
    line-height: 44px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    color: #0e1133;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: #0e1133;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #0e1133;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li a {
        font-size: 16px;
        padding: 0px 10px 0px 0px;
    }
}

.mobile-show-menu {
    display: none !important;
}

.main-menu ul li a {
    font-size: 16px;
    color: #ffffff;
    padding: 30px 9px;
    text-transform: capitalize;
}

.mobile-menu .mean-bar:last-child {
    display: none !important;
}

.sidebar__content .mobile-content p {
    font-size: 13px;
    color: #0e1133;
    font-weight: 600;
}

.sidenav {
    height: 100vh;
    width: 390px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -390px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 90px;
}

.sidenav a {
    padding: 8px 30px 8px 60px;
    text-decoration: none;
    font-size: 16px;
    color: #111928;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    background-color: #F4F4F4;
    color: #111928;
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 50px;
    margin-left: 50px;
    padding: 0;
}

.sidenav .closebtn:hover {
    background-color: transparent;
}

.menu-btn {
    font-size: 30px;
    gap: 6px;
    cursor: pointer;
}

.menu-btn .bar1 {
    background-color: #FFFFFF;
    height: 1px;
    width: 16px;
    border-radius: 5px;
}

.menu-btn .bar2 {
    background-color: #FFFFFF;
    height: 1px;
    width: 11px;
    border-radius: 5px;
}

.menu-btn .bar3 {
    background-color: #FFFFFF;
    height: 1px;
    width: 16px;
    border-radius: 5px;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.btn-close {
    background-color: aliceblue;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    font-size: 13px;
    padding: 10px;
    opacity: 1;
}

.hero h1 {
    font-size: 64px;
    font-family: Lato-Bold;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1024px) {
    .hero {
        background-image: url("../img/hero-1-mobile.svg");
        padding-top: 160px;
        margin-top: 75px;
    }

    .hero h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .hero .btn {
        padding: 0px 15px !important;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .hero::before {
        display: none;
    }
}

.lead__course__single {
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}

.lead__course__single::after {
    content: "";
    background-image: url(../img/shape/shape5.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    z-index: 1;
}

.lead__course__single img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.lead__course__single:hover .course-video-popup {
    transition: 0.3s;
    opacity: 1;
    top: 50%;
}

.lead__course__single:hover img {
    transform: scale(1.1);
}

.lead__course__single .lead__course__content {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9;
    color: white;
}

.lead__course__single .lead__course__content h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.lead__course__single .lead__course__content h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lead__course__single .lead__course__content h3 a {
    color: white;
}

.lead__course__single .lead__course__content p {
    font-size: 14px;
    margin-bottom: 0px;
}

.lead__course__single .lead__course__content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.lead__course__single .lead__course__content h4 span {
    padding-left: 8px;
    color: #818181;
    text-decoration: line-through;
}

.lead__course__single .lead__course__content img {
    height: auto;
    margin-bottom: 4px;
}

.lead__course__single .course-video-popup {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    height: 115px;
    width: 115px;
    opacity: 0;
    transition: 0.3s;
}

.lead__course__single .course-video-popup img {
    height: 115px;
    width: 115px;
}

.course__grid1:hover .course-video-popup {
    transition: 0.3s;
    opacity: 1;
    top: 40%;
}

.course__grid2 .lead__course__content {
    width: 95%;
    bottom: 20px;
}

.course__grid2 .lead__course__content h3 {
    font-size: 20px;
}

.course__grid2 .course-video-popup {
    height: 85px;
    width: 85px;
    z-index: 99;
}

.course__grid2 .course-video-popup img {
    height: 85px;
    width: 85px;
}

.course__grid2:hover .course-video-popup {
    transition: 0.3s;
    opacity: 1;
    top: 40%;
}

.course__grid3 .lead__course__content {
    width: 95%;
    bottom: 20px;
    z-index: 99;
}

.course__grid3 .lead__course__content h3 {
    font-size: 20px;
}

.course__grid3::after {
    height: 160px;
}

.course__grid3 .course-video-popup {
    height: 85px;
    width: 85px;
    z-index: 99;
}

.course__grid3 .course-video-popup img {
    height: 85px;
    width: 85px;
}

.course__grid3:hover .course-video-popup {
    transition: 0.3s;
    opacity: 1;
    top: 40%;
}

.course__grid4 {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.0901960784);
}

.course__grid4 .lead__course__content {
    background-color: white;
    padding: 24px 20px;
    position: relative;
    transform: inherit;
    left: inherit;
    right: inherit;
    bottom: 0;
    width: 100%;
    color: #35353F;
}

.course__grid4 .lead__course__content h3 {
    font-size: 20px;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course__grid4 .lead__course__content h3 a {
    color: #35353F;
}

.course__grid4::after {
    display: none;
}

.course__grid4 .course-video-popup {
    height: 85px;
    width: 85px;
}

.course__grid4 .course-video-popup img {
    height: 85px;
    width: 85px;
}

.course__cat {
    color: #4b77b9;
    background-color: #ebf0f7;
    border-radius: 35px;
    padding: 4px 8px;
}

.course__grid5 {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.0901960784);
}

.course__grid5 .lead__course__content {
    background-color: white;
    padding: 24px 20px;
    position: relative;
    transform: inherit;
    left: inherit;
    right: inherit;
    bottom: 0;
    width: 100%;
    color: #35353F;
}

.course__grid5 .lead__course__content h3 {
    font-size: 20px;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course__grid5 .lead__course__content h3 a {
    color: #35353F;
}

.course__grid5::after {
    display: none;
}

.course__grid5 .course-video-popup {
    height: 57px;
    width: 57px;
}

.course__grid5 .course-video-popup img {
    height: 57px;
    width: 57px;
}

.most-popular {
    background-color: #ECB800;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px 0px 0px 0px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.most-popular span {
    font-size: 13px;
    font-family: OpenSans;
    font-weight: 500;
}

.bookmark {
    cursor: pointer;
}

@media (max-width: 1024px) {
    .lead__course .course__grid1 h3 {
        font-size: 20px;
    }

    .lead__course .course__grid1 h5 {
        font-size: 17px;
    }

    .lead__course .mt-60 {
        margin-top: 20px;
    }
}

.dremersacademy-section {
    background-image: url("../img/banner1.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    height: 100vh;
}

.dremersacademy-section::after {
    content: "";
    background-image: url(../img/shape/shape5.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

.dremersacademy-section h3 {
    color: white;
    font-size: 48px;
    font-weight: bold;
    line-height: 130%;
}

@media (max-width: 1024px) {
    .dremersacademy-section {
        background-image: url("../img/banner1-small.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        position: relative;
    }

    .dremersacademy-section h3 {
        font-size: 24px;
    }

    .dremersacademy-section .mb-40 {
        margin-bottom: 30px;
    }
}

.strength__number .strength__number__content {
    background-color: #1a2131;
    padding: 40px;
    border: 1px solid #353c4a;
}

.strength__number .strength__number__content h3 {
    font-size: 64px;
    font-weight: bold;
    color: #F5F9FC;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .strength__number .strength__number__content {
        padding-bottom: 0px;
    }

    .strength__number .strength__number__content h3 {
        font-size: 32px;
    }

    .strength__number .strength__number__content p {
        font-size: 14px;
        margin-bottom: 40px;
    }
}

.maestroclass__section .maeostro-instructor {
    position: relative;
}

.maestroclass__section .maeostro-instructor::before {
    content: "";
    background-image: url(../img/shape/shape4.svg);
    background-repeat: no-repeat;
    height: 380px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    z-index: 9999;
}

.maestroclass__section .maeostro-instructor::after {
    content: "";
    background-image: url(../img/shape/shape4.svg);
    background-repeat: no-repeat;
    height: 380px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: -10px;
    transform: rotate(-180deg);
}

.maestroclass__section .maestroclass-content {
    max-width: 585px;
}

.maestroclass__section .maestroclass-content h2 {
    font-family: PlayfairDisplay;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}

.maestroclass__section .maestroclass-content p {
    color: #FCE8CA;
    font-family: PlayfairDisplay;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .maestroclass__section .maestroclass-content {
        max-width: 100%;
    }

    .maestroclass__section .maestroclass-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .maestroclass__section .maestroclass-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .maestroclass__section .maestroclass-content .btn {
        font-size: 12px;
        padding: 0px 20px;
        height: 45px;
        line-height: 45px;
    }

    .maestroclass__section .maestroclass-content img {
        margin-bottom: 30px;
    }
}

.learn__anything .learnbanner-single {
    position: relative;
    cursor: pointer !important;
}

.learn__anything .learnbanner-single:nth-child(1) {
    width: 58.5%;
}

.learn__anything .learnbanner-single:nth-child(2) {
    width: 38.5%;
}

.learn__anything .learnbanner-single:nth-child(3) {
    width: 38.5%;
}

.learn__anything .learnbanner-single:nth-child(4) {
    width: 58.5%;
}

.learn__anything .learnbanner-single img {
    width: 100%;
}

.learn__anything .learnbanner-single a {
    position: absolute;
    bottom: 30px;
    left: 60px;
    height: 35px;
    width: 35px;
    background-color: white;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #333333;
    transition: 0.3s;
}

.learn__anything .learnbanner-single a:hover {
    background-color: #5250A6;
    color: white;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .learn__anything img {
        width: 100% !important;
    }

    .userinfo-box img {
        width: 70px;
        padding-bottom: 10px;
    }
}

.our__partners .partners-single {
    height: 60px;
    display: flex;
}

.our__partners .partners-single img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    margin: auto;
}

.marquee {
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.marquee__content {
    width: 300% !important;
    display: flex;
    line-height: 30px;
    animation: marquee 20s linear infinite forwards;
}

.marquee__content:hover {
    animation-play-state: paused;
}

.list-inline {
    display: flex;
    justify-content: space-around;
    width: 33.33%;
    /* reset list */
    list-style: none;
    padding: 0;
    margin: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-66.6%);
    }
}

.marquee2 {
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.marquee__content2 {
    width: 300% !important;
    display: flex;
    line-height: 30px;
    animation: marquee 20s linear infinite forwards;
}

.marquee__content2:hover {
    animation-play-state: paused;
}

.list-inline {
    display: flex;
    justify-content: space-around;
    width: 33.33%;
    /* reset list */
    list-style: none;
    padding: 0;
    margin: 0;
}

@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-66.6%);
    }
}

[data-aos^=fade] {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

[data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.testimonials {
    position: relative;
}

.testimonials .testimonial-content {
    max-height: 800px;
    overflow: hidden;
}

.testimonials::after {
    content: "";
    background-image: url("../img/shape/shape3.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}

.testimonials .testimonial-single {
    background-color: white;
    padding: 30px;
    position: relative;
}

.testimonials .testimonial-single::before {
    content: "";
    background-image: url("../img/shape/shape2.svg");
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
    position: absolute;
    right: 0;
    top: 0px;
}

.testimonials .testimonial-single p {
    font-size: 17px;
    color: #61616E;
}

.testimonials .testimonial-single h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

.testimonials .testimonial-single span {
    color: #61616E;
    font-size: 13px;
}

@media (max-width: 1024px) {
    .testimonials .testimonial-single {
        background-color: white;
        padding: 15px;
        position: relative;
    }

    .testimonials .testimonial-single p {
        font-size: 12px;
    }

    .testimonials .testimonial-single h5 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .testimonials .testimonial-single span {
        font-size: 10px;
        line-height: 15px;
        display: block;
    }
}

.press .nav-tabs {
    position: relative;
}

.press .nav-tabs::before {
    content: "";
    background-image: url("../img/shape/shape1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 220px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.press .nav-tabs::after {
    content: "";
    background-image: url("../img/shape/shape1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 220px;
    height: 140px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    z-index: 9;
}

.press .press-slider-single {
    display: flex;
    height: 160px;
}

.press .press-slider-single img {
    margin: auto;
}

.press .center {
    border-bottom: 2px solid #ffffff;
}

@media (max-width: 1024px) {
    .press .press__slider {
        margin-bottom: 20px;
    }

    .press .press__slider::after {
        display: none;
    }

    .press .press__slider::before {
        display: none;
    }
}

.press-common {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
    height: 0;
}

.press-common.fade-in {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: visibility 0s, opacity 0.5s ease-in;
}

.faq .accordion .accordion-item {
    border: none;
}

.faq .accordion .accordion-item .accordion-body {
    padding: 30px 0px 30px 0px;
    border-bottom: 1px solid #e0e0e0;
}

.faq .accordion .accordion-item .accordion-button {
    padding: 40px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #35353F;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0px;
}

@media (max-width: 1024px) {
    .faq {
        padding-bottom: 150px;
        padding-top: 50px;
    }

    .faq .accordion .accordion-item {
        border: none;
    }

    .faq .accordion .accordion-item .accordion-body {
        padding: 20px 0px 20px 0px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 13px;
    }

    .faq .accordion .accordion-item .accordion-button {
        padding: 10px 0px;
        font-size: 13px;
        font-weight: bold;
        color: #35353F;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #e0e0e0;
        box-shadow: none;
        border-radius: 0px;
    }
}

.about__banner {
    /* background-image: url("../img/about-us/banner1.svg"); */
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 530px;
    margin-top: 86px;
}

.about__banner h1 {
    color: white;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
}

.about__banner__two {
    /* background-image: url("../img/about-us/banner2.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    color: white;
    text-align: center;
    position: relative;
}

.about__banner__two::after {
    content: "";
    background-image: url(../img/shape/shape6.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}

.about__banner__two a {
    z-index: 9;
}

.about__banner__two p {
    z-index: 9;
    position: relative;
    width: 62%;
    margin: auto;
    text-align: center;
}

#carouselExampleIndicators .carousel-indicators button.thumbnail {
    width: 25%;
    border: none;
    height: auto;
}

#carouselExampleIndicators .carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

#carouselExampleIndicators .carousel-indicators {
    position: relative;
    width: 100%;
    margin: 0px;
    display: flex;
    gap: 30px;
    margin-top: 0px;
}

#carouselExampleIndicators .carousel-control-next-icon {
    background-image: url("../img/icon/next.png");
}

#carouselExampleIndicators .carousel-control-prev-icon {
    background-image: url("../img/icon/prev.png");
}

#carouselExampleIndicators .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black background */
    border-radius: 50%;
    /* Make the icons circular */
    width: 50px;
    height: 50px;
}

#carouselExampleIndicators .carousel-control-prev-icon:hover,
#carouselExampleIndicators .carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.8);
    /* Darker background on hover */
}

#carouselExampleIndicators2 .carousel-indicators button.thumbnail {
    width: 25%;
    border: none;
    height: auto;
}

#carouselExampleIndicators2 .carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

#carouselExampleIndicators2 .carousel-indicators {
    position: relative;
    width: 100%;
    margin: 0px;
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

#carouselExampleIndicators2 .carousel-control-next-icon {
    background-image: url("../img/icon/next.png");
}

#carouselExampleIndicators2 .carousel-control-prev-icon {
    background-image: url("../img/icon/prev.png");
}

#carouselExampleIndicators2 .carousel-control-prev-icon,
#carouselExampleIndicators2 .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black background */
    border-radius: 50%;
    /* Make the icons circular */
    width: 50px;
    height: 50px;
}

#carouselExampleIndicators2 .carousel-control-prev-icon:hover,
#carouselExampleIndicators2 .carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.8);
    /* Darker background on hover */
}

.leadership__team img {
    height: 440px;
    margin-bottom: 20px;
}

.leadership__team h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.leadership__team p {
    color: #61616E;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .about__banner {
        min-height: auto;
    }

    .about__banner h1 {
        font-size: 28px;
    }

    .about__banner__two {
        height: auto;
        background-attachment: inherit;
        padding: 100px 0px;
    }

    .about__banner__two p {
        font-size: 14px;
        width: 100%;
    }

    .about__banner__two img {
        height: 50px;
        width: 50px;
    }

    .common-content a img {
        height: 60px;
        width: 60px;
    }

    .discover__stories a img {
        height: 60px;
        width: 60px;
    }

    #carouselExampleIndicators .carousel-indicators {
        flex-wrap: nowrap;
    }

    #carouselExampleIndicators .carousel-indicators button.thumbnail {
        width: 44%;
    }

    #carouselExampleIndicators .carousel-control-prev-icon,
    #carouselExampleIndicators .carousel-control-next-icon {
        display: none;
    }

    .leadership__team img {
        height: auto;
    }
}

footer {
    background-color: #121326;
    padding-top: 65px;
}

footer h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
}

footer ul {
    padding-left: 0px;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    font-family: OpenSans;
    color: #E1E9F0;
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
}

footer p {
    font-family: OpenSans;
    color: #E1E9F0;
    font-size: 17px;
    margin-bottom: 5px;
}

footer h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .copyright {
    padding: 30px 0px;
    border-top: 1px solid #2a2b3c;
}

footer .copyright p {
    font-family: OpenSans;
    margin-bottom: 0px;
    color: #E1E9F0;
    font-size: 13px;
}

.footer-social a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    transition: 0.3s;
}

.footer-social a:hover {
    background-color: #5250A6;
    transition: 0.3s;
}

.newsletter .form-control {
    font-family: OpenSans;
    font-size: 17px;
    background-color: #17182A;
    border: 1px solid #454655;
    padding: 15px 12px;
    color: white;
    border-radius: 0px;
}

.newsletter button {
    background-color: transparent;
    border: none;
    color: white;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newsletter button i {
    font-size: 16px;
}

.footer-form {
    max-width: 900px;
    margin: auto;
    background-color: #ffffff;
    padding: 100px;
    margin-top: -200px;
    margin-bottom: 100px;
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.11);
}

.footer-form h5 {
    font-size: 20px;
    font-weight: bold;
    color: #35353F;
}

.footer-form .form-check {
    cursor: pointer;
}

.footer-form .form-check-label {
    font-family: OpenSans;
    font-size: 17px;
    color: #61616E;
    cursor: pointer;
}

.footer-form .form-check-input {
    border-radius: 0px;
    border: 2px solid #35353F;
    cursor: pointer;
}

.footer-form .form-control {
    background-color: #fafafa;
    border: 1px solid #DCDCDC;
    padding: 18px 20px;
    color: #61616E;
    font-family: OpenSans;
    font-size: 17px;
    border-radius: 0px;
}

.footer-form p {
    font-family: OpenSans;
    font-size: 17px;
    color: #61616E;
}

@media (max-width: 1024px) {
    .footer-form {
        padding: 30px;
    }

    .footer-form p {
        font-size: 14px;
    }

    .footer-form .form-check-label {
        font-size: 14px;
    }

    .footer-form .form-control {
        padding: 5px 10px;
        font-size: 10px;
        margin-bottom: 8px;
    }

    .footer-form .mb-40 {
        margin-bottom: 20px;
    }

    .footer-form .mt-40 {
        margin-top: 20px;
    }

    .footer-form .title-style-one {
        margin-bottom: 20px;
    }

    .footer-form h5 {
        font-size: 14px;
    }

    footer p {
        font-size: 14px;
    }

    footer ul li a {
        font-size: 14px;
    }

    footer h4 {
        font-size: 14px;
    }

    footer h3 {
        font-size: 14px;
    }

    footer .copyright {
        padding: 15px 0px;
    }

    footer .copyright p {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 2400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

    .hero-right-banner {
        max-height: 401px;
    }

    .course__grid1 img {
        height: 714px;
    }

    .course__grid2 img {
        height: 347px;
    }

    .course__grid3 img {
        height: 344px;
    }

    .course__grid4 img {
        height: 232px;
    }

    .course__grid5 img {
        height: 155px;
    }

    .learn__anything img:nth-child(1) {
        height: 412px;
    }

    .learn__anything img:nth-child(2) {
        height: 412px;
    }

    .learn__anything img:nth-child(3) {
        height: 440px;
    }

    .learn__anything img:nth-child(4) {
        height: 440px;
    }

    .discover-banner {
        height: 218px;
    }

    .grid-banner-2,
    .grid-banner-3 {
        height: 231px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }

    .hero-right-banner {
        max-height: 401px;
    }

    .course__grid1 img {
        height: 646px;
    }

    .course__grid2 img {
        height: 314px;
    }

    .course__grid3 img {
        height: 311px;
    }

    .course__grid4 img {
        height: 210px;
    }

    .course__grid5 img {
        height: 140px;
    }

    .learn__anything img:nth-child(1) {
        height: 374px;
    }

    .learn__anything img:nth-child(2) {
        height: 374px;
    }

    .learn__anything img:nth-child(3) {
        height: 400px;
    }

    .learn__anything img:nth-child(4) {
        height: 400px;
    }

    .discover-banner {
        height: 197px;
    }

    .grid-banner-2,
    .grid-banner-3 {
        height: 208px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    br {
        display: none;
    }

    .title-style-two {
        margin-bottom: 5px;
    }

    .discover__stories .carousel-indicators a img {
        height: 30px;
        width: 30px;
    }

    .header__area .logo img {
        height: 30px;
        max-width: inherit;
    }

    .learn__anything .learnbanner-single:nth-child(1) {
        width: 100%;
    }

    .learn__anything .learnbanner-single:nth-child(2) {
        width: 100%;
    }

    .learn__anything .learnbanner-single:nth-child(3) {
        width: 100%;
    }

    .learn__anything .learnbanner-single:nth-child(4) {
        width: 100%;
    }

    #carouselExampleIndicators .carousel-indicators button.thumbnail {
        width: 40%;
    }

    #carouselExampleIndicators .carousel-indicators {
        gap: 0px;
    }

    #carouselExampleIndicators2 .carousel-indicators {
        gap: 0px;
        margin-top: 6px;
    }

    .about-video-carousel {
        margin-bottom: -25px;
    }

    .press .press-slider-single {
        height: 82px;
        margin-top: 20px;
    }

    #aboutImageGallery {
        margin-top: -28px;
    }

    .title-style-two.learn-anything-title-style-two {
        margin-bottom: 25px;
    }

    .title-style-one {
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    br {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */

.bottom-box {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999999;
}

#scrollToTop {
    background-color: #5250A6;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#scrollToTop:hover {
    background-color: #5250A6;
}


/* sign in and sign up css */

.form-modal {
    max-width: 450px;
}

.form-modal .modal-content {
    padding: 25px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(26, 24, 30, 0.04);
}

.form-modal .modal-body {
    padding: 0px;
    border: none;
}

.form-modal .form-box p {
    color: #000000;
    font-size: 18px;
}

.form-modal .form-box a {
    text-decoration: underline;
    color: #07477D;
}

.form-modal .form-box .btn-primary.disabled,
.form-modal .form-box .btn-primary:disabled {
    opacity: 0.4;
    background: #07477D;
}


.form-modal .form-box h5 {
    color: #1A181E;
    font-family: Lato-Bold !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px;
}

.form-modal .form-box label {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.form-modal .form-box .form-control {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 12px 12px 12px 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;

}

.form-modal .form-box .form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #07477D;
}

.form-modal .password-show i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.form-box h5 {
    color: #1A181E;
    font-family: Lato-Bold !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px;
}

.form-box label {
    color: #1D2026;
    font-family: Lato-Bold !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: -0.14px;
    margin-bottom: 6px;
}

.form-box .form-control {
    border-radius: 4px;
    border: 1px solid #E9EAF0;
    background-color: #FFF;
    padding: 12px 12px 12px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-box .form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #07477D;
}

.form-box .form-control:disabled {
    background-color: #F3F3F3;
}

.form-box .form-select {
    padding: 12px 2.25rem 12px .75rem;
}

/* .toggle-password,
.password-show .toggle-password{
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%) !important;
} */
.showSignPassword,
.password-show .showSignPassword {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) !important;
}

.hind-siliguri-font {
    font-family: 'Hind Siliguri', sans-serif !important;
}

.bangla-font-size {
    font-weight: 600 !important;
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .log-reg ul li::after {
        content: '';
        margin-left: 0;
        /* Reset any other properties you need */
    }

    .studentForgotBtn,
    #submitButton,
    #signupform .btn-primary,
    #loginform .btn-primary {
        padding: 0px 0px;
    }
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

/* style="margin: 200px 0 100px 0;" */
#hero-spinner {
    width: 100%;
    height: 100vh;
    position: relative;
}

#hero-spinner i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);

}

.subBadge {
    background: #E97D24;
    font-size: 10px;
    padding: 2px 4px 1px 4px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 3px;
    color: #fff;
}

.ads-banner-padding {
    padding-top: 180px;
}

/* Promotion section css start */
.promotion-section {
    background: #F9FAFB;
}

.custom-breadcrumb p {
    color: var(--main, #111928);
    font-family: "Hind Siliguri";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-breadcrumb p span {
    color: var(--Main-700, #496CAC);
}

.promotion-section .form-section {
    padding: 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 4px 0px 0px 0px #000, 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

.promotion-section .form-section .title {
    text-align: left;
    margin-bottom: 15px;
}

.promotion-section .content-section .title h2,
.promotion-section .form-section .title h2 {
    font-family: "Mukta", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(90deg, #111928 0%, #0059FF 142.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promotion-section .content-section .title h2 {
    text-align: left;
    font-size: 32px;
}

.promotion-section .form-section label {
    color: var(--main, #111928);
    font-family: "Mukta", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.promotion-section .form-section .input-group-text,
.promotion-section .form-section .form-control {
    border: none;
    background-color: transparent;
}

.promotion-section .form-section .input-group {
    border-radius: 8px;
    border: 0.5px solid var(--Gray-400, #9CA3AF);
    display: flex;
    align-items: center;
    padding: 4px 12px;
}

.promotion-section .form-section #name::placeholder,
.promotion-section .form-section #mobile::placeholder,
.promotion-section .form-section #email::placeholder {
    color: var(--Gray-400, #9CA3AF);
    font-family: "Mukta", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.promotion-section .form-section .subscription-form-btn {
    border-radius: 12px;
    background: var(--main, #111928);
    padding: 8px 32px;
    text-align: center;
    color: var(--White, #FFF);
    font-family: "Hind Siliguri";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.601%;
    width: 100%;
    border: none;
}

.promotion-section .content-section {
    border-radius: 12px;
    background: #FFF;
    box-shadow: -4px 0px 0px 0px #000, 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.promotion-section .content-section .description p {
    color: var(--main, #111928);
    font-family: "Mukta", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.promotion-section .content-section .item {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 12px 0;
}

.promotion-section .content-section .item .icon img {
    width: 100%;
}

.promotion-section .content-section .item .text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.promotion-section .content-section .item .text h2 {
    color: var(--Main-700, #496CAC);
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    /* 20px */
}

.promotion-section .content-section .item .text p {
    color: var(--Gray-600, #374151);
    font-family: "Hind Siliguri";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    /* 156.25% */
}

.promotion-section .form-section .package {
    background-image: url('https://leadacademy.sgp1.cdn.digitaloceanspaces.com/assets/uploads/subscription/banner_section/bg_image-1731302150.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

.promotion-section .form-section .package .title h3 {
    color: #FFC86D;
    text-align: center;
    font-family: "Mukta", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.promotion-section .form-section .package .package-list {
    display: flex;
    justify-content: space-between;
    gap: 15px;

}

.form-section .package-list label.item {
    border-radius: 4px;
    border: 0.5px solid #0C1C36;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    padding: 16px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Hind Siliguri";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    cursor: pointer;
    flex: 1;
}

.form-section .package-list label.item hr {
    margin: 5px 0;
}

.form-section .package-list .item input {
    display: none;
}

.form-section .package-list .item.selected {
    border-color: #FFC86D;
}

.subs_name_error,
.subs_mobile_error,
.subs_email_error,
.subs_profession_error,
.subs__package_error {
    color: red;
    font-size: 14px;
    display: none;
}

.promotion-section .form-section .input-group .select2-container--default .select2-selection--multiple {
    border: 0px;
}

/* Small devices (phones, 0px - 575px) */
@media only screen and (max-width: 575px) {
    .promotion-section .form-section {
        padding: 15px;
    }

    .custom-breadcrumb p {
        font-size: 13px;
    }

    .promotion-section .form-section .title h2 {
        font-size: 16px;
    }

    .promotion-section .form-section .input-group {
        padding: 2px 0px;
    }

    .form-section .package-list label.item {
        padding: 8px;
        font-size: 14px;
    }

    .promotion-section .content-section {
        gap: 30px;
    }

    .promotion-section .form-section .subscription-form-btn {
        font-size: 20px;
    }

    .promotion-section .content-section {
        padding: 15px;
    }

    .promotion-section .content-section .description p {
        font-size: 16px;
    }

    .promotion-section .content-section .item .text {
        gap: 0px;
    }

    .promotion-section .content-section .item .text h2 {
        font-size: 16px;
    }

    .promotion-section .content-section .item .text p {
        font-size: 14px;
    }
}

/* Promotion section css end */

.leads_video_thumbnail {
    position: relative;
}

.leads_video_thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.leads_video_thumbnail img.play-icon {
    position: absolute;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}