@charset "utf-8";

/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/


/*************** DEFAULT CSS ***************/
body{
    font-family: 'Plus Jakarta Sans';
    font-size:14px;
    font-style: normal;
    line-height: normal;
    font-weight:500;
    color: #202020;
    text-decoration: none;
    margin:0px;
    -webkit-font-smoothing: antialiased;
    padding:0;
    overflow-x: hidden!important;
    
}

html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #00274c; /* Safari */
    color:#fff;
        }
::-moz-selection {
    background: #00274c; /* Firefox */
    color:#fff;
}





a {
    color:#00274c;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    a:hover {
    color: #000;
    }

p {
    margin:0px 0 30px 0;
    clear:left;
    padding:0;
    font-weight: normal;
    line-height: 26px;
    }
h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px 0;
    padding:0;
    font-weight:normal;
    }


    h2{
        font-size: 40px;
        color: #002157;
        line-height: 40px;
        margin-bottom: 25px;
        font-weight: 600;
    }
      h3{
        font-size: 28px;
        color: #002157;
        line-height: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .vc_tta-title-text{
        font-size: 18px;
        color: #002157;
        line-height: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .title-txt{
        font-size: 18px;
        color: #002157;
        line-height: 30px;
        margin-top: 35px;
        font-weight: 700;
    }
        h2.subheading{
        font-size: 30px;
        color: #002157;
        line-height: 30px;
        margin-bottom: 30px;
        font-weight: 700;
    }
.white-text{
    color: #fff !important;
}
.black-text{
    color: #000 !important;
}
.blue-text{
    color: #00274c !important;
}   
hr {
    margin:50px  0 50px 0;
    height:1px;
    border:0;
    border-top:1px solid #0caf4e;
    
    float:left;
    width:100%;
    position:relative;
}

img{
    border:0;
    
}   
a img {
    border: 0;
    }

.dr-img-innr img {
    width: 100%;
    margin-bottom: 20px;
}

.dr-img-innr {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 20px #0000001c;
}

.dr-img-innr p {
    margin-bottom: 15px;
    padding: 0 5px;
}

.dr-cntnt-sec {
    padding: 30px 30px;
    border: 1px solid#c9c9c9;
    border-radius: 10px;
}

.dr-cntnt-sec p {
    margin-bottom: 15px;
}
.clubs-card {
    align-items: center !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.clubs-card a {
    align-items: center !important;
    justify-content: center !important;
    min-height: 213px !important;
}

.gap-2{
    gap: 2%;
}














table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.patent-table {
    margin-bottom: 30px;
    width: 70%;
}

.patent-table th {
    padding: 15px;
    border: 1px solid #bcddfb;
}

.patent-table td {
    padding: 15px;
    border: 1px solid #bcddfb;
}

.patent-table tr:nth-child(even) {
    background-color: #fffbed;
}

.patent-table tr {
    font-size: 14px;
}

table.mou-table {
    width: 80%;
}



.faculty-inner .tab-container .resp-tabs-container .four-col {
    width: 22%;
}
.faculty-inner .tab-container .resp-tabs-container .four-col a p.vc_custom_heading {
    min-height: 100px;
    margin-bottom: 0;
}
.faculty-inner .tab-container .resp-tabs-container .four-col a p.vc_custom_heading br {
    display: none;
}



.fixed-social {
    width: 100%;
}

.fixed-social a {
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #00274c;
    margin-bottom: 1px;
    color: #fff;
}

.fixed-social a:hover {
    background-color: #ffcb05;
    margin-bottom: 1px;
    color: #00274c;
}





/*************** PRELOADER ***************/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
#status {
    width:100%;
    height:100%;
    position:absolute;
    left:0; /* centers the loading animation horizontally one the screen */
    top:0; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loading.jpg); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:0; /* is width and height divided by two */
}

/*************** BACK TO TOP ***************/

/*************** COLUMS AND ROWS ***************/
main{
    position:relative;
    }
.row{
    width:100%;
    display:block;
    float:left;
    padding:0;
}
.row-flex{ 
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.justify{text-align: justify;}
.justify-center{justify-content: center;}
.justify-space-between{justify-content: space-between;}
.justify-content-flex-end{justify-content: flex-end;}
.align-items{align-items: center;}
.container{
    width:1300px;
    margin:0 auto;
}
.fullwidth{
    width:100%;
    display:block;
}
.two-col{
    width: 46%;
    float: left;
    margin-right: 8%;
}
.three-col{
    width:30%;
    float:left;
    margin-right:5%;
}
.four-col{
    width:22%;
    float:left;
    margin-right:4%;
}
.last{
    margin-right:0 !important;
}
.clearfix{
    width:100%;
    height:100px;
    float:left;
    margin:0;
    padding:0;
    display:block;
}

section , footer {
    width: 100%;
    float: left;
    position: relative;
}
.aside {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
}
.summary {
    width: 74%;
    float: right;
    margin: 0;
    padding: 0 0 0 100px;
}
.col{
    float:left
}
.fl-right{float: right;}
.smd1{
    width:100%
}
.smd2{
    width:50%
}
.smd3{
    width:33.33333333333333%
}
.smd4{
    width:25%
}
.smd5{
    width:20%
}
.smd6{
    width:16.66666666666667%
}
.smd40{
    width:40%
}
.smd60{
    width:60%
}
.smd30{
    width:30%
}
.smd70{
    width:70%
}
.smd20{
    width:20%
}
.smd80{
    width:80%
}
.smd66{width: 66.66666666%;}

.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.uppercase{text-transform: uppercase;}

.pd-5{ padding:5px; }
.pd-10{ padding:10px; }

/*************** HOME PAGE CSS ***************/
header{  
width: 100%; top:-100px;
 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; }
header a{ color: #2c2c2c; }
header a:hover{ color: #0a3b6a; }
.logo{ float: left;padding:5px 0 }
.logo img{max-width:100%;}
.header-top, .header-bottom{
    float: left;
    width: 100%;

}
.header-top {
    display: flex;
    justify-content: space-between;
}
.header-bottom{
    border-top:1px solid #ccc;
    position: relative;
    text-align: center;
        padding: 10px 0;
}
.header-right{
    float: right;
}
.topbar{
    background: #00274c;
    position: relative;
     font-size: 12px;
     color: #fff;
}
.topbar:after{
    content: '';
    position: absolute;
    top:0;
    right:-1000%;
    width: 1000%;
    height: 100%;
    background: #00274c;

}

.yellowbar {
    background: #ffcb05;
    display: inline-block;
    padding: 13px 18px;
    color: #000000;
    font-size: 12px;
}
.yellowbar a{
    color: #000000;
    padding: 0 8px;
    }
    .yellowbar a:hover{
    color: #13518c;
    }
.bg-yellow{
    background:#ffcb05;
}
.bg-blue{
    background:#00274c;
}



.inline {
    display: inline-block;
    padding-left: 35px;
    line-height: 32px;
    color: #fff;
}
.inline i{
    margin-right: 10px;
    font-size: 15px;
    }
.inline a {
    color: #fff;
}
.inline a:hover {
    color: #ffcb05;
}

.bottombar{
display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.toplinks{
    display: inline-block;
    padding: 20px 50px 20px 0px !important;
}
.toplinks a{
display: inline-flex;
    align-items: center;
    padding: 7px 4px;
    margin: 0 2px;
    border-radius: 5px;
    font-size: 12px;
}
.toplinks a img{
    margin-right:7px;
}
.toplinks a:hover{
    background: #00274c;
    color: #fff;
    }
    .toplinks a:hover img{
    filter: brightness(0) invert(1);
    }
.social {
    float: right;
}
.social a{
width: 38px;
height: 38px;
background: #00274c;
border-radius: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-left:1px;
}
.social a i{
    font-size: 12px;
    color: #fff;
    }
    .social a:hover {
    color: #fff;
    background:#ffcb05;
    }
.menu-wrap{
        float: right;
    margin-top: 16px;

    
}
.vision-mission-box {
    width: 49% !important;
}

.sch-btn {
    /* float: right; */
    background-color: #fff;
    width: 38px;
    height: 38px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 100%;
    margin: -69px 26%;
    line-height: 10px;
}
.sch-btn:hover {
    background: #00274c;
    color: #fff;
    }
.slider-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.news-container{
position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    top: 0;
}
.news-wrap{
    background: #f7f7f7b8;
    float: right;
    height: 100%;
}
.video-banner {
    height: 650px;
    overflow: hidden;
}




.vc_btn3-inline {
    display: block !important;
}
a.vc_general {
    width: 100% !important;
}
.alumni-single a .alumni-desc p {
    line-height: 18px;
    margin-bottom: 0;
}
.dr-img-sec .dr-img-innr p strong {
    margin-right: 5px;
}
.nss-wrap {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-radius: 60px;
    margin-bottom: 30px;
    border: 1px solid#000;
}
.nss-cnt h2 {
    color: #121212;
    font-size: 20px;
    margin-bottom: 0;
    transition: all .3s ease;
}
.nss-cnt {
    flex: 0 0 75%;
}
.nss-link a {
    padding: 0 57px 0 25px !important;
    line-height: 40px !important;
    position: relative !important;
    margin: 0 !important;
}
.nss-link a:after {
    top: 5px !important;
}

.nss-wrap:hover {
    transition: all .3s ease;
    background-color: #462584;
}

.nss-wrap:hover h2 {
    color: #fff;
}




.link a:hover{
    background-color:#0caf4e;
    color:#FFF;
    }


.topline{
    position: relative;
    padding-top: 15px;
}
.topline:after{
    content: '';
    width: 70px;
    height: 2px;
    background: #ffcb05;
    position: absolute;
    top:0;
    left:0;
    }
    ul.news{
        padding:0;
        margin:0;
    }
        ul.news li{
        padding:0;
        margin:0;
        list-style: none;
    }
    ul.news li a{
        display: inline-block;
        width: 100%;
        padding: 17px 17px 17px 56px;
        /*background: #f7f5eb;
        background-color: #f7f5eb;*/
        position: relative;
        border-bottom: 1px solid#000;
    }
    ul.news li:nth-child(even) a{
        /*background-color: #eaecef;*/
    }
    ul.news li a:hover{
        background-color: #ffcb05;
        color: #000;
    }
     ul.news li a:after{
        content: '';
        position: absolute;
     top: 22px;
    left: 20px;
        width: 25px;
        height: 25px;
        background: url(../images/icons/arrow.png) no-repeat 0 0;
     }

     .programme-wrap{
        padding-left: 100px;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
     }
     .title, .carousal-div{
        float: left;
     }

     .subtitle{
        display: inline-block;
            position: relative;
    padding-top: 20px;
    margin-bottom: 25px;
     }
     .subtitle:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #ffcb05;
    position: absolute;
    top: 0;
    left: 0;
}

.programe-single{
    background: #00274c;
    color: #fff;
    position: relative;
    padding: 35px 43px 50px 43px;
        min-height: 250px;
         -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}
.programe-single:hover{
    background: #ffcb05;
    color: #000;
    }
.programe-single p{
    margin-bottom: 0;
    }
.programe-single h3{
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    }
    .programe-single h3:hover{
        color: #00274c;
    }
.programe-single span.count{
    font-size: 58px;
    color: #fff;
    opacity: 0.2;
    font-style: italic;
    position: absolute;
    right: 25px;
    top: 16px;
    font-weight: 300;
    }
.morelink{}
    .morelink a {
    color: #fff;
    background-image: url(../images/icons/next.png)   ;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 35px;
    font-size: 0px;
    line-height: normal;
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    margin: 10px;
    border: 1px solid #000;

}
.morelink a:hover, .project-single:hover .morelink a {

    transform: rotate(-360deg);
    }
    .programe-single span.morelink {
        position: absolute;
        bottom: 25px;
        right:25px;
        filter: brightness(0) invert(1);
    }

    /*************/
 

 .card{
width: 100%;
    
    display: table;
    text-align: center;
    position: relative;
  
    font-weight: normal;
    font-size: 15px;
    background: #00274c;
    display: flex;
    align-items: flex-start;
 }
  .card:hover{
    background: #00274c;
    color: #000;
  }
 .card a{
    width: 100%;
    height: 100%;
    min-height: 230px;
    padding: 30px 40px;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    justify-content: flex-start;
    }
 .card a:hover{
    color:#000;
}

 .card:before{
    width:100%;
    height:0;
    position:absolute;
    left:0;
    bottom:0;
    content:'';
    z-index:1;
  /*  background: -webkit-linear-gradient(left top, #ffcb05 , #00274c);*/
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #ffcb05;
 }
 .card:hover:before {
    height:100%;
    color: #000;
 }
  .card p{
    margin:0;
    width:100%;
    display:block;
  }
.card a img{
    display:inline-block; 
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;  
    
}

.card a:hover img{
    display:inline-block;
    margin-top:-10px;
    filter:invert(1) brightness(0) ;
 
 
}

.facilities-single{}
.facilities-desc{
    margin-top: 7px;
    position: relative;
    padding:20px 20px 20px 70px; 
}
.facilities-single:hover .topline:after{width: 100%;
-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
.facilities-desc h3{
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 700;
    }
 .facilities-single a p{
        margin-bottom: 0px;
        color: #202020;
    }
.facilities-desc .f-count{
    width: 47px;
    height: 47px;
    font-size: 25px;
    color: #fff;
    background: #00274c;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 0;

    }

    /*-------*/

.counter-wrap{
    color: #fff;
}
.data-progress {
    padding: 0px;
    margin: 0px;
}

.data-progress li {
    list-style: none;
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 82px;
}
.data-progress li img {
    position: absolute;
    top:7px;
    left:0;
}
.data-progress li h2 {
    font-weight: 900;
    color: #fff;
    font-size: 42px;
    margin-bottom: 0;
    line-height: 50px;
}

.data-progress li h2 span {
  /*  font-size: 58px;
    color: #000;*/
}

.data-progress p {
   
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.collegeimage{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/intro-img.jpg) no-repeat 0 0;
    background-size: cover;
    z-index: 1;
    width: 50%;
    height: 100%;
    clip-path: polygon(2% 0, 100% 0, 95% 100%, 0 100%);
}
}
.introarea{

}
.introbg {
    background: url(../images/introbg.jpg) no-repeat top right #00274c;
    padding-bottom: 40px !important;
}
.introwrap{
  
   float: left;

}
.visionbox{
    background: #f2f2f2;
    padding: 55px  25px  15px  25px;
    border-radius: 15px;
    color: #000000;
    position: relative;
    width: 30%;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
}
.visionbox a{
    color: #000;
    }
.visionbox:hover .icon{
    background: #f5c508;
    transform: rotate(-360deg);
    }
.visionbox .icon{
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #00274c;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    top: -40px;
    left: 24px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }

.bold{font-weight: 700;}
ul.features-list{
    margin:0;
    padding: 0;
    margin-bottom: 30px
}
ul.features-list li{
list-style: none;
    padding: 7px 7px 7px 30px;
    line-height: 23px;
    
    font-size: 16px;
    position: relative;
}
ul.features-list li:before{
content: "\f111";
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 10px;

    }
    ul.black-text li:before{
         color: #00274c;
    }
    .admissionwrap{
        position: relative;
    }
    .adbox{
    width: 100%;
    float: left;
    background: url(../images/boxbg.jpg) no-repeat center center;
    background-size: cover;
    padding:30px 40px;
    color: #000;
    border-radius: 25px;
    position: relative;
    top: 100px;
    z-index: 1;
    }
    .adbox p{
        margin-bottom: 10px;
    }

    .alumni-single{
        width: 100%;
        float: left;
    }
    .alumni-single .photo{
        border-radius: 100%;
        overflow: hidden;

    }
    .alumni-single .alumni-desc{
    padding: 30px 0;
        text-align: center;
    }
    .alumni-single .alumni-desc h3{
        color: #000000;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    }

    .news-single{
        width: 31.33%;
        border-bottom: 2px solid #ffcb05;
        position: relative;
    }
    .news-single-desc:before{
        content: '';
        position: absolute;
        left:0;
        bottom:0;
        width: 100%;
        height:0 ;
        background:#ffcb05;
        z-index: -1;
          -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    .news-single:hover .news-single-desc:before{
         height: 100%;
    }
     .news-single:hover .news-single-desc{
        padding-left: 5px;
          -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
     }
    .news-single-desc{
        padding: 30px 0;
        position: relative;
        z-index: 1;
    }
    .date{
        font-size: 12px;
        color: #00274c;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .students-single{
        width: 100%;
        float: left;

    }
.nirf-certificates{}
.nirf-certificates:after{
    content: '';
    background:#00274c;
    width: 100%;
    height: 100%;
    clip-path:polygon(7% 0, 100% 0, 93% 100%, 0 100%);
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    z-index: -1;
}
.nirf-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nirf-wrap .nirf-logos img{
    background: #fff;
    padding: 10px;
    margin: 2px 2px;

}
    footer{
        position: relative;
        float: left;
        width: 100%;
    }
    .footerdiv{
        padding-right: 25px;
        flex:1;
    }
    .footer-top{
    display: flex;
    justify-content: space-between;
    }
    .footerdiv h3{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 35px;
    }
ul.footerlinks{
    margin:0 0 20px 0;
    padding: 0;
}
ul.footerlinks li{
    list-style: none;
    padding: 4px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
}
footer a{color: #fff}
footer a:hover{color:  rgb(255, 255, 255, 0.7);}
.copy{
    border-top: 1px solid rgb(255, 255, 255, 0.7);
}
.copy-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy-div p{
    display: inline-block;
    margin-bottom: 0;
}
.footer-social {
  margin-bottom: 15px; 
}
.footer-social a{
width: 30px;
    height: 30px;
    background: #00274c;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-social a i{
    font-size: 12px;
    color: #fff;
    }

 /*   -----------------innerpages-----*/
 .image-container{
padding: 0 0px 35px 35px;
    position: relative;
    width: 100%;
    float: left;
}

.image-container2{
padding: 35px 35px 0px 0px;
}
.image-container:after{
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 46%;
    height: 50%;
    background: #333;
    z-index: -1;
    color: white;
    background: repeating-linear-gradient( -45deg, #002157, #002157 0.5px, #fff 1px, #fff 4px );
}
.image-container2:after{
    left: auto;
    bottom: auto;
    right:0;
    top:0;
    }

.quality-list{margin:0; padding: 0;
display: flex; justify-content: center;}
.quality-list li{
list-style: none;
    padding: 15px;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quality-list li:hover{
    filter: brightness(0) ;
}
.highlight-text{font-size: 20px; line-height: 30px;}
.bottom-border{
    border-bottom: 1px solid #ccc;
     padding-bottom: 25px;
    margin-bottom: 25px;
}

/*---------milestones-------------*/
  ul.milestones li .number{
    /* width: 60px; */
    height: 60px;
    line-height: 60px;
    color: #002157;
    background-color: #ffcb05;
/*    position: absolute;
    left: 0;
    top: -19px;*/
    font-family: 'times new roman';
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-right: 20px;

  

 }
 ul.milestones{
margin:0;
padding:0;
}  


 ul.milestones li{
list-style: none;
    min-height: 65px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    position: relative;
   
    display: flex;
    align-items: center;

 }
 ul.milestones li p{
    margin-bottom: 0;
    line-height: 17px;
    font-weight: 700;
    padding-left: 0;
 }

 .facilities-inner{}
 .facilities-item{
    width: 23%;
    margin:0 2% 2% 0;
 }

 /*--------------------enquiry-----------------*/
.enquiry-div {
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 9;
    width:40px;
   margin-top: -30px;
 
    color: #fff;
}
.enquiry-div span {
padding: 20px 11px 20px 11px;
    background: #ffcb05;
    color: #01274c;
    letter-spacing: 0px;
    position: relative;
    /* text-transform: uppercase; */
    font-weight: 500;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: 14px;
        margin-bottom: 4px;
}
.enquiry-div span:hover {
    background: #01274c;
    }
.enquiry-div span a{
    color: #01274c
}
.enquiry-div span:hover a{
    color: #fff
}
.whatsapp-icon{position: relative;}
.whtsapp-link h5{float:left;width: 130px;position:absolute;right:-86px; top:0; opacity:0;color:#fff;font-size: 15px;font-weight:500;margin:0px 0 0 0;background-color:#01274c;padding:10px;line-height:20px;z-index:0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}

.whatsapp-icon img{width:26px;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whtsapp-link:hover h5{right:40px;opacity:1}
.whtsapp-link:hover .whatsapp-icon img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.whatsapp-icon {
    width: 40px;
    height: 40px;
    background: #ffcb05;
    color: #01274c;
    text-align: center;
    line-height: 42px;
    float: right;
    margin-left: 0;
    z-index: 1;
    position: relative;
    margin-bottom: 5px;
}
.activity-single{
    /*background-color: #f1f1f1;*/
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    float: left;
}
.programe-single-item{
    width: 23%;
    margin:0 2% 2% 0;
}
.alumni-item{
    width: 23%;
    margin:0 2% 2% 0; 
    padding: 0 10px;   
}
/*********file chosen style**************/

input.file{

   

    display: none;



}



.custom-file-upload {

    border: 0;

    display: block;

    padding: 16px 20px;

    color: #333;

    cursor: pointer;

    background-color: #f1f1f1;

    border-radius: 6px;

    border: 1px solid #ccc;

}

.select-box {

    appearance: none;

    -webkit-appearance: none;

    background-color: #fff;



    color: #4B91B4;

    border: none;

    font-size: 17px;

    background-image: url(../images/icons/icon5.svg);

    background-repeat: no-repeat;

    background-position: right 15px center;

    background-size: 14px;

}
.news-single-in{
    margin:0 2% 2% 0;
}
.date-in {
    font-size: 12px;
    color: #fff;
    background: #002157;
    padding: 11px 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.alumni-policy{
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 15px;
    padding: 30px 25px 25px 25px;
}
.fontbold{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}
/*************** paddings ***************/
.pt-100{padding-top: 100px}
.pb-100{padding-bottom: 100px}
.pt-50{padding-top: 50px}
.pb-50{padding-bottom: 50px}
.pt-70{padding-top: 70px}
.pb-70{padding-bottom: 70px}
.pt-30{padding-top: 30px}
.pb-30{padding-bottom: 30px}
.pt-20{padding-top: 20px}
.pb-20{padding-bottom: 20px}
.pt-0{padding-top: 0px}
.pb-0{padding-bottom: 0px}

.pad-0{padding: 0}
.pl-100{padding-left: 100px}
.pr-100{padding-right: 100px}
.pl-80{padding-left: 80px}
.pr-80{padding-right: 80px}
.pl-20{padding-left: 20px}
.pr-20{padding-right: 20px}
.pl-30{padding-left: 30px}
.pr-30{padding-right: 30px}
.pl-50{padding-left: 50px}
.pr-50{padding-right:50px}
.pl-70{padding-left: 70px}
.pr-70{padding-right: 70px}
.pr-20{padding-right: 20px}
.mt-100{margin-top: 100px}
.mb-100{margin-bottom: 100px}
.mt-50{margin-top: 50px}
.mb-50{margin-bottom: 50px}
.mt-0{margin-top: 0px}
.mb-0{margin-bottom: 0px}
.mt-10{margin-top: 10px}
.mb-10{margin-bottom: 10px}
.mt-20{margin-top: 20px}
.mb-20{margin-bottom: 20px}

/*************** INNER PAGE CSS ***************/

.cnt-wrap{padding: 30px 20px;background-color: #fff;box-shadow: 0px 3px 40px #0000002e;-webkit-box-shadow: 0px 3px 40px #0000002e;
-moz-box-shadow: 0px 3px 40px #0000002e; float: left; }
.icon_box { border-bottom:1px solid #e1e1e1; padding-bottom: 7px; margin-bottom: 23px;}
.icon_box:hover i {background-color: #ffcb05;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.icon_box i {float:left;margin:0px 20px 0px 0px;padding:8px;border-radius:100%;width:45px;height:45px;text-align:center;line-height:30px;color:#fff;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;background: #002157;}
.icon_box .descripion { display:block; overflow:hidden}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #000;}
.icon_box p {margin:0;padding-bottom:15px;}
.icon_box a { color:#434446}
.icon_box:last-child{ margin-bottom:0px; padding-bottom:0px; border-bottom:none;}
.cnt-form{ float: left;  padding-left: 50px; }
.map{ float: left; width: 100%; margin-top: 30px; }
.table-row{
    width: 100%;
    float: left;
}
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 20px; border: 1px solid #999999;}
.table-style tr:nth-child(even){background-color: #ffcb0529}
.table-style tr {background-color: #0021571f;}
.table-style th {     background-color: #002157;
    color: white;
    padding: 15px 10px;
    text-align: center;

}
ul.list{
    margin:0;
    padding: 0;
}
ul.list li{
list-style: none;
    padding: 2px 7px 2px 20px;
    line-height: 23px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    margin-bottom: 7px;
}
ul.list li:before{
     content: "\f111"; 
    position: absolute;
    top: 3px;
    left: 0;
    font-family: "FontAwesome";
    color: #ffcb05;
    font-size: 10px;

    }

.link{}

.link a{
    color: #000;
    background: #ffcb05;
       border:1px solid  #ffcb05;
    font-size: 14px;
    line-height: normal;
    padding: 0 65px 0 30px;
    /* height: 44px; */
    line-height: 51px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    letter-spacing: 1px;
    margin: 10px 0;
}
.link a:after{
    content: "";
    color: #fff;
    width: 31px;
    height: 31px;
    position: absolute;
    background: url(../images/icons/next.png) no-repeat 0 0;
    top: 11px;
    right: 17px;
    background-repeat: no-repeat;
    background-position: center center;
    filter: brightness(0);
}
.link a:hover{
    color: #fff;
    background: #00274c;
    border:1px solid  #fff;
}
.link a:hover:after{
    filter:brightness(0) invert(1);
    }
.eml-font{font-size: 12px;}
/*************** INNER BANNER ***************/
.banner{ float: left; z-index: 0;
 width: 100%; height: 100px; display: flex;   align-items: center; 
background-image: url(../images/banner1.jpg); background-position: center; background-repeat: no-repeat; position: relative; }
.banner-caption h2{color: #fff;font-size: 26px;margin-bottom: 3px;font-weight: 500;line-height: 35px;}
.banner-caption h4 span{color: #7bc2c2}
.banner-caption h4 a{ color: #fff; font-size: 12px;  }
.banner-caption h4 {
    padding: 0px 0px;
    display: inline-flex;
    margin-bottom: 0px;
    align-items: center;
    color: #fff;
}
.banner-caption{position: relative;z-index: 1;}

.banner1{ background: url(../images/bg1.jpg) no-repeat; }
.banner-caption h4 span.b-sep{
    font-size: 0;
    width: 23px;
    height: 21px;
    margin: 0 12px;
    background: url(../images/icons/next.png) no-repeat 0 0;
    display: inline-block;
    background-size: 22px;
    filter: brightness(0) invert(1);
}

/*************** FIXED HEADER ***************/
header.smaller {top:0; left:0px; position: fixed; z-index: 9; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41); ;
-moz-box-shadow: 0px 4px 20px #00000059; background-color: #fff;}
header.smaller .header-top{display: none; }



/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover;}

.bg1{
    background: url(../images/bg1.jpg) no-repeat;
}
.bg2{
    background: url(../images/bg2.jpg) no-repeat;
}
.footerbg{ background: url(../images/footerbg.jpg) no-repeat;}
/**********forms**************/
form{
    margin:0;
    padding:0;
}
*:focus {  
    outline: none;
}
.fieldset{
        width: 100%;
        height: 52px;
        padding: 8px 10px;
        background-color: none;
        background-color: transparent;
        display: block;
        border: 1px solid rgb(211 211 211);
        margin: 0 0 10px 0;
        color: #626262;
        font-size: 14px;
        float: left;
     
        border-left: 2px solid #ffcb05;

}
.fieldset1{ height: 130px; }
.sendbutton{
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    vertical-align: top;
    padding: 15px 30px 15px;
    text-align: center;
    background-color: #ffcb05;
    text-transform: capitalize;
    font-weight: 700;
 
    border-radius: 55px;
     -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out;

    
    }

    .sendbutton:hover{
        background-color: #002157;
        color: #fff;
    }
.contact-form{ float: left;width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}
::-webkit-input-placeholder {
   color:  #626262 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  #626262 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  #626262 !important;
}
:-ms-input-placeholder {  
   color:  #626262 !important;
}

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}






.short-trm {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.two-flex-col {
    flex: 0 0 48%;
}




section.pt-70.pb-70.faculty-inner .resp-vtabs .resp-tabs-list li {
    font-size: 14px;
    padding: 14px 28px 12px !important;
}


.alumini-inner p {
    margin-bottom: 0;
    text-align: justify;
}
.alumini-inner {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 45px;
}


table.table-style p {
    margin-bottom: 0;
}


span.inner-link a {
    padding: 12px 33px 12px 12px;
    display: inline-block;
    background: #ffcb05;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    margin-top:25px;
    /* display: flex; */
    /* flex-direction: column; */
    /* text-align: center; */
    position: relative;
}
span.inner-link a:hover {
    background:#0f355a;
    color:#fff;
}
div#spu-2997 {
    max-width: 800px !important;
}
span.inner-link a i {
    font-size: 25px;
    color: #ffffff;
    /* margin-left: 4px; */
    vertical-align: center;
    /* padding-top: 0px; */
    position: absolute;
    right: 7px;
    top: 10px;
}
.activite-table .table-style tr th:nth-child(04) {
    width: 70%;
}
.activite-table .table-style tr td {
    padding: 10px;
}
.activite-table {
    width: 100%;
    overflow-y:auto ;
}
.activite-table .table-style tr th:nth-child(02) {
    width: 10%;
}



/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {
    .q_slide {
        height: 430px !important;
    }
}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {
    .nirf-certificates:after{
        clip-path: none;
    }
    .q_slide {
        height: 375px !important;
    }
}
/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {
    .dr-img-sec .dr-img-innr h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .dr-img-sec .dr-img-innr p {
        font-size: 12px;
        line-height: 20px;
    }
    .dr-img-sec {
        padding-right: 30px;
    }

}
/************************************* 1180px *************************************/
@media only screen and (max-width: 1300px) {
    .container{ width:90%;}
    .logo img {
        width: 292px;
    }
    .inline {
        padding-left: 10px;
    }
}
/************************************* 1250px *************************************/
@media only screen and (max-width: 1250px) {
.logo img {
    width: 245px;
}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1200px) {
.vg-nav-main-container .dropdown .dropdown-inn-sub:hover .dropdown-inn {
    opacity: 1;
    visibility: visible;
    height: auto;
    background-color: #d9d9d9;
}
.vg-nav-sidebar__close {
    top: -15px !important;
}
.header-bottom{
    text-align: left;

}
.header-top, .bottombar {
    flex-direction: column;
}
.inline {
    padding-left: 10px;
    }
.logo {
    width: 100%;
    text-align: center;
}
.toplinks a {
    margin: 0 0px;
    flex-direction: column;
    font-size: 10px;
    width: 33%;
    justify-content: space-between;
    text-align: center;
}

.topbar:after{display: none;}
.yellowbar, .toplinks{width: 100%;}
.social {
    position: absolute;
    bottom: -41px;
}
.social a {
    width: 30px;
    height: 30px;
    }
    .sch-btn{margin:0;}
    h2 {
    font-size: 30px;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .footerdiv{
        padding-right: 25px;
        width: 33.33%;
        flex:auto;
    }
    .alumni-single .alumni-desc {
    padding: 20px 0;
}
.clubs-card a {
    min-height: 163px !important;
}
.clubs-card a img {
    width: 75px;
}
.faculty-inner .tab-container .resp-tabs-container .four-col {
    width: 29%;
}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}

table.mou-table {
    width: 100%;
}

}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
    .menu-wrap {
    margin-bottom: 53px;
    position: relative;
    width: 100%;
    left: 0px;
    bottom: 1px;
    margin-top: 0;
   
}
.data-progress li {
    list-style: none;
    width: 48%;
    padding-left: 60px;
    margin-bottom: 20px;
}
.data-progress li img{
    width: 52px;
    }
    .data-progress li h2 {
    font-size: 34px;
    line-height: 34px;
}
.programme-wrap {
    padding-left: 0px;
    flex-direction: column;
}
.programme-wrap .title{padding-left: 20px;}
header.smaller {
    position: static;
    }
    .programe-single-item, .facilities-item, .alumni-item {
    width: 31.3333%;
    margin:0 2% 2% 0;
}
.faculty-inner .tab-container .resp-tabs-container .four-col {
    width: 46%;
}
}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {


}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
    .vision-mission-box {
    width:100% !important;
}
.collegeimage {
    height: 390px !important;
    background-size: cover !important;
}
.pr-100, .pr-50{padding-right: 0px;}
.pl-100, .pl-50{padding-left: 0px;}
.news-container{
position: relative;
    height: auto;
    width: 100%;
}
.card a {
    min-height: 200px;
    padding: 15px 10px;
    }
    .pb-100, .pb-70, .pb-50 {
    padding-bottom: 30px;
}
    .pt-100, .pt-70, .pt-50 {
    padding-top: 30px;
}
.collegeimage {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    clip-path: none;
}
.pl-70, .pl-50 {
    padding-left: 0px;
}
.visionbox{
    margin-bottom: 35px;
    margin-top: 20px;
    width: 100%;
    }
        .news-single{
        width: 100%;
        margin-bottom: 30px;
    }
    .news-single-desc {
    padding: 15px 0 0 0;
}
.nirf-wrap {
    align-items: flex-start;
    flex-direction: column;
}
.enquiry-div {
    top: 23%;
    width: 30px;
    }
    .enquiry-div span {
    padding: 15px 8px 15px 8px;
    font-size: 12px;
    margin-bottom: 0px;
}
.whatsapp-icon {
    width: 30px;
    height: 30px;
    line-height: 31px;
    margin-bottom: 3px;
}
.table-row{
    overflow-x: scroll;
}
.programe-single-item{
    width: 48%;
    margin:0 2% 2% 0;
}
.facilities-item , .alumni-item{
    width: 48%;
    margin:0 2% 2% 0;
}
.cnt-form {
    float: left;
    padding-left: 0;
    padding-top: 50px;
}
.toplinks a {
    width: 32%;
}
.news-wrap {
    width: 100% !important;
}
.alumni-single a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.alumni-single .photo {
    width: 60%;
}
.alumni-single .alumni-desc {
    text-align: center;
    width: 100%;
}
.introarea .row-flex .smd2 {
    width: 100%;
}
.clubs-card a {
    min-height: 132px !important;
}
.introarea .row-flex .smd2 {
    width: 100%;
}

.clubs-card a img {
    width: 60px;
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {


.faculty-inner .tab-container .resp-tabs-container .four-col {
    width: 100%;
}

    .smd30, .smd40, .smd60, .smd70, .smd20, .smd80 {width: 100%}
    .toplinks a span{display: none;}
    p {
    margin: 0px 0 15px 0;
}

.two-flex-col {
    flex: 0 0 100%;
}
  .footerdiv{
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
        width: 100%;
    }
    .footerdiv h3 {

    height: 15px;
}

 .footerdiv:nth-child(6){
        border-bottom: 0px; 
     }
     .copy-div {
    flex-direction: column;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
.footerdiv {
    padding-right: 5px;
    padding-left: 5px;
    }
ul.footerlinks li {
    font-size: 12px;
    }
.pt-30 {
    padding-top: 15px;
}
.pb-30 {
    padding-bottom: 15px;
}
.adbox {

    top: 0;
    margin-bottom: 20px;
    z-index: 1;
}
.subtitle {
    margin-bottom: 0;
}
ul.milestones li {
    font-size: 12px;
    }
    .programe-single-item{
    width: 100%;
    margin:0 0% 4% 0;
}
.facilities-item , .alumni-item{
    width: 100%;
    margin: 0 0% 5% 0;
}
.toplinks {
    display: inline-block;
    padding: 7px 0px 7px 0px;
}
.news-single-in{
    margin:0 0% 4% 0;
}
.image-container {
    padding: 0 0px 15px 15px;
    }
    .banner-caption h2 {
    font-size: 34px;
}
}
/*************************************600px *************************************/
@media only screen and (max-width: 600px) {
.collegeimage {
    height: 390px;
    background-size: cover !important;
}
}
/*************************************500px *************************************/
@media only screen and (max-width: 500px) {
.collegeimage {
    height: 262px;
    background-size: cover !important;
}
.nirf-wrap .nirf-logos img {
    width: 48%;
}
.social-activities .smd4 {
    width: 49%;
}
}
/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
    }
/************************************* 400px *************************************/
@media only screen and (max-width: 400px) {
.collegeimage {
    height: 230px;
    background-size: cover !important;
}
}
    /************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}