body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}
.header-1{
	width: 100%;
	min-height: 50px;
	color: #cd0004;
	background-color:#fff;
	padding: 10px 20px;
	float: left;
}
.hdr-1-align{
	width: 100%;
	float: left;
}
.header-2{
	width: 100%;
	min-height: 170px;
	background-image:url(images/head-bg.jpg);
	background-size: cover no-repeat;
	padding: 10px 70px 10px 70px;
	font-family: Lora Bold Italic;
	text-align: center;
	font-size: 22pt;
}
.header h4{
	font-size: 20px;
}
.banner{
	width: 100%;
	min-height: 555px;
	float: left;
	position: relative;
	z-index: -100;
}

.content{
	width: 100%;
	min-height: 650px;
	padding-top: 30px;	 
}
.container-fluid-2{
	width: 100%;
  	padding-right: 20px;
 	padding-left: 20px;
 	margin-right: auto;
 	margin-left: auto;
 	float: left;
}
.wlcm{
	width: 100%;
	min-height: 42px;
	position: relative;
	font-size: 17pt;
	color: #cd0004;
	border-left: 5px solid #cd0004;

}
.content-2{
	width: 100%;
	min-height:509px;
	margin-top: 50px;
}
.course{
	width: 100%;
	min-height: 360px;
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
			-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6); 
}
.course1{
	width: 87%;
	min-height: 305px;
	margin-top: 35px;
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
			-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6); 
}
.content-3{
	width: 100%;
	min-height:350px;
}
.footer{
	width: 100%;
	min-height: 425px;
	background-image: url(images/bg.jpg);
	color:#fff;
	padding: 50px 50px 50px 50px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	padding: 7px 0;
	margin-top: 20px;
}
.footer-2{
	width: 100%;
	min-height: 50px;
	background-image: url(images/bg.jpg);
	color:#cd0004;
	
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	padding: 15px 20px;
	float: left;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  width: 100%; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(205, 0, 4, 0.8); /* Black see-through */
  color: #f1f1f1; 
  min-width: 300px;
  color: white;
  font-size: 15pt;
  padding: 20px;
  text-align: center;
  opacity: 1;
  height: 61px;
}
.overlay a{
	color: white;
}
.overlay a:hover{
	text-decoration: none;
	color: grey;
}

.overlay1 {
  width: 96%; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(205, 0, 4, 0.8); /* Black see-through */
  color: #f1f1f1; 
  min-width: 300px;
  color: white;
  font-size: 15pt;
  padding: 20px;
  text-align: center;
  opacity: 1;
  height: 61px;
}
.overlay1 a{
	color: white;
}
.overlay1 a:hover{
	text-decoration: none;
	color: grey;
}
.apply-btn{
	color: white;
	background: rgb(0, 0, 0);
	background: rgba(205, 0, 4, 0.8);
	margin:300px 50px 0 0;
}
.cutout-img{
	width: 303px;
	height: 408px;
	background-image: url(images/cutout-img.png);
	position: absolute;
	z-index: 1;
}
.footer ul li{

    width: 100%;
    float: left;
    padding: 7px 0;
}
.footer ul li a{
	position:relative;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.footer ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 0px;
    height: 9px;
    background: url(images/list.png) no-repeat center center;
    background-size: 13px 9px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.footer ul li a:hover{
	padding-left: 20px;
	text-decoration: none;
}
.footer ul li a:hover::before {
	width: 13px;
}
ul{
	padding: 0;
}
.abt-us-bnr .content {
    background: rgba(0, 0, 0, 0.7); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    padding: 130px;
    min-height: 100px;
    text-align: center;
    float: left;
}
.abt-us-bnr{
	width: 100%;
	min-height:300px;
	background-image: url(images/banner.jpg);
	position: relative;
	z-index: -100;
}
/* Navbar*/
.custom-menu{
	height: 100%;
	float: left;
	*background-color: #fff;
	border-bottom: 5px solid transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #000 !important;
}
.custom-menu:hover{
	border-bottom: 5px solid #cd0004;
}
.custom-menu-active{
	height: 100%;
	float: left;
	/*background-color: #fff;*/
	border-bottom: 5px solid #cd0004;
}
.header_nav{

	width: 100%;
	float: left;
	padding:5px 30px ;
	background: rgba(255, 255, 255, 0.8) !important;
	position: relative;
	z-index: 100;
}
.navbar-default{
	background-color: transparent !important;
	color: #114982;
	min-height:50px;
	margin-left: 200px;
}
.slider-block{
	width: 100%;
	float: left;
	position: relative; 
	margin-top: -65px;
}
.slider-block img{
	width: 100%;
	height: auto;
	display: block;
}
.footer li{
	list-style: none;
}
.footer li a{
	color: white;
	font-size: 12px;
		font-family: 'Poppins', sans-serif;
}
.footer h4{
	font-weight: 700;
}



/*scroll*/

    



::-webkit-scrollbar {
   width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(205,0,4,0.2); 
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px;
   border-radius: 10px;
   background: rgba(205,0,4,1); 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}
::-webkit-scrollbar-thumb:window-inactive {
   background: rgba(205,0,4,1); 
}


.click{
	min-height: 50px;
	background: rgba(205, 0, 4, 0.8);
	border-radius: 5px;
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 30px; 
	color: white; 
	text-decoration: none;
	margin-top: 10px;
}



.modal-header, h3, .close {
      background-color: #cd0004;
      color:white !important;
      text-align: center;
      font-size: 30px;
  }
.modal-footer {
    background-color: #f9f9f9;
}

/*media*/
@media (max-width:768px){
.nav > li {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}	
.slider-block{
	margin-top: -60px;
}
.header-2{
	font-size: 14px;
}
.cutout-img{
	background-image: none;
}
.wlcm{
	font-size: 15px;
}
.apply-btn{
	margin:0 0 0 0;
}
.content-2{
	min-height: 1270px;
}
.header-2 h4{
	font-size: 10px;
}
}
.map{
	margin-top: 10px;
	min-height: 250px;
	width: 100%;
}