body {
    font-family: 'Open Sans', sans-serif;
}
.mclrr{color:#CCCAE2;}
/*************************** Fonts *****************/
.paddingZ{padding:0;}
.whitecolor{color:#fff;}
.autosec{margin:auto;float:none;}
.tpmr{margin-top:30px;}
.photogal{margin-top:30px;}
.chalkbox-logo-set{border-radius: 10px;padding: 1px;background:#fff;margin-left:5px}
.admissionset{margin:auto;}
.visitor-counter{color:#fff;font-size:16px;margin-right:15px}
.closetime{position:absolute; width:30px; height:30px;opacity:1; background:#e87717 !important; color:#fff; border-radius:50%; z-index:1; right:-12px; top:-12px;}
	#calendar {
					  max-width: 900px;
					  margin: 40px auto;
					}
					.fc-basic-view table{background:aliceblue;}
					.fc-unthemed td.fc-today {
						background: #f37e31 ;
						color: #fff !important;
					 }
					
					 .fc-content .fc-title{display:none;}
					 .fc-day-grid-event{
						width: 100%;
						height: 30px;
						
						position: relative;
						border-radius: 0px;
						padding:0px;
						margin:0px;
						border:0px;
					}
					.fc-day-grid-event {cursor: pointer;}
					.fc-content{
						top: 0px;
						left: 0px;
						display: block;
						width: 100%;
						position: absolute !important;
						bottom: 0px;
					}
					.fc-content:before{
						content: "\f103   ";
						text-align: center;
						font-family: FontAwesome;
						font-size: 24px;
						justify-content: center;
						left: 0;
						right: 0;
						position: absolute;
						color:orange /*#03236c*/;
						font-weight:bold;
					}
					.fc-day-grid-event, .fc-h-event, .fc-event, .fc-start, .fc-end{
						background:transparent;
					}
/*---------------model window---------------------*/
.mandatory-btn {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 999;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    display: inline-block;
    text-align: center;
    background: #03236c;
    color: #fff;
    border-radius: 0 30px 30px 0;
    line-height: 1.3;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 50%);
    border: 2px solid #fff;
    border-left: none;
}
.mandatory-btn:hover {
    background: #333;
    color: #fff;
}
.modallistss h5{font-size:20px; text-align:right;}
.modelwindowww{
    max-height: 335px;
    color: #fff;
    background: #fff;
    padding: 10px;
    float: left;
    border-radius:8px;
}
.seo-none{display:none;}


 .clickhere{
 	height: 30px;
 margin-right: 15px;
 }
 .table-tannis {
     text-align: center;
     color: #fff;
     font-size: 18px;
     font-weight: 600;
     background: #ff6600;
     padding: 9px;
     display: flex;
     justify-content: center;
     margin-top: 20px;
 }
 .table-tannis:hover, .table-tannis:focus {
 	color:#fff;
 	text-decoration:none;
 }
 /*--------------------------------other work----------------*/
 
.blink{color:#ff0000;}
 
.scrollingNews {
    box-shadow: 0px 1px 5px 1px #b9b9b9;
    background: linear-gradient(to right, #03236c 50%, #FFFFFF 50%);
}
#news-box {
    float: left;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    height: 46px;
}
#news-box h5 {
    float: left;
    width: 15%;
   /* background: #03236c;*/
    color: #fff;
    margin: 0px;
    font-size: 21px;
    height: 46px;
    padding: 11px 0px;
    position: relative;
}
#news-box h5::after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #03236c;
    border-width: 10px;
    z-index: 1;
    top: 13px;
    right: -20px;
}
#news-box #scrollerWrapper {
    float: left;
    width: 85%;
    background: #fff;
    height: 46px;
    padding: 12px 15px;
    overflow: hidden;
    position: relative;
}
.marquee {
    width: auto;
    margin: 0 auto;
    white-space: nowrap;
    overflow: visible;
    box-sizing: border-box;
}
.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 140s linear infinite;
}
#news-box #scrollerWrapper span {
    margin-right: 60px;
}
#news-box #scrollerWrapper span a {
    color: #333;
	text-decoration: none;
	font-size: 18px;
}
#news-box #scrollerWrapper span i {
	font-size: 20px;
	margin-top: 0px;
	position: relative;
	top: 2px;
	margin-right: 6px;
	color: #03236c;
}
.marquee:hover {
    animation-play-state: paused
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
@-webkit-keyframes blinker {
  from {color: #DC143C;}
  to {color: #00629D;}
}
/*---------------other work -------------------------*/

.player {
    position: absolute;
cursor:pointer;
top: 73px;
    right: 7px;

  width: 50px;
  height: 50px;
    background-color: white;
  color:midnightblue;
  display: flex;
  border-radius: 50%;
  padding: 0 0px;
}

.player .btns {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.player .btns div:nth-child(1) {
  font-size: 30px;
}
.player .btns div:nth-child(2), .player .btns div:nth-child(3) {
  font-size: 18px;
}

.iconfont {
  font-family: FontAwesome !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-panel {
    position: fixed;
    z-index: 100;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
	z-index:1000;
}
.center-panel {
    padding: 0px;
    left: 33%;
    top: 50%;
	transform:translateY(-50%);
	background: #f8f8f8;
	box-shadow: 0px 1px 7px 1px #333;
	border-bottom: 5px solid #666;
	border-radius: 4px;
}
.al-box {
    color: #333;
    background-color: #f8f8f8;
    font-size: 20px;
	border:0px solid;
	font-weight: bold;
    padding: 30px 30px;
	text-align: center;
	margin-bottom: 0px;
}
.close-icon {
    cursor: pointer;
    color: #fff;
    opacity: 1;
    left: auto;
    bottom: auto;
    position: absolute !important;
	top: 0px !important;
    right: 0px !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-shadow: none;
}
.close.close-icon{
	color: #333;
}
.close:focus, .close:hover {
    color: #d8302b;
    opacity:1;
}
.msg-title h3 {
    text-align: center;
    padding: 37px 0 0;
    margin: 0;
    color: #00006a;
    line-height: 40px;
    font-size: 20px;
}
.symbol-circle{
	background:#f8f8f8;
	color:#333;
	position: absolute ;
	top: 0px ;
    left: 50% ;
	transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size:40px;
}
.symbol-circle i{
	font-size:40px;
}
.pop-up-close{
	background:#00006a;
	border:1px solid #00006a;
	color:#fff;
	border-radius: 20px;
	padding: 8px 60px;
	font-weight: bold;
	margin-bottom:40px;
	transition:all 0.3s;
}
.pop-up-close:hover{
	background:#000;
	border:1px solid #000;
}
.myfonticon{background: #00006a;
    border-radius: 50%;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 8px;
    font-size: 30px !important;}
    
    

/*-----------header-----------------------*/
.fixedRightDiv {
    position: fixed;
    z-index: 600;
    width: 10px;
    right: 0;
    height: 450px;
	top: 140px;

}
.fixedRightDiv a:hover, .fixedRightDiv a:focus {outline:none;text-decoration: none;}
.fixedRightDiv .fContainer {
    position: relative;
    height: 400px;
    background-color: transparent;
    top: 0%;
    margin: 0px 0 0;
    border-radius: 4px;
}

.findBtn {
    background-color: #03236c;
	height: 125px !important;
	top: -2px;
	padding-top: 46px !important;
    -webkit-transition: right .3s ease-out;
    -moz-transition: right .3s ease-out;
    -o-transition: right .3s ease-out;
    transition: right .3s ease-out;
}
.findBtn {
    right: 357px;
}
.findBtn:before {
	position: absolute;
	content: '';
	left: -16px;
	border-width: 63px 8px;
	border-style: solid;
	border-color: transparent #03236c transparent transparent;
	top: 0px;
}
.fixBtn {
    position: absolute;
    display: block;
    height: 50px;
    width: 45px;
	right: 10px;
	text-align: center;
	font-size: 24px;
	color: #fff !important;
	padding-top: 7px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.downloadBtn{
    width: auto;
    padding: 10px;
    font-size: 16px;
    background: #03236c;
    top: 10px;
    right: 0;
	border-radius: 25px 0px 0px 25px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	border: 2px solid #fff;
    border-right: none;
}
@-webkit-keyframes blinkerop {
    from {background: #03236c;}
    to {background: #03236c;}
}
.blinkop{
	text-decoration: blink;
	-webkit-animation-name: blinkerop;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	transition:0.5s ease-in-out;
}
.tollfree {
    top: 143px;
	background-color: #03236c;
	border-radius: 2px;
}
.rpetcode {
    top: 194px;
	background-color: #1da1f2;
}
.tollfree:hover, .rpetcode:hover {background-color: #03236c;}
.ttip {
    display: none;
    position: absolute;
    right: 60px;
    top: 9px;
    width: 240px;
    padding-left: 7px;
    text-align: left;
	z-index: 1;
}
.ttip .txt {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    background-color: #03236c;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    max-width: 99%;
	float: right;
}
.fixBtn:hover .ttip {
    display: block;
}
.ttip:before {
    position: absolute;
    top: 9px;
    right: -12px;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    border-left-color: #03236c;
    border-width: 8px 6px;
    pointer-events: none;
	display: none
}
.fixBtn:hover .ttip:before {display: block}
/* fixed right sidebar end */


.eventclosebtn{position: absolute;

z-index: 1;
color:#fff !important;
right: -5px;

top: -5px;

background: #03236c !important;

opacity: 1;

padding: 4px 9px !important;

border-radius: 50%;}
.event_div{
   box-shadow: inset 0px 0px 8px rgba(0,0,0,0.6);
padding:40px 10px;
min-height: 430px;
overflow: auto;
}
.title{
    font-size: 16px;
padding-bottom:5px;
font-weight: bolder;
display:block;
color: #444;
}
.scrollingtest{list-style:none; padding-left:15px;height:240px;overflow:auto}
.widget-single-event{float: left;margin-bottom: 20px;}
.widget .event-list li {
    list-style-type: none;
    margin-left: 0;
}
.event-date {
    float: left;
    background: url(../images/event-bg.png) no-repeat;
    width: 88px;
    height: 92px;
    text-align: center;
    margin-right: 10px;
    margin-top: 0px;
}
.event-date .event-cal-date {
    font-size: 20px;
    color: #353E43;
    margin-top: 8px;
}

.event-date span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    clear: both;
}
.event-date .event-cal-month {
    font-size: 18px;
    margin-top: 5px;
}
.event-details {
    overflow: hidden;
}
/* fixed right sidebar */
.prospectusmblbtn{display:none;}
.myfooterdesign{
    color: #CCCAE2;
font-size: 16px;
margin-bottom:10px;
float:left;
width:100%;
}
.admission-open{
color:#6d181b; font-size:25px;text-align:Center;font-family: 'Roboto Slab', serif;padding-left: 38px;
}
.padding30topbotm{padding-top:30px; padding-bottom:30px;}
.margin-top20{margin-top:30px; float:left;}
.fc-today-button{text-transform:capitalize;}
.myfooterdesign ul{padding:0px; list-style:none;}
.myfooterdesign ul li a{color:#fff; display:block; background:#03236c; text-decoration:none; margin-bottom:10px; padding:5px;}
.organised{
    padding-left:15px;
}
.min_height250{min-height:250px;}
.myfooterdesign ul li a i{
    padding-left: 4px;

padding-right: 2px;
}
.organised p{
    font-size:16px;
    font-weight:600;
    color:rgb(254, 101, 0);
}
.enquiry_form_icon{
	position: fixed;
	bottom: 82px;
	right: 0px;
	width: 130px;
	background: #03236c;
	z-index: 999;
	height: 48px;
	padding: 10px;
	border-radius: 25px 0px 0px 25px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	border: 2px solid #fff;
    border-right: none;
}
.imgglobal {
    width: 110px;
    height: 25px;
	margin-top:5px;
}
.enquiry_form_icon a{color:#fff;font-size:17px;display:flex;align-items:center;justify-content:center;}
.enquiry_form_icon a:hover, .enquiry_form_icon a:focus{outline:none;text-decoration: none;}
.enquiry_form_icon i, .downloadBtn i{margin-right:4px;}
.enquiry_form_icon a img{}
.enqurySec{
	border: 1px solid #999;
	padding: 25px 30px 20px;
}
.enqurySec:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #999;
}
/* enquiry-form */
.bs-example input, .bs-example select, .bs-example textarea {
   border: 1px solid #ccc;
    border-radius: 4px;

}
.useful_links{
    padding:0px 0px 0px 15px;
    list-style:none;
}
.usefu_links li{position:relative;}
.useful_links li a{color:#fff; font-weight:500;
     background:#03236c;
    padding:8px;
    margin-bottom:10px;
    display:block;
    text-decoration:none;
}
.bge6{background:#e6e6e6;}

blockquote {
    border-left: 5px solid #444;
}
.carousel-indicators .active {
   background-color: #03236c;
}
.carousel-indicators li {
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #444;
    
}

.padbtm0{padding-bottom:0px !important;}

.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%;
}
svg:not(:root) {
    position: absolute;
}
.carousel-indicators {
   bottom: -5px;
}
.quote {
  position: relative;
  z-index: 600;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 1.4 !important;
  color: white;
}
.quote p {
 font-size: 14px;
line-height: 24px;
  color:#444;
  position:relative;
}

.quote p:before {
  content: '\201C';

color: rgb(254, 101, 0);

font-size: 7.5em;

font-weight: 700;

opacity: 0.3;

position: absolute;

top: 20px;

left: -30px;

text-shadow: none;
}
.quote cite {
  display: block;
  font-size: 14px;
  color:#444;
}
.quote cite span {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color:#444;
}

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.octogon {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  clip-path: url(#octogon);
  height: 140px;
  width: 140px;
}

.rb{font-family:'Roboto Slab', serif;}
.ops{font-family:'Open Sans', sans-serif;}
.tgr{color:#444;}
.pad30topbtm{padding:30px 0;}
.widthauto{width:auto !important;}
.width80{width:80% !important;}
.font16{
    font-size: 16px;
line-height: 26px;
}
.galleryheading{
position: absolute;
bottom: 0px;
background: rgb(117 9 14 / 77%);
color: #fff;
opacity: 1;
padding: 8px;
    transition:1.2s ease;
}
.galleryheading h3{font-size:18px; margin:0px;}
 .padtopbtm{padding:0px 0px;}       	
.paddingZ{padding:0}
.navbar {
    margin-bottom: 0px;
	border: 0px solid transparent;
}
.fc-left h2{font-size:22px;}
.fc-widget-header{margin-right:0px !important;}
.fc-scroller{height:auto !important; overflow:visible !important;}
.fc-view-container{border:5px solid #03236c !important; padding:2px !important; border-radius:4px !important;}
.navbar-brand {
    padding: 0px;
}
.point{margin-bottom:40px;}
.navbar-nav > li > a {
    padding: 10px 15px;
    text-align: center;
    min-width: auto;
    font-size: 14px;
    color: #03236c;
    font-family: 'Roboto Slab', serif;
    margin: 16px 0px;
}
.navbar-nav >li.active > a {
    background-color: #03236c;
	color:#fff;
	 border-radius: 4px;
}
.nav > li > a:focus {
    background-color:#fff;
	outline:0;
}
.nav > li.active > a:focus {
    background-color:#03236c;
}
.nav > li > a:hover {
    background-color: #03236c;
	color:#fff;
	 border-radius: 4px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #03236c;
    border-color: #337ab7;
	color:#fff;
	 border-radius: 4px;
}
.page-header ul li.active::before {
position: absolute;
right: -15px;
top: 0;
content: "";
color: #fff;
}

/* thanku msg*/
.main-panel {
    position: fixed;
    z-index: 100;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
	z-index:1000;
}
.center-panel {
    padding: 0px;
    left: 33%;
    top: 50%;
	transform:translateY(-50%);
	background: #f8f8f8;
	box-shadow: 0px 1px 7px 1px #333;
	border-bottom: 5px solid #666;
	border-radius: 4px;
}
.al-box {
    color: #333;
    background-color: #f8f8f8;
    font-size: 20px;
	border:0px solid;
	font-weight: bold;
    padding: 30px 30px;
	text-align: center;
	margin-bottom: 0px;
}
.close-icon {
    cursor: pointer;
    color: #fff;
    opacity: 1;
    left: auto;
    bottom: auto;
    position: absolute !important;
	top: 0px !important;
    right: 0px !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-shadow: none;
}
.close.close-icon{
	color: #333;
}
.close:focus, .close:hover {
    color: #d8302b;
    opacity:1;
}
.msg-title h3 {
    text-align: center;
    padding: 37px 0 0;
    margin: 0;
    color: #03236c;
    line-height: 40px;
    font-size: 20px;
}
.symbol-circle{
	background:#f8f8f8;
	color:#333;
	position: absolute ;
	top: 0px ;
    left: 50% ;
	transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size:40px;
}
.symbol-circle i{
	font-size:40px;
}
.pop-up-close{
	background:#03236c;
	border:1px solid #03236c;
	color:#fff;
	border-radius: 20px;
	padding: 8px 60px;
	font-weight: bold;
	margin-bottom:40px;
	transition:all 0.3s;
}
.pop-up-close:hover{
	background:#000;
	border:1px solid #000;
}
.myfonticon{background: #03236c;
    border-radius: 50%;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 8px;
    font-size: 30px !important;}
    /*----thanku Msg-----*/
.dropdown-menu {
	min-width: 180px;
	padding: 0px;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #03236c;
}
.dropdown-menu > li > a {
    padding: 5px 20px;
    color: #fff;
    background: #03236c;
    text-transform: capitalize;
}
.dropdown-menu > li > a:focus {
    outline:0;
}
.navbar-brand img{
    width:auto;
    height:77px;
    margin-top:10px;
}
.navbar-nav > li > a >i{
    font-size:20px;
	margin-bottom:5px;
}
.navbar-toggle {
	background-color: #03236c;
    border-color: #03236c;
}
.navbar-toggle .icon-bar {
   background-color: #fff;
}
.pd0{
	padding:0;
}

/*large-slider*/
.large-slider  .carousel-control {
    top: 50%;
    width: 50px;
	height: 50px;
	margin-top:-25px;
    color: #333;
    text-shadow: none;
    opacity: 1;
    border-radius: 50%;
	transition:all 0.3s;
	box-shadow: 0 1px 2px 0px rgba(0,0,0,.6);
}
.carousel-control.left {
    background-image: none;
    background: #fff;
	left:50px;
}
.carousel-control.left:hover,.carousel-control.right:hover {
    background: #03236c;
	color: #fff;
}
.carousel-control.right {
    background-image: none;
    background: #fff;
	right:50px;
}
.slogan-box{
	border-bottom: 1px solid #ddd;
}
.slogan-heading p.left-70{
	float:left;
	width:70%;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
}
.slogan-heading p.right-30{
	float:right;width:30%;display:flex;align-items:center;
}
.slogan-heading p{
	margin: 30px 0;
	color: #333;
	font-size: 25px;
	text-align: center;
	font-weight: 300;
}
.slogan-heading p b{
	font-weight: 400;
	color:#03236c;
}
.btn-new{
	background: #03236c;
	border-radius: 0;
	border: 2px solid #03236c;
}
.btn-new:hover{
	background: #03236c;
	border: 2px solid #03236c;
}
/*welcome*/
.welcome-row {
	padding:30px 0 30px;
	float:left;
}

.about .about-text h2 {
margin: 20px 0 20px 0;
 font-family: 'Roboto Slab', serif;
}
.welcome-image{
	padding:0px 15px;
}
.about .welcome-image h2{
	margin: 0;
}
.about .welcome-image h2.event{
	margin: 20px 0 20px 0;
}
.h-bottom-border h2 span{
	color:#03236c;
	text-transform:capatalize;
	font-weight: 600;
}
.h-bottom-border h3 span{
	color:#03236c;
	text-transform:capatalize;
	font-weight: 600;
}
.h-bottom-border span.heading-devider {
    display: inline-block;
    width: 50%;
    border-bottom: 1px dashed #727272;
    position: relative;
    margin-bottom: 20px;
}
.h-bottom-border.white-dash-border span.heading-devider{
	border-color:#fff;
}
.h-bottom-border span.heading-devider::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #d3a666;
    border-radius: 100px;
    left: 50%;
    margin-left: -3px;
    top: -3px;
}
.h-bottom-border span.heading-devider::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: -1px;
    background: #d3a666;
}
.about .about-text > p {
    margin-bottom: 30px;
	color: white;
	font-weight:bold;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.about.about05 .about-text a {
    background:#03236c;
    border: 2px solid #03236c;
    border-radius: 0;
    color: #fff;
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    display: inline-block;
	transition:all 0.3s;
	text-decoration:none;
}
.about.about05 .about-text a:focus {
    outline:0;
}
.about.about05 .about-text a:hover {
    background:#03236c;
    border: 2px solid #03236c;
}
.about.about05 .about-text a::before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    border: 2px solid #03236c;
	transition:all 0.3s;
}
.about.about05 .about-text a:hover:before {
	border-color:#03236c;
}

/*end*/
.welcome{
	text-align:center;
}
.welcome h2,.welcome p{
	font-family: 'Lato', sans-serif;
}
.welcome h2{
	color:#03236c;
	font-size:50px;
	font-weight: 300;
	margin:0px 0 0 0;
}
.welcome p{
	margin: 10px 0 10px 0;
	font-size: 20px;
	color:#b1b1b1;
}
.welcome > div.h-border {
    height: 14px;
    width: 100px;
    margin-top: 10px;
    display: inline-block;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url('../images/header_border.png');
}
/**/
.activity-main{
	background-image: url(../images/geometry2.png);
	background-position: center center;
	background-attachment: fixed;
	border-top: 0.1rem solid #ececec;
	border-bottom: 0.1rem solid #ececec;
	padding:30px 0 ;
}

.circlie-same{
	width:220px;
	height:220px;
	background:#03236c;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.circlie-same img{height:100%;}
.circlie-same:hover {
	transform: rotateY(180deg);
}
.circlie-same:hover .circlie-same-abs{
	opacity:1;
}
.services .circle-container:hover .circle {
  transform: rotateY(180deg);
  border-color: #4CC3E9;
}
.circlie-same-abs{
	position:absolute;
	width:100%;
	height:100%;
	border-radius:50%;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
	opacity:0;
}
.circlie-same.purple{
	background:#03236c;
}
.activity-section h5 {
    color: #03236c;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
}
.activity-section p{
	color:#444;
	text-align:center;
	font-size:16px;
}
.m-t20{margin-top:20px}
.ftr-common h3{
	color:#f5f5f5;
	text-transform:capitalize;
	position:relative;
	margin-bottom:20px;
}
.ftr-common h3::before{
	content: '';
    position: absolute;
    width: 100px;
    left: 0;
	bottom:-10px;
    height: 2px;
}
.ftr-common p{
	color:#CCCAE2;
	font-size:16px;
	margin-bottom:20px;
}
.box-list-ftr{
	margin-top: 30px;
}
.box-list-ftr li{
	border:1px solid #CCCAE2;
	padding:10px;
	margin-bottom:5px;
	color:#CCCAE2;
}
.feature-list-ftr li{
	color:#CCCAE2;
	font-size:16px;
}
/*footer */
.footer-main{
	padding:30px 0;
	background:url(../images/pattern.png) no-repeat center;
    background-size: cover;
}
.social--icon-margin-bottom-2 {
    margin-bottom: 20px !important;
}
.social--icon-component-social-icon > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}
.social--icon-component-social-icon > ul > li {
    float: left;
    margin: 0px 2px 2px 0px;

}
.social--icon-component-social-icon.social--icon-component-social-icon-style-1 > ul > li > a {
	background-color: #03236c;
	display: block;
	text-align:center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center center;
	transition:all 0.3s;
	width: 46px;
    height: 46px;
}
.social--icon-component-social-icon.social--icon-component-social-icon-style-1 > ul > li > a:hover {
	background-color: #03236c;
}


.social--icon-component-social-icon > ul > li > a.social--icon-component-social-icon-facebook {
    background-image: url('../images/facebook.png');
    background-color:#03236c;
}
.social--icon-component-social-icon > ul > li > a.social--icon-component-social-icon-twitter {
    background-image: url('../images/twitter.png');
    background-color:#1da1f2;
}
.copyrt{
	background:#333;
	padding-top:10px;
	color:#fff;
	text-align:center;
}
.design-copyright img{
/*	height:30px;*/
}
/*end*/
/*gallery*/
.gallery-row{
	padding:0px 0 0;
}
.gallery-box-wrapper{
    /*padding:30px 0px;*/
}
.gallery-box{

}
.gallery-box:hover figure img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.gallery-box:hover figure figcaption {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.gallery-box figure {
    position: relative;
    overflow: hidden;
}
.gallery-box figure img {
    transition: 0.5s ease;
}
.gallery-box figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.3s ease;
}
.gallery-box figure figcaption span {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.gallery-box figure figcaption span a {
    color: #b5d56a;
    font-size: 20px;
	transition: 0.3s ease;
}
/*// end gallery*/
.two-tabs{
	margin-top:15px;
	margin-left: 0px;
}
.two-tabs li{
	padding: 0px;
	font-size: 14px;
	font-weight: 600;
	position:relative;
	margin:0 10px 0 0;
}
.two-tabs li a{
	color: #333;
	padding:15px;
	text-decoration:none;
	outline: 0;
	border-bottom: 1px solid #ddd;
	border: 1px solid #03236c;

background: #f1f2f3;
}
.two-tabs li a:hover,.two-tabs li.active a{
	background: #03236c;
	color: #fff;
}
.two-tabs li.active::before{
	content: '';
    position: absolute;
    left: 50%;
	margin-left:-10px;
	bottom:-33px;
	border:9px solid transparent;
	border-top:9px solid #03236c;
}
.kfacilities h2{
	color:#03236c
}
.para-1{}
/*facilities*/
.kfacilities-main{
	background:#f5f5f5;padding:30px 0;
}
.kfacilities {
   /* background-image: url(../images/women.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 14px;*/
    padding-top: 20px;
    padding-bottom: 40px;
}
.kfacilities h4 {
    color: #03236c;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: justify;

}
.kfacilities ul {
    padding: 0;
    list-style: none;
}
.kfacilities ul li {
    padding: 0;
    list-style: none;
    margin-top: 2.5rem;
    margin-bottom: -2.5rem;
}
.kfacilities ul li i {
    position: relative;
    top: 2rem;
    right: 2rem;
    font-size: 2.4rem;
    color: #fff;
    float: left;
    border: 20px solid #03236c;
    border-radius: 100%;
    background: #03236c;
}
.kfacilities ul li h4 {
    margin-left: 2.2rem;
    color: #03236c;
    font-size: 1.8rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.kfacilities ul li p {
    margin-left: 6.2rem;
    color: #444;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.small-slider .carousel-control {
	top: 50%;
	width: 40px;
	opacity: 1;
	height: 40px;
	background: #03236c;
	margin-top:-20px;
}

.small-slider .carousel-control.left,.small-slider .carousel-control.right {
background-image: none;
}
.dis-flex{
	justify-content:center;
	align-items:center;
	display:flex;
}
/*whychoose*/
.whychoose{
	background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/IMG_2283-compressed.jpg) no-repeat center; background-attachment:fixed;padding:50px 15px;background-size:cover;
}
.whychoose h2{
	color:#fff;
	margin-top:0px;
	font-family:'Roboto Slab', serif;
}
.whychoose h3{
	color:#fff;
	margin-top:0px;
	font-family:'Roboto Slab', serif;
}
.mb-40{
	margin-bottom:40px;
}
.whychoose .round-box{
	width:125px;
	height:125px;
	margin:0 auto;
	transition:all 0.5s;
	position:relative;
}
.whychoose .round-box:after{
    position: absolute;
    width: 100%;
    height: 100%;
    border:4px dotted #fff;
	border-radius:50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

}

.readmore{
	background:#03236c;
	border:1px solid #03236c;
	padding:5px 10px;
	color:#fff;
	transition:all 0.3s;
	font-size:14px;
}
.readmore:hover{
	background:#03236c;
	border:1px solid #03236c;
}
/**/
@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
@-moz-keyframes spinAround{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}
@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

/**/
.whychoose .point .round-box:hover:after{
	border:4px dotted yellow;
	-webkit-animation:spinAround 9s linear infinite;
	-moz-animation:spinAround 9s linear infinite;
	animation:spinAround 9s linear infinite
}
.round-box p.box-inner{
	font-size:55px;
	margin:0;
	font-weight:300;
	font-family: 'Great Vibes', cursive;
}
.whychoose h4{
	color:#fff;font-size:22px;text-align:center;margin:20px 0; margin-bottom:40px;
}
.whychoose .point:hover h4{
	color:yellow;
}
.whychoose p{
	color:#fff;font-size:16px;text-align:center;
}
/*school--facilty*/
.school--facilty {
    padding: 30px 0 30px 0;
}
.section-header-kg {
    text-align: center;
   /* margin-bottom: 60px;*/
}
.section-header-kg h2 {
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    line-height: 30px;
	font-family: 'Roboto Slab', serif;
}
.section-header-kg h3 {
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    line-height: 30px;
	font-family: 'Roboto Slab', serif;
	font-size:30px;
}
.section-header-kg p {
    max-width: 625px;
    margin: 20px auto 20px auto;
}
.school--facilty .features-boxes .feature-box-wrapper {
    margin-bottom: 40px;
}
.school--facilty .features-boxes .feature-box-wrapper .feature-box-single {
   text-align:center;
   padding: 30px 20px;
border-radius: 3px;

}
.school--facilty .features-boxes .feature-box-wrapper:first-child .feature-box-single {
    background: #564f9f;
     min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(2) .feature-box-single {
    background: #6f6364;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(3) .feature-box-single {
    background: #ea7066;
   min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(4) .feature-box-single {
    background: #92278f;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(5) .feature-box-single {
    background: #564f9f;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(6) .feature-box-single {
    background: #6f6364;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(7) .feature-box-single {
    background: #ea7066;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(8) .feature-box-single {
    background: #92278f;
   min-height: 302px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(9) .feature-box-single {
    background: #564f9f;
    min-height: 300px;
}

.school--facilty .features-boxes .feature-box-wrapper:nth-child(10) .feature-box-single {
    background: #6f6364;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(11) .feature-box-single {
    background: #ea7066;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(12) .feature-box-single {
    background: #92278f;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(13) .feature-box-single {
    background: #564f9f;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(14) .feature-box-single {
    background: #6f6364;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(15) .feature-box-single {
    background: #ea7066;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(16) .feature-box-single {
    background: #92278f;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(17) .feature-box-single {
    background: #564f9f;
    min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper:nth-child(18) .feature-box-single {
    background: #6f6364;
   min-height: 300px;
}
.school--facilty .features-boxes .feature-box-wrapper .feature-box-single h4 {
    margin: 20px 0 15px 0;
    color: #fff;
    font-weight: 400;
	font-size:20px;
}
.school--facilty .features-boxes .feature-box-wrapper .feature-box-single p {
    color: #fff;
    margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.school--facilty .features-boxes .feature-box-wrapper .feature-box-single a.more-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    border-radius: 50%;
    background: #fff;
    padding-top: 12px;
    font-size: 18px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.13);
}
.school--facilty .features-boxes .feature-box-wrapper:first-child .feature-box-single a.more-btn {
    color: #337ab7;
}
.school--features {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url(../images/IMAGES.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.school--features h2 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin: 0px;
	padding-bottom:20px;
	line-height:30px;
}
.school--features h3 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin: 0px;
	padding-bottom:20px;
	line-height:30px;
	font-size:30px;
}
.school--features p {
    color: #f6f8f7;
    font-size: 16px;
    font-family: 'Lato', sans-serif;

}
.school--features ul {
    padding: 0;
    list-style: none;
}
.school--features ul li {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0px;
}
.school--features ul li i {
    position: relative;
    top: 0rem;
    right: 2rem;
    font-size: 2rem;
    color: #fff;
    float: left;
    border: 20px solid #03236c;
    border-radius: 100%;
    background: #03236c;
    width: 60px;
    height: 60px;
    text-align: center;
}
.school--features ul li h5 {
    margin-left: 2.2rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}
.school--features ul li p {
    margin-left: 6.2rem;
    color: #f6f8f7;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.m-10{margin:10px 0px;}
/********************/
/*About Page*/

.testimonial-kindergarten {
    padding: 100px 0 90px 0;
    background: url(../images/testimonial-bg.png);
        background-repeat: repeat;

        background-size: auto auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.testimonial-kindergarten .section-header-kg h2 {
    color: #fff;
}
.testimonial-kindergarten .section-header-kg p {
    color: #fff;
}
.container-custom {
    width: 1170px;
    margin: 0 auto;
}
.testimonial-kindergarten .testimonial-kg .testimonial-single-inner {
    background: #fff;
	height:460px
}
.testimonial13 .testimonial-boxes .testimonial-single-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    padding: 80px 50px 30px 50px;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner p {
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
	font-size: 15px;
	color: #727272
}
.testimonial13 .testimonial-boxes .testimonial-single-inner p::before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 100px;
    opacity: 0.1;
    left: -5px;
    top: -70px;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.testimonial-rating {
    margin: 15px 0 20px 0;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.testimonial-rating li {
    display: inline-block;
    color: #ffef3b;
    font-size: 17px;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.testimonial-rating li {
    color: #ffef3b;
    font-size: 17px;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.author-info li {
    display: table-cell;
    vertical-align: middle;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.author-info li:last-child {
    padding-left: 15px;
}
.testimonial-kindergarten .testimonial-kg .testimonial-single-inner ul.author-info li:last-child span:first-child {
    color: #b5d56a !important;
    font-weight: 400 !important;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.author-info li:last-child span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #80CD36;
}
.testimonial13 .testimonial-boxes .testimonial-single-inner ul.author-info li:last-child span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}

/*teacher */
.kids-teacher {
    padding: 60px 0 40px 0;
}

.kids-teacher .teacher-single05 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
    transition: 0.3s ease;
}
.kids-teacher .teacher-single05:hover .ts5-info h3,
.kids-teacher .teacher-single05:hover .ts5-info a {
    color: #80CD36;
}
.kids-teacher .teacher-single05:hover .ts5-image figure figcaption {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.kids-teacher .teacher-single05 .ts5-image figure {
    position: relative;
}
.kids-teacher .teacher-single05 .ts5-image figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.3s ease;
}
.kids-teacher .teacher-single05 .ts5-image figure figcaption ul {
    margin: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.kids-teacher .teacher-single05 .ts5-image figure figcaption ul li {
    display: inline-block;
    margin-right: 15px;
}
.kids-teacher .teacher-single05 .ts5-image figure figcaption ul li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    background: #80CD36;
}
.kids-teacher .teacher-single05 .ts5-image figure figcaption ul li.facebook a:hover {
    background: #3B5998;
}
.kids-teacher .teacher-single05 .ts5-image figure figcaption ul li.twitter a:hover {
    background: #1DA1F2;
}
.kids-teacher .teacher-single05 .ts5-image figure figcaption ul li.gplus a:hover {
    background: #DD4B39;
}
.kids-teacher .teacher-single05 .ts5-image figure figcaption ul li.linkedin a:hover {
    background: #00A0DC;
}
.kids-teacher .teacher-single05 .ts5-info {
    padding: 40px 30px 40px 5px;
}
.kids-teacher .teacher-single05 .ts5-info h3 {
    margin: 0 0 10px 0;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: 400;
	font-family: 'Roboto Slab', serif;
	font-size:20px;
}
.kids-teacher .teacher-single05 .ts5-info span {
    font-size: 15px;
    color: #6a6a6a;
    display: block;
	font-weight: 600;
    margin-bottom: 15px;
}
.kids-teacher .teacher-single05 .ts5-info p {
    color: #9a9a9a;
    margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
}
.kids-teacher .teacher-single05 .ts5-info a {
    font-size: 14px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 500;
}
/**/
.page-header {
    padding: 80px 0;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/IMG_2283-compressed.jpg);
    position: relative;
    margin: 0;
    overflow:hidden;
    background-position: center;background-size: cover;


}
.page-header::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.page-header h1 {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
}
.page-header ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-size: 16px;
}
.page-header ul li::before {
    position: absolute;
    right: -15px;
    top: 0;
    content: "/";
    color: #fff;
}
.page-header ul li a {
    color: #fff;
    font-size: 16px;
}
.page-header ul li.active {
    color: rgba(255, 255, 255, 0.7);
}
.page-header ul li:last-child {
    margin-right: 0;
}

/*about*/
.message{
	background:#f5f5f5;
	padding:30px 0px;
}
.message.bg-white{
	background:#fff;
}

.d-msg h3{
	font-family: 'Roboto Slab', serif;
}
.d-msg h5{
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
}
.d-msg p{
	font-size: 16px;
	color: #444;
	font-weight: 400;
	line-height: 26px;
}
.vision-mission{
	padding:40px 15px 60px;
	border-top:1px solid #eee;
}
.section-heading{
	margin-bottom:20px;
}
.box-section {
    padding: 15px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 8px 2px #CCCCCC;
    -moz-box-shadow: 0 0 8px 2px #CCCCCC;
    box-shadow: 0 0 8px 2px #CCCCCC;
	min-height:300px;
}
.border-2{
	height:2px;
	width:70px;
	background:#ddd;
	margin-bottom:15px;
}
.border-3{
	height:2px;
	width:100px;
	background:#03236c;
	margin-bottom:15px;
}
.box-section p{
    font-size: 15px;
	color: #727272;
	font-weight: 400;
	line-height: 24px;
}
.vision{
	margin-right:15px;
}
.mission{
	margin-left:15px;
}
.d-msg h5{
	color:#03236c;
}
.bdr-1{
	width:100%;
	border-top:1px solid #eee;
}
/*//about*/
/*	Portfolio Page Style
================================== */

.portfolio-wrapper {
    padding: 30px 0;
}
.portfolio-wrapper .portfolio-content figure {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
	cursor:pointer;
	height:240px;
}
.portfolio-wrapper .portfolio-content figure img {
    transition: 0.6s ease;
    width:100%;
}
.portfolio-wrapper .portfolio-content figure:hover .galleryheading{
    bottom:-35px;
}
.portfolio-wrapper .portfolio-content figure:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.portfolio-wrapper .portfolio-content figure:hover figcaption {
    background: rgb(254, 101, 0,0.8);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    bottom: 0;
    left: 0;
}
figure img{width:100%;}
.portfolio-wrapper .portfolio-content figure figcaption {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease;
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2);
}
.portfolio-wrapper .portfolio-content figure figcaption div {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.portfolio-wrapper .portfolio-content figure figcaption div p  {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.portfolio-wrapper .portfolio-content figure figcaption div h3 {
    margin: 0;
}
.portfolio-wrapper .portfolio-content figure figcaption div h3  {
    text-transform: uppercase;
    color: #fff;
	font-size:20px;
}
.portfolio-wrapper .blog-pagination {
    margin-top: 30px;
}
.portfolio-wrapper .blog-pagination ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}
.portfolio-wrapper .blog-pagination ul li {
    display: inline-block;
}
.portfolio-wrapper .blog-pagination ul li a {
    background: none;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    color: #727272;
}
.portfolio-wrapper .blog-pagination ul li a:hover {
    background: #80CD36;
    color: #fff;
	text-decoration:none;
}
.portfolio-wrapper .blog-pagination ul li.active a {
    background: #80CD36;
    color: #fff;
}


/* End Gallery================================*/

.contact-wrapper {
    padding: 30px 0;
}

/* ================================
	Contact Two Style
================================== */

.contact-wrapper .contact-two-top h3 {
    font-size: 22px;
    margin: 0 0 40px 0;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .icon,
.contact-wrapper .contact-two-top .contact-info .contact-info-box .cinfo {
    display: table-cell;
    vertical-align: top;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .icon {
    width: 60px;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .icon i {
    font-size: 40px;
    color: #03236c;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .cinfo h4 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
}
.contact-wrapper .contact-two-top .contact-info .contact-info-box .cinfo p {
    margin-bottom: 0;
}
.contact-wrapper .contact-two-bottom {
    border-top: 1px solid #e8e8e8;
}
.contact-wrapper .contact-two-bottom h3 {
    font-size: 22px;
    margin: 0 0 40px 0;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	text-transform:uppercase;
}
.contact-wrapper .contact-two-bottom .team-single {
    margin-bottom: 30px;
}
.contact-wrapper .contact-two-bottom .team-single:last-child {
    margin-bottom: 0;
}
.contact-wrapper .contact-two-bottom .team-single .team-image,
.contact-wrapper .contact-two-bottom .team-single .team-info {
    display: table-cell;
    vertical-align: top;
}
.contact-wrapper .contact-two-bottom .team-single .team-info {
    padding-left: 0px;
}
.contact-wrapper .contact-two-bottom .team-single .team-info h4 {
    margin: 0 0 5px;
    text-transform: uppercase;
}
.contact-wrapper .contact-two-bottom .team-single .team-info ul {
    margin: 10px 0 0 0;
}
.contact-wrapper .contact-two-bottom form .form-group {
    margin-bottom: 0;
}
.contact-wrapper .contact-two-bottom form .form-group input,
.contact-wrapper .contact-two-bottom form .form-group textarea,
.contact-wrapper .contact-two-bottom form .form-group select{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    transition: 0.3s ease;
}
.contact-wrapper .contact-two-bottom form .form-group input:focus,
.contact-wrapper .contact-two-bottom form .form-group textarea:focus {
    border-color: #80CD36;
}
.contact-wrapper .contact-two-bottom form .form-group textarea {
    height: 150px;
    padding: 15px;
}
.contact-wrapper .contact-two-bottom form .form-group button {
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #03236c;
    border: 2px solid #03236c;
    transition: 0.3s ease;
	font-weight:600;
}
.contact-wrapper .contact-two-bottom form .form-group button:hover {
    background: none;
    color: #03236c;
}
/*End contact ================================*/
/*Academics*/
.academic-main{
	padding:60px 15px;
}
.admission-rules .section-header-kg{
	text-align:left;
}
.admission-rules h3{
	font-family: 'Roboto Slab', serif;
}
.admission-rules ul li{
	 font-family: 'Open Sans', sans-serif;
}
.mb0{
	margin-bottom:0;
}
/*Font Awesome 5 */
.admission-rules .rule-list li{
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.admission-rules .rule-list li::before {
    position: absolute;
    left: -20px;
    top: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f35a";
}
.run-institutes-main{
	padding:60px 15px;background:#f2f3f6;
}
.run-institutes-main img{
        border:4px solid #fff;
		transition:all 0.3s;
}
.run-institutes-main img:hover{
        box-shadow: 0px 0px 4px 0px #333;
}

.run-institutes{
	margin-bottom: 30px;
}
.run-institutes .left-image,.run-institutes .right-info{
	display: table-cell;
	vertical-align: top;
}
.run-institutes .right-info{
	padding-left:30px;
}
.run-institutes .right-info h4{
	margin: 0 0 5px;
}
.run-institutes .right-info span{
	margin: 0 0 5px;
}
/**/
.streams {
    padding: 60px 15px;
    border-top: 1px solid #eee;
}
.stream-box h3{
	color:#fff;
}
.stream-box {
	background:linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/3.jpg)no-repeat center;
	background-size:cover;
    padding: 15px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 8px 2px #CCCCCC;
    -moz-box-shadow: 0 0 8px 2px #CCCCCC;
    box-shadow: 0 0 8px 2px #CCCCCC;
    min-height: 250px;
}
.science {
    margin: 0 15px;
}
.commerce {
    margin: 0 15px;
}
.arts {
    margin: 0 15px;
}

.stream-box li{
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 5px;
	color:#fff;
}
.stream-box li::before {
    position: absolute;
    left: -20px;
    top: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f35a";
}
.stream-image{
	position:absolute;
	right: 10px;
	bottom: 5px;
}
/**/
.dress-main {
    padding: 60px 15px;
	background:#f2f3f6;
}
.dress-box h3{
	color:#333;
}
.dress-box{
	background:#f5f5f5;
    padding: 15px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 8px 2px #CCCCCC;
    -moz-box-shadow: 0 0 8px 2px #CCCCCC;
    box-shadow: 0 0 8px 2px #CCCCCC;
    min-height: 250px;
	margin: 0 15px;
}
.dress-box li{
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 5px;
	color:#333;
}
.dress-box li::before {
    position: absolute;
    left: -20px;
    top: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f183";
}
.dress-box li.girl::before {
	content: "\f182";
}
/**/
.act-main{
	background:#f5f5f5;
}
.pd-tb60{
	padding:30px 0px;
}
.activity-image{
	width:100%;
	border: 1px solid #e6e6e6;
	border-bottom:none;
}
.activity-info-grid {
    background: #fff;
    border: 1px solid #e6e6e6;
	border-top:none;
    padding: 28px 30px 29px 30px;
    min-height:435px;
}
.activity-info-grid p{
  line-height: 26px;
  font-size:16px;
  color:#444;
}
.activity-info-grid h3 {
    margin-top: 0;
}

.activity-info {
	padding-top: 30px;
}
.activity-info h3{
	font-size:24px;
	margin-top: 0;
}
.activity-info p{
	font-size: 16px;
	line-height: 26px;
	color:#444;
}
/*form thankyou popup-box msg*/
.main-panel {
    position: fixed;
    z-index: 100;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
.center-panel {
    padding: 0px;
    left: 33%;
    top: 50%;
	transform:translateY(-50%);
	background: #f8f8f8;
	box-shadow: 0px 1px 7px 1px #333;
	border-bottom: 5px solid #666;
	border-radius: 4px;
}
.al-box {
    color: #333;
    background-color: #f8f8f8;
    font-size: 16px;
	border:0px solid;
	font-weight: bold;
    padding: 30px 30px;
	text-align: center;
	margin-bottom: 0px;
	/*box-shadow: 0px 1px 7px 1px #333;
    border-bottom: 5px solid #666;*/
}
.close-icon {
    cursor: pointer;
    color: #fff;
    opacity: 1;
    left: auto;
    bottom: auto;
    position: absolute !important;
    /*top: -15px !important;
    right: -15px;
    background: #000;
	box-shadow: 0px 1px 5px 1px #333;*/
	top: 0px !important;
    right: 0px !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-shadow: none;
}
.close.close-icon{
	color: #333;
}
.close:focus, .close:hover {
    color: #03236c;
    opacity:1;
}
.contact-wrapper .contact-two-bottom .msg-title h3{
	text-align: center;
	padding: 45px 0 0;
	margin:0;
	color:#03236c;
}
.symbol-circle{
	background:#f8f8f8;
	color:#333;
	position: absolute ;
	top: 0px ;
    left: 50% ;
	transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size:40px;
}
.pop-up-close{
	background:#03236c;
	border:1px solid #03236c;
	color:#fff;
	border-radius: 20px;
	padding: 8px 60px;
	font-weight: bold;
	margin-bottom:40px;
	transition:all 0.3s;
}
.pop-up-close:hover{
	background:#000;
	border:1px solid #000;
}
/*//form thankyou popup-box msg*/

/****************** For calendar **************/
.dncalendar-header h2 {
    color: #fff !important;
}
.dncalendar-body thead tr{background:#333;}
.pd_top30{padding-top:30px;}
.margin_auto{margin:auto;}
.education_beyond p{font-size:16px; line-height: 26px; color: #444;}
.education_beyond ul{padding: 0px; list-style: none;}
.education_beyond ul li{font-size: 15px; line-height: 24px;margin-left:5px;}
.education_beyond ul li:before{
  content:"\f05d ";
position: absolute;
left: 0px;
font-family:FontAwesome;
font-size:16px;
font-size: 16px;
}
.ReloadBtn {
    background: url('../images/update-64.png') left top no-repeat;
        background-size: auto auto;
    background-size: 100%;
    width: 32px !important;
    height: 32px !important;
    border: 0px !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    outline: none;
    cursor: pointer !important;
}
.mtc{
  list-style: none;
  position: relative;
  padding-left:24px;
}
.mtc li{line-height:26px; font-size: 16px;}
.mtc li:before{
  content:"\f058 ";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
}
.form_field{margin-bottom: 20px;}
.form_field label{
  font-weight:bold; margin-bottom: 15px;
}
.form_field input{}
.form_btn{padding: 6px 12px !important; width: 20%; }
.bgbackground{background: #f1f2f3;}
/************************* Color code ****************/
.bluepurple{background: #564f9f;}
.list-practices {
    padding: 0px 15px ;
    color: #444;
    font-size: 16px;
    line-height:26px;
}
#dncalendar-container{margin-top:50px}
.height-iframe{height:450px;margin-top:20px;}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation:portrait) {




}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation:landscape) {


}



@media only screen and (min-width: 360px) and (max-width: 767px) and (orientation:portrait) {

}


@media only screen and (min-width: 481px) and (max-width: 767px) and (orientation:landscape) {

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  
  .modelwindowww {
    min-height:auto;
 }
    
.school--features ul li i {
    position: relative;
    top: 0rem;
    right: 0px;
    font-size: 2rem;
    color: #fff;
    float: left;
    border: 10px solid #03236c;
    border-radius: 100%;
    background: #03236c;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: auto;
    float: none;
}
  
.school--features ul li h3 {
    margin-left: 0px;
}
  
.li2col ul li{
    width:50%;
    float:left;
    margin-top:20px;
}
.li2col .m-0{
    margin-top:20px !important;
}
.dbb{
    display:none;
}
.prospectusmblbtn{
    font-size: 24px;
    background: #03236c;
    color: #fff;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 5px;
    top: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-indicators {
   display: none;
}
.quote-container {
margin: 0px;
}
.two-tabs li a {
   border: 2px solid #ddd;
    background: #f2f3f6;
}
.overflow_hidden{overflow:hidden;}
    
    .point{min-height: 250px;}
    .gallery-box-wrapper {
    padding:0px;
}
.CaptchaTxtField {padding:15px !important;}
.flw100{float:left; width:100%;}
.quote-container .portrait {
    padding: 0px;
    position:relative;
   }
   .quote-container .quote {
    position: relative;
    padding:0px;
    }
.activity-info-grid {
    padding: 15px;
  }
  .activity-image {
    padding: 15px;
}
.paddingnill{padding:0px !important;}
.features-boxes{padding:0px;}
.padtopbtm{
    padding:20px 0 !important;
}
.width101{
    width:100% !important;
    height:auto !important;
    margin-bottom:15px;
}
.form_btn{width:50%;}
.CaptchaWrap{width:100% !important;}
.width80{width:80% !important;}
.capcode{width:100% !important;}
.form_field {
   padding: 0px;
}
.player{display:none !important;}
.mtc li {

    line-height: 22px;
    font-size: 14px;
    text-align: left;

}
.school--facilty .features-boxes .feature-box-wrapper {

    margin-bottom: 15px;

}
.margin-top30{margin-top:30px;}
.paddingZero{padding:0px;}
.mtc {
   padding-left: 18px;
}
.education_beyond ul li {
   text-align: left;

}
.footer.ftr-common{padding:0px;}
.height-sec{height:31px}
.navbar-brand img {

    height: 45px;
    margin-top: 5px;

}
.portrait{margin:auto;}
.navbar-brand {
    height: auto;
    }
.navbar-header{padding:0px}
.large-slider  .carousel-control { width: 25px;height: 25px;}
.navbar-toggle {padding: 7px 7px;margin:8px 0px 0px;}
.carousel-control {font-size: 17px;}
.navbar-nav > li > a {padding: 5px 15px;margin:0px;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {left: 50%;margin-left: -8px;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {right: 50%; margin-right: -8px;}
.carousel-control.left {left:10px}
.carousel-control.right {right:10px}
.btn-lg { padding: 5px 5px; font-size: 12px;}
.slogan-heading p{font-size:12px}
.slogan-heading p.left-70{padding:0px; width:100% !important; font-size:16px;}
.slogan-heading p{margin:10px 0px}
.slogan-heading p.right-30 {
    width: 100% !important;
    justify-content: center;
}
.padbtm30{
    padding-bottom:30px;
}
.about .about-text h2{font-size:20px;margin:0px;margin-top:20px; margin-bottom:15px;}
.welcome-row{padding:0px 0 30px}
.about .about-text > p{font-size:14px;line-height: 20px; color:white; text-align:left;}
.kfacilities h4{font-size:12px;margin-top:15px;}
.padxz{padding:0px}
.ftr-common p{font-size:14px}
.two-tabs li{font-size:15px}
.kfacilities ul li h3{font-size:13px}
.kfacilities ul li i{top:0px}
.kfacilities ul li p{font-size:1rem}
.activity-section p{font-size:13px}
.navbar-nav > li > a >i{display:none}
.h-bottom-border span.heading-devider{margin-bottom:0px}
.section-header-kg{margin-bottom:0}
.section-header-kg h2{padding:0; margin-bottom:15px; font-size:20px;}
.small-slider .carousel-control{width: 30px;height:30px}
.fixedRightDiv{right:0px;}
.row{margin:9px}
.h-bottom-border span.heading-devider {width: 70%; margin-bottom:15px;}
.footer-main { padding: 30px 0 !important;}
.pad30{padding:30px 0px}
.h-bottom-border{text-align:center}
.feature-box-wrapper{padding:0}
.kfacilities{padding:0;}
.kfacilities ul li{margin:0px}
.page-header h1{font-size: 24px;margin: 0 0 5px 0;}
.page-header{padding:15px 0px;background-size:cover;}
.list-unstyled {margin: 0;}
.school--features h2{font-size:20px;}
.m-0{margin-top:32px !important;}
.navbar-nav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 0px
}
.navbar-nav > li > a br {
    display: none;
}
.portfolio-wrapper .portfolio-content figure {border:none}
.portfolio-wrapper{padding:15px 0px}
.whychoose .round-box {
    width: 80px;
    height: 80px;
}
.whychoose h4 {
    font-size: 16px;
    margin-bottom: 30px;

}
.myfooterdesign ul li a i{
    padding-left: 4px;

padding-right: 2px;
}
figure img{
    width:100%;
}
.round-box p.box-inner {
   font-size: 45px;
}
.point {
    min-height: 160px;
    margin-bottom:0px;
}
.h-bottom-border{
    margin-bottom:5px;
}
.textleft{text-align:left;}
.font24{font-size:24px;}
.d-msg p {

    font-size: 14px;
    line-height: 23px;

}
.contact-wrapper .contact-two-bottom {

    padding-top: 0px;
    margin-top: 20px;
  

}
.fixedRightDiv {
    width: 5px !important;
}
.whychoose {

    background-size: cover;

}
.fixBtn {
    right: 5px;
    font-size: 12px;
    padding: 5px 10px;
    height: 30px;
    width: 30px;
}
.downloadBtn{
    width: auto;
    height: auto;
    right: 0;
}
.fixedRightDiv .fContainer {
   height: 350px;}
.h-bottom-border h2{font-size:20px;}
.table-tannis {
   font-size: 14px !important;}
   .clickhere {
   height: 20px !important;
    margin-right: 5px !important;

}
/**************** New Changes ***************/
.slogan-heading{padding:0px;}
.font16 {

    font-size: 14px;
    line-height: 24px;

}
.activity-info-grid p {
   line-height: 24px;
    font-size: 14px;
    color: #444;

}
.activity-info-grid h3 {
    font-size: 20px;

}
.organised {
   padding-left: 0px;
}
.organised p{font-size:14px;}
.fc-left h2{font-size:18px;}
blockquote {
    padding: 0px 5px;
    font-size: 16px;
}
/**************** Circle ***************/
.activity-section h3 {
    font-size: 16px;
}
.circlie-same {
   width: 125px;
    height: 125px;
    margin:auto;
    float:none;
}
.min_height250{min-height:600px;}
#news-box h5{width: 25%;font-size:12px;}
#news-box #scrollerWrapper{width: 75%;}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {


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


}
