/*
* Template Name: Scaffold - v2.0.0
* Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*hide transtal*/
/* @import url('http://fonts.cdnfonts.com/css/cbgbfont'); */

/* @import url('http://fonts.cdnfonts.com/css/optima');
 */
 @font-face{
	font-family:optima;
	font-style:normal;
	font-weight:400;
	src:local('Optima'),url(https://fonts.cdnfonts.com/s/14439/OPTIMA.woff) format('woff')
}
@font-face {
    font-family: 'CBGBFont';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.cdnfonts.com/s/25790/CBGBFont.woff') format('woff'),
	     url("https://fontsforyou.com/fonts/c/Cbgbfont.ttf");
}
@font-face {
    font-family: 'CBGBFontSolid';
    font-style: normal;
    font-weight: 400;
    src: local('CBGBFontSolid'), url('https://fonts.cdnfonts.com/s/25790/CBGBFontSolid.woff') format('woff');
}
body {
  font-family: Optima, sans-serif;
  color: #444444;
}

a {
  color: #009cea;
}

a:hover {
  color: #1eb4ff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: 'Cbgbfont', sans-serif! important; */
  font-family: Optima sans-serif! important;
}
@media (max-width: 767px){
  h1{
    font-size: 2rem;
  }
  h2{
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
}
  h4{
    font-size: 1.4rem;
  }
}
/*@media (min-width: 768px){
  h1{
    font-size: 2.5rem;
  }
}*/
button:focus{
 outline:none !important;
 }
#modal5 {
	display: 'flex';
	justify-content: 'center';
	align-items: 'center';
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #B5811B;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #B5811B;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*height: 72px;*/
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  /*background: #fff;*/
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: #ffffffe8;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #576971;
  text-decoration: none;
}
@media (max-width: 1366px){
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 90%;
  }
}
@media (max-width: 997px){
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 80px;
    margin-top: -10%;
  }
}

@media (max-width: 768px){
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 65px;
    margin-top: -5%;
  }
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
/*.button-mobile .header-social-links a {
  color: #7b909a;
  padding: 12px 0 12px 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 27px;
}

.button-mobile .header-social-links a:hover {
  color: #009cea;
}*/

.menu-decktop-block .header-social-links {
	margin-bottom: -10px;
}
.menu-mobile-block .header-social-links img {
  color: #7b909a;
  padding: 10px 0 12px 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 27px;

}
.menu-mobile-block{
  position: relative;
  float: right;
  /*margin-left: 4%;*/
}
/* iphone size*/
@media (max-device-width: 411px) {
  .menu-mobile-block{
    position: relative;
    /*float: right;*/
    margin-left: 1.88%;
    z-index: 9999;
  }
}
/* android size*/
@media (min-device-width: 412px){
	.menu-mobile-block{
	  position: relative;
	  float: right;
	  margin-left: 5.67%;
    z-index: 9999;
	}
}
@media (min-width: 540px){
	.menu-mobile-block{
	  position: relative;
	  float: right;
	  margin-right: 7%;
	}
}
@media (min-width: 640px){
	.menu-mobile-block{
	  position: relative;
	  float: right;
	  margin-right: 11%;
	}
}
@media (min-width: 768px){
	.menu-mobile-block{
	  position: relative;
	  float: right;
	  margin-right: 18%;
	}
}
@media (width: 820px){
	.menu-mobile-block{
	  position: relative;
	  float: right;
	  margin-right: 17%;
	}
}
@media (width: 912px){
	.menu-mobile-block{
	  position: relative;
	  float: right;
	  margin-right: 13%;
	}
}
.menu-mobile-block .header-social-links img:hover {
  color: #009cea;
}


/* @media (min-width: 992px){
  #hero h1.baner-title{
	  margin-top: -15%;
	  padding-bottom: 45px;
	}
}
@media (min-width: 1200px){
  #hero h1.baner-title{
	  margin-top: -15%;
	}
} */
@media (max-width: 768px){
	#hero h1.baner-title{
		font-size: 2em !important;
		font-weight: 600 !important;
		left: 48% !important;
	  }
}
#hero h1.baner-title{
  color: #B58009;
  text-align: center;
  /* top: 75%; */
  /* margin-bottom: 10%; */
  bottom: 25%;
  font-weight: 600;
  text-shadow: 3px 2px #000;
  font-size: 3.8em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
@media (min-width: 3027px){
	.menu-decktop-block{
	  padding-top: 22px;
	}
	.nav-menu{
		margin-right: 6%;
		margin-top: 10px;
	}
	.logo a img{
		margin-left: 20%;
    margin-top: -8px;
	}
}
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 6px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin-top: -6%;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #333;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 18px;
}
 .nav-menu .active > a,
.nav-menu ul li:hover, .nav-menu li:hover > a {
  color: #b58009;
  text-decoration: none;
}
.nav-menu ul li:hover:after {
    width: 79%;
}
.nav-menu ul li:after{
    content: "";
    position: absolute;
    background: #b58009;
    height: 1px;
    width: 0;
    left:17px;
    bottom: 13px;
    transition: .5s;
}


@media (max-width: 375px){
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: -6px;
    top: 18px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    /*margin-top: 10px;*/
  }
}
@media (min-width: 376px){
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 18px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    /*margin-top: 10px;*/
  }
}
@media (min-width: 640px){
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 66px;
    top: 16px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    /*margin-top: 10px;*/
  }
}
@media (min-width: 912px){
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 105px;
    top: 18px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    /*margin-top: 10px;*/
  }
}


.mobile-nav-toggle i {
  color: #FF5333;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  /*bottom: 355px;*/
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  /*padding: 10px 0;*/
}
.mobile-nav ul li {
  font-size: 14px;
  line-height: 18px;
  font-weight:400;
  position: relative;
  border-top: 1px solid #e8e8e8;
}
.mobile-nav ul li a {
    color: #111;
    padding: 13px 57px 13px 15px;
    display: block;
    position: relative;
    background-color: transparent!important;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #364146;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  /*color: #009cea;*/
  color: #b5811b;
  text-decoration: none;
}

/*.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}
*/
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(32, 38, 41, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  /*overflow: hidden;*/
  overflow: auto;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.nav-menu .nav-link{
    background: #B17D2F;
    border-radius: 10px;
    /*width: 35%;*/
    border: none;
    /* color: white; */
    height: 45px;
    margin-left: 20px;
    float: left;
    border: 1px solid #B17D2F;
    padding:0 88px;
     position: relative;
    z-index: 999;
    color: #fff;
}
.nav-menu .nav-link:hover{
	background-color: #CC9645;
}
.nav-menu .nav-link a{
  color: #fff;
  padding:1px;
  margin-top: 2%;
}
.menu-mobile-block .nav-link{
    background: #b5811b;
    border-radius: 20px;
    width: 50%;
    border: none;
    /* color: white; */
    height: 32px;
    /*margin-left: 10px;*/
    float: left;

}
.menu-mobile-block .nav-link a{
  color: #fff;
  padding:1px;
  margin-top: -1%;
}

@media (max-width: 576px){
.menu-decktop-block {
    /*max-width: 540px;*/
    display: none;
  }
}
@media (max-width: 767px) {
.menu-decktop-block {
    /*max-width: 720px;*/
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
.menu-decktop-block {
    /*max-width: 720px;*/
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
.menu-mobile-block{
    /*max-width: 960px;*/
    display: none;
  }
}

@media (min-width: 1200px){
  .menu-mobile-block{
    /*max-width: 1140px;*/
      display: none;
  }

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  /*width: 100%;*/
  /*background-image: url("../img/topPage/toppage.png");*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  /*margin-top: 70px;*/
  /*padding: 60px 0;*/
  background: #F0F0F0;
      margin-bottom: -35px;
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #364146;
}

#hero h2 {
  color: #B58009;
  margin-bottom: 30px;
  font-size: 28px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #009cea;
}

#hero .btn-get-started:hover {
  background: #008bd1;
}

#hero .hero-img {
  text-align: center;
  position: relative;
}

#hero .hero-img img {
  /*width: 70%;*/
  margin-top: -30px;
  background-size: contain;
  /* width: 2400px; */
}

/*@media (min-width: 1200px){
	#hero .hero-img img{
		width: 3027px;
	}
}*/
@media (min-width: 1200px){
  /* #hero .hero-img img.intructor-mobile {
   display: none;
   } */

   #hero .hero-img img {
   width: 100%;
   margin-top: -30px;
   background-size: contain;
   width: 5427px;
 }
}
@media (min-width: 769px) {
	#hero .hero-img .contents-img .contents-text .text p{
		font-size: 1.2rem;;
	  }
}
#hero .hero-img .contents-img .contents-text .text p{
  color:#fff ;font-weight: 500;text-shadow: 1px 2px 3px black;line-height: 1.6;
}
#hero .hero-img .contents-img .contents-text .text-roll,
#hero .hero-img .contents-img .contents-text .text-trail{
  padding-top: 20px;
}
#hero .hero-img .contents-img .contents-text .text-roll a{
  padding: 8px 30px;
  background-color: hwb(0 27% 0%);
  color: #fff;
  border-radius: 49px;font-size: 1.2rem;
}
#hero .hero-img .contents-img .contents-text .text-roll a:hover{
  background-color: #FA5D61;
  border: 1px solid #FA5D61;
}
#hero .hero-img .contents-img .contents-text .text-trail a{
  color: #fff;
  font-weight: 500;
  text-decoration-line: underline;font-size: 1.2rem;
}
#hero .hero-img .contents-img .contents-text .text-trail a:hover{
  color: #b5811b;
}
@media (max-width: 768px) {
 #hero .hero-img img.intructor-decktop {
   display: none;
 }
 #hero .hero-img h1.intructor-decktop {
  display: none;
}
 #hero .hero-img .contents-img .contents-text {
   margin: 0 auto;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 71%;
    left: 0;
    transform: translate(-2%, -50%);
 }
  #hero .hero-img .contents-img .contents-text .text p,
  #hero .hero-img .contents-img .contents-text .text-roll a,
  #hero .hero-img .contents-img .contents-text .text-trail a{
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
 #hero .hero-img img.intructor-mobile {
   display: none;
 }
 #hero .hero-img .contents-img .contents-text{
    margin: 0 auto;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 64%;
    left: 66%;
    transform: translate(-49%, -50%);
 }
 .about{
  padding-top: 4rem;
 }
}



/*@media (min-width: 1200px) {
	  #hero .hero-img img.intructor-decktop {
	  margin-top: -70px;
	  background-size: contain;
	  width: 2400px;
	}
}
@media (min-width: 768px) {
  #hero .hero-img img.intructor-decktop {
  display: none;
}
}
@media (min-width: 992px) {
  #hero .hero-img img.intructor-mobile {
  display: none;
}
}
@media (min-width: 1200px) {
  #hero .hero-img img.intructor-mobile {
  display: none;
}

}*/

@media (max-width: 992px) {
  #hero h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #hero h2 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 25px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #F0F0F0;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #627680;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  /*padding: 0;*/
  /*margin-top: -5%;*/
  background: #F0F0F0;
  /* padding-top: 40px;
  padding-bottom:40px; */

}

.about .container {
  background-color: #f7f8f9;
  /* padding-top: 50px; */
  /* padding-left: 25px;
  padding-right: 25px; */
  padding-bottom: 0;
}

/* @media (max-width: 992px) {
  .about .container {
    padding: 30px;
  }
} */

.about .content h1 {
  /*font-weight: 400;*/
  /*font-size: 32px;?*/
  color: #B17D2F;
  font-family: "Optima", sans-serif !important;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #28a745;
}

.about .content p:last-child {
  margin-bottom: 0;
}
/*@media (min-width: 3020px){
  .about{
    padding-top: 8em;
    }
    #sechedue{
    padding-top: 5em;
  }
}*/
@media (min-width: 1024px){
  .about .content p:last-child {
  margin-bottom: 5em;
}
}
@media (min-width: 1200px){
.section-video {
    margin-top: -5em;
}
}
/*--------------------------------------------------------------
# video-Section
--------------------------------------------------------------*/
.video-Section {
  /*padding-bottom: 10px;*/
  background-color:#F0F0F0;
}

/*.video-Section iframe{
  padding-top: 70px;
    padding-bottom: 70px;
}*/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
  background-image: url("../img/topPage/Strong-is-gentle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 413px){
	.services{
	  background-image: url("../img/topPage/Strong-is-gentle.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
        margin-bottom: -48px;
	}
}
@media (min-width: 414px){
	.services{
	  background-image: url("../img/topPage/Strong-is-gentle.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
        margin-bottom: -48px;
	}
}
@media(min-width: 767px){
	.services{
	  background-image: url("../img/topPage/Strong-is-gentle.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
        margin-bottom: -48px;
	}
}
@media (min-width: 768px){
	.services{
	  background-image: url("../img/topPage/Strong-is-gentle.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
	  padding-top: 10%;
	}
}
@media (min-width: 992px) {
	.services{
	  background-image: url("../img/topPage/Strong-is-gentle.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
	  padding-top: 8%;
	    padding-bottom: 9%;
	}
}

@media (min-width: 1200px) {
	.services{
	  background-image: url("../img/topPage/Strong-is-gentle.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
	  padding-top: 8%;
	    padding-bottom: 9%;
	}
}
.services .background-services{
      background: #ffffffbd;
    padding-bottom: 5%;
    padding-top: 5%;
    padding-left: 7%;
    padding-right: 7%;
	margin: 0 15px;

}
@media (min-width: 1200px) {
  .services .background-services{
   background: #ffffffbd;
    /* padding-bottom: 0%; */
    padding-top: 5%;
    padding-left: 7%;
    padding-right: 7%;
    /* height: 1270px; */
  }
}
.services .background-services .service-header{
  text-align: center;
    color: #B58009;
}
.dropdown-divider{
      border: 1px solid #707070;
    margin: 50px;
    overflow: hidden;
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

@media (min-width: 1024px) {
  .system .system-contain .system-contain-text{
    background: #fff;
      opacity: 0.80;
      width: 50%;
      text-align: center;
      margin-left: 22%;
      padding-top: 20px;
      padding-bottom: 1px;
      margin-top: -35%;
      margin-bottom: 25%;
      position: absolute;
  }
}
@media (max-width: 991px) {
  .system .system-contain .system-contain-text{
    background: #fff;
      opacity: 0.80;
      width: 50%;
      text-align: center;
      margin-left: 22%;
      padding-top: 20px;
      padding-bottom: 1px;
      margin-top: -35%;
      margin-bottom: 25%;
      position: absolute;
  }
}
@media (min-width: 992px) {
  .system .system-contain .system-contain-text{
    background: #fff;
      opacity: 0.80;
      width: 50%;
      text-align: center;
      margin-left: 22%;
      padding-top: 20px;
      padding-bottom: 1px;
      margin-top: -35%;
      margin-bottom: 25%;
      position: absolute;
  }
}
@media (max-width: 769px) {
  .system .system-contain .system-contain-text{
    background: #fff;
      opacity: 0.80;
      width: 60%;
      text-align: center;
      margin-left: 15%;
      padding-top: 15px;
      padding-bottom: 1px;
      margin-top: -37%;
      margin-bottom: 25%;
      position: absolute;
  }
}
/* .system .system-contain .system-contain-text h5{
    color: #CBAA60;
    text-decoration-line: underline;
    margin-bottom: -5px;
} */
.system .system-contain .system-contain-text img{
    border-bottom: 2px solid #CBAA60;
    /* text-decoration-line: underline;
    margin-bottom: -5px; */
}
.system .system-contain .system-contain-text p{
    font-weight: 600;
}

@media (max-width: 992px){
  .system .system-contain div.pic{
   padding-bottom: 3%;padding-top: 4%
  }
}
/*--------------------------------------------------------------
# disease measures
--------------------------------------------------------------*/
  .disease-measures ul{
    list-style:none;
  }
@media (max-width: 411px){
  .disease-measures ul{
    list-style:none;
    margin-left: -13%;
    margin-top: 8%;
  }
}
@media (min-width: 412px){
  .disease-measures ul{
    list-style:none;
    margin-left: -7%;
    margin-top: 8%;
  }
}

.disease-measures li{
  padding: .4em 0 1em 30px;
   background-image: url("../img/topPage/bullet.png");
   background-repeat: no-repeat;
 }
 .disease-measures ul li p{
  margin-top: -8px;
 }
 @media (max-width: 992px){
 	.disease-measures{
 		padding-top: 9%;
 	}
 }
/*--------------------------------------------------------------
 # Accese
  -------------------------------------------------------------*/
  @media (max-width: 767px){
  	.Access{
  		padding-top: 9%;
  	}
  }
  .Access .content{
    padding-bottom: 3%;padding-top: 5%;
  }
  .Access .content h1{
    color:#B17D2F; font-family:Optima, sans-serif !important;
  }
  .Access .Access-title h2{
    font-family: Optima, sans-serif !important;
  }
  .Access .Access-wrap{
    padding-left: 5%;
  }
.Access .Access-wrap .Access-title{
    padding-bottom: 30px;
}

.eviroment .eviroment-charpe{
  background-image: url("../img/topPage/eviroment-charpe.jpg");
   background-repeat: no-repeat;
   margin-top: 5%;
   margin-bottom: 5%;
}
.eviroment .eviroment-charpe .eviroment-charpe-wrap{
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px){
  .eviroment .eviroment-charpe-wrap .eviroment-charpe-bg{
    background: #ffffffbd; padding: 25px;
  }
}
@media (min-width: 768px){
  .eviroment .eviroment-charpe-wrap .eviroment-charpe-bg{
    background: #ffffffbd; padding: 30px;
  }
}

.eviroment .eviroment-charpe-wrap .eviroment-charpe-bg h3{
  text-align: center;
  color: #85B275;
  font-weight: bold;
  padding-bottom: 10px;
}

.eviroment .eviroment-charpe-wrap .eviroment-charpe-bg p.eviroment-charpe-text{
 padding-left: 5%;padding-bottom: 3%;
}

@media (max-width: 767px){
  .eviroment .eviroment-charpe-wrap .eviroment-charpe-bg .text-box-style {
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media (min-width: 768px){
  .eviroment .eviroment-charpe-wrap .eviroment-charpe-bg .text-box-style {
    padding-left: 30%;
    padding-right: 30%;
}
}
.eviroment .eviroment-charpe-wrap .eviroment-charpe-bg .text-box-style a h6{
  background: #637B5A;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  padding-left: 10%;
  padding-right: 10%;
      line-height: 0.8;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/


@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #009cea;
  float: left;
  width: 44px;
  height: 44px;
  background: #f2f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #364146;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #627680;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #009cea;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #009cea;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #009cea;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #1eb4ff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background-image: url("../img/topPage/footer-img.png") center center no-repeat;*/
  /*background-image: url("../img/topPage/footer-img.png");
   background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*padding: 0 0 30px 0;*/
  color: #364146;
  font-size: 14px;
}

#footer .footer-top {
  background-image: url("../img/topPage/footer-img.jpg");
   background-repeat: no-repeat;
       background-size: cover;

  /*background: #fff;*/
  padding: 60px 0 30px 0;
  /*border-top: 2px solid #e9ecee;*/
  /*border-bottom: 2px solid #e9ecee;*/
}
@media (max-width: 767px){
  .footer-links .footer-menu{
    display: none;
  }
}
/*@media (max-width: 768px){
  .footer-links .footer-menu{
    display: none;
  }
}*/
#footer .footer-top .footer-links a p{
  color:#161716;font-weight: 600;
}
#footer .footer-top .footer-links .footer-social-wrap .footer-social-and-text{
   padding-top: 7%;padding-bottom: 10%;
}

.footer-social-wrap .footer-social-and-text .pic img{
   padding-bottom: 5%;
}
.footer-social-wrap .footer-social-and-text h6 a{
    background: #fff;
    padding: 10px;
    color: #B58009;
    border-radius: 20px;
    padding-left: 15%;
    padding-right: 15%;
    border: 1px solid gray;
}

.footer .footer-top .footer-wrap-logo h3{
  text-decoration-line: underline;padding-bottom: 3%;
  font-family: Optima,sans-serif!important;
}

.footer-wrap-logo p.footer-wrap-number{
  padding-bottom: 5%;font-size: 30px;
}
#footer .footer-top .footer-links a p:hover{
	color: #b58009;
  }
/*-- =================================

// price

 =================================
--*/
@media (min-width: 1200px){
	.price{
		margin-top: -25px;
	}
}
.price h1.price-header{
   font-family: Optima, sans-serif  !important;
   color: #B17D2F;
}
.price .price-card .price-title{
    background: #5F6E5D;
    /* padding: 20px; */
    padding-top: 25px;
    padding-bottom: 10px;
}
.price .price-card .price-title2{
    background: #74986F;
    /* padding: 20px; */
    padding-top: 25px;
    padding-bottom: 10px;
}
.price .price-card .price-title3{
    background: #DEA058;
    /* padding: 20px; */
    padding-top: 25px;
    padding-bottom: 10px;
}
.price .price-card .price-title4{
    background: #3D9B6F;
    /* padding: 20px; */
    padding-top: 25px;
    padding-bottom: 10px;
}
.price .price-card .price-title5{
    background: #DDB42D;
    /* padding: 20px; */
    padding-top: 13px;
    /*padding-bottom: 10px;*/
}
.system-price .price-card .price-title6{
    background: #9CB7B2;
    /* padding: 20px; */
    padding-top: 13px;
    /*padding-bottom: 10px;*/
}
.system-price p.system-price-title{
  margin-bottom: -1px;
}
.price .price-card .card-body{
    height: 222px;
	padding: 1.25rem 5px !important;
}
.price .price-card .price-title p,.price-title2 p,
 .price-title3 p, .price-title4 p, .price-title5 p ,.system-price .price-title6 p{
    color: #fff;
}
.price .price-card p.card-text-01 {
    line-height: 1;padding-top: 25px;color: #B0B0B0;
    font-size: 1.3em;font-family: popins,sans-serif
}
 .system-price .price-card p.card-text-01{
   line-height: 1;padding-top: 20px;
   padding-bottom: 15px;
 }
 .system-price p.system-price-title{
  color: #585858;
  font-weight: bold;
 }
  @media (max-width: 767px){
  .system-price p.system-price-divider{
    background: #B0B0B0;padding: 1px;width: 100%;
   }
 }
 @media (min-width: 768px){
  .system-price p.system-price-divider{
    background: #B0B0B0;padding: 1px;width: 50%;
   }
 }
 .system-price .system-price-wrap .price-card .card-body .card-text-01 span.span-price-yen{
  font-size: 10px;
 }
 .system-price .system-price-wrap .price-card .card-body .card-text-01 span.span-price-day{
  font-size: 12px;
 }

@media (max-width: 575px){
   .price .price-wrap  .col-6,.price .price-wrap .col-sm-3 {
         flex: 0 0 100%;
      max-width: 50%;
	  padding: 0 5px;
     /* padding-left: 2px;
      padding-right: 2px;*/
    }
}
@media (max-width: 575px){
  .system-price .system-price-wrap  .col-6,.system-price .system-price-wrap .col-sm-3 {
         flex: 0 0 100%;
      max-width: 50%;
     /* padding-left: 2px;
      padding-right: 2px;*/
	  padding: 0 5px;
      padding-bottom: 4%;
    }
}
 @media (min-width: 576px){
 .system-price .system-price-wrap  .col-sm-3 {
    flex: 0 0 40%;
    max-width: 40%;

  }
}

@media (min-width: 992px){
  .system-price .system-price-wrap  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 20%;
  }
}
 .system-price .system-price-wrap .price-card .card-body p.card-text-01{
  font-size: 1.3em;font-family: popins,sans-serif;color: #B0B0B0;
 }
 .system-price .system-price-wrap .price-card .card-body p.system-text-divider{
  background: #B0B0B0;padding: 1px;
 }
.price .price-wrap .price-card .price-body p.card-text-01 .span-text-yen{
  font-size: 12px;color: #B0B0B0;
}
.price .price-wrap .price-card .price-body p.card-text-01 .span-text-symbo{
  font-size: 14px;color: #B0B0B0;
}
.price .price-wrap .price-card .price-body p.divider-text{
  background: #B0B0B0;padding: 1px;
}
@media (max-width: 768px) {
	.price .price-wrap .price-card .price-body p.card-text-02{
		font-size: 12px !important;
	  }
}
.price .price-wrap .price-card .price-body p.card-text-02{
  font-size: 14px;padding-bottom: 15px;color: #B0B0B0
}
.system-system .list-style-text ol {
  list-style: none;
  counter-reset: section;
      margin-left: -35px;
    line-height: 2.4;
}
.system-system .list-style-text ol li {
  counter-increment: section;
}
.system-system .list-style-text ol li::before {
  content: counter(section) ;
  /*color: red;*/
  /*font-weight: bold;*/
      letter-spacing: 30px;
  /*letter-spacing: 7px;*/
  margin-right: -17px;
}
@media(max-width: 767px){
  .hide-img-desktop{
    display: none!important;
  }
}
@media(min-width: 768px){
  .hide-img-mobile{
    display: none!important;
  }
}

@media(max-width: 767px){
  .system-service .system-service-wrap .system-service-img{
    padding: 40px 0;
  }
}
@media(min-width: 768px){
  .system-service .system-service-wrap .system-service-img{
    padding: 4% ;
  }
}
@media(max-width: 767px){
  .system-service .system-service-wrap .system-service-text{
    padding-bottom: 10px;
  }
}
@media(min-width: 768px){
  .system-service .system-service-wrap .system-service-text{
    padding-top: 8%;
  }
}

.system-service .system-service-text .system-service-text-divider{
  margin-left: 15%; margin-right: 15%;
}
.system-service .system-service-text .system-service-text-divider p.dividers{
  background: #9C9C9C;padding: 1px;
}
.system-service .system-service-text p.card-text-01 span.system-service-yen{
  font-size: 12px;
}
.system-service .system-service-text p.card-text-01 span.system-service-symbo{
 font-size: 14px;
}
.system-service .system-service-text .system-service-box{
 background: #909D5D;
    padding-top: 24px;
    padding-bottom: 8px;
}
/*@media(max-width: 767px){
.system-service{
	padding-top: 35px;
  padding-bottom: 4%;
}
}*/
@media (max-width: 992px){
.system-service{
	padding-top: 25px;
  padding-bottom: 4%;
}
}

@media (min-width: 993px) {
  .system-service{
  	/*margin-top: 6%;*/
    padding:25px 0;
  }
}
@media(max-width: 767px){
  .system-carpediem .one-text-line{
    display: none;
  }
  .system-carpediem .two-text-line{
    margin-top: -5%;
  }
}
@media(min-width: 768px){
  .system-carpediem .two-text-line{
    display: none;
  }
}

/*@media(max-width: 768px){
.system-carpediem{
	padding-top: 25px;
}
}*/
/*@media (max-width: 992px){
.system-carpediem{
	padding-top: 3%;
}
}*/
/*@media (min-width: 1024px) {
.system-carpediem{
	margin-top: -2%;
  padding-bottom: 4%;
}
}*/
.system-service .system-service-title{
  font-family: Optima,sans-serif !important;
  color: #B17D2F;
}
@media (min-width: 576px){
 .price .price-wrap .col-sm-3 {
       flex: 0 0 50%;
       max-width: 50%;
  }
}
@media (min-width: 992px){
  .price .price-wrap .col-sm-3{
    flex: 0 0 25%;
    max-width: 20%;
  }
}
.system-system h1.system-system-title {
    font-family: Optima, sans-serif !important;
    padding-bottom: 1%;
    color: #B17D2F;
}

.system-system .wrap-table table thead tr.tr-header{
  background: #E3E2E2; color: gray;
}
.system-system .wrap-table table thead tr.tr-header th{
  font-size: .9em;font-weight: 500;color: #9C9C9C
}
.price .price-wrap .price-wrap-bottom{
  padding-bottom: 4%;
}
.system-system .wrap-table table tbody tr.tr-text{
  font-size: .8em;font-weight: 500;color: #9C9C9C
}
@media (max-width: 767px){
  .devide-text p{
    background: #9C9C9C;padding: 1px;width: 100%;
  }
}
@media (min-width: 768px){
  .devide-text p{
    background: #9C9C9C;padding: 1px;width: 50%;
  }
}
.price .price-wrap-text-color p span{
  font-weight: bold;
}
@media(max-width: 767px){
	#sechedue{
  padding-top: 5%;
}
}
@media (max-width: 992px){
	#sechedue{
  padding-top: 5%;
}
}
@media (min-width: 1200px) {
  #sechedue{
  padding-top: 3.50%;
}
}

#sechedue .sechedue-text{
  padding-top: 2.55%;
}
#sechedue .sechedue-text .sechedue-text-bold {
  padding-top: 2%;
}
#sechedue .sechedue-text p.sechedue-text-bold span{
  padding-top: 2%;
  font-weight: bold;
}
#sechedue h1.sechedue-title{
  font-family: Optima,sans-serif !important;
  color: #B17D2F;
}
/*==============================indructor page*/
@media(max-width: 639px){
  #sekine,#iwata,#sasaki,#yokokawa,#kawazu,#koushi,#xavier {
    /*padding-top: 14%;*/
    padding-top: 13%;
    /*padding-bottom: 4%;*/
  }
}
@media(min-width: 640px) and (max-width: 766.9px){
  #sekine,#iwata,#sasaki,#yokokawa,#kawazu,#koushi,#xavier {
    /*padding-top: 14%;*/
    padding-top: 6%;
    /*padding-bottom: 4%;*/
  }
}
@media(min-width: 767px) and (max-width: 992px){
#sekine,#iwata,#sasaki,#yokokawa,#kawazu,#koushi,#xavier {
  /*padding-top: 14%;*/
  padding-top: 8%;
  /*padding-bottom: 4%;*/
}
}
@media  (min-width: 993px) and (max-width: 1199.9999px){
#sekine,#iwata,#sasaki,#yokokawa,#kawazu,#koushi,#xavier {
  /*padding-top: 14%;*/
  padding-top: 6%;
  /*padding-bottom: 4%;*/
}
}
@media(min-width: 1200px){
#sekine,#iwata,#sasaki,#yokokawa,#kawazu,#koushi,#xavier {
  padding-top: 2%;
  /*padding-bottom: 4%;*/
}
}
/*==============================guid page*/
@media (max-width: 992px) {
  .discription{
    padding-top: 3em;
  }
}
@media (max-width: 1200px) {
  .discription{
    padding-top: 3em;
    padding-bottom: 2em;
  }
}

@media(max-width: 767px){
.guide-baner{
  padding-top: 6%;
  /*padding-bottom: 4%;*/
}
}
@media (max-width: 992px){
.guide-baner{
  padding-top: 8%;
  /*padding-bottom: 4%;*/
}
}
@media (min-width: 1200px) {
.guide-baner{
      padding-top: 2%;
  /*padding-bottom: 4%;*/
}
}
@media (max-width: 767px){
  .flow .flow-img-mobile-size{
    padding: 25px 10px;
  }
}
.flow .content{
  padding-bottom: 30px;
}
.flow .content h1{
  font-family: Optima, sans-serif !important;
  color:#B17D2F;
}
.flow .flow-practise{
  padding-bottom: 3%;
}
.flow .flow-padding{
  border: 1px solid gray;background-color: #EDF2EC;padding-left: 8%;
  padding-right: 8%;padding-top: 5%; margin-bottom: 5%; padding-bottom: 5%;
}
.flow p.flow-text-wrap{
  color: #C8C8C8;font-size: 2.8em;margin-bottom: -5%;
}
.flow p.flow-devide-text{
  background: #828382;padding: 1px;margin-bottom: 4px;
}
.flow p.flow-text-color{
  color: #828382
}
[class*="spacer-"].bordered {
    height: 1px;
    background: #e8e8e8;
}
.spacer-30 {
    margin: 15px 0;
}
[class*="spacer-"].bordered {
    height: 1px;
    background: #e8e8e8;
}
@media (max-width: 767px){
  .spacer-100 {
      margin: 12px 0;
  }
}
@media (min-width: 768px){
  .spacer-100 {
      margin: 50px 0;
  }
}
@media (min-width: 992px){
  .spacer-100 {
      margin: 50px 0;
  }
}
[class*="spacer-"].bordered-c{
  height: 1px;
  background: #5e5e5e;
}
.spacer-30-30 {
    margin-top: -8%;
    margin-bottom: 6%;
}
[class*="spacer-"].bordered-c{
  height: 1px;
  background: #5e5e5e;
}
.spacer-30-g {
    margin-bottom: 6%;
}
@media(max-width: 912px) {
  /**THE SAME CSS IS USED IN ALL 3 DEMOS**/
/**gallery margins**/
    .zoom {
      background-image: url("../img/system/CARPE_schedule.png");
      background-repeat: no-repeat;
      width: 100%;
      overflow: hidden;
      cursor: zoom-out;
      margin: auto;
      filter: none !important;
    }
    img.img-zoom {
      transition: opacity .5s;
      display: block;
      width: 100%;
    }
    img.img-zoom:hover {
      opacity: 0;
    }
}
/*.img-zoom {
margin-left: 3vw;
margin-right:3vw;
}

  .zoom { */
 /* -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  }
  .zoom:hover,
  .zoom:active,
  .zoom:focus {*/
  /**adjust scale to desired size,
  add browser prefixes**/
 /* -ms-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -webkit-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(1.5);
  position:relative;
  z-index:100;
  }


}*/
/**To keep upscaled images visible on mobile,
increase left & right margins a bit**/
/*@media only screen and (max-width: 768px) {
  .img-zoom {
  margin-left: 1vw;
  margin-right: 1vw;
  }
}

/*===============loading page ====================
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000;
    background-color: rgb(240,240,240);
    transition: 1s;
    overflow: hidden;
}

.loader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 8px;
        box-sizing: border-box;
        border: 32px solid #ffcc01;
        border-color: #C0A623 transparent #B5811B transparent;
        animation: lds-hourglass 1.8s infinite;
    }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}*/

/* api instagram and zoom access contac */
/* Shine */

#instructor-info{
	background-color:#000;padding: 0px 0;
	.carousel-wrap {
			/* margin: 40px auto; */
			padding: 60px 5% 30px;
			width: 100%;
			position: relative; 
	}

	/* fix blank or flashing items on carousel */
	.owl-carousel .item {
		position: relative;
		z-index: 100; 
		-webkit-backface-visibility: hidden; 
	}
	@media (min-width: 768px) {
		.owl-carousel .item {
			margin: 20px;
		}
	}
	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		border-radius: 15px;
		position: relative;
		text-align:center;
		/* filter: grayscale(100%); */
	}
	.owl-carousel .owl-item img:hover{
		filter: brightness(110%);
	}
	/* end fix */
	.owl-nav > div {
		margin-top: -26px;
		position: absolute;
		top: 50%;
		color: #cdcbcd;
	}

	.owl-nav i {
		font-size: 52px;
	}

	.owl-nav .owl-prev {
	left: -30px;
	}

	.owl-nav .owl-next {
	right: -30px;
	}
	.carousel-wrap .owl-dots{
		text-align:center;
	}
	.owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #D6D6D6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .2s ease;
		border-radius: 30px;
	}

	.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: #b17d2f;
	}
	.carousel-wrap .slide-text{
		position: absolute; 
		bottom: 0;
		background: #0000008f;
		width: 100%;color: #fff;padding: 10px 0 0 5px;
		img{
			position: absolute;
			width: 13%; 
			right: 10%;
			bottom: 100%;
			transform: translate(10px, -40%);
		}
		p.title{
			font-size: 16px !important;
			font-weight: bold !important;
			margin-bottom: 0;
			.colors{
				color:#C29C72;
			}
		}
		p.text{
			font-size: 12px;
		}
	}
}
/* instructor */
#okazawa, #kotaku, #iwata, #sasaki, #yokokawa, #kawazu, #koushi, #fujisawa, #xavier {
	#hover-instructor{ 
		.backgroundProfile
		{
		  .fsubtJ{
			 text-decoration: underline; 
			 text-underline-offset: 10px;
		  }
		  .all-belt{
			justify-content: space-between;
			.subflex{
				width: 100%;
				.Mflex{
					padding-left: 10px;
				}
			} 
			img{
				margin-top:-8px; 
			}
		  } 
		}
		.price-area{
			.Dtext{
				width:50%;
				background:#a8a8a8;
				padding:10px 10px;
				color:#fff;
				text-align:left;
				border-radius: 10px 0px 0px 10px;
			}
			.Dprice{
				width:70%; 
				background: #e7e7e7;
				border-radius: 0px 10px 10px 0px;
				.Punder{
					background:#f7f7f7;
					padding:15px 10px;
					border-radius: 0px 10px 0px 0px;
				}
				.Pbelow{
					background:#e7e7e7;
					padding:15px 10px;
					border-radius: 0px 10px 10px 0px;
				}
			}
		}
		a.LC{
			text-align: center;
			background-color: #FF3D40;
			padding: 10px 12%;
			border-radius: 50px;
			color: #fff;
		}
		a.LC:hover{
			background-color:#ff3d4080;
		}
	} 
	.BDescrition{
		.Dtitle{
			color:#fff;
			padding:10px 0;
			background:  #a8a8a8;
			border-radius: 10px 10px 0 0;
			text-align:center;
		}
		.Dsubtitle{
			padding:10px 10px; 
			background:#f7f7f7;
			border-radius: 0 0 10px 10px;
		}
		.flew-box{
			padding: 10px 10px;
			background:#f7f7f7;
			display: flex;
			width: 100%;
			flex-flow: wrap;
			border-radius: 0 0 10px 10px;
			p{
				background: #fff;  
				padding: 5px 10px;  
				margin-right: 10px;  
				border-radius: 50px;
				font-size:14px;
			}
		}
	}
} 
.Himg{ 
	width: 100%;
	overflow: hidden; 
}
.Himg img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}
.Himg:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#hover-instructor figure {
	position: relative;
}
#hover-instructor figure::before {
	position: absolute;
	top: 0;
	left: -75%; 
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
#hover-instructor figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 80%;
	}
}
@keyframes shine {
	100% {
		left: 80%;
	}
}