﻿.mobileMenu {
    display: none;
}

.navbar_header {
    width: 100%;
    display: inline-block;
}

.layer_4 {
    width: 100%;
}

.Layer2 {
    width: 100%;
    display: block;
}

.flex-wrap 
{
    flex-wrap: wrap;
}

.navbar_header > ul {
    width: 100%;
    text-transform: uppercase;
}

.navbar_header > ul > li {
    width: auto;
    position: relative;
    display: inline-block;
    float: left;
    transition: var(--ts);
}

.navbar_header > ul > li:hover {
    width: auto;
    position: relative;
    display: inline-block;
    float: left;
    transition: var(--ts);
}

.navbar_header > ul > li:nth-child(1):before {
    /* border-left: 1px solid #eae4e4;*/
    position: absolute;
    content: '';
    /* height: 50px;*/
}

.navbar_header > ul > li:after {
    /* border-right: 1px solid #eae4e4;*/
    position: absolute;
    content: '';
    /* height: 50px;*/
}
.modal-content 
{
    border-radius: 20px;
    overflow: hidden;
}

.navbar_header > ul > li > a {
    padding: 10px 14px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 400;
    color: #1c5d80;
    transition: var(--ts);
    text-transform: capitalize;
}

.navbar_header > ul > li > a:hover {
    background-position: 0 0;
    color: #333;

}

@media (min-width:1030px) and (max-width:1440px){
    .navbar_header > ul > li > ul{
        top:36px !important;
    }

}

.navbar_header > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: auto;
    left: 0px;
    top: 40px;
    transform: scaleY(0) scaleX(0);
    transition: var(--ts);
}

.navbar_header > ul > li:hover > ul {
    background: white;
    opacity: 1;
    visibility: visible;
    /*display: inline-block;*/
    z-index: 9999;
    width: 250px;
    list-style: none;
    padding: 0px;
    transform: scaleY(1) scaleX(1);
    transition: var(--ts);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
    padding: 11px 0px;
}

.navbar_header > ul > li:hover > a {
    /*background-color: #0C55A8;*/
    color: #fff;
    transition: var(--ts);
}

.navbar_header > ul > li:hover {
    background-color: #2d3194;
}

.navbar_header > ul > li > ul > li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 4px 11px 4px 12px;
    border-bottom: 1px solid #0108181f;
}
    .navbar_header > ul i{
        margin-left:5px;
    }
.navbar_header > ul > li > ul > li > a {
    width: 100%;
    color: #2F3A69;
    letter-spacing: .5px;
    font-size: 14px;
    /* border-bottom: 1px solid #0c498f; */
    transition: var(--ts);
    text-decoration: none;
}

    .navbar_header > ul > li > ul > li > a:hover {
        background-color: white;
        color: #121250;
    }

.navbar_header > ul > li > ul > li > ul {
    position: absolute;
    z-index: 999;
    width: 200px;
    display: none;
    padding: 0px;
    list-style: none;
    transition: all .25s ease-in;
}

.navbar_header > ul > li > ul > li:hover > ul {
    /*display: inline-block;*/
}
.nested-submenuu{
    position:relative;
}
    .nested-submenuu .list-unstyled li {
        padding: 3px 0px;
    }
    /*.navbar_header > ul > li > ul > li:hover > a {
    background-color: #2864A8;
    color: #fff;
}*/
    .has-submenu .fa-chevron-right {
        font-size: 10px;
    }

.navbar_header > ul > li > ul > li > ul > li > a {
    display: inline-block;
    padding: 10px 10px;
    width: 100%;
    background-color: #2864A8;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #25558b;
    letter-spacing: .5px;
}

.navbar_header > ul > li > ul > li > ul > li > a:hover {
    background-color: var(--primaryColor);
}

@media only screen and (max-width: 768px) {
    .Layer2 {
        width: 100%;
        display: block;
        z-index: 9999;
        background: var(--primaryColor);
        height: 40px;
    }

.navbar_header > ul > li > ul > li > a {
   /* display: inline-block;
    padding: 10px 10px;*/
    width: 100%;
    background-color: #207EE8;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
}


.navbar_header > ul > li > a 
{
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #112d4ed6;
}

    .navbar_header > ul > li > ul > li > a {
        /* display: inline-block;
        padding: 10px 10px;*/
        width: 100%;
        background-color: white;
        color: #384B98;
        font-size: 13px;
        border-radius: 0;
    }


    .navbar_header {
        width: 0px;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: var(--primaryColor);
        top: 0px;
        bottom: 0px;
        z-index: 9999;
    }

    .navbar_header a {
        width: 100%;
    }

    .navbar_header ul {
        padding: 0px;
    }

    .navbar_header > ul > li {
        width: 100%;
    }

    .navbar_header > ul > li:after,
    .navbar_header > ul > li:nth-child(1):before {
        border: 0px;
        content: '';
        height: 0px;
        width: 0px;
    }

    .navbar_header > ul > li > a {
        color: #fff;
        text-align: left;
    }

    .navbar_header > ul > li > ul,
    .navbar_header > ul > li > ul > li > ul {
        display: none;
        position: static;
        width: 100%;
        padding: 0px;
        left: 0px;
        padding-left: 0px;
    }
    
    .navbar_header > ul > li > ul > li > ul > li > a 
    {
        background: #0A5773;
        border-bottom: 1px solid #09465c;
    }
    .navbar_header > ul > li  ul 
    {
     visibility: visible;
     opacity: 1;
     transform: none!important;    
     background:white;
    }
    
    .navbar_header > ul > li:hover > ul 
    {
        width: 100%;
        
    }

    .closebtn {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: 0px;
        height: 100%;
        z-index: 999;
        width: 0px;
        top: 0px;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
    }
}

.btn-ceo {
    background-image: linear-gradient(-18deg, #0752A8, #0752A8);
    border-radius: 30px;
    padding: 4px 11px;
    display: flex;
    margin: 0px 5px;
}

.btn-ceo p 
{
    margin-bottom: 0px;
    padding-left: 10px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 18px;
    margin-top: 0px;
}

.btn-ceo p  > span , .btn-parent p > span, .btn-tour p > span
{
    display: block;
    font-weight: 700;
}

.btn-parent {
    background-image: linear-gradient(-18deg, #92A80F, #92A80F);
    border-radius: 30px;
    padding: 4px 11px;
    display: flex;
    margin: 0px 5px;
}

    .btn-parent p {
        margin-bottom: 0px;
        padding-left: 10px;
        color: #fff;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 18px;
        margin-top: 0px;
        font-size: 12px;
    }
.btn-tour {
    background-image: linear-gradient(-18deg, #A88F07, #A88F07);
    border-radius: 30px;
    padding: 4px 11px;
    display: flex;
    margin: 0px 5px;
}

    .btn-tour p {
        margin-bottom: 0px;
        padding-left: 10px;
        color: #fff;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 18px;
        font-size: 12px;
        margin-top: 0px;
    }
.btn-ebooks {
    background-color: #337ab7;
    border-radius: 7px;
    padding: 7px 20px;
    display: flex;
    margin: 0px 10px;
}

.btn-ebooks p {
    margin-bottom: 0px;
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 12%;
}
.d-flex {
    display: flex;
}

.flex-r {
    flex-direction: row-reverse;
}

.bg-top {
    background-color: #c2b897;
    padding: 5px 0px 4px;
}

.address p {
    margin-bottom: 0px;
    padding-right: 5px;
    color:white;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 14px;
    margin-top: -4px;
}

.media {
    margin-top: 8px;
    display: flex;
} 

.media a 
{
    margin: 0 4px;
    display: inline-block;
}

.address-cont {
    flex-direction: row;
    justify-content: end;
    padding-top: 1px;
}

.middle-cont {
    padding: 10px 0px 8px;
}


/* second menu start */
.nav_div_2  
{
     position: absolute;
    right: 220px;
}
.nav_div_2  > .navbar_header 
{
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
}

.nav_div_2  > .navbar_header > ul > li > a 
{
    width: 100%;
    text-align: start;
}
.nav_div_2 > .navbar_header > ul > li > ul
{
    left: auto;
    right: 200px;
    top: 0;
}


#MenuItems1 
{
        display: grid;
    background: #0c2b4e;
    padding: 0;
    width: 200px;
}



/* second menu end */

/* header start */
.logo_div_cnt 
{
    width: 320px;
}
/* header end */


#myCarousel #slIDERmAIN  .item {
  transition-property: opacity;
}
#myCarousel #slIDERmAIN  .item,
#myCarousel #slIDERmAIN  .active.left,
#myCarousel #slIDERmAIN .active.right {
  opacity: 0;
}
#myCarousel #slIDERmAIN .active,
#myCarousel #slIDERmAIN .next.left,
#myCarousel #slIDERmAIN .prev.right {
  opacity: 1;
}
#myCarousel #slIDERmAIN .next,
#myCarousel #slIDERmAIN .prev,
#myCarousel #slIDERmAIN .active.left,
#myCarousel #slIDERmAIN .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.modal-open .modal 
{
    background: #141414c4;
}


#myslider_div_admission
{
    position: relative;
}

#myCarousel .item > img
{
    width: 100%!important;
}
.studentE {
    bottom: 15%;
    z-index: 99;
    padding: 0 20px;
    position: fixed;
    left: 0;
    overflow: hidden;
}
    .studentE .rps_cnt {
/*        background: linear-gradient(69deg, #25b2c3, #0292a3);
*/        /*border: 1px solid #fff;*/
        border-radius: 30px;
        position: relative;
    }

.pagedata p, div {
    margin-bottom: 0rem;
    color: #000;
}
.studentE .rps_cnt span {
    color: #ffffff;
    display: block;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 17px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.feedback_from_div_start {
    position: fixed;
    right: 2.2rem;
    top: 33%;
    width: 1.5rem;
    z-index: 99;
}
.isa-div {
    width: 18rem !important;
    float: right;
}
