/*@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}

::selection {
    background-color: #10285f;
    color: #fff;
}

:root {
    --bg-primary: #0e1a60;
    --color-primary: #0e1a60;
    /* --page-background-color: #2F3C4F;
    --gradient-color-1: #F57170;
    --gradient-color-2: #10DDC2; */
    --clr-bg-header: #3d8361;
    --clr-btn: #3d8361;
    --clr-dropdown: #1c6758;
    --clr-nav-hover: #1e6f5c;
    --clr-dropdown-hov: #289672;
    --clr-dropdown-link-hov: #29bb89;
    --clr-light: #fafafa;
    /*    --default-font: "Roboto", sans-serif;
    --heading-font: "Raleway", sans-serif;
    --nav-font: "Poppins", sans-serif;*/
}

body {
    line-height: 1.5;
    /* background: #f4f8f4; */
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

h2 {
    font-size: 30px;
    margin-bottom: 0px;
    color: #333333;
}

h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 15px 0 15px 0;
    color: #124265;
}

.btn-14 {
    background-image: linear-gradient(to top, #ee1b21, #f90) !important;
    border: none;
    z-index: 1;
}

    .btn-14:hover {
        color: #fff;
    }

.custom_btn {
    color: #fff;
    border-radius: 4px;
    padding: 11px 28px;
    font-weight: 500;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    display: inline-block;
    outline: none;
}

.btn-14:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px;
    background-color: #424247;
    /* background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%); */
    transition: all 0.3s ease;
}

.btn-14.btn_white {
    background: #fff;
    border: none;
    z-index: 1;
}

    .btn-14.btn_white:hover {
        color: #fff;
        background: #424247;
    }

.btn-14.btn_white {
    color: #000;
    border-radius: 4px;
    padding: 11px 30px;
    font-weight: 500;
    background: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    display: inline-block;
    outline: none;
}

    .btn-14.btn_white:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 4px;
        background-color: #424247;
        /* background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%); */
        transition: all 0.3s ease;
    }

.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}
/* .btn-text {
  position: relative;
} */
/* .main-btn .btn-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  backface-visibility: initial;
  background-color: currentColor;
  transition: all 0.25s ease-in-out;
} */
/* .main-btn:hover .btn-text:after {
  width: 100%;
} */

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;
        /* color: #124265; */
        color: #424247;
    }

    .section-title p {
        margin-bottom: 0;
        font-weight: 500;
        color: #555555;
    }

section .container {
    position: relative;
}

.lead {
    font-weight: 500;
}

.top-bar {
    background: linear-gradient(to top, #ee1b2100, #ff990033);
    top: 0;
    left: 0;
    position: relative;
    z-index: 1;
    padding: 2px 0 3px 0;
    border-bottom: 2px solid #fe9401;
    outline: 1px solid #fff;
}

.topbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar .topbar-content img {
    width: 130px;
}

.top-bar .topbar-title {
    text-align: center;
}

    .top-bar .topbar-title h2 {
        font-size: 42px;
        color: #424247;
        text-transform: uppercase;
        font-weight: 900;
        word-spacing: 4px;
        text-shadow: 0 2px 1px #b0baff;
    }

    .top-bar .topbar-title p {
        font-size: 28px;
        font-weight: 700;
        color: #035691;
        margin-bottom: 15px;
        font-family: serif;
    }

.sub-title {
    display: flex;
    align-items: center;
    gap: 100px;
}

    .sub-title .title-right {
        font-size: 18px;
        font-weight: 700;
        color: #ff3300;
    }

    .sub-title .title-left {
        font-size: 18px;
        font-weight: 700;
        color: #990099;
    }

.top-contact a img {
    width: 18px;
}

@keyframes moveLeftBounces {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Header CSS */
header {
    /* position: sticky;
  top: 0px;
  background-color: var(--clr-bg-header);
  width: 100%;
  z-index: 1000; */
    position: sticky;
    top: 0px;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 0;
    z-index: 1000;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* section {
  position: relative;
  height: calc(100vh - 3rem);
  width: 100%;
  background: url("https://i.postimg.cc/TPn6kNJ2/bg.jpg") no-repeat top center / cover;
  overflow: hidden;
} */

/* .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 130, 95, 0.5);
} */

.nav-btn {
    flex: 3;
    display: flex;
}

.nav-links {
    flex: 2;
}

    .nav-links > ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.nav-link {
    position: relative;
}

    .nav-link > a {
        line-height: 3.5rem;
        /* color: #124265; */
        color: #707070;
        padding: 0 0.8rem;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: 0.5s;
    }

        .nav-link > a:hover {
            color: #f90;
        }

        .nav-link > a > i {
            font-size: 14px;
            line-height: 0;
            margin-left: 5px;
            transition: 0.3s;
        }

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

    .dropdown ul {
        position: relative;
    }

.dropdown-link > a {
    display: flex;
    background-color: var(--clr-light);
    color: #707070;
    padding: 0.4rem 0.8rem;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.dropdown-link:hover > a {
    background-color: #f1efef;
    color: #f90;
}

    .dropdown-link:hover > a > i {
        color: #f90;
    }

.dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid var(--clr-light);
}

.dropdown-link i {
    transform: rotate(0deg);
    color: #707070;
}

.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #d8e0e6;
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s;
    z-index: -1;
}

/* .dropdown-link:first-child:hover ~ .arrow {
  background-color: var(--clr-dropdown);
} */

.dropdown-link {
    position: relative;
}

.dropdown.second {
    top: 0;
    left: 100%;
    cursor: pointer;
    transform: translateX(10px);
}

    .dropdown.second .arrow {
        top: 10px;
        left: -5.5px;
    }

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .hamburger-menu div {
        width: 1.5rem;
        height: 2px;
        border-radius: 3px;
        background-color: #124265;
        position: relative;
        z-index: 1001;
        transition: 0.5s;
    }

        .hamburger-menu div:before,
        .hamburger-menu div:after {
            content: "";
            position: absolute;
            width: inherit;
            height: inherit;
            background-color: #124265;
            border-radius: 3px;
            transition: 0.5s;
        }

        .hamburger-menu div:before {
            transform: translateY(-7px);
        }

        .hamburger-menu div:after {
            transform: translateY(7px);
        }

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

    #check:checked ~ .hamburger-menu-container .hamburger-menu div {
        background-color: transparent;
    }

        #check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
            transform: translateY(0) rotate(-45deg);
        }

        #check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
            transform: translateY(0) rotate(45deg);
        }

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 920px) {
    .hamburger-menu-container {
        display: flex;
        justify-content: space-between;
    }

    header {
        border-bottom: 1px solid #ccc;
    }

    #check {
        display: block;
    }

    .nav-btn {
        position: absolute;
        height: calc(100vh - 3rem);
        top: 5.7rem;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: 0.65s;
    }

    #check:checked ~ .nav-btn {
        transform: translateX(0);
    }

        #check:checked ~ .nav-btn .nav-link,
        #check:checked ~ .nav-btn .log-sign {
            animation: animation 0.5s ease forwards var(--i);
        }

    .nav-links {
        flex: initial;
        width: 100%;
    }

        .nav-links > ul {
            flex-direction: column;
        }

    .nav-link {
        width: 100%;
        opacity: 1;
        transform: translateY(15px);
    }

        .nav-link > a {
            line-height: 1;
            padding: 0.8rem 1rem;
        }

        .nav-link:hover > a {
            transform: scale(1);
            background-color: #f1efef;
        }

    .dropdown,
    .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #ffffff;
        display: none;
    }

    .nav-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown {
        display: block;
    }

    .nav-link:hover > a > i,
    .dropdown-link:hover > a > i {
        transform: rotate(360deg);
    }

    .dropdown-link > a {
        background-color: transparent;
        color: #124265;
        padding: 0.8rem 1rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link > a {
        padding: 0.8rem 1rem;
    }

    .dropdown.second .dropdown.second .dropdown-link > a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .arrow {
        z-index: 1;
        background-color: #d8e0e6;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: 0.5s;
    }

    .nav-link:hover .arrow {
        background-color: #d8e0e6;
    }

    .dropdown .dropdown .arrow {
        display: none;
    }

    .dropdown-link:hover > a {
        background-color: #f1efef;
    }

    .dropdown-link:first-child:hover ~ .arrow {
        background-color: #d8e0e6;
    }

    .nav-link > a > i {
        font-size: 1rem;
        transform: rotate(-90deg);
        transition: 0.7s;
    }

    .dropdown i {
        font-size: 1rem;
        transition: 0.7s;
    }

    .log-sign {
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
}

/* Header CSS */

.sub-main {
    text-align: center;
}

    .sub-main .button-one {
        border-radius: 4px;
        background-color: #fd7b00;
        border: 2px solid #fd7b00;
        padding: 8px 14px;
        width: 150px;
        color: #ffffff;
        font-weight: 600;
        font-size: 18px;
        border-radius: 4px;
        transition: all 0.3s linear;
    }

    .sub-main button:hover {
        background-color: #fd7b00;
    }

    .sub-main .button-one span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        font-weight: 500;
        font-size: 18px;
    }

        .sub-main .button-one span:after {
            content: "Â»";
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .sub-main .button-one:hover span {
        padding-right: 25px;
    }

        .sub-main .button-one:hover span:after {
            opacity: 1;
            right: 0;
        }

/* Banner CSS */

.banner {
    position: relative;
    background: url("../img/banner-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 100px 0;
}

    .banner .image-right {
        text-align: right;
    }

    .banner img {
        width: 500px;
    }

    .banner h3 {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        background: #f5f5f5;
        color: #f90;
        max-width: 365px;
        padding: 8px 30px 8px 80px;
        margin-bottom: 0;
    }

        .banner h3:before {
            content: "";
            position: absolute;
            left: 30px;
            top: 50%;
            margin-top: -1px;
            height: 2px;
            width: 40px;
            background-color: #f90;
            ;
        }

.content-left {
    position: relative;
}

.banner h1 {
    font-size: 38px;
    font-weight: 800;
    color: #424247;
    padding: 30px 0 20px 0;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 0;
}

.banner p {
    padding-bottom: 30px;
    line-height: 1.5;
    color: #7b7b7b;
    margin-bottom: 0;
}

.baner-btn {
    display: inline-block;
    position: relative;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: #f90;
    background-image: linear-gradient(to top, #ee1b21, #f90);
    /* color: #222428; */
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 150px !important;
    padding: 14px 50px;
    overflow: hidden;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    transition: 0.3s ease-in-out;
}

    .baner-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #222429;
        transform: scale(1, 0);
        transform-origin: bottom right;
        z-index: -1;
        transition: 0.3s ease-in-out;
    }

    .baner-btn:hover span {
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .baner-btn:hover:before {
        transform: scale(1, 1);
        transform-origin: bottom right;
        z-index: 1;
    }

/* =============== White button ===================*/

.baner-white-btn {
    display: inline-block;
    position: relative;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: #222429;
    color: #ffffff;
    font-size: 14px;
    min-width: 150px !important;
    padding: 14px 50px;
    overflow: hidden;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    transition: 0.3s ease-in-out;
}

    .baner-white-btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        transform: scale(1, 0);
        transform-origin: bottom right;
        z-index: -1;
        transition: 0.3s ease-in-out;
    }

    .baner-white-btn:hover span {
        color: #222428;
        position: relative;
        z-index: 1;
    }

    .baner-white-btn:hover:before {
        transform: scale(1, 1);
        transform-origin: bottom right;
        z-index: 1;
    }



/* .banner-section {
  height: 70px;
} */

.carousel.slide .carousel-caption {
    position: absolute;
    right: 15%;
    top: 30%;
    bottom: 1.25rem;
    font-size: 12px;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.banner-slider .carousel .carousel-inner .carousel-caption h1 {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: translate(0%, 20%) !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.banner-text p {
    text-align: center;
    font-size: 21px;
    margin-bottom: 30px;
}

/* .banner-section {
  height: 44px;
} */

/* Banner CSS */

/* Feature CSS */
section.feature-section,
.about-section,
section.services,
.block,
.syllabus-section,
section.team-section,
.why-gyanacademy, .advance-section,
.faq, .contact, .service-grid {
    padding: 60px 0;
}

.bottom-section {
    position: relative;
    padding: 0px 0 30px 0;
    margin-top: -50px;
}

    .bottom-section .box {
        position: relative;
        background: #ffffff;
        padding: 20px 20px 20px 30px;
        box-shadow: 0 .125rem .375rem rgba(0,0,0,.05),0 .5rem 1.2rem rgba(0,0,0,.1);
        border-radius: 5px;
        min-height: 250px;
        z-index: 1;
        transition: .3s;
    }

        .bottom-section .box:hover {
            transform: translate(0, -3px);
            box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .05), 0 .5rem 1.2rem rgba(0, 0, 0, .1) !important;
        }

        .bottom-section .box i {
            position: relative;
            font-size: 38px;
            margin-bottom: 20px;
            color: #084c9d;
            transition: all .5s ease;
        }

        .bottom-section .box h3 {
            color: #424247;
            font-size: 24px;
            font-weight: 600;
            line-height: 30px;
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 18px;
            transition: all .5s ease;
        }

        .bottom-section .box p {
            font-size: 15px;
            margin-bottom: 0;
        }

.about-section .experience {
    position: absolute;
    bottom: -45px;
    left: 200px;
    min-width: 290px;
    background: #fff;
    padding: 10px 10px 10px 120px;
    font-size: 21px;
    border-radius: 5px;
    line-height: 26px;
    color: #424247;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 11%);
    min-height: 120px;
    animation: 10s linear infinite bounce-y;
}

@keyframes bounce-y {

    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.about-img {
    position: relative;
}

.about-section .experience .icon {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 80px;
    width: 80px;
}

.about-section .experience strong {
    position: relative;
    margin-top: 10px;
    font-size: 50px;
    line-height: 50px;
    color: #fd7b00;
    font-weight: 700;
    display: block;
}

/* Feature CSS */

/* About CSS */

.about-section .about-img img {
    border-radius: 5px;
}

.about-title {
    margin-left: 30px;
}

    .about-title .section-title {
        padding-bottom: 60px;
        text-align: left;
        position: relative;
    }

        .about-title .section-title h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
            color: #124265;
        }

    .about-title p {
        margin-bottom: 0;
    }

    .about-title .section-title p {
        margin-bottom: 0;
        color: #555555;
    }

/* .about-title h2 span {
  color: #7e2f2b;
} */

/* .btn-primary {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
} */

/* .btn1 {
  font-size: 16px;
  border: 2px solid #ee1c1f;
  z-index: 1;
  display: inline-block;
  transition: 0.5s ease-in-out;
  padding: 0.5rem 1rem;
  font-weight: 600;
  position: relative;
  border-radius: 3px;
  width: max-content;
  color: #ee1c1f;
  background: #fff;
  text-decoration: none;
}

.btn1::before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 0;
  background: #ee1c1f;
  color: #fff;
  z-index: -1;
}

.btn1:hover {
  color: #fff;
}

.btn1:hover::before {
  left: 0;
  width: 100%;
  color: #fff;
  transition: 0.8s;
} */

.about-us .section-title {
    position: relative;
    margin-bottom: 0;
    font-size: 34px;
}

.about-us p {
    text-align: justify;
}

.about-us {
    padding: 50px 0;
}

/* About CSS */

/* Services CSS */

section.services {
    background: #f6fafd;
}

.services .service-box {
    position: relative;
    height: 100%;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 11%);
    transition: 0.3s;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
}

    .services .service-box:hover {
        transform: translate(0, -3px);
        box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .05), 0 .5rem 1.2rem rgba(0, 0, 0, .1) !important;
    }

.service-box h3 {
    font-weight: 600;
}

.services .service-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #444444;
}

/* .section-title span {
  color: #7e2f2b;
} */

.services .icon i {
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}

.services .service-box h3 {
    margin: 15px 0px 18px;
}

.services .service-box .icon {
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    background: #f3f3f3;
    transition: all 0.3s ease-in-out;
}

.services .icon-box-green .icon i {
    color: #1acd98;
}

.services .icon-box-orange .icon i {
    color: #fd7e14;
}

.services .icon-box-blue .icon i {
    color: #2282ff;
}

.services .icon-box-cyan .icon i {
    color: #08ccf3;
}

.services .icon-box-pink .icon i {
    color: #f3248b;
}

.services .icon-box-red .icon i {
    color: #df0e23;
}

.services .service-box.icon-box-cyan:hover .icon {
    background: #08ccf3;
}

    .services .service-box.icon-box-cyan:hover .icon i {
        color: #fff;
    }

.services .service-box.icon-box-blue:hover .icon {
    background: #2282ff;
}

    .services .service-box.icon-box-blue:hover .icon i {
        color: #fff;
    }

.services .service-box.icon-box-green:hover .icon {
    background: #1acd98;
}

    .services .service-box.icon-box-green:hover .icon i {
        color: #fff;
    }

.services .service-box.icon-box-orange:hover .icon {
    background: #fd7e14;
}

    .services .service-box.icon-box-orange:hover .icon i {
        color: #fff;
    }

.services .service-box.icon-box-pink:hover .icon {
    background: #f3248b;
}

    .services .service-box.icon-box-pink:hover .icon i {
        color: #fff;
    }

.services .service-box.icon-box-red:hover .icon {
    background: #df0e23;
}

    .services .service-box.icon-box-red:hover .icon i {
        color: #fff;
    }

/* Services CSS */

.close-subscribe-btn .modal-header {
    padding: 0px 20px;
    background-image: linear-gradient(to top, #ee1b21, #f90);
    color: #fff;
}

.btn.btn-outline-danger:hover {
    background-image: linear-gradient(to top, #ee1b21, #f90);
    color: #fff;
}

.close-subscribe-btn .modal-close-btn {
    border: none !important;
    font-size: 28px !important;
    color: #fff;
    background: none !important;
    padding: 5px 0px;
}

.btn.btn-outline-danger {
    width: 100%;
    border-color: #f90;
    color: #f90;
}

.modal-text input:focus {
    box-shadow: none;
    outline: none;
    border-color: #f90;
}

.syllabus-section h4 {
    margin-bottom: 20px;
    font-weight: 500;
    color: #124265;
}

.syllabus-section table td a {
    color: #444444;
}

    .syllabus-section table td a:hover {
        color: #0d6efd;
        text-decoration: underline;
    }

/* Services CSS */

/* Profile CSS */
/* section.team-section {
  background: #f6fafd;
}

.team-info {
  padding: 30px;
}

.team-box {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.team-box img {
  position: relative;
  width: 100px;
  border-radius: 50%;
  margin: -45px auto 0 auto;
}

.team-info h2 {
  font-size: 18px;
  margin-bottom: 0;
}

.meta {
  color: #888;
  font-size: 14px;
  margin-top: 5px;
}

.team-box .team-info p {
  font-size: 14px;
  text-align: justify;
} */

/* .social-links {
  margin-bottom: 1rem;
  display: inline-flex;
}

.team-section .social-links a {
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  width: 41px;
  height: 41px;
  padding: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 15px;
  font-size: 0px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.team-section .social-links a i.facebook-icon {
  background-image: url("../img/facebook.png")
}

.team-section .social-links a i.twitter-icon {
  background-image: url("../img/twitter.png");
}

.team-section .social-links a i.instagram-icon {
  background-image: url("../img/instagram.png");
}

.team-section .social-links a i.youtube-icon {
  background-image: url("../img/youtube.png");
}

.team-section .social-links i {
  width: 100%;
  height: 100%;
  display: block;
} */

.team-section {
    background: #f6fafd;
    overflow: clip;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000070;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.team-section .team-member {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 7px;
    border-bottom: 3px solid #f90;
}

    .team-section .team-member .team-img {
        position: relative;
        overflow: hidden;
        border-radius: 5px 5px 0px 0px;
    }

    .team-section .team-member .social {
        position: absolute;
        left: 0;
        bottom: 30px;
        right: 0;
        opacity: 0;
        transition: ease-in-out 0.3s;
        text-align: center;
        z-index: 9999;
    }

        .team-section .team-member .social a:hover {
            color: #ffffff;
            background: #2487ce;
        }

        .team-section .team-member .social a {
            background: #fff;
            color: color-mix(in srgb, #444444, transparent 20%);
            margin: 0 3px;
            border-radius: 4px;
            width: 36px;
            height: 36px;
            transition: .3s ease;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        .team-section .team-member .social i {
            font-size: 18px;
            line-height: 0;
        }

    .team-section .team-member .team-info {
        padding: 18px 15px 10px 15px;
    }

        .team-section .team-member .team-info h4 {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 18px;
            color: #124265;
            text-transform: uppercase;
        }

        .team-section .team-member .team-info span {
            display: block;
            font-size: 14px;
            font-weight: 500;
            color: #424247;
        }

    .team-section .team-member:hover .social {
        opacity: 1;
        bottom: 15px;
    }

/* Profile CSS */

.strip-section {
    background: #238cd7;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    clip-path: inset(0);
}

    .strip-section .main-btn {
        border: 2px solid #ffffff;
    }

    .strip-section .content-box {
        width: 70%;
        margin: 0 auto;
    }

    .strip-section .main-btn {
        font-weight: 500;
        font-size: 15px;
        display: inline-block;
        padding: 12px 40px;
        transition: 0.5s;
        margin: 10px;
    }

    .strip-section h3 {
        font-size: 32px;
        font-weight: 700;
        margin: 0px 0 15px 0;
        color: #ffffff;
    }

    .strip-section p {
        color: #ffffff;
    }

/* Strip CSS */

.strip-section {
    /* background: #238cd7; */
    /* background: #ff8c00; */
    background-image: url('../img/pattern-bg.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    clip-path: inset(0);
}

    .strip-section .overlay {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #ff8c00;
        background-image: linear-gradient(to top, #ee1b21, #f90);
        opacity: .8;
    }

    .strip-section .content-box {
        width: 70%;
        margin: 0 auto;
    }

    .strip-section .main-btn {
        font-weight: 500;
        font-size: 15px;
        display: inline-block;
        padding: 12px 40px;
        transition: 0.5s;
        margin: 10px;
    }

    .strip-section h3 {
        font-size: 32px;
        font-weight: 700;
        margin: 0px 0 15px 0;
        color: #ffffff;
    }

    .strip-section p {
        color: #ffffff;
    }

/* Strip CSS */

/* Admission CSS */
.breadcrumbs {
    /* margin-top: 70px; */
    padding: 30px 0;
    background-color: #e4f0f5;
    min-height: 40px;
}

    .breadcrumbs h1 {
        font-size: 28px;
        font-weight: 300;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 10px;
    }

        .breadcrumbs ol a {
            color: #212529;
        }

            .breadcrumbs ol a:hover {
                color: #fd7b00;
            }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #6c757d;
            content: "/";
        }

.register-sec {
    padding: 50px 0;
}

    .register-sec .image_upload {
        border: 1px solid silver;
        min-height: 200px;
        cursor: pointer;
    }

        .register-sec .image_upload p {
            position: relative;
            top: 0;
            left: 0;
            transform: translate(1%, 320%);
            text-align: center;
        }

    .register-sec .form-section {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    }

    .register-sec .button-wrapper {
        text-align: center;
    }

        .register-sec .button-wrapper a {
            text-decoration: none;
            margin-left: 10px;
        }

    .register-sec hr {
        margin: 2rem 0 !important;
    }

    .register-sec .form-section h2 span {
        color: #15425b;
    }

    .register-sec .form-section p {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
    }

    .register-sec .form-section input {
        border-radius: 0;
        padding: 10px 15px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        border: 1px solid #dde1e5;
    }

        .register-sec .form-section input:focus {
            box-shadow: none;
            background-color: #fff;
            border-color: #fd8b03;
            outline: 0;
        }

    .register-sec .form-section .form-select {
        border-radius: 0;
        padding: 9px 15px;
    }

        .register-sec .form-section .form-select:focus {
            box-shadow: none;
            background-color: #fff;
            border-color: #fd8b03;
            outline: 0;
        }

    .register-sec .form-section label {
        font-size: 16px;
        font-weight: 500;
    }

    .register-sec .check_2 {
        margin-left: 2rem !important;
    }

    .register-sec .check_1 input,
    .check_2 input {
        border-radius: 50px !important;
        margin-right: 8px;
        border: 1px solid silver !important;
    }

    .register-sec textarea {
        width: 100%;
        border-radius: 0;
        padding: 10px 15px;
        color: #495057;
    }

        .register-sec textarea:focus {
            box-shadow: none;
            background-color: #fff;
            border-color: #fd8b03;
            outline: 0;
        }

/* Admission CSS */

.accordion {
    --bs-accordion-border-width: 0px;
}

/* FAQ CSS Start */
.faq {
    background: #f6fafd;
}

    .faq .accordion-item {
        font-size: 16px;
        font-weight: 500;
        color: #151d21;
    }

    .faq .accordion-item {
        font-size: 15px;
    }

    .faq .accordion-button:focus {
        z-index: 3;
        outline: 0;
    }

/* FAQ CSS End */

/* Contact CSS End */
.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
    padding: 20px 5px 30px 5px;
    margin-bottom: 30px;
}

    .contact .info-box i {
        font-size: 32px;
        color: #68a4c4;
        border-radius: 50%;
        padding: 12px;
        border: 2px dotted #a2cce3;
    }

.contact .address i {
    font-size: 36px;
    color: #68a4c4;
    border-radius: 50%;
    padding: 10px 14px;
    border: 2px dotted #a2cce3;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .form-section {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 38px;
}

    .contact .form-section input {
        padding: 10px 15px;
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .form-section input:focus,
        .contact .form-section textarea:focus {
            border-color: #fd8b03;
        }

    .contact .form-section textarea {
        padding: 12px 15px;
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

.modal-content {
    margin-top: 5rem !important;
}

/* Contact CSS End */

/* Study Material CSS Start */
.study-section {
    padding: 50px 0;
}

    .study-section .post-title h1 {
        font-size: 40px;
        line-height: 54px;
        color: #15426c;
        font-weight: 700;
        margin: 0;
        padding: 0 0 24px 0;
        text-align: center;
    }

    .study-section .post-title p {
        text-align: justify;
    }

.featured-image {
    margin: 10px 0;
}

    .featured-image img {
        width: 100%;
    }

.text {
    /* width: 1100px; */
    text-align: left;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    /* border-bottom: 1px solid #ccc; */
    padding: 15px 0px;
}

.bg-img {
    background: linear-gradient(180deg, #004165, #0269a3b5);
    margin-bottom: 40px !important;
}

.sp-sec {
    clear: both;
    width: 100%;
    display: inline-block;
}

    .sp-sec .links {
        margin: 0px 0px 30px 0px;
        word-break: break-word;
        font-size: 18px;
    }

    .sp-sec .ncert-image img {
        width: 100%;
    }

.links p {
    margin: 0px 0px 30px 0px;
    word-break: break-word;
}

.sp-sec .links ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

    .sp-sec .links ul li:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #333;
        position: absolute;
        top: 12px;
        left: 0px;
    }

.links ul li a {
    margin: 10px 0px;
    color: #005be2;
    text-decoration: none;
    font-size: 16px;
}

    .links ul li a:hover {
        text-decoration: underline;
    }

.sp-sec h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

/* Study Material CSS End */

/* Services CSS Start */
.why-gyanacademy .why-box {
    text-align: center;
}

    .why-gyanacademy .why-box .why-icon {
        display: flex;
        align-items: center;
        border-radius: 50%;
        background-color: #efefe3;
        /* background-color: #e5e5b2; */
        border: 3px solid #ffffff;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        height: 100px;
        width: 100px;
        line-height: 90px;
        margin: 0 auto;
        transition: all 0.5s linear;
    }

        .why-gyanacademy .why-box .why-icon:hover {
            transform: translateY(-5px);
        }

        .why-gyanacademy .why-box .why-icon img {
            width: 40px;
            display: initial;
            margin: 0 auto;
        }

.why-gyanacademy a {
    text-decoration: none;
}

.why-box h5 {
    display: initial;
    font-weight: 600;
    text-align: center;
    color: #0d2735;
    font-size: 24px;
    margin: 0 auto;
}

/* Services CSS End */

/* Our Courses CSS Start */

.our-course {
    padding: 50px 0;
}

.service-grid {
    background: #fcfcfc;
}

.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 0.9;
}

.service-grid {
    background: #f6fafd;
}

.service-title h4 {
    position: relative;
    display: inline-block;
}

.service-icon {
    position: relative;
}

.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 0.9;
}

.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
    position: relative;
    transition: all 0.3s ease;
}

.about-content p {
    margin-bottom: 0;
}

.about-info-text a {
    margin-bottom: 20px;
    position: relative;
}

.service-icon i {
    font-size: 40px;
    color: #fd7b00;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.service-wrap {
    padding: 20px;
    border-radius: 5px;
    min-height: 250px;
    position: relative;
    background: #ffffff;
    transition: all 0.5s ease;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 11%);
    transition: all 0.3s ease;
}

    .service-wrap p {
        font-size: 15px;
        font-weight: 500;
    }

    .service-wrap:hover {
        box-shadow: 0 .125rem .375rem rgba(0,0,0,.05),0 .5rem 1.2rem rgba(0,0,0,.1);
    }

    .service-wrap .section-11 {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

. /*service-wrap:hover {
        transition: all 0.5s ease;
        box-shadow: 0 3px 16px 0 rgb(144 144 144 / 60%), 0 10px 40px 0 rgba(166, 173, 201, 0.4);
        border: 1px solid #fff;
        transform: scale(1.02);
    }*/
.service-wrap p {
    position: relative;
    font-weight: 500 !important;
}

.service-wrap h4 {
    font-weight: 700;
    color: #15426c;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease;
}

.service-wrap:hover h4 {
    color: #fd7b00;
    transition: all 0.3s ease;
}

.service-wrap:hover i {
    color: #013a5d;
}
/* Our Courses CSS End */

/* Marqee CSS Start */
.span_1 {
    margin: 0 0 1% 0.6%;
}

    .span_1 h2 {
        height: 45px;
        text-transform: capitalize;
        padding: 14px 10px 10px 10px;
        font-weight: 600;
        font-size: 16px;
        background-image: linear-gradient(to top, #ee1b21, #f90);
        color: #ffffff;
        border-right: 5px solid #ffc999;
        border-left: 5px solid #ffc999;
    }

.span_1 {
    height: 350px;
    border-bottom: 3px solid #f90;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 11%);
    padding-left: 0;
    padding-right: 0;
}

.span_2 {
    padding-left: 0;
    padding-right: 0;
}

.span_1 hr {
    border: none;
    border-top: #0194ca 1px solid;
}

.span_1 ul {
    margin-left: 25px;
    margin-bottom: 12px;
}

    .span_1 ul li {
        margin-bottom: 10px;
    }

        .span_1 ul li i {
            padding-right: 10px;
            color: #fd7b00;
        }

        .span_1 ul li a {
            color: #0000ee;
            font-size: 14px;
            text-decoration: none;
        }

.span_2 p a {
    color: #0000ee;
}

.span_1 ul li a:hover {
    text-decoration: underline;
}

marquee {
    border: 0px solid;
    height: 250px;
}

.span_1 img {
    width: 30px;
}

.span_2 h2 {
    height: 45px;
    text-transform: capitalize;
    padding: 14px 10px 10px 10px;
    font-weight: bold;
    font-size: 16px;
    background-image: linear-gradient(to top, #ee1b21, #f90);
    color: #ffffff;
    border-right: 5px solid #ffc999;
    border-left: 5px solid #ffc999;
}

.span_2 {
    width: 30.26%;
    display: block;
    float: left;
    margin: 0 0 1% 0.6%;
}

.span_2 {
    height: 350px;
    border-bottom: 3px solid #f90;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 11%);
}

    .span_2 hr {
        border: none;
        border-top: #0194ca 1px solid;
    }

    .span_2 p {
        margin-left: 5px;
        margin-right: 5px;
        color: #f2a807;
        font-size: 15px;
    }

/* Marqee CSS End */

.faq .accordion-button, .advance-section .accordion-button {
    width: 100%;
    box-shadow: 0 2px 10px rgb(0 86 145 / 18%);
    cursor: pointer;
    position: relative;
    padding: 20px;
    background: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 0;
    color: #124265;
    overflow: hidden;
    border-radius: 0 !important;
    border: none;
    transition: all .3s ease !important;
}

.advance-section h5 {
    color: #cb6300;
}

.accordion-button:not(.collapsed) {
    background: #005691;
    color: #fff;
}

.faq .accordion-collapse .accordion-body, .advance-section .accordion-collapse .accordion-body {
    background-color: #cce4ef;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #005691;
    border: 1px solid color-mix(in srgb, #444444, transparent 85%);
    transition: all .5s ease !important;
}

.faq .accordion-item, .advance-section .accordion-item {
    margin-bottom: 20px;
}

.card-title-desc {
    font-size: 14px;
}

/* Back to Top CSS */
.btn-whatsapp-pulse {
    background: #00c148;
    color: white;
    position: fixed;
    bottom: 50px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation: ripple-out 1.5s ease-in-out infinite;
    z-index: 99;
    transition: 0.3s;
}

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgb(0 255 95 / 60%);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse:hover {
    rotate: 30deg;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover {
    color: #fff;
}

.go-top {
    position: fixed;
    bottom: 45px;
    right: 20px;
    border-radius: 50%;
    text-decoration: none;
    color: rgb(20, 70, 141);
    background-color: #f90;
    font-size: 18px;
    padding: 12px 16px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #31353a;
    color: white;
    border: 3px solid #fe9003;
    transition: 0.3s;
    z-index: 1;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 30%);
}

    .go-top:hover {
        margin-bottom: 5px;
        background-color: #464a50;
    }

    .go-top a i {
        color: #fff;
    }

/* Back to Top CSS */

/* Thankyou CSS */
.wrapper-1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px !important;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

    .wrapper-2 h1 {
        font-size: 4em;
        color: #15426c;
        margin: 0;
        margin-bottom: 20px;
    }

    .wrapper-2 p {
        margin: 0;
        font-size: 1.2em;
        color: #000;
        font-weight: 500;
    }

.go-home {
    color: #fff;
    background: #fd7b00;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
    transition: all 0.3s linear;
}

    .go-home:hover {
        background: #15426c;
        color: #fff;
    }

/* Thankyou CSS */

.page {
    position: sticky;
    height: 72vh;
    background-image: linear-gradient( to top, #2e1753, #1f1746, #131537, #0d1028, #050819 );
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.text {
    position: relative;
    top: 0;
    color: #fff;
}

h1 {
    font-size: 48px;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #fff;
    right: 0;
    animation: starTwinkle 3s infinite linear;
}

.astronaut img {
    width: 100px;
    position: absolute;
    top: 55%;
    animation: astronautFly 6s infinite linear;
}

@keyframes astronautFly {
    0% {
        left: -100px;
    }

    25% {
        top: 50%;
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(45deg);
        top: 55%;
    }

    75% {
        top: 60%;
        transform: rotate(30deg);
    }

    100% {
        left: 110%;
        transform: rotate(45deg);
    }
}

@keyframes starTwinkle {
    0% {
        background: rgba(255, 255, 255, 0.4);
    }

    25% {
        background: rgba(255, 255, 255, 0.8);
    }

    50% {
        background: rgba(255, 255, 255, 1);
    }

    75% {
        background: rgba(255, 255, 255, 0.8);
    }

    100% {
        background: rgba(255, 255, 255, 0.4);
    }
}

/* login CSS  */
/*.login,
.image {
    min-height: 100vh;
}

    .login h3 {
        font-weight: 700;
        font-size: 3rem;
        letter-spacing: 0;
        color: #013a5d;
    }

    .login input {
        padding: 10px 20px;
    }

.bg-image {
    background-image: url("../img/login-bg.jpg");
    background-size: cover;
    background-position: center center;
}*/

.login_section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #f0f3f5;
    overflow: hidden;
}

    .login_section:before {
        content: '';
        position: absolute;
        top: -10%;
        right: 48%;
        border-radius: 50%;
        width: 2000px;
        height: 2000px;
        transform: translateY(-50%);
        background: linear-gradient(-45deg, #4481eb, #04befe);
        z-index: 6;
        transition: 1.8s ease-in-out;
    }

    .login_section .forms-container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .login_section .signin-signup {
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translate(-50%, -50%);
        width: 50%;
        display: grid;
        grid-template-columns: 1fr;
        z-index: 5;
        transition: 1s 0.7s ease-in-out;
    }

    .login_section form {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 1.5rem;
        overflow: hidden;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        transition: 0.2s 0.7s ease-in-out;
    }

        .login_section form.sign-in-form {
            z-index: 2;
        }

        .login_section form.sign-up-form {
            z-index: 1;
            opacity: 0;
        }

    .login_section .title {
        font-size: 2rem;
        color: #444;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .login_section .input-field {
        max-width: 380px;
        width: 100%;
        height: 45px;
        background-color: #ffffff;
        margin: 10px 0;
        border-radius: 50px;
        display: grid;
        grid-template-columns: 12% 85%;
        box-shadow: 1px 0 20px rgba(0, 0, 0, .05);
        padding: 0 .4rem;
    }

        .login_section .input-field i {
            text-align: center;
            line-height: 45px;
            color: #acacac;
            font-size: 1.1rem;
        }

        .login_section .input-field input {
            background: none;
            outline: none;
            border: none;
            line-height: 1;
            font-weight: 500;
            font-size: 1rem;
            color: #333;
        }

            .login_section .input-field input::placeholder {
                color: #aaa;
                font-weight: 300;
            }

    .login_section .btn {
        max-width: 380px;
        width: 100%;
        height: 40px;
        outline: none;
        border: none;
        border-radius: 50px;
        color: #fff;
        background-color: #5995fd;
        font-weight: 500;
        margin: 20px 0;
        font-size: 15px;
        transition: .5s;
        cursor: pointer;
    }

        .login_section .btn:hover {
            background-color: #4d84e2;
        }

        .login_section .btn:focus {
            color: #fff;
        }

    .login_section .social-media {
        display: flex;
        justify-content: center;
    }

    .login_section .social-text {
        padding: 1rem 0;
        font-size: 1rem;
    }

    .login_section .social-icon {
        width: 35px;
        height: 35px;
        border: 1px solid #333;
        margin: 0 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #333;
        font-size: 1.1rem;
        border-radius: 50%;
        transition: .3s;
    }

        .login_section .social-icon:hover {
            color: #4481eb;
            border-color: #4481eb;
        }

    .login_section .panels-container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .login_section .panel {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-around;
        text-align: center;
        z-index: 7;
    }

    .login_section .left-panel {
        pointer-events: all;
        padding: 3rem 17% 2rem 12%;
    }

    .login_section .right-panel {
        pointer-events: none;
        padding: 3rem 12% 2rem 17%;
    }

    .login_section .panel .content {
        color: #fff;
        transition: .9s .6s ease-in-out;
    }

    .login_section .panel h3 {
        font-weight: 600;
        line-height: 1;
        font-size: 1.8rem;
        color: #fff;
    }

    .login_section .panel p {
        font-size: 0.95rem;
        padding: 1rem 0;
    }

    .login_section .btn.transparent {
        margin: 5px 0;
        background: none;
        border: 2px solid #fff;
        width: 130px;
        height: 40px;
        font-weight: 600;
        font-size: 0.8rem;
    }

    .login_section .image {
        width: 100%;
        transition: 1.1s .4s ease-in-out;
    }

    .login_section .right-panel .content,
    .login_section .right-panel .image {
        transform: translateX(800px) !important;
    }

    .login_section.sign-up-mode:before {
        transform: translate(100%, -50%) !important;
        right: 52%;
    }

    .login_section.sign-up-mode .left-panel .image,
    .login_section.sign-up-mode .left-panel .content {
        transform: translateX(-800px) !important;
    }

    .login_section.sign-up-mode .right-panel .content,
    .login_section.sign-up-mode .right-panel .image {
        transform: translateX(0px) !important;
    }

    .login_section.sign-up-mode .left-panel {
        pointer-events: none;
    }

    .login_section.sign-up-mode .right-panel {
        pointer-events: all;
    }

    .login_section.sign-up-mode .signin-signup {
        left: 25%;
    }

    .login_section.sign-up-mode form.sign-in-form {
        z-index: 1;
        opacity: 0;
    }

    .login_section.sign-up-mode form.sign-up-form {
        z-index: 2;
        opacity: 1;
    }

    .login_section .forms-container span {
        font-size: 1rem;
    }

    .login_section .footer_copy {
        text-align: center;
        margin-top: 80px;
        font-size: 12px;
        color: #9b9b9b;
    }

/* Responsive CSS */

@media only screen and (max-width: 870px) {
    .login_section {
        min-height: 800px;
        height: 100vh;
    }

        .login_section:before {
            width: 1500px;
            height: 1500px;
            left: 30%;
            bottom: 68%;
            transform: translateX(-50%);
            right: initial;
            top: initial;
            transition: 2s ease-in-out;
        }

        .login_section .signin-signup {
            width: 100%;
            left: 50%;
            top: 95%;
            transform: translate(-50%, -100%);
            transition: 1s 0.8s ease-in-out;
        }

        .login_section .title {
            font-size: 1.5rem;
        }

        .login_section .panels-container {
            grid-template-columns: 1fr;
            grid-template-rows: 1fr 2fr 1fr;
        }

        .login_section .panel {
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
            padding: 2.5rem 8%;
        }

            .login_section .panel .content {
                padding-right: 15%;
            }

            .login_section .panel h3 {
                font-size: 1.2rem;
            }

            .login_section .panel p {
                font-size: 12px;
                padding: 0.5rem 0;
            }

        .login_section .btn.transparent {
            width: 110px;
            height: 35px;
            font-size: 0.8rem;
        }

        .login_section .image {
            width: 200px;
            transition: 0.9s 0.6s ease-in-out;
        }

        .login_section .left-panel {
            grid-row: 1 / 2;
        }

        .login_section .right-panel {
            grid-row: 3 / 4;
        }

            .login_section .right-panel .content,
            .login_section .right-panel .image {
                transform: translateY(300px) !important;
            }

        .login_section .login_section.sign-up-mode:before {
            transform: translate(-50%, 100%) !important;
            bottom: 32%;
            right: initial;
        }

        .login_section.sign-up-mode .left-panel .image,
        .login_section.sign-up-mode .left-panel .content {
            transform: translateY(-300px) !important;
        }

        .login_section.sign-up-mode .signin-signup {
            top: 5%;
            transform: translate(-50%, 0);
            left: 50%;
        }
}

@media only screen and (max-width: 576px) {
    .login_section form {
        padding: 0 1, 5rem;
        position: relative;
        top: 20px;
    }

    .login_section .left-panel {
        padding: 1rem 8%;
    }

    .login_section .image {
        display: none;
    }

    .login_section .panel .content {
        padding: 0.5rem 1rem;
    }

    .login_section .social-text {
        font-size: .8rem;
    }

    .login_section .social-icon {
        width: 30px;
        height: 30px;
    }

        .login_section .social-icon i {
            font-size: 14px;
        }

    .login_section .input-field i {
        line-height: 40px;
        font-size: 1rem;
    }

    .login_section .input-field {
        height: 40px;
        margin: 7px 0;
    }

        .login_section .input-field input {
            font-size: .9em;
        }

    .login_section .forms-container span {
        font-size: 1rem;
    }

    .login_section:before {
        bottom: 72%;
        left: 50%;
    }

    .login_section.sign-up-mode:before {
        bottom: 28%;
        left: 50%;
    }
}
/* login CSS  */

/* Gallery CSS */

.our-gallery {
    padding: 50px 0;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 2px 2px 15px 0 rgb(135 135 135 / 30%);
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: 0.85;
    cursor: pointer;
}

    .gallery-item:hover {
        opacity: 1;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gallery-content {
    font-size: 0.8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9999;
}

.lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 8% auto;
    max-width: fit-content;
}

    .lightbox-content img {
        border-radius: 7px;
        box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
        width: 100%;
        height: 75vh;
        border: 1px solid #fff;
        object-fit: cover;
    }

.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    font-size: 24px;
    top: 34%;
    cursor: pointer;
}

.lightbox-prev {
    left: 0;
}

.lightbox-next {
    right: 0;
}

    .lightbox-prev:hover,
    .lightbox-next:hover {
        opacity: 0.6;
    }

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
        gap: 10px;
    }

    .gallery-item {
        flex-basis: 49.8%;
        margin-bottom: 3px;
    }

    .lightbox-content {
        margin: 12% auto;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }

    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}

/* Gallery CSS  */
/* Footer CSS */
#footer {
    background: #2c2e33;
    color: #86898f;
    font-size: 14px;
}

.ftr-bg {
    padding-bottom: 20px;
}

.footer-newsletter {
    padding: 50px 0;
    background: #013a5d;
}

    .footer-newsletter h4 {
        font-size: 24px;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        color: #a2cce3;
    }

    .footer-newsletter p {
        color: #fff;
    }

    .footer-newsletter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border-radius: 50px;
    }

        .footer-newsletter form:focus {
            border: 2px solid #fd7b00;
        }

        .footer-newsletter form input[type="email"] {
            border: 0;
            padding: 4px;
            width: calc(100% - 100px);
            outline: none;
        }

        .footer-newsletter form input[type="submit"] {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 20px;
            margin: 3px;
            background: #58a0c7;
            color: #fff;
            transition: 0.3s;
            border-radius: 50px;
        }

.footer-top {
    background: #23262b;
    padding: 80px 0 100px 0;
}

    .footer-top .footer-links ul {
        list-style: none;
        padding: 15px 0 0 0;
        margin: 0;
    }

        .footer-top .footer-links ul li {
            padding: 12px 0;
            display: flex;
            align-items: center;
        }

        .footer-top .footer-links ul i {
            padding-right: 6px;
            color: #ffffff;
            font-size: 12px;
            line-height: 1;
        }

        .footer-top .footer-links ul a {
            position: relative;
            color: #bbb;
            transition: 0.3s;
            display: inline-block;
            line-height: 1.2;
            font-size: 15px;
            font-weight: 400;
            transition: all .3s ease;
        }

            .footer-top .footer-links ul a:hover {
                color: #fff;
            }


            .footer-top .footer-links ul a:after {
                content: "";
                position: absolute;
                bottom: -3px;
                left: 0;
                width: 0%;
                height: 1px;
                backface-visibility: initial;
                background-color: currentColor;
                transition: all 0.25s ease-in-out;
            }

        .footer-top .footer-links ul li:hover a:after {
            width: 100%;
        }

    .footer-top h4 {
        color: #ffffff;
        position: relative;
        text-transform: uppercase;
        padding: 0 0 10px;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 0px;
    }

        .footer-top h4:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 50px;
            background-color: #f90;
        }

    .footer-top .footer-contact p {
        line-height: 26px;
        color: #fff;
        font-size: 14px;
        padding: 20px 0 0 0;
    }

.footer-contact a {
    color: #fff;
    font-size: 13px;
}

.footer-top .footer-info {
    margin-bottom: 30px;
}

    .footer-top .footer-info h3 {
        font-size: 18px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        color: #a2cce3;
        font-weight: 600;
    }

    .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        color: #fff;
    }

.footer-top .social-links a {
    font-size: 16px;
    display: inline-block;
    background: #333439;
    color: #fff;
    line-height: 1.5;
    padding: 8px 0;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

    .footer-top .social-links a:hover {
        /* background: #2487ce; */
        background: #f90;
        color: #fff;
        text-decoration: none;
    }

.copyright {
    padding-top: 20px;
}

#footer .credits a:hover {
    color: #bc2d1d;
}

#footer .credits {
    text-align: right;
    /* font-size: 14px; */
    color: #86898f;
    /* line-height: 30px; */
    padding-top: 20px;
}

    #footer .credits a {
        color: #86898f;
    }

        #footer .credits a:hover {
            color: #f90;
        }
/* Footer CSS */

.sticky-contact,
.sticky-sample {
    position: fixed;
    top: 250px;
    right: 0;
    width: 35px;
    background: #fa730a;
    background-image: linear-gradient(to top, #ee1b21, #f90);
    z-index: 99;
    border-radius: 5px 0 0 5px;
    animation: 1.5s ease-in-out infinite ripple-out-sticky;
}

@keyframes ripple-out-sticky {
    0% {
        box-shadow: 0 0 0 0 #fa730a96;
    }

    100% {
        box-shadow: 0 0 0 20px #fa730a00;
    }
}

.sticky-contact.left {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.sticky-sample.right {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.sticky-sample img {
    width: 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #fa730a;
}

.sticky-contact img {
    width: 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #fa730a;
}

.footer-sticky {
    display: none;
}

/* Responsive CSS */

@media (max-width: 1200px) {
    /* header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    padding: 10px 10px 0 0;
  } */

    .feature-box {
        min-height: 285px;
    }

    .service-box {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    /* header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 10px 0 0;
  }

  .navbar .navbar-nav {
    align-items: flex-start;
    margin-left: 10px !important;
  } */

    .banner-slider .carousel .carousel-inner .carousel-caption h1 {
        font-size: 3.5em;
    }

    .animation-boxes .container .box {
        width: calc((100% / 2) - 25px);
    }

    .span_2 {
        width: 100%;
        margin: 5% 0 1% 0%;
    }

    .feature-box {
        min-height: 340px;
        padding: 12px;
    }

    .service-box {
        min-height: 430px;
    }

        .service-box h3 {
            font-size: 18px;
            margin: 15px 0px 18px;
        }

        .service-box p {
            font-size: 14px;
        }

    .span_1 {
        width: 48%;
    }

    .span_2 p {
        margin-left: 25px;
        margin-bottom: 12px;
    }

    .carousel.slide .carousel-caption {
        top: 15%;
    }

    .top-bar .topbar-title h2 {
        font-size: 30px;
    }

    .top-bar .topbar-content img {
        width: 100px;
    }

    .top-bar .topbar-title p {
        font-size: 21px;
    }

    .sub-title {
        gap: 150px;
    }

        .sub-title .title-left,
        .sub-title .title-right {
            font-size: 12px;
        }
}

@media (max-width: 768px) {
    .carousel.slide .carousel-caption {
        top: 15%;
    }

    .feature-box {
        margin-bottom: 20px;
        min-height: auto;
    }

    .section-title::after {
        left: -8%;
    }

    .top-bar .topbar-title h2 {
        font-size: 25px;
    }

    .top-bar .topbar-content img {
        width: 100px;
    }

    .top-bar .topbar-title p {
        font-size: 21px;
    }

    .sub-title {
        gap: 150px;
    }

        .sub-title .title-left,
        .sub-title .title-right {
            font-size: 12px;
        }
}

@media (max-width: 576px) {
    .login_section .footer_copy {
        margin-top: 60px;
        margin-bottom: 0;
    }
    /* header {
    position: relative !important;
  } */

    /* .banner-section {
    height: 48px;
  } */

    section.feature-section,
    .about-section,
    section.services,
    .syllabus-section,
    .block,
    section.team-section,
    .why-gyanacademy, .advance-section,
    .get-section, .faq, .contact, .service-grid {
        padding: 30px 0;
    }

    .team-section .col-sm-6.col-md-6.col-lg-3 {
        margin-bottom: 2rem !important;
    }

    .section-title {
        padding-bottom: 30px;
    }

    .banner {
        padding: 0px 0 80px 0;
    }

        .banner h1 {
            font-size: 24px;
        }

    .content-left {
        margin-bottom: 40px;
    }

    .banner h3 {
        font-size: 16px;
        padding: 8px 10px 8px 70px;
    }

        .banner h3:before {
            left: 15px;
        }

    .baner-btn,
    .baner-white-btn {
        padding: 10px 20px;
        font-size: 12px;
        min-width: 130px !important;
    }

    .banner .image-right {
        text-align: center;
    }

    .banner img {
        width: 250px;
    }

    .about-section .experience {
        left: 90px;
        min-width: 200px;
        padding: 10px 10px 10px 95px;
        min-height: 100px;
        font-size: 18px;
    }

        .about-section .experience strong {
            margin-top: 5px;
            font-size: 40px;
            line-height: 40px;
        }

        .about-section .experience .icon {
            height: 60px;
            width: 60px;
        }

    .feature-box {
        margin-bottom: 15px;
        padding: 20px;
        min-height: 200px;
        /* margin: 1px 0; */
    }

        .feature-box:hover {
            transform: none;
        }

        .feature-box i {
            margin-bottom: 0px;
        }

        .feature-box h3 {
            font-size: 18px;
        }

        .feature-box p {
            text-align: justify;
            font-size: 15px;
        }

    .about-title {
        margin-left: 0px;
    }

        .about-title h2 {
            margin-bottom: 20px;
        }

    .section-title h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .section-title p {
        font-size: 16px;
    }

    .sp-sec h2 {
        text-align: left;
    }

    .block .section-title {
        margin-bottom: 10px;
    }

    .service-box {
        margin: 0 0 20px 0;
        min-height: 0;
    }

    .span_1 {
        width: 100%;
        margin: 5% 0 1% 0%;
    }

    .team-box {
        margin: 0 18px 20px 18px;
    }

    .service-wrap {
        min-height: auto;
    }

    .about-title, .service-box, .study-section, .about-us p {
        font-size: 15px;
    }

    .about-title {
        margin-top: 50px;
    }

    .study-section .section-title {
        margin-bottom: 0px;
    }

    .about-us .section-title {
        font-size: 24px;
    }

    .social-links {
        margin-bottom: 0rem;
    }

    .team-info {
        padding: 10px;
    }

        .team-info h3 {
            margin-top: 14px;
            font-size: 18px;
        }

        .team-info p {
            font-size: 14px;
        }

    ul.social-links li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .team-box {
        padding: 10px;
    }

        .team-box .team-media img {
            width: 150px;
        }

    .faq h2 {
        font-size: 24px;
    }

    .strip-section {
        padding: 30px 0;
    }

        .strip-section h3 {
            font-size: 21px;
        }

        .strip-section .content-box {
            width: 100%;
        }

    .breadcrumbs {
        padding: 20px 0;
    }

    .docs-btn {
        text-align: left !important;
    }

    .breadcrumbs h1 {
        font-size: 18px;
    }

    .study-section .post-title h1 {
        font-size: 21px;
        line-height: 34px;
    }

    .study-section .ncert-image {
        margin-bottom: 20px;
    }

    .sp-sec h2 {
        font-size: 18px;
    }

    .links ul li a {
        font-size: 15px;
    }

    .register-sec .form-section {
        margin: 0px 0;
    }

    button {
        padding: 6px 0px;
        font-size: 16px;
    }

    .faq {
        padding: 30px 0;
    }

        .faq .accordion-button, .advance-section .accordion-button {
            font-size: 16px !important;
        }

    .services .service-box {
        position: relative;
        height: 100%;
        padding: 30px 30px;
    }

    .content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .contact .form-section {
        padding: 24px;
    }

    .wrapper-2 h1 {
        font-size: 2em;
    }

    .wrapper-1 {
        height: initial;
        max-width: 350px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px !important;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }

    .wrapper-2 p {
        font-size: 0.8em;
    }

    .go-home {
        padding: 8px 24px;
        margin: 20px 0;
    }

    .wrapper-2 {
        padding: 20px;
    }

    .page-not {
        padding: 0rem 2rem;
    }

        .page-not .page {
            margin: 1rem 0;
            font-size: 14px;
        }

        .page-not .error {
            font-size: 80px;
        }

    .page {
        height: 50vh;
    }

    .text {
        top: 0;
    }

    .page h1 {
        font-size: 3em;
    }

    .contact .button-one {
        width: 130px;
        padding: 6px 10px;
    }

    .sub-main .button-one {
        width: 130px;
        padding: 8px 14px;
    }

    .animation-boxes .container .box {
        width: calc((100% / 1) - 25px);
    }

    .block {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .login {
        min-height: 60vh;
    }

    .about-title .sub-main {
        text-align: center;
    }

        .about-title .sub-main .button-one {
            width: 158px;
        }

    .footer-top {
        padding: 30px 0 30px 0;
    }

        .footer-top h4 {
            padding: 0 0 10px;
            font-size: 16px;
        }

    .copyright {
        text-align: center;
        font-size: 11px;
        padding-top: 20px;
    }

    .go-top {
        bottom: 55px;
    }

    .btn-whatsapp-pulse {
        padding: 24px;
        bottom: 60px;
    }

    .get-section .form-section h3 {
        font-size: 34px;
    }

    .footer-top .footer-contact {
        margin-bottom: 0px;
    }

    .footer-links ul {
        padding-bottom: 20px !important;
    }

    .footer-top .footer-links ul a {
        font-size: 14px;
    }

    .footer-newsletter {
        padding: 30px 0;
    }

    #footer .credits {
        text-align: center;
        font-size: 11px;
        padding-bottom: 40px;
    }

    #footer {
        padding: 0 0 20px 0;
    }

    .sticky-sample {
        width: 25px;
    }

        .sticky-sample img {
            width: 25px;
        }

    .sticky-contact {
        width: 25px;
    }

        .sticky-contact img {
            width: 25px;
        }

    .sticky-contact,
    .sticky-sample {
        display: none;
    }

    .footer-sticky {
        display: flex;
        align-items: center;
        width: 100%;
        background: #000;
        position: fixed;
        bottom: 0;
        justify-content: space-between;
        color: #fff;
        z-index: 99;
    }

        .footer-sticky a {
            display: block;
            width: 100%;
            color: #fff;
            padding: 10px;
            background-color: #084c9d;
            font-size: 15px;
            border-right: 1px solid #fff;
            text-align: center;
        }

    .topbar-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .top-contact a {
        font-size: 12px;
    }

    .top-link a {
        font-size: 10px;
    }

    .top-contact a img {
        width: 16px;
    }

    .register-sec .button-wrapper {
        text-align: center;
    }
    /* .banner-section {
    height: 78px;
  } */

    .advance-section .col-md-6 {
        margin-bottom: 14px;
    }

    .accordion-button {
        width: 100%;
        box-shadow: 0 2px 4px rgba(0, 86, 145, 0.12);
        cursor: pointer;
        position: relative;
        padding: 20px;
        background: #ffffff;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin: 0 30px 0 0;
        border: 1px solid color-mix(in srgb, #444444, transparent 85%);
        color: #124265;
        overflow: hidden;
        border-radius: 5px !important;
        transition: all .3s ease !important;
    }

    .faq .accordion-button, .advance-section .accordion-button {
        width: 100%;
        box-shadow: 0 2px 4px rgba(0, 86, 145, 0.12);
        cursor: pointer;
        position: relative;
        padding: 20px;
        background: #ffffff;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin: 0 30px 0 0;
        border: 1px solid color-mix(in srgb, #444444, transparent 85%);
        color: #124265 !important;
        overflow: hidden;
        border-radius: 5px !important;
        transition: all .3s ease !important;
    }

    .faq .accordion-collapse .accordion-body, .advance-section .accordion-collapse .accordion-body {
        background-color: #cce4ef;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #005691;
        border: 1px solid color-mix(in srgb, #444444, transparent 85%);
        transition: all .5s ease !important;
    }

    .syllabus-section h4 {
        font-size: 18px;
    }

    .lightbox-content {
        margin: 25% auto;
    }

        .lightbox-content img {
            height: 50vh;
        }

    .lightbox-prev, .lightbox-next {
        top: 20%;
    }

    .top-bar {
        padding: 5px 0 5px 0;
    }

        .top-bar .topbar-title h2 {
            font-size: 18px;
        }

        .top-bar .topbar-content img {
            width: 80px;
            display: none;
        }

        .top-bar .topbar-title p {
            font-size: 18px;
        }

    .sub-title {
        gap: 30px;
    }

        .sub-title .title-left,
        .sub-title .title-right {
            font-size: 10px;
        }

    .g-logo {
        display: none;
    }

    .top-bar {
        position: relative;
    }

    .close-subscribe-btn .modal-header {
        line-height: 1.2;
    }

    .modal-content {
        margin-top: 2rem !important;
    }


    @media (max-width: 360px) {
        h1 {
            font-size: 4.5em;
        }

        .go-home {
            margin-bottom: 20px;
        }

        /* .section-title::after {
    left: -12%;
  } */

        .top-bar .topbar-content img {
            width: 80px;
        }

        .top-bar .topbar-title {
            line-height: 1.5;
        }

            .top-bar .topbar-title p {
                font-size: 12px;
                margin-bottom: 10px;
            }

            .top-bar .topbar-title h2 {
                font-size: 16px;
            }

        .sub-title {
            gap: 30px;
        }

            .sub-title .title-left,
            .sub-title .title-right {
                font-size: 10px;
            }

        .why-gyanacademy .why-box .why-icon {
            height: 80px;
            width: 80px;
            line-height: 80px;
            margin-bottom: 10px;
        }

        .why-box h5 {
            font-size: 18px;
        }

        .lightbox-content {
            margin: 28% auto;
        }
    }

    .btn-subscribe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        margin: 3px;
        background: #58a0c7;
        border-color: #f90;
        color: #fff;
        transition: 0.3s;
        border-radius: 50px;
    }

    .btn.btn-outline-danger {
        border-color: #f90;
        color: #fd7b00;
    }

        .btn.btn-outline-danger:hover {
            background-image: linear-gradient(to top, #ee1b21, #f90);
            color: #fff;
        }

    .close-subscribe-btn .btn-outline-danger {
        width: 100%;
    }

    .close-subscribe-btn input:focus {
        color: #000;
        background-color: #fff;
        border-color: #fe9201 !important;
        outline: 0;
        box-shadow: none !important;
    }

    .close-subscribe-btn .modal-close-btn {
        border: none !important;
        font-size: 28px !important;
        color: #fff;
        background: none !important;
    }

    .close-subscribe-btn .modal-header {
        padding: 0px 20px;
        background-image: linear-gradient(to top, #ee1b21, #f90);
        color: #fff;
    }

    .close-subscribe-btn .modal-body {
        border-bottom: 5px solid #f9710a;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .mandatory {
        color: red;
    }

    .ftr-bg {
        background: #2c2e33;
        padding: 0 0 20px 0;
        color: #86898f;
        font-size: 14px;
    }

    /*end*/

    .advance-section .section-title {
        margin-bottom: 0px;
        padding-bottom: 0 !important;
    }

    .faq button {
        font-weight: 700;
    }

    .faq .accordion-item,
    .advance-section .accordion-item {
        margin-bottom: 15px;
    }

    .faq .accordion,
    .advance-section .accordion {
        border: none;
    }

    .faq .accordion-button,
    .advance-section .accordion-button {
        width: 100%;
        box-shadow: 0 2px 4px rgba(0, 86, 145, 0.12);
        cursor: pointer;
        position: relative;
        padding: 20px;
        background: #ffffff;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin: 0 30px 0 0;
        border: 1px solid color-mix(in srgb, #444444, transparent 85%);
        color: #124265;
        overflow: hidden;
        border-radius: 5px !important;
        transition: all .3s ease !important;
    }

    /*.faq .accordion-button::after {
        background-image: url(../img/arrow-down-svg.svg) !important;
    }*/

    .faq .accordion-collapse .accordion-body,
    .advance-section .accordion-collapse .accordion-body {
        background-color: #cce4ef;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #005691;
        border: 1px solid color-mix(in srgb, #444444, transparent 85%);
        transition: all .5s ease !important;
    }

    .faq .accordion-button:not(.collapsed),
    .advance-section .accordion-button:not(.collapsed) {
        background: #005691;
        color: #fff;
    }

    .advance-section h5 {
        color: #cb6300 !important;
        font-size: 16px;
        padding-top: 2rem !important;
    }

    .advance-section ul li a {
        font-size: 18px;
    }

        .advance-section ul li a:hover {
            text-decoration: underline;
        }

    .advance-section ul li {
        list-style: inside;
    }

    .notes-links {
        /*border: 1px solid silver;*/
        padding: 0 20px;
        border-radius: 5px;
    }

    .practice-links {
        border: 1px solid silver;
        padding: 0 20px;
        border-radius: 5px;
    }

    .notes-links ul {
        border-bottom: 1px solid #f47514;
        padding-bottom: 20px;
    }

    .practice-links ul {
        border-bottom: 1px solid #f47514;
        padding-bottom: 20px;
    }

    .advance-section img {
        width: 45px;
        margin-bottom: 10px;
        margin-left: -3px;
    }

    .docs-btn {
        text-align: right;
    }

    .Cursor-Pointer {
        cursor: pointer;
    }

    .dvNotes .card {
        margin-bottom: 30px;
    }

    .custom-btn {
        width: 130px;
        height: 40px;
        color: #fff;
        border-radius: 5px;
        padding: 10px 25px;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        outline: none;
    }
