/*
Table Of Content
==================
1. reset css
2. global css
3. slider nav css
4. header-section css
    4.1 menu css
    4.2 menu affix css
5. banner-section css
6. learning-section css
7. courses-section css
8. business-model-section css
9. create-accont-section css
10. upcoming-events-section css
11. testimonial-section css
12. blog-section css
13. footer-section css
14. home-two css
15. welcome-section css
16. concept-section css
17. instructor-section css
18. counter-section css
19. single-banner css
20. about-section css
21. review-section css
22. common-section css
23. event-details-section
25. offer-section css
26. pricing-section
27. instructor-details-section css
28. course-details-section css
29. widget-area css
30. forum-section css
31. contact-section css
32. entry-post-single css
33. scroll-to-top css
34. preloader css
*/

/* reset css start */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900');
:root {
  --heading-font: 'Roboto Slab', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  --para-font: 'Roboto', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  --heading-color: #242424;
  --para-color: #242424;
  --primary-bg: #f5f5f5;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 15px;
  font-family: 'Roboto', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 400;
  border-top: solid 3px #1313b7;
}
img {
  max-width: 100%;
  height: auto;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
  border-color: #ffb606 !important;
}
input{
  border: 1px solid transparent !important;
}
h1, h2, h3, h4, h5, h6, h1>a, h2>a, h3>a, h4>a, h5>a, h6>a  {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 32px;
}
h3,
h3 > a {
  font-size: 28px;
  text-transform: none;
}
h4,
h4 > a {
  font-size: 24px;
  text-transform: none;
}
h5,
h5 > a {
  font-size: 18px;
  text-transform: none;
}
h6,
h6 > a {
  font-size: 16px;
  text-transform: none;
}
a  {
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
a {
  display: inline-block;
}
a:focus, a:active, a:hover {
  color: var(--heading-color);
  text-decoration: none;
}
p, span, li {
  font-family: var(--para-font);
  color: var(--para-color);
  line-height: 1.8;
  margin: 0;
  font-weight: 400;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
button {
  font-weight: 700;
}
input[type="submit"] {
  cursor: pointer;
}
/* reset css end */

/* global css start */
.mr-t-b-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.solid-bg-blue {
  background-color: #4886ff;
}
.solid-bg-tomato {
  background-color: #ff6f6f;
}
.cmn-button {
  padding: 15px 45px;
  background-color: #ffb606;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #ffb606;
}
.cmn-button:hover {
  color: #ffffff;
  background-color: #e3a101;
}
.cmn-button.style-2 {
  background-color: transparent;
  border: 1px solid #ffb606;
  color: #242424;
}
.cmn-button.style-2:hover {
  background-color: #ffb606;
  color: #ffffff;
}
.ce-button {
  padding: 15px 45px;
  background-color: #ff3366;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #ff3366;
}
.ce-button:hover {
  color: #ffffff;
  background-color: #e82d5e;
}
.asl-button {
  padding: 15px 45px;
  background-color: #567ec0;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #567ec0;
}
.asl-button:hover {
  color: #ffffff;
  background-color: #4268a6;
}
.akamai-button {
  padding: 15px 45px;
  background-color: #0097f2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #567ec0;
}
.akamai-button:hover {
  color: #ffffff;
  background-color: #007fcb;
}
.global-button {
  padding: 15px 45px;
  background-color: #009b97;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #567ec0;
}
.global-button:hover {
  color: #ffffff;
  background-color: #038682;
}
.section-padding {
  padding-top: 30px;
  padding-bottom: 60px;
}
.section-padding-half {
  padding-top: 60px;
  padding-bottom: 30px;
}
.section-padding-top0 {
  padding-top: 0;
  padding-bottom: 60px;
}
.section-padding-bottom0 {
  padding-top: 60px;
  padding-bottom: 0;
}
.section-bg {
  background-color: var(--primary-bg);
}
.section-header-area p {
  margin-top: 25px;
}
.section-header {
  max-width: 340px;
  margin: 0 auto;
}
.section-wrapper {
  margin-top: 48px;
}
.section-left-head {
  margin-bottom: 25px;
}
.section-left-head-top, .section-header-top {
  font-size: 36px;
  font-family: var(--heading-font);
  font-weight: 700;
}
.section-left-sub-head {
  color: #1313b7;
  text-transform: uppercase;
}
.section-left-content p {
  margin-bottom: 27px;
}
.section-left-content .cmn-button {
  margin-top: 11px;
}
.color-one {
  background-image: -moz-linear-gradient(75deg, #3399ff, #abd2fa);
  background-image: -webkit-linear-gradient(75deg, #3399ff, #abd2fa);
  background-image: -ms-linear-gradient(75deg, #3399ff, #abd2fa);
}
.color-two {
  background-image: -moz-linear-gradient(75deg, #ff94af, #fe4573);
  background-image: -webkit-linear-gradient(75deg, #ff94af, #fe4573);
  background-image: -ms-linear-gradient(75deg, #ff94af, #fe4573);
}
.color-three {
  background-image: -moz-linear-gradient( 75deg, rgb(255,255,255) 0%, rgb(246,29,52) 0%, rgb(242,134,145) 0%, rgb(238,238,238) 0%, rgb(64,156,227) 0%, rgb(255,255,255) 0%, rgb(46,200,97) 0%, rgb(83,231,132) 99%);
  background-image: -webkit-linear-gradient( 75deg, rgb(255,255,255) 0%, rgb(246,29,52) 0%, rgb(242,134,145) 0%, rgb(238,238,238) 0%, rgb(64,156,227) 0%, rgb(255,255,255) 0%, rgb(46,200,97) 0%, rgb(83,231,132) 99%);
  background-image: -ms-linear-gradient( 75deg, rgb(255,255,255) 0%, rgb(246,29,52) 0%, rgb(242,134,145) 0%, rgb(238,238,238) 0%, rgb(64,156,227) 0%, rgb(255,255,255) 0%, rgb(46,200,97) 0%, rgb(83,231,132) 99%);
}
.color-four {
  background-image: -moz-linear-gradient( 75deg, rgb(246,29,52) 0%, rgb(242,134,145) 0%, rgb(238,238,238) 0%, rgb(64,156,227) 0%, rgb(255,255,255) 0%, rgb(46,200,97) 0%, rgb(166,37,208) 0%, rgb(201,34,255) 100%);
  background-image: -webkit-linear-gradient( 75deg, rgb(246,29,52) 0%, rgb(242,134,145) 0%, rgb(238,238,238) 0%, rgb(64,156,227) 0%, rgb(255,255,255) 0%, rgb(46,200,97) 0%, rgb(166,37,208) 0%, rgb(201,34,255) 100%);
  background-image: -ms-linear-gradient( 75deg, rgb(246,29,52) 0%, rgb(242,134,145) 0%, rgb(238,238,238) 0%, rgb(64,156,227) 0%, rgb(255,255,255) 0%, rgb(46,200,97) 0%, rgb(166,37,208) 0%, rgb(201,34,255) 100%);
}
/* global css end */

/* slider nav css  */
.banner-slider .owl-nav,
.testimonial-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.banner-slider .owl-prev,
.testimonial-slider .owl-prev {
  float: left;
  margin-left: 50px;
}
.testimonial-slider .owl-prev {
  margin-left: -200px;
}
.banner-slider .owl-next,
.testimonial-slider .owl-next {
  float: right;
  margin-right: 50px;
}
.testimonial-slider .owl-next {
  margin-right: -200px;
}
.banner-slider button.owl-prev, .banner-slider button.owl-next, .banner-slider button.owl-prev.disabled, .banner-slider button.owl-next.disabled,
.testimonial-slider button.owl-prev, .testimonial-slider button.owl-next, .testimonial-slider button.owl-prev.disabled, .testimonial-slider button.owl-next.disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 60px;
}
.banner-slider button.owl-prev, .banner-slider button.owl-next, .banner-slider button.owl-prev:hover, .banner-slider button.owl-next:hover,
.testimonial-slider button.owl-prev, .testimonial-slider button.owl-next, .testimonial-slider button.owl-prev:hover, .testimonial-slider button.owl-next:hover {
  background-color: #ffb606 !important;
  color: #ffffff !important;
  border-color: #ffb606 !important;
}

/*  header-section css start */
.header-section.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
  -moz-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
  box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
}
.header-section.menu-fixed .header-top {
  display: none;
}
.header-top {
  padding: 5px 0 0 0;
  margin-bottom:-30px;
}
.header-top p {
  font-size:12px;
  margin-top:-25px;
}
.header-company-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: end;
}
.header-company-contact li {
  font-size:26px;
  font-weight:bold;
  padding: 0 0 5px 0;
}
.header-company-contact li i {
  margin-right: 5px;
}
.header-company-contact li+li {
  margin-left: 27px;
}
.header-user-login-regis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-user-login-regis li a {
  padding: 0 10px;
}
.header-user-login-regis li+li {
  border-left: 1px solid #525f6b;
  padding-right: 0;
}
.header-user-login-regis li i {
  margin-right: 5px;
}
/* menu css  */
.header-bottom {
  background-color: #ffffff;
}
.navbar {
  padding: 0;
}
.navbar-collapse {
margin-bottom:-30px;
}
.site-logo,
.site-title {
  display: block;
  font-size: 36px;
  line-height: 1;
}
.site-title::first-letter {
  color: #1313b7;
  font-weight: 700;
}
li.menu_has_children:after {
  position: absolute;
  content: "\f107";
  top: 30px;
  right: 2px;
  color: #000;
  font-family: 'FontAwesome';
  z-index: -10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
li.menu_has_children:hover:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  text-transform: uppercase;
  font-weight: 500;
  padding: 29px 13px;
  display: inline-block;
  font-size: 15px;
}
.sub-menu {
  position: absolute;
  left: -20px;
  top: 125%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 18px 54px -8px rgba(0,0,0,0.15);
  box-shadow: 0px 18px 54px -8px rgba(0,0,0,0.15);
  width: 220px;
  z-index: 999;
  margin-top:-20px;
  padding: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #1313b7;
}
.main-menu li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.sub-menu li a {
  padding: 10px 15px;
  display: block;
  letter-spacing:-0.03em;
}
.sub-menu li a:hover {
  background-color: rgba(217, 217, 217, 0.3);
}
.sub-menu li.menu_has_children:after {
  position: absolute;
  content: "\f105";
  top: 6px;
  right: 30px;
}
.sub-menu li .sub-menu {
  position: absolute;
  top: 0;
  left: 95%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  top: 0;
}
.header-search-area {
  margin-left: 18px;
  position: relative;
}
.header-search-toggle {
  display: block;
  cursor: pointer;
  padding: 29px 0 29px 15px;
}
.header-search-toggle i {
  font-size: 18px;
  color: #bababa;
}
.header-serach-block {
  position: absolute;
  top: 120%;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-serach-block.closed {
  opacity: 0;
  visibility: hidden;
}
.header-serach-block.opened {
  opacity: 1;
  visibility: visible;
  top: 105%;
  -webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    -moz-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
}
.header-search-form {
  width: 350px;
}
.header-search-form input {
  width: 80%;
  padding: 10px 20px;
  border: none;
}
.header-search-btn {
  width: 20%;
  cursor: pointer;
  border: none;
  background-color: #ffb606;
}
.navbar-toggler {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
}
.navbar-toggler:focus {
  outline: none;
  border: none;
}
.menu-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: var(--primary-color);
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu-toggle:before, .menu-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out;
}
span.is-active {
  border-color: transparent;
}
span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}
span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}span.menu-toggle:hover {
  color: #1313b7;
}
span.is-active {
  border-color: transparent;
}
span.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}
span.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

/* menu affix css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*  header-style2 css  */
.header-section.header-style2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-section.header-style2 .header-bottom {
  background-color: transparent;
  margin-top:0;
}
.header-section.header-style2 .main-menu li a {
  color: #ffffff;
}

/*  banner-section css strat */
.banner-slider-item {
  position: relative;
  background-image: url(/../images/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}
.banner-section {
  position: relative;
}
.banner-slider-item {
  position: relative;
}
.banner-slider-item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.6;
  z-index: -10;
}
.banner-content {
  padding: 269px 0;
  overflow: hidden;
}
.banner-content-head {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.banner-content p {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 46px;
}
.banner-slider {
  position: relative;
}
.owl-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.owl-carousel button.owl-dot {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-dot+.owl-dot {
  margin-left: 5px;
}
.owl-carousel .owl-dot.active {
  background: #ffb606;
}
/*  banner-section css end  */

/* learning-section css start  */
.learning-item-single {
  text-align: center;
  padding: 50px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 15px 0;
}
.learning-item-single:hover i {
  animation: zoomIn 1000ms ease-in-out;
  -webkit-animation: zoomIn 1000ms ease-in-out;
}
.learning-item-single i {
  color: #ffffff;
  font-size: 60px;
}
.learning-item-single p {
  color: #ffffff;
}
.learning-item-single a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin-top: 25px;
}
.learning-item-head {
  color: #ffffff;
  margin-bottom: 10px;
}
/* learning-section css end  */

/* courses-section css start */
.courses-section .section-wrapper {
  margin: 40px 0 -15px 0;
}
.courses-section-title:after {
  content: "\f0ac";
  color: #3399ff;
  font-family: 'FontAwesome';
  font-size: 120%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display:block;
  margin-top: 30px;
}
.course-single-item {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  margin: 15px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.course-single-item:hover {
  -webkit-box-shadow: 0px 25px 40px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 25px 40px 0px rgba(51, 51, 51, 0.1);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.course-single-thumb img {
  width: 100%;
}
.course-single-content {
  background-color: #ffffff;
  padding: 20px 15px 34px 20px;
  border: 1px solid #e9e9e9;
}
.tags a {
  padding: 6px 15px;
  background-color: rgb(255, 224, 224);
  color: #fe0000;
}
.course-single:nth-last-of-type(2n+2) .tags a {
  background-color: rgb(253, 239, 219);
  color: #ffb606;
}
.course-single:nth-last-of-type(3n+3) .tags a {
  background-color: rgb(227, 248, 255);
  color: #29a1c1;
}
.course-title {
  margin-top: 7px;
}
.course-single-content p {
  margin-top: 12px;
}
.course-single-content p a:hover {
	color:#ffb606;
}
.course-bottom {
  margin-top: 25px;
}
.course-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.course-avatar {
  width: 30px;
  height: 30px;
  display: inline;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.course-duration {
  margin-top: 3px;
  margin-left: 50px;
}
.course-duration span+span {
  margin-left: 5px;
}
/* courses-section css end */

/* business-model-section css start  */.business-model-section.section-padding {
  padding-top: 70px;
}
.story-single-item:hover i {
  animation: zoomIn 1000ms ease-in-out;
  -webkit-animation: zoomIn 1000ms ease-in-out;
}
.story-items-wrapper {
  margin: -15px 0;
}
.story-single-item {
  padding: 42px 15px;
  margin: 15px 0;
}
.story-single-title {
  color: #ffffff;
  margin-top: 10px;
}
.story-single-item i {
  color: #ffffff;
  font-size: 54px;
  line-height: 1;
}
/* business-model-section css end   */

/* create-accont-section css start */
.create-accont-section {
  background-image: url(/../images/create-account.jpg);
  padding: 50px 0;
}
.create-account-part {
  padding: 45px 50px 48px 50px;
  background-color: #ffffff;
}
.sub-head {
  color: #ffb606;
  margin-bottom: 3px;
}
.create-account-form {
  margin-top: 24px;
}
.create-account-form input {
  width: 100%;
  padding: 15px 23px;
  border: 1px solid #f3f3f3;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}
.create-account-form input+input {
  margin-top: 22px;
}
.create-account-form input[type="button"] {
  background-color: #ffb606;
  border: none;
  color: #ffffff;
  padding: 15px 0;
  text-transform: capitalize;
  font-size: 15px;
  cursor: pointer;
}
/* create-accont-section css end */

/* upcoming-events-section css start */
.event-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
event-schedule li {
  font-style: italic;
}
.events-single-content {
  padding: 34px 30px;
}
.event-single-title,
.events-single-content ul li,
.events-single-content p,
.event-single-bottom p {
  color: #ffffff;
}
.event-single-title {
  margin-bottom: 8px;
}
.event-single-bottom {
  padding: 13px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.502);
}
.event-single-bottom p i {
  margin-right: 10px;
  font-size: 16px;
}
/* upcoming-events-section css end */

/*  testimonial-section css start */
.testimonial-section {
  background-image: url(/../images/testimonial.jpg);
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.testimonial-section:before {
  position: absolute;
  content: '';
  background-color: rgb(0, 0, 0);
  opacity: 0.851;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial-slider {
  position: relative;
}
.testimonial-slider .owl-dots {
  bottom: -20%;
}
.client-single-item {
  border: 1px solid rgba(219, 219, 219, 0.902);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 29px 18px;
  margin-top: 40px;
}
.client-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-top: -70px;
  margin-bottom: 20px;
}
.testimonial-section .section-header-top, .testimonial-section .section-header,
.testimonial-section .section-header-area p {
  color: #ffffff;
}
.client-single-item p, .client-designation {
  color: #ffffff;
}
.client-details {
  margin-top: 24px;
}
.client-name {
  color: #ffb606;
}
/*  testimonial-section css end */

/* blog-section css start */
.latest-news-widget h3 {
	border-top: 2px solid #1313b7;
	padding-top: 15px;
}
.post-item-single {
  margin-bottom: 30px;
}
.post-item-thumb {
  position: relative;
}
.post-item-thumb a {
  display: block;
}
.post-item-thumb img {
  width: 100%;
}
.post-item-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 182, 6);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.post-item-single:hover .post-item-thumb:before {
  opacity: 0.6;
}
.post-tag {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px 15px;
  background-color: #ffb400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  text-transform: capitalize;
}
.post-tag:hover {
  color: #ffffff;
}
.post-item-content {
  margin-top: 15px;
}
.post-meta {
  margin-bottom: 6px;
}
.post-title {
  margin-bottom: 12px;
}
.post-meta li {
  position: relative;
}
.post-meta li:after {
  position: absolute;
  content: '/';
  top: 0;
  right: -11px;
  color: #131313;
}
.post-meta li+li {
  margin-left: 15px;
}
.post-meta li+li:after {
  display: none;
}
.post-item-single .cmn-button {
  font-weight: 400;
  padding: 4px 13px;
}
/* blog-section css end */

/* footer-section css start */
.footer-section {
  background-color: #03037f;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.footer-section:before {
  content: '';
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: rgb(31, 47, 64);
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}
.footer-section:after {
  position: absolute;
  content: '';
  background-color: rgb(31, 47, 64);
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}
.footer-top {
  background-color: #03037f;
  padding-top: 56px;
  padding-bottom: 50px;
}
.footer-top p,
.footer-top p a,
.company-footer-contact-list li {
  color: #ffffff;
}
.company-footer-contact-list {
  margin-top: 10px;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.company-footer-contact-list li+li {
  margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}
.footer-top .site-logo {
  margin-bottom: 25px;
}
.footer-top .site-logo img {
  width: 303px;
}
.widget-title {
  text-transform: capitalize;
}
.footer-top .widget-title {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.courses-link-list li+li {
  margin-top: 10px;
}
.courses-link-list li a {
  color: #ffffff;
  text-transform: capitalize;
  font-family: var(--para-font);
  font-weight: 400;
}
.courses-link-list li a:hover {
  color: #ffb606;
}
.courses-link-list li i {
  margin-right: 5px;
}
.footer-top .small-post-title a {
  font-family: var(--para-font);
  color: #ffffff;
  font-weight: 400;
}

/* ニュース */
.small-post-item .post-date {
  color: #1313b7;
  margin-bottom: 3px;
  font-family: var(--para-font);
  font-weight: 700;
}
.small-post-item h5 {
  margin-bottom: 1em;
}
.latest-news-widget ul.small-post-list {
	height: 1005px;
	overflow-y: scroll;
}
.small-post-list li {
  border-bottom: 1px dotted #1313b7;
  padding-top:15px;
  padding-bottom:15px;
}
.small-post-list li:first-child {
  border-top: 1px dotted #1313b7;
}
/*.small-post-list li+li {
  margin-top: 30px;
}*/
.section-left-content p.small-post-title {
	margin-bottom: 0;
}
.small-post-title a:hover {
	color:#ffb606;
}
.news-letter-form {
  margin-top: 15px;
}
.news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}
.news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #ffb606;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
}
.footer-bottom {
  color: #ffffff;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
  background-color: #00004e;
}
.terms-privacy li+li {
  margin-left: 30px;
}
.terms-privacy li a {
  color: #ffffff;
  position: relative;
}
.terms-privacy li a:after {
  position: absolute;
  content: '-';
  color: #ffffff;
  display: inline-block;
  top: 0;
  right: -18px;
}
.terms-privacy li+li a:after {
  display: none;
}
/* footer-section css end */

/* home-two css start */
.banner-section {
  position: relative;
}
.home-banner {
  background-image: url(/../images/banner-two.jpg);
  height: 780px;
  position: relative;
  background-position: bottom;
  background-size: fit;
  background-repeat: no-repeat;
}
.banner-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgb(0, 0, 0);
  opacity: 0.6;*/
}
.home-banner .banner-content {
  padding: 0;
}
.banner-content-area {
  position: absolute;
  top: 65%;
  width: 100%;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
}
.banner-shape {
  position: relative;
}
.banner-shape:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 288px;
  background-image: url(/../images/banner-shape.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
/* home-two css end */

/* welcome-section css start */
.section-left-sub-title {
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
/* welcome-section css end */

/* concept-section css start */
.concept-section {
  background-image: url(/../images/concept-bg.jpg);
  height: 720px;
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.concept-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(28, 32, 52);
  opacity: 0.48;
}
.concept-content-area {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.concept-section-title {
  color: #ffffff;
  text-transform: capitalize;
}
.concept-section-title:after {
  content: "\f0ac";
  color: #ffb606;
  font-family: 'FontAwesome';
  font-size: 120%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display:block;
  margin-top: 30px;
}
.concept-content h4,
.concept-content p {
  color: #ffffff;
  margin-top: 30px;
}
/* concept-section css end */

/* instructor-section css start */
.instructor-single-item:hover .instructor-social-links {
  top: 46%;
  opacity: 1;
}
.instructor-thumb {
  max-width: 189px;
  max-height: 189px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-top: -80px;
}
.instructor-thumb:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.instructor-single-item:hover .instructor-thumb:before {
  opacity: 0.8;
}
.instructor-social-links {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  height: auto;
  justify-content: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
}
.instructor-social-links li+li {
  margin-left: 5px;
}
.instructor-social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.451);
}
.instructor-social-links li a:hover {
  background-color: #ffffff;
}
.instructor-social-links li a:hover i {
  color: #242424;
}
.instructor-social-links li a i {
  color: #ffffff;
}
.instructor-section .section-wrapper {
  margin-top: 33px;
  margin-bottom: -15px;
}
.instructor-single-item {
  padding: 30px 30px;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin: 50px 0 15px 0;
}
.instructor-single-item:hover {
  background-color: #ffb606;
}
.instructor-single-item.childeducation:hover {
  background-color: #f14279;
}
.instructor-single-item.afterschool-learning:hover {
  background-color: #567ec0;
}
.instructor-name {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.instructor-designateion {
  color: #242424;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.instructor-single-item:hover .instructor-name a,
.instructor-single-item:hover .instructor-designateion {
  color: #ffffff;
}
/* instructor-section css end */

/* counter-section css start */
.counter-section {
  position: relative;
  background-image: url(/../images/counter-bg.jpg);
  min-height: 300px;
}
.counter-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(15, 42, 73);
  opacity: 0.8;
}
.counter-items-part {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.counter-item-icon i {
  color: #ffffff;
  font-size: 72px;
}
.counter-item-content {
  padding-left: 20px;
}
.counter-number {
  font-size: 50px;
  font-family: var(--heading-font);
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
}
.counter-title {
  color: #ffffff;
}
/* counter-section css end */

/* single-banner css start */
.single-page-banner {
  position: relative;
  background-image: url(/../images/single-banner.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
.single-page-banner:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.1;
}
.single-banner-content-area {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.single-banner-title {
  color: #ffffff;
  text-transform: capitalize;
}
.page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}
.page-list li {
  position: relative;
  color: #1313b7;
  font-family: var(--heading-font);
  font-weight: 400;
  text-transform: capitalize;
}
.page-list li a {
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.page-list li:before {
  position: absolute;
  content: "-";
  top: 0;
  left: 6px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.page-list li+li {
  padding-left: 16px;
}
.page-list li:first-child:before {
  display: none;
}
/* single-banner css end */

/* about-section css start */
.about-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.about-item-single {
  margin: 15px 0;
}
.about-item-thumb {
  margin-bottom: 22px;
}
.about-item-thumb img {
  width: 100%;
}
.about-item-title {
  margin-bottom: 2px;
  text-transform: capitalize;
}
/* about-section css end */

/* review-section css start */
.review-section {
  background-color: #202835;
}
.review-title {
  color: #ffffff;
  margin-bottom: 22px;
}
.review-content p {
  color: #ffffff;
}
.inner-counter-part {
  margin-top: 50px;
}
.inner-counter-part .counter-number {
  font-size: 36px;
}
.inner-counter-part .counter-title {
  font-size: 18px;
}
.review-thumb {
  position: relative;
}
.review-thumb img {
  width: 100%;
}
.video-icon2 {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ffffff;
  line-height: 92px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-icon2 i {
  color: #5580ff;
  font-size: 24px;
}
/* review-section css end */

/* common-section css start */
.common-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
.image-text-wrapper {
  margin-top: 80px;
}
.text-over-image {
  background-image: url(/../images/campus-overview/text-over-image.jpg);
  position: relative;
  min-height: 260px;
}
.text-over-image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.749;
  z-index: 1;
}
.text-over-image-area {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}
.text-over-image-title {
  color: #ffffff;
}
.image-text-wrapper p {
  margin-top: 30px;
}
/* common-section css end */

/* event-details-section start */
.event-details-content-area {
  margin-top: 25px;
}
.event-details-list-block {
  background-color: #212133;
  padding: 50px 50px;
}
.event-details-title {
  color: #ffffff;
  text-transform: capitalize;
}
.event-details-list {
  margin-top: 15px;
}
.event-details-list li {
  color: #ffffff;
}
.event-details-list-left {
  display: inline-block;
  margin-right: 25px;
  font-weight: 500;
  color: #ffffff;
}
.event-details-content-block p {
  margin-bottom: 30px;
}
.event-details-content-title {
  margin-bottom: 20px;
}
blockquote {
  padding: 20px  45px 20px 85px;
  background-color: #e8a709;
  position: relative;
  margin-bottom: 30px;
}
blockquote:before {
  position: absolute;
  content: "\f10d";
  font-family: FontAwesome;
  color: rgba(36, 36, 36, 0.29);
  top: 50%;
  left: 32px;
  font-size: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
blockquote p {
  color: #ffffff;
  margin-bottom: 0 !important;
  font-size: 18px;
}
.event-map {
  width: 100%;
  height: 400px;
  border: none;
}
/* event-details-section end */

/*  offer-section css start  */
.offer-item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.offer-item-single+.offer-item-single {
  margin-top: 20px;
}
.offer-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
}
.offer-item-icon i {
  font-size: 28px;
}
.offer-item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 65px);
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
  padding-left: 30px;
}
.offer-item-content p {
  margin-bottom: 0;
}
.offer-item-title {
  margin-bottom: 5px;
}
/*  offer-section css end  */

/*  pricing-section start  */
.pricing-single-item {
  padding: 30px 30px 50px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
.pricing-single-title {
  margin-bottom: 20px;
}
.pricing {
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.pricing-single-item:hover .pricing {
  background-color: #ffb606;
  border-color: #ffb606;
}
.price-amount {
  font-size: 40px;
}
.pricing-duration {
  font-size: 18px;
}
.pricing-features-list {
  margin-top: 35px;
}
.pricing-features-list li+li {
  margin-top: 5px;
}
.pricing-btn {
  padding: 10px 30px;
  border: 1px solid #ffb606;
  font-size: 18px;
  margin-top: 40px;
}
.pricing-single-item:hover .pricing-btn {
  background-color: #ffb606;
  color: #ffffff;
}
.pricing-single-item:hover .currency-sign,
.pricing-single-item:hover .price-amount,
.pricing-single-item:hover .pricing-duration {
  color: #ffffff;
}
/*  pricing-section end  */

/* instructor-details-section css start */
.instructor-details-block {
  padding-top: 40px;
}
.instructor-details-block .instructor-name {
  margin-top: 0;
}
.instructor-contact-info {
  margin-top: 5px;
}
.instructor-contact-info li+li {
  margin-left: 45px;
}
.instructor-contact-info li i {
  color: #ffb606;
  margin-right: 10px;
}
.instructor-details-block p {
  margin-top: 15px;
}
.instructor-experience-wrapper {
  margin-top: 50px;
}
.instructor-experience-title {
  text-transform: capitalize;
  margin-bottom: 35px;
}
.instructor-experience-single+.instructor-experience-single {
  margin-top: 25px;
}
.instructor-experience-single p {
  margin-top: 0;
}
.instructor-skill-wrapper {
  margin-top: 50px;
}
.instructor-skill-title {
  text-transform: capitalize;
  margin-bottom: 35px;
}
.progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    background: #e7e7e7;
}
.skill-bar-item+.skill-bar-item {
  margin-top: 30px;
}
.skill-item-title {
  margin-bottom: 12px;
  text-transform: capitalize;
  display: inline-block;
  font-size: 18px;
}
.bar {
	position:absolute;
	width: 0px;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffb606;
	overflow:hidden;
}
.label {
	position: absolute;
	top: -38px;
	left: 0;
	width: 40px;
	height: 30px;
	display: block;
	background: transparent;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
.instructor-courses-wrapper {
  margin-top: 50px;
}
.instructor-courses-wrapper-title {
  margin-bottom: 30px;
}
/* instructor-details-section css end */

/* course-details-section css start */
.course-details-thumb {
  margin-bottom: 24px;
}
.course-details-title {
  margin-bottom: 8px;
}
.course-details-content-inner-block {
  margin-top: 24px;
}
.course-details-content-inner-block p {
  margin-top: 8px;
}
.class-single-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.class-single-title {
  margin-bottom: 10px;
}
.class-list li {
  position: relative;
  padding-left: 1.5em;
}
.class-list li:before {
  position: absolute;
  content: '●';
  color: #1313b7;
  top: 0;
  left: 0;
}
.class-list li+li {
  margin-top: 5px;
}
.class-list .class-number {
  font-weight: 700;
}
.class-list li i {
  color: #ffb606;
  margin-left: 10px;
  margin-right: 5px;
}
/* course-details-section css end */

/* widget-area css start */
.widget-area .widget {
  padding: 23px 35px 30px 35px;
  background-color: #ffffff;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}
.widget+.widget {
  margin-top: 30px;
}
.widget.widget-course-apply {
  padding: 50px 50px;
}
.coursedetails-list li {
  font-weight: 500;
}
.coursedetails-list li+li {
  margin-top: 8px;
}
.coursedetails-list li b {
  font-size: 18px;
}
.widget-course-apply .cmn-button {
  padding: 10px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.widget-title {
  margin-bottom: 20px;
}
.author-inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.author-inner-top .author-thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.author-name-designation {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 45px);
  flex: 0 0 calc(100% - 45px);
  max-width: calc(100% - 45px);
  padding-left: 16px;
}
.widget-author-meta .social-links {
  margin-top: 26px;
}
.widget-author-meta .social-links li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #e9e9e9;
  text-align: center;
  line-height: 32px;
}
.widget-author-meta .social-links li+li {
  margin-left: 10px;
}
.cat-item a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-weight: 400;
}
.cat-item:hover a,
.cat-item:hover a span {
  color: #ffb606;
}
.cat-item+.cat-item {
  margin-top: 8px;
}
.cat-item a {
  display: block;
}
.cat-item a span {
  float: right;
}
.small-post-item .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
  max-width: 63px;
}
.small-post-item .post-conetent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 63px);
  flex: 0 0 calc(100% - 63px);
  max-width: calc(100% - 63px);
  padding-left: 15px;
}
.cat-item a i {
  margin-right: 8px;
  font-size: 12px;
}
.events-section .cmn-button {
  margin-top: 50px;
}
.widget.widget-serach {
  padding: 0;
  box-shadow: none;
}
.widget-search-form {
  position: relative;
}
.widget-search-form input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border: none;
  background-color: #f5f5f5;
}
.widget-search-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 18px;
  color: rgba(19, 19, 19,0.702);
  cursor: pointer;
  width: 35px;
  background-color: #f5f5f5;
}
.widget-tags a {
  border: 1px solid #dedede;
  padding: 8px 15px;
  margin: 4px 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.widget-tags a:hover {
  border-color: #ffb606;
  color: #ffb606;
}
/* widget-area css end */

/* forum-section css start */
.form-discuss-single-item {
  padding: 30px 20px;
  border: 1px solid #d5d5d5;
}
.form-discuss-single-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-discuss-thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.form-discuss-author-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 30px;
}
.form-discuss-title {
  margin-bottom: 8px;
}
.form-discuss-author-details ul,
.forum-discuss-react-list,
.form-discuss-share-links,
.instructor-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-discuss-author-details ul li+li {
  margin-left: 30px;
}
.form-discuss-author-details ul li i {
  margin-right: 5px;
}
.form-discuss-single-item p {
  margin-top: 20px;
}
.form-discuss-single-bottom {
  margin-top: 30px;
}
.forum-discuss-react-list li+li {
  margin-left: 20px;
}
.forum-discuss-react-list li a i {
  margin-right: 5px;
}
.forum-discuss-react-list li a:hover {
  color: #ffb606;
}
.form-discuss-share-links li+li {
  margin-left: 10px;
}
.form-discuss-share-links li a:hover {
  color: #ffb606;
}
.login-register-block {
  padding: 50px 50px;
  text-align: center;
  background-color: #f7f7f7;
  margin-top: 30px;
}
.login-register-title {
  margin-bottom: 10px;
}
.login-register-block .cmn-button {
  padding: 12px 41px;
  margin-top: 20px;
}
.login-register-block .cmn-button+.cmn-button {
  margin-left: 15px;
}
.forum-section .widget-area {
  padding: 30px 30px;
  border: 1px solid #d5d5d5;
}
.forum-section .widget {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.forum-widget-area .widget-title {
  padding-left: 20px;
  border-left: 3px solid #ea9127;
}
.create-form-content .cmn-button {
  margin-top: 20px;
  padding: 8px 23px;
}
.leader-board-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.leader-board-single-item+.leader-board-single-item {
  margin-top: 30px;
}
.leader-thumb {
  width: 65px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.leader-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 65px);
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
  padding-left: 15px;
}
.leader-name {
  margin-bottom: 2px;
}
/* forum-section css end */

/* contact-section css start */
.contact-form {
  margin-top: 30px;
}
.contact-form input[type="text"],
.comment-form input[type="text"],
.contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #cccccc !important;
}
.contact-form textarea,
.comment-form textarea {
  min-height: 130px;
  resize: none;
}
.frm-group+.frm-group {
  margin-top: 15px;
}
.contact-form input[type="submit"],
.comment-form input[type="submit"] {
  width: auto;
  background-color: #ffb606;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  border-color: #ffb606;
  text-transform: uppercase;
}
.contact-address-block {
  padding: 50px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.15);
}
.contact-address-block span {
  font-size: 18px;
}
.contact-address-title {
  margin-bottom: 10px;
}
.address-items-list {
  margin-top: 30px;
}
.address-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.address-single-item+.address-single-item {
  margin-top: 20px;
}
.address-icon {
  width: 40px;
  font-size: 32px;
  line-height: 1;
  color: #ffb606;
}
.address-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 65px);
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
}
#map {
  min-height: 600px;
}
.errmsg {
  color: red;
  display: block;
  padding: 0.5em;
  line-height: 1em;
}
.errmsg_global {
  background-color: red;
  color: white;
  padding-left: 10px;
}
/* contact-section css end */

/* entry-post-single css start */
.entry-post-content, .comment-area, .comment-form-wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 30px;
}
.entry-post-content .date {
  color: #ffbc1a;
}
.entry-post-content p {
  margin-top: 15px;
}
.entry-post-content blockquote {
  background-color: #f7f7f7;
  margin-top: 15px;
}
.entry-post-content blockquote p {
  color: #242424;
  margin-top: 0;
}
.entry-post-bottom {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #f1f1f1;
}
.post-author-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.entry-post-bottom li+li {
  margin-left: 30px;
}
.entry-post-bottom li i {
  margin-right: 7px;
}
.comment-area, .comment-form-wrap {
  margin-top: 30px;
}
.single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.comment-list li:last-child .single-comment-wrap {
  border-bottom: none;
}
.comment-list ul li:last-child .single-comment-wrap {
  border-bottom: 1px solid #f1f1f1;
}
.single-comment-wrap .thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.single-comment-wrap .content {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 15px;
}
.single-comment-wrap .name {
  margin-bottom: 5px;
}
.reply {
  font-style: italic;
  margin-top: 5px;
}
.comment-list li ul li {
  padding-left: 50px;
}
/* entry-post-single css end */

/* ====== scroll-to-top css ====== */
.scroll-to-top {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: none;
  z-index: 99;
  cursor: pointer;
text-align: center;
border-radius: 50%;
    background-color: #ffb606;
    line-height: 72px;
}
.scroll-to-top .scroll-icon {
  font-size: 31px;
  color: #ffffff;
  display: inline-block;
  /*-webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
}
a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 100px;
  right: 50px;
}

/* ====== preloader css ====== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    z-index: 99999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3399ff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3399ff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3399ff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* profile */
.profile dl {
padding: 15px 0 0 0;
border-bottom: 1px solid #ccc;
}
.profile dt {
color:#1313b7;
padding: 15px 0;
border-top: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
.profile dt {
clear: left;
float: left;
width: 14%;
}
.profile dd {
margin-left: 14%;
padding: 15px 0;
border-top: 1px solid #ccc;
}
}

/* job-type */
.job-type dl {
padding: 15px 0 0 0;
border-bottom: 1px solid #ccc;
}
.job-type dt {
color:#1313b7;
padding: 15px 0;
border-top: 1px solid #ccc;
}
.job-type02 dt {
color:#009933;
}
.job-type03 dt {
color:#ff6e00;
}

@media screen and (min-width: 768px) {
.job-type dt {
clear: left;
float: left;
width: 14%;
}
.job-type dd {
margin-left: 14%;
padding: 15px 0;
border-top: 1px solid #ccc;
}
}

/* timeline */
.timeline dl {
padding: 15px 0 0 0;
border-bottom: 1px solid #ccc;
}
.timeline dt {
color:#3399ff;
padding: 15px 0;
border-top: 1px solid #ccc;
}
.timeline dd {
margin-left:20px;
}
.timeline dd:before {
content: "\f138";
font-family: FontAwesome;
margin-left:-20px;
padding-right:5px;
color:#3399ff;
}

@media screen and (min-width: 768px) {
.timeline dt {
clear: left;
float: left;
width: 14%;
}
.timeline dd {
margin-left: 14%;
padding: 15px 0;
border-top: 1px solid #ccc;
}
}

.btn-yellow {
  width: auto;
  background-color: #ffb606;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  border-color: #ffb606;
  text-transform: uppercase;
}
