body{background-color: #fff; color: #000; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; margin: 0px; padding: 0px;}
html{scroll-behavior:smooth;}


a{
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
a:hover {
    text-decoration: none !important;
    color: #4e9ad9;
}
a:focus{outline: none;}
input:focus, textarea:focus-visible{outline: none !important; box-shadow: none !important;}


.header-top {
    background-color: #0e2343;
    color: #fff;
    padding: 5px 0px;
}
.header-top-block {
    display: flex;
    justify-content: space-between;
}
.header-top-left ul{
    display: flex;
    margin: 0px;
    padding: 0px;
}
.header-top-left ul li{
    list-style: none;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.header-top-left ul li::after{
    display: block;
    width: 1px;
    height: 15px;
    content: "";
    top: 50%;
    right: 0;
    background-color: #fff;
    position: absolute;
    transform: translateY(-50%);
}
.header-top-left ul li a{
    font-size: 13px;
    color: #fff;
}
.header-top-left ul li:last-child:after{
    display: none;
}
.header-social ul{
    display: flex;
    margin: 0px;
    padding: 0px;
}
.header-social ul li{
    list-style: none;
    margin-left: 20px;
}
.header-social ul li a{
    color: #fff;
}
.logo-wrapper img{max-height: 70px;}
.header-menu{
    background-color: #0e2343;
    color: #fff;
}
.site-navigation ul{
    padding: 0px;
    margin: 0px;
}
.site-navigation ul li a{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.header-block {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}
.header-contact ul{
    display: flex;
    padding: 0px;
    margin: 0px;
}
.header-contact {
    display: flex;
}
.header-contact-item{
    margin-left: 20px;
}
.header-contact-item:first-child{
    margin-left: 0px;
}
.header-contact-item a{
    display: flex;
    align-items: center;
    color: #0e2343;
}
.header-contact-detail {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
.header-contact-detail h6{
    margin: 0px;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
}
.header-contact-detail span{
    color: #0e2343;
    font-weight: 600;
    line-height: 14px;
	text-transform: lowercase;
}
.header-contact-icon{
    background-color: #0e2343;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}
.header-menu-block {
    display: flex;
    justify-content: space-between;
}
.header-book a.header-book-btn, .header-book button.header-book-btn{
    display: flex;
    height: 100%;
    padding: 0px 20px;
    background-color: #4e9ad9;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
    border: none;
}
.header-book-popup .modal-content{
    background-color: #0e2343;
    color: #fff;
}
.header-book-popup .btn-close{
    background: none;
    color: #fff;
}
.banner-section{
    position: relative;
}
.banner-bg{
    position: relative;
}
.banner-bg:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 0;
    content: "";
}
.banner-bg img{
    width:100%;
}
.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
}
.banner-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
}
.banner-caption h2{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.banner-caption h5{
    background-color: #0e2343;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 30px;
    position: relative;
    margin-bottom: 20px;
}
.banner-caption h5 p{
	font-size:14px;
	font-weight:400;
}
.banner-caption h5::before{
    background-color: #4e9ad9;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
a.cus-btn-border, .cus-btn-border{
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
    background-color: #0e2343;
    color: #fff;
    font-size: 14px;
    border-color: #4e9ad9;
    border-width: 0px 0px 0px 5px;
    border-style: solid;
}
a.cus-btn-dark, .cus-btn-dark{
    display: inline-flex;
    text-transform: uppercase;
    padding:10px 30px;
    position: relative;
    background-color: #0e2343;
    color: #fff;
    font-size: 14px;
    border:none;
}
a.cus-btn-light, .cus-btn-light{
    display: inline-flex;
    text-transform: uppercase;
    padding:10px 30px;
    position: relative;
    background-color: #fff;
    color: #0e2343;
    font-size: 14px;
    font-weight: 500;
    border:none;
}
.banner-link-block {
    display: flex;
    background-color: #0e2343;
    margin-top: -50px;
    position: relative;
    color: #fff;
}
a.banner-link-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 10px;
    width:25%;
}
.banner-link1{background-color: #202c45;}
.banner-link2{background-color: #1b253b;}
.banner-link3{background-color: #182134;}
.banner-link4{background-color: #151c2d;}
.banner-link-icon{margin-bottom: 10px;}
a.banner-link-item .banner-link-icon img{width: 70px;}
a.banner-link-item h6{font-size: 14px; text-transform: uppercase;text-align: center;}
a.banner-link-item h6 span{font-size: 11px;display: block;}
.home-about-section {
    padding: 90px 0px;
}
.home-about-content h2{
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0e2343;
}
.home-about-content h2 span{
    font-size: 43px;
    display: block;
}
.home-about-content ul{
    padding: 0px;
    margin-bottom: 20px;
}
.home-about-content ul li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    font-size: 15px;
}
.home-about-content ul li::before{
    content: "";
    background-color: #0e2343;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.home-about-img-block {
    position: relative;
    height: 100%;
}
.home-about-img{
    height: 100%;
}
.home-about-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-about-bg {
    position: absolute;
    right: 0;
    bottom: -50px;
}
.package-section {
    padding: 90px 0px;
    background-color: #f7f7f7;
}
.package-block{
    position: relative;
}
.package-block:first-child{
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.package-block:first-child::after{
    background-color: #ccc;
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.package-block h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.student-list {
    display: flex;
}
.student-mobile{
    display: none;
}
.student-item{
    width: 25%;
    position: relative;
    overflow: hidden;
    height: 350px;
}
.student-img {
    height: 100%;
}
.student-img img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.student-content{
    background-color: #0e2343;
    color: #fff;
    padding: 20px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    transition: ease-in-out 0.3s;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.student-item:hover .student-content{
    top: 0;
}
.student-content h5{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
	text-decoration:underline;
}
.student-content p{
    font-size: 14px;
    flex-grow: 1;
    overflow-y: auto;
}
.student-content p::-webkit-scrollbar{
    width: 5px;
}
.student-content p::-webkit-scrollbar-track {
    background: #ffffff22;
}
.student-content p::-webkit-scrollbar-thumb {
    background: #ffffff33;
}
.student-item h6{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 1;
    margin: 0px;
    color: #fff;
}
.student-item h6::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    box-shadow: 0px 0px 70px 50px #000;
    z-index: -1;
}
.student-slider-item {
    display: flex;
    height: 350px;
}
.student-slider-img{width: 50%;}
.student-slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.student-slider-content{
    background-color: #0e2343;
    color: #fff;
    width: 50%;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.student-slider-content h5 {
    font-size: 17px;
    font-weight: 600;
	text-decoration:underline;
}
.student-slider-content p{
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 5px;
}
.student-slider-content p::-webkit-scrollbar{
    width: 5px;
}
.student-slider-content p::-webkit-scrollbar-track {
    background: #ffffff22;
}
.student-slider-content p::-webkit-scrollbar-thumb {
    background: #ffffff33;
}
.student-slider .owl-prev, .student-slider .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #ffffff55 !important;
    color: #0e2343 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.student-slider .owl-prev{
    left: 0;
}
.student-slider .owl-next{
    right: 0;
}
.enquire-section {
    padding: 90px 0px;
    background-color: #f3f8f9;
}
.enquire-content h5{
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
}
.enquire-content h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.enquire-form {
    background-color: #e8f6f9;
    padding: 40px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.enquire-form p{
	margin-bottom:0px;
}
.enquire-inner{
    background-color: #fbaf40;
}
.enquire-form input, .enquire-form textarea, .enquire-form select{
    font-size: 14px;
}
.enquire-bg1 {
    position: absolute;
    width: 200px;
    top: 0;
    left: 0;
    transform: translate(-50% , -50%);
    opacity: 0.2;
    z-index: 0;
}
.enquire-bg2 {
    position: absolute;
    width: 200px;
    bottom: 0;
    right: 0;
    transform: translate(50% , 50%);
    opacity: 0.2;
    z-index: 0;
}
.enquire-form h5{
    position: relative;
}
.enquire-form form{
    position: relative;
}
.cta-section {
    position: relative;
    padding: 90px 0px;
}
.cta-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.cta-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cta-content {
    position: relative;
    color: #fff;
    text-align: center;
}
.cta-content h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}
.how-section {
    padding: 90px 0px;
    position: relative;
}
.how-bg1 {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 0;
    max-width: 120px;
}
.how-bg2 {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 0;
    max-width: 120px;
}
.how-heading {
    position: relative;
}
.how-heading h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 32px;
}
.how-list {
    position: relative;
    padding-top: 50px;
	z-index:1;
}
.how-step {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    padding: 30px;
    height: 100%;
}
.how-icon img{
    max-width: 80px;
}
.how-step-content {
    padding-top: 20px;
}
.how-step-content p{
    font-size: 14px;
}
.how-step-content h5{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.how-step-content h6{
    font-size: 16px;
}
.testimonial-section {
    position: relative;
    padding: 90px 0px;
    overflow: hidden;
}
.testimonial-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.2;
}
.testimonial-bg img{
    max-width: 300px;
}
.testimonial-block {
    position: relative;
    display: flex;
}
.testimonial-info {
    width: 25%;
}
.testimonial-slider-block{
    width: 75%;
}
.testimonial-slider{
    width: 110%;
}
.testimonial-slider-item {
    position: relative;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    width: 450px;
    min-height: 354px;
}
.testimonial-slider .item{
    padding: 40px 10px 20px 10px;
}
.testimonial-thumb {
    position: absolute;
    top: -40px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 5px 5px #ccc;
}
.testimonial-thumb img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testimonial-rating ul {
    display: flex;
    padding: 0px;
    margin: 0px;
}
.testimonial-rating ul li{
    list-style: none;
    color: #1b75bb;
    margin-right: 2px;
}
.testimonial-msg {
    padding-top: 20px;
}
.testimonial-msg h6{
    font-weight: 600;
}
.testimonial-msg p{
    font-size: 14px;
}
.testimonial-user {
    display: flex;
    align-items: center;
}
.testimonial-user-icon {
    margin-right: 10px;
    width: 60px;
}
.testimonial-user-info h5{
    font-weight: 600;
    margin-bottom: 10px;
}
.testimonial-user-info span{
    font-size: 12px;
    text-transform: uppercase;
}
.footer-main {
    padding: 50px 0px;
    background-color: #0e2343;
    color: #fff;
}
.footer-logo {
    background-color: #fff;
    width: 100%;
    max-width: 200px;
    padding: 5px;
}
.footer-logo img{
    width: 100%;
}
.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-how ul{
    padding: 0px;
    margin: 0px;
}
.footer-how ul li{
    list-style: none;
    font-size: 14px;
    line-height: 30px;
}
.footer-links ul{
    padding: 0px;
    margin: 0px;
}
.footer-links li{
    list-style: none;
    font-size: 14px;
    line-height: 30px;
}
.footer-links li a{
    color: #fff;
}
a.footer-contact-item {
    display: flex;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.footer-contact-icon {
    margin-right: 10px;
}
.footer-copy {
    background-color: #161e2b;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
.footer-copy p{
    margin: 0px;
    font-size: 14px;
}
.page-title{
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
}
.page-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-title-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-title-block{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}
.page-title-card{
    background-color: #0e2343ee;
    color: #fff;
    padding: 30px;
}
.page-title-card h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}
.page-breadcrumb ul{
    padding: 0px;
    margin: 0px;
    display: flex;
}
.page-breadcrumb ul li{
    list-style: none;
    font-size: 12px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
}
.page-breadcrumb ul li::after{
    position: absolute;
    right: 0;
    top: 50%;
    height: 15px;
    width: 1px;
    background-color: #fff;
    content: "";
    transform: translateY(-50%);
}
.page-breadcrumb ul li:last-child:after{
    display: none;
}
.page-breadcrumb ul li a{
    color: #fff;
}
.page-breadcrumb ul li a:hover{
    color: #4e9ad9;
}
.page-breadcrumb ul li p{
    margin: 0px;
}
.story-section {
    padding: 90px 0px;
}
.story-heading h2{
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #0e2343;
    margin-bottom: 30px;
}
.story-content{
    font-size: 18px;
    line-height: 30px;
}
.story-content strong{
    color: #0e2343;
}
.story-content p{
    text-align: justify;
}
.story-content ul li{
    list-style: none;
    display: flex;
}
.story-content ul li i{
    color: #1b75bb;
    margin-right: 10px;
    padding-top: 5px;
}
.story-content ul li p{
    margin-bottom: 0px;
}
.story-quote {
    background-color: #fbaf40;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    transition-duration: 0.3s;
}
.story-quote:hover{
    box-shadow: 0px 0px 30px #ccc;
}
.story-quote-icon1 {
    font-size: 36px;
    color: #1b75bb;
}
.story-quote-icon2 {
    font-size: 36px;
    display: flex;
    justify-content: flex-end;
    color: #1b75bb;
}
.story-quote-msg{
    padding: 20px 30px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.about-story-link {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.about-pride {
    padding: 90px 0px;
    position: relative;
}
.about-pride-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.about-pride-bg::after{
    background-color: #0e2343aa;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}
.about-pride-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-pride-msg{
    position: relative;
}
.about-pride-msg h3{
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}
.about-program {
    padding: 90px;
}
.about-program-content{
    font-size: 18px;
    line-height: 30px;
}
.about-program-content strong{
    color: #0e2343;
}
.about-program-content p{
    text-align: justify;
}
.about-program-content ul li{
    list-style: none;
    display: flex;
}
.about-program-content ul li i{
    color: #1b75bb;
    margin-right: 10px;
    padding-top: 5px;
}
.about-program-content ul li p{
    margin-bottom: 0px;
}
.about-mission {
    padding: 60px 0px;
    text-align: center;
    background-color: #fbaf40;
    color: #fff;
    position: relative;
}
.about-mission-heading h2{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.about-mission-content p{
    font-size: 24px;
}
.about-mission-bg{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50% , -50%);
    opacity: 0.2;
}
.how-work-section{
    padding: 90px 0px;
}
.how-work-heading{
	margin-bottom: 50px;
}
.how-work-heading h2{
    font-weight: 700;
    text-transform: uppercase;
    color: #0e2343;
    text-align: center;
    margin-bottom: 10px;
}
.how-work-step {
    display: flex;
}
.how-work-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
}
.how-work-step.how-work-right{
    flex-direction: row-reverse;
}
.how-work-title h3{
    margin-bottom: 20px;
    font-weight: 600;
    color: #0e2343;
}
.how-work-content p{
    line-height: 30px;
    text-align: justify;
}
.how-work-img {
    position: sticky;
    top: 0;
    width: 30%;
}
.how-work-left .how-work-img{
    padding-left: 30px;
    border-left: 2px solid #1b75bb;
}
.how-work-left .how-work-content{
    padding-right: 30px;
}
.how-work-right .how-work-img{
    padding-right: 30px;
    border-right: 2px solid #1b75bb;
}
.how-work-right .how-work-content{
    padding-left: 30px;
}
.how-work-content ul li{
    list-style: none;
    display: flex;
}
.how-work-content ul li i{
    color: #1b75bb;
    margin-right: 10px;
    padding-top: 5px;
}
.how-work-content ul li p{
    margin-bottom: 0px;
}
.math-doctor-section{
    background-color: #fbaf40;
    color: #fff;
    padding: 50px 0px;
}
.math-doctor-section h2{
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.take-fear-section {
    padding: 60px 0px;
    position: relative;
}
.take-fear-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.take-fear-bg::after{
    position: absolute;
    background-color: #0e2343aa;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    content: "";
    z-index: 0;
}
.take-fear-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.take-fear-section h2{
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: 700;
    line-height: 44px;
	display:flex;
	flex-direction:column;
	padding: 0px 10%;
}
.contact-section {
    padding: 90px 0px;
}
.contact-detail {
    margin-top: 40px;
}
a.contact-item {
    display: flex;
    margin-bottom: 30px;
    color: #000;
    align-items: center;
    font-weight: 600;
}
.contact-icon {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background-color: #0e2343;
    color: #fff;
    margin-right: 20px;
    border-radius: 3px;
}
.success-section {
    padding: 90px 0px;
}
.success-heading h2{
    font-weight: 700;
    color: #0e2343;
    text-transform: uppercase;
}
.success-content-detail p{
    font-size: 18px;
    line-height: 30px;
}
.success-story-list {
    padding-top: 30px;
}
.success-item {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition-duration: 0.3s;
}
.success-quote {
    flex-grow: 1;
    max-height: 250px;
    display: flex;
    flex-direction: column;
}
.success-quote-msg {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 5px;
}
.success-quote-msg::-webkit-scrollbar{
    width: 5px;
}
.success-quote-msg::-webkit-scrollbar-track {
    background: #cccccc22;
}
.success-quote-msg::-webkit-scrollbar-thumb {
    background: #cccccc44;
  }
.success-quote-icon1, .success-quote-icon2{
    color: #1b75bb;
    font-size: 18px;
}
.success-quote-icon2{
    display: flex;
    justify-content: flex-end;
}
.success-user{
    padding-top: 20px;
}
.success-user h5{
    color: #fbaf40;
    margin-bottom: 0px;
    font-weight: 600;
}
.success-user p{
    margin: 0px;
    font-size: 14px;
    color: #0e2343;
    font-weight: 500;
}
.success-item:hover{
    background-color: #fbaf40;
    color: #fff;
}
.success-item:hover .success-user h5, .success-item:hover .success-user p{
    color: #fff;
}
.math-section {
    padding: 90px 0px;
}
.math-heading h2{
    font-weight: 700;
    color: #0e2343;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.math-content {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.math-content-block {
    margin-top: 30px;
}
.math-content-block h4{
    color: #1b75bb;
    font-weight: 600;
}
.math-program-secion{
    background-color: #fbaf40;
    padding: 60px 0px;
}
.math-program-heading h2{
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.math-program-list {
    display: flex;
    margin: 0px -10px;
}
.math-program-item {
    width: 20%;
    padding: 10px;
}
.math-program-card {
    background-color: #fff;
    height: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    transition-duration: 0.3s;
}
.math-program-card:hover{
    background-color: #0e2343;
    color: #fff;
}
.math-program-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #0e2343;
    padding: 20px;
    margin-bottom: 20px;
}
.math-program-card:hover .math-program-icon{
    background-color: #fff;
    border: 2px solid #fff;
}
.math-program-icon img{
    width: 100%;
}
.math-program-title h5{
    font-weight: 700;
    margin-bottom: 0px;
}
.math-course-section {
    padding: 90px 0px;
}
.math-course-item{
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.math-course-dark {
    background-color: #fbaf40;
    color: #fff;
}
.math-course-title h4{
    text-align: center;
    font-weight: 600;
    color: #0e2343;
    margin-bottom: 20px;
}
.math-course-dark .math-course-title h4{
    color: #fff;
}
.math-course-detail{
    flex-grow: 1;
}
.math-course-detail p{
    text-align: justify;
}
.math-course-detail ul{
    padding-left: 0px;
}
.math-course-detail ul li{
    list-style: none;
    margin-bottom: 10px;
    display: flex;
}
.math-course-detail ul li i{
    color: #1b75bb;
    margin-right: 10px;
}
.math-course-link {
    text-align: center;
}
.main-section{
    padding: 90px 0px;
}
.blog-list-item {
    display: flex;
    margin-bottom: 30px;
}
.blog-list-img {
    width: 40%;
}
.blog-list-img img {
    object-fit: cover;
}
.blog-list-content {
    width: 60%;
    padding: 30px;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.blog-list-content h5 {
    color: #000000;
    font-weight: 700;
}
.blog-list-date {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-list-content p {
    line-height: 24px;
    flex-grow: 1;
    text-align: justify;
}
.sidebar-search {
    margin-bottom: 30px;
}
.sidebar-search form {
    display: flex;
    position: relative;
}
.sidebar-search form input {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0px 10px;
}
.sidebar-search form button {
    background-color: transparent;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}
.sidebar-block {
    margin-bottom: 40px;
}
.title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.title-heading {
    display: flex;
    align-items: center;
}
.title-icon {
    color: #0e2343;
    margin-right: 10px;
}
.title-heading h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.title-dark h2 {
    color: #0e2343;
}
.title-block::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background-color: #0e2343;
    width: 50px;
    content: "";
}
.sidebar-cat ul {
    margin: 0px;
    padding: 0px;
}
.sidebar-cat ul li {
    list-style: none;
    margin-bottom: 10px;
}
.sidebar-cat ul li a {
    display: block;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}
.sidebar-cat ul li i {
    color: #fbaf40;
    margin-right: 10px;
}
.popular-art {
    display: flex;
    margin-bottom: 20px;
}
.popular-art-img {
    width: 130px;
    margin-right: 20px;
}
.popular-art-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popular-art-date {
    font-size: 12px;
}
.popular-art-detail h6 {
    color: #333;
    font-weight: 700;
}
.title-link a {
    color: #0e2343;
    font-weight: 600;
}
.blog-detail {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.blog-date {
    color: #999;
    font-size: 13px;
    padding: 10px 0px;
}
.blog-date i {
    margin-right: 5px;
}
h1.blog-title {
    font-size: 30px;
    color: #0e2343;
    font-weight: 700;
}
.blog-detail {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.blog-detail p {
    line-height: 24px;
    font-size: 16px;
}
.blog-form h2 {
    font-size: 24px;
    color: #0e2343;
    text-transform: uppercase;
}
.header-menu-toggle {
    flex-grow: 1;
    padding: 7px 0px;
}
.header-menu-toggle .site-menu-toggle{
    color: #fff;
}









/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
    
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
    .header-contact{flex-direction: column;}
    .header-contact-item{margin-left: 0px;}
    .header-contact-item:first-child{margin-bottom: 10px;}
    .home-about-section {
        padding: 70px 0px;
    }
    .home-about-content h2{font-size: 40px}
    .home-about-content h2 span{font-size: 26px;}
    .home-about-bg img{width: 120px;}
    .package-section{padding: 70px 0px;}
    .package-block:first-child {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .student-desktop{display: none;}
    .student-mobile{display: block;}
    .student-slider-content p{font-size: 14px;}
    .enquire-section {
        padding: 70px 0px;
    }
    .enquire-content h5{font-size: 26px;}
    .enquire-content h6{font-size: 16px;}
    .cta-section {
        padding: 60px 0px;
    }
    .how-section {
        padding: 70px 0px;
    }
    .testimonial-section{padding: 70px 0px;}
    .testimonial-block{flex-direction: column;}
    .testimonial-info{width: 100%;}
    .testimonial-slider-block{width: 100%;}
    .testimonial-slider-item{width: auto;}
    .testimonial-slider{width: 100%;}
    .story-section {
        padding: 70px 0px;
    }
    .about-pride {
        padding: 60px 0px;
    }
    .about-program {
        padding: 70px 0px;
    }
    .page-title{height: 50vh;}
    .how-work-section {
        padding: 70px 0px;
    }
    .contact-section {
        padding: 60px 0px;
    }
    .math-section {padding: 70px 0px;}
    .math-program-list{flex-wrap: wrap;}
    .math-program-item{width: 33%;}
    .math-course-detail ul{display: flex; flex-wrap: wrap;}
    .math-course-detail ul li{width: 50%;}
    .math-course-section {
        padding: 60px 0px;
    }
    .success-section {
        padding: 70px 0px;
    }

}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {

}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
    body{font-size: 14px;}
    .header-top {display: none;}
    .logo-wrapper img {max-height: 40px;}
    .header-contact-detail {display: none;}
    .header-contact-item {margin-left: 0px;}
    .banner-link-block{margin-top: 10px; flex-wrap: wrap;}
    a.banner-link-item{width: 50%;}
    .banner-caption h5{font-size: 14px;margin-bottom: 10px;}
    .home-about-section {padding: 50px 0px;}
    .home-about-content h2{font-size: 42px;margin-bottom: 20px;}
    .home-about-content h2 span {font-size: 28px;}
    .home-about-content ul li{font-size: 14px;}
    .home-about-content {margin-bottom: 30px;}
    .package-section {padding: 50px 0px;}
    .package-block:first-child {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .student-desktop{display: none;}
    .student-mobile{display: block;}
    .home-about-bg img{width: 120px;}
    .enquire-section{padding: 50px 0px;}
    .enquire-content h5{font-size: 24px;}
    .enquire-content h6{font-size: 16px;}
    .cta-section{padding: 50px 0px;}
    .cta-content h3{font-size: 18px; margin-bottom: 20px;}
    .how-section{padding: 50px 0px;}
    .how-heading h3{font-size: 26px;}
    .how-bg1 img, .how-bg2 img{max-width: 100px;}
    .how-list{padding-top: 30px;}
    .how-step{display: flex; text-align: left; align-items: center;}
    .how-icon{margin-right: 20px;}
    .testimonial-block{flex-direction: column;}
    .testimonial-info{width: 100%;}
    .testimonial-slider-block{width: 100%;}
    .testimonial-slider{width: auto;}
    .testimonial-slider-item{width: auto;}
    .testimonial-section{padding: 50px 0px;}
    .footer-logo{margin-bottom: 30px;}
    .footer-section {
        margin-bottom: 20px;
    }
    .footer-title{margin-bottom: 10px;}
    .page-title{height: 50vh;}
    .story-content {font-size: 16px;}
    .story-quote-msg{font-size: 20px;}
    .about-program-content {font-size: 16px;}
    .about-mission-content p { font-size: 20px;}
    .story-quote-msg {font-size: 16px; text-align: justify;}
    .how-work-heading h2{margin-bottom: 30px;}
    .how-work-step {
        flex-direction: column-reverse;
    }
    .how-work-content{width: 100%;}
    .how-work-img{width: 100%; border-bottom: 2px solid #1b75bb;margin-bottom: 30px; display: flex; justify-content: center; padding-bottom: 20px;position:static;}
    .how-work-img img{max-width: 200px;}
    .how-work-left .how-work-img{border-left: none;padding-left: 0px;}
    .how-work-step.how-work-right{flex-direction: column-reverse;}
    .how-work-right .how-work-img{border-right: none; padding-right: 0px;}
    .how-work-left .how-work-content{padding-right: 0px;}
    .how-work-right .how-work-content{padding-left: 0px;}
    .take-fear-section {padding: 50px 0px;}
    .take-fear-section h2{line-height: 30px;}
    .math-program-list{flex-wrap: wrap;}
    .math-program-item{width: 50%;}
    .math-program-secion{padding: 50px 0px;}
    .math-course-section {padding: 50px 0px;}
    .blog-list-item {
        flex-direction: column;
    }
    .blog-list-img, .blog-list-content {
        width: 100%;
    }
    .main-section {
        padding: 60px 0px;
    }

}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
    

}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {

}
