body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
button:focus
    {
        outline: none;
    }
.headertop {
    background: #000029;
    padding: 20px 0px;
}
.yellow_bg
{
    background: #ffd700;
}
.circle_blue {
    background: #0072bb;
    border-radius: 29px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle_blue img {
    max-width: 100%;
}
.y_btm_center
{
    background-position: center bottom;
}
.light_blue {
    margin: 0px 10px;
    padding: 10px 0px;
    border-radius: 8px;
    background-color: rgb(233, 247, 255);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all linear .3s;
    cursor: pointer;
}
.light_blue p {
    font-size: 12px;
    color: #0072bb;
    font-weight: 600;
}
.light_blue:hover {
    background: #0072bb;
}
.light_blue:hover p {
    color: #ffd700;
}
.light_blue:hover .d_blk {
    display: none;
}
.light_blue:hover .y_block {
    display: block !important;
}
p.s_title {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}
h2.b_title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.admission_center
{
    border-radius: 16px;
    /* padding: 100px 0px;
    background: url(../imgs/newimgs/admission.png) no-repeat;
    background-size: contain;
    background-position: top right; */
    background-color: #0072bb;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.right_img {
    text-align: right;
}
.right_img img {
    max-width: 100%;
    margin-top: -70px;
    width: 80%;
}
.enq
{
    position: absolute;
    top: 30px;
    left: 20px;
}
.yellow_btn
{
    background: #ffd700;
    border-color: #ffd700;
    color: #0072bb;
    width: 125px;
    white-space: inherit;
    font-size: 14px;
    padding: 0px;
    overflow: hidden;
    transition: all linear .3s;
    font-weight: 500;
    border-radius: 13px;
}
.yellow_btn:hover, .yellow_btn:not(:disabled):not(.disabled):active, .yellow_btn:not(:disabled):not(.disabled).active, .show > .yellow_btn.dropdown-toggle
{
    background: #fff;
    border-color: #ffd700;
    color: #ffd700;
}
.s_text
{
    font-size: 11px;
}

p.h_txt {
    color: #fff600;
    font-size: 11px;
    font-weight: 500;
}
.w_clr a
{
    color: #fff !important;
}
.w_clr 
{
    color: #fff !important;
}
.h_txt a {
    color: #fff600;
}
.dflex_sec
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.h_none a:hover
{
    color: #0072bb !important;
}

/* carousel */
.carousel-indicators
{
    bottom: 40px;
}
.carousel-indicators img
{
    width: 30px;
    display: block;
    cursor: pointer;
}
.carousel-indicators li {
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0px 5px;
    overflow: hidden;
    height: 30px;
}
.carousel-indicators li img
{
    width: 30px;
    height: auto !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.fs-14 li:nth-child(1) {
    border-right: 1px solid;
}
.fs-14 li:nth-child(2) {
    border-right: 1px solid;
}


.calendar {
    background: #fff;
    width: 60px;
    min-width: 60px;
    text-align: center;
    border-radius: 9px;
    overflow: hidden;
    padding: 7px 0px;
}
.calendar span {
    color: #0072bb;
    font-size: 20px;
}
.calendar p {
    margin: 0px;
    font-size: 11px;
    color: #0072bb;
}
.y_color
{
    color: #ffd700;
}
.white_btm_line {
    border-bottom: 1px solid;
    border-color: rgb(255 255 255 / 33%);
    display: flex;
    align-items: flex-start;
}
.white
{
    color:#fff;
}
.foot_tit {
    font-size: 18px;
    font-weight: 500;
}
.footer li a{
    color: #fff;
    text-decoration: none;
    transition: all linear .3s;
    font-size: 11px;
}
.footer li a:hover {
    color: #ffd700 !important;
}
.flex_class
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex_class li
{
    margin: 0px 5px;
}
.cont_group .w_clr {
    float: right;
}
.mobile_show
{
    display: flex;
}
.cont_sec {
    margin: 0px 10px;
    margin-right: 30px;
}
.foot_li_style
{
    display: flex;
    align-items: baseline;
}
.foot-bg {
    background: #000029;
    margin-top: -105px;
    padding-top: 150px !important;
}
.whitenum a {
    color: #fff600 !important; 
    font-weight: 600;
}
.hover_yellow:hover
{
    color: #ffd700;;
}
.w-200 {
    width: 200px;
    text-overflow: ellipsis;
    white-space: pre-line;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    margin: 0px;
    font-weight: 500;
}
#cssmenu > ul > li.has-sub > a:hover::after {
    background: #000029;
}
span.u_class {
    font-weight: 900;
    font-size: 15px;
}
.btm_line_events {
    margin-bottom: 30px;
}
.btm_sp li {
    margin-bottom: 20px;
}
.foot_btm
{
    background: #0072bb;
    color: #fff;
}
/* end */

/* banner */
.banner .carousel-control-prev-icon
{
    background: url(../imgs/newimgs/left-yellow.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    transition: alll linear .3s;
}
.banner .carousel-control-next-icon
{
    background: url(../imgs/newimgs/right-yellow.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    transition: alll linear .3s;
}
.banner .carousel-control-prev, .banner .carousel-control-next {
    opacity: 1;
}
.banner .carousel-control-next:hover, .banner .carousel-control-prev:hover {
    opacity: .6;
}
.carousel-indicators .active {
    background-color: #fff;
    border-color: #ffd700;
    opacity: 0.6;
}
.box-shade
{
    box-shadow: 2.121px 2.121px 7px 0px rgb(0 0 0 / 41%);
}
.f_400
{
    font-weight: 300 !important;
}

/* slick */
button.slick-prev.slick-arrow {
    cursor: pointer;
    background: url(../imgs/newimgs/left-arrow-gray.png) no-repeat;
    background-color: transparent;
    height: 10px;
    /* background-size: contain; */
    background-position: center center;
    transition: all linear .3s;
}
button.slick-prev.slick-arrow:hover
{
    background: url(../imgs/newimgs/left-arrow-blue.png) no-repeat;
    background-color: transparent;
    height: 10px;
    background-position: center center;
}
button.slick-next.slick-arrow {
    cursor: pointer;
    background: url(../imgs/newimgs/right-arrow-gray.png) no-repeat;
    background-color: transparent;
    height: 10px;
    /* background-size: contain; */
    background-position: center center;
    transition: all linear .3s;
}
button.slick-next.slick-arrow:hover {
    background: url(../imgs/newimgs/right-arrow-blue.png) no-repeat;
    background-color: transparent;
    height: 10px;
    background-position: center center;
}

.slider.slick-slider:after {
    content: '|';
    color: #c0c3c8;
    display: block;
    font-weight: 100;
    text-align: center;
    font-size: 1.50em;
    -webkit-transform: rotate(-340deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: -43px;
    right: 224px;
}
/* end */

#cssmenu>ul>li.has-sub>a:hover::after {
    background: #fff;
}



@media only screen and (min-device-width: 320px) and (max-device-width: 767px) 
{
    .admission_center
    {
        padding: 100px 0px;
    }
    .enq {
        top: 70px;
        text-align: center;
        left: 0;
    }
    .navulstyle .button {
        right: -30px;
        top: 12px;
    }
    .logo_style
    {
        width: 75% !important;
    }
    .right_img img {
        max-width: 100%;
        margin-top: -210px;
        width: 50%;
    }
    .slider.slick-slider:after
    {
        top: -43px;
        right: 47px;
    }
  
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) 
{
    .logo_style {
        width: 50% !important;
    }
    .navulstyle .button {
        right: -10px;
        top: 22px;
    }
    .navulstyle .menu-opened {
        right: -30px;
        top: 9px;
    }
    
    .mobile_show {
        display: block;
        column-count: 3;
    }
    .admission_center
    {
        padding: 30px 0px;
    }
    .right_img img {
        width: 60%;
    }
    .enq {
        top: 35px;
    }
    ul.slick-dots {
        display: none !important;
    }
    
}

@media only screen and (max-device-width: 640px) 
{
    .gray_bg .yel_btn {
        bottom: -400px !important;
    }
    .enq {
        top: 80px !important;
        text-align: left !important;
        left: 10px !important;
    }
    .m_view_sec {
        width: 400px !important;
        overflow: auto !important;
    }
    .headertop .pl_style {
        position: relative;
    }
    img.mob_show {
        display: block !important;
        height: 50px;
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 991px) 
{
    #order1
    {
        order: 1;
    }
    #order2
    {
        order: 2;
    }
    #order3
    {
        order: 3;
    }
    #order1 .btn_y_line
    {
        margin-top: 20px;
    }
    #cssmenu ul.h_100 {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        background: #000029 !important;
        top: -1px;
        height: 100vh;
    }
    .mobile_show {
        display: block;
        column-count: 2;
    }
    .cont_sec {
        margin: 0px 10px;
        margin-right: 30px;
        height: 150px;
        overflow-y: auto;
        margin-bottom: 10px;
    }
    .admission_center
    {
        background-image: none;
    }
    p.s_title {
        font-size: 16px;
        margin: 0px;
    }
    h2.b_title {
        font-size: 20px;
    }
   
   
    /* menu */
    .headertop {
        position: relative;
    }
    .yellow_bg {
        position: absolute;
        z-index: 99;
        top: 0;
        background: none;
    }
    #cssmenu .button:before {
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
    }
    #cssmenu .button:after {
        top: 22px;
        right: 20px;
        height: 8px;
        width: 20px;
    }
    #cssmenu .button:after {
        top: 22px;
        right: 20px;
        height: 8px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd
    }
    .mob_n
    {
        display: none !important;
    }
    .mob_sp
    {
        padding-top: 0px !IMPORTANT;
    }
    .m_view_sec {
        width: 330px;
        overflow: auto;
    }
    .gray_bg {
        margin-bottom: 0px !important;
    }
    .smooth_sec {
        margin-bottom: 0px !important;
    }
    .btn_y_line
    {
        font-size: 22px;
    }
    button.slick-prev.slick-arrow {
        right: 60px;
    }
    button.slick-next.slick-arrow {
        right: 7px;
    }
    .gray_bg {
        padding: 20px 0 !important;
        padding-bottom: 70px !important;
        position: relative;
    }
    .gray_bg .yel_btn {
        position: absolute;
        bottom: -350px;
        right: 0;
    }
    .button.menu-opened:before
    {
        top: 16px !important;
        right: 20px !important;
        background: #fff;
        width: 20px !important;
    }
    .button.menu-opened:after {
        top: 16px !important;
        right: 20px !important;
        border-top: 1px solid #dddddd !important;
        border-bottom: 1px solid #dddddd !important;
        height: 1px !important;
        width: 20px !important;
    }
    .pl_style
    {
        padding-left: 0px;
    }
    .carousel-indicators {
        bottom: 33px;
    }
    .pt_pb
    {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    .vis_on_mob
    {
        display: block !important;
    }
   
   
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) 
{
    .gray_bg .yel_btn {
        bottom: -250px;
    }
    .headertop .pl_style {
        position: relative;
    }
    img.mob_show {
        display: block !IMPORTANT;
        max-width: 20%;
        height: 50px;
    }
    .slider.slick-slider:after
    {
        top: -43px;
    right: 47px;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) 
{
    .yellow_btn {
        font-size: 12px;
        width: 100px;
        margin-left: 50px;
    }
    .m_view_sec {
        width: 330px;
        overflow: auto;
    }
    .w-200 {
        width: 150px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px)
{
 
}

