@charset "utf-8";
/* CSS Document */

*{
	margin:0 auto;
		}
.nav1 ul li{
	line-height:44px;
	display:inline
	}
.nav1{
	background:#7a0408;
	}
.navigation{
	background:#ae1f24;
	}				
.nav1 ul li a{
	text-decoration:none;
	padding:10px 35px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;	
	transition:all ease 1s;
	}	
.nav1 ul li a:hover{
	color:#FFF;
	border-radius:30px 0 30px 0;
	background:#f01231;
	border:3px solid #FFF;
	}	
.nav1 ul{
	line-height:50px;
	margin:0 !important;
	}	
img{
	max-width:100%;	
	}
.search{
	padding:55px 0;	
	}		
.search input{
	padding:5px;	
	}	
	
.nav2{
	display:none !important;
	padding:20px 0;	
	}	
select{
	width:100%;
	border-radius:20px;
	padding:10px;
	background:#ae1f24;
	border:5px solid #FFF;
	
	}
select option{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	}	
.btn-search{
	background:#7a0408;
	color:#FFF;
	
	}
.footer{
	background:#7a0408;
	color:#FFF;
	margin:0 auto;
	}	
.footer-left a{
	color:#FFF;
	transition:all ease 1s;
	}
.footer-right a{
	color:#FFF;
	font-size:18px;
	padding:0 16px;
	transition:all ease 0.5s;
	}	
.footer-left, .footer-right{
	padding:20px 0;
	}	
.footer-right{
	text-align:right;
	}	
.footer-left a:hover{
	text-decoration:none;
	color:#f1232a;
	}	
.footer-right a:hover{
	text-decoration:none;
	color:#f1232a;
	font-size:28px;
	transform:rotateY(90deg);
	}
	
.contact-bg{
	background:#7a0408;
	color:#FFF;
	}	
.contact-form h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 3px solid #f1232a;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-heading h2{
	color: #fff;
	font-size: 90px;
}
.contact-info{
	padding-left: 40px;
}
.contact-info h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #f1232a;
	padding-bottom: 12px;
	margin-bottom: 0;
}		
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	list-style:none;
}
.contact-info i.fa{
	font-size: 16px;
  	padding-right: 12px;
  	width: 25px;
  	height: 38px;
}
.contact-info ul li span{
	font-weight: bold;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 2px solid #f1232a;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #f1232a;
	padding-top: 15px;
	text-align: right;
}
.contact-form input.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #fff;
	background: url(../img/btn-bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-weight: bold;
	border:3px #FFF solid;
	
}
.contact-form{
	padding-right: 40px;
}
.contact{
	margin:40px 0;	
	}	
.course img{
	padding:10px;
	}
.r1, .r2{
	padding:40px 0;
	}
.course h2{
 text-align:center;
 font-size:42px;
 color:#333;
 padding-bottom:20px;	
	}	
.r2 h3{
padding-bottom:30px;
color:#999;	
	}
 #map {
                width: 100%;
                height: 300px;
            }
	
@media screen and (max-width:960px){
.nav1{
display:none !important;	
	}	
.nav2{
display:block !important;	
	}	
	}	