@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: .8em;
    font-weight: 500;
    line-height: 24px;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fontawesome/fonts/fontawesome-webfont.ttf') format('truetype');
}

:root {
    --ColorBlue: #f86a9a;
    --ColorBlue: #9ebe3b;
    --ColorBlueDark: #2aaae2;
    --darkbg: #042939;
    --dark-green: #21B867;
    --colorwhite: #ffffff;
    /*--ColorYellow: #f7d865;*/
    --ColorYellow: #7d1c2f;
}



ul,
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

p {
    line-height: 24px;
}

h1 {
    font-size: 50px;
    line-height: 70px;
}

h5 {
    font-size: 1.2em;
}

h1,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
}


h2 {
  font-weight: 400 !important;
}

h4 {
  font-size: 1.3rem !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-blue {
    color: var(--ColorBlue);
}

.text-purple {
    color: var(--ColorPurple);
}

.dark-text {
    color: var(--ColorBlueDark);
}

.dark-text1 {
    color: var(--ColorBlueLaghtDark);
}

.grayText {
    color: var(--ColorGray);
}

.gradientBtn {
    background: linear-gradient(45deg, var(--ColorBlue), var(--ColorPurple));
    padding: 1px 13px;
    color: var(--colorwhite);
    border-radius: 4px;
    /* border: solid 1px var(--ColorPurple); */
    display: inline-block;
}

    .gradientBtn:hover,
    .gradientBtn:focus {
        color: var(--colorwhite);
        background: linear-gradient(45deg, var(--ColorPurple), var(--ColorBlue));
    }

.btn {
    border-radius: 5px !important;
}

.btn-sm {
    border-radius: 50px !important;
}

.btn-primary {
    background-color: var(--ColorBlueDark);
    border: none;
}

.College {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.09);
    padding-bottom: 15px;
    background-image: url(../images/book.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 70px;
}

    .College:hover {
        box-shadow: 0px 3px 20px rgba(0, 0, 0, .5);
    }

    .College img {
        border-radius: 10px 10px 0px 0px;
    }

    .College p {
        font-size: .7rem;
        padding: 0px 20px;
        line-height: .95rem;
    }

    .College h6 {
        color: var(--ColorBlueDark);
        margin-top: 25px;
        padding: 0px 20px;
    }

    .College a {
        display: block;
        padding: 0px 20px;
        color: var(--ColorBlue);
        text-decoration: none;
    }

.categories {
    background: var(--ColorBlue);
    padding: 5px 10px;
    border-radius: 5px;
    left: 14px;
    position: absolute;
    margin-top: 130px;
    color: #fff;
    border-radius: 50%;
}

.Features {
    background: var(--darkbg);
}



.nav-tabs .nav-link {
    color: var(--colorwhite);
}

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
        color: var(--ColorBlue);
        background: #fff;
        border-color: var(--colorwhite) var(--colorwhite) var(--ColorBlue) var(--colorwhite);
        border-width: 1px 1px 1px 1px;
    }

.Features h1,
.Features h1 {
    font-weight: 300;
    color: var(--colorwhite);
}

.Features .number {
    background-color: var(--ColorBlue);
    font-size: 16px;
    text-align: center;
    color: var(--colorwhite);
    width: 133px;
    height: 71px;
    line-height: 65px;
    border-radius: 50px;
}

.Features h1 mask,
.Features h1 mask
{
    font-weight: 600;
    color: var(--ColorBlue);
}
.spanMask {
  font-weight: 600;
  color: #7d1c2f !important;
}

.themeBlueBtns {
    background: var(--ColorBlue);
    border-color: var(--ColorBlue);
}


.event {
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.09);
    padding-bottom: 15px;
}

    .event .date {
        background-color: var(--ColorBlue);
        color: var(--colorwhite);
        width: 120px;
        text-align: center;
        font-size: 45px;
        position: absolute;
        z-index: 9999999;
        margin-left: 15px;
        margin-top: -15px;
    }

        .event .date span {
            display: block;
            font-size: 16px;
        }

    .event .content h6 {
        color: var(--darkbg);
        margin-top: 10px;
    }

.btn-secondary {
    background-color: var(--ColorBlue);
    border-color: var(--ColorBlue);
}

.event .content a {
    color: var(--ColorBlue);
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.themeBlueBtns:hover,
.themeBlueBtns:focus,
.themeBlueBtns:focus-visible {
    background: var(--ColorBlueDark) !important;
    border-color: var(--ColorBlueDark) !important;
}


.themeBtnsPurple {
    background: var(--ColorPurple);
    border-color: var(--ColorPurple) !important;
}

    .themeBtnsPurple:hover,
    .themeBtnsPurple:focus,
    .themeBtnsPurple:focus-visible {
        background: var(--ColorPurpleDark) !important;
        border-color: var(--ColorPurpleDark) !important;
    }

.container-fluid.py-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.container-fluid.pt-0 {
    padding-top: 0px !important;
}

h3.largeHeading {
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
}

h4.largeHeading {
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.topBar {
    background: #ebebeb;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .topBar span {
        color: var(--darkbg);
    }


.socialIcons li span {
    margin-right: 5px;
}

.socialIcons li a {
    width: 27px;
    height: 27px;
    color: var(--colorwhite);
    border: solid 1px;
    margin-right: 5px;
    border-radius: 100%;
    font-size: 16px;
}


.accebilities ul li a {
    color: var(--darkbg);
    padding: 0px 10px;
    border-right: solid 1px #ffffff70;
}

.accebilities ul li:nth-last-child(1) a {
    padding-right: 0px;
    border-right: 0px;
}

.logoSections {
    /*position: absolute;*/
    z-index: 1;
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 17%);
    width: 100%;
    /*Topbar End*/
    /*Logo section Start*/
    /* .logoSections img { */
    /* min-height: 65px; */
    /* max-height: 65px; */
    max-width: 100%;
}

.cm, .cm1 {
    padding: 3px 8px;
    background: #2b60ad;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
    float: left;
    color: #fff;
    border-radius: 5px;
}

.navbar-expand-lg .navbar-nav {
    column-gap: 12px;
}

.cm1 img, .cm img {
    height: 50px !important;
    max-height: 50px !important;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}

.cm_con {
    float: left;
    padding-top: 6px;
}

.cm1 span, .cm span {
    white-space: nowrap;
    font-size: 10px;
}

/*Logo section End*/
/*Menu section Start*/

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    background: var(--colorwhite);
    border-radius: 0px;
    padding: 3px;
}

.dropdown-item {
    color: var(--ColorBlueDark);
    font-size: .8em;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #7d1c2f !important;
        color: #ffffff;
    }

.navBars a.nav-link {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 500;
    color: var(--orange);
}

.navBars .nav-link.highlight {
    color: var(--colorwhite);
    background: var(--orange);
    margin: 0px 5px !important;
}

/*Menu section End*/


/*Slider section Start*/
.carousel-caption {
    bottom: unset;
    bottom: 6%;
    top: 40%;
    /* width: 40%;
     background: #2b60ad96; */
    padding: 15px 20px;
    text-shadow: 2px 2px #5c5c5c;
    z-index: 99;
}

    .carousel-caption h1 {
        font-size: 60px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .carousel-caption h4 {
        font-size: 25px;
        font-weight: 300;
    }

    .carousel-caption h1 span {
        font-weight: 700;
    }

    .carousel-caption p {
        font-size: 12px;
        line-height: 19px;
        max-width: 100%;
    }

/*Slider section End*/

.infocard {
    display: flex;
    /* justify-content: space-between; */
    padding: 15px 7px;
    color: #000;
    flex-direction: column;
    align-items: center;
}

    .infocard .content {
        padding: 2px !important;
    }

.othercontent {
    /* padding:7px 0 0 10px; */
    text-align: center;
    margin-top: 15px;
}

    .othercontent span {
        font-size: 1.5rem;
        font-weight: 600;
    }

.content p {
    margin-bottom: 0px;
    font-weight: 400;
}

.departments {
    position: relative;
}

.content a {
    color: #fff;
}

.bg1 {
    background-color: var(--ColorBlueDark);
}

.bg2 {
    background-color: var(--ColorBlue);
}

.servicesseven .owl-item {
    margin-bottom: 0px;
}

.education {
    border-radius: 10px;
    padding: 30px 10px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.22);
}

    .education .thumb {
        width: 120px;
        height: 120px;
        padding: 20px;
        margin: 0 auto;
        border-radius: 100%;
        background: linear-gradient(#017bd8 0%, #21b867 100%);
    }

    .education h6 {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #a8adb4;
        margin-top: 20px;
        font-weight: 500;
    }

/*statics section start*/

.light_blue_bg {
    background: #EFF8FF;
}

.Location {
    background: url(../images/icons/about_dots.png) no-repeat top right;
}

.left,
.right {
    position: absolute;
    z-index: 99;
}

.left {
    left: 0;
    margin-top: -100px;
}

.right {
    right: 0;
    margin-top: -100px;
}

.flat-row {
    padding: 100px 0;
}

.statics.container-fluid.py-5 {
    padding-top: 100px !important;
}

.Colleges {
    background: #ffffff url(../images/back1.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 800px;
}


.customNavOwl button {
    border-radius: 100%;
    outline: none;
    background: var(--ColorBlue);
    color: #fff;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: var(--colorwhite);
    border: none;
}

    .customNavOwl button.owl-prev {
        margin-right: 5px;
    }


.about h1,
.Colleges h1,
.Admission h1,
.Location h1 {
    font-weight: 300;
    color: #072656;
}

    .about h1 mask,
    .Colleges h1 mask,
    .Admission h1 mask,
    .Location h1 mask {
        font-weight: 600;
        color: var(--ColorBlue);
    }

.count {
    background-color: var(--ColorBlue);
    font-size: 62px;
    line-height: 46px;
    text-align: center;
    color: var(--colorwhite);
    padding: 30px;
    margin-bottom: 48px;
    border-bottom: 6px solid #c14121;
    border-radius: 16px;
}

    .count span {
        display: block;
        font-size: 14px;
        line-height: 30px;
    }

.number {
    background-color: var(--ColorBlue);
    font-size: 16px;
    text-align: center;
    color: var(--colorwhite);
    width: 94px;
    height: 47px;
    line-height: 50px;
    border-radius: 50px;
}

/* .Admission .card {
    border-color: var(--ColorBlue);
} */

.Admission h2 {
    /* color: #ffffff; */
    font-weight: 600;
    /* font-size: 1.5rem; */
}

.Admission p {
    font-size: .7rem;
    line-height: .95rem;
    margin-top: 10px;
}

mask {
    color: var(--ColorYellow);
    font-weight: 600;
}

.feedback {
    border-radius: 0px;
    background: #EFF8FF;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.09);
    padding: 15px;
    margin-top: 10px;
    text-align: center;
}

    .feedback:hover {
        background: #ffffff;
    }

    .feedback .comma {
        max-width: 50px;
        margin: 0 auto;
    }

    .feedback p {
        margin: 25px 50px;
        display: block;
    }

.feedbackone p {
    margin: 8px 0;
    display: block;
    color: #3264ae;
    font-size: .8rem;
}

.feedback .user {
    max-width: 100px;
    border-radius: 50px;
    height: 98px;
    margin: 0 auto 10px;
}

.footer {
    background: #1e3b8b;
    font-size: 14px;
    background-size: cover;
}

.footerLinks h3 {
    color: var(--colorwhite);
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 26px;
}


.footerLinks ul li a {
    display: block;
    color: var(--colorwhite);
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
}

    .footerLinks ul li a::before {
        position: absolute;
        left: 0px;
        top: 0px;
        content: '\f061';
        font-family: 'fontawesome-webfont';
        color: #f7d865;
    }

    .footerLinks ul li a:hover {
        color: var(--colorwhite);
    }

.bottomLogos {
    margin-top: 15px;
}

    .bottomLogos a {
        margin-right: 5px;
    }

        .bottomLogos a img {
            max-height: 55px;
        }

.visitorBox {
    border: solid 1px #f7d865;
    border-radius: 10px;
    padding: 10px;
    color: var(--colorwhite);
}

    .visitorBox h4 {
        font-size: 26px;
        font-weight: 600;
    }

.contactIcon {
    width: 55px;
    height: 55px;
    background: var(--ColorBlue);
    color: var(--colorwhite);
    font-size: 24px;
    border-radius: 100%;
}

.contactContent {
    width: calc(100% - 55px);
    padding-left: 15px;
    color: var(--colorwhite);
}

    .contactContent p {
        margin: 0px;
    }

.copyrights {
    background: #7d1c2f;
}

.city1,
.city2,
.city3,
.city4,
.city5,
.city6 {
    display: block;
    border-radius: 5px;
    min-height: 175px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

    .city1 h4,
    .city2 h4,
    .city3 h4,
    .city4 h4,
    .city5 h4,
    .city6 h4 {
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        margin-top: 150px;
        position: relative;
        z-index: 2;
    }

.city1 {
    background: url(../images/1.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city2 {
    background: url(../images/2.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city3 {
    background: url(../images/3.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city4 {
    background: url(../images/4.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city5 {
    background: url(../images/5.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.city6 {
    background: url(../images/6.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

    .city1::after,
    .city2::after,
    .city3::after,
    .city4::after,
    .city5::after,
    .city6::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgb(33, 184, 103);
        background: linear-gradient(180deg, rgba(33, 184, 103, 0.1825105042016807) 0%, rgba(7, 38, 86, 1) 100%);
        top: 0;
        left: 0;
    }

    .city1:hover::after,
    .city2:hover::after,
    .city3:hover::after,
    .city4:hover::after,
    .city5:hover::after,
    .city6:hover::after {
        background: rgb(33, 184, 103);
        background: linear-gradient(180deg, rgba(33, 184, 103, 0.1825105042016807) 0%, rgba(7, 38, 86, 1) 61%);
    }

.nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
}

.home_btn {
    //color: var(--ColorYellow);
    font-size: 18px;
}

.nav_bar {
    border-top: 1px solid #dee2e6;
}

.volunteer-section {
    background: url(../images/box_section_bg.png) no-repeat 50%;
    background-size: cover;
    margin-top: -5.9%;
    padding-top: 8% !important;
}

.about img {
    /* box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);  */
    border-radius: 7px;
}

.school-choice-section {
    background: url(../images/your_choice_bg.png) no-repeat 50%;
    background-size: cover;
}

.scrollbar {
    height: 335px;
    overflow: auto;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 5px;
    width: 100%;
}

.event-box {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 5px;
    box-shadow: 0 0 6px #00000029;
    display: flex;
    margin-bottom: 24px;
    padding: 16px;
    /* width: 100%; */
}

.event-dates {
    background: #dedede3b 0 0 no-repeat padding-box;
    border-radius: 8px;
    width: 160px;
}

.event-datebox {
    padding: 10px 15px;
}

    .event-datebox h5 {
        /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAABHNCSVQICAgIfAhkiAAAANVJREFUKFPNksERgkAMRfMX77bgDHq3A3HEOx1ICZSgFagd0AccLEHP4syWQAFCTBAdlFHw5h5//tvN/gRUH2eyZDmbMkvXD61ZK5jnlKUH1UDuInCAFQEBE1kw23dIap7UjqLH5TnZw4z9HMCwZfwg6IvQtvoC6ntCQp3AlHfCoNkTan7yG6hdvUJA7jBviyydSzHkkqblJYmMu9zB0LE4J3Ebul6tGQzCKvKx70mio9oYyu1W425D9Qx+a+9/IV0RWZ8ec4JXRX7fPRN1DlYMTHzQdG/4Da1H0vYMfQAAAABJRU5ErkJggg==) no-repeat 100%; */
        background: url(../images/google_calanger.png) no-repeat 100%;
        color: #585858;
        font-family: PoppinsSemiBold;
        font-size: 12px;
        letter-spacing: .6px;
        margin-bottom: 2px;
    }

    .event-datebox h6 {
        color: #092a53;
        font-family: PoppinsMedium;
        font-size: 14px;
        letter-spacing: .7px;
        line-height: 20px;
        margin: 0;
    }


    .event-datebox + .event-datebox {
        border-top: 1px solid #dedede;
    }

.event-text {
    padding-left: 20px;
    /* width: calc(100% - 180px); */
}

.event-location {
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAABHNCSVQICAgIfAhkiAAAASBJREFUKFNtkMFRwzAQRf/KyTnpIGbA57gEM+AzpgIowSWYCiAVECqAnB0moQJ8x5lRCdwTadlVbA9k2JO0+vr/7RK04mxqxuNHOWVgnhLQOOAB7Xqrz9QJNvKQgvGhTQanRDRx3t9i9/5GJsmXIrgLDWNs5P3cObcyo1Ej+ok/HM7IXFxbAllHKCPg8+iEF/moUc+O+ZKiJBd3iSEstRkY5e7AVUS00QSNawR2prYC/0SMOLgyVyC6CU49k0RY8r5yJFzgUgSFmrqvmgjnV0VkzGuIOS3mlWvXhfABAZ5odqrRKN1VEAn8/QDdKxW+rbPjMrvSAeQy7++9yx8Rkjwd9uSx8Lu67D8MTh2bjl34/T6D3X7/KwrNOItFYH8P8QMa+4GF2L7VYwAAAABJRU5ErkJggg==) no-repeat 0; */
    background: url(../images/google_pin.png) no-repeat 0%;
    line-height: 22px;
    margin-bottom: 14px;
    padding-left: 18px;
}

.profile-img img {
    border-radius: 50%;
    height: 83px;
    width: 83px;
}

.feedbackone {
    background: none;
}

.feedback .school {
    max-width: 135px;
    /* border-radius: 50px; */
    height: auto;
    margin: 0 auto 0px;
}


.pagination {
    background: #092a53;
}

.ul_section li {
    text-decoration: none;
}

    .ul_section li a {
        color: var(--ColorBlueDark);
        list-style-type: disc;
    }

.ul_section .list-group-item.active {
    background-color: #3667ae;
    border-color: #3667ae;
}

.section_one {
    overflow: hidden;
}
/* .section_one img{ width:fit-content;} */
.section_two {
    background-color: #3265ae;
    color: #ffffff;
}

.section_comman h3 {
    font-size: 1.25rem;
}

.section_comman p {
    margin-top: 35px;
    display: block;
}

.section_comman a {
    color: #fff;
    padding-top: 25px;
    display: block;
}

.section_three {
    background-color: #f7941d;
    color: #ffffff;
}

.section_four {
    background-color: #f7941d;
    color: #ffffff;
}

.section_five {
    background-color: #3265ae;
    color: #ffffff;
}

.custome_table tr th {
    background: #f86ab4;
    color: #fff;
}

.border_light_yello {
    border-left: 15px solid #fcf9e6;
}

.border_light_red {
    border-left: 15px solid #fbdbd0;
}

.border_light_blue {
    border-left: 15px solid #d9f0f6;
}

.border_light_green {
    border-left: 15px solid #e5f7e7;
}

.socialIcons li {
    -webkit-filter: grayscale(100%);
}

    .socialIcons li:hover {
        -webkit-filter: grayscale(0%);
        cursor: pointer;
    }

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #dfedff;
    /* border-radius:7px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2b60ad;
    border-radius: 7px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.endgis_icon img {
    min-height: inherit;
    max-height: inherit;
    max-width: inherit;
    margin: 2px 5px;
}

.endgis_icon a {
    color: #2b60ad;
}



.rowMemberEqual .flat-counter {
    min-height: 320px;
}

.flat-counter.style1 {
    background: #eeeeee;
    padding: 18px 18px 30px;
    border-radius: 5px;
}

.rounded1 {
    border-radius: 200px;
    border: 2px solid #958f8f;
    height: 125px;
    width: 125px !important;
    object-fit: cover;
}

.content-counter h6 {
    color: #000000;
    font-weight: 500;
}

.flat-counter.style1 p {
    font-size: 14px;
    color: #000000;
}

.card_custome {
    border: 10px solid #dfedff;
    box-shadow: 10px 10px 10px #d1d1d1;
    border-bottom: none;
    border-right: none;
    border-radius: 20px !important;
}

    .card_custome img {
        border-radius: 15px;
        margin: 15px;
    }

.news_section {
    background-color: var(--ColorBlueDark);
}

    .news_section li {
        float: left;
    }

.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    padding: 8px;
    font-size: 24px;
    border-radius: 5px;
}

    .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg {
        fill: rgb(255 255 255);
        height: 1em;
        width: 1em;
    }

.hovertable thead tr {
    background-color: var(--ColorBlueDark);
    color: #ffffff;
}

    .hovertable thead tr th, .hovertable tbody tr td {
        padding: 5px;
        border: 1px solid #dfe3e7;
    }

.hovertable tbody tr {
    background-color: rgb(239 248 255);
}

    .hovertable tbody tr:hover {
        background-color: var(--ColorBlue);
        color: #ffffff;
    }
/* .carousel { z-index: -1;} */
/* .navbar { position: relative; z-index: 5;} */


@media (max-width:667px) {
    .departments {
        margin-top: 0px;
    }

    .event-box {
        display: block !important;
    }

    .event-dates {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .section_one img {
        width: 100%;
    }
}

@media (max-width:991px) {

    .left,
    .right {
        display: none;
    }

    .socialIcons,
    .accebilities ul {
        width: 100% !important;
        justify-content: center !important;
    }

    .cm {
        position: unset !important;
    }

    h1 {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .statics .card {
        margin-bottom: 100px;
    }

    .btn {
        margin-bottom: 10px;
    }

    .VideoGallery .centerButtons .customNavOwlOuter {
        position: unset !important;
    }

    h3,
    .gradientBtn {
        margin: 15px 0px;
    }

    .visitorBox {
        margin-top: 15px;
    }

    .footer,
    .galleryBG,
    .departmentSection {
        background-size: cover;
    }

    .container-fluid.py-5,
    .container-fluid.py-5.footer,
    .statics.container-fluid.py-5,
    .container-fluid.py-5.NewsEventsSection {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .statics .card-body .circleStatics {
        width: 120px;
        height: 120px;
        top: -35px;
        left: 35%;
    }

    .statics .card-body {
        padding-top: 85px;
    }

    .galleryBG h2 {
        font-size: 36px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 70% !important;
        min-width: 70% !important;
    }
}

@media (min-width:1400px) {
    .container.width-85 {
        max-width: 85% !important;
        min-width: 85% !important;
    }

    .container.width-75 {
        max-width: 75% !important;
        min-width: 75% !important;
    }
}

.servicesthree .owl-dots {
    padding-top: 30px;
}

.servicesthree.owl-drag .owl-item {
    border-radius: 5px;
    border: 2px solid #000000;
}

    .servicesthree.owl-drag .owl-item .item {
        height: 180px;
    }

.owl-carousel-main {
    position: relative;
}

    .owl-carousel-main .servicesthreeSliderNav {
        position: absolute;
        top: 45%;
        z-index: 9;
    }

        .owl-carousel-main .servicesthreeSliderNav .owl-next {
            right: 12px !important;
            position: absolute;
        }

.servicesthreeSliderNav .owl-prev, .servicesthreeSliderNav .owl-next {
    background: #2b60ad;
    border: none;
    color: #fff;
    padding: 6px;
}



.owl-carousel-main {
    position: relative;
}

    .owl-carousel-main .servicessSliderNav {
        position: absolute;
        top: 2%;
        z-index: 9;
        right: 0;
        width: 15%;
    }

        .owl-carousel-main .servicessSliderNav .owl-next {
            right: 10px !important;
            position: absolute;
        }

.servicessSliderNav .owl-prev, .servicessSliderNav .owl-next {
    background: #9ebe3b;
    border: none;
    color: #fff;
    padding: 6px 13px;
    border-radius: 30px;
    margin: 0px 5px;
}

.custome_item button:nth-child(1) {
    background: #55b5bd;
    color: #fff !important;
    margin: 0 5px;
    border: none;
    border-radius: 5px;
}

.right_side {
    text-align: right;
    margin-right: 10px;
}

.custome_hading {
    padding: 0;
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 400;
}

.table > :not(caption) > * > * {
    background-color: aliceblue;
}

.empowering_chi mask {
    font-size: 44px;
    font-weight: 500;
    padding-top: 20px !important;
    display: block;
}

.empowering_chi span {
}

.empowering_chi p {
    font-size: .8rem;
    font-weight: 400;
    line-height: 20px;
}




.display-4 {
    font: 800 44px system-ui;
    color: #f86a9a;
}

.video_bg { /* background: url(../images/video-bg.jpg) no-repeat 50% bottom; */ /* background-size: cover; */ /* height:300px; */ /* padding:0; */
    margin: 0;
}

.img_t {
    background-color: #4c4c4c;
    color: #fff;
    padding: 4px 20px 8px 25px;
    position: relative;
    box-sizing: border-box;
    margin-top: 0;
    transition: 0.3s;
    border-radius: 15px 0 15px 15px;
}

    .img_t h6 {
        font-size: 1.3rem;
    }

    .img_t p {
        font-size: .8rem;
    }

.person::after {
    width: calc(50% - 30px);
    cursor: pointer;
    transition: 0.45s;
    position: relative;
    border-radius: 100% 15px 15px 15px;
    margin-bottom: 50px;
    background-color: #e8eff2;
    margin-top: 100px;
}

.our_focus h4 {
    font-size: 1rem;
}

.engagewithus_l {
    padding-top: 10%;
}

.socialMedia {
    border-top: solid 1px #fff;
    padding-top: 15px;
}

.socialMedia_icon li {
    float: left !important;
    margin-right: 0px !important;
}

    .socialMedia_icon li a {
        padding: 0px !important
    }

        .socialMedia_icon li a::before {
            display: none !important
        }

.sliderbottomstip {
    background-color: #fff;
}

.w-20 {
    width: 20%;
}

.empowering_chidren {
    background-color: #f7d865;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    text-align: center;
}

.owl-carousel button.owl-dot.active {
    background: #000000;
    width: 25px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #ccc;
    width: 10px;
    height: 5px;
    border-radius: 15px;
    margin: 2px;
}


.sliderbottomstip .w-20:hover {
    position: relative;
    border-bottom: 3px solid #f00;
}

    .sliderbottomstip .w-20:hover:before {
        background-color: var(--primary-color);
        border-radius: 2px;
        bottom: -1.25rem;
        content: "";
        font-weight: 100;
        height: 4px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%;
    }

.lighter_p {
    background-color: #c94773;
    border: 3px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.2);
}

.lighter_w {
    background: #f1efef;
}

.blue_bg {
    background: #2aaae2;
}

.lighter_b {
    background-color: #44bef3;
}

.lighter_bone {
    background-color: #edf7fe;
}

.img_con {
    position: absolute;
    bottom: 40px;
    left: 20px;
    text-align: left;
    background: #0000005e;
    padding: 10px;
}

.servicesseven .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 45%;
}

.owl-carousel-main {
    position: relative;
}

    .owl-carousel-main .servicessevenSliderNav,
    .owl-carousel-main .servicesinnertwoSliderNav {
        position: absolute;
        top: 45%;
        z-index: 9;
        right: -0px;
        width: 100%;
    }

        .owl-carousel-main .servicessevenSliderNav .owl-next,
        .owl-carousel-main .servicesinnertwoSliderNav .owl-next {
            right: 0px !important;
            position: absolute;
        }

.servicessevenSliderNav .owl-prev, .servicessevenSliderNav .owl-next,
.servicesinnertwoSliderNav .owl-prev, .servicesinnertwoSliderNav .owl-next {
    background: #9ebe3b;
    border: none;
    color: #fff;
    padding: 6px 13px;
    border-radius: 30px;
}

.img_section {
    background: #7d1c2f;
}

.news p {
    font-size: .8rem;
    font-weight: 600;
    line-height: 15px;
}

.four_section_withvideo h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.view_btn {
    background: #7d1c2f;
    color: #fff;
    border: none;
    padding: 5px 8px;
    font-size: 12px;
}

.bg-warning, .btn-warning {
    background: #7d1c2f !important;
    color: #fff !important;
}

.btn-outline-warning {
    border-color: #7d1c2f !important;
    color: #7d1c2f !important;
}

    .btn-outline-warning:hover {
        border-color: #7d1c2f !important;
        background: #7d1c2f !important;
        color: #fff !important;
    }
/*------------------------------- inner page ----------------------------*/
.inner_banner {
    background-image: url(../images/inner_bg.jpg);
}

.owl-firstimg img {
    display: inline;
    width: auto;
}

.servicesinnertwo .owl-dots {
    display: none !important;
}

.servicesinnertwo .owl-item::before {
    content: '';
    display: inline-block;
    width: 77px;
    height: 15px;
    position: relative;
    left: 68%;
    top: 120px;
    background-image: url(../images/connectico.svg);
    background-repeat: no-repeat;
}


.SideFixedIcons {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 999;
}

    .SideFixedIcons ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .SideFixedIcons ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .SideFixedIcons ul li a {
                width: 40px;
                height: 40px;
                font-size: 22px;
                background: #fff;
                position: relative;
            }

                .SideFixedIcons ul li a span {
                    font-size: 16px;
                    white-space: pre;
                    position: absolute;
                    right: -400px;
                    background: #fff;
                    transition: all .2s;
                }

                .SideFixedIcons ul li a:hover span {
                    right: 100%;
                    padding: 10px;
                }

            .SideFixedIcons ul li:nth-child(1) a {
                background: #fff;
                color: #333;
            }

            .SideFixedIcons ul li:nth-child(2) a {
                background: green;
                color: #000;
            }

            .SideFixedIcons ul li:nth-child(3) a {
                background: red;
                color: #000;
            }

.carousel {
    position: relative;
    /* top: -81px; */
}

.fiveBoxSection {
    margin-top: 100px;
}

.shapBg {
    background: url(../images/it_graph-1.jpg) no-repeat 50%;
    background-size: cover;
    background: #f6ffec;
}

.sliderOverlay {
    background: linear-gradient(45deg, #ffdfe6, #1e3b8b);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: .7;
}

.ImgGreenShad img {
    filter: hue-rotate(35deg);
    opacity: 0.7;
}

.ImgGreenself {
    filter: hue-rotate(106deg);
}

.GreenShad {
    box-shadow: 0px 2px 4px #b0d14b;
    min-height: 258px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


h2 {
    font-size: 3.5rem !important;
    font-weight: 300 !important;
}

    h2 mask {
        font-weight: 700 !important;
    }

.initiatives_bg, .YourChoice {
    background: url('../images/EventsBg.png') no-repeat;
    background-size: cover;
}

.bgShapN {
    background: url('../images/EventsBg.png') no-repeat fixed;
    background-size: cover;
}

.our_focus {
    background: url('../images/it_graph-1.jpg') no-repeat;
    background-size: cover;
}

.owl-carousel.owl-drag .owl-item {
    margin-bottom: 20px !important;
}

.top_section {
    background: #7d1c2f;
}

.logoSections_one {
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 17%);
    width: 100%;
    max-width: 100%;
    top: 100px;
    background-color: #fdf3e7;
}

.Admission {
    background-color: #f7d865;
    border-radius: 7px;
}

.btn-fil {
    background-color: #0D4B97;
    padding: 6px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #0D4B97;
    display: inline-block;
}

.border-btn {
    background-color: #fff;
    border: 1px solid #0D4B97;
    padding: 6px 16px;
    color: #0D4B97;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
}

.cm_img {
    position: absolute;
    bottom: 0px;
    width: 250px;
    /*height: 306px;*/
    right: 16%;
    z-index: 999;
}

.cm_img_dtl {
    background: #7d1c2f;
}

    .cm_img_dtl h4 {
        font-size: 12px;
        margin-bottom: 3px;
        color: #fff;
    }

    .cm_img_dtl span {
        font-size: 12px;
        color: #fff;
    }

.flashNews {
    background: #1e3b8b;
    font-size: 14px;
    line-height: 23px;
}

.newsArrow {
    background: #7d1c2f;
    height: 40px;
    position: relative;
    width: calc(100% - 20px);
    color: #fff;
}

    .newsArrow::after {
        position: absolute;
        right: -20px;
        top: 0px;
        content: '';
        width: 0px;
        height: 0px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #7d1c2f;
    }


@media(max-width:1440px) {
    .cm_img {
        width: 175px;
        right: 10%;
    }
}

@media(max-width:1200px) {
    .cm_img {
        width: 110px;
    }
}

ul.navbar-nav li {
    position: relative;
}

    ul.navbar-nav li a {
        border-bottom: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        ul.navbar-nav li a i {
            margin-left: 5px !important;
        }

        ul.navbar-nav li a span {
            display: block;
        }

    ul.navbar-nav li:nth-last-child(1) a {
        border-bottom: 0px !important;
    }

    ul.navbar-nav li ul li a {
        color: #000;
        border-bottom: solid 1px #c4c4c4;
    }

    ul.navbar-nav li:hover > a {
        background: #7d1c2f !important;
        color: #ffffff;
    }

    ul.navbar-nav li ul li:hover > ul {
        display: block;
        top: -3px;
        left: 100%;
    }

.border-right-1 {
    border-right: solid 1px #f7d865;
    padding-right: 15px;
}

#NotificationTabs {
    background: none !important;
}

    #NotificationTabs .nav-item {
        position: relative;
    }

        #NotificationTabs .nav-item .nav-link {
            background: #ffdde4;
            color: #000 !important;
            border-radius: 8px !important;
            border: 0px;
            margin-left: 4px;
            text-align: center;
            padding: 10px !important;
        }

            #NotificationTabs .nav-item .nav-link.active {
                background: #7d1c2f !important;
                color: #fff !important;
            }

                #NotificationTabs .nav-item .nav-link.active::after {
                    position: absolute;
                    width: 15px;
                    height: 15px;
                    background: #7d1c2f;
                    transform: rotate(45deg);
                    bottom: -7px;
                    left: 47%;
                    content: "";
                }

.HeadingMainsBox {
    background: #ffe4e9;
}

.bg-theme-light {
    background: #fff4cd;
}

.graphHeading {
    background: #7d1c2f;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.graphSection div.card {
    border-radius: 0px;
}

.graphSection2 div.card {
    width: calc(100% / 2 - 0px);
    text-align: center;
}

.lighBgGraph div.card .card-body {
    background: #ffdde4;
}

.graphSection5 div.card {
    width: calc(100% / 5 - 0px);
    text-align: center;
}

.graphSection1 div.card {
    width: calc(100% / 1 - 0px);
    text-align: center;
}

.graphSection80 {
    width: calc(100% - 200px);
}

.graphSection20 {
    width: 200px;
}

.max-graph-height {
    max-height: 425px;
    overflow: auto;
}

.graphSection ul li label {
    display: flex;
}

    .graphSection ul li label input {
        margin-right: 5px;
    }






.highcharts-credits, .highcharts-title, .highcharts-exporting-group {
    display: none;
}


.listUlDiv {
    height: 155px;
    overflow: auto;
}

.clickedLists ul, .clickedListsNotification ul {
    list-style: none;
    padding: 0px;
    background: #fff3f5;
    padding: 5px 10px;
}

    .clickedLists ul li, .clickedListsNotification ul li {
        display: block
    }

        .clickedLists ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #000;
            border-bottom: dashed 1px #ebebeb;
            padding: 5px 5px;
        }

        .clickedListsNotification ul li a {
            color: #000;
            border-bottom: dashed 1px #c3c3c3;
            padding: 5px 5px;
            display: block;
        }

        .clickedLists ul li:nth-last-child(1) a, .clickedListsNotification ul li:nth-last-child(1) a {
            border-bottom: 0px;
        }

        .clickedLists ul li ul {
            display: none;
            background: rgba(0, 0, 0, 0.05);
        }

.clickedLists .card {
    margin-bottom: 15px;
}

    .clickedLists .card .card-body {
        padding: 3px;
        background: #fff3f5;
    }


.overflow250px {
    overflow: auto;
    height: 250px;
}

#myTabContent ol {
    list-style: auto !important;
    padding-left: 20px;
}

.cardRed .card-header {
    background: #7d1c2f;
    color: #fff;
}

.cardRed ul li a {
    padding: 5px 15px 5px 25px !important;
    position: relative;
}

    .cardRed ul li a::before {
        position: absolute;
        top: 5px;
        left: 0px;
        font-family: fontawesome-webfont;
        content: "\f0a4";
        color: #7d1c2f;
    }


#NotificationTabs {
  background: none !important;
}

  #NotificationTabs .nav-item {
    position: relative;
  }

    #NotificationTabs .nav-item .nav-link {
      background: #ffdde4;
      color: #000 !important;
      border-radius: 8px !important;
      border: 0px;
      margin-left: 4px;
      text-align: center;
      padding: 10px !important;
    }

      #NotificationTabs .nav-item .nav-link.active {
        background: #7d1c2f !important;
        color: #fff !important;
      }

        #NotificationTabs .nav-item .nav-link.active::after {
          position: absolute;
          width: 15px;
          height: 15px;
          background: #7d1c2f;
          transform: rotate(45deg);
          bottom: -7px;
          left: 47%;
          content: "";
        }


.buttonAppluAdmission {
  background: #7d1c2f;
  position: relative;
  color:#fff;
  animation: mymove 5s infinite;
  padding:15px;
  border-radius:15px 0px !important;
}

@keyframes mymove {
  0% {
    background-color: red;
    border-radius: 15px 0px !important;
  }

  25% {
    background-color: yellow;
    color: #000;
    border-radius: 0px 15px !important;
  }

  50% {
    background-color: blue;
    border-radius: 15px 0px !important;
  }

  100% {
    background-color: green;
    border-radius: 0px 15px !important;
  }
}
