body {
	font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.head-top{
	z-index: 99999;
}
.top-menu-row{
	padding: 1rem 0rem;

}
.navbar-light .navbar-nav .nav-link {
	color:#EA7700;

}
.navbar-light .navbar-nav .nav-link.active{
	color: #666666;
}
.top_ballons{
	padding-top: 2rem;
	width: 100%;
	height: 16px;
	background-image: url('../images/japan-ballon.png');
	background-repeat: repeat-x;
}
.top-list li{
	font-size: 12px;
	line-height: 14px;
	position: relative;
}
.top-list li:before{
	content: "|";
	position: absolute;
	left: 0;
	bottom: 8px;
	/*color: #003d8c;*/
}
.top-list li:last-child:after{
	content: "|";
	position: absolute;
	right: 0;
	bottom: 8px;
	/*color: #003d8c ;*/
}
.rec-link{
	padding-right: 1rem;
}
.recruit-link{
    color: #fff;
    font-size: 16px;
    background: #FF6600;
    border-radius: 5px;
    padding: 7px 15px;
	z-index: 99999;
}
.recruit-link:hover{
    background: #FBAA58;
    color: #fff;
	text-decoration: none;
    z-index: 99999;
}
.top-list .nav-item:nth-child(1) a{
	color: #003d8c;
}
.top-list .nav-item:nth-child(2) a {
	color: #8ec31f;
}
.top-list .nav-item:nth-child(3) a{
	color: #ed7785;
}
.top-list .nav-item:nth-child(4) a{
	color: #f39800;
}
.top-list .nav-item:nth-child(5) a{
	color: #52c3f1;
}
 /*.t-l-1 {*/
  /*color: #003d8c;*/
/*}*/
 /*.t-l-2 {*/
  /*color: #8ec31f;*/
/*}*/
/*.t-l-3{*/
	/*color: #ed7785;*/
/*}*/
/*.t-l-4{*/
	/*color: #f39800;*/
/*}*/
/*.t-l-5{*/
	/*color: #52c3f1;*/
/*}*/
.t-l-1:hover, .t-l-2:hover, .t-l-3:hover, .t-l-4:hover,
.t-l-5:hover{
	opacity: 0.6;
	color:inherit;
}
.top-list li a:hover{
	opacity: 0.7;
}
.top-right-list .nav-link{
	padding-right: 0rem;
	padding-left: 0rem;
}
.--ico{
	width: 80px;
	padding: 0px;
}
.logo-left:hover, .logo-right:hover{
   opacity: 0.6;
}
.telno-img
{
    width: 70%;
    height: 17px;
    margin-left: 1rem;
}
@media(max-width:768px){
	.main-menu>li.nav-item>a.nav-link{
		padding: .26rem 1rem;
	}

}
#main-menu{
	background-image: url('../images/dolphin5.png');
	padding: 1.5rem 0rem;
	padding-top: 3rem;
	position: relative;
}
.dolphin {
  animation: Swimming 5s linear infinite;
  -webkit-animation: Swimming 5s linear infinite;
  /*animation-delay: 5s;*/
  /*-webkit-animation-delay: 5s;*/

  position: absolute;
  z-index: -1;
  overflow-x: hidden;
}

@keyframes Swimming {
  0% {
    bottom: 0;
    right:5%;
  }
  10%{
  	bottom: 90px;
    right:10%;
  }
  20%{
  	bottom: 40px;
  	right:20%;
  }
  300% {
    bottom: 20px;
    left:30%;
  }
  40% {
    bottom: 90px;
    right:40%;
  }
  50%{
  	bottom: 40px;
    right:50%;
  }
  60%{
  	bottom: 20px;
    right:60%;
  }
  70%{
  	bottom: 60px;
    right:70%;
  }

  80%{
  	bottom: 90px;
    right:80%;
  }
  90%{
  	bottom: 40px;
    right:90%;
  }
  100%{
  	bottom: 60px;
    right:100%;
  }
}
@-webkit-keyframes Swimming {
  0% {
    bottom: 0;
    right:5%;
  }
  10%{
  	bottom: 90px;
    right:10%;
  }
  20%{
  	bottom: 40px;
  	right:20%;
  }
  300% {
    bottom: 20px;
    left:30%;
  }
  40% {
    bottom: 90px;
    right:40%;
  }
  50%{
  	bottom: 40px;
    right:50%;
  }
  60%{
  	bottom: 20px;
    right:60%;
  }
  70%{
  	bottom: 60px;
    right:70%;
  }

  80%{
  	bottom: 90px;
    right:80%;
  }
  90%{
  	bottom: 40px;
    right:90%;
  }
  100%{
  	bottom: 60px;
    right:100%;
  }
}
.main-menu-div{
	height: 100px;
}
.main-menu li{
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 4px 25px;
	border-left: 1px dotted #016BBC;
	z-index: 99999;
}
.top-org-menu{
	display: block;
}
@media(max-width: 768px){
	.main-menu li{
	font-size: 14.5px;
	padding: 4px 10px;
	}
	.top-menu-row{
		padding: 0rem;
		padding-bottom: .5rem;
	}
	.top-org-menu{
		display: none;
	}
	.main-menu li{
		border-left: none;
		font-weight: 600;
	}

}
.main-menu li a{
	color: #EA7700;
}
.main-menu li a:hover{
	opacity: 0.6;
}

.main-menu li:last-child{
	border-right: 1px dotted #00A0E8;
}
.top-mobile-menu{
display: none;
}
@media(max-width: 768px){
	.top-mobile-menu{
		display: block;
	}
}
/* cssfor top mobile menu *
 /* Navbar container */
.top-navbar {
  overflow: hidden;
  background-color: #fff;
  color: #FF6600;
  z-index: 9999;
}

.top-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.top-dropdown {
  float: left;
  overflow: hidden;
}

.top-dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #FF6600;
  padding: 5px 7px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.top-navbar a:hover, .top-dropdown:hover .dropbtn {
  background-color: #FF6600;
  color: #fff;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 5px;
  left: 5px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}

.menu-content {
  float: none;

}
.menu-content a{
    display: block;
    color: #FFA562;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
}

.top-navbar .top-dropdown .dropdown-content .menu-content a:hover {
  background-color: #eee;
  color: #FF6600;
}
#menu-content.menu-content> a:hover{
    background-color: #eee;
    color: #FF6600;
}

/*.top-dropdown:hover .dropdown-content {*/
  /*display: block;*/
/*}*/
/* end top mobile menu css */
#background-wrap {
  bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}

@keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;

	left: -5%;
	top: 5%;

	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;

	left: 5%;
	top: 80%;

	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;

	left: 10%;
	top: 40%;

	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;

	left: 20%;
	top: 0;

	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;

	left: 30%;
	top: 50%;

	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;

	left: 50%;
	top: 0;

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;

	left: 65%;
	top: 70%;

	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;

	left: 80%;
	top: 10%;

	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;

	left: 90%;
	top: 50%;

	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;

	left: 80%;
	top: 80%;

	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
    height: 200px;
	position: absolute;
	width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);

	content: "";
    height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}

/* slider */
#slider {
	padding: 3rem;
	position: relative;
	background-image: url('../images/lines-bg1.jpg');
	background-repeat: no-repeat;
}

.owl-carousel .item{
	height: auto;
	position: relative;
	margin-right: 10px;
	background:transparent;

}
.item img{
	/*border-radius: 45%;*/
	-webkit-box-shadow: 0 10px 6px -6px #EA7700;
	-moz-box-shadow: 0 10px 6px -6px #EA7700;
	box-shadow: 0 10px 6px -6px #EA7700;
    border-top-left: 5px solid #fff;
}
/* css content */
#content{
	background: #fff;
	padding: 2rem;
}

.services-heading h1{
    color: #FF6600;
    padding: 7px 15px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 25px;
}
.col-service{
	position: relative;
	border-radius: 10px;
	background: #FF6600;
}
.service-img{
	margin-bottom: 3rem;
}
@media(max-width: 768px){
	.col-service:first-child{
	margin-bottom: 2.5rem;
	}
	.service-img{
		margin-bottom: 1.5rem;
	}
}

.col-service h2{
	color: #333333;
	position: relative;
	bottom: 10px;
	font-size: 17px;
    font-weight: 900;
    letter-spacing: .2px;
	margin-bottom: 1.5rem;
}
.col-service h2 span{
	border-radius: 5px;
	background: #FF6600;
	padding: 7px 15px;
	color: #fff;
}

.h2-decor{
	position: absolute;
	top: 35px;
	left: 27px;
	right: 0;
}
@media(max-width: 768px){
	.col-content h2{
		margin-bottom: 1rem;
	}
}
.col-content{
	border-radius: 8px;
	background: #fff;
	padding: 1rem;
	margin-bottom: 2rem;
}
.schedule-ul{
	background-image: url('../images/kids-circle.png');
}
@media(max-width: 768px) {
    .schedule-ul{
        background-position: top center;
    }
}
.col-content h2{
	color: #333333;
	position: relative;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: .2px;
	margin-bottom: 1.5rem;
}
.col-content h2 span{

}
@media(max-width:768px){
	.col-content{
		text-align: center;
	}
}
.con-div{
	text-align: center;
	padding: .8rem .5rem;
	background: #FFA94D;
	margin-bottom: 15px;
	height: 178.4px;
}
.con-div:hover{
	background: #E6F0F6;

}
.con-img{
	width: 110px;
	height: 80px;
}
.con-div h3{
	font-size: 16px;
	font-weight: 900;
	padding: 10px 0;
	line-height: 1.4;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.col-content .icon{
	color: #FF6600;
}
.content-h2 span a{
	font-size: 14px;
	color: #016BBC;
}

.content-h3:after{
	content:"";
	position: absolute;
	background-image: url('../images/japanese-paper.png');
	bottom:5px;
}
.list-group-item a{
	color: #333;
}
.list-group-item a:hover{
	text-decoration: none;
	color:#016BBC;
}
.c-ul-li{
	border-bottom: 1px dotted #016BBC;
}
.c-ul-li:nth-child(1) {
    color: #BA82C5;
}
.c-ul-li:nth-child(2) {
    color: #EB774C;
}
.c-ul-li:nth-child(3) {
    color: #43C077;
}
.c-ul-li:nth-child(4) {
    color: #6AC2CF;
}
.c-ul-li:hover{
    color: #333333;
}
.act-list:nth-child(4) {
    color: #BA82C5;
}
.act-list:nth-child(3) {
    color: #EB774C;
}
.act-list:nth-child(2) {
    color: #43C077;
}
.act-list:nth-child(1) {
    color: #6AC2CF;
}
.cal-month{
	font-size: 14px;
	color: #333;
}
.content-ul.cal-ul-li{
	border-bottom: 1px dotted #016BBC;
}
.schedule-li{
	background:transparent;
}
@media(max-width: 768px){
	.col-content h2{
		text-align: left;
	}
	.content-ul .cal-ul-li{
		text-align: left;
	}
}
.content-ul:last-child{
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.cal-arrow{
	margin-right: 8px;
	font-size: 16px;
	transition: all .1s ease-in;
}
.cal-ul-li:hover .cal-arrow{
	margin-right: 12px;
}
/*admission */
#admission-process{
    padding: 3rem 0rem;
    background: #CCEEF0;
}
#admission-process .container{
    background: #016BBC;
    border-radius: 5px;
}
.admission-div{
    padding: .5rem;
    padding-bottom: 1rem;
}
.admission-div .fas{
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #FF6600;
}
.admission-heading{
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 25px;
    margin-bottom: 0px;
}
.admission-div h3{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.admission-div p{
    font-size: 14px;
    color: rgb(97,97,97);
    line-height: 1.7;
}

.admission-cta{
    background: #016BBC;
    position: relative;
    color: #fff;
    padding: 1.2rem;
}
.admission-cta-img{
  position: absolute;
  right: 0;
  bottom: 30px;

}
@media(max-width: 768px){
	.admission-cta-img{
		/*display: none;*/
  		right: -43px;
    	bottom: -20px;

	}
	.admission-cta-img img{
		width: 67%;
		height: auto;
	}
}
.admission-cta h3{
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
}
.admission-cta p{
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
}
.admission-cta .cta-link{
    background: #FF6600;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
}
.admission-cta .cta-link:hover{
	text-decoration: none;
	color: #333333;
}

/* pricing & plan */
#pricing-plan{
    padding: 3rem 0rem;
    background: #fff;
}
@media(max-width: 768px){
	#pricing-plan{
		padding: 2rem 0rem;
	}
}
.pricing-div{
    text-align: center;
    padding: 1rem .3rem;
    color: #fff;
    height: 290px;
}
.bc{
    background: #A1D042;
}
.ac{
    background: #FFBA41;
    margin-top: -1rem;
}
.pc{
    background: #F13D6D;
}
.pricing-div h4{
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 1.6;
}
.pricing-div h5{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.4;
}
.pricing-div p{
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 1.6;

}
.pricing-heading, .event-heading{
  	position: relative;
	font-size: 25px;
	line-height: 1.7;
	font-weight: 900;
	color: #333333;
}
.pricing-heading:before, .event-heading:before{
  position: absolute;
  content: "";
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #016BBC;
  bottom: -5px;
}
.event-heading span{
  float: right;
  padding-top: 1rem;
  font-size: 14px;
  color: #016BBC;
}
.events-div{
    background: #CEF2FB;
    padding: .5rem;
}
@media(max-width: 768px){
	.events-div{
		margin-top: 15px;
	}
}
.events-ul, .event-li{
    background: #CEF2FB;
}
.event-li
{
	height: 91.5px;
}
.event-li p{
    line-height: 1.6;
}
.event-date-col{
  background-image: url('../images/event_date.png');
  background-repeat: no-repeat;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media(max-width: 579px) {
	.event-content{
		padding-top: 10px;
		padding-left: 0px;
	}
}
.event-content .arrow{
  font-size: 14px;
  color: #FF6600;
}
/* features */
.feature-img{
	/*background: #fff;*/
}
/* day schedule */
#day-schedule{
	padding: 3rem 0rem;
}
@media(max-width: 768px){
	#day-schedule{
		padding-top: 0rem;
	}
}
#infrastructure{
	padding: 3rem 0rem;
	background: #FF6600;
}
@media(max-width: 768px){
	.infra{
		margin-bottom: 1rem;
	}
}
.infra h3{
	margin-top: 15px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 900;
}
.infra h3 span{
	background: #FFA94D;
	border-radius: 10px;
	padding: 8px 15px;
}

/* school gallery */
#school-gallery{
	padding: 2rem;
	background: #f9f9f9;
}

.gallery-col{
	margin-bottom: 1.5rem;
}

#school-teacher{
	background: #CCEEF0;
	padding: 2rem;
}
@media(max-width: 768px){
	#school-teacher{
		padding: 0rem;
		padding-bottom: 1rem;
	}
}
#school-teacher .container{
	padding: 2rem;
	border-radius: 8px;
}
.teacher-heading{
	color:#333333;
	font-size: 25px;
	font-weight: 900;

}
.teacher-heading .school{
	color: #12B886;
}
.teacher-col{
	background: #fff;
	padding: .5rem;
	margin-bottom: 1.5rem;
}
.teacher-col h4{
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}
.teacher-col h5{
	font-size: 16px;
	color: #555555;
}
.introduction{
	border-top: 1px solid #FF6600;
}
.teacher-img{
	width: 100%;
	height: 195px;
	object-fit: cover;
}
.recruit-col{
	background: transparent;
	background: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	height: 406.8px;
}
@media(max-width:768px){
	.recruit-col{

		height: auto;
	}
}
.recruit-div{
	background: #fff;
	padding: .5rem;
	text-align: center;
}
.lady-img{
	position: relative;
	width: 50%;
	margin: 0 auto;
	height: 170px;
}
.join-us{
	position: absolute;
	left: 50%;
	top: 82%;
	transform: translate(-50%, -50%);
	background:#FF6600;
	padding: 7px 15px;
	color: #fff;
}
.join-us:hover{
	background:#00A9DC;
	color: #fff;
	text-decoration: none;
}

/*school-news */
#school-news{
	padding: 3rem 0rem;
}
@media(max-width: 768px){
	#school-news{
		padding: 1rem 0rem;
	}
}
.school-news-heading{
	font-size: 25px;
	font-weight: 900;
}
.news-col{
	margin-bottom: 2rem
}
@media(max-width: 768px){
	.news-col{
		margin-bottom: 1.5rem
	}
}
.news-div h5 a{
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #5b5b5b;
}
.news-div .news-img{
	width: 100%;
	height: 185px;
	border-radius: 0px;
	background-size: cover;
}
.news-div h5 a:hover{
	text-decoration: none;
	color: #333333;
}
.news-div p{
	margin-top: 5px;
	font-size: 14px;
	margin-bottom: 8px;

}
.news-div .read-more{
	font-size: 14px;
	background:#FF6600;
	color: #fff;
	padding: 5px 12px;
	border-radius: 10px;
}
.news-div .read-more:hover{
	color: #333333;
	text-decoration: none;
}

.news-content span{
	font-size: 13px;
}
.news-div span .icon{
	color: #ff8533;
}
#contact{
	/*background-image: url('../images/japanese.png');*/
	/*background-repeat: repeat;*/
	background: #fff;
	padding: 2rem 0rem;
	/*background: #f9f9f9;*/
}
.contact-con{
	background: #FF6600;
	border-radius: 10px;
	padding: 2rem;
	color: #fff;
}
.map-frame{
	width: 100%;
	height: 400px;
	border-radius: 5px;
}
@media(max-width: 768px){
	.map-frame{
		margin-top: 15px;
		max-width: 100%;
		height: 200px;
	}
}
.contact-con h5{
	font-size: 16px;
	margin-bottom: 15px;
}
.contact-con h4{
	font-size: 18px;
	line-height: 25px;
}
.contact-con .con-tel{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
}
.con-tel .phone{
	background: #fff;
	padding: 8px;
	font-size: 1.2rem;
	color:#00A9DC;
	border-radius: 50%;
	margin-right: 5px;
}
#related-org{
	background: #fff;
	padding: 2rem 0rem;
	padding-bottom: 4rem;
}
@media(max-width: 768px){
	#related-org{
		padding-top: 0rem;
		padding-bottom: 1.5rem;
	}
}
.related-heading{
	color: #333333;
	font-size: 25px;
	font-weight: 900;
}
@media(max-width: 768px){
	.org-carousel{
		margin-bottom: 2rem;
	}
}
.org-img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.org-col{
	background: #fff;
	padding: .5rem;
	border-radius: 5px;
}
.org-col h6{
	margin-top: 15px;
	color: #FE8C30;
}
.org-col h6:hover{
	color: #666;
}
footer{
	position: relative;
	padding:2rem 1rem;
	background: #FF6600;
	font-size: 15px;
	color: #fff;
	padding-bottom: 10px;
}
.scroll{
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background:#FF6600;
}
.scroll .fas{
	color: #fff;
	font-size: 20px;
	padding: 10px 25px;
}
.scroll .fas:hover{
	color: #333;
}
@media(max-width: 768px){
	/*.rec-col{*/
		/*padding-top: 10px;*/
		/*padding-left: 2rem;*/
	/*}*/
	/*.rec-col a{*/
		/*color: #fff;*/
		/*font-size: 16px;*/
		/*background: #FF6600;*/
		/*border-radius: 5px;*/
		/*padding: 5px 8px;*/
	/*}*/

	.main-menu li:last-child{
		border-right: none;
	}
	#main-menu{
		padding: .6rem 0rem;
	}
	.main-menu a.nav.link{
		padding: .3rem 1rem !important;
	}

	.dolphin{
		display: none;
	}
	#background-wrap{
		display: none;
	}
}
.top-mobile-menu .top-navbar .top-dropdown .dropdown-content .menu-content a:hover{
    color: #666666;
}
#menu-content.menu-content> a:hover{
    color: #666666;
}
.menu-content a:hover{
    color: #666666;
    z-index: 9999;
}
/* common css */
.breadcrumb {
	font-size: 13.5px;
}
