﻿.headc {
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 62px;
}

.mainhead {
    padding: 80px 40px 20px !important;
    /*text-shadow: 3px 2px 3px black;*/
}

    .mainhead h1 {
        color: white;
        font-size: 40px;
    }

    .mainhead p {
        color: White;
    }
    .form-panel label {
    color: #003f5e;
    font-weight: 500;
    margin: 10px 0px 0;
    font-size: 15px;
}
    .form-panel input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #434345;
}
ul.breadcrumb {
    display: inline-block;
    padding: 5px 15px;
    margin: 0px 0px 20px 25px;
    background-color: white;
    box-shadow: 3px 3px 12px 3px rgb(0 0 0 / 3%) !important;
}
/*.breadcrumb {
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef;
}
.breadcrumb, .pagination {
    display: flex;
    list-style: none;
    border-radius: 0.25rem;
}*/
.container-fluid.headc {
    background-image: linear-gradient(to right, #1a4895,#1a4895,#1a489575,#ffffff52,#ffffff00,#ffffff00,#ffffff00);
}

ul.breadcrumb li a, ul.breadcrumb li {
    font-size: 12px !important;
    color: #bb2226;
}

.breadcrumb > li {
    display: inline-block;
}

ul.breadcrumb li a, ul.breadcrumb li {
    font-size: 12px !important;
    color: #bb2226;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.bg1 {
    padding-top: 40px;
    background-image: url(../images/welcome-bg-Img.jpg);
    background-size: cover;
    background-attachment: fixed !important;
    background-position: center !important;
}

.col-12.mainbody {
    padding: 30px 30px;
    background-color: #fff;
    /*box-shadow: 0 5px 16px rgb(0 0 0 / 20%);*/
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin-bottom: 20px;
}


.side-bar-bg {
    /*background: #fff;
    padding: 23px;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    background: #081b24 url(https://www.pathways.in/assets/img/Noise-pattern.png) top left repeat;*/
    padding: 23px;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    background: #ffffffc7;
    min-height: 350px;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget {
    margin-top: 35px;
}

    .widget-area .widget .widget-title {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
        margin-bottom: 25px;
        text-transform: capitalize;
        position: relative;
        font-weight: 600;
        font-size: 22px;
    }

        .widget-area .widget .widget-title::before {
            content: '';
            position: absolute;
            background: #bd1d31;
            bottom: -1px;
            left: 0;
            width: 50px;
            height: 3px;
        }

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_categories ul li {
        position: relative;
        margin-bottom: 6px;
        color: #554955;
        padding-left: 14px;
        font-size: 14px;
        font-weight: 600;
        /*border-bottom: 1px solid #e6dacc;*/
        border-bottom: 1px dashed #6e6d6d;
        padding-bottom: 9px;
    }

        .widget-area .widget_categories ul li::before {
            background: #bd1d31;
            height: 7px;
            width: 7px;
            content: '';
            left: 0;
            top: 8px;
            position: absolute;
        }

        .widget-area .widget_categories ul li a {
            color: #524552;
            display: block;
        }

.widget-titles::after {
    background: #fff;
}

.widget-titles::before {
    content: '';
    position: absolute;
    /*bottom: 1px;
    left: 0px;
    width: 45px;
    border-bottom: 4px dotted #bd1d31;*/
    height: 0px;
}

.widget-titles {
    padding: 10px 15px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    background: #bd1d31;
    color: #fff;
    width: 170px;
    clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
}
.widget-titles1 {
    margin: 10px 0px 30px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 25px;
    color: #000;
    /*padding: 10px 15px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    background: #bd1d31;
    color: #fff;
    width: 300px;
    clip-path: polygon(0 0, 82% 1%, 100% 100%, 0% 100%);*/
}
h3.widget-titles1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    top: 35px;
    background-color: #1366a2;
}

.para1 {
    line-height: 1.8;
    color: #554955;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}

.mt1 {
    margin-top: 50px !important;
}

.addmissionMsg {
    background: #741418;
    padding: 30px;
    /* margin-top: 100px; */
    /* transform: skewY(-2deg); */
    position: relative;
}

.msgContent {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 20px;
}

    .msgContent p, .mainMsg p {
        color: #000;
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }
    table, table tr, table tr td, table tr {
background:#fff;
    border: 1px solid #07568f!important;
}

.heading-vision {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.query {
    background: #fff;
    padding: 12px 20px;
    border-radius: 24px;
}

.believecover {
    background: #fff;
    padding: 1% 15% 4% 4%;
    border-radius: 30px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        height: 376px;

}

.heading-title {
    margin-bottom: 0px;
}

.believeleft .heading-title h2 {
    color:#b61925; 
}

.heading-title h2 {
    font: 600 36px/1.2 Lato,sans-serif;
}

.believeright {
    align-items: center;
    align-self: center;
}

.bel-img {
  margin-left: -31%;
    margin-top: 48px;
}

    .bel-img img {
        border-radius: 22px;
    }

    .image-sidebar {
    margin: 20px 0;
}
    .widget-titles2 {
    padding: 10px 15px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    background: #bd1d31;
    color: #fff;
    width: 400px;
    clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
}


.cardnews .date_news_sec, .date_news_sec { color:#bd1d31; }
.cardnews h6, .details-text h6 { font-weight:600;font-size:14px; }
.paddong_0 { padding:0; }
.news-cardsec {
    padding: 10px 20px;
    background: #fffcfc;
    box-shadow: 0px 8px 18px rgb(7 41 77 / 20%);
    margin-bottom:15px;
}
.cardnews p,
.cardnews h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cardnews .button-small-card {
    color:#1a4895;
}
/*.facilities-headsec {
    margin-bottom:0px;
    text-align:center;
}*/
.facilities-headsec h2 { position:relative;padding-bottom:10px;color:#115d94; }
.facilities-headsec h2:before { position:absolute;bottom:0;left:50%;height:2px;width:10px;transform:translateX(-50%);background:#1a4895;  }
.events-full-box { margin-bottom:20px; }
.events-list-03 {
    background: #ffffff;
    /*padding: 100px 0;*/
}

.events-list-03 .events-full-box {
    margin-bottom: 50px;
}
.events-list-03 .events-single-box {
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    transition: all 0.3s ease-in-out;
}
 .events-list-03 .events-single-box img {
    width: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
}
 .events-list-03 .event-info h3 {
    transition: all 0.3s ease-in-out;
    padding-bottom: 15px;
}
 .events-list-03 .event-info p {
    margin: 0;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: white;
    padding-bottom: 15px;
}
.events-list-03 .event-info {
    padding: 29px;
}
.events-list-03 .events-full-box {
    margin-bottom: 50px;
}
.event-info h3{
    color:white;
    font-size:24px;
    margin: 0px 0px 0px;
}
.event-info p{text-align: justify;color:white;line-height: 32px;padding-right:30px;font-size: 19px;}



@media (max-width:991px) {
    .gdl-top-slider { margin-top: 0px !important; }
    .why_gdgss { display:block;width:100%;background-size: cover!important; }
    .why_gdgss .whyttl { float:none !important;width:100% !important;padding:10px 0px!important; }
    .why_gdgss .main { background:none; }
    .whyttl h4 { padding:0!important;font-size:30px !important; }
    .whyttl h4 span { font-size:30px !important; }
    .why_gdgss .area_detail { float:none!important;width:100%!important; }
    .gm-icon { float:none!important;width:100%!important }
    .detl { float:none!important;padding-left:0!important; }
    .why_gdgss .area_detail ul li { padding:0 10px!important;border:none!important; }
    .why_gdgss .container { padding:0!important; }
    .text_H { font-size:16px !important; }
    .counters { padding:0; }
    .counters .counter { font-size:30px!important; }
    .counters .col-md-3 { width:100% !important; }
    .inner-countersec { display:flex;flex-wrap:wrap;align-items:center;  }
    .bottom-footer, .bottom-footer p { text-align:center !important; }
    #portfolio .portfolio_title h2 { font-size:18px; }

}

@media(max-width:991px){
    .counters {

}
}
.contact-info {
    /*background: #f0f0f0;*/
    background: #3e86bb;
    border: 1px solid #e1e1e1;
    padding: 25px 0 23px;
    text-align: center;
    border-radius:5px;
    /*margin-bottom: 25px;*/
}
.contact-info i { 
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.ns{
    margin-bottom:30px!important;
}
.wdt{
        width: 480px!important;
}
.contact-info  h4, .contact-info  a , .contact-info  p { color:#fff; }
.contact-phone { background:#115d94; }
.contact-phone .fa-phone {  background: #3e86bb; }
.contact-address-section { margin-bottom:20px; }
.form-btngrp { margin-bottom:0!important; }
.form-btngrp .c-button {  background: #084e81;color: white;padding: 8px 30px; }
.mandatorypublic-page { padding-bottom:40px !important; }
.mandatorypublic-page h1 { font-size:20px !important;background: #1366a2;padding: 5px 10px;color: #fff; }
.mandatorypublic-page h3 { font-size:14px !important; }
.mandatorypublic-page table tbody tr {  border: 1px solid #e5e5e5; }
.mandatorypublic-page .innh { color: #1366a2;font-weight: bold; }
.mandatorypublic-page table th { background: #06416a;color: #fff; }
.news-detailssec { background:#fff;padding:15px;box-shadow: 0 0 10px rgb(0 0 0 / 13%);border-radius:5px; }
.details-text { padding-top:15px; }
.date_news_sec .fa-calendar { padding-right:5px; }


.gallery-row > div {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.gallery-row  .imgilink { background: #1366a2; }
img.img-cl-heh.item-imgg {
    width: 100%;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    height: 180px;
}
.imgilink a:first-child span {
    line-height: initial;
    padding: 10px 5px 5px;
    color:#fff;
}
.imgilink .h44 { margin-bottom:0!important;color:#fff;padding:0 5px; }
.col-md-3.vdoglrybox-x {
    margin: 15px 0px !important;
}
.video-thumb-inv p {
    padding: 5px 0px !important;
    color: #fff !important;
    margin-top: -5px;
    background: #1366a2 !important;
}
.entry-content p { font-size:14px!important;line-height:25px;/*padding-left: 10px;*/ }
.director-img { border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: -5px 5px 5px #333; }
.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-info {
    margin-bottom: 2px;
    margin-right: 20px;
}
.gdlr-core-event-item-info.gdlr-core-type-start-date-month {
    display: block;
    float: left;
    width: 35px;
    text-align: center;
    white-space: nowrap;
    margin-right: 25px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-bottom: 10px;
}
.gdlr-core-event-item-info.gdlr-core-type-start-date-month {
    border-color: #1366a2;
}
.gdlr-core-type-start-date-month .gdlr-core-date {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    display: block;
}
.gdlr-core-type-start-date-month .gdlr-core-date {
    color: #dc3c3a;
}
.gdlr-core-type-start-date-month .gdlr-core-month {
    font-size: 13px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}
/*.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-content-wrap {
    overflow: hidden;
}*/
.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-title {
    font-size: 14px !important;
    margin-bottom: 14px;
    margin-top:0!important;
    color: black;
    font-weight: 500;
}
h3.gdlr-core-event-item-title a {
    color: black;
    text-align: justify;
}
.gdlr-core-tail { color:#1366a2; }
.msg-heading {
    background: #115d94;
    width: 280px;
    padding: 10px 9px;
    color: #fff;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0 100%);
}
.msg-heading p { font-size:20px; }
.cntent-curriulam { margin:20px 0px; }
.academic-learning { margin-bottom:50px; }
.cntent-curriulam p, .academic-learning p { font-size:14px; }
.facilities-sec span { color:#1366a2; }
.facilities-sec h3 { margin:0;padding-top:5px;font-weight:600;position:relative;padding-bottom:10px;font-size:16px; }
.facilities-sec h3:before { content:"";position:absolute;bottom:0;left:0;height:2px;width:120px;background:#1366a2; }
.facilities-sec p { font-size:14px;line-height:25px;text-align:justify;padding-top:10px; }
.playground-lists { color:#1366a2;line-height:25px; }
.contact-phone a:hover { color:#fff; }
.breadcrumbs a, .breadcrumbs { color:#fff !important; }
.director-name { text-align:end; }
.principal_text p { text-align:justify; }
.principal_text{font-style: oblique;}
.director-name h4 span { font-size:16px;font-weight:600; }
tbody{
     color: #2c2b2b;
 }

.top-part {padding: 5px 0;background: antiquewhite;}
.reveal-lg-inline-block {display: inline-block !important;}
/*.atf-top-header {background-color: #115d94;overflow: hidden;}*/
.atf-top-header {position: relative;z-index: 1;height: 40px;justify-content: center;align-items: center;transition: all 0.4s ease;}
.atf-top-header .atf-top-header-in { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; transition: all 0.4s ease; }
.atf-top-header-list { list-style: none; padding: 5px; margin: 0; display: flex; flex-wrap: wrap; }
.atf-top-header-list li { margin-right: 30px; color: #fff; font-size: 14px; margin-top: 3px; }
.atf-top-header-list li i {margin-right: 10px;}
.atf-header-top-right {text-align: right;background: #3e86bb;margin-top: 12px!important;border-radius: 0px 5px 5px 0px;position: absolute;z-index: 9999;}
.atf-header-top-auth {color: rgba(255, 255, 255, .8);text-transform: capitalize;}
.atf-header-top-auth {display: inline-block;margin-right: 10px;padding: 5px 5px 0px 5px;}
.atf-header-top-auth:before{position: absolute;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
/*.atf-top-header::after { background: #a40000 none repeat scroll 0 0; content: ""; position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; right: calc(56% + 0px); -webkit-transform: skewX(30deg); transform: skewX(30deg); border-right: 4px solid #fff; }*/
.atf-header-top-auth ul li {display: inline-flex;padding-right: 35px;align-items: center;color:#fff;}
.atf-header-top-auth ul li a{color:#fff}
.atf-header-top-auth i {display: inline-block;color: #fff;margin-right: 5px;}
.atf-top-header-in ul li a{color:white}
@media only screen and (min-width: 1240px) {
div.content-outer-wrapper.full-container.boxed-style-enabled {margin-top: -100px;}
}
.elementor-icon {
    position: absolute;
    color: #3e86bb;
    border-color: #3e86bb;
    font-size: 58px;
    line-height: 2;
    transition: all .3s;
    text-align: center;
    z-index: 9999;
    left: 7px;
    bottom: -46px;
}
.elementor-icon i {
    transform: rotate(30deg);
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.row-padd{
    margin-bottom:40px;
    margin-top:30px;
}
.entry-content h2{font-size: 20px !important;color: #A92233;font-weight: 600;line-height: 40px;margin-top: 10px;margin-bottom:5px}
.entry-content h3{font-size: 18px !important;color: #0C354E;font-weight: 600;line-height: 10px; margin-top: 4px;}
.director-name h4 { font-size:12px;margin-top:5px;margin-bottom:5px;font-style: oblique; }

 @media(max-width:991px){
    .rd-navbar-center.rd-navbar-fixed .rd-navbar-top-panel{
        padding:0!important;
    }
  
  .atf-top-header-list{
      display:none;
  }
  .elementor-icon{
     display:none;
  }
  .atf-header-top-right{
display:none;
  }
  .new-header{
      position:sticky!important;
     top: 0!important;
     right: 0; 
    left: 57px;
    background: #fff;
    padding: 0;
    box-shadow: none!important;
    

}
  .entry-content p {
    line-height: 23px;
    text-align: justify;
}
  .para-1{
     font-size:18px;
 }
    .entry-content {
        padding: 20px 0px;
        box-shadow: 2px 4px 12px #ccc;
    }
    .director-img {
    box-shadow:none;
    padding-top: 10px;
}
    .breadcrumbs {
    font-size: 15px!important;
}
     .heading-new1{
     font-size:30px;
     font-size: 28px;
    padding: 0;
    font-weight: 600;
    margin: 0;
 }
    .padding-top {
        padding-top: 17px;
    }
     .padding-new{
         padding-top:10px;
     }
     .news-cardsec {
     box-shadow:none; 
}
     .imgilink .h44 {
    margin-bottom: 0!important;
    color: #fff;
    padding: 4px 5px;
    margin: 0;
}
     .dps-wrapper-fixed {
    padding: 0px 39px;
}
     .mandatorypublic-page h1 {
    background: #fff; 
}
     .events-list-03 {
      padding: 0 17px;
}
     .pdt-sec{
         margin-top: 10px;
     }
     .facilities-headsec h2 {
    padding: 0;
    color:#084169;
    margin: 10px;
}
     .mtb-sec{
             margin-bottom: 9px;
     }
}
 .result-class{
    font-size: 18px;
    color: #ffffff;
    padding: 6px 10px;
    margin: 0;
    BACKGROUND: #93061c;
    WIDTH: 100%;
    margin-top:12px;
    TEXT-ALIGN: CENTER;
 }

 .default-title-bar{
    font-size: 14px;
 }
 .para-1{
     font-size:24px;
 }
 .heading-new1{
     font-size:26px;
 }
 .table-cls{
     /*width: 10%;*/
      height: 20px;
       background-color: #003154;
       text-align:left;
       color:#fff;
       border-left:1px solid #fff!important;
 }
 .new-ab{
     margin-bottom:30px;
 }
 .new-font{
     font-size:26px;
     font-weight:500;
 }
 /*vision-mission-new*/
 .vis_miss-min {
    width: 90%;
    margin: auto;
}
.vis_miss_box {
    position: relative;
    margin: 0 0 50px;
}

 .vis_bg {
    background: url(../../../images/front_end/corporate/about/vision.jpg) 0 0/cover no-repeat;
}

 .vis_miss_in h3 {
    padding: 19px 0 0 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid #f08722;
    display: inline-block;
    margin: 0 0 0;
    font-size: 22px;
    font-weight: 600;
}
 .vis_miss_in p {
     font-size: 14px;
    line-height: 23px;
    padding: 0px 0 20px;
    color: #878181;
    text-align: justify;
}
 .miss_bg {
    background: url(../images/mission.png) 0 0/cover no-repeat;
    float: right;
}
 .nav-pills{
     background:#fff;
 }
 .new-shadow{
box-shadow: 0px 18px 28px rgb(0 0 0 / 20%);
 }
 .mt-equal{
     margin-top: 25px;
     margin-bottom:25px;
 }
 .vis_miss_in {
   width: 54%;
    position: absolute;
    padding: 0px 20px;
    float: left;
    top: 14%;
    background: #fff;
    left: 50%;
    box-shadow: 0px 18px 28px rgb(0 0 0 / 20%);

}
.miss_in {
        left: -32px;
    top: 49px;
    text-align: right;
}

.background-im{
    background-image:url('../images/body_bg.png');
    background-repeat:no-repeat;
    background-size:cover;
}
.head-mb{
    background:#fff; 
        margin-bottom: 30px;
}
 .vis_miss-min {
    width: 95%;
    margin: auto;
}
 .cls-mb{
     margin:0 0 30px 0;
 }
 .mbn{
     margin-bottom:40px;
 }
 .new-ls{
     padding:0 12px 0 12px;
 }
 .new-head1{
 margin: 0;
    text-align: left;
    font-size: 26px;
    color: #084169;
    font-weight: 600;
    font-style: normal;
    padding: 10px 10px;
 }
 .mbn{
     margin-bottom:50px;

 }
 .new-bg-mis{

 }

 /*about-new-sec*/
 .col-home{
       background: #fff;
 }
 .home-con3 {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
}
 .page_new {
    margin: 0 auto;
    position: relative;
}
 .home-con3 h2 {
    font-size: 35px;
    color: #133d87;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    display: inline-block;
    font-weight: 100;
}
 .home-method-con {
    width: 100%;
    text-align: center;
}
 .home-method-con span.academics, .home-method-con span.sports, .home-method-con span.xposure {
  background: #ef7f1a;
    color: #fff;
    font-size: 22px;
    padding: 10px 29px;
    line-height: 55px;
}
 .home-method-con span.plus {
    background: url(../images/plus-home.jpg) no-repeat 0 0;
    width: 39px;
    height: 42px;
    display: inline-block;
    line-height: 40px;
    margin: 0 20px;
}
 .home-method-con span.sports {
    background: #008dd2;
}
 .home-method-con span.xposure {
    background: #b80101;
}
 .home-method-proc {
    width: 100%;
    background: url(../images/process-info.jpg) no-repeat center 0;
    margin: 5px 0 0;
    padding: 0 0 80px;
    display: inline-block;
}
 .margin-fl{
     margin-bottom:30px;
 }
 .fn-size{
     font-size:18px;
     margin: 8px;
 }
 .fn-size1{
     font-size:20px;
     font-weight:600;
 }
 .home-meth-lt {
    width: 366px;
    height: 267px;
    float: left;
    margin: 160px 0 0;
}
 .home-meth-lt p {
    text-align: right;
}
 .para-1s{
     font-size:26px!important;
 }
.home-method-proc p {
    font-size: 13px;
    line-height: 22px;
    color: #454545;
}
.home-meth-rt {
    width: 364px;
    float: right;
    margin: 168px 0 0;
}
.home-method-proc p {
    font-size: 13px;
    line-height: 22px;
    color: #454545;
}






.header-topbannerimgs { height:300px;background-image: url('../images/slider-1.jpg');/*background-image: linear-gradient(180deg,rgba(1,1,1,.66),#000 4%,rgba(2,2,2,0) 62%) ,url('../images/slider-1.jpg');*/display: flex;
    align-items: flex-end;position:relative; }
.main-breadcrumb { text-align:right;  }
.main-breadcrumb h3 { margin-bottom:0;  font-size: 30px;
    font-weight: 600;color:#fff; }
.header-topbannerimgs:before {
        content: '';
    opacity: .8;
    border-bottom: 300px solid #b80924;
    border-left: 300px solid transparent;
    border-right: 0 solid transparent;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: right top;
    background-size: 81%;
    z-index: 0;
}
.breadcrumb li a, .breadcrumb li { color:#fff !important; }
.breadcrumb > li + li:before { color:#fff!important; }


@media (max-width:991px) {
    .header-topbannerimgs:before { width:0%!important;border:0!important; }
    .main-breadcrumb { background: #000000bd;padding: 0px 20px; margin: 0 22px;}
    .new-head1 { padding:0;font-size:20px; }
    .home-con3 h2 { font-size:22px; }
    .home-method-con {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    align-items: center;
}
    .home-meth-lt {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;    position: relative;
}
.home-meth-rt {
    width: 100%;
    float: none;    position: relative;
    margin: 0;
}

.home-method-proc{
    position:relative;
}
.home-method-proc:before{
        content: "";
    background: #ffffffc9;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.home-method-con span.academics, .home-method-con span.sports, .home-method-con span.xposure {
    background: #ef7f1a;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    line-height: 32px;
}
.home-method-con span.plus {
    margin: 5px 8px;
}
.home-method-con span.plus {
    background: url(../images/plus-home.jpg) no-repeat 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    line-height: 32px;
    background-size: 100%;
}
.home-method-con span.sports {
    background: #008dd2;
}
.home-method-con span.xposure {
    background: #b80101;
}
}

.new-port h2{
    color: #094068!important;
}
.new-port h2:after{
    background-color: #094068!important;
}



/*facilities-new*/
.tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
    .tabs label {
        display: block;
        float: left;
        width: 14%;
        background: #0a4670;
        font-size: 30px;
        font-weight: normal;
        border: 1px solid #fff;
        text-decoration: none;
        text-align: center;
        line-height: 2;
        cursor: pointer;
        height: 120px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
.tabs label span {
    display: none;
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs label:hover {
    color: #fff;
    background:#bd1d31;
    /*box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;*/
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
   background-color: #042942;
}
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tabs [id^="tab"]:checked + label {
    background: #FFF;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
    color: #3498db;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6, 
#tab7:checked ~ #tab-content7 {
    display: block;
}
@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs label span {
        display: inline-block;
    }
    .tabs {
    max-width: 950px;
    }
}
 .png-ic{
     width: 46px;
 }
 .head-ico{
   color:#fff;
font-size: 14px;   padding:0 5px;
   margin:0 auto;
 }

 /*slider*/
 /*#slider1 {
  position: relative;
  overflow: hidden;
  /*margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}*/
.heading-lab{
        color: #fff;
    font-weight: 600;
    padding: 0 0 0 22px;
        font-size: 22px;
}
.para-lab{
    text-align:justify;
    color:#fff;
    padding: 0 0 18px 22px;
}
.form-panel {
    display: inline-flex;
    width: 100%;
    /*margin-bottom: 10px;*/
}
.enquiry-btn{
    width: 150px;
    font-size: 17px;
    color: #fff;
    margin-left: 17px;
    text-align: center;
    background: #115d94;
}
.facilities-headsec{
    padding: 0 20px;
    margin:35px 0;
    box-shadow: 0px 18px 28px rgb(0 0 0 / 20%);
}
#infrastructure{
    padding-bottom:30px;
}
.new-ab1 {
    margin-bottom: 30px;
    padding: 20px;
}
.mbs{
        margin: 20px!important;
        padding: 12px 0 25px 0;
}
.school_timing h3 {
    color: #a70101;
    text-align: center!important;
    font-size:26px!important;
    padding: 17px 0 0 0;
}
.school_timing p {
       color: #767474;
    font-weight: 600;
}
.sub_heading_admin {
    color: #040404 !important;
    text-align: center;
    font-size: 25px !important;
    margin-bottom: 22px !important;
}
.new-school{
    padding-top:20px;
}
.school_timing_bg {
   background: aliceblue;
}


.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #07385c;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #720415;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
}
.accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 15px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.pb-t{
    padding-bottom: 20px;
}

/*CSS for CodePen*/

.accordion-content {
  padding-left: 2.3125em;
  /*border: 1px solid #0079c1;*/
}
.accordion-container {
  width: 100%;
  margin: 0 auto;
}
.pds{
    padding:12px;
}
 .item {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    /*padding: 20px 10px;*/
    background: #ffeed654;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 12%) !important;
}
 .item img {
    max-width: 110px;
    max-height: 98px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
        border: 1px solid;
}
 .item h4 {
    font-size: 15px!important;
    line-height: 10px;
    color: #000;
}

span.percentage {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    padding: 6px;
    /* border-bottom: 1px solid #d3d2d2; */
    background: #720505;
    border-radius: 23px;
}

/*Infrastructure10Dec22*/
.colchang_ccc {
    background:#bef9f645;
    /*margin: 20px  0;*/
}
.goku_vegeta-min {
    width: 100%;
    margin: auto;
}
.ex_mg_tb {
    margin: 50px auto!important;
}
.goku_vegeta_box {
    position: relative;
    margin: auto;
    padding: 60px 0;
    overflow: hidden;
}
.rynbox_sm {
       position: absolute;
    top: 0;
    width: 61%;
    height: 400px;
    bottom: 0;
}
.nd_txs_lf {
    text-align: right;
}
.goku_vegeta_in {
    width: 43%;
    padding: 20px 30px;
    background: #fff;
    position: relative;
    min-height: 276px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%) !important;

}

.dot_aws_1 .owl-nav .owl-next, .owl-next, .rynbox_2, .vis_in, .whsec_l .shod_line {
    right: 0;
}
.dot_aws_1 .owl-nav .owl-prev, .owl-prev, .rynbox_1, .whsec_2 .shod_line {
    left: 0;
}
.goku_in, .hsc_min1 .hscp-rt, .hsc_min2 .hscp-lt, .mf_r, .right-sec, .sta_r, .std_dmix_l .std_dmix2, .std_dmix_r .std_dmix1, .topmenu_right, .whsec_2 .whsecsty_1 {
    float: right;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-left: 2px dashed #353535;
    background: 0 0!important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    margin: 2px auto 0 6.8px!important;
}
.head-infra{
    text-align: center;
    font-size: 28px;
    color: #115d94;
    font-weight: 600;
    margin: 0;
        padding: 22px 0 0 0;
}
.para-gys{
        font-size: 20px;
    color: #aa1a2f;
}
.new-sec-act{
    margin-top: -19px;
    padding-top: 24px!important;
}
.nns-s{
    padding:20px;
}
.nn-s{
    margin-bottom:30px;
    margin-top:20px;
}
#active-n{
    border-right:5px solid #bb2226!important;
}
/*activity*/
 .tablink {
    background-color: #fff;
    color: #054370;
    float: left;
    border: 1px solid!important;
    border: none;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    padding: 14px 12px;
    font-size: 16px;
    width: 16.5%;
}
.tablink:hover {
  background-color: #fff;
}
.tabcontent {
  color: white;
  display: none;
  padding: 50px 0 0 0 ;
  height: 100%;
}

.vis_miss-mins {
    width: 90%;
    margin: auto;
}
.text_Hs {
    font-family: g-m;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    background-color: #0000;
    color: #203a8f;
}
.smline1 {
    margin: 25px auto;
    width: 100px;
    height: 2px;
    background: #ec6607;
}

.vis_miss_bg1 {
    height: 321px;
    width: 61%;
}
.rynbox_1s {
    left: 0;
}
.vis_miss_ins {
   width: 50%;
    position: absolute;
    bottom: 0;
    top: 0;
    padding: 15px 30px;
    float: right;
    background: #fff;
  box-shadow: 3px 3px 12px 3px rgb(0 0 0 / 29%) !important;

}

.bor_ws {
    width: 60px;
    height: 2px;
    margin: 5px 0;
    float: left;
}
.bor_ws, .wid_hf-c {
    background: #f08722;
}
.vis_miss_ins p {
    font-size: 15px;
    line-height: 25px;
    padding: 18px 0;
    color:#7e7b7b;
}
.minstyl_2s{
    font-size: 26px;
    font-weight: 500;
    margin:0;
    padding-top: 20px;
}

.new-pas{
       font-size: 35px;
    color: #1a4895;
    text-align: center;
    font-weight: 600;
}
/*HouseSystem*/

.img-triangle {
    position:relative;
}
.img-triangle:before {
content: '';
    position: absolute;
    top: 34%;
    right: 0;
    height: 61px;
    width: 61px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #ffffff;
}
.img-triangles {
    position:relative;
}
.img-triangles:before {
content: '';
    position: absolute;
    left:0;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #ffffff;
    clear: both;
}
.text-1{
    padding:3rem 7rem;
}
.new-sec-pd{
    margin-bottom:30px;
}
.ram-head{
    font-size:26px;
    font-weight:600;
    color:#115d94;
}
.new-entry-c{
        margin:25px 0;
    }

@media(max-width:991px){
    .msg-heading {
    width: 268px!important;
}
    .new-ls {
    text-align: justify;
}
    .home-meth-lt p, .home-meth-rt p {
    text-align: center;
    text-align: justify;
}
    .home-method-proc {
    padding: 0 0 30px;
}
    .vis_miss_in {
    width: 100%;
    position: initial;
    padding: 0px 2px;
    top: 0;
    left: 0;
     box-shadow:none; 
}
    .accordion-content {
     padding-left:0; 

}
    .item {
    margin: 9px auto;
}
    .img-triangle:before {
  border:none!important;
}

    .text-1 {
     padding:0;
}
    .img-triangles {
    padding-bottom: 17px;
}
  .tabs label {
    width: 50%;
    font-size: 24px;
}
    .para-lab {
    padding:0; 
}
    .tabs {
    max-width: 100%;
}
    .png-ic {
   padding-top: 17px;
}
    .head-ico {
    font-size: 16px;
    padding: 8px 5px;
}
    .nb-pdt{
        padding:0!important;
    }
    .uni-font{
    font-size: 16px ;
}
    .new-ab1 {
    margin-bottom: 0;
}
    .para-lab {
    padding-bottom: 10px;
}
    .cardnews .date_news_sec, .date_news_sec {
    padding-top: 10px;
}
    .entry-content {
    padding: 0px 0px; 
}
    .contact-info {
    padding: 13px 0 9px;
    margin-bottom: 11px;
}
       .pd-o{
        padding:0!important;
    }
       .vis_miss_ins {
    width: 100%;
    position: relative;
    padding: 15px 14px;
}
       .rynbox_sm {
    position: absolute;
    top: 26%;
    width: 100%;
    height: auto;
    bottom: 0;
    padding: 0 20px;
}
       .tablink {
    padding: 14px 0px;
    font-size: 14px;
    width: 50%;
}
       .vis_miss-mins {
    width: 100%;
}
      .vis_miss_box {
    position: initial;
    margin: 0px 0 0px;
}
      .vis_miss_ins {
    top: 31px;
}
     .goku_vegeta_box {
 padding: 0;

}
      .ex_mg_tb {
    margin:0 auto!important;
}
  
      .rynbox_sma{
          position:relative;
       top:0;
            padding: 10px 0 0px;
   }
      .goku_vegeta_in {
    width:100%;
    position: inherit;
    margin-top:10px;
}
    .goku_vegeta_in {
        padding: 14px 16px;
    }
    .goku_vegeta_in {
    min-height: 190px;
}
    .para-gys {
    font-size: 18px;
}
    .head-infra {
    font-size: 23px;
}
    .txt-jus{
        text-align: justify;
    }
    .padding-b{
        margin-bottom:0;
    }
    .tab-content{
        margin-top:12px;
    }
    h3.gdlr-core-event-item-title a {
    line-height: 19px;
    padding: 10px 0px 5px 0px;
    font-size: 13px;
}
    .gdlr-core-event-item-info.gdlr-core-type-start-date-month {
    margin-right: 12px;
    margin-left: 10px;
}
    .new-entry-c{
        box-shadow:none;
        margin:0;
    }

}
.bg-schooluni{
    background:#1366a2;
    color:#fff;
    text-align:center;
}
.mar-top{
    margin-top:22px;
}
.nns-ss1{
    padding:0 15px;
}
@media(max-width:991px){
    .mar-top{
    margin-top:12px;
}
}
.msg-headings1 {
    background: #115d94;
    width: 310px;
    padding: 10px 9px;
    color: #fff;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0 100%);
}

#my-pics .carousel {
    height: 200px !important;
    position: relative;
}

#my-pics .item img {
   max-height: 300px;
   width:100%;
}
@media(max-width:991px){
    .grids{
        display:grid;
        grid-template-columns: repeat(2,1fr);
    }
    .section_min {
    padding:0!important; 
}
    .counters {
    padding: 0!important;
}
}
#Enquirypopup{
    z-index:999;
}

.modal-backdrop {
    display: none;
}