@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700&display=swap");

body,
html {
  font-size: 100%;
  height: 100%;
}
body {
  font-family: "Spartan", sans-serif;
  letter-spacing: -0.3px;
  font-size: 14px;
  /* line-height: 2; */
  font-weight: 500;
  font-family: "Spartan";
  color: #3f3c61;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-brand img {
  width: 120px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    color: #333333;
    letter-spacing: 0;
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #ed4f03;
  }
}
.fixed-top {
  position: static;
  background-color: #ffffff !important;
}
.fixed-top.scrolled {
  position: fixed;
}
#vid-text .oc,
#vid-text .presents,
.btn-call {
  text-transform: uppercase;
}
a.down,
a:focus {
  text-decoration: none;
}
button:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Spartan", sans-serif;
}

@media (max-width: 576px) {
  h2.display-4 {
    font-size: 1.8rem;
  }
  h1.title {
    font-size: 1.8rem;
  }
}
p {
  color: #000;
}
a:focus {
  border: none;
  outline: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

h1.title,
h3.title {
  font-size: 3rem;
  font-weight: 300;
}

img.master {
  object-fit: cover;
  max-height: 380px;
}

@media (max-width: 768px) {
  #content h3.title {
    font-size: 1.8rem;
  }
  #content .sub-title {
    font-size: 14px;
    letter-spacing: 0.01rem;
    line-height: 22px;
  }
  img.master {
    max-height: 320px;
  }
}

#content,
#overlay {
  background-color: #fff;
  position: relative;
}
#hero-pic,
#overlay,
#vid-text {
  height: 100%;
  width: 100%;
}

a.navbar-brand,
a.logo {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
a.scroll-bg.navbar-brand {
  opacity: 1;
  padding: 0;
}
a.scrolled.navbar-brand {
  opacity: 1;
}

.nav-item.queries {
  position: relative;
}
.nav-item.queries span.caption {
  display: block;
  /* position: absolute;
  left: 0;
  top: -3px; */
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.03rem;
}
.nav-item.queries span {
  color: #333;
  padding: 0;
  line-height: 130%;
}
.navbar-dark .navbar-text {
  color: #333;
  font-weight: 800;
}

a.logo img {
  max-width: 400px;
  opacity: 1;
}
a.scrolled.logo {
  opacity: 0;
}

a.down span {
  font-size: 22px;
  color: #fff;
}
#content {
  z-index: 1;
  overflow: hidden;
  clear: both;
}
#overlay {
  left: 0;
  top: 0;
  transition: background-color 0.3s ease;
}
#hero-pic {
  display: block;
  background: url(../img/masterclass-bg.jpg) center center no-repeat;
  background-size: cover;
}
#vid-text {
  backface-visibility: hidden;
  left: 0;
  perspective: 1000;
  position: fixed;
}
#vid-text .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  #vid-text {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  a.logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  /*#vid-text .centered {
    text-align: center
  }*/
  #overlay {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .centered .card {
    margin-top: 3rem !important;
  }
  .centered .card p {
    font-size: 24px;
  }
}

.scroll-bg.navbar {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.scroll-bg.scrolled.navbar {
  background-color: #000;
  border-bottom: 1px solid #0a0a0a;
  /*background: rgba(229,244,247,1);
	background: -moz-linear-gradient(left, rgba(229,244,247,1) 0%, rgba(179,228,235,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(229,244,247,1)), color-stop(100%, rgba(179,228,235,1)));
	background: -webkit-linear-gradient(left, rgba(229,244,247,1) 0%, rgba(179,228,235,1) 100%);
	background: -o-linear-gradient(left, rgba(229,244,247,1) 0%, rgba(179,228,235,1) 100%);
	background: -ms-linear-gradient(left, rgba(229,244,247,1) 0%, rgba(179,228,235,1) 100%);
	background: linear-gradient(to right, rgba(229,244,247,1) 0%, rgba(179,228,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f4f7', endColorstr='#b3e4eb', GradientType=1 );*/
}
@media (min-width: 992px) {
  .navbar {
    padding: 1rem 0rem;
  }
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  font-weight: 600;
}

/* Bootstrap grid fix */
.grids .row {
  margin-right: 0px;
  margin-left: 0px;
}

.grids .row > [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.grids .card {
  border-radius: 0;
  border: none;
  text-align: center;
}

.grids .row > div {
  outline: 1px solid #e2e2e2;
}

#services h4 {
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .navbar-toggler {
    background-color: #000; /*padding: .8rem .75rem;*/
  }

  .navbar-nav {
    padding: 5px 10px;
  }
  /* .scrolled .navbar-nav { border-top:1px solid #eee; margin-top:15px;} */

  .scroll-bg.navbar-collapse {
    background-color: #fff;
  }

  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0;
    background-color: #fff;
    transition: all 0.2s;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .navbar-toggler .top-bar {
    transform: rotate(-135deg);
    margin: 6px 0 -12px 0;
  }
  .navbar-toggler .middle-bar {
    opacity: 0;
    width: 0;
  }
  .navbar-toggler .bottom-bar {
    transform: rotate(135deg);
    margin-bottom: 6px;
  }
  .navbar-toggler[aria-expanded="false"] .top-bar {
    transform: rotate(0);
    margin: 0;
  }
  .navbar-toggler[aria-expanded="false"] .middle-bar {
    opacity: 1;
    width: 100%;
  }
  .navbar-toggler[aria-expanded="false"] .bottom-bar {
    transform: rotate(0);
    margin-bottom: 0;
  }

  .nav-item.queries {
    margin: 10px 0;
  }
  .nav-item.queries span {
    color: #000;
  }
}

.navbar-nav .nav-link {
  font-size: 0.9rem;
}

/*--- TOP NAV STICKY ---*/
.main-nav {
  position: relative;
  z-index: 9999;
}
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

@media (min-width: 992px) {
  .main-nav a.active {
    border-bottom: 2px solid #b0cb1f;
  }
}

/*--- MOUSE SCROLL ANIMATION ---*/
@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 10%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 10%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 10%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 10%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 10%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 10%;
  }
}
a.mouse-scroll {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
a.mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 26px;
  height: 42px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
}
a.mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  -webkit-animation: scroll-ani 1.8s linear infinite;
  -moz-animation: scroll-ani 1.8s linear infinite;
  animation: scroll-ani 1.8s linear infinite;
}
a.mouse-scroll .mouse-message {
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#schedule p {
  color: #575757;
}

/* @media (max-width:768px) {
  #schedule {text-align: center;}
} */

.masterclass-gradient {
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #ed8f03, #ff6c34);
  -webkit-text-fill-color: transparent;
  color: #464646;
  display: inline-block;
}

.bg-gradient {
  background: #9c3adf;
  background: linear-gradient(to right, #ed8f03, #ff6c34);
}

.box {
  padding: 2rem;
}
.box p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.btn-gradient {
  color: #fff;
  padding: 1rem;
  background-image: linear-gradient(to right, #ed8f03, #ff6c34);
  border: none;
}
.btn-gradient:hover {
  color: #fff;
}

#upcoming-class h4 {
  font-size: 1.4rem;
}

#masters h3,
#faq h3 {
  color: #fff;
}
#masters h4 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
}
#masters p {
  color: #949494;
  font-size: 1.1rem;
  font-weight: 400;
}
#masters img {
  max-width: 200px;
}

#services h4 {
  font-size: 1.8rem;
  font-weight: 400;
}
#services img {
  max-width: 70px;
}

#faq {
  background-color: #000;
}
#faq .btn-link {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
}
#faq .card {
  background-color: #0a0a0a;
  border: 1px solid #111111;
  margin-bottom: 1rem;
}
#faq .card-body {
  color: #949494;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #000;
  }

  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #9c3adf;
  }
}

@media (max-width: 576px) {
  h1.title {
    font-size: 1.8rem;
  }
}

#contact h3 {
  color: #fff;
}

.accordion .btn {
  white-space: normal !important;
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  padding: 11px 14px;
  /* border-color: #ed4f03; */
  background-color: #fed3be;
  color: #bb3e02 !important;
  text-decoration: none;
}
.accordion .btn:hover {
  text-decoration: none;
}
.accordion .btn.collapsed {
  color: #404040 !important;
  background-color: transparent;
  border: none;
}
/*--- Custom Form ---*/
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > .input-group > input,
.form-label-group > label,
.form-label-group > .input-group > label,
.floating-select,
.floating-select > label {
  height: 2.9rem;
  padding: 0.75rem;
}

.form-label-group > label,
.form-label-group > .input-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder,
.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown),
.floating-select:not(:placeholder-shown),
.form-label-group .input-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group .input-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group textarea {
  padding-top: 1rem !important;
}
.form-label-group textarea ~ label {
  top: 3px !important;
}
.form-label-group textarea:not(:placeholder-shown) ~ label {
  top: -10px !important;
  font-size: 12px;
  color: #777;
}

.floating-select:not([value=""]):valid ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.input-group.form-label-group > .form-control:focus,
.input-group > .form-control:focus {
  z-index: 0;
}

.form-label-group.small .floating-select,
.form-label-group.small .floating-select > label,
.form-label-group.small > label {
  height: calc(1.25rem + 0.85rem + 2px);
  padding: 0.475rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form-label-group.small .floating-select:not([value=""]):valid ~ label {
  font-size: 0;
  padding: 0;
  opacity: 0;
}

.form-label-group.small > label {
  left: 0.375rem;
}

.form-group.small .form-control {
  padding: 0.375rem 0.65rem;
  font-size: 0.8rem;
}
.form-group.small .custom-control {
  padding-left: 1.3rem;
}
.form-group.small .custom-control-label {
  font-size: 0.7rem;
}
.form-group.small .btn-group-sm > .btn,
.form-group.small .btn-sm,
.btn-xs {
  padding: 0.14rem 0.4rem;
  font-size: 0.7rem;
  line-height: 1.3;
}

.form-group.small .custom-control-label::before {
  top: 0.06rem;
  width: 0.9rem;
  height: 0.9rem;
  left: -1.3rem;
}

.form-group.small .custom-control-label::after {
  top: 0.06rem;
  width: 0.9rem;
  height: 0.9rem;
  left: -1.3rem;
}

.form-group.small .custom-checkbox .custom-control-label::before {
  border-radius: 3px;
}

.input-group .btn {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.input-group .btn:hover,
.input-group .btn:focus {
  background-color: #d8dce0;
  box-shadow: none;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

@media (max-width: 768px) {
  #content p {
    font-size: 1rem;
    line-height: 24px;
  }
  #schedule h3.display-4 {
    font-size: 2rem;
  }
  #schedule h3.h2 {
    font-size: 1.5rem;
  }
  .box {
    padding: 1.5rem 2rem;
  }
  #schedule .h4,
  h4 {
    font-size: 1.3rem;
  }
  #schedule h3.h1 {
    font-size: 1.6rem;
  }
}
.slider-section {
  position: relative;
}

.slider-section .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.slider-section .shape-1 svg .shape-path {
  fill: #ffffff;
}

.slider-section .shape-2 {
  position: absolute;
  width: 67px;
  top: 34%;
  left: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-section .shape-2 {
    width: 60px;
    top: 15%;
    left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section .shape-2 {
    top: 5%;
    width: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-section .shape-2 {
    width: 47px;
    left: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-section .shape-2 {
    top: 67%;
  }
}

.slider-section .shape-3 {
  position: absolute;
  width: 46px;
  top: 145px;
  left: 38%;
}

@media only screen and (max-width: 767px) {
  .slider-section .shape-3 {
    width: 40px;
    top: 95px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-section .shape-3 {
    top: 100px;
    width: 36px;
  }
}

.slider-section .shape-4 {
  position: absolute;
  width: 68px;
  top: 230px;
  right: 225px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section .shape-4 {
    right: 85px;
    top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-section .shape-4 {
    right: 55px;
    top: 100px;
    width: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-section .shape-4 {
    right: 40px;
    top: 98px;
    width: 45px;
  }
}

.slider-content {
  padding-top: 75px;
  max-width: 520px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content {
    padding-top: 150px;
    padding-bottom: 0px;
  }
}

.slider-content .sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #3bbca7;
  letter-spacing: 1px;
}

.slider-content .title {
  font-size: 48px;
  font-weight: 600;
  color: #072f60;
  line-height: 1.25;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content .title {
    font-size: 28px;
  }
}

.slider-content p {
  max-width: 400px;
  font-size: 22px;
  line-height: 1.6;
  /* margin-top: 25px */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content p {
    font-size: 16px;
  }
}

.slider-content > .btn {
  /* margin-top: 35px */
}

.slider-form {
  margin-top: 50px;
}

.slider-form form {
  position: relative;
}

.slider-form form input {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 60px;
  padding-left: 20px;
  padding-right: 180px;
  font-size: 18px;
  color: #666666;
  background-color: #ffffff;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .slider-form form input {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
}

.slider-form form .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .slider-form form .btn {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
  }
}

.slider-form span {
  color: #3bbca7;
  display: block;
  margin-top: 25px;
}

.slider-form span a {
  color: #666666;
}

.slider-form span a:hover {
  color: #072f60;
}

.slider-images {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.slider-section {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-images {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images {
    padding-top: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-images {
    padding-top: 50px;
  }
}

.slider-images .image-shape-01 {
  position: absolute;
  bottom: 100px;
  left: 50px;
  z-index: -1;
  max-width: 530px;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .slider-images .image-shape-01 {
    max-width: 250px;
    left: 30px;
  }
}

.slider-images .image-shape-01 svg .svg-path {
  fill: #ffd24d;
}

.slider-images .image-shape-02 {
  position: absolute;
  z-index: -1;
  left: 67px;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 260px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slider-images .image-shape-02 {
    top: 25%;
    left: 0;
    max-width: 190px;
  }
}

.slider-images .image-shape-02 svg .svg-path {
  fill: #344c4c;
}

.slider-images .image-shape-03 {
  position: absolute;
  top: 21%;
  right: 24%;
}

.slider-images .image-shape-04 {
  position: absolute;
  top: 170px;
  left: 130px;
  z-index: -1;
}

.slider-images .image-shape-04 img {
  width: 150px;
}

.slider-images .image-shape-05 {
  position: absolute;
  width: 172px;
  height: 172px;
  background-color: #afe0fb;
  border-radius: 50%;
  top: 195px;
  left: 15px;
  z-index: -2;
}

.slider-images .image-shape-06 {
  position: absolute;
  width: 236px;
  height: 236px;
  background-color: #ffcc66;
  border-radius: 50%;
  bottom: -100px;
  right: 90px;
  z-index: -1;
}

.slider-images .image {
  text-align: right;
  position: relative;
}

.slider-images-02 {
  padding-top: 200px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-images-02 {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-images-02 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.slider-images-02 .image-shape-01 {
  position: absolute;
  top: 170px;
  left: 130px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 .image-shape-01 {
    top: 20px;
  }
}

.slider-images-02 .image-shape-01 img {
  width: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 .image-shape-01 img {
    width: 120px;
  }
}

.slider-images-02 .image-shape-02 {
  position: absolute;
  width: 172px;
  height: 172px;
  background-color: #afe0fb;
  border-radius: 50%;
  top: 195px;
  left: 15px;
  z-index: -2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 .image-shape-02 {
    left: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-images-02 .image-shape-02 {
    width: 72px;
    height: 72px;
    top: 80px;
  }
}

.slider-images-02 .image-shape-03 {
  position: absolute;
  width: 236px;
  height: 236px;
  background-color: #ffcc66;
  border-radius: 50%;
  bottom: 70px;
  right: 90px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 .image-shape-03 {
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-images-02 .image-shape-03 {
    width: 170px;
    height: 170px;
  }
}

.slider-images-02 .image {
  text-align: right;
  position: relative;
}

.image-content {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: left;
  padding-left: 50px;
  padding-right: 28px;
  padding-top: 30px;
  padding-bottom: 25px;
  width: 265px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.23);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content {
    padding-left: 40px;
    max-width: 245px;
  }
}

.image-content .image-icon {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content .image-icon {
    left: -25px;
  }
}

.image-content .image-icon i {
  border-radius: 50%;
  background-color: #072f60;
  width: 61px;
  height: 61px;
  line-height: 75px;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content .image-icon i {
    width: 51px;
    height: 51px;
    line-height: 60px;
    font-size: 24px;
  }
}

.image-content .start i {
  font-size: 20px;
  color: #fda000;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content .start i {
    font-size: 18px;
  }
}

.image-content p {
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.slider-section-03 {
  /* padding-top: 188px */
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-section-03 {
    padding-top: 78px;
  }
}

.single-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-slider .slider-shape-01 {
  width: 75px;
  position: absolute;
  top: 125px;
  left: 5%;
  z-index: -1;
}

.single-slider .slider-shape-02 {
  position: absolute;
  top: -270px;
  left: 20%;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .single-slider .slider-shape-02 {
    top: -120px;
  }
}

.single-slider .slider-shape-03 {
  position: absolute;
  bottom: -225px;
  left: 45px;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .single-slider .slider-shape-03 {
    bottom: -120px;
  }
}

.single-slider .slider-bg {
  position: absolute;
  top: 0;
  left: -5%;
  height: 100%;
  width: 58%;
  background-color: #098e1f;
  z-index: -1;
  -webkit-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider .slider-bg {
    width: 64%;
    -webkit-transform: skewX(14deg);
    -ms-transform: skewX(14deg);
    transform: skewX(14deg);
    left: -6%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-slider .slider-bg {
    width: 100%;
    left: 0;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
}

.slider-content-02 {
  padding-top: 55px;
  padding-bottom: 55px;
  max-width: 550px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-content-02 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

.slider-content-02 .title {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .slider-content-02 .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-02 .title {
    font-size: 24px;
  }
}

.slider-content-02 .title span {
  color: #ffe347;
}

.slider-content-02 p {
  color: #ffffff;
  font-size: 20px;
  /* margin-top: 25px */
}

@media only screen and (max-width: 575px) {
  .slider-content-02 p {
    font-size: 18px;
  }
}

.slider-content-02 .slider-btn {
  /* margin-top: 38px; */
  position: relative;
  padding-right: 70px;
  display: inline-block;
}

.slider-content-02 .slider-btn .shape {
  position: absolute;
  top: 0;
  right: 0;
}

.slider-section-04 {
  background-image: -webkit-linear-gradient(0deg, #e9f6f8 0%, #e8ebf5 100%);
  background-image: -ms-linear-gradient(0deg, #e9f6f8 0%, #e8ebf5 100%);
  position: relative;
  z-index: 1;
}

.slider-section-04 .shape-1 {
  position: absolute;
  width: 90px;
  top: 34%;
  left: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-section-04 .shape-1 {
    width: 60px;
    top: 15%;
    left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section-04 .shape-1 {
    top: 5%;
    width: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-section-04 .shape-1 {
    width: 47px;
    left: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-section-04 .shape-1 {
    top: 67%;
  }
}

.slider-images-04 {
  position: relative;
  padding-top: 130px;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .slider-images-04 {
    padding-top: 50px;
  }
}

.slider-images-04 .image-shape-01 {
  position: absolute;
  top: 25%;
  left: -4%;
  z-index: -1;
}

.animation-style-01 .slider-content,
.animation-style-01 .slider-content-02 {
  opacity: 1;
}

.animation-style-01 .slider-content > *:nth-child(1),
.animation-style-01 .slider-content-02 > *:nth-child(1) {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .slider-content > *:nth-child(2),
.animation-style-01 .slider-content-02 > *:nth-child(2) {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .slider-content > *:nth-child(3),
.animation-style-01 .slider-content-02 > *:nth-child(3) {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01 .slider-content > *:nth-child(4),
.animation-style-01 .slider-content-02 > *:nth-child(4) {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.about-wrapper {
  margin-top: -30px;
}

.about-images {
  position: relative;
  z-index: 1;
}

.about-images .shape-1 {
  width: 150px;
  position: absolute;
  top: 30px;
  left: 85px;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-images .shape-1 {
    width: 120px;
    left: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .about-images .shape-1 {
    width: 100px;
    left: 50px;
  }
}

.about-images .single-image {
  margin-top: 30px;
}

.about-images .single-image img {
  width: 100%;
  border-radius: 5px;
}

.about-content {
  margin-top: 30px;
  max-width: 520px;
  margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .about-content {
    margin-left: 0;
  }
}

.about-content .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .about-content .title {
    font-size: 20px;
  }
}

.about-content p {
  margin-top: 30px;
}

.about-content ul {
  padding-top: 20px;
}

.about-content ul li {
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}

.about-content ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  color: #3bbca7;
}

.about-content .play {
  margin-top: 30px;
}

.about-content .play i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  background-color: #3bbca7;
  color: #ffffff;
}

.about-content .play span {
  color: #072f60;
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}
.section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about-images {
  position: relative;
}
.about-images .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff6c34;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.about-images .circle-orange {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* background-color: #ccc; */
  display: block;
  top: -30px;
  left: 70px;
}
.about-images .circle-purple {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7733ce;
  display: block;
  top: 80px;
  left: 50px;
}
.about-images .circle-bigpurple {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7733ce;
  display: block;
  top: 0px;
  left: auto;
  right: 0;
}
.about-images .circle-smallorange {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* background-color: #ccc; */
  display: block;
  top: 50px;
  left: auto;
  right: 40px;
}
.about-images .icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7733ce;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  box-shadow: -1px 1px 16px -1px rgba(121, 51, 210, 0.23);
}
.about-images .icon img {
  width: 60%;
  /* height: 40px; */
  display: block;
  background-color: #7733ce;
  fill: #ffffff;
}
.about-images .icon-orange {
  left: auto;
  right: 110px;
  top: 40%;
  background-color: #ff6c34;
  box-shadow: -1px 1px 16px -1px rgba(255, 108, 52, 0.23);
}
.sidebar-details-wrap {
  position: relative;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.btn-link:hover {
  color: #ff6c34 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .sidebar-details-wrap {
    margin-top: 50px;
  }
}

.sidebar-details-video-description {
  background-color: #ffffff;
  /* -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.12); */
  /* box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.12); */
}

.sidebar-details-video-description .sidebar-video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.sidebar-details-video-description .sidebar-video img {
  width: 100%;
}

.sidebar-details-video-description .sidebar-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  color: #072f60;
  text-align: center;
  z-index: 2;
}

.sidebar-details-video-description .sidebar-video .play:hover {
  color: #ffffff;
  background-color: #3bbca7;
}

.sidebar-details-video-description .sidebar-description {
  padding: 30px 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description {
    padding: 30px 20px 30px;
  }
}

.sidebar-details-video-description .sidebar-description .price {
  margin-top: -5px;
}

.sidebar-details-video-description .sidebar-description .price .sale-price {
  font-size: 14px;
  font-weight: 700;
  color: #072f60;
}

.sidebar-details-video-description .sidebar-description .price .regular-price {
  font-size: 16px;
  font-weight: 400;
  color: #3bbca7;
  text-decoration: line-through;
  margin-left: 10px;
}

.sidebar-details-video-description .sidebar-description .btn {
  margin: 15px 0;
  font-size: 14px;
  padding: 10px 16px;
  background: linear-gradient(to right, #ed8f03, #ff6c34);
  border: none;
  font-weight: 600;
}

.sidebar-details-video-description .sidebar-description .description-list {
  padding: 0;
  list-style: none;
}

.sidebar-details-video-description .sidebar-description .description-list li {
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description .description-list li {
    font-size: 15px;
  }
}

.sidebar-details-video-description
  .sidebar-description
  .description-list
  li:last-child {
  border-bottom: 0;
}

.sidebar-details-video-description
  .sidebar-description
  .description-list
  li
  span {
  font-weight: 400;
  float: right;
  display: block;
}

.sidebar-details-course {
  margin-top: 60px;
}

.sidebar-details-title {
  font-size: 22px;
  font-weight: 700;
}

.sidebar-details-courses li {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}

.sidebar-details-courses li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-course-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.sidebar-course-item .item-image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sidebar-course-item .item-image img {
  width: 100px;
  height: 100px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.sidebar-course-item .item-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 200px;
}

.sidebar-course-item .item-content .title {
  font-size: 16px;
  font-weight: 600;
}

.sidebar-course-item .item-content .price {
  font-weight: 400;
  font-size: 16px;
  color: #838383;
  display: block;
  margin-top: 5px;
}

.sidebar-course-item .item-content .price strong {
  font-weight: 700;
  color: #3bbca7;
  font-size: 16px;
}
#schedule {
  background-color: #ffffff;
  padding: 70px 0;
}
#schedule .display-4, .lessons-top .h2{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}
#schedule h3 {
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 1.3;
}
.course-details-wrapper .course-learn-list ul {
  padding: 0;
}

.course-details-wrapper .course-learn-list ul li {
  font-size: 14px;
  line-height: 2.25;
  position: relative;
  padding-left: 20px;
  padding-right: 0;
  /* width: 50%; */
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .course-details-wrapper .course-learn-list ul li {
    width: 100%;
  }
}

.course-details-wrapper .course-learn-list ul li::before {
  position: absolute;
    top: 6px;
    left: 0;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    border: solid #3bbca7;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    color: #3bbca7;
}
#schedule .card {
  border: none !important;
  /* box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.12); */
  padding: 30px;
  text-align: left;
  background-color: #f9f9f9;
}
#schedule .card .card-body {
  padding: 0;
}
#schedule .card .card-body .h4 {
  font-size: 16px !important;
  font-weight: 600;
}
#schedule .card .card-body .h2 {
  color: #464646;
  font-weight: 600;
  font-size: 18px;
  display: block;
}
#schedule .card .card-body .h5 {
  color: #464646 !important;
  background: none;
  font-size: 14px;
}
.accordion .card {
  padding: 10px;
}
.accordion .card .card-header {
  padding: 0;
  border-bottom: none;
}
.table {
  margin: 0;
}
.table thead th,
.table tbody td,
.table th {
  font-size: 14px;
  vertical-align: middle;
}
.accordion .card .card-body {
  padding: 15px 0;
}
.table td h6,
.table td h6 p {
  margin: 0;
  font-size: 14px;
}
.table td h6 p {
  display: flex;
  gap: 15px;
  line-height: 145%;
}
.table td h6 p:before {
  content: '';
    display: block;
    width: 7px;
    height: 11px;
    border: solid #3bbca7;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    color: #3bbca7;
}
.accordion .card button::before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 300;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.accordion .card button.collapsed::before {
  content: "\f067";
}
