@import url('https://fonts.googleapis.com/css?family=Sansita'); /*  font-family: 'Sansita', sans-serif;  */
@import url('https://fonts.googleapis.com/css?family=Raleway'); /*  font-family: 'Raleway', sans-serif;  */


body{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#666;
	overflow-x:hidden;
}
a:hover{
	text-decoration:none;
}
header{
	background:rgba(38,71,108,0.8);
	box-shadow:0 0 5px #666;
	position:fixed;
	z-index:5;
	width:100%;
	transition:all 0.6s ease;
	top:0px;
}
header.sticky{
}
.header-top{
	float:left;
	width:100%;
	background:#31445d;
	padding:0px 0 5px 0;
	box-shadow:0 0 2px #999;
	/*border-bottom:1px solid #2b86ff;*/
}
.header-top a{
	color:#F1F1F1;
	font-size:12px;
}
.header-contact{
	float:right;
	color:#F1F1F1;
	margin:9px 20px 0 0;
}
.header-contact h4{
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:0;
	}
.header-contact h4 span{
	font-size:14px;
	}
.header-contact ul{
	margin:0;
	padding:0;
	list-style:none;
}
.header-contact li{
	margin:0 0px 0 5px;
	padding:6px 10px 0 0;
	display:inline-block;
}
.header-social{
	float:right;
}
.header-social a{
	font-size:24px;
	margin-left:5px;
}
.header{
	padding:0px 0;
}
.site-logo{
	float:left;
	width:90px;
	padding:5px 0;
	transition:all 0.6s ease;
	
}
.sticky .site-logo{
	width:70px;
}
.site-logo img{
	width:100%;
	border-radius:8px;
	overflow:hidden;
} 

.site-title{
	position:relative;	
	float:left;
	margin-left: 20px;
	font-weight:bold;
	transition:all 0.6s ease;
}
.site-title h1{
	margin:20px 0 0 0px;
	padding:0;
	color:#F1F1F1;
	font-size:24px;
	transition:all 0.6s ease;
	}
.sticky .site-title h1{
	margin:10px 0 0 0px;
	font-size:24px;
	}
.site-title h4{
	margin:10px 0 0 0;
	padding:0;
	color:#F1F1F1;
	text-transform:uppercase;
	font-size:14px;
	text-align:left;
	transition:all 0.6s ease;
	}
.sticky .site-title h4{
	font-size:12px;
	}
.header-menu{
	float:right
}

/*  nav menu  */
nav{
	float:left;
	padding:0px 0;
	transition:all 0.6s ease;
}
.sticky nav{
	padding:0px 0;
}
.nav-menu{
	margin:0px 0;
	padding:0;
	list-style:none;
	font-size:12px;
	transition:all 0.6s ease;	
	position:relative;
}

.nav-menu li{
	margin:10px 0 10px 0;
	padding:0;
	float:left;
	display:inline-block;
	transition:all 0.6s ease;
}
.sticky .nav-menu li{
	margin:0px 0 0px 0;
}
.nav-menu li a{
	margin:0;
	padding:20px 10px;
	float:left;
	display:block;
	color:#F1F1F1;
	position:relative;
    font-weight: bold;
    letter-spacing: 1px;
	text-transform:uppercase;
	transition:all 0.6s ease;
	z-index:2;
	/*border:4px solid rgba(0,0,0,0.04);*/	
}
.nav-menu li a:hover{
	text-decoration:none;	
	color:rgba(38,71,108,1.00);
}
.nav-menu li a:after{
	position:absolute;
	top:0;
	right:0px;
	width:0%;
	height:0%;
	content:"";
	opacity:0;
	background:#FFF;
	border-top:4px solid #F1F1F1;
	border-right:4px solid #F1F1F1;
	transition:all 0.6s ease;
	z-index:-1;
}
.nav-menu > li:hover > a:after{
	width:100%;
	height:100%;
	opacity:1;
}

.nav-menu li a:before{
	position:absolute;
	bottom:0;
	left:0;
	width:0%;
	height:0%;
	content:"";
	background:#FFF;
	border-bottom:4px solid #F1F1F1;
	border-left:4px solid #F1F1F1;
	transition:all 0.6s ease;
	z-index:-1;
	opacity:0;
}
.nav-menu > li:hover > a:before{
	width:100%;
	height:100%;
	opacity:1;
}

/*
.nav-menu li a:after{
	position:absolute;
	top:0;
	right:-2000px;
	width:100%;
	height:100%;
	content:"";
	opacity:0;
	background:#26476C;
	transition:all 0.6s ease;
	z-index:-1;
}
.nav-menu > li:hover > a:after{
	right:0px;
	opacity:1;
}

*/

/* Nav Menu End  */

/*  2018 Start  */
.banner{
	/*background:url(../images/pexels-photo-235558.jpeg) fixed;*/
	background:url(../images/pexels-photo-256219.jpeg) 0 -100px fixed;
	background-size:cover;
	background-position:top center;
	height:550px;
	position:relative;
	
}
.banner:after{
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	content:"";
	z-index:1;
}
.banner-content{
	margin-top:300px;
	text-align:center;
	color:#FFF;
	position:relative;
	z-index:2;
	float:left;
	width:100%;
	line-height: 40px;
	background:rgba(0,0,0,0.5);
}
.banner-content h2{
	line-height: 40px;
}
.search-bar{
	float:left;
	width:100%;
	padding:0 20%;
}
.search-box{
	width:100%;
	background:rgba(255,255,255, 0.8);
	border:5px solid #FFFFFF;
	border-radius:4px;
	color:#666;
	padding:10px;
	position:relative;
	z-index:1;
	}
.search-button{
	float:right;
	margin:-45px 5px 0 0;
	position:relative;
	z-index:3;
	padding:8px 25px;
	background:#666;
	color:#F1F1F1;
	transition:all 0.6s ease;
	font-weight:bold;
	font-size:16px;
	border:0px;
	}
.banner-btn:hover{
	background:#333;
	text-decoration:none;
}
/*  Banner End  */


/* quick boxs  start  */
.quick-boxs{
	position:relative;
	margin:-220px 0 0 0;
	color:#666;
	z-index:3;
}
.quick-box-item{
	min-height:220px;	
	width:100%;
	padding:10px;
	border-radius:4px;
	background:#F1F1F1;
	box-shadow:0 0 5px #666;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.quick-box-item img{
	width:100%;
}
.quick-box-item h4{
	text-align:center;
	line-height:24px;
}
.quick-box-item-title{
	padding:20px 5px 10px 5px;
	margin:0;
	min-height:80px;
	color:#FFF;
}
.quick-box-item-content{
	position:absolute;
	width:100%;
	height:0%;
	bottom:0;
	left:0;
	/*background:rgba(5,113,188,0.9);*/
	color:#F1F1F1;
	padding:0 10px;
	transition:all 0.6s ease;
}
.quick-box-item:hover .quick-box-item-content{
	height:100%;
	}
.quick-box-item-content h4{
	background:rgba(255,255,255,0.2);
	padding:10px 0;
	}
.quick-box-item-content p{
	text-align:justify;
	font-size:12px;
	}
.link-box-out{
	width:100%;
	float:left;
	text-align:center;
	margin:20px 0 0 0;
	}
.box-link{
	background:#F1F1F1;
	border:1px solid #F1F1F1;	
	padding:8px 20px;
	border-radius:4px;
	}
.quick-box-color-1{
	background:#26476C;
}
.quick-box-color-2{
	background:#419ed7;
}
.quick-box-color-3{
	background:#f94b34;
}
.quick-box-color-4{
	background:#D81E05;
}
/* quick boxs end   */


/*  inner Banner Start  */
.inner-banner{
	background:url(../images/pexels-photo-256219.jpeg) no-repeat;
	position:relative;	
	
	z-index:-1;
}
.inner-banner:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:0;
}
.inner-banner-content{
	
	}
.inner-banner-title{
	text-align:center;
	color:#FFF;
	padding:120px 0 50px 0;
	z-index:1;
	position: relative;
	}
/*  inner Banner End  */

/* inner content block   start*/

.inner-content{
	float: left;
	width: 100%;
	padding:50px 0 50px 0;
	min-height: 400px;
}
.inner-content-1{
	float: left;
	width: 100%;
	padding:50px 0 50px 0;
	
}

.inner-content-2{
	float: left;
	width: 100%;
	padding:50px 0 50px 0;	
	background: #F1F1F1;
}
.inner-content-map{
	float: left;
	width: 100%;
	padding:0;
	background: #F1F1F1;
}
.sub-head{
	color: rgb(38,71,108);
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.sub-head-2{
	color: rgb(38,71,108);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.sub-head-3{
	color: #F1F1F1;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.sub-head-4{
	color: rgb(38,71,108);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}


.vision-block{
	background:  rgb(38,71,108);
	padding: 50px 0;
	font-size: 18px;
	color: #F1F1F1;
	text-align: center;
}




.values-list{
	font-size: 16px;
	font-weight: 700;
	color: rgb(38,71,108);
	line-height: 35px;
}
/* inner content block  end*/

#chevron { 
position: relative; 
text-align: center; 
padding: 12px; 
margin-top:-50px ;
margin-bottom: 6px; 
height: 100px; 
width: 100%; 
z-index:2;
} 
#chevron:before { 
content: ''; 
position: absolute; 
top: 0; 
left: 0; 
height: 100%; 
width: 51%; 
background: #FFF; 
-webkit-transform: skew(0deg, 6deg); 
-moz-transform: skew(0deg, 6deg); 
-ms-transform: skew(0deg, 6deg); 
-o-transform: skew(0deg, 6deg); 
transform: skew(0deg, 6deg); 
} 
#chevron:after { 
content: ''; 
position: absolute; 
top: 0; 
right: 0; 
height: 100%; 
width: 50%; 
background:#FFF; 
-webkit-transform: skew(0deg, -6deg); 
-moz-transform: skew(0deg, -6deg);
 -ms-transform: skew(0deg, -6deg);
 -o-transform: skew(0deg, -6deg); 
transform: skew(0deg, -6deg); 
}
/* welcome msg start */
.clear{
	clear:both;
	}
.welcome-msg{
	padding:30px 0 60px 0;
	text-align:center;
	}
.welcome-msg h1{
	padding:15px 0;
	margin-bottom: 20px;
	color:#26476C;
	position:relative;
	font-size: 24px;
	font-weight: 700;
	text-transform:uppercase;
	}
/*.welcome-msg h1:after{
	background:#3E81BD;
	position:absolute;
	bottom:-0px;
	margin-left: -50px;
	left:50%;
	width:100px;
	height:2px;
	content:"";
	z-index:1;
}*/
.welcome-msg p{
	width:60%;
	margin:0 20%;
	}
/* welcome msg end*/

/*  About us Start  */
.about{
	margin:0px 0 0px 0;
	padding:0px 0 0px 0;
	position:relative;
	background:#FFF;
	height:500px;
	
}
.about:after{
	position:absolute;
	content:"";
	width:50%;
	left:50%;
	background:url(../images/home-main-image.jpg);
	height:100%;
	top:0;
	}
.about:before{
	position:absolute;
	content:"";
	width:50%;
	left:50%;
	background:rgba(0,0,0,0.4);
	height:100%;
	top:0;
	z-index:2;
	}
.about-content{
	text-align:justify;	
}
.about-title{
	padding:20px 0 25px 0;
	margin: 20px 0 20px 0;
	
}

.about-title h1{
	padding:0px;
	margin:0;
	position: relative;
	color:#26476C;
	text-align:left;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
}
/*.about-title h1:after{
	background:#3E81BD;
	position:absolute;
	bottom:-10px;
	left:0;
	width:100px;
	height:4px;
	content:"";
	z-index:1;
}*/
.about-content h2{
	text-transform:uppercase;
	font-size:20px;
	margin:40px 0 0 0;
	font-weight:800;
	color:#26476C;
	position:relative;
	}
.about-content h2:after{
	position:absolute;
	bottom:10px;
	left:0;
	margin-left:0px;
	width:100px;
	height:4px;
	content:"---";
	z-index:1;
	font-size:40px;
}
.about-content h4{
	font-weight:100;
	font-size:20px;
	margin:25px 0 20px 0;
	color:#26476C;
}
.about-content h5{
	line-height:24px;
	font-weight:100;
	
}
.about-img img{
	width:100%;
}
.about-more{
	float:left;
	width:100%;
	margin:30px 0 0 0;
	text-align:center;
}
.about-btn{
	padding:10px 50px 10px 40px;
	border:2px solid #26476C;
	background:#26476C;
	color:#A9D6FB;
	transition:all 0.6s ease;
	font-weight:bold;
	font-size:16px;
	border-radius:20px;
	position:relative;
}
.about-btn:after{
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f138";
	font-size: 30px;
	right:8px;
	top:-1px;
	opacity:0.5;
	color:#F1F1F1;
}
.about-btn:hover{
	text-decoration:none;
	color:#FFF;
}
/*  About us End  */

/*   story Block   */
.story-block{
	background:#FFFFFF;
	padding:30px 0;
}
.story-block-content{
}
.story-block-title{
	padding:0px 0 20px 0;
}
.story-block-title h1{
	padding:0px;
	margin:0;
	color:#26476C;
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	font-weight:700;
}
.story-block-title h1:after{
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:4px;
	content:"---";
	z-index:1;
	font-size:40px;
}
.story-box-slider{
	float:left;
	
}
.story-box{
	float:left;
	width:100%;
	margin:20px 0;
	background:#FFF;
	padding:20px 10px;
	border-radius:50px;
	transition:all 0.6s ease;	
	}
.story-box p{
	float:left;
	width:100%;
	padding:0 15%;
	text-align:center;
	font-size:14px;
	line-height:24px;
	color:#768590;
	position:relative;
}

.story-box:hover{
}
.story-box-content{
	padding:10px;
	font-size:12px;
}
.story-img{
	text-align:center;
	float:left;
	width:100%;
	position:relative;
	}
.story-img:before{
	content: "\f10d";
    font-family: FontAwesome;
	left:50%;
	bottom:-20px;
	width:40px;
	height:40px;
	border-radius:20px;
	margin-left:-20px;
	background:#FFF;
	padding:5px;
	border:2px solid #26476C;
	position:absolute;
	font-size:18px;
	color:#26476C;
	z-index:10;
}
.student-img{
	border-radius:70px;
	width:140px
	}
.story-box-title{
	float:left;
	width:100%;
	padding:10px 0;
	font-size:14px;
	font-weight:700;
	margin:10px 0;
	text-align:center;
}
.story-btns{
	text-align:center;
}
.story-box-btn{
	background:#26476C;
	padding:10px 20px;
	color:#FFF;
	margin:10px 0 0 0;
	text-align:center;
	transition:all 0.6s ease;
	border-radius:20px;
}
.story-box-btn:hover{
	background:#26476C;	
	color:#F1F1F1;
}

.slider {
        width: 100%;
    }



/*  About us Start  */
.partner{
	margin:0px 0 0 0;
	padding:40px 0 80px 0;
	position:relative;
	background:#F1F1F1;
}

.partner-content{
	text-align:justify;	
}
.partner-title{
	padding:0px 0 25px 0;	
}

.partner-title h1{
	padding:0px;
	margin:0;
	color:#26476C;
	text-align:center;
	text-transform:uppercase;
	font-size: 24px;
	font-weight:bold;
}
.partner-title h1:after{
	position:absolute;
	bottom:100px;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:4px;
	content:"---";
	z-index:1;
	font-size: 40px;
}
.partner-content h4{
	color:#666;
	font-weight:100;
	font-size:20px;
	margin:25px 0 20px 0;
	text-align:center;
}
.partner-logos{
	text-align:center;
	}
	.partner-logos img{
	border-radius:4px;
	margin:0 10px;
	box-shadow:0 0 5px #666;
	}
/*  partner End  */


/* semi footer start */
.semi-footer{
	background:#1B2737;
	padding:40px 0;
	color:#E1E1E1;
}
.semi-footer h4{
	/*border-bottom:1px solid rgba(248,248,248,0.3);*/
	padding:10px 0;
	color:#E1E1E1;
	font-weight:800;
	position:relative;
}
.semi-footer h4:before{
	position:absolute;
	content:"---";
	bottom:-25px;
	left:0;
	font-weight:bold;
	font-size:50px;
	color:rgba(255,255,255,0.40);
}
.semi-footer p{
	padding:10px;
	}
.semi-footer-links{
	margin:0;
	padding:0;
	list-style:none;
}
.semi-footer-links a{
	color:#E1E1E1;
	padding:10px 10px;
	display:block;	
	transition:all 0.6s ease;
}
.semi-footer-links a:hover{
	color:#E1E1E1;
	background:rgba(255,255,255,0.20)
	
}
.request-form{
	width:100%;
	float:left;
	}
.form-control-out{
	width:100%;
	padding:10px;
	}
.form-control-out input{
	width:100%;
	border:#ccc;
	background:rgba(255,255,255,0.1);
	padding:10px;
	
	}
.form-control-out button{
	float:right;
	border:#666;
	background:#019BE0;
	padding:10px 30px;
	color:#FFF;
	border-radius:4px;
	transition:all 0.6 ease;
	
	}
.form-control-out button:hover{
	float:right;
	border:#666;
	background:#26476C;
	padding:10px 30px;
	color:#FFF;
	border-radius:4px;
	
	}

/*  semi footer  */


.services{
	padding:40px 0 80px 0;
	background:#F1F1F1F1;
	background-size:cover;
	position:relative;
	}
.services-content{
	text-align:justify;	
}
.services-content h5{
	text-align:center;
	font-size:20px;
	margin:20px 0;
	}
.services-title{
	padding:20px 0 40px 0;
	position:relative;
	z-index:3;	
}
.services-title span{
	
}
.services-title h1{
	padding:15px 0;
	margin-bottom: 20px;
	color:#26476C;
	position:relative;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
}
/*.services-title h1:before{
	position:absolute;
	bottom:-95px;
	left:50%;
	margin-left:-20px;
	content:"*";
	z-index:1;
	font-size:120px
	}
.services-title h1:after{
	background:#096298;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:4px;
	content:"";
	z-index:1;
	}*/
.service-item{
	width:100%;
	height:200px;
	border:5px rgba(38,71,108,0.05) solid;
/*	border-radius:100px;
*/	position:relative;
	padding-top:50px;
	text-align:center;
	z-index:3;
	margin:0 auto;
	cursor:pointer;
	margin-bottom: 30px;
	transition: all 0.6s ease;
	box-shadow: 0 0 0px #999;
}
.service-item:hover{
	background: #FFF;
	box-shadow: 0 0 5px #999;
}
.services-item-icon{
	width:180px;
	height:180px;
	border:1px #FFF solid;
	border-radius:90px;
	background:#096298;
	text-align:center;
	padding-top:50px;
	position:absolute;
	top:0;
	left:0;
	transition:all 0.6s ease;
	transform:rotate(0deg);
	z-index:2;
}
.services-item:hover .services-item-icon{
	top:-160px;
	transform:rotate(180deg);
}
.services-item-icon i{
	font-size:80px;
	color:#FFF;
}
footer{
	background:#000;
	color:#aaa;
}
.footer{
	padding:15px 0;
}
.footer a{
	color:#aaa;
}
.footer-left{
	text-align:left;
}
.footer-menu{
	text-align:center;
}
.footer-menu a{
	color:#aaa;
}
.footer-right{
	text-align:right;
}
.carousel{
	margin-top: 30px;
	position: relative;
	padding-bottom: 50px;
	background-color: #D8D8D8;
}
.item{
	min-height: 325px;
	padding-left: 30px;
	padding-right: 30px;
}
.item h2{
	width: 80%;
	color: #FFF;
	padding: 15px;
	font-size: 38px;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 1px 2px 3px #444;
}
.item .block{
	width: 100%;
	float: left;
	color: #FFF;
	min-height: 200px;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 1px 2px 3px #444;
}
.item h4{
	width: 100%;
	padding: 15px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-shadow: 2px 2px 2px #555;
}
.item p{
	text-align: center;
	font-size: 18px;
}

.item .input-group{
	margin-bottom: 10px;
}

.carousel-indicators {
    bottom: 0px;
}


.scroll-top {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: -90px;
    right: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 0 4px #666;
    background: #000;
    color: #F1F1F1;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    z-index: 10;
	
}
/*.scroll-top i{
	width:30px;;
	float:left;

	}
.scroll-top span{
	width:30px;;
	float:left;
	font-size:16px;
	clear:both;
	}*/
.scroll-top.visible {
    visibility: visible;
    opacity: 0.6;
	bottom: 20px;
}
.scroll-top.visible:hover {
    visibility: visible;
    opacity: 1;
	bottom: 20px;
}

/* Enroll Form  */
.enroll-popup{
	width:400px;
	position:absolute;
	background:#FFF;
	box-shadow:0 0 5px #666;
	top:140px;
	right:0px;
	z-index:100;
	transition:all 1s cubic-bezier(.68,-0.55,.27,1.55);
}
.enroll-popup.hide-pop{
	right:-600px;
}
.enroll-popup .enroll-title{
	background:#F94B34;
	width:100%;
	padding:5px;
	text-align:center;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
}
.enroll-form{
	padding:20px;
}
.enroll-popup-close{
	position:relative;
	color:#FFF;	
	margin:-45px 15px 0 0;
	float:right;
	cursor:pointer;
}
.enroll-pop-link{
	cursor:pointer;
}



/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should be a color other than white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally on the screen */
    top: 50%; /* centers the loading animation vertically on the screen */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -40px; /* is width and height divided by two */
}

    #status span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: #378DC9;
    position: absolute;
    animation: preloader_1 1.5s infinite ease-in-out;
}

    #status span:nth-child(2) {
    left: 11px;
    animation-delay: .2s;
}

    #status span:nth-child(3) {
    left: 22px;
    animation-delay: .4s;
}

    #status span:nth-child(4) {
    left: 33px;
    animation-delay: .6s;
}

    #status span:nth-child(5) {
    left: 44px;
    animation-delay: .8s;
}




.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-color:#333;
}

.crossfade > figure:nth-child(1) {
  background-image: url(../images/lausd-hero.jpg);
}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url(../images/bigstock-Group-Of-College-Students-4026865.jpg);
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url(../images/banner2.jpg);
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url(../images/safima-2862854.jpg);
}
.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url(../images/pexels-photo-235558.jpeg);
}


@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}

@keyframes preloader_1 {
    0% {
    height: 5px;
    transform: translateY(0px);
    background: #378DC9;
}

    25% {
    height: 30px;
    transform: translateY(15px);
    background: #378DC9;
}

    50% {
    height: 5px;
    transform: translateY(0px);
    background: #419ED7;
}

    100% {
    height: 5px;
    transform: translateY(0px);
    background: #378DC9;
}
}