@font-face {
    font-family: Oswald-Light;
    src: url(Font/Oswald-Light.ttf);
}

@font-face {
    font-family: Oswald-Regular;
    src: url(Font/Oswald-Regular.ttf);
}

@font-face {
    font-family: Oswald-Bold;
    src: url(Font/Oswald-Bold.ttf);
}

@font-face {
    font-family: Oswald-BoldItalic;
    src: url(Font/Oswald-BoldItalic.ttf);
}

@font-face {
    font-family: Oswald-ExtraLight;
    src: url(Font/Oswald-ExtraLight.ttf);
}


@font-face {
    font-family: Oswald-Medium;
    src: url(Font/Oswald-Medium.ttf);
}

@font-face {
    font-family: Oswald-RegularItalic;
    src: url(Font/Oswald-RegularItalic.ttf);
}

@font-face {
    font-family: Oswald-Stencil;
    src: url(Font/Oswald-Stencil.ttf);
}

@font-face {
    font-family: Chivo-Bold;
    src: url(Font/Chivo-Bold.otf);
}

@font-face {
    font-family: Chivo-Light;
    src: url(Font/Chivo-Light.otf);
}

@font-face {
    font-family: Chivo-Regular;
    src: url(Font/Chivo-Regular.ttf);
}

@font-face {
    font-family: nanuk;
    src: url(Font/nanuk.otf);
}

@font-face {
    font-family: sheep;
    src: url(Font/sheep.otf);
}


body{
	padding: 0px;
	margin: 0px;
}

/*top--------------------------------------------------------------*/

body{
	background-image: url("../images/bgap3.png");
	


}

#top{
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	background: whitesmoke;
}
.top-log{
	width: auto;
	height: auto;
	overflow: hidden;
	background: whitesmoke;
	display: block;
}
.logo{
	background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    width: auto;
}

.logo img{
	height: 140px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}

.slogan{
	background: #89c737 none repeat scroll 0 0;
    color: white;
    font-family: Chivo-light;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #74A544;
    border-bottom: 1px solid #74A544;
}

nav{
	width: 940px;
	margin: auto;
	display: block;
}

.nav{
	margin: 0px;
}

.nav li{
	margin: 0px;

}

.sub-nav{
	box-shadow: 1px 1px 7px #ddd inset;
    display: block;
    margin: auto;
    width: 100%;
	background-image: url(../images/nav.png);
	border-bottom: 1px solid #ddd;
}


ul li {
	display: inline-block;
	vertical-align: top !important;
	
}

ul li a{
	font-family: chivo-bold;
    font-size: 14px;
    padding: 13px 5px 10px;
    text-transform: capitalize;
}

ul li:hover{
/*	background: #7FA500;*/
	cursor: pointer;
}

.lp-list{
	padding-left: 0px;
	background:#eee;
	position: absolute;
	min-width: 200px;
	box-shadow: 0px 0px 5px grey;
	z-index: 2;
}
.lp-list li{
	display: block;
	padding: 5px 0px;
}


.hidden{
	display: none !important;
}

.active{
	background: whitesmoke;
}

.active-lp{
	font-family: chivo-regular !important;
	font-size: 16px !important;
	background: whitesmoke;
	border-left: 3px solid #74A544;
	color: green;

}

/*content------------------------------------------------------------*/

.body{
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	min-height: 700px;
	
}

.cleanbg{
	background-size: cover;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}


#home,.learning-program,#about_us,.car1,.contact,#school_event,#carrer_us,#branch{
	width: 940px;
	margin: auto;
	margin-top: 1px;
}
#home{
	width: 100%;
}

#home-br{
	background: whitesmoke;
	margin: auto;
	border-bottom: 1px solid #ddd;
}

.head-br{
	text-align: center;
	font-family: chivo-regular;
	font-size: 18px;
	margin: auto;
	padding: 10px 0px;
	color: green;
}

.body-br{
	width: 940px;
	margin:auto;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.head-sub{
	font-family: chivo-light;
	font-size: 12px;
	text-align: center;
	color: green;
}

#about_us{
	padding-bottom: 250px;
}

#branch{
	padding-bottom: 250px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
}

.sub-car{
	width: 600px;
	display: inline-block;
	padding: 0px 20px;
}



.content {
	
	height: auto;
    /*background-image: url(../images/nav.png);*/
	margin: auto;
	padding: 0px;
	/*background-color:#89C737;*/
 
}

.text-front-home{
    font-family: nanuk;
    font-size: 25px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
    left: 0px;
    width: 940px;
    right: 0px;
   background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

#learn_pro{
	width: 650px;
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
}

.img-pro{
	width: 400px;
	display: inline-block;
	height: auto;
	height: auto;
	overflow: hidden;
	padding:5px;
	box-shadow: 0px 0px 5px #ccc;	
}

.img-pro img{
	width: 100%;
}

/*.img-pro-abs{
	width: 940px;
	display: inline-block;
	height: auto;
	height: auto;
	overflow: hidden;
	padding:5px;
	box-shadow: 0px 0px 5px #ccc;	
}*/
.img-pro-abs img{
	width: 100%;

}

.abs,.lpr{
	font-family: chivo-regular;
	font-size: 13px;
	padding:10px 20px;
	text-align: justify;
	line-height: 20px;

}

.sub-lpr{
	border-bottom: 1px solid #ccc;
	font-family: chivo-light;
	font-size: 13px;
}

.lpr h2{
	color:#74A837;
	font-family: chivo-light;
}



#school_event{
	font-family: chivo-regular;
	font-size: 14px;

}

/*footer------------------------------------------------------------*/

#footer{
	width: 100%;
	margin:0px auto;
	
	position: absolute;
	/*background-size: cover;
	background-image: url(../images/footer-bg.png);*/
}

.foot-image{
	width: 940px;
	height: auto;
	margin:0px auto;
	padding: 150px 0px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,0.8) 81%, rgba(229,229,229,0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,0.8) 81%,rgba(229,229,229,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,0.8) 81%,rgba(229,229,229,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.foot-extra{
	width: 100%;
	/*height: 200px;*/
	
}

.top-fot{
	width: 100%;
	height: auto;
	padding: 10px 0px;
	font-family: chivo-regular;
}
.top-fot ul li{
	font-family: chivo-regular;
	font-size: 12px;
}
.mid-foot{
	background: #B9D26C;
    height: auto;
    padding-bottom: 10px;
    padding-top: 100px;
    width: 100%;
}


.bot-foot{
	background: #89C737;
	width: 100%;
	height: auto;
	padding: 5px 0px;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #74A544;
}

.bot-foot div{
	text-align: right;
	font-family: chivo-regular;
	font-size: 11px;
	color: white;
	width: 940px;
	margin: 0px auto;
	text-shadow: 1px 1px darkgreen;
	}


.scroll-box{
	padding: 15px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	background: whitesmoke; 
	box-shadow: 0px 0px 5px #ccc;
	transition: 0.2s ease-out;
	}

.scroll-box:hover{
	cursor: pointer;
	background: #eee;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 5px #bbb;
	transition: 0.2s ease-in;
}	


.lab-qual{
	text-align: left;
	padding: 5px 0px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 5px 0px;
}
.sub-qual{
	text-align: left;
	text-indent: 10px;
	padding: 5px 0px;
}
.list-qual ul{
	padding: 0px;
	margin:0px;
}
.list-qual ul li{
	display: block;
	text-align: left;
	text-indent: 20px;
	padding: 2px;
}

.frch{
	font-family: chivo-regular;
	font-size: 14px;
}


.carrer h3,.carrer h4,.carrer h5,.carrer h6,.carrer h2,.carrer p{
	font-family: chivo-regular;
}

.carrer p{
	font-size: 13px;
}

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}

.slideshow-container {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

a{
	text-decoration: none;
	color: #555;
}

.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color:#93B424;
}
.active{
	background: #ddd;
}


.con-fot{
	width: 940px;
	background: #ddd;
	margin: auto;
	border-bottom: 1px solid #ccc;
}

.top-fot{
	width: 940px;
	margin: auto;
}

.content div:last-child{
	background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: -20px;
}

.car1 p{
	font-size: 13px;
}

.list-lp{
	display: inline-block;
	width: 250px;
	height: auto;
	min-height: 500px;
	background: -moz-linear-gradient(top, rgba(238,238,238,0.9) 0%, rgba(220,220,220,0.4) 54%, rgba(204,204,204,0) 100%); 
background: -webkit-linear-gradient(top, rgba(238,238,238,0.9) 0%,rgba(220,220,220,0.4) 54%,rgba(204,204,204,0) 100%); 
background: linear-gradient(to bottom, rgba(238,238,238,0.9) 0%,rgba(220,220,220,0.4) 54%,rgba(204,204,204,0) 100%); 
	vertical-align: top;
/*	background-image: url('../images/bg-left.jpg');
	background-size: cover;*/
}

.lp-sub{
	border-bottom: 1px solid #ddd;
    border-top: 1px solid white;
    font-family: chivo-light;
    font-size: 14px;
    padding: 10px 20px;
    transition: all 0.2s ease-out 0s;
}

.lp-sub:hover{
	cursor: pointer;
	color: silver;
	transition: 0.2s ease-in;
}


.qual{
	border-bottom: 1px solid #ddd;
    font-family: chivo-regular;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 5px 0;
}

.lab-te{
	font-family: chivo-bold;
	font-size: 14px;
	background: #eee;
	padding: 5px 0px;
}

.lab-br{
	font-family: chivo-bold;
	font-size: 14px;
	padding: 5px 0px;
}

.qual-br{
	border-bottom: 1px solid #ddd;
    font-family: chivo-regular;
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.qual-br-cs{
    font-family: chivo-regular;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.sub-lab-br-qu{
	font-family: chivo-bold;
    font-size: 15px;
    padding: 0;
}

.sub-lab-br-qu-cs{
	font-family: chivo-regular;
    font-size: 13px;
    padding: 0;
    text-indent: 20px;
}

.sub-lab-br{
	font-family: chivo-bold;
	font-size: 13px;
	padding: 0px 0px;
	text-align: center;

}

.sub-qual-br{
	width: 200px;
	display: inline-block;
	padding: 20px;
	background: whitesmoke;
	cursor: pointer;
	margin: 5px;
}


.map-con{
	width: 480px;
	height: 300px;
	display: inline-block;
	background: whitesmoke;
	vertical-align: top;
}

.text-con{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	width: 450px;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.about-res,.carrer-res{
	display: inline-block;
	width: 680px;
	padding-bottom: 250px;
}

.slidetext{
    bottom: 0;
    font-family: nanuk;
    font-size: 40px;
    height: auto;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    display: none;
    width: 100%;
background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); 
	transition: 0.2s ease-out;
}
.sp-res{
	display: inline-block;
	width: 660px;
	padding: 0px 10px;
}

.img-branch{
  	background: #ffffff none repeat scroll 0 0;
    margin: 0;
    padding: 10px 50px;
    width: auto;
}

.img-branch img{
	width: 100%;
}

.body:hover .slidetext{
	display: block;
	transition: 0.2s ease-in;
}

.form{
	padding: 10px;
	background: whitesmoke;
}

.half{
	padding: 5px;
}

.half input{
	font-size: 12px;
	padding: 5px;
	font-family: chivo-regular;
}

.half textarea{
	border: 1px solid #ccc;
    font-family: chivo-regular;
    font-size: 12px;
    height: 100px;
    padding: 5px;
    width: 475px;
}

#input-submit{
	font-family: chivo-regular;
	font-size: 12px;
	margin-left: 5px;
}

.con-lab{
	font-family: chivo-regular;
	font-size: 14px;
	padding: 5px 10px;

}
.br-master{
	display: inline-block;
	vertical-align: top;
}

.br-text-top{
	font-family: chivo-bold;
    font-size: 15px;
    margin: 5px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.br-text{
	display: inline-block;
    font-family: chivo-regular;
    font-size: 13px;
    height: auto;
    padding: 10px 20px;
    text-align: justify;
    vertical-align: top;
    width: 680px;
}
.br-img{
	display: inline-block;
	width: 250px;
	overflow:hidden;
	min-height: 500px;
	background: whitesmoke;
}

.br-img img{
	width: 100%;
}

.e-learn{
	width: auto;
	vertical-align: top;

}

.br-chi{
	width: 100%;
	padding: 10px;
	font-family: chivo-light;
	background: #eee;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 14px;
	transition: 0.2s ease-out;
}

.br-chi:hover{
	cursor: pointer;
	background: whitesmoke;
}

.active-br{
	font-size: 16px;
	transition: 0.2s ease-in;
	color: green;
	background: whitesmoke;
	border-left: 3px solid #74A544;
}

.sign_in{
	font-size: 12px;
}

.lab-ol{
	font-size: 12px;
}

.news_content_right{
	background: #eee;
	width: 100%;
	font-size: 12px;
	padding:10px;
}
.news_content_bottom {
    display: block;
    height: auto;
    margin-top: 1px;
    text-align: right;
    width: 660px;
    vertical-align: top;
    min-height: 500px;
}

.image_box {
    background: whitesmoke;
    box-shadow: 0px 0px 5px #ddd;
    border-bottom: 1px solid silver;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #ddd;
    border-radius: 50px;
    display: block;
    height: 100px;
    padding-top: 10px;
    margin: 1px auto;
    overflow: hidden;
    width: 100px;
}

.image_box img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: flex;
    height: 75px;
    margin: auto;
    width: 75px;
}
.image_box img:hover {
    height: 85px;
    transition: all 0.1s ease 0s;
    width: 85px;
}

.content_box {
    display: inline-block;
    height: auto;
    margin-left: 0;
    padding-top: 5px;
    width: 202px;
}

.text_box {
    display: block;
    height: 145px;
    width: 100%;
}

.text_box ul {
    display: block;
    font-size: 10px;
    margin-left: 0;
    position: absolute;
    text-align: left;
    width: 150px;
}

.top_title {
    border-bottom: 1px solid silver;
    width: 200px;
}
.top_title ul li {
    width: 170px;
}


@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



.contact{
	font-family: chivo-regular;
	font-size: 14px;
	margin-top: 5px;
}