html {
    scroll-behavior: smooth;
    counter-reset: section;   
}
:root{
    --font-primary: 'DM Sans', sans-serif;
    --font-secondary: 'Inter', sans-serif;
    --color-primary: #036;
    --color-secondary: #0d6efd;
    --color-third: #d00b17;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--font-secondary)
}
/* =====typography=====*/
a, i, button{
    transition: all 0.3s ease;	
}
a, a:hover{
    text-decoration: none;	
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--font-primary);
}
img{
    object-fit: cover;
    transition: all 0.5s ease;
    max-width: 100%;
    height: auto;		
}
.sp-tb{
    padding: 5% 0;
}
.sp-t{
    padding-top: 5%;
}
.sp-b{
    padding-bottom: 5%;
}
.maincontainer{
    width: 86%;
    margin: 0 auto;
    max-width: 1600px;
}
#page{
    max-width: 1800px;
    margin: 0 auto;
}
section ul, header ul, footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-heading span{
    font-size: 17px;
    color: var(--color-secondary);
}
.section-heading h2{
    font-size: 40px;
    font-weight: 700;
    color: var(--color-primary);
}
.btn-one{
    display: inline-block;
    background-color: var(--color-third);
    padding: 8px 24px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s ease-in-out;;
}
.btn-one:hover{
    background-color: var(--color-secondary);
    color: #fff;
}
.mb{
    margin-bottom: 24px;
}
.mt{
    margin-top: 24px;
}
.entry-title{
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 1rem;
}
.entry-content p{
    text-align: justify;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    font-size: 22px;
    font-weight: 700;
}
.post-thumbnail{
    margin-bottom: 24px;
}

/* =====section header starts====== */
.header-top{
    padding: 10px 0;
}

.hdr-contact li{
    padding-left: 24px;
    position: relative;
    margin: 8px 0;
}
.hdr-contact li a{
    color: #222;
    font-weight: 600;
    display: inline-block;
    line-height: normal;
}
.hdr-contact li a:hover{
    color: var(--color-third);
}
.hdr-contact li i{
    position: absolute;
    top: 3px;
    left: 0;
    color: var(--color-third);
}
.header-btm{
    background-color: var(--color-primary);
}
.header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    padding: 0 15px;
    font-size: 16px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1{
    padding-top: 20px;
}
/* =====section header ends====== */

/* =====section hero slider starts===== */
.heroSlider img{
    height: 700px;
    width: 100%;
}
.swiper-button-next , .swiper-button-prev {
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
}
/* =====section hero slider ends===== */

/* =====section message starts===== */
.msg-image{
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 16px;
}
.msg-image img{
    border-radius: 10px;
}
.message-block h2{
    font-weight: 700;
    font-size: 28px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}
.message-block h2::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0;
    width: 50px;
    height: 3px;
    background-color: var(--color-secondary);
}
.message-block h3{
    color: var(--color-primary);
    font-weight: 600;
    font-size: 24px;
}
.message-block p{
    text-align: justify;
}
/* =====section message ends===== */

/* =====section notice starts===== */
.message .notice-block{
    margin-left: 24px;
}
.notice-block{
    border-radius: 16px;
    overflow: hidden;
}
.notice-top{
    background-color: var(--color-primary);
    color: #fff;
    padding: 20px;
}
.notice-page .notice-top{
    background-color: var(--color-secondary);
}
.notice-top h2{
    font-size: 18px;
    font-weight: 600;
}
.notice-top a{
    color: var(--color-secondary);
}
.notice-inner{
    padding: 20px;
    background-color: #f5f5f5;
}
.notice-inner li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.notice-inner .ntitle{
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
    transition: all 0.3s ease;
}
.notice-inner .ntitle:hover{
    color: var(--color-secondary);
}
.pdate{
    color: #666;
}
.pdate i{
    color: #444;
}
/* =====section notice ends===== */

/* =====section service starts ===== */
.services-wrapper{
    position: relative;
    background-position: center;
    background-size: cover;
}
.services-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #03182ded;
}
.serviceSlider .service-card{
    height: auto;
    padding: 30px 20px;
    border-radius: 16px;
    overflow: hidden;
}
.serviceSlider .service-card:nth-child(odd){
    background-color: #3e4067a1;
}
.serviceSlider .service-card:nth-child(even){
    background-color: #d00b178f;
}
.service-card img{
    width: 80px;
    filter: brightness(0) invert(1);
}
.service-card h2{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin: 10px 0 16px;
}
.service-card p{
    color: #fff;
    text-align: center;
}
.service-card .link{
    background-color: #d00b17;
    padding: 8px 24px;
    display: inline-block;
    border: 1px solid #d00b17;
    transition: all .3s ease-in-out;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.service-card .link:hover{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.serviceSlider .swiper-pagination{
    position: relative;
    margin-top: 1rem;
}
.serviceSlider .swiper-pagination-bullet{
    height: 12px;
    width: 26px;
    border-radius: 20px;
    background-color: #fff;
}
.serviceSlider .swiper-pagination-bullet-active{
    background-color: var(--color-secondary);
}
/* =====section service ends===== */


/* =====section news starts===== */
.news-card{
    height: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    transition: all .3s ease-in-out;
}
.news-card .image{
    overflow: hidden;
}
.news-card .image img{
    width: 100%;
    height: 300px;
}
.news-card:hover{
    border-color: #555;
}
.news-card:hover .image img{
    transform: scale(1.2);
}
.news-card .text{
    padding: 20px;
}
.news-card .pdate{
    color: #333;
}
.news-card .pdate i{
    color: var(--color-secondary);
}
.news-card .ntitle{
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 16px;
    transition: all .3s ease-in-out;
}
.news-card .ntitle:hover{
    color: var(--color-secondary);
}
.news-card p{
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;	
}
.newsSlider .swiper-pagination{
    position: relative;
    margin-top: 1rem;
}
.newsSlider .swiper-pagination-bullet{
    height: 12px;
    width: 26px;
    border-radius: 20px;
    background-color: #222;
}
.newsSlider .swiper-pagination-bullet-active{
    background-color: var(--color-secondary);
}
.related-heading{
    font-size: 24px;
    font-weight: 700;
}
/* =====section news ends===== */

/* =====section video starts===== */
.video-wrapper{
    overflow: hidden;
}
.video{
    padding: 10%;
    text-align: center;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-btn {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.play-btn i {
    color: #1cb3f2;
    font-size: 40px;
    z-index: 1;
}
.play-btn::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #fff;
}
.play-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #1cb3f2;
    z-index: -1;
    animation: pulseOuter 2s ease-out infinite;
}
.play-btn::after {
    animation-delay: 1s;
}
@keyframes pulseOuter {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.video-intro{
    background-color: var(--color-primary);
    color: #fff;
    padding: 10%;
}
.video-intro h2{
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.video-intro h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0;
    width: 50px;
    height: 3px;
    background-color: var(--color-secondary);
}
.video-intro p{
    text-align: justify;
}
/* =====section video ends===== */

/* =====section gallery starts===== */
.gal-image{
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.gal-image img{
    width: 100%;
    height: 300px;
}
.gal-image i{
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--color-third);
    border: 2px solid #fff;
    color: #fff;
}
.gal-image:hover img{
    transform: scale(1.2);
}
.gallerySlider .swiper-wrapper {
    transition-timing-function: linear !important;
}
/* =====section gallery ends===== */

/* ===== section testimonial starts===== */
.testimonial{
    background-color: #f1f1f1;
}
.test-card{
    background-color: #fff;
    border-radius: 1rem;
    padding: 30px;
}
.test-image{
    text-align: center;
}
.test-image img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.test-title{
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.test-designation{
    color: var(--color-secondary);
    font-size: 18px;
}
.test-card p{
    text-align: justify;
    margin: 1rem 0 1rem;
}
.feedback{
    position: relative;
    z-index: 1;
}
.feedback i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 140px;
    z-index: -1;
    color: #00000014;
}
.testimonialSlider{
    margin-right: 30px;
}
.testimonialSlider .swiper-button-next, .testimonialSlider .swiper-button-prev {
    color: var(--color-primary);
    height: 44px;
    line-height: 44px;
    width: 44px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    padding: 12px;
    position: relative;
    left: unset;
    right: unset;
    margin: 1rem 8px 0;
}
.testimonialSlider .swiper-slide{
    height: auto;
}
.google-map{
    height: 100%;
    position: relative;
    min-height: 360px;
    border-radius: 1rem;
    overflow: hidden;
}
.google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* ===== section testimonial ends ===== */

/* =====section footer starts===== */
.site-footer{
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 5% 0 3%;
}
.site-footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #003366f2;
    z-index: -1;
}
.ft-title{
    font-size: 22px;
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
.ft-inner li{
    margin-bottom: 6px;
    position: relative;
}
.ft-inner li a{
    color: #ddd;
}
.ft-inner li a:hover{
    color: var(--color-secondary);
}
.ft-news li{
    padding-left: 24px;
}
.ft-news li::before{
    content: '\f0da';
    position: absolute;
    font-family: "Font Awesome 7 Free";
    font-weight: 800;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
}
.ft-media li:not(:last-child){
    border-bottom: 1px dashed #27507a;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.ft-media li i{
    margin-right: 5px;
}
.contact-inner li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}
.contact-inner li i{
    position: absolute;
    top: 3px;
    left: 0;
    color: #fff;
}
.contact-inner li .clabel{
    display: block;
    font-weight: 600;
    color: #fff;
}
.contact-inner.light li .clabel{
    color: #fff;
}
.contact-inner li a,
.contact-inner li .cdet{
    color: #ddd;
}
.contact-inner li a:hover{
    color: var(--color-secondary);
}
.contact-info .contact-inner li a:hover{
    color: #fff;
}
.facebook{
    position: relative;
    height: 300px;
}
.facebook iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.copyright{
    border-top: 2px dotted #728394;
    padding-top: 24px;
}
.copyright p{
    color: #ddd;
}
.copyright p a{
    color: var(--color-secondary);
}
#scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
#scroll-top i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: var(--color-third);
    color: #fff;
}
/* =====section footer ends===== */

/* =====section teachers starts===== */
.teacher-card .image{
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 10px;
}
.teacher-card img{
    width: 100%;
    height: 300px;
    border-radius: 4px;
}
.teacher-card h2{
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 4px
}
.teacher-card h3{
    font-size: 18px;
    color: var(--color-third);
}
/* =====section teachers ends===== */

/* =====section contact us starts===== */
.contact-info{
    background-color: var(--color-third);
    border-radius: 16px;
    padding: 30px;
    color: #fff;
}
.social-media li{
    display: inline-block;
    margin-right: 6px;
}
.social-media i{
    height: 36px;
    line-height: 36px;
    width: 36px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color: var(--color-primary);
}
.social-media i:hover{
    color: var(--color-secondary);
}
/* =====section contact us ends===== */

/* =====section single page starts===== */
.service-single .featured-image img{
    width: 200px;
}
/* =====section single page ends===== */

/* ===== media query starts ===== */
@media screen and (max-width: 1300px) {
    
}
@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 991px) {
    .header-btm #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        padding: 0 20px;
    }
    .message .notice-block {
        margin-left: 0;
    }
    .section-heading h2{
        font-size: 38px;
    }
    .testimonialSlider{
        margin: 0 0 24px;
    }
}
@media screen and (max-width: 767px) {
    .hdr-contact ul{
        text-align: center;
    }
    .hdr-contact li{
        display: inline-block;
        margin: 5px 4px 0;
    }
    .hdr-contact li:last-child{
        display: none;
    }
    .hdr-contact li a{
        font-size: 14px;
    }
    .heroSlider img {
        height: 500px;
    }
    .section-heading h2{
        font-size: 28px;
    }
}
@media screen and (max-width: 575px) {
    .maincontainer{
        width: 90%;
    }
    .entry-title{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6{
        font-size: 20px;
    }
    .teacher-card img{
        height: auto;
    }
    .gal-image img{
        height: 200px;
    }
    .gal-image i{
        top: 10px;
        right: 10px;
        height: 36px;
        line-height: 36px;
        width: 36px;
        font-size: 14px;
    }
    .contact-info{
        padding: 20px;
    }
    .heroSlider img {
        height: 360px;
    }
    .swiper-button-next, .swiper-button-prev {
        height: 44px;
        line-height: 44px;
        width: 44px;
    }
    .message-block h2{
        font-size: 22px;
    }
    .message-block h3{
        font-size: 20px;
    }
    .service-card img{
        width: 60px;
    }
    .service-card h2{
        font-size: 20px;
    }
    .serviceSlider .service-card{
        padding: 20px;
    }
    .section-heading h2{
        font-size: 22px;
    }
    .section-heading span{
        font-size: 16px;
    }
    .news-card .image img{
        height: 240px;
    }
    .video{
        padding: 20% 0;
    }
    .video-intro h2{
        font-size: 22px;
    }
    .ft-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ft-media li:not(:last-child) {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    
    .testimonialSlider .swiper-button-next, .testimonialSlider .swiper-button-prev {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}