/*-----------------------------------------------------------
    Theme Name: Eole
    Theme URI:
    Description:
    Author:
    Author URI:
    Version: 1.0
-------------------------------------------------------------*/
/*---------------------------------
        Variables
-----------------------------------*/
@font-face {
  font-family: "Cabin Bold";
  src: url(../fonts/Cabin-Bold.ttf);
}
@font-face {
  font-family: "Cabin Medium";
  src: url(../fonts/Cabin-Medium.ttf);
}
@font-face {
  font-family: "Cabin SemiBold";
  src: url(../fonts/Cabin-SemiBold.ttf);
}
@font-face {
  font-family: "Cabin Regular";
  src: url(../fonts/Cabin-Regular.ttf);
}
/*---------------------------------
            General Styles
-----------------------------------*/
* {
  box-sizing: border-box;
}

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

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

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #01040F;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
  color: #01040F;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin Bold";
  font-weight: 600;
  line-height: 1.4;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #01040F;
  font-family: "Cabin Regular";
  letter-spacing: 0.4px;
}

p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.4px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-40 {
  margin-bottom: 40px !important;
}

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

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

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

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins CSS
-----------------------------------*/
.video-control .video-ctrl-btn, .video-control .video-playtime, .video-screen, .play-btn-wrap, .player, .textarea-wrap, .filter-box, .checkbox-wrap.style2, .audio-item, .video-item-wrap .video-item, .hero-video-box .hero-video-bg .hero-video-info .hero-video-footer, .hero-video-box .hero-video-bg, .suggestion-slider-wrap .suggestion-slider .suggest-box .suggest-info .sg-header, .module-wrap .module-item .module-header, .point-box .point-header, .overview-wrap ul li, .breadcrumb-wrap, .footer .footer-menu, .header .header-logo, .home-content, .home.login, .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn i, .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-screen, .breadcrumb-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-video-box .hero-video-bg, .home-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home.login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-control .video-playtime, .play-btn-wrap, .player, .textarea-wrap, .filter-box, .audio-item, .hero-video-box .hero-video-bg .hero-video-info .hero-video-footer, .suggestion-slider-wrap .suggestion-slider .suggest-box .suggest-info .sg-header, .module-wrap .module-item .module-header, .point-box .point-header, .overview-wrap ul li, .header .header-logo, .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.video-control .video-playtime, .play-btn-wrap, .player, .textarea-wrap, .filter-box, .hero-video-box .hero-video-bg .hero-video-info .hero-video-footer, .suggestion-slider-wrap .suggestion-slider .suggest-box .suggest-info .sg-header, .module-wrap .module-item .module-header, .point-box .point-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-control .video-ctrl-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-cove {
  background-color: #040930;
}

.bg-regent {
  background-color: #9EC8E6 !important;
}

.bg-olivine {
  background-color: #8BC476 !important;
}

.bg-blush {
  background-color: #E2859B !important;
}

.bg-tango {
  background-color: #D67C00 !important;
}

.bg-eastern {
  background-color: #1EAFA9 !important;
}

.bg-orange {
  background: -webkit-linear-gradient(left, #ff610a 0%, #fa4a17 35%, #f01336 100%);
  background: linear-gradient(90deg, #ff610a 0%, #fa4a17 35%, #f01336 100%);
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  color: #4DE2C1;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  background: #13171d;
}
.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img {
  max-width: 150px;
}

@keyframes loading {
  from {
    max-width: 0;
  }
}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 10px;
}
.btn i {
  position: relative;
  height: auto;
  line-height: 1;
  margin: 0 9px 0 0;
  font-size: 16px;
}
.btn.style1 {
  color: #040930;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 16px 15px;
  display: block;
  width: 100%;
}
.btn.style2 {
  color: #fff;
  background-color: #9EC8E6;
  text-align: center;
  line-height: 1.1;
  padding: 8px 11px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.btn.style3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 8px 25px;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.btn.style4 {
  color: #040930;
  text-align: center;
  line-height: 1.1;
  padding: 10px 11px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
  border: 1px solid #040930;
}
.btn.style5 {
  color: #fff;
  text-align: center;
  line-height: 1.1;
  padding: 7px 22px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-radius: 50px;
  background-color: #040930;
}
.btn.style6 {
  color: #fff;
  background-color: #8BC476;
  text-align: center;
  line-height: 1.1;
  padding: 8px 11px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.btn.style7 {
  color: #fff;
  background-color: #E2859B;
  text-align: center;
  line-height: 1.1;
  padding: 8px 11px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}

.bs-none {
  box-shadow: none !important;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}
.section-title span,
.content-title span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-title h2,
.content-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
}
.section-title p,
.content-title p {
  margin: 0;
  color: #4E4E4E;
}

.subtitle {
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

.sub_title {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.25px;
  font-weight: 400;
}

.discount {
  text-decoration: line-through;
  margin-left: 8px !important;
}

.content-box-title {
  background: transparent;
  padding: 0;
}
.content-box-title h5 {
  color: #01040F;
  font-size: 24px;
}

.text-black {
  color: #01040F;
}

.text-regent {
  color: #9EC8E6;
}

.text-olivine {
  color: #8BC476;
}

.text-eastern {
  color: #1EAFA9;
}

.text-blush {
  color: #E2859B;
}

.text-tango {
  color: #D67C00;
}

.text-white {
  color: #fff;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #01040F;
}

.bg-white {
  background-color: #fff;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.grad_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.grad_overlay.one {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 100%);
}
.grad_overlay.two {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 100%);
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
.bounce {
  -moz-animation: float 1500ms infinite ease-in-out;
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

@keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-profile li a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-profile li a:hover {
  background-color: #01040F;
  border-color: transparent;
}

.bg-formation-1 {
  background-color: #9EC8E6 !important;
}

.bg-formation-2 {
  background-color: #8BC476 !important;
}

.bg-formation-3 {
  background-color: #1EAFA9 !important;
}

.bg-formation-4 {
  background-color: #E2859B !important;
}

.bg-formation-5 {
  background-color: #D67C00 !important;
}

.bg-formation-6 {
  background-color: #040930 !important;
}

video {
  width: 100% !important;
  height: auto !important;
}

/*---------------------------------
            Home CSS
-----------------------------------*/
.home {
  height: 100vh;
}
.home.login .home-content {
  height: auto;
  display: block;
}
.home .login-wrap .back-btn {
  margin: 20px 0;
}
.home .login-wrap .login-form {
  margin: 10px 0 0;
}
.home .login-wrap .login-form h2 {
  color: #fff;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.53px;
}
.home .login-wrap .login-form p {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 55px;
}
.home .login-wrap .login-form .form-group {
  margin-bottom: 18px;
}
.home .login-wrap .login-form .form-group input {
  width: 100%;
  height: 50px;
  background: transparent;
  border-radius: 12px;
  border: 0.6px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  padding: 10px 15px 10px 25px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.35px;
}
.home .login-wrap .login-form .form-group input::placeholder {
  opacity: 1;
  color: #fff;
}

.home-content {
  height: 100%;
}
.home-content .logo {
  display: block;
}
.home-content .logo img {
  max-width: 220px;
  display: block;
  margin: 0 auto;
}
.home-content .hero-content {
  padding: 78px 0 150px;
}
.home-content .hero-content h1 {
  color: #fff;
  font-family: "Cabin Medium";
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.2px;
}
.home-content .hero-content h1 span {
  font-family: "Cabin Regular";
  display: block;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 4.5px;
  font-weight: 300;
  margin: 0;
}
.home-content .footer-content {
  text-align: center;
}
.home-content .footer-content .btn {
  letter-spacing: 0.25px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Cabin Medium";
  font-weight: 600;
  padding: 14px 15px 10px;
}
.home-content .footer-content p {
  color: #fff;
  font-size: 7px;
  line-height: 11px;
  padding: 35px 10px;
  margin: 0;
}
.home-content .footer-content h6 {
  color: #fff;
  font-size: 12px;
  font-family: "Cabin Regular";
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.45px;
}
.home-content .footer-content h6 a {
  color: #fff;
  text-decoration: underline;
}

/*---------------------------------
            Trainig Page  CSS
-----------------------------------*/
.header {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}
.header.fixed-header {
  position: fixed;
  width: 101%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 9;
}
.header .header-logo {
  padding: 20px 15px;
}
.header .header-logo img {
  max-width: 65px;
}
.header .header-logo h1 {
  width: calc(100% - 75px);
  margin-left: 10px;
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 0 10px;
  font-family: "Cabin Bold";
  font-weight: 400;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.footer .footer-menu {
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.footer .footer-menu li {
  text-align: center;
  width: 20%;
}
.footer .footer-menu li:first-child {
  width: 17%;
}
.footer .footer-menu li:nth-child(2) {
  width: 23%;
}
.footer .footer-menu li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  padding: 15px 0 28px;
  text-transform: uppercase;
}
.footer .footer-menu li a.active {
  font-weight: 700;
  position: relative;
}
.footer .footer-menu li a.active:after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #2120F5;
}
.footer .footer-menu li a span {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  margin: 0 auto 7px;
}
.footer .footer-menu li a span.has-notification {
  position: relative;
}
.footer .footer-menu li a span.has-notification:before {
  position: absolute;
  top: 6px;
  right: 5px;
  content: "";
  background: #B5172F;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  z-index: 9;
}
.footer .footer-menu li a span img {
  width: 16px;
  position: relative;
  top: 6px;
}
.footer.fixed-footer {
  position: fixed;
  width: 101%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

.footer .footer-menu li:nth-child(3) a span img {
  width: 14px;
  top: 5px;
  left: 0.1px;
}

/*---------------------------------
            Breadcrumb  CSS
-----------------------------------*/
.br-bg-1 {
  background-image: url(../img/br-1.svg);
}

.br-bg-2 {
  background-image: url(../img/br-2.svg);
}

.br-bg-3 {
  background-image: url(../img/br-3.svg);
}

.br-bg-4 {
  background-image: url(../img/br-4.png);
}

.br-bg-5 {
  background-image: url(../img/br-5.png);
}

.br-bg-6 {
  background-image: url(../img/br-6.png);
}

.breadcrumb-wrap {
  height: 110px;
  padding-left: 30px;
  position: relative;
}
.breadcrumb-wrap.style2 {
  height: 50px;
  padding-left: 0;
}
.breadcrumb-wrap.style3 {
  margin: 0;
}
.breadcrumb-wrap.style4 {
  height: 150px;
}
.breadcrumb-wrap.style4 .back-btn {
  margin-top: -80px;
}

.br-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.4px;
}

.page-header {
  padding: 0 30px;
}
.page-header h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  font-family: "Cabin Bold";
  text-transform: uppercase;
  margin: 15px 0;
}
.page-header a.btn {
  margin: 0 0 15px;
}

.pg-1 {
  background-image: url(../img/test2.png);
  height: 230px;
  border-radius: 5px;
}

.pg-2 {
  background-image: url(../img/test5.png);
  height: 230px;
}

.pg-3 {
  background-image: url(../img/test9.png);
  height: 230px;
}

.tr-tablist {
  border: none;
}
.tr-tablist .nav-item {
  border: none;
  margin: 0 15px 0 0;
}
.tr-tablist .nav-item .nav-link {
  background-color: transparent;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  color: #040930;
  opacity: 0.5;
  border: none;
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.tr-tablist .nav-item .nav-link.active {
  opacity: 1;
  font-weight: 600;
}
.tr-tablist .nav-item .nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #040930;
  width: 100%;
  height: 3px;
  border-radius: 100px;
}

.content-area {
  display: block;
}
.content-area.style1 {
  margin: 115px 0 115px;
}
.content-area.style2 {
  margin: 295px 0 115px;
}
.content-area.style2.bpco {
  margin: 270px 0 115px;
}
.content-area.style3 {
  margin: 255px 0 115px;
}
.content-area.style4 {
  margin: 172px 0 115px;
}

.overview-wrap {
  padding: 20px 0 0;
}
.overview-wrap h5 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 25px;
  font-family: "Cabin Regular";
  font-weight: 600;
}
.overview-wrap ul {
  list-style: none;
}
.overview-wrap ul li {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.15px;
  margin: 0 0 20px;
}
.overview-wrap ul li:last-child {
  margin: 0;
}
.overview-wrap ul li div {
  width: calc(100% - 44px);
  margin-left: 20px;
  color: #040930;
}
.overview-wrap ul li p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  display: block;
}
.overview-wrap ul li span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
}
.overview-wrap.style1 ul li span {
  color: #9EC8E6;
  border: 1px solid #9EC8E6;
}
.overview-wrap.style2 ul li span {
  color: #1EAFA9;
  border: 1px solid #1EAFA9;
}
.overview-wrap.style3 ul li span {
  color: #D67C00;
  border: 1px solid #D67C00;
}
.overview-wrap.style4 ul li span {
  color: #8BC476;
  border: 1px solid #8BC476;
}
.overview-wrap.style5 ul li span {
  color: #E2859B;
  border: 1px solid #E2859B;
}

.point-box {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin: 30px 0 25px;
}
.point-box.style1 {
  background-color: #9EC8E6;
}
.point-box.style2 {
  background-color: #1EAFA9;
}
.point-box.style3 {
  background-color: #D67C00;
}
.point-box.style4 {
  background-color: #8BC476;
}
.point-box.style5 {
  background-color: #E2859B;
}
.point-box .point-header h5 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  font-family: "Cabin Medium";
  font-weight: 500;
}
.point-box .point-header img {
  max-width: 20px;
}
.point-box p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.25px;
  margin: 15px 0;
}
.point-box .point-download a {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.point-box .point-download a img {
  max-width: 25px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

/*-------------------------------
        Training Item CSS
---------------------------------*/
.tr-bg-1 {
  background-image: url(../img/img-1.svg);
}

.tr-bg-2 {
  background-image: url(../img/img-2.svg);
}

.tr-bg-3 {
  background-image: url(../img/img-3.svg);
}

.tr-bg-4 {
  background-image: url(../img/img-4.svg);
}

.tr-bg-5 {
  background-image: url(../img/img-5.jpg);
}

.tr-bg-6 {
  background-image: url(../img/img-6.svg);
}

.training-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.training-item-wrap .training-item {
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
}
.training-item-wrap .training-item .training-img {
  height: 85px;
  background-position: top center;
  border-radius: 10px 10px 0 0;
}
.training-item-wrap .training-item a, .training-item-wrap .training-item span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "Cabin Bold";
  font-weight: 500;
  padding: 20px 5px;
}

.subtext {
  font-size: 10px;
  line-height: 11px;
  margin: 0;
  text-align: center;
}
.subtext.style2 {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.15px;
}

.sub_title {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.15px;
  margin: 0 0 15px;
}
.sub_title.style2 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 15px;
}

/*---------------------------------
        Video Item  CSS
-----------------------------------*/
.video-bg-1 {
  background-image: url(../img/video-1.jpg);
}

.video-bg-2 {
  background-image: url(../img/video-2.jpg);
}

.video-bg-3 {
  background-image: url(../img/video-3.jpg);
}

.video-bg-4 {
  background-image: url(../img/video-4.jpg);
}

.video-bg-5 {
  background-image: url(../img/video-5.jpg);
}

.head-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #040930;
  border-radius: 0 0 0 20px;
}
.head-btn img {
  width: 22px;
  margin: 0 auto;
  position: relative;
  top: 14px;
}
.head-btn .bell-icon {
  position: relative;
}
.head-btn .bell-icon img {
  filter: brightness(0) invert(1);
}
.head-btn .bell-icon span {
  position: absolute;
  top: 18px;
  right: 18px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B5172F;
}

.hero-content {
  padding-top: 45px;
}
.hero-content span {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 8px;
}
.hero-content h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}

.module-wrap {
  padding: 35px 0 37px;
}
.module-wrap .module-item {
  height: 210px;
  border-radius: 10px;
  background-image: url(../img/module-1.jpg);
}
.module-wrap .module-item .module-header {
  padding: 20px;
}

.searchbox {
  margin: 20px 0;
}
.searchbox .form-group {
  position: relative;
}
.searchbox .form-group img.search_icon {
  position: absolute;
  top: 17px;
  left: 15px;
  opacity: 0.5;
}
.searchbox .form-group input {
  width: 100%;
  border: 1px solid #9F9F9F;
  height: 47px;
  border-radius: 50px;
  padding: 10px 0 10px 40px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.25px;
}
.searchbox .form-group button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #040930;
  text-align: center;
  border: none;
  padding: 0;
}
.searchbox .form-group button img {
  max-width: 20px;
  filter: brightness(0) invert(1);
  position: relative;
  top: -1px;
}

.notif-box {
  background-color: #040930;
  position: relative;
  border-radius: 20px;
  padding: 15px 15px 25px;
}
.notif-box .bell-icon {
  position: absolute;
  top: 13px;
  right: 15px;
}
.notif-box .bell-icon img {
  filter: brightness(0) invert(1);
  width: 18px;
}
.notif-box .bell-icon span {
  position: absolute;
  top: 4px;
  right: -2px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B5172F;
}
.notif-box h4 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.notif-box p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.sg-bg-1 {
  background-image: url(../img/img-5.svg);
}

.sg-bg-2 {
  background-image: url(../img/video-2.jpg);
}

.sg-bg-3 {
  background-image: url(../img/video-3.jpg);
}

.sg-bg-4 {
  background-image: url(../img/video-4.jpg);
}

.tags {
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.15px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.tags.style1 {
  padding: 5px 3px 4px;
  min-width: 68px;
}
.tags.style2 {
  padding: 5px 4px 4px;
  min-width: 80px;
}

.suggestion-slider-wrap {
  border-top: 1px solid #EEEFF2;
  padding: 25px 0 8px;
  margin-top: 25px;
}
.suggestion-slider-wrap .suggestion-slider {
  padding-bottom: 25px;
}
.suggestion-slider-wrap .suggestion-slider .suggest-box {
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(112, 112, 112, 0.31);
}
.suggestion-slider-wrap .suggestion-slider .suggest-box .suggest-bg {
  height: 110px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.suggestion-slider-wrap .suggestion-slider .suggest-box .suggest-bg .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.suggestion-slider-wrap .suggestion-slider .suggest-box .suggest-bg .play-btn img {
  max-width: 50px;
}
.suggestion-slider-wrap .suggestion-slider .suggest-box .suggest-info {
  padding: 8px;
  min-height: 92px;
}
.suggestion-slider-wrap .suggestion-slider .suggest-box .suggest-info h5 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  margin: 0;
  font-family: "Cabin Regular";
  font-weight: 300;
  padding-right: 30px;
  margin: 10px 0 3px;
}

.option-btn-wrap button {
  margin: 0 0 15px;
  height: 60px;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.25px;
  border-radius: 20px;
}
.option-btn-wrap button:last-child {
  margin-bottom: 0;
}

.vd-bg-2 {
  background-image: url(../img/video-2.jpg);
}

.vd-bg-3 {
  background-image: url(../img/video-3.jpg);
}

.vd-bg-4 {
  background-image: url(../img/video-4.jpg);
}

.vd-bg-5 {
  background-image: url(../img/video-5.jpg);
}

.vd-bg-6 {
  background-image: url(../img/video-6.jpg);
}

.vd-bg-9 {
  background-image: url(../img/video-9.jpg);
}

.vd-bg-10 {
  background-image: url(../img/video-10.jpg);
}

.vd-bg-11 {
  background-image: url(../img/video-11.jpg);
}

.vd-bg-12 {
  background-image: url(../img/video-12.jpg);
}

.vd-bg-13 {
  background-image: url(../img/video-13.jpg);
}

.vd-bg-14 {
  background-image: url(../img/video-14.jpg);
}

.vd-bg-15 {
  background-image: url(../img/video-15.jpg);
}

.vd-bg-16 {
  background-image: url(../img/video-16.jpg);
}

.vd-bg-17 {
  background-image: url(../img/video-17.jpg);
}

.vd-bg-18 {
  background-image: url(../img/video-18.jpg);
}

.vd-bg-20 {
  background-image: url(../img/video-20.jpg);
}

.vd-bg-21 {
  background-image: url(../img/video-21.jpg);
}

.vd-bg-22 {
  background-image: url(../img/video-22.jpg);
}

.vd-bg-23 {
  background-image: url(../img/video-23.jpg);
}

.vd-bg-24 {
  background-image: url(../img/video-24.jpg);
}

.vd-bg-25 {
  background-image: url(../img/video-25.jpg);
}

.vd-bg-26 {
  background-image: url(../img/video-26.jpg);
}

.vd-bg-27 {
  background-image: url(../img/pdf-1.jpg);
}

.vd-bg-28 {
  background-image: url(../img/pdf-2.jpg);
}

.vd-bg-29 {
  background-image: url(../img/pdf-3.png);
}

.vd-bg-30 {
  background-image: url(../img/pdf-4.png);
}

.vd-bg-31 {
  background-image: url(../img/pdf-5.png);
}

.vd-bg-32 {
  background-image: url(../img/pdf-6.png);
}

.vd-bg-33 {
  background-image: url(../img/video-33.svg);
}

.vd-bg-34 {
  background-image: url(../img/video-34.svg);
}

.vd-bg-35 {
  background-image: url(../img/video-35.svg);
}

.vd-bg-36 {
  background-image: url(../img/video-36.svg);
}

.hero-video-box {
  border-bottom: 1px solid #EEEFF2;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.hero-video-box .hero-video-bg {
  background-image: url(../img/video8.svg);
  height: 220px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.hero-video-box .hero-video-bg .hero-video-rating {
  position: absolute;
  top: 15px;
  right: 15px;
}
.hero-video-box .hero-video-bg .hero-video-info {
  background-color: #fff;
  margin: 15px;
  padding: 10px;
  border-radius: 5px;
}
.hero-video-box .hero-video-bg .hero-video-info p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-right: 20px;
  margin: 0 0 10px;
  font-family: "Cabin Bold";
  font-weight: 500;
}
.hero-video-box .hero-video-bg .hero-video-info .hero-video-footer .date {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.15px;
  opacity: 0.5;
}

.video-item-wrap .video-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEFF2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.video-item-wrap .video-item .delete-btn {
  width: 0;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.video-item-wrap .video-item .delete-btn button {
  padding: 0;
  background: transparent;
  border: none;
}
.video-item-wrap .video-item .delete-btn button img {
  max-width: 20px;
}
.video-item-wrap .video-item .video-bg {
  height: 85px;
  width: 110px;
  border-radius: 5px;
  position: relative;
}
.video-item-wrap .video-item .video-bg .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-item-wrap .video-item .video-bg .play-btn img {
  max-width: 45px;
  filter: drop-shadow(0, 0 15px rgba(0, 0, 0, 0.1));
}
.video-item-wrap .video-item .video-info {
  width: calc(100% - 125px);
  padding-left: 15px;
}
.video-item-wrap .video-item .video-info .video-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin: 5px 0 3px;
  font-weight: 600;
}
.video-item-wrap .video-item .video-info .date {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.15px;
  opacity: 0.5;
  margin: 0;
}
.video-item-wrap .video-item .video-info button.check-btn img {
  min-width: 20px;
}
.video-item-wrap .video-item .video-info button.check-btn span {
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 0.15px;
}
.video-item-wrap .video-item.style2 {
  border: none;
  padding: 0;
}
.video-item-wrap .video-item.style2 .video-bg {
  width: 150px;
  height: 110px;
}
.video-item-wrap .video-item.style2 .video-info {
  width: calc(100% - 155px);
}
.video-item-wrap .video-item.style2 .video-info .video-title {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.45px;
  font-family: "Cabin Bold";
  font-weight: 400;
  margin: 0;
}
.video-item-wrap .video-item.style2 .video-info span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.15px;
  display: block;
  margin: 0 0 5px;
}
.video-item-wrap .video-item.style2 .video-info button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.video-item-wrap .video-item.open .delete-btn {
  width: 40px;
}
.video-item-wrap .video-item.open .video-info {
  width: calc(100% - 165px);
  padding-left: 15px;
}

.audio-item {
  margin-bottom: 15px;
}
.audio-item:last-child {
  margin: 0;
}
.audio-item .audio-info {
  margin-left: 10px;
}
.audio-item .audio-info h5 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.15px;
  font-family: "Cabin Regular";
  font-weight: 300;
  margin: 0;
}
.audio-item .audio-info span {
  opacity: 0.5;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.test-img {
  position: relative;
}
.test-img img {
  width: 100%;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.19));
  border-radius: 5px;
}
.test-img .download-btn {
  position: absolute;
  top: 13px;
  right: 16px;
}

#checkboxModal .modal-header {
  padding: 8px 10px;
}
#checkboxModal .modal-header .modal-title {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
  opacity: 0.2;
  font-weight: 300;
}
#checkboxModal .modal-header .modal-title img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
#checkboxModal .modal-header .close {
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 25px;
  padding: 0;
}
#checkboxModal .modal-content {
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.checkbox-wrap {
  border-bottom: 1px solid #EEEFF2;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.checkbox-wrap.style2 {
  border-bottom: none;
  padding-bottom: 0;
}
.checkbox-wrap.style2 .checkbox {
  width: 33%;
}

.checkbox {
  display: block;
  margin-bottom: 5px;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.25px;
  margin: 0;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkbox.style1 label {
  color: #9EC8E6;
}
.checkbox.style1 label:before {
  border: 1px solid #9EC8E6;
}
.checkbox.style2 label {
  color: #8BC476;
}
.checkbox.style2 label:before {
  border: 1px solid #8BC476;
}
.checkbox.style3 label {
  color: #1EAFA9;
}
.checkbox.style3 label:before {
  border: 1px solid #1EAFA9;
}
.checkbox.style4 label {
  color: #E2859B;
}
.checkbox.style4 label:before {
  border: 1px solid #E2859B;
}
.checkbox.style5 label {
  color: #D67C00;
}
.checkbox.style5 label:before {
  border: 1px solid #D67C00;
}
.checkbox.style6 label {
  color: #040930;
}
.checkbox.style6 label:before {
  border: 1px solid #040930;
}

.checkbox.style1 input:checked + label:before {
  background-color: #9EC8E6;
  border-color: transparent;
}

.checkbox.style2 input:checked + label:before {
  background-color: #8BC476;
  border-color: transparent;
}

.checkbox.style3 input:checked + label:before {
  background-color: #1EAFA9;
  border-color: transparent;
}

.checkbox.style4 input:checked + label:before {
  background-color: #E2859B;
  border-color: transparent;
}

.checkbox.style5 input:checked + label:before {
  background-color: #D67C00;
  border-color: transparent;
}

.checkbox.style6 input:checked + label:before {
  background-color: #040930;
  border-color: transparent;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filter-box {
  padding: 20px 0;
}
.filter-box .filter-box-left button {
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 17px;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.filter-box .filter-box-left button img {
  position: relative;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.filter-box .filter-box-right button {
  width: 37px;
  height: 37px;
  border: 1px solid #040930;
  border-radius: 50%;
  background-color: transparent;
  padding: 0;
}
.filter-box .filter-box-right button img {
  max-width: 30px;
  position: relative;
  top: -2px;
}

.success-msg {
  position: relative;
  padding: 28px 15px;
}
.success-msg .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background-color: transparent;
}
.success-msg h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 12px;
  color: #fff;
}
.success-msg p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.success-msg p a {
  text-decoration: underline;
  color: #fff;
}

.textarea-wrap {
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}
.textarea-wrap input {
  width: 85%;
  padding: 10px 10px 10px 20px;
  background-color: #EFEFEF;
  height: 46px;
  border: 1px solid #DEDEDE;
  border-radius: 50px;
  resize: none;
}
.textarea-wrap button {
  background-color: transparent;
  border: none;
  width: 15%;
}

/*--------------------------
        Audio Player
----------------------------*/
.audio-player {
  padding-top: 35px;
}
.audio-player .player-title {
  text-align: center;
}
.audio-player .player-title span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.audio-player .player-title h5 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  text-transform: uppercase;
}

.player {
  padding: 30px 0;
}
.player span {
  width: 14%;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.15px;
  opacity: 0.5;
}
.player .progress {
  width: 70%;
  height: 8px;
  background-color: #EDEDED;
  border-radius: 50px;
}
.player .progress .progress-bar {
  position: relative;
}
.player .progress .progress-bar:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.player .progress.style1 .progress-bar {
  background-color: #9EC8E6;
}
.player .progress.style1 .progress-bar:after {
  background: #9EC8E6;
}
.player .progress.style2 .progress-bar {
  background-color: #1EAFA9;
}
.player .progress.style2 .progress-bar:after {
  background: #1EAFA9;
}
.player .progress.style3 .progress-bar {
  background-color: #D67C00;
}
.player .progress.style3 .progress-bar:after {
  background: #D67C00;
}
.player .progress.style-formation-1 .progress-bar {
  background-color: #9EC8E6;
}
.player .progress.style-formation-1 .progress-bar:after {
  background: #9EC8E6;
}
.player .progress.style-formation-2 .progress-bar {
  background-color: #8BC476;
}
.player .progress.style-formation-2 .progress-bar:after {
  background: #8BC476;
}
.player .progress.style-formation-3 .progress-bar {
  background-color: #1EAFA9;
}
.player .progress.style-formation-3 .progress-bar:after {
  background: #1EAFA9;
}
.player .progress.style-formation-4 .progress-bar {
  background-color: #E2859B;
}
.player .progress.style-formation-4 .progress-bar:after {
  background: #E2859B;
}
.player .progress.style-formation-5 .progress-bar {
  background-color: #D67C00;
}
.player .progress.style-formation-5 .progress-bar:after {
  background: #D67C00;
}
.player .progress.style-formation-6 .progress-bar {
  background-color: #040930;
}
.player .progress.style-formation-6 .progress-bar:after {
  background: #040930;
}

.play-btn-wrap {
  width: 80%;
  padding: 35px 0 0;
  margin: 0 auto;
}
.play-btn-wrap .play-next button,
.play-btn-wrap .play-prev button {
  background-color: transparent;
  border: none;
}
.play-btn-wrap .play-btn button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  text-align: center;
}
.play-btn-wrap .play-btn button img {
  max-width: 23px;
  position: relative;
  left: 2px;
}
.play-btn-wrap .play-btn button img.pause-icon {
  left: 1px;
}
.play-btn-wrap .play-btn.style1 {
  background-color: #9EC8E6;
}
.play-btn-wrap.style1 .play-btn button {
  background-color: #9EC8E6;
}
.play-btn-wrap.style2 .play-btn button {
  background-color: #1EAFA9;
}
.play-btn-wrap.style3 .play-btn button {
  background-color: #D67C00;
}
.play-btn-wrap.style-formation-1 .play-btn button {
  background-color: #9EC8E6;
}
.play-btn-wrap.style-formation-2 .play-btn button {
  background: #8BC476;
}
.play-btn-wrap.style-formation-3 .play-btn button {
  background: #1EAFA9;
}
.play-btn-wrap.style-formation-4 .play-btn button {
  background: #E2859B;
}
.play-btn-wrap.style-formation-5 .play-btn button {
  background: #D67C00;
}
.play-btn-wrap.style-formation-6 .play-btn button {
  background: #040930;
}

/*--------------------------
        Video Player
----------------------------*/
.video-screen {
  background-image: url(../img/video-screen.jpg);
  height: 260px;
}

.video-player-wrap {
  height: 100vh;
  padding-top: 110px;
}

.video-control {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 1;
  background-color: #232323;
  border-radius: 10px;
  padding: 15px;
}
.video-control .video-player .progress {
  height: 5px;
  background-color: #3D3D3D;
  width: 100%;
  border-radius: 50px;
}
.video-control .video-player .progress .progress-bar {
  position: relative;
  background-color: #fff;
}
.video-control .video-playtime {
  margin: 5px 0 5px;
}
.video-control .video-playtime span {
  color: #fff;
  opacity: 0.7;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.25px;
}
.video-control .full-screen {
  position: absolute;
  bottom: 16px;
  left: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.video-control .full-screen img {
  max-width: 18px;
}
.video-control .video-ctrl-btn {
  position: relative;
}
.video-control .video-ctrl-btn .play-prev button,
.video-control .video-ctrl-btn .play-next button {
  background-color: transparent;
  border: none;
}
.video-control .video-ctrl-btn .play-prev button img,
.video-control .video-ctrl-btn .play-next button img {
  max-width: 18px;
}
.video-control .video-ctrl-btn .play-btn button {
  background-color: transparent;
  border: none;
  margin: 0 15px;
}
.video-control .video-ctrl-btn .play-btn button img {
  max-width: 20px;
}
/*-------------------------------
         Responsive CSS
-------------------------------*/
@media only screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }

  .sm-center {
    text-align: center !important;
  }

  .home-content .logo img {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .subtext {
    font-size: 12px;
    line-height: 18px;
  }

  .suggestion-slider-wrap .suggestion-slider .suggest-box .suggest-info h5 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
  }

  .sub_title {
    font-size: 20px;
    line-height: 30px;
  }

  .tags {
    font-size: 13px;
  }

  .tags.style1 {
    min-width: 78px;
    padding: 5px 3px 6px;
  }

  .training-item-wrap .training-item .training-img {
    height: 133px;
  }

  .training-item-wrap {
    grid-gap: 22px;
  }

  .overview-wrap ul li {
    font-size: 15px;
    line-height: 22px;
  }

  .pg-1,
.pg-2,
.pg-3 {
    height: 300px;
    background-position: center;
  }

  .audio-player {
    margin-top: 358px;
  }

  .breadcrumb-wrap {
    height: 160px;
  }

  .content-area.style2 {
    margin: 340px 0 115px !important;
    padding-top: 0 !important;
  }

  .overview-wrap {
    padding: 0;
  }

  .header.fixed-header {
    padding: 0 55px;
  }

  .module-wrap .module-item {
    height: 461px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-full {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .xl-none {
    display: none !important;
  }

  .container {
    max-width: 992px;
  }

  .header,
.footer {
    max-width: 962px;
    margin: 0 auto;
  }

  .home-content .hero-content {
    padding: 68px 0 100px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 575px) {
  .training-item-wrap .training-item .training-img {
    height: 112px;
  }

  .training-item-wrap .training-item a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 374px) {
  .home .login-wrap .login-form h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .home .login-wrap .login-form p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 30px;
  }

  .home .login-wrap .login-form .form-group input {
    height: 45px;
  }
}
@media only screen and (max-width: 359px) {
  .home .logo img {
    max-width: 180px;
  }

  .home .hero-content {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=style.css.map */
