/*CSS CORRECT AS ON 18-07-2022*/
* {
    margin: 0;
    padding: 0;
}

.testingclass {
    display:none;
}

.clr {
    clear: both;
}


   @font-face {
            font-family: 'Ultramarines Condensed';
            src: url("") format('truetype');
        }

        @font-face {
            font-family: 'DIN';
            src: url("") format('woff2'), url("") format('woff');
            font-weight: 900;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Pluto';
            src: url("PlutoMedium-Italic-1.woff2") format('woff2'), url("urn:scrapbook:download:error:https://www.pws.edu.in/fonts/PlutoMedium-Italic.woff") format('woff');
            font-weight: 500;
            font-style: italic;
            font-display: swap;
        }

        @font-face {
            font-family: 'Pluto';
            src: url("PlutoRegular-1.woff2") format('woff2'), url("PlutoRegular.woff") format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Pluto';
            src: url("PlutoRegular-Italic-1.woff2") format('woff2'), url("urn:scrapbook:download:error:https://www.pws.edu.in/fonts/PlutoRegular-Italic.woff") format('woff');
            font-weight: normal;
            font-style: italic;
            font-display: swap;
        }



@font-face {
    font-family: GothamRegular;
    src: url("");
    src: url("") format('embedded-opentype'), url("") format('woff'), url("") format('truetype'), url("") format('svg');
}

@font-face {
    font-family: Conv_Gotham-Black;
    src: url("");
    src: local('☺'), url("") format('woff'), url("") format('truetype'), url("") format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: GothamLight;
    src: url("") format('embedded-opentype'), url("") format('woff'), url("") format('truetype'), url("") format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Conv_GothamMedium_1;
    src: url("");
    src: local('☺'), url("") format('woff'), url("") format('truetype'), url("") format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Conv_ProximaNova-Regular;
    src: url("");
    src: local('☺'), url("") format('woff'), url("") format('truetype'), url("") format('svg');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Hind Guntur', sans-serif;
    overflow-y: scroll;
}

#FilterNewsYearDiv b,
#FilterNewsYearDiv h1,
#FilterNewsYearDiv h2,
#FilterNewsYearDiv h3,
#FilterNewsYearDiv h4,
#FilterNewsYearDiv h5,
#FilterNewsYearDiv h6,
#FilterNewsYearDiv li,
#FilterNewsYearDiv p,
#FilterNewsYearDiv span,
#FilterNewsYearDiv strong {
    font-family: 'Hind Guntur', sans-serif !important;
}
/*css by naveen*/



a.school__inner {
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
}
.heder-apply-button {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(-50%, -50%);
}
    .heder-apply-button a {
        text-decoration: none;
    }
.apply-buttonnow {
    padding: 6px 15px 2px 15px;
    border-radius: 5px;
    font-size: 18px;
    display: none;
    color: #1f9dd9;
    /* background-color: #1f9dd9; */
    font-family: 'Hind Guntur', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid transparent;
}
.school__inner:hover{
    border:none !important;

}
.heder-apply-button a:hover {
    color: #1f9dd9;
    text-decoration: underline;
    border: 2px solid;
}
    .heder-apply-button-desktop {
        position: absolute;
        top: 62px;
        right: 4%;
        transform: translate(-50%, -50%);
    }

.apply-buttonnow-desktop {
    padding: 6px 15px 2px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid transparent;
    display: none;
    color: #1f9dd9;
    font-family: 'Hind Guntur', sans-serif;
    text-transform: uppercase;;
}
    .heder-apply-button-desktop a:hover {
        color: #fff;
        text-decoration: underline;
    }
.heder-apply-button-desktop ul li a:hover {
    color: #1371b3;
    text-decoration: none;
}
    .applyNowLink {
        display: none;
    }
.quick__links .quick__links__ul {
    display: flex;
    list-style-type: none;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.hovering__ele:hover .inner__ul{
    display:block;
}
ul.inner__ul {
    position: absolute;
    background: #fff;
    padding: 15px 15px 10px 15px;
    display: none;
    list-style-type: none;
    z-index: 99;
}
ul.inner__ul li {
    border-bottom: 1px solid #cccccc52;
    cursor: pointer;
    margin-right: 0 !important;
}
ul.inner__ul li a {
    color: #3a3a3a !important;
    opacity: 0.8 !important;
    text-transform:capitalize !important;
    font-size:16px !important
}
ul.inner__ul li a:hover {
    color: blue !important;
}
.quick__links h3 {
    font-size: 24px;
    text-align: left;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.6;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0;
}

.quick__links:before {
    content: '';
    position: absolute;
    left: -90px;
    top: 0;
    background: #ccc;
    width: 1px;
    height: 100%;
}
.class_for_logo img{
    margin-bottom:15px;
}
.quick__links .quick__links__ul li a {
    opacity: 0.6;
    color: #3a3a3a;
    font-weight: 500;
    text-transform: uppercase;
}

    .quick__links .quick__links__ul li a:hover {
        color: #8a2465;
        text-decoration: none;
    }
.inner__ul li {
    width: auto !important;
}
.quick__links .quick__links__ul li {
    font-size: 18px;
    margin-right: 25px;
    color: #3a3a3a;
    margin-bottom: 10px;
    width: 29%;
}

.footer_new {
    background: #f8f8f9;
    padding-top: 60px;
    padding-bottom: 35px;
}


.mascot {
    float: right;
    padding: 10px;
    margin-left: 15px;
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

div#owl-demo .item img {
    height: 100vh;
    object-fit: cover;
}

.youtube iframe {
    width: 100% !important;
}

.landing .banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.landing div#owl-demo .item img {
    height: 100vh;
    object-fit: cover;
}

.slide-content {
    position: absolute;
    display: block;
    top: 50%;
    left: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 999;
}

.slide-content1 {
    position: absolute;
    display: block;
    left: 20px;
    z-index: 999;
    bottom: 65px;
}

.update-div-left.update_div_left_logo em a {
    display: block;
}

.gs-spelling {
    color: #fff !important;
}

.content-box p.How_we {
    margin-bottom: 12px;
}

.gs-bidi-start-align.gs-snippet {
    color: #fff !important;
}

.slide-content h2 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-family: Conv_GothamMedium_1;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 33px 0;
    margin-bottom: 25px;
}

.school_admission .tabing-div ul li a {
    font-size: 13.5px;
}

.school_admission .tabing-div ul.inner-content-list li {
    margin-bottom: 20px;
}

.slide-content h2:before {
    content: '';
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 930px;
    bottom: 0;
    text-align: center;
    margin-left: 4%;
}

.slide-content p {
    color: #fff;
    font-family: Conv_ProximaNova-Regular;
    font-size: 36.5px;
    /* @import url("urn:scrapbook:download:error:file:///X:/PathwaysPathwayssrcPathwayswwwroot%0Cssmain.css"); */
    text-align: center;
    line-height: 36px;
}

    .slide-content p img {
        display: inline-block !important;
        width: 7px !important;
        height: auto !important;
        margin: 0 7px;
    }

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}

.logo1 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}

.trigger {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 999;
}

.search1 {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 999;
}

.header1 {
    background: rgba(255, 255, 255, .95);
    min-height: 70px;
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 -2px 30px #000;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}

/*.left {*/
/*    width: 25%;*/
/*    float: left;*/
/*    text-align: left;*/
/*    padding-left: 20px;*/
/*    box-sizing: border-box;*/
/*}*/

    .left img {
        vertical-align: top;
    }

/*.right {*/
/*    width: 75%;*/
/*    float: right;*/
/*    text-align: right;*/
/*    padding-top: 10px;*/
/*}*/

    .right img {
        vertical-align: top;
    }

.search1 {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 999;
    padding-left: 15px;
    display: none;
}

.applyNowLink {
    right: auto !important;
    left: 61px !important;
    position: fixed !important;
    z-index: 99999;
}

    .applyNowLink:hover {
        background: #1f9dd9;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
    }

.search1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 25px;
    content: "";
    background: #fff;
}

.right img {
    vertical-align: top;
}

.top {
    top: 20px !important;
}

em.mobile_mo {
    display: none;
}

.menu {
    background: url("") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.logo1 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
}

.close {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 999999;
}

.search2 {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 999999;
    display: none;
}

#owl-demo .owl-dots {
    display: none;
}

.slide-content h2 {
    animation: 1s .2s fadeInUp both;
}

.slide-content p {
    animation: 2s .4s fadeInUp both;
}

.container {
    width: 1172px;
    max-width: 1172px;
    padding: 0;
    margin: 0 auto;
}

.schools-div {
    padding: 50px 0 45px 0;
}

    .schools-div h2 {
        font-size: 15px;
        color: #8a2465;
        font-weight: 700;
        text-transform: uppercase;
        padding: 20px 0 15px;
        line-height: 22px;
        border-bottom: 1px solid #9b9b9b;
        transition: all ease-in-out .3s;
        position: relative;
    }

    .schools-div .school2 h2 {
        color: #fdb92e;
    }

    .schools-div .school3 h2 {
        color: #009487;
    }

    .schools-div .school4 h2 {
        color: #ed3237;
    }

    .schools-div h2:before {
        position: absolute;
        content: "";
        height: 1px;
        background-color: #106bab;
        right: 0;
        width: 0%;
        z-index: 999999999999999;
        -webkit-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
        bottom: -1px;
    }

    .schools-div .col-lg-3.col-md-3.col-sm-6.col-xs-12:hover h2:before {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        background-color: #106bab;
        -webkit-transition: all .65s ease;
        -moz-transition: all .65s ease;
        -o-transition: all .65s ease;
        transition: all .65s ease;
    }

    .schools-div h2 span {
        font-size: 14px;
        font-weight: 400;
        color: #494949;
        line-height: 16px;
        display: block;
        padding-top: 5px;
    }

    .schools-div h3 {
        font-size: 16px;
        font-weight: 500;
        position: relative;
        margin-bottom: 0;
    }

.content-box.school_brochure h3 {
    margin: 38px 0 15px 0 !important;
}

.schools-div h3 a img {
    position: absolute;
    top: 3px;
    right: 0;
}

.schools-div .school-img {
    overflow: hidden;
    border-bottom: 5px solid #8a2465;
}

.schools-div .school2 .school-img {
    border-bottom: 5px solid #fdb92e;
}

.schools-div .school3 .school-img {
    border-bottom: 5px solid #009487;
}

.schools-div .school4 .school-img {
    border-bottom: 5px solid #ed3237;
}

.schools-div .school-img img.main-school {
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.schools-div .col-lg-3.col-md-3.col-sm-6.col-xs-12:hover .school-img img.main-school {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.schools-div h3 a {
    width: 34px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease;
}

.section1 .parallax {
    background-image: url("");
    min-height: 723px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.explore-div h4 {
    font-size: 30px;
    color: #cbeaff;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    padding: 50px 0 0;
    margin-bottom: 15px;
}

.explore-div h1 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
}

.explore-div ul {
    margin: 0;
    padding: 0;
}

    .explore-div ul li {
        float: left;
        width: 23.1%;
        list-style-type: none;
        margin-right: 2.52%;
    }

        .explore-div ul li:nth-child(4) {
            margin-right: 0;
        }

        .explore-div ul li h3 {
            font-size: 24px;
            color: #fff;
            line-height: 28px;
            font-weight: 500;
            margin: 23px 0 10px;
            border-bottom: 1px solid #b8d3e6;
            padding-bottom: 6px;
            min-height: 65px;
        }

        .explore-div ul li p {
            font-size: 18px;
            font-weight: 400;
            color: #fdb92e;
            line-height: 18px;
        }

.img-box {
    position: relative;
    transition: background-color .35s;
}

.hover_content {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background: rgba(58, 52, 42, .7);
    background-size: 100% 100%;
    padding: 15px;
    box-sizing: border-box;
    opacity: 0;
    transition: all .7s;
}

.hover_content1 {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
    transition: all .7s;
    border: 0 solid #fff;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.hover_content2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    transition: all .7s;
}

    .hover_content2 a {
        text-decoration: none;
        background: #126cab;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        padding: 12px 15px 9px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

        .hover_content2 a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hover_content2 a:active:before,
        .hover_content2 a:focus:before,
        .hover_content2 a:hover:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.explore-div ul li:hover .img-box .hover_content1 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover_content2 a:focus,
.hover_content2 a:hover {
    color: #126cab;
}

.explore-div ul li:hover .img-box .hover_content {
    opacity: 1;
    transition: all .7s;
}

.section2 {
    background: url("urn:scrapbook:download:error:https://www.pws.edu.in/assets/img/latest-update-bg.jpg") top left;
}

.updatre-div h4 {
    font-size: 30px;
    color: #717171;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    padding: 50px 0 0;
    margin-bottom: 15px;
}

.updatre-div h1 {
    font-size: 40px;
    text-align: center;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
}

.update-div-left {
    width: 26.5%;
    float: left;
}

.update-div-middle {
    float: left;
    width: 35.1%;
    margin: 0 1.7%;
}

.update-box {
    background: #3e3e3e;
    padding: 10px 14px;
    transition: .3s ease;
    height: 116px;
}

.update-box-left {
    float: left;
    display: none;
    width: 13.5%;
}

    .update-box-left h2 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #5d5d5d;
        padding: 13px 15px 2px 0;
        line-height: 30px;
        margin: 0;
        transition: .3s ease;
    }

        .update-box-left h2 span {
            display: block;
            font-size: 18px;
            font-weight: 400;
        }

.update-box-rigth {
    float: left;
    padding: 0;
    width: 100%;
}

    .update-box-rigth h3 {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 22px;
        padding-top: 3px;
        margin-bottom: 10px;
    }

    .update-box-rigth p {
        font-size: 14px;
        color: #e0e0e0;
        font-weight: 400;
    }

.update-img {
    overflow: hidden;
    height: 253px;
}

    .update-img img {
        width: calc(100% + 50px);
        overflow: hidden;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

        .update-img img:hover {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

.update-div-middle:hover .update-img img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.update-box:hover {
    /*background: #0f6baa;*/
    background: #8a2566;
}

.update-div-middle:hover .update-box {
    /*background: #0f6baa;*/
    background: #8a2566;
}

.update-box-right {
    float: left;
    width: 35%;
}

    .update-box-right .update-box {
        margin-bottom: 10.3px;
    }

.update-box:hover .update-box-left h2 {
    border-right: 1px solid #fff;
}

.all-news {
    text-align: center;
    margin: 30px 0 0;
    padding-bottom: 39px;
}

    .all-news a {
        background: #8a2566;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        display: inline-block;
        line-height: 22px;
        padding: 21px 47px 17px;
        border-radius: 3px;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

        .Sub-btn button:before,
        .all-news a:before,
        .know-btn a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #0f6baa;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            border-radius: 3px;
        }

        .Sub-btn button:active:before,
        .Sub-btn button:focus:before,
        .Sub-btn button:hover:before,
        .all-news a:active:before,
        .all-news a:focus:before,
        .all-news a:hover:before,
        .know-btn a:active:before,
        .know-btn a:focus:before,
        .know-btn a:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        .all-news a:hover {
            text-decoration: none;
        }

.section3 .parallax {
    background: url("") no-repeat top left;
    min-height: 463px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pathway-div h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    padding: 50px 0 0;
    margin-bottom: 15px;
}

.pathway-div h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 65px;
    position: relative;
}

    .pathway-div h2 .cisneasc:before {
        content: '';
        position: absolute;
        top: 10px;
        background: url("") no-repeat top left;
        width: 160px;
        height: 9px;
        margin-left: -220px;
    }

    .pathway-div h2 .cisneasc:after {
        content: '';
        position: absolute;
        top: 10px;
        background: url("") no-repeat top left;
        width: 160px;
        height: 9px;
        margin-left: 55px;
        left: auto;
    }

.pathway-div p {
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 0 120px;
    line-height: 38px;
    margin-bottom: 50px;
}

.know-btn {
    text-align: center;
}

    .know-btn a {
        /*background: #fcb931;*/
        background: #8a2566;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        display: inline-block;
        line-height: 22px;
        padding: 23px 47px 17px;
        border-radius: 3px;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

        .know-btn a:hover {
            text-decoration: none;
        }

.section4 h4 {
    font-size: 30px;
    color: #717171;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    padding: 50px 0 0;
    margin-bottom: 15px;
}

.section4 h2 {
    font-size: 40px;
    text-align: center;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
}

.form-contact {
    padding: 0 95px;
}

    .form-contact ul {
        margin: 0;
        padding: 0;
    }

        .form-contact ul li {
            list-style-type: none;
            width: 31.25%;
            margin: 1.04%;
            float: left;
        }

            .form-contact ul li input::-webkit-input-placeholder {
                line-height: normal;
            }

            .form-contact ul li input:-moz-placeholder {
                line-height: normal;
            }

            .form-contact ul li input::-moz-placeholder {
                line-height: normal;
            }

            .form-contact ul li input:-ms-input-placeholder {
                line-height: normal;
            }

.contact-form input::-webkit-input-placeholder {
    line-height: normal;
}

.contact-form input:-moz-placeholder {
    line-height: normal;
}

.contact-form input::-moz-placeholder {
    line-height: normal;
}

.contact-form input:-ms-input-placeholder {
    line-height: normal;
}

.form-contact ul li input {
    width: 100%;
    border: 1px solid #818181;
    font-size: 16px;
    height: 58px;
    color: #818181;
    padding: 18px 10px 14px 60px;
    -webkit-appearance: none;
}

.form-contact ul li select {
    width: 100%;
    border: 1px solid #818181;
    font-size: 16px;
    height: 58px;
    color: #818181;
    padding: 18px 10px 14px 60px;
    -webkit-appearance: none;
}

.Sub-btn {
    text-align: center;
    margin: 40px 0 40px;
}

    .Sub-btn button {
        /*background: #019487;*/
        background: #8a2566;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        display: inline-block;
        line-height: 22px;
        padding: 23px 47px 17px;
        border-radius: 3px;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        border: 0;
    }

.social-icon {
    text-align: center;
    padding-bottom: 45px;
}

    .social-icon a {
        display: inline-block;
        padding: 0 15px;
        color: #818181;
        font-size: 14px;
        transition: .3s ease;
    }

        .social-icon a i {
            padding: 0 8px 0 0;
        }

        .social-icon a:hover {
            text-decoration: none;
        }

        .social-icon a.twitter:hover {
            color: #1da1f2;
        }

        .social-icon a.linkedin:hover {
            color: #0e76a8;
        }

.instagram-color:hover {
    color: #e1306c !important;
}

.instagram li:hover a {
    color: #e1306c !important;
}

.instagram-color i:hover {
    color: #e1306c;
}

.social-icon a.instagram:hover {
    color: #e1306c;
}

.social-icon a.facebook:hover {
    color: #3b579d;
}

.social-icon a.youtube:hover {
    color: #e5291b;
}

.social-icon a.bold:hover {
    color: #f06a35;
}

.footer-bg {
    background: #e9e9e9;
    padding-top: 40px;
}

div#footer-client {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
}

.footer-last-left {
    width: 50%;
    float: left;
}

    .footer-last-left p {
        color: #2e2e2e;
        margin: 30px 0 50px;
        font-size: 14px;
        font-weight: 400;
    }

.footer-last-right {
    float: left;
    width: 50%;
}

    .footer-last-right p {
        text-align: right;
        margin: 30px 0 50px;
        font-size: 14px;
        color: #2e2e2e;
        font-weight: 400;
    }

        .footer-last-right p a {
            color: #2e2e2e;
        }

            .footer-last-right p a:hover {
                color: #0f6baa;
                text-decoration: none;
            }

.inner_banner_video {
    height: 100vh;
}

    .inner_banner_video video {
        width: 100%;
        object-fit: cover;
        height: 100vh;
    }

.inner-banner img {
    width: 100%;
}

.inner-page .banner {
    height: auto;
}

.breadcrumb-div-left {
    width: 40%;
    float: left;
}

.breadcrumb-div-right {
    width: 60%;
    float: left;
    text-align: right;
}

.breadcrumb-div {
    /*background: #106bab;*/
    background: rgba(138, 36, 101, .9);
}

.breadcrumb-div-left h2 {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    margin: 0;
    padding: 16px 0 11px;
    font-weight: 400;
}

.breadcrumb-div-right ul {
    margin: 0;
    padding: 0;
}

    .breadcrumb-div-right ul li {
        display: inline-block;
        position: relative;
        color: #dbb065;
        font-size: 14px;
        font-weight: 300;
    }



        .breadcrumb-div-right ul li:before {
            content: '/';
            position: absolute;
            top: 0;
            color: #fff;
            right: -14px;
        }

     

        .breadcrumb-div-right ul li a {
            font-size: 14px;
            color: #fff;
            font-weight: 300;
            transition: .3s ease;
        }

            .breadcrumb-div-right ul li a:hover {
                color: #dbb065;
                text-decoration: none;
            }

.main-container {
    padding: 40px 0 60px;
}

.side-nav-box {
    width: 26.5%;
    float: left;
}

.side-nav {
    background: #081b24 url("") top left repeat;
    min-height: 350px;
}

    .side-nav ul {
        margin: 0;
        padding: 30px 0 30px 30px;
    }

        .side-nav ul li {
            list-style-type: none;
            margin-bottom: 13px;
            transition: .3s ease;
        }

            .side-nav ul li a {
                font-size: 17px;
                font-weight: 300;
                color: #fff;
                line-height: 16px;
                padding: 10px 10px 5px 17px;
                width: 100%;
                display: block;
                transition: .3s ease;
            }

                .side-nav ul li a:hover {
                    text-decoration: none;
                }

            .side-nav ul li.active {
                margin-right: -5px;
            }

                .side-nav ul li.active a {
                    /*background: #106bab;*/
                    background: rgba(138, 36, 101, .9);
                    color: #fff;
                }

        .side-nav ul li {
            margin-right: -5px;
        }

            .side-nav ul li:hover a {
                /*background: #106bab;*/
                background: rgba(138, 36, 101, .9);
                color: #fff;
            }

.content-box {
    width: 69%;
    float: left;
    margin: 0 0 0 4.25%;
}

    .content-box h1 {
        color: rgba(138, 36, 101, .9);
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 35px;
        margin-top: 0;
    }

    .content-box p {
        font-size: 16px;
        line-height: 25px;
        color: #666;
        font-weight: 300;
        margin-bottom: 25px;
    }

.right-div {
    width: 20%;
    float: right;
}

.box-school1 .right-img {
    overflow: hidden;
    border-bottom: 5px solid #8a2465;
}

.right-img img {
    width: calc(100% + 0px);
    overflow: hidden;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: -1px;
}

.right-div h2 {
    font-size: 16px;
    color: #8a2465;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 0 10px;
    line-height: 16px;
    border-bottom: 1px solid #9b9b9b;
    transition: all ease-in-out .3s;
    position: relative;
}

    .right-div h2 span {
        font-size: 12px;
        font-weight: 400;
        color: #494949;
        line-height: 16px;
        display: block;
        padding-top: 5px;
    }

.right-div h3 {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
}

    .right-div h3 a {
        width: 34px;
        height: 12px;
        position: absolute;
        right: 0;
        top: -2px;
        transition: .3s ease;
    }

.right-div .box-school1 {
    margin-bottom: 15px;
}

.right-div .box-schooltwo .right-img {
    border-bottom: 5px solid #fdb92e;
}

.right-div .box-schoolthree .right-img {
    border-bottom: 5px solid #009487;
}

.right-div .box-schoolfour .right-img {
    border-bottom: 5px solid #ed3237;
}

.right-div .box-schooltwo h2 {
    color: #fdb92e;
}

.right-div .box-schoolthree h2 {
    color: #009487;
}

.right-div .box-schoolfour h2 {
    color: #ed3237;
}

.right-div .box-school1:hover .right-img img.main-school {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

video.header-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing .main-school-1 .breadcrumb-div {
    background: rgba(138, 36, 101, .9);
    margin-top: -50px;
    position: relative;
    z-index: 999;
}

.main-school-1 .breadcrumb-div {
    background: #8a2465;
    margin-top: -50px;
    position: relative;
    z-index: 999;
}

.school-landing {
    padding: 40px 0 60px;
}

.school-landing-box {
    display: flex;
}

.school-landing-left {
    width: 50%;
    float: left;
}

.landing-img-box {
    width: 50%;
    float: left;
    position: relative;
    transition: all .7s;
    overflow: hidden;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    .landing-img-box img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
    }

    .landing-img-box h3 {
        position: absolute;
        display: block;
        top: 50%;
        left: auto;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 22px;
        padding: 0 10px;
        line-height: 26px;
        text-transform: uppercase;
        z-index: 999;
    }

.content-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.landing-img-box-one:hover .content-hover,
.landing-img-box:hover .content-hover {
    height: 100%;
}

.landing-img-box-one {
    position: relative;
    transition: all .7s;
    overflow: hidden;
    border-right: 1px solid #fff;
}

.landing-img-box h3 img {
    margin-bottom: 20px;
}

.landing-img-box-one h3 {
    position: absolute;
    display: block;
    top: 50%;
    left: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    padding: 0 10px;
    line-height: 26px;
    text-transform: uppercase;
    z-index: 999;
}

.landing-img-box-one:hover .content-hover {
    opacity: 1;
    transition: all .7s;
}

.information-div-left {
    border-right: 2px solid #999;
    width: 30.5%;
    float: left;
}

    .information-div-left h1 {
        font-size: 20px;
        color: #8a2465;
        font-weight: 700;
        padding-right: 10px;
        margin-bottom: 20px;
    }

.location-box {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background: url("") no-repeat center left;
}

.location-box {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background: url("") no-repeat top 11px left 9px;
    padding: 15px 0 15px 45px;
    border-bottom: 1px dashed #a6a6a6;
    margin-right: 30px;
    background-size: 20px;
}

.email-box {
    border-bottom: 1px dashed #a6a6a6;
    margin-right: 30px;
    padding: 17px 0 13px 45px;
    background: url("") no-repeat center left 5px;
    background-size: 26px;
}

    .email-box a {
        font-size: 14px;
        color: #000;
        font-weight: 400;
    }

        .email-box a:hover {
            text-decoration: none;
            color: #8a2465;
        }

    .email-box:hover {
        background: url("") no-repeat center left 5px;
        background-size: 26px;
    }

.phn-box {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background: url("") no-repeat center left 9px;
    padding: 15px 0 15px 45px;
    border-bottom: 1px dashed #a6a6a6;
    margin-right: 30px;
    margin-bottom: 38px;
    background-size: 18px;
}

.information-div-right {
    width: 66.94%;
    float: left;
}

ul.services-div {
    margin: 0;
    padding: 0;
}

    ul.services-div li {
        float: left;
        width: 14%;
        list-style-type: none;
        text-align: center;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding-top: 19px;
        display: inline-block;
        position: relative;
        min-height: 160px;
        overflow: hidden;
    }

        ul.services-div li:nth-child(7n+1):nth-last-child(-n+7),
        ul.services-div li:nth-child(7n+1):nth-last-child(-n+7) ~ li {
            border-bottom: 0 solid #e5e5e5;
        }

        ul.services-div li:nth-child(7n+7) {
            border-right: 0 solid #e5e5e5;
        }

.services-img {
    height: 60px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    width: 100%;
    top: 18px;
    left: 0;
}

.services_img_hover {
    height: 60px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    width: 100%;
    top: 18px;
    left: 0;
    opacity: 0;
}

ul.services-div li:hover .services_img_hover {
    opacity: 1;
}

.services-img img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s ease;
    max-height: 46px;
}

ul.services-div li a p {
    font-size: 13px;
    color: #000;
    line-height: 16px;
    padding-top: 60px;
    font-weight: 400;
}

ul.services-div li:nth-child(3) .services-img img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

ul.services-div li:hover .services-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

ul.services-div li:hover a p {
    color: #8a2465;
}

ul.services-div li a:hover {
    text-decoration: none;
}

.information-div {
    margin-bottom: 60px;
}

ul.services-div li:nth-child(1) span {
    display: block;
    background: url("") no-repeat center top;
    height: 43px;
    background-size: 30%;
}

ul.services-div li:nth-child(1):hover span {
    background: url("") no-repeat center top -43px;
    height: 43px;
    background-size: 30%;
}

ul.services-div li:nth-child(2) span {
    display: block;
    background: url("") no-repeat center top;
    height: 43px;
    background-size: 34%;
}

ul.services-div li:nth-child(2):hover span {
    background: url("") no-repeat center top -45px;
    height: 43px;
    background-size: 34%;
}

ul.services-div li:nth-child(3) span {
    display: block;
    background: url("") no-repeat center top;
    height: 43px;
    background-size: 34%;
}

ul.services-div li:nth-child(4) span {
    display: block;
    background: url("") no-repeat center top;
    height: 45px;
    background-size: 30%;
}

ul.services-div li:nth-child(4):hover span {
    background: url("") no-repeat center top -46px;
    height: 45px;
    background-size: 30%;
}

ul.services-div li:nth-child(5) span {
    display: block;
    background: url("") no-repeat center top;
    height: 45px;
    background-size: 30%;
}

ul.services-div li:nth-child(5):hover span {
    background: url("") no-repeat center top -45px;
    height: 45px;
    background-size: 30%;
}

ul.services-div li:nth-child(6) span {
    display: block;
    background: url("") no-repeat center top;
    height: 45px;
    background-size: 30%;
}

ul.services-div li:nth-child(6):hover span {
    background: url("") no-repeat center top -49px;
    height: 45px;
    background-size: 30%;
}

ul.services-div li:nth-child(7) span {
    display: block;
    background: url("") no-repeat center top;
    height: 45px;
    background-size: 28%;
}

ul.services-div li:nth-child(7):hover span {
    background: url("") no-repeat center top -45px;
    height: 45px;
    background-size: 28%;
}

ul.services-div li:nth-child(8) span {
    display: block;
    background: url("") no-repeat center top 7px;
    height: 45px;
    background-size: 37%;
}

ul.services-div li:nth-child(8):hover span {
    background: url("") no-repeat center top -32px;
    height: 45px;
    background-size: 37%;
}

ul.services-div li:nth-child(9) span {
    display: block;
    background: url("") no-repeat center top 6px;
    height: 45px;
    background-size: 28%;
}

ul.services-div li:nth-child(9):hover span {
    background: url("") no-repeat center top -34px;
    height: 45px;
    background-size: 28%;
}

ul.services-div li:nth-child(10) span {
    display: block;
    background: url("") no-repeat center top;
    height: 45px;
    background-size: 36%;
}

ul.services-div li:nth-child(10):hover span {
    background: url("") no-repeat center top -45px;
    height: 45px;
    background-size: 36%;
}

ul.services-div li:nth-child(11) span {
    display: block;
    background: url("") no-repeat center top;
    height: 45px;
    background-size: 29%;
}

ul.services-div li:nth-child(11):hover span {
    background: url("") no-repeat center top -45px;
    height: 45px;
    background-size: 29%;
}

ul.services-div li:nth-child(12) span {
    display: block;
    background: url("") no-repeat center top;
    height: 45px;
    background-size: 29%;
}

ul.services-div li:nth-child(12):hover span {
    background: url("") no-repeat center top -46px;
    height: 45px;
    background-size: 29%;
}

.main-school-1 .side-nav {
    background: #081b24 url("") top left repeat;
}

    .main-school-1 .side-nav ul li:hover a {
        background: #8a2465;
    }

.main-school-1.main-school-2 .side-nav ul li:hover a {
    background: #f5ae24;
}

.main-school-1.main-school-3 .side-nav ul li:hover a {
    background: #009487;
}

.main-school-1 .side-nav ul li.active a {
    background: #8a2465;
}

.main-school-1.main-school-2 .side-nav ul li.active a {
    background: #f5ae24;
}

.main-school-1.main-school-3 .side-nav ul li.active a {
    background: #009487;
}

.main-school-1 .content-box {
    width: 69.25%;
    float: left;
    margin: 0 0 0 4.25%;
}

.content-box p strong {
    font-weight: 600;
}

.line-div {
    margin: 10px 0 50px;
}

    .line-div img {
        width: 100%;
    }

.side-nav-1 {
    margin: 20px 0;
    padding: 35px 25px 40px;
    background: url("") top left;
}

.green_pathways_LEED_EB_platinum ul.governors-list.downloads li:nth-child(3n+3) {
    clear: inherit;
    margin-right: 0;
}

.green_pathways_LEED_EB_platinum ul.governors-list.downloads li:nth-child(2n+2) {
    margin-right: 4%;
}

.green_pathways_LEED_EB_platinum ul.governors-list.downloads li {
    width: 30.5%;
}

ul.governors-list.downloads li .thumbN img {
    width: 100%;
}

.side-nav-1 h3 {
    font-weight: 600;
    font-size: 18.5px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 25px;
}

.location-box-1 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: url("") no-repeat top 11px left 9px;
    padding: 10px 0 10px 45px;
    line-height: 20px;
    background-size: 20px;
}

.main-school-3 .location-box-1 {
    background: url("") no-repeat top 5px left 9px;
    background-size: 20px;
}

.aravali_director_desk ul.governors-list.awards li .thumbN img {
    position: static;
}

.aravali_director_desk ul.governors-list.docs-pictures li .thumbN {
    height: auto;
}

.aravali_director_desk ul.governors-list.curriculum li {
    min-height: auto;
}

.email-box-1 {
    padding: 10px 0 10px 45px;
    background: url("") no-repeat top 13px left 5px;
    background-size: 27px;
}

    .email-box-1 a {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        transition: .3s ease;
    }

    .email-box-1:hover {
        background: url("") no-repeat top 13px left 5px;
        background-size: 27px;
    }

    .email-box-1 a:hover {
        text-decoration: none;
        color: #000;
    }

.phn-box-1 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: url("") no-repeat center left 9px;
    padding: 10px 0 10px 45px;
    margin-bottom: 25px;
    background-size: 18px;
}

.location-btn {
    background: url("") repeat-x top left;
    margin-bottom: 10px;
}

    .location-btn a {
        display: block;
        color: #1e9b1e;
        font-size: 16px;
        font-weight: 400;
        background: url("") no-repeat center left 20px;
        background-size: 41px;
        padding: 21px 10px 15px 85px;
        transition: .3s ease;
    }

        .location-btn a:hover {
            background: #000 url("") no-repeat center left 20px;
            background-size: 41px;
            text-decoration: none;
        }

.location-btn-1 {
    background: url("") repeat-x top left;
}

    .location-btn-1 a {
        display: block;
        color: #116bab;
        font-size: 16px;
        font-weight: 400;
        background: url("") no-repeat center left 20px;
        background-size: 44px;
        padding: 21px 10px 15px 85px;
        transition: .3s ease;
    }

        .location-btn-1 a:hover {
            text-decoration: none;
            background: #000;
            background: #000 url("") no-repeat center left 20px;
            background-size: 44px;
        }
div#footer-client {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    div#footer-client .item {
        float: left;
        margin: 0 35px 0 0;
    }

.main-school-1.main-school-3 ul.services-div li:nth-child(3) a p {
    color: green;
}

div#footer-client .item:last-child {
    margin: 0;
}

.landing-img-box h3 img {
    margin-bottom: 20px;
    display: inline-block !important;
}

.side-nav-icon {
    display: none;
}

div#owl-demo {
    position: absolute;
    top: 0;
    z-index: 9;
}

.student_mn {
    text-align: center;
    margin-top: 37px;
}

    .student_mn ul li {
        display: inline-block;
        text-align: center;
        width: 90px;
        color: #ffff;
        margin-right: 30px;
        vertical-align: top;
    }

.side_nav_box {
    display: none;
}

.student_mn ul li img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.student_mn ul li:nth-child(5) {
    margin-right: 0;
}

.student_mn ul li a {
    color: #fff;
    border: 1px solid #8e8e8e;
    height: 88px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    transition: .3s ease;
}

    .student_mn ul li a img {
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .3s ease;
    }

.student_mn ul li span {
    display: block;
    color: #ccc;
    padding-top: 8px;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s ease;
}

.student_mn ul li a:hover {
    color: #fff;
}

.student_mn ul li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.student_mn ul li:hover span {
    color: #4289b7;
    font-weight: 600;
}

.logo_mn {
    text-align: center;
    margin-top: 37px;
}

    .logo_mn ul li {
        display: inline-block;
        text-align: center;
        width: 31%;
        color: #ffff;
        margin-right: 6px;
    }

        .logo_mn ul li img {
            filter: gray;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }

        .logo_mn ul li:nth-child(4) {
            margin-right: 0;
        }

        .logo_mn ul li a {
            color: #fff;
            border: 1px solid #8e8e8e;
            height: 88px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            width: 100%;
            transition: .3s ease;
        }

            .logo_mn ul li a img {
                vertical-align: middle;
                max-height: 100%;
                max-width: 100%;
                width: auto;
                height: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 5px;
                margin: auto;
                transition: .3s ease;
            }

        .logo_mn ul li span {
            display: block;
            color: #8e8e8e;
            padding-top: 8px;
            font-weight: 300;
            font-size: 14px;
            text-transform: uppercase;
            transition: .3s ease;
        }

        .logo_mn ul li a:hover {
            color: #fff;
        }

        .logo_mn ul li:hover img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }

        .logo_mn ul li:hover span {
            color: #4289b7;
            font-weight: 600;
        }

.contaoner_menu {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.section_menu {
    margin-top: 10px;
}

.sec_menu_sep {
    float: left;
    position: relative;
    padding-right: 40px;
}

    .sec_menu_sep:nth-child(3) {
        margin-right: 1.3%;
    }

    .sec_menu_sep ul {
        width: 180px;
        float: left;
        background: #4289b7 url("") top left repeat;
        padding: 20px 10px 7px 20px;
        top: 110px;
        margin-left: 0;
        transform: translateY(15%);
        -o-transform: translateY(15%);
        -moz-transform: translateY(15%);
        -webkit-transform: translateY(15%);
        -o-transition: all .32s ease 0s;
        -ms-transition: all .32s ease 0s;
        -moz-transition: all .32s ease 0s;
        -webkit-transition: all .32s ease 0s;
        transition: all .32s ease 0s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

        .sec_menu_sep ul li {
            display: block;
            list-style: none;
        }

    .sec_menu_sep h1 {
        font-size: 13px;
        font-weight: 400;
        color: #222;
        margin: 0 0 13px 0;
        padding: 0;
    }

        .sec_menu_sep h1 a {
            color: #fff;
            text-decoration: none;
        }

            .sec_menu_sep h1 a:hover {
                color: #4289b7;
                text-decoration: none;
            }

    .sec_menu_sep p {
        display: block;
        font-size: 14px;
        padding: 0;
        margin: 0 0 5px -20px;
        font-weight: 500;
        color: #000;
        position: relative;
    }

.menu_click {
    margin: 62px 0 10px 48px;
    display: block;
    cursor: pointer;
}

    .menu_click h1,
    .menu_click p {
        color: #fff;
    }

        .menu_click p:after {
            background: #b6b6b6 !important;
        }

.sec_menu_sep p:after {
    position: absolute;
    top: 9px;
    left: 21px;
    content: "";
    height: 2px;
    width: 38px;
    background: #000;
}

.sec_menu_sep ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: .3s ease;
}

    .sec_menu_sep ul li a:hover {
        color: #dbb065;
        text-decoration: none;
    }

.social {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
    left: 0;
}

    .social ul {
        text-align: center;
    }

        .social ul li {
            display: inline-block;
            list-style: none;
        }

            .social ul li a {
                display: block;
                font-size: 14px;
                color: #b9b9b9;
                font-weight: 300;
                margin: 0 13px;
            }

                .social ul li a span {
                    width: 15px;
                    height: 15px;
                    border: 1px solid #fff;
                    display: inline-block;
                    margin: 0 10px 0 0;
                }

.sec_menu_sep .menu_click:hover ul {
    display: block;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.us_link {
    background: url("") no-repeat top right;
    width: 298px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    background-size: cover;
    margin-right: -298px;
}

.close_2 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.fix_div {
    position: absolute;
    top: auto;
    right: 0;
    z-index: 9999;
    bottom: 0;
}

.landing .fix_div {
    bottom: 33%;
}

.main-bg-div {
    width: 100%;
}

.mobile_menu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: url("menu-bg-bg.jpg") repeat top left;
    overflow-y: hidden;
    transition: .5s;
}

.video-icon {
    text-align: center;
    display: block;
    margin: auto;
    width: 80px;
}

.menu_mobile ul li a:hover {
    text-decoration: none;
}

.menu_mobile ul li ul li a:hover {
    padding: 7px 10px 7px 40px;
}

    .menu_mobile ul li ul li a:hover:before {
        left: 24px;
    }

.usefull-menu ul {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    margin: 0 13px 5px 20px;
}

    .usefull-menu ul li {
        list-style-type: none;
    }

    .usefull-menu ul:first-child {
        position: relative;
        margin-top: 67px;
    }

    .usefull-menu ul li {
        list-style-type: none;
        padding: 0 0 8px 0;
    }

        .usefull-menu ul li a {
            padding: 0 0 0 17px;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            transition: .3s ease;
        }

        .usefull-menu ul li:nth-child(2) {
            margin-bottom: 16px;
            border-bottom: 1px dashed #a1a1a1;
            padding-bottom: 20px;
        }

        .usefull-menu ul li:nth-child(5) {
            margin-bottom: 16px;
            border-bottom: 1px dashed #a1a1a1;
            padding-bottom: 20px;
        }

        .usefull-menu ul li a:hover {
            text-decoration: none;
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
            color: #106bab;
        }

div#mobile_menu {
    display: none;
}

.menu_mobile {
    height: 63vh;
}

.update-div-left-mobile {
    display: none;
}

.update-div-middle:hover .update-box .update-box-left h2 {
    border-right: 1px solid #fff;
}

.side-nav-icon h3 {
    font-size: 15px;
    text-align: left;
    line-height: 15px;
    padding: 11px 10px 6px 10px;
    color: #000;
    position: relative;
    margin: 0;
    transition: .3s ease;
}
.side-nav-icon h2 {
    font-size: 15px;
    text-align: left;
    line-height: 15px;
    padding: 11px 10px 6px 10px;
    color: #000;
    position: relative;
    margin: 0;
    transition: .3s ease;
}

    .side-nav-icon h3::before {
        content: '\f078';
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 10px;
        top: 9px;
    }

    .side-nav-icon h3.special::after {
        content: '\f077';
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 10px;
    }

    .side-nav-icon h3.special::before {
        content: '';
    }


        .side-nav-icon h2::before {
        content: '\f078';
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 10px;
        top: 9px;
    }

    .side-nav-icon h2.special::after {
        content: '\f077';
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 10px;
    }

    .side-nav-icon h2.special::before {
        content: '';
    }

.inner-page .fix_div {
    top: 150px;
    bottom: auto;
}

.usefull-menu {
    height: 93vh;
}

.popup_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    height: 85%;
    background: #000;
    z-index: 999;
    width: 100%;
}

.close_video {
    float: right;
    position: fixed;
    right: 10px;
    top: 10px;
}

.iframe_vdo iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.video_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    z-index: 99999;
    display: none;
    top: 0;
}

.side-nav ul ul.menu-sab {
    padding: 5px 0 0 0;
    margin: 17px 17px 10px 17px;
    /*border-left: 5px solid #106bab;*/
    border-left: 5px solid rgba(138, 36, 101, .9);
}

.main-school-1 .side-nav ul ul.menu-sab {
    padding: 5px 0 0 0;
    margin: 17px 17px 10px 17px;
    border-left: 5px solid #8a2465;
}

.main-school-1.main-school-2 .side-nav ul ul.menu-sab {
    border-left: 5px solid #f5ae24;
}

.main-school-1.main-school-3 .side-nav ul ul.menu-sab {
    border-left: 5px solid #009487;
}

.main-school-1 .side-nav ul li ul.menu-sab li a,
.main-school-1 .side-nav ul li.active ul.menu-sab li a {
    background: 0 0;
    color: #fff;
    font-size: 15px;
    transition: .3s ease;
    line-height: 20px;
}

.main-school-1.main-school-2 .side-nav ul li ul.menu-sab li a,
.main-school-1.main-school-2 .side-nav ul li.active ul.menu-sab li a {
    background: 0 0;
    color: #fff;
    font-size: 15px;
    transition: .3s ease;
    line-height: 20px;
}

.main-school-1.main-school-3 .side-nav ul li ul.menu-sab li a,
.main-school-1.main-school-3 .side-nav ul li.active ul.menu-sab li a {
    background: 0 0;
    color: #fff;
    font-size: 15px;
    transition: .3s ease;
    line-height: 20px;
}

.main-school-1 .side-nav ul li ul.menu-sab li a:hover,
.main-school-1 .side-nav ul li.active ul.menu-sab li a:hover {
    color: #8a2465;
}

.main-school-1 .side-nav ul li ul.menu-sab li.active a,
.main-school-1 .side-nav ul li.active ul.menu-sab li.active a {
    color: #8a2465;
    font-weight: 600;
}

.side-nav ul li ul.menu-sab li.active a {
    /*color: #106bab;*/
    color: rgba(138, 36, 101, .9);
    font-weight: 600;
    background-color: transparent;
    text-transform: capitalize;
}

.side-nav ul li:hover ul.menu-sab li a {
    background: 0 0;
}

.side-nav ul li ul.menu-sab li a:hover {
    /*color: #106bab;*/
    color: rgba(138, 36, 101, .9);
}

.main-school-1.main-school-2 .side-nav ul li ul.menu-sab li a:hover,
.main-school-1.main-school-2 .side-nav ul li.active ul.menu-sab li a:hover {
    color: #f5ae24;
}

.main-school-1.main-school-2 .side-nav ul li ul.menu-sab li.active a,
.main-school-1.main-school-2 .side-nav ul li.active ul.menu-sab li.active a {
    color: #f5ae24;
    font-weight: 600;
}

.main-school-1.main-school-3 .side-nav ul li.active ul.menu-sab li a:hover,
.main-school-3.main-school-3 .side-nav ul li ul.menu-sab li a:hover {
    color: #009487;
}

.main-school-1.main-school-3 .side-nav ul li.active ul.menu-sab li.active a,
.main-school-3.main-school-3 .side-nav ul li ul.menu-sab li.active a {
    color: #009487;
    font-weight: 600;
}

.main-school-1 .side-nav ul li ul.menu-sab li a {
    padding: 0 10px 0 17px;
}

ul.inner-content-list {
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 30px;
}

    ul.inner-content-list li {
        font-size: 16px;
        line-height: 24px;
        color: #4d4d4d;
        font-weight: 300;
        margin-bottom: 10px;
        padding-left: 17px;
        position: relative;
        list-style-type: none;
    }

        ul.inner-content-list li::before {
            content: '\f054' !important;
            font: normal normal normal 10px/1 FontAwesome !important;
            text-rendering: auto;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 0;
            top: 7px !important;
        }

.content-box h3 {
    color: #282828;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 24px;
}

.content-box h4 {
    color: #282828;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 28px;
}

    .content-box h4#date {
        color: #282828;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 15px;
        line-height: 22px;
        position: relative;
        margin-top: 0;
        float: left;
        left: 50%;
        transform: translate(-50%, 0);
        top: -12px;
    }

.event_image {
    float: left;
    width: 48%;
    text-align: center;
    padding: 6px;
    box-sizing: border-box;
    float: left;
    margin: 0 2% 3% 0;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .event_image:nth-child(2n+2) {
        margin: 0 0 3% 0;
    }

    .event_image img {
        width: 100%;
    }

ul.teaching-experence {
    margin: 0;
    padding: 0;
}

    ul.teaching-experence li {
        font-size: 16px;
        line-height: 24px;
        color: #4d4d4d;
        font-weight: 300;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
        list-style-type: none;
    }

        ul.teaching-experence li strong {
            font-size: 20px;
            font-weight: 600;
        }

        ul.teaching-experence li::before {
            content: '\f1d8';
            font: normal normal normal 13px/1 FontAwesome;
            text-rendering: auto;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 0;
            top: 2.5px;
        }

        ul.teaching-experence li span {
            display: block;
            font-size: 14px;
            color: #8a2465;
            font-weight: 500;
            padding-left: 25px;
            position: relative;
        }

            ul.teaching-experence li span::before {
                content: '';
                position: absolute;
                top: 12px;
                left: 8px;
                width: 10px;
                height: 2px;
                background-color: #8a2465;
            }

        ul.teaching-experence li p {
            margin-bottom: 20px;
        }

.docs-pictures p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 5px;
    margin: 0;
    text-align: center;
}

.tabing-div ul.governors-list,
ul.governors-list {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

    .tabing-div ul.governors-list li,
    ul.governors-list li {
        list-style-type: none;
        float: left;
        width: 48%;
        margin: 0 4% 4% 0;
        border: 1px solid #ece4e4;
        padding: 10px;
        min-height: 211px;
        border-bottom: 3px solid #ccc;
        position: relative;
    }

        .tabing-div ul.governors-list li a,
        ul.governors-list li a {
            width: auto;
            border: 0;
            padding: 0;
        }

            .tabing-div ul.governors-list li a:hover,
            .tabing-div ul.governors-list li.current a {
                background: 0 0;
            }

        .tabing-div ul.governors-list li:nth-child(2n+2),
        ul.governors-list li:nth-child(2n+2) {
            margin: 0 0 4% 0;
        }

        .tabing-div ul.governors-list li:nth-child(2n+3),
        ul.governors-list li:nth-child(2n+3) {
            clear: left;
        }

        .tabing-div ul.governors-list li p,
        ul.governors-list li p {
            line-height: 22px;
            font-size: 14px;
            margin-bottom: 0;
        }

            .tabing-div ul.governors-list li p span,
            ul.governors-list li p span {
                color: #4d4d4d;
                font-weight: 500;
                font-size: 17px;
                border: none;
                background: 0 0;
                width: 100%;
                text-align: left;
                padding-left: 0;
            }

.content-box h3 span {
    font-size: 16px;
    line-height: 20px;
    color: #4d4d4d;
    font-weight: 300;
    display: block;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

ul.governors-list.awards li .thumbN {
    height: 80px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

    ul.governors-list.awards li .thumbN img {
        vertical-align: middle;
        max-height: 50%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

ul.governors-list.awards li a {
    transition: .3s ease;
    display: block;
}

ul.governors-list.awards li p {
    font-weight: 500;
    text-decoration: none;
    transition: .3s ease;
    text-align: center;
}

.about_affiliations ul.governors-list.awards li {
    position: relative;
    min-height: 187px;
}

    .about_affiliations ul.governors-list.awards li p {
        display: none;
        position: absolute;
        bottom: 12px;
        left: 0;
        width: 100%;
        z-index: 9;
        color: #fff;
        padding: 10px 10px 2px 10px;
        text-align: center;
        line-height: 17px;
    }

    .about_affiliations ul.governors-list.awards li:hover p {
        display: block;
    }

    .about_affiliations ul.governors-list.awards li .thumbN {
        height: 130px;
    }

ul.governors-list.awards li {
    transition: .3s ease;
}

    ul.governors-list.awards li:hover p {
        color: #106bab;
        text-decoration: none;
    }

    ul.governors-list.awards li a:hover {
        text-decoration: none;
    }

    ul.governors-list.awards li a {
        min-height: 138px;
    }

ul.governors-list.awards i.fa.fa-arrow-down {
    font-size: 12px;
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: #4d4d4d;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

ul.governors-list.awards li:hover i.fa.fa-arrow-down {
    color: #fff;
}

ul.governors-list.awards li:hover::before {
    content: '';
    position: absolute;
    right: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #8a2465;
    border-bottom: 20px solid #8a2465;
    border-left: 20px solid transparent;
    bottom: 0;
}

.tabing-div ul {
    margin: 0 0 20px;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
}

    .tabing-div ul li {
        list-style-type: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: left;
    }

        .tabing-div ul li a {
            border: 1px solid #d8d0d0;
            font-size: 16px;
            padding: 13px 5px 7px;
            margin: 0;
            height: auto;
            display: inline-block;
            width: 125px;
            text-align: center;
            color: #4d4d4d;
            transition: .3s ease;
            border-radius: 50px;
        }

.tabing-div1 ul li a {
    width: 165px;
}

.tabing-div ul li a:hover,
.tabing-div ul li.current a {
    text-decoration: none;
    background: #106bab;
    border-color: #106bab;
    color: #fff;
}

.tabing-div .tab-content > .active {
    display: block;
    opacity: 1;
}

ul.governors-list.downloads li {
    border: 1px solid #ece4e4;
    padding: 0;
    min-height: inherit;
    border-bottom: 3px solid #ccc;
    position: relative;
}

    ul.governors-list.downloads li.brochure_video iframe {
        width: 100%;
        height: 244px;
    }

    ul.governors-list.downloads li.brochure_video .thumbN {
        margin-bottom: 7px;
    }

    ul.governors-list.downloads li .thumbN {
        height: auto;
        margin-bottom: 17px;
    }

    ul.governors-list.downloads li a p {
        margin-bottom: 10px;
    }

    ul.governors-list.downloads li .thumbN img {
        height: auto;
        margin-bottom: 0;
        position: static;
    }

    ul.governors-list.downloads li .fa-arrow-down:before {
        content: "\f1c1";
    }

ul.governors-list.downloads i.fa.fa-arrow-down {
    font-size: 15px;
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: #4d4d4d;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

ul.governors-list.docs-pictures li .thumbN {
    height: 180px;
    width: 100%;
}

    ul.governors-list.docs-pictures li .thumbN img {
        width: 100%;
    }

#owl-tab .owl-prev {
    position: absolute;
    top: 4px;
    left: -37px;
    background: url("") no-repeat center center;
    background-size: cover;
    color: transparent;
    font-size: 0;
    width: 36px;
    height: 31px;
}

#owl-tab .owl-next {
    position: absolute;
    top: 4px;
    right: -27px;
    background: url("") no-repeat center center;
    background-size: cover;
    transform: rotate(180deg);
    color: transparent;
    font-size: 0;
    width: 36px;
    height: 31px;
}

#owl-tab .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}

#owl-tab .owl-dots {
    display: none;
}

.tab-content {
    display: none;
}

    .tab-content.current {
        display: block;
        clear: both;
    }

div#owl-tab .owl-stage-outer:before {
    content: '';
    position: absolute;
    width: 133px;
    height: 61px;
    top: 0;
    right: 0;
    background: url("") no-repeat top right;
    z-index: 999;
}

.side-img-right {
    float: right;
    border: 1px solid #989898;
    padding: 0;
    margin: 0 0 15px 20px;
}

    .side-img-right img {
        position: relative;
        top: 0;
        right: 0;
        box-sizing: border-box;
        padding: 10px;
    }

table.table-format td {
    border: 1px solid #ece4e4;
    padding: 10px 10px 3px;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 300;
    line-height: normal;
}

    table.table-format td.table-format-head {
        background: #106bab;
        color: #fff;
        font-size: 16px;
        border: 1px solid #106bab;
        font-weight: 600;
    }

table.table-format tr:nth-child(2n+3) {
    background: #f7f7f7;
}

table.table-format {
    margin-bottom: 35px;
}

.tabing-div .owl-item:last-child {
    opacity: 0;
}

.landing .main-school-1.main-school-2 .breadcrumb-div {
    background: rgba(245, 174, 36, .9);
}

.main-school-1.main-school-2 .breadcrumb-div {
    background: #f5ae24;
}

.main-school-1.main-school-2 .breadcrumb-div-right ul li {
    color: #081b24;
}

    .main-school-1.main-school-2 .breadcrumb-div-right ul li:before {
        color: #fff;
    }

    .main-school-1.main-school-2 .breadcrumb-div-right ul li a {
        color: #fff;
    }

        .main-school-1.main-school-2 .breadcrumb-div-right ul li a:hover {
            color: #fff;
        }

.main-school-1.main-school-2 .information-div-left h1 {
    color: #f5ae24;
}

.main-school-1.main-school-2 .email-box {
    background: url("") no-repeat center left 5px;
    background-size: 26px;
}

    .main-school-1.main-school-2 .email-box:hover {
        background: url("") no-repeat center left 5px;
        background-size: 26px;
    }

    .main-school-1.main-school-2 .email-box a:hover {
        color: #fdb92e;
    }

.main-school-1.main-school-2 ul.services-div li:hover a p {
    color: #fdb92e;
}

.main-school-1.main-school-2 .all-news a {
    background: #f5ae24;
}

.main-school-1.main-school-2 .side-nav-1 {
    background: #f5ae24 url("") top left repeat;
}

.landing .main-school-1.main-school-3 .breadcrumb-div {
    background: #009487b8;
}

.landing .main-school-1.main-school-3 .breadcrumb-div {
    background: rgba(0, 148, 135, .9);
}

.main-school-1.main-school-3 .breadcrumb-div {
    background: #009487;
}

.main-school-1.main-school-3 .information-div-left h1 {
    color: #009487;
}

.main-school-1.main-school-3 .email-box a:hover {
    color: #009487;
}

.main-school-1.main-school-3 .email-box:hover a {
    color: #009487;
}

.main-school-1.main-school-3 .email-box:hover {
    background: url("") no-repeat center left 5px;
    background-size: 26px;
}

.main-school-1.main-school-3 ul.services-div li:hover a p {
    color: #009487;
}

.main-school-1.main-school-3 .all-news a {
    background: #009487;
}

.main-school-1.main-school-3 .side-nav-1 {
    background: #009487 url("") top left repeat;
}

.book-mark ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

    .book-mark ul li {
        list-style-type: none;
        padding-right: 10px;
        height: auto;
        margin-bottom: 10px;
        float: left;
    }

.tabing-div ul.book-mark li {
    list-style-type: none;
    margin-right: 10px;
    height: auto;
    margin-bottom: 10px;
    float: left;
    position: relative;
    height: 66px;
}

    .tabing-div ul.book-mark li a {
        border: 1px solid #d8d0d0;
        font-size: 16px;
        padding: 13px 15px 7px;
        margin: 0;
        width: 97%;
        text-align: center;
        color: #4d4d4d;
        transition: .3s ease;
        border-radius: 50px;
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 66px;
        vertical-align: middle;
    }

ul.book-mark div#owl-tab .owl-stage-outer:before {
    width: 213px;
    height: 71px;
}

ul.book-mark #owl-tab .owl-next,
ul.book-mark #owl-tab .owl-prev {
    top: 18px;
}

.tabing-div ul.book-mark li a:hover,
.tabing-div ul.book-mark li.current a {
    text-decoration: none;
    background: #106bab;
    border-color: #106bab;
    color: #fff;
}

ul.governors-list.curriculum li {
    border: 1px solid #ece4e4;
    padding: 0;
    min-height: inherit;
    border-bottom: 3px solid #ccc;
    position: relative;
    width: 32%;
    margin: 0 2% 2% 0;
    min-height: 254px;
}

    ul.governors-list.curriculum li:nth-child(2n+2) {
        margin: 0 2% 2% 0;
    }

    ul.governors-list.curriculum li:nth-child(3n+3) {
        margin: 0 0 2% 0;
    }

    ul.governors-list.curriculum li:nth-child(2n+3) {
        clear: none;
    }

    ul.governors-list.curriculum li:nth-child(3n+4) {
        clear: left;
    }

    ul.governors-list.curriculum li .thumbN img {
        width: 100%;
    }

.school-landing-leftright .landing-img-box:first-child {
    float: right;
}

.touch-btn {
    text-align: center;
    border-top: 1px dashed #a1a1a1;
    margin: 10px 25px;
    padding: 20px 0;
}

    .touch-btn a {
        background: #000;
        color: #fff;
        padding: 10px 25px 6px;
        font-size: 14px;
        line-height: 14px;
        display: block;
        transition: .3s ease;
    }

        .touch-btn a:hover {
            background: #0f6baa;
            text-decoration: none;
        }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0 !important;
}

.social-icon.foot {
    padding-bottom: 20px;
}

/*.landing .social-icon {
    background: url(../img/latest-update-bg.jpg) top left;
}*/

ul.news-note {
    margin: 0;
    padding: 0;
}

    ul.news-note li {
        list-style-type: none;
        border-bottom: 1px solid #d6d6d6;
        padding: 15px 0;
        display: inline-block;
        width: 100%;
    }

        ul.news-note li:first-child {
            border-top: 0 solid #d6d6d6;
        }

.upcoming-date {
    width: 12%;
    float: left;
    border-right: 1px solid #d6d6d6;
    text-align: right;
    padding-right: 2%;
}

span.upcoming-month {
    font-size: 22px;
    display: block;
    line-height: 22px;
    padding-bottom: 5px;
}

span.upcoming-day {
    font-size: 32px;
    display: block;
    line-height: 25px;
    padding-bottom: 8px;
}

span.upcoming-year {
    font-size: 18px;
    display: block;
    line-height: 8px;
}

.event-data {
    width: 82%;
    float: left;
    margin-left: 5%;
}

ul.news-note.news-detail .event-data {
    padding: 0;
}

.event-data a.event-name {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    transition: .3s ease;
}

    .event-data a.event-name:hover {
        color: #0066cc;
        text-decoration: underline;
    }

span.event-text.event-summary {
    display: block;
    color: #666;
    font-size: 14px;
}
.event-data p {
    margin-bottom: 0 !important;
}

.selectyear {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    color: #6d6d6d;
    position: relative;
    top: -47px;
}

    .selectyear select {
        padding: 3px 0 0 10px !important;
        border: 1px solid #d8d0d0;
        color: #4d4d4d;
        display: inline-block;
    }

.accordion.accor .accordionButton1 {
    font-weight: 300;
    padding: 7px 10px;
    box-sizing: border-box;
    background: #8a2465 url("") no-repeat top 7px right 15px;
    color: #fff;
    cursor: pointer;
}

.accordion .accor .accordionContent1 {
    padding: 10px;
    box-sizing: border-box;
}

.accordion .accor .accordionContent1 {
    display: none;
}

    .accordion .accor .accordionContent1 p {
        font-size: 16px;
        line-height: 27px;
        color: #4d4d4d;
        font-weight: 400;
    }

.accor .accordionButton1.on1 {
    background: #8a2465 url("") no-repeat top 7px center 15px;
}

.accor .accordionButton1 {
    font-weight: 600;
    padding: 20px 15px 15px 35px;
    font-size: 16px;
    color: #116bab;
    cursor: pointer;
    line-height: 15px;
    border-top: 1px solid #d6d6d6;
    margin-bottom: 0;
    position: relative;
}

.read_mr_ls {
    float: right;
    position: relative;
    font-size: 20px;
    padding-right: 26px;
    color: #fff;
}

    .read_mr_ls i {
        float: right;
        right: 1px;
        position: absolute;
        top: 0;
    }

.accor .accordionButton1 span {
    font-size: 13px;
    line-height: 20px;
    color: #116bab !important;
    font-weight: 300;
    display: block;
    float: left;
    padding-right: 10px;
    position: absolute;
    top: 19px;
    left: 15px;
}

.main-container ul.inner-content-list li a {
    border: 0;
    background: 0 0;
    color: #106bab;
    font-weight: 500;
    width: auto;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    transition: .3s ease;
}

    .main-container ul.inner-content-list li a:hover {
        text-decoration: none;
        color: #4d4d4d;
    }

.side-nav ul li ul.menu-sab li a {
    padding: 0 10px 0 17px;
    background: 0 0;
    color: #fff;
    font-size: 15px;
    transition: .3s ease;
    line-height: 20px;
}

.gallery-img ul {
    margin: 0;
    padding: 0;
}

    .gallery-img ul li {
        width: 32%;
        float: left;
        list-style-type: none;
        border: 1px solid #efdfdf;
        padding: 5px;
        margin: 0 2% 2% 0;
        transition: .3s ease;
    }

.gallery-img1 ul li {
    width: 31% !important;
}

.gallery-img ul li:nth-child(3n+3) {
    margin: 0 0 2% 0;
}

.gallery-img ul li img {
    width: 100%;
    transition: .3s ease;
    cursor: pointer;
}

.gallery-img ul li:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

form.contact-form label {
    margin-bottom: 3px;
    color: #495057;
    opacity: .8;
}

form.contact-form .form-control {
    padding: 11px 10px 7px 50px !important;
    box-shadow: none;
    position: relative;
    outline: 0;
    height: 45px;
}

form.contact-form .input14 {
    height: 132px;
}

form.contact-form select.form-control:not([size]):not([multiple]) {
    padding: 9px 10px 5px 45px !important;
    text-transform: capitalize;
    height: auto;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: 44px;
    -webkit-appearance: none;
}

input.wpcf7-submit {
    padding: 12px 25px 9px;
    color: #fff;
    font-size: 15px;
    /*background: #2a7cb4;*/
    background: rgba(138, 36, 101, .9);
    border: 0;
    transition: .3s ease;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
}

.pdf_show {
    background: #f0f0f0;
    display: none;
}

.pdf_tbs input.wpcf7-submit {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    text-align: left;
}

.pdf_show a:hover {
    background: #2a7cb4;
    transition: .5s;
    text-decoration: none;
    color: #fff;
}

.pdf_show a {
    display: block;
    padding: 14px 10px 7px 25px;
    border-top: 1px solid #d2d2d2;
    color: #2a2a2a;
    font-size: 15px;
    text-decoration: none;
    transition: .5s;
}

.pdf_tbs {
    display: inline-block;
    float: right;
    width: 46%;
}

.pdf_show a i {
    display: inline-block;
    margin-right: 7px;
    color: red;
}

.green_pathways_LEED_EB_platinumffd ul.governors-list.downloads li .thumbN img {
    width: 100%;
}

input.wpcf7-submit:hover {
    background: #000;
}
.wpcf7-submit:hover {
    background: #000;
}

button.wpcf7-submit {
    padding: 12px 25px 9px;
    color: #fff;
    font-size: 15px;
    background: #2a7cb4;
    border: 0;
    transition: .3s ease;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
}

ul.elected-div {
    margin: 0;
    padding: 0;
}

    ul.elected-div li {
        list-style-type: none;
        width: 49%;
        float: left;
        margin: 0 2% 2% 0;
        border: 1px solid #d6d6d6;
        background: #f9f9f9;
        padding: 10px;
    }

        ul.elected-div li:nth-child(2n+2) {
            margin: 0 0 2% 0;
        }

.person-img {
    width: 29%;
    float: left;
    margin-right: 3%;
}

.person-details h5 {
    font-size: 18px;
    color: #4d4d4d;
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .person-details h5 span {
        display: block;
        font-size: 14px;
        color: #0f6baa;
    }

.num-div {
    font-size: 13px;
    color: #4d4d4d;
    padding: 1px 0;
}

.email-div {
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .email-div a {
        font-size: 13px;
        color: #4d4d4d;
        transition: .3s ease;
    }

        .email-div a:hover {
            color: #0f6baa;
            text-decoration: none;
        }

.child-div {
    color: #4d4d4d;
    font-size: 13px;
}

    .child-div span {
        display: block;
        color: #000;
        font-weight: 500;
        font-size: 14px;
    }

.contact-box ul {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
}

    .contact-box ul li {
        width: 49%;
        float: left;
        margin: 0 2% 2% 0;
        list-style-type: none;
        border: 1px solid #d6d6d6;
        background: #f9f9f9;
        padding: 10px;
    }

        .contact-box ul li:nth-child(2n+2) {
            margin: 0 0 2% 0;
        }

        .contact-box ul li p {
            font-size: 14px;
            line-height: 19px;
            color: #4d4d4d;
            padding-left: 20px;
            position: relative;
            margin-bottom: 10px;
        }

            .contact-box ul li p:before {
                font: normal normal normal 18px/1 FontAwesome;
                content: '\f041';
                font-size: 18px;
                position: absolute;
                top: 1px;
                left: 0;
            }

.box-email {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    color: #4d4d4d;
    margin-bottom: 10px;
}

    .box-email a {
        color: #4d4d4d;
        transition: .3s ease;
        text-decoration: none;
    }

    .box-email:before {
        font: normal normal normal 18px/1 FontAwesome;
        content: '\f0e0';
        font-size: 13px;
        position: absolute;
        top: 1px;
        left: 0;
    }

    .box-email a:hover {
        color: #0f6baa;
        text-decoration: none;
    }

.box-tel {
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4d;
    padding-left: 20px;
    position: relative;
}

    .box-tel:before {
        font: normal normal normal 18px/1 FontAwesome;
        content: '\f095';
        font-size: 14px;
        position: absolute;
        top: 1px;
        left: 0;
    }

.content-box h5 {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 28px;
}

.persons-name {
    font-size: 16px;
    padding-left: 0;
    position: relative;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.menu_click ul p:after {
    background: #000 !important;
}

.menu_click ul h1 {
    color: #000;
}

.menu_click ul p {
    color: #000;
}

div#owl-demo .item img.mob-banner {
    display: none;
}

ul.services-div li:nth-child(3) a p {
    color: green;
}

.explore-div ul li a {
    text-decoration: none;
}

    .explore-div ul li a:hover {
        text-decoration: none;
    }

.pathways_thm ul li span img {
    width: 100%;
}

.pathways_thm ul li {
    padding: 5px;
    width: 31.5%;
    margin: 0 2.5% 3% 0;
    position: relative;
    border-bottom: 2px solid #ece4e4;
    min-height: 233px;
}

.pathways_thm ul.governors-list li:nth-child(2n+3) {
    clear: none;
}

.pathways_thm ul.governors-list li:nth-child(2n+2) {
    margin-right: 2%;
}

.pathways_thm ul.governors-list li:nth-child(3n+3) {
    margin-right: 0;
}

.pathways_thm ul.governors-list li p {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    margin-top: 7px;
    font-weight: 400;
}

.pathways_thm ul li span {
    display: block;
    overflow: hidden;
    transition: all .5s ease;
}

    .pathways_thm ul li span img {
        display: block;
        overflow: hidden;
        transition: all .5s ease;
    }

.pathways_thm ul li:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background-color: #106bab;
    -webkit-transition: all .65s ease;
    -moz-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease;
}

.pathways_thm ul li:before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #106bab;
    right: 0;
    width: 0%;
    z-index: 999999999999999;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    bottom: -2px;
}

.viewer-container {
    z-index: 99999 !important;
}

.media_nn .pathways_thm ul li p {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
}

.media_nn .pathways_thm ul li em {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0;
    display: block;
    font-style: normal;
    text-align: center;
    color: #313131;
    padding: 2px 0 0 0;
}

.media_nn .pathways_thm ul li {
    cursor: pointer;
}

.bannner img {
    width: 100%;
    height: 100vh;
}

.landing .bannner img {
    object-fit: cover;
}

.social-icon.meni_socoal23 ul li {
    display: inline-block;
    position: relative;
}

    .social-icon.meni_socoal23 ul li ul {
        display: none;
        position: absolute;
        bottom: 33px;
        width: 240px;
        margin-top: -133px;
        left: -37px;
        text-align: left;
        border: 3px solid #ccc;
    }

        .social-icon.meni_socoal23 ul li ul:after {
            top: 100%;
            position: absolute;
            left: 35%;
            content: "";
            border-top: 10px solid #ccc;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            transform: translate(-50%, 0);
        }

    .social-icon.meni_socoal23 ul li:hover ul {
        display: block;
        z-index: 999;
    }

    .social-icon.meni_socoal23 ul li ul li {
        background: #fff;
        display: block;
    }

        .social-icon.meni_socoal23 ul li ul li:hover a {
            background: #f4f4f4;
        }

.social-icon.meni_socoal23 ul li ul li a {
    padding: 8px 10px 5px 10px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-right: 0;
}
        .social-icon.meni_socoal23 ul li ul li:hover a {
            color: #1ca1f2;
        }

        .social-icon.meni_socoal23 ul li ul li a i {
            color: #1ca1f2;
        }
.social-icon.meni_socoal23 a {
    padding-top: 15px;
    font-weight: 400;
    padding-right: 0;
    margin-right: 15px;
    padding-left: 0;
    padding-top: 5px;
}
.gogole-icon{
    color:#4285F4;
     white-space: nowrap;
}

.gogole-icon:hover i{
    color:#4285F4;
}
.gogole-icon1 i{
    color:#4285F4 !important;
}
.social-icon.meni_socoal23 ul li.co_icon1 ul li a i {
    color: #3b579d;
}

.social-icon.meni_socoal23 ul li.co_icon1 ul li:hover a {
    color: #3b579d;
}

.bold-Content b {
    font-weight: 600;
}

.social-icon.meni_socoal23 ul li.co_icon3 ul li a i {
    color: #e5291b;
}

.social-icon.meni_socoal23 ul li.co_icon6 ul li a i {
    color: #1ca1f2;
}

.social-icon.meni_socoal23 ul li.co_icon6 ul li:hover a {
    color: #1ca1f2;
}

.social-icon.meni_socoal23 ul li.co_icon7 ul li a i {
    color: #0e76a8;
}

.social-icon.meni_socoal23 ul li.co_icon7 ul li:hover a {
    color: #0e76a8;
}

.social-icon.meni_socoal23 ul li.co_icon3 ul li:hover a {
    color: #e1306c;
}

.social-icon.meni_socoal23 ul li.co_icon4 ul li a i {
    color: #f06a35;
}

.social-icon.meni_socoal23 ul li.co_icon4 ul li:hover a {
    color: #f06a35;
}

.update-div-left.update_div_left_logo {
    background: #3381b6;
    padding: 22px 14px 20px 15px;
    text-align: center;
}

.update-div-left.update_div_left_logo_bor_no {
    background: #3381b6;
    padding: 0;
    text-align: center;
}

    .update-div-left.update_div_left_logo_bor_no em img {
        border: 1px solid #717171;
    }

.update-div-left.update_div_left_logo ul {
    margin: 0;
    padding: 0;
}

    .update-div-left.update_div_left_logo ul li {
        display: inline-block;
        margin-top: 19px;
        width: 47%;
    }

        .update-div-left.update_div_left_logo ul li:first-child {
            margin-right: 3%;
        }

        .update-div-left.update_div_left_logo ul li a img {
            width: 100%;
        }

        .update-div-left.update_div_left_logo ul li a {
            display: block;
        }

ul.news-note.news-detail {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

    ul.news-note.news-detail .event-data {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    ul.news-note.news-detail li {
        list-style-type: none;
        border-bottom: 0 solid #d6d6d6;
        padding: 0 0 0 10px;
        display: inline-block;
        width: 100%;
        border-left: 5px solid #106bab;
        margin: 15px 0 0;
    }

    ul.news-note.news-detail .upcoming-date {
        width: 100%;
        float: left;
        border-right: 0 solid #106bab;
        text-align: left;
        padding-right: 0;
        font-size: 16px;
        color: #6d6d6d;
    }

.usefull-menu ul li ul.dropdown-menu {
    position: relative;
    top: 10px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: auto;
    padding: .5rem 0;
    margin: 0 !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    width: 100%;
}

.usefull-menu ul li:nth-child(6) ul.dropdown-menu li {
    list-style-type: disc;
}

    .usefull-menu ul li:nth-child(6) ul.dropdown-menu li a {
        background: 0 0;
    }

.sec_menu_sep .menu_click p {
    transition: .3s ease;
    color: transparent;
}

.sec_menu_sep p:after {
    transition: .3s ease;
}

.menu_click h1,
.menu_click p {
    transition: .3s ease;
}

.sec_menu_sep .menu_click:hover p {
    color: transparent;
}

    .sec_menu_sep .menu_click:hover p:after {
        background: #4189b9 !important;
    }

.sec_menu_sep .menu_click:hover h1 {
    color: #4189b9;
}

.menu_click ul h1 {
    display: none;
}

.menu_click ul p {
    display: none;
}

.div-contact-box {
    border: 1px solid #f3eaea;
    margin-bottom: 25px;
}

    .div-contact-box h4 {
        background: #85858c;
        color: #fff;
        padding: 6px 10px 1px;
    }

    .div-contact-box p {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .div-contact-box .box-email {
        font-size: 14px;
        padding-left: 20px;
        position: relative;
        color: #4d4d4d;
        margin: 0 10px 5px;
    }

    .div-contact-box .box-tel {
        font-size: 14px;
        line-height: 19px;
        color: #4d4d4d;
        padding-left: 20px;
        position: relative;
        margin: 0 10px 10px;
    }

.hide-contact {
    padding: 0 10px;
}

.pathways_thm.pathways_thm1 ul li {
    min-height: auto;
}

ul.tabs.auto-flow li {
    float: left;
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

    ul.tabs.auto-flow li a {
        font-size: 13px;
        width: 150px;
    }

.new-fifty ul li {
    width: 32.8% !important;
}

.new-fifty ul li {
    border-bottom: 1px solid #ece4e4 !important;
}

.margin-top-10 {
    margin-top: 15px;
}

.accordion {
    margin-bottom: 20px;
}

ul.governors-list.awards.awards-smart p {
    font-size: 18px;
}

ul.governors-list.awards.awards-smart li a {
    min-height: auto;
}

ul.governors-list.awards.awards-smart .thumbN img {
    max-height: none;
}

.div-payment {
    border: 1px solid #ece4e4;
    border-bottom: 3px solid #ccc;
    padding: 15px 15px 10px 15px;
    margin-bottom: 30px;
}

ul.governors-list li p a:hover {
    color: #106baa;
}

.new-fifty ul li {
    width: 31.8% !important;
    margin: 0 2% 2% 0 !important;
}

    .new-fifty ul li:nth-child(2n+2) {
        margin: 0 2% 2% 0 !important;
    }

    .new-fifty ul li:nth-child(3n+3) {
        margin: 0 0 2% 0 !important;
    }

    .new-fifty ul li:nth-child(2n+3) {
        clear: none !important;
    }

    .new-fifty ul li span img {
        width: 100%;
    }

ul.governors-list.awards.award-sdiv li {
    min-height: auto;
}

    ul.governors-list.awards.award-sdiv li a {
        min-height: auto;
    }

    ul.governors-list.awards.award-sdiv li .thumbN {
        height: auto;
    }

        ul.governors-list.awards.award-sdiv li .thumbN img {
            vertical-align: middle;
            max-height: initial;
            max-width: initial;
            width: auto;
            height: auto;
            position: relative;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

.image-box img {
    width: 100%;
    margin: 0 0 10px 0;
}

.news-fifty ul.governors-list.awards.award-sdiv li .thumbN img {
    position: relative !important;
    max-height: none !important;
    max-width: none !important;
    width: 100% !important;
}

.news-fifty ul.governors-list.awards.award-sdiv li p {
    min-height: 66px;
}

.explore-div.explore-div-new ul li {
    width: 48%;
    margin-right: 4%;
}

    .explore-div.explore-div-new ul li .img-box img {
        width: 100%;
    }

    .explore-div.explore-div-new ul li:nth-child(2n+2) {
        margin-top: 0;
        margin-right: 0;
    }

    .explore-div.explore-div-new ul li h3 {
        color: #373435;
    }

.GREEN_IMG img {
    width: 100%;
}

a {
    transition: .3s ease;
}

    a:hover {
        color: #0066cc;
        text-decoration: underline;
    }

.phn-box a {
    color: #000;
}

    .phn-box a:hover {
        color: #fdb92e;
        text-decoration: none;
    }

.landing .menu .social-icon {
    background: 0 0;
}

.contact_new ul li {
    width: 100%;
    padding: 20px 20px 10px 20px;
    background: #ddf1ff;
    margin: 0;
    border: none;
    margin-bottom: 25px;
}

    .contact_new ul li:nth-child(2n+2) {
        margin-bottom: 25px;
        background: #eee;
    }

    .contact_new ul li h1 {
        font-size: 19px;
        color: #106bab;
        line-height: 25px;
        display: inline-block;
        margin-bottom: 15px;
    }

.click_icon_contact {
    width: 23px;
    height: 23px;
    display: inline-block;
    float: right;
    border-radius: 50%;
    background: #414d56 url("urn:scrapbook:download:error:https://www.pws.edu.in/assets/img/plus-mob.png") no-repeat center center;
}

    .click_icon_contact.dis_none {
        background: #414d56 url("") no-repeat center center;
    }

.address_left {
    width: 50%;
    float: left;
}

.address_text em {
    position: relative;
    font-style: normal;
    vertical-align: top;
    margin-bottom: 15px;
    display: block;
}

    .address_text em a {
        font-size: 14px;
        padding-left: 20px;
        color: #0a5082;
        display: block;
        text-decoration: none;
    }

    .address_text em:before {
        font: normal normal normal 18px/1 FontAwesome;
        content: '\f0e0';
        font-size: 13px;
        position: absolute;
        top: 1px;
        left: 0;
    }

.hide_mn {
    border-top: 2px solid #8797a2;
    overflow: hidden;
    padding-top: 20px;
    display: none;
}

.hide_contect h2 {
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    padding: 0 0 20px 0;
    margin: 0;
    text-transform: capitalize;
}

.add_mn {
    padding-bottom: 20px;
}

.hide_mn ul li {
    width: 49%;
    background: #fff;
    border: none;
    padding: 15px 10px;
    margin-right: 2%;
    margin-bottom: 2%;
}

    .hide_mn ul li:nth-child(2n+2) {
        margin-bottom: 2%;
        background: #f3faff;
    }

    .hide_mn ul li h3 {
        font-size: 14px;
        font-weight: 600;
        color: #4d4d4d;
        line-height: 20px;
    }

.hide_contect ul li em {
    display: block;
    font-size: 14px;
    font-style: normal;
}

    .hide_contect ul li em a {
        color: #0a5082;
        text-decoration: none;
    }

.hide_contect ul li span a {
    color: #4d4d4d;
    text-decoration: none;
}

.hide_contect ul li span {
    font-size: 14px;
    color: #4d4d4d;
}

.hide_mn ul li.add_non {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
}

.address_text .box-tel a:hover {
    color: #0f6baa;
}

.address_text .box-tel a {
    text-decoration: none;
}

.social-new .social-icon.meni_socoal23 ul li ul {
    margin-top: -133px;
}

    .social-new .social-icon.meni_socoal23 ul li ul li a {
        padding: 8px 0 5px 10px;
        margin: 0;
    }

.click_menu_new1 {
    display: none;
    margin: 5px 25px 5px !important;
}

ul.click_menu_new1 li {
    background: 0 0 !important;
    position: relative;
    margin-bottom: 0 !important;
    border-bottom: 0 dashed #a1a1a1 !important;
    padding-bottom: 0 !important;
    display: block !important;
}

    ul.click_menu_new1 li::before {
        content: '\f054' !important;
        font: normal normal normal 10px/1 FontAwesome !important;
        text-rendering: auto;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 10px;
        top: 7px !important;
    }

    ul.click_menu_new1 li a {
        background: 0 0 !important;
        padding: 0 0 0 25px !important;
    }

.school_aravali_admission ul.inner2 li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.school_aravali_admission ul.inner2 li {
    margin-bottom: 18px;
    font-weight: 500;
}

.person-img img {
    width: 100%;
}

.person-details {
    float: left;
    width: 62%;
}

.pathways_thm ul.governors-list li:nth-child(3n+3) {
    margin-right: 0 !important;
}

.pathways_thm ul.governors-list li {
    width: 31.5%;
    margin: 0 2% 2% 0 !important;
}

.Leadership_new ul li {
    display: inline-block;
    width: 23.1%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 3%;
    vertical-align: top;
}

    .Leadership_new ul li em img {
        width: 100%;
        border-radius: 50%;
    }

    .Leadership_new ul li:nth-child(4n+4) {
        margin-right: 0;
    }

    .Leadership_new ul li p {
        color: #313131;
        font-weight: 500;
        font-size: 18px;
        min-height: auto;
        height: auto;
        margin: 12px 0 0 0;
        line-height: 25px;
    }

    .Leadership_new ul li span {
        color: #a1a1a1;
        font-size: 14px;
        font-weight: 300;
        line-height: 19px;
    }

.explore-div.Curriculam_new1 ul li {
    width: 31.6%;
}

    .explore-div.Curriculam_new1 ul li:nth-child(3n+3) {
        margin-right: 0;
    }

    .explore-div.Curriculam_new1 ul li:nth-child(4n+4) {
        margin-right: 2.52%;
    }

    .explore-div.Curriculam_new1 ul li a img {
        width: 100%;
    }

    .explore-div.Curriculam_new1 ul li a h3 {
        color: #282828;
    }

.aravali_map_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
    z-index: 99999;
    right: 0;
    bottom: 0;
    display: none;
}

.aravali_map {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 394px;
    z-index: 99999999;
    height: 527px;
    width: 100%;
    margin-left: -197px;
    margin-top: -263px;
    transform: scale(0);
    transition: all .5s ease;
    right: 0;
}

.gurgaon_big {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 730px;
    z-index: 99999999;
    height: 527px;
    width: 100%;
    margin-left: -365px;
    margin-top: -263px;
    transform: scale(0);
    transition: all .5s ease;
    right: 0;
}

.pp_expand {
    position: absolute;
    right: -18px;
    width: 25px;
    height: 25px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    top: -21px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

    .pp_expand:hover {
        color: #fffcfcde;
        text-decoration: underline;
        background: #000;
        text-decoration: none;
        border: 1px solid #000;
        transition: all .5s ease;
    }

.gallery-img.events ul li:nth-child(3n+3) {
    margin-right: 2%;
}

.gallery-img.events ul li:nth-child(2n+2) {
    margin-right: 0;
}

.gallery-img.events ul li {
    width: 49%;
}

.LEED-EB-Platinum img {
    width: 100%;
}

.LEED-EB-Platinum {
    width: 50%;
    float: right;
    margin-left: 15px;
}

.Noteworthy_box {
    margin-left: 0;
    width: 75%;
}

.selectyear2 select {
    width: 100px;
}

.slider_sdsd {
    width: 100%;
}

.fresh-talk-div {
    position: absolute;
    top: 0;
    z-index: 999999;
    transition: all .5s ease;
    height: 3000px;
    width: 100%;
}

    .fresh-talk-div span {
        display: block;
        position: relative;
    }

    .fresh-talk-div img {
        width: 100%;
        height: 100vh;
    }

.fix_div.fix_div2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.fresh-talk-div.fresh-talk-div2 {
    z-index: 0;
    display: none;
}

.fix_div_home {
    top: 172%;
}

.scroll_top_icon {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all .5s ease;
}

    .scroll_top_icon i.fa.fa-chevron-down {
        font-size: 30px;
        color: #8a2566;
        cursor: pointer;
        transition: all .5s ease;
    }

    .scroll_top_icon:hover {
        bottom: 10px;
    }

.gallery-img.gallery-img1 ul li:nth-child(3n+3) {
    margin-right: 2%;
}

.over_hiden {
    overflow: hidden;
}

.fresh-talk-div.src_top {
    transition: all .5s ease;
    transform: translateY(-500px);
}

.home_right_menu {
    position: absolute;
    bottom: 174px;
    right: 0;
    height: 45px;
    z-index: 99;
}

.tabing-div ul li span {
    border: 1px solid #d8d0d0;
    font-size: 16px;
    padding: 13px 5px 7px;
    margin: 0;
    height: auto;
    display: inline-block;
    width: 125px;
    text-align: center;
    color: #4d4d4d;
    transition: .3s ease;
    border-radius: 50px;
    background: #efefef;
}

.logo_left {
    position: absolute;
    top: auto;
    right: 55px;
    z-index: 99;
    bottom: 10px;
    background: #fff;
    border-radius: 50%;
}

    .logo_left img {
        width: 90px;
    }

@-moz-document url-prefix() {
    .logo_left {
        box-shadow: 0 0 209px 90px rgba(255, 255, 255, .82);
        background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
    }
}

.Featured ul li a img {
    width: 100%;
}

.Featured > ul > li {
    width: 30.5%;
    border: 1px solid #ece4e4;
    position: relative;
    display: inline-block;
    margin: 0 3% 3% 0;
    box-shadow: 5px 5px 7px #dedede;
    vertical-align: top;
    min-height: 415px;
}

.Featured ul li a p {
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 0 15px 0;
    text-align: center;
    font-weight: 400;
}

.Featured ul li a {
    text-decoration: none;
    display: block;
}

.Featured ul li:nth-child(3n+3) {
    margin-right: 0;
}

.Featured ul li:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background-color: #106bab;
    -webkit-transition: all .65s ease;
    -moz-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease;
    border: none !important;
    z-index: 9;
}

.Featured ul li:before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #106bab;
    right: 0;
    width: 0%;
    z-index: 999999999999999;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    bottom: -2px;
    z-index: 9;
}

.featured_bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    z-index: 99999;
    display: none;
}

.featured_text {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 900px;
    width: 100%;
    background: #fff;
    padding: 25px;
    z-index: 99999;
    height: 500px;
    transform: scale(0);
    transition: all .5s ease;
    margin: -250px 0 0 -450px;
}

.featured_text_scroll span {
    float: left;
    width: 28%;
    margin: 10px 20px 15px 0;
}

    .featured_text_scroll span img {
        width: 100%;
        min-height: 142px;
    }

.featured_text h1 {
    color: #0f6baa;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 30px;
}

.featured_text_scroll h2 {
    color: #0f6baa;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 25px;
    margin-top: 25px;
}

.featured_text_scroll p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.Privileges .featured_text_scroll p {
    font-family: 'Hind Guntur', sans-serif;
    margin-bottom: 20px;
}

.Privileges h3 {
    font-family: 'Hind Guntur', sans-serif;
}

.featured_text_scroll {
    height: 81%;
}

.feature_video iframe {
    width: 100%;
    height: 450px;
    margin-bottom: 0;
}

.featured_close {
    position: absolute;
    right: 20px;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 3px;
    text-align: center;
    line-height: 29px;
    top: 15px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

    .featured_close:hover {
        color: #fff;
        text-decoration: underline;
        background: #106bab;
        text-decoration: none;
        border: 1px solid #106bab;
        transition: all .5s ease;
    }

.Featured_over {
    overflow: hidden;
}

.featured_text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #106bab !important;
}

.featured_text_scroll ul li {
    display: inline-block;
    border: #fffacd;
    float: none;
    width: 49%;
    margin-right: 0;
}

    .featured_text_scroll ul li:hover:before {
        border: none;
        content: none;
    }

.media_nn ul li img {
    width: 100%;
    object-fit: cover;
}

.media_nn_ulchenge ul.governors-list {
    width: 30.4%;
    display: inline-block;
    float: none;
    margin: 0 1% 3% 1%;
    vertical-align: top;
}

.media_nn_ulchenge ul li img {
    width: 100%;
    object-fit: contain;
    height: 130px;
}

.media_nn_ulchenge ul.governors-list li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

    .media_nn_ulchenge ul.governors-list li p {
        padding: 10px 10px 5px;
        font-weight: 600;
        color: #4d4d4d;
    }

    .media_nn_ulchenge ul.governors-list li em {
        font-size: 14px;
        font-weight: 400;
        color: #747373;
        font-style: normal;
        display: block;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 7px;
        line-height: 18px;
    }

ul.Video li {
    min-height: 297px;
}

.alumni_events ul li {
    width: 32% !important;
}

    .alumni_events ul li:nth-child(3n+3) {
        margin-right: 0 !important;
    }

.viewer-button {
    background: #106bab !important;
    height: 120px !important;
    width: 120px !important;
    top: -60px !important;
    right: -60px !important;
}

    .viewer-button:before {
        bottom: 26px !important;
        left: 25px !important;
    }

.viewer-title {
    font-size: 0 !important;
    margin: 0 0 0 !important;
    font-weight: 300;
    line-height: 0 !important;
    color: #fff !important;
}

.viewer-toolbar {
    width: 138px !important;
}

li.viewer-flip-horizontal,
li.viewer-flip-vertical,
li.viewer-one-to-one,
li.viewer-reset,
li.viewer-rotate-left,
li.viewer-rotate-right {
    display: none;
}

.table_format50 table.table-format {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.table_format50 {
    width: 48%;
    float: left;
}

    .table_format50:nth-child(odd) {
        margin-left: 4%;
    }

.search_hdr.search_active {
    transition: all .5s ease;
    display: block;
}

.search_hdr {
    position: fixed;
    z-index: 99;
    right: 0;
    width: 0;
    top: 0;
    transition: all .5s ease;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background: rgba(0, 0, 0, .88);
    z-index: 9999;
    display: none;
    height: 100%;
    width: 100%;
}

    .search_hdr .form-control {
        display: block;
        width: 100%;
        padding: 10px 10px 6px 10px;
        font-size: 12px;
        line-height: 12px;
        color: #495057;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        height: 38px;
    }

.content-box.Governors ul.governors-list li {
    width: 31%;
    margin-right: 2%;
}

    .content-box.Governors ul.governors-list li:nth-child(2n+3) {
        clear: none;
    }

    .content-box.Governors ul.governors-list li:nth-child(2n+2) {
        margin-right: 2%;
    }

.update_box_new_img {
    width: 29%;
    float: left;
}

    .update_box_new_img span {
        display: block;
        margin-top: 6px;
    }

        .update_box_new_img span img {
            width: 100%;
            height: 80px;
            object-fit: cover;
        }

.update_box_new_text {
    width: 68%;
    float: left;
    margin-left: 3%;
}

.back_bnt {
    float: right;
    height: 21px;
    border-left: 1px solid #ccc;
    height: 29px;
    line-height: 29px;
    margin-left: 15px;
    padding-left: 15px;
}

    .back_bnt a {
        display: block;
        color: #212529;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
    }

        .back_bnt a i.fa.fa-arrow-left {
            margin-right: 6px;
        }

        .back_bnt a:hover {
            color: #106bab;
        }

.close_icon img {
    width: 100%;
}

.close_icon {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    z-index: 99999;
    width: 24px;
}

.search_active .close_icon {
    display: block;
}

.remo_serch a.search_icon {
    display: none;
}

.remo_serch .close_icon {
    display: block;
}

.search_hdr .form-group {
    position: relative;
}

a.sub_mit {
    position: absolute;
    top: 0;
    right: 0;
    color: #3d392f;
    display: inline-block;
    height: 38px;
    line-height: 41px;
    width: 42px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    transition: all .5s ease;
    display: none;
}

.search_active a.sub_mit {
    display: block;
}

.search_hdr .form-group input.form-control:focus {
    box-shadow: none;
}

.Featured ul {
    margin-bottom: 0;
}

.pathways_thm ul.governors-list li {
    min-height: auto;
}

.Admissions {
    padding-left: 0;
    margin-left: 0;
    width: 75%;
}

.Awards_and_Honours ul li {
    font-size: 14px;
    font-style: italic;
}

    .Awards_and_Honours ul li strong {
        font-weight: 500;
        font-size: 16px;
        font-style: normal;
    }

ul.Authorized_comm li {
    font-size: 12.5px;
    line-height: 18px;
}

.Awards_and_Honours {
    margin-bottom: 15px;
}

.content-box.Governors ul.governors-list li {
    min-height: 345px;
}

    .content-box.Governors ul.governors-list li p {
        min-height: auto;
        display: block;
    }

.arowTop {
    float: left;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}

    .arowTop i.fa.fa-arrow-circle-up {
        font-size: 45px;
        color: #081a23;
        transition: all .5s ease;
    }

        .arowTop i.fa.fa-arrow-circle-up:hover {
            color: #0f6baa;
            transition: all .5s ease;
        }

.email-div i.fa.fa-envelope {
    display: inline-block;
    margin-right: 5px;
}

img.header_serach_icondd {
    margin-top: 10px;
}

.ready_right {
    width: 100%;
    float: left;
}

    .ready_right ul.inner-content-list li {
        font-size: 13.5px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-left: 17px;
        width: 31%;
        margin-right: 2%;
        display: inline-block;
        vertical-align: top;
    }

        .ready_right ul.inner-content-list li a {
            font-size: 15px;
        }

        .ready_right ul.inner-content-list li:nth-child(3n+3) {
            margin-right: 0;
        }

.div-aboutt-menu {
    display: none;
}

.main-menu {
    position: relative;
    top: 0;
    left: 0;
}

.center-box {
    vertical-align: middle;
    margin: auto;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 750px;
}

.buttons a {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 50px;
    transition: .3s ease;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

    .buttons a:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 200px;
        background: #3c87b7e3;
    }

    .buttons a:hover {
        text-decoration: none;
        /*color: #3c87b7;*/
        color: #8a2465;
    }

    .buttons a.active {
        text-decoration: none;
        /*color: #3c87b7;*/
        color: #8a2465;
    }

.div-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 398px;
    /*background: rgba(60, 135, 183, .8901960784313725);*/
    background: rgba(138, 36, 101, .9);
    display: none;
    min-height: 399px;
}

    .div-menu ul {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        padding: 0 0 0 52px;
    }

        .div-menu ul li {
            list-style-type: none;
        }

    .div-menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 14.5px;
        line-height: 22px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden;
        margin: 10px 0;
        display: inline-block;
    }

        .div-menu li a:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 0;
            right: 100%;
            bottom: 4px;
            background: #d9e6eeb8;
            height: 2px;
            -webkit-transition-property: right;
            transition-property: right;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .div-menu li a:active:before,
        .div-menu li a:focus:before,
        .div-menu li a:hover:before {
            right: 0;
        }

.buttons a:before {
    display: none;
}

.buttons a.active:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 186px;
    /*background: rgba(60, 135, 183, .8901960784313725);*/
    background: rgba(138, 36, 101, .9);
    top: 0;
    right: -197px;
    top: 20px;
    transition: .3s ease;
    display: block;
}

.buttons a.menu2.active:before {
    width: 242px;
    right: -251px;
}

.buttons a.menu3.active:before {
    width: 162px;
    right: -174px;
}

.buttons a.menu4.active:before {
    width: 242px;
    right: -247px;
}

.buttons a.menu5.active:before {
    width: 293px;
    right: -304px;
}

.buttons a.menu6.active:before {
    width: 276px;
    right: -283px;
}

.buttons a.menu7.active:before {
    width: 225px;
    right: -233px;
}

.div-about-menu {
    display: block;
}

.right ul {
    margin: 0;
    padding: 0;
    position: relative;
    right: 140px;
    top: 0;
}

    .right ul li {
        list-style-type: none;
        float: none;
        padding: 0 13px;
        display: inline-block;
        text-align: center;
        position: relative;
    }

        .right ul li:nth-child(1) {
            padding: 0 10px;
        }

        .right ul li a {
            font-size: 11px;
            font-weight: 300;
            color: #5a5a5a;
            text-decoration: none;
            transition: .3s ease;
            text-transform: uppercase;
            display: block;
        }

        .right ul li:before {
            background: #a0a0a0;
            content: '';
            position: absolute;
            bottom: 22px;
            left: 0;
            width: 1px;
            height: 25px;
        }

        .right ul li:nth-child(1):before {
            display: none;
        }

        .right ul li a img {
            -webkit-filter: grayscale(90%);
            filter: grayscale(80%);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            opacity: 1;
        }

.search_icon2font i.fa.fa-search {
    font-size: 28px;
    color: #000;
    margin-top: -1px;
}

body.home_mn12 .search_icon2font i.fa.fa-search {
    color: #747472;
}

.search_icon2font2 i.fa.fa-search {
    font-size: 28px;
    color: #fefefe;
    font-weight: 300;
    margin-top: -1px;
    position: relative;
}

.search_icon2font2 i.fa.fa-search {
    font-size: 28px;
    color: #fefefe;
    font-weight: 300;
    margin-top: -1px;
    position: relative;
}

.right ul li a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.right ul li a:hover {
    color: #3c87b7;
}

.extra-login {
    position: absolute;
    top: 19px;
    right: 74px;
}

.search1.top.search1_banner_top:after {
    background: #000;
}

.extra-login ul {
    margin: 0 7px 0 0;
    padding: 0 20px;
    width: 170px;
    background: #000000a8;
    display: none;
}

    .extra-login ul li {
        display: block;
        vertical-align: top;
        text-align: left;
        width: 100%;
        padding-top: 0;
        transition: .3s ease;
        position: relative;
        border-bottom: 1px solid #5e5e5e;
    }

        .extra-login ul li:last-child {
            border-bottom: 1px solid transparent;
        }

        .extra-login ul li a span {
            display: inline-block;
            text-align: center;
            margin-right: 10px;
            vertical-align: middle;
        }

        .extra-login ul li a {
            font-size: 11px;
            color: #fff;
            font-weight: 300;
            text-transform: uppercase;
            display: block;
            vertical-align: middle;
            padding: 0 5px 0 10px;
            width: 100%;
            height: 42px;
            line-height: 45px;
        }

.students_icon {
    text-align: right;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: pointer;
}

    .students_icon em {
        display: inline-block;
        padding: 8px 6px 0 8px;
        border-radius: 5px 5px 0 0;
        transition: .5s;
        margin-right: 7px;
        position: relative;
    }

        .students_icon em:after {
            right: -10px;
            position: absolute;
            top: 8px;
            content: "";
            width: 1px;
            height: 25px;
        }

.banner .students_icon em:after {
    top: 9px;
}

.banner .students_icon {
    margin: 13px 0 0 0;
}

.banner .trigger {
    border-right: 0 solid #fff;
    padding-right: 0;
}

.inner-page .banner .trigger {
    right: 20px;
}

.extra-login:hover .students_icon em {
    background: #000000a8;
    transition: .5s;
}

.extra-login ul li a:hover {
    text-decoration: none;
}

.extra-login ul li:hover a {
    color: #3c87b7e3;
}

.aravali_students_icon .students_icon {
    display: block;
    right: 74px;
    position: absolute;
    top: 0;
}

.search1.remo_serch:after {
    background: 0 0 !important;
}

.aravali_students_icon ul {
    right: 84px;
    position: absolute;
    top: 70px;
    width: 172px;
    background: rgba(255, 255, 255, .95);
    padding: 0 20px;
    display: none;
    box-shadow: 0 3px 9px -3px #585858;
    display: none;
}

body.home_mn12 .search1 {
    position: absolute;
    top: 48px;
    right: 15px;
    z-index: 999;
    padding-left: 15px;
}

body.home_mn12 .header1.click_mmm .trigger svg.click_top_memu_icon {
    width: 35px;
    margin-right: 0;
}

body.home_mn12 .header1.click_mmm .trigger {
    padding: 0;
    background: 0 0;
    right: 20px;
}

.aravali_students_icon ul li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #b0b0b0;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    padding: 0 !important;
}

    .aravali_students_icon ul li:last-child {
        border-bottom: 1px solid transparent;
    }

    .aravali_students_icon ul li a {
        height: 42px;
        line-height: 46px;
        padding: 0 0 0 44px;
        display: block;
        vertical-align: middle;
        position: relative;
        font-size: 13px;
    }

        .aravali_students_icon ul li a span {
            display: block;
            margin-right: 10px;
            width: 40px;
            vertical-align: middle;
            text-align: center;
            position: absolute;
            top: 6px;
            left: 0;
        }

    .aravali_students_icon ul li:before {
        content: none;
    }

    .aravali_students_icon ul li a span {
        display: block;
        margin-bottom: 7px;
    }

.header1 .right ul {
    display: none;
}

.content-box.school_brochure h1 {
    margin-bottom: 10px;
}

.Awards_and_Honours h4 {
    color: #106bab;
    font-weight: 500;
}

.div-parents {
    width: 100%;
    display: flex;
}

.parents-left {
    width: 32.66%;
    margin-right: 5px;
}

.parents-box1 {
    background: #efefef;
    text-align: center;
    padding: 44px 10px 38px 10px;
}

    .parents-box1 h3 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 30px;
        line-height: 17px;
        color: #123054;
        margin-bottom: 0;
    }

.parents-left a:hover,
.parents-rigth a:hover,
.three-boxes a:hover,
.two-boxes a:hover {
    text-decoration: none;
}

.parents-right {
    width: 66.2%;
    float: left;
}

.parents-box2 {
    background: #2f78f0;
    text-align: center;
    padding: 17px 0 13px 0;
    margin-bottom: 5px;
    cursor: pointer;
}

    .parents-box2 img {
        display: inline-block;
        margin-right: 15px;
    }

    .parents-box2 h1 {
        display: inline-block;
        color: #fff;
        font-weight: 500;
        font-size: 42px;
        margin-bottom: 0;
    }

.two-boxes {
    display: flex;
}

.parents-box3 {
    width: 49.65%;
    background: #ffffba;
    text-align: center;
    padding: 20px 0 5px;
    margin-right: 5px;
}

    .parents-box3 h3 {
        font-size: 20px;
        color: #808030;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 4px;
    }

.parents-box4 {
    width: 49.65%;
    background: #baffc9;
    text-align: center;
    padding: 20px 0 5px;
}

    .parents-box4 h3 {
        color: #3d874d;
        font-size: 20px;
        font-weight: 500;
        margin-top: 19px;
        margin-bottom: 4px;
    }

.parents-box5 {
    background: #ffdfba;
    width: 32.7%;
    text-align: center;
    padding: 25px 0 2px 0;
    margin-right: 5px;
}

    .parents-box5 h3 {
        color: #6c5a44;
        font-size: 20px;
        font-weight: 500;
        margin-top: 20px;
    }

.parents-box6 {
    background: #bae1ff;
    width: 33.2%;
    margin-right: 5px;
    text-align: center;
    line-height: 208px;
}

.parents_box5_fac {
    margin-right: 0;
    width: 33%;
}

.parents-box7 {
    background: #ffb3ba;
    width: 33%;
    text-align: center;
    padding: 63px 0 0;
    position: relative;
    margin-right: 5px;
}

.parents_box7_mn {
    margin-right: 0;
    background: #d2e3ff;
}

.three_boxes2 {
    margin-bottom: 0 !important;
}

.parents-box8 {
    background: #ffb3ba;
    width: 32.6666%;
    text-align: center;
    padding: 63px 0 0;
    position: relative;
    margin-right: 5px;
    min-height: 207px;
}

.parents-box9 {
    background: #efefef;
    width: 33.1%;
    text-align: center;
    padding: 63px 0 0;
    position: relative;
    margin-right: 5px;
    min-height: 207px;
}

.parents_box7_mn a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .parents_box7_mn a h3 {
        margin-bottom: 0;
    }

.parents_box8_mn a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .parents_box8_mn a h3 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
        margin-top: 20px;
        color: #6f464a;
        text-transform: uppercase;
    }

.parents-box7 h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}

.three-boxes {
    display: flex;
    margin-top: 5px;
}

.parents-box1,
.parents-box2,
.parents-box3,
.parents-box4,
.parents-box5,
.parents-box6,
.parents-box7,
.parents-box8,
.parents-box9 {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .parents-box1 img,
    .parents-box2 img,
    .parents-box3 img,
    .parents-box4 img,
    .parents-box5 img,
    .parents-box6 img,
    .parents-box7 img,
    .parents-box8 img,
    .parents-box9 img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .parents-box1:hover img,
    .parents-box2:hover img,
    .parents-box3:hover img,
    .parents-box4:hover img,
    .parents-box5:hover img,
    .parents-box6:hover img,
    .parents-box7:hover img,
    .parents-box8:hover img,
    .parents-box9:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .parents-box1:hover {
        background: #d6cfcf;
    }

    .parents-box2:hover {
        background: #2476ff;
    }

    .parents-box3:hover {
        background: #f3f391;
    }

    .parents-box4:hover {
        background: #a7f5b8;
    }

    .parents-box5:hover {
        background: #f7d3aa;
    }

    .parents-box6:hover {
        background: #a0c8e6;
    }

    .parents-box7:hover {
        background: #98cdf5;
    }

    .parents-box8:hover {
        background: #ff9ca5;
    }

    .parents-box9:hover {
        background: #d6cfcf;
    }

.sign_in_popup_mn {
    position: fixed;
    background: #0000007d;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.Forgot_mn,
.sign_wid {
    position: fixed;
    max-width: 461px;
    width: 100%;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    display: none;
}

.Forgot_mn,
.ManageBac_popup {
    position: fixed;
    max-width: 461px;
    width: 100%;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    display: none;
}

.closesign {
    float: right;
    font-size: 40px;
    font-weight: 400;
    color: #000;
    text-shadow: none;
    opacity: 1;
    line-height: 24px;
    position: absolute;
    right: 9px;
    top: 10px;
    border: none;
    padding: 0;
    background: 0 0;
    height: 13px;
    cursor: pointer;
}

.sin_popop {
    padding: 30px;
}

.login_fff h1 {
    font-size: 24px;
    color: #0f6baa;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.login_fff h2 {
    font-size: 20px;
    color: #2b3131;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.login_fff p {
    font-size: 14px;
    color: #636363;
    text-align: center;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.back_botton {
    float: right;
    margin: 9px 0 0 0;
    transition: all .5s ease;
}

    .back_botton a {
        padding: 0 !important;
        font-size: 15px;
        font-weight: 400;
        color: #f60;
        text-decoration: none;
    }

        .back_botton a i.fa.fa-arrow-left {
            margin-right: 5px;
            font-size: 14px;
            transition: all .5s ease;
        }

    .back_botton:hover a i.fa.fa-arrow-left {
        margin-right: 12px;
        transition: all .5s ease;
    }

.form_iner0 .form-group {
    margin-bottom: 20px;
}

.form_iner0 label {
    font-size: 15px;
    font-weight: 500;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #4a4a4a;
    display: none;
}

.form_iner0 input[type=email],
.form_iner0 input[type=password],
.form_iner0 input[type=text] {
    width: 100%;
    max-width: 100%;
    height: 40px;
    border: none;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 0 0 45px;
    transition: .5s;
}

.feed_dets_fltr span.ch_form input#txtInput {
    padding: 3px 0 0 5px;
    height: 30px;
    line-height: 30px;
    margin-right: 0;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.Email {
    background: url("") no-repeat 10px 9px;
    transition: .5s;
    background-size: 7.5%;
}

.Password {
    background: url("") no-repeat 6px 7px;
    transition: .5s;
    background-size: 9.5%;
}

.form_iner0 input[type=text]:focus {
    padding-left: 10px;
    background: 0 0;
    transition: .5s;
}

.form_iner0 input[type=password]:focus {
    padding-left: 10px;
    background: 0 0;
    transition: .5s;
}

.forget_email00 a:hover {
    color: #033e66;
}

.forget_email00 a {
    display: inline-block;
    font-size: 13px;
    color: #106bab;
    font-weight: 500;
    text-decoration: none;
}

.buttons-set {
    margin: 0 0 0;
    padding-top: 0;
    text-align: right;
    float: left;
}

.forget_email00 {
    float: right;
    margin-top: 6px;
}

.form_iner0 .buttons-set button.button {
    float: left;
    min-width: auto;
    margin: 0;
    padding: 11px 30px 7px 30px;
    background: #0f6baa;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none;
    height: 40px;
    cursor: pointer;
}

.forget_pass {
    float: left;
    margin-left: 15px;
}

    .forget_pass a {
        background: #0f6baa;
        color: #fff;
        text-decoration: none;
        padding: 11px 30px 7px 30px;
        display: block;
        border: none;
        height: 40px;
    }

button:focus {
    outline: 0 !important;
}

.form-control::-webkit-input-placeholder {
    color: #4a4a4a;
}

.form-control::-moz-placeholder {
    color: #4a4a4a;
}

.form-control:-ms-input-placeholder {
    color: #4a4a4a;
}

.form-control:-moz-placeholder {
    color: #4a4a4a;
}

.faculty .parents-box6 {
    width: 32.6%;
    padding-top: 14px;
}

.Alumni_events .gallery-img.events ul li:nth-child(3n+3) {
    margin-right: 0;
}

.Alumni_events .gallery-img.events ul li:nth-child(2n+2) {
    margin-right: 2%;
}

.Alumni_events .gallery-img.events ul li {
    width: 31%;
}

.lumni_faces_img_4 ul.governors-list li {
    width: 22.5%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

    .lumni_faces_img_4 ul.governors-list li:nth-child(3n+3) {
        margin-right: 2.5% !important;
    }

    .lumni_faces_img_4 ul.governors-list li:nth-child(4n+4) {
        margin-right: 0 !important;
    }

.alumni_registration .form-group:nth-child(2n+2) {
    margin-left: 4%;
}

.alumni_registration .form-group {
    width: 48%;
    float: left;
}

.alumni_registration input.wpcf7-submit {
    clear: both;
    display: block;
}

.alumni_registration form.contact-form .form-control {
    height: 48px !important;
}

@media screen and (max-width:881px) {
body .exp_more.classoff ul {
    top: -114px;
    padding-top: 10px;
    left: -51px;
    text-align: center;
    background: #000;
    padding-bottom: 5px;
}
    body .exp_more.classoff ul a{
        color:#fff;
    }
    .heder-apply-button {
        display: none;
    }

    a.apply-buttonnow-desktop {
        display: none;
    }

    .applyNowLink {
        bottom: 0 !important;
        display: block;
    }
    .aravali_students_icon ul li a span {
        display: block;
        margin-right: 10px;
        width: 40px;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        top: 6px;
        left: 0;
    }

    .quick__links .quick__links__ul li {
        width: auto;
    }
    .aravali_students_icon ul {
        right: 84px;
        position: absolute;
        top: 70px;
        width: 172px;
        background: rgba(255, 255, 255, .95);
        padding: 0 20px;
        display: none;
        box-shadow: 0 3px 9px -3px #585858;
    }

        .aravali_students_icon ul li {
            display: block;
            text-align: left;
            border-bottom: 1px solid #b0b0b0;
            height: 42px;
            line-height: 42px;
            vertical-align: middle;
            padding: 0 !important;
        }

            .aravali_students_icon ul li:last-child {
                border-bottom: 1px solid transparent;
            }

            .aravali_students_icon ul li a {
                height: 42px;
                line-height: 46px;
                padding: 0 0 0 44px;
                display: block;
                vertical-align: middle;
                position: relative;
                font-size: 13px;
            }

            .aravali_students_icon ul li:before {
                display: none;
            }

    .right {
        width: auto;
        float: right;
        text-align: right;
        padding-top: 10px;
        position: relative;
    }
}

.data_text {
    clear: both;
}

    .data_text.mCustomScrollbar {
        height: 78vh;
    }

.alumni_events23 {
    position: relative;
}

.back_icon {
    position: absolute;
    right: 0;
    background: url("") no-repeat top 5px left;
    top: 0;
    transition: .3s ease;
    padding-left: 17px;
    vertical-align: middle;
    text-decoration: none;
    display: none;
    line-height:25px;
}

.upcoming_date_left_img img {
    width: 100%;
    height:70px;
}

.back_icon:hover {
    text-decoration: none;
    color: #0f6baa;
    padding-left: 20px;
    transition: .3s;
}

.students_icon em.active {
    background: #000000a8;
}

.three-boxes {
    margin-bottom: 35px;
}

.main-page .breadcrumb-div {
    margin-top: -50px;
    position: relative;
}

.viewer-button {
    position: fixed;
    top: -40px;
    right: auto;
    overflow: hidden;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    height: 60px;
    overflow: hidden;
    top: -30px !important;
    line-height: 40px !important;
    background: #106bab !important;
    height: 60px !important;
    width: 60px !important;
    top: -30px !important;
    left: 50% !important;
    border-radius: 120px !important;
    margin-left: -30px;
}

    .viewer-button:before {
        bottom: 9px !important;
        left: 20px !important;
    }

.slider_main_boot {
    position: relative;
    overflow: hidden;
}

.carousel-inner img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
    width: 100%;
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

.acrdd_click {
    width: 45%;
    float: left;
}

    .acrdd_click .carousel-indicators {
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        margin-left: 0;
    }

        .acrdd_click .carousel-indicators li {
            width: 100%;
            height: 25px;
            background: red;
        }

.NextPrev .carousel-control {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    text-indent: 0;
    font-size: 0;
    background: 0 0;
    float: left;
    width: 53px;
    height: 45px;
    z-index: 999999;
}

.NextPrev .right.carousel-control {
    right: 0;
    left: auto;
}

.slider_hedding {
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
}

.slider_main {
    width: 100%;
}

.NextPrev {
    text-align: right;
    margin-bottom: 0;
    margin-right: 10px;
}

    .NextPrev .glyphicon {
        position: static;
        width: 45px;
        height: 46px;
        line-height: 40px;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }

.lft_arow2 {
    border: 1px solid #acacac;
    background: url("") no-repeat center center;
    background-size: cover;
    height: 42px;
    text-align: center;
    display: inline-block;
    width: 44px;
}

.lftr_arow2 {
    border: 1px solid #acacac;
    background: url("") no-repeat center center;
    background-size: cover;
    height: 42px;
    text-align: center;
    display: inline-block;
    transform: rotate(180deg);
    width: 44px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: 0 !important;
}

.NextPrev .glyphicon {
    position: static;
}

.acrdd_click .carousel-indicators li.active a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.slider_main_boot.content-box h3 {
    margin-bottom: 30px;
}

.slider_main_boot .content-box h4 {
    line-height: 14px;
}

.slider_main_boot table.table-format {
    margin-top: 25px;
}

.acrdd_click .carousel-indicators li ul {
    display: none;
}

.acrdd_click .carousel-indicators li.active ul {
    display: block;
}

.acrdd_click.button_click {
    width: 100%;
}

    .acrdd_click.button_click .carousel-indicators li {
        width: 20px;
        height: 20px;
    }

.carousel-inner > .item {
    float: left;
    width: 100%;
}

.carousel-inner {
    width: 100%;
    overflow: inherit;
}

.gurgaon_clal h1 {
    margin-bottom: 12px;
    margin-top: 0;
}

.gurgaon_clal h3 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.header1 .students_icon em:after {
    background: #000 !important;
}

.aravali_students_icon .trigger {
    border-right: 0 solid #000;
    padding-right: 0;
}

.students_icon em:after {
    background: #fff !important;
}

.landing-img-box-one img {
    margin-top: -1px;
}

ul.inner-content-list ul li {
    list-style-type: disc;
    margin-left: 17px;
    padding-left: 0;
}

    ul.inner-content-list ul li:before {
        content: none !important;
    }

ul.branding_docket_box {
    display: block;
}

    ul.branding_docket_box li {
        display: block;
        border-top: 1px solid #ece4e4;
        font-size: 15px;
        color: #4d4d4d;
        font-weight: 300;
        line-height: normal;
        overflow: hidden;
    }

        ul.branding_docket_box li:last-child {
            border-bottom: 1px solid #ece4e4;
        }

    ul.branding_docket_box h3 {
        margin-top: 40px;
        font-size: 22px;
    }

    ul.branding_docket_box li span {
        display: inline-block;
        padding: 7px 10px 4px 15px;
    }

    ul.branding_docket_box h3.top_0 {
        margin-top: 0;
    }

    ul.branding_docket_box li a {
        display: inline-block;
        border-left: 1px solid #ece4e4;
        color: #0f6baa;
        text-align: right;
        float: right;
        padding: 7px 10px 4px 15px;
        text-decoration: none;
        transition: .5s;
    }

    ul.branding_docket_box li ul li {
        padding-left: 0;
        font-size: 14px;
    }

.Rediscovering .tabing-div img {
    width: auto;
}

ul.branding_docket_box li ul li:last-child {
    border-bottom: 0;
}

ul.branding_docket_box li ul li a {
    font-size: 15px;
}

ul.branding_docket_box li a i {
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
}

.main-school-1 ul.branding_docket_box li a:hover {
    color: #8a2465;
    transition: .5s;
}

.main-school-2 ul.branding_docket_box li a:hover {
    color: #f5ae24;
    transition: .5s;
}

.main-school-3 ul.branding_docket_box li a:hover {
    color: #009487;
    transition: .5s;
}

ul.branding_docket_box {
    display: none;
}

    ul.branding_docket_box p {
        margin: 15px 0 15px 0;
    }

.Docket_accord.accor .accordionButton1 {
    padding: 15px 15px 12px 35px;
    border-top: 0 solid #d6d6d6;
    background: #efefef;
    margin-top: 5px;
}

.Docket_accord .read_mr_ls i {
    top: -5px;
}

.mob_hedding {
    display: none;
}

#black-bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    z-index: 999999;
    opacity: .8;
    display: none;
}

#myBoxId {
    z-index: 999999999;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    margin-left: 0;
    margin-top: 0;
    display: none;
    max-width: 740px;
    transform: translate(-50%, -50%);
}

    #myBoxId .clbut {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: -22px;
        background: #fc771a;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 6px 6px 0 6px;
    }

    #myBoxId img {
        width: 100%;
    }

.fee_bg {
    background: #0000007d;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.fee_box {
    position: fixed;
    max-width: 461px;
    width: 100%;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    display: none;
    padding: 30px;
}

    .fee_box p {
        margin: 0 !important;
    }

.fee_close0 {
    position: absolute;
    top: 2px;
    right: 6px;
    width: 22px;
    height: 21px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.mob_img {
    display: none;
}

.viewer-open {
    overflow: inherit !important;
}

.search_hdr .gsc-search-button-v2 svg {
    fill: #fafafa !important;
    width: 20px;
    height: 20px;
}

.search_hdr .gsst_a .gscb_a {
    color: #fff;
    cursor: pointer;
    padding-right: 0;
    padding-left: 15px;
}

.gsc-search-button-v2 {
    border: none !important;
    background: 0 0 !important;
    background-image: none;
    filter: none;
    margin: 0 !important;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
}

.gsc-control-cse.gsc-control-cse-en {
    padding: 0;
}

.gsib_a {
    padding: 0 !important;
}

.gsc-control-cse {
    border: none !important;
    background: 0 0 !important;
}

.search_hdr input#gsc-i-id1 {
    background: 0 0 !important;
    border: 0 !important;
    text-align: left;
    text-indent: 0 !important;
    width: 100% !important;
    line-height: 20px !important;
    margin: 0 !important;
    height: 35px !important;
    font-size: 16px;
    color: #fff !important;
    opacity: 1;
    font-family: 'Hind Guntur', sans-serif;
    font-weight: 300;
    padding: 12px 0 0 0 !important;
}

table.gsc-search-box td {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 12px 0 0 0;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    padding: 6px 10px !important;
}

:focus {
    outline: 0 solid !important;
}

.gsc-input-box {
    border: 0 solid transparent !important;
    background: 0 0 !important;
    box-shadow: none !important;
}

td.gsc-search-button {
    width: 32px !important;
    height: 40px !important;
    text-align: left;
    cursor: pointer;
}

.search_hdr .form-group {
    position: relative;
    margin: 0;
    border-bottom: 0 solid #ced4da;
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-left: 0;
}

button.gsc-search-button.gsc-search-button-v2 {
    cursor: pointer;
    display: none;
}

.search_hdr .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
    padding: 0;
}

input#gsc-i-id2,
input#gsc-i-id3 {
    background: 0 0 !important;
    text-indent: 0 !important;
    border: none !important;
}

a {
    outline: 0 !important;
}

.home_mn12 .trigger {
    padding: 0;
    background: 0 0;
    right: 20px;
    float: right;
    height: 30px;
    cursor: pointer;
    opacity: 1;
    top: 47px;
}

.home_mn12 td#gs_tti52 input#gsc-i-id3 {
    height: 32px !important;
}

.header1.click_mmm .trigger {
    padding: 0;
    background: 0 0;
    right: 20px;
    height: auto;
}

.test_admin ul.services-div li {
    float: left;
    width: 18%;
    border-bottom: 0 solid #ccc;
    margin: 0;
    padding-top: 0;
}

    .test_admin ul.services-div li a p {
        margin-bottom: 0;
        margin-top: 12px;
    }

    .test_admin ul.services-div li a {
        border: 0 solid #ccc;
        padding-top: 0;
        margin: 0;
    }

    .test_admin ul.services-div li:hover a {
        background: 0 0;
    }

.Privileges .Featured > ul > li {
    vertical-align: top;
}

.content-box.Privileges ul.inner-content-list li {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    font-weight: 300;
    font-family: 'Hind Guntur', sans-serif;
}

    .content-box.Privileges ul.inner-content-list li:before {
        content: inherit;
        background: 0 0;
    }

.Privileges .Featured ul li a p {
    font-size: 14px;
    padding: 15px 5px 15px 5px;
    border-top: 1px solid #ccc;
}

.featured_text_scroll span {
    float: left;
    width: 31.2%;
    margin: 10px 3% 15px 0;
}

    .featured_text_scroll span.img_rt_mrgn_0 {
        margin-right: 0 !important;
    }

.feature_right23 ul.inner-content-list {
    margin-bottom: 17px;
}

.feature_left12 {
    width: 25%;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
}

.Pathways_Privileges > ul > li {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.feature_left12 img {
    width: 100%;
    border: 1px solid #ccc;
}

.feature_right23 {
    width: 71%;
    float: left;
}

#msg {
    font-family: 'Hind Guntur', sans-serif;
    color: #666;
    line-height: 25px;
}

svg.arow_3schools {
    width: 35px;
    float: right;
}

    svg.arow_3schools .cls-1 {
        fill: #b6b6b6;
    }

svg.click_top_memu_icon {
    width: 35px;
    margin-right: 0;
}

svg.click_banner_memu_icon {
    width: 35px;
}

.home_mn12 .trigger a svg .cls-1 {
    fill: #fff;
}

svg.click_banner_memu_icon {
    width: 35px;
    fill: #fff;
}

    svg.click_banner_memu_icon .cls-1 {
        fill: #fff;
    }

.header1.click_mmm .trigger a svg .cls-1 {
    fill: #000;
}

svg.students_icon2_svg {
    width: 25px;
    fill: #000;
}

.landing svg.click_top_memu_icon {
    width: 35px;
    fill: #000;
}

.landing svg.click_banner_memu_icon {
    width: 35px;
    fill: #fff;
    margin-right: 0;
}

svg.middle_icon {
    width: 50px;
    fill: #747474;
}

svg.middle_icon12 {
    width: 43px;
    margin: -1px 0 0 0;
}

svg.middle_icon18 {
    width: 43px;
    fill: #747474;
}

svg.middle_icon17 .cls-1 {
    fill: #747474;
}

svg.middle_icon18 .cls-1 {
    fill: #747474;
}

ul.services-div li:hover .cls-2 {
    fill: #8a2465;
}

svg.middle_icon2 {
    width: 59px;
}

svg.middle_icon3 {
    fill: green !important;
}

svg.middle_icon4 {
    width: 44px;
}

svg.middle_icon8 {
    width: 45px;
}

svg.middle_icon14 {
    width: 43px;
}

ul.services_aravali_box li:hover svg.middle_icon {
    fill: #8a2465;
}

ul.services_gurgaon_box li:hover svg.middle_icon {
    fill: #f5ae24;
}

ul.services_noida_box li:hover svg.middle_icon {
    fill: #009487;
}

svg.middle_icon5 {
    width: 59px;
}

svg.middle_icon7 {
    width: 45px;
}

svg.middle_icon11 {
    width: 50px;
    text-align: center;
}

.form_icon_svg {
    position: absolute;
    top: 16px;
    left: 21px;
}

    .form_icon_svg svg {
        width: 18px;
        fill: #a2a2a2;
    }

.form-contact ul li {
    position: relative;
}

.form_icon_svg svg.email_svg {
    width: 29px;
    margin: 4px 0 0 -2px;
}

.section3 {
    overflow: hidden;
}

.form_icon_svg svg.phone_svg {
    width: 66px;
    margin: -15px 0 0 0;
}

.form_icon_svg svg.location_svg {
    width: 26px;
}

.form_icon_svg svg.selrct_s_svg {
    width: 63px;
    margin: 0 0 0 -2px;
}

.form_icon_svg svg.grade_svg {
    width: 23px;
    margin: 1px 0 0 0;
}

.schools-div .school1:hover svg.arow_3schools .cls-1 {
    fill: #8a2465 !important;
}

.schools-div .school2:hover svg.arow_3schools .cls-1 {
    fill: #fdb92e !important;
}

.schools-div .school3:hover svg.arow_3schools .cls-1 {
    fill: #009487 !important;
}

.schools-div .school4:hover svg.arow_3schools .cls-1 {
    fill: #ed3237 !important;
}

.right-div .box-school1:hover svg.arow_aravali .cls-1 {
    fill: #8a2465 !important;
}

.right-div .box-school1:hover svg.arow_gurgaon .cls-1 {
    fill: #fdb92e !important;
}

.right-div .box-school1:hover svg.arow_noida .cls-1 {
    fill: #009487 !important;
}

.right-div .box-school1:hover svg.arow_early .cls-1 {
    fill: #ed3237 !important;
}

.contact-form .form-group {
    margin-bottom: 1rem;
    position: relative;
}

.contact-form .form_icon_svg {
    position: absolute;
    top: 8px;
    left: 16px;
}

    .contact-form .form_icon_svg svg {
        width: 18px;
        margin: 0;
    }

.contact-form .form-group .pay_mn label {
    display: block;
    font-size: 16px;
    color: #495057;
    opacity: 1;
    font-weight: 500;
}

.contact-form .form-group .pay_mn input.form-control {
    width: 32%;
    display: inline-block;
    margin-right: 10px;
}

span.pay_acount {
    font-size: 15px;
    color: #555;
    line-height: 20px;
}

.checkedpay_mn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkedpay_mn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 0;
        height: 100%;
        width: 25px;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    z-index: -1;
    border: 1px solid #ccc;
}

.checkedpay_mn input:checked ~ .checkmark {
    background-color: #2196f3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkedpay_mn input:checked ~ .checkmark:after {
    display: block;
}

.checkedpay_mn .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

p.pay_acount_term {
    width: 575px;
    margin: 0;
    display: inline-block;
}

.pay_mn .form_icon_svg {
    top: 35px;
}

.contact-form .form_icon_svg svg.Payments_svg {
    width: 28px;
    margin: -1px 0 0 -3px;
}

.fee_ad_Terms_bg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99999;
    opacity: .5;
    display: none;
}

.fee_ad_Terms {
    position: fixed;
    max-width: 800px;
    width: 100%;
    background: #fff;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    box-shadow: 0 0 3px #3e3e3e;
}

#text_Privacy {
    display: none;
}

#Terms_text {
    display: none;
}

.data_text h3 {
    color: #106bab;
}

.clise_term {
    float: right;
    background: #106bab;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    height: 26px;
    width: 26px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}

.fee_ad_Terms .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #106bab !important;
    background-color: #106bab !important;
}

.fee_ad_Terms .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #106bab !important;
    background-color: #106bab !important;
}

.fee_detail ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    font-weight: 300;
    overflow: hidden;
}

.feed_dets_lft {
    width: 25%;
    float: left;
    margin-right: 1%;
}

.feed_dets_fltr {
    width: 74%;
    float: left;
}

.feed_dets_lft span {
    display: block;
    position: relative;
}

.feed_dets_fltr ul li {
    display: inline-block;
    width: 25%;
    float: left;
}

.fee_detail ul li .feed_dets_lft span:after {
    position: absolute;
    top: 0;
    right: 0;
    content: ":";
    color: #666;
}

.feed_dets_fltr ul li .radio {
    margin: 0;
}

.feed_dets_fltr ul li {
    display: inline-block;
    width: 25%;
    float: left;
    margin: 0 0 7px 0;
    padding-right: 10px;
}

    .feed_dets_fltr ul li em,
    .feed_dets_lft em {
        font-style: normal;
        font-size: 12px;
        display: block;
        color: #6c6c6c;
        line-height: 16px;
    }

.feed_dets_fltr span.ch_form {
    width: 22%;
    display: block;
}

.back_fee {
    position: absolute;
    top: 0;
    right: 0;
}

.Fee_Submission {
    width: 75%;
    margin-left: 0;
    position: relative;
}

.back_fee a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: inline-block;
    position: relative;
}

.inline {
    display: inline-block;
}

    .inline + .inline {
        margin-left: 25px;
    }

.radio {
    color: #999;
    font-size: 15px;
    position: relative;
}

    .radio span {
        position: relative;
        padding-left: 20px;
    }

        .radio span:after {
            content: '';
            width: 15px;
            height: 15px;
            border: 3px solid;
            position: absolute;
            left: 0;
            top: 4px;
            border-radius: 100%;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            box-sizing: border-box;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

    .radio input[type=radio] {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
    }

        .radio input[type=radio]:checked + span {
            color: #0b8;
        }

            .radio input[type=radio]:checked + span:before {
                content: '';
                width: 5px;
                height: 5px;
                position: absolute;
                background: #0b8;
                left: 5px;
                top: 9px;
                border-radius: 100%;
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
            }

.contact-form .form_icon_svg svg.parent_name {
    width: 25px;
    margin: 4px 0 0 -4px;
}

.Fee_Submission form.contact-form {
    width: 66%;
}

.contact-form .form_icon_svg svg.email_svg {
    width: 28px;
    margin: 6px 0 0 -5px;
}

.contact-form .form_icon_svg svg.phone_svg {
    width: 58px;
    margin: -10px 0 0 -1px;
}

.contact-form .form_icon_svg svg.selrct_s_svg {
    width: 61px;
    margin: 1px 0 0 -6px;
}

.contact-form .form_icon_svg svg.grade_svg {
    width: 24px;
    margin: 2px 0 0 -6px;
}

.contact-form .form_icon_svg svg.message_svg {
    width: 27px;
    margin: 5px 0 0 -6px;
}

svg.students_icon2_banner_svg {
    width: 25px;
    fill: #fff;
}

.contact-form .form_icon_svg svg.city_svg {
    width: 22px;
    margin: 2px 0 0 -4px;
}

.usefull-menu ul li svg {
    width: 19px;
    fill: #5c5c5c;
    opacity: 1;
    float: left;
    height: 20px;
}

.usefull-menu ul li:hover svg {
    fill: #106bab;
}

.extra-login ul li a span svg {
    width: 21px;
    fill: #fff;
    float: left;
    margin: 0;
}

    .extra-login ul li a span svg.st_2 {
        width: 25px;
        margin: -1px 0 0 -3px;
    }

    .extra-login ul li a span svg.st_3 {
        width: 25px;
        margin: -1px 0 0 -3px;
    }

.extra-login ul li:hover a span svg {
    fill: #106bab;
}

ul.top_header_atl li a span svg.st_1 {
    width: 21px;
    float: left;
    fill: #5a5a5a;
}

ul.top_header_atl li a span svg.st_2 {
    width: 28px;
    float: left;
    margin: 4px 0 0 0;
    fill: #5a5a5a;
}

ul.top_header_atl li a span svg.st_3 {
    width: 28px;
    float: left;
    margin: 3px 0 0 0;
    fill: #5a5a5a;
}

ul.top_header_atl li a {
    padding-left: 38px;
}

ul.top_header_atl li:hover svg {
    fill: #106bab !important;
}

svg.middle_icon9 .cls-1 {
    fill: #fefefe;
}

svg.middle_icon9 .cls-2 {
    fill: #828282;
}

svg.middle_icon9 .cls-3 {
    fill: #575757;
}

svg.middle_icon9 .cls-4 {
    fill: #7e7e7e;
}

svg.middle_icon9 .cls-5 {
    fill: #fafafa;
}

svg.middle_icon9 .cls-6 {
    fill: #020202;
}

svg.middle_icon9 .cls-7 {
    fill: #010101;
}

svg.middle_icon9 .cls-8 {
    fill: #030303;
}

svg.middle_icon9 .cls-9 {
    fill: #040404;
}

svg.middle_icon9 .cls-10 {
    fill: #f2f2f2;
}

svg.middle_icon9 .cls-11 {
    fill: #f1f1f1;
}

svg.middle_icon9 .cls-12 {
    fill: #f4f4f4;
}

svg.click_top_memu_icon .cls-1 {
    fill: #000;
}

form.gsc-search-box {
    height: 100%;
}

table.gsc-search-box {
    height: 100% !important;
}

.gsc-control-searchbox-only.gsc-control-searchbox-only-en {
    height: 100% !important;
}

div#___gcse_2 {
    height: 37px !important;
}

.content-box.result {
    margin-left: 0;
    width: 75%;
}

.main-bg-div {
    overflow: initial !important;
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #e9e9e9;
    background-color: #fff;
    color: #333 !important;
    border: 1px solid #ccc !important;
    padding: 5px 10px !important;
    text-decoration: none;
}

.gsc-results .gsc-cursor-box {
    margin: 10px 0 0 0 !important;
}

.serc_op_l #gsc-i-id4 {
    padding-right: 12px;
    height: 35px !important;
    border: 0 solid #ccc !important;
    width: 92% !important;
}

.serc_op_l td.gsc-input {
    border: 1px solid #ccc !important;
    padding-left: 10px !important;
}

.serc_op_l td.gsc-search-button {
    height: 30px;
    width: 9% !important;
    border: 1px solid #ccc !important;
}

.gurgaon_big {
    display: none;
}

.content-box.branding_docket h3 {
    margin-top: 28px;
}

.ib_info_box span img {
    width: 100%;
    border: 1px solid #eaeaea;
    border-bottom: 0;
}

.ib_rasi_btn {
    text-align: center;
}

    .ib_rasi_btn a {
        padding: 17px 30px 12px;
        color: #fff;
        font-size: 22px;
        background: #8c2365;
        border: 0;
        transition: .3s ease;
        cursor: pointer;
        text-decoration: none;
        margin: 20px 0 15px 0;
        display: inline-block;
        border-radius: 2px;
        margin-left: 10px;
        line-height: 30px;
    }

        .ib_rasi_btn a:hover,
        .ib_submit:hover {
            background: #2a7cb4;
        }

.main-school-2 .ib_rasi_btn a {
    background: #f5ae24;
}

.main-school-3 .ib_rasi_btn a {
    background: #009487;
    transition: .3s ease;
}

.main-school-2 .ib_rasi_btn a:hover {
    background: #0f6baa !important;
    transition: .3s ease;
}

.main-school-3 .ib_rasi_btn a:hover {
    background: #0f6baa !important;
    transition: .3s ease;
}

.ib_rasi_btn.ib_rasi_btn_top {
    text-align: center;
}

    .ib_rasi_btn.ib_rasi_btn_top a {
        margin-top: 0;
    }

.contact-form .form_icon_svg svg.parent_svg {
    width: 27px;
    margin: 4px 0 0 -4px;
}

.ib_submit {
    padding: 12px 20px 9px;
    color: #fff;
    font-size: 15px;
    background: #2a7cb4;
    border: 0;
    transition: .3s ease;
    cursor: pointer;
    margin: 0;
}

.ib_forms_cl {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    background: #fff;
    z-index: 99999;
    max-width: 360px;
    transform: translate(-50%, -50%);
    padding: 55px 25px 5px 25px;
    border-radius: 20px;
    box-shadow: 0 0 10px #2e2e2e;
    display: none;
}

.ib_forms_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .49);
    z-index: 99999;
    display: none;
}

.ib_close span img {
    height: auto;
    width: auto;
    border: 0;
}

.ib_close {
    position: absolute;
    top: 15px;
    right: 27px;
    cursor: pointer;
}

.ib_forms_cl h3 {
    position: absolute;
    top: 19px;
    font-size: 20px;
    left: 25px;
}

.ib_info_box form.contact-form .input14 {
    height: 92px;
}

#noida_slide .owl-dot.active span {
    background: #009487;
}

#noida_slide .owl-dot span {
    margin: 3px !important;
    background: #3e3e3e;
}

.test_admin {
    overflow: hidden;
    width: 100%;
}

.green_pathways_Media_Coverage ul.governors-list li p {
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 15px;
}

.green_pathways_Media_Coverage ul.governors-list li a {
    display: block;
    text-decoration: none;
}

.green_pathways_Media_Coverage ul.governors-list li img {
    width: 100%;
}

.green_pathways_Media_Coverage ul.governors-list li {
    width: 100%;
}

.green_pathways_Media_Coverage ul.governors-list {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.wize_mn {
    padding-bottom: 11px;
    background: #0fa5da;
    margin-bottom: 5px;
    height: 138px;
    padding: 34px 0;
}

    .wize_mn h3 {
        margin-bottom: 0;
        margin-top: 15px;
        color: #6c5a44;
    }

    .wize_mn:hover {
        background: #0987b3;
    }

        .wize_mn:hover a {
            text-decoration: none;
        }

.path_www {
    width: 32.7%;
    background: #57b2f7;
}

.ek_size_box {
    float: left;
    width: 32.8% !important;
}

.margin_rt_0 {
    margin-right: 0;
}

.Ara_Faculty_wize_mn img {
    width: auto;
}

.parents-box8_8 h3 {
    color: #282828;
    text-transform: uppercase;
}

.parents-box8_8 {
    background: #baffc9;
}

    .parents-box8_8:hover {
        background: #9affb0;
    }

.parents-box8.parents-box8_8 {
    padding-top: 19px;
    background: #baffc9;
    width: 33.2%;
}

    .parents-box8.parents-box8_8 h3 {
        margin-top: 20px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
    }

.small_img span {
    display: inline-block;
    float: right;
    width: 21%;
    margin-left: 20px;
}

    .small_img span img.mascot {
        width: 100%;
        padding: 0;
    }

.small_img {
    clear: both;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    margin: 0 0 25px 0;
    padding-bottom: 25px;
}

.content-box .small_img p:last-child {
    margin-bottom: 0;
}

.small_img_nonbr {
    border-bottom: 0;
}

.slider_video_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    z-index: 99999;
    display: none;
    top: 0;
    left: 0;
}

.slider_close_video {
    float: right;
    position: fixed;
    right: 10px;
    top: 10px;
}

.content_box_search {
    width: 100%;
    margin: 0;
}

.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title *,
.gsc-control-cse .gs-spelling {
    font-size: 18px;
    line-height: 30px;
    height: auto !important;
    min-height: auto !important;
}

.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b {
    color: #0f6baa;
}

.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b {
    color: #0f6baa;
}

.gsc-result-info {
    padding: 0;
}

td.gsc-result-info-container {
    padding-left: 0;
}

td.gsc-orderby-container {
    padding-right: 0;
}

span.read-more-content {
    width: 100%;
    margin: 0;
}

a.read-more-show {
    background: 0 0;
    border: 0;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    font-weight: 300;
    margin-bottom: 25px;
    padding-right: 20px;
    position: relative;
    transition: .3s ease;
    cursor: pointer;
    outline: 0;
    display: inline-block;
}

.des_tp_rd a.read-more-show {
    display: none;
}

a.read-more-show:before {
    position: absolute;
    content: '\f061';
    top: 6px;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #ff3535;
    transition: .3s ease;
}

.update-div-left.update_div_left_logo {
    padding: 0;
    background: 0 0;
}

.inx_video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .inx_video:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000061;
        content: "";
        z-index: 9;
    }

    .inx_video video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.update-div-left.update_div_left_logo em img {
    width: 100%;
}

.extra-login {
    z-index: 9;
}

.video_div .banner {
    height: 100vh;
}

.gurgaon_footer #footer-client .item {
    float: none;
    display: inline-block;
    margin: 0 27px 0 0;
}

.gurgaon_footer #footer-client {
    text-align: center;
}

.school_admission ul.governors-list li em a {
    display: inline-block;
    margin-left: 5px;
}

.school_admission ul.governors-list li em {
    font-style: normal;
    display: flex;
}

div#myModalmax_health {
    background: rgba(0, 0, 0, .4392156862745098);
    z-index: 99999;
}

    div#myModalmax_health .modal-content {
        padding: 25px 15px 15px;
        border: 0;
    }

.Privileges .ib_rasi_btn.ib_rasi_btn_top a {
    margin-left: 0;
}

.Former_School ul li em img {
    border-radius: 0;
}

.Former_School ul li {
    width: 31.6%;
    float: left;
    list-style-type: none;
    margin-right: 2.52%;
}

    .Former_School ul li:nth-child(3n+3) {
        margin-right: 0;
    }

.college_placement_graph {
    clear: both;
}

text.highcharts-drilldown-axis-label {
    color: #282828 !important;
    fill: #282828 !important;
    font-size: 14px !important;
    height: 34px !important;
    font-family: 'Hind Guntur', sans-serif;
    font-weight: 600 !important;
}

tspan.stdent_no {
    display: block;
    color: red !important;
    line-height: 37px !important;
    background: red !important;
    font-family: 'Hind Guntur', sans-serif;
    font-weight: 600 !important;
    margin-top: 10px !important;
}

g.highcharts-label.highcharts-data-label.highcharts-drilldown-data-label text {
    color: #282828 !important;
    fill: #282828 !important;
    font-size: 16px !important;
    height: 34px !important;
    font-family: 'Hind Guntur', sans-serif;
    font-weight: 600 !important;
}

.aravali_dp_results {
    overflow: hidden;
    margin-bottom: 52px;
}

    .aravali_dp_results h3 {
        font-size: 16px;
        font-weight: 400;
        margin-top: 12px;
        line-height: 17px;
        color: #747474;
        margin-bottom: 0;
        transition: .5s all ease;
    }

    .aravali_dp_results ul li {
        text-align: center;
        padding: 0;
        display: block;
        width: auto;
        float: left;
        padding-right: 9%;
        margin-bottom: 3%;
        transition: .5s all ease;
        border-right: 1px solid #dbdbdb;
    }

        .aravali_dp_results ul li:nth-child(2) {
            padding-right: 0;
            padding-left: 9%;
            border-right: 0;
        }

        .aravali_dp_results ul li a {
            display: block;
            padding: 0;
            text-decoration: none;
            transition: .5s all ease;
        }

svg.dp_icons_svg {
    width: 71px;
    transition: .5s all ease;
    fill: #747474;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.aravali_dp_results ul li:hover svg.dp_icons_svg {
    fill: #8a2465;
    transition: .5s all ease;
}

.aravali_dp_results ul li:hover h3 {
    color: #8a2465;
    transition: .5s all ease;
}

.main-school-2 .aravali_dp_results ul li:hover svg.dp_icons_svg {
    fill: #f5ae24;
    transition: .5s all ease;
}

.main-school-2 .aravali_dp_results ul li:hover h3 {
    color: #f5ae24;
    transition: .5s all ease;
}

.main-school-3 .aravali_dp_results ul li:hover svg.dp_icons_svg {
    fill: #009487;
    transition: .5s all ease;
}

.main-school-3 .aravali_dp_results ul li:hover h3 {
    color: #009487;
    transition: .5s all ease;
}

.overview_graph {
    position: relative;
}

    .overview_graph h4 {
        position: absolute;
        top: 25px;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
    }

.aravali_dp_results_mn {
    margin-top: 20px;
}

.aravali_dp h1 {
    margin-bottom: 5px;
}

.aravali_dp h3 {
    color: #0f6baa;
}

.dp-toppers {
    overflow: hidden;
}

.aravali_dp_results_mn ul li:nth-child(5n+5) {
    margin-right: 0;
}

.aravali_dp_results_mn ul li span {
    display: block;
    margin-bottom: 15px;
}

.aravali_dp_results_mn ul li h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 4px;
}

.aravali_dp_results_mn ul li p {
    color: #282828;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}

.aravali_dp_results_mn ul li span img {
    width: 100%;
    border-radius: 50%;
}

.DP_Results_crt_lt {
    width: 30%;
    float: left;
    text-align: center;
}

.DP_Results_crt_rt {
    float: right;
    width: 65%;
    text-align: center;
}

.myp_Results_crt_lt {
    width: 25%;
}

.myp_result {
    width: 30%;
}

.DP_Results_crt_rt_bx {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 1px;
}

.DP_Results_crt_rt h3 {
    position: relative;
    z-index: 9;
}

#DP_Results_crt_lt {
    height: 250px;
}

#DP_Results_crt_rt1,
#DP_Results_crt_rt2 {
    height: 196px;
}

.DP_Results_crt_rt_bx h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
}

#DP_Results_crt_lt tspan {
    fill: #282828;
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px !important;
    margin-bottom: 10px;
    display: block;
}

.DP_Results_crt {
    margin-top: 34px;
}

.country_wide_bx {
    margin-bottom: 30px;
}

.country_wide_cl {
    background: #1f6faa;
    padding: 7px 15px 10px;
    border-radius: 10px 10px 0 0;
    align-items: center;
    cursor: pointer;
    position: relative;
}

    .country_wide_cl span svg {
        height: 43px;
        float: left;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }

    .country_wide_cl h5 {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
        margin-left: 55px;
        line-height: 21px;
        display: inline-block;
        float: left;
        margin-top: 5px;
    }

    .country_wide_cl em {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
        margin-left: 10px;
        line-height: 22px;
        float: right;
        font-style: normal;
        margin-top: 5px;
        width: 65px;
        position: relative;
    }

        .country_wide_cl em:before {
            position: absolute;
            top: 0;
            right: 0;
            content: "More";
        }

    .country_wide_cl span svg.globle_svg {
        width: 43px;
    }

.country_wide_bx_dd .country_wide_cl em:before {
    content: "Less";
}

.country_wide_bx_dd .country_wide_cl em {
    width: 58px;
}

.country_wide_tx {
    padding: 17px;
    border: 2px solid #dcd5d4;
    display: none;
}

    .country_wide_tx p {
        margin: 0;
        line-height: 21px;
    }

.country_wide_tx_bx {
    width: 50%;
    float: left;
    padding-right: 25px;
}

    .country_wide_tx_bx:last-child {
        padding-right: 0;
    }

.country_wide_cl span {
    display: inline-block;
    float: left;
}

.scholarships_bx ul li {
    width: 24%;
    padding: 10px 10px 7px 10px;
    color: #fff;
    font-size: 13px;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    line-height: 20px;
    background: #619ac2;
    border-radius: 8px;
}

    .scholarships_bx ul li:nth-child(2n+2) {
        background: #90bad6;
    }

.dp_results_college_placement {
    margin-left: 2px;
}

.country_wide_cl span svg.globle_svg .st0 {
    fill: #86b5e2;
}

.sectionProdigies {
    background: #fff;
}

    .sectionProdigies .pathway-div h2:after,
    .sectionProdigies .pathway-div h2:before {
        display: none;
    }

    .sectionProdigies .parallax {
        background: url("") no-repeat top left;
        min-height: 373px;
        background-attachment: inherit;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

.homeProdigies .parallax {
    background: url("") no-repeat top left;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.sectionProdigies .pathway-div h2 {
    margin-bottom: 40px;
}

.Pathways_Prodigies ul li {
    display: inline-block;
    float: left;
    width: 150px;
    margin-right: 3%;
    text-align: center;
    overflow: hidden;
}

.Pathways_Prodigies_bx_home ul li {
    width: 31%;
}

.Pathways_Prodigies ul li:last-child {
    margin-right: 0;
}

.Pathways_Prodigies img {
    width: 100%;
}

.Pathways_Prodigies ul li a {
    display: block;
    text-decoration: none;
    transition: .5s all ease;
}

.Pathways_Prodigies ul li:hover a p {
    color: #0f68a6;
    transition: .5s all ease;
}

.prodigies_icon {
    display: block;
    border-radius: 50%;
    height: 150px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.Pathways_Prodigies svg.st_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 214px;
}

.Pathways_Prodigies ul li a p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.main-school-1 .Pathways_Prodigies ul li:hover a p {
    color: #8a2465;
}

.main-school-2 .Pathways_Prodigies ul li:hover a p {
    color: #f5ae24;
}

.main-school-3 .Pathways_Prodigies ul li:hover a p {
    color: #009487;
}

.Pathways_Prodigies ul li.Prodigies_bx1_1 .st0 {
    fill: #fbc112;
}

.Pathways_Prodigies ul li.Prodigies_bx1_1 .st1 {
    fill: #74594e;
}

.Pathways_Prodigies ul li.Prodigies_bx1_1 .st2 {
    fill: #f0ba7a;
}

.Pathways_Prodigies ul li.Prodigies_bx1_1 .st3 {
    fill: #f1f3f7;
}

.Pathways_Prodigies ul li.Prodigies_bx1_1 .st4 {
    fill: #393d47;
}

.Pathways_Prodigies ul li.Prodigies_bx1_1 .st5 {
    fill: #f7cfa2;
}

.Pathways_Prodigies ul li.Prodigies_bx1_1 .st6 {
    fill: #886c60;
}

.Pathways_Prodigies ul li.Prodigies_bx1_1 .st7 {
    fill: #4b5aa7;
}

.Pathways_Prodigies ul li.Prodigies_bx1_1 .st8 {
    fill: #fcfcfd;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st0 {
    fill: #94c94f;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st1 {
    fill: #737d9c;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st2 {
    fill: #303a59;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st3 {
    fill: #0c99e6;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st4 {
    fill: #0066e6;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st5 {
    fill: #454c6e;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st6 {
    fill: #fff;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st7 {
    fill: #ffa678;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st8 {
    fill: #e38259;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st9 {
    fill: #ffbfa3;
}

.Pathways_Prodigies ul li.Prodigies_bx2 .st10 {
    fill: #3f4a66;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st0 {
    fill: #0089cb;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st1 {
    fill: #212628;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st2 {
    fill: #ffbda8;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st3 {
    fill: #faa68c;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st4 {
    fill: #ffccbd;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st5 {
    fill: #545966;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st6 {
    fill: #3f4751;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st7 {
    fill: #fa5c0c;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st8 {
    fill: #ee3500;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st9 {
    fill: #7d8594;
}

.Pathways_Prodigies ul li.Prodigies_bx3 .st10 {
    fill: #6e7587;
}

.alimni_ch_hd {
    padding: 20px 10px 10px 15px;
}

    .alimni_ch_hd h2 {
        color: #0f6baa;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 8px;
        line-height: 20px;
    }

    .alimni_ch_hd h3 {
        color: #0f6baa;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 8px;
        line-height: 15px;
    }

.Featured .alimni_ch_hd p {
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
}

.dp_results_tabs {
    margin-top: 25px;
}

.alumni_tabs {
    margin-top: 0;
}

.dp_results_tabs ul li {
    width: auto;
    margin-right: 2%;
}

    .dp_results_tabs ul li:last-child {
        margin-right: 0;
    }

.dat_mth h3 {
    color: #0f6baa;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.dat_mth p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.dat_mth h1 {
    color: #0f6baa;
    font-size: 20px !important;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 22px;
}

.Prodigies_featured_text .featured_text_scroll span {
    width: 50%;
    padding: 10px 20px 20px 10px;
    margin: 0;
}

.featured_text .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.Prodigies_featured_text {
    padding: 25px 15px;
}

.dat_mth {
    padding-left: 10px;
}

.Prodigies_featured_text .featured_text_scroll p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.Home_Pathways_Prodigies > ul > li {
    width: 47.5%;
}

.Home_Pathways_Prodigies ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.Home_Pathways_Prodigies > ul > li {
    width: 100%;
    flex-basis: calc(47% - 0%);
    margin-right: 0;
    margin-bottom: 30px;
}

.tabing-div ul.governors-list li,
div#aravali_boarding_pathways_activities ul.governors-list li {
    min-height: auto;
}

.featured_pages_bx {
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 0;
    height: auto;
    transform: scale(1);
    margin: 0;
}

    .featured_pages_bx .dat_mth p {
        font-size: 18px;
        line-height: 25px;
        display: block;
        font-weight: 500;
        color: #106bab;
        transition: .3s ease;
        text-align: left;
    }

    .featured_pages_bx .dat_mth {
        padding-left: 0;
    }

    .featured_pages_bx p {
        text-align: justify;
    }

.fea_content_box {
    position: relative;
}

.feature_back_btn {
    position: absolute;
    top: 0;
    right: 0;
}

    .feature_back_btn a:before {
        position: absolute;
        top: 3px;
        left: 0;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f060 ";
    }

    .feature_back_btn a {
        display: block;
        font-size: 16px;
        color: #666;
        position: relative;
        padding-left: 18px;
        transition: .5s all ease;
        text-decoration: none;
    }

        .feature_back_btn a:hover {
            color: #0f6bb1;
            transition: .5s all ease;
        }

.feature_share_btn {
    position: relative;
    top: 0;
    right: 0;
    z-index: 99;
    display: inline-block;
    margin-bottom: 9px;
}

    .feature_share_btn a i {
        display: none;
        margin-right: 5px;
    }

    .feature_share_btn a {
        display: block;
        font-size: 13px;
        color: #666;
        position: relative;
        padding-left: 51px;
        transition: .5s all ease;
        text-decoration: none;
        padding: 8px 7px 0 26px;
        border-radius: 3px;
        border: 1px solid #666;
        line-height: 17px;
        background: url("") no-repeat 4px 5px;
        background-size: 17px;
        height: 28px;
        width: 64px;
    }

    .feature_share_btn .sharethis-inline-share-buttons {
        position: absolute;
        width: 100%;
        display: none !important;
        transition: .5s all ease;
    }

    .feature_share_btn:hover .sharethis-inline-share-buttons {
        display: block !important;
        transition: .5s all ease;
    }

    .feature_share_btn .sharethis-inline-share-buttons .st-btn {
        width: 100% !important;
        min-width: 100% !important;
        display: block !important;
    }

    .feature_share_btn .sharethis-inline-share-buttons span.st-label {
        display: none !important;
    }

.featured_content_box_home {
    position: relative;
}

    .fea_content_box h1,
    .featured_content_box_home h1 {
        display: none;
    }

.alumni_heding {
    padding-right: 60px;
}

    .alumni_heding h3 {
        color: #0f6baa;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .alumni_heding p {
        margin-bottom: 8px;
    }

        .alumni_heding p b {
            font-weight: 600;
        }

.Newsfeed_share_btn {
    margin-bottom: 0;
    margin-top: 12px;
}

.main-container ul.noida_director_bx li {
    min-height: 329px;
}

ul.noida_director_bx_icon_n li:hover::before {
    display: none;
}

.content_box_full_rt {
    margin-right: 0;
    width: 69.25%;
}

.aravalibx ul {
    display: flex;
    justify-content: space-between;
}

    .aravalibx ul li {
        width: 48%;
        display: block;
    }

        .aravalibx ul li iframe {
            width: 100%;
            height: 350px;
        }

svg.middle_icon20 {
    margin: 0;
    height: 50px;
}

    svg.middle_icon20 .fil1 {
        fill: #717171;
    }

ul.services-div li:hover svg.middle_icon20 .fil1 {
    fill: #8a2465;
}

.ara_upcoming_DIV .tabing-div ul li a {
    width: auto;
    padding: 12px 25px 8px 25px;
    margin-bottom: 10px;
}

.Upcoming_mn img {
    width: 100%;
}

.ara_upcoming_DIV .tabing-div ul li.active a {
    text-decoration: none;
    background: #106bab;
    border-color: #106bab;
    color: #fff;
}

.Upcoming_bx {
    display: none;
}

    .Upcoming_bx.active {
        display: block;
    }

.ara_upcoming_DIV {
    position: relative;
}

    .ara_upcoming_DIV .ib_rasi_btn.ib_rasi_btn_top {
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
    }

.red_th label {
    margin: 0 10px;
}

.red_th {
    display: flex;
    align-items: center;
}

.redio_box {
    display: flex;
}

    .redio_box p {
        margin: 0 15px 0 0;
        font-weight: 600;
    }

.tab_social_RT {
    position: fixed;
    bottom: 45px;
    right: -50px;
    z-index: 9;
    transition: .5s all ease;
}

.tab_social_RT_add {
    right: 15px;
    transition: .5s all ease;
}

.tab_social_RT ul {
    padding: 0;
    margin: 0;
}

    .tab_social_RT ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 12px 0;
        padding-left: 0;
    }

        .tab_social_RT ul li svg {
            width: 35px;
        }

        .tab_social_RT ul li a {
            display: block;
            padding: 10px;
            line-height: inherit !important;
            font-size: 0;
            border-radius: 50%;
            transition: .5s all ease;
            width: 45px;
            height: 45px;
            background: #fff;
            box-shadow: 0 0 13px rgba(0, 0, 0, .1607843137254902);
        }

        .tab_social_RT ul li svg {
            width: 100%;
            height: 100%;
            fill: #2eb643;
        }

#social_RTmyModal h3 {
    font-size: 24px;
    color: #333;
}

.tab_social_RT ul li ul {
    margin-right: 60px;
    background: rgba(0, 0, 0, .58);
    border-radius: 10px;
}

.tab_ul_wrap {
    position: absolute;
    right: 20px;
    width: auto;
    display: none;
    white-space: nowrap;
}

.tab_social_RT ul li:hover .tab_ul_wrap {
    display: block;
}

.tab_social_RT ul li ul li {
    width: auto;
    height: auto;
    border-radius: 0;
    display: block;
    padding: 0;
    margin: 0;
    background: 0 0;
}

    .tab_social_RT ul li ul li a {
        font-size: 16px;
        margin: 0;
        border-bottom: 1px solid #a5a5a5;
        border-radius: 0;
        color: #fff;
        width: 100%;
        height: 100%;
        background: 0 0;
        display: inline-block;
        padding-right: 50px;
        box-shadow: 0 0 0 rgba(0, 0, 0, .1607843137254902);
    }

.tab_social_RT ul li ul li {
    font-size: 16px;
    color: #fff;
    display: block;
}

    .tab_social_RT ul li ul li:last-child a {
        border-bottom: 0;
    }

    .tab_social_RT ul li ul li a:hover {
        transition: .5s all ease;
        text-decoration: none;
        color: #fcb931;
    }

.tab_social_RT ul li ul:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 39px;
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    color: rgba(0, 0, 0, .58);
    display: block;
}

.modal-backdrop {
    z-index: 999999999 !important;
    background: rgba(0, 0, 0, .6509803921568628);
}

.modal {
    z-index: 99999989999 !important;
}

.dp-toppers ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .dp-toppers ul li {
        text-align: center;
        width: 14%;
        text-decoration: none;
        list-style-type: none;
    }

        .dp-toppers ul li span img {
            width: 85% !important;
        }

h4.width-2 {
    width: 87% !important;
}

.dp-toppers ul li h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    width: 53%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 8px;
}

.dp-toppers ul li p {
    color: #282828;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.ib_submit:hover {
    background: #8a2566;
    transition: .5s all ease;
}

@media screen and (max-width:480px) {
   .quick__links .social-icon ul {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    align-items: baseline;
}
.social-icon.meni_socoal23 ul li {
    display: inline-block;
    position: relative;
    margin-right: 0;
    width: 33%;
    text-align: center;
    margin-bottom: 10px;
}
    .social_mobilel .social-icon.meni_socoal23 ul li {
        width: auto;
        padding: 4px !important;
        margin: 0;
    }
        .social_mobilel .social-icon.meni_socoal23 ul li ul {
            width: 175px;
        }

            .social_mobilel .social-icon.meni_socoal23 ul li ul a {
                margin: 0 !important;
                padding: 6px 0 !important;
            }
.class_for_logo img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 46px;
}
    .quick__links .quick__links__ul {
    flex-direction: column;
}
    .quick__links h3 {
        text-align:center;
}
    .quick__links .quick__links__ul li {
    margin-right: 0;

}
    .applyNowLink {
        right: auto !important;
        left: 50% !important;
        transform: translate(-50%);
        position: fixed !important;
        z-index: 99999;
    }

    .ara_upcoming_DIV .ib_rasi_btn.ib_rasi_btn_top {
        text-align: center;
        position: initial;
        top: -14px;
        right: 0;
    }
}
.w100 {
    width: 100% !important;
    margin-top: 50px;
}
@media screen and (max-width:1124px){
    .upcoming-date{
        width:15%;
    }
}
@media screen and (max-width:580px) {
    .upcoming-date {
        width: 18% !important;
    }
    .event-data {
        margin-left: 2% !important;
    }
    .event-data {
        width: 80% !important;
    }
}
@media screen and (max-width:480px) {
    .upcoming-date {
        width: 20% !important;
    }
    .event-data {
        width: 78% !important;
    }
}