
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header{
	background: url(../img/bg.png) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow: visible;
    position: relative;
}
.new_logo{
	text-align:center;
	vertical-align:middle;
	padding:50px 0px;
	}
/**** Top Bar *****/
.eng_french{
	text-align: right;
}
.eng_french ul{
	list-style: none;
}
.eng_french ul li{
	display: inline-block;
	padding: 5px;
}
.eng_french ul li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color:#fff;
	font-weight: 600;
}

/***** Nav CSS ******/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-brand {
    display: none;
}

#bs-example-navbar-collapse-1 > ul {
    position: absolute;
    right: 0;
    text-align: center;
    top: 19px;
    transform: translateX(0%);
    width: 100%;
    z-index: 999;
}

.nav > li {
    padding: 3px;
}

#bs-example-navbar-collapse-1 a {
    display: block;
    padding: 38px 50px;
    color: #fff;
	border-radius: 10px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 25px;
}	

.navbar-default .navbar-toggle {
    border-color: #F8F1F1;
    background-color: #ccc;
}

.home-tab{
	background-color: #663398;
}

.home-tab:hover{
	background-color: #663398 !important;
}
.gallery-tab{
	background-color: rgb(235,38,143);
}
.gallery-tab:hover{
	background-color: rgb(235,38,143) !important;
}
.reg-tab{
	background-color: rgb(245,134,53);
}
.reg-tab:hover{
	background-color: rgb(245,134,53) !important;
}
.about-tab{
	background-color: rgb(219,38,31);
}
.about-tab:hover{
	background-color: rgb(219,38,31) !important;
}
.contact-tab{
	background-color: rgb(169,207,70);
}
.contact-tab:hover{
	background-color: rgb(169,207,70) !important;
}

/******* Nav CSS End ********/

/******|| Header Section CSS End ||******/



/******|| slider section CSS ||******/
.carousel-control.right {
    right: 0px;
    left: auto;
    background-image: none;
    background-repeat: repeat-x;
 
}
.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}
.slider{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.carousel-inner img{
	margin: auto;
	width: 100%;
	height: 450px;
}

/******|| slider section CSS End ||******/



/******|| Services section CSS Start ||******/


.services{
	background-color: #D9D9D9;
	padding: 20px 20px;
}

/*.s-bg div div:nth-child(1) {
  background: rgba(0, 0, 0, 0) url("../img/s1.png");
  
}
.s-bg div div:nth-child(2) {
  background: rgba(0, 0, 0, 0) url("../img/s2.png");
  
}
.s-bg div div:nth-child(3) {
  background: rgba(0, 0, 0, 0) url("../img/s3.png");
  
}
.s-bg div div:nth-child(4) {
  background: rgba(0, 0, 0, 0) url("../img/s4.png");
  
}

.s-bg div div:nth-child(1), .s-bg div div:nth-child(2), .s-bg div div:nth-child(3), .s-bg div div:nth-child(4) {
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }*/

.box{
	padding: 15px 15px;
	color:#fff;
}
.box h5{
	font-family: Open Sans;
	font-weight: 700;
	font-size: 18px;
}
.box p{
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
}
.btn.btn-default {
    color: #EB278D !important;
}
.service-1{
	background: rgba(0, 0, 0, 0) url("../img/s1.png");
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.service-2{
	background: rgba(0, 0, 0, 0) url("../img/s2.png");
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.service-3{
	background: rgba(0, 0, 0, 0) url("../img/s3.png");
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.service-4{
	background: rgba(0, 0, 0, 0) url("../img/s4.png");
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.service-content{
	width: 80%;
	margin: 0 auto;
}
.services-head{
	background-color:rgb(102,51,152);
	text-align: center;
	padding: 20px 20px;
}
.services-head h1{
	color:#fff;
	font-family: open Sans;
	font-weight: 800;
	font-size: 40px;
	padding-top: 30px;
}
/******|| Services section CSS End ||******/




/******|| About section CSS Start ||******/

.about{
	padding: 20px 20px;
    background-color: #92ABA8;
    
}
.about_text{
	text-align: justify;
	color: rgb(240,246,242);
}
.about_text h3{ 
	color:#fff;
	font-family: open Sans;
	font-weight: 700;
	font-size: 25px;
}
.about_text p{
	font-family: open Sans;
	font-size: 15px;

}
.about_pic {
    background-color: #fff;
    font-weight: 400;
	font-size: 15px;
}	

/******|| About section CSS End ||******/


/******|| Footer section CSS Start ||******/
footer{
	background-color: rgb(0,154,114);
	/*padding: 20px;*/
}
.footer-content{
	background-color: rgb(0,154,114);
}
.map img{
	width: 90%;
}
.map h3{
	color:#fff;
	font-family: open Sans;
	font-size: 25px;
	font-weight: 700;
}
.add h3{
	color:#fff;
	font-family: open Sans;
	font-size: 25px;
	font-weight: 800;
}
.add ul{
	list-style: none;
	color:#fff;
	font-family: open Sans;
	font-size: 15px;
	font-weight: 400;
	padding-left: 0px;
	line-height: 2;
}
.social h3{
	font-family: open Sans;
	font-size: 25px;
	font-weight: 800;
	color:#fff;
	padding-bottom: 20px;
}
.social ul{
	list-style: none;
	padding-left: 0px;
}
.social ul li{
	display: inline-block;
	font-size: 30px;
	text-align: center;
	padding: 10px 10px;
    width: 18%;
    border: 1px solid #fff;
}
.social ul li a{
	color:#fff;
}
.fb{
	background-color: rgb(93,130,210);
}
.pint{
	background-color: rgb(224,49,56);
}
.twitter{
	background-color: rgb(64,191,244);
}

.google{
	background-color: rgb(235,94,76);
}

/******|| Footer section CSS End ||******/


/******|| Inner pages CSS ||******/

/******|| Contact page CSS Start ||******/
.contact-page{
	width: 100%;
	background-color: #054586;
	color:#fff;
}
.contact-head{
	background-color: #A9CF46;
	text-align: center;
	padding: 20px 20px;
}
.contact-head h1{
	color:#fff;
	font-family: open Sans;
	font-weight: 800;
	font-size: 40px;
	padding-top: 30px;
}
.contact-form-section{
	padding: 10px 10px;
	width: 85%;
	margin: 0 auto;
}
.contact-form{
	padding:10px 10px;
	border: 1px solid #FEFAFA;

}
.icon {
    font-size: 5em !important;
}
.location p {
    padding-left: 20px !important;
}
.location h4 {
    padding-left: 70px !important;
}
.location ul{
	list-style:none;
	padding-left: 0px;
	margin-top: -30px;
}
.location ul li{
	display: inline-block;
}
.address{
	padding-left: 29px;
	margin-top: -18px;
}
.phone {
    padding-left: 36px;
}
.mail{
	padding-left: 23px;
}
.font-icon {
    padding-left: 5px;
}

/*.main-school ul{
	list-style: none;
}
.main-school ul li{
	display: inline-block;
	color:#fff;
}*/
/******|| Contact page CSS End ||******/

/******|| About page CSS Start ||******/

.about-head{
	background-color: #DB261F;
	text-align: center;
	padding: 20px 20px;
}
.about-head h1{
	color:#fff;
	font-family: open Sans;
	font-weight: 800;
	font-size: 40px;
	padding-top: 30px;
}
.about-content{
	padding:20px 20px;
}
.about-text h4{
	font-family: open Sans;
	font-weight: 700;
	font-size: 20px;
	color: #FECA16;
}
.about-text p{
	color:#fff;
	text-align: justify;
	font-family: open Sans;
	font-size: 15px;
	font-weight: 400;
}
/*.about-pic{
	background-color: #fff;
}*/
.panel-heading{
	display: none;
}
.about-info{
	padding: 5px 5px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top:none;
}
.panel-body{
    border-top: none;
    color:#fff;
	text-align: justify;
	font-family: open Sans;
	font-size: 15px;
	font-weight: 400;
}
.panel-heading h4{
	font-family: open Sans;
	font-weight: 700;
	font-size: 20px;
	color: #FECA16;
}
.heading{
	font-family: open Sans;
	font-weight: 700;
	font-size: 20px;
	color: #FECA16;
}

/******|| About page CSS End ||******/


/******|| Registration page CSS Start ||******/
.reg-page{
	background-color: #054586;
}
.reg-head{
	background-color: #F58635;
	text-align: center;
	padding: 20px 20px;
}
.reg-head h1{
	color:#fff;
	font-family: open Sans;
	font-weight: 800;
	font-size: 40px;
	padding-top: 30px;
}
.online-reg{
	width:45%;
	margin: 0 auto;
	padding: 10px 10px;
}
.form-group label{
	font-size: 16px;
	font-family: open Sans;
	font-weight: 600;
	color: #fff;
}
.form-group label{
	font-size: 16px;
	font-family: open Sans;
	font-weight: 600;
}
.form-elements{
	background-color: #787676 !important;
	color: #fff !important;
}
.form-control::-moz-placeholder {
    color: #fff !important;
  }
  .form-group small{
	color:#fff;
}

/******|| Registration page CSS End ||******/


/******|| Gallery page CSS Start ||******/

.gallery-head{
	background-color: rgb(235,38,143);
	text-align: center;
	padding: 20px 20px;
}
.gallery-head h1{
	color:#fff;
	font-family: open Sans;
	font-weight: 800;
	font-size: 40px;
	padding-top: 30px;
}
.gallery-pictures{
	padding: 20px 10px;
}

/******|| Gallery page CSS End ||******/

/******|| Media Quries CSS Start ||******/


@media(min-width:992px) and (max-width:1199px){
	#bs-example-navbar-collapse-1 > ul {
	    top: 5px;
	    transform: translateX(50);
	    z-index: 0px;
	    font-size: 20px;
	}
	#bs-example-navbar-collapse-1 a {
	    padding: 38px 25px;
	}
	.about_pic img {
    	margin-top: 85px;
	}

	.online-reg{
		width:60%;
	}
}






@media(min-width:768px) and (max-width:991px){
	#bs-example-navbar-collapse-1 > ul {
    position: absolute;
    right: 0;
    text-align: center;
    top: 19px;
    transform: translateX(0%);
    width: 100%;
    z-index: 999;
}
	#bs-example-navbar-collapse-1 a {
	    padding: 36px 25px;
	}
	.about_pic img {
    	margin-top: 85px;
	}
	.add ul {
		font-size: 11px;
	}
	.social ul li {
	    font-size: 20px;
	    width: 20%;
	}

	.online-reg{
		width:70%;
	}


	/*Contact page Address location*/
	.mail {
    	margin-left: 35px;
    	margin-top: -15px;
	}
	.location h4 {
    	padding-left: 58px !important;
	}
	.font-icon {
	    padding-left: 5px;
	    margin-top: -7px;
	}
	.address {
    	padding-left: 58px;
    	margin-top: -32px;
	}
	.phone {
   		padding-left: 26px;
	}
	
}




@media(min-width:320px) and (max-width:767px) {
	.new_logo{
	text-align:center;
	}
	.logo-lang {
    	position: relative;
	}
	.lang {
   		 position: absolute !important;
   		 left: -17px;
	}
	.logo {
	  	margin-top: 33px;
	    text-align: center;
	}
	.logo img{
    	height: 70px;
	}
	.eng_french {
  	  text-align: center;
	}
	
	.navbar-nav {
   		margin: 7.5px 0px;
	}
	#bs-example-navbar-collapse-1 > ul {
	    position: static;
	    left: 20;
	    text-align: center;
	    top: 30px;
	    transform: translateX(50);
	    z-index: 0px;
	    font-size: 20px;
	}
	
	#bs-example-navbar-collapse-1 a {
	 	font-size: 20px;
    	padding: 20px 0px;
	}
	
	header{
		overflow: hidden;
	    position: none;
	}
	.about_text h3 {
		font-size: 24px;
	}
	.about_text p {
    	font-size: 14px;
	}
	.social ul li{
		width: 20%;
		font-size: 25px;
	}
	.add ul {
		font-size: 11px;
	}


	/*Contact page Address location*/

	.location h4 {
    	padding-left: 53px !important;
	}
	.address {
	    padding-left: 51px;
	    margin-top: -18px;
	}
	.phone {
    	padding-left: 21px;
	}
	.mail {
	    padding-left: 54px;
	    margin-top: -21px;
	}
	.font-icon {
    padding-left: 5px;
    margin-top: -5px;
	}
	.online-reg {
    	width: 80%;
	}
	.about-head h1 {
    	padding-top: 0px;
	}
	.gallery-head h1 {
		padding-top: 0px;
	}
	.reg-head h1 {
		padding-top: 0px;
	}
	.contact-head h1 {
		padding-top: 0px;	
	}

}