@charset "utf-8";
/* CSS Document */

@font-face {font-family:"Lato Regular";src:url("../fonts/Lato-Regular.eot?") format("eot"),url("../fonts/Lato-Regular.woff") format("woff"),url("../fonts/Lato-Regular.ttf") format("truetype"),url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");font-weight:normal;font-style:normal;}

@font-face {font-family:"Lato Light";src:url("../fonts/Lato-Light.eot?") format("eot"),url("../fonts/Lato-Light.woff") format("woff"),url("../fonts/Lato-Light.ttf") format("truetype"),url("../fonts/Lato-Light.svg#Lato-Light") format("svg");font-weight:normal;font-style:normal;}

@font-face {font-family:"Ubuntu Bold";src:url("../fonts/Ubuntu-Bold.eot?") format("eot"),url("../fonts/Ubuntu-Bold.woff") format("woff"),url("../fonts/Ubuntu-Bold.ttf") format("truetype"),url("../fonts/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");font-weight:normal;font-style:normal;}

@font-face {font-family:"Ubuntu";src:url("../fonts/Ubuntu-Regular.eot?") format("eot"),url("../fonts/Ubuntu-Regular.woff") format("woff"),url("../fonts/Ubuntu-Regular.ttf") format("truetype"),url("../fonts/Ubuntu-Regular.svg#Ubuntu") format("svg");font-weight:normal;font-style:normal;}

@font-face {font-family:"Ubuntu Light";src:url("../fonts/Ubuntu-Light.eot?") format("eot"),url("../fonts/Ubuntu-Light.woff") format("woff"),url("../fonts/Ubuntu-Light.ttf") format("truetype"),url("../fonts/Ubuntu-Light.svg#Ubuntu-Light") format("svg");font-weight:normal;font-style:normal;}

body{
	font-family:"Lato Regular";
	color: #272525;
	font-size: 18px;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
	color: #272525;
	text-transform: capitalize;	
	margin-top: 0;
	line-height: 1;
}

h1{
	font-family:"Ubuntu Bold";	
	font-size: 80px;
	font-weight: bold;
	color:#dfdfdf;
	margin-bottom: 40px;	
}

h2,h3,h4,h5,h6{
	font-family: "Ubuntu Bold";
	font-weight: normal;
}

h2{
	/*font-size: 28px;*/
	font-size:40px;
	margin-bottom: 45px;
}

h3{
	font-size: 24px;
	margin-bottom: 22px;	
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 14px;
}

a, a:link, a:visited{
	color: #5abefd;
	text-decoration: none;
}
/*p{
		text-align:start;
}*/

/* -------------------------Header section css------------------------------------------------------------------ */
.header_wrp{
	position:relative;
	
	}
.header{
	position: absolute;
	top: 0;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
}
#logo{
	margin: 30px 0 0 0;
}

/*----------------------------------------------carousel---------------------------------------------------*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
	background-size: cover;
	width: 100%;
}
.navbar-default .navbar-brand img, .navbar-inverse .navbar-brand img{
	height:
}

.small-nav .navbar-brand{
	padding-top: 5px;	
}
.small-nav .navbar-brand > img{
	width: 50%;
}

/*----------------------------------------------NavBar---------------------------------------------------*/

.navbar-custom {
	background-color: #222;
	border-color: transparent
}
.navbar-custom .navbar-brand {
	color:#FFF;
	font-weight:900;
}
.navbar-custom .navbar-brand img{
	margin: 0;
}
.navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
	color: #596dfa;
}
.navbar-custom .nav li a, .navbar-custom .navbar-toggle {
	color: #fff;
	text-transform:capitalize;
}
.navbar-custom .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-custom .navbar-toggle {
	background-color:#1dbf86;
	border-color: #15ab76;
	font-size: 12px
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
	background-color:#14996a;
}
.navbar-custom .nav li a {
	letter-spacing: 1px;
	color:#FFF;
	font-size:16px;
	font-family:"Ubuntu Bold"
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
	color: #596dfa;
	outline: 0
}
.navbar-custom .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #df0213;
}
.navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #df0213;
}
@media (min-width:768px) {
.navbar-custom {
	background-color: transparent;
	padding: 15px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border: none
}
.navbar-custom .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.navbar-custom .navbar-nav>.active>a {
	border-radius: 3px
}
.navbar-custom.affix {
	background-color:#222;
	padding: 10px 0;
}
.navbar-custom.affix .navbar-brand {
	font-size: 1.5em
}
.small-nav{
	background: #000;
    height: 85px;
   /* opacity: 0.9;*/
    padding-bottom: 0;
    padding-top: 10px 3px;
    transition: all 0.9s ease 0s;
}
.small-nav li a{
	font-size:15px;
	font-family:"Ubuntu Bold";

}
 
}

/*----------------------------------------------About Company---------------------------------------------------*/
.motto{
		margin-top:42px;
}
.motto p{
	border-top:5px solid #d4d3d3;
	border-bottom:5px solid #d4d3d3;
	padding:10px 0px;
	color:#999b9c;
}
.about_company{
	padding: 75px 0;
	font-family: "Lato Light";
}
.intro_text p{
	font-size: 24px;
	line-height:36px;
}
.intro_more p{
	font-size:18px;
	color:#272525;
	line-height:26px;
}
 
/*----------------------------------------------our_services---------------------------------------------------*/
.our_services h2{
	margin-top:350px;
	color:#FFF;
}
.our_services{
	background:url(../images/services_bg.png) no-repeat;
	background-size:cover;
}

.service-box {
    margin-top: 174px;
    position: relative;
}
.service_batch{
	position:absolute;
	top:-52px;
	left: 50%;
	margin-left: -52px;
}
.service-content{
    background: #fff;
    border-radius: 5px;
    color: #999b9c;
    line-height: 30px;
    margin: 80px 0;
    padding: 74px 30px 30px;
    text-align: center;
	height: 474px;
	overflow:hidden;
}
.service_intro p{
	text-align:center;
}


/*----------------------------------------------Our Team---------------------------------------------------*/  
.our_team{
	padding:80px 0px;
}
.title_subtitle h1{
	margin-bottom: 25px;
}
.title_subtitle h2{
	margin-bottom: 32px;
}
.mem_avatar img{
	max-width: 100%;
}
.mem_avatar{
	margin-bottom: 32px;
	width: 100%;
	border:none;
	position:relative;
} 
.mem_hover_info{
	position:absolute;
	top: 0;
	left: 0;
	display: none;
/*-webkit-transform:translateX(-271px);
-moz-transform:translateX(-271px);
-ms-transform:translateX(-271px);
-o-transform:translateX(-271px);
transform:translateX(-271px);
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;*/		
	background:#1cb9c8;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
}
.newsletter .btn-group-lg > .btn, .btn-lg:hover{
	color:#ffff;
}

.mem_hover_info ul{
	
}
.mem_hover_info ul li{
	display:inline-block;
	
}
.mem_hover_info ul li a{
	color: #fff;
    font-size: 22px;
    padding: 5px;
	display:inline-block;
}
.mem_hover_info .links_social > ul {
  padding-left: 0;
}
.hover_contents{
	padding: 80px 20px 0 20px;
}
.mem_hover_info *{
	color: #fff;
}
.mem_hover_info h3{
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
	padding-bottom: 8px;
	display: inline-block;
}

.image_wraper:hover .mem_hover_info{
	display: block;
}

.image_wraper{
	position:relative;
}
.team_intro_text p{
	text-align:left;
}
 
/*----------------------------------------------success stories(testimonial)---------------------------------------------------*/ 
 .successstories{
	 background:url(../images/success_story_bg.png) no-repeat;
	 background-size:cover;
	 padding:80px 0px;
	 
 }
 .successstories h2{
	 color:#FFF;
 }
 .testmonial .minus-heavy {
	background-color:#FFF;
}
.testmonial .text-center > p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom:0px;
}

.testmonial img {
	border-radius: 100%;
	max-height: 100px;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control {
	width: 1%;
}
.carousel-control.left {
	left: -70px;
}
.carousel-control.right {
	right: -70px;
}
.carousel .carousel-indicators {
	visibility: hidden;
}

.bg-quote {
	background: rgba(0, 0, 0, 0) url("../images/bg-quote.png") no-repeat scroll left top;
}
.item.bg-quote > div {
	padding-top: 50px;
}
.bg-quote-by{
	margin-top:15px;
}
.bg-quote-by p{
	font-family:"Ubuntu Bold";	
	font-size:24px;
	color:#FFF;
	margin:0;
}
.bg-quote-by .university{
	color:#bab9cb;
	font-family: "Ubuntu";
	font-size:14px;
}
.bg-quote-by .enrolled_year{
	color:#FFF;
	font-family:"Ubuntu Bold";	
	font-size:17px;
}

.student_voice p{
	background:#FFF;
	color:#999b9c;
	padding:20px;
	border-radius:5px;
}
/*-------------------------------------------------------------News & Events-----------------------------------------------------------------*/
.newsevents{
	margin-bottom:80px;
}
.newsevents h2{
	padding:80px 0px 0px 0px;
}
.tab_info .thumb img{
	padding:10px;
}
.tab_info{
	margin:50px 0px;
}
article{
	border:1px #e0e1e1 solid;
	border-radius:3px;
	margin-top:20px;
}
.cat{
	font-size:14px;
	color:#5abefd;
	text-transform:uppercase;
}
.article_content{
	padding:25px 0px;
}
.article_content .news_title{
	font-family:"Ubuntu Bold";
	line-height:20px;
	font-weight:200;
	margin-bottom:0;
	color:#2f3030;
	}
.article_content a:hover{
		color:#000;
		text-decoration:underline;
	
	}
.article_content h5{
	font-family:"Ubuntu Bold";
	font-size:17px;
	line-height:20px;
	font-weight:200;
	margin-bottom:0;
}
.article-meta{
	margin-top:5px;
}
article .thumb {
    float: left;
    padding:10px 15px 10px 10px;
}
span.date, span.time{
	color:#a9a8a8;
	font-size:14px;
}
span.date i, span.time i{
	margin-right:5px;
}
span.date{
	margin-right:10px;
}

/*------------------------------------------------------------------Newsletter Section---------------------------------------------------------------*/ 
.newsletter{
	background:#f1efef;
	padding:80px 40px;
}
.newsletter h2{
	text-align:center;
	margin-bottom:0;
	font-size:32px;
}
.newsletter p{
	text-align:center;
	font-family: "ubuntu";
	font-size:18px;
	color:#8e8d8d;
	margin:8px 0px 30px 0px;
}
.input-group{
	display:table;
}
.newsletter input.form-control {
	height: 64px  
}
.newsletter .btn-group-lg > .btn, .btn-lg {
  background: #393737;
  font-family:"Ubuntu Bold";
  font-size:16px;
  color: #dddee0;
  padding: 20px;
  text-transform:uppercase;
}
/*---------------------------------------------------------------------------------Footer Section------------------------------------------------------------------------------------*/ 
.footer{
	background-color:#272525;
	padding:80px 0px;
}
.footer_upper{
	border-bottom:2px #3d3b3b solid;
	padding-bottom:40px;
}
.footer h4{
	color:#FFF;
	font-size:22px;
}
.footer ul{
	float:left;
	list-style:outside none none;
	padding-left:0;
	margin-top:15px;
}
.footer ul.quick-links{
	margin-top:9px;	
}

.footer ul li{
	list-style:none;
}

.footer ul li a {
  color: #bdbdbd;
  font-family: "ubuntu";
  font-size: 14px;
  /*line-height:38px;*/
  text-transform: capitalize;
}

.footer ul li a:hover{
	color:#5abefd;
}

p.office_location{
	font-family: "ubuntu";
	color:#bdbdbd;
	font-size:14px;
	line-height:28px;
	margin-top:25px;
}
.footer ul.list-inline li a i{
	color:#FFF;
}
.lower_text{
	color:#FFF;
	font-family:"Lato Regular";
	font-size:16px;
	text-align:center;
	padding:30px 0px;
}
.office_location{
	color:#FFF;
	line-height:22px;
	width: 75%;
	margin-top:15px;
}
.social_media li{
	list-style:none;
	display:inline-block;
}
.social_media a i{
	color:#FFF;
	padding:0 16px 0 0px;
	font-size:28px;
}
.social_media a i:hover{
	color:#5abefd;
}
.email_us{
	margin-top:10px;
	float:left;
	
}
.email_us a{
		color:#bdbdbd;
		font-size:15px;
		font-family: "ubuntu";
}
.email_us h5{
	color:#FFF;
	font-size:16px;
	text-transform:capitalize;
}
/*---------------------------------------------------------------------------------Contact page------------------------------------------------------------------------------------*/ 
.page {
    background: #f4f4f4 none repeat scroll 0 0;
}

.jp-banner{
	background:url(../images/old_4.png) no-repeat;
	background-size:cover;
	}
.contact_banner h2{
	color:#FFF;
	margin-top:300px;
	
}
.company_location{
	font-family:"Ubuntu Bold";
	font-size:15px;
	color:#FFF;
	/*line-height:24px;*/
}
.company_location p{
	padding:0px;
	margin:0 0 7px;	
}

.contact_section{
	width:60%;
	float:right;
	padding:150px 0px;
}
.contact_section a{
	font-size:150px;
	color:#FFF;
}
.wt-container{
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0, 0.1);	
	border-radius: 4px;
	overflow: hidden;
	padding: 30px 0 0 0;
	margin: 0 0 30px 0;
}
.marginbtm-100{
	padding-bottom: 100px;
	margin-top:35px;
}
.formwrp-section-row{
	margin-bottom: 25px;
	position: relative;
}
.guide{
	position: absolute;
	top: 87px;
	font-size: 13px;
}
.form-control{
	text-transform: capitalize;
	font-size: 15px;
	height: 52px;
	background: none;
	border: 2px solid #cbcbcb;
}
label{
	display: block;
}
.radio-label{
	display: inline-block;
	line-height: 2.5;
	margin-right: 10px;
}
.page form .btn-default{
	padding: 0 80px;
    font-size: 19px;
    height: auto;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;		
}
.marginbtm-100 .btn{
	background: #393737;;
	height: 56px;
	color: #fff;
	border: 0;
	font-size: 19px;
}
.hd-title{
	margin:45px 0px;
}
.hd-title h2{
	margin:0;
}
.hd-title p{
	color:#939393;
	font-family:"Lato Regular";
	font-size:18px;
	line-height:38px;	
}
/*---------------------------------------------------------------------------------About Japan------------------------------------------------------------------------------------*/ 
.about_banner{
	background:url(../images/about_japan_bg.png) no-repeat;
	background-size:cover;
}
.about_banner h2{
	color:#FFF;
	margin-top:500px;
}
.education_system{
	background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.news_details .detail_story{
	text-align:left !important;
	
}
.marginbtm-100 {
    margin: 35px 35px;
    padding: 50px 0px;
}
.education_system h5{
	font-family:"Lato Regular";
	color:#a9a8a8;
	font-size:18px;
	padding:6px 0px;
	
}
.abt_edu_system p{
	color:#939393;
	font-family:"Lato Regular";
	font-size:16px;
	line-height:26px;	
}
.abt_edu_system h3{
		margin:0;
}
.intake_wrapper{
	border-bottom:3px #CCCCCC solid;
	padding:57px 0px 108px 0px;

}
.intake_wrapper h4{
	font-size:20px;
}
.intake{
}
.intake ul{
}
.intake_wrapper ul li{
	display:inline-block;
	background:#596dfa;
	padding:15px 35px;
	margin-left:5px;
	border-radius:3px;
	color:#FFF;
}
/*.wrapper_border{
	border-bottom:3px #CCCCCC solid;
	padding:57px 0px 108px 0px;
}*/
/*---------------------------------------------------------------------------------News Detail------------------------------------------------------------------------------------*/
.marginbtm-100 .article-meta span{
	font-size:18px;
	padding:5px 2px 4px 5px;
}
.news_details p{
	color: #939393;
    font-family: "Lato Regular";
    font-size: 16px;
    line-height: 26px;
	margin-top:20px;
	text-align:center !important;
}
.marginbtm-100 .news_title{
	line-height:32px;
	margin:0;
}
.marginbtm-100 .article-meta .date{
	margin-bottom:10px;
}

img{
	max-width: 100%;
}

/*MEDIA CSS
===============*/

/*@media (min-width: 1600px) {
	.container {
		width: 1336px;
	}
}*/

/*---------------------------------------------------------------------------------CSS for JP mobile registration------------------------------------------------------------------------------------*/

p.guide{
	color:#209e0c;
	}


@media (min-width: 768px) and (max-width: 980px){
	.navbar-custom .nav li a{
		font-size: 13px;
	}
	.navbar-nav > li > a{
		padding-left: 5px;
		padding-right: 5px;
	}	
}

@media (max-width: 767px) {
	.featured-item{
		margin-bottom: 50px;
	}
	.our_services h2{
		text-align: center;
		margin-top: 100px;	 
	}
	.service-box{
		margin:0;
	}
	.service-content{
		margin: 0 0 50px 0;
	}
	.title_subtitle{
		margin-bottom: 50px;
	}
	 
	.footer ul, .email_us{
		float: none;
	}
	.footer .col-md-3{
		margin: 0 auto 20px auto;
		text-align: center;
	}
	
	.office_location{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	
	.mem_hover_info h3{
		font-size: 42px;
	}
	
	img{
		width: 100%;
		margin-top:20px;
	}
	
	.bg-quote img{
		width: 50%;
	}
	.contact_banner h2{
			text-align:center;
			margin-top: 85px;
	}
	.contact_section{
		float:none;
		margin:0 auto;
		padding:0;
	}
	.marginbtm-100{
			padding:0px 50px 50px;
		
	}
 	.marginbtm-100 .news_title{
		margin-top:20px;
	}
	.abt_edu_system h3{
		margin-top:20px;
	}
	
	.intakes ul li{
		margin-top:10px;
	
	}
	.service-content{
		height:auto;
	}
	.navbar-brand img{
		width: 34px;	
	}
}

@media (max-width: 360px) {
	.mem_hover_info h3{
		font-size: 34px;
	}
	.navbar-custom .navbar-toggle{
		margin-right:80px;
	}
}
