body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    padding-top: 0;
    overflow: hidden;
}

    body::-webkit-scrollbar {
        width: 4px;
        background-color: #04040b;
    }

    body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    body::-webkit-scrollbar-thumb {
        background-color: #ffffff38;
    }

html, body {
    overflow-x: hidden;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
    color: #333333;
    font-size: 15px;
    text-align: justify;
}

a {
    text-decoration: none;
}

.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}

@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(3rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(3rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(3rem);
        -webkit-opacity: 0;
    }
}

.main-wrapper {
    min-height: calc(100vh - 179px);
    position: relative;
    background: #0d1743;
}


/*-----------------------------*/
.banner-wrap {
    position: relative;
    background: #f2f0fe;
}

.banner {
    position: relative;
    background: url(../images/banner.png) no-repeat top right;
    background-size: cover;
}

    .banner:after {
        content: '';
        position: absolute;
        background: #4f1454;
        left: 0;
        top: 0;
        width: 130px;
        height: 230px;
        -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
    }

.achievers-slide {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

    .achievers-slide .owl-carousel {
        padding-bottom: 40px;
    }

    .achievers-slide h4 {
    }

    .achievers-slide:after {
        content: '';
        position: absolute;
        width: 130px;
        height: 230px;
        bottom: 0;
        right: 0;
        background: #760a68;
        -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .achievers-slide .btn-box {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .achievers-slide .btn {
        position: relative;
        color: #fff;
        background-color: #760a68;
        border: none;
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: 600;
        padding: 0.7rem 2rem;
        transition: .3s;
    }

        .achievers-slide .btn:after,
        .achievers-slide .btn:before {
            position: absolute;
            content: '';
            width: 24px;
            top: 0;
            bottom: 0;
            background: #760a68;
        }

        .achievers-slide .btn:after {
            -webkit-clip-path: polygon(0% 0,10% 0%,100% 100%,0% 100%);
            clip-path: polygon(0% 0,10% 0%,100% 100%,0% 100%);
            right: -20px;
        }

        .achievers-slide .btn:before {
            -webkit-clip-path: polygon(90% 0,100% 0%,100% 100%,0% 100%);
            clip-path: polygon(90% 0,100% 0%,100% 100%,0% 100%);
            left: -20px;
        }

    .achievers-slide .owl-carousel .owl-nav {
        position: absolute;
        width: 40px;
        top: 25%;
        right: -40px;
    }

        .achievers-slide .owl-carousel .owl-nav button.owl-next,
        .achievers-slide .owl-carousel .owl-nav button.owl-prev {
            position: relative;
            width: 39px;
            height: 40px;
            outline: none;
            z-index: 1;
            margin-bottom: 2px;
        }


            .achievers-slide .owl-carousel .owl-nav button.owl-next i,
            .achievers-slide .owl-carousel .owl-nav button.owl-prev i {
                width: 100%;
                height: 100%;
                line-height: 40px;
                color: #fff;
                background: #01a451;
                font-size: 20px;
                transition: 0.3s;
            }

            .achievers-slide .owl-carousel .owl-nav button.owl-next:hover i,
            .achievers-slide .owl-carousel .owl-nav button.owl-prev:hover i {
                background: #dcca03;
            }

.whyus {
    background: #e6a600;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

    .whyus .left {
        position: relative;
        background: #760a68;
        -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
        padding: 30px;
    }

        .whyus .left h5 {
            color: #fff;
            font-weight: bold;
        }

        .whyus .left h4 {
            font-weight: normal;
            font-size: 25px;
            color: #fff;
        }

            .whyus .left h4 strong {
                color: #e5dd0a;
                font-weight: bold;
            }

    .whyus .right {
        position: relative;
    }

        .whyus .right:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 100px;
            background: #e6a600;
            -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
        }

        .whyus .right .box {
            position: relative;
            padding: 0px 25px;
            padding-left: 60px;
        }

            .whyus .right .box h5 {
                color: #2a1c4f;
                font-size: 16px;
                font-weight: bold;
            }

            .whyus .right .box p {
                color: #2a1c4f;
                font-size: 14px;
                font-weight: 600;
                margin-bottom: 0;
                text-align: left;
            }

            .whyus .right .box i {
                position: absolute;
                left: 0;
                right: 0;
                width: 50px;
                height: 50px;
            }

.hm-aboutus {
}

    .hm-aboutus .content {
        padding-left: 60px;
    }

        .hm-aboutus .content h3 {
            position: relative;
            color: #19344b;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 25px;
            font-family: "Montserrat", sans-serif;
            font-optical-sizing: auto;
        }

        .hm-aboutus .content h4 {
            position: relative;
            color: #19344b;
            font-weight: 600;
            font-size: 20px;
            font-family: "Montserrat", sans-serif;
            font-optical-sizing: auto;
            margin-bottom: 14px;
            padding-bottom: 15px;
        }

            .hm-aboutus .content h4:after {
                content: '';
                position: absolute;
                width: 100px;
                height: 7px;
                background: #e6a600;
                left: 0;
                bottom: 0;
            }

        .hm-aboutus .content h5 {
            font-size: 18px;
            color: #333333;
        }

        .hm-aboutus .content p {
            font-size: 15px;
            color: #828282;
            line-height: 24px;
        }

.faciliti-links {
    background: #4f1454 url(../images/bg.png) repeat-x top;
    position: relative;
    padding: 25px 0 95px 0;
}

    .faciliti-links .headings h2 {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
    }

    .faciliti-links .headings h3 {
        color: #e6a600;
        font-weight: 500;
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        letter-spacing: 0.2rem;
        text-transform: uppercase;
    }

    .faciliti-links .f-slider .box {
        border: 2px solid #69246f;
        border-radius: 6px;
        padding: 2px;
        background: #4f1454;
        text-align: center;
    }

        .faciliti-links .f-slider .box img {
            border-radius: 6px;
            margin-bottom: 10px;
        }

        .faciliti-links .f-slider .box h5 {
            color: #fff;
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
            font-optical-sizing: auto;
            font-weight: 700;
        }

        .faciliti-links .f-slider .box p {
            font-size: 14px;
            color: #af7da9;
            line-height: 17px;
            padding:0px 10px;
        }

    .faciliti-links .f-slider .item {
        padding: 10px;
    }

    .faciliti-links .owl-dots {
        display: none;
    }

    .faciliti-links .f-slider .owl-carousel .owl-nav {
        position: absolute;
        bottom: 18px;
        right: -103px;
        z-index: 1;
    }

        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-next,
        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-prev {
            position: relative;
            width: 34px;
            height: 34px;
            outline: none;
        }

        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-next {
            right: 0;
            margin: 0 4px;
        }

        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-prev {
            left: 0;
        }

            .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-next i,
            .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-prev i {
                width: 100%;
                height: 100%;
                line-height: 34px;
                background: #e6a600;
                color: #fff;
                font-size: 25px;
            }

        .faciliti-links .f-slider .owl-carousel .owl-nav button.owl-next i {
            margin-left: 5px;
        }

.management-msg {
    background: #f2f0fe;
    position: relative;
    padding-top: 1px;
    z-index: 1;
}

    .management-msg .container {
        background: #fff;
        position: relative;
        padding: 35px;
        box-shadow: 0px 0px 14px #0000003d;
        margin-top: -73px;
    }

    .management-msg h4 {
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        color: #4f1454;
        margin-bottom: 45px;
    }

        .management-msg h4 strong {
            font-size: 31px;
        }

    .management-msg h5 {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .management-msg h6 {
        font-family: "Montserrat", sans-serif;
        font-size: 0.9rem;
        font-weight: 500;
        font-size: 14px;
    }

    .management-msg p {
        font-size: 15px;
        color: #828282;
        line-height: 24px;
        text-align: justify;
    }

.links-wrap {
    background: #f2f0fe;
    position: relative;
}

    .links-wrap .events-link {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .links-wrap .events-link h4 {
            color: #4f1454;
            font-family: 'Montserrat', sans-serif;
            position: relative;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

            .links-wrap .events-link h4 strong {
                font-weight: 800;
            }

            .links-wrap .events-link h4 .btn {
                font-weight: 600;
                color: #fff;
                background-color: #e6a600;
                border-color: #e6a600;
                letter-spacing: 1px;
                font-size: 0.6rem;
                padding: 0.1rem 0.5rem;
                border-radius: 30px;
                transform: translateX(10px);
                transition: .3s;
            }

                .links-wrap .events-link h4 .btn:hover {
                    transform: translateX(15px);
                }

        .links-wrap .events-link ul li {
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 20px;
            display: block;
        }

            .links-wrap .events-link ul li a {
                color: #333;
                display: flex;
                flex-wrap: nowrap;
                text-decoration: none;
                transition: 0.3s;
            }

                .links-wrap .events-link ul li a:hover {
                    background: #f7eaf7;
                }

            .links-wrap .events-link ul li img {
                width: 135px;
                margin-right: 5px;
                border: 4px solid #FFF;
                box-shadow: 0px 0px 5px #00000052;
            }

            .links-wrap .events-link ul li h5 {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                margin-top: 5px;
                font-family: 'Baloo Tamma 2', cursive;
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 7px;
            }

            .links-wrap .events-link ul li p {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                font-size: 0.7rem;
                line-height: 14px;
                font-weight: 500;
                margin-bottom: 0;
                font-family: 'Baloo Tamma 2', cursive;
                font-size: 14px;
            }

            .links-wrap .events-link ul li a div:first-child {
                margin-right: 5px;
            }

    .links-wrap .other-link {
        background: #dda700;
        text-align: center;
    }

        .links-wrap .other-link > div {
            padding: 40px 0;
            display: block;
        }

        .links-wrap .other-link h4 {
            font-size: 22px;
            color: #4f1454;
        }

        .links-wrap .other-link > div:first-child {
            border-bottom: 1px dashed #000;
        }

        .links-wrap .other-link .btn {
            color: #424242;
            background-color: #fff;
            border-color: #fff;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.2rem;
            padding: 10px 20px;
        }

/*-----------------Pages--------------------*/
.pages {
    padding: 30px 0;
}

    .pages p {
        text-align: justify;
    }

.page-head {
    position: relative;
    padding: 80px 0 80px 0;
    background: #efecee url(../Images/main-heading-bg.jpg) no-repeat top fixed;
    background-size: 100%;
}

    .page-head:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient( to top, #ffffff00, #001b43);
        opacity: 0.2;
    }

    .page-head .container {
        position: relative;
        z-index: 1;
    }

    .page-head h2 {
        color: #333;
        font-weight: bold;
    }

ul.ul-list > li {
    font-size: 15px;
    line-height: 21px;
    padding: 4px 0 4px 25px;
    width: 100%;
    position: relative;
}

    ul.ul-list > li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        background: #dda700;
        width: 6px;
        height: 6px;
        rotate: 45deg;
    }

ul.ul-list > ol {
    padding-left: 3rem;
}

    ul.ul-list > ol > li {
        font-size: 15px;
        line-height: 21px;
        padding: 5px 0;
        width: 100%;
        position: relative;
        list-style: auto;
    }

.about-school {
    padding: 40px 0px;
}

    .about-school h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 1.75rem;
        font-weight: 800;
    }

.vm {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 13px;
    margin-top: 15px;
}

.objective {
    position: relative;
    padding: 40px;
    background: #f2f0fe url(../images/bg.png) repeat-x top;
}

.about-management .left {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .about-management .left .img {
        border-radius: 50%;
        overflow: hidden;
        width: 200px;
        height: 200px;
        display: block;
        margin: 0px auto;
        position: relative;
        background: #a6d0db;
        text-align: center;
    }

        .about-management .left .img img {
            max-width: 100%;
            min-width: 100%;
        }

    .about-management .left .content h5 {
        margin-bottom: 4px;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        color: #4a1155;
    }

        .about-management .left .content h5 small {
            display: block;
            font-weight: 500;
            text-transform: capitalize;
            color: #4c99bd;
        }

.about-management .right {
    padding: 40px 30px;
    background: #f2f0fe url(../images/bg.png) repeat-x top;
}

    .about-management .right .box {
        padding-right: 50px;
    }

.general {
    position: relative;
    padding: 30px 0;
}

    .general h3 {
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
        position: relative;
        font-family: 'Montserrat', sans-serif;
        padding-left: 20px;
        text-transform: uppercase;
        font-size: 20px;
    }

        .general h3:after {
            position: absolute;
            content: '';
            width: 10px;
            background: #dda700;
            left: 0;
            top: 0;
            bottom: 0;
            border-radius: 6px 0 0 6px;
        }

.title {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
    text-transform: uppercase;
}

    .title:after {
        position: absolute;
        content: '';
        width: 10px;
        background: #dda700;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 6px 0 0 6px;
    }

.facilities {
    position: relative;
    padding: 30px;
}

    .facilities .box {
        background: #fff;
        box-shadow: 0px 0px 20px #00000029;
        padding: 30px;
    }

.tc {
    position: relative;
    padding: 30px 0;
}

    .tc .box {
        margin-bottom: 10px;
        margin-top: 10px;
        position: relative;
        padding: 15px;
        text-align: center;
    }

        .tc .box h4 {
            font-size: 12px;
            text-align: center;
            font-weight: 600;
            color: #fff;
            position: absolute;
            left: 15px;
            right: 15px;
            background: #4a1155;
            padding: 10px 0;
            border-radius: 6px;
            bottom: 20px;
        }

.events {
    position: relative;
    margin-top: -50px;
}

    .events .box {
        padding-bottom: 15px;
        padding-top: 15px;
    }

        .events .box > a {
            display: block;
            position: relative;
            transition: 0.3s;
        }

            .events .box > a .img {
                overflow: hidden;
                display: block;
                position: relative;
                height: 300px;
                border-radius: 15px;
                transition: 0.3s;
                border: 6px solid #ffffffa8;
            }

                .events .box > a .img img {
                    width: 100%;
                    min-height: 300px;
                    height: auto;
                    width: 100%;
                    transition: 0.3s;
                }

            .events .box > a:hover .img img {
                transform: scale(1.1);
            }

            .events .box > a i {
                background: #4a1155;
                color: #fff;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                line-height: 50px;
                text-align: center;
                position: absolute;
                left: 5%;
                top: -25px;
                transition: 0.3s;
            }

            .events .box > a .caption {
                position: relative;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 0px 15px;
                text-align: center;
                transition: 0.3s;
            }

                .events .box > a .caption > div {
                    position: relative;
                    margin-top: -30px;
                    padding: 15px;
                    background: #fff;
                    box-shadow: 0px 0px 8px #0000002e;
                    border-radius: 15px;
                    color: #333;
                }

                .events .box > a .caption h5 {
                    transition: 0.3s;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    font-family: 'Baloo Tamma 2', cursive;
                }

            .events .box > a:hover i {
                left: 10%;
                background: #dda700;
            }
/*--------------Details-----------------------*/
.events-details {
    font-family: 'Baloo Tamma 2', cursive;
    position: relative;
    background: url(../images/paral1.jpeg) fixed top;
    background-size: 100%;
}

    .events-details .hding {
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .events-details .box > div {
        padding: 15px;
    }

.outer {
    margin: 0 auto;
    max-width: 100%;
}

#big .item {
    background: #f2f0fe;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    max-height: 500px;
    overflow: hidden;
}

    #big .item img {
        display: block;
        width: auto;
        max-height: 500px;
        min-height: 500px;
        margin: 0 auto;
    }

#thumbs .item {
    background: #f2f0fe;
    height: 100px;
    padding: 0px;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: .1s;
}

    #thumbs .item img {
        height: 100px;
    }

#thumbs .current .item {
    border: 3px solid #fff;
    border-radius: 6px;
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .owl-theme .owl-nav [class*="owl-"].disabled:hover {
        background-color: #d6d6d6;
    }

#big.owl-theme {
    position: relative;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    left: 0;
}

    .owl-theme .owl-nav button.owl-next,
    .owl-theme .owl-nav button.owl-prev {
        position: absolute;
        width: 30px;
        height: 30px;
        outline: none;
        z-index: 1;
        opacity: 0;
    }

    .owl-theme .owl-nav button.owl-next {
        right: 0;
    }

    .owl-theme .owl-nav button.owl-prev {
        left: 0;
    }

        .owl-theme .owl-nav button.owl-next i,
        .owl-theme .owl-nav button.owl-prev i {
            width: 100%;
            height: 100%;
            line-height: 30px;
            color: #fff;
            font-size: 20px;
            background: #fff;
            opacity: 0;
        }

#thumbs.owl-theme .owl-nav button.owl-next i,
#thumbs.owl-theme .owl-nav button.owl-prev i {
    background: #333;
    opacity: 0.2;
    transition: .3s;
}

#thumbs.owl-theme .owl-nav button.owl-next:hover i,
#thumbs.owl-theme .owl-nav button.owl-prev:hover i {
    opacity: 1;
}

.event-thumblist {
}

    .event-thumblist ul li {
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 20px;
        display: block;
    }

        .event-thumblist ul li a {
            color: #333;
            display: flex;
            flex-wrap: nowrap;
            text-decoration: none;
            transition: 0.3s;
        }

            .event-thumblist ul li a:hover {
                background: #f7eaf7;
            }

        .event-thumblist ul li img {
            width: 100px;
            height: 80px;
            margin-right: 10px;
        }

        .event-thumblist ul li .date-tag {
            position: relative;
            background: #376395;
            padding: 5px 10px;
            text-align: center;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
        }

            .event-thumblist ul li .date-tag h3 {
                margin: 0;
                font-size: 0.9rem;
                text-transform: uppercase;
                line-height: 16px;
            }

        .event-thumblist ul li h5 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 0;
            margin-top: 5px;
            font-family: 'Baloo Tamma 2', cursive;
        }

        .event-thumblist ul li p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 15px;
            line-height: 21px;
            font-weight: 500;
            margin-bottom: 0;
            font-family: 'Baloo Tamma 2', cursive;
        }

.events-details .box .btn {
    color: #fff;
    background-color: #dda700;
    border-color: #dda700;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    padding: 0.7rem 2rem;
    transition: .3s;
    display: block;
    margin-top: 15px;
}

.contact-details {
}

    .contact-details ul li {
        position: relative;
        padding-left: 60px;
        padding-bottom: 25px;
        font-size: 20px;
    }

        .contact-details ul li a {
            color: #333;
        }

        .contact-details ul li i {
            font-size: 20px;
            margin-top: 3px;
            color: #dda700;
            width: 25px;
            height: 25px;
            position: absolute;
            left: 0;
            top: 0;
        }

ul.social-links li {
    display: inline-block;
    width: auto;
    margin: 0px 4px;
    float: inherit;
    margin-top: 10px;
}

.gallery {
    position: relative;
    background: #2f0d32 url(../images/bg.png) repeat-x top;
    margin-top: -50px;
    padding-top: 30px;
}

    .gallery .lightGallery a {
        padding: 10px;
        transition: .3s;
        background: url(../images/loading.gif) no-repeat center;
        max-height: 250px;
        min-height: 250px;
    }

        .gallery .lightGallery a .img-fluid {
            max-width: 100%;
            height: 100%;
            width: 100%;
            transition: 0.3s;
            object-fit: cover;
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
            border: 10px solid #ebb40a24;
            border-radius: 0px 40px 0px 40px;
        }

        .gallery .lightGallery a:hover .img-fluid {
            border-radius: 0px 10px 0px 10px;
        }

.lg-backdrop {
    background: #2f0d32 url(../images/bg.png) repeat-x top !important;
}

.table.theme {
    font-size: 14px;
    text-align: center;
}

    .table.theme tr th {
        border-radius: 20px 20px 0px 0px;
        background: #ccc;
        background: linear-gradient(45deg, #d5a800, #a18006);
        color: #fff;
        padding: 15px 5px;
    }

    .table.theme tr td {
        background: linear-gradient(92deg, #f7f7f7, #dbdbdb);
        border: none;
    }

    .table.theme tr:last-child td {
        border-radius: 0px 0px 20px 20px;
    }

.infrastructure {
    position: relative;
    padding: 20px 0;
}

    .infrastructure ul li {
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }

        .infrastructure ul li h5 {
            font-size: 16px;
        }

        .infrastructure ul li h6 {
            font-size: 14px;
            color: #7a7a7a;
        }

            .infrastructure ul li h6 span {
                padding-right: 10px;
            }

.pdf {
    position: relative;
    background: #ccc;
}

    .pdf .btn {
        color: #000000;
        background-color: #dda700;
        border-radius: 50px;
        border: 4px solid #fff;
        padding: 0.5rem 1.3rem;
        font-weight: bold;
        position: absolute;
        right: 20px;
        top: -22px;
        z-index: 1;
    }

        .pdf .btn i {
            margin-right: 5px;
        }

    .pdf .box {
        text-align: center;
    }

        .pdf .box .img-fluid {
            box-shadow: 0px 0px 9px #0000007d;
        }

        .pdf .box > div {
            display: inline-block;
            padding: 10px 0;
        }


@media (max-width: 767px) {
    p {
        color: #3f3f3f;
    }

    body {
        padding-top: 0px;
    }

    .banner {
        position: relative;
        height: 250px;
        background: url(../images/banner.png) no-repeat 0px 0px;
        background-size: cover;
    }

        .banner:after {
            width: 70px;
            height: 130px;
        }

    .achievers-slide:after {
        width: 34px;
    }

    .achievers-slide .owl-carousel {
        padding-bottom: 60px;
    }

    .hm-aboutus .content h3 {
        font-size: 27px;
    }

    .whyus .left h4 {
        font-size: 22px;
    }

    .whyus .right {
        position: relative;
        padding: 40px 15px;
    }

        .whyus .right .box {
            padding: 15px 25px;
            padding-left: 65px;
        }

            .whyus .right .box i {
                left: 6px;
            }

    .hm-aboutus {
        padding: 0px 0 30px 0;
    }

        .hm-aboutus .content {
            padding-left: 20px;
            padding-right: 20px;
        }

    .page-head {
        padding: 60px 0 60px 0;
        background: #EFECEB url(../Images/main-heading-bg.jpg) no-repeat fixed -920px -120px;
        background-size: cover;
    }

    .about-management .right .box {
        padding-right: 0px;
    }

    .facilities {
        padding: 10px;
    }

        .facilities .box {
            padding: 20px;
        }

    .gallery {
        padding-bottom: 30px;
    }

        .gallery .lightGallery a {
            padding: 2px;
            max-height: 70px;
            min-height: 90px;
        }

            .gallery .lightGallery a .img-fluid {
                border: 6px solid #ebb40a24;
                border-radius: 0px 0px;
            }

    .contact-details ul li {
        padding-left: 40px;
        font-size: 16px;
    }
}


/*---- Region Added By Krishna ----*/

/*PDF Viewer Style*/
.pdf-div > div {
    height: calc(100vh - 205px);
    min-height: 600px;
}