/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #a0a6ad;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

a:hover, a:focus {
  color: #000;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  ont-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #151948;
}

.page-header h5 {
  ont-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #151948;
  margin-top: 1em;
}
.outline ul {
  margin-left: 10px;
  padding: 0;
  font-size: 16px;
}

.outline ul li {
  list-style: disc;

}
.outline-item-info ul {
  margin-left: 10px;
  padding: 0;
  font-size: 16px;
}

.outline-item-info ul li {
  list-style: disc;
	color: white;}
#registration {

  color: white;
}
#registration ul {
  margin-left: 10px;
  padding: 0;
  font-size: 16px;
  color: white;
}

#registration ul li {
  list-style: disc;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #4a96d1 !important;
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 130px 0px;
}
.section2 {
  padding: 130px 0px 0px 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.section-header .desc-text p {
  font-size: 18px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

.slider-hill {
  position: absolute;
  right: 0px;
  bottom: 60px;
  z-index: 998;
  display: block;
  /*background-image:url(../images/hill.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

.shad {
  -webkit-box-shadow: 5px 5px 10px #777;
  -moz-box-shadow: 5px 5px 10px #777;
  box-shadow: 5px 5px 10px #777;
  display: block;
}

@media only screen and (max-width: 767px) {
  .slider-hill {
    position: absolute;
    left: 25px;
    bottom: 60px;
    z-index: 998;
    display: block;
    /*background-image:url(../images/hill.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
  }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 4px;
  ont-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus, .btn:active {
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-color: #3ecf8e;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-common:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #3ecf8e;
  color: #3ecf8e;
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #3ecf8e;
  border: 1px solid #3ecf8e;
  color: #fff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}

.btn-border-filled:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: #1E334B;
  color: #fff;
  padding: 7px 10px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-singin:hover, .btn-singin:active, .btn-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-light-singin:hover, .btn-light-singin:active, .btn-light-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover, .btn-apple:active, .btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  ont-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}
.btn-primary2:disabled{
    filter:brightness(0.8);
    cursor:not-allowed;
    transform:translate(-3px, -3px);
    box-shadow:3px 3px 3px #aaa;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #1d354d;
  background: linear-gradient(95deg, #1d354d 40%, #1d354d 100%);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.back-to-top i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background: #4b94d0;
  background: linear-gradient(95deg, #4b94d0 40%, #1d354d 100%) !important;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd;
}

.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.menu-bg .navbar-nav .active {
  color: #ffffff !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 16px;
  padding: 8px 0px;
  margin-left: 26px;
  ont-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  position: relative;
  font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before, .navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link:focus, .navbar-expand-md .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .active>.nav-link, .navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.active:before, .navbar-expand-md .navbar-nav .nav-link.open, .navbar-expand-md .navbar-nav .open>.nav-link {
  color: #ffffff;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}



/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #4b94d0;
  background: linear-gradient(180deg, #4b94d0 10%, #54BEF0 50%);
  z-index: -12;
}

.tokyo {
  background-image: url("../img/top/tokyo-skyline-graphic.svg");
  background-position: bottom;
  background-repeat: no-repeat;
}

.tokyo2 {
  background-image: url("../img/purpose/vKjewzmQ.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-area .contents {
  padding: 160px 0 140px 0;
}

.hero-area .contents h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}

.hero-area .contents p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}

.hero-area .contents .btn-border {
  border: 1px solid #fff;
  color: #3ecf8e !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
  background: #fff;
}

.hero-area .contents .btn-border:hover {
  background: #fff;
  color: #3ecf8e;
}

.hero-area .intro-img {
  padding: 180px 0 0px;
}

.hero-area .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   summary 
   ========================================================================== */
#summary .summary-item {
  padding: 60px 30px;
  border: 1px solid #ddd;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#summary .summary-item:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#summary .summary-item .icon {
  background: #e3fff2;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}

#summary .summary-item .icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

#summary .summary-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}

#summary .summary-item p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #5e629c;
}

#summary h6 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  line-height: 1.3em;
  margin-bottom: 15px;
}

#summary {
  padding-bottom: 280px;
}

#summary .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

#summary {
  margin-top: 100px;
}

#summary h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}

#summary p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

/* ==========================================================================
   venue 
   ========================================================================== */
#venue .venue-item {
  padding: 60px 30px;
  border: 1px solid #ddd;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#venue .venue-item:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#venue .venue-item .icon {
  background: #e3fff2;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}

#venue .venue-item .icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

#venue  h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  margin-bottom: 15px;
}

#venue .venue-item p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #5e629c;
}

#venue h6 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  line-height: 1.3em;
  margin-bottom: 15px;
}


#venue .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

#venue {
  margin-top: 0px;
  background-color: #A2CAED;
}
#venue iframe {
  margin: 0px;
  padding: 0px;
}

#venue h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}

#venue p {
  font-size: 16px;
  margin-bottom: 20px;
}


/* ==========================================================================
   program 
   ========================================================================== */

#program {
  background-image: url("../img/program_bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#program .featured-bg {
  background: #fff;
}

#program h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}

#program h6 {
  font-size: 20px;
  font-weight: 600;
  color: #151948;
  line-height: 1.3em;
  margin-bottom: 15px;
  margin-top: 0.5em;
}

#program p {
  font-size: 16px;
  margin-bottom: 20px;
}

#program .featured-border1 {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

#program .featured-border2 {
  border-bottom: 1px solid #ededed;
}

#program .featured-border3 {
  border-right: 1px solid #ededed;
}

#program .feature-item {
  padding: 30px;
  overflow: hidden;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#program .feature-item .feature-icon {
  background: #e3fff2;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  border: 1px solid #3ecf8e;
  margin-top: 12px;
}

#program .feature-item .feature-icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
}

#program .feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

#program .feature-item p {
  font-size: 16px;
  display: block;
}

#program .feature-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#program .feature-item:hover .feature-icon {
  background: #3ecf8e;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#program .feature-item:hover .feature-icon i {
  color: #fff;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-bottom: 50px;
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;

}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: #2c98f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #FFFFFF;
  -webkit-box-shadow: 0 0 0 5px #FFFFFF;
  box-shadow: 0 0 0 5px #FFFFFF;
  line-height: 40px;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
  color: #BF2F3B;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-1 {
  background: #BF2F3B;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-2 {
  background: #387F50;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-3 {
  background: #2D6C99;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-4 {
  background: #B6863F;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-5 {
  background: #2fa499;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
  background: #939393;
}

.program-area {
  background-color: #fff;
}


.timeline-entry ul {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: disc;
  line-height: 160%;
}

.timeline-entry ul li {
  padding: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #7177AC;
  line-height: 1.5em;
  margin-top: 0.5em;
  list-style-type: disc;
}

.timeline-entry ol {
  padding: 0px;
  margin-top: 0em;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: decimal;
  line-height: 160%;
}

.timeline-entry ol li {
  margin-bottom: 10px;
  padding: 0px;
}

#program .panel-title {
  margin: 0;
  padding-bottom: 0px;
  font-size: 22px;
  color: #2D6C99;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .program-area {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    display: none;
    width: 40px;
    height: 40px;
    background: #2c98f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #FFFFFF;
    -webkit-box-shadow: 0 0 0 5px #FFFFFF;
    box-shadow: 0 0 0 5px #FFFFFF;
    line-height: 40px;
    float: left;
  }
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #F8F8F8;
  padding: 1.5em;
  margin-left: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 18px;
  margin-top: 0.5em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}

.timeline-centered .timeline-entry h2 {
  font-size: 18px;
  margin-top: 0.5em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #000;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  line-height: 1.3em;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  font-size: 16px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  margin-top: 0.5em;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 16px;
}

.timeline-centered .timeline-entry p {
  margin-top: 0.5em;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 16px;
}

#program .panel-title {
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #F8F8F8;
    padding: 1.5em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}

.boxprogramnone {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #939393;
  border-radius: 8px;
}

.boxprogramnone .box-title {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 10px;
  padding: 9px 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #939393;
  font-weight: bold;
  border: solid;
  border-bottom-color: #939393;
}

.boxprogramnone p {
  margin: 0;
  padding: 0;
}

.boxprogram1 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #BF2F3B;
  border-radius: 8px;
}

.boxprogram1 .box-title {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 10px;
  padding: 9px 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #BF2F3B;
  font-weight: bold;
  border: solid;
  border-bottom-color: #BF2F3B;
}

.boxprogram1 p {
  margin: 0;
  padding: 0;
}

.boxprogram2 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #387F50;
  border-radius: 8px;
}

.boxprogram2 .box-title {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 10px;
  padding: 9px 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #387F50;
  font-weight: bold;
  border: solid;
  border-bottom-color: #387F50;
}

.boxprogram2 p {
  margin: 0;
  padding: 0;
}

.boxprogram3 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #2D6C99;
  border-radius: 8px;
  min-height: 230px;
}

.boxprogram3 .box-title {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 10px;
  padding: 9px 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #2D6C99;
  font-weight: bold;
  border: solid;
  border-bottom-color: #2D6C99;
}

.boxprogram3 p {
  margin: 0;
  padding: 0;
}

.boxprogram3_2 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #2D6C99;
  border-radius: 8px;
}

.boxprogram3_2 .box-title {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 10px;
  padding: 9px 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #2D6C99;
  font-weight: bold;
  border: solid;
  border-bottom-color: #2D6C99;
}

.boxprogram3_2 p {
  margin: 0;
  padding: 0;
}

#program .profile_img {
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  height: auto;
  display: inline-table;
}

.pro {
  height: auto;
  min-height: 120px;
}

.boxprogram4 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #B6863F;
  border-radius: 8px;
}

.boxprogram4 .box-title {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 10px;
  padding: 9px 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #B6863F;
  font-weight: bold;
  border: solid;
  border-bottom-color: #B6863F;
}

.boxprogram4 p {
  margin: 0;
  padding: 0;
}

.boxprogram5 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #2fa499;
  border-radius: 8px;
}

.boxprogram5 .box-title {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 10px;
  padding: 9px 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #2fa499;
  font-weight: bold;
  border: solid;
  border-bottom-color: #2fa499;
}

.boxprogram5 p {
  margin: 0;
  padding: 0;
}

#download-app {
  padding-bottom: 100px;
}

#download-app .download-info {
  padding-top: 30px;
}

#download-app .download-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}

#download-app .download-info p {
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
}

#download-app .download-info .downlaod-btn {
  padding-bottom: 50px;
  border-bottom: 1px solid #ff704f;
  margin-bottom: 40px;
}

#download-app .download-info .downlaod-btn a.play-store {
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #ff704f;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
}

#download-app .download-info .downlaod-btn a {
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store span {
  font-size: 15px;
  font-weight: 500;
}

#download-app .download-info .downlaod-btn a.play-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #fff;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #000;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store {
  border: 1px solid #ff704f;
  color: #151948;
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #fff;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store:hover {
  color: #151948;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#download-app .download-info .downlaod-btn a.ios-store span {
  font-size: 15px;
}

#download-app .download-info .downlaod-btn a.ios-store:hover {
  color: #ff704f;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#download-app .download-statatics h3 {
  color: #151948;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

#download-app .download-statatics p {
  font-size: 18px;
  color: #5e629c;
}

/* ==========================================================================
   registration 
   ========================================================================== */
#registration {
  padding-bottom: 280px;
}

#registration .right-position {
  position: relative;
}

#registration .registration-area {
  position: absolute;
  width: 97%;
  z-index: 12;
  top: 260px;
  margin: 0px auto;
}

#registration .registration-text h2 {
  color: #fff;
  font-weight: 600;
}

#registration .registration-text p {
  color: #fff;
}

.gradient-bg {
  background: #4b94d0;
  background: linear-gradient(180deg, #4b94d0 10%, #54BEF0 50%);
  padding: 119px 0px 80px 0px;
}

#registration .registration-slider .owl-controls .owl-page.active span, #registration .registration-slider .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #3ecf8e;
}

#registration .registration-slider .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #3ecf8e;
}

#registration .registration-slider .owl-controls .active span {
  width: 15px;
  height: 15px;
}

#registration .registration-slider .screenshot-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

#registration .registration-slider .screenshot-thumb .fancy-table {
  padding-top: 72px;
}

#registration .registration-slider .screenshot-thumb p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

#registration .registration-slider .screenshot-thumb h5 {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: 600;
}

#registration .registration-slider .screenshot-thumb .zoom-icon a {
  display: inline-block;
  margin: 8px;
}

#registration .registration-slider .screenshot-thumb .zoom-icon a:hover i {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#registration .registration-slider .screenshot-thumb .zoom-icon a i {
  color: #fff;
  font-size: 20px;
}

#registration .registration-slider .screenshot-thumb>.hover-content {
  background-color: #3ecf8e;
  opacity: 0.90;
  height: 85%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 83%;
  margin: 25px;
}

#registration .registration-slider .screenshot-thumb:hover .hover-content {
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

#registration .registration-slider .owl-wrapper-outer {
  padding: 20px 0px;
}

#registration .corporate-logo {
  max-width: 200px;
  height: auto;
}


#registration a:hover, a:focus {
  color: #00253C;
}

#registration a {
  color: #005182;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.unity_images {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: -40px 15px 0px 0px;
  list-style: none;
}

.unity_images > li {
  position: relative;
  padding-top: 15%;
  margin: 0px 0px 0px;
  width: calc(100% / 7 - 40px);
  overflow: hidden;
}

.unity_images > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 85%;
  height: auto;
}

.unity_images .small-img {
  width: 40%;
  height: auto;
}

.unity_images .small-img2 {
  width: 33%;
  height: auto;
}

@media screen and (max-width: 1024px) {
.unity_images {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: -20px -10px 0px;
  list-style: none;
}
  .unity_images > li > img {
    width: 75%;
    height: auto;
  }
  .unity_images .small-img {
    width: 60%;
    height: auto;
  }
  .unity_images .small-img2 {
    width: 53%;
    height: auto;
  }
}
/* @media screen and (max-width: 768px) {
  .unity_images > li {
    margin: 0px 50px 0px;
  }
} */
@media screen and (max-width: 425px) {
  .unity_images > li > img {
    width: 95%;
    height: auto;
  }
  .unity_images .small-img {
    width: 80%;
    height: auto;
  }
  .unity_images .small-img2 {
    width: 73%;
    height: auto;
  }
}
/*===========================
    3.ABOUT css 
===========================*/
@media (max-width: 767px) {
  .about-area {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.about-image {
  position: relative;
}

.about-image::before {
  position: absolute;
  content: '';
  background-image: url(../images/about/dots.jpg);
  background-position: center center;
  background-size: 100%;
  width: 375px;
  height: 350px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .about-image::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image::before {
    display: block;
  }
}

.about-image .single-image {
  width: 360px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-image .single-image {
    width: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image .single-image {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .about-image .single-image {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .single-image {
    width: 360px;
  }
}

.about-image .single-image img {
  width: 100%;
}

.about-image .single-image.image-tow {
  margin-top: -200px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-image .single-image.image-tow {
    margin-top: -150px;
  }
}

@media (max-width: 767px) {
  .about-image .single-image.image-tow {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .single-image.image-tow {
    margin-top: -200px;
  }
}

.about-image .about-btn {
  position: relative;
  margin-left: 80px;
  margin-top: -40px;
  display: inline-block;
  z-index: 9;
}

@media (max-width: 767px) {
  .about-image .about-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .about-btn {
    margin-left: 80px;
    display: inline-block;
    text-align: left;
    margin-top: -50px;
  }
}

.about-image .about-btn .main-btn {
  line-height: 58px;
  padding: 0 40px;
  border: 8px solid #fff;
  font-weight: 700;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.about-image .about-btn .main-btn span {
  font-size: 35px;
}

@media (max-width: 767px) {
  .about-image .about-btn .main-btn span {
    font-size: 28px;
  }
}

.about-image .about-btn .main-btn:hover {
  border-color: #5287B2;
}

@media (max-width: 767px) {
  .about-image .about-btn .main-btn {
    line-height: 48px;
    padding: 0 30px;
    font-size: 14px;
    margin-top: -25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .about-btn .main-btn {
    line-height: 48px;
    padding: 0 30px;
    font-size: 14px;
    margin-top: -25px;
  }
}

.about-content .about-welcome {
  font-size: 24px;
  color: #5287B2;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .about-content .about-welcome {
    font-size: 18px;
  }
}

.about-content .about-title {
  font-size: 35px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .about-content .about-title {
    font-size: 26px;
  }
}

/*===========================
      7.TESTIMONIAL css 
===========================*/
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.testimonial-area {
  position: relative;
}

@media (max-width: 767px) {
  .testimonial-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.testimonial-area .shape {
  position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .testimonial-area .shape img {
    width: 325px;
  }
}

.testimonial-area .shape-one {
  top: 25px;
  left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .testimonial-area .shape-one {
    left: 20px;
  }
}

.testimonial-area .shape-tow {
  left: 150px;
  bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .testimonial-area .shape-tow {
    left: 70px;
  }
}

.testimonial-area .shape-three {
  right: 85px;
  bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .testimonial-area .shape-three {
    right: 35px;
  }
}

.testimonial-bg {
  position: relative;
  z-index: 9;
}

.testimonial-active {
  background-color: #5D9AD3;
  padding: 60px 30px;
}

@media (max-width: 767px) {
  .testimonial-active {
    padding: 30px 15px;
  }
}

.single-testimonial .testimonial-image {
  position: relative;
  display: inline-block;
}

.single-testimonial .testimonial-image img {
  border-radius: 50%;
}

.single-testimonial .testimonial-image .quota {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
}

.single-testimonial .testimonial-image .quota i {
  font-size: 18px;
  color: #5287B2;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #5287B2;
  border-radius: 50%;
}

.single-testimonial .testimonial-content p {
  font-size: 18px;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.single-testimonial .testimonial-content .testimonial-name {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.single-testimonial .testimonial-content .sub-title {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #fff;
}

.testimonial-active .slick-dots {
  text-align: center;
  margin-top: 10px;
}

.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.testimonial-active .slick-dots li button {
  width: 18px;
  height: 15px;
  border-radius: 50px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 0;
  cursor: pointer;
}

.testimonial-active .slick-dots li.slick-active button {
  background-color: #fff;
  width: 25px;
  display: none;
}



#subscribe .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* ==========================================================================
   Contact section
   ========================================================================== */
#contact form#contactForm .form-group {
  margin-bottom: 30px;
}

#contact form#contactForm input[type=text], #contact form#contactForm input[type=email] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm textarea {
  padding: 15px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm .form-control:focus {
  border: 1px solid #3ecf8e;
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

/* ==========================================================================
   Showcase 
   ========================================================================== */

#registration .right-position {
  position: relative;
}

#registration .showcase-area {
  position: absolute;
  width: 97%;
  z-index: 12;
  top: 450px;
  margin: 0px auto;
}

#registration .showcase-text h2 {
  color: #fff;
}

#registration .showcase-text p {
  color: #fff;
}

#registration .gradient-bg {
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  padding: 119px 0px 80px 0px;
}

#registration .showcase-slider .owl-controls .owl-page.active span, #registration .showcase-slider .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #FFFFFF;
}

#registration .showcase-slider .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #FFFFFF;
}

#registration .showcase-slider .owl-controls .active span {
  width: 15px;
  height: 15px;
}

#registration .showcase-slider .screenshot-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

#registration .showcase-slider .screenshot-thumb .fancy-table {
  padding-top: 72px;
}

#registration .showcase-slider .screenshot-thumb p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

#registration .showcase-slider .screenshot-thumb h5 {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: 600;
}

#registration .showcase-slider .screenshot-thumb .zoom-icon a {
  display: inline-block;
  margin: 8px;
}

#registration .showcase-slider .screenshot-thumb .zoom-icon a:hover i {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#registration .showcase-slider .screenshot-thumb .zoom-icon a i {
  color: #fff;
  font-size: 20px;
}

#registration .showcase-slider .screenshot-thumb>.hover-content {
  background-color: #3ecf8e;
  opacity: 0.90;
  height: 85%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 83%;
  margin: 25px;
}

#registration .showcase-slider .screenshot-thumb:hover .hover-content {
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

#registration .showcase-slider .owl-wrapper-outer {
  padding: 20px 0px;
}



/* ==========================================================================
   Footer section
   ========================================================================== */
#footer-Content {
  padding-top: 180px;
  background: #180e29;
}

#footer-Content .footer-logo img {
  padding-top: 0px;
}

#footer-Content .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

#footer-Content .copyright {
  margin-top: 125px;
  border-top: 1px solid #3c1f6e;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-Content .copyright p {
  color: #FFFFFF;
  font-size: 18px;
}

#footer-Content .copyright a {
  color: #ddd;
}

#footer-Content .widget p {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
}

#footer-Content .widget .subscribe-area {
  position: relative;
  height: 40px;
  margin-top: 18px;
}

#footer-Content .widget .subscribe-area input[type=email] {
  background: #24153c;
  border: 1px solid #fff;
  color: #e2e2e2;
  font-size: 14px;
  font-style: italic;
  height: 38px;
}

#footer-Content .widget .subscribe-area span i {
  position: absolute;
  right: 0;
  width: 60px;
  height: 38px;
  color: #fff;
  top: 0;
  background: #3ecf8e;
  display: block;
  padding: 9px 20px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
}

#footer-Content h3.block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

#footer-Content ul.menu li a {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content ul.menu li a:hover {
  color: #3ecf8e;
  padding-left: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.card a {
  color: #06429A;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 32px;
}

.card a:hover {
  color: #3885F7;
}

.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}


#footer-Content { scroll-margin-top: 90px; } /* ナビの高さに合わせて調整 */

/* =========================================================
   Program timetable (Japan Day 2026)  [BASE]
========================================================= */
.jd-timetable {
  border: 1px solid #e8eef2;
  border-radius: 16px;
  background: #fff;
}

.jd-tt-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #eef3f6;
}

.jd-tt-title {
  font-weight: 800;
  color:#1f2d35;
  letter-spacing:.02em;
}

.jd-tt-note {
  color:#6b7c86;
  font-size: 13px;
}

.jd-tt-section {
  padding: 14px 20px 8px;
  background: linear-gradient(90deg, rgba(15,92,111,.10), rgba(15,92,111,0));
  border-top: 1px solid #f2f6f8;
}

.jd-tt-section:first-of-type { border-top: 0; }

.jd-tt-section h5{
  margin:0;
  font-weight: 800;
  color:#0f5c6f;
  font-size: 14px;
  letter-spacing:.04em;
}

.jd-tt-row {
  display:flex;
  gap: 14px;
  padding: 12px 20px;
  border-top: 1px solid #f2f6f8;
}

.jd-tt-time {
  flex: 0 0 132px;
  align-self:flex-start;
}

.jd-tt-time span{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #0f5c6f;
  color:#fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing:.02em;
}

.jd-tt-body { flex: 1 1 auto; min-width: 0; }

.jd-tt-main {
  font-weight: 700;
  color:#1f2d35;
  line-height: 1.75;
}

.jd-tt-sub {
  margin-top: 6px;
  color:#41535c;
  line-height: 1.85;
  font-size: 14px;
}

.jd-tt-sub .indent {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.jd-tt-tag {
  display:inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background:#fff3b0;
  color:#1f2d35;
  font-weight: 800;
  font-size: 12px;
  vertical-align: middle;
}

@media (max-width: 768px){
  .jd-tt-row { flex-direction: column; }
  .jd-tt-time { flex-basis: auto; }
}

/* =========================================================
   AI sessions (30-min slots)  [OPTIONAL / BASE]
========================================================= */
.ai-slots {
  border: 1px solid #e8eef2;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.ai-slots-head {
  padding: 18px 20px;
  border-bottom: 1px solid #eef3f6;
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  align-items:center;
  justify-content:space-between;
}

.ai-slots-head .title {
  font-weight: 900;
  color:#1f2d35;
  letter-spacing:.02em;
}

.ai-slots-head .meta {
  color:#6b7c86;
  font-size: 13px;
}

.ai-slot {
  padding: 16px 20px;
  border-top: 1px solid #f2f6f8;
}
.ai-slot:first-of-type { border-top: 0; }

.ai-slot-time {
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #0f5c6f;
  color:#fff;
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing:.02em;
}

.ai-slot-body {
  margin-top: 12px;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  background: #fbfdff;
  padding: 14px 14px;
}

.ai-slot-body .line-title {
  font-weight: 900;
  color:#1f2d35;
  line-height: 1.65;
}

.ai-slot-body .line {
  margin-top: 10px;
  line-height: 1.85;
  color:#41535c;
  font-size: 14px;
}

.ai-slot-body .label {
  display:inline-block;
  min-width: 6.2em;
  font-weight: 900;
  color:#0f5c6f;
}

.ai-slot-body .name { color:#1f2d35; font-weight: 900; }
.ai-slot-body .role { color:#1f2d35; font-weight: 700; }

@media (max-width: 768px){
  .ai-slots-head { align-items:flex-start; }
}

/* =========================================================
   AI session details (inside jd-timetable)  [BASE]
========================================================= */
.jd-ai-details {
  margin-top: 12px;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  background: #fbfdff;
  padding: 14px;
}

.jd-ai-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.jd-ai-item {
  background: #ffffff;
  border: 1px solid #eef3f6;
  border-radius: 12px;
  padding: 14px;
}

.jd-ai-item:nth-child(even){ background: #fbfdff; }

.jd-ai-time {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #0f5c6f;
  color: #fff;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .02em;
  margin-bottom: 8px;
}

.jd-ai-title {
  margin-top: 10px;
  font-weight: 800;
  color: #1f2d35;
  line-height: 1.7;
}

.jd-ai-desc{
  margin-top: 10px;
  color:#41535c;
  line-height:1.9;
  font-size: 14px;
}

.jd-ai-meta{
  margin-top: 12px;
  display: grid;
  grid-template-columns: 7.2em 1fr;
  row-gap: 8px;
  column-gap: 10px;
  color:#41535c;
  font-size: 14px;
  line-height: 1.7;
}
.jd-ai-meta .k{
  font-weight: 600;
  color:#0f5c6f;
}
.jd-ai-meta .v{
  color:#1f2d35;
  font-weight: 700;
}

@media (max-width: 768px){
  .jd-ai-details { padding: 12px; }
  .jd-ai-item { padding: 12px; }
}

/* =========================================================
   LOCAL GROUP REPORTS list  [BASE]
========================================================= */
.jd-lg-list{ margin-top:8px; }
.jd-lg-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.jd-lg-badge{
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  background:#eef6f8;
  color:#0f5c6f;
  font-weight:600;
  font-size:12.5px;
  line-height:1.4;
}
.jd-lg-text{
  color:#41535c;
  line-height:1.85;
  font-size:14px;
}
.jd-lg-hr{
  border:0;
  border-top:1px solid #e8eef2;
  margin:10px 0;
}

/* =========================================================
   Program: typography tuning（全体と同じバランス） [OVERRIDE]
   ※既存CSSは崩さず #program の中だけ上書き
========================================================= */
#program .jd-timetable{ font-size:16px; }

#program .jd-tt-title{ font-size:18px; line-height:1.3; }
#program .jd-tt-note{ font-size:14px; }
#program .jd-tt-section h5{ font-size:15px; }
#program .jd-tt-time span{ font-size:14px; padding: 7px 12px; }
#program .jd-tt-main{ font-size:16px; line-height:1.8; }
#program .jd-tt-sub{ font-size:15px; line-height:1.9; }

#program .jd-lg-badge{ font-size:13px; }
#program .jd-lg-text{ font-size:15px; line-height:1.9; }

#program .jd-ai-time{ font-size:13.5px; }
#program .jd-ai-title{ font-size:17px; line-height:1.75; }
#program .jd-ai-desc{ font-size:15px; line-height:1.95; }
#program .jd-ai-meta{ font-size:15px; line-height:1.75; }

/* 変な改行（デ／ータ等）を止める：#program のAI詳細だけ */
#program .jd-ai-details,
#program .jd-ai-details *{
  word-break: normal !important;
  overflow-wrap: break-word !important;
  line-break: strict !important;
  hyphens: none !important;
}

/* =========================================================
   Speaker card（写真86×140 / 先頭揃え） [NEW]
   ※ここだけ追加。既存を壊さないよう #program スコープのみ
========================================================= */
#program .jd-speaker{
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #e8eef2;
  border-radius: 12px;
  background: #fbfdff;
}

#program .jd-speaker.jd-speaker--with-photo{
  display: grid;
  grid-template-columns: 86px 1fr;
  column-gap: 14px;
  align-items: start;
}

#program .jd-speaker-photo{
  width: 86px;
  height: 100px;
  border-radius: 14px;
  overflow: hidden;
  background: #eef3f6;
  border: 1px solid #e8eef2;
}
#program .jd-speaker-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

#program .jd-speaker-text{ min-width:0; }

#program .jd-speaker-label{
  display:inline-flex;
  align-items:center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 600;
  color:#fff;
  background:#0b3a4a;
  line-height:1;
  margin:0;
}

#program .jd-speaker-name{
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b3a4a;
  line-height: 1.25;
}
#program .jd-speaker-org{
  margin-top: 6px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #6b2c86;
  line-height: 1.35;
}
#program .jd-speaker-role{
  margin-top: 4px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #1f2d35;
  line-height: 1.45;
}

#program .jd-nobr{ white-space: nowrap; }

@media (max-width: 768px){
  #program .jd-speaker.jd-speaker--with-photo{
    grid-template-columns: 72px 1fr;
  }
  #program .jd-speaker-photo{
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }
}

/* =========================================================
   Weight cap: 全部 max 600（700/800/900 を使わない） [OVERRIDE]
   ※一番下に置いて強制上書き
========================================================= */
#program .jd-tt-title,
#program .jd-tt-section h5,
#program .jd-tt-time span,
#program .jd-tt-main,
#program .jd-tt-tag,
#program .jd-lg-badge,
#program .jd-ai-time,
#program .jd-ai-title,
#program .jd-ai-meta .k,
#program .jd-ai-meta .v,
#program .jd-speaker-label,
#program .jd-speaker-name,
#program .jd-speaker-org,
#program .jd-speaker-role,
#program .ai-slots-head .title,
#program .ai-slot-time,
#program .ai-slot-body .line-title,
#program .ai-slot-body .label,
#program .ai-slot-body .name,
#program .ai-slot-body .role{
  font-weight: 600 !important;
}
/* =========================================
   Speaker photo placeholder（画像が無い時の仮表示）
========================================= */

/* img が空/読み込み失敗の時は隠して、背景で仮表示 */
#program .jd-speaker-photo img{
  display:block;
}
#program .jd-speaker-photo img:not([src]),
#program .jd-speaker-photo img[src=""],
#program .jd-speaker-photo img[src="#"]{
  display:none;
}

/* プレースホルダー背景（写真がない時に見える） */
#program .jd-speaker-photo{
  position: relative;
  background:
    radial-gradient(70px 70px at 35% 30%, rgba(11,58,74,.18), rgba(11,58,74,0) 60%),
    linear-gradient(135deg, rgba(15,92,111,.18), rgba(107,44,134,.12)),
    #eef3f6;
}

/* 「No Photo」っぽい控えめ表示 */
#program .jd-speaker-photo::after{
  content: "PHOTO";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  letter-spacing: .14em;
  color: rgba(31,45,53,.55);
  font-weight: 600;
}
/* 仮PHOTOはこのクラスの時だけ表示 */
#program .jd-speaker-photo--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  color:#6b7c86;
  font-weight: 600;
  letter-spacing: .06em;
}
#program .jd-speaker-photo--placeholder::before{
  content: "PHOTO";
}
#program .jd-speaker-photo--placeholder img{
  display:none;
}
/* =========================================================
   PHOTO（仮）表示の強制整理
   - placeholder クラスの時だけ「PHOTO」を出す
   - それ以外は絶対に出さない（残骸CSSを無効化）
   ※ CSSの一番最後に置く
========================================================= */

/* まず：通常の写真枠には pseudo を一切出さない */
#program .jd-speaker-photo:not(.jd-speaker-photo--placeholder)::before,
#program .jd-speaker-photo:not(.jd-speaker-photo--placeholder)::after{
  content: none !important;
  display: none !important;
}

/* placeholder の時だけ PHOTO を出す */
#program .jd-speaker-photo--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6b7c86;
  font-weight:600;
  letter-spacing:.06em;
}
#program .jd-speaker-photo--placeholder::before{
  content:"PHOTO" !important;
  display:block !important;
}

/* placeholder の中に img があっても表示しない */
#program .jd-speaker-photo--placeholder img{
  display:none !important;
}
/* =========================================
   Timetable speaker with photo (Opening〜Closing)
   font-weight max 600 / head align
========================================= */
#program .jd-tt-speaker{ margin-top: 2px; }

/* 写真ありレイアウト */
#program .jd-tt-speaker.jd-tt-speaker--with-photo{
  display: grid;
  grid-template-columns: 86px 1fr; /* 写真幅 */
  column-gap: 14px;
  align-items: start;              /* 写真の頭と文字の頭を揃える */
}

/* 写真（サイズはAI側と同じ思想：86×140） */
#program .jd-tt-speaker-photo{
  width: 86px;
  height: 100px;
  border-radius: 14px;
  overflow: hidden;
  background: #eef3f6;
  border: 1px solid #e8eef2;
}
#program .jd-tt-speaker-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 右側 */
#program .jd-tt-speaker-text{ min-width: 0; }

/* バッジ */
#program .jd-tt-speaker-label{
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 600;
  color: #fff;
  background: #0b3a4a;
  line-height: 1;
  margin: 0; /* 写真の頭と揃えるために重要 */
}

/* 氏名/組織/肩書（添付トーン） */
#program .jd-tt-speaker-name{
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #0b3a4a;
  line-height: 1.25;
}
#program .jd-tt-speaker-org{
  margin-top: 6px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #6b2c86;
  line-height: 1.35;
}
#program .jd-tt-speaker-role{
  margin-top: 4px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #1f2d35;
  line-height: 1.45;
}

/* スマホは小さめに */
@media (max-width: 768px){
  #program .jd-tt-speaker.jd-tt-speaker--with-photo{
    grid-template-columns: 72px 1fr;
  }
  #program .jd-tt-speaker-photo{
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }
}

/* LOCAL GROUP REPORTS 内では speaker を少しだけコンパクトに */
#program .jd-speaker--compact{
  margin-top: 0;          /* ここはリスト内なので余白ゼロ */
  padding: 12px 14px;     /* 少しだけ詰める */
  background: #ffffff;    /* リスト内は白で読みやすく */
}

/* バッジ＋本文の高さ揃えを良くする（任意） */
#program .jd-lg-item{ align-items: flex-start; }

/* LOCAL GROUPは写真を小さめに（86x140はAI側のまま維持） */
#program .jd-speaker--compact.jd-speaker--with-photo{
  grid-template-columns: 86px 1fr;
}

#program .jd-speaker--compact .jd-speaker-photo{
  width: 86px;
  height: 100px;
  border-radius: 12px;
}

/* 上の情報ボックス（住所で崩れない版） */
.jd-info-box{
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8eef2;
}

.jd-info-row{
  display: grid;
  grid-template-columns: 8.5em 1fr; /* ラベル幅固定（ここで揃う） */
  column-gap: 10px;
  row-gap: 6px;
  align-items: start;
  margin-bottom: 10px;
}

.jd-info-row:last-child{ margin-bottom: 0; }

.jd-info-k{
  font-weight: 600;       /* 最高600 */
  color:#1f2d35;
  line-height: 1.7;
  white-space: nowrap;
}

.jd-info-v{
  font-weight: 500;
  color:#1f2d35;
  line-height: 1.7;
  min-width: 0;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}

@media (max-width: 768px){
  .jd-info-row{
    grid-template-columns: 1fr; /* スマホは縦積み */
  }
  .jd-info-k{ margin-bottom: 2px; }
}
#program .jd-speaker-title{
  margin: 0 0 6px;
  font-weight: 600;
  font-size: .95rem;
  line-height: 1.25;
  color: #0f5c6f;          /* バッジ系の青緑に寄せる */
  letter-spacing: .02em;
}
/* LOCAL GROUP REPORTS の「○分」バッジを非表示 */
#program .jd-lg-badge{
  display: none !important;
}
#program .jd-lg-item{
  align-items: stretch;
}
#program .jd-lg-item .jd-speaker{
  width: 100%;
}
/* LOCAL GROUP REPORTS：右側（カード）を横いっぱいに伸ばす */
#program .jd-lg-item{
  align-items: stretch; /* 高さも揃えやすい */
}

#program .jd-lg-item > :nth-child(2){
  flex: 1 1 auto;   /* ←これが本命：右側を伸ばす */
  min-width: 0;     /* ←折り返し崩れ防止 */
}

/* 右側に入っている speaker card はブロックで100% */
/* 右側（カード）を横いっぱいに伸ばす：これはOK */
#program .jd-lg-item{
  align-items: stretch;
}
#program .jd-lg-item > :nth-child(2){
  flex: 1 1 auto;
  min-width: 0;
}

/* speaker card：写真ありは grid を壊さない */
#program .jd-lg-item .jd-speaker{
  width: 100%;
}
#program .jd-lg-item .jd-speaker:not(.jd-speaker--with-photo){
  display: block;
}