/* Add here all your CSS customizations */
body {
	color:#000;
}
.date_sheet_btn{
	top: 20%!important;
	left: -7px!important;
}
.date_sheet_btn img{
	width: 43px;
}
.fixed-btn {
	position: fixed;
	left: 0;
	z-index: 100;
	top: 50%;
}
.fixed-btn a {
	display: block;
	margin: 10px 0;
}

.fixed-btn a.btn {
	background-color: #ce115a;
	border: none;
	border-radius: 20px;
	color: #fff;
	display: block;
	line-height: 24px;
	padding: 5px 25px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14.5px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fixed-btn a.btn-scholarship {
	margin-left: -70px;
	margin-bottom: 80px;
}
.fixed-btn a.btn-syllabus {
	margin-left: -61px;
	margin-bottom: 80px;
}
.fixed-btn a.btn:hover, .fixed-btn a.btn:focus {
	background-color: #0088cc;
	text-decoration: none;
}
.class-assignment .card-title {
	color: #fff;
	cursor: pointer;
	padding: 10px 25px;
	margin: 0;
	font-weight: 600;
}
.class-assignment .card-body p {
	margin-bottom: 10px;
}
.fixed-btn-right {
	position: fixed;
	right: -94px;
	z-index: 100;
	top: 75%;
	transform: rotate(270deg);
}
.fixed-btn-right a.btn-assignment {
	background-color: #223671;
	border-radius: 20px 20px 0 0;
	color: #fff;
	padding: 12px 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
.fixed-btn-right a.btn-assignment:hover, .fixed-btn-right a.btn-assignment:focus {
	background-color: #0088cc;
	text-decoration: none;
	color: #fff;
}
.btn-scholarship-header {
	background-color: #ce125a;
	display: inline-block;
	padding: 18px 10px;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
/* Top Menu */

.home_mn12 .trigger {
	padding: 22px 8px; /* background: #000; */
	background: #de0b5c;
	right: 0;
	float: right;
	height: 68px;
	cursor: pointer;
	opacity: 0.9;
}
html #header.header-transparent .header-body:before {
	background: #1f3777;
	border-bottom: 0px solid #f1f1f1;
}
#header .header-nav-main {
	display:none!important;
}
.announcements {
	background-image: linear-gradient(#dfdfdf, #eeeeee, #dfdfdf);
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}
.announcements .label {
	background-color: #de0b5c;
	color: #fff;
	padding: 11px 10px 5px 10px;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	position: relative;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 43px;
}
.announcements .content {
	color: #333; /* background-color: #f8f8f8; */
	padding-top: 10px;
}
.announcements .label::after {
content: '';
position: absolute;
left: 100%;
top: 0%;
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 24px solid transparent;
border-left: 15px solid #de0b5c;
z-index: 99;
}
.text-theme-color-2 {
	color: #F2184F;
}
svg.arow_3schools {
	width: 35px;
	float: right;
}
h4.about_read_more {
	width: 25%;
	font-size: 1rem;
}
svg.arow_3schools .cls-1 {
	fill: #b6b6b6;
}
h4.about_read_more a {
	font-size:14px;
}
.card-header {
	background-color:rgba(31, 55, 119, 0.9);
}
.accordion .card-header a {
	color:#fff!important;
}
.card-body p {
	margin-bottom:0px;
}
.card-header h5 {
	color:#fff!important;
}
.container {
	max-width: 1200px;
}
.schools-div .school-img {
	overflow: hidden;
	border-bottom: 5px solid #8a2465;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.schools-div h2 {/* font-size: 15px; */
	font-size: 16px;
	color: #8a2465;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 0px 15px;
	line-height: 20px;
	border-bottom: 1px solid #9b9b9b;
	transition: all ease-in-out 0.3s;
	position: relative;
	margin-bottom:5px;
}
.schools-div h2 span {
	text-transform: initial;
	font-size: 15px;
	font-weight: 400;
	color: #494949;
	line-height: 20px;
	display: block;
	padding-top: 5px;
}
.schools-div .school2 .school-img {
	border-bottom: 5px solid #fdb92e;
}
.schools-div .school2 h2 {
	color: #fdb92e;
}
.schools-div .school3 .school-img {
	border-bottom: 5px solid #009487;
}
.schools-div .school3 h2 {
	color: #009487;
}
.schools-div .school4 .school-img {
	border-bottom: 5px solid #ed3237;
}
.schools-div .school4 h2 {
	color: #ed3237;
}
.schools-div .school5 .school-img {
	border-bottom: 5px solid #326aed;
}
.schools-div .school5 h2 {
	color: #326aed;
}
html .heading-secondary {
	color:#de0b5c!important;
	font-weight:600;
}



.subheaders{background-image: url("../img/admisition-landing.jpg");
height: 700px;
background-position: center;
background-size: cover;
}

.subheaders .slider-content-1 {
    background: rgba(255, 255, 255, 0.4);
    
    width: 400px;
    padding: 25px 25px;
    position: absolute;
    top: 40%;
    left: 19%;
   
}

/* CSS state-art*/

.state-art{background: #fff; padding: 50px 0px;}
.state-art .art-contant i{color: #223671; font-size: 45px; padding: 5px 0px;}
.state-art .art-contant p{color: #ce125a !important; font-size: 18px; font-weight: 600; padding: 5px 0px;}

/* CSS for Academics */
.academics-div .school-img {
	overflow: hidden;
	border-bottom: 0px solid #8a2465;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	height:275px;
}
.academics-div h2 {
	font-size: 17px;
	color: #fff!important;
	line-height: 28px;
	font-weight: 500;
	margin: 4px 0px 0px 0px;
	border-bottom: 1px solid #b8d3e6;
	padding-bottom: 6px;
	min-height: 35px;
	;
	text-align:left!important;
}
.academics-div h2 span {
	text-transform: initial;
	font-size: 15px;
	font-weight: 400;
	color: #494949;
	line-height: 20px;
	display: block;
	padding-top: 5px;
}
.academics-div .school2 .school-img {
	border-bottom: 0px solid #fdb92e;
}
.academics-div .school2 h2 {
	color: #fdb92e;
}
.academics-div .school3 .school-img {
	border-bottom: 0px solid #009487;
}
.academics-div .school3 h2 {
	color: #009487;
}
.academics-div .school4 .school-img {
	border-bottom: 0px solid #ed3237;
}
.academics-div .school4 h2 {
	color: #ed3237;
}
.academics-div .school5 .school-img {
	border-bottom: 0px solid #326aed;
}
.academics-div .school5 h2 {
	color: #326aed;
}
.academics-div p a {
	font-size: 17px;
	font-weight: 400;
	color: #fdb92e;
	line-height: 18px;
}
/* Torch Bearer div */

.torchbearer-div .school-img {
	overflow: hidden;
	border-bottom: 0px solid #8a2465;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.torchbearer-div h2 {/* font-size: 15px; */
	font-size: 16px;
	color: #8a2465;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 0px 0px;
	line-height: 20px;
	border-bottom: 0px solid #9b9b9b;
	transition: all ease-in-out 0.3s;
	position: relative;
	margin-bottom:0px;
}
.torchbearer-div h2 span {
	text-transform: initial;
	font-size: 15px;
	font-weight: 400;
	color: #494949;
	line-height: 20px;
	display: block;
	padding-top: 5px;
}
.torchbearer-div .school2 .school-img {
	border-bottom: 0px solid #fdb92e;
}
.torchbearer-div .school2 h2 {
	color: #fdb92e;
}
.torchbearer-div .school3 .school-img {
	border-bottom: 0px solid #009487;
}
.torchbearer-div .school3 h2 {
	color: #009487;
}
.torchbearer-div .school4 .school-img {
	border-bottom: 0px solid #ed3237;
}
.torchbearer-div .school4 h2 {
	color: #ed3237;
}
.torchbearer-div .school5 .school-img {
	border-bottom: 0px solid #326aed;
}
.torchbearer-div .school5 h2 {
	color: #326aed;
}
.home-gal h3, .home-gal h2, .home-gal h4 {
	color:#fff;
}
html .home-gal p {
	font-size:17px;
	color:#fff!important;
	text-align:left;
}
html .explore-gallery p {
	font-size:17px;
	color:#fff!important;
	text-align:center;
}
/* CSS for Menu */

.menu {
	background: url(../img/menu.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display:none;
}
.menu-school {
	background: url(../img/menu-sps.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display:none;
}
.contaoner_menu {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.section_menu {
	margin-top: 10px;
}
.center-box {
	vertical-align: middle;
	margin: auto;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 750px;
}
.section_menu .buttons a {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	line-height: 20px;
	transition: 0.3s ease;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 12px 20px;
	/* width: 150px; */
    text-shadow: 2px 1px 2px #000d15;
}
.div-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 398px;
	/* background: rgba(60, 135, 183, 0.8901960784313725); */
    background: rgb(222, 11, 92, 0.8901960784313725);
	display: none;
	/* min-height: 399px; */
    min-height: 300px;
}
#div1 {
	min-height: 370px!important;
	top: -35px!important;
}
.div-aboutt-menu {
	display: none;
}
.main-menu {
	position: relative;
	top: 0%;
	left: 0%;
}
.buttons ul li {
	list-style: none;
}
.buttons a {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 20px;
	transition: 0.3s ease;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 12px 20px 6px 20px;
	/*width: 150px;*/
	text-shadow: 2px 1px 2px #000d15;
}
.buttons a:before {
	content:'';
	position:absolute;
	height:1px;
	width:200px;
	background: #3c87b7e3;
}
.buttons a:hover {
	text-decoration:none; /*color:#3c87b7;*/
	background-color: #de0b5c;
	color:#fff
}
.buttons a.active {
	text-decoration:none; /*color:#3c87b7;*/
	background-color: #de0b5c;
	color:#fff;
}
.div-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 398px;
	/*background: rgba(60, 135, 183, 0.8901960784313725);*/ background: rgb(222, 11, 92, 0.8901960784313725);
	display: none;
	/*min-height: 399px;*/  min-height: 300px;
}
.div-menu ul {
	/*padding: 70px 0px 70px 52px;*/
    margin: 0px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	padding: 0px 0px 0px 52px;
}
.div-menu ul li {
	list-style-type: none;
}
.div-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	display: inline-block;
}
.div-menu li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 4px;
	background: #d9e6eeb8;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.div-menu li a:hover:before, .div-menu li a:focus:before, .div-menu li a:active:before {
	right: 0;
}
.buttons a:before {
	display:none;
}
.buttons a.active:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 186px;
	/*background: rgba(60, 135, 183, 0.8901960784313725);*/ 
	background: rgb(222, 11, 92);
	top: 0px;
	right: -197px;
	top: 20px;
	transition: 0.3s ease;
	display: block;
}
.buttons a.menu2.active:before {
	width: 242px;
	right: -251px;
}
.buttons a.menu3.active:before {
	width: 162px;
	right: -174px;
}
.buttons a.menu4.active:before {
	width: 242px;
	right: -247px;
}
.buttons a.menu5.active:before {
	width: 293px;
	right: -304px;
}
.buttons a.menu6.active:before {
	width: 1px;
	right: -283px;
}
.buttons a.menu7.active:before {
	width: 1px;
	right: -233px;
}
.buttons a.menu8.active:before {
	width: 1px;
	right: -233px;
}
.logo1 {
	position: absolute;
	top: 5%;
	left: 25%;
}
.close_menu {
	position: absolute;
	top: 7%;
	right: 7%;
}
/* Academic Programme */

.explore-div ul li {
	float: left;
	width: 17.9%;
	list-style-type: none;
	margin-right: 2.52%;
}
.img-box {
	position: relative;
	transition: background-color 0.35s;
}
.img-box img {
	width: 100%;
	height: auto;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.explore-div ul li h3 {
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	font-weight: 500;
	margin: 15px 0px 10px;
	border-bottom: 1px solid #b8d3e6;
	padding-bottom: 6px;
	min-height: 65px;
}
.explore-div ul li p {
	font-size: 18px;
	font-weight: 400;
	color: #fdb92e;
	line-height: 18px;
}
#footer {
	/* background: #ef7d2d; */
    width: 100%;
	float: left;
	background: #000 url(../img/footer-bg.jpg);
	margin-top:0px;
	color:#fff!important;
}
#footer p {
	color:#fff!important;
}
#footer h5 {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
}
#footer h5 span {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}
#footer .footer-copyright {
	background: #96043c;
	border-top: 4px solid #5a0123;
	padding: 10px 0 10px;
	margin-top: 20px;
}
#footer .footer-copyright p {
	color: #fff;
}
#footer .container .row > div {
	margin-bottom:0px;
}
.affiliation-logo {
	text-align:center;
}
.affiliation-logo img {
	border:1px solid #e9e9e9;
}
section.section.section-parallax {
	margin-bottom:0px;
}
section.torchbearer-section {
	margin-bottom:0px;
	margin-top:0px;
	background: #f8f8f8 url(../img/torchbearer-bg.jpg) top left;
}
section.getintouch {
	margin-bottom:0px;
	margin-top:0px;
	background: #e7ecef url(../img/latest-update-bg.jpg) top left;
}
section.explore-gallery {
	margin-bottom:0px;
}
.latest-news .date .day {
	background:#1f3777!important;
	color:#fff;
}
html .latest-news a.text-light {
	color:#000!important;
}
html .latest-news .month {
	background:#cf125b!important;
	color:#fff;
}
.latest-news h5 {
	text-transform:none!important;
}
.latest-news .recent-posts .date {
	margin-top: 0px!important;
}
.latest-events .date .day {
	background:#1f3777!important;
	color:#fff;
}
html .latest-events a.text-light {
	color:#000!important;
}
html .latest-events .month {
	background:#cf125b!important;
	color:#fff;
}
.latest-events h5 {
	text-transform:none!important;
}
.latest-events .recent-posts .date {
	margin-top: 0px!important;
}
.trending-nav li .nav-link {
	background: #1f3777!important;
	border-bottom: none;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 3px solid #EEE;
	color: #fff!important;
	font-weight:600;
}
.trending-nav li.active .nav-link {
	border-top-color: #ce125a!important;
	color: #ce125a!important;
	font-weight:600;
	background: #fff!important;
}
section.section.academic-programme.section-overlay-opacity-light-scale-5:before {
	background: rgba(1, 31, 111, 0.8)!important;
}
section.section.explore-gallery.section-overlay-opacity-light-scale-5:before {
	background: rgba(160, 3, 57, 0.8)!important;
}
section.section.academic-programme {
	margin-bottom:0px;
}
.social-icons {
	text-align:center;
}
.social-icons img {
/* -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: inline-block;
    height: 60px;
  	line-height: 30px;
    width: 60px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;*/
}
.torchbearer-div a {
	color:#000;
}
.torchbearer-div a:hover {
	color:#000;
	text-decoration:none;
}
.social-icon {
	text-align: center;
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
}
.social-icon ul {
	margin: 15px 0 0;
	padding: 0;
}
.social-icon.meni_socoal23 ul li {
	display: inline-block;
	position: relative;
}
.social-icon.meni_socoal23 ul li ul {
	display: none;
	position: absolute;
	bottom: 15px;
	width: 235px;
	margin-top: -110px;
	left: -60px;
	text-align: left;
	border: 3px solid #ccc;
	padding:0px;
}
.social-icon.meni_socoal23 ul li ul li {
	background: #ffffff;
	display: block;
}
.social-icon.meni_socoal23 ul li ul li a {
	padding: 8px 10px 5px 10px;
	display: block;
	font-size: 13px;
	font-weight: 500;
}
.social-icon.meni_socoal23 ul li ul li a i {
	color: #1ca1f2;
}
.social-icon .co_icon:hover + .social_fb {
	display:block;
	z-index: 999999
}
.social_fb:hover + .social_fb {
	display:block;
	z-index: 999999
}
.social-icon .co_icon1 a:hover + .social_tw {
	display:block;
	z-index: 999999
}
.social-icon .co_icon2 a:hover + .social_insta {
	display:block;
	z-index: 999999
}
.social-icon .co_icon3 a:hover + .social_gp {
	display:block;
	z-index: 999999
}
.social-icon.meni_socoal23 ul li ul li a {
	color:#000!important;
}
.social-icon.meni_socoal23 ul li img {
	width: 100%;
	height: auto;
	padding: 1px;
	max-width: 40px;
	max-height: 40px;
}
.form-control-lg {
padding: .7rem 1rem;
	font-size: 0.9rem;
}
.trending-seedling .thumb-info-wrapper {/*height:250px; overflow:hidden*/
}
/* Inner Page */
h3.breadcumb-title {
	color:#fff;
	line-height: 32px;
}
html .page-header-color.page-header-primary.header-section {
	background-color: #ce125a;
	border-bottom-color: #ce125a;
}
html section.sps-school-usp {
	background-color: #cd1059 !important;
	border-color: #cd1059 !important;
}
html section.sps-school-usp .counters label {
	color:#fff!important;
}
html section.sps-school-usp li {
	color:#fff!important;
}
html section.sps-school-usp li i {
	color:#fff!important;
	border-color: #fff!important;
}
html section.sps-school-usp li a {
	color:#fff!important;
}
#header .header-body {
	border-top: 1px solid #EDEDED;
}
#desktopmenu .logo1 {
	position: absolute;
	top: 5%;
	left: 10%;
}
#desktopmenu .logo1 {
	vertical-align: middle;
	margin: auto;
	display: block;
	position: fixed;
	top: 12%;
	left: 32%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 750px;
}
#desktopmenu .center-box ul li {
	width:50%;
	float:left;
}
#desktopmenu .center-box {
	left: 38%;
	top:45%;
	width:1000px;
}
#desktopmenu .section_menu .buttons a {
	font-size: 20px;
	line-height:30px;
}
.counters .counter a {
	color:#fff;
	text-transform:none;
	display:block;
}
.counters .counter a:hover {
	text-transform:none;
}
.page-header {
	padding: 5px 0;
}
h3 .breadcumb-title {
	color: #fff !important;
}
/*school homepage css*/
.school-landing {
/*padding: 40px 0px 60px;*/
}
.school-landing-box {
	display: flex;
}
.school-landing-left {
	width: 50%;
	float: left;
}
.landing-img-box {
	width: 50%;
	float: left;
	position: relative;
	transition: all 0.7s;
	overflow: hidden;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.landing-img-box img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
.landing-img-box h3 {
	position: absolute;
	display: block;
	top: 50%;
	left: auto;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	padding: 0px 10px;
	line-height: 26px;
	text-transform: uppercase;
	z-index: 999;
}
.content-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	width: 100%;
	height: 0;
 transition: .5s ease;
}
.landing-img-box:hover .content-hover, .landing-img-box-one:hover .content-hover {
	height:100%;
}
.landing-img-box:hover img {
}
 .landing-img-box:hover .content-hover::before, .landing-img-box-one:hover .content-hover::before {
}
.landing-img-box:hover .content-hover {
}
.landing-img-box:hover img {
}
.landing-img-box-one {
	position: relative;
	transition: all 0.7s;
	overflow: hidden;
	border-right: 1px solid #fff;
}
.landing-img-box h3 img {
	margin-bottom: 20px;
	display: inline-block !important;
}
.landing-img-box-one h3 {
	position: absolute;
	display: block;
	top: 50%;
	left: auto;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	padding: 0px 10px;
	line-height: 26px;
	text-transform: uppercase;
	z-index: 999;
}
.landing-img-box-one img {
	width: 99.85%;
}
.landing-img-box-one:hover img {
}
.landing-img-box-one:hover .content-hover {
	opacity: 1;
	transition: all 0.7s;
}
.clr {
	clear: both;
}
/* */
.rolling-admission {
	position: fixed;
	right: 0;
	z-index: 9999;
	top: 40%;
	display: none;
}
.tooltip1 {
	position: relative;
}
.tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 10%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
 .tooltip1 .tooltiptext::after {
 content: "";
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 border-width: 5px;
 border-style: solid;
 border-color: #555 transparent transparent transparent;
}
.tooltip1:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	z-index: 999999;
}
p {
	color:#333!important;
}
.foot_enquiry {
	display:none;
}
.forbes-school {
	position: absolute;
	top:12%;
	z-index: 9;
}
.forbes-school img {
	width:180px;
	height:84px;
}

/* Media Query */

@media (max-width: 460px) and (min-width: 320px) {
 #header .header-nav-main {
display:block!important;
}
.header-logo img {
width:275px;
}
/*.slider-container{margin-top:0px;}*/
#header .header-container {
background-color:#1f3777;
}
#header .header-btn-collapse-nav {
background-color:#de0b5c;
}
.announcements .label::after {
display:none;
}
 .schools-div .school-img img {
width:100%;
height:auto;
}
.academics-div .school-img img {
width:100%;
height:auto;
}
.torchbearer-div .school1, .torchbearer-div .school2, .torchbearer-div .school3, .torchbearer-div .school4, .torchbearer-div .school5 {
width:50%;
flex-basis:unset;
margin-bottom:15px;
flex-grow: unset;
}
/*.academics-div .school1, .academics-div .school2, .academics-div .school3,  .academics-div .school4, .academics-div .school5{width:34%; flex-basis:auto; margin-bottom:15px;}*/
.torchbearer-div h2 {
font-size: 14px;
}
section.torchbearer-section {
background-color:#fec107;
background-image:none;
padding-top: 0px;
}
.affiliation-logo img {
width: 28%;
}
#footer {
background-color:#080a3d;
background-image:none;
}
.foot_enquiry {
width: 100%;
text-align: center;
border-left: 1px solid #86060c;
position: fixed;
bottom: 0px;
z-index: 999999;
background-color: #de0b5c;
padding: 3%;
display:block;
}
.foot_enquiry a {
color:#fff;
font-size:18px;
font-weight:600;
}
.landing-img-box-one {
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.landing-img-box-one {
width: 100%;
}
.landing-img-box-one h3 {
font-size: 16px;
}
.landing-img-box h3 {
font-size: 16px;
}
.school-landing-left {
width: 100%;
float: left;
}

/*------------Added by Nitin-----------*/
.owl-carousel {
max-width: 336px !important;
}
.owl-carousel.owl-drag .owl-item {
max-width: 336px !important;
}
.social-icon ul {
margin: 0;
padding-left: 0px !important;
}
#footer .footer-copyright nav {
float: left;
}
.tp-parallax-wrap {
left:15px !important;
}
/*------------Added by Nitin-----------*/
#footer .footer-copyright {
margin-bottom: 50px;
}
p {
color: #333!important;
font-size: 16px;
}
.forbes-school {
display:none;
}
}
.sch-info {
	text-align: center;
	padding-top :5px;
	padding-bottom: 5px;
}
.sch-info .newsletter {
	color: #111;
}
.newsletter p {
	margin: 0px;
	line-height: 20px;
}
.sch-info h5 {
	margin: 7px 0 0;
}
#myModal button.close {
	position: absolute;
	top: 0px;
	right: 2px;
	font-size: 20px;
	z-index: 1;
	color: #000;
	opacity: 1;
	outline: none;
}
.sch-info span {
	display: block;
	margin: 4px 0;
	font-size: 15px;
	text-transform: capitalize;
}
.bg-gr {
	background-color: #fecc01;
	background-image: linear-gradient(315deg, #fecc01 0%, #ffffff 90%);
}
.bg-gry {
	background-color: #fecc01;
	background-image: linear-gradient(315deg, #fecc01 0%, #ffffff 90%);
}
.bg-grey {
	background: #fecc00;
}
#myModal .modal-body {
	padding: 0;
	overflow: hidden;
}
#myModal .modal-header {
	padding: 10px 10px 0 10px;
}
#myModal .modal-header h3 {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}
/* COLORS
========================================== */

$gray: #3e4146;
$blue: #689bf6;
$yellow: #ffd84c;
$orange: #f66867;
$purple: #8e6ac1;
$white: #ffffff;
$black: #000000;

/* MIXINS
========================================== */

@animation($animation) {
 -webkit-animation: # {
$animation
};
 -moz-animation: # {
$animation
};
 -o-animation: # {
$animation
};
 animation: # {
$animation
};
}
 @animation-delay($animation-delay) {
 -webkit-transition-delay: # {
$animation-delay
};
 -moz-transition-delay: # {
$animation-delay
};
 -o-transition-delay: # {
$animation-delay
};
 transition-delay: # {
$animation-delay
};
}
 @keyframes($keyframes) {
 @-webkit-keyframes # {
$keyframes
} {
@content;
}
 @-moz-keyframes # {
$keyframes
} {
@content;
}
 @-o-keyframes # {
$keyframes
} {
@content;
}
 @keyframes # {
$keyframes
} {
@content;
}
}
 @transform($transform) {
 -webkit-transform: $transform;
 -moz-transform: $transform;
 -ms-transform: $transform;
 -o-transform: $transform;
 transform: $transform;
}
 @transition($transition) {
 -webkit-transition: # {
$transition
};
 -moz-transition: # {
$transition
};
 -o-transition: # {
$transition
};
 transition: # {
$transition
};
}
 @transition-delay($transition-delay) {
 -webkit-transition-delay: # {
$transition-delay
};
 -moz-transition-delay: # {
$transition-delay
};
 -o-transition-delay: # {
$transition-delay
};
 transition-delay: # {
$transition-delay
};
}
/* KEYFRAMES
========================================== */

@keyframes float {
 0% {
 transform: translatey(0px);
 transform: translatex(0px);
}
 50% {
 transform: translatey(-30px);
 transform: translatex(20px);
}
 100% {
 transform: translatey(0px);
 transform: translatex(0px);
}
}
#myModal .btn-default {
	background: #CF125A;
	color: #fff;
}
/*New Home Psgees css*/



/*Slick Arrow*/
.arrow-layout-2 .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translate(0px, -50%);
	transition: 0.3s all;
	font-size: 0;
	overflow: hidden;
	z-index: 1;
}
.arrow-layout-2 .slick-arrow {
	font-size: 0px;
	top: 120px;
}
.arrow-layout-2 button {
	background: #fff;
}
.arrow-layout-2 .slick-arrow:after {
	background: #fff;
	border-color: #fff;
	color: #c4054a;
	font-family: 'Font Awesome 5 Free';
	padding: 5px;
	font-size: 13px;
	font-weight: 900;
	border:none;
}
.arrow-layout-2 .slick-prev {
	left: -17px;
}
.arrow-layout-2 .slick-next {
	right: -17px;
}
.arrow-layout-2 .slick-prev:after {
	content: "<";
}
.arrow-layout-2 .slick-next:after {
	content: ">";
}
.arrow-layout-2.sidebar-arrow .slick-arrow {
	transform: translate(0px, 0%);
	top: auto;
	bottom: 0;
}
.arrow-layout-2.sidebar-arrow .slick-arrow.slick-prev {
	left: 0;
}
.arrow-layout-2.sidebar-arrow .slick-arrow.slick-next {
	right: 0;
}
button.slick-next.slick-arrow {
	border:none;
}
button.slick-prev.slick-arrow {
	border:none;
}
/*slick bullets*/
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.slick-dots li {
	padding: 0;
	line-height: 0;
}
.slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	background: #fff;
	margin: 0 5px;
	transition: 0.6s all;
	border: 2px solid #c4054a;
}
.slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
	border-radius: 50px;
	background: #c4054a;
	border: 2px solid #c4054a;
}
/* Header Css*/




.pdf-button{    background-image: linear-gradient(#dfdfdf, #eeeeee, #dfdfdf);
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 53px 0px; text-align: center;
}
.pdf-button a{color: #fff; background: #b7094e; padding: 20px 30px; text-decoration: none; font-size: 17px;}



/* topbar*/
.header-1 .topbar-1 {
	background: #b7094e;
	padding: 10px 0px;
}
.header-1 .topbar-1 .topbar-content {
	display: flex;
	justify-content: space-around;
	color: #fff;
}
.header-1 .topbar-1 .topbar-content .topbar-left {
	padding-top: 10px;
}
.header-1 .topbar-1 .topbar-content .topbar-left span a, .header-1 .topbar-1 .topbar-content .topbar-right span a {
	color: #fff;
	text-decoration: none;
}
.header-1 .topbar-1 .topbar-content .topbar-left span i, .header-1 .topbar-1 .topbar-content .topbar-right span i {
	padding: 0px 5px;
}
.header-1 .topbar-1 .topbar-content .topbar-left span a:hover {
	border-bottom: 1px solid #fff;
}
.header-1 .topbar-1 .topbar-content .topbar-right span a:hover {
	border-bottom: 1px solid #fff;
}
/* main-navication*/

.header-1 .main-navication {
	background: #223671;
	padding: 15px 0px;
	position: relative;
}
.header-1 .main-navication .nav-1 {
	display: flex;
	justify-content: space-between;
}
.header-1 .main-navication .nav-1 .menu-1 ul {
	margin-bottom: 0px;
}
.header-1 .main-navication .nav-1 .menu-1 li {
	list-style: none;
	display: inline-block;
	padding: 15px 9px;
}
.header-1 .main-navication .nav-1 .menu-1 li a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 17px;
}
.header-1 .main-navication .nav-1 .menu-1 a:hover {
	color: #b7094e;
	transition: 0.8s;
}
.header-1 .main-navication .nav-1 .menu-1 .toggle-1 {
	position: relative;
}
.header-1 .main-navication .nav-1 .menu-1 .toggle-1:hover .slide-1 {
	display: block;
	transition: 0.8s;
}
.header-1 .main-navication .nav-1 .menu-1 .slide-1 {
	position: absolute;
	z-index: 9;
	background: #c4054a;
	width: 250px;
	padding: 10px 10px;
	top: 45px;
	display: none;
}
.header-1 .main-navication .nav-1 .menu-1 .slide-1 ul {
	padding-left: 0px;
}
.header-1 .main-navication .nav-1 .menu-1 .slide-1 li a:hover {
	color: #223671;
}
.header-1 .main-navication .nav-1 .menu-1 .slide-1 li {
	display: block;
	padding: 10px 10px;
}
.header-1 .main-navication .toggle {
	display: none;
}
/* Slider*/
.slider img {
	width: 100%;
}
.slider .carousel-item img {
	position: relative;
}
.slider .slider-content {
	background: #fff;
	opacity: .8;
	width: 400px;
	padding: 25px 25px;
	position: absolute;
	bottom: 23%;
	left: 5%;
	border-radius: 40px 10px 40px 10px;
}
.slider .carousel-inner .item-00 {
	background-image: url('../img/slideres-00.jpg');
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider .carousel-inner .item-0 {
	background-image: url('../img/slideres-0.jpg');
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider .carousel-inner .item-1 {
	background-image: url('../img/slideres-3.jpg');
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider .carousel-inner .item-2 {
	background-image: url('../img/slideres-2.jpg');
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider .carousel-inner .item-3 {
	background-image: url('../img/slideres-1.jpg');
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slider .slider-content .slider-heading h4 {
	color: #000;
	padding: 10px 0px;
	font-size: 20px;
}
.slider .slider-content form select {
	width: 100%;
	padding: 7px;
	border: 1px solid #b7094e;
	background: none;
	color: #777;
}
.slider .slider-content form input {
	width: 100%;
	padding: 7px;
	border: 1px solid #b7094e;
	background: none;
	color: #777;
}
.slider-button {
	margin-top: 35px;
}
.slider-button a {
	background: #c4054a;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 7px;
}
.slider-button a:hover {
	background: #223671;
}
.slider .carousel-control-next, .carousel-control-prev {
	width: 2%;
}
.slider .carousel-control-prev-icon {
	background: #000;
	padding: 10px 25px 30px 30px;
}
.slider .carousel-control-next-icon {
	background: #000;
	padding: 10px 30px 30px 20px;
}
.slider .carousel-control-next {
	right: 10px;
}
/* About Us*/
.section-padding {
	padding: 50px 0px;
}
.about img {
width: 100%:;
}
.about .about-content .about-heading h4 {
	font-size: 32px;
	font-weight: 700;
}
.about .about-content .about-heading h4 span {
	color: #c4054a;
}
.about .about-content .about-description p {
	font-size: 15px;
	line-height: 24px;
	color: #777;
	padding: 15px 0px;
}
.about .about-content .about-button a {
	background: #c4054a;
	padding: 10px 25px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
}
.about .about-content .about-button a:hover {
	background: #223671;
}
.about .carousel-indicators {
	bottom: -40px;
}
.about .carousel-indicators li {
	height: 12px;
	width: 12px;
	background: #c4054a;
	margin: 4px;
	border-radius: 50px;
	border-top: none;
	border-bottom: none;
}
/* Why Choos Us*/
.why-choos {
	background-attachment: fixed;
	z-index: -2;
}
.why-choos img {
	width: 100%;
}
.why-choos .choos-heading h4 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	z-index: 99;
	font-weight: 700;
	padding: 5px 0px;
	text-transform: uppercase;
}
.why-choos .choos-discription p {
	font-size: 15px;
	color: #dedede;
}
.why-choos .choos-cont {
	background: #fff;
	padding: 20px;
	height: 240px;
	border-radius: 10px;
}
.why-choos .choos-cont .box {
	display: flex;
}
.why-choos .choos-cont .box .box-icon i {
	height: 80px;
	width: 80px;
	border-radius: 50px;
	background: #000;
	padding: 23px;
	color: #fff;
	font-size: 30px;
	margin-right: 15px;
}
.why-choos .choos-cont .box .icon-1 i {
	background-image: linear-gradient(to right, #2fcb7a, #82d048);
}
.why-choos .choos-cont .box .icon-2 i {
	background-image: linear-gradient(to right, #ffa307, #ff6748);
}
.why-choos .choos-cont .box .box-text h5 {
	color: #c4054a;
	font-weight: 700;
}
.why-choos .choos-cont .box .box-text p {
	font-size: 13px;
	color: #777;
}
/* admisition*/
.admisition {
	padding: 100px 0px;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.admisition img {
	width: 100%;
}
.admisition .admisition-con {
	color: #fff;
	text-align: center;
}
.admisition .admisition-con h4 {
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	padding: 20px 0px;
	line-height: 50px;
}
.admisition .contact li {
	list-style: none;
}
.admisition .admisition-con .admisition-button {
	display: flex;
	justify-content: center;
}
.admisition .admisition-con .admisition-button .button-1 {
	background: #c4054a;
	padding: 10px 25px;
	border-radius: 10px;
	margin: 0px 10px;
}
.admisition .admisition-con .admisition-button .button-1 a {
	color: #fff;
	text-decoration: none;
}
.admisition .admisition-con .admisition-button .button-1:hover {
	background: #223671;
	transition: 0.8s;
}
/* School*/
.schools img {
	width: 100%;
}
.clear {
	clear: both;
}
.teacher {
	padding: 50px 40px;
}
.schools {
	background-attachment: fixed;
	padding: 50px 40px;
}
.schools .school-heading {
	text-align: center;
	width: 650px;
	margin: auto;
}
.schools .school-heading h4 {
	font-size: 32px;
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
}
.schools .school-heading h4 span {
	color: #c4054a;
}
.schools .school-heading p {
	font-size: 15px;
	color: #777;
}
.schools .school-box .box {
	float: left;
	width: 18%;
	margin: 10px 10px;
}
.schools .school-box .box .school-text {
	background: #fff;
	text-align: center;
	height: 260px;
	padding: 0px 10px;
	margin-top: -30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.schools .school-box .box .school-text-1 {
	background: #fff;
	text-align: center;
	padding: 0px 10px;
	margin-top: -30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.schools .school-box .box .school-text .icon i {
	background: #c4054a;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	padding-top: 17px;
	position: relative;
}
.schools .school-box .box .school-text .name h5 {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.schools .school-box .box .school-text-1 .name h5 {
	font-size: 18px;
	font-weight: 800;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.schools .school-box .box .school-text .name h5:hover {
	color: #223671;
	transition: 0.8s;
}
.schools .school-box .box .school-text .text-con p {
	font-size: 13px;
	color: #777;
}
.schools .school-box .box .school-text .button {
	padding-bottom: 20px;
}
.schools .school-box .box .school-text .button a {
	background: #223671;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.schools .school-box .box .school-text .button a:hover {
	background: #c4054a;
	transition: 0.8s;
}
/* Images Hover */
.animate figure {
	position: relative;
}
.animate figure::before {
 position: absolute;
 top: 0;
 left: -75%;
 z-index: 2;
 display: block;
 content: '';
 width: 50%;
 height: 100%;
 background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
 background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
 -webkit-transform: skewX(-25deg);
 transform: skewX(-25deg);
}
.animate figure:hover::before {
 -webkit-animation: shine .75s;
 animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* Zoom In #1 */
.zoom {
	overflow: hidden;
	z-index: 0;
}
.zoom img {
	-webkit-transform: scale(1);
	transform: scale(1);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.zoom:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	z-index: 0;
}
/*********************** Demo - 1 *******************/
.box1 img, .box1:after, .box1:before {
	width: 100%;
	transition: all 0.3s ease 0s;
}
.box1 .icon, .box4 {
	text-align: center;
}
.box1:after, .box1:before, .box4:before {
	content: "";
}
.box1, .box4 {
	overflow: hidden;
}
.box1 .title, .box4 .title {
	letter-spacing: 1px;
}
.box4 .post {
	font-style: italic;
}
.box1 .icon, .box1 .title {
	margin: 0;
	position: absolute;
}
.box1 {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	position: relative;
}
.box1:after, .box1:before {
	height: 50%;
	background: #223671;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform-origin: 100% 0;
	transform: rotateZ(90deg);
	opacity: .7;
}
.box1:after {
	top: auto;
	bottom: 0;
	transform-origin: 0 100%;
}
.box1:hover:after, .box1:hover:before {
	transform: rotateZ(0);
}
.box1 img {
	height: auto;
	transform: scale(1) rotate(0);
}
.box1:hover img {
	filter: sepia(80%);
	transform: scale(1.3) rotate(10deg);
}
.box1 .icon {
	padding: 7px 5px;
	list-style: none;
	background: #c4054a;
	border-radius: 0 0 0 10px;
	top: -100%;
	right: 0;
	z-index: 2;
	transition: all 0.3s ease 0.2s;
}
.box1:hover .icon {
	top: 0;
}
.box1 .icon li {
	display: block;
	margin: 10px 0;
}
.box1 .icon li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.box1 .icon li a:hover {
	color: #fff;
	box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff;
}
/*********************** Demo - 4 *******************/
.box4 {
	position: relative;
}
.box4:before {
	width: 0;
	height: 200%;
	background: #c4054a;
	position: absolute;
	top: 0;
	left: -250px;
	opacity: .5;
	bottom: 0;
	transform: skewX(-36deg);
	transition: all 0.5s ease 0s;
}
.box4:hover:before {
	width: 200%;
}
.box4 img {
	width: 100%;
	height: auto;
}
.box4 .box-contents {
	width: 100%;
	height: 100%;
	padding-top: 20%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	transition: all 0.3s ease 0s;
}
.box4 .icon, .box5 .icon {
	list-style: none;
	padding: 0;
}
.box4:hover .box-contents {
	transform: scale(1);
}
.box4 .title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}
.box4 .post {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
.box4 .icon {
	margin: 0;
}
.box4 .icon li {
	display: inline-block;
}
.box4 .icon li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	background: #fff;
	color: #ee4266;
	margin-right: 10px;
	transition: all 0.3s ease 0s;
}
.box5 .icon, .box5 .icon li {
	display: inline-block;
}
.box4:hover:before {
	width: 300%;
}
/* Academic*/
.academi {
	background-attachment: fixed;
}
.academi img {
	width: 100%;
}
.academi .academi-heading {
	width: 650px;
	margin: auto;
}
.academi .academi-heading h4 {
	font-size: 32px;
	font-weight: 700;
	padding: 10px 0px;
	text-transform: uppercase;
}
.academi .academi-heading h4 span {
	color: #c4054a;
}
.academi .academi-heading p {
	font-size: 15px;
}
.academi .academi-box .box-content {
	background: #223671;
	padding: 10px;
}
.academi .academi-box .box-content h4 {
	color: #fff;
	font-size: 18px;
}
.academi .academi-box .box-content h4:after {
	background: #ccc;
	width: 50px;
	height: 2px;
	display: block;
	content: "";
	margin: 10px 0px;
}
.academi .academi-box .box-content h5 a {
	color: #fff;
	font-size: 16px;
}
.academi .academi-box .box-content h5 a:hover {
	color: #c4054a;
	transition: 0.8s;
}
/* at-school*/
.at-school {
	background-attachment: fixed;
	z-index: -2;
}
.at-school img {
	width: 100%;
}
.at-school .at-school-content {
	text-align: center;
	color: #fff;
}
.at-school .at-school-content h4 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
}
.at-school .at-school-content h5 {
	font-size: 14px;
}
.at-school .at-school-content p {
	color: #fff;
	padding: 20px;
}
.at-school .at-school-content a {
	background: #c4054a;
	padding: 15px 25px;
	color: #fff;
	border-radius: 7px;
	text-decoration: none;
}
/* Testimonial*/
/*.testimonial {
	background-image: url("../images/eap-bg.jpg") !important;
}*/
.prents {
	background-attachment: fixed;
	z-index: -2;
}
.testimonial img {
	width: 100%;
}
.prents-content {
	background: #223671;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.prents-content .box-1 {
	display: flex;
	justify-content: space-between;
	border-bottom:  1px solid #ccc;
	padding: 10px 0px;
}
.prents-content .box-1 .box-images {
	display: flex;
	align-items: center;
}
.prents-content .box-1 .box-images .images-content h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}
.prents-content .box-1 .box-images .images-content {
	padding-top: 5px;
	padding-left: 15px;
}
.prents-content .box-1 .box-images .images-content p {
	color: #fff;
	font-size: 13px;
	margin-bottom: 0px;
}
.prents-content .box-cont {
	padding: 10px 0px;
	text-align: center;
}
.prents-content .box-cont p {
	font-size: 13px;
	color: #fff;
}
.prents-content .box-cont li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	color: #fff;
}
/* Tranding*/
  .tranding {
	background-attachment: fixed;
	z-index: -2;
	height: 680px;
}
.tranding img {
	width: 100%;
}
.tranning-heading h4 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0px;
}
.tranning-heading p {
	color: #fff;
	font-size: 15px;
}
.fb-page {
    width: 270px !important;
}
 .banner-tabs .tab-pane [class^="col-"], .banner-tabs .tab-pane [class*=" col-"] {
 padding-left: 10px;
 padding-right: 10px;
}
.banner-tabs {
	margin-top: 0;
	/*background: url('../images/black_mamba.png');*/
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
}
.banner-tabs .tabs .nav-tabs .nav-item .nav-link {
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
}
.tabs .nav-tabs {
	border: none;
}
.tabs ul {
	justify-content: center;
}
.tabs .nav-tabs .nav-item {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tabs .nav-tabs .nav-item .nav-link:hover, .tabs .nav-tabs .nav-item .nav-link.active {
	background: #fff;
	color: #de0b5c;
	border: none;
	border-radius: 10px;
}
.tabs .nav-tabs .nav-item .nav-link {
	background: none;
	border-radius: 0;
	border: none;
	color: #fff;
	font-weight: 600;
	padding: 12px 40px;
	display: block;
	z-index: 10;
	position: relative;
}
/* Map*/
.map {
	position: relative;
}
.map .contact-map iframe {
	height: 500px;
	width: 100%;
	border:none;
}
.map .map-fprm .form-box {
	background: #fff;
	width: 400px;
	padding: 20px;
	position: absolute;
	top: 50px;
	right: 100px;
}
.map .map-fprm .form-box h5 {
	color: #c4054a;
}
.map .map-fprm .form-box p {
	color: #777;
	font-size: 13px;
}
.map .map-fprm .form-box form input {
	width: 100%;
	padding: 5px 5px;
	font-size: 13px;
	margin: 7px 0px;
}
.map .map-fprm .form-box form select {
	width: 100%;
	padding: 5px 5px;
	font-size: 13px;
	margin: 7px 0px;
}
.map .map-fprm .form-box form textarea {
	width: 100%;
	padding: 5px 5px;
	font-size: 13px;
	margin: 7px 0px;
	height: 90px;
}
.map .map-fprm .form-box .form-button {
	margin: 10px 0px;
}
.map .map-fprm .form-box .form-button a {
	background: #c4054a;
	padding: 10px 35px;
	color: #fff;
	text-decoration: none;
	border-radius: 7px;
}
.map .map-fprm .form-box .form-button a:hover {
	background: #223671;
	transition: 0.8s;
}
/* Patner*/
.patner .patner-cont {
	text-align: center;
}
.patner .patner-cont li {
	list-style: none;
	display: inline-block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 10px 10px;
}
/* Hunt-text*/
.hunt-text {
	padding: 50px 0px;
	background-image: url('../img/atschool.jpg');
	color: #fff;
	background-attachment: fixed;
	margin-top: -35px;
}
.hunt-text p {
	font-size: 14px;
	margin-bottom: 4px;
}
/* insterst-form*/

.form {
	background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
}
.insterst-form .form input {
	padding: 5px 5px;
	border: 2px solid #000;
	width: 100%;
}
.insterst-form .form label {
	font-size: 14px;
}
.insterst-form .form select {
	padding: 7px 5px;
	border: 2px solid #000;
	width: 100%;
}
.insterst-form .form .botton {
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.insterst-form .form .botton a {
	background: #c4054a;
	padding: 10px 35px;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
}
.insterst-form .form p {
	padding-left: 20px;
}
/* footer*/
.footer-1 {
	background: #c4054a;
	border-bottom: 1px solid #ccc;
}
.footer-1 .footer-box .footer-heading h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
}
.footer-1 .footer-box .footer-heading h5:hover {
	color: #223671;
	transition: 0.8s;
}
.footer-1 .footer-box .footer-heading p {
	color: #fff !important;
	font-size: 13px;
}
.footer-1 .footer-box ul {
	margin-left: 0px;
	padding-left: 0px;
}
.footer-1 .footer-box .address li {
	list-style: none;
	color: #fff;
	font-size: 14px;
	padding: 3px 0px;
}
.footer-1 .footer-box .address li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.footer-1 .footer-box .social li {
	list-style: none;
	display: inline-block;
	padding: 10px 10px;
}
.footer-1 .footer-box .social li a {
	color: #fff;
}
.footer-1 .footer-box .social li a:hover {
	color: #223671;
	transition: 0.8s;
}
.footer-1 .footer-box .social li a i {
	font-size: 18px;
}
.copy-right-1 {
	background: #c4054a;
	padding: 20px 0px;
}
.copy-right-1 .copy-con {
	display: flex;
	justify-content: space-between;
}
.copy-right-1 .copy-con .left li {
	list-style: none;
	display: inline-block;
	padding: 0px 10px;
}
.copy-right-1 .copy-con .left li a {
	color: #fff;
	text-decoration: none;
}
.copy-right-1 p {
	margin-bottom: 0px;
	color: #fff !important;
}
/* alumuni  */
.alumuni {
	background: #e4e4e4;
	margin-top: -35px;
}
.alumuni .sps-school .alumni-heading {
	padding: 10px 20px;
	border-bottom: 1px solid #000;
}
.alumuni .sps-school .alumni-heading {
	background: #c4054a;
	color: #fff;
}
.alumuni .sps-school .alumni-heading h4 {
	margin-bottom: 0px;
	color: #fff;
}
.alumuni .sps-school .alumni-heading h4 span {
	float: right;
}
.alumuni .sps-school .alumni-headings {
	padding: 10px 20px;
	border-bottom: 1px solid #000;
}
.alumuni .sps-school .alumni-headings {
	background: #c4054a;
	color: #fff;
}
.alumuni .sps-school .alumni-headings h4 {
	margin-bottom: 0px;
	color: #fff;
}
.alumuni .sps-school .alumni-headings h4 span {
	float: right;
}
.alumuni .sps-school .alumni-heading-1 {
	padding: 10px 20px;
	border-bottom: 1px solid #000;
}
.alumuni .sps-school .alumni-heading-1 {
	background: #c4054a;
	color: #fff;
}
.alumuni .sps-school .alumni-heading-1 h4 {
	margin-bottom: 0px;
	color: #fff;
}
.alumuni .sps-school .alumni-heading-1 h4 span {
	float: right;
}
.alumuni .sps-school .section-content {
	padding: 20px;
	background: #fff;
	display: none;
}
.alumuni .sps-school .section-contents {
	padding: 20px;
	background: #fff;
	display: none;
}
.alumuni .sps-school .section-contentes {
	padding: 20px;
	background: #fff;
}






.mfp-iframe-holder .mfp-content{
	max-width: 1400px;
}


/*.about-table tr td a:nth-child(1) {
  background: red;
}*/

tr td a:nth-child(odd) {
  color: red;
}


/* Online class pages css*/
.online-class{padding: 50px 0px;}
.online-class .section-header-1{
	text-align: center;
	margin-bottom: 30px;
}
.online-class .section-header-1 h1{font-size: 40px; font-weight: 700;}



.about-table td{
	border: none;
}

.sps-gallery{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.sps-gallery a{
	background-color: #c4054a;
	color: #fff;
	padding: 10px 30px;
	border-radius: 7px;
}
.sps-gallery a:hover{
	background-color: #000;
	text-decoration: none;
}
/*.about-table a{

   animation: Color 4s linear infinite;
 -webkit-animation: Color 4s ease-in-out infinite;
  text-shadow: 10px 10px #F0F0F0;
}

@keyframes Color{
  0%{
    color:#000;
  }
  
  20%{
    color:#f00;
  }
  
  40%{
    color: blue;
  }
  
  60%{
    color:green;
  }
  
  80%{
    color:#000;
  }
  
  100%{
    color: #ccc;
  }
}

@-moz-keyframes Color{
  0%{
    color:#000;
  }
  
  20%{
    color:#f00;
  }
  
  40%{
    color: blue;
  }
  
  60%{
    color:green;
  }
  
  80%{
    color:#000;
  }
  
  100%{
    color: #ccc;
  }
}

*/










    /*=========== Responsive =============== */
@media (max-width: 1450px) {
    .subheaders{background-image: url('../img/landing-1400.jpg');}

}

@media (max-width: 1350px) {
    .subheaders{background-image: url('../img/landing-1300.jpg');}

}

@media (max-width: 1250px) {
    .subheaders{background-image: url('../img/landing-1200.jpg');}

}

@media (max-width: 1150px) {
    .subheaders{background-image: url('../img/landing-1100.jpg');}

}

@media (max-width: 1024px) {
    /* --header-- */
     .header-1 {
position: fixed;
width: 100%;
top: 0px;
z-index: 99;
}
 .header-1 .main-navication .toggle {
display: block;
position: absolute;
top: 20px;
right: 20px;
}
.header-1 .main-navication .toggle a {
color: #fff;
font-size: 20px;
}
 .header-1 .main-navication .nav-1 {
display: block;
}
.header-1 .main-navication .nav-1 .menu-1 li {
display: block;
border-bottom: 1px solid #777;
}
.header-1 .main-navication .nav-1 .menu-1 {
background: #fff;
padding: 20px 20px;
margin: 15px;
border-radius: 5px;
display: none;
}
.header-1 .main-navication .nav-1 .menu-1 li a {
color: #0088cc;
}
.main{margin-top: 149px;}
.arrow-layout-2 .slick-prev {
left: 2px;
}
.arrow-layout-2 .slick-next {
right: 2px;
}

 .slider {
 margin-top: 124px;
}

 .slider .slider-content {

bottom: 7%;
}
.covid{margin-top: 150px;}
.covid .images img{width: 100%;}
.about {
background-image: none !important;
}
 .slider .carousel-control-next {
 right: 17px;
}
.schools .school-box .box {
width: 31%;
}
.subheaders{margin-top: 149px; }
.subheaders .slider-content-1{left: 36%;}

}

@media (max-width: 1000px) {
   .subheaders{background-image: url('../img/landing-1000.jpg');}
}

 @media (max-width: 992px) {
 .schools .school-box .box {
width: 46%;
}
}
 @media (max-width: 768px) {

 	.why-choos{background-image: none !important; background: #b7094e;}
 	 .schools{background: #fff; background-image: none !important;}
 	 .academi{background: #f3f0f0; background-image: none !important;}
 	 .at-school{background: #223671; background-image: none !important;}
 	 .prents{background: #fff !important; background-image: none !important;}
 	
 	 .subheaders .slider-content-1{top: 64%;}
 	
 .schools .school-heading {
width: 100%;
}
.tranding{height: auto;}
.about {
background: none;
}
 .academi .academi-heading {
width: 100%;
}
 .map .contact-map iframe {
height: 700px;
}
}
 @media (max-width: 767px) {
 .slider .slider-content {
bottom: 0%;
top: 10px;
}
.admisiton-form{flex-direction: column-reverse;}
.slider .carousel-control-next {
right: 22px;
}
.copy-right-1 .copy-con {
display: block !important;
text-align: center;
}
}
}
 @media (max-width: 747px) {
.schools .school-box .box {
width: 100% !important;
}
.copy-right-1 .copy-con {
display: block !important;
text-align: center;
}
}
 @media (max-width: 595px) {
 .schools .school-box .box {
width: 100% !important;
}
.subheaders .slider-content-1{left: 20%}
 .admisition .admisition-con .admisition-button {

display: block;
}
 .admisition .admisition-con .admisition-button .button-1 {
margin: 15px 10px;
}
}
 @media (max-width: 576px) {
 .slider .slider-content {
left: 3%;
width: 95%;
}
 .about .about-content .about-heading h4 {
font-size: 28px;
}
 .why-choos .choos-heading h4 {
font-size: 28px;
}
.schools .school-heading h4 {
font-size: 28px;
}
.academi .academi-heading h4 {
font-size: 28px;
}
.at-school .at-school-content h4 {
font-size: 28px;
}
.tranning-heading h4 {
font-size: 28px;
}
 .map .map-fprm .form-box {
width: 95%;
left: 3%;
}
.slider .carousel-control-next {
right: 22px;
}
 .why-choos .choos-cont .box {
 display: block;
text-align: center;
}
 .why-choos .choos-cont {
height: 450px;
}
.tabs .nav-tabs .nav-item .nav-link {
padding: 6px 19px;
}
 .academi .academi-heading {
width: 100%;
}


.banner{
	margin-top: 186px;
}
}



 @media (max-width:453px) {
.header-1 .topbar-1 .topbar-content {
display: block;
text-align: center;
}
.header-1 .topbar-1 .topbar-content .topbar-left {
padding-bottom: 5px;
}

.subheaders{background-image: url('../img/land-pages.jpg');}
.subheaders .slider-content-1 {
    background: rgba(255, 255, 255, 0.4);
    
    width: 100%;
    padding: 25px 25px;
    position: absolute;
    bottom: 7%;
    right: 0%;
    left: 0px;
   height: 52%; 
}

 }

 @media (max-width:425px) {
.header-1 .topbar-1 .topbar-content {
display: block;
text-align: center;
}
.subheaders{background-image: url('../img/landing-2.jpg');}
.header-1 .topbar-1 .topbar-content .topbar-left {
padding-bottom: 5px;
}
.header-1 .logo img {
width: 250px;}
 .slider{margin-top: 167px;}
 .slider .slider-content {

width: 300px;
left: 10px;
}
.slider .carousel-inner .item-1 {
padding: 0px 30px;
}
.tabs .nav-tabs .nav-item {
margin-right: 4px;
}
.sub-bottom ul li h2 {
font-size: 19px;
}
}

.banner-modal .carousel-control-prev{
	left: 3%;
}
.banner-modal .carousel-control-prev{
	width: initial;
}


