@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Playfair+Display&display=swap');

*{
	padding: 0;
	margin: 0;
	 /*scroll-behavior: smooth;*/
}
body{
/*	font-family: 'Didact Gothic', sans-serif!important;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', sans-serif!important;
	text-transform: uppercase;
	font-weight: 600;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #002858;
}

::selection {
  color: #fff;
  background: #002858;
}
ol, ul {
    padding-left: 0rem!important;
}
.bg-navy{
	background-color: #002858;
}
.bg-light-navy{
	background-color: #6A9CEE;
}
.btn-primary{
	background-color: #5C93ED!important;
	    border-color: #5C93ED!important;
}
.light-grey{
	background: #f0f2f4;
}
a:hover{
	color: #F5C231;
}
.security li.list-group-item {
    margin-bottom: 10px;
}
hr.center-hr {
    margin: auto;
}
.list-group-item{
   /*background-color: transparent!important;*/
}
/*.list-group-item{
	border: none!important;
}*/
.list-group span{
	font-weight: 600;
	margin-left: 10px;
}
.list-group-item-danger {
    color: #af5206;
    background-color: #ed852f47;
}

@font-face {
    font-family: 'Kruti Dev 010';
    src: url('../fonts/KrutiDev010.eot');
    src: url('../fonts/KrutiDev010.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KrutiDev010.woff2') format('woff2'),
        url('../fonts/KrutiDev010.woff') format('woff'),
        url('../fonts/KrutiDev010.svg#KrutiDev010') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.text-danger{
	color: #f27529;
}
.msg {
    text-align: justify;
    padding:30px 55px;
}
.scl-profile img{
    margin-bottom: 40px;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff!important;
}
.breadcrumb-item + .breadcrumb-item::before {
   /* font-family: "Font Awesome 5 Free";
    content: "\f101";*/
    /*font-weight: 600;*/
    color: #fff;
}
.school-name{
	text-align: center;
    margin-bottom: 8px;
}
.school-name p {
    letter-spacing: 0.1px;
    margin-bottom: 0rem;
}
.header-top{
	background-color: #ffffff;
	padding-top: 6px;
    padding-bottom: 1px;
}
.header-top h3{
	color: #000000;
	font-weight: 800;
	/*letter-spacing: 0.7px;*/
}
.school-name a {
    color: #212529;
    text-decoration: none;
}
.navbar-top{
	background: #002858;
}
.navbar{
	padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-brand{
	position: absolute;
	top: -80px;
}
.navbar-brand img{
	width: 133px;
	/*margin-top: 5px;*/
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.main-section {
    margin-top: 108px;
}
.nav-item a.nav-link{
	color: #fff;
    padding-right: 0rem !important;
}
.nav-item a.nav-link:hover{
	color: #F4C131;
}
.navbar-nav .nav-item a.active {
    color: #F4C131;
}
.carousel-caption{
	bottom: 1.25rem;
	padding-top: 10px;
    padding-bottom: 10px;
	background: rgba(0,0,0,0.6);
}
.carousel-caption h5{
	color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
    text-shadow: 0 1px 2px #333;
}
.carousel-caption h5 span{
	background: #f4c131;
    color: #000;
    padding: 0px 5px 3px 5px;
    border-radius: 5px;
}
.about-section {
    /*background: #f0f2f4;*/
    background: #F1F6F7;
    position: relative;
    padding-top: 5px;
/*    padding-bottom: 20px;*/
}
.about-section img{
	/*margin-top: 40px;
    margin-bottom: 40px;*/
   /* position: absolute;
    border-top: 10px solid #F4C131;
    border-left: 10px solid #F4C131;*/
}
/*.about-section::before {
    content: "";
    display: block;
    width: 35%;
    height: 100%;
    background: #004592;
    position: absolute;
    top: 0;
    left: 0;
}*/
/*.bg-border {
    background: #F4C131;
}*/
.main-footer{
	color: #fff;
	/*border-bottom: 8px solid #FFD200;*/
}
.nav-footer{
	background-color: #0a63b1;
}
.footer-section{
	background: #004592;
	padding-top: 15px;
    /*padding-bottom: 30px;*/
}
.footer-section .nav-link:before{
	content: '\f105';
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #FFF;
    margin-right: 5px;
}
.footer-section .nav-link{
	padding: .2rem 1rem!important;
}
.footer-section h6{
	color: #f4c131;
}
.project{
	text-align: center;
    font-size: 18px;
    border-top: 4px double #97bbdb;
    padding: 10px 10px;
    color: #97bbdb;
    margin-top: 0px;
    border-bottom: 4px double #97bbdb;
}
.project a{
	color: #97bbdb;
	text-decoration: none;
}
.map {

    text-align: center;
}
.info i {
    color: #F4C131;
    margin-right: 10px;
}
.info a{
	color: #97bbdb;
}
.copyright{
	background: #002858;
    padding: 10px;
}
.hvr-bounce-to-right:before{
	background: #004592!important;
}
.hvr-underline-reveal:before{
	background: #F4C131!important;
    height: 2px!important;
}
hr{
	width: 100px;
	height: 3px!important;
	background-color: #2658ab;
}

.inner-main-title {
    background-image: url(../images/headerblue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 115px;
    padding: 6px 6px;
}
.inner-main-title h4{
	color: #fff;

}
/*sidebar social icons*/
.icon-bar {
  position: fixed;
  top: 70%;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
   transform: rotate(270deg);
   z-index: 99;
   right: -45px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px 10px 10px 10px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 18px;
  background: #f27529;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
      letter-spacing: 1px;
      text-decoration: none;
}

.icon-bar a:hover {
  background-color: #E97414;
  color: #fff;
}
/*end*/

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color:#6A9CEE;
	color: #fff;
}
#btn-back-to-top:hover{
	background:#002858;
}
#btn-back-to-top i{
	font-size: 35px;
}
.entry-header{
	position: absolute;
    /*width: 100%;*/
    padding: 25px 0px;
}
.spacer{
	padding: 30px 0px;
}
/*about*/
.inner-content{
	background:#fff;
    border: 2px solid #F4F4F4;
    padding: 10px 10px 10px 10px;
}
.inner-content img{
	padding-right: 20px;
    padding-top: 20px;
}

/*.vision-heading-section p{
	font-size: 20px;
	margin-bottom: 0px;
	padding: 10px 0px;
	text-align: center;
	background: #002858;
    color: #fff;
    border-top: 4px dashed #5ca3f1;
    border-bottom: 4px dashed #5ca3f1;
}*/
/*.vision-heading-section p::before{
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	color: #f27529;
    margin-right: 10px;
}*/
.vision-heading-section h4{
	font-weight: 600;
	font-size: 30px;
}
.mission {
    padding-top: 25px;
}
.heading-section{
	/*text-align: center;*/
	padding: 25px 0px 20px 0px;
}
.heading-section h4{
	font-weight: 600;
	font-size: 30px;
}

.inner-slices p::before{
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	color: #f27529;
    margin-right: 10px;
}
.sub-section {
    padding: 20px;
    color: white;
}
.bg-orange{
	background: #ED852F;
}
/*.bg-orange:hover{
	background: #D96C13;
}*/
.bg-navy{
	background:#002858;
}
/*.bg-navy:hover{
	background:#003F8C;
}*/
.bg-light-navy{
	background:#6A9CEE;
}
/*.bg-light-navy:hover{
	background:#5689DC;
}*/
.bg-yellow{
	background:#E6B221;
}
/*.bg-yellow:hover{
	background:#D29F17;
}*/


/*facility-slices*/
 .main-facility{
 	box-shadow: 1px 0px 35px 0px rgb(103 151 255 / 50%);
    padding: 30px 30px 30px 30px;
}
.facility-slices{
	text-align: center;
	padding: 60px 35px 60px 35px;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5E2E2;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 45px;
    width: 320px;
    margin-right: 20px;
    margin-left: 20px;
}
.facility-slices p{
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.facility-slices img{
	width: 64px;
	height: 64px;
}
.facility-slices:nth-child(1) {
  background-image: linear-gradient(180deg, #5C93ED 0%, #1049AC 100%);
}
.facility-slices:nth-child(2) {
  background-image: linear-gradient(180deg, #9E1BA1 0%, #6A0567 100%);
}
.facility-slices:nth-child(3) {
  background-image: linear-gradient(180deg, #ED852F 0%, #D1600B 100%);
}
.facility-slices:nth-child(4) {
  background-image: linear-gradient(180deg, #F2BB22 0%, #C58D05 100%);
}
.facility-slices:nth-child(5) {
  background-image: linear-gradient(180deg, #2681D3 0%, #0D4E89 100%);
}
.facility-slices:nth-child(6) {
  background-image: linear-gradient(180deg, #17ACCF 0%, #0C7088 100%);
}
.facility-slices:nth-child(7) {
  background-image: linear-gradient(180deg, #50A76B 0%, #2F7143 100%);
}

/*contact*/
.contact-info {
    background-image: url(../images/headerblue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 20px 97px 20px;
    color: #fff;
}
.contact-info h5{
	color: #fff;
	/*background: #DFA10D;*/
	padding: 5px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.contact-info h6{
	color: #f4c131;
	font-weight: 600;
}
.contact-info a{
	color: #97bbdb;
}
.contact-info img.icon-img{
	width: 40px;
	padding-right: 10px;
}

.form{
	background: #fff;
	padding: 30px;
}
.form h5{
	font-weight: 600;
	/*margin-bottom: 20px;*/
}
.thanxsection {
    padding-top: 70px;
    padding-bottom: 70px;
}
.thanxsection h5{
	color: green;
	padding-top: 15px;
    font-weight: 600;
}
.dropdown-menu{
	background-color: #002858!important;
	border-radius: 0rem;
}
.dropdown-menu li{
	padding: 0.3rem 1rem!important;
	border-bottom: 1px solid #ffffff3d;
}
.dropdown-menu li:before{
	content: '\f105';
	 font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #FFF;
}
.dropdown-item{
	display: unset!important;
}
.dropdown-menu a{
	color: #fff!important;
}
.dropdown-menu li:last-child{
	border: 0;
}
.dropdown-menu li:hover{
	background-color: #f0bf31!important;
}
.dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}

a.badge{
	text-decoration: none;
	font-size: 18px;
}
.msg-img{
	border: 1px solid #fff;
	margin: 10px;
}
.divider img {
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.message{
	/*background: #ffc107;*/
	padding: 80px;
	border: 1px solid #fff;
	margin: 10px;
}
.message h6{
	font-size: 1rem;
	text-align: center;
}
/*.values{
	padding: 0px 5px;
    border-left: 4px solid #f27529;
}*/
.values h5::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
}
.values h5{
	font-size: 14px;
}
.values p{
	margin-bottom: 0px;
}
.bg-heading{
	/*background: #eee;*/
	text-align: left;
	/*border: 1px solid #002858;*/
    /*padding: 10px;*/
    /*box-shadow: 6px 4px;*/
   	/*box-shadow: 6px 4px rgb(0 40 88);*/
}

.sub-heading h6 {
    color: #454b50;
}
.sub-heading h6::before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #f27529;
    font-size: 20px;
    margin-right: 10px;
}
.bullet-caret p::before{
	content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #f27529;
    font-size: 20px;
    margin-right: 10px;
}
ul.bullet-angle{
	list-style: none;
    text-indent: 15px;
}
ul.bullet-angle li{
    margin-bottom: 18px;
}
ul.bullet-angle li::before{
	content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    margin-right: 10px;
}
.note {
    background: #f4c131;
    padding: 5px;
    font-weight: 600;
    font-size: 15px;
    border-top: 4px dashed #bd8e09;
    border-bottom: 4px dashed #bd8e09;
    text-align: center;
}
ul.icon_head_list{
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.icon_head_list li{
    margin-bottom: 20px;
    width: 265px;
/*    background: #ddd;*/
    padding: 10px;
    float: left;
    margin-right: 10px;
    height: 185px;
    text-align: center;
    border: 1px solid #cccccc61;
    box-shadow: 2px 2px 10px #eee;
}
ul.icon_head_list li img{
    margin-bottom: 10px;
}
/*timeline*/
.timeline {
  border-left: 1px solid rgb(244, 193, 49);
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
  padding-left:12px;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: rgb(244, 193, 49);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}
.profile i.fas.fa-quote-left, .profile i.fas.fa-quote-right {
    color: #ffc107;
    font-size: 12px;
}
.profile {
    margin-right: 30px;
}
img.song {
    box-shadow: 1px 0px 35px 0px rgb(103 151 255 / 50%);
}
ul.names{
	display: flex;	
	list-style: none;
	flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
    margin-left: -30px;
}
ul.names li {
    width: 195px;
    height: 75px;
    /*background: lightblue;*/
    margin: 10px;
    text-align: center;
    padding: 25px 35px;
    font-weight: 800;
    border-radius: 5px;
}
.pro-heading{
    color: #000000;
    font-size: 18px;
}
img.pro-img{
    float: left;
    margin-right: 20px;
    width: 215px;
}
.designation{
    font-size: 17px;
    color: #2870c1;
    font-weight: 600;
    margin-bottom: 6px;
}
.profile-section{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-left: 10px;
}
.abt-sec {
    padding: 35px 50px;
/*    text-align: justify;*/
}
/*.profile{
    margin: 16px;
}*/

.pr-heading{
    font-size: 12px;
}
.modal ul li{
    list-style: none;
}
.modal ul li::before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #f27529;
    font-size: 18px;
    margin-right: 10px;
}
.c-message {
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(to top, #002858, #edbe34) 1;
    padding: 30px;
}
.chairman-img{
    width: 130px;
}
.chairman-img p{
    font-size: 13px;
}
/*********************** Demo - 21 *******************/
.box21{text-align:center;position:relative}

.box21:after,.box21:before{
    content:"";
    width:2px;
    height:2px;
    background:rgba(0,0,0,.35);
    position:absolute;
    top:47%;
    left:49%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0)
}
.box21:hover:after,.box21:hover:before{
    -webkit-transform:scale(125);
    -moz-transform:scale(125);
    -ms-transform:scale(125);
    -o-transform:scale(125);
    transform:scale(125)
}
.box21:before{
    -o-transition:all .5s linear .3s;
    -moz-transition:all .5s linear .3s;
    -ms-transition:all .5s linear .3s;
    -webkit-transition:all .5s linear .3s;
    transition:all .5s linear .3s
}
.box21:hover:before{
    -moz-transition-delay:0s;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    -ms-transition-delay:0s;
    transition-delay:0s
}
.box21:after{
    -o-transition:all .5s linear .6s;
    -moz-transition:all .5s linear .6s;
    -ms-transition:all .5s linear .6s;
    -webkit-transition:all .5s linear .6s;
    transition:all .5s linear .6s
}
.box21:hover:after{
    -moz-transition-delay:.2s;
    -webkit-transition-delay:.2s;
    -o-transition-delay:.2s;
    -ms-transition-delay:.2s;
    transition-delay:.2s
}
.box21 img{
    width:100%;
    height:auto
}
.box21 .box-content{
    width:100%;
    height:100%;
    position:absolute;
    top:-22px;
    left:0;
    background:0 0;
    color:#fff;
    padding-top:25px;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -ms-transition:all .3s linear 0s;
    -o-transition:all .3s linear 0s;
    -webkit-transition:all .3s linear 0s;
    -moz-transition:all .3s linear 0s;
    transition:all .3s linear 0s;
    z-index:1
}
.box21:hover .box-content{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -moz-transition-delay:.4s;
    -webkit-transition-delay:.4s;
    -o-transition-delay:.4s;
    -ms-transition-delay:.4s;
    transition-delay:.4s
}
.box21 .title{
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    border-bottom:1px solid #fff;
    padding-bottom:20px;
    margin-top:55px
}
.box21 .description{
    font-size:14px;
    font-style:italic;
    padding:0 10px;
    margin:15px 0
}
.box21 .read-more{
    text-decoration: none;
    display:block;
    width:120px;
    background:#f4c131;
    border-radius:5px;
    font-size:14px;
    color:#000;
    text-transform:capitalize;
    padding:5px 0;
    margin:0 auto;
    font-weight: 600;
}
@media only screen and (max-width:990px){.box21{margin-bottom:30px}
}
@media only screen and (max-width:479px){.box21 .box-content{padding-top:0}
}
@media only screen and (max-width:359px){
    .box21 .title{
        padding-bottom:10px;
    }
    
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f27529!important;
}
.galrow .nav-link{
    color: #000;
    font-weight: 600;
    border: 1px solid #ddd;
    margin-right: 5px;
}
.art {
    border-bottom: 1px solid #dddddd75;
    margin-bottom: 15px;
}
ul.bullet{
    list-style: none;
    padding-left: 0rem;
}
.bullet h5::before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #f27529;
    font-size: 18px;
    margin-right: 10px;
}