@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {font-family: 'Poppins', sans-serif; font-size:14px;	color:#444;	line-height:30px; margin:0px; font-weight:300; background-color:#fff; }

body, html{	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	user-select: none; height: 100%; }	

html {  scroll-behavior: smooth;}

a{transition: all 0.5s ease-in 0s; text-decoration:none; outline:none;}

a:focus, a:active,  a, focus, select {border:0px; outline:none;}

.clear{clear:both;}

p{margin-top:0px; }

img {border:0px;}

form{margin:0px;}

input {outline:none;}

* {box-sizing:border-box; }

.grid-1280 {display:table; width:1280px; margin:auto;}


h2 {font-weight: 700;  font-size: 32px; color: #000;  font-weight:600; line-height:130%; }

h2::after {display:block; content:''; width:40px; height:2px; background-color:#ffd800; margin:20px 0px;}

#mixedSlider2 .MS-content .item img {    float: left;    width: 100%;}





.slider-list li {list-style:none; padding:0px; margin:0x;}

.slider-list {margin:0px; padding:0px;}








/* header */

header {color:#fff; width:100%; background-color:#fff;  display:block; transition: all 0.5s ease-in 0s; position: fixed; left: 0px; top:0px; z-index: 10000; height:80px; border-top:3px solid #be1035;}

header.darker { background-color: #fff; box-shadow: 0px 0px 2px 2px #ccc; height:55px;}

header.darker .logo img  {height:40px;  }

header.darker .logo {margin: 5px 10px;}

header.darker .top-navigation {  margin-top:11px; }

header.darker .login {margin-top:8px;}

.fullsize-banner {background-color:#eee; background-image:url(../images/banner2.jpg); background-size:cover; }

.logo {display:inline-block; margin: 10px 10px; transition: all 0.5s ease-in 0s;}
 
.logo img {margin-right: 0px; float: left; transition: all 0.5s ease-in 0s; height:55px;}

header.darker .top-right {margin:18px 18px 0px 18px;}

.top-navigation { display:inline-block; float:right; margin-top:25px; margin-right:0px;}

.top-navigation a { text-transform:uppercase; color:#333; margin-right:30px;}

.top-navigation .active {color:#be1035; font-weight:600; border-bottom:1px solid #be1035;}

.login {display:inline-block; float:right; margin-top:22px; margin-right:15px; }

.login a { background-color:#be1035; color:#fff; text-transform:uppercase; font-weight:400; padding:7px 20px; }

.login a:hover {background-color:#243762;}


.banner-caption {position:absolute; z-index:1000; width:100%; padding-top:35%; color:#fff; text-align:left; }

.banner-text {background-color:#be0f34; width:550px; padding:30px; text-align:left;}

.banner-text h1 {color:#fff; font-family:poppins; font-weight:700; text-align:left; margin:0px; font-size:30px; line-height:120%;}

.banner-text h2 {color:#fff; font-family:poppins; font-weight:700; text-align:left; margin:0px; margin-right:-50px; margin-top:20px; font-size:16px; background-color:#fffe17; color:#000; line-height:20px; padding:10px 20px;}

.banner-text h2::after {display:none;}

.banner-caption .grid-1280 {width:95%;}

/* header */






 /* Dropdown Button */
.dropbtn {
  border: none;
  cursor: pointer;
  background-color:#fff; 
  color:#333; 
  text-transform:uppercase; 
  padding:0;   
  font-family:poppins;
  font-weight:300;
  padding-right:40px;
  font-size:14px;
  background-image:url(../images/menu-arrow2.png);
  background-repeat:no-repeat;
  background-position:75% center;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
}

.dropbtn2 {
  border: none;
  cursor: pointer;
  background-color:#fff; 
  color:#333; 
  text-transform:uppercase; 
  padding:0;   
  font-family:poppins;
  font-weight:300;
  padding-right:40px;
  font-size:14px;
  background-image:url(../images/menu-arrow2.png);
  background-repeat:no-repeat;
  background-position:75% center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left:0px;
  border:1px solid #ccc;
  border-bottom:0px solid #ccc;
  min-width: 120px; 
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left:0px;
  border:1px solid #ccc;
  border-bottom:0px solid #ccc;
  min-width: 120px;    
}


/* Links inside the dropdown */
.dropdown-content a {
  color: #333;
  padding: 5px 10px;
  line-height:25px;
  text-decoration: none;
  display: block;
  font-size:12px;
  text-transform:capitalize;
  border-bottom:1px solid #ccc;
  width:100%;
}

.dropdown-content2 a {
  color: #333;
  padding: 5px 10px;
  line-height:25px;
  text-decoration: none;
  display: block;
  font-size:12px;
  text-transform:capitalize;
  border-bottom:1px solid #ccc;
  width:100%;
  
}

.dropdown-content2 a:hover {background-color:#ddd;}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 


.menu-arrow {float:right; margin-top:8px; margin-right:-25px;}

.menu-arrow2 {float:right; margin-top:8px; margin-right:-20px; }





/* Welcome */

.welcome { display:table; width:100%; padding:60px 0px 40px 0px;  color:#000; background-image:url(../images/bg1.jpg); background-position:center center; background-size:cover;}

.welcome h1 { display: block;  color: #000; line-height: 130%; width: 100%; margin:0px 0px 10px 0px; font-size: 32px;  font-weight:700; }

.welcome img {float:right; margin-left:40px;}

.welcome strong {font-weight:700;}


/* Welcome */













/* features */

.features {width:100%; display:table; padding:50px 0px; margin-top:0px;}

.feature-box {width:23.8%; text-align:center; background-color:#06a9dc; color:#fff; float:left; margin-right:20px; padding:30px;}

.feature-box img {display:block; margin:auto;}

.feature-box h4  {font-size:20px; margin:0px; }

.feature-box p {height:150px; line-height:24px;}

.feature-box a {display:block; width:120px; text-align:center; margin:auto; background-color:rgba(255,255,255,0.3); color:#fff; font-weight:500; line-height:40px;}

.feature-box a:hover { background-color:rgba(0,0,0,0.3);}

.no-margin {margin-right:0px!important;}

/* features  */



.advertisement-banner img {width:100%; }

.advertisement-banner { margin-bottom:100px; }







/* contact form */

.enquire { position:absolute; width:100%; left:0px; top:0px;   z-index:1000; }

.enquire-form {background-color: #fff; padding: 0px; border-radius:20px; padding-bottom:5px; width:300px; float:right; margin:200px 100px; border:1px solid #ddd;  }

.enquire-form h3 {font-size: 20px; margin:0px; padding: 20px 20px 15px 20px;  text-align: center; background-color: #fee703; border-radius:20px 20px 0px 0px; font-family:'Roboto Slab' !important; font-family: 'Kumar One', cursive; color:#000; font-weight:400;}

::-webkit-input-placeholder { /* Edge */
  color: #999;
  opacity:1.0;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
  opacity:1.0;
}

::placeholder {
  color: #999;
  opacity:1.0;
}

.textbox1 {
    background-color: #fff;
    border: 0px solid #ddd;
	border-bottom:1px solid #eee;
    box-sizing: border-box;
    color: #999;
	font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    padding: 12px 18px;
    width: 100%;
	outline:0px;
}


.textbox2 {
    background-color: #fff;
    border: 0px solid #ddd;
	border-bottom:1px solid #eee;
    box-sizing: border-box;
    color: #666;
	font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    padding: 18px;
    width: 100%;
	height:120px;
	outline:0px;

}


.textbox3 {
    background-color: #f7f7f7;
    border: 0px solid #ddd;
	border:1px solid #eee;
    box-sizing: border-box;
    color: #999;
	font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    padding: 12px 18px;
    width: 100%;
	outline:0px;
    border-radius:5px;
    margin-bottom: 5px;
}




.submit-button {
    background: #fee703 none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    cursor: pointer;
	font-family:'Poppins' !important;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 30px 10px 30px;
	transition: all 0.5s ease-in 0s; 
	display:block;
	width:85%;
	margin:10px auto 15px auto;
	border-radius:50px;
	outline:0px;
}


.submit-button:hover {
    background-color: #233762;
	color:#fff;
}

.fa-paper-plane {float:right; margin-right: 10px; margin-top: 5px;}


/* contact form */








/* footer */

footer {width:100%; display:table; padding:50px 0px 50px 0px;  text-align:center; color:#fff; background-color:#1a1a1a; }

.copyright {font-size:12px; letter-spacing:4px; margin-top:20px; display:block; text-transform:uppercase; display:block; }

.copyright a {color: #fff; border-bottom: 1px solid #fff;}

.footer-links {display:block; margin:20px auto;}

.footer-links a {display:inline-table; color:#fff; border-bottom:1px solid #fff; line-height:20px; }

.phone {font-size:30px; font-weight:300; margin-bottom:20px; display:block;}

.email {font-size:14px; font-weight:300; margin-bottom:20px; display:block;}



/* footer */












/* Scroll Top */

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:0px;
	right:0px;	
	z-index:10000;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	padding:0;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

.scroll a {padding:6px 10px 0px 10px; display:block; color:#fff; height:60px; width:60px;}



/* Scroll Top */


/* Accordion */

.accordion {
  background-color: #222;
  color: #fff;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-family:Poppins;
  margin-top:20px;
  font-weight:bold;
}

.accordion:first-child { margin-top:0px;}

.accordion.active, .accordion:hover {
  background-color: #d2148d;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  margin-right:5px;
  font-family:poppins;
  font-size:20px;
  line-height:20px;
  margin-top:2px;
}

.accordion .active:after {
  content: "\2212";
}

.panel {
  padding:0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}


.panel div { border:0px solid #ccc; padding:20px; background-color:#111;}

/* Accordion */





/* Custom Dropdown */

 /* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: poppins;
  width: 100%!important;
  background-image: url(../images/contact-icon5.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0px;
  border-bottom: 1px solid #eee;
  height: 45px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #666 transparent;
  top: 14px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #999;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color:#f5f5f5;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: #000;
  border-left: 0px solid #fff;    
  border-right: 0px solid #fff;    
  border-bottom: 1px solid #fff;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #eee;
} 

.select-items div {border: 1px solid #ccc; border-bottom: 0px solid #ccc;}

.select-items div:last-child {border-bottom: 1px solid #ccc;} 



/* Custom Dropdown */


/* video  */

.video {width:100%; height:590px; background-image:url(../images/video-bg.jpg); background-position:center center; text-align:center; padding:220px 0px; }

.video a {display:block; width:150px; height:150px; margin:auto; background-color:rgba(0,0,0,0.5); border-radius:1000px; padding:32px; }

.video a:hover {background-color:rgba(0,0,0,0.7);}

/* video  */

.thankyou-message {font-size:150%; line-height:150%; color:#000; padding:100px 20px; display:block; font-weight:700; text-align:center;  font-family:'kumar one'}



.inside-banner {width:100%;  background-color:#233762;  height:400px; margin-top:80px; background-position:center center; background-size:cover;}

.aboutus-banner { background-image:url(../images/banner-aboutus.jpg);  }

.admission-banner { background-image:url(../images/banner-admission.jpg);}

.academics-banner { background-image:url(../images/banner-academics.jpg);}

.contactus-banner { background-image:url(../images/banner-contactus.jpg);}

.news-banner { background-image:url(../images/banner-news.jpg);}

.gallery-banner { background-image:url(../images/banner-gallery.jpg);}

.downloads-banner { background-image:url(../images/banner-downloads.jpg);}


.page-title {color:#fff; margin-top:90px; text-transform:uppercase; font-weight:300; font-size:24px; letter-spacing:2px;}

.inside-content {padding:30px 0px; width:100%; display:table;}

.inside-content h2 {margin:10px 0px 30px 0px; color:#233762; font-size:28px;}

.inside-content h3 {margin:10px 0px; color:#be1035; font-size:20px;}

.inside-content h2::after { background-color:#be1035; margin:10px 0px;}

.data-table {border-collapse:collapse;  width:100%; margin:30px 0px;}

.data-table th {padding:5px; border:1px solid #ccc; text-align:left; background-color:#eee; }

.data-table td {padding:5px; border:1px solid #ccc;}

.float-right {float:right; margin-left:30px;}

.half-half {width:50%; float:left; height:80px; padding:0px 20px;}

.full-size {width:100%; }

label {display:block;}

label strong {font-weight: 600;}

.full-size .form-control {width:97.6%;}

.form-control {width:100%; padding:8px; border:1px solid #ccc; border-radius:5px; font-family:poppins; }

.submit-button {    border: none;    cursor: pointer; font-size:15px;      background-color: #be1035;    color: #fff;    text-transform: uppercase;    font-weight: 400;   padding:10px;     font-family: poppins; margin:10px 0px; width:150px;}

.contact-form {width: 30%; float: left;}

.contact-map  {width: 65%; float: right;}


.last-button {background-color: #be1035; color: #fff!important; padding: 10px 20px; border-radius:100px; font-weight: 500;}

.last-button:hover {background-color: #233762;}


iframe {float: left;}

.school-details { border: 2px solid #be0f34; display: table; width: 100%; padding: 20px; margin-bottom: 30px; text-align: center;}

.school-name {text-transform: uppercase; margin: 0px 0px 10px 0px!important;}

.school-name::after {display: none;}

.school-details img {margin-right: 5px; margin-bottom: -10px;}

.border-area {border: 1px solid #be1035; padding: 20px; display: table; width: 100%; margin-bottom: 20px;}


.download.half-half {width: 50%; float:left; display: table; padding: 0px 20px 0px 0px; }

.download.half-half a {display: block; border: 1px solid #ddd; padding: 10px; margin-bottom: 10px; color: #333; font-weight: 400;}

.download.half-half a:hover {background-color: #f9f9f9;}

.download.half-half a img {float: left; margin-right: 10px; margin-top: 3px;}

















/* responsive menu */

.responsive-menu-icon { display:none;}


.responsive-menu-icon {
    display: block;
    cursor: pointer;
	background-color:transparent;
	width:51px;
	height:51px;
	position:fixed;
	right:10px;
	top:15px;
	padding:14px;
	box-sizing:border-box;
	z-index:10000;
	display:none;
}

.bar1, .bar2, .bar3 {
    width: 23px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -5px);
}


/* responsive menu */