@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Signika+Negative:wght@300..700&display=swap');
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Signika Negative", sans-serif;
}

[dir='ltr'] .nav-link {
    display: inline-block;
    padding: 0.5rem 10px;
}

header .header-content {
    border-bottom: 1px solid #eae5e5;
    padding: 15px 0 15px;
}

header .header-content .logo {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%
}

header .header-content .contact-add {
    margin-left: auto;
    -ms-flex: 0 0 65.5%;
    flex: 0 0 65.5%;
    max-width: 65.5%;
    list-style: none;
}

header .header-content .contact-add li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

header .header-content .contact-add li .contact-info>i {
    vertical-align: top;
    position: relative;
    top: 6px;
    color: #FBAC1C;
    font-size: 20px;
}

header .header-content .contact-add li .contact-info .contact-tt {
    max-width: calc(100% - 21px);
    display: inline-block;
    padding: 6px 0 0 10px;
}

header .header-content .contact-add li .contact-info .contact-tt>h4 {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px
}

header .header-content .contact-add li .contact-info .contact-tt>span {
    display: block;
    color: #575757;
    font-size: 14px
}

header .navigation-bar {
    padding: 5px 0 5px
}

header .navigation-bar nav {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
}

header .navigation-bar nav ul li {
    display: inline-block;
    margin-right: 0;
    position: relative
}

header .navigation-bar nav ul li:last-child {
    margin-right: 0
}

header .navigation-bar nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

header .navigation-bar nav ul li a {
    display: inline-block;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    position: relative
}

header .navigation-bar nav ul li a.nav-link {
    padding: 0.5rem 8px;
}

header .navigation-bar nav ul li a:hover {
    color: #23439C
}

header .navigation-bar nav ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 11px;
    width: 0;
    height: 4px;
    background-color: #FBAC1C;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out
}

header .navigation-bar nav ul li a.active:before,
header .navigation-bar nav ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 30px
}

header .navigation-bar nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 20px;
    margin-top: 15px;
    padding: 20px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out
}

header .navigation-bar nav ul ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 10px
}

header .navigation-bar nav ul ul li a {
    display: block;
    font-size: 16px
}

header .navigation-bar nav ul ul li a:before {
    display: none
}

header .navigation-bar nav ul ul li:last-child {
    margin-bottom: 0
}

header .navigation-bar nav ul ul ul {
    display: block;
    position: static;
    width: 100%;
    box-shadow: inherit;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin-top: 0;
    padding-left: 20px
}

.social-links li {
    display: inline-block;
    margin-right: 16px
}

.social-links li:last-child {
    margin-right: 0
}

.social-links li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #23439C
}

.social-links li a:hover {
    transform: scale(1.2)
}

.navigation-bar ul {
    margin: 0;
    padding: 0;
}

.home-page-hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.hero-img {
    float: right;
}

.hr3 img,
.hr2 img {
    animation: treeMove 4s linear 0s infinite;
}

.hr2 {
    position: absolute;
    left: 30px;
    top: 30px;
}

.hr1 {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.hr3 {
    position: absolute;
    right: 50px;
    top: 30px;
}

.hr1 img {
    animation: carMove 4s ease-in infinite;
}

.hr4 {
    position: absolute;
    right: 36%;
    top: 100px;
}

.hr4 img {
    animation: carMove 4s ease-in infinite;
}

.hero-caption {
    position: absolute;
    width: 100%;
    max-width: 450px;
    left: 25%;
    top: 150px;
    text-transform: uppercase;
    z-index: 9999;
}

.hero-caption strong {
    display: block;
    color: #FBAC1C;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: "Comic Sans MS";
    font-weight: normal;
}

.hero-caption h1 {
    display: block;
    color: #23439C;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
}

.hero-caption a {
    display: inline-block;
    background: #23439C;
    color: #fff;
}

.hero-caption a {
    display: inline-block;
    background: #23439C;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
    margin-right: 5px;
}

.hero-caption a.en-btn {
    background: #FBAC1C;
}

.hero-img {
    width: 100%;
    max-width: 900px;
}

.hero-img img {
    width: 100%;
    height: auto;
    max-width: 900px;
}

@keyframes treeMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes leafMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        transform: rotate(-2deg) translateX(5px);
    }
    50% {
        transform: rotate(-4deg) translateX(10px);
    }
}

@keyframes arrowMove {
    0%,
    100% {
        transform: rotate(0deg) translateY(0);
    }
    25%,
    75% {
        transform: rotate(-2deg) translateY(10px);
    }
    50% {
        transform: rotate(-4deg) translateY(15px);
    }
}

@keyframes carMove {
    0%,
    100% {
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        transform: rotate(-3deg) translateX(20px);
    }
    50% {
        transform: rotate(-6deg) translateX(40px);
    }
}

@keyframes airTree {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

.welcome-section {
    padding: 80px 0 40px;
}

.welcome-txt {
    text-align: center;
    margin-bottom: 40px;
}

.our-clases-slider h2,
.welcome-txt h2 {
    font-size: 42px;
    font-weight: 700;
}

.our-clases-slider h2 span,
.welcome-txt h2 span {
    color: #FBAC1C
}

.icon-box {
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    height: 200px;
    margin-bottom: 15px;
}

.icon-box img {
    margin-bottom: 15px;
}

.icon-box h3 {
    font-size: 18px;
    letter-spacing: -.5px;
}

.welcome-img {
    margin: 60px 0;
    text-align: center;
}

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

.our-clases-slider {
    background: #F4EEE5;
    position: relative;
    padding: 80px 0 0;
}

.hr5 {
    position: absolute;
    left: 50px;
    bottom: 30px;
}

.hr6 {
    position: absolute;
    right: 50px;
    bottom: 70px;
}

.hr7 {
    position: absolute;
    right: 50px;
    top: 70px;
}

.hr5 img {
    animation: carMove 4s ease-in infinite;
}

.hr6 img {
    animation: leafMove 4s ease-in infinite;
}

.hr7 img {
    animation: arrowMove 4s ease-in infinite;
}

.class-box {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.cb-thumb {
    border-bottom: 6px solid #23439C;
    position: relative;
}

.cb-thumb span {
    background: #FBAC1C;
    color: #fff;
    padding: 5px 12px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.cb-txt {
    padding: 20px;
}

.cb-txt h6 {
    margin-bottom: 10px;
}

.cb-txt .chap {
    font-size: 11px;
    background: #f1f1f1;
    padding: 3px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
    display: inline-block;
}

.cb-txt ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: flex;
}

.cb-txt ul li {
    font-size: 14px;
    font-weight: 500;
    width: 50%;
}

.cb-txt a.rm-btn {
    background: #23439C;
    color: #fff;
    padding: 7px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.cb-txt p {
    font-size: 16px;
    color: #2b2b2b;
    margin: 0 0 20px 0;
}

body .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

a.all-cl {
    position: absolute;
    right: 0;
    top: 0;
    background: #155799;
    color: #fff;
    border-radius: 50px;
    padding: 13px 30px 13px 60px;
}

.title-bar {
    position: relative;
    margin: 0 0 30px;
}

.all-cl i {
    position: absolute;
    left: 8px;
    background: #fff;
    border-radius: 100%;
    color: #155799;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 8px;
    text-align: center;
}

.homepage-school-section {
    background: #A5DBEA;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.vboy {
    position: absolute;
    right: 50px;
    bottom: 180px;
}

.vboy img {
    height: 250px;
}

.cycle {
    position: absolute;
    left: 50px;
    bottom: 180px;
}

.svbg {
    background: url(schooldraw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 75px;
}

.home-features {
    background: #60AAA4;
    padding: 80px 0;
}

.hf-title {
    text-align: left;
}

.hf-title h2,
.hf-title strong {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}

.vround {
    position: absolute;
    left: 50px;
}

.vround img {
    width: 270px;
    height: auto;
}

.fly {
    position: absolute;
    right: 50px;
    top: 0;
}

.home-features {
    position: relative;
}

.fbox {
    text-align: center;
}

.fbox .ficon {
    margin-bottom: 15px;
}

.fbox .ficon img {
    width: 150px;
    height: auto;
}

.fbox h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.fbox p {
    color: #fff;
    font-size: 16px;
}

.col-md-3.fbox1,
.col-md-3.fbox2,
.col-md-3.fbox3,
.col-md-3.fbox4 {
    position: relative;
}

.col-md-3.fbox4,
.col-md-3.fbox2 {
    margin-top: 150px;
    position: relative;
}

.col-md-3.fbox1:after {
    background: url(../images/arrowd.png);
    content: "";
}

.col-md-3.fbox3:after,
.col-md-3.fbox1:after {
    background: url(../images/arrowd.png);
    content: "";
    position: absolute;
    right: -62px;
    top: 100px;
    width: 98px;
    height: 57px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.col-md-3.fbox2:after {
    background: url(../images/arrowup.png);
    content: "";
    position: absolute;
    right: -45px;
    top: -30px;
    width: 98px;
    height: 57px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.home-testimonials {
    padding: 80px 0;
    background: #FCF7EE;
}

.home-testimonials .hf-title {
    text-align: center;
    margin-bottom: 30px;
}

.home-testimonials .hf-title strong {
    color: #88B520;
}

.home-testimonials .hf-title h2 {
    color: #000;
}

.slide-bg {
    display: block;
    background: url(../images/reviews-bg1.svg) no-repeat;
    width: 100%;
    height: 250px;
    text-align: center;
    padding: 80px 80px 0 80px;
    color: #fff;
}

.home-testimonials .container-fluid {
    max-width: 1500px;
    margin: 0 auto;
}

.tname img {
    max-width: 50px;
    border-radius: 100%;
    background: #23439C;
    padding: 5px;
    float: left;
    margin-right: 15px;
}

.tname strong {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
}

.footer-widgets-wrapper {
    padding: 80px 0 80px;
    position: relative;
    z-index: 9;
}

.footer-widgets-wrapper .single-footer-widget .footer-logo {
    margin-bottom: 30px;
    display: block;
}

.footer-widgets-wrapper .footer-content .social-wrapper a {
    background: #FFF0E5;
    margin-right: 10px;
}

.footer-widgets-wrapper .footer-content .social-wrapper a:hover {
    background: #FAB433;
    color: #fff;
}

.social-wrapper a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
    transition: all 0.4s;
    font-size: 16px;
    color: var(--text);
    font-family: "Nunito", sans-serif;
}

.footer-widgets-wrapper .single-footer-widget .list-contact li i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    color: var(--p4-clr);
    font-size: 16px;
    line-height: 2;
}

.footer-widgets-wrapper .single-footer-widget .list-contact li {
    display: flex;
    gap: 13px;
    line-height: 40px;
}

.footer-widgets-wrapper .single-footer-widget .list-contact li .lited {
    max-width: 168px;
    color: var(--text);
}

footer.footer-section {
    background: #F2F7FD;
}


/* About Us Page Start */

.about-banner {
    background: url(../images/about-bannerbg.png) no-repeat bottom center;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
}

.about-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.about-company {
    padding: 80px 0;
}

.about-title strong {
    color: #F25334;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}

.about-title h2 {
    color: #0B2038;
    display: block;
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}

.about-company p {
    color: #575757;
    font-size: 18px;
    line-height: 28px;
}

.about-company ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-company ul li h6 {
    color: #0B2038;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-company ul li.e1 i {
    color: #75C137;
    margin-right: 5px;
    font-size: 20px;
}

.about-company ul li.e2 i {
    color: #FFAA23;
    margin-right: 5px;
    font-size: 20px;
}

.fact-section {
    background: url(../images/about-factbg.png) no-repeat bottom center;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 200px 0 0;
    height: 575px;
}

.fact-box {
    text-align: center;
}

.fact-box img {
    margin-bottom: 30px;
}

.fact-box h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.fact-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.about-programs {
    padding: 80px 0;
}

.ab-pro-box {
    text-align: center;
    padding: 40px 30px;
}

.ab-pro-box.b1 {
    background: url(../images/probg.svg) no-repeat top center;
}

.ab-pro-box.b2 {
    background: url(../images/probg2.svg) no-repeat top center;
}

.ab-pro-box.b3 {
    background: url(../images/probg3.svg) no-repeat top center;
}

.ab-pro-box.b4 {
    background: url(../images/probg4.svg) no-repeat top center;
}

.picon img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}


/* About Us Page End */


/****************  Contact Page Start  ****************/

.contact-banner {
    background: url(../images/contactbg_new.png) no-repeat;
    text-align: center;
    padding: 50px 0;
    background-size: cover;
}

.plan-banner h1,
.contact-banner h1 {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
}

.contact-page {
    padding: 80px 0;
}

.contact-form {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #222;
    background-color: #FAF5F2;
    background-clip: padding-box;
    border: 1px solid #FAF5F2;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form textarea.form-control {
    margin-bottom: 20px;
}

[dir='ltr'] .form-group {
    margin-bottom: 20px;
}

[dir='ltr'] .btn-primary {
    color: #fff;
    background-color: #FCB639;
    border-color: #FCB639;
}

[dir='ltr'] .btn-primary:hover {
    color: #fff;
    background-color: #23439C;
    border-color: #23439C;
}

.contact-box {
    text-align: center;
    height: 220px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 30px 30px;
}

.contact-box strong {
    display: block;
    color: #7E8185;
    font-size: 18px;
    margin-bottom: 15px;
}

.col-md-4.nop {
    padding: 0;
}

.contact-map .map-iframe {
    width: 100%;
    border: 0;
}

.contact-details .container {
    position: relative;
    z-index: 999;
}

.contact-box i {
    font-size: 50px;
    text-align: center;
    display: block;
    margin: 0 0 20px;
    color: #2390FF;
}

.contact-box.c1 i {
    color: #F25334;
}

.contact-box.c2 i {
    color: #2390FF;
}

.contact-box.c3 i {
    color: #75C137;
}

.plan-banner {
    background: url(../images/plans.png) no-repeat;
    text-align: center;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.plans-page {
    background: url(../images/plansbg.jpg) no-repeat;
    background-size: cover;
    margin-top: -40px;
    padding: 80px 0 40px;
}

.pricing-box {
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-radius: 24px;
    padding-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.cta-section .plane-shape {
    position: absolute;
    left: 50px;
    top: 60%;
    animation: rounded 5s linear infinite;
}

.cta-section .pencil-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta-wrapper .cta-image {
    text-align: right;
    margin-bottom: -120px;
    position: relative;
    z-index: 9;
}

.cta-wrapper .cta-image .cta-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cta-section.fix.section-padding.bg-cover {
    background: url(../images/cta-bg.jpg) no-repeat #71A5B2;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}

.cta-section h2 {
    font-size: 48px;
}

[dir='ltr'] .cta-btn {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #23439C;
    font-size: 16px;
    font-weight: 700;
    padding: 22px 40px;
    transition: all 0.4s ease-in-out;
    border-radius: 22px;
    position: relative;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
}

a.try-btn:hover,
.cta-btn:hover {
    background-color: #23439C;
    color: #fff;
}

.cta-section .section-title span {
    font-size: 18px;
}

.main-cta-wrapper {
    position: relative;
    z-index: 9;
    padding: 135px 0;
}

.main-cta-wrapper .cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F39F5F;
    transition: all 500ms ease;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1170 485"><path d="M93.3383 50.2529C66.3045 51.6585 41.1387 60.7949 23.6656 75.5536C6.19249 90.3123 -2.15943 109.444 0.478019 128.654L38.7211 404.697C43.6663 440.539 85.4259 468.182 136.197 469.198L941.937 484.972C988.862 485.909 1030.4 463.653 1042.16 431.403L1166.78 89.5314C1174.91 67.1981 1167.44 43.4592 1146.67 25.7331C1125.9 8.00706 1094.36 -1.51972 1062.05 0.198227L93.3383 50.2529Z" /></svg>');
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.free-test-cta {
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

.main-cta-wrapper .cta-shape {
    position: absolute;
    left: 15%;
    bottom: 10%;
}

.main-cta-wrapper .plane-shape {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.main-cta-wrapper .pencil-shape {
    position: absolute;
    top: 30%;
    left: 5%;
    opacity: 0.5;
    animation: rounded 5s linear infinite;
}

.main-cta-section .plane-shape {
    position: absolute;
    top: -50px;
    right: 20px;
}

a.try-btn {
    background: #fff;
    display: inline-block;
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 35px;
    color: #000;
    font-weight: 600;
    margin: 15px 0 0;
    transition: all 0.4s ease-in-out;
}

.badal {
    overflow: hidden;
}

.badal img {
    width: 100%;
    height: auto;
}


/* School Start */

.school-hero {
    background: url(../images/schoolbg.png) no-repeat center bottom;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}

.school-hero h1 {
    color: #fff;
    font-size: 48px;
}

.explore-wrap {
    padding: 50px 0;
}

.school-thumb {
    background: #feeeeb;
    border-radius: 15px;
    border: 8px solid #fff;
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 20px;
    width: 88%;
    margin: 0 auto;
    height: 232px;
}

.school-name-wrap {
    background: #feeeeb;
    border-radius: 36px;
    height: 200px;
    padding: 60px 20px 0;
    text-align: center;
    margin-top: -30px;
}

.ex-classes {
    padding: 0 0 60px;
}

.school-name-wrap h3 {
    font-size: 24px;
    margin: 0 0 20px;
}

.school-name-wrap a {
    background: #F25334;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    transition: all ease 0.3s;
}

.class-list {
    border-radius: 15px;
    border-top: 10px solid #FBAC1C !important;
    border: 1px solid #ccc;
    padding: 35px;
}

.class-list ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #F25334;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
}

.class-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.class-list ul li {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.class-list ul li a {
    float: right;
    background: #F25334;
    color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 10px;
}

.school-thumb img {
    width: 100%;
    border-radius: 20px;
}

.class-page-wrapper {
    position: relative;
    background: url(../images/whiteclouds.png) no-repeat #FFF0D4 top center;
    background-size: contain;
}

.class-hero {
    text-align: center;
    padding: 100px 0 0;
}

.class-hero h1 {
    margin: 0 0 20px;
    font-size: 48px;
}

.class-hero p {
    max-width: 750px;
    margin: 0 auto;
    color: #666;
}

.classes-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border-top: 10px solid #155799 !important;
    border: 1px solid #ccc;
}

.class-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

.class-title i {
    color: #FBAC1C;
    margin-right: 10px;
}

.classes-wrapper .topgrade {
    background: #fff;
    padding: 10px 20px 10px 60px;
    color: #000;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 0 0 10px;
    overflow: hidden;
}


/* .classes-wrapper .topgrade[aria-expanded="true"] {
    background: #FBAC1C;
    color: #fff;

} */

.classes-wrapper .topgrade[aria-expanded="true"] {
    background: #FBAC1C;
    color: #fff;
    border-color: #FBAC1C;
}

.classes-wrapper .class-numbers {
    background: none;
}

.classes-wrapper .topgrade i.fas.fa-book {
    background: #FBAC1C;
    width: 51px;
    height: 51px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 51px;
    text-align: center;
    color: #fff;
}

.class-numbers .card.card-body1 {
    background: #D0E9FB;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.classes-wrapper .class-numbers .card.card-body {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.class-numbers ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    overflow: hidden;
}

.class-numbers ul li:first-child {
    border-radius: 10px 10px 0 0;
}

.class-numbers ul li:last-child {
    border-radius: 0 0 10px 10px;
}

.class-numbers .topic-name {
    line-height: 34px;
}

.class-numbers .start-btn button,
.class-numbers .start-btn a {
    background: #FBAC1C;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

i.mnum {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 100%;
    font-style: normal;
    line-height: 34px;
    font-size: 12px;
    font-weight: 600;
}

i.mnumm {
    display: inline-block;
    color: #000;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 100%;
    font-style: normal;
    line-height: 34px;
    font-size: 12px;
    font-weight: 600;
}

.class-numbers ul li:last-child {
    border: 0;
}

.class-numbers ul li:nth-child(odd) {
    color: #222;
    background: rgba(0, 0, 0, .03);
}

.class-numbers ul li:nth-child(even) {
    color: #222;
    background: rgba(0, 0, 0, .09);
}

.classes-wrapper .class-numbers .class-level-test .card.card-body {
    border: 0;
    padding: 0;
}

.classes-wrapper .card.card-body .topgrade i.fas.fa-book {
    background: #23439C;
}

.classes-wrapper .card.card-body .topgrade[aria-expanded="true"] {
    background: #23439C;
    color: #fff;
}

.classes-wrapper .card.card-body .topgrade[aria-expanded="true"] {
    background: #23439C;
    color: #fff;
    border-color: #23439C;
}

.class-numbers ul .topgrade {
    margin: 15px 0;
}


/* School End */

.quiz-hero {
    background: url(../images/quizbg.png) no-repeat center bottom;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    border-bottom: 10px solid #0E6BA8;
}

.quiz-hero h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.quiz-hero h1 strong {
    display: block;
    margin-bottom: 10px;
}

.quiz-hero h1 span {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.quiz-wrap {
    width: 100%;
    padding: 60px 0;
}

.quiz-wrap .quiz-intro {
    padding: 20px;
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
}

.quiz-wrap .card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px 0 rgba(50, 50, 93, 0.07), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
}

.quiz-wrap .card .card-header {
    /*
     */
    /* background-color: #FBAC1C;
    color: #fff; */
    /* background-color: #FFE8E8; */
    background-color: #6dc3db;
    color: #fff;
}

.quiz-wrap .card h6.ques {
    font-size: 20px;
    color: #0000cc;
    margin: 0 0 20px;
}

.qstatement {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    margin: 0 0 15px;
    padding: 10px 15px;
}

#appentQuestion .qstatement .form-check {
    margin: 0;
    position: relative;
}

.card-footer .btn.btn-success {
    background-color: #23439C;
    border-color: #23439C;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    word-spacing: 1px;
    transition: all ease-in-out 0.3s;
}

.card-footer .btn.btn-success:hover {
    background-color: #FBAC1C;
    border-color: #FBAC1C;
    color: #fff;
}

[dir='ltr'] .card-footer {
    /* background-color: #f1f1f1; */
}

.form-check input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.form-check label {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding: 0 0 0 45px;
    /* height: 30px; */
    min-height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.form-check:hover label {
    color: #000;
}

.form-check .check {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.form-check:hover .check {
    border: 5px solid #ccc;
}

.form-check .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.form-check input[type=radio]:checked~.check {
    border: 5px solid #23439C;
}

.form-check input[type=radio]:checked~.check::before {
    background: #23439C;
}

.form-check input[type=radio]:checked~label {
    color: #23439C;
}

body .urdu .form-check .form-check-label {
    line-height: 26px;
    margin: 0;
    padding-right: 50px;
}

#appentQuestion p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0 0 30px;
}

.urdu#appentQuestion p {
    line-height: 50px;
    font-size: 20px;
    color: #000;
}

h6.ur-title {
    font-family: "Noto Nastaliq Urdu", serif;
    font-size: 20px;
    color: #23439C;
    margin: 20px 0 40px;
    line-height: 50px;
}

.urdu .form-check .check,
.form-check.ur .check {
    left: inherit;
    right: 0;
}

.quiz-wrap .container.page__container {
    max-width: 1300px;
}

.side-quiz-list ul li {
    line-height: 40px;
    border: 1px solid #9ca3af;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    border-bottom: 10px solid #9ca3af;
    border-radius: 3px;
    overflow: hidden;
    margin: 3px;
}

.side-quiz-list ul {
    padding: 20px;
    margin: 0;
    list-style: none;
    text-align: center;
}

.side-quiz-list ul li.correct {
    border: 1px solid #5CB85C;
    border-bottom: 10px solid #5CB85C;
    color: #5CB85C;
}

.side-quiz-list ul li.correct a {
    color: #5CB85C;
}

.side-quiz-list ul li.wrong a {
    color: red;
}

.side-quiz-list ul li.wrong {
    border: 1px solid red;
    border-bottom: 10px solid red;
    color: red;
}

.side-quiz-list .modal-body ul {
    text-align: left;
}

.side-quiz-list .modal-body ul li {
    width: 100%;
    text-align: left;
    padding: 0 20px;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.05);
    border-top: 1px solid #ccc;
    padding: 15px 0 0;
}

span.ddby {
    float: right;
}

[dir='ltr'] .form-check {
    padding-left: 0;
}

.pricing-box.basic {
    position: relative;
}

.pricing-table-round .price-header:after {
    background: url(../images/wbadal.png) no-repeat top center;
    content: "";
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 100px;
    position: absolute;
    background-size: 100%;
}

.pricing-table-round .price-header {
    position: relative;
}

.pricing-table-round .price-header {
    padding: 60px 0 100px;
}

.pricing-table-round .price-tag {
    background: rgba(0, 0, 0, .3);
    position: relative;
    z-index: 99;
    margin: 30px auto 0;
}

.media-body.coin-bar {
    position: relative;
}

.coins-count {
    position: absolute;
    right: 15px;
    top: 0;
    /* width: 250px */
}

.coins-list {
    float: left;
}

.coin-num {
    float: right;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 10px;
}

.coins-list img {
    width: 30px;
    height: auto;
    margin: 0 0 0 -20px;
}

.navigation-bar a.navbar-brand {
    display: none;
}

[dir='ltr'] .navbar {
    padding: 0;
}

[dir='ltr'] .navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 7px;
    padding-left: 7px;
}

.page-wrap {
    width: 100%;
    float: left;
}

@media (min-width: 1px) and (max-width: 1024px) {
    [dir='ltr'] .layout-sticky-subnav .mdk-header-layout {
        overflow: hidden;
    }
    .page-wrap header {
        background: #f1f1f1;
        margin: 0 0 20px;
    }
    .col-md-3.fbox4,
    .col-md-3.fbox2 {
        margin-top: 30px;
        position: relative;
    }
    .pricing-box {
        margin-bottom: 30px;
    }
    .fly,
    .hero-caption {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .navigation-bar a.navbar-brand {
        display: block;
    }
    ul.social-links.ml-auto,
    .header-content.d-flex.flex-wrap.align-items-center {
        display: none !important;
    }
    header .header-content .contact-add,
    header .header-content .logo {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0;
        padding: 0;
    }
    header .header-content .contact-add li .contact-info .contact-tt>span {
        font-size: 10px;
    }
    header .header-content .contact-add li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .explore-wrap .higbox {
        margin-right: auto;
        margin-left: auto;
    }
    footer.footer-section {
        overflow: hidden;
    }
    strong.topic-name {
        font-size: 12px;
    }
    .classes-wrapper {
        padding: 10px;
    }
    .quiz-intro a.start {
        font-size: 18px;
    }
    .urdu#appentQuestion p {
        line-height: 40px;
        font-size: 15px;
        color: #000;
    }
    .quiz-intro,
    .side-quiz-list {
        margin-bottom: 30px;
    }
}

footer.footer-section {
    clear: both;
}