﻿@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');

body {
    font-family: Poppins;
    font-display: optional;
    box-sizing: border-box;
    overflow-x: hidden;
}
li, span, p,button,input {
    font-family: Poppins !important;
}
html {
    overflow-x: hidden;
}


/* Global Start */
:root {
    --primary_color: #115aaa;
    --secondary_color: #FFC021;
    --third_color: #FF4B21;
    --forth_color: #1BCD63;
    --fifth_color: #FF9621;
    --light_color: #ebfafc;
    --button_color: #bd204b;
    --text_color: #363636;
    --ls: .5px;
    --lh: 30px;
    --ts: .5s all ease-in-out;
    --textColor: #3D4B58;
    --br: 0px;
}




a {
    cursor: pointer;
}

.peShiner + span {
    position: absolute;
    top: 40px;
    letter-spacing: 1px;
    left: 90px;
    font-size: 30px;
    line-height: 32px;
    white-space: nowrap;
    font-weight: bolder;
    color: #115aaa;
    font-family: emoji;
}

    .peShiner + span > strong {
        font-size: 66px;
        font-weight: 900;
        font-family: 'Limelight', cursive;
        letter-spacing: 2px;
        margin-left: -4px;
        color: #1f82af;
    }

/* header start */
.nav_div > span > svg {
    width: 45px;
}

.hea_nav_mbl > span.close {
    background-position: 0 -46px;
}

.top_hea_div {
    background: #ffffffc2;
}

.news_div i.ri-article-line {
    background: #11627a;
    border-radius: 100%;
    font-size: 13px;
    padding: 2px 5px;
}

/*.top_hea_div::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/sky_bg.jpg);
        background-size: cover;
        z-index: -1;
        background-position: center center;
    }
*/

#carouselExampleIndicators .carousel-control-prev, #carouselExampleIndicators .carousel-control-next {
    display: none;
}

.header_top_div {
    z-index: 1;
}

.log_div_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.log_nav_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.log_btn span > svg {
    width: 100px;
}


.log_btn > a {
    padding: 10px 25px;
    background: var(--secondary_color);
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    margin-left: 20px;
    transition-duration: 0.50s;
}

.log_btn a:last-child {
    background: var(--third_color);
}

    .log_btn a:last-child:hover {
        background: #038084;
    }


#app_div:hover {
    color: #fff !important;
    background: #ff4949;
}


.sch_btn {
    background-color: #044e50;
}

.div_content {
    color: #044e50;
    text-align: center;
}

#app_div1 {
    background-color: #ff4949;
}

    #app_div1:hover {
        background-color: #038084;
    }

.vis_div_lnk > img {
    border-radius: 0px;
}

.vis_div_lnk::before {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -118px;
    background: #2099bd;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 60px 0 0 60px;
}

.top_hea_div_img {
    /* width: 135px;
    top:40px;
    z-index: 10;
    left: 50px;*/

    display: grid;
    place-items: center;
}

/* header end */

/* menu */

.hea_ul_lst_bar_icn > span {
    margin-left: 61px;
    overflow: hidden;
}


.hea_nav_lnk_icn {
    background: linear-gradient(45deg, var(--secondaryColor), #f3a083);
    width: 30px;
    text-align: center;
    height: 26px;
    border-radius: 5px;
    padding: 0px 0;
    margin-top: 5px;
}

.hea_nav_lnk_icn_cnt p {
    font-size: 13px;
    color: var(--textColor);
    letter-spacing: .2px;
}

.hea_nav_lnk_icn_cnt h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondaryColor);
}

.hea_nav_lnk_icn > svg {
    color: #fff;
}

.hea_nav_lnk_div_lst > ul > li {
    margin-right: 60px;
}

.hea_nav_ul {
    background: var(--ni_color) !important;
}

.hea_nav_ul {
    padding: 10px 10px;
}

#MenuItems {
    width: calc(100% - 10%);
}

.hea_ul_lst_bar > ul.close {
    zoom: 1 !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    transition-delay: 0s,0s,.3s !important;
    visibility: visible !important;
    z-index: 100 !important;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#MenuItems_1 {
    left: -190px !important;
}

.position-fixed #MenuItems_1 {
    left: -250px !important;
}

#MenuItems > ul {
    display: flex;
    flex-wrap: wrap;                 
}

.hea_nav_ul ul {
    margin-bottom: 0;
}

div#MenuItems > ul > li {
    line-height: 40px;
    position: relative;
}

    div#MenuItems > ul > li > a {
        padding: 0px 7px;
        color: black;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        white-space: nowrap;
        letter-spacing: var(--ls);
        position: relative;
        z-index: 1;
        transition: var(--ts);
    }

    div#MenuItems > ul > li:hover > ul, div#MenuItems > ul > li > ul > li:hover > ul {
        zoom: 1 !important;
        opacity: 1 !important;
        z-index: 100 !important;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    div #MenuItems > ul > li > ul, #MenuItems_1 {
        background: #254c9b;
        width: 220px;
        border-radius: 0;
        margin: 0px 0 0;
        left: 0;
        margin-left: 0px;
        zoom: 1;
        display: none;
        position: absolute;
        z-index: 100;
        list-style: none;
        padding: 0;
        border-color: transparent !important;
        -webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 2px 15px rgba(0,0,0,.15);
        box-shadow: inset 0 2px 15px rgb(0 0 0 / 6%);
    }

    div#MenuItems > ul > li:hover::before {
        content: '';
        position: absolute;
        top: 30px;
        background: transparent;
        height: 20px;
        width: 100%;
        left: 0;
        z-index: -1;
    }

    div#MenuItems > ul > li:hover > ul, div#MenuItems > ul > li > ul > li:hover > ul {
        zoom: 1 !important;
        display: block;
        visibility: visible;
        z-index: 100 !important;
    }

    div#MenuItems > ul > li > ul > li > ul {
        right: -260px;
        position: absolute;
        background: var(--bs-white);
        width: 220px;
        border-radius: 0px;
        margin: 0;
        top: 0px;
        zoom: 1;
        filter: alpha(opacity=0);
        display: none;
        position: absolute;
        z-index: 100;
        list-style: none;
        padding: 0;
        border-color: transparent !important;
        -webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 2px 15px rgba(0,0,0,.15);
        box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
    }

.nav_div {
    background: white;
    box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
}

div#MenuItems > ul > li > ul > li > a:hover, div#MenuItems > ul > li > ul > li > ul > li > a:hover, .hea_ul_lst_bar ul.close > li > a:hover, .hea_ul_lst_bar ul > li > a:hover {
    background: #f07812;
    color: var(--bs-white);
}

div.position-fixed div#MenuItems > ul > li > ul > li > a:hover, div.position-fixed div#MenuItems > ul > li > ul > li > ul > li > a:hover, div.position-fixed .hea_ul_lst_bar ul.close > li > a:hover, div.position-fixed .hea_ul_lst_bar ul > li > a:hover {
    background: var(--secondary_color) !important;
}


div #MenuItems > ul > li > ul > li > a, div#MenuItems > ul > li > ul > li > ul > li > a, .hea_ul_lst_bar ul > li > a {
    border-radius: 0;
    border-bottom: 1px solid #21448b;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: var(--ls);
    font-weight: 400;
    text-transform: none;
    color: #ffffff;
    transition: all .2s ease-in-out;
    line-height: 22px;
    display: block;
    width: 100%;
}

#MenuItems > ul > li:hover > ul {
    display: block;
}

header {
    z-index: 9;
}

.hea_ul_lst_bar_icn > span {
    background-size: 46px;
    background-position: 0px 0px;
    height: 44px;
    width: 46px;
    top: -22px;
    left: 15px;
    z-index: 1;
    cursor: pointer;
}

.hea_ul_lst_bar_icn > span, .hea_nav_mbl > span {
    top: -22px;
    /*background-image: url(../img/menu.png);*/
    background-repeat: no-repeat;
    background-position: 0 -2px;
    transition: .3s all cubic-bezier(0, 0, 0, 1.36);
}

/* menu end */

.abt_div_img {
    background: linear-gradient(45deg, #2099bd, #2099bd75) !important;
    background: white;
}
/* gallery start */
.main-img-gallery {
    width: 100%;
    text-align: center
}

.img-gallery {
    display: inline-block;
    margin: 10px 15px;
    width: 240px
}

.img-item {
    width: 100%;
    height: 210px;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 10px 20px #afafafa3;
    border-radius: 5px;
    background: #352c2c
}

.img {
    width: 100%;
    height: 100%
}

.mask1 {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    transform: rotate(56.5deg) translateX(-180px);
    transform-origin: 100% 0
}

.mask1, .mask2 {
    background: #ffffff59;
    height: 333px;
    width: 258px;
    transition: all .35s ease-in-out
}

.mask2 {
    position: absolute;
    top: auto;
    transform: rotate(56.5deg) translateX(180px);
    transform-origin: 0 100%;
    bottom: 0;
    left: 0
}

.info {
    background: var(--third_color);
    height: 0;
    visibility: hidden;
    width: 361px;
    transform: rotate(30deg) translate(-453px,-8px);
    transform-origin: 0 100%;
    transition: all .35s ease-in-out .35s;
    top: 0;
    right: 0;
    backface-visibility: hidden;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center
}

    .info h3 {
        color: #fff;
        letter-spacing: .5px;
        text-shadow: 1px -1px 0 #ffffff08;
        font-size: 17px;
        line-height: 1.4;
        display: table-cell;
        vertical-align: middle
    }

.img-gallery a:hover .info {
    width: 100%;
    height: 120px;
    visibility: visible;
    top: 48px;
    transform: rotate(0) translate(0,0)
}

.img-gallery a:hover .mask1 {
    transform: rotate(56.5deg) translateX(40px)
}

.img-gallery a:hover .mask2 {
    transform: rotate(56.5deg) translateX(-1px)
}

/* gallery end */

/* date picker start */
div#ui-datepicker-div {
    background: var(--primary_color);
    padding: 10px 20px;
    border-radius: 2px;
    display: none;
}

table.ui-datepicker-calendar td, table.ui-datepicker-calendar th {
    padding: 0 5px;
}

table.ui-datepicker-calendar a {
    color: #f7f8f9;
    text-decoration: none;
}

select.ui-datepicker-month, select.ui-datepicker-year {
    border-radius: 30px;
    height: 30px;
    padding: 0 10px;
    border: none;
    margin: 5px 10px 5px 0;
}

a.ui-datepicker-next.ui-corner-all, a.ui-datepicker-prev.ui-corner-all {
    color: var(--light_color);
    letter-spacing: var(--ls);
}

a.ui-datepicker-next.ui-corner-all {
    float: right;
}
/* date picker end */
/* map iframe start */
.map_iframe {
    width: calc(100% - 40%);
    height: 500px;
}

.contact_div_box {
    letter-spacing: .5px;
    background: var(--button_color);
    width: calc(100% - 60%);
    transition: var(--ts);
}

.contact_div_box_para span:first-child {
    font-size: 30px;
    font-weight: 700 !important;
    color: var(--secondary_color);
}

.contact_div_box_para span:last-child, .contact_div_box_mobile, .contact_div_box_email {
    font-size: 17px;
    letter-spacing: .5px;
}

    .contact_div_box_mobile > strong {
        font-weight: 500 !important;
        font-size: 18px;
    }

/* map iframe end */

/* back to top */
#back-top {
    display: none;
    bottom: 40px;
    right: 20px;
    z-index: 9999;
}

    #back-top > img {
        filter: hue-rotate(50deg);
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

.fee_div {
    overflow: hidden;
}

/* slider */
.sli_div, .inner_slider {
    overflow: hidden;
}

.close_div {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

/*#sli_div_cnt .item > img {
    height: 90vh;
    object-fit: cover;
    object-position: center center;
}*/

.sli_div .owl-controls {
    position: absolute;
    bottom: 0 !important;
    margin: 0 auto !important;
    left: calc(100%/2) !important;
}


/* footer */
footer {
    background: #115aaa;
    z-index: 1;
}

    footer::before {
        display: none
    }

.foo_add {
    font-size: 14px;
    color: #fff;
    display: flex;
    line-height: var(--lh);
    letter-spacing: var(--ls);
}

    .foo_add svg, .foo_call svg, .foo_mail svg {
        color: #fff;
        margin-right: 10px;
    }

.foo_tit {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary_color);
    letter-spacing: var(--ls);
}

.footer span {
    letter-spacing: var(--ls);
    line-height: var(--lh);
}

.foo_ul_lst > ul > li > a {
    color: #ffffff8f;
    font-size: 14px;
    letter-spacing: var(--ls);
    line-height: 30px;
    transition: var(--ts);
}

    .foo_ul_lst > ul > li > a:hover {
        color: #fff;
    }

.owl-theme .owl-controls .owl-page span {
    background: var(--secondary_color);
}


/* copyright */
.foo_cpy_rgt {
    background: #06415a;
}

    .foo_cpy_rgt span {
        font-size: 14px;
        letter-spacing: var(--ls);
    }

    .foo_cpy_rgt a {
        color: var(--secondary_color);
    }



/* btn default */
.btn_dft, .btn_dft_1 {
    width: 130px;
    font-size: 15px;
    letter-spacing: var(--ls);
    margin-left: 0px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--button_color);
    border: none !important;
    border-radius: var(--br);
    color: #fff !important;
    padding: 10px 20px !important;
    transition: transform .9s !important;
}

    .btn_dft:hover, .btn_dft_1:hover {
        color: #fff;
    }

    .btn_dft::before, .btn_dft_1::before {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0;
        left: 50%;
        width: 570px;
        height: 570px;
        margin: auto;
        background: var(--secondaryColor);
        border-radius: 50%;
        z-index: -1;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
        transform: translateX(-50%) translateY(-5%) scale(.4);
        -webkit-transition: -webkit-transform .9s;
        transition: -webkit-transform .9s;
        transition: transform .9s;
        transition: transform .9s !important,-webkit-transform .9s;
    }

    .btn_dft:hover:before, .btn_dft_1:hover:before {
        -webkit-transition: -webkit-transform 1s !important;
        transition: -webkit-transform 1s !important;
        transition: transform 1s !important;
        transition: transform 1s,-webkit-transform 1s !important;
        -webkit-transform: translateX(-45%) translateY(0) scale(1) !important;
        transform: translateX(-45%) translateY(0) scale(1) !important;
        -webkit-transform-origin: bottom center !important;
        transform-origin: bottom center !important;
    }

.btn_dft_1 {
    color: #fff;
    margin-top: 10px !important;
    width: 94px !important;
    background: var(--button_color);
}

    .btn_dft_1::before {
        background: var(--secondaryColor);
    }


/* about */
#abt_div_cnt_dy {
    position: relative;
}

#abt_div_cnt_dy {
    position: relative;
    line-height: 30px;
    letter-spacing: .5px;
    font-size: 16px;
    color: #2a2a2a;
}

.abt_div::before, .men_div::before {
    content: '';
    position: absolute;
    left: -231px;
    top: 190px;
    width: 300px;
    height: 150px;
    background: linear-gradient(280deg, #208cbd, white);
    transform: rotate(145deg);
    z-index: -1;
    border-radius: 30px;
}


.abt_div::after, .men_div::after {
    content: '';
    position: absolute;
    right: -231px;
    bottom: 113px;
    width: 300px;
    height: 150px;
    background: linear-gradient(95deg, var(--secondary_color), white);
    transform: rotate(-145deg);
    border-radius: 30px;
}


.fee_div::before {
    content: '';
    position: absolute;
    left: -231px;
    top: 190px;
    width: 300px;
    height: 150px;
    background: linear-gradient(280deg, #a520bd, white);
    transform: rotate(145deg);
    border-radius: 30px;
}

.fee_div::after {
    content: '';
    position: absolute;
    right: -231px;
    bottom: 113px;
    width: 300px;
    height: 150px;
    background: linear-gradient(110deg, #64bd20, white);
    transform: rotate(-145deg);
    border-radius: 30px;
}

.vis_div {
    overflow: hidden;
}

    .vis_div::before {
        content: '';
        position: absolute;
        right: 19px;
        top: 140px;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        background-image: linear-gradient(45deg, transparent 40%, #ffffff4d, white);
        transform: rotate(50deg);
    }

.c_title {
    font-weight: 700;
}

.res {
    padding: 0px 28px;
}

.fee_div_frm_tit {
    text-align: center;
}

.box_img img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    box-shadow: 0 4px 8px 0 #a7b1d8, 0 6px 20px 0 #a7b1d8;
}

@media(min-width:1000px) {
    .res {
        padding: 0px 85px;
    }

    .nav_div img {
        width: 100%;
    }
}

.abt_div_cnt_tit h5, .vis_div_cnt_tit h5, .title h5 {
    position: relative;
    color: #bb8c14;
    font-size: 32px;
    padding-bottom: 0;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 300;
}

.abt_div_cnt_tit h1, .vis_div_cnt_tit h1, .title h1 {
    text-shadow: 4px 0px 2px rgb(0 0 0 / 8%);
    position: relative;
    color: #115aaa;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 0;
}

.title span {
    font-weight: 800;
    color: #f07812;
    position: relative;
    letter-spacing: 2px;
    display: block;
    font-family: 'Caveat', cursive;
    font-size: 40px;
    margin-bottom: 25px;
    margin-bottom: -8px;
}



.career_1_title {
    background: #54aae5;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 22px;
}


.abt_div_cnt_tit h1::before, .vis_div_cnt_tit h1::before, .title h1::before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: -webkit-fill-available;
    height: 1px;
    background: #080f1212;
}


.foo_tit {
    font-size: 19px;
    font-weight: 600;
    color: #21c2ff;
    letter-spacing: var(--ls);
}

.foo_tit_div h4::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 200px;
    height: 1px;
    background: #ffffff1c;
}

.abt_div_cnt_par > span, .vis_div_par, .paragraph, #ltrlData {
    font-size: 16px;
    line-height: var(--lh);
    letter-spacing: var(--ls);
    color: var(--text_color) !important;
}

.abt_div_cnt_par1 > span {
    font-size: 17px;
    line-height: var(--lh);
    color: var(--sv_color);
    letter-spacing: var(--ls);
}


.abt_div_img_cnt {
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

/* modal */
div#myModal {
    background: url(../img/overlay.png);
    background-color: #000000c7;
}

#myModal .modal-body {
    border: 15px solid #115aaa;
    border-radius: 20px;
    padding: 0px;
    background: #fff;
}


.m-title {
    padding: 2px 5px 5px;
}

    .m-title > span {
        letter-spacing: var(--ls);
        color: var(--textColor);
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        transition: var(--ts);
    }

.modal-body:hover .m-title > span {
    color: var(--secondary_color);
}

.modal-content {
    background: transparent;
}

#myModal .Model_header {
    text-align: center;
    color: #757575;
    padding: 6px 0 0;
    font-weight: 600;
    font-size: 16px;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modal-footer1 > button {
    color: #757575;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 50%;
    font-size: 16px;
    padding: 7px 7px;
    position: ABSOLUTE;
    FONT-WEIGHT: 700;
    RIGHT: 20px;
    BOTTOM: 20px;
}

.close_icon {
    border-radius: 50%;
    padding: 0px 9px;
    background: #115aaa;
    color: white;
    font-size: 22px;
    float: right;
    transition: 0.5s;
}

    .close_icon:hover {
        color: white;
    }
/* mentor */
.men_div {
    background-color: #f7f7f7;
}

.men_div_sli_cnt_cont.d-lg-flex.d-md-flex.d-block {
    border-radius: 10px;
    border: 1px solid var(--secondary_color);
    margin: 30px 15px 10px;
}

.fac_div {
    background-image: url(../img/about_us.png);
    background-position: center center;
    background-attachment: fixed;
}

.men_div svg {
    font-size: 30px;
    top: 7px !important;
    color: #fff;
    padding: 10px 13px;
    background: var(--secondary_color);
    border-radius: 100%;
    margin-left: calc(100%/2.6);
}

.men_div_name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: var(--ls);
    color: var(--secondary_color);
}

.men_div_designation {
    font-size: 16px;
    font-weight: 600;
    color: var(--sv_color);
    margin-top: 3px;
}

.fac_div::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #06090c;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .94;
}


.men_div_sli_cnt_cont_img {
    width: 95px;
    height: 95px;
    margin: 10px 0;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

    .men_div_sli_cnt_cont_img > img {
        z-index: 1;
        border-radius: 4px;
    }


.men_div_sli_cnt_cont_dtl {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.men_div_tit h2 {
    position: relative;
    color: var(--primary-Color);
    font-weight: 800;
}

.men_div_sli_con_img {
    width: 80px;
    height: 80px;
    background: #e7e7e7;
    border-radius: 100%;
}

.men_div_sli_con_nme {
    margin-left: 20px;
}

    .men_div_sli_con_nme h3 {
        color: var(--secondaryColor);
    }

    .men_div_sli_con_nme span {
        font-size: 18px;
        font-weight: 700;
        color: var(--primary-Color);
    }

.men_div_description {
    text-align: center;
    padding-top: 20px;
    color: var(--textColor);
    line-height: var(--lh);
    margin: 5px 15px;
    white-space: break-spaces;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 7;
}

.men_div_sli_con_par {
    color: var(--primary-Color);
    letter-spacing: .5px;
    font-size: 16px;
}

.men_div_slider, .men_div_sli {
    border-radius: 10px;
    z-index: 0;
}

    .men_div_sli::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff3d;
        bottom: -7px;
        left: 0px;
        z-index: -2;
        border-radius: 10px;
    }

    .men_div_sli::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff33;
        bottom: -13px;
        left: 0;
        z-index: -2;
        border-radius: 10px;
    }

#men_div_sli .carousel-control-prev {
    position: absolute;
    left: calc(100% - 112%);
    background: white;
    width: 40px;
    opacity: 1;
    height: 40px;
    top: calc(100% - 50%);
    border-radius: 5px;
}

    #men_div_sli .carousel-control-prev svg, #men_div_sli .carousel-control-next {
        color: var(--primary-Color);
        font-size: 20px;
    }

#men_div_sli .carousel-control-next {
    position: absolute;
    right: calc(100% - 112%);
    background: white;
    width: 40px;
    opacity: 1;
    height: 40px;
    top: calc(100% - 50%);
    border-radius: 5px;
}


/* counter */
.cnt_div_tit h1 {
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    letter-spacing: var(--ls);
    line-height: var(--lh);
    margin-bottom: 15px;
}

    .cnt_div_tit h1 + span {
        color: #fff;
        font-weight: 400;
        font-size: 50px;
        letter-spacing: var(--ls);
        line-height: var(--lh);
        margin-bottom: 15px;
    }

.cnt_div_tit {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding: 34px 0;
    border-radius: 10px;
}

    .cnt_div_tit.bg-blue {
        background: linear-gradient(45deg, #2099bd, #2099bd75);
        border: 1px solid #2099bd;
    }

    .cnt_div_tit.bg-green {
        background: linear-gradient(45deg, #20bd5f, #20bd5f99);
        border: 1px solid #20bd5f;
    }

    .cnt_div_tit.bg-pink {
        background: linear-gradient(45deg, #bd7a20eb, #bd7a20b0);
        border: 1px solid #bd7a20;
    }

    .cnt_div_tit.bg-brown {
        background: linear-gradient(45deg, #a520bd, #8f20bdad);
        border: 1px solid #a520bd;
    }

        .cnt_div_tit.bg-brown > div.d-flex + span {
            color: #000000;
            font-size: 20px;
        }

    .cnt_div_tit.bg-pink > div.d-flex + span {
        color: #000000;
        font-size: 20px;
    }

    .cnt_div_tit.bg-green > div.d-flex + span {
        color: #000000;
        font-size: 20px;
    }

    .cnt_div_tit.bg-blue > div.d-flex + span {
        color: #000000;
        font-size: 20px;
    }

.foo_ul_lst i {
    margin-right: 5px;
}


.cnt_div_tit > div.d-flex + span {
    font-weight: 800;
    letter-spacing: var(--ls);
}
/* feedback */
.fee_div_frm_tit h2 {
    color: var(--primary-Color);
    font-weight: 800;
}

.fee_div_form_div_inp label {
    font-size: 15px;
    font-weight: 600;
    color: var(--text_color) !important;
    letter-spacing: var(--ls);
}

    .fee_div_form_div_inp label > span {
        color: var(--third_color);
    }

.fee_div_form_div_inp input[type="text"], .fee_div_form_div_inp select {
    border: 1px solid #e1e1e1;
    border-radius: var(--br) !important;
    height: 45px;
    line-height: 45px;
    box-shadow: 0px 0px 5px #b7b7b74d;
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: var(--ls);
    color: #202020ab;
    padding: 0 15px;
}

.fee_div_form_div_inp textarea {
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    box-shadow: 0px 0px 5px #b7b7b74d;
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: var(--ls);
    color: #202020ab;
    padding: 0 15px;
}

.fee_div_img {
    width: 100%;
    height: 100%;
}


/* map */
.map_div {
    overflow: hidden;
}

.map_div_cnt iframe {
    padding: 0;
    width: 100%;
    height: 250px;
    margin-bottom: -7px;
}

/* annocement */
.date_cnt > span {
    font-weight: 800;
    color: var(--secondaryColor);
    font-size: 14px;
}

.ann_div {
    position: relative;
}

.ann_hea_tit {
    color: #02151cd9;
    font-size: 16px;
    letter-spacing: var(--ls);
    font-weight: 500;
}

.ann_hea_hdg {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: var(--ls);
}

.dm_div span {
    font-size: 14px;
}

.ann_div_con {
    border-radius: var(--br);
}

.ann_div_img {
    width: 100px;
    height: 100px;
    background: #ededed;
    margin-right: 15px;
    box-shadow: 0px 0px 5px #b7b7b74d;
    border: 1px solid #e1e1e1;
    border-radius: var(--br);
    overflow: hidden;
}

.ann_div .owl-pagination {
    display: none;
}

/* top header */


.top_hea_div_ul a, .top_hea_div_ul_soc a {
    color: #fff;
    letter-spacing: var(--ls);
    font-size: 15px;
    transform: skew(-2deg, 0deg);
}

.top_hea_div_ul > ul > li {
    transform: skew(2deg, 0deg);
    margin-right: 20px;
}

    .top_hea_div_ul > ul > li > a > svg {
        color: #fff;
        margin-right: 6px;
        border-radius: 15px;
    }

.top_hea_div_ul_soc > ul > li > a > span {
    border-radius: var(--br);
    /*    border: 1px solid #d7d7d7;*/
    border: 1px solid transparent;
    width: 24px;
    text-align: center;
    height: 24px;
    display: block;
}

    .top_hea_div_ul_soc > ul > li > a > span > svg {
        color: #fff;
    }


.hea_nav_ul ul {
    margin-bottom: 0;
}

.hea_nav_ul {
    padding: 10px 10px;
}

.top-banner.oakridgehomepagebanner .top-banner-body {
    position: unset;
    display: flex;
    justify-content: flex-end;
}

    .top-banner.oakridgehomepagebanner .top-banner-body .text-section {
        margin-top: -195px;
    }

.top-banner.oakridgehomepagebanner .text-section {
    max-width: 450px;
}

.top-banner-body .text-section.onep {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-banner .top-banner-body .text-section {
    width: 100%;
    padding: 30px;
    background: #58bdc5;
    position: relative;
    color: #fff;
    margin-top: -169px;
}

    .top-banner .top-banner-body .text-section:before {
        content: "";
        position: absolute;
        background: url(https://www.oakridge.in/wp-content/themes/oakridge/assets/images/Shape.svg) no-repeat;
        height: 20px;
        width: 50px;
        bottom: -18px;
        left: 0;
        right: 0;
        margin: auto;
        background-size: contain;
    }

.top-banner-body .text-section h1 {
    font-size: 42px;
    color: #fff;
}

.font-italic-style {
    font-family: DJ5CTRIAL;
    color: var(--purple);
}

.top-banner.oakridgehomepagebanner.homebannersectiontop .text-section p {
    font-size: 40px;
    font-family: DJ5CTRIAL;
    color: #754488;
}

.hea_nav_ul.position-fixed {
    background: var(--primary_color) !important;
    animation-name: slideInDown;
    animation-duration: 1s;
    z-index: 999;
}

#MenuItems {
    margin-left: auto;
    width: calc(100% - 10%);
    margin-right: auto;
}

.top_hea_div_admission ul li > a {
    background: #2083bd;
    color: #fff;
    white-space: nowrap;
    position: relative;
    font-size: 14px;
    padding: 4px 15px 3px;
    letter-spacing: var(--ls);
    height: 26px;
    overflow: hidden;
}

.top_hea_div_admission ul li:first-child > a {
    background: #bd204b;
}

.top_hea_div_admission ul li:last-child > a {
    background: #55bd20;
}

.top_hea_div_connect svg, .top_hea_div_connect i {
    font-size: 26px;
    margin-right: 8px;
    color: #4c1129;
    line-height: 32px;
}

.top_hea_div_cal_icn i {
    font-size: 18px;
    padding-top: 2px;
}


.top_hea_div_cal_txt > span {
    color: #b51549;
    font-size: 14px;
    font-weight: 600;
}

    .top_hea_div_cal_txt > span.click_here {
        color: #363636;
        font-size: 16px;
    }


.top_hea_div_soc_icn ul > li {
    width: 30px;
    height: 30px;
    padding: 0 7px;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    margin: 0 13px 0 0;
    cursor: pointer;
}

.top_hea_div_soc_icn ul li:nth-child(1) {
    background: #0071a5;
}

.top_hea_div_soc_icn ul li:nth-child(3) {
    background: #0593DD;
}

.top_hea_div_soc_icn ul li:nth-child(4) {
    background: #D82516;
}

.top_hea_div_soc_icn ul li:nth-child(5) {
    background: #9C27B0;
}

.top_hea_div_soc_icn ul li:nth-child(6) {
    background: #87bd48;
}



.top_hea_div_soc_icn ul li:nth-child(2) {
    background-image: linear-gradient(45deg, #6951c0, #cd2e82, #f07227, #f7c364) !important;
}

.top_hea_div_soc_icn ul > li svg {
    color: var(--primary-Color);
}

.nav_div {
    /*background: var(--primary_color);*/
}

/*.nav_div > .container {
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    right: 0;
    padding-left: calc(100% - 85%);
}*/

.hea_ul_lst_bar_icn > span {
    margin-left: 0px;
    overflow: hidden;
}


.hea_nav_lnk_icn {
    background: linear-gradient(45deg, var(--secondaryColor), #f3a083);
    width: 30px;
    text-align: center;
    height: 26px;
    border-radius: 5px;
    padding: 0px 0;
    margin-top: 5px;
}

.hea_nav_lnk_icn_cnt p {
    font-size: 13px;
    color: var(--textColor);
    letter-spacing: .2px;
}

.hea_nav_lnk_icn_cnt h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondaryColor);
}

.hea_nav_lnk_icn > svg {
    color: #fff;
}

.hea_nav_lnk_div_lst > ul > li {
    margin-right: 60px;
}

/* news div start */
.news_div {
    background: linear-gradient(-90deg, #2099bd 90%, #bd2e20 0%);
}

.news_tit {
    font-size: 18px;
    color: white;
    font-weight: 600;
    background: #bd204b;
    border-radius: 0 50px 50px 0;
    padding: 8px 6px;
    letter-spacing: var(--ls);
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 93% 100%, 0% 100%);
}

    .news_tit::before {
        content: '';
        position: absolute;
        top: 12px;
        margin-left: 94px;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: var(--eg_color);
        animation: blink .5s alternate infinite;
    }

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.news_div a {
    color: #fff;
    letter-spacing: var(--ls);
}

.news_div marquee {
    margin-bottom: -6px;
}

    .news_div marquee > ul > li {
        padding-right: 20px;
        margin-right: 20px;
    }

        .news_div marquee > ul > li svg {
            background: #dfdfdf;
            color: var(--secondary_color);
            font-size: 15px;
            border-radius: 100%;
            padding: 5px;
        }



#news_div_ul > li::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    width: 1px;
    background: linear-gradient(45deg,transparent 23%, #ffffff, transparent);
    height: 31px;
}
/* news div end */
/* owl btn */
.ann_div_sli .owl-prev {
    border-radius: var(--br) !important;
    height: 30px;
    width: 30px;
    background: var(--primary-Color) !important;
    opacity: 1 !important;
}

.ann_div_sli svg {
    padding: 5px 0;
    font-size: 15px;
}

.ann_div_sli .owl-next {
    border-radius: var(--br) !important;
    height: 30px;
    width: 30px;
    background: var(--primary-Color) !important;
    opacity: 1 !important;
}

.ann_div_sli .owl-buttons {
    margin-top: 40px;
}

.hea_ul_lst_bar_icn > span.close {
    background-position: 0 -55px;
}

/* slide In Down */
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/* breadcrumb start */
.breadcrumbs_div {
    width: max-content;
    background: white;
    padding: 0px 20px;
    bottom: 24px;
    box-shadow: 4px 5px 0px 0px var(--primary_color), -1px 5px 0px 0px var(--primary_color);
    border: none;
    border-radius: 0 0px 0px 0;
}

    .breadcrumbs_div h2 {
        color: var(--primary_color);
        font-size: 18px;
        margin: 0 0 2px 0 !important;
        padding-top: 10px;
    }

.stitle {
    margin-top: 20px;
    font-weight: 700;
    color: #068a8f !important;
    letter-spacing: .5px;
}

.b_subLnk {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

    .b_subLnk a.home {
        color: #d82516 !important;
    }

    .b_subLnk i {
        color: #fff;
        font-size: 12px;
        background: var(--third_color);
        border-radius: 100%;
        text-align: center;
        display: block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        margin: 0 5px;
        padding: 0 0 0 2px;
    }

p.b_subLnk svg {
    margin: 0px 7px 0;
    padding: 0 0 2px;
    font-size: 9px;
    position: relative;
}

.b_subLnk > a {
    color: var(--text_color);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0 0 0px 0;
}



/* inner div */

.inner {
    background: #f7f8f9;
}

h1.lblheading1 {
    font-weight: 800 !important;
    font-size: 30px;
    color: var(--textcolor) !important;
}


.inn_div_cnt {
    line-height: 30px;
    letter-spacing: .5px;
    font-size: 17px;
}

.inn_div_ul ul li {
    cursor: pointer;
    background: var(--button_color);
    position: relative;
    padding: 6px 0 6px 20px;
    width: 100%;
    color: #051320;
    margin: 20px 0;
    border-radius: 0;
    transform: scale(1);
    transition: .3s all ease-in;
}

    .inn_div_ul ul li:nth-child(1) {
        background: #bd2053;
    }

    .inn_div_ul ul li:nth-child(2) {
        background: #86842F;
    }

    .inn_div_ul ul li:nth-child(3) {
        background: #463D72;
    }

    .inn_div_ul ul li:nth-child(4) {
        background: #9d3099;
    }

    .inn_div_ul ul li:nth-child(6) {
        background: var(--secondary_color);
    }


    .inn_div_ul ul li:nth-child(6) {
        background: var(--light_color);
    }



table.table_sly {
    background: #fff;
    box-shadow: -12px 12px #eff0f0a1;
    border-radius: 6px;
}

.inn_div_ul ul li:nth-child(2):after, .inn_div_ul ul li:nth-child(2):before {
    background: var(--sx_color);
}

.inn_div_ul ul li:nth-child(1):after, .inn_div_ul ul li:nth-child(1):before {
    background: var(--ni_color);
}

.inn_div_ul ul li:nth-child(2):after, .inn_div_ul ul li:nth-child(2):before {
    background: var(--sx_color);
}

.inn_div_ul ul li:nth-child(3):before, .inn_div_ul ul li:nth-child(3):after {
    background: var(--f_color);
}

.inn_div_ul ul li:nth-child(4):before, .inn_div_ul ul li:nth-child(4):after {
    background: var(--s_color);
}

.inn_div_ul ul li:nth-child(5):before, .inn_div_ul ul li:nth-child(5):after {
    background: var(--fr_color);
}

.inn_div_ul ul li:nth-child(6):after, .inn_div_ul ul li:nth-child(6):before {
    background: var(--fi_color);
}

.inn_div_ul ul li:nth-child(7):after, .inn_div_ul ul li:nth-child(7):before {
    background: #0593dd;
}



.inn_div_ul ul li:after {
    content: "";
    background: var(--button_color);
    height: 50%;
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 3px;
    z-index: -5;
    border-radius: 0;
    transition: .5s all ease-in-out;
}

.inn_div_ul ul li:before {
    content: "";
    background: var(--button_color);
    height: 50%;
    position: absolute;
    right: -5px;
    top: 0;
    width: 3px;
    z-index: -5;
    border-radius: 0;
    transition: .5s all ease-in-out;
}


.inn_div_ul ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    transition: var(--ts);
    letter-spacing: .5px;
}

.inner_slider {
    overflow: hidden;
    border-bottom: 1px solid var(--primary_color);
}

#idSubmenus {
    position: relative;
}

    #idSubmenus > li::after {
        content: "";
        position: absolute;
        left: 0;
        top: -4px;
        width: 3px;
        height: calc(100% + 8px);
        border-right: 1px solid #b5b5b5;
        background: #fff;
        z-index: 0;
        box-shadow: 1px 1px 2px #33333340;
        transition: var(--ts);
    }

    #idSubmenus > li:hover::after {
        width: 100%;
        border: none;
        z-index: -1;
        background: var(--primary_color);
    }


    #idSubmenus > li::before {
        content: "";
        position: absolute;
        right: -1px;
        top: -4px;
        width: 3px;
        height: calc(100% + 8px);
        border-right: 1px solid #b5b5b5;
        background: transparent;
        z-index: 0;
        box-shadow: 1px 1px 2px #33333340;
        transition: var(--ts);
    }



    #idSubmenus li svg {
        margin-right: 4px;
    }

/* gallery start */

.gallery {
    position: relative;
    height: 100%;
    width: 100%;
}

    .gallery:after {
        content: '';
    }

.bottom-shadow {
    position: absolute;
    bottom: 115px;
    left: 45px;
    width: 500px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(#b7b7b7d4,rgb(239 239 239 / 0%) 70%);
    opacity: .5;
}

.clipped-border > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clipped-border {
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    padding: 5px;
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: pointer;
    transition: .5s ease-in-out;
}



    .clipped-border:before {
        content: '';
        position: absolute;
        opacity: 0.5;
        width: 350px;
        height: 70px;
        background: white;
        top: 0;
        left: 0;
        z-index: 1;
        transform: rotate(45deg);
        transition: .5s ease-in-out;
    }

    .clipped-border:hover:before {
        transform: translate(-100px,400%) rotate(45deg);
        transition: .5s ease-in-out;
    }

    .clipped-border:nth-child(1) {
        background: #089290;
    }

    .clipped-border:nth-child(2) {
        top: 155px;
        left: 92px;
        background: #d82516;
    }

    .clipped-border:nth-child(3) {
        top: 0;
        left: 185px;
        background: #92084f;
    }

    .clipped-border:nth-child(4) {
        top: 154px;
        left: 277px;
        background: #0593dd;
    }


    .clipped-border:nth-child(5) {
        top: 0;
        left: 370px;
        background: #084f92;
    }

#clipped {
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.clipped-border:hover {
    transform: scale(1.2);
    transition: .5s ease-in-out;
    z-index: 10;
}
/* gallery end */

.hea_ul_lst_bar_icn > span.rounded-0 {
    left: -45px;
}
/* media */

/* start */

.campus_div {
    background-color: #208cbd24;
}

.campus_div_box_img {
    width: 100%;
    overflow: hidden;
}

.campus_div_box {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    height: 400px;
    background: #fff;
    padding: 14px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.campus-div_box-title {
    padding-top: 10px;
}

    .campus-div_box-title > span {
        font-size: 16px;
        font-weight: 700;
        color: var(--text_color);
        letter-spacing: var(--ls);
    }


.campus_div_box:hover .campus_div_box-img_cnt::before {
    height: 100%;
}

.campus_div_box:hover .campus_div_box_img-cnt > a {
    margin-top: -30px;
}

.campus_div_box_img-cnt > a:hover {
    background: var(--third_color);
}


.campus_div_box_img-cnt > a {
    background: var(--button_color);
    display: block;
    width: 110px;
    position: relative;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 4px 10px;
    font-weight: 400;
    letter-spacing: .5px;
    white-space: nowrap;
    transition: .3s all ease-in-out;
}

.campus_div_box-img_cnt::before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #000000b5;
    transition: .2s all ease-in-out;
}

.campus_div_box-img_cnt {
    overflow: hidden;
    height: 318px;
}

.campus_div_box_img > img {
    height: 318px;
    object-fit: cover;
}
/* end */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    div #MenuItems > ul > li > ul > li > ul {
        right: 260px;
    }

    .peShiner + span > strong {
        font-size: 50px;
    }

    .peShiner + span {
        line-height: 20px;
        top: 32px;
        left: 107px;
        font-size: 16px;
    }

    .top_hea_div_img {
        top: 43px;
    }

    #MenuItems_1 {
        left: -190px;
    }

    .hea_ul_lst_bar > ul.close {
        zoom: 1 !important;
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
        transition-delay: 0s,0s,.3s !important;
        visibility: visible !important;
        z-index: 100 !important;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    ul#MenuItems_1 > li:hover > ul {
        margin-left: -266px;
        transition: .5s all ease-in-out;
    }

    ul#MenuItems_1 > li > ul {
        background: var(--bs-white);
        width: 250px;
        border-radius: 10px;
        margin: 0 0;
        top: 0;
        left: 0;
        margin-left: -166px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        position: absolute;
        -webkit-transform: translateY(-2em);
        -moz-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
        -o-transform: translateY(-2em);
        transform: translateY(-2em);
        transition: all .4s ease-in-out 0s,visibility 0s linear .2s,z-index 0s linear .01s;
        visibility: hidden;
        z-index: 100;
        list-style: none;
        padding: 0;
        border-color: transparent !important;
        -webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 2px 15px rgba(0,0,0,.15);
        box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
    }

    /*#sli_div_cnt .item > img {
        height: 70vh;
    }*/

    .gallery {
        height: 380px !important;
        position: relative;
        left: 17%;
    }

    .clipped-border:nth-child(2) {
        top: 0;
        left: 166px;
    }

    .clipped-border:nth-child(3) {
        left: 331px;
        top: 0;
    }

    .clipped-border:nth-child(4) {
        top: 138px;
        left: 249px;
    }

    .clipped-border:nth-child(5) {
        top: 138px;
        left: 83px;
    }

    .bottom-shadow {
        left: 0;
        bottom: 0px;
    }

    .clipped-border {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width:991px) {
    .nav_div img {
        width: 100%;
        margin: auto;
        text-align: center;
        display: flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #MenuItems_1 {
        left: -160px;
    }

    .peShiner + span {
        display: none;
    }

    .cnt_div_tit {
        padding: 28px 10px;
    }

        .cnt_div_tit h1 {
            font-size: 40px;
        }

    .cnt_div .col-xl-3.col-lg-3.col-md-3.col-sm-6.col-6 {
        padding: 0 5px;
    }


    .mr-25 {
        margin-right: -30px;
    }

    .nav_div > .container {
        padding-left: 0;
    }

    .hea_ul_lst_bar > ul.close {
        zoom: 1 !important;
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
        transition-delay: 0s,0s,.3s !important;
        visibility: visible !important;
        z-index: 100 !important;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }


    .top_hea_div_img {
        margin: 0 auto;
        width: 210px;
        left: auto;
        top: 12px;
        margin-left: -28px;
    }

    .abt_div_img_cnt {
        width: 450px;
    }

    .vis_div_par > ul {
        margin: 0 auto;
        width: 450px;
    }

    .gallery {
        height: 380px !important;
    }

    .bottom-shadow {
        bottom: -37px;
    }


    .hea_ul_lst_bar_icn > span {
        margin-left: 18px;
    }

        .hea_ul_lst_bar_icn > span.rounded-0 {
            margin-left: -12px;
        }

    #MenuItems_1 {
        left: -170px;
    }

    .position-fixed #MenuItems_1 {
        left: -250px;
    }


    .fac_div_cnt {
        margin: 0 10px;
    }

    div#MenuItems > ul > li > ul > li > ul {
        right: 260px;
    }

    ul#MenuItems_1 > li:hover > ul {
        zoom: 1 !important;
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
        transition-delay: 0s,0s,.3s !important;
        visibility: visible !important;
        z-index: 100 !important;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    ul#MenuItems_1 > li > ul {
        background: var(--bs-white);
        width: 250px;
        border-radius: 10px;
        top: 0;
        margin: 0px 0 0;
        left: -260px;
        margin-left: 0;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        position: absolute;
        -webkit-transform: translateY(-2em);
        -moz-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
        -o-transform: translateY(-2em);
        transform: translateY(-2em);
        transition: all .4s ease-in-out 0s,visibility 0s linear .2s,z-index 0s linear .01s;
        visibility: hidden;
        z-index: 100;
        list-style: none;
        padding: 0;
        border-color: transparent !important;
        -webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 2px 15px rgba(0,0,0,.15);
        box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
    }


    #ltrlData {
        font-size: 15px;
    }
}


@media only screen and (max-width: 767px) {

    .testi_slider{
        padding:20px;
    }
    div #MenuItems > ul > li > ul {
        background: var(--primary_color);
    }



    /* start menu mobile */
    .hea_ul_lst > ul > li > ul {
        display: none;
        top: 0;
    }

    .hea_ul_lst > ul > li > ul {
        box-shadow: none !important;
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        margin-top: 45px !important;
        margin-left: 0px !important;
        background: #f7f8f9;
        z-index: 99;
        transition: none !important;
    }

    .hea_nav_ul ul {
        margin-bottom: 0;
    }

    .hea_nav_ul ul {
        margin-bottom: 0;
    }

    .vis_mob_nav {
        opacity: 1 !important;
        display: block !important;
        position: relative !important;
        visibility: visible !important;
        transform: none !important;
        border-radius: 0 !important;
    }

    div#MenuItems > ul > li > ul > li > a, div#MenuItems > ul > li > ul > li > ul > li > a, .hea_ul_lst_bar ul > li > a {
        font-weight: 500;
        border-radius: 0;
        display: block;
        color: var(--textColor);
        font-size: 14px;
    }

    .hea_ul_lst > ul > li > ul {
        display: none;
        top: 0;
    }

    .hea_ul_lst > ul > li > ul {
        box-shadow: none !important;
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        margin-top: 45px !important;
        margin-left: 0px !important;
        background: #f7f8f9;
        z-index: 99;
        transition: none !important;
    }

    /* end menu mobile */

    .cnt_div_tit {
        padding: 20px 0;
        margin-bottom: 10px;
    }

    .news_div i.ri-article-line {
        background: #11627a;
        border-radius: 100%;
        font-size: 12px;
        padding: 1px 4px;
    }

    .news_div marquee {
        margin-bottom: -4px;
    }

    .abt_div .row {
        flex-direction: column-reverse;
    }

    .abt_div::after, .men_div::after {
        bottom: -92px;
        z-index: -1;
    }

    .top_hea_div::after {
        z-index: -1;
    }

    .img-gallery {
        width: 220px;
        margin: 10px;
    }

    .img-item {
        height: 190px;
    }

    .map_iframe {
        width: 100%;
        height: 250px;
    }

    .contact_div_box {
        width: 100%;
    }

    .news_div a {
        color: #fff;
    }

    .log_btn {
        position: absolute;
        left: 0;
        top: 0;
        display: grid;
    }

        .log_btn > a {
            margin-bottom: 5px;
            padding: 8px 10px;
            font-size: 13px;
        }

    .foo_ul_lst > ul > li > a {
        font-size: 15px;
    }

    .foo_ul_lst > ul {
        margin-top: 10px;
    }

    footer::before {
        top: auto;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: calc(100% / 3);
        background: linear-gradient(360deg, var(--s_color), var(--ni_color));
        clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    }

    #MenuItems > ul, .nav_div > .container::before {
        display: none;
    }

    .btn_dft, .btn_dft_1 {
        font-size: 13px;
        width: 100px;
    }

    .men_div_name {
        font-size: 18px;
    }

    .men_div_designation {
        font-size: 15px;
    }

    .abt_div_cnt_tit h1::before, .vis_div_cnt_tit h1::before, .title h1::before {
        bottom: -12px;
        width: 50px;
        height: 2px;
    }

    .abt_div_cnt_tit h5, .vis_div_cnt_tit h5, .title h5 {
        font-size: 25px;
    }

    .abt_div_cnt_tit h1, .vis_div_cnt_tit h1, .title h1, .foo_tit {
        font-size: 23px;
    }

    #abt_div_cnt_dy {
        font-size: 15px;
        line-height: 25px;
    }

    .nav_div {
        /*width: 35px;*/
        /*background: var(--primary_color);*/
        /*height: 38px;*/
    }


    .top_hea_div_ul_soc > ul > li > a > span {
        width: 34px;
    }

    .hea_log_div {
        width: 260px;
        margin: 10px auto;
    }

    .hea_nav_lnk_div_lst > ul > li {
        margin-right: 10px;
    }

    .hea_nav_ul:after, .hea_nav_ul:before {
        display: none;
    }

    .hea_nav_ul {
        margin-left: 0px;
    }

    .hea_nav_lnk_div_lst > ul {
        padding: 0 10px;
    }

    .hea_nav_lnk_icn {
        width: 40px;
    }

    #sli_div_cnt_img .carousel-item > img {
        height: 70vh;
    }

    #sli_div_cnt .carousel-control-prev {
        left: 15px;
        width: 30px;
        height: 30px;
        top: calc(100% - 60%);
    }

    #sli_div_cnt .carousel-control-next {
        right: 15px;
        width: 30px;
        height: 30px;
        top: calc(100% - 60%);
    }

    .ann_div_img {
        height: 70px;
    }

    .ann_div_sli .owl-buttons {
        margin-top: 0;
    }

    .abt_div_img_cnt {
        width: 340px;
        height: 340px;
    }

        .abt_div_img_cnt::before {
            width: 290px;
            height: 290px;
            border-radius: 10px;
            right: -5px;
            bottom: -10px;
        }

    .btn_dft, .btn_dft_1 {
        padding: 6px 0px !important;
    }

    .abt_div_cnt_par > span, .abt_div_cnt_par1 > span, .men_div_sli_con_par {
        font-size: 17px;
    }

    .men_div_sli_con_par {
        margin-top: 17px;
    }

    .men_div {
        overflow: hidden;
    }

    #men_div_sli .carousel-control-prev {
        left: -177px;
        transition: var(--ts);
    }

    #men_div_sli .carousel-control-next {
        right: -177px;
        transition: var(--ts);
    }

    #men_div_sli:hover .carousel-control-prev {
        left: -20px;
    }

    #men_div_sli:hover .carousel-control-next {
        right: -20px;
    }


    .fee_div_form_div_inp label {
        font-size: 16px;
        font-weight: 500;
    }

    #ltrlData {
        font-size: 16px;
    }

    h1.lblheading1 {
        font-size: 23px;
    }

    .inn_div_ul ul li a {
        font-size: 15px;
        letter-spacing: var(--ls);
    }


    .news_div {
        background: #2099bd;
    }


    /* menu */




    #MenuItems > ul {
        display: none;
    }

    .hea_nav_ul {
        height: 0px;
        padding: 0;
    }

    .news_div {
        position: relative;
    }

        .news_div::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 41px;
            height: 100%;
            background: var(--f_color);
        }

    .news_tit {
        clip-path: none;
        border-radius: 0 !important;
    }

        .news_tit::before {
            right: auto;
            border-radius: 100%;
            background: var(--eg_color);
            margin-left: 95px;
        }

    .hea_nav_mbl > span {
        top: 0px;
        right: 0;
        z-index: 1;
    }


   


    .nav_div > .container {
        background: transparent;
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        padding-left: 0;
    }

    .hea_nav_ul {
        box-shadow: none;
        border-radius: 0;
    }

    .cnt_div_tit h1 {
        font-size: 30px;
        margin-bottom: 4px;
    }

        .cnt_div_tit h1 > span {
            font-size: 30px;
        }

    .cnt_div .col-xl-3.col-lg-3.col-md-3.col-sm-6.col-6 {
        padding: 0 5px;
    }

    p {
        font-size: 15px !important;
    }



    .vis_div_lnk::before {
        bottom: -16px;
    }

    .campus-div_box-title > span {
        font-size: 15px;
    }

    .cnt_div_tit > div.d-flex + span {
        font-size: 15px;
        font-weight: 700 !important;
        letter-spacing: 0 !important;
    }

    .cnt_div_tit h1 + span {
        font-size: 30px;
    }

    .men_div_sli_cnt_cont_img::before {
        bottom: -9px;
    }

    .men_div_sli_cnt_cont_dtl {
        width: 100%;
        padding-left: 0;
    }

    .vis_div::before {
        content: '';
        position: absolute;
        right: -65px;
        z-index: -1;
        top: 90px;
        border-radius: 30px;
        width: 140px;
        height: 140px;
        background: var(--eg_color);
        transform: rotate(50deg);
        opacity: .8;
    }

    .fee_div::before {
        z-index: -1;
    }

    .men_div_sli_cnt_cont_img {
        width: calc(100% - 20%);
        margin: 0 auto;
        display: block;
    }

    .men_div_sli_cnt_cont_img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }


    p {
        text-align: justify;
        font-size: 16px;
    }

    .vis_div_cnt {
        padding-right: 0px;
    }

    .sli_div .owl-controls {
        position: absolute;
        bottom: 0 !important;
        margin: 0 auto !important;
        left: 20% !important;
    }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
    .mr-25 {
        margin-right: -25px;
    }

    .peShiner + span {
        display: none;
    }

    /* mobile menu start */
    section.nav #menu-div_cnt > ul > li, section.nav #menu-div_cnt > ul > li > ul > li, #menu-div_cnt > ul > li > ul > li > ul > li {
        transform: none !important;
    }

        section.nav #menu-div_cnt > ul > li > ul > li, #menu-div_cnt > ul > li > ul > li > ul > li {
            background: transparent !important;
        }

    #menu-div_cnt > ul {
        display: block;
        margin: 0;
        top: 0;
        z-index: 9;
        POSITION: FIXED;
        HEIGHT: 100vh;
        BACKGROUND: var(--fifth);
        width: 280px;
        overflow-y: scroll;
        right: -290px;
        padding: 0 0px 20px;
        transition: none !important;
    }

        #menu-div_cnt > ul > li {
            margin: 8px 0;
            border-radius: 4px;
            position: relative;
            padding: 0px 0 0px;
            display: inline-block;
            width: 100%;
            transition: none !important;
        }

            #menu-div_cnt > ul > li > a {
                font-size: 14px;
                width: 100%;
                font-weight: 400;
                line-height: 30px;
                border-radius: 0;
                letter-spacing: .5px;
                color: #fff !important;
            }

    section.nav #menu-div_cnt > ul > li > ul > li > a {
        padding: 8px 15px 8px 12px !important;
    }

    section.nav #menu-div_cnt > ul > li > ul li:hover a {
        color: #00ffc4 !important;
    }

    section.nav #menu-div_cnt > ul > li > ul > li > ul > li > a {
        padding: 8px 0px 8px 12px !important;
    }

    #menu-div_cnt > ul > li > ul > li > a {
        font-size: 14px !important;
        width: 100%;
        font-weight: 400 !important;
        line-height: 30px;
        border-radius: 0;
        color: #fff !important;
        letter-spacing: .5px;
    }

    #menu-div_cnt > ul > li > ul > li, #menu-div_cnt > ul > li > ul > li > ul > li {
        position: relative;
    }




    span.nav_plus {
        position: absolute;
        top: 12px;
        right: 22px;
        border-radius: 10px;
        color: var(--primary);
        font-weight: 700;
        font-size: 16px;
        width: 25px;
        height: 25px;
        line-height: 23px;
        background: #fff;
        border: 1px solid #e1e1e1;
        cursor: pointer;
        z-index: 999;
        text-align: center;
    }

    .nav_plus svg {
        color: var(--primary);
    }

    .nav_plus > svg {
        position: absolute;
        top: 12px;
        right: 8px;
    }

    li.mob_nav > a, #menu-div_cnt > ul > li:hover > a {
        background: var(--secondary);
        border-bottom: 1px solid #ffffff1f;
        border-radius: 0px !important;
    }


    section.nav #menu-div_cnt > ul > li > ul > li > ul a {
        color: #fff;
        font-weight: 400;
        padding-left: 20px;
    }


    .navbar_div_close_bg {
        content: '';
        position: fixed;
        background: #000;
        opacity: .84;
        width: 0;
        height: -webkit-fill-available;
        right: 0;
        top: 0;
        z-index: 0;
    }

    #navbar-div_cnt_close {
        width: 28px;
        border: 1px solid #fff;
        border-radius: 100%;
        padding: 1px 7px;
        top: 15px;
        z-index: 33;
        position: fixed;
        right: -30px;
        z-index: 1;
    }

    #menu-div_cnt > ul > li ul {
        visibility: visible;
        opacity: 1;
    }

    #menu-div_cnt > ul > li ul {
        top: 7px;
        left: 0px;
        background: #00467a;
        border-radius: 0;
    }

    #menu-div_cnt > ul li a, #menu-div_cnt > ul > li ul {
        transition: none !important;
        font-weight: 400;
        padding-left: 10px;
        color: #fff;
    }

    #menu-div_cnt > ul > li > ul {
        box-shadow: none !important;
        position: relative !important;
        width: 102% !important;
        left: -2px !important;
        top: 0 !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        background: #f7f8f9;
        z-index: 99;
        transition: none !important;
    }

    #menu-div_cnt > ul > li {
        margin: 8px 0;
        border-radius: 4px;
        position: relative;
        padding: 0px 0 0px;
        display: inline-block;
        width: 100%;
        transition: none !important;
    }

        #menu-div_cnt > ul > li > a {
            padding: 10px 44px 10px 20px;
            position: relative;
            z-index: 99;
            display: block;
        }


        #menu-div_cnt > ul > li > ul {
            box-shadow: none !important;
            position: relative !important;
            width: 100% !important;
            left: 0px !important;
            top: 0 !important;
            margin-top: 0px !important;
            margin-left: 0px !important;
            background: #8d6f0d;
            z-index: 99;
            transition: none !important;
        }

    section.nav #menu-div_cnt > ul > li > ul > li > ul {
        background: transparent;
        visibility: visible;
        position: relative;
        opacity: 1;
        color: #fff;
    }

    #menu-div_cnt > ul > li ul li {
        margin: 0;
        position: relative;
    }
    /* mobile menu end */


    body, html {
        overflow-x: hidden;
    }

    .top_hea_div_img {
        top: 106px;
        left: 40px;
        margin: 0 auto 15px;
    }


    .vis_div_par > ul {
        margin: 0 auto;
        width: 420px;
    }

    .top_hea_div_soc_icn ul > li {
        margin: 0 5px;
    }


    /*#sli_div_cnt .item > img {
            height: 70vh;
        }*/


    #slider__box .item > img {
        height: 40vh;
        object-fit: cover;
    }

    .gallery {
        height: 380px !important;
    }

    .clipped-border:nth-child(2) {
        top: 0;
        left: 166px;
    }

    .clipped-border:nth-child(3) {
        left: 331px;
        top: 0;
    }

    .clipped-border:nth-child(4) {
        top: 138px;
        left: 249px;
    }

    .clipped-border:nth-child(5) {
        top: 138px;
        left: 83px;
    }

    .bottom-shadow {
        left: 0;
        bottom: 0px;
    }

    .clipped-border {
        width: 180px;
        height: 180px;
    }

    .fac_div_cnt {
        height: 400px;
    }
}

#admissionEnquiry_close > i {
    border: 1px solid #fff;
    opacity: .6;
    border-radius: 100%;
    padding: 1px;
    text-align: center;
    transition: var(--ts);
    font-size: 15px;
}

#admissionEnquiry_close {
    position: absolute;
    top: 8px;
    left: 8px;
}

    #admissionEnquiry_close > i:hover {
        opacity: 1;
    }

.logo-up {
    margin-top: -30px !important;
}

@media only screen and (max-width: 575px) {


    .top-banner-body .text-section h1 {
        font-size: 36px !important;
    }
    .top_hea_div_soc_icn {
        position: fixed;
        transform: rotate(90deg);
        left: -73px;
        top: 50%;
        Z-INDEX: 21;
    }




    .top_hea_div_cal_txt > span {
        font-size: 14px;
    }

    body, html {
        overflow-x: hidden;
    }

    .gallery {
        width: 300px;
        height: 400px;
        margin: 0 auto;
    }

    .top_hea_div_img {
        width: 130px;
        top: 98px;
        left: 0px;
        margin: 0 auto 15px;
        transition: var(--ts);
    }

    .clipped-border {
        width: 145px;
        height: 145px;
    }

        .clipped-border:nth-child(2) {
            top: 0;
            left: 135px;
        }

        .clipped-border:nth-child(3) {
            left: 67px;
            top: 112px;
        }

        .clipped-border:nth-child(4) {
            top: 223px;
            left: 1px;
        }

        .clipped-border:nth-child(5) {
            top: 223px;
            left: 135px;
        }

    .bottom-shadow {
        width: 100%;
        left: 0;
        bottom: -10px;
    }

    /* #sli_div_cnt .item > img {
        height: 230px;
    }*/

    #slider__box .item > img {
        height: 230px;
        object-fit: cover;
    }

    .fac_div_cnt {
        height: 440px;
    }


    .vis_div_par > ul {
        margin: 0 auto;
        width: 300px;
    }

    .news_tit {
        clip-path: none;
        font-size: 15px;
        border-radius: 0;
    }

    .title span {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .news_tit::before {
        margin-left: 85px;
        right: auto;
    }

    .news_div_ul ul span, div#MenuItems > ul > li > a {
        font-size: 14px;
        font-weight: 400 !important;
    }

    .top_hea_div_cal_txt > span.click_here {
        color: var(--textColor);
        font-size: 14px;
    }

    .top_hea_div_connect svg, .top_hea_div_connect i {
        font-size: 31px;
    }

    .top_hea_div_connect svg {
        font-size: 28px;
    }

    .top_hea_div_soc_icn ul > li {
        width: 30px;
        align-items: center;
        display: flex;
        justify-content: center;
        height: 39px;
        border-radius: 0px;
        font-size: 20px;
        line-height: 40px;
        margin: 0 0px;
        padding-bottom: 3px;
        transform-origin: top;
        position: relative;
        z-index: 9;
        transition: var(--ts);
    }

        .top_hea_div_soc_icn ul > li:hover {
            border-radius: 0;
            transform: translate(0px, -25px);
        }


        .top_hea_div_soc_icn ul > li i {
            transform: rotate(-90deg);
            display: block;
        }
}


/* start form */
#admissionEnquiry_close svg {
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    position: absolute;
    top: 10px;
    border: none;
    right: 15px;
    opacity: .3;
    cursor: pointer;
    transition: var(--ts);
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 2px 5px;
}

    #admissionEnquiry_close svg:hover {
        opacity: 1;
    }

.admissionEnquiry_div {
    width: 320px;
    position: fixed;
    top: 22%;
    z-index: 997;
    right: -320px;
    background: #f07812;
    padding: 20px 20px;
    border-radius: 10px 0 0 10px;
    transition: var(--ts);
}

    .admissionEnquiry_div.close {
        right: 0 !important;
    }


    .admissionEnquiry_div.open {
        right: 0;
    }

    .admissionEnquiry_div > span {
        display: block;
        font-size: 18px;
        font-weight: 200;
        letter-spacing: .5px;
        margin-bottom: 0px;
        color: #fff;
    }

    .admissionEnquiry_div > a {
        display: block;
        font-size: 18px;
        font-weight: 200;
        letter-spacing: .5px;
        margin-bottom: 0px;
        color: #fff;
        text-decoration: none;
    }

    .admissionEnquiry_div strong {
        font-weight: 700 !important;
    }

.admissionEnquiry_name, .admissionEnquiry_parent, .admissionEnquiry_email, .admissionEnquiry_phone, .admissionEnquiry_campus, .admissionEnquiry_Grade, .admissionEnquiry_enquiry {
    width: 100%;
    margin: 10px 3px;
    border: 1px solid #ffffff;
    box-shadow: -4px 0px 0px #a51c42;
    border-radius: 3px;
}


.ri-send-plane-2-line {
    margin-left: 3px;
    transform: rotate(118deg);
    display: -webkit-inline-box;
    font-size: 14px;
}


button#admissionEnquiryBtn {
    padding: 6px 20px;
    background: var(--secondary_color);
    color: var(--title);
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    border: none;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admissionEnquiry_div_box input, .admissionEnquiry_div_box select, .admissionEnquiry_enquiry > textarea {
    box-shadow: none !important;
    border: none !important;
    font-size: 14px;
    letter-spacing: var(--ls);
    border-radius: 1px;
}

.admissionEnquiry_enquiry > textarea {
    width: 100%;
}

    .admissionEnquiry_enquiry > textarea:focus, .admissionEnquiry_enquiry > textarea:focus-visible {
        box-shadow: none !important;
        outline: none !important;
    }

select.form-control {
    appearance: auto !important;
}

#admissionEnquiry_div strong {
    font-weight: 700;
}

.enquiry_title {
    position: absolute;
    left: -96px;
    transform: rotate(-90deg);
    letter-spacing: 2px;
    color: black;
    top: 46%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, hsla(28, 88%, 51%, 1) 45%, hsla(77, 85%, 32%, 1) 100%) !important;
    font-weight: 800;
    padding: 5px 17px;
    font-size: 16px;
    box-shadow: 0px 1px 10px 0px #0000001c;
}

.enquiry_title2 {
    position: absolute;
    left: -86px;
    transform: rotate(-90deg);
    letter-spacing: 2px;
    color: black;
    top: 70%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, hsla(211, 82%, 37%, 1) 45%, hsla(77, 85%, 32%, 1) 100%) !important;
    font-weight: 800;
    padding: 5px 17px;
    font-size: 16px;
    box-shadow: -4px 0px 0px #f07812;
    box-shadow: 0px 1px 10px 0px #0000001c;
}

.enquiry_title3 {
    text-decoration: none;
    letter-spacing: 2px;
    color: white;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(90deg, hsla(211, 82%, 37%, 1) 45%, hsla(77, 85%, 32%, 1) 100%) !important;
    font-weight: 600;
    padding: 10px 17px;
    font-size: 18px;
    box-shadow: -4px 0px 0px #f07812;
    box-shadow: 0px 1px 10px 0px #0000001c;
}

.gallery_btn {
    display: grid;
    place-items: center;
    text-decoration: none;
}

.gallery2 a {
    text-decoration: none;
    width: 130px;
    height: 46px;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: .5px;
    margin-bottom: 0px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}



/* form end */
@media only screen and (max-width: 576px) {
    .admissionEnquiry_div {
        width: 270px;
        right: -270px;
        z-index: 8;
        top: 26%;
    }

    .top_hea_div_soc_icn > ul {
        margin-left: -10px;
    }

    #iframe_form {
        height: 300px;
    }

    .peShiner + span {
        top: 38px;
        left: 100px;
        font-size: 16px;
        line-height: 17px;
    }

        .peShiner + span > strong {
            font-size: 55px;
            margin-left: -4PX;
        }

    .hea_ul_lst_bar_icn > span, .hea_nav_mbl > span {
        background-position: 0 0;
    }

    .hea_nav_mbl > span {
        background-color: hsla(28, 88%, 51%, 1);
        text-align: center;
        margin: auto;
        padding: 8px;
        color: white;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .hea_nav_mbl > label {
        top: 0;
        height: 40px;
        width: 70%;
        background-color: #197abd;
        text-align: center;
        margin: auto;
        padding: 8px;
        /*border-radius: 4px;*/
        color: white;
        letter-spacing: 1px;
        font-weight: bold;
    }

   

    #enquiry_title {
        background: #197abd;
        width: 100%;
        padding: 10px;
        margin-top: 20px;
        text-align: center;
        color: white;
        letter-spacing: 1px;
        font-weight: bold !IMPORTANT;
        height: 69%;
    }
    
    .hea_ul_lst {
        top: 0px;
    }

    .cnt_div_tit > div {
        margin-bottom: -13px;
    }

    .cnt_div_tit {
        padding: 20px 0;
        margin-bottom: 10px;
    }

    body, html {
        overflow-x: hidden;
    }

    .nav_div {
        position: relative;
    }

        .nav_div::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100px;
        }

    .top_hea_div_admission ul li > a {
        height: 35px;
        font-size: 14px;
        padding: 8px 24px 8px;
        background-color: #203ebd;
    }

    .top_hea_div_admission ul li:last-child > a {
        padding: 3px 15px 3px;
        display: block;
        margin-top: 3px;
    }



    .top_hea_div_admission {
        margin-bottom: 0;
    }

    .top_hea_div_admission {
        background: linear-gradient(90deg, #bd204b 58%, #203ebd 10%);
        position: absolute;
        width: calc(100% - 40px);
        bottom: 0px;
        left: 0;
    }


    .top_hea_div_soc_icn {
        position: fixed;
        transform: rotate(90deg);
        left: -73px;
        top: 50%;
        Z-INDEX: 5;
    }


    /*.top_hea_div {*/
    /*  padding-top: 100px;*/
    /*background: #ffffffcf;
    }*/

    #enquiry_title {
        left: -36px;
        font-weight: 400;
        font-size: 14px;
    }

    .admissionEnquiry_div > span {
        font-size: 18px;
    }

    .top_hea_div_admission > ul {
        margin-bottom: 0;
    }
}


#iframe_form {
    height: 350px;
}


.inner_slider .owl-controls {
    display: none !important;
}

.admissionEnquiry_name, .admissionEnquiry_parent, .admissionEnquiry_email, .admissionEnquiry_phone, .admissionEnquiry_campus, .admissionEnquiry_Grade, .admissionEnquiry_enquiry {
    width: 100%;
    margin: 10px 3px;
    border: 1px solid #ffffff;
    box-shadow: -4px 0px 0px #f07812;
    border-radius: 3px;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 18px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #0866FF;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.instagram {
    background: linear-gradient(45deg, #6951c0, #cd2e82, #f07227, #f7c364) !important;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

@media only screen and (max-width:768px) {
    .top_hea_div_connect {
        display: none;
    }
    #enquiry_title2 {
        display: none
    }
}

.vision-div {
    padding-top: 55px;
    background: #115aaa;
}

.title_1 {
    font-weight: bold;
    color: #bd2020;
    position: relative;
    letter-spacing: 2px;
    display: block;
    font-family: 'Caveat', cursive;
    font-size: 30px;
    margin-bottom: -8px;
}

.title_2 {
    position: relative;
    color: var(--secondary_color);
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 0;
}

.misvis h1 {
    font-size: 40px;
    font-weight: 800;
}

.button001 {
    color: white;
    padding: 8px 18px 8px !important;
    border-radius: 44px !important;
    margin: 15px 15px 0 0;
    font-family: mohr_altlight;
    background-color: #bd204b;
    transition: 0.5s all ease-in;
    font-weight: bold;
    letter-spacing: var(--ls);
    font-size: 17px;
}

@media only screen and (min-width: 991px) and (max-width:2000px) {
    .gallery {
        height: 380px !important;
        position: relative;
        left: 27%;
    }
}

.misvis {
    background: #06415a;
}

.right1, .right2 {
    display: flex;
    align-items: center;
    text-align: justify
}

.left1 {
    text-align: right;
    text-align: justify
}

.foo_ul_lst {
    /*display:none;*/
}


.three_section {
    padding: 50px 0;
    position: relative;
}







    .euro_school::after, .gallery::after, .section_about::after, .three_section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        filter: opacity(0.15);
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(../img/welcome_bg.png);
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
    }

.box-three {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0.4rem 1rem rgb(0 0 0 / 6%) !important;
    min-height: 704px;
    border: 1px solid #5656562b;
    display: grid;
    position: relative;
}

    .box-three::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: #083a58;
        z-index: -6;
        transform: rotateZ(-1deg);
    }

    .box-three img {
        border-radius: 15px;
    }

    .box-three img {
        margin: 0 auto;
    }

    .box-three span {
        font-weight: 700;
        color: #0072bc;
        letter-spacing: 0.5px;
        font-size: 22px;
    }

    .box-three p {
        line-height: 28px;
        letter-spacing: 0.5px;
        text-align: justify;
        color: #555;
    }

.top-banner-body {
    background: #54aae5;
    bottom: 22px;
    max-width: 418px;
    padding: 16px;
}

.text-section:before {
    content: "";
    position: absolute;
    background: url(https://www.oakridge.in/wp-content/themes/oakridge/assets/images/Shape.svg) no-repeat;
    height: 20px;
    width: 50px;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
}




.makesspecial {
    position: relative;
}

.specialfloatingdiv {
    max-width: 400px;
    top: 50%;
    transform: translate(0, -25%);
    background: #ffc33d;
    padding: 19px;
    border-radius: 4px;
}

    .specialfloatingdiv:before {
        background: url(https://www.oakridge.in/wp-content/themes/oakridge/assets/images/Shape.1.svg) no-repeat;
        background-size: contain;
    }

    .specialfloatingdiv:before {
        content: "";
        position: absolute;
        background: url(https://www.oakridge.in/wp-content/themes/oakridge/assets/images/Shape.1.svg) no-repeat;
        height: 20px;
        width: 50px;
        bottom: -18px;
        left: 0;
        right: 0;
        margin: auto;
        background-size: contain;
    }

.Academics, .Campus {
    position: relative;
    margin-bottom: 110px;
    background: #f7f7f7;
    padding-bottom: 64px;
}

    .Academics .designbox:before {
        content: "";
        position: absolute;
        background: url(https://www.oakridge.in/wp-content/themes/oakridge/assets/images/Shape.svg) no-repeat;
        height: 20px;
        width: 50px;
        bottom: -18px;
        left: 0;
        right: 0;
        margin: auto;
        background-size: contain;
    }

    .Campus .Campus_design_box:before {
        content: "";
        position: absolute;
        background: url(https://www.oakridge.in/wp-content/themes/oakridge/assets/images/Shape.svg) no-repeat;
        height: 20px;
        width: 50px;
        bottom: -18px;
        left: 0;
        right: 0;
        margin: auto;
        background-size: contain;
    }

    .Campus .Campus_design_box p {
        color: white;
    }

    .Academics .designbox p, .Campus .Campus_image p {
        color: white !important;
        letter-spacing: 1px;
        font-size: 15px;
    }

    .Academics .designbox .readmorebtn, .Campus .readmorebtn {
        width: 34%;
        background: #197abd;
        color: white;
        padding: 0px;
        border-radius: 4px;
    }

        .Academics .designbox .readmorebtn p, .Campus .readmorebtn p {
            text-align: center;
            padding: 7px;
            border-radius: 8px;
        }
@media only screen and (min-width:375px) and (max-width:576px)
{
    .Academics .designbox {
        bottom: -55px;
        max-width: 330px;
        left: 24px;
        background: #58bdc5;
        padding: 17px;
        border-radius: 6px;
        top: -24px;
    }

    .Campus_design_box {
        bottom: -55px;
        max-width: 381px;
        left: 9px;
        background: #58bdc5;
        padding: 11px;
        border-radius: 6px;
        top: -14px;
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {

    .hea_nav_mbl {
        background: orange;
        width: 100%;
        padding: 10px;
        margin-top: 20px;
        text-align: center;
    }
    .Academics .designbox {
        bottom: -55px;
        max-width: 490px;
        left: 24px;
        background: #58bdc5;
        padding: 17px;
        border-radius: 6px;
        top: -24px;
    }

    .Campus_design_box {
        bottom: -55px;
        max-width: 490px;
        left: 9px;
        background: #58bdc5;
        padding: 11px;
        border-radius: 6px;
        top: -14px;
    }

}
@media only screen and (max-width:991px) {

    div#MenuItems > ul > li > a {
        color: #fff;
    }

    div#MenuItems > ul > li {
        position: relative;
        float: left;
        width: 100%;
        display: inline-block;
        background: #723445;
        border-bottom: 1px solid #682d3e;
        transition: var(--ts);
    }


        div#MenuItems > ul > li:hover {
            background: var(--third_color);
        }

    .hea_ul_lst > ul > li > a {
        padding: 8px 20px !important;
        text-align: left !important;
        font-weight: 500 !important;
        width: calc(100% - 70px);
        float: left;
        z-index: 999;
    }

    .hea_ul_lst > ul > li > ul {
        box-shadow: none !important;
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        margin-top: 45px !important;
        margin-left: 0px !important;
        background: #f7f8f9;
        z-index: 99;
        transition: none !important;
    }

        .hea_ul_lst > ul > li > ul > li > a {
            color: #0b253c;
            width: 100%;
            height: auto;
            border-bottom: 1px solid #0000002e !important;
            display: inline-block;
            padding: 6px 14px;
            font-size: 14px;
            letter-spacing: var(--ls);
            position: relative;
            background: #8a5060 !important;
            font-weight: 600;
            text-align: left;
            z-index: 98;
            transition: .5s all ease-in-out !important;
        }

    .hea_ul_lst > ul > li > ul {
        display: none;
        top: 0;
    }

    span.nav_plus {
        position: absolute;
        top: 6px;
        right: 23px;
        border-radius: 100%;
        color: var(--primary-Color);
        font-weight: 700;
        font-size: 16px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: #fff;
        border: 1px solid #e1e1e1;
        cursor: pointer;
        z-index: 999;
        text-align: center;
    }

    .div#MenuItems > ul > li > a {
        padding: 8px 14px 8px;
    }

    .div #MenuItems > ul > li > ul {
        background: #fff;
    }

    div#MenuItems > ul > li > ul > li > a, div#MenuItems > ul > li > ul > li > ul > li > a, .hea_ul_lst_bar ul > li > a {
        font-weight: 500;
        color: #fff;
        font-size: 14px;
    }

    li.mob_nav {
        background: #a96d7e !important;
    }

    div#MenuItems > ul > li > a:hover {
        color: var(--light_color);
    }

    div#MenuItems > ul > li > ul > li > ul {
        right: 0;
        width: 100%;
        height: auto;
        border: none;
        box-shadow: none;
        background: var(--t_color);
        transition: .5s all ease-in-out;
    }

    .hea_nav_mbl > span {
        height: 40px;
        width: 40px;
    }
  .hea_nav_ul > .d-block {
        transform: scale(1);
        overflow: hidden;
    }
    .hea_ul_lst {
        position: absolute;
        top: 40px;
        border-radius: 0px 0px 10px 10px;
        background-color: #723445;
        right: 0;
        max-width: 375px !important;
        border-radius: 0 !important;
        transform: scale(0);
        transition: var(--ts);
    }
    .hea_nav_mbl {
        background: orange;
        width: 100%;
        padding: 10px;
        margin-top: 20px;
        text-align: center;
    }
    #abt_div_cnt_dy p {
        text-align: justify;
    }
    .postcard .postcard__img {
        max-height: 400px !important;
    }

    .specialfloatingdiv {
        max-width: 307px;
        top: 50%;
        transform: translate(0, -25%);
        background: #ffc33d;
        padding: 19px;
        border-radius: 4px;
        top: 33px;
    }


    .specialfloatingdiv {
        position: relative;
        margin: auto;
    }

    .makesspecial {
        margin-bottom: 84px;
    }

    .top-banner-body {
        position: relative;
        margin: auto;
    }

    .Academics .designbox {
        position: relative;
        /*right: 70px;*/
    }

    .Campus .Campus_design_box {
        position: relative;
        /*right: 70px;*/
    }


    .Academics .designbox {
        position: relative;
    }


}

@media only screen and (min-width:991px) {
    #abt_div_cnt_dy p {
        /*text-align: center;*/
    }
    .Academics .designbox {
        position: absolute;
        bottom: -55px;
        max-width: 550px;
        left: 99px;
        background: #58bdc5;
        padding: 17px;
        border-radius: 6px;
    }

    .Campus_design_box {
        position: absolute;
        bottom: -55px;
        max-width: 550px;
        right: 99px;
        background: #58bdc5;
        padding: 17px;
        border-radius: 6px;
    }


    .top-banner-body {
        position: absolute;
        right: 132px;
    }

    .specialfloatingdiv {
        position: absolute;
        right: 70px;
    }

    .Academics .designbox {
        position: absolute;
        right: 70px;
    }
}

@media only screen and (min-width:1300px) and (max-width:1600px) {

    .specialfloatingdiv {
        position: absolute;
        right: 180px;
    }
}

@media only screen and (min-width:1600px) {
    .specialfloatingdiv {
        position: absolute;
        right: 250px;
    }
}

.specialfloatingdiv .readmorebtn {
    width: 36%;
    background: #197abd;
    color: white;
    padding: 0px;
    border-radius: 4px;
}

.specialfloatingdiv p {
    font-size: 15px;
}

.specialfloatingdiv .readmorebtn p {
    text-align: center;
    padding: 7px;
    border-radius: 8px;
}



.footer-widget-info {
    border-bottom: 1px solid #073972;
    border-top: 1px solid #8080802e;
    background: white;
    padding: 30px 0px;
}

.copy-logo {
    padding: 0 45px 0 0px;
}

.footer-widget-info .footer-widget h4 {
    /* font-family: 'Lexend', sans-serif; */
    font-size: 24px;
    color: black;
    margin-bottom: 30px;
    font-weight: 700;
}

.footer-widget-info .footer-widget ul {
    padding: 0;
    list-style: none;
    margin: 0;
    TEXT-TRANSFORM: uppercase;
}

    .footer-widget-info .footer-widget ul li {
        margin-bottom: 15px;
        padding-left: 30px;
    }

        .footer-widget-info .footer-widget ul li a {
            text-decoration: none;
            color: #626262;
            position: relative;
            font-size: 15px;
        }

            .footer-widget-info .footer-widget ul li a i {
                color: #bd204b;
                font-size: 12px;
                position: absolute;
                content: '';
                left: -25px;
                top: 5px;
            }

.abt_div, .makesspecial, .Academics, .Campus {
    padding: 10px 0px;
}

/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #fff;
}

    .postcard.dark {
        background-color: #18151f;
    }

    .postcard.light {
        background-color: #e1e5ea;
    }

    .postcard .t-dark {
        color: #18151f;
    }

    .postcard a {
        color: inherit;
    }

    .postcard h1, .postcard .h1 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .postcard .small {
        font-size: 80%;
    }

    .postcard .postcard__title {
        font-size: 1.75rem;
    }

    .postcard .postcard__img {
        max-height: 180px;
        width: 100%;
        object-fit: cover;
        position: relative;
        object-position: top;
    }

    .postcard .postcard__img_link {
        display: contents;
    }

    .postcard .postcard__bar {
        width: 50px;
        height: 10px;
        margin: 10px 0;
        border-radius: 5px;
        background-color: #424242;
        transition: width 0.2s ease;
    }

    .postcard .postcard__text {
        padding: 1.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .postcard .postcard__preview-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
        height: 100%;
    }

    .postcard .postcard__tagbox {
        display: flex;
        flex-flow: row wrap;
        font-size: 14px;
        margin: 20px 0 0 0;
        padding: 0;
        justify-content: center;
    }

        .postcard .postcard__tagbox .tag__item {
            display: inline-block;
            background: #bd204b;
            border-radius: 3px;
            padding: 10px;
            margin: 0 5px 5px 0;
            cursor: default;
            user-select: none;
            transition: background-color 0.3s;
        }

            .postcard .postcard__tagbox .tag__item:hover {
                background: rgba(83, 83, 83, 0.8);
            }

    .postcard:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(-70deg, #424242, transparent 50%);
        opacity: 1;
        border-radius: 10px;
    }

    .postcard:hover .postcard__bar {
        width: 100px;
    }

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
    }

        .postcard .postcard__title {
            font-size: 2rem;
        }

        .postcard .postcard__tagbox {
            justify-content: start;
        }

        .postcard .postcard__img {
            max-width: 300px;
            max-height: 100%;
            transition: transform 0.3s ease;
        }

        .postcard .postcard__text {
            padding: 3rem;
            width: 100%;
        }

        .postcard .media.postcard__text:before {
            content: "";
            position: absolute;
            display: block;
            background: #18151f;
            top: -20%;
            height: 130%;
            width: 55px;
        }

        .postcard:hover .postcard__img {
            transform: scale(1.1);
        }

        .postcard:nth-child(2n+1) {
            flex-direction: row;
        }

        .postcard:nth-child(2n+0) {
            flex-direction: row-reverse;
        }

        .postcard:nth-child(2n+1) .postcard__text::before {
            left: -12px !important;
            transform: rotate(4deg);
        }

        .postcard:nth-child(2n+0) .postcard__text::before {
            right: -12px !important;
            transform: rotate(-4deg);
        }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

        .postcard__text:before {
            content: "";
            position: absolute;
            display: block;
            top: -20%;
            height: 130%;
            width: 45px;
        }

    .postcard.dark .postcard__text:before {
        background: #bd204b;
    }

    .postcard.light .postcard__text:before {
        background: #e1e5ea;
    }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: #79dd09;
    color: black;
}

.green .postcard__title:hover {
    color: #79dd09;
}

.green .postcard__bar {
    background-color: #79dd09;
}

.green::before {
    background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
    background: #0076bd;
}

.blue .postcard__title:hover {
    color: #0076bd;
}

.blue .postcard__bar {
    background-color: #0076bd;
}

.blue::before {
    background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
    background: #bd150b;
}

.red .postcard__title:hover {
    color: #bd150b;
}

.red .postcard__bar {
    background-color: #bd150b;
}

.red::before {
    background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: #bdbb49;
    color: black;
}

.yellow .postcard__title:hover {
    color: #bdbb49;
}

.yellow .postcard__bar {
    background-color: #bdbb49;
}

.yellow::before {
    background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
    .green::before {
        background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .green:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .blue::before {
        background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .red::before {
        background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .red:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .yellow::before {
        background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }

    .yellow:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }
}

.campus_sec .about__content {
    background: #fff;
    padding: 50px 50px;
    margin-right: 15px
}

.postcard__title a {
    text-decoration: none;
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    div#MenuItems > ul > li > a {
        padding: 14px 5px !important;
        font-size: 13px !important;
    }
}

#sli_div_cnt img {
    object-fit: cover;
    min-height: 261px;
}

.abt_div li a, .abt_div li {
    text-decoration: none;
    color: black;
    letter-spacing: 0.2px;
    font-size: 28px;
}
@font-face {
    font-family: 'Dj5ctrial';
    src: url('../fonts/Dj5ctrial.ttf') format('truetype');
}

/*testimonials css*/
.testimonials .testi_bg {
    /*margin: 0px 10px;*/
    background-color: #54becc;
    position: relative;
}
    .testimonials .testi_bg i {
        position: absolute;
        top: -15px;
        font-size: 36px;
        color: #dfe326;
    }

    .testimonials .testi_bg h3 {
        font-weight: bold;
    }
/*testimonials css*/

.admissionsss {
    text-align: center;
}

    .admissionsss a {
        text-decoration: none;
        color:white;
        letter-spacing:0.6px;
        font-weight:bold;
    }

    .admissionsss button {
        background: #ebae4f;
        padding: 6px 13px;
        border-radius: 2px;
        border:none;
    }

.Campus a, .Academics a{
    text-decoration: none !important;
}
.academic_image img {
    max-height: 500px;
    object-fit: cover;
}
.makesspecial {
    max-height: 520px;
    object-fit: cover;
}
.breadcrumb {
    justify-content: center;
}
.readmorebtn a{
    text-decoration:none;
    color:white;
}

.testi_slider p {
color:white;
}


.iframe{
    padding:10px 0px !important;
}