﻿@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;1,100;1,300;1,400&display=swap);

body {
    padding: 0;
    margin: 0;
    font-family: Jost,sans-serif !important;
    font-size: 17px;
    color: #444;
    position: relative;
    background-image: url(../img/background/banner.jpg)
}

:root {
    --primary_color: "#da251c";
      --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
 

}

a {
    text-decoration: none !important
}

.top_header{
    padding:0px 22px;
}

.main-heading {
    font-size: 25px !important;
    color: #f30;
    font-weight: 700;
    margin-top: 10px;
}
.nav_class_black{
    background:black;
}
.sub-heading {
    color: #012b53
}

.navbar_header {
    width: auto;
    height: auto;
    display: block;
    letter-spacing: .3px
}

    .navbar_header ul li:last-child > ul {
        right: 0;
        left: auto
    }

    .navbar_header > ul > li > ul > li > ul {
        position: absolute;
        top: 0;
        right: -150px;
        width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        z-index: 999
    }

    

        .navbar_header > ul > li > ul > li > ul > li > a {
            color: #fff;
            width: 100%;
            height: auto;
            display: inline-block;
            background-color: #ec390c;
            border-bottom: 1px dashed #fff;
            padding: 10px;
            font-size: 12px;
            position: relative;
            text-decoration: none
        }

            .navbar_header > ul > li > ul > li > ul > li > a:hover {
                background: #ccc;
                border-bottom: 1px solid #244e86
            }

    .navbar_header > ul > li > ul {
        position: absolute;
        left: 0;
        min-width: 250px;
        list-style: none;
        padding: 0;
        top: 44px;
        z-index: 999;
        margin: 0;
        display: none;
        background-color: #da251c !important;
    }

        .navbar_header > ul > li > ul > li {
            position: relative
        }

            .navbar_header > ul > li > ul > li > a {
                color: #fff;
                border-bottom: 1px dashed;
                width: 100%;
                height: auto;
                display: inline-block;
                padding: 10px;
                font-size: 13px;
                position: relative;
                text-decoration: none;
                text-align: start
            }

                .navbar_header > ul > li > ul > li > a:hover {
                    text-decoration: none;
                    background: #fff;
                    color: var(--primary_color);
                    letter-spacing: 1px
                }

    .navbar_header > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%
    }

        .navbar_header > ul > li:hover > a {
            color: #da251c;
        }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: auto;
            display: inline-block
        }

        .navbar_header > ul li:hover > ul, .navbar_header > ul li > ul > li:hover > ul {
            display: inline
        }

        .navbar_header > ul > li > a {
            display: inline-block;
            color: black;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            letter-spacing: .3px;
            text-decoration: none;
            position: relative;
            transition: .5s;
            font-size: 17px
        }

            .navbar_header > ul > li > a:after {
                content: '';
                position: absolute;
                left: auto;
                bottom: auto;
                top: auto;
                right: 9px;
                width: 0;
                bottom: 16px;
                height: 0;
                clear: both
            }

       

.MobileMenubar {
    display: none
}

.Navbartoggle {
    font-size: 20px;
    color: #fff
}

@media only screen and (max-width:768px) {
    .MobileMenubar {
        display: inline-block;
        padding: 10px;
        float: right
    }

    .navbar_header > ul {
        padding: 5px;
        list-style: none;
        margin: 0;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #f8f9fa
    }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: 100%;
            display: inline-block;
            border-bottom: 1px solid #064089
        }

            .navbar_header > ul > li > a {
                width: 100%;
                color: #333
            }

                .navbar_header > ul > li > a:hover {
                    color: #da251c !important;
                }


            .navbar_header > ul > li > ul {
                display: inline-block;
                position: static;
                width: 100%
            }

    .navbar_header {
        width: 0;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: #ff3300;
        top: 0;
        bottom: 0;
        z-index: 999
    }




/*nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #cssmenu #head-mobile {
        display: none
    }

#cssmenu {
    font-family: sans-serif;
    background: black
}

    #cssmenu > ul > li {
        float: left
    }

        #cssmenu > ul > li > a {
            padding: 17px;
            font-size: 12px;
            letter-spacing: 1px;
            text-decoration: none;
            color: #ddd;
            font-weight: 700;
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #fff
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            background: #da251c !important;
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            padding-right: 30px
        }

            #cssmenu > ul > li.has-sub > a:after {
                position: absolute;
                top: 22px;
                right: 11px;
                width: 8px;
                height: 2px;
                display: block;
                background: #ddd;
                content: ''
            }

            #cssmenu > ul > li.has-sub > a:before {
                position: absolute;
                top: 19px;
                right: 14px;
                display: block;
                width: 2px;
                height: 8px;
                background: #ddd;
                content: '';
                -webkit-transition: all .25s ease;
                -ms-transition: all .25s ease;
                transition: all .25s ease
            }

        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #333;
            transition: all .25s ease
        }

            #cssmenu ul ul li:hover {
            }

    #cssmenu li:hover > ul {
        left: auto
    }

        #cssmenu li:hover > ul > li {
            height: 35px
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #ddd;
        font-weight: 400;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #fff
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333
    }

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

        #cssmenu ul {
            width: 100%;
            display: none
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #444
            }

                #cssmenu ul li:hover {
                    background: #363636;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0
                }

        #cssmenu > ul > li {
            float: none
        }

        #cssmenu ul ul li a {
            padding-left: 25px
        }

        #cssmenu ul ul li {
            background: #333 !important;
        }

            #cssmenu ul ul li:hover {
                background: #363636 !important
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px
        }

        #cssmenu ul ul li a {
            color: #ddd;
            background: none
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none
            }

        #cssmenu #head-mobile {
            display: block;
            padding: 23px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700
        }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

        .button:after {
            position: absolute;
            top: 22px;
            right: 20px;
            display: block;
            height: 4px;
            width: 20px;
            border-top: 2px solid #dddddd;
            border-bottom: 2px solid #dddddd;
            content: ''
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: #ddd;
            content: ''
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 23px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .button.menu-opened:before {
            top: 23px;
            background: #fff;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #262626
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}


#cssmenu {
    display: flex !important;
    justify-content: flex-end !important;
}*/




    .div_Logo {
        position: static;
        z-index: 99;
        width: 60%;
        height: auto;
        background-color: #fff;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .Header_address {
        padding: 5px
    }
}

.affix {
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 0 2px 6px 0
}

.menuBar {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.mobileMenu {
    width: 100%;
    display: none
}

@media only screen and (max-width:768px) {
    .navbar_header > ul > li > ul {
        display: inline-block;
        position: static;
        width: 100%
    }

    .mobileMenu {
        width: 100%;
        display: inline-block;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
        display: block
    }

    .menuBar {
        width: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        display: block
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: -30px;
        z-index: 999;
        height: 100%;
        width: 0;
        top: 0;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
        padding: 8px
    }
}

.Togglebtn {
    display: none
}

@media only screen and (max-width:768px) {
    .Admission {
        width: 120px !important;
        top: auto !important;
        bottom: 10px;
    }

    #back-top img {
        width: 30px;
    }

    .Togglebtn {
        padding: 5px;
        border: 1px solid gray;
        display: inline-block;
        color: orange;
        font-size: 25px
    }
}


.Layer2 {
    float: right;
    padding-top: 20px
}

.header-cont {
    border-top: 5px solid #da251c;
    border-bottom: 5px solid #da251c;
    background-image: url(../img/background/banner.jpg);
}

.carousel-control-next, .carousel-control-prev {
    background-color: transparent !important;
    border: none !important
}

.about-cont {
    background-image: url(../img/background/pattern-4.png);
    background-size:inherit
}

.btn-grad {
    background: black;
}

.btn-grad {
    padding: 15px 45px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: inline-block
}

    .btn-grad:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none
    }

.sticky {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 10;
    background-image: url(../img/background/banner.jpg)
}

    .sticky + .content {
        padding-top: 102px
    }

.top-bar {
    background-color: #da251c !important;
}

.counter-cont {
    padding: 60px 120px;
    background-color: black;
}

.counter {
    background-color: aliceblue;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.count-title {
    font-size: 40px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center
}

.count-text {
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #3c3c3c;
}

.icon-color {
    color: #f30
}

.galley {
    background-image: url(../img/background/banner.jpg);
    background-size: cover
}

.mantor {
    padding: 50px 0
}
.footer_links_section{
   display:grid;
   place-items:center;

}
.about-us {
    padding: 50px 120px;
}

.profile_d {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.msg_img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

footer {
    background: black;
    background-size: cover
}

.footer_section{
    padding:30px 20px;
}

.footer-list {
    text-align:center;
}

    .footer-list li {
        line-height: 40px;
        list-style: none;
        color: #fff
    }

        .footer-list li a {
            color: #fff ;
            transition:0.3s;
          
        }

            .footer-list li a:hover {
                color: #da251c;
                transition:0.3s
            }

.bottom-link {
    background-color: #012b53
}

.soical-media {
    padding: 60px 120px;
}

.soical-cont {
    height: 350px;
    overflow: auto
}

.fb_div {
    font-weight: 600;
    padding: 13px 0px;
    background: #3b5998;
 
}
.twiter_div {
    font-weight: 600;
    padding: 13px 0px;
    background: #00acee;
}

.youtube_div {
    font-weight: 600;
    padding: 13px 0px;
    background: #c4302b;
}

.gallery-album {
    position: relative;
    overflow: hidden;
    border: 2px solid #282727;
    border-radius: 10px;
    padding: 5px
}

.gallery-album {
    width: 100%;
    height: 230px
}

    .gallery-album:before {
        content: '';
        width: 33px;
        height: 20px;
        position: absolute;
        top: -60px;
        right: 30px;
        cursor: pointer;
        transition: cubic-bezier(.22,.61,.36,1) all .4s;
        -webkit-transition: cubic-bezier(.22,.61,.36,1) all .4s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        z-index: 3
    }

    .gallery-album a.img-0 {
        display: block !important;
        position: relative;
        width: auto;
        height: 216px;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat
    }

    .gallery-album .titles {
        position: absolute;
        text-align: right;
        font-size: 16px;
        letter-spacing: .5px;
        font-weight: 500;
        text-transform: uppercase;
        right: 30px;
        background: #fff;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        bottom: -100px;
        transition: cubic-bezier(.22,.61,.36,1) all .6s;
        -webkit-transition: cubic-bezier(.22,.61,.36,1) all .6s
    }

    .gallery-album:hover .titles {
        bottom: 28px;
        background: #fff;
        width: 100%;
        padding: 10px 0;
        text-align: center
    }

div#ModelSlider, div#modal_div {
    background: url(../img/overlay.png);
    background-color: #151515a8
}

.modal-body .Model_header {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(180deg,#f30,#ea370a);
    text-align: center;
    padding: 2px 0 10px;
    letter-spacing: .5px
}

.modal-body {
    padding: 0 !important;
    box-shadow: 1px 1px 14px 10px #00000024;
    border-radius: 1px;
    border: 8px solid #f30
}
.newsbox {
    border: 3px solid #f30;
    border-radius: 15px;
}

.close_btn {
    background: 0 0;
    box-shadow: none;
    border: none;
    font-size: 26px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 20px;
    transition: .3s all ease-in
}

.news_date_con {
    border: 6px solid #05050500;
    background: aliceblue;
   
    border-radius: 6px;
    min-width: 50px;
    max-width: 100px;
    box-shadow: 0 0 10px #33333321;
    text-align: center;
    cursor: pointer
}

.news_evt_div h4 {
    color: #3b3b3b
}
.upcoming li{
    list-style:none;
}


.news_evt_href:hover > h4 {
    color: #f0c50b
}

#MrqNews {
    height: 280px;
    padding: 0 0 0 5px
}

.news_date_con > span {
    color: #003466;
    font-size: 30px;
    font-weight: 800
}

    .news_date_con > span + span {
        margin: -7px 0 10px;
        letter-spacing: 3px;
        font-weight: 500;
        color: #ff5722;
        text-transform: uppercase;
        font-size: 13px;
        text-align: center
    }

.news_evt_div {
    overflow: hidden;
    width: 100%;
    height: 270px
}

.news_evt_heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#back-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
}

.Admission {
    position: fixed;
    top: 70%;
    z-index: 9;
    left: 10px;
    width: 160px;
}
.university_link {
    position: fixed;
    top: 33%;
    z-index: 9;
    left: 10px;
    width: 160px;
}

#back-top {
    width: 40px;
}

.Admission > a > img {
    filter: hue-rotate( 350deg );
}



.btn_reg {
    text-align: center;
    padding-top: 20px;
}

.university_link p a {
    color:white!important;
}

.university_link p {
    display: inline-block;
    padding: 7px 15px;
    margin-top: 5px;
    border: 1px solid #bd051e;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
    -webkit-animation: change-bg alternate 1s cubic-bezier(0.46, 0.93, 0.45, 0.94) infinite;
    animation: change-bg alternate 1s cubic-bezier(0.46, 0.93, 0.45, 0.94) infinite;
    transition: all 1s ease-in-out;
}

@keyframes change-bg {
    from {
        background-color: #bd051e;
        box-shadow: none;
        border: 1px solid #bd051e;
    }

    to {
        background-color: #ff0023;
        border: 1px solid #ff0023;
        box-shadow: 0px 0px 12px 4px #ff0023;
    }
}



@-webkit-keyframes color-change {
    0% {
        background-color: #ff5722eb;
    }

    50% {
        background-color: #21a7d0;
    }

    100% {
        background-color: #ff5722eb;
    }
}

@-moz-keyframes color-change {
    0% {
        background-color: #ff5722eb;
    }

    50% {
        background-color: #21a7d0;
    }

    100% {
        background-color: #ff5722eb;
    }
}

@-ms-keyframes color-change {
    0% {
        background-color: #ff5722eb;
    }

    50% {
        background-color: #21a7d0;
    }

    100% {
        background-color: #ff5722eb;
    }
}

@-o-keyframes color-change {
    0% {
        background-color: #ff5722eb;
    }

    50% {
        background-color: #21a7d0;
    }

    100% {
        background-color: #ff5722eb;
    }
}

@keyframes color-change {
    0% {
        background-color: #ff5722eb;
    }

    50% {
        background-color: #21a7d0;
    }

    100% {
        background-color: #ff5722eb;
    }
}




/*facility start*/
.facility-cont{
    padding:0px 120px;
}

.title {
    margin: 10px auto;
    font-weight: 700;
    color: #04395e;
    font-size: 40px;
}

.second-color {
    color: #ffc107;
}

p, span {
    letter-spacing: .5px;
    line-height: 30px;
    text-align: justify;
}

.dez-separator-outer {
    padding-top: 2px;
    text-align: center;
    margin-bottom: 15px;
}

.dez-separator.style-liner {
    width: 80px;
}

.bg_light_blue {
    background-color: #04395e;
}

.dez-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
}

.container .col-lg-3, .container .col-md-6, .container .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.m-3 {
    margin: 1rem !important;
}

.facility_box {
    cursor: pointer;
}

.position-relative {
    position: relative !important;
}

.d-flex {
    display: flex !important;
}

div[class*="box_"] > div {
    box-shadow: none !important;
}

.facility_title {
    background: #24475b;
    font-size: 16px;
    color: #fff;
    padding: 8px 0;
    letter-spacing: 1px;
    border-top: 3px solid #24475b;
    transition: .5s all ease-in;
    width: 100%;
    text-align: center;
    overflow: hidden;
    counter-increment: item 1;
}

    .facility_title::before {
        content: '';
        position: absolute;
        width: 12px;
        border-radius: 50%;
        height: 12px;
        background: #fff;
        border: 2px solid #24475b;
        top: 15px;
        left: 5px;
    }

    .facility_title::before {
        content: '';
        position: absolute;
        width: 12px;
        border-radius: 50%;
        height: 12px;
        background: #2b3660;
        border: 2px solid #fff;
        top: 0;
        left: 0;
    }

    .facility_title::after {
        content: "0" counter(item);
        position: absolute;
        width: 40px;
        height: 70px;
        background: #24475b;
        right: -8px;
        top: 54px;
        z-index: -1;
        padding: 19px 12px 0 0;
        clip-path: polygon(100% 40%, 0 0, 0 100%);
        transition: .5s all ease-in;
    }

.facility_content {
    position: relative;
    border: 2px solid #24475b;
    padding: 8px;
    min-height: auto;
    border-radius: 0 0 5px 5px;
    background: #fff;
    margin-top: 3px;
}

    .facility_content > p {
        font-size: 17px;
        text-align: justify;
        color: #666;
    }

p, span {
    letter-spacing: .5px;
    line-height: 30px;
    text-align: justify;
}

.drpmenu {
    right: 0;
    background-color: #0c365e !important;
    width: 22%;
    left: 76%;
    top: -83px;
    text-align: Left !important;
}

.dropdown-item {
    color: white !important;
    font-size: 15px;
}

    .dropdown-item:hover {
        color: #1e2125;
        background-color: #0c365e !important;
        text-decoration: none;
    }

.nav-link {
    display: block;
    font-size: 1px !important;
    color: white !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #0c365e !important;
}

.dd_heading {
    text-align: center;
    font-family: roboto thin;
}

.page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    margin: 0 auto;
    font-family: var(--font-sans);
}

@media (min-width: 768px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .page-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

.d_card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: 0.3s;
}

@media (min-width: 600px) {
    .d_card {
        height: 350px;
    }
}

.d_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.d_card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)) );
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100% );
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}


.d_card:nth-child(1):before {
    background-image: url('/assets/img/classroom.jpg');
}

.d_card:nth-child(2):before {
    background-image: url('/assets/img/LIBRARY.jpg');
}

.d_card:nth-child(3):before {
    background-image: url('/assets/img/computer.jpg');
}





.d_card:nth-child(4):before {
    background-image: url('/assets/img/dance.jpg');
}

.d_card:nth-child(5):before {
    background-image: url('/assets/img/Transportation.jpg');
}

.d_card:nth-child(6):before {
    background-image: url('/assets/img/sports.jpg');
}



.content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-transition: -webkit-transform var(--d) var(--e);
    transition: -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e);
    transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
    z-index: 1;
}

    .content > * + * {
        margin-top: 1rem;
    }

.heading {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    font-weight: 700;
}

.data-content {
    font-size: 18px;
    line-height: 1.25;
}

@media (hover: hover) and (min-width: 600px) {
    .d_card:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .content {
        -webkit-transform: translateY(calc(100% - 4.5rem));
        transform: translateY(calc(100% - 4.5rem));
    }

        .content > *:not(.heading) {
            opacity: 0;
            -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
            -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
            transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
            transition: transform var(--d) var(--e), opacity var(--d) var(--e);
            transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
        }

    .d_card:hover,
    .d_card:focus-within {
        -webkit-box-align: center;
        align-items: center;
    }

        .d_card:hover:before,
        .d_card:focus-within:before {
            -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
        }

        .d_card:hover:after,
        .d_card:focus-within:after {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .d_card:hover .content,
        .d_card:focus-within .content {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

            .d_card:hover .content > *:not(.heading),
            .d_card:focus-within .content > *:not(.heading) {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                -webkit-transition-delay: calc(var(--d) / 8);
                transition-delay: calc(var(--d) / 8);
            }

            .d_card:focus-within:before,
            .d_card:focus-within:after,
            .d_card:focus-within .content,
            .d_card:focus-within .content > *:not(.heading) {
                -webkit-transition-duration: 0s;
                transition-duration: 0s;
            }
}




.my_card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

    .my_card .my_card-body {
        padding: 4rem 2rem;
    }

.my_card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
   
    
}
    .my_card-body img {
        width: 90px;
        border-radius: 50%;
        margin: 0 auto;
        height:100px;
    }


    .profile {
        margin-top: 16px;
        margin-left: 11px;
    }

.profile-pic {
    width: 58px;
}

.cust-name {
    font-size: 18px;
}

.cust-profession {
    font-size: 10px;
}



.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px;
   
}

.slick-slide {
    margin: 10px
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.my_card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f00;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    text-align: center !important;
}


.slick-prev:before, .slick-next:before {
    color: black !important;
}
.template-demo p {
    font-size:20px;
    padding: 0px 150px;
    text-align: center;

}
.my_card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center !important;
}



.profile {
    margin-top: 16px;
    margin-left: 11px;
}

.profile-pic {
    width: 58px;
}

.cust-name {
    font-size: 18px;
}

.cust-profession {
    font-size: 16px;
}



.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}

.socail_media_links{
    display:grid;
    place-items:center;
}

.socail_media_links ul li {
    list-style: none;
    display: inline-block;
}
.socail_media_links ul li i{
  color:white;
  font-size:20px;
  align-items:center;
  margin-left:15px;
  transition:0.3s;
  cursor:pointer;
}
    .socail_media_links ul li i:hover {
        color: red;
        transition: 0.3s;
    }



@media (max-width:992px) {


    .counter-cont {
        padding: 60px 40px;
    }
    .template-demo p{
       padding:0px 20px;
    }
    .my_card .my_card-body {
        padding: 4rem 0rem;
    }

    .facility-cont {
        padding: 0px 20px;
    }
    .soical-media {
        padding: 60px 22px;
    }

}
@media only screen and (max-width: 768px) {
    .nav_class_black {
        background-color: white;
    }
    .top_header_div_1{
        display:grid;
        place-items:center;
    }
    .top_header_div_1 a{
        font-size:14px;
    }
    .top_header_div_2 {
        display: grid;
        place-items: center;
    }
    .top_header_div_2 i{
       display:none;
    }
}


@media only screen and (max-width: 592px) {
    .header_logo img{
        display:grid;
        place-items:center;
    }
    .MobileMenubar{
        display: grid;
        place-items: center;
        font-size: 30px;
    }
}
