@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #383838;
  background: #fff;
}
a{
	
	color: #444444;
}
a:hover{
	text-decoration: none;
	color: #004bc8;
	
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Open Sans', sans-serif;
}

/*header css start here*/

header{
  background: #fff;  
  position: relative;
}
/*#header {
    width: 100%;
    background: url(../images/top.jpg)repeat-x;
    height: 3px;
}*/


.logo img {
    height: 116px;
    /*background: #f3ffff;
    padding: 3px;
    box-shadow: 0px 3px 8px #cecece;*/
}
.logo h2 {
  text-transform: uppercase;
  padding-left: 10px;
  color: #05048b;
  padding-bottom: 5px;
  font-family: 'Anton', sans-serif;
  font-size: 48px;
}
.logo h2 small{
  display: block;
  font-size: 14px;
  padding-top: 3px;
  color: #8a8a8a;
}
.navbar-brand {
    position: absolute;
    top: -120px;
}

/*navbar*/
header {

}
.navbar-light{
  background: #004bc8;
  background: #2b2e7f;
  padding: 0;    
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  z-index: 999;
  border-top: 3px solid #fdbd00; 
}
.navbar-brand{
    padding-left: 50px
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: capitalize;
  padding: 3px 11px;
  font-size: 14px;
  position: relative;
  
}
.navbar-light .navbar-nav .nav-item:first-child{
  /*margin-left: 13%;*/
}
.navbar-light .navbar-nav .nav-item{
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px 10px;
}
.navbar-light .navbar-nav img{
    margin-top: 60px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    /*background-color: #4eccfc;*/
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
    /*background-color: #4eccfc;*/
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  position: absolute;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 285px;
  background: #fff;
  margin: 0;
  padding: 0;
  left: 0;
  border-color: #ffef53;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
    /*border-bottom: 1px solid #7675754a;*/
    list-style: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 10px !important;
}
.dropdown-item:focus, .dropdown-item:hover {
      background-color: #ffef53;
}
.dropdown-item{
    font-size: 14px;
    color: #000;
}
ul li ul>li i{
    font-size: 12px;
    color: #000 !important;
}
.navbar.navbar-shrink .navbar-collapse{
  background-color: #222c35;
}


.new_nav{
    max-height: 99px;
    background: #1e2227;
}
.top-pad{
  padding-top: 13px;
}

.right_ul li {
    padding: 4px 0px;
    color: #000;
    background-color: #ffef53;
    text-shadow: 0 0 0px black;
    box-shadow: 0px 1px #00000040;
}

.right_ul li a{
    padding: 5px 13px;
}


.navbar-light .navbar-nav .nav-link:after {
    bottom: 16px;
    right: 0;
}
.navbar-light .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #09afe0, #ffef53);
    transition: width .8s;
    -webkit-transition: width .8s;
}
.navbar-light .navbar-nav .nav-link:hover:after {
    bottom: 16px;
    right: 0;
}
.navbar-light .navbar-nav .nav-link:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #ffef53, #ffef53);
    transition: width .8s;
    -webkit-transition: width .8s;
}

.add_padding {
    border: 1px solid rgba(220, 216, 216, 0.52);
    padding-left: 1px;
    padding-right: 1px;
}



.logodiv{
        padding: 15px 0px;
    min-height: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.logodiv span{
    color: #84c225;
    font-weight: 400;
    font-size: 28px
}
.res_icon li a i{
    color: #fff;
    font-size: 20px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.dropdown-toggle::after{
  border: 0;
}

.top-bg {  
  border-top: 3px solid #ffcb28;
}
.top_menu ul{
  margin-bottom: 20px;
}
.top_menu ul li a {
    padding-right: 12px;
    font-size: 15px;
    padding-left: 12px;
    border-right: 1px solid;
    text-transform: capitalize;
    border-width: 2px;
    border-color: #ababab;
    font-weight: 600;
}

/*.top_menu ul li:last-child a{
  padding-right:0px;
  border-right: 0;
}*/
.top_menu ul li a:hover{
  color: #000;
  font-weight: 600;
}
.Social-icon ul li{
  font-size: 17px;
  padding-right: 10px;
}
.Social-icon ul li a{
  height: 30px;
  width: 30px;
  border: 1px solid;
  display: block;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  transition: all ease .4s;
}
.Social-icon ul li:first-child a{
  background: #23589b;
  border-color: #23589b;
  color: #fff;
}
.Social-icon ul li:nth-child(2) a{
  background: #00aeef;
  border-color: #00aeef;
  color: #fff;
}
.Social-icon ul li:nth-child(3) a{
    background: #ce2520;
  border-color: #ce2520;
  color: #fff;
}
.Social-icon ul li a:hover {
  background: #fdbd00;
  border-color: #fdbd00;
  color: #fff;
  transition: all ease .5s;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  background-color: #fff;
}
.sticky .navbar-nav .nav-link, .sticky .navbar-nav .nav-link:hover{
  color: #004bc8;
  font-weight: 600;
}
.sticky .navbar-nav .active>.nav-link, .sticky .navbar-light .navbar-nav .nav-link.active{
  color: #004bc8;
  font-weight: 600;
}



.top_head {
    background-image: url(../images/top_head.png);
    height: 39px;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

.contact_ul{
  padding-top: 5px;
}
.contact_ul ul li{
  border-right: 1px solid;
  padding: 0px 10px;
}
.contact_ul ul li a{
  font-weight: 600;
}



/*hedaer css ends here*/


/*slider css start here*/
.carousel-inner{
  position: relative;
}
.carousel_text{
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  bottom: 30px;
  width: 30%;
}
.carousel_text h4{
  text-align: center;
}
.carousel-controlleft, .carousel-controlright {
    position: absolute;
    bottom: 65px;
    z-index: 1;
}
.carousel-controlleft{
  left: 30px;
}
.carousel-controlright{
  left: 100px;
}
.carousel-controlleft i, .carousel-controlright i{
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #2b2e7f;
  color: #ffcb28;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

/*slider css ends here*/

/*about section css start here*/
.btn-warning {
  color: #212529;
  background-color: #ffcb28;
  border-color: #ffcb28;
  text-transform: capitalize;
  padding: 10px 50px;
  border-radius: 30px;
}
.about_section{
  background: linear-gradient(#ffffffeb, #fffffff0),url(../images/stu.jpg);
  padding-bottom: 30px;

}
.about_section h1{
  color: #2b2e7f;
  padding-top: 10px;
}
.about_section .top_head{
  background-position: center;
  border-top: 4px solid #ffcb28;
  height: 42px;
}
.news{
  padding-top: 5px;
}
.news a{
  padding-right: 10px;
  color: #000;
}
.about_section .top_head h5{
      position: absolute;
    left: 3%;
    top: 4px;
    text-transform: capitalize;
    color: #000;
}
/*about section css ends here*/



.scrollTop {
    position: fixed;
    right: 32px;
    bottom: 45px;
    font-size: 14px;    
    font-weight: normal;    
    text-align: center;
    cursor: pointer;    
    opacity: .5;
}
.scrollTop img{
    height: 40px;
}
.scrollTop:hover{
    opacity: 1;
}
/*Students_desk css ends here*/


/*facilities & events css start here*/
.facilities, .Events{
  padding-top: 50px;
  padding-bottom: 50px;
}
.divider_line {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.divider_line .line {
    position: relative;
    width: 250px;
}
.divider_line .line:before, .divider_line .line:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: auto;
}
.line:before {
  background-color: #757575;
  height: 1px;
  left: 0;
  opacity: 1;
  width: 95%;
}
.line:after {
  background-color: #ffcb28;
  bottom: -1px;
  height: 3px;
  left: 0;
  width: 50px;
}
.facilities .text-center img{
  max-height: 60px;
}
.facilities .text-center {
  min-height: 145px;
  margin-top: 20px;
  border-right: 1px solid #cccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.facilities .text-center h5 {
  font-size: 18px;
  padding-top: 10px;
  color: #676767;
}
.date_div {
    text-align: center;
    border: 1px solid #cccc;
    padding: 8px;
    background: #05048b;
    color: #ffcb28;
    border-radius: 5px;
}
.event_heading p {
    font-size: 18px;
    margin-bottom: 3px;
    border-bottom: 1px solid #8e8b8bcc;
    color: #05048b;
    font-weight: 600;
}
.event_heading a {
  text-transform: capitalize;
  font-weight: 600;
  color: #8c8c8c;
}
/*facilities & events css ends here*/

/*Circulars css start here*/
.Circulars h3{
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.Circulars {
  background: linear-gradient(#0000008a, #000000d9),url(../images/cir.jpg);
  background-size: cover;
  padding: 50px 0px;
}
.Circulars .cir_div {
  background: #fff;  
  color: #333;
  padding: 5%;
  max-width: 280px;
  min-height: 140px;
  margin: 17px auto;
}
.Circulars .cir_div:before {
  width: 75px;
  height: 75px;
  content: " ";
  position: absolute;
  top: 7px;
  left: 34px;
  background: url(../images/pdf-tag.png);
}
.Circulars-content{
  min-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  padding: 13px;
  font-size: 16px;
}
/*Circulars css ends here*/

/*infrastructure css start here*/
.infrastructure{
  padding-top: 50px;
  padding-bottom: 50px;  
  background: linear-gradient(#f7f7f700,#f7f7f7e0),url(../images/ab_bg.jpg);
  background-repeat: no-repeat;
}
.infra_div{
  background: #fff;
  border: 1px solid #d5d5d5;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0px auto;
  margin-top: 30px;
}
.infra_div img{
  max-height: 55px;
  margin-top: 10px;
}
.infra_div p {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 600;
  color: #05048b;
  margin-bottom: 0;
}

.right_infra a:hover .infra_div{
  background-color: #ffcb28; 
}
.right_infra a:hover .infra_div p{
  color: #000
}
/*infrastructure css ends here*/

/*Accolades css start here*/
.Accolades, .Admission{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.Accolades h3, .Admission h3{
  margin-bottom: 20px;
}
.Accolades img{
  max-height: 200px;
}
/*Accolades css ends here*/

/*gallery css start here*/
.gallery_section{
  padding-bottom: 30px;
  background-color: #f7f7f7;
  padding-top: 30px;
}
.waterfall .list-group {
  width: 33.33%;
  padding:7px;
  display:inherit;
  flex-direction:unset;
}
/*gallery css ends here*/


/*footer css start here*/

.foot_ul .nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.foot_ul .nav-link {
  padding: 0;
  text-transform: capitalize;
  color: #000;
  border-left: 3px solid #717171;
  padding-left: 15px;
  font-size: 18px;
}
.foot_ul .nav-link:hover{
  border-left-color: #fdbd00;
  color: #fdbd00;
}
.foot_ul h5{
  margin-bottom: 15px;
  color:#000;
}
.foot_ul p{
  margin-bottom: 5px;
  color:#000;
}
.foot_ul i {
  margin-right: 5px;
  font-size: 16px;
  color: #717171;
}
.Social-icon h5{
  margin-bottom: 15px;
  color:#000;
}
.footBottom{
  background-color: #2b2e7f;
  /*border-bottom: 3px solid #fdbd00;*/
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 80px;
}
.footBottom p{
  color: #fff;
}
.footBottom p a{
  color: #fff;
  text-decoration: underline;
}
.footBottom p a:hover{
  text-decoration: none;
}
/*footer css ends here*/


.S_news{
  position: relative;
}
.s_data{
      padding: 10px;
    margin-top: -40px;
}
.s_data_S {
    background-color: #fff;
    padding: 15px;
    z-index: 5;
    margin-top: -30px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 2px 3px #cecece;
}
.s_data_S h4 {
    font-size: 20px;
    color: #05048e;
}
.s_data_S h6 {padding-bottom: 10px;}
.s_data_S h6 small{font-weight: bold;font-style: italic;}
.section_news{padding-top: 40px;padding-bottom: 40px;}
.logo_img{max-height: 210px;}
.ab_text{margin-top: 40px;}
.ab_text h2{padding-top: 10px;padding-bottom: 10px;}
.Mission{
  padding: 30px;
    background-color: #a81010;
    color: #fff;
    margin-top: 40px;
    border-radius: 5px;
}
.Mission h3, .Vision h3{
  font-size: 36px;
  margin-bottom: 15px;
}

.Vision{
  padding: 30px;
    background-color: #ffcb28;
    color: #000;
    margin-top: 40px;
    min-height: 371px;
    border-radius: 5px;
}

.Vision p {
    font-size: 16px;
}

.Social_pages{
  padding-top: 40px;
  padding-bottom: 40px;

}

.Social_shadow{
  -webkit-box-shadow: 0px 13px 30px -11px #707070;
    box-shadow: 0px 13px 30px -11px #707070;
    background-color: #fff;
}
.Social_shadow h3{margin-bottom: 0;padding: 10px;border-bottom: 1px solid;font-weight: 600;font-size: 24px;}
.twitter {
    color: #1DA1F2;
}
.fb {
    color: #4267B2;
}
.insta{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.AboutUs h1 {
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 15px;
}
.messages-comma {
    position: relative;
    padding-bottom: 15px;
}
.messages-comma:after {
    content: "";
    background: url(../images/dcomma-close.png) no-repeat;
    position: absolute;
    width: 50px;
    right: 0;
    bottom: -60px;
    height: 60px;
    z-index: 1;
}
.messages-comma:before {
    content: "";
    background: url(../images/dcomma.png) no-repeat;
    position: absolute;
    width: 50px;
    left: -40px;
    height: 60px;
    z-index: 1;
    top: -10px;
}
.AboutUs span {
    font-weight: bold;
    color: #05048e;
    font-size: 18px;
}
.AboutUs hr {
    height: 3px;
    background: #05048e;
    width: 12%;
    margin: 0px;
}
.chairperson{
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: linear-gradient(#ffffffeb, #fffffff0),url(../images/stu.jpg);

}

footer{
  background-color: #f3f1f2;
  padding-top: 80px;
}
.footer_data h2{
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 20px;
}
.footer_data p{
  font-size: 20px;
  padding-right: 50px;
}

.footer_img{
  background-image: url(../images/sch_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 400px;
}

.footer_box {
  background-color: white;
  padding: 30px;
  margin-top: -110px;
}
.fll4{
  margin-top: -110px;
}
.footer_box p{font-size: 18px;text-align: justify;}

.foot_ul p {
    font-size: 18px;
    line-height: 40px;
}
.foot_ul p i {
  margin-right: 5px;
  font-size: 28px;
  color: #2b2e7f;
}

.online_btn {
  background: #2b2e7f;
  border-right: 0 !important;
  margin-left: 5px;
  color: #fff;
  font-weight: normal !important;
  padding: 10px 15px;
  border-radius: 50px;
}


.instagram-media.instagram-media-rendered, .instagram-media {
    height: 500px;
}
.col-lg-5.text-center.text-sm-left .online_btn{display: none;}
.top-social li a {
    font-size: 18px;
    margin-left: 8px;
    margin-right: 8px;
}
.fa-facebook-f{color: #4267B2;}
.fa-twitter{color: #1DA1F2;}
.fa-instagram{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}
.fa-youtube{color: #FF0000;}
.manage_contact {margin-bottom: 25px;}
.manage_contact p {
    line-height: 24px;
    font-size: 16px;
    color: #132f57;
    margin-bottom: 0;
}
.manage_contact h4 {
    font-size: 14px;
    margin: 0;
    padding: 7px 0px;
    color: #132f57;
    font-weight: 600;
}
.line2 {
    width: 50px;
    height: 2px;
    background: #efae2e;
    margin: 0 0 10px;
    display: inline-block;
}

.contact_page, .cbse, .gallery, .facilities{padding-top: 40px;padding-bottom: 40px;}
.contact_page h3 {
    text-transform: capitalize;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mcare-field input {
    padding: 6px 12px 6px 36px;
    border-radius: 6px;
    border: 1px solid #d2d0d0;
    box-shadow: none;
    height: 44px;
    line-height: 30px;
    outline: none;
    margin-bottom: 35px;
}
.mcare-field i {
    position: absolute;
    padding: 14px 10px;
    color: rgba(251, 186, 0, 0.4);
    font-size: 15px;
}
.gallery{}
.video1
    {
    width:30%;  
    }
    @media only screen and (max-width: 600px) {
  .video1{
    width: 100%;
  }
}
@media only screen and (max-width: 300px) {
  .video1{
    width: 100%;
  }
}
}
@media only screen and (max-width: 700px) {
  .video1{
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .video1{
    width: 100%;
  }
}
@media only screen and (max-width: 250px) {
  .video1{
    width: 100%;
  }
}

.fac1{background-color: #f6e87b;}
.fac3{background-color: #b1daee}
.fac5{background-color: #f5c4d9;}
.fac7{background-color: #90c86d;}