/*font-family: 'Bebas Neue', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lobster Two', cursive;*/
body, .body{
	font-family: 'Roboto', sans-serif;
}
h1, .h1{
	font-family: 'Bebas Neue', cursive;
}
h2, .h2{
	font-family: 'Roboto', sans-serif;
}
p, .p{
	font-family: 'Roboto', sans-serif;
}
.top-div{
	width: 100%;
	height: 60px;
	position: relative;
}
.top-div img{
	position: absolute;
	right: 0;
}
.header-div{
	width: 100%;
}
.contact-details{
	float: right;
	padding-left: 15px;
	margin-bottom: 0.5rem;
}
.contact-details li {
    font-size: 16px;
    margin-left: 2px;
    display: inline-block;
    line-height: 44px;
    font-weight: 400;
    color: #000;
    padding: 0px 16px;
}
.social-icons-top{
	float: right;
	padding-top: 10px;
}
.social-icons-top li{
	display: inline-block;
	margin-right: 5px;
}
.navbar{
	font-family: 'Roboto', sans-serif;
	text-align: right;
    display: inline-block;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
#cssmenu>ul>li:before {
    display: inline-block;
    content: "|";
    color: #000;
}
#cssmenu>ul>li:first-child:before{
	display:none
}
.nav-link {
    display: inline-block;
    padding: 0.5rem 1rem;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: rgb(242 196 2);
}
.nav-link:focus, .nav-link:hover {
    color: rgb(242 196 2);
}
.dropdown-menu{
	margin: 0;
}
.borderline-bottom{
	border-bottom: 1px solid #212529;
}
.divide-one{
	width: 50%;
	height: 500px;
	float: left;
	background-color: aqua; 
	background: url("/images/main-banner1.png") no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.main-content{
	padding-left: 115px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.main-content h1{
	font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 3rem;
}
.divide-two{
	width: 50%;
	height: 500px;
	float: left;
	background-color: brown;
}
.separate-div-one{
	width: 100%;
    height: 379px;
	background: url("/images/main-banner2.png") no-repeat;
	background-size: cover;
	background-position: center center;
}
.separate-div-two{
	width: 100%;
	height: auto;
	padding: 20px 40px;
	background-color: #f2c402;
	color: #000;
}
.hyperlink-applynow{
	background-color: #c1cdea;
	color: #000;
	text-decoration: none;
	padding: 7px 40px;
    display: inline-block;
    border-radius: 15px;
    font-size: 14px;
}
.hyperlink-applynow:hover{
	background-color: #000;
	color: #c1cdea;
	text-decoration: none;
}
.second-section{
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.backgroundcolor-skyblue{
	background-color: #93a3c8;
	padding: 20px;
	margin-bottom: 2rem;
}
.backgroundcolor-skyblue p{
	display: inline-block;
	margin-bottom: 0;
	color: #000;
}
.backgroundcolor-skyblue a{
    background-color: #c1cdea;
    padding: 15px 30px;
    font-size: 14px;
    color: #000;
	font-family: 'Roboto', sans-serif;
}
.colum-one{
	
}
.colum-one a{
	background-color: #f2c402;
	font-family: 'Roboto', sans-serif;
	color: #000;
    font-size: 14px;
    padding: 10px 30px;
    display: inline-block;
}
.link-table td{
	vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.section-third{
	width: 100%;
	height: auto;
	background: url("/images/background-texture.png") no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.section-third h2{
	color: #000;
	text-transform: uppercase;
	padding-top: 115px;
}
.section-third a{
	background-color: #017cc2;
    color: #fff;
    padding: 10px 30px;
    margin-right: 5px;
	display: inline-block;
}
.section-third a:hover{
	background-color: #83c229;
    color: #000;
	text-decoration: none;
}
.link-div{
	position: absolute;
	bottom: 0;
}
.section-four{
	width: 100%;
	height: auto;
}
.sep-div-1{
	width: 50%;
	height: auto;
	float: left;
}
.sep-div-2{
	width: 50%;
	height: auto;
	float: left;
	position: relative;
}
.inside-sep-div{
	border-right: 5px solid #83c229;
    background-color: #fff;
    position: absolute;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
	padding-right: 15px;
    left: -35px;
    top: 50px;
    width: 100%;
	box-shadow: 1px 1px 4px 1px #818181;
}
.inside-sep-div h4{
	text-transform: uppercase;
    font-size: 1.3rem;
}
.inside-sep-div p{
	font-size: 14px;
}
.inside-sep-div a{
	font-size: 13px;
    color: #000;
    border: 1px solid #000;
    padding: 7px 17px;
    display: inline-block;
    border-radius: 10px;
	float: right;
}
.inside-sep-div a:hover{
    color: #fff;
    border: 1px solid #000;
	background-color: #000;
	text-decoration: none;
}
.padd-top{
	padding-top: 30px;
}
.div-shade{
	border-bottom: 5px solid #93a3c8;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    box-shadow: 3px 3px 10px 3px #bdbdbd;
}
.div-shade p{
	font-size: 14px;
}
.div-shade a{
	font-size: 13px;
    color: #000;
    border: 1px solid #000;
    padding: 7px 17px;
    display: inline-block;
    border-radius: 10px;
}
.div-shade a:hover{
    color: #fff;
    border: 1px solid #000;
	background-color: #000;
	text-decoration: none;
}
.section-five{
	width: 100%;
	height: auto;
	padding: 40px 0;
	color: #000;
}
.green-background{
	width: 100%;
	height: auto;
	background: url("/images/background1.png") no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-top: 30px;
    padding: 15px 15px 15px 90px;
}
.green-background h5{
	color: #000;
}
.green-background p{
	color: #000;
	margin-bottom: 0.2rem;
}
.green-background-img{
	position: absolute;
    bottom: 0;
    left: 0;
}
.green-background a{
	font-size: 13px;
    color: #000;
    border: 1px solid #000;
    padding: 7px 17px;
    display: inline-block;
    border-radius: 10px;
}
.green-background a:hover{
    color: #fff;
    border: 1px solid #000;
	background-color: #000;
	text-decoration: none;
}
.lightblue-div{
	background-color: #8ca2d6;
	padding: 28px 35px;
}
.tablet td{
	padding-bottom: 10px;
    vertical-align: middle;
}
.tablet img{
	margin-right: 10px;
}
.lightblue-div a{
	font-size: 13px;
    color: #000;
    border: 1px solid #000;
    padding: 7px 17px;
    display: inline-block;
    border-radius: 10px;
}
.lightblue-div a:hover{
    color: #fff;
    border: 1px solid #000;
	background-color: #000;
	text-decoration: none;
}
.vn-h3:after {
    position: absolute;
    top: 3%;
    overflow: hidden;
    width: 74%;
    height: 1px;
    content: '\a0';
    background-color: black;
}
.footer-div{
	width: 100%;
	height: auto;
	background-color: #0e1321;
	padding-bottom: 15px;
	color: #fff;
}
.quick-links{
	padding-top: 130px;
}
.quick-links a{
	display: block;
    color: #fff;
    padding-bottom: 5px;
    font-size: 15px;
}
.address{
	padding-top: 130px;
}
.address p{
	font-size: 15px;
}
.newsletter{
	padding-top: 130px;
}
.newsletter input{
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.newsletter button{
	display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 10px;
	margin-bottom: 10px;
}
.copyright{
	width: 100%;
	height: auto;
}
.copyright p{
	text-align: center;
	margin-top: 1rem;
	font-size: 14px;
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.keystage-banner{
	width: 100%;
	height: auto;
	background: url("/images/keystage-banner.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 65px 0px;
}
.keystage-banner p{
	margin-bottom: 0;
    background-color: #7fbd42;
    display: inline-block;
    float: right;
    padding: 15px 30px;
    font-weight: 600;
}
.keystage-one{
	width: 100%;
	height: auto;
}
.keystage-insidediv-one{
	width: 58%;
    height: 376px;
    float: left;
    background-color: #0e7dc2;
    position: relative;
    padding-top: 60px;
    padding-left: 115px;
    padding-right: 180px;
}
.keystage-insidediv-one h2{
	font-family: 'Lobster Two', cursive;
	color: #f1c418;
    font-weight: 600;
}
.keystage-insidediv-one p{
	color: #fff;
}
.keystage-insidediv-one img{
	position: absolute;
    bottom: 0;
    right: 0;
}
.keystage-insidediv-two{
	width: 42%;
	height: 376px;
	float: left;
}
.keystage-insidediv-sep1{
	width: 100%;
    height: 259px;
	background: url("/images/main-banner2.png") no-repeat;
	background-size: cover;
	background-position: center center;
}
.keystage-insidediv-sep2{
	width: 100%;
	height: auto;
	padding: 20px 40px;
	background-color: #f2c402;
	color: #000;
}
.keystage-insidediv-sep2 h2{
	font-size: 28px;
}
.keystage-two{
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 35px;
	position: relative;
}
.keystage-two-img1{
	position: absolute;
	left: 0;
    bottom: 0;
}
.keystage-two-img2{
	position: absolute;
    right: 0;
    bottom: 0;
}
.keystage-two h3{
	font-family: 'Lobster Two', cursive;
	color: #000;
    font-weight: 600;
	margin-top: 40px;
}
.keystage-two p{
}
.key-cont{
	padding-left: 270px;
    padding-right: 600px;
}
.keystage-3{
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #e6e4e2;
}
.keystage-3 h3{
	font-family: 'Lobster Two', cursive;
	color: #000;
    font-weight: 600;
	text-align: center;
}
.keystage-3 p{
	text-align: center;
	color: #000;
}
.keystage-4{
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.keystage-4 h3{
	font-family: 'Lobster Two', cursive;
	color: #000;
    font-weight: 600;
	text-align: center;
	margin-bottom: 3rem;
}
.ta-r{
	text-align: right;
}
.ta-l{
	text-align: left;
}
.div-position{
	position: relative;
}
.icon-1{
	position: absolute;
    z-index: 1;
    right: -40px;
    top: 7px;
}
.icon-2{
	position: absolute;
    z-index: 1;
    right: -40px;
    top: 5px;
}
.icon-3{
	position: absolute;
    z-index: 1;
    right: -40px;
    top: 10px;
}
.icon-4{
	position: absolute;
    z-index: 1;
    right: 40px;
    top: 10px;
}
.icon-5{
	position: absolute;
    z-index: 1;
    right: 40px;
    top: 2px;
}
.icon-6{
	position: absolute;
    z-index: 1;
    right: 40px;
    top: 1px;
}
.keystage-5{
	width: 100%;
	height: auto;
}
.keystage-5 h3{
	font-family: 'Lobster Two', cursive;
	color: #000;
    font-weight: 600;
	text-align: center;
}
.keystage-5 h6{
	font-family: 'Lobster Two', cursive;
	color: #000;
    font-weight: 600;
	text-align: right;
}
.keystage-5 p{
	text-align: justify;
}
.keystage-5 hr{
	width: 30%;
    border-top: 1px solid rgb(0 0 0);
}
.curriculum-banner{
	width: 100%;
	height: auto;
	background: url("/images/curriculum-banner.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 65px 0px;
}
.curriculum-banner p{
	margin-bottom: 0;
    background-color: #7fbd42;
    display: inline-block;
    float: right;
    padding: 15px 30px;
    font-weight: 600;
}
.curriculum-1{
	width: 100%;
	height: auto;
	padding-top: 40px;
}
.curriculum-1 h2{
	font-family: 'Lobster Two', cursive;
	color: #000;
    font-weight: 600;
}
.bluecolor{
	background-color: #79ccde;
	margin-top: 30px;
    padding: 25px;
    color: #000;
	position: relative;
}
.bluecolor h3{
	font-family: 'Lobster Two', cursive;
	color: #000;
    font-weight: 600;
}
.bluecolor1{
	background-color: #79ccde;
	margin-top: 30px;
    padding: 25px;
    color: #000;
}
.bluecolor1 h3{
	font-family: 'Lobster Two', cursive;
	color: #000;
    font-weight: 600;
}
.greencolor{
	background-color: #85c226;
	margin-top: 30px;
    padding: 25px;
    color: #000;
	position: relative;
}
.greencolor h3{
	font-family: 'Lobster Two', cursive;
	color: #000;
    font-weight: 600;
}
.curriculam-image3{
	position: absolute;
    bottom: 0;
    right: 15px;
}
.curriculam-image4{
	position: absolute;
    bottom: 0;
    right: 15px;
}
.curriculam-image5{
	position: absolute;
    bottom: 0;
    right: 15px;
}
.eca-banner{
	width: 100%;
	height: auto;
	background: url("/images/eca-banner.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 65px 0px;
}
.eca-banner p{
	margin-bottom: 0;
    background-color: #7fbd42;
    display: inline-block;
    float: right;
    padding: 15px 30px;
    font-weight: 600;
}
.eca-1{
	width: 100%;
	height: auto;
	padding-top: 40px;
	color: #000;
}
.eca-1 h2{
	font-family: 'Lobster Two', cursive;
    color: #000;
    font-weight: 600;
}
.eca-1 p{}
.eca-2{
	width: 100%;
	height: auto;
	padding-top: 40px;
	color: #000;
}
.eca-2 h5{
	color: #000;
    text-align: center;
    background-color: #7fbd42;
    padding: 5px 0;
    font-weight: 600;
	border-radius: 0 0 10px 10px;
	margin-bottom: 30px;
}
.eca-2 img{
	border-radius: 10px 10px 0 0;
}
.lab-banner{
	width: 100%;
	height: auto;
	background: url("/images/lab-banner.png") no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 65px 0px;
}
.lab-banner p{
	margin-bottom: 0;
    background-color: #7fbd42;
    display: inline-block;
    float: right;
    padding: 15px 30px;
    font-weight: 600;
}
.lab-1{
	width: 100%;
	height: auto;
	padding-top: 40px;
	color: #000;
}
.lab-1 h2{
	font-family: 'Lobster Two', cursive;
    color: #000;
    font-weight: 600;
	margin-top: 60px;
}
.lab-1 ul{
	font-size: 20px;
    line-height: 36px;
    color: #000;
}
.contactus-banner{
	width: 100%;
	height: auto;
	background: url("/images/keystage-banner.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 65px 0px;
}
.contactus-banner p{
	margin-bottom: 0;
    background-color: #7fbd42;
    display: inline-block;
    float: right;
    padding: 15px 30px;
    font-weight: 600;
}
.contactus-one{
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    color: #242424;
    border: 1px solid #B7B7B7;
}
.contact-form .btn-send {
    background: #f1bb03;
    width: 180px;
    height: 60px;
    color: #000;
    font-weight: 700;
    margin: 10px 0;
    border: none;
	float: right;
}
.gallery-banner{
	width: 100%;
	height: auto;
	background: url("/images/keystage-banner.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 65px 0px;
}
.gallery-banner p{
	margin-bottom: 0;
    background-color: #7fbd42;
    display: inline-block;
    float: right;
    padding: 15px 30px;
    font-weight: 600;
}
.gallery-one{
	width: 100%;
	height: auto;
	padding: 50px 0;
}
.admission-banner{
	width: 100%;
	height: auto;
	background: url("/images/keystage-banner.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 65px 0px;
}
.admission-banner p{
	margin-bottom: 0;
    background-color: #7fbd42;
    display: inline-block;
    float: right;
    padding: 15px 30px;
    font-weight: 600;
}
.admission-one{
	width: 100%;
	height: auto;
	padding-top: 70px;
    padding-bottom: 40px;
}
.admission-box{
	border: 1px solid #d7147d;
    padding: 25px;
    text-align: center;
}
.admission-one h4{
	font-family: 'Lobster Two', cursive;
    color: #000;
	margin-bottom: 2rem;
	font-weight: 600;
}
.admission-one a{
	display: inline-block;
    color: #000;
    background-color: #85c028;
    padding: 10px 25px;
	border: 1px solid #85c028;
}
.admission-one a:hover{
    color: #85c028;
    background-color: #fff;
	border: 1px solid #85c028;
	text-decoration: none;
}
.thumb {
    margin-bottom: 30px;
}
.f-right{
	float: right;
}
.t-align{
	text-align: right;
}
.navbar-light .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(2 120 207);
}




.key-about-section {
	
	padding: 60px 20px;
	text-align: center;
}
.key-about-title {
	font-size: 30px;
	font-weight: bold;
	color: #ff6f61;
	text-shadow: 2px 2px #ffe4b5;
}
.key-about-text {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #333;
	padding: 10px 20px;
}
.key-about-container {
	background-image: url(/images/bg_12.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.key-about-img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 20px;
}



.key-title {
	font-size: 2rem;
	font-weight: bold;
	color: #ff6f61;
	text-shadow: 2px 2px #ffe4b5;
	margin-bottom: 20px;
	
}

.key-title2 {
	font-size: 2rem;
	font-weight: bold;
	color: #ff6f61;
	text-shadow: 2px 2px #ffe4b5;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 40px;
}

.key-text {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
	
}
.key-img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
}
.key-activity {
	text-align: center;
	padding: 15px 20px;
}
.key-activity h3 {
	color: #000000;
	
	margin-top: 20px;
}
.key-icon {
	font-size: 50px;
	color: #ff6f61;
}

.mtp
{
	margin-top: 50px;
}
.mtb
{
	margin-bottom: 20px;
}

.bdg
{
	background-color: #ebf1ff;
    padding-bottom: 50px;
    padding-top: 30px;
}

.key-faq .accordion-button {
	background-color: #ff6f61;
	color: white;
	font-weight: bold;
}
.key-faq .accordion-button:focus {
	box-shadow: none;
}
.key-faq .accordion-button:not(.collapsed) {
	background-color: #ff5733;
}

.faqq
{
	font-size: 20px;
    color: #000;
    text-decoration: none;
}

.faqq:hover
{
	font-size: 20px;
    color: #dd6209;
    text-decoration: none;
}


.key-list {
	list-style: none;
	padding: 0;
}
.key-list li {
	font-size: 1.2rem;
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.key-list li i {
	color: #017cc2;
	font-size: 1.5rem;
	margin-right: 15px;
}