
* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden;
    letter-spacing: 0.025rem;
}



.page-head {
    width: 100%;
    background: url(../images/menue-bg.jpg) no-repeat;
    background-size: cover;
}

.toplink {
    border: 2px solid #570300;
    padding: 5px 21px;
    font-family: 'Crete Round', serif !important;
    border-radius: 20px;
    font-size: 21px;
    color: #570300;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 5px;
}

/*sk*/
.latest_updates ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.latest_updates li {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

    .latest_updates li a {
        color: #212529;
        font-size: 15px;
        font-weight: 500;
    }

        .latest_updates li a:hover {
            text-decoration: none;
        }

.mobile-header {
    display: none;
}

.tlink:hover {
    text-decoration: none;
}



h1, h2, h3 {
    font-family: 'Crete Round', serif !important;
}







/*sk*/


.toplink a {
    color: #056d33;
}

    .toplink a:hover {
        color: #056d33;
    }

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}





.page-head ul {
    list-style-type: none;
    float: right;
    display: flex;
    margin-top: 10px;
    margin-bottom: 4px
}

.page-head li {
    padding: 4px;
    0px;
}

.page-head P {
    font-size: 12px;
    color: #570300;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0px;
}

.lohomargin {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
}

.mtop5 {
    margin-top: 5px;
}

.page-head P a {
    color: #570300;
}

    .page-head P a:hover {
        color: #056d33;
    }

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.nav-padding {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.nav-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem .5rem !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.nav-section {
    width: 100%;
    background: #570300;
}

    .nav-section .nav-link {
        color: #ffffff !important;
        font-weight: 500 !important;
        font-size: 14px;
    }

    .nav-section .dropdown-item {
        color: #007806 !important;
        font-weight: 500 !important;
        border-bottom: 1px #007806 solid;
    }


nav.site-desktop-menu > ul > li > a:hover {
    text-decoration: none;
}




.carouselcaption {
    padding-bottom: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
    padding-top: 0;
}

    .carouselcaption h3 {
        font-size: 3rem;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 70px;
        margin-bottom: 30px;
    }

        .carouselcaption h3 span {
            font-size: 3.5rem;
            color: #FFFFFF;
        }

    .carouselcaption a {
        border: 1px solid #FFFFFF;
        padding: 1px 21px;
        border-radius: 20px;
        font-size: 1.2rem;
        color: #FFFFFF;
    }

.about {
    width: 100%;
    padding: 40px 0px;
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
}

    .about h1 {
        text-align: center;
        font-size: 34px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 30px;
    }

        .about h1 span {
            font-size: 20px;
            color: #000000;
            font-weight: 500;
        }

    .about p {
        font-size: 18px;
        color: #000000;
        margin-top: 60px;
        font-weight: 400;
        margin-bottom: 50px;
        text-align: justify;
        line-height: 24px;
    }

    .about a {
        border: 1px solid #f26522;
        padding: 1px 21px;
        border-radius: 20px;
        font-size: 18px;
        ;
        color: #f26522;
    }

.about-img-padding {
    padding: 0 25px;
}

.about a:hover {
    color: #f26522;
}


.enquiry {
    background: #e7e7e7;
    width: 100%;
    padding: 20px 0px;
}

    .enquiry p {
        font-size: 25px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 0px;
        vertical-align: middle;
    }

        .enquiry p span {
            color: #000000;
            margin-left: 30px;
        }



.circulars {
    background: url(../images/circulars-bg.jpg)no-repeat;
    padding: 40px 0px;
    background-size: cover;
}

    .circulars h2 {
        text-align: center;
        font-size: 34px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .circulars p {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 10px;
        text-align: center;
    }

        .circulars p span {
            font-weight: 900;
        }

.circulars-link {
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

    .circulars-link a {
        color: #000000;
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 25px;
    }

        .circulars-link a span {
            font-weight: 400;
        }

        .circulars-link a:hover {
            color: #000000;
            text-decoration: none;
        }



.gallery {
    background: url(../images/gallery-bg.jpg)no-repeat;
    padding: 40px 0px;
    background-size: cover;
}

.circulars h2 {
    text-align: center;
    font-size: 34px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}

.highlights {
    background: #FFFFFF;
    padding: 40px 0px;
}

    .highlights h2 {
        text-align: center;
        font-size: 34px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .highlights h3 {
        margin-top: 20px;
        font-size: 16px;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 10px;
        text-align: center;
    }

    .highlights p {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 10px;
        text-align: center;
    }

        .highlights p span {
            font-weight: 900;
        }

.highlights-link {
    color: #000000;
    text-align: center;
    margin-top: 30px;
}

    .highlights-link a {
        border: 1px solid #f26522;
        padding: 1px 21px;
        border-radius: 20px;
        font-size: 18px;
        color: #f26522;
    }


.highlights p a {
    color: #000000;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 25px;
}

.highlights a span {
    font-weight: 400;
}

.highlights a:hover {
    color: #000000;
    text-decoration: none;
}











.team {
    background: url(../images/team-bg.jpg)no-repeat;
    padding: 40px 0px;
    background-size: cover;
}

    .team h2 {
        text-align: center;
        font-size: 34px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .team p {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

.team-img {
    text-align: center;
    margin-top: 80px;
}

    .team-img h3 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

.team .aclass {
    background: rgba(255, 255, 255, 0);
    color: #f2814e;
    padding: 1px 35px;
    border-radius: 20px;
    border: 1px solid #f2814e;
    font-weight: 400;
    font-size: 16px;
}



.toppers {
    background: #FFFFFF;
    padding: 40px 0px;
}

    .toppers h2 {
        text-align: center;
        font-size: 34px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .toppers p {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 8px;
        text-align: center;
    }

.toppers-img {
    text-align: center;
    margin-top: 50px;
}

    .toppers-img h3 {
        font-size: 18px;
        color: #FFFFFF;
        margin-top: 8px;
        margin-bottom: 0px;
    }

.toppers .aclass {
    background: rgba(255, 255, 255, 0);
    color: #f2814e;
    padding: 1px 35px;
    border-radius: 20px;
    border: 1px solid #f2814e;
    font-weight: 400;
    font-size: 16px;
}

.toppers .name-bg {
    background: #056d33;
    padding: 1px 0px;
}

.toppers p span {
    color: #000000;
    margin-bottom: 10px;
}





.achievements {
    background: url(../images/facilitybg.jpg)no-repeat;
    min-height: 480px;
    padding: 40px 0px;
    background-size: cover;
}

    .achievements h2 {
        text-align: center;
        font-size: 34px;
        color: #ffffff;
        margin-top: 100px;
        margin-bottom: 170px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .achievements .carousel-item h3 {
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        margin-top: 100px;
    }

    .achievements .carousel-item h4 {
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .achievements .carousel-item p {
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
    }

    .achievements .carousel-indicators li, .carousel-indicators li.active {
        width: 12px;
        height: 12px;
        margin: 1px 5px;
        border-radius: 50%;
    }

    .achievements .carousel .carousel-indicators {
        bottom: -40px;
    }

    .achievements h2 {
        position: relative;
        font-size: 23px;
    }

        .achievements h2:before {
            content: '';
            /*            background: url(../images/leaf.png);
*/ position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 327px;
            top: -107px;
            height: 289px;
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: center;
        }


/*.achievements h2:after {
    content: url(../images/leafright.png);
    position: absolute;
    right: 37.5%;
    top: -45px;
    transform: rotate(50deg);
}
.img-fluid.text-center {
    margin: 48px auto 0;
}
*/

.testimonial {
    background: url(../images/testimonial-bg.jpg)no-repeat;
    padding: 40px 0px;
    background-size: cover;
}

    .testimonial h2 {
        text-align: center;
        font-size: 34px;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 20px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .testimonial h3 {
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        margin-top: 10px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .testimonial .carousel-item {
        min-height: 300px;
    }

        .testimonial .carousel-item h3 {
            color: #FFFFFF;
            text-align: center;
            font-size: 20px;
            margin-top: 10px;
        }

        .testimonial .carousel-item h4 {
            color: #FFFFFF;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
        }

        .testimonial .carousel-item h5 {
            color: #FFFFFF;
            line-height: 40px;
            text-align: center;
            font-size: 80px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .testimonial .carousel-item p {
            color: #FFFFFF;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
        }

    .testimonial .carousel-indicators li, .carousel-indicators li.active {
        width: 12px;
        height: 12px;
        margin: 1px 5px;
        border-radius: 50%;
    }

    .testimonial .carousel .carousel-indicators {
        bottom: -40px;
    }


    .testimonial .carousel .img-box {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

        .testimonial .carousel .img-box img {
            width: 75px;
            height: 75px;
            display: block;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
            border: 2px solid #fff;
            text-align: center;
            margin: 0 auto;
        }




.video-gallery .carousel-control-prev-icon {
    margin-left: -35px;
}

.video-gallery .carousel-control-next-icon {
    margin-right: -35px;
}

.video-gallery .carousel-control-next, .carousel-control-prev {
    width: 1px !important;
}

.video-gallery {
    background: url(../images/testimonial-bg.jpg)no-repeat;
    padding: 40px 0px;
    background-size: cover;
}

    .video-gallery h2 {
        text-align: center;
        font-size: 34px;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 20px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .video-gallery h3 {
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        margin-top: 10px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .video-gallery .carousel-item {
        min-height: 300px;
    }

        .video-gallery .carousel-item h3 {
            color: #FFFFFF;
            text-align: center;
            font-size: 20px;
            margin-top: 10px;
        }

        .video-gallery .carousel-item h4 {
            color: #FFFFFF;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
        }

        .video-gallery .carousel-item h5 {
            color: #FFFFFF;
            line-height: 40px;
            text-align: center;
            font-size: 80px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .video-gallery .carousel-item p {
            color: #FFFFFF;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
        }

    .video-gallery .carousel-indicators li, .carousel-indicators li.active {
        width: 12px;
        height: 12px;
        margin: 1px 5px;
        border-radius: 50%;
    }

    .video-gallery .carousel .carousel-indicators {
        bottom: -40px;
    }


    .video-gallery .carousel .img-box {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

        .video-gallery .carousel .img-box img {
            width: 75px;
            height: 75px;
            display: block;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
            border: 2px solid #fff;
            text-align: center;
            margin: 0 auto;
        }











.footer {
    background: url(../images/footer-bg.jpg)no-repeat;
    padding: 40px 0px 0px 0px;
    background-size: cover;
}

    .footer h2 {
        font-size: 25px;
        color: #626262;
        margin-top: 10px;
        margin-bottom: 20px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .footer .quicklinks {
        list-style-type: none;
    }

        .footer .quicklinks li {
            line-height: 30px;
            color: #868686;
        }

            .footer .quicklinks li a {
                color: #868686;
                font-size: 15px;
            }

    .footer ul {
        list-style-type: none;
        padding: 0px 0px;
        color: #868686;
    }

    .footer p {
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
        color: #868686;
    }

    .footer ul li {
        font-size: 15px;
        font-weight: 400;
        team-img
    }

        .footer ul li span {
            font-size: 18px;
            float: left;
            margin: 2px 10px 0px 0px;
            padding-bottom: 12px;
            color: #626262;
        }

.social-icons {
    padding: 0px 0px !important;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-social a {
    text-align: center;
    display: inline-block;
    color: #000000;
    font-size: 30px;
    margin-left: 8px;
    position: relative;
    line-height: 20px;
    height: 35px;
    width: 35px;
    margin-top: 20px;
    font-style: normal !important;
}

    .footer-social a:hover {
        color: #000000;
    }

.footer h3 {
    font-size: 22px;
    font-weight: 400;
    margin-left: 35px;
    margin-top: 40px;
}

.pd-right {
    padding-right: 70px !important;
}

.app-icons {
    display: flex;
    padding: 0px 0px !important;
    float: left;
}

    .app-icons li {
        padding: 0px 5px;
    }

.footer .footer-nav {
    background: #570300;
}

.footer-nav .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.footer-nav .nav-padding {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.footer-nav .nav-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-nav .dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.footer-nav .navbar-light .navbar-nav .nav-link {
    color: #FFFFFF !important;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0rem 1rem !important;
}

.topsocl_bx {
    padding: 11px 0px;
    width: 39px;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 9999;
}

    .topsocl_bx a img {
        margin-top: 5px;
    }



/*Internal page start*/

.internal-banner {
    width: 100%;
    position: relative;
}


.internal-page {
    width: 100%;
    padding: 40px 0px;
    background: url(../images/internal-page-bg.jpg) no-repeat;
    background-size: cover;
}

    .internal-page h1 {
        text-align: center;
        font-size: 28px;
        text-transform: uppercase;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 30px;
    }


    .internal-page h2 {
        text-align: justify;
        font-size: 22px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 30px;
    }


    .internal-page h1 span {
        font-size: 20px;
        color: #000000;
        font-weight: 500;
    }

    .internal-page p {
        font-size: 15px;
        text-align: color:#000000;
        font-weight: 400;
        margin-bottom: 15px;
        text-align: justify;
        line-height: 24px;
    }

    .internal-page a {
        text-align: center;
        font-weight: bold;
        color: #056d33;
        margin-bottom: 50px;
        font-size: 18px;
    }

.img-border {
    text-align: center;
    margin: 0 auto;
}

    .img-border p {
        color: #056d33;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 2px;
        line-height: 18px;
    }

        .img-border p span {
            color: #000000;
            font-size: 14px;
            font-weight: 400;
        }

.internal-page .team-img {
    margin-top: 20px;
}

    .internal-page .team-img p {
        text-align: center;
        font-size: 14px;
    }


.internal-page ul {
    list-style-image: url(../images/li-icon.png);
    margin-bottom: 20px;
    padding: 0 40px;
}

    .internal-page ul li {
        color: #000000;
        padding: 10px !important;
        line-height: 22px !important;
        font-size: 15px
    }

.internal-page ol {
    margin-bottom: 20px;
    padding: 0 40px;
}

    .internal-page ol li {
        color: #000000;
        padding: 10px;
        line-height: 22px !important;
        font-size: 15px
    }

.internal-page p a {
    text-align: center;
    font-weight: bold;
    color: #056d33;
    margin-bottom: 50px;
    font-size: 15px;
}


nav.site-desktop-menu {
    width: 100%;
    float: left
}

    nav.site-desktop-menu > ul {
        width: auto;
        position: relative;
        z-index: 100;
        list-style-type: none;
        color: #fff !important;
        margin-bottom: 0px !important;
    }

        nav.site-desktop-menu > ul > li {
            width: auto;
            float: left;
            line-height: 65px;
            margin-left: 11px;
            list-style-type: none;
            position: relative;
            color: #fff !important;
            font-size: 14px;
        }

            nav.site-desktop-menu > ul > li:last-child > ul {
                right: 0;
                left: inherit;
                list-style-type: none;
                color: #fff !important;
                font-size: 14px;
            }

            nav.site-desktop-menu > ul > li > a {
                text-transform: uppercase;
                line-height: 49px;
                float: left;
                font-size: 14px;
                color: #fff !important;
                list-style: none;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                list-style-type: none;
            }

            nav.site-desktop-menu > ul > li > ul {
                position: absolute;
                top: 49px;
                color: #fff !important;
                font-size: 14px;
                left: 0;
                background-color: #770602;
                width: 280px;
                border-top-width: 1px;
                border-top-style: solid;
                display: none;
                z-index: 100;
                list-style-type: none;
            }

                nav.site-desktop-menu > ul > li > ul > li {
                    line-height: 30px;
                    float: left;
                    width: 100%;
                    border-bottom-width: 1px;
                    border-bottom-style: solid;
                    border-bottom-color: #0a5133;
                    list-style-type: none;
                }

                    nav.site-desktop-menu > ul > li > ul > li > a:hover {
                        color: #333
                    }

                    nav.site-desktop-menu > ul > li > ul > li > a {
                        color: #fff !important;
                        text-transform: capitalize;
                        padding: 0 14px;
                        width: 100%;
                        float: left;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box
                    }

.site-desktop-menu-2 {
    width: auto !important;
    margin-top: 0;
    margin-left: 10px
}

nav.site-desktop-menu-2 > ul > li > a {
    line-height: 125px
}

nav.site-desktop-menu-2 > ul > li {
    margin-left: 0;
    margin-right: 40px
}

    nav.site-desktop-menu-2 > ul > li > ul {
        top: 125px
    }

nav.site-mobile-menu {
    width: 100%;
    float: left;
    margin-top: -57px;
    position: relative;
    border: 0 solid red
}

    nav.site-mobile-menu > i {
        float: right;
        width: 35px;
        height: 35px;
        border: 1px solid #ddd;
        text-align: center;
        line-height: 35px;
        cursor: pointer
    }

    nav.site-mobile-menu > ul {
        background-color: #333;
        position: absolute;
        top: 57px;
        width: 100%;
        z-index: 100;
        display: none;
        border-top-width: 3px;
        border-top-style: solid
    }

        nav.site-mobile-menu > ul > li {
            float: left;
            width: 100%;
            border: 0 solid #444;
            border-bottom-width: 1px
        }

            nav.site-mobile-menu > ul > li a {
                line-height: 40px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 18px;
                color: #fff;
                text-transform: capitalize;
                width: auto;
                float: left
            }

            nav.site-mobile-menu > ul > li ul {
                width: 100%;
                float: left;
                background-color: #444;
                display: none
            }

                nav.site-mobile-menu > ul > li ul li {
                    width: 100%;
                    float: left;
                    border: 0 solid #333;
                    border-bottom-width: 1px
                }

        nav.site-mobile-menu > ul li i {
            line-height: 40px;
            margin-left: 20px;
            float: left;
            cursor: pointer;
            color: #fff
        }

    nav.site-mobile-menu li > ul {
        display: none
    }

.site-menu-3-wrapper {
    width: 100%;
    float: left;
    border: 0 solid #ececec;
    border-top-width: 1px
}

    .site-menu-3-wrapper .site-desktop-menu,
    .site-menu-3-wrapper .site-desktop-menu > ul {
        float: left
    }

        .site-menu-3-wrapper .site-desktop-menu > ul > li {
            margin-left: 0;
            margin-right: 40px;
            line-height: 55px
        }

            .site-menu-3-wrapper .site-desktop-menu > ul > li > a {
                line-height: 55px
            }

            .site-menu-3-wrapper .site-desktop-menu > ul > li ul {
                top: 55px
            }

.gray-line {
    width: 100%;
    float: left;
    height: 1px;
    z-index: 10;
    position: absolute;
    top: 578px
}

.gray-line-2 {
    top: 130px
}

.gray-line-3 {
    top: 166px
}

.mrtop {
    margin-top: 25px
}

.imgfluid {
    width: 50%;
    padding: 20px;
    float: left;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .toplink {
        font-size: 12px;
    }

    .mrtop {
        margin-top: 25px;
    }

    .mobile-header {
        display: block;
    }

    nav.site-mobile-menu {
        width: 100%;
        float: none;
        margin-top: 0;
        position: static;
        border: 0 solid red;
    }

        nav.site-mobile-menu > ul {
            z-index: 99999;
            margin: 0;
            padding: 0;
            list-style-type: none;
            left: 0;
            top: 34px;
        }

    .desktop-header {
        display: none;
    }

    .about p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 0px;
        font-weight: 400;
    }
}

@media (max-width: 767px) {


    .imgfluid {
        width: 100%;
        float: none;
    }

    .highlights {
        padding: 10px 0px;
    }


        .highlights h2 {
            font-size: 24px;
            margin-top: 0px;
        }

    .footer h2 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .about h1 span {
        font-size: 15px;
    }


    .internal-page ul {
        margin-bottom: 10px;
        text-align: justify;
        padding: 0 13px;
    }

        .internal-page ul li {
            padding: 10px 5px !important;
        }


    .internal-page ol {
        margin-bottom: 10px;
        text-align: justify;
        padding: 0 13px;
    }

        .internal-page ol li {
            padding: 10px 5px !important;
        }

    .toppers {
        background: #FFFFFF;
        padding: 20px 0px;
    }

        .toppers h2 {
            font-size: 24px;
        }

        .toppers p {
            font-size: 15px;
        }


    .testimonial h2 {
        font-size: 24px;
    }

    .testimonial .carousel-item p {
        font-size: 15px;
    }

    .testimonial .carousel-item h3 {
        font-size: 16px;
    }

    .testimonial .carousel-item h4 {
        font-size: 15px;
    }

    .toppers-img h3 {
        font-size: 16px;
    }


    .achievements {
        min-height: 480px;
        padding: 20px 0px;
        background-size: cover;
    }

    .img-border p {
        margin-bottom: 20px;
    }

    .about p {
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 22px;
    }

    .team {
        padding: 0px 0px;
    }

    .toppers .name-bg {
        height: 102px;
    }

    .achievements h2 {
        font-size: 20px;
    }

    .mrtop {
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .team-img {
        margin-top: 30px;
    }

    .navbar-light .navbar-toggler {
        color: rgb(243, 243, 243);
        border-color: rgba(255, 255, 255, 0.68);
        margin: 0 auto 10px;
    }

    .lohomargin {
        margin-bottom: 0;
        width: 300px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    nav.site-mobile-menu {
        width: 100%;
        float: none;
        margin-top: 0;
        position: static;
        border: 0 solid red;
    }

        nav.site-mobile-menu > ul {
            z-index: 99999;
            margin: 0;
            padding: 0;
            list-style-type: none;
            left: 0;
            top: 34px;
        }

    .about-img-padding {
        margin-bottom: 25px;
        padding: 0;
    }

    .internal-page {
        padding: 20px 0px;
    }
}

@media (max-width: 667px) {
    .highlights-link {
        margin-bottom: 25px;
    }

    .topsocl_bx {
        display: none;
    }

    .internal-page h1 {
        font-size: 24px;
        line-height: 33px;
    }

    .pd-right {
        padding-right: 15px !important;
    }
}


@media (max-width: 480px) {

    .about.mt-5 {
        margin-top: 2rem !important;
    }

    .about h1 {
        font-size: 20px;
    }

    .carouselcaption h3 {
        font-size: 2rem;
        line-height: 31px;
        margin-bottom: 0px;
    }

        .carouselcaption h3 span {
            font-size: 1.5rem;
        }
}

@media (max-width: 375px) {
    .achievements h2:before {
        width: 290px;
    }
}
