@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700|Nunito:400,700|Open+Sans:400,600,700|Raleway:400,600);

*{
	margin:0;
	padding:0}
body{
	background:#fff;
	
	margin:0;
	padding:0}
.topline{
	 background-color:#e5e5e5;
    float: left;
    height: 10px;
    width: 100%;}
.header{
	float:left;
	width:inherit}
.contact_info{
	float:left;
	width:inherit}
.lft_info{
	float:left;
	background:url(../images/styles/lft_info.jpg) no-repeat 0 0;
	width:62px;
	height:25px}
.center_info{
	float:left;
	width:278px;
	background:#e5e5e5;
	font-family: 'Nunito', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#298cc9;
	height:25px;
	text-align:center}
.right_info{
	background:url(../images/styles/right_info.png) no-repeat 0 0;
	float:left;
	width:62px;
	height:25px}
.call{
	
	font-size:16px;
	
	color:#faa51a}
.logo img{
	float:left;
	width:160px;
	margin-bottom:5px;
	}
.walkin{
	float:right;
	}
.menu_inner{
	float:left;
	width:100%;
	
	height:46px;
	background: #217eae; /* Old browsers */
background: -moz-linear-gradient(top, #217eae 0%, #0f3053 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#217eae), color-stop(100%,#0f3053)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #217eae 0%,#0f3053 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #217eae 0%,#0f3053 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #217eae 0%,#0f3053 100%); /* IE10+ */
background: linear-gradient(to bottom, #217eae 0%,#0f3053 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#217eae', endColorstr='#0f3053',GradientType=0 ); /* IE6-9 */}
.menu
{
	float:left;
}
.menu li
{
	display:inline;
	float:left;
	text-align:center;
	font-family:'Raleway', sans-serif;
	font-size:16px;
	color:#fff;
	width:160px;
	line-height:46px;
	font-weight:600
}
.menu li a
{
	text-transform:uppercase
}
.menu li:hover, .menu li.current
{
	background-color:rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
}
.ban{
	width:100%;
	min-width:960px;
	height:400px;
	background-color:#006fe1;
	overflow:hidden}
.slides
{
	width:960px;
	margin:0 auto;
}
.slides img
{
	width:960px;
	height:400px;
}
.free_study{
	width:100%;
	float:left;
	background:#ebebeb}
.study{
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
	line-height:28px;
	font-weight:600;
	color:#51646b;
	text-align:center;
	margin-top:40px;}
.study_map{
	float:left;
	margin-top:20px;
	margin-bottom:50px}
.small_map{
	float:left;
	margin-top:5px}
.button{
	float:left;
	width:inherit;
	background:#e31836;
	font-family: 'Ubuntu', sans-serif;
	font-size:28px;
	line-height:30px;
	font-weight:400;
	
	color:#fff;
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 3px;
border-radius: 3px; 
 -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.4);
box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.4);
text-shadow: 1px 1px 1px #000;
        filter: dropshadow(color=#000, offx=1, offy=1);
}

.country{

	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-top:30px;
	margin-bottom:30px; }
.country img{
	float:left;
	width:224px;
	height:148px;
	padding:0 15px;}
.country h2{
	float:left;
	color:#666666;
	font-size:22px;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	margin:5px 0 5px 10px;
	width:180px}
	
	
	
	
	
#speech-bubble {
   width: 170px;
   background:#ebebeb;
   position: absolute;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   padding:10px 15px 5px 15px;
   font-family:'Open Sans', sans-serif;
   font-size:12px;
   font-weight:400;
}
#speech-bubble:before {
   content:"";
   position: absolute;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid #EBEBEB;
   border-bottom: 13px solid transparent;
   top:21px;
   left:-25px;
}

a.contry_but{
	float:left;
	background:#3faadd;
	font:14px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:5px 15px;
	-webkit-border-radius: 4px;
border-radius: 4px;
margin:5px 0 0 30px;
text-decoration:none;  }
a.contry_but:hover
{
	background-color:#333;
}
.blue_box{
	float:left;
	width:100%;
	background:#014d93;
	}
	
.arrow-down {
	width:0px; 
	height:0px; 
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid #fff;
	font-size:0px;
	line-height:0px;
	margin:0 auto
}	

.arrowdown_blue {
	width:0px; 
	height:0px; 
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid #012955;
	font-size:0px;
	line-height:0px;
	margin:0 auto
}	
.arrow-up {
	width:0px; 
	height:0px; 
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-bottom:15px solid #2abbb6;
	font-size:0px;
	line-height:0px;
	margin-left:472px;
	clear:both;
	float:left;
}		
.container_txt{
	float:left;
	padding:20px 20px;
	width:inherit;
	font-family:'Open Sans', sans-serif;
   font-size:16px;
   line-height:24px;
   font-weight:400;
   word-spacing:5px;
	color:#FFF;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	text-align:justify}	
	
.green_box{
		float:left;
	width:100%;
	background:#2abbb6;}
		
.courses{
	width:inherit;
	float:left}	
.courses img{
	float:left;
	width:339px;
	margin-top:40px;}
	
		
.courses h2{
	float:left;
	width:inherit;
	font-family: 'Raleway', sans-serif;
	font-size:36px;
	color:#fff;
	margin:50px 0 0 0}
.courses p{
	float:left;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	word-spacing:5px;
	line-height:22px;
	color:#FFF;
	width:inherit;
	margin:5px 0 0 0;
}
.internship{
	float:left;
	width:100%;
	background:#1d8f9d}
.internship p{
	float:left;
	font-family:'Open Sans', sans-serif;
	font-size:21px;
	color:#FFF;
	margin:50px 0 0}
.internship h2{
	float:left;
	width:534px;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	text-transform:capitalize;
	color:#FFF;
	background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    -webkit-background-size: 100px;
    
    -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top -100px;
    }
    100%
    {
        background-position: top right;
    }

}
.cap{
	float:left;
	width:204px;
	height:84px;
	margin:20px 0 0 67px}
.cap img{
	position:absolute;
	z-index:1}
.internship img{
	float:left;}
.footer{
	float:left;
	width:100%;
	background:#00616d;
	padding:20px 0;}
.inner_footer{
	color:#FFF}
	
.inner_footer ul{
	float:left;
	width:inherit;
	margin:20px 0 0}
.inner_footer ul li{
	list-style:none}
.inner_footer ul li a{
	text-decoration:none;
	color:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:13px;}
.inner_footer ul li a:hover
{
	color:#096;
}
.contact{
	float:left;
	width:inherit;font-family:'Open Sans', sans-serif;}
form.qcontact {float:left; width:inherit}
form.qcontact input, form.qcontact textarea
{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
form.qcontact input[type=text], form.qcontact textarea, form.qcontact input[type=submit]{
	float:left;
	width:inherit;
	border:1px solid #ddd;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:6px;
	margin:5px 0;
	color:#000;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	outline:none;
}
form.qcontact input[type=submit] {
  padding:10px;
  
 
  font-weight: 600;
  color:#FFFFFF;
  border: none;
  background-color: #02272c;
 }
 			
form.qcontact textarea
{
		height:80px
}
.contact h2{
		float:left;
		width:inherit;
		font:19px 'Open Sans', sans-serif;
		color:#FFF;
		margin:5px 0}
.social{
	float:left;
	margin-top:90px;}
.social img{
	float:left;
	padding:0 0 0 10px;
	}
.social img:hover
{
	position:relative;
	top:-5px;
}
.nopadd{
	padding:0 !important}
.design{
	width:inherit;
	font:12px Arial, Helvetica, sans-serif;
	margin:10px}
.design a{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;}
.design a:hover{
	color:#096;}
	
/*----------about us------------------*/
.middle{
	width:1000px;
	float:left;
	margin:47px 0 0 25px}
.heading{
	float:left;
	font-family: 'Duru Sans', sans-serif;
	width:975px;
	font-weight:bold;
	font-size:30px;
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;
	padding:5px 10px}
.middle_contain{
	float:left;
	
	width:inherit;
	font-family:'Open Sans', sans-serif;
   font-size:14px;
   line-height:24px;
	line-height:16px;
	margin-bottom:20px;
	text-align:justify}
.middle_contain ul{
	float:left;
	width:inherit;
	
}
.middle_contain ul li{	
	font-family:'Open Sans', sans-serif;
   font-size:14px;
   line-height:18px;
   background:url(../images/europe/bullet.png) no-repeat 0 0 ;
   padding:0 0 0 30px;
   -moz-box-sizing: border-box; 
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   margin:0 0 10px }
.edu{
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
	line-height:28px;
	font-weight:600;
	color:#51646b;
	width:inherit;
	
	margin:20px 0;}
.study_map{
	float:left;
	margin-top:20px;
	margin-bottom:50px}

.abt_image{
	float:left;
	width:inherit;
	margin:20px 0 0}

.container_txt h2{
	width:inherit;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
	line-height:28px;
	font-weight:600;
	color:#fff;
	margin-top:40px;}
.service img{
	float:left;
	width:inherit;
	margin-top:30px}
.black{
	color:#000 !important}

.pinkB{
	border-top:15px solid #b60b25; !important}
.greenB{
	border-top:15px solid #1D9D71; !important}
.orangeB{
	border-top:15px solid #b56200; !important}

.Bg_pink{
	background:#E31836; !important}
.Bg_red{
	background:#1d9d71; !important}
.Bg_orange{
	background:#f0901e; !important}
.Bg_sky{
	background:#3a6ccb; !important}

.red{
	background:#fe0c0c !important}
.white{
	background:#efece3 !important}
.Bgwhite{
	background:#fff !important}	
.blue{
	background:#113e7a !important}
.black{
	background:#000 !important}
.brown{
	background:#9f2520 !important}
.singapore{
	background:#d0171c !important}
.newzeland{
	background:#00006a !important}
.orange{
	background:#fec819 !important}	
.padd5{
	padding:5px 0}
.paddL5{
	padding-left:5px}
.margT15{
	margin:25px 0 0 !important}
	
.icon_social
{
	position:fixed;
	top:20px;
	left:0px;
	width:64px;
}