@charset "utf-8";
/* CSS Document */

body{
	font-family:Nunito, Verdana;
	margin:0px;
}
a {
	transition: all 0.3s 0.1s ease-out;
}
.header{
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.logo{
	float:left;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	
	padding-top:15px;
	padding-bottom:10px;
	
	
}
.msg{
	float:left;
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#333;
	color:#fff;
	font-size:24px;
}
.msg span{
	color:#FFCC00; font-size:18px;
}
.nav{
	float:right;
	width:50%;
	margin-top:26px;
}
.nav a{
	float: right;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 25px;
	display: block;
}
.nav a:hover{
	color: #000;
}
#banna{
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;


	background-image: url(../img/study-abroad.jpg?b);
	background-size:cover;
	background-color:#B1BEE0;

}

.container{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}

.features{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:80px;
	background-color:#fff;
}


.feature-h2{
	text-align: center;
	font-size: 24px;
	color: #515151;
}
.feature-p{
	text-align: center;
	font-size: 16px;
	color: #8B8B8B;
	width: 70%;
	margin-left: 15%;
	margin-bottom:60px;
}
.box1{
	float: left;
	width: 27%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 120px;
	padding-bottom: 20px;
	min-height: 310px;
	margin-right: 1%;
	margin-left: 1%;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	background-repeat: no-repeat;
	background-position: center 40px;
	text-align:center;

}
.box1 h2{
	color: #575757;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom:20px;
}
.box1 p{
	color: #666;
	font-size: 15px;
	line-height: 24px;	
}
.banna-in{
	float: left;
	width: 100%;
	min-height: 520px;
	
}

.banna-info{
	width:50%;
	float:left;
}
.banna-info h1{
	font-size: 50px;
	font-weight: bold;
	margin-top: 110px;
	float: left;
	line-height: 55px;
	color: #000;
}
.banna-synop{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 30px;
	display: inline-block;
	float: left;
	color: #333;
	font-weight: bold;
}
.button1{
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	font-size: 20px;
	color: #FFF;
	background-color: #033;
	border-radius: 40px 40px;
	font-weight: bold;
}
.button1:hover{
	background-color:#333;
}
.button2:hover, .button3:hover{

	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	color:#666;
}
.about-img{
	width:55%;
	float:left;
}
.about-uni{
	float:left;
	padding-top:100px;
	padding-bottom:100px;
	width:100%;
}

.about-info{
	float:right;
	width:40%;
}

.button2{
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 18px;
	color: #008484;
	border-radius: 40px 40px;
	font-weight: bold;
	border: 2px solid #008484;
}

.button3{
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 18px;
	color: #008484;
	border-radius: 40px 40px;
	font-weight: bold;
	border: 2px solid #008484;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	text-align: center;
	margin-top: 40px;
	float: left;
}
.about-txt{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	color: #7F7F7F;
	line-height: 22px;
	font-size: 16px;
}
.about-info h2{
	font-size:24px;
	color:#333;
}

.list-course{
	padding:0px;
	width:53%;
	float:left;
	margin:0px;
	margin-bottom:40px;
}

.list-course li{
	width: auto;
	margin-left: 0px;
	margin-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
	background-position: left top;
	font-size: 16px;
	border-radius: 20px 20px;
	color: #333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #6FC;
	border-right-color: #6FC;
}

.courses-sec{
	float: left;
	width: 100%;
	background-color: #EFEFEF;
	padding-top: 70px;
	background-image: url(../img/xx.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.course-h2{
	font-size: 24px;
	margin-top: 0px;
	color: #2E2E2E;
}


.company-contact-sec{
	width: 96%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	background-image: url(../img/contact_img2.png);
	background-repeat: no-repeat;
	background-position: center 220px;
	background-color:#e1e1e1;
	padding-top:80px;
	padding-bottom:80px;
	
}

.contact-input{
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	height: 48px;
	border-radius: 15px 15px;
	background-color: #fff;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		transition: all 0.3s 0.1s ease-out;
		float:left;
}

#cantact-half{
	width:43%;
	float:left;
}

.contact-form{
	width:50%;
	margin-left:25%;
	margin-top:30px;
	float:left;
}
.contact-input2{
	width: 94%;
	padding-left: 2%;
	padding-right: 2%;
	height: 150px;
	border-radius: 15px 15px;
	background-color: #fff;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top:20px;
	margin-top:20px;
	font-family:Nunito, Verdana;
		transition: all 0.3s 0.1s ease-out;
}
.contact-input:hover, .contact-input2:hover{
	box-shadow:0px 0px 20px #ccc;	
}

.contact-but{
	width: 100%;
	height: 48px;
	border-radius: 15px 15px;
	background-color: #fff;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	transition: all 0.3s 0.1s ease-out;
	background-color: #008484;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 16px;
	cursor:pointer;
	color:#fff;
}
.contact-but:hover{
	background-color:#666;
}
.contact-h2{
	font-size:36px;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}



select{
-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	background-image: url(/study-abroad/img/point-down.png);   /* add custom arrow */
	background-repeat: no-repeat;
	background-position: right 10px center;
}
#contact-select{
	width:100%;
}

.terms{
	float:left;
	width:100%;
	margin-left:0%;
	font-size:12px;
	line-height:16px;
	color:#333;
	margin-top:40px;
}
.testimonials{
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #F8F8F8;
}

.testi-img{
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 52px 52px;
	overflow: hidden;
	border: 2px solid #008484;
}
.testi-info{
	float: right;
	width: 70%;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 23px;
	color: #414141;
}
.box2{
	float:left;
	width:42%;
	margin-left:4%;
	margin-right:4%;
}
.testi-name{
	font-size: 18px;
	color: #008484;
}
.testi-h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom:60px;
	float:left;
	width:100%;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	
	.container{
		width:90%;
		padding-left:5%;
		padding-right:5%;
		float:left;
	
	}
	
	.contact-form{
	width:100%;
	margin-left:0%;
	margin-right:0px;
	
}
.contact-input, #cantact-half{
	width: 96%;
	padding-left:2%;
	padding-right:2%;
	float:left;
}

#contact-select{
	width: 99%;
	padding-left:2%;
	padding-right:0%;
}
.terms{
	width:100%;
	margin-left:0px;
	margin-right:0px;
	float:left;
}
.contact-h2{
	width:100%;
}

.box2{
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

#box2-1{
	margin-top:60px;
}

.about-img{
	width:100%;
}
.about-info{
	width:100%;
}

.courses-sec{
	background-image:none;
}
.list-course li{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-radius: 0px 0px;
	border-left-color: #008484;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #5B5B5B;
}

.list-course{
	width:100%;
}

.box1{
	width:90%;
	margin-left:0px;
	margin-right:0px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:30px;
	
}
.button3{
	width:100%;
	margin-left:0px;
	
}
.nav{
	display:none;
}

.banna-info{
	width:100%;
	margin-top:0px;
}
.banna-in{
	background-image:none;
	min-height:inherit;
}
.button1{
	margin-bottom:40px;
	width:100%;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
.banna-info h1{
	margin-top:30px;
}

#banna{
background-position: right -330px top;
}
.testi-img{
	width:80px;
	height:80px;
}
}