/* Font DelightSunset */
@font-face {
  font-family: DelightSunset;
  src: url(../../style/assets/fonts/DelightSunset/DelightSunset.ttf);
}
/* Font Nasalization */
@font-face {
  font-family: Nasalization;
  src: url(../../style/assets/fonts/Nasalization/Nasalization.otf);
}
/* Font SourceSans3 */
@font-face {
  font-family: SourceSans3-ExtraLight;
  src: url(../../style/assets/fonts/SourceSans/SourceSans3-ExtraLight.ttf);
}
@font-face {
  font-family: SourceSans3-Regular;
  src: url(../../style/assets/fonts/SourceSans/SourceSans3-Regular.ttf);
}
@font-face {
  font-family: SourceSans3-Medium;
  src: url(../../style/assets/fonts/SourceSans/SourceSans3-Medium.ttf);
}
@font-face {
  font-family: SourceSans3-Bold;
  src: url(../../style/assets/fonts/SourceSans/SourceSans3-Bold.ttf);
}
@font-face {
  font-family: SourceSans3-SemiBold;
  src: url(../../style/assets/fonts/SourceSans/SourceSans3-SemiBold.ttf);
}
/* Font Oswald */
@font-face {
  font-family: Oswald-Regular;
  src: url(../../style/assets/fonts/oswald/Oswald-Regular.ttf);
}
@font-face {
  font-family: Oswald-Medium;
  src: url(../../style/assets/fonts/oswald/Oswald-Medium.ttf);
}
@font-face {
  font-family: Oswald-SemiBold;
  src: url(../../style/assets/fonts/oswald/Oswald-SemiBold.ttf);
}
@font-face {
  font-family: Oswald-Bold;
  src: url(../../style/assets/fonts/oswald/Oswald-Bold.ttf);
}
body {
  font-size: 1.5rem;
  background: #000000;
  font-family: "SourceSans3-Regular", sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

a {
  text-decoration: none;
}

.dark-mode {
  background: #122236;
}

.dark-mode .btn.btn-secondary {
  background: #0055A3;
  border: 1px solid #0055A3;
}

.dark-mode .banner-section,
.dark-mode .why-choose-dojo-section,
.dark-mode .top-courses-section,
.dark-mode .meet-trainers-section,
.dark-mode .video-section,
.dark-mode .video-content,
.dark-mode #newsletter,
.dark-mode .faq-section {
  background-color: #000a18;
}

.dark-mode .banner-section .banner .banner-bottom-bg {
  background: linear-gradient(0deg, rgba(0, 81, 177, 0.5) 0%, rgba(0, 81, 177, 0.3) 33.5%, rgba(0, 81, 177, 0) 100%);
  z-index: 99;
}

.dark-mode .company-info-section .company-info {
  background: linear-gradient(180deg, #0B1521 0%, #1A232F 100%);
  border: 2px solid #0055A3;
  box-shadow: 6px 14px 35px 0px rgba(255, 123, 84, 0.0588235294);
}

.dark-mode .company-info-section .company-info .company-info-item .label {
  color: #fff;
}

.dark-mode .company-info-section .company-info .company-info-item::before {
  background: #0055A3;
}

.dark-mode .why-choose-dojo-section .dojo-cart-wrapper .dojo-cart {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1019607843);
}

.dark-mode .why-choose-dojo-section .dojo-cart-wrapper .dojo-cart .dojo-cart-name {
  color: #fff;
}

.dark-mode .why-choose-dojo-section .dojo-cart-wrapper .dojo-cart .dojo-cart-info {
  color: #fff;
  opacity: 0.4;
}

.dark-mode .why-choose-dojo-section .newsletter {
  background: linear-gradient(180deg, #0B1521 0%, #1A232F 100%);
}

.dark-mode .why-choose-dojo-section .newsletter .newsletter-cart {
  background-color: linear-gradient(180deg, #0B1521 0%, #1A232F 100%);
}

.dark-mode .why-choose-dojo-section .newsletter .newsletter-cart.team-events,
.dark-mode .why-choose-dojo-section .newsletter .newsletter-cart.dojo-mentions {
  border-bottom: 4px solid #fff;
  box-shadow: 0px 26px 47.4px 0px rgba(255, 255, 255, 0.1490196078);
  background: linear-gradient(180deg, #0B1521 0%, #1A232F 100%);
}

.dark-mode .why-choose-dojo-section .newsletter .newsletter-cart.team-events .newsletter-cart-name,
.dark-mode .why-choose-dojo-section .newsletter .newsletter-cart.dojo-mentions .newsletter-cart-name {
  color: #fff;
}

.dark-mode .why-choose-dojo-section .newsletter .newsletter-cart.start-performer {
  background: linear-gradient(180deg, #0B1521 0%, #1A232F 100%);
}

.dark-mode .video-section .video-content {
  background: #000A17;
}

.dark-mode .video-section .video-section-inner {
  background: #122236;
}

.normal-text {
  color: #000000;
  font-size: 1rem;
  border-right: 4px solid #FF3C78;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 10px;
  opacity: 0.6;
}

.dark-mode .top-courses-section .normal-text {
  color: #fff;
}

.dark-mode .top-courses-section .slick-arrow {
  border: 2px solid #122236;
  box-shadow: 0px 26px 47.4px 0px rgba(0, 0, 0, 0.1098039216);
  background: #122236;
}

.dark-mode .top-courses-section .slick-arrow.slick-prev::before,
.dark-mode .top-courses-section .slick-arrow.slick-next::before {
  filter: invert(1);
  opacity: 1;
  background-size: 17px;
}

.dark-mode .meet-trainers-section {
  background-color: #122236;
}

.dark-mode .meet-trainers-section .normal-text {
  color: #fff;
}

.dark-mode .meet-trainers-section .slider .team-member-cart {
  background: transparent;
}

.dark-mode .meet-trainers-section .slider .team-member-cart .member-info .member-name {
  color: #fff;
}

.dark-mode .meet-trainers-section .slider .team-member-cart .member-info .member-description,
.dark-mode .meet-trainers-section .slider .team-member-cart .member-info .member-designation {
  color: #fff;
  opacity: 0.5;
}

.dark-mode .meet-trainers-section .slider .team-member-cart .team-member-image {
  border: 10px solid #000;
}

.dark-mode .meet-trainers-section .slider .slick-current.slick-active .team-member-cart {
  background: linear-gradient(90deg, rgba(201, 219, 228, 0.57) 0%, #3B4B5C 35.29%, #324254 68.97%, #132237 100%);
}

.dark-mode .meet-trainers-section .slider .slick-arrow {
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 26px 47.4px 0px rgba(0, 0, 0, 0.1098039216);
  background: #122236;
}

.dark-mode .meet-trainers-section .slider .slick-arrow.slick-prev::before,
.dark-mode .meet-trainers-section .slider .slick-arrow.slick-next::before {
  filter: invert(1);
  opacity: 1;
}

.dark-mode .welcome-section {
  background: linear-gradient(180deg, #00235E 0%, #000C3E 115.94%);
}

.dark-mode .welcome-section .normal-text {
  opacity: 1;
}

.dark-mode .welcome-section .btn.btn-primary {
  border-radius: 16px;
}

.dark-mode .faq-section .section-heading {
  background: linear-gradient(90deg, #0047FF 2.35%, #00C2FF 78.34%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-mode .faq-section .accordion-item {
  background: linear-gradient(180deg, #0B1521 0%, #1A232F 100%);
  border: 0;
}

.dark-mode .faq-section .accordion-item .accordion-button {
  color: #71767d;
  font-weight: 500;
}

.dark-mode .faq-section .accordion-item .accordion-button[aria-expanded=true] {
  color: #fff;
}

.dark-mode .faq-section .accordion-item .accordion-body {
  opacity: 0.4;
}

.dark-mode .footer {
  background: linear-gradient(180deg, #0B1521 0%, #1A232F 100%);
  padding: 60px 0px;
}

.dark-mode .footer .border-right {
  border-left: 2.5px solid #262f39;
  border-right: 0 !important;
}

.dark-mode .footer .footer-heading {
  color: #fff;
}

.dark-mode .footer .footer-text {
  color: #fff;
  opacity: 0.4;
}

.dark-mode .footer .footer-menu .footer-menu-item .footer-menu-item-link {
  color: #fff;
}

.dark-mode .footer .copyRight {
  color: #fff;
}

.dark-mode .footer .footer-logo img {
  width: 50%;
}

.dark-mode .footer .form-group .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #fff !important;
  width: 100%;
  padding: 15px;
  height: auto;
}

.dark-mode .footer .form-group .form-control::placeholder {
  font-weight: 600;
  font-family: "OpenSans-Regular", sans-serif;
  opacity: 0.5;
  color: #BDBDBD;
}

.dark-mode .footer .social-menu .social-menu-item .social-menu-item-link img {
  filter: invert(1);
}

@media only screen and (max-width: 767px) {
  .dark-mode .company-info-section .company-info .company-info-item::before {
    content: "";
    background: none;
  }
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(../../fonts/open-sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans-Medium;
  src: url(../../fonts/open-sans/OpenSans-Medium.ttf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(../../fonts/open-sans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: SegoeUI-Regular;
  src: url(../../fonts/Segoe-UI/Segoe-ui-regular.ttf);
}
@font-face {
  font-family: SegoeUI-Bold;
  src: url(../../fonts/Segoe-UI/Segoe-ui-bold.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../../fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../../fonts/Poppins/Poppins-Bold.ttf);
}
body {
  font-size: 1rem;
  font-family: "OpenSans-Regular", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

a {
  text-decoration: none;
}

.section-heading {
  padding: 0 0 40px 0;
  margin: 0;
  background: linear-gradient(90deg, #0047FF 2.35%, #00C2FF 78.34%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  line-height: 60px;
  font-family: "OpenSans-Bold", sans-serif;
}

.btn.btn-primary {
  border-radius: 47px;
  color: #000000;
  font-size: 1rem;
  -webkit-box-shadow: 0px 1.24px 3.15px 0px rgba(0, 12, 62, 0.0156862745), 0px 5.46px 6.52px 0px rgba(55, 52, 169, 0.0274509804), 0px 13.4px 13px 0px rgba(0, 12, 62, 0.0352941176), 0px 25.81px 25.48px 0px rgba(55, 52, 169, 0.0431372549), 0px 43.43px 46.85px 0px rgba(0, 12, 62, 0.0549019608), 0px 67px 80px 0px rgba(55, 52, 169, 0.0705882353);
  box-shadow: 0px 1.24px 3.15px 0px rgba(0, 12, 62, 0.0156862745), 0px 5.46px 6.52px 0px rgba(55, 52, 169, 0.0274509804), 0px 13.4px 13px 0px rgba(0, 12, 62, 0.0352941176), 0px 25.81px 25.48px 0px rgba(55, 52, 169, 0.0431372549), 0px 43.43px 46.85px 0px rgba(0, 12, 62, 0.0549019608), 0px 67px 80px 0px rgba(55, 52, 169, 0.0705882353);
  padding: 17px 55px;
  background-color: #73DFFF;
  border: 0;
  font-weight: bold;
  margin-top: 0;
  font-family: "Poppins-Medium", sans-serif;
}

.btn.btn-secondary {
  background-color: #000C3E;
  color: #fff;
  -webkit-box-shadow: 0px 1.24px 3.15px 0px rgba(0, 12, 62, 0.0156862745), 0px 5.46px 6.52px 0px rgba(55, 52, 169, 0.0274509804), 0px 13.4px 13px 0px rgba(0, 12, 62, 0.0352941176), 0px 25.81px 25.48px 0px rgba(55, 52, 169, 0.0431372549), 0px 43.43px 46.85px 0px rgba(0, 12, 62, 0.0549019608), 0px 67px 80px 0px rgba(55, 52, 169, 0.0705882353);
  box-shadow: 0px 1.24px 3.15px 0px rgba(0, 12, 62, 0.0156862745), 0px 5.46px 6.52px 0px rgba(55, 52, 169, 0.0274509804), 0px 13.4px 13px 0px rgba(0, 12, 62, 0.0352941176), 0px 25.81px 25.48px 0px rgba(55, 52, 169, 0.0431372549), 0px 43.43px 46.85px 0px rgba(0, 12, 62, 0.0549019608), 0px 67px 80px 0px rgba(55, 52, 169, 0.0705882353);
  padding: 14px 55px 17px;
  font-size: 1.125rem;
  border-radius: 47px;
}

.btncolornaf {
  background: #0055A3 !important;
  border: 1px solid #0055A3 !important;
  color: #fff !important;
  border-radius: 14px !important;
}

.form-group .form-control {
  padding: 18px 10px;
  border-radius: 16px;
  border: 2px solid #E2E2E2;
}

.tab-content .form-group .form-control {
  height: auto;
}

.tab-content textarea.form-control {
  width: 100%;
}

.tab-content .form-group .form-control::placeholder {
  font-size: 16px;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #BDBDBD;
  font-size: 1.25rem;
}

.form-group .form-control::-moz-placeholder {
  color: #BDBDBD;
  font-size: 1.25rem;
}

.form-group .form-control:-ms-input-placeholder {
  color: #BDBDBD;
  font-size: 1.25rem;
}

.form-group .form-control::-ms-input-placeholder {
  color: #BDBDBD;
  font-size: 1.25rem;
}

.form-group .form-control::placeholder {
  color: #BDBDBD;
  font-size: 1.25rem;
}

.form-group .form-control.text-area {
  padding-top: 10px;
  width: 100%;
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 2px solid #000C3E;
}

.modal.fade.show {
  z-index: 9999;
}

.slider .slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 64px;
  width: 64px;
  background-color: #fff;
  border-radius: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 26px 47.4px 0px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 0px 26px 47.4px 0px rgba(0, 0, 0, 0.1098039216);
}

.slider .slick-arrow.slick-prev {
  left: unset;
  right: 200px;
}

.slider .slick-arrow.slick-prev::before {
  content: "";
  background-image: url(../../style/assets/icons/slider_pre_arrow.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.slider .slick-arrow.slick-next {
  right: 110px;
}

.slider .slick-arrow.slick-next::before {
  background-image: url(../../style/assets/icons/slider_next_arrow.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  content: "";
}

.header-section {
  background-color: #E7EBEE;
  position: sticky;
  z-index: 99999;
  top: 0;
}

.header-section header {
  padding: 10px 40px;
  background: #000F23;
}

.header-section header .logo img {
  /* width: 62px; */
  height: 53px;
}

.header-section header .toogleButton {
  display: flex;
}

.header-section header .navMenu .navMenuItem {
  margin-right: 30px;
}

.header-section header .navMenu .navMenuItem .navMenuItemLink {
  font-family: "SegoeUI-Bold", sans-serif;
  color: #fff;
  font-size: 1.25rem;
}

.header-section header #toggleBtn {
  cursor: pointer;
}

.header-section header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9;
}

.header-section header .overlay.show {
  display: block;
}

.header-section header .sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #19222E;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  padding: 30px;
  border-radius: 30px 0 0 30px;
}

.header-section header .sidebar.open {
  right: 0;
}

.header-section header .sidebar .sidebar-wrapper {
  position: relative;
  height: 100%;
}

.header-section header .sidebar .sidebar-wrapper #closeBtn {
  cursor: pointer;
}

.header-section header .sidebar .sidebar-wrapper .sidebar-header {
  background: linear-gradient(180deg, #0B1521 0%, #060F1B 100%);
  padding: 10px 15px;
  border-radius: 10px;
}

.header-section header .sidebar .sidebar-wrapper .sidebar-header .sidebar-heading {
  font-size: 1.5rem;
  font-family: "SegoeUI-Bold", sans-serif;
  color: #fff;
}

.header-section header .sidebar .sidebar-wrapper .sidebar-menu {
  padding: 20px 0 0 0;
  margin: 0;
}

.header-section header .sidebar .sidebar-wrapper .sidebar-menu .sidebar-menu-item {
  padding: 14px 0;
  margin: 0;
}

.header-section header .sidebar .sidebar-wrapper .sidebar-menu .sidebar-menu-item.active .sidebar-menu-link {
  color: #73DFFF;
}

.header-section header .sidebar .sidebar-wrapper .sidebar-menu .sidebar-menu-item .sidebar-menu-link {
  padding: 0;
  margin: 0;
  color: #7F7F7F;
  font-family: "SegoeUI-Regular", sans-serif;
  font-size: 1.5rem;
}

.header-section header .sidebar .sidebar-wrapper .sidebar-menu .sidebar-menu-item .sidebar-menu-link:hover {
  color: #73DFFF;
}

.header-section header .sidebar .sidebar-wrapper .btn.btn-primary {
  position: absolute;
  width: 100%;
  bottom: 20px;
  border-radius: 19px;
  font-family: "SegoeUI-Bold", sans-serif;
}

.banner-section {
  background-color: #E7EBEE;
  padding-bottom: 200px;
}

.banner-section .banner {
  padding: 50px 0 150px;
  margin: 0;
  border-radius: 0 0 48px 48px;
  position: relative;
  background: linear-gradient(180deg, #000000 0%, #000C3E 100%);
  -webkit-box-shadow: 0px 25px 250px 0px rgba(0, 12, 62, 0.2901960784);
  box-shadow: 0px 25px 250px 0px rgba(0, 12, 62, 0.2901960784);
}

.banner-section .banner::before {
  background-image: url(../../style/assets/images/banner_vector_image.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.banner-section .banner .section-heading {
  background: linear-gradient(90deg, #73DFFF 22.04%, #0094FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 90%;
}

.banner-section .banner .banner-text {
  width: 76%;
  color: #CACACA;
  font-size: 1.25rem;
  font-family: "OpenSans-Regular", sans-serif;
}

.banner-section .banner .video-button {
  color: #73DFFF;
  font-size: 1.063rem;
  font-family: "Poppins-Medium", sans-serif;
  cursor: pointer;
}

.banner-section .banner .video-button .play-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #FF3C78;
}

.banner-section .banner .news-heading {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 20px;
  font-family: "SegoeUI-Bold", sans-serif;
}

.banner-section .banner .z-index {
  z-index: 999;
  position: relative;
}

.banner-section .banner .latest-news {
  background: #161d2b;
  border-radius: 16px;
  max-height: 550px;
  overflow-x: auto;
}

.banner-section .banner .latest-news::-webkit-scrollbar {
  width: 0;
}

.banner-section .banner .latest-news::-webkit-scrollbar-track {
  background: #161d2b;
  border-radius: 8px;
}

.banner-section .banner .latest-news::-webkit-scrollbar-thumb {
  background: #161d2b;
  border-radius: 8px;
  border: 4px solid #161d2b;
}

.banner-section .banner .latest-news .latest-news-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding: 14px;
}

.banner-section .banner .latest-news .latest-news-item:last-child {
  border-bottom: 0;
}

.banner-section .banner .latest-news .latest-news-item .news-image {
  height: 100px;
  width: 100px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-section .banner .latest-news .latest-news-item .news-title {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.75;
  line-height: 19px;
  word-break: break-all;
}

.banner-section .banner .latest-news .latest-news-item .news-date {
  color: #fff;
  opacity: 0.5;
  font-size: 0.875rem;
}

.banner-section .banner .banenr_man_image {
  background: url(../../style/assets/images/banner_man_image.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -40px;
  left: -10px;
  background-size: auto;
  z-index: 9;
}

.banner-section .banner .banner-bottom-bg {
  position: absolute;
  bottom: 0;
  height: 160px;
  border-radius: 0 0 48px 48px;
  width: 100%;
  background: linear-gradient(0deg, #060608 22.5%, rgba(6, 6, 8, 0.75) 64.5%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

.banner-section .banner .banenr-vector-image {
  background: url(../../style/assets/images/banner_vector_image.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.62;
  background-size: contain;
}

.banner-section .banner .banenr-vector-image-right {
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.banner-section .banner .banenr-vector-image-center {
  background: url(../../style/assets/images/vector_image_center.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.banner-section .banner-actions-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.banner-section .banner-actions-buttons .btn.btn-primary {
  padding: 17px 30px;
}

.banner-section .banner-actions-buttons .video-button {
  margin-left: 20px;
}

.company-info-section {
  position: absolute;
  bottom: -230px;
  width: 100%;
  z-index: 999;
  justify-content: center;
}

.company-info-section .company-info {
  background: #fff;
  border-radius: 24px;
  padding: 30px 40px;
}

.company-info-section .company-info .col-md-4:last-child .company-info-item::before {
  content: "";
  width: 0;
}

.company-info-section .company-info .company-info-item {
  text-align: center;
  position: relative;
}

.company-info-section .company-info .company-info-item::before {
  content: "";
  position: absolute;
  height: 60px;
  background: #D7D7D7;
  display: block;
  position: absolute;
  right: 0;
  width: 4px;
  border-radius: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company-info-section .company-info .company-info-item .number {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 3rem;
  color: #FF3C78;
  padding-bottom: 10px;
}

.company-info-section .company-info .company-info-item .label {
  font-size: 1.25rem;
  font-family: "Poppins-Medium", sans-serif;
  color: #000C3E;
}

.why-choose-dojo-section {
  padding: 100px 0 0 100px;
  position: relative;
  background: #E7EBEE;
}

.why-choose-dojo-section::before {
  background-image: url(../../style/assets/images/newsletter_vector_image.png);
  opacity: 0.42;
  background-repeat: no-repeat;
  content: "";
  background-size: contain;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  display: block;
  top: 590px;
}

.why-choose-dojo-section .dojo-cart-wrapper {
  padding-top: 80px;
  z-index: 99;
  position: relative;
}

.why-choose-dojo-section .dojo-cart-wrapper .dojo-cart {
  -webkit-box-shadow: 0px 28px 133.1px 0px #B3C7DA;
  box-shadow: 0px 28px 133.1px 0px #B3C7DA;
  padding: 14px;
  background: #fff;
  border-radius: 33px;
}

.why-choose-dojo-section .dojo-cart-wrapper .dojo-cart .dojo-cart-icon {
  height: 115px;
  width: 115px;
}

.why-choose-dojo-section .dojo-cart-wrapper .dojo-cart .dojo-cart-name {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1.625rem;
  color: #000000;
  padding-bottom: 5px;
  line-height: 36px;
}

.why-choose-dojo-section .dojo-cart-wrapper .dojo-cart .dojo-cart-info {
  font-size: 1rem;
  margin: 0;
  color: #909090;
  font-family: "Poppins-Regular", sans-serif;
}

.why-choose-dojo-section .newsletter {
  border-radius: 42px 0 0 42px;
  padding: 14px 80px 14px 25px;
  background: #fff;
}

.why-choose-dojo-section .newsletter .newsletter-header {
  position: relative;
  padding-bottom: 40px;
}

.why-choose-dojo-section .newsletter .vector-image1 {
  position: relative;
  left: -20px;
}

.why-choose-dojo-section .newsletter .vector-image2 {
  position: absolute;
  bottom: 40px;
  left: 70px;
}

.why-choose-dojo-section .newsletter .section-heading {
  font-family: "Poppins-Bold", sans-serif;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  align-items: center;
  padding: 70px 0 0 0;
  position: relative;
  left: -20px;
}

.why-choose-dojo-section .newsletter .newsletter-image {
  border-radius: 33px;
  width: 100%;
  height: 373px;
  -o-object-fit: cover;
  object-fit: cover;
}

.why-choose-dojo-section .newsletter .newsletter-info {
  color: #909090;
  font-size: 1rem;
  line-height: 30px;
  font-family: "Poppins-Regular", sans-serif;
}

.why-choose-dojo-section .newsletter .newsletter-cart-wrapper {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  padding: 0 20px;
}

.why-choose-dojo-section .newsletter .newsletter-cart {
  background: #fff;
  border-radius: 21px;
  padding: 20px 30px;
  display: flex;
  min-width: 200px;
  justify-content: center;
}

.why-choose-dojo-section .newsletter .newsletter-cart.team-events {
  -webkit-box-shadow: 0px 26px 47.4px 0px rgba(0, 81, 177, 0.2117647059);
  box-shadow: 0px 26px 47.4px 0px rgba(0, 81, 177, 0.2117647059);
  border-bottom: 4px solid #0055A3;
}

.why-choose-dojo-section .newsletter .newsletter-cart.team-events .newsletter-cart-name {
  color: #0051B1;
}

.why-choose-dojo-section .newsletter .newsletter-cart.start-performer {
  -webkit-box-shadow: 0px 26px 47.4px 0px rgba(255, 60, 120, 0.1803921569);
  box-shadow: 0px 26px 47.4px 0px rgba(255, 60, 120, 0.1803921569);
  border-bottom: 4px solid #FF3C78;
  padding: 20px 29px;
}

.why-choose-dojo-section .newsletter .newsletter-cart.start-performer .newsletter-cart-name {
  color: #FF3C78;
}

.why-choose-dojo-section .newsletter .newsletter-cart.dojo-mentions {
  -webkit-box-shadow: 0px 26px 47.4px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 26px 47.4px 0px rgba(0, 0, 0, 0.1490196078);
  border-bottom: 4px solid #000A17;
}

.why-choose-dojo-section .newsletter .newsletter-cart.dojo-mentions .newsletter-cart-name {
  color: #000A17;
}

.why-choose-dojo-section .newsletter .newsletter-cart .newsletter-cart-name {
  font-size: 26px;
  font-family: "Poppins-SemiBold", sans-serif;
  margin: 0;
  line-height: 34px;
}

.top-courses-section {
  padding: 210px 0 100px;
  background: #E7EBEE;
  border-radius: 0 0 57px 57px;
}

.top-courses-section .courses-slider.slider {
  padding: 100px 0 0 112px;
}

.top-courses-section .courses-slider.slider .slick-track {
  padding: 20px 0 20px 20px;
  margin-left: -11px;
  width: 100% !important;
}

.top-courses-section .courses-slider.slider .slick-slide {
  margin: 0 8px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.top-courses-section .courses-slider.slider .slick-slideshow__slide {
  padding: 0;
  opacity: 1 !important;
}

.top-courses-section .courses-slider.slider .slider-container {
  margin: 20px 0;
}

.top-courses-section .courses-slider.slider .slick-slideshow__slide {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.top-courses-section .courses-slider.slider .slick-current.slick-active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.top-courses-section .courses-slider.slider .slick-current.slick-active .courses-item {
  width: 95%;
  padding-top: 0;
}

.top-courses-section .courses-slider.slider .slick-current.slick-active .courses-item .courses-image {
  height: 300px;
}

.top-courses-section .courses-item {
  position: relative;
  padding-top: 14px;
}

.top-courses-section .courses-item .courses-image {
  border-radius: 16px;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-courses-section .courses-item .courses-title {
  background-color: #000000;
  color: #fff;
  border-radius: 14px;
  opacity: 0.8;
  padding: 10px;
  position: absolute;
  bottom: 2px;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
}

.top-courses-section .courses-item .courses-title .courses-heading {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 1.5rem;
  padding-bottom: 0;
}

.top-courses-section .courses-item .courses-title .courses-number {
  font-size: 1rem;
  font-family: "OpenSans-Regular", sans-serif;
  color: #fff;
  opacity: 0.3;
}

.meet-trainers-section {
  background-image: url(../../style/assets/images/trainers_vector_image.svg);
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: right 60px;
  padding: 130px 0 80px 0;
  background-repeat: no-repeat;
  background-color: #fff;
}

.meet-trainers-section .team-slider {
  position: relative;
  padding: 100px 0 100px 104px;
  margin: 0;
}

.meet-trainers-section .team-slider .slick-slide {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.meet-trainers-section .team-slider .slick-list {
  height: 290px;
}

.meet-trainers-section .team-slider .slick-list .slick-slideshow__slide.slick-slide.slick-cloned .team-member-image,
.meet-trainers-section .team-slider .slick-list .slick-slideshow__slide.slick-slide.slick-active .team-member-image {
  display: block;
}

.meet-trainers-section .team-slider .slick-list .slick-slideshow__slide.slick-slide .team-member-image,
.meet-trainers-section .team-slider .slick-list .slick-slideshow__slide.slick-slide.slick-cloned[data-slick-index="-1"] .team-member-image {
  display: none;
}

.meet-trainers-section .team-slider .slick-slideshow__slide {
  padding: 0;
  opacity: 1 !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.meet-trainers-section .team-slider .team-member-cart {
  background: linear-gradient(90deg, #C9DBE4 0%, #FFFFFF 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meet-trainers-section .team-slider .slick-current.slick-active {
  width: 610px !important;
}

.meet-trainers-section .team-slider .slick-current.slick-active .team-member-cart {
  background: linear-gradient(90deg, #C9DBE4 0%, #FFFFFF 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meet-trainers-section .team-slider .slick-current.slick-active .team-member-cart .member-info {
  display: block;
}

.meet-trainers-section .team-member-cart {
  border-radius: 160px 0 0 160px;
}

.meet-trainers-section .team-member-cart .team-member-image {
  border-radius: 50%;
  border: 10px solid #fff;
}

.meet-trainers-section .team-member-cart .team-member-image img {
  border-radius: 50%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 270px;
}

.meet-trainers-section .team-member-cart .member-info {
  display: none;
}

.meet-trainers-section .team-member-cart .member-info .member-name {
  font-size: 1.5rem;
  color: #0055A3;
  font-family: "OpenSans-Bold", sans-serif;
  margin-bottom: 16px;
}

.meet-trainers-section .team-member-cart .member-info .member-description {
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 20px;
}

.meet-trainers-section .team-member-cart .member-info .member-designation {
  color: #002F5A;
  font-size: 1rem;
  font-family: "OpenSans-Bold", sans-serif;
  opacity: 0.5;
}

.video-section {
  position: relative;
  background-color: #E7EBEE;
}

.video-section .video-section-inner {
  padding-bottom: 120px;
  background: #fff;
  border-radius: 0 0 57px 57px;
}

.video-section .videobg {
  background: linear-gradient(248.9deg, #FF8A00 29.18%, #FFE600 51.94%, #FF3D00 74.71%, #FFB800 97.47%);
  width: 97%;
  height: 90px;
  z-index: 9;
  position: absolute;
  bottom: 104px;
  padding: 20px;
  left: 50%;
  border-radius: 47px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.video-section .video-content {
  background: linear-gradient(180deg, #000000 0%, #000D37 33.5%, #000D37 62%, #000000 100%);
  padding: 80px 0;
  margin: 0 20px;
  border-radius: 48px;
  z-index: 99;
  position: relative;
  box-shadow: 0px 25px 250px -50px rgba(0, 12, 62, 0.2901960784);
}

.video-section .video-content .section-heading {
  background: linear-gradient(270deg, #FFB800 0%, #FF7A00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 40px 0;
}

.video-section .video-content .normal-text {
  color: #fff;
  line-height: 28px;
  padding-right: 20px;
  border-right: 4px solid #FF3C78;
  opacity: 0.75;
}

.video-section .video-content .video-cart {
  position: relative;
  height: 100%;
  margin: 0 10px 0 0;
}

.video-section .video-content .video-cart .video-image {
  height: 100%;
}

.video-section .video-content .video-cart .video-image img {
  border-radius: 33px;
  width: 100%;
  height: 100%;
}

.video-section .video-content .video-cart .video-title-section {
  position: absolute;
  bottom: 5px;
  width: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000000;
  border-radius: 26px;
  padding: 10px 10px 10px 20px;
}

.video-section .video-content .video-cart .video-title-section .video-heading {
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
}

.video-section .video-content .video-cart .video-title-section .video-sub-heading {
  opacity: 0.3;
  font-size: 1rem;
  color: #fff;
}

.video-section .video-content .video-cart .video-tag {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 24px 0px 24px;
  background: linear-gradient(270deg, #FFB600 0%, #FF7C00 100%);
  padding: 10px 20px;
}

.video-section .video-content .video-cart .video-tag span {
  font-size: 1.375rem;
  font-family: "OpenSans-Bold", sans-serif;
  padding-left: 5px;
}

.video-section .video-content .child-video-content .col-xl-6.col-md-6:last-child .video-cart {
  margin-right: 0;
}

.video-section .video-content .child-video-content .video-cart {
  margin: 0 10px 0;
}

.video-section .video-content .child-video-content .video-cart .video-title-section {
  border-radius: 19px;
}

.video-section .video-content .child-video-content .video-cart .video-title-section .video-heading {
  font-size: 1rem;
}

.video-section .video-content .child-video-content .video-cart .video-title-section img,
.video-section .video-content .child-video-content .video-cart .video-title-section .video-sub-heading {
  display: none;
}

.video-section .video-content .child-video-content .video-cart .video-image img {
  border-radius: 24px;
  height: 232px;
}

.video-section .video-content .child-video-content .video-cart .video-tag {
  padding: 8px 18px;
}

.video-section .video-content .child-video-content .video-cart .video-tag span {
  font-size: 1rem;
}

.video-section .video-content .child-video-content .video-cart .video-tag img {
  height: 20px;
  width: 20px;
}

#newsletter {
  background: #E7EBEE;
  padding: 100px 0;
}

.welcome-section {
  background: linear-gradient(180deg, #000000 0%, #000C3E 100%);
  padding: 80px 20px;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.welcome-section .section-heading {
  font-size: 2.813rem;
  line-height: 61px;
  font-family: "OpenSans-Regular", sans-serif;
  background: none;
  -webkit-text-fill-color: #fff;
  z-index: 9;
  padding: 0 0 20px;
}

.welcome-section .section-heading .highlight-text {
  background: linear-gradient(90deg, #158FFF 64.71%, #73DFFF 81.52%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "OpenSans-Bold", sans-serif;
  z-index: 9;
}

.welcome-section .btn.btn-primary {
  z-index: 9;
}

.welcome-section .welcome-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

.welcome-section .normal-text {
  color: #909090;
  width: 50%;
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 28px;
  z-index: 9;
  border: 0;
}

.faq-section {
  padding: 0 0 80px;
  background-color: #E7EBEE;
}

.faq-section .normal-text {
  opacity: 0.5;
  color: #fff;
}

.faq-section .accordion-item {
  margin: 20px 0;
  font-size: 1.25rem;
  border-radius: 20px;
}

.faq-section .accordion-item .accordion-header {
  padding: 20px;
}

.faq-section .accordion-item .accordion-button {
  color: #1A1A1A;
  font-family: "OpenSans-Bold", sans-serif;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-size: 1.25rem;
}

.faq-section .accordion-item .accordion-body {
  color: #909090;
  border: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url(../../style/assets/icons/up_arrow.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 10px;
}

.faq-section .accordion-item .accordion-button::after {
  content: "";
  transform: rotate(0);
  background-image: url(../../style/assets/icons/up_arrow.svg);
  background-size: 10px;
}

.footer .footer-text {
  line-height: 35px;
  color: #909090;
}

.footer .footer-menu .footer-menu-item .footer-menu-item-link {
  color: #000000;
  font-size: 1.25rem;
}

.footer .footer-menu .copyRight {
  color: #000000;
  font-size: 1rem;
}

.footer .footer-heading {
  color: #8c8c8c;
  font-size: 2rem;
  font-family: "OpenSans-Bold", sans-serif;
}

.footer .border-right {
  border-left: 2px solid #E2E2E2;
}

.footer .footer .custom-top-border {
  display: none;
}

.about-us-page .about-us-page-content {
  /* color: #fff;
  opacity: 0.6; */
  /* background: #000A17; */
  font-family: "Poppins-Medium", sans-serif;
  padding: 40px 0;
}

.about-us-page .about-us-page-content p,
.about-us-page .about-us-page-content .our-mission ul li,
.about-us-page .about-us-page-content .page-heading {
  color: #fff;
  opacity: 0.6;
}

.about-us-page .about-us-page-content .page-title {
  padding: 0 0 40px 0;
  margin: 0;
  background: linear-gradient(90deg, #0047FF 2.35%, #00C2FF 78.34%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: 60px;
  font-family: "OpenSans-Bold", sans-serif;
}

.about-us-page .about-us-page-content .page-heading {
  font-weight: 500;
  font-size: 36px;
  padding-bottom: 20px;
}

.about-us-page .about-us-page-content .content {
  line-height: 26px;
}

.about-us-page .about-us-page-content .our-mission {
  padding-top: 30px;
}

.about-us-page .about-us-page-content .our-mission ul {
  list-style: disc;
  padding-left: 20px;
}

.about-us-page .about-us-page-content .our-mission ul li {
  padding-bottom: 20px;
  line-height: 26px;
}

#page-login-index.path-login #region-main-box {
  padding: 0;
}

#page-local-user-update_profile .modal.common-modal-layout .modal-dialog,
#page-local-change_password-change_password .modal.common-modal-layout .modal-dialog {
  max-width: 480px;
}

#page-local-user-update_profile .modal.common-modal-layout .modal-dialog .modal-content,
#page-local-change_password-change_password .modal.common-modal-layout .modal-dialog .modal-content {
  padding: 30px;
}

#page-local-user-update_profile .modal.common-modal-layout.choose-avatar-modal .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  margin: auto;
}

#page-local-user-update_profile .modal.common-modal-layout.choose-avatar-modal .modal-dialog .modal-content .modal-body ul li .modal-footer-btn.no-btn {
  width: 100%;
}

.expand-header.expanded .vertical-header .nav-menu + .userProfileImage {
  padding-left: 12px;
}

.about-us-page.dark-mode {
  background: #000A17;
}

.about-us-page.course-1 #region-main-box {
  padding: 0 15px;
}

.terms-condition-page .settings-details-div .condition-inner-row .section-title,
.privacy-policy-page .settings-details-div .condition-inner-row .section-title {
  height: auto;
  color: #fff;
  opacity: 0.6;
  padding-bottom: 0;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 500;
}

.terms-condition-page .settings-details-div .condition-inner-row .section ul li,
.privacy-policy-page .settings-details-div .condition-inner-row .section ul li {
  color: #fff;
  opacity: 0.6;
  margin-bottom: 6px;
}

.terms-condition-page .settings-details-div .condition-inner-row .section ul,
.privacy-policy-page .settings-details-div .condition-inner-row .section ul {
  list-style: disc;
}

.vertical-header .userProfileImage {
  font-size: 1.4rem;
  font-weight: bold;
  justify-content: flex-start;
}
.vertical-header .userProfileImage a {
  color: #fff;
  display: block;
  border-radius: 8px;
  padding: 0;
  white-space: nowrap;
}
.vertical-header .userProfileImage a:hover {
  background: #73DFFF;
  color: #000;
}
.vertical-header .userProfileImage img {
  margin-right: 5px;
}

.role_supervisior.expand-header.expanded .vertical-header .nav-menu + .userProfileImage {
  padding-left: 12px;
}

#page-my-index.role_supervisior .page-container {
  padding: 0 15px 0 45px;
}

/* News Landing page  */
/* About Us page */
.about-us-page .about-us-page-content .page-title {
  font-family: "Oswald-SemiBold", sans-serif;
  font-size: 48px;
  background: linear-gradient(2deg, #00A8FF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-left: 0;
  padding-bottom: 10px;
}

.about-us-page .about-us-page-content .page-heading {
  font-family: "SourceSans3-Bold", sans-serif;
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  opacity: 1;
}

.about-us-page .about-us-page-content p,
.about-us-page .about-us-page-content .our-mission ul li {
  font-size: 20px;
  font-family: "SourceSans3-ExtraLight", sans-serif;
  color: #fff;
  opacity: 1;
}

/* Content Page */
.privacy-policy-page .custom-condition-row .modal-body p,
.terms-condition-page .custom-condition-row .modal-body p {
  opacity: 1;
  font-size: 20px;
  font-family: "SourceSans3-ExtraLight", sans-serif;
  color: #fff;
}

.privacy-policy-page .custom-condition-row .modal-body,
.terms-condition-page .custom-condition-row .modal-body {
  opacity: 1;
}

.privacy-policy-page .section-title,
.terms-condition-page .section-title {
  font-size: 22px;
  font-family: "SourceSans3-Bold", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

.privacy-policy-page .custom-condition-row .modal-body ul li,
.terms-condition-page .custom-condition-row .modal-body ul li {
  font-size: 18px;
  font-family: "SourceSans3-ExtraLight", sans-serif;
  color: #fff;
}

.privacy-policy-page .custom-condition-row .modal-header .condition-header-details .condition-header-details h6,
.terms-condition-page .custom-condition-row .modal-header .condition-header-details .condition-header-details h6 {
  font-family: "SourceSans3-Bold", sans-serif;
}

.privacy-policy-page .custom-condition-row .modal-header .condition-header-details .condition-header-details p,
.terms-condition-page .custom-condition-row .modal-header .condition-header-details .condition-header-details p {
  font-family: "SourceSans3-Bold", sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 1536px) {
  #region-main-box .settings-menu-div {
    padding: 13px;
  }
  #region-main-box .settings-menu-div .settings-main-inner-card ul li a {
    font-size: 16px;
    height: 48px;
  }
  #region-main-box .settings-menu-div .settings-main-inner-card .settings-footer-menu {
    margin-top: 30px;
  }
  .course-1 #region-main {
    padding: 0;
  }
  #region-main-box .settings-details-div .common-form .form-group .common-icon-auth-edit {
    top: 54px;
  }
  #region-main-box .settings-details-div h1 {
    font-size: 28px;
  }
  #region-main-box .settings-details-div .common-form .form-group label {
    margin-bottom: 5px;
    font-size: 18px;
  }
  #region-main-box .settings-details-div .common-form .form-group .form-control::placeholder {
    font-size: 16px;
  }
  #region-main-box .settings-details-div .common-form .form-group {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .why-choose-dojo-section .dojo-cart-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .slider .slick-arrow.slick-next {
    right: 60px;
  }
  .slider .slick-arrow.slick-prev {
    right: 140px;
  }
  .banner-section {
    padding-bottom: 100px;
  }
  .banner-section .banner .banenr_man_image {
    background-size: contain;
  }
  .banner-section .banner-actions-buttons .video-button {
    margin-left: 20px;
  }
  .header-section {
    padding: 0;
  }
  .header-section header {
    background-image: none;
    background: #0a1328;
    height: auto;
    padding: 12px 40px;
    margin: 0;
  }
  .header-section header .sidebar {
    width: 90%;
    right: -90%;
  }
  .why-choose-dojo-section {
    padding: 60px 10px;
  }
  .why-choose-dojo-section .newsletter {
    padding-right: 14px;
    position: relative;
    z-index: 99;
  }
  .meet-trainers-section {
    padding: 60px 0;
  }
  .meet-trainers-section .team-slider {
    padding: 100px 0 100px 40px;
  }
  .top-courses-section {
    padding: 60px 0;
  }
  .top-courses-section .courses-slider.slider {
    padding: 100px 0 0 70px;
  }
  .top-courses-section .courses-slider.slider .slick-track {
    margin-left: -12px;
  }
  .video-section .video-section-inner {
    padding-bottom: 60px;
  }
  .video-section .video-content {
    padding: 60px 0;
  }
  .video-section .video-content .child-video-content .video-cart .video-image img {
    height: 100%;
  }
  .video-section .videobg {
    width: 96%;
  }
  #newsletter {
    padding: 60px 0;
  }
  .faq-section {
    padding: 0 0 50px;
  }
  .about-us-page .about-us-page-content {
    padding: 10px 0;
  }
  .about-us-page .about-us-page-content .page-title {
    font-size: 34px;
    padding-bottom: 10px;
  }
  .about-us-page .about-us-page-content .page-heading {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .about-us-page .about-us-page-content .our-mission {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-section .banner .banenr_man_image {
    display: none;
  }
  .header-section header .sidebar .sidebar-wrapper .btn.btn-primary {
    position: unset;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  .section-heading {
    font-size: 2.375rem;
    line-height: 50px;
  }
  .banner-section .banner {
    padding: 50px 10px 150px 10px;
  }
  .banner-section .banner-actions-buttons {
    display: block;
  }
  .banner-section .banner-actions-buttons .video-button {
    margin-top: 20px;
    margin-left: 0;
  }
  .why-choose-dojo-section {
    padding: 40px 10px;
  }
  .why-choose-dojo-section .section-info {
    padding: 0 0 40px 0;
  }
  .why-choose-dojo-section .section-info .section-heading {
    padding: 0;
  }
  .why-choose-dojo-section .newsletter .newsletter-image {
    height: auto;
  }
  .top-courses-section {
    padding: 40px 0;
    border-radius: 0;
  }
  .top-courses-section .section-heading {
    padding: 0 0 20px 0;
  }
  .top-courses-section .normal-text {
    border-right: 0;
    border-left: 3px solid #FF3C78;
    padding-left: 14px;
  }
  .top-courses-section .courses-slider.slider {
    padding: 50px 0 0 0;
    margin: 0;
  }
  .meet-trainers-section {
    padding: 40px 0 0;
  }
  .meet-trainers-section .team-slider {
    padding: 80px 0 40px 0;
  }
  .meet-trainers-section .normal-text {
    border-right: 0;
    border-left: 3px solid #FF3C78;
    padding-left: 14px;
  }
  .meet-trainers-section .section-heading {
    padding: 0 0 20px 0;
  }
  .meet-trainers-section .team-slider .slick-current.slick-active {
    width: 530px !important;
  }
  .slider .slick-arrow {
    top: 20px;
    height: 44px;
    width: 44px;
    border-radius: 6px;
  }
  .slider .slick-arrow.slick-prev {
    right: 80px;
  }
  .slider .slick-arrow.slick-prev::before {
    content: "";
    background-size: 16px;
  }
  .slider .slick-arrow.slick-next {
    right: 20px;
  }
  .slider .slick-arrow.slick-next::before {
    background-size: 16px;
    content: "";
  }
  .videobg {
    display: none;
  }
  .video-section .video-section-inner {
    padding-bottom: 40px;
  }
  .video-section .video-content {
    padding: 40px 10px;
    margin: 0 10px;
  }
  .video-section .video-content .video-cart {
    margin: 0;
  }
  .video-section .video-content .child-video-content .video-cart {
    margin: 0 0 30px;
  }
  .video-section .video-content .normal-text {
    border-right: 0;
    border-left: 3px solid #FF3C78;
    padding-left: 14px;
  }
  .video-section .video-content .section-heading {
    padding: 0 0 20px 0;
    margin: 0;
  }
  #newsletter {
    padding: 40px 0;
  }
  #newsletter .welcome-section {
    padding: 40px 20px;
  }
  #newsletter .welcome-section .section-heading {
    font-size: 2.375rem;
    line-height: 50px;
  }
  #newsletter .welcome-section .welcome-image {
    height: 100%;
  }
  #newsletter .welcome-section .normal-text {
    width: 80%;
  }
  .faq-section {
    padding: 0 0 30px 0;
  }
  .faq-section .accordion-item {
    font-size: 1rem;
  }
  .faq-section .section-heading {
    padding: 0 0 20px 0;
  }
  .footer {
    padding: 0px 0;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .sidebar {
    width: 320px;
  }
  .header-section {
    z-index: 99999;
  }
  .header-section header {
    padding: 12px 20px 12px 10px;
  }
  .header-section header .sidebar {
    padding: 20px;
  }
  .dark-mode .footer {
    padding: 30px 0;
  }
  .header-section header .sidebar .sidebar-wrapper {
    overflow: auto;
  }
  .header-section header .sidebar .sidebar-wrapper::-webkit-scrollbar {
    width: 0;
  }
  .header-section header .sidebar .sidebar-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
  }
  .header-section header .sidebar .sidebar-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 8px;
    border: 4px solid transparent;
  }
  .header-section header .sidebar .sidebar-wrapper .sidebar-header {
    position: sticky;
    top: 0;
  }
  .banner-section {
    padding-bottom: 0;
  }
  .banner-section .banner-actions-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-section .banner-actions-buttons .video-button {
    margin-top: 0;
    margin-left: 20px;
  }
  .banner-section .banner .latest-news {
    height: auto;
  }
  .banner-section .banner {
    padding: 30px 0 20px 0;
    margin: 0;
  }
  .banner-section .banner .news-heading {
    padding-top: 40px;
  }
  .banner-section .banner .section-heading {
    padding-bottom: 20px;
  }
  .company-info-section {
    position: relative;
    width: auto;
    bottom: unset;
    margin-top: 30px;
  }
  .company-info-section .company-info .company-info-item {
    border-bottom: 1px solid rgba(215, 215, 215, 0.1411764706);
    padding-bottom: 10px;
  }
  .company-info-section .company-info .company-info-item::before {
    content: "";
    background: none;
  }
  .company-info-section .company-info .col-md-4:last-child .company-info-item {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .why-choose-dojo-section::before {
    content: "";
    display: none;
  }
  .why-choose-dojo-section .newsletter .newsletter-cart {
    min-width: 160px;
  }
  .why-choose-dojo-section .dojo-cart-wrapper .dojo-cart .dojo-cart-name br {
    display: none;
  }
  .top-courses-section {
    padding: 0 0 20px;
  }
  .top-courses-section .courses-slider.slider .courses-item {
    padding-top: 0;
    width: 95%;
  }
  .top-courses-section .courses-slider.slider .slick-slide {
    margin: 0;
  }
  .top-courses-section .courses-slider.slider .slick-current.slick-active {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 0;
  }
  /* 
  .top-courses-section .courses-slider.slider .slick-current.slick-active .courses-item {
    width: 100%;
  } */
  .top-courses-section .courses-slider.slider .slick-current.slick-active .courses-item .courses-image {
    height: 280px;
  }
  .meet-trainers-section .team-slider .slick-list {
    height: 220px;
  }
  .meet-trainers-section .team-slider .slick-current.slick-active {
    width: 9% !important;
  }
  .meet-trainers-section .team-slider .slick-current.slick-active .team-member-cart .member-info {
    padding: 10px 0;
  }
  .meet-trainers-section .team-slider .team-member-image {
    border: 10px solid transparent;
  }
  .meet-trainers-section .team-slider .team-member-image img {
    height: 180px;
    width: 180px;
  }
  #newsletter {
    padding: 40px 0;
  }
  .video-section .video-content {
    padding: 40px 0;
  }
  .video-section .video-content .normal-text {
    border-left: 3px solid #FF3C78;
    border-right: 0;
    padding-left: 20px;
    margin: 0 0 30px 0;
  }
  .video-section .video-content .video-cart {
    margin: 0;
  }
  .video-section .video-content .video-cart .video-tag span {
    font-size: 1rem;
  }
  .video-section .video-content .video-cart .video-tag img {
    height: 18px;
    width: 18px;
  }
  .video-section .video-content .video-cart .video-image img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .video-section .video-content .video-cart .video-title-section img {
    width: 40px;
    height: 40px;
  }
  .video-section .video-content .video-cart .video-title-section .video-sub-heading {
    font-size: 0.9rem;
  }
  .video-section .video-content .video-cart .video-title-section .video-heading {
    font-size: 1.2rem;
  }
  .video-section .video-content .child-video-content .video-cart {
    margin: 0;
  }
  .video-section .video-content .child-video-content .video-cart .video-image img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .welcome-section .normal-text {
    width: 100%;
  }
  .why-choose-dojo-section {
    padding: 40px 0;
  }
  .why-choose-dojo-section .newsletter {
    padding: 14px;
  }
  .faq-section .normal-text {
    border-left: 3px solid #FF3C78;
    border-right: 0;
    padding: 0 0 0 10px;
  }
  .footer .footer-logo img {
    width: 70%;
  }
  .footer .border-right {
    border: none;
  }
  .footer .custom-top-border {
    border-top: 2px solid #E2E2E2;
  }
  .meet-trainers-section .team-slider .slick-list .slick-slideshow__slide.slick-slide.slick-cloned .team-member-image,
  .meet-trainers-section .team-slider .slick-list .slick-slideshow__slide.slick-slide.slick-active .team-member-image,
  .meet-trainers-section .team-slider .slick-list .slick-slideshow__slide.slick-slide.slick-active .member-info,
  .meet-trainers-section .team-slider .slick-list .slick-slideshow__slide.slick-slide.slick-cloned .member-info {
    display: block;
  }
  .meet-trainers-section .team-slider .slick-list .slick-slideshow__slide.slick-slide.slick-cloned[data-slick-index="-1"] .team-member-image {
    display: block;
  }
  #page-local-collab_forum-index #region-main {
    padding: 0;
  }
  #page-local-collab_forum-index #region-main .comments-wrapper.comments-show {
    padding: 10px;
    margin-bottom: 0;
  }
  #page-local-collab_forum-index #region-main .comments-wrapper .comments-item-list {
    height: 220px;
    padding: 10px;
  }
  #page-local-collab_forum-index #region-main .no-comment {
    height: 190px !important;
  }
  #page-local-collab_forum-index #region-main .collab-forum-details-page .collab-forum .collab-forum-item-inner {
    padding: 12px;
  }
  .dark-mode .footer .form-group .form-control::placeholder {
    font-size: 16px;
  }
  .dark-mode .footer .form-group .form-control {
    padding: 13px;
  }
  .course-1 #region-main-box {
    padding: 0;
  }
  .page-local-blog-posts.course-1 #region-main-box {
    padding: 0 6px;
  }
  .course-1 #region-main-box .row.mx-0 > .col-12 {
    padding-right: 5px;
  }
  #region-main-box .settings-menu-div .settings-main-inner-card ul li a {
    font-size: 0;
    height: auto;
    padding: 12px;
  }
  #region-main-box .settings-menu-div {
    width: auto;
    padding: 0;
  }
  #region-main-box .settings-details-div {
    padding-left: 14px;
    float: unset;
    width: auto;
  }
  #region-main-box .settings-menu-div .settings-main-inner-card ul li a .details {
    padding: 0;
  }
  #region-main-box .settings-details-div h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #region-main-box .common-form .form-group .profile-picture-div.profile-picture-edit .choose-avatar {
    margin-left: 5px;
    font-size: 14px;
    padding: 0;
    width: 100px;
  }
  #region-main-box .settings-details-div .common-form .form-group label {
    right: 5px;
  }
  .modal.common-modal-layout.choose-avatar-modal .modal-dialog .modal-content .modal-body .header-div-main {
    padding: 12px;
  }
  #region-main-box .common-form .form-group .profile-picture-div {
    width: 120px;
    height: 130px;
  }
  .modal.common-modal-layout.choose-avatar-modal ul .list-inline-item {
    width: auto;
  }
  #page-local-user-update_profile .modal.common-modal-layout.choose-avatar-modal .modal-dialog .modal-content .modal-body .avatar-row-custom {
    margin: 20px 0;
    overflow: auto;
    max-height: 350px;
  }
  .modal.common-modal-layout.choose-avatar-modal .modal-dialog .modal-content .modal-body ul {
    margin-top: 10px;
  }
  .modal.common-modal-layout.choose-avatar-modal .modal-dialog .modal-content ul li .avatar-card {
    background: transparent;
    box-shadow: transparent;
    width: 100%;
    height: 80px;
    object-fit: cover;
  }
  .modal.common-modal-layout.choose-avatar-modal .modal-dialog .modal-content ul li .avatar-card img {
    width: 80px;
    height: 80px;
  }
  #region-main-box .settings-details-div .auth-common-btn.btn {
    height: auto;
    font-size: 14px;
    padding: 10px;
  }
  #region-main-box .settings-menu-div .settings-main-inner-card ul li a .icon-div img {
    width: 20px;
  }
  #region-main-box .settings-menu-div .settings-main-inner-card .settings-footer-menu {
    margin-top: 0;
  }
  .privacy-policy-page #region-main-box,
  .terms-condition-page #region-main-box {
    padding: 0 0 0 16px;
  }
  .privacy-policy-page #region-main-box .settings-details-div,
  .terms-condition-page #region-main-box .settings-details-div {
    padding-left: 0;
  }
  #page-local-pages-index.privacy-policy-page .settings-details-div .row,
  #page-local-pages-index.terms-condition-page .settings-details-div .row {
    margin: 0 -10px 0 0;
  }
  .privacy-policy-page .settings-details-div .condition-inner-row,
  .terms-condition-page .settings-details-div .condition-inner-row {
    padding: 14px 0;
  }
  #page-local-pages-index.terms-condition-page .settings-details-div .condition-inner-row .section-title,
  #page-local-pages-index.privacy-policy-page .settings-details-div .condition-inner-row .section-title {
    font-size: 18px;
    line-height: normal;
  }
  .terms-condition-page .settings-details-div .condition-inner-row .section ul li,
  .privacy-policy-page .settings-details-div .condition-inner-row .section ul li {
    font-size: 16px;
  }
  #page-local-pages-index.terms-condition-page .settings-details-div .condition-inner-row p,
  #page-local-pages-index.privacy-policy-page .settings-details-div .condition-inner-row p {
    margin-bottom: 10px;
  }
  .settings-details-div .condition-inner-row h2 {
    font-size: 22px;
  }
  .settings-details-div .condition-inner-row h6 {
    font-size: 18px;
  }
  .page-local-change_password-change_password .award-certificates-row {
    padding: 12px;
  }
  .page-local-change_password-change_password .award-certificates-row h5 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .page-local-change_password-change_password .award-certificates-row h6 {
    font-size: 20px;
  }
  .page-local-change_password-change_password .award-certificates-row .marks-div {
    margin-bottom: 18px;
  }
  #page-local-favorite_items-index .favourite-article {
    margin-top: 0 !important;
  }
  #page-local-favorite_items-index .latest-news-section {
    margin-top: 10px !important;
  }
  .settings-menu-div .settings-main-inner-card ul li a .icon-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-local-user-register .auth-main-fluid,
  #page-local-user-forgetpassword .auth-main-fluid {
    padding: 10px 0;
  }
  #page-local-user-forgetpassword .auth-main-fluid .auth-main-card h6 {
    width: 80%;
    margin: 0 auto 25px;
  }
  #page-local-user-register .common-form .form-group,
  #page-login-index .common-form .form-group,
  #page-local-user-forgetpassword .common-form .form-group {
    padding: 0;
  }
  #page-local-user-forgetpassword .common-form .form-group {
    margin-bottom: 10px;
  }
  #page-local-user-register .common-form .form-group .common-icon-auth-left,
  #page-login-index .common-form .form-group .common-icon-auth-left,
  #page-local-user-forgetpassword .form-group .common-icon-auth-left {
    top: 13px;
    left: 14px;
  }
  #page-local-user-register .common-form .form-group .form-control::placeholder,
  #page-login-index .common-form .form-group .form-control::placeholder,
  #page-local-user-forgetpassword .common-form .form-group .form-control::placeholder {
    font-size: 14px;
  }
  #page-login-index .container-fluid.auth-main-fluid {
    padding: 10px;
  }
  #page-login-index .container.position-relative {
    padding: 0;
  }
  #page-course-view-remuiformat.modal-open .modal.common-modal-layout .modal-dialog .modal-content {
    height: auto;
  }
  #page-course-view-remuiformat.modal-open .modal.common-modal-layout .modal-dialog .modal-content .modal-body ul {
    margin-top: 10px;
  }
  #page-local-favorite_items-index .settings-menu-div .settings-main-inner-card {
    height: auto;
    justify-content: flex-start;
  }
  #page-local-favorite_items-index .page-container.d-print-block {
    padding: 0 15px;
  }
  #page-local-favorite_items-index .latest-news-section.latest-news-settings .news-list .news-list-item {
    margin-bottom: 15px;
  }
  #page-local-favorite_items-index .latest-news-section.latest-news-settings .news-list .news-list-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 580px) {
  .why-choose-dojo-section .dojo-cart-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .why-choose-dojo-section .newsletter .vector-image1,
  .why-choose-dojo-section .newsletter .vector-image2 {
    display: none;
  }
  .why-choose-dojo-section .newsletter .section-heading {
    padding: 0;
    left: 0;
    padding-top: 10px;
  }
  .why-choose-dojo-section .newsletter .newsletter-header {
    padding-bottom: 20px;
  }
  .why-choose-dojo-section .newsletter .newsletter-cart-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 20px;
    padding: 0;
  }
  .why-choose-dojo-section .newsletter .newsletter-cart-wrapper .newsletter-cart {
    margin-bottom: 20px;
  }
  #meet-trainers.meet-trainers-section .team-member-cart .member-info .member-name {
    margin-bottom: 8px;
  }
  #meet-trainers.meet-trainers-section .team-member-cart .member-info .member-description {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #meet-trainers.meet-trainers-section .team-member-cart .team-member-image {
    border: 0;
  }
}
@media only screen and (max-width: 480px) {
  .meet-trainers-section .team-slider .slick-list {
    min-height: 100%;
    height: 100%;
  }
  .meet-trainers-section .team-slider .team-member-cart {
    background: none;
    text-align: center;
    -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;
    padding-top: 20px;
    border-radius: 80px 0 0 80px;
  }
  .meet-trainers-section .team-slider .slick-current.slick-active {
    width: 9% !important;
  }
  .meet-trainers-section .team-slider .slick-current.slick-active .team-member-cart {
    background: none;
    text-align: center;
    -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;
  }
  .meet-trainers-section .team-slider .slick-current.slick-active .team-member-cart .member-info {
    width: 90%;
  }
  .banner-section .banner-actions-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .banner-section .banner-actions-buttons .video-button {
    margin-top: 20px;
    margin-left: 0;
  }
}


/*Moodle Changes */
.accordion-item {
  color: #212529;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.accordion-body {
  padding: 0 1rem 0 1.25rem;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.9rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease);
}

.form-group {
  margin-bottom: 1.5rem;
}

.footer-form .form-group .form-control {
  padding: 30px 10px;
  color: #FFFFFF !important;
}

.form-group .form-control::-moz-placeholder {
  color: #BDBDBD;
  font-size: 1.25rem;
}

.form-group .form-control:-ms-input-placeholder {
  color: #BDBDBD;
  font-size: 1.25rem;
}

.form-group .form-control::-ms-input-placeholder {
  color: #BDBDBD;
  font-size: 1.25rem;
}

.form-group .form-control::placeholder {
  color: #BDBDBD;
  font-size: 1.25rem;
}

.form-group .form-control.text-area {
  padding-top: 10px;
  width: 100%;
}

.gap-5 {
  gap: 3rem !important;
}

#page-header h1.h2 {
  text-transform: capitalize;
}

section {
  margin-bottom: 0px !important;
}

#emailError {
  color: #f36060;
  text-align: left;
  font-size: 13px;
}

.error-message {
  text-align: left !important;
  color: #f36060;
  font-size: 13px !important;
}

.login-form-forgotpassword a {
  color: #fff !important;
  text-decoration: underline;
}

.login-form-forgotpassword a:focus {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  text-decoration: underline;
}

a:focus {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

.form-control::-moz-placeholder {
  color: #6c757d !important;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

.error-pass {
  border: 1px solid #f36060 !important;
}

.error-img {
  filter: invert(1);
  fill: rgb(243, 96, 96);
}

#pp {
  height: 140px;
}

.summary-col {
  margin-top: 15px;
}

.summary-col h6 {
  margin-bottom: 0px !important;
}

.maincalendar .calendarmonth .clickable:hover {
  background-color: #ededed;
  color: #000;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #000 !important;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0.6rem;
  outline: 0;
}

.activityiconcontainer .activityicon,
.activityiconcontainer .icon {
  filter: invert(1);
}

.block_lw_courses .lw_courses_list {
  padding-top: 0px !important;
}

.pagelayout-mydashboard #region-main-box {
  padding: 0px 10px !important;
}

.card {
  background: transparent;
  border: 0px;
  box-shadow: none;
}

.card-body {
  background: transparent;
  border: 0px solid transparent;
  padding: 0px;
}

.card-title {
  display: none;
}

#page-message-output-popup-notifications #region-main {
  background-color: transparent !important;
}

.card-text {
  display: block !important;
}

.page-container {
  padding: 20px 15px 1px 45px;
}

.collabview {
  text-decoration: underline;
  padding: 9px;
  color: white;
}

.pagelayout-admin .btn,
.pagelayout-incourse .btn {
  padding: 7px 17px;
}

.pagelayout-admin #region-main,
.pagelayout-incourse #region-main {
  color: #000;
}

.continue-watching-list .continue-watching-list-item .watching-info .title {
  white-space: nowrap;
  /* Prevent line breaks */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
  /* Show ellipsis */
}

.continue-watching-list .continue-watching-list-item .watching-info .sub-title {
  white-space: nowrap;
  /* Prevent line breaks */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
  /* Show ellipsis */
}

.recommended-courses .recommended-courses-list .recommended-courses-list-item .recommended-courses-title {
  padding-left: 7px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-courses .my-courses-list .my-courses-list-item .course-name {
  padding-left: 7px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#page-local-collab_forum-index #region-main {
  background-color: transparent !important;
}

#page-my-index .card-header {
  display: none;
}

#page-my-index .used-region-side-pre .card-header {
  display: block;
}

.button-tabs .nav-tabs .nav-link.active {
  border: 1px solid #0055A3 !important;
  background: #0055A3 !important;
}

#page-course-view-remuiformat:not(.editing) #region-main {
  background-color: transparent;
  /* Example styling */
}

.icon {
  margin-right: 0px !important;
}

#page-my-index .add-collab-forum {
  display: none;
}

.footer-content-popover {
  display: none;
}

#page-my-index .comments-show {
  margin-top: 12px;
}

#successMessage {
  position: absolute;
  right: 76px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 12px;
  z-index: 999;
}

.toast-body {
  color: #000 !important;
}

.coursedescdata {
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#page-course-view-remuiformat #region-main {
  border: 0;
  padding: 0;
  background-color: transparent;
  margin-top: -1px;
  padding-top: 14px;
}

.registertermprivacy .custom-condition-row {
  padding: 50px 137px 50px 137px;
}

.success {
  background: green;
  color: #fff;
}

.error {
  background: red;
  color: #fff;
}

/*===================landingpage css-----------------*/
.header .logo img {
  width: 320px;
}

.landing-page-title {
  font-family: "Oswald-SemiBold", sans-serif;
  font-size: 62px;
  background: linear-gradient(2deg, #00A8FF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-left: 40px;
}

.header-banner-section {
  background-image: linear-gradient(0deg, #002d75 0%, #000000 100%);
  border-radius: 0 0 40px 40px;
}

.landing-banner {
  padding: 0 30px 20px;
  margin-bottom: 70px;
}

.landing-banner .landingpagecontent {
  display: flex;
  justify-content: end;
  flex-direction: column;
  width: 70%;
}

.landing-banner .landingpagecontent .text {
  font-size: 20px;
  font-family: "SourceSans3-ExtraLight", sans-serif;
  color: #fff;
  margin-bottom: 18px;
}

.landing-banner .landingpagecontent .banner-heading {
  font-family: "Oswald-SemiBold", sans-serif;
  font-size: 65px;
  background: linear-gradient(2deg, #00A8FF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 20px;
}

.landing-banner .landingpagecontent .banner-heading .highlighted {
  -webkit-text-fill-color: #ff3c78;
}

.landing-banner .banner-image .image {
  width: 100%;
}

.landing-banner .middle-content {
  position: relative;
  left: 60px;
}

.landing-banner .action-button {
  font-size: 22px;
  font-family: "SourceSans3-ExtraLight", sans-serif;
  color: #fff;
  border: 0;
  display: flex;
  background: transparent;
  display: flex;
  align-items: center;
}

.landing-banner .action-button .play-icon {
  margin-right: 20px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF3C78;
}

.landing-banner .features-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 25px;
  justify-content: flex-end;
}

.landing-banner .features-wrapper .features {
  border: 4px solid #ff3c78;
  border-radius: 18px;
}

.landing-banner .features-wrapper .features-item {
  font-family: "Oswald-Regular", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px 20px;
  box-shadow: inset 0px 0px 20px 2px #ff3c78;
  background-image: linear-gradient(0deg, #000000 0%, #002d75 100%);
  border-bottom: 4px solid #ff3c78;
}

.landing-banner .features-wrapper .features-item:first-child {
  border-radius: 14px 14px 0 0;
}

.landing-banner .features-wrapper .features-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 14px 14px;
}

.landing-banner .button-wrapper {
  margin-top: 20px;
  text-align: left;
  margin-left: 30px;
}

.button-wrapper {
  text-align: center;
}

.button-wrapper .go-pro-button {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  box-shadow: 1px -1px 20px 5px rgb(255, 245, 245);
  transition: all 0.3s ease;
  padding: 6px 30px;
  background-image: linear-gradient(0deg, #102c59 0%, #011736 100%);
  font-size: 30px;
  margin: auto;
  font-family: "Nasalization", sans-serif;
  text-align: center;
  border: 0;
}

.pagelayout-mydashboard #page-footer {
  background: #000A17 !important;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}

.pagelayout-mydashboard #region-main-box .lw_courses_list .section-header {
  padding-bottom: 10px;
}

.pagelayout-mydashboard #page-footer .footer-content-debugging.footer-dark.bg-dark {
  background: transparent !important;
}

#page-my-index.pagelayout-mydashboard.role_stakeholder #region-main.has-blocks {
  width: calc(100% - 474px);
}

#page-my-index.pagelayout-mydashboard.role_stakeholder [data-region=blocks-column] {
  width: 440px;
}

#page-my-index.pagelayout-mydashboard .chat-boat-wrapper {
  position: relative;
  right: 0;
  bottom: 0;
}

#page-local-user-subscriptionrequest #region-main-box {
  padding: 0;
}

#page-local-user-subscriptionrequest #region-main-box .subscription-row-premium.subscription-row-premium-create {
  top: 0;
}

#page-local-user-subscriptionrequest #region-main-box .subscription-row-premium .summary-col {
  margin-top: 15px;
}

.ask-human-section .section-image {
  background: #fff;
}

#newsletter.newsletter-section {
  padding: 70px 0 50px;
}

#newsletter.newsletter-section .section-image {
  border: 0;
}

#newsletter.newsletter-section .section-title-wrapper {
  left: -90px;
}

#newsletter.newsletter-section .section-title-wrapper .tilted-text {
  transform: rotate(-30deg);
  position: relative;
  top: -111px;
  left: 140px;
}

body.notloggedin.pagelayout-frontpage {
  background: #000a18;
}

body.notloggedin.pagelayout-frontpage #video-button .modal-content {
  background: #fff !important;
}

body.notloggedin.pagelayout-frontpage #video-button .modal-content .modal-header .modal-title {
  color: #000;
}

#virtual-courses.virtual-courses-section {
  padding: 140px 0 50px;
}

#virtual-courses.virtual-courses-section .section-title-wrapper {
  left: -330px;
}

#virtual-courses.virtual-courses-section .section-title-wrapper .tilted-text {
  left: 370px;
  top: -140px;
}

#trainings.trainings-section {
  padding: 60px 0 50px;
}

#trainings.trainings-section .section-title-wrapper {
  left: -60px;
}

#trainings.trainings-section .section-title-wrapper .tilted-text {
  font-family: "DelightSunset", sans-serif;
  font-size: 132px;
  color: #ff3c78;
  transform: rotate(-20deg);
  position: relative;
  top: -89px;
  left: 91px;
}

.ask-human-section,
.trainings-section,
.virtual-courses-section,
.newsletter-section {
  border-bottom: 2px solid #fff;
  padding: 90px 0 50px;
}

.ask-human-section .section-title,
.trainings-section .section-title,
.virtual-courses-section .section-title,
.newsletter-section .section-title {
  margin-bottom: 20px;
  font-family: "Oswald-SemiBold", sans-serif;
  font-size: 53px;
  background: linear-gradient(176deg, #00A8FF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}

.ask-human-section .section-title-wrapper,
.trainings-section .section-title-wrapper,
.virtual-courses-section .section-title-wrapper,
.newsletter-section .section-title-wrapper {
  display: flex;
  position: relative;
  left: -70px;
  top: 90px;
}

.ask-human-section .section-title-wrapper .tilted-text,
.trainings-section .section-title-wrapper .tilted-text,
.virtual-courses-section .section-title-wrapper .tilted-text,
.newsletter-section .section-title-wrapper .tilted-text {
  font-family: "DelightSunset", sans-serif;
  font-size: 132px;
  color: #ff3c78;
  transform: rotate(-20deg);
  position: relative;
  top: -102px;
  left: 110px;
}

.ask-human-section .section-image,
.trainings-section .section-image,
.virtual-courses-section .section-image,
.newsletter-section .section-image {
  border-radius: 50px;
  margin-bottom: 40px;
}

.ask-human-section .section-image img,
.trainings-section .section-image img,
.virtual-courses-section .section-image img,
.newsletter-section .section-image img {
  width: 100%;
  border-radius: 50px;
}

.ask-human-section .landingpagecontent,
.trainings-section .landingpagecontent,
.virtual-courses-section .landingpagecontent,
.newsletter-section .landingpagecontent {
  padding: 0 40px;
}

.ask-human-section .landingpagecontent .title,
.trainings-section .landingpagecontent .title,
.virtual-courses-section .landingpagecontent .title,
.newsletter-section .landingpagecontent .title {
  font-size: 22px;
  font-family: "SourceSans3-Bold", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

.ask-human-section .landingpagecontent .text,
.trainings-section .landingpagecontent .text,
.virtual-courses-section .landingpagecontent .text,
.newsletter-section .landingpagecontent .text {
  font-size: 20px;
  font-family: "SourceSans3-ExtraLight", sans-serif;
  color: #fff;
}

.go-pro-section {
  margin: 100px auto;
  border-radius: 16px;
  background-image: linear-gradient(0deg, #102c59 0%, #011736 100%);
  border: 4px solid #fb6455;
  padding: 0 40px 20px;
  width: 60%;
  max-width: 950px;
  margin-bottom: 100px !important;
}

.go-pro-section .text {
  font-size: 20px;
  font-family: "SourceSans3-ExtraLight", sans-serif;
  color: #fff;
}

.go-pro-section .section-title-wrapper {
  position: relative;
}

.go-pro-section .section-title-wrapper .tilted-text {
  font-family: "DelightSunset", sans-serif;
  font-size: 62px;
  color: #ff3c78;
  transform: rotate(-20deg);
  position: relative;
  top: -100px;
  left: 60px;
}

.go-pro-section .section-title-wrapper .section-title {
  font-family: "Oswald-SemiBold", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.go-pro-section .sub-title {
  font-size: 26px;
  font-family: "SourceSans3-Bold", sans-serif;
  color: #fff;
  text-align: center;
  margin: 20px 0 30px;
}

.contact-us-page-content {
  padding: 40px 0;
}

.contact-us-page-content .page-title {
  font-family: "Oswald-SemiBold", sans-serif;
  font-size: 48px;
  background: linear-gradient(2deg, #00A8FF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-left: 0;
  padding-bottom: 10px;
}

.contact-us-page-content .page-heading {
  font-family: "SourceSans3-Bold", sans-serif;
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  opacity: 1;
  font-weight: 500;
  padding-bottom: 20px;
}

.contact-us-page-content .contact-list {
  padding: 0 0 50px;
  display: flex;
  flex-direction: column;
}

.contact-us-page-content .contact-list .contact-list-item {
  border: 1px solid #73dfff;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.contact-us-page-content .contact-list .contact-list-item .label {
  padding-bottom: 5px;
  color: #73DFFF;
  font-size: 24px;
  font-family: "Oswald-SemiBold", sans-serif;
}

.contact-us-page-content .contact-list .contact-list-item .value a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}

.contact-us-page-content .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-us-page-content .contact-form .form-group .form-control {
  background: rgba(255, 255, 255, 0.1019607843);
  font-size: 16px;
  font-family: "SourceSans3-Bold", sans-serif;
  border: 0;
  border-radius: 8px;
  color: #fff;
  opacity: 1;
}

.contact-us-page-content .contact-form .form-group .form-control::placeholder {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.contact-us-page-content .contact-form .submit-button {
  background: #0055A3;
  border: 1px solid #0055A3;
  color: #fff;
  padding: 14px 55px 17px;
  border-radius: 30px;
  font-size: 18px;
}

.landing-page-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  text-align: center;
  border-top: 2px solid #fff;
}

.landing-page-footer .logo img {
  width: 400px;
}

.landing-page-footer .nav-menu {
  margin-top: 20px;
}

.landing-page-footer .nav-menu .nav-menu-item {
  padding-bottom: 14px;
}

.landing-page-footer .nav-menu .nav-menu-item a {
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: "SourceSans3-ExtraLight", sans-serif;
}

.landing-page-footer .social-icons {
  display: flex;
}

.landing-page-footer .social-icons .social-icons-item {
  margin-right: 30px;
}

.landing-page-footer .social-icons .social-icons-item:last-child {
  margin-right: 0;
}

.landing-page-footer .social-icons .social-icons-item a {
  text-decoration: none;
}

.landing-page-footer .social-icons .social-icons-item a img {
  height: 40px;
  width: 40px;
}

.landing-page-footer .copy-right-text {
  font-size: 18px;
  font-family: "SourceSans3-ExtraLight", sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.landing-page-footer .nav-menu,
.landing-page-footer .social-icons {
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 1281px) {
  .landing-banner .middle-content {
    position: unset;
  }
  .landing-banner .landingpagecontent {
    width: 90%;
  }
  .landing-banner .landingpagecontent .banner-heading {
    font-size: 45px;
  }
  .landing-banner .features-wrapper .features-item {
    font-size: 24px;
  }
  .landing-banner .button-wrapper .go-pro-button {
    font-size: 24px;
  }
  .go-pro-section {
    width: 80%;
    max-width: 950px;
  }
}
@media only screen and (max-width: 991px) {
  .landing-banner .features-wrapper {
    margin-top: 20px;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 0;
    justify-content: flex-start;
  }
  .landing-banner .features-wrapper .features {
    width: 80%;
    margin-top: 10px;
  }
  .landing-banner .features-wrapper .features .features-item br {
    display: none;
  }
  .contact-us-page-content .contact-list {
    flex-wrap: wrap;
  }
  .contact-us-page-content .contact-list .contact-list-item {
    width: 100%;
    margin: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #trainings.trainings-section {
    padding: 30px 0 20px;
  }
  #trainings.trainings-section .section-title-wrapper {
    top: 90px;
  }
  .landing-page-title {
    font-size: 52px;
  }
  #newsletter.newsletter-section .section-title-wrapper {
    left: -120px;
  }
  .landing-banner {
    margin-bottom: 40px;
    padding: 0 0px 20px;
  }
  .ask-human-section,
  .trainings-section,
  .virtual-courses-section,
  .newsletter-section {
    padding: 70px 0 20px;
  }
  .ask-human-section .section-image,
  .trainings-section .section-image,
  .virtual-courses-section .section-image,
  .newsletter-section .section-image {
    margin-bottom: 30px;
  }
  .ask-human-section .section-title-wrapper,
  .trainings-section .section-title-wrapper,
  .virtual-courses-section .section-title-wrapper,
  .newsletter-section .section-title-wrapper {
    left: -90px;
  }
  .ask-human-section .section-title-wrapper .tilted-text,
  .trainings-section .section-title-wrapper .tilted-text,
  .virtual-courses-section .section-title-wrapper .tilted-text,
  .newsletter-section .section-title-wrapper .tilted-text {
    font-size: 112px;
  }
  .ask-human-section .section-title-wrapper .section-title,
  .trainings-section .section-title-wrapper .section-title,
  .virtual-courses-section .section-title-wrapper .section-title,
  .newsletter-section .section-title-wrapper .section-title {
    font-size: 43px;
  }
  .ask-human-section .landingpagecontent,
  .trainings-section .landingpagecontent,
  .virtual-courses-section .landingpagecontent,
  .newsletter-section .landingpagecontent {
    padding: 0 10px;
  }
  .go-pro-section {
    width: 100%;
    max-width: 950px;
    margin: 40px auto;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo img {
    width: 260px;
  }
  .landing-page-title {
    padding: 0 15px;
    font-size: 30px;
  }
  .landing-banner {
    margin-bottom: 10px;
  }
  .landing-banner .landingpagecontent {
    width: 100%;
  }
  .landing-banner .landingpagecontent .banner-heading {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 34px;
  }
  .landing-banner .landingpagecontent .text {
    font-size: 16px;
  }
  .landing-banner .action-button .play-icon {
    height: 50px;
    width: 50px;
    margin-right: 10px;
  }
  .landing-banner .action-button .play-icon img {
    width: 16px;
  }
  .landing-banner .features-wrapper {
    margin-top: 20px;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 0;
    justify-content: flex-start;
  }
  .landing-banner .features-wrapper .features {
    margin-top: 10px;
    width: 100%;
  }
  .landing-banner .features-wrapper .features .features-item {
    font-size: 22px;
  }
  .landing-banner .features-wrapper .features .features-item br {
    display: none;
  }
  #newsletter.newsletter-section,
  #virtual-courses.virtual-courses-section,
  #trainings.trainings-section {
    padding: 10px 0 10px 0;
  }
  #newsletter.newsletter-section .section-title-wrapper,
  #virtual-courses.virtual-courses-section .section-title-wrapper,
  #trainings.trainings-section .section-title-wrapper {
    left: unset;
    top: unset;
    flex-direction: column;
    padding: 0 15px 20px;
  }
  #newsletter.newsletter-section .section-title-wrapper .tilted-text,
  #virtual-courses.virtual-courses-section .section-title-wrapper .tilted-text,
  #trainings.trainings-section .section-title-wrapper .tilted-text {
    font-size: 50px;
    top: unset;
    left: unset;
    transform: unset;
    margin-bottom: 0;
  }
  .ask-human-section,
  .trainings-section,
  .virtual-courses-section,
  .newsletter-section {
    padding: 10px 0 10px;
  }
  .ask-human-section .section-title-wrapper,
  .trainings-section .section-title-wrapper,
  .virtual-courses-section .section-title-wrapper,
  .newsletter-section .section-title-wrapper {
    left: unset;
    top: unset;
    flex-direction: column;
    padding: 0 15px 20px;
  }
  .ask-human-section .section-title-wrapper .tilted-text,
  .trainings-section .section-title-wrapper .tilted-text,
  .virtual-courses-section .section-title-wrapper .tilted-text,
  .newsletter-section .section-title-wrapper .tilted-text {
    left: unset;
    right: unset;
    top: unset;
    font-size: 50px;
    transform: unset;
  }
  .ask-human-section .section-title-wrapper .section-title,
  .trainings-section .section-title-wrapper .section-title,
  .virtual-courses-section .section-title-wrapper .section-title,
  .newsletter-section .section-title-wrapper .section-title {
    font-size: 30px;
  }
  .ask-human-section .landing-banner .action-button,
  .trainings-section .landing-banner .action-button,
  .virtual-courses-section .landing-banner .action-button,
  .newsletter-section .landing-banner .action-button {
    font-size: 20px;
  }
  .ask-human-section .landingpagecontent .text,
  .trainings-section .landingpagecontent .text,
  .virtual-courses-section .landingpagecontent .text,
  .newsletter-section .landingpagecontent .text {
    font-size: 16px;
  }
  .ask-human-section .section-image,
  .trainings-section .section-image,
  .virtual-courses-section .section-image,
  .newsletter-section .section-image {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .ask-human-section .section-image img,
  .trainings-section .section-image img,
  .virtual-courses-section .section-image img,
  .newsletter-section .section-image img {
    border-radius: 10px;
  }
  .ask-human-section .landingpagecontent .title,
  .trainings-section .landingpagecontent .title,
  .virtual-courses-section .landingpagecontent .title,
  .newsletter-section .landingpagecontent .title {
    margin-bottom: 10px;
  }
  .go-pro-section {
    padding: 20px;
  }
  .go-pro-section .section-title {
    font-size: 22px;
  }
  .go-pro-section .section-title-wrapper .tilted-text {
    position: unset;
    transform: unset;
  }
  .go-pro-section .section-title-wrapper .section-title {
    text-align: left;
    font-size: 26px;
  }
  .go-pro-section .sub-title {
    font-size: 22px;
  }
  .go-pro-section .text {
    font-size: 18px;
  }
  .go-pro-section .button-wrapper .go-pro-button {
    font-size: 20px;
  }
  .landing-page-footer .logo img {
    width: 300px;
  }
  .contact-us-page-content {
    padding-top: 20px;
  }
  .contact-us-page-content .page-title {
    font-size: 36px;
  }
  .contact-us-page-content .column-reverse {
    flex-direction: column-reverse;
  }
  .contact-us-page-content .page-heading {
    font-size: 24px;
    padding-bottom: 0;
  }
  .contact-us-page-content .contact-list {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .contact-us-page-content .contact-list .contact-list-item {
    width: 100%;
    margin: 10px 0;
  }
}
/*=======landingpage css closed----------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clp-progress-hexagon {
  height: 130px;
  width: 150px;
  position: relative;
  margin: 0 auto;
  transform-origin: 0 0;
  transform: translateX(37.5px);
}
.clp-progress-hexagon .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 37.5px 0;
  border-color: #f9bf41 transparent;
  transform-origin: 37.5px 68px;
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
}
.clp-progress-hexagon .triangle .clp-progress {
  min-width: 150px;
}
.clp-progress-hexagon .triangle:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: 0.3s;
}
.clp-progress-hexagon .triangle:nth-child(2) {
  transform: rotate(60deg);
  animation-delay: 0.6s;
}
.clp-progress-hexagon .triangle:nth-child(3) {
  transform: rotate(120deg);
  animation-delay: 0.9s;
}
.clp-progress-hexagon .triangle:nth-child(4) {
  transform: rotate(180deg);
  animation-delay: 1.2s;
}
.clp-progress-hexagon .triangle:nth-child(5) {
  transform: rotate(240deg);
  animation-delay: 1.5s;
}
.clp-progress-hexagon .triangle:nth-child(6) {
  transform: rotate(300deg);
  animation-delay: 1.8s;
}
.clp-progress-hexagon .empty {
  border-color: rgba(255, 0, 108, 0.09) transparent;
}

.clp-progress {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  border: 1px solid;
  padding: 0 1rem;
  border-radius: 20px;
  align-self: flex-start;
}
.clp-progress p {
  padding: 0;
  margin-top: 1rem;
}

.clp-progress-stat span {
  font-size: 1.5rem;
}

.clp-content {
  gap: 1rem;
  display: flex;
  justify-content: stretch;
  align-items: self-end;
}
.clp-content .clp-content form {
  width: 25vw;
}
@media (max-width: 1400px) {
  .clp-content {
    display: grid;
    align-items: stretch;
    grid-template-columns: 1fr;
  }
  .clp-content .clp-content form {
    width: 100%;
  }
}
.clp-content .my-course-list {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 1rem 1rem;
  align-self: stretch;
  border: 1px solid;
  border-radius: 20px;
  width: 50vw;
}
.clp-content .my-course-list h3 {
  font-size: 1.5rem;
}
.clp-content .my-course-list h3 span {
  float: right;
  font-size: 1rem;
  padding-top: 1rem;
}
.clp-content .my-course-list h3 span a {
  color: #ff3c78;
}
.clp-content .my-course-list h3 span a:hover {
  text-decoration: underline;
}
.clp-content .my-course-list .course-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clp-content .my-course-list .course-list .my-course-list-item {
  flex-shrink: 1;
  margin-bottom: 0.25rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(115, 222, 255, 0.5);
}
.clp-content .my-course-list .course-list .my-course-list-item:hover {
  background: rgba(0, 168, 255, 0.25);
}
.clp-content .my-course-list .course-list .my-course-list-item a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
}
.clp-content .my-course-list .my-course-thumbnail {
  width: 3vw;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #73deff;
}
@media (max-width: 1400px) {
  .clp-content .my-course-list {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .clp-content .my-course-list {
    width: 50%;
  }
}

.recommended-courses .recommended-courses-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  padding-bottom: 2rem;
}
@media (max-width: 1400px) {
  .recommended-courses .recommended-courses-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
  }
}
@media (max-width: 900px) {
  .recommended-courses .recommended-courses-list {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
}

.slick-slide {
  width: 100% !important;
}

.lesson-activities-card {
  display: block !important;
}

.lesson-activities-card.completed {
  background: linear-gradient(180deg, #12210b 0%, #212f1a 100%) !important;
  border: 1px solid #212f1a !important;
}
.lesson-activities-card.completed i {
  color: #00AD2B;
  font-size: 2rem;
}
.lesson-activities-card.completed:hover {
  background: linear-gradient(0deg, #12210b 0%, #212f1a 100%) !important;
  border: 1px solid #00AD2B !important;
}

.completed-check {
  color: #00AD2B;
  font-size: 2rem;
}
.completed-check i {
  padding-left: 5px;
}

.view-all.completed-check {
  border: 2px solid #00AD2B;
  background: transparent;
  color: #00AD2B;
  float: right;
}

.view-all.completed-check:hover {
  background: transparent;
  box-shadow: none;
  color: #00AD2B;
  transition: none;
}

.answer-options button {
  width: 100%;
}
.answer-options label {
  border: 1px solid #000;
}
.answer-options label:hover {
  border: 1px solid #0a78d1;
  color: #fff;
  background: rgba(0, 168, 255, 0.07);
  cursor: pointer;
}

.answer-sheet-item {
  display: grid;
  grid-template-columns: 1fr 11fr;
}

.question-feedback {
  padding: 1rem 4rem;
  border-radius: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  letter-spacing: 1px;
}

h2.question {
  font-size: 2rem;
  letter-spacing: 1px;
}

.answer-feedback {
  padding: 0.5rem 2rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.answer-feedback h5 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0;
}

.answer-options .answer-options-item {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.header-left-side {
  display: flex;
  justify-content: space-between;
}
.header-left-side .header-image {
  height: 18vh;
  padding: 0;
  margin: 0;
  width: auto;
}

.contarct-history-wrapper {
  background: linear-gradient(180deg, rgb(0, 0, 1) 0%, rgb(1, 30, 81) 100%);
  border-radius: 20px;
  border: 1px solid #78d7f3;
  color: #78d7f3;
  padding: 0.5rem 1rem;
}

.contarct-history-content .date span {
  color: #73deff;
}

.nav-menu-item-icon svg {
  fill: #78d7f3;
}

.dose-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  position: relative;
  top: -25px;
}

p.daily-dose-summary {
  padding: 1rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.daily-dose-title {
  max-width: 100% !important;
}

.daily-dose-card {
  display: grid;
  align-content: space-between;
  align-items: stretch;
  justify-items: start;
}
.daily-dose-card .card-content {
  display: grid;
  align-content: space-between;
  align-items: stretch;
  justify-items: start;
}
.daily-dose-card .card-content h5 {
  font-size: 1.7rem;
}

.daily-dose-list-item:hover {
  background: rgba(0, 168, 255, 0.25);
  box-shadow: 0px 0px 20px 2px #00A8FF, inset 0px 0px 20px 2px #000;
  cursor: pointer;
}
.daily-dose-list-item .daily-dose-image-container {
  border-bottom: 0;
  overflow: hidden; /* hide anything outside */
  position: relative; /* needed for absolute positioning */
  min-height: 150px;
}
.daily-dose-list-item .daily-dose-image-container.full-page {
  min-height: 300px;
}
.daily-dose-list-item .daily-dose-image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* optional: make sure image keeps aspect ratio */
  min-width: 100%;
  min-height: 100%;
}

.card-title.daily-dose-title {
  font-size: 1.1rem;
  object-fit: cover;
}

.daily-dose-footer {
  text-align: center;
  margin: 2rem 0;
}
.daily-dose-host {
  display: block;
  padding: 0.5rem;
  text-align: center;
}

.daliy-does-news-image {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -30px;
}
.daliy-does-news-image img {
  max-width: 30vw;
  z-index: 400;
}

.daily-dose-list .dd-block .daily-dose-title {
  padding: 0;
}

.dd-page-header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.dd-page-header .dd {
  height: auto;
  flex-grow: 1;
}

.my-course-list-item .item-info {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  background-image: linear-gradient(120deg, rgba(255, 0, 108, 0.29) 0%, rgba(255, 0, 108, 0) 0%);
  background-position-x: 0;
  transition: all 0.5s;
}
.my-course-list-item .item-info a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-session-theater {
  height: 100%;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: grid;
}
.live-session-theater iframe {
  width: 80vw;
  height: 80vh;
  border: 2px solid #333;
  border-radius: 10px;
  background: transparent;
}
.live-session-theater h1 {
  font-size: 2rem;
  letter-spacing: 2px;
}
.live-session-theater h2 {
  font-size: 1.5rem;
  float: right;
}

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