@media (max-width: 1199px){
	
	header{
		background:#09c;
}
.header-left ul{
	list-style:none;
}
.header-left ul li{
	float:left;
}
.header-left ul li a{
	color:#fff;
	display:block;
	padding:10px 10px;
	text-decoration:none;
}
.header-left ul li a:hover{
	text-decoration:underline;
}

.header-right ul{
	list-style:none;
}
.header-right ul li{
	float:left;
}
.header-right ul li a{
	color:#fff;
	display:block;
	padding:10px 10px;
	text-decoration:none;
}
.header-right ul li a:hover{
	text-decoration:underline;
}


.nav-list ul{
	list-style:none;
}
.clear-fix{
	clear:both;
}
.nav-list ul li{
	float:left;
}
.nav-list ul li a{
	display:block;
	padding:20px 10px;
	color:#09c;
	line-height: 30px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	transition:0.6s;
}
.sticky ul li a{
	display:block;
	padding:8px 10px;
	color:#333;
	font-weight:bold;
	margin:-1px 0;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	transition:0.6s;
}
.nav-list ul li a:hover{
	color:#357a91;
	transition:0.6s;
}
.nav-list ul li a::after{
	content:'';
	display:block;
	width:0;
	height:2px;
	background:#357a91;
	transition:0.5s;
}
.nav-list ul li a:hover::after{
	width:25px;
	transition:0.5s;
	margin-left:0px;
}
.nav-list ul li.active a {
	color: #0b52a2;
}
.nav-list ul li.active a:after {
	width: 20px;
}
.nav-list ul li:hover ul{
	display:inline-block;
	visibility:visible;
}
.nav-list ul li ul{
	list-style:none;
	display:none; 
	position:absolute;
	z-index:999;
	right: 0;
    left: 10%;
    top: 73%;
}
.nav-list ul li ul li{
	position:relative;
	float:none;
	top:-10px;
	left:-30px;
}
.nav-list ul li ul li a{
	color:#333!important;
	padding:0!important;
	display:block;
	width:100%;
    background: #fff;
	opacity:1;
	border:1px solid rgba(0, 153, 204, 0.4);
}
.nav-list ul li ul li a:hover{
	color:#fff;
	background:#09c;
}
}



@media (max-width: 1199px){
	nav{
		position:relative;
		top:0px;
	}
	.menu{
		position:absolute;
		display:none;
		top:112px;
		z-index:9;
		right:-30px;
		left:-70px;
		z-index:9999;
	}
	
	.box{
		position:absolute;
		width:60px;
		height:60px;
		top:40px;
		right:30px;
		display:block;
	}
	.box-1,.box-2,.box-3{
		width:60px;
		height:5px;
		background:#1a26b9;
		margin:8px -30px;
		cursor:pointer;
	}
	.logo-img{
		margin:30px 0 0 0;
	}
	.menu li {	
		float:none!important;
		border-bottom:1px solid #ddd;
	}
	.menu li a{	
		display:block;
		padding:6px 10px!important;
		text-align:center;
		background:#1a26b9;
		color:#fff!important;	
	}
	.menu li ul li{
		display:block;
		position:absolute;
		top:0px;
		right:30px;
	}
	.nav-list ul li a::after{
		background:none;
		color:#000;
	}
	.course {
		margin:20px 10px;
	}
	.scroll-top-wrapper{
		margin-right:30px;
	}
	.whoweare-left,.whoweare-right{
		margin:30px 0px;
	}
	.whoweare-left img,.whoweare-right img{
		width:100%;
	}

#first-slider .carousel .item {
    min-height: 200px;
    height: 100%;
    width: 100%;
}
.text-right{
	display:none;
}
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
    padding-top: 30px;
    text-align:center;
    text-transform: uppercase;
    font-weight: 700;
}
#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 4px;
	text-align:center;
    text-transform: uppercase;
    font-weight: 700;
}
}
@media (max-width: 1199px){
.logo-img {
    margin: 15px 0 0 0; 
    line-height: 97px;
    width: 50%;
}

}
@media (max-width: 991px){
	
.header-left p {
    color: #000;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}
.carousel-control {
    position: absolute;
    top: -83px!important;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.logo-img {

    line-height: 100px;
    width: 34%;
}

.header-right p {
   line-height: 11px;
    letter-spacing: 0px;
    color: #000;
	text-align:center!important;
    margin:0 auto;
}
.strip {
    width: 100%;
    padding: 30px 0 0 0;
    color: #fff;
    top: 0px;
    height: auto;
    line-height: 22px;
    background: #1a26b9;
    position: absolute;
    z-index: 999;
    margin: -32px auto;
}	
.banner {
    width: 100%;
     padding:150px 0 0 0 !important; 
}
.menu{
		position:absolute;
		display:none;
		top:0px;
		z-index:9;
		right:0px;
		left:-70px;
		z-index:9999;
	}
	
	.box{
		position:absolute;
		width:60px;
		height:60px;
		top:-69px;
		right:30px;
		display:block;
	}
	.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 0!important;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
	}
	.carousel {
		height: 150px;
	}
	.glyphicon-circle-arrow-left {
		position: absolute;
		top: 59%;
		font-size: 24px;
		opacity: 0.5;
		left: 13px;
	}
	.glyphicon-circle-arrow-right {
		position: absolute;
		top: 59%;
		font-size: 24px;
		opacity: 0.5;
		right: 13px;
	}
}
