html,body {
    margin:0;
    padding:0;
    overflow-x:hidden;
    }

wraper{
	padding: 0;
	margin: 0;
}


#content{
        width:100%;
        height:100%;
        background: transparent;
        margin-left:auto;
        margin-right:auto;
        font-family: 'Cormorant Infant', serif;
        font-size:20px;
        color:#013220;
        padding: 0;
    }
   
   .mobile_video{
        display:none;
    } 
    
.row{
    margin:auto;
}
    

.info{
	height: 80px;
	background: whitesmoke;
	padding-left:15px;
	padding-top:20px;
	line-height: 10px;
	color:#073b4c;
}

	#email{
		float: left;
		font-size: 14px;
		padding-right:10%;
		line-height: 40px;
	 	}

	 	#tel{
		float: left;
		font-size: 14px;
		padding-right:10%;
		line-height: 40px;
	 	}

#staff{
    color: #073b4c;
}

#staff:hover{
    color: #ff8800;
}

#students{
    color: #073b4c;
}

#students:hover{
    color: #ff8800;
}

.onlineadmissionsection {
	clear:both;
	width: 100%;
	background:transparent;
}

.onlineadmissioninner{
	width: 100%;
	margin-right: 10%;
	margin-left: 10%;
	background: transparent;
	line-height: 24px;
	color: #000;
	padding: 25px;
	font-size: 18px;
}

#onlineadminssiontitle{
	color:#ff8800;
	padding-left:20px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 22px;
}

.onlineadmissiontext {
	text-align: justify;
	padding: 0 25px 0 25px;
/*	font-family: 'Cormorant Infant', serif;*/
	font-family: Helvetica;
	font-size:16px;
	color:#fff;
}

/* ---------menu bar formatting------------- */

nav {	
	clear: both;
	height: 95px;
	width: 100%;
	margin: 0;
	background: #073b46;
	font-family: 'Roboto', serif;
}

#schoollogo {
	margin:5px 5px;
	padding: 2px; 
	height: 80px;
	float: left;
}

label.logo {
	float: left;
	color: #fff;
	font-size: 22px;	
	line-height: 80px;
	padding: 0 0 0 5px;
	font-weight: bold;
	margin-right: 80px;	
}

/* Menu button */
nav ul {
	margin: 10px 5px 0 0;
	float: right;
	text-align: center;
}

nav ul li {
	display: inline-block;
	line-height: 80px;
	margin-right: 0;
}

/* Menu button text */

ul li a {
    background: #fff;
	color: #073b46;
	font-size: 16PX;
	padding: 15px 10px;
	border-radius: 5px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight:bold;
}

.active{
	background: #f77f00;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	line-height: 40px;
	color: #fff;
}

ul li a:hover {
	background: #f77f00;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;	
}

/* Toggler button */
.checkbtn {
	font-size: 30px;
	color: #fff;
	float: right;
	line-height: 80px;
	margin-right: 15px;
	cursor: pointer;
	display: none;
}

#check {
	display: none;
}


#addresses{
            float:left;
            margin-right:50px;
        }

/* ------- Blinking Admission Button ---------------------------*/

#blink {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
      }
      @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
/* --------------------------------------------------------------*/

 
		.maincontenttext1{
			clear:both;float: left;width: 25%;background: #fff;margin-top: 30px;margin-bottom: 60px;margin-left: 10%;margin-right: 3%;
		}


		.maincontenttext2{
			float: left;width: 25%;background: #fff;margin-top: 30px;margin-bottom: 60px;margin-left: 0;margin-right: 3%;
		}


		.maincontenttext3{
			float: left;width: 24%;background: #fff;margin-top: 30px;margin-bottom: 60px;margin-left: 0;margin-right: 3%;
		}

		.maincontenttitle{
			margin-left: 25px;margin-right: 25px;margin-top: 30px;color: #FF8800;font-weight: bold;font-size: 25px;
		}
		
/* =============== Custom Underline Style =================================== */

		.underlineContainer{
			width: 100%;
			height:10px;
			padding: 0; /* no left and right padding- goes with full page line*/
			/*padding: 3px 330px; /* left and right padding goes with short line */
		}
		.line{
			width: 100%; /* width of the lines - Eg. full page */
			/*width: 50%; /* width of the lines - Eg. short line */
			height: 40px;
			padding: 0;
			position: relative;
		}
		.line::before, .line::after{
			content: '';
			position: absolute;
			width: 50%; /* space between the two lines*/
			height: 2px; /* thikness of the lines*/
			/*padding: 0 20px;*/
			margin: auto;
			top: 15%;  /* Lower % raises the lines and higher % lowers the lines*/
		}
		.line::before{
			left: 0;
			background: linear-gradient(to right, #fff, #ff8800);
		}
		.line::after{
			right: 0;
			background: linear-gradient(to right, #ff8800, #fff);
		}
		/*.shape{
			width: 7px;
			height: 7px;
			border: solid #ff8800 2px;
			/*border-radius: 50%;*/
		/*	top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			transform: rotate(45deg);
			background: #ff8800;
		}*/
/* ========================================================================== */		
	
	#onlineadmissionbuttons{
		    display:none;
		}
		
/* ======== Animated picture ============================================ */

/*.animatedpicture {
  width: 450px;
  height: 300px;
  border-radius:15px;
  background-color: red;
  position: relative;
  animation-name: example;
  animation-duration: 20s;
  animation-iteration-count: 5;
}

@keyframes example {
  0%   {background-color:red; left:0px; top:0px;}
  25%  {border:solid #28a745 10px; left:-50px; top:0px;}
  50%  {border:solid #F81894 10px; left:50px; top:0px;}
  75%  {border:solid #007bff 10px; left:-50px; top:0px;}
  100% {border:solid #ff8800 10px; left:0px; top:0px;}
}		*/
/* ========================================================================== */		

		
/* -----1st Screen Break Level------------------------------ */
@media (max-width: 992px) {
	label.schname {
		float: left;
		font-size: 16px;
		line-height: 50px;		
	}	
		
	nav ul li a {
		font-size: 16px;
		padding: 20px 5px;
	}

	.onlineadmissioninner {
	    clear:both;
		width: 100%;
	}

	.maincontenttext1{
			clear:both;float: left;width: 30%;background: #fff;margin-top: 30px;margin-bottom: 60px;margin-left: 2%;margin-right: 2%;
		}


		.maincontenttext2{
			float: left;width: 30%;background: #fff;margin-top: 30px;margin-bottom: 60px;margin-left: 0;margin-right: 2%;
		}


		.maincontenttext3{
			float: left;width: 30%;background: #fff;margin-top: 30px;margin-bottom: 60px;margin-left: 0;margin-right: 2%;
		}
		
		.pc_video{
        display:none;
        }
        
        .mobile_video{
        display:block;
        }
}
	

/* -----2nd Screen Break Level------------------------------ */
@media (max-width: 852px) {

	nav ul {
	margin:0;
	}

	nav ul li a {
	    width:100%;
	    margin:0;
		color: #006f86;
		font-size:18px;
		background:transparent;
		padding:12px;
	}

	 ul li a:hover {
	 	/*padding-left: 20%;
	 	padding-right: 20%;*/
}

	#students{
		display: none;
	}

	#staff{
		display: none;
	}

	#motto {
		display: none;
	}

	label.schname {
		float: left;
		font-size: 14px;
		marging: 0;		
	}	
		.checkbtn {
		display: block;
	}

	nav ul {
		position: relative;
		width: 100%;
		height: cover;
		background: whitesmoke;
		margin: 0;
		text-align: center;
		display: none;
		bottom:10px;
	}

	nav ul li{
		display: block;
		width: 100%;
		line-height: 40px;
		border-bottom: 1px solid #006f86;
		color: #006f86;
		margin-top:10px;
	}


	#check:checked ~ ul {
		display: block;
		background-color: whitesmoke;
		margin: 0;
		padding-left:0;
	}

	.onlineadmissioninner {
		width: 100%;
	}

	
	label.logo {
		font-size: 24px;
		padding-left: 5px;
		line-height: 80px;
		margin-right: 0;		
	}

	.onlineadmissioninner{
		width: 100%;margin-left: auto; margin-right: auto;
	}


	.admissionbuttons{
		width: 100%;margin-left: auto; margin-right: auto;
	}


	.maincontenttext1{
			clear:both;width: 80%;background: #fff;margin-top: 30px;margin-bottom: 60px;margin-left: 10%;margin-right: 9%;
		}


		.maincontenttext2{
			clear: both; width: 80%;background: #fff;margin-top: 30px;margin-bottom: 60px;margin-left: 10%;margin-right: 9%;
		}


		.maincontenttext3{
			clear: both;width: 80%;background: #fff;margin-top: 30px;margin-bottom: 60px;margin-left: 10%;margin-right: 9%;
		}
		
		#onlineadmissionbuttons{
		    display:block;
		    
		}
		
		.pc_video{
        display:none;
        }
        
        .mobile_video{
        display:block;
        }
}
	

/* -----3rd Screen Break Level------------------------------ */
@media (max-width: 576px) {

	nav {
		height: 85px;
	}
	
	nav ul {
	margin-right:0px;
	margin-left:0px;
	width: 100%;
	padding-left:0;
}

nav ul li a {
    width:100%;
		color: #0c775b;
	}

	#students{
		display: none;
	}

	#staff{
		display: none;
	}

	
	label.schname {
		display: none;		
	}
	
	  #content{
        width:100%;
        margin-left:0;
        margin-right:0;
    }

	
	.onlineadmissionsection {
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-left: 0;
	}
	
	.onlineadmissioninner {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	
	#schoollogo {
		margin:7px 5px;
		padding: 2px; 
		height: 70px;
		float: left;
}

	label.logo {
		font-size: 22px;
		padding-left: 5px;
		line-height: 70px;
		margin-right: 0;		
	}

	
	.onlineadmissiontext {
	text-align: justify;
	padding: 0;
	}


	.maincontenttext{
			clear:both;
			width: 100%;
			background: #fff;
			margin-right: 0;
			margin-left: 0;
		}
	
	
	 ul li a:hover {
	     width:100%;
	 	/*padding-left: 10%;
	 	padding-right: 10%;*/
    }

    .info{
    	height: 45px;
    	background: whitesmoke;
    	padding-left:5px;
    	line-height: 10px;
    	color:#ff8800;
    }

	#email{
		float: left;
		font-size: 12px;
		padding-right:5%;
		line-height: 40px;
	 	}

	#tel{
		float: left;
		font-size: 12px;
		padding-right:0%;
		line-height: 40px;
	}
	
	#addresses{
            clear:both;
        }
        
    .col-xs-5{
        margin-left:4%;
        margin-right:4%;
    }
    
    #onlineadmissionbuttons{
		    display:block;
		}
		
	.animatedpicture {
        width: 300px;
        height: 200px;
    }
    
    .pc_video{
        display:none;
    }
    .mobile_video{
        display:block; 
    }
}
 


		/*-----------Footer Section----------------------*/

footer {
	width: 100%;
	height: 100%;
	clear: both;
	color: #fff;
	padding: 0;
	background-color: #073b46;
	font-size: 18px;
}

.row {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

footer i {
	font-size: 15px;
	font-weight: bold;
	padding: 0 10vw 0 10vw;
}

