@charset "UTF-8";
/*
@File: eLearniv Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Partner Area CSS
** - Boxes Area CSS
** - Features Area CSS
** - About Area CSS
** - Language Courses Area CSS
** - Success Story Area CSS
** - Our Story Area CSS
** - Courses Area CSS
** - Courses Details Area CSS
** - Slogan Area CSS
** - Categories Area CSS
** - Advisor Area CSS
** - Start With Success Area CSS
** - Funfacts Area CSS
** - Feedback Area CSS
** - Profile Area CSS
** - Video Area CSS
** - Get Instant Courses Area CSS
** - Events Area CSS
** - Event Details Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Become Instructor & Partner CSS
** - View All Courses Area CSS
** - Information Area CSS
** - Free Trial Area CSS
** - Newsletter Modal CSS
** - Teacher Register Area CSS
** - Premium Access Area CSS
** - Apply Instructor Area CSS
** - Page Title Area CSS
** - Subscribe Area CSS
** - Gallery Area CSS
** - Products Area CSS
** - Products Details Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Widget Sidebar CSS
** - Privacy Policy Area CSS
** - Terms of Service Area CSS
** - Purchase Guide Area CSS
** - Membership Levels Area CSS
** - Pagination CSS
** - 404 Error Area CSS
** - FAQ Area CSS
** - Coming Soon Area CSS
** - Profile Authentication Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap");
:root {
  --fontSize: 16px;
  --transition: .5s;
  --mainColor: #C40000;
  --mainColor2: #6ba292;
  --optionalColor: #606060;
  --whiteColor: #ffffff;
  --blackColor: #221638;
  --paragraphColor: #716c80;
  --fontFamily: "Nunito", sans-serif;
  --fontFamily2: "Playfair Display", serif;
  --fontFamily3: "Inter", sans-serif;
  --fontFamily4: "Jost", sans-serif;
  --fontFamily5: "El Messiri", sans-serif;
  --SparklingAppleColor: #72AE44;
}

body {
  padding: 0;
  margin: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
}

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

p {
  color: var(--optionalColor);
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: var(--fontSize);
}
p:last-child {
  margin-bottom: 0;
}

:focus {
  outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--blackColor);
  font-family: var(--fontFamily);
}

.container {
  max-width: 1230px;
}

.pl-5, .px-5 {
  padding-left: 3rem;
}

.bg-fef8ef {
  background-color: #fef8ef;
}

.bg-fe4a55 {
  background-color: var(--mainColor);
}

.bg-f5f1ed {
  background-color: #f5f1ed;
}

.bg-f0f2f5 {
  background-color: #f0f2f5;
}

.bg-fff8f8 {
  background-color: #fff8f8;
}

.bg-f9fbff {
  background-color: #f9fbff;
}

.bg-f8f9f8 {
  background-color: #f8f9f8;
}

.bg-6B7280 {
  background-color: #6B7280;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

.bg-f7ebeb {
  background-color: #f7ebeb;
}

.bg-6dbbbd {
  background-color: #6dbbbd;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.bg-6ba292 {
  background-color: var(--mainColor2);
}

.bg-f5f7fa {
  background-color: #f5f7fa;
}

.bg-fffaf3 {
  background-color: #fffaf3;
}

.bg-fff7f4 {
  background-color: #fff7f4;
}

.bg-f6f7fb {
  background-color: #f6f7fb;
}

.bg-fcf7f3 {
  background-color: #fcf7f3;
}

.bg-eee8df {
  background-color: #eee8df;
}

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

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

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

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

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

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

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

a {
  color: var(--blackColor);
  transition: var(--transition);
  text-decoration: none;
}
a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

.playfair-display-font {
  font-family: var(--fontFamily2);
}

.inter-font {
  font-family: var(--fontFamily3);
}

.jost-font {
  font-family: var(--fontFamily4);
}

.el-messiri-font {
  font-family: var(--fontFamily5);
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 55px; */
}
.section-title .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}
.section-title h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}
.section-title p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

/*default-btn*/
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transition: var(--transition);
  border-radius: 5px;
  font-weight: 700;
  font-size: var(--fontSize);
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--blackColor);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}
.default-btn i {
  position: absolute;
  left: 30px;
  top: 10px;
}
.default-btn:hover {
  color: var(--whiteColor);
}
.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn-style-two {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: var(--whiteColor);
  background-color: transparent;
  transition: var(--transition);
  border-radius: 30px;
  border: 1px dashed var(--mainColor);
  font-weight: 700;
  font-size: var(--fontSize);
  padding-left: 60px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.default-btn-style-two i {
  position: absolute;
  left: 35px;
  top: 14px;
}
.default-btn-style-two::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--mainColor);
  z-index: -1;
  border-radius: 30px;
  margin: 4px;
  transition: 0.3s;
}
.default-btn-style-two:hover {
  color: var(--whiteColor);
}
.default-btn-style-two:hover::before {
  margin: 0;
}

/*form-control*/
.form-control {
  height: 50px;
  color: var(--blackColor);
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  transition: var(--transition);
  border-radius: 3px;
  padding: 3px 0 0 15px;
  font-size: var(--fontSize);
  font-weight: 400;
}
.form-control::-moz-placeholder {
  color: #7e7e7e;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.form-control::placeholder {
  color: #7e7e7e;
  transition: var(--transition);
}
.form-control:focus {
  border-color: var(--mainColor);
  background-color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
}

/*================================================
Navbar Area CSS
=================================================*/
.elearniv-responsive-nav {
  display: none;
}

.elearniv-nav .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.elearniv-nav .navbar {
  position: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.elearniv-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.elearniv-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.elearniv-nav .navbar .search-box {
  width: 250px;
  margin-left: 30px;
  position: relative;
  border-radius: 5px;
}
.elearniv-nav .navbar .search-box .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: var(--transition);
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 400;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}
.elearniv-nav .navbar .search-box .input-search::-moz-placeholder {
  color: #848484;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.elearniv-nav .navbar .search-box .input-search::placeholder {
  color: #848484;
  transition: var(--transition);
}
.elearniv-nav .navbar .search-box .input-search:focus {
  border-color: var(--mainColor);
}
.elearniv-nav .navbar .search-box .input-search:focus::-moz-placeholder {
  color: transparent;
}
.elearniv-nav .navbar .search-box .input-search:focus::placeholder {
  color: transparent;
}
.elearniv-nav .navbar .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background-color: transparent;
  border: none;
  color: var(--mainColor);
  border-radius: 5px;
  padding: 0 15px;
}
.elearniv-nav .navbar .navbar-nav {
  margin-left: auto;
}
.elearniv-nav .navbar .navbar-nav .nav-item {
  position: relative;
}
.elearniv-nav .navbar .navbar-nav .nav-item a {
  color: var(--blackColor);
  font-size: 16.5px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 14px;
  margin-right: 14px;
}
.elearniv-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -3px;
}
.elearniv-nav .navbar .navbar-nav .nav-item a:hover, .elearniv-nav .navbar .navbar-nav .nav-item a:focus, .elearniv-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.elearniv-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.elearniv-nav .navbar .navbar-nav .nav-item:hover a, .elearniv-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 270px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: var(--whiteColor);
  transition: all 0.2s ease-in-out;
  border-top: 3px solid var(--mainColor);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 8px 20px;
  margin: 0;
  position: relative;
  display: block;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 700;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 15px;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  margin-top: 15px;
  visibility: hidden;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  visibility: hidden;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
  transform: scaleY(0);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  visibility: hidden;
  transform: scaleY(0);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.elearniv-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 9px;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu {
  position: inherit;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .container {
  display: block;
  flex-wrap: unset;
  align-items: unset;
  justify-content: unset;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
  margin-top: 0;
  padding: 30px 0;
  position: absolute;
  transform: unset !important;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  margin-top: 14px;
  color: var(--blackColor);
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
  color: var(--mainColor);
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
  margin-top: 0;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
  width: 70px;
  height: 70px;
  position: relative;
  background: #f4f4f4;
  text-align: center;
  font-size: 40px;
  transition: var(--transition);
  color: var(--blackColor);
  margin-bottom: 15px;
  border-width: 1.5px;
  border-style: dashed;
  border-color: #eeeeee;
  border-radius: 50%;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
  display: block;
  margin-top: 5px;
  color: var(--mainColor);
  font-weight: 600;
  font-size: 15px;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.elearniv-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
  background-color: var(--mainColor);
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}
.elearniv-nav .navbar .others-option {
  margin-left: 25px;
}
.elearniv-nav .navbar .others-option .option-item {
  margin-left: 35px;
}
.elearniv-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
}
.elearniv-nav .navbar .others-option .cart-btn {
  font-size: 22px;
  position: relative;
  line-height: 1;
}
.elearniv-nav .navbar .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  color: var(--blackColor);
}
.elearniv-nav .navbar .others-option .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  font-size: 10px;
  font-weight: 600;
}
.elearniv-nav .navbar .others-option .cart-btn a:hover {
  color: var(--mainColor);
}

.navbar-area {
  position: relative;
  background-color: var(--whiteColor);
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: var(--whiteColor) !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-area.is-sticky.pb-0 {
  padding-bottom: 5px !important;
}

.others-option-for-responsive {
  display: none;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -26px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: var(--transition);
  background-color: var(--blackColor);
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: var(--mainColor);
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 20px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transform: scaleX(0);
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.others-option-for-responsive .option-inner {
  padding: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: var(--whiteColor);
}
.others-option-for-responsive .option-inner .search-box {
  position: relative;
  border-radius: 5px;
}
.others-option-for-responsive .option-inner .search-box .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: var(--transition);
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 400;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}
.others-option-for-responsive .option-inner .search-box .input-search::-moz-placeholder {
  color: #848484;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.others-option-for-responsive .option-inner .search-box .input-search::placeholder {
  color: #848484;
  transition: var(--transition);
}
.others-option-for-responsive .option-inner .search-box .input-search:focus {
  border-color: var(--mainColor);
}
.others-option-for-responsive .option-inner .search-box .input-search:focus::-moz-placeholder {
  color: transparent;
}
.others-option-for-responsive .option-inner .search-box .input-search:focus::placeholder {
  color: transparent;
}
.others-option-for-responsive .option-inner .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background-color: transparent;
  border: none;
  color: var(--mainColor);
  border-radius: 5px;
  padding: 0 15px;
}
.others-option-for-responsive .option-inner .others-option {
  justify-content: center;
  margin-top: 15px;
}
.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 30px;
}
.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
}
.others-option-for-responsive .option-inner .others-option .cart-btn {
  font-size: 22px;
  position: relative;
  line-height: 1;
}
.others-option-for-responsive .option-inner .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  color: var(--blackColor);
}
.others-option-for-responsive .option-inner .others-option .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  font-size: 10px;
  font-weight: 600;
}
.others-option-for-responsive .option-inner .others-option .cart-btn a:hover {
  color: var(--mainColor);
}

@media only screen and (max-width: 1199px) {
  .navbar-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .elearniv-responsive-nav {
    display: block;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu {
    position: relative;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .mean-nav {
    margin-top: 45px;
    background-color: var(--whiteColor);
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
    border: none !important;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #DBEEFD;
    color: var(--blackColor);
    text-transform: unset;
    font-weight: 600;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .mean-nav ul li a img {
    display: none;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 50%;
    height: 28px;
    text-align: end;
    padding: 11px !important;
    background: transparent !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .mean-nav ul li a.active {
    color: var(--mainColor);
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14.5px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav {
    max-height: 70vh;
    overflow-y: scroll;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
    overflow: hidden;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
    border-top: 1px solid #eeeeee;
    padding-left: 0;
    padding-right: 0;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
    display: block;
    flex-wrap: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
    flex-basis: unset;
    flex-grow: unset;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
    margin-bottom: 15px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
    border-top: none;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
    width: 100%;
    float: unset;
    display: block;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
    display: none !important;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
    width: 80%;
    overflow: hidden;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    opacity: 1;
    padding: 0;
    border: none;
    margin-top: 18px;
    color: var(--blackColor);
    font-size: 14.5px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: var(--mainColor);
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
    border-top: 1px solid #eeeeee;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
    position: relative;
    border-top: 0;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
    width: 50px;
    height: 50px;
    position: relative;
    background: #f4f4f4;
    text-align: center;
    font-size: 28px;
    transition: var(--transition);
    color: var(--blackColor);
    margin-bottom: 15px;
    border-width: 1.5px;
    border-style: dashed;
    border-color: #eeeeee;
    border-radius: 50%;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
    display: block;
    margin-top: 5px;
    color: var(--mainColor);
    font-weight: 600;
    font-size: 13px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
    background-color: var(--mainColor);
    border-color: var(--whiteColor);
    color: var(--whiteColor);
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .search-box {
    display: none !important;
    position: absolute;
    right: 340px;
    top: -11px;
    width: 270px;
    border-radius: 5px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    transition: var(--transition);
    color: var(--blackColor);
    font-size: var(--fontSize);
    font-weight: 400;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .search-box .input-search::-moz-placeholder {
    color: #848484;
    -moz-transition: var(--transition);
    transition: var(--transition);
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .search-box .input-search::placeholder {
    color: #848484;
    transition: var(--transition);
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .search-box .input-search:focus {
    border-color: var(--mainColor);
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .search-box .input-search:focus::-moz-placeholder {
    color: transparent;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .search-box .input-search:focus::placeholder {
    color: transparent;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: var(--mainColor);
    border-radius: 5px;
    padding: 0 15px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .others-option {
    position: absolute;
    right: 55px;
    display: none !important;
    top: -10px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .others-option .option-item {
    margin-left: 30px;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .others-option .option-item:first-child {
    margin-left: 0;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .others-option .cart-btn {
    font-size: 22px;
    position: relative;
    line-height: 1;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    color: var(--blackColor);
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .others-option .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    color: var(--whiteColor);
    background-color: var(--mainColor);
    font-size: 10px;
    font-weight: 600;
  }
  .elearniv-responsive-nav .elearniv-responsive-menu.mean-container .others-option .cart-btn a:hover {
    color: var(--mainColor);
  }
  .elearniv-responsive-nav .mean-container a.meanmenu-reveal {
    top: 0;
    padding: 0;
    width: 35px;
    height: 30px;
    padding-top: 0;
    color: var(--blackColor);
  }
  .elearniv-responsive-nav .mean-container a.meanmenu-reveal span {
    top: 8px;
    height: 4px;
    margin-top: -6px;
    border-radius: 3px;
    position: relative;
    background: var(--blackColor);
  }
  .elearniv-responsive-nav .mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 999;
    padding: 0;
  }
  .elearniv-responsive-nav .logo {
    position: relative;
    width: 70%;
    z-index: 999;
  }
  .others-option-for-responsive {
    display: block;
  }
  .elearniv-nav {
    display: none;
  }
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  background-image: url("/static/indigo/images/bg/gray-bg.d949c26347aa.jpg");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.main-banner .container-fluid {
  max-width: 1395px;
}
.main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.main-banner .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.main-banner-content {
  max-width: 595px;
  position: relative;
  top: -60px;
  padding-right: 30px;
}
.main-banner-content h1 {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 800;
}
.main-banner-content p {
  max-width: 450px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 17px;
}
.main-banner-content .default-btn {
  margin-top: 10px;
}

.main-banner-courses-list {
  position: relative;
  z-index: 1;
}
.main-banner-courses-list .row {
  margin-left: calc(var(--bs-gutter-x) / -2) !important;
  margin-right: calc(var(--bs-gutter-x) / -2) !important;
}
.main-banner-courses-list .row .col-lg-6 {
  padding-left: calc(var(--bs-gutter-x) / 2) !important;
  padding-right: calc(var(--bs-gutter-x) / 2) !important;
}
.main-banner-courses-list .row .col-lg-6:nth-child(1) .single-courses-box {
  margin-top: 90px;
}
.main-banner-courses-list .single-courses-box {
  margin-bottom: 0;
}
.main-banner-courses-list .single-courses-box .courses-content {
  padding: 20px;
}

.banner-shape1 {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: -1;
  text-align: center;
  right: 0;
}
.banner-shape1 img {
  animation: moveleftbounce 4s linear infinite;
}

.banner-shape2 {
  position: absolute;
  left: -85px;
  top: 17px;
  z-index: -1;
  right: 0;
  text-align: center;
}
.banner-shape2 img {
  animation: movebounce 5s linear infinite;
}

.banner-shape3 {
  position: absolute;
  left: -40px;
  top: -35px;
  z-index: -2;
  right: 0;
  text-align: center;
}
.banner-shape3 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.main-banner-area {
  z-index: 1;
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
.main-banner-area .container-fluid {
  max-width: 1395px;
}
.main-banner-area .banner-shape1 {
  left: auto;
  bottom: 10%;
  right: 17%;
  width: 190px;
}
.main-banner-area .banner-shape2 {
  width: 50px;
  left: 29%;
  top: 9%;
}
.main-banner-area .banner-shape3 {
  right: auto;
  width: 50px;
  left: 30%;
  top: 5%;
}

.main-banner-content-style-two h1 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 800;
}
.main-banner-content-style-two p {
  max-width: 580px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 16px;
}
.main-banner-content-style-two .default-btn {
  margin-top: 10px;
}

.bulb {
  left: 15%;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.bulb img {
  animation: moveleftbounce 4s linear infinite;
}

.banner-section {
  position: relative;
  z-index: 1;
  background-image: url("/static/indigo/images/banner/banner-bg.e153ab51d447.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
.banner-section .container-fluid {
  max-width: 1395px;
}

.banner-content h1 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 800;
}
.banner-content p {
  max-width: 450px;
  color: #d2d2d2;
  font-weight: 600;
  font-size: 17px;
}
.banner-content .default-btn {
  margin-top: 15px;
}
.banner-content .default-btn span {
  background-color: var(--whiteColor);
}
.banner-content .default-btn:hover {
  color: var(--blackColor);
}

.banner-image {
  position: relative;
  z-index: 1;
}

.banner-shape4 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 40px;
  right: 0;
  text-align: center;
}
.banner-shape4 img {
  animation: moveleftbounce 4s linear infinite;
}

.banner-shape5 {
  position: absolute;
  z-index: -1;
  right: 24.5%;
  bottom: 10.5%;
  text-align: center;
}
.banner-shape5 img {
  animation: movescale 4s linear infinite;
}

.banner-shape6 {
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 8%;
}
.banner-shape6 img {
  animation: movebounce 4s linear infinite;
}

.banner-shape7 {
  position: absolute;
  z-index: -1;
  top: 30%;
  left: -12%;
}
.banner-shape7 img {
  animation: moveleftbounce 8s linear infinite;
}

.banner-wrapper-area {
  position: relative;
  z-index: 1;
  background-color: #f8f9f8;
  padding-top: 40px;
}
.banner-wrapper-area .divider {
  background-color: #f5f7fa;
  top: auto;
  bottom: 0;
}

.banner-wrapper-content h1 {
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 800;
}
.banner-wrapper-content p {
  font-size: 17px;
}
.banner-wrapper-content form {
  margin-top: 25px;
  position: relative;
}
.banner-wrapper-content form label {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 15px;
  top: 13px;
  color: var(--mainColor);
  line-height: 1;
  font-size: 22px;
}
.banner-wrapper-content form .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #eee8e2;
  border-radius: 5px;
  transition: var(--transition);
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 400;
  padding-left: 50px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}
.banner-wrapper-content form .input-search::-moz-placeholder {
  color: #999999;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.banner-wrapper-content form .input-search::placeholder {
  color: #999999;
  transition: var(--transition);
}
.banner-wrapper-content form .input-search:focus {
  border-color: var(--mainColor);
}
.banner-wrapper-content form .input-search:focus::-moz-placeholder {
  color: transparent;
}
.banner-wrapper-content form .input-search:focus::placeholder {
  color: transparent;
}
.banner-wrapper-content form button {
  position: absolute;
  right: 0;
  border-radius: 0 5px 5px 0;
  height: 48px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: none;
  transition: var(--transition);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  top: 0;
  font-size: var(--fontSize);
  font-weight: 600;
}
.banner-wrapper-content form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.banner-wrapper-content .popular-search-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}
.banner-wrapper-content .popular-search-list li {
  display: inline-block;
  margin-right: 12px;
  color: var(--optionalColor);
  font-size: 15px;
  font-weight: 600;
}
.banner-wrapper-content .popular-search-list li:last-child {
  margin-right: 0;
}
.banner-wrapper-content .popular-search-list li a {
  display: block;
  color: var(--blackColor);
  font-weight: 700;
  text-decoration: underline;
}
.banner-wrapper-content .popular-search-list li a:hover {
  color: var(--mainColor);
}

.banner-wrapper-image {
  text-align: center;
}

.banner-inner-area {
  margin-top: 50px;
  border-radius: 10px;
}
.banner-inner-area .row {
  margin-left: 0;
  margin-right: 0;
}
.banner-inner-area .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
.banner-inner-area .row .col-lg-4:last-child .single-banner-box {
  border-right: none;
}
.banner-inner-area .row .col-lg-4:nth-child(1) .single-banner-box {
  border-radius: 10px 0 0 10px;
}
.banner-inner-area .row .col-lg-4:nth-child(3) .single-banner-box {
  border-radius: 0 10px 10px 0;
}

.single-banner-box {
  border-right: 1px solid #eeeeee;
  background-color: var(--whiteColor);
  padding: 30px 30px 30px 90px;
  position: relative;
}
.single-banner-box .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  transition: var(--transition);
  font-size: 45px;
}
.single-banner-box .icon i.flaticon-world {
  font-size: 40px;
}
.single-banner-box h3 {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
}
.single-banner-box:hover .icon {
  color: var(--mainColor);
}

.banner-shape8 {
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 7%;
}
.banner-shape8 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.banner-shape9 {
  position: absolute;
  z-index: -1;
  top: 5%;
  right: 15%;
}
.banner-shape9 img {
  animation: movescale 4s linear infinite;
}

.banner-shape10 {
  position: absolute;
  z-index: -1;
  bottom: 30px;
  left: 35px;
}
.banner-shape10 img {
  animation: movebounce 5s linear infinite;
}

.banner-wrapper {
  height: 1000px;
  position: relative;
  z-index: 1;
  background-color: var(--blackColor);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/static/indigo/images/banner/main-banner1.ff5c153bacf7.jpg");
}
.banner-wrapper::before {
  height: 512px;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/static/indigo/images/shape/banner-shape11.fedef96fb433.png");
}

.banner-wrapper-text {
  position: relative;
  z-index: 2;
  max-width: 590px;
  margin-left: auto;
  margin-top: -200px;
}
.banner-wrapper-text h1 {
  margin-bottom: 22px;
  color: var(--whiteColor);
  font-size: 48px;
  font-weight: 800;
}
.banner-wrapper-text p {
  color: var(--whiteColor);
  max-width: 500px;
  font-size: 16.5px;
}
.banner-wrapper-text .default-btn {
  margin-top: 10px;
}

.home-banner-area {
  background-color: var(--mainColor);
  background-position: center center;
  background-size: cover;
  background-image: url("/static/indigo/images/banner/main-banner2.ff5c153bacf7.jpg");
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-top: 25px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}
.home-banner-area h1 {
  margin-bottom: 12px;
  max-width: 600px;
  color: var(--whiteColor);
  font-size: 48px;
  font-weight: 800;
}
.home-banner-area p {
  max-width: 500px;
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 18px;
}

.banner-shape11 {
  position: absolute;
  z-index: -1;
  right: 21%;
  bottom: 24%;
}
.banner-shape11 img {
  animation: movebounce 5s linear infinite;
}

.banner-shape12 {
  position: absolute;
  z-index: -1;
  right: 19%;
  top: 14%;
}
.banner-shape12 img {
  animation: movescale 4s linear infinite;
}

.banner-shape13 {
  position: absolute;
  z-index: -1;
  bottom: 5%;
  left: 4%;
}
.banner-shape13 img {
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.main-banner-wrapper {
  position: relative;
  z-index: 2;
  background-color: #eae1d6;
  padding-bottom: 120px;
}
.main-banner-wrapper .container-fluid {
  max-width: 1395px;
}

.main-banner-wrapper-content {
  position: relative;
  top: 80px;
}
.main-banner-wrapper-content h1 {
  margin-bottom: 18px;
  font-size: 52px;
  font-weight: 800;
}
.main-banner-wrapper-content p {
  font-weight: 600;
  font-size: 17px;
}
.main-banner-wrapper-content .default-btn {
  margin-top: 10px;
}

.banner-shape14 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-shape14 img {
  animation: movebounce 4s linear infinite;
}

.banner-shape15 {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
.banner-shape15 img {
  animation: movebounce 4s linear infinite;
}

.banner-shape16 {
  position: absolute;
  left: 130px;
  bottom: -25px;
  z-index: -1;
}
.banner-shape16 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.banner-shape17 {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
}
.banner-shape17 img {
  animation: movebounce 4s linear infinite;
}

.banner-shape18 {
  position: absolute;
  right: 400px;
  bottom: 0;
  z-index: -1;
}
.banner-shape18 img {
  animation: moveleftbounce 4s linear infinite;
}

.hero-banner-area {
  position: relative;
  z-index: 1;
  background-color: #fffaf3;
  padding-bottom: 200px;
}
.hero-banner-area .container-fluid {
  max-width: 1395px;
}
.hero-banner-area .divider {
  top: auto;
  bottom: 0;
  background: #f5f7fa;
}

.hero-banner-content {
  position: relative;
}
.hero-banner-content h1 {
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 800;
}
.hero-banner-content p {
  padding-right: 50px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 17px;
}
.hero-banner-content .default-btn {
  margin-top: 10px;
}

.hero-banner-image {
  text-align: center;
}

.banner-shape19 {
  position: absolute;
  z-index: -1;
  left: 40%;
  bottom: 30%;
}
.banner-shape19 img {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Yoga Main Banner Area CSS
=================================================*/
.yoga-main-banner {
  position: relative;
  z-index: 1;
  background-image: url("/static/indigo/images/banner/main-banner3.ff5c153bacf7.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
}
.yoga-main-banner .banner-shape2 {
  left: auto;
  top: 12%;
  right: 0;
}
.yoga-main-banner .banner-shape3 {
  left: 52%;
  top: 30%;
  right: auto;
}

.yoga-banner-content {
  position: relative;
  text-align: center;
  z-index: 1;
  max-width: 900px;
}
.yoga-banner-content .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 140px;
}
.yoga-banner-content .content .top-image {
  margin-bottom: 20px;
}
.yoga-banner-content .content h1 {
  margin-bottom: 15px;
  color: var(--whiteColor);
  font-size: 55px;
  font-weight: 800;
}
.yoga-banner-content .content p {
  color: #ececec;
}
.yoga-banner-content .content .default-btn {
  margin-top: 15px;
}
.yoga-banner-content .content .bottom-image {
  margin-top: 15px;
}
.yoga-banner-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: 0;
  z-index: -1;
  background-color: var(--mainColor2);
  display: none;
}

/*================================================
Health Coaching Banner Area CSS
=================================================*/
.health-coaching-banner-area {
  background-color: var(--mainColor2);
  position: relative;
  z-index: 1;
  padding-top: 40px;
  overflow: hidden;
}
.health-coaching-banner-area .divider {
  background-color: #f5f7fa;
  top: auto;
  bottom: -1px;
  height: 195px;
  z-index: 1;
}

.health-coaching-banner-image {
  text-align: center;
}

.health-coaching-banner-content h1 {
  color: var(--whiteColor);
  margin-bottom: 35px;
  font-weight: 800;
  font-size: 70px;
}
.health-coaching-banner-content p {
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 17px;
}
.health-coaching-banner-content .btn-box {
  margin-top: 30px;
}
.health-coaching-banner-content .btn-box img {
  margin-left: 30px;
}

.health-coaching-shape1 {
  position: absolute;
  left: 0;
  bottom: 125px;
  z-index: -1;
}
.health-coaching-shape1 img {
  max-width: 45%;
}

.health-coaching-shape2 {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
  text-align: end;
}
.health-coaching-shape2 img {
  max-width: 80%;
}

.health-coaching-shape3 {
  position: absolute;
  right: 0;
  bottom: 81px;
  z-index: 2;
}
.health-coaching-shape3 img {
  max-width: 271px;
}

.health-coaching-shape4 {
  position: absolute;
  z-index: -1;
  right: 22%;
  top: 28%;
}

.health-coaching-shape5 {
  position: absolute;
  z-index: -1;
  bottom: 34%;
  left: 46%;
}

.health-coaching-shape6 {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 5%;
}
.health-coaching-shape6 img {
  animation: movebounce 5s linear infinite;
}

.health-coaching-shape7 {
  position: absolute;
  z-index: -1;
  right: 25%;
  bottom: 11%;
}
.health-coaching-shape7 img {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area.border-bottom {
  border-bottom-color: #efeff1 !important;
}

.single-partner-item {
  text-align: center;
}

.partner-item {
  text-align: center;
}
.partner-item img {
  width: auto !important;
  display: inline-block !important;
  transition: var(--transition);
  opacity: 0.6;
}
.partner-item:hover img {
  opacity: 1;
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area {
  position: relative;
  z-index: 2;
}

.single-box-item {
  text-align: center;
  border-radius: 8px;
  background-color: var(--whiteColor);
  padding: 70px 30px 40px;
  transition: var(--transition);
  top: -250px;
  position: relative;
  margin-bottom: -250px;
}
.single-box-item .icon {
  font-size: 65px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.single-box-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.single-box-item h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 800;
}
.single-box-item p {
  margin-bottom: 12px;
}
.single-box-item .link-btn {
  display: inline-block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}
.single-box-item .link-btn:hover {
  color: var(--blackColor);
}
.single-box-item:hover {
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  transform: translateY(-10px);
}

.boxes-area.boxes-style-two .single-box-item {
  top: -130px;
  margin-bottom: -130px;
}

.single-box-item .image {
  margin-bottom: 30px;
}

.boxes-info {
  text-align: center;
  margin-top: 30px;
}
.boxes-info p {
  line-height: initial;
  font-weight: 600;
}
.boxes-info p a {
  font-weight: 700;
  color: var(--mainColor);
}
.boxes-info p a:hover {
  color: var(--blackColor);
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
}

.single-features-box {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 30px 31px;
  transition: var(--transition);
}
.single-features-box .icon {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 18px;
}
.single-features-box h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
}
.single-features-box p {
  margin-bottom: 12px;
}
.single-features-box .link-btn {
  display: inline-block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}
.single-features-box .link-btn:hover {
  color: var(--blackColor);
}
.single-features-box:hover {
  transform: translateY(-10px);
}
.single-features-box.without-padding {
  text-align: start;
  padding: 0;
  background-color: transparent;
}
.single-features-box.without-padding p {
  max-width: 315px;
}

.features-box {
  z-index: 1;
  padding: 35px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.features-box .icon {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
.features-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
}
.features-box p {
  margin-bottom: 12px;
}
.features-box .link-btn {
  display: inline-block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}
.features-box .link-btn:hover {
  color: var(--blackColor);
}
.features-box .back-icon {
  top: 20px;
  right: 20px;
  opacity: 0.05;
  line-height: 1;
  font-size: 120px;
  position: absolute;
}
.features-box:hover {
  transform: translateY(-10px);
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-area .bulb {
  left: auto;
  right: 50px;
  width: 280px;
}

.about-image {
  overflow: hidden;
  text-align: center;
}
.about-image .row {
  margin-left: -5px;
  margin-right: -5px;
}
.about-image .row .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.about-image .row .col-lg-6:nth-child(3) .image {
  margin-top: -15px;
}
.about-image .row .col-lg-6:nth-child(2) .image {
  margin-bottom: 20px;
}

.about-content {
  padding-left: 15px;
}
.about-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.about-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}
.about-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
}
.about-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}
.about-content .features-list li span {
  display: block;
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.about-content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: var(--mainColor);
  font-size: 25px;
  background-image: url("/static/indigo/images/shape/circle-border.4f4b22cfdfab.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-content .default-btn {
  margin-top: 30px;
}

.about-area-two {
  position: relative;
  z-index: 1;
}
.about-area-two .shape3 {
  right: 12%;
  bottom: auto;
  top: 25%;
}
.about-area-two .shape4 {
  right: 8%;
  bottom: auto;
  top: 7%;
}
.about-area-two .shape2 {
  left: auto;
  bottom: 5%;
  right: 15%;
}

.about-content-box .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.about-content-box h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 800;
}
.about-content-box .link-btn {
  display: inline-block;
  color: var(--mainColor);
  position: relative;
  border-bottom: 1px solid transparent;
  font-weight: 700;
}
.about-content-box .link-btn:hover {
  color: var(--blackColor);
  border-color: var(--blackColor);
}
.about-content-box .default-btn {
  margin-top: 10px;
}

.about-video-box {
  margin-left: 30px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.about-video-box .image {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.about-video-box .image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--blackColor);
  opacity: 0.3;
  z-index: 1;
}
.about-video-box .image img {
  border-radius: 5px;
  transition: var(--transition);
}
.about-video-box .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  background-color: var(--mainColor);
  border-radius: 50%;
  color: var(--whiteColor);
}
.about-video-box .video-btn::after, .about-video-box .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid var(--mainColor);
}
.about-video-box .video-btn::before {
  animation: ripple 2s linear infinite;
}
.about-video-box .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.about-video-box .video-btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.about-video-box .video-btn:hover::before, .about-video-box .video-btn:hover::after {
  border-color: var(--blackColor);
}
.about-video-box:hover .image img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.about-video-box .shape10 {
  left: -6.5%;
  bottom: -13.5%;
  opacity: 0.5;
}

.about-area-three {
  position: relative;
  z-index: 1;
}
.about-area-three .shape3 {
  right: 12%;
  bottom: auto;
  top: 38%;
}
.about-area-three .shape4 {
  right: 8%;
  bottom: auto;
  top: 20%;
}

.about-img {
  position: relative;
  z-index: 1;
}
.about-img .image {
  text-align: end;
  position: relative;
  padding-bottom: 45px;
}
.about-img .image img:nth-child(2) {
  position: absolute;
  left: 80px;
  bottom: 0;
}

.divider {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #fffaf3;
  top: -100px;
  left: 0;
  z-index: -1;
}

.shape1 {
  position: absolute;
  left: 12%;
  top: 0;
  z-index: -1;
}
.shape1 img {
  animation: moveleftbounce 4s linear infinite;
}

.shape2 {
  position: absolute;
  left: 5%;
  bottom: 8%;
  z-index: -1;
}
.shape2 img {
  animation: movebounce 5s linear infinite;
}

.shape3 {
  position: absolute;
  right: 9%;
  bottom: 12%;
  z-index: -1;
}
.shape3 img {
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape4 {
  position: absolute;
  right: 5%;
  bottom: 40%;
  z-index: -1;
}
.shape4 img {
  animation: movescale 4s linear infinite;
}

.shape17 {
  position: absolute;
  z-index: -1;
  top: -45px;
  left: 160px;
  right: 0;
  text-align: center;
}
.shape17 img {
  animation: moveleftbounce 4s linear infinite;
}

.shape18 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -150px;
  right: 0;
  text-align: center;
}
.shape18 img {
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape19 {
  position: absolute;
  right: -15px;
  top: 40%;
}
.shape19 img {
  animation: movescale 4s linear infinite;
}

.shape20 {
  position: absolute;
  z-index: -1;
  left: 7%;
  top: 57%;
}
.shape20 img {
  animation: movescale 4s linear infinite;
}

.shape21 {
  position: absolute;
  z-index: -1;
  left: 11%;
  bottom: 15%;
}
.shape21 img {
  animation: movebounce 5s linear infinite;
}

.shape22 {
  position: absolute;
  z-index: -1;
  left: 55%;
  bottom: 10px;
}
.shape22 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape23 {
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 5%;
}
.shape23 img {
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes movescale {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.9);
  }
}
.about-content .about-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
}
.about-content .about-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}
.about-content .about-list li span {
  display: block;
  position: relative;
  font-weight: 700;
  padding-left: 40px;
  padding-top: 3px;
}
.about-content .about-list li span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--whiteColor);
  background-color: #a3c5bb;
  z-index: 1;
  border-radius: 50%;
  font-size: 20px;
  transition: var(--transition);
}
.about-content .about-list li span i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--mainColor2);
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  transition: var(--transition);
}
.about-content .about-list li span:hover i {
  background-color: var(--mainColor);
  color: var(--mainColor);
}
.about-content .about-list li span:hover i::after {
  background-color: var(--whiteColor);
}
.about-content .default-btn-style-two {
  margin-top: 35px;
}

.kindergarten-about-image {
  position: relative;
  z-index: 1;
  margin-right: 15px;
}
.kindergarten-about-image .main-image {
  position: relative;
  padding-bottom: 115px;
}
.kindergarten-about-image .main-image img:nth-child(2) {
  position: absolute;
  text-align: end;
  right: 0;
  bottom: 0;
}
.kindergarten-about-image .shape {
  position: absolute;
  right: -15px;
  top: 0;
  z-index: -1;
}
.kindergarten-about-image .shape img {
  animation: movebounce 5s linear infinite;
}

/*================================================
Language Courses Area CSS
=================================================*/
.single-language-courses-box {
  margin-bottom: 30px;
  text-align: center;
}
.single-language-courses-box img {
  margin-bottom: 30px;
}
.single-language-courses-box h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 800;
}
.single-language-courses-box p {
  padding-left: 20px;
  padding-right: 20px;
}
.single-language-courses-box .default-btn {
  background-color: transparent;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  margin-top: 10px;
}
.single-language-courses-box .default-btn span {
  background-color: var(--mainColor);
}
.single-language-courses-box:hover .default-btn {
  color: var(--whiteColor);
}
.single-language-courses-box:hover .default-btn span {
  width: 225%;
  height: 562.5px;
}

/*================================================
Success Story Area CSS
=================================================*/
.success-story-area {
  position: relative;
  z-index: 1;
}
.success-story-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background-color: #f8f9f8;
  z-index: -2;
}
.success-story-area .shape4 {
  right: 21%;
  bottom: 85%;
}
.success-story-area .shape3 {
  right: 23%;
  bottom: 55%;
}
.success-story-area .shape2 {
  left: auto;
  bottom: 3%;
  right: 25%;
}

/*================================================
Kindergarten Main Banner Area CSS
=================================================*/
.kindergarten-main-banner {
  background-color: #f8e8e9;
  position: relative;
  z-index: 1;
  padding-top: 180px;
}
.kindergarten-main-banner .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.kindergarten-main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/static/indigo/images/shape/events-rectangle1.b666d9807aad.png");
  background-position: top;
  background-repeat: no-repeat;
}
.kindergarten-main-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/static/indigo/images/shape/events-rectangle2.a83ed8f0bedf.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.kindergarten-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.kindergarten-banner-content .image {
  margin-bottom: 15px;
}
.kindergarten-banner-content .image img {
  max-width: 115px;
}
.kindergarten-banner-content .circle-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  z-index: -1;
}
.kindergarten-banner-content h1 {
  margin-bottom: 18px;
  line-height: 1.04;
  font-size: 55px;
  font-weight: 900;
}
.kindergarten-banner-content h1 span {
  display: block;
  font-size: 70px;
}
.kindergarten-banner-content p {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}
.kindergarten-banner-content .default-btn-style-two {
  margin-top: 10px;
}

.kindergarten-banner-image {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.kindergarten-banner-image .row {
  margin-left: -10px;
  margin-right: -10px;
}
.kindergarten-banner-image .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.kindergarten-banner-image .image {
  text-align: center;
}

.kindergarten-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.kindergarten-shape2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.kindergarten-shape3 {
  position: absolute;
  bottom: -60px;
  left: 0;
}
.kindergarten-shape3 img {
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape4 {
  position: absolute;
  z-index: -1;
  left: 44%;
  bottom: 12%;
}
.kindergarten-shape4 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.kindergarten-shape5 {
  position: absolute;
  top: 16%;
  z-index: -1;
  left: 48%;
}
.kindergarten-shape5 img {
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape6 {
  position: absolute;
  left: 50%;
  z-index: -1;
  bottom: 25%;
}
.kindergarten-shape6 img {
  animation: moveleftbounce 5s linear infinite;
}

.kindergarten-shape7 {
  position: absolute;
  right: 7%;
  top: 18%;
  z-index: -1;
}
.kindergarten-shape7 img {
  animation: moveleftbounce 5s linear infinite;
}

.kindergarten-shape8 {
  position: absolute;
  left: 2%;
  bottom: 7%;
  z-index: -1;
}
.kindergarten-shape8 img {
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape9 {
  position: absolute;
  right: 3%;
  top: -80px;
  z-index: 1;
}
.kindergarten-shape9 img {
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape10 {
  position: absolute;
  left: 5%;
  bottom: 30%;
  z-index: -1;
}
.kindergarten-shape10 img {
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape11 {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: -1;
}

.kindergarten-shape12 {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: -1;
}

.kindergarten-shape13 {
  position: absolute;
  right: 12%;
  top: 12%;
  z-index: -1;
}
.kindergarten-shape13 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.kindergarten-shape14 {
  position: absolute;
  left: 3%;
  z-index: -1;
  bottom: -80px;
}
.kindergarten-shape14 img {
  animation: moveleftbounce 5s linear infinite;
}

.kindergarten-shape15 {
  position: absolute;
  right: 0;
  top: 12%;
  z-index: -1;
}
.kindergarten-shape15 img {
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape16 {
  position: absolute;
  left: 3%;
  bottom: 5%;
  z-index: -1;
}
.kindergarten-shape16 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.kindergarten-shape17 {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: -1;
}
.kindergarten-shape17 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.kindergarten-shape18 {
  position: absolute;
  left: 10px;
  bottom: -60px;
}

.kindergarten-shape19 {
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: -1;
}
.kindergarten-shape19 img {
  animation: movebounce 5s linear infinite;
  max-width: 200px;
}

.kindergarten-shape20 {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
}
.kindergarten-shape20 img {
  animation: movebounce 5s linear infinite;
  max-width: 300px;
}

/*================================================
Kindergarten Services Area CSS
=================================================*/
.kindergarten-services-area {
  position: relative;
  z-index: 1;
}
.kindergarten-services-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  z-index: -1;
  background-color: var(--whiteColor);
  width: 100%;
}

.single-kindergarten-services-box {
  text-align: center;
  position: relative;
}
.single-kindergarten-services-box .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  z-index: 1;
  padding-left: 70px;
  padding-right: 50px;
}
.single-kindergarten-services-box .content .icon {
  color: var(--mainColor);
  font-size: 55px;
  line-height: 1;
  margin-bottom: 25px;
}
.single-kindergarten-services-box .content h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.services-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.services-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 54px;
  border: 1px dashed var(--mainColor);
  border-radius: 50%;
  background-color: transparent !important;
  color: #d1a1a1;
  font-size: 20px;
  transition: var(--transition);
  padding-left: 2px !important;
}
.services-slides.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--whiteColor);
  content: "";
  border-radius: 50%;
  margin: 4px;
  transition: var(--transition);
}
.services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -65px;
}
.services-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}
.services-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  background-color: var(--mainColor);
}

.kids-kite-image {
  text-align: center;
  margin-top: -280px;
}
.kids-kite-image img {
  animation: moveleftbounce 4s linear infinite;
}

/*================================================
Kindergarten Courses Area CSS
=================================================*/
.single-kindergarten-courses-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: var(--blackColor);
}
.single-kindergarten-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.single-kindergarten-courses-box .courses-image .image {
  border-radius: 5px 5px 0 0;
}
.single-kindergarten-courses-box .courses-image .image img {
  border-radius: 5px 5px 0 0;
}
.single-kindergarten-courses-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--whiteColor);
  font-size: 30px;
  line-height: 1;
}
.single-kindergarten-courses-box .courses-image .fav:hover {
  color: var(--mainColor);
}
.single-kindergarten-courses-box .courses-image .price {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  z-index: 1;
  bottom: 0;
  text-align: center;
  line-height: 67px;
}
.single-kindergarten-courses-box .courses-image .price span {
  color: var(--whiteColor);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: 800;
}
.single-kindergarten-courses-box .courses-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("/static/indigo/images/shape/box-shape7.9dff13c3170b.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
.single-kindergarten-courses-box .courses-image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 3;
}
.single-kindergarten-courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 0 30px 30px;
}
.single-kindergarten-courses-box .courses-content .course-author {
  margin-bottom: 20px;
}
.single-kindergarten-courses-box .courses-content .course-author img {
  width: 35px !important;
  height: 35px !important;
  margin-right: 10px;
}
.single-kindergarten-courses-box .courses-content .course-author span {
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 15px;
}
.single-kindergarten-courses-box .courses-content h3 {
  color: var(--whiteColor);
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.single-kindergarten-courses-box .courses-content h3 a {
  display: inline-block;
  color: var(--whiteColor);
}
.single-kindergarten-courses-box .courses-content p {
  color: var(--whiteColor);
  opacity: 0.8;
}

.owl-item:nth-child(1) .single-kindergarten-courses-box {
  background-color: var(--mainColor2);
}
.owl-item:nth-child(1) .single-kindergarten-courses-box .courses-image::before {
  background-image: url("/static/indigo/images/shape/box-shape4.1e468f93970d.png");
}
.owl-item:nth-child(2) .single-kindergarten-courses-box {
  background-color: var(--mainColor);
}
.owl-item:nth-child(2) .single-kindergarten-courses-box .courses-image::before {
  background-image: url("/static/indigo/images/shape/box-shape5.27ad8f62e6ef.png");
}
.owl-item:nth-child(3) .single-kindergarten-courses-box {
  background-color: #d9a416;
}
.owl-item:nth-child(3) .single-kindergarten-courses-box .courses-image::before {
  background-image: url("/static/indigo/images/shape/box-shape6.f680c12f7c85.png");
}

.courses-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}
.courses-slides-two.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 54px;
  border: 1px dashed var(--mainColor);
  border-radius: 50%;
  background-color: transparent !important;
  color: #d1a1a1;
  font-size: 20px;
  transition: var(--transition);
  padding-left: 3px !important;
}
.courses-slides-two.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #e8e8e8;
  content: "";
  border-radius: 50%;
  margin: 4px;
  transition: var(--transition);
}
.courses-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -75px;
}
.courses-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}
.courses-slides-two.owl-theme .owl-nav [class*=owl-]:hover::before {
  background-color: var(--mainColor);
}
.courses-slides-two.owl-theme .owl-nav [class*=owl-].disabled {
  color: #d1a1a1;
  cursor: not-allowed;
}
.courses-slides-two.owl-theme .owl-nav [class*=owl-].disabled::before {
  background-color: #e8e8e8;
}

/*================================================
Our Story Area CSS
=================================================*/
.our-story-area .col-lg-4, .our-story-area .col-lg-8 {
  margin-top: 40px;
}
.our-story-area .col-lg-4:nth-child(1), .our-story-area .col-lg-8:nth-child(1) {
  margin-top: 0;
}
.our-story-area .col-lg-4:nth-child(2), .our-story-area .col-lg-8:nth-child(2) {
  margin-top: 0;
}

.our-story-title h3 {
  margin-bottom: 0;
  position: relative;
  padding-left: 45px;
  font-size: 28px;
  font-weight: 800;
}
.our-story-title h3 .number {
  opacity: 0.38;
  position: absolute;
  left: 0;
  line-height: 1;
  top: 1px;
  font-size: 45px;
  font-weight: 900;
  font-style: italic;
}

.our-story-image {
  margin-top: 40px;
  border-radius: 5px;
}
.our-story-image img {
  border-radius: 5px;
}

.our-story-content {
  padding-right: 90px;
}
.our-story-content p {
  margin-bottom: 20px;
}
.our-story-content p:last-child {
  margin-bottom: 0;
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area {
  position: relative;
  z-index: 1;
}

.single-courses-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.single-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.single-courses-box .courses-image .image {
  border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .image img {
  border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--whiteColor);
  font-size: 30px;
  line-height: 1;
}
.single-courses-box .courses-image .fav:hover {
  color: var(--mainColor);
}
.single-courses-box .courses-image .price {
  display: inline-block;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -32.5px;
  text-align: center;
  line-height: 67px;
  font-size: 24px;
  font-weight: 800;
}
.single-courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 30px;
}
.single-courses-box .courses-content .course-author {
  margin-bottom: 15px;
}
.single-courses-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.single-courses-box .courses-content .course-author span {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 15px;
}
.single-courses-box .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.single-courses-box .courses-content h3 a {
  display: inline-block;
}
.single-courses-box .courses-content .courses-box-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}
.single-courses-box .courses-content .courses-box-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  padding-right: 7px;
}
.single-courses-box .courses-content .courses-box-footer li i {
  color: var(--mainColor);
  position: absolute;
  left: 7px;
  top: 0;
}
.single-courses-box .courses-content .courses-box-footer li i.flaticon-people {
  font-size: 18px;
  left: 3px;
}
.single-courses-box.bg-color {
  background-color: #fffaf3;
  box-shadow: unset;
  transition: var(--transition);
}
.single-courses-box.bg-color .courses-content h3 {
  margin-bottom: 10px;
}
.single-courses-box.bg-color:hover {
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.single-courses-box.without-boxshadow {
  background-color: var(--whiteColor);
  box-shadow: unset;
  transition: var(--transition);
}
.single-courses-box.without-boxshadow .courses-content h3 {
  margin-bottom: 10px;
}
.single-courses-box.without-boxshadow:hover, .single-courses-box.without-boxshadow.active {
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: var(--whiteColor);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.02);
}
.single-courses-item .courses-image {
  display: block;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-courses-item .courses-image img {
  border-radius: 5px;
  width: 100%;
  transition: var(--transition);
}
.single-courses-item .courses-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--blackColor);
  opacity: 0.2;
  z-index: 1;
  transition: var(--transition);
}
.single-courses-item .courses-image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.single-courses-item .row {
  margin-left: 0;
  margin-right: 0;
}
.single-courses-item .row .col-lg-4, .single-courses-item .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}
.single-courses-item .courses-content {
  border-radius: 5px;
  position: relative;
  padding: 25px;
}
.single-courses-item .courses-content .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #b0b9c4;
  font-size: 25px;
  line-height: 1;
}
.single-courses-item .courses-content .fav:hover {
  color: var(--mainColor);
}
.single-courses-item .courses-content .price {
  display: block;
  color: var(--mainColor);
  margin-bottom: 3px;
  font-size: 28px;
  font-weight: 800;
}
.single-courses-item .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
}
.single-courses-item .courses-content h3 a {
  display: inline-block;
}
.single-courses-item .courses-content .courses-content-footer {
  list-style-type: none;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 15px;
}
.single-courses-item .courses-content .courses-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  padding-right: 7px;
}
.single-courses-item .courses-content .courses-content-footer li i {
  color: var(--mainColor);
  position: absolute;
  left: 7px;
  top: 0;
}
.single-courses-item .courses-content .courses-content-footer li i.flaticon-people {
  font-size: 18px;
  left: 3px;
}
.single-courses-item:hover .courses-image::before {
  opacity: 0;
  visibility: hidden;
}
.single-courses-item:hover .courses-image img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.single-courses-item-box {
  margin-bottom: 30px;
  position: relative;
  background-color: var(--whiteColor);
  transition: var(--transition);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.08);
  text-align: center;
}
.single-courses-item-box .courses-image {
  position: relative;
  z-index: 1;
}
.single-courses-item-box .courses-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--blackColor);
  opacity: 0.3;
  transition: var(--transition);
}
.single-courses-item-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--whiteColor);
  font-size: 30px;
  z-index: 2;
  line-height: 1;
}
.single-courses-item-box .courses-image .fav:hover {
  color: var(--mainColor);
}
.single-courses-item-box .courses-image .price {
  display: inline-block;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -32.5px;
  left: 0;
  text-align: center;
  line-height: 67px;
  z-index: 2;
  font-size: 24px;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
}
.single-courses-item-box .courses-content {
  padding: 50px 20px 20px;
}
.single-courses-item-box .courses-content .course-author {
  margin-bottom: 15px;
}
.single-courses-item-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.single-courses-item-box .courses-content .course-author span {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 15px;
}
.single-courses-item-box .courses-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
}
.single-courses-item-box .courses-content h3 a {
  display: inline-block;
}
.single-courses-item-box .courses-content .rating {
  margin-top: 15px;
}
.single-courses-item-box .courses-content .rating i {
  color: #f4c150;
  margin-left: -3px;
}
.single-courses-item-box .courses-content .rating .rating-total {
  display: inline-block;
  color: var(--optionalColor);
  font-weight: 600;
  position: relative;
  top: -1.5px;
  margin-left: 1px;
}
.single-courses-item-box:hover .courses-image::before {
  opacity: 0;
  visibility: hidden;
}

.courses-info {
  text-align: center;
  margin-top: 20px;
}
.courses-info .default-btn {
  margin-bottom: 15px;
}
.courses-info p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.courses-info p a {
  color: var(--mainColor);
}
.courses-info p a:hover {
  text-decoration: underline;
  color: var(--blackColor);
}

.courses-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
  margin-bottom: 35px;
}
.courses-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  transition: var(--transition);
}
.courses-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  transition: var(--transition);
}
.courses-slides.owl-theme .owl-dots .owl-dot:hover span, .courses-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}
.courses-slides.owl-theme .owl-dots .owl-dot:hover span::before, .courses-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}
.courses-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}
.courses-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 40px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  line-height: 42px;
  padding: 0;
  font-size: 25px;
}
.courses-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.shape16 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: center;
}

.shorting-menu {
  text-align: center;
  margin-bottom: 30px;
}
.shorting-menu .filter {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  color: var(--blackColor);
  transition: var(--transition);
  border: none;
  font-size: 16.5px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}
.shorting-menu .filter.mixitup-control-active, .shorting-menu .filter:hover {
  color: var(--mainColor);
}
.shorting-menu.shorting-menu-style-two {
  background-color: #f8f9f8;
  border-radius: 5px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
.shorting-menu.shorting-menu-style-two .filter {
  position: relative;
  color: var(--optionalColor);
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}
.shorting-menu.shorting-menu-style-two .filter::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
  transition: var(--transition);
  transform: scaleX(0);
}
.shorting-menu.shorting-menu-style-two .filter:hover, .shorting-menu.shorting-menu-style-two .filter.mixitup-control-active {
  color: var(--blackColor);
}
.shorting-menu.shorting-menu-style-two .filter:hover::before, .shorting-menu.shorting-menu-style-two .filter.mixitup-control-active::before {
  transform: scaleX(1);
}

.elearniv-grid-sorting {
  margin-bottom: 40px;
}
.elearniv-grid-sorting .result-count p .count {
  font-weight: 700;
  color: var(--blackColor);
}
.elearniv-grid-sorting .ordering {
  text-align: end;
}
.elearniv-grid-sorting .ordering label {
  display: inline-block;
  margin-bottom: 0;
  color: #ababab;
  margin-right: 5px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.elearniv-grid-sorting .ordering .nice-select {
  display: inline-block;
  width: 215px;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: var(--blackColor);
  transition: var(--transition);
  padding: 0 0 0 12px;
  height: 45px;
  line-height: 45px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.elearniv-grid-sorting .ordering .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.elearniv-grid-sorting .ordering .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.elearniv-grid-sorting .ordering .nice-select .list .option:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}
.elearniv-grid-sorting .ordering .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}
.elearniv-grid-sorting .ordering .nice-select .list .option.focus, .elearniv-grid-sorting .ordering .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}
.elearniv-grid-sorting .ordering .nice-select .list .option::before {
  content: "\f11f";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  color: var(--mainColor);
  font-family: Flaticon;
  font-size: 11px;
}
.elearniv-grid-sorting .ordering .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}
.elearniv-grid-sorting .ordering .nice-select .list .option.selected:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}
.elearniv-grid-sorting .ordering .nice-select .list .option.selected:hover::before {
  color: var(--whiteColor);
}
.elearniv-grid-sorting .ordering .nice-select:after {
  border-color: var(--blackColor);
  height: 8px;
  width: 8px;
  margin-top: -5px;
}
.elearniv-grid-sorting .ordering .nice-select:hover {
  border-color: var(--mainColor);
  background-color: transparent;
}

.courses-section .col-lg-4 {
  display: none;
}

.load-more-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.load-more-btn .load-more {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 13px 65px 13px 40px;
  border-radius: 5px;
  color: var(--mainColor);
  position: relative;
  font-size: var(--fontSize);
  font-weight: 700;
}
.load-more-btn .load-more i {
  position: absolute;
  right: 40px;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}
.load-more-btn .load-more:hover {
  color: var(--whiteColor);
  border-color: var(--whiteColor);
  background-color: var(--mainColor);
}

.courses-items {
  margin-left: -10px;
  margin-right: -10px;
}
.courses-items .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.single-courses-item.without-box-shadow {
  box-shadow: unset;
  transition: var(--transition);
}
.single-courses-item.without-box-shadow .courses-image img {
  border-radius: 50%;
}
.single-courses-item.without-box-shadow .courses-image::before {
  border-radius: 50%;
}
.single-courses-item.without-box-shadow:hover {
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.single-courses-item.without-box-shadow:hover .courses-image img {
  border-radius: 5px;
  transform: scale(1);
}
.single-courses-item.without-box-shadow:hover .courses-image::before {
  opacity: 0;
  visibility: hidden;
}

.single-courses-box .courses-image .price.bg-45a393 {
  background-color: var(--mainColor2);
}

.courses-area.bg-image {
  background-color: #fff7f4;
  background-image: url("/static/indigo/images/bg/courses-bg.6b3b84e5f717.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*================================================
Yoga Courses Area CSS
=================================================*/
.single-yoga-courses-box {
  text-align: center;
  margin-bottom: 30px;
}
.single-yoga-courses-box .courses-image {
  border-radius: 5px;
}
.single-yoga-courses-box .courses-image a {
  border-radius: 5px;
}
.single-yoga-courses-box .courses-image a img {
  border-radius: 5px;
}
.single-yoga-courses-box .courses-content {
  margin-top: 30px;
}
.single-yoga-courses-box .courses-content h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}
.single-yoga-courses-box .courses-content .default-btn {
  margin-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

/*================================================
Courses Details Area CSS
=================================================*/
.courses-details-desc {
  margin-top: 60px;
  padding-right: 15px;
}
.courses-details-desc .nav {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  border: none;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.courses-details-desc .nav .nav-item {
  margin-bottom: 0;
  margin-right: 40px;
}
.courses-details-desc .nav .nav-item .nav-link {
  border-radius: 0;
  border: none;
  padding: 0;
  transition: var(--transition);
  padding: 14px 0;
  background-color: #f8f9f8;
  position: relative;
  border-radius: 5px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 800;
}
.courses-details-desc .nav .nav-item .nav-link::before {
  content: "";
  bottom: 0;
  height: 2px;
  background-color: var(--mainColor);
  position: absolute;
  transition: var(--transition);
  left: 0;
  width: 100%;
  transform: scaleX(0);
}
.courses-details-desc .nav .nav-item .nav-link:hover, .courses-details-desc .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}
.courses-details-desc .nav .nav-item .nav-link:hover::before, .courses-details-desc .nav .nav-item .nav-link.active::before {
  transform: scaleX(1);
}
.courses-details-desc .nav .nav-item:last-child {
  margin-right: 0;
}
.courses-details-desc .tab-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}
.courses-details-desc .tab-content .courses-overview h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}
.courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
  margin-top: 30px;
}
.courses-details-desc .tab-content .courses-curriculum {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.courses-details-desc .tab-content .courses-curriculum h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 800;
}
.courses-details-desc .tab-content .courses-curriculum h3:not(:first-child) {
  margin-top: 30px;
}
.courses-details-desc .tab-content .courses-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc .tab-content .courses-curriculum ul li {
  display: block;
}
.courses-details-desc .tab-content .courses-curriculum ul li a {
  background-color: #f8f9f8;
  color: var(--blackColor);
  position: relative;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  margin-left: -30px;
  margin-right: -30px;
}
.courses-details-desc .tab-content .courses-curriculum ul li a::before {
  content: "\f10b";
  position: absolute;
  left: 30px;
  color: var(--mainColor);
  top: 14px;
  font-size: 18px;
  font-family: Flaticon;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
  font-size: 14.5px;
  font-weight: 700;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
  text-align: end;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: lowercase;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration {
  display: inline-block;
  background: #f7e7e8;
  color: var(--mainColor);
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
  display: inline-block;
  background: var(--blackColor);
  color: var(--whiteColor);
  border-radius: 3px;
  margin-left: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
  color: var(--blackColor);
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
}
.courses-details-desc .tab-content .courses-curriculum ul li a:hover {
  color: var(--mainColor);
}
.courses-details-desc .tab-content .courses-curriculum ul li:nth-child(2) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(4) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(6) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(8) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(10) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(12) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(14) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(16) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(18) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(20) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(22) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(24) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(26) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(28) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(30) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(32) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(34) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(36) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(38) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(40) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(42) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(44) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(46) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(48) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(50) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(52) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(54) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(56) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(58) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(60) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(62) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(64) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(66) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(68) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(70) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(72) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(74) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(76) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(78) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(80) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(82) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(84) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(86) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(88) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(90) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(92) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(94) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(96) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(98) a, .courses-details-desc .tab-content .courses-curriculum ul li:nth-child(100) a {
  background-color: var(--whiteColor);
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box {
  margin-bottom: 0;
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-image {
  top: 0;
  margin-bottom: 0;
}
.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content {
  padding: 0 0 0 20px;
}
.courses-details-desc .tab-content .courses-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 21px;
  font-weight: 800;
}
.courses-details-desc .tab-content .courses-reviews .rating {
  display: inline-block;
  position: relative;
  top: 1px;
}
.courses-details-desc .tab-content .courses-reviews .rating span {
  font-size: 19px;
  color: #cecfd2;
  margin-right: -2px;
}
.courses-details-desc .tab-content .courses-reviews .rating span.checked {
  color: orange;
}
.courses-details-desc .tab-content .courses-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}
.courses-details-desc .tab-content .courses-reviews .rating-count span {
  display: block;
  font-size: var(--fontSize);
  color: var(--optionalColor);
}
.courses-details-desc .tab-content .courses-reviews .row {
  overflow: hidden;
}
.courses-details-desc .tab-content .courses-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
}
.courses-details-desc .tab-content .courses-reviews .side div {
  font-size: var(--fontSize);
  font-weight: 700;
}
.courses-details-desc .tab-content .courses-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}
.courses-details-desc .tab-content .courses-reviews .right {
  text-align: end;
}
.courses-details-desc .tab-content .courses-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments {
  margin-top: 40px;
}
.courses-details-desc .tab-content .courses-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 12px;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 800;
}
.courses-details-desc .tab-content .courses-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}
.courses-details-desc .tab-content .courses-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 700;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  font-weight: 700;
  margin-left: 5px;
}

.courses-details-info {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 12px 12px 50px 12px;
  margin-left: 15px;
  margin-top: -248px;
}
.courses-details-info .image {
  text-align: center;
  position: relative;
}
.courses-details-info .image .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}
.courses-details-info .image .content {
  position: absolute;
  left: 0;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.courses-details-info .image .content i {
  display: block;
  width: 60px;
  height: 60px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 50%;
  line-height: 60px;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.courses-details-info .image .content span {
  display: inline-block;
  color: var(--whiteColor);
  border-radius: 5px;
  padding: 4px 20px;
  background-color: var(--blackColor);
  font-size: 17px;
  font-weight: 700;
}
.courses-details-info .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--blackColor);
  opacity: 0.25;
}
.courses-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
}
.courses-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: var(--optionalColor);
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
}
.courses-details-info .info li span {
  font-weight: 800;
  color: var(--blackColor);
  position: relative;
  padding-left: 28px;
}
.courses-details-info .info li span i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  font-weight: normal;
  top: -2px;
  font-size: 20px;
}
.courses-details-info .info li.price {
  padding-bottom: 10px;
  color: var(--mainColor);
  font-size: 28px;
  font-weight: 800;
}
.courses-details-info .info li.price span {
  color: var(--blackColor);
  font-size: 17px;
  font-weight: 800;
}
.courses-details-info .info li:first-child {
  padding-top: 0;
}
.courses-details-info .btn-box {
  margin-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
}
.courses-details-info .btn-box .default-btn {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.courses-details-info .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}
.courses-details-info .btn-box .default-btn:not(:first-child) {
  margin-top: 15px;
  background-color: transparent;
  color: var(--blackColor);
  border: 1px solid var(--blackColor);
}
.courses-details-info .btn-box .default-btn:not(:first-child):hover {
  color: var(--whiteColor);
  border-color: var(--blackColor);
}
.courses-details-info .courses-share {
  text-align: center;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.courses-details-info .courses-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.courses-details-info .courses-share .share-info span {
  display: inline-block;
  color: var(--mainColor);
  line-height: 1;
  font-size: var(--fontSize);
  font-weight: 700;
}
.courses-details-info .courses-share .share-info span i {
  color: var(--blackColor);
}
.courses-details-info .courses-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  margin-bottom: 0;
}
.courses-details-info .courses-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}
.courses-details-info .courses-share .share-info .social-link li:last-child {
  margin-right: 0;
}
.courses-details-info .courses-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
}
.courses-details-info .courses-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-48%);
}
.courses-details-info .courses-share .share-info .social-link li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.courses-details-info .courses-share .share-info:hover .social-link {
  opacity: 1;
  visibility: visible;
  bottom: -42px;
}

.courses-details-header {
  margin-bottom: 20px;
}
.courses-details-header .courses-title p {
  font-size: 17px;
}
.courses-details-header .courses-meta {
  margin-top: 20px;
}
.courses-details-header .courses-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-header .courses-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 800;
  font-size: 17px;
  padding-right: 20px;
  padding-left: 40px;
}
.courses-details-header .courses-meta ul li i {
  font-size: 28px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.courses-details-header .courses-meta ul li span {
  display: block;
  color: var(--mainColor);
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 13.5px;
  font-weight: 700;
}
.courses-details-header .courses-meta ul li a {
  display: inline-block;
  color: var(--blackColor);
}
.courses-details-header .courses-meta ul li a:hover, .courses-details-header .courses-meta ul li a:focus {
  color: var(--mainColor);
}
.courses-details-header .courses-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.courses-details-header .courses-price {
  text-align: end;
}
.courses-details-header .courses-price .price {
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
  position: relative;
  top: -9px;
  font-size: 36px;
  font-weight: 800;
}
.courses-details-header .courses-price .courses-review {
  display: block;
  margin-bottom: 10px;
}
.courses-details-header .courses-price .courses-review .review-stars {
  display: inline-block;
}
.courses-details-header .courses-price .courses-review .review-stars i {
  color: #f2b827;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}
.courses-details-header .courses-price .courses-review .reviews-total {
  position: relative;
  color: var(--optionalColor);
  position: relative;
  top: -1px;
  margin-left: 2px;
  font-weight: 700;
}

.courses-details-image-style-two {
  border-radius: 5px;
}
.courses-details-image-style-two img {
  width: 100%;
  border-radius: 5px;
}

.courses-details-desc-style-two {
  margin-top: 35px;
}
.courses-details-desc-style-two h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}
.courses-details-desc-style-two h3:not(first-child) {
  margin-top: 30px;
}
.courses-details-desc-style-two .why-you-learn {
  margin-top: 20px;
}
.courses-details-desc-style-two .why-you-learn ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 15px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -12px;
}
.courses-details-desc-style-two .why-you-learn ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}
.courses-details-desc-style-two .why-you-learn ul li span {
  display: block;
  color: var(--blackColor);
  position: relative;
  padding-left: 22px;
  line-height: 1.7;
  font-weight: 500;
}
.courses-details-desc-style-two .why-you-learn ul li span i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--mainColor);
  font-size: 13px;
}
.courses-details-desc-style-two .courses-curriculum {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px;
  margin-top: 20px;
}
.courses-details-desc-style-two .courses-curriculum h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 800;
}
.courses-details-desc-style-two .courses-curriculum h3:not(:first-child) {
  margin-top: 30px;
}
.courses-details-desc-style-two .courses-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc-style-two .courses-curriculum ul li {
  display: block;
}
.courses-details-desc-style-two .courses-curriculum ul li a {
  background-color: #f8f9f8;
  color: var(--blackColor);
  position: relative;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  margin-left: -30px;
  margin-right: -30px;
}
.courses-details-desc-style-two .courses-curriculum ul li a::before {
  content: "\f10b";
  position: absolute;
  left: 30px;
  color: var(--mainColor);
  top: 14px;
  font-size: 18px;
  font-family: Flaticon;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-name {
  font-size: 14.5px;
  font-weight: 700;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta {
  text-align: end;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .questions {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: lowercase;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .duration {
  display: inline-block;
  background: #f7e7e8;
  color: var(--mainColor);
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status {
  display: inline-block;
  background: var(--blackColor);
  color: var(--whiteColor);
  border-radius: 3px;
  margin-left: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}
.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status.locked {
  color: var(--blackColor);
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
}
.courses-details-desc-style-two .courses-curriculum ul li a:hover {
  color: var(--mainColor);
}
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(2) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(4) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(6) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(8) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(10) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(12) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(14) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(16) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(18) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(20) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(22) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(24) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(26) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(28) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(30) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(32) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(34) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(36) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(38) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(40) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(42) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(44) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(46) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(48) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(50) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(52) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(54) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(56) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(58) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(60) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(62) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(64) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(66) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(68) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(70) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(72) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(74) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(76) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(78) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(80) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(82) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(84) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(86) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(88) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(90) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(92) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(94) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(96) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(98) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(100) a {
  background-color: var(--whiteColor);
}
.courses-details-desc-style-two .requirements-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc-style-two .requirements-list li {
  color: var(--optionalColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
}
.courses-details-desc-style-two .requirements-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}
.courses-details-desc-style-two .requirements-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc-style-two p strong {
  color: var(--blackColor);
}
.courses-details-desc-style-two .description-features-list {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}
.courses-details-desc-style-two .description-features-list li {
  color: var(--optionalColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
}
.courses-details-desc-style-two .description-features-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}
.courses-details-desc-style-two .description-features-list li strong {
  color: var(--blackColor);
}
.courses-details-desc-style-two .description-features-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc-style-two .audience-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc-style-two .audience-list li {
  color: var(--optionalColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
}
.courses-details-desc-style-two .audience-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}
.courses-details-desc-style-two .audience-list li strong {
  color: var(--blackColor);
}
.courses-details-desc-style-two .audience-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc-style-two .courses-author {
  margin-top: 20px;
  border-radius: 5px;
  background: #f8f8f8;
}
.courses-details-desc-style-two .courses-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: var(--mainColor);
  background-image: url("/static/indigo/images/bg/bg.776cb9e3f378.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.courses-details-desc-style-two .courses-author .author-profile {
  padding: 0 25px 25px;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid var(--whiteColor);
  width: 100px;
  height: 100px;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
}
.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: var(--optionalColor);
}
.courses-details-desc-style-two .courses-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 800;
}
.courses-details-desc-style-two .courses-reviews .rating {
  display: inline-block;
  position: relative;
  top: 2px;
}
.courses-details-desc-style-two .courses-reviews .rating span {
  font-size: 17px;
  color: #cecfd2;
  margin-right: -2px;
}
.courses-details-desc-style-two .courses-reviews .rating span.checked {
  color: orange;
}
.courses-details-desc-style-two .courses-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}
.courses-details-desc-style-two .courses-reviews .rating-count span {
  display: block;
  font-size: var(--fontSize);
  color: var(--optionalColor);
}
.courses-details-desc-style-two .courses-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.courses-details-desc-style-two .courses-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
}
.courses-details-desc-style-two .courses-reviews .side div {
  font-size: var(--fontSize);
  font-weight: 700;
}
.courses-details-desc-style-two .courses-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}
.courses-details-desc-style-two .courses-reviews .right {
  text-align: end;
}
.courses-details-desc-style-two .courses-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}
.courses-details-desc-style-two .courses-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}

.courses-review-comments {
  margin-top: 40px;
}
.courses-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}
.courses-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}
.courses-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.courses-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 700;
}
.courses-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}
.courses-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}
.courses-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}
.courses-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}
.courses-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  font-weight: 700;
  margin-left: 5px;
}

.related-courses {
  margin-top: 40px;
}
.related-courses h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
}

.courses-sidebar-information {
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  padding: 30px;
}
.courses-sidebar-information .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.courses-sidebar-information .info li {
  border-bottom: 1px dashed #eeeeee;
  color: var(--optionalColor);
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 13px;
}
.courses-sidebar-information .info li span {
  font-weight: 800;
  color: var(--blackColor);
  position: relative;
  padding-left: 28px;
}
.courses-sidebar-information .info li span i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  font-weight: normal;
  top: -2px;
  font-size: 20px;
}
.courses-sidebar-information .info li.price {
  padding-bottom: 10px;
  color: var(--mainColor);
  font-size: 28px;
  font-weight: 800;
}
.courses-sidebar-information .info li.price span {
  color: var(--blackColor);
  font-size: 17px;
  font-weight: 800;
}
.courses-sidebar-information .info li:first-child {
  padding-top: 0;
}
.courses-sidebar-information .btn-box {
  margin-top: 35px;
}
.courses-sidebar-information .btn-box .default-btn {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.courses-sidebar-information .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}
.courses-sidebar-information .btn-box .default-btn:not(:first-child) {
  margin-top: 15px;
  background-color: transparent;
  color: var(--blackColor);
  border: 1px solid var(--blackColor);
}
.courses-sidebar-information .btn-box .default-btn:not(:first-child):hover {
  color: var(--whiteColor);
  border-color: var(--blackColor);
}
.courses-sidebar-information .courses-share {
  text-align: center;
  margin-top: 25px;
}
.courses-sidebar-information .courses-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.courses-sidebar-information .courses-share .share-info span {
  display: inline-block;
  color: var(--mainColor);
  line-height: 1;
  font-size: var(--fontSize);
  font-weight: 700;
}
.courses-sidebar-information .courses-share .share-info span i {
  color: var(--blackColor);
}
.courses-sidebar-information .courses-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 12px;
}
.courses-sidebar-information .courses-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}
.courses-sidebar-information .courses-share .share-info .social-link li:last-child {
  margin-right: 0;
}
.courses-sidebar-information .courses-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
}
.courses-sidebar-information .courses-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-48%);
}
.courses-sidebar-information .courses-share .share-info .social-link li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
Slogan Area CSS
=================================================*/
.slogan-area {
  position: relative;
  z-index: 1;
}
.slogan-area .shape2 {
  left: 9%;
  bottom: -20%;
}
.slogan-area .shape9 {
  left: 8%;
  bottom: auto;
  top: 20%;
}

.slogan-image {
  padding-right: 15px;
  border-radius: 5px;
  text-align: center;
  margin-top: -200px;
  margin-bottom: -200px;
}
.slogan-image img {
  border-radius: 5px;
  width: 100%;
}

.slogan-content {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.slogan-content p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.slogan-content h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}
.slogan-content span {
  display: block;
  color: var(--mainColor);
  font-size: 15px;
  margin-top: 7px;
}
.slogan-content::before {
  content: "\f10a";
  position: absolute;
  right: 30px;
  color: #e8e8e8;
  z-index: -1;
  top: -50px;
  line-height: 1;
  opacity: 0.5;
  font-family: Flaticon;
  font-size: 200px;
}

.divider2 {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #fffaf3;
  top: -100px;
  left: 0;
  z-index: -1;
}

.divider3 {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #fffaf3;
  transform: scaleY(-1);
  bottom: -100px;
  left: 0;
  z-index: -1;
}

/*================================================
Categories Area CSS
=================================================*/
.single-categories-box {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.single-categories-box img {
  border-radius: 5px;
  transition: var(--transition);
}
.single-categories-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--blackColor);
  opacity: 0.65;
  z-index: 1;
}
.single-categories-box .content {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.single-categories-box .content h3 {
  margin-bottom: 8px;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 800;
}
.single-categories-box .content span {
  color: var(--whiteColor);
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.single-categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.single-categories-box:hover img {
  transform: scale3d(1.2, 1.2, 1.2);
}

.categories-btn-box {
  margin-top: 15px;
  text-align: center;
}

/*================================================
Advisor Area CSS
=================================================*/
.single-advisor-box {
  background-color: var(--whiteColor);
  margin-bottom: 30px;
}
.single-advisor-box .row {
  margin-left: 0;
  margin-right: 0;
}
.single-advisor-box .row .col-lg-4, .single-advisor-box .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}
.single-advisor-box .advisor-image {
  text-align: center;
  border-radius: 5px;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.single-advisor-box .advisor-image img {
  border-radius: 5px;
}
.single-advisor-box .advisor-content {
  padding: 25px 30px;
}
.single-advisor-box .advisor-content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
}
.single-advisor-box .advisor-content .sub-title {
  display: block;
  color: var(--mainColor);
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}
.single-advisor-box .advisor-content p {
  margin-bottom: 0;
  margin-top: 13px;
}
.single-advisor-box .advisor-content .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 17px;
  margin-bottom: 0;
}
.single-advisor-box .advisor-content .social-link li {
  display: inline-block;
  margin-right: 3px;
}
.single-advisor-box .advisor-content .social-link li:last-child {
  margin-right: 0;
}
.single-advisor-box .advisor-content .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
}
.single-advisor-box .advisor-content .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-48%);
}
.single-advisor-box .advisor-content .social-link li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.owl-item .single-advisor-box {
  margin-top: 30px;
}

.advisor-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
}
.advisor-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  transition: var(--transition);
}
.advisor-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  transition: var(--transition);
}
.advisor-slides.owl-theme .owl-dots .owl-dot:hover span, .advisor-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}
.advisor-slides.owl-theme .owl-dots .owl-dot:hover span::before, .advisor-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

.single-advisor-item {
  margin-bottom: 30px;
  border-radius: 5px 5px 0 0;
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.1);
  text-align: center;
}
.single-advisor-item .advisor-image {
  border-radius: 5px 5px 0 0;
  position: relative;
}
.single-advisor-item .advisor-image img {
  border-radius: 5px 5px 0 0;
}
.single-advisor-item .advisor-image .social-link {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.single-advisor-item .advisor-image .social-link li {
  display: inline-block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}
.single-advisor-item .advisor-image .social-link li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: var(--whiteColor);
  text-align: center;
  position: relative;
  font-size: 20px;
  color: var(--blackColor);
  border-radius: 2px;
  transition: var(--transition);
}
.single-advisor-item .advisor-image .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.single-advisor-item .advisor-image .social-link li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-advisor-item .advisor-image .social-link li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-advisor-item .advisor-image .social-link li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-advisor-item .advisor-image .social-link li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-advisor-item .advisor-image .social-link li:nth-child(4) {
  transition-delay: 0.4s;
}
.single-advisor-item .advisor-content {
  padding: 22px;
}
.single-advisor-item .advisor-content h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 800;
}
.single-advisor-item .advisor-content span {
  display: block;
  color: var(--mainColor);
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}
.single-advisor-item:hover .advisor-image .social-link li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.owl-item .single-advisor-item {
  box-shadow: unset;
}

.advisor-slides-two.owl-theme .owl-dots {
  margin-top: 20px !important;
}
.advisor-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  transition: var(--transition);
}
.advisor-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  transition: var(--transition);
}
.advisor-slides-two.owl-theme .owl-dots .owl-dot:hover span, .advisor-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}
.advisor-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .advisor-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

/*================================================
Start With Success Area CSS
=================================================*/
.start-with-success-area .section-title h2 {
  max-width: 713px;
}

.start-with-success-box {
  margin-bottom: 30px;
  border-radius: 5px;
}
.start-with-success-box .image {
  border-radius: 5px 5px 0 0;
}
.start-with-success-box .image a {
  display: block;
  border-radius: 5px 5px 0 0;
}
.start-with-success-box .image a img {
  border-radius: 5px 5px 0 0;
}
.start-with-success-box .content {
  background-color: var(--whiteColor);
  border-radius: 0 0 5px 5px;
  padding: 30px;
  position: relative;
}
.start-with-success-box .content .link-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: -30px;
  background-color: #f6f7f6;
  text-align: center;
  font-size: 32px;
  color: var(--mainColor);
}
.start-with-success-box .content .link-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 53%;
  transform: translateY(-53%);
}
.start-with-success-box .content .link-btn:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.start-with-success-box .content h3 {
  font-weight: 800;
  font-size: 24px;
}
.start-with-success-box .content span {
  display: block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 600;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-and-feedback-area {
  position: relative;
  z-index: 1;
  background-image: url("/static/indigo/images/bg/white-bg.94ca43ab4d55.jpg");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}
.funfacts-and-feedback-area .shape4 {
  right: 21%;
  bottom: 41%;
}
.funfacts-and-feedback-area .shape3 {
  right: 23%;
  bottom: 22%;
}
.funfacts-and-feedback-area .shape2 {
  left: auto;
  bottom: 3%;
  right: 25%;
}

.funfacts-list .single-funfacts-box {
  margin-bottom: 0;
}
.funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box {
  margin-top: 60px;
  margin-bottom: 30px;
}
.funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box::before {
  animation-duration: 60s;
}
.funfacts-list .row .col-lg-6:nth-child(2) .single-funfacts-box {
  border-color: var(--mainColor);
}
.funfacts-list .row .col-lg-6:nth-child(2) .single-funfacts-box::before {
  animation-duration: 70s;
}
.funfacts-list .row .col-lg-6:nth-child(3) .single-funfacts-box {
  border-color: #ad8360;
}
.funfacts-list .row .col-lg-6:nth-child(3) .single-funfacts-box::before {
  animation-duration: 80s;
}
.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box {
  border-color: #221638;
  margin-top: -60px;
}
.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box::before {
  animation-duration: 90s;
}

.single-funfacts-box {
  margin-bottom: 30px;
  background-color: #eee8e2;
  text-align: center;
  border: 1px dashed #308800;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}
.single-funfacts-box h3 {
  margin-bottom: 0;
  color: var(--mainColor);
  font-size: 44px;
  font-weight: 800;
}
.single-funfacts-box h3 span {
  font-size: 48px;
}
.single-funfacts-box h3 .odometer {
  position: relative;
  top: -2px;
}
.single-funfacts-box p {
  text-transform: uppercase;
  color: var(--blackColor);
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
}
.single-funfacts-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  opacity: 0.7;
  z-index: -1;
  background-image: url("/static/indigo/images/shape/funfacts-shape.714ce33ff436.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.single-funfacts-box:hover {
  border-color: var(--mainColor);
}

.single-funfacts-item {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-funfacts-item h3 {
  margin-bottom: 0;
  color: var(--mainColor);
  font-size: 44px;
  font-weight: 800;
}
.single-funfacts-item h3 span {
  font-size: 48px;
}
.single-funfacts-item h3 .odometer {
  position: relative;
  top: -2px;
}
.single-funfacts-item p {
  text-transform: uppercase;
  color: var(--blackColor);
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
}

.funfacts-area .col-lg-3 {
  border-right: 1px solid #eaecf0;
}
.funfacts-area .col-lg-3:last-child {
  border-right: none;
}

.funfacts-area-two .col-lg-3 {
  border-right: 1px solid #f4f3f5;
}
.funfacts-area-two .col-lg-3:last-child {
  border-right: none;
}

.single-funfacts {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-funfacts img {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.8;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}
.single-funfacts h3 {
  margin-bottom: 0;
  color: var(--mainColor);
  font-size: 44px;
  font-weight: 800;
}
.single-funfacts h3 span {
  font-size: 48px;
}
.single-funfacts h3 .odometer {
  position: relative;
  top: -2px;
}
.single-funfacts p {
  text-transform: uppercase;
  color: var(--blackColor);
  line-height: 1;
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
}

.funfacts-box {
  background-color: var(--whiteColor);
  border: 1px dashed #AD8360;
  border-radius: 50%;
  text-align: center;
  position: relative;
  height: 280px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.funfacts-box h3 {
  margin-bottom: 8px;
  color: var(--mainColor);
  font-size: 44px;
  font-weight: 800;
}
.funfacts-box h3 span {
  font-size: 48px;
}
.funfacts-box h3 .odometer {
  position: relative;
  top: -2px;
}
.funfacts-box p {
  text-transform: uppercase;
  color: var(--blackColor);
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
}
.funfacts-box .content {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.funfacts-area.bg-black {
  background-color: var(--blackColor);
  position: relative;
  z-index: 1;
}
.funfacts-area.bg-black .col-lg-3 {
  border: none;
}
.funfacts-area.bg-black::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--whiteColor);
  height: 250px;
}

.single-funfacts-item.with-box-shadow {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border: none;
  background-image: url("/static/indigo/images/bg/bg2.58a90ec0e76b.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.feedback-content h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}
.feedback-content p {
  margin-top: 12px;
}
.feedback-content .feedback-info p {
  font-weight: 600;
  margin-bottom: 0;
}
.feedback-content .feedback-info p a {
  color: var(--mainColor);
  font-weight: 700;
}
.feedback-content .feedback-info p a:hover {
  text-decoration: underline;
  color: var(--blackColor);
}
.feedback-content .feedback-slides {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-feedback-item {
  background-color: var(--whiteColor);
  position: relative;
  z-index: 1;
  padding: 50px 105px 50px 50px;
  border-radius: 5px;
  overflow: hidden;
}
.single-feedback-item p {
  color: #606060;
  line-height: 1.8;
  font-size: var(--fontSize);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.single-feedback-item .client-info {
  margin-top: 25px;
}
.single-feedback-item .client-info img {
  width: 55px;
  height: 55px;
}
.single-feedback-item .client-info .title {
  margin-left: 15px;
}
.single-feedback-item .client-info .title h3 {
  margin-bottom: 0;
  color: var(--mainColor);
  font-size: 17px;
  font-weight: 700;
}
.single-feedback-item .client-info .title span {
  display: block;
  color: var(--optionalColor);
  font-size: 14px;
  margin-top: 4px;
}
.single-feedback-item::after {
  width: 75px;
  height: 75px;
  content: "";
  border-radius: 50%;
  background-color: var(--mainColor);
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
}
.single-feedback-item::before {
  content: "\f10a";
  font-family: Flaticon;
  font-size: 100px;
  position: absolute;
  right: 50px;
  color: #e8e8e8;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.feedback-slides.owl-theme .owl-dots .owl-dot {
  display: block;
}
.feedback-slides.owl-theme .owl-dots .owl-dot span {
  margin: 3px 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  transition: var(--transition);
}
.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  transition: var(--transition);
}
.feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}
.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

.testimonials-slides {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-slides.owl-theme .owl-dots {
  margin-top: 30px !important;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  transition: var(--transition);
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  transition: var(--transition);
}
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

.single-testimonials-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding-left: 280px;
}
.single-testimonials-item .client-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  display: inline-block !important;
  left: 35px;
}
.single-testimonials-item p {
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.single-testimonials-item h3 {
  color: var(--mainColor);
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.single-testimonials-item span {
  display: block;
  color: var(--optionalColor);
  font-size: 15px;
  margin-top: 4px;
}
.single-testimonials-item::before {
  content: "\f10a";
  position: absolute;
  right: 0;
  color: #e8e8e8;
  z-index: -1;
  bottom: 0;
  line-height: 1;
  font-family: Flaticon;
  font-size: 100px;
}
.single-testimonials-item .shape-img img {
  width: auto !important;
  display: inline-block !important;
  position: absolute;
}
.single-testimonials-item .shape-img img.shape-1 {
  position: absolute;
  left: 13%;
  top: 11%;
  z-index: -1;
  animation: movescale 4s linear infinite;
}
.single-testimonials-item .shape-img img.shape-2 {
  left: 0;
  top: 8px;
  z-index: -3;
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.single-testimonials-item .shape-img img.shape-3 {
  left: 20px;
  animation: moveleftbounce 4s linear infinite;
  bottom: -30px;
  z-index: -2;
}

.feedback-area {
  position: relative;
  z-index: 1;
}
.feedback-area .shape2 {
  bottom: 2%;
}
.feedback-area .shape9 {
  left: 8%;
  bottom: auto;
  top: 15%;
}

.single-feedback-box {
  border: 1px solid #ffe8e3;
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #fffaf3;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.single-feedback-box p {
  color: #606060;
  line-height: 1.8;
  font-size: var(--fontSize);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.single-feedback-box .client-info {
  margin-top: 25px;
}
.single-feedback-box .client-info img {
  width: 55px;
  height: 55px;
}
.single-feedback-box .client-info .title {
  margin-left: 15px;
}
.single-feedback-box .client-info .title h3 {
  margin-bottom: 0;
  color: var(--mainColor);
  font-size: 17px;
  font-weight: 700;
}
.single-feedback-box .client-info .title span {
  display: block;
  color: var(--optionalColor);
  font-size: 14px;
  margin-top: 4px;
}
.single-feedback-box::before {
  content: "\f10a";
  position: absolute;
  right: 50px;
  color: #ebe6e0;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
  font-family: Flaticon;
  font-size: 100px;
}

.feedback-slides-two.owl-theme .owl-dots {
  margin-top: 20px !important;
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  transition: var(--transition);
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  transition: var(--transition);
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span, .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}

.single-testimonials-box {
  max-width: 1110px;
  text-align: center;
  padding-right: 90px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.single-testimonials-box .client-img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 50px;
}
.single-testimonials-box p {
  margin-bottom: 0;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 600;
}
.single-testimonials-box h3 {
  color: var(--mainColor);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.single-testimonials-box span {
  display: block;
  color: var(--optionalColor);
  font-size: 15px;
  margin-top: 4px;
}
.single-testimonials-box::before {
  content: "\f10a";
  position: absolute;
  right: 0;
  color: #e7e2d9;
  z-index: -1;
  bottom: 120px;
  line-height: 1;
  font-family: Flaticon;
  font-size: 195px;
}
.single-testimonials-box .shape-img img {
  width: auto !important;
  display: inline-block !important;
  position: absolute;
}
.single-testimonials-box .shape-img img.shape-1 {
  position: absolute;
  left: 165px;
  top: 0;
  z-index: -1;
  animation: movescale 4s linear infinite;
  right: 0;
  margin: 0 auto;
}
.single-testimonials-box .shape-img img.shape-2 {
  left: -115px;
  top: -80px;
  z-index: -3;
  right: 0;
  margin: 0 auto;
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.single-testimonials-box .shape-img img.shape-3 {
  left: 0;
  animation: moveleftbounce 4s linear infinite;
  top: 50px;
  z-index: -2;
  right: 35px;
  margin: 0 auto;
}

.feedback-with-bg-image {
  position: relative;
  z-index: 1;
  background-image: url("/static/indigo/images/feedback-bg.ff5c153bacf7.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.feedback-with-bg-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.single-feedback-item-box {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 30px;
  background-color: var(--mainColor);
}
.single-feedback-item-box::after {
  content: "\f10a";
  position: absolute;
  right: 90px;
  color: var(--whiteColor);
  z-index: -1;
  bottom: 125px;
  line-height: 1;
  opacity: 0.35;
  font-family: Flaticon;
  font-size: 100px;
}
.single-feedback-item-box p {
  color: var(--whiteColor);
}
.single-feedback-item-box .client-info {
  margin-top: 25px;
}
.single-feedback-item-box .client-info img {
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
  display: inline-block !important;
}
.single-feedback-item-box .client-info .title {
  margin-left: 15px;
}
.single-feedback-item-box .client-info .title h3 {
  color: var(--whiteColor);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
}
.single-feedback-item-box .client-info .title span {
  color: var(--whiteColor);
  display: block;
}

.feedback-slides-style-two.feedback-slides.owl-theme {
  position: relative;
  z-index: 1;
  max-width: 600px;
  border-radius: 5px;
  margin-left: 100px;
}
.feedback-slides-style-two.feedback-slides.owl-theme::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  background-color: var(--mainColor);
  opacity: 0.85;
}
.feedback-slides-style-two.feedback-slides.owl-theme .single-feedback-item-box {
  background-color: transparent;
  border-radius: 0;
  padding: 85px 85px 150px;
}
.feedback-slides-style-two.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  right: auto;
  top: auto;
  transform: unset;
  left: 82px;
  bottom: 80px;
}
.feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot span {
  border-color: var(--whiteColor);
  margin: 0 3px;
}
.feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before, .feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  background-color: var(--whiteColor);
}

.feedback-area.bg-6ba292 .divider2, .feedback-area.bg-6ba292 .divider3 {
  background-color: var(--mainColor2);
}
.feedback-area.bg-6ba292 .single-feedback-box {
  background-color: transparent;
  border-color: #8ab6a9;
}
.feedback-area.bg-6ba292 .single-feedback-box p {
  color: var(--whiteColor);
}
.feedback-area.bg-6ba292 .single-feedback-box .client-info .title h3 {
  color: var(--whiteColor);
}
.feedback-area.bg-6ba292 .single-feedback-box .client-info .title span {
  color: var(--whiteColor);
}
.feedback-area.bg-6ba292 .single-feedback-box::before {
  color: #909279;
}
.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  border-color: #8ab6a9;
}
.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot span::before {
  background-color: #8ab6a9;
}
.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span, .feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--whiteColor);
}
.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--whiteColor);
}

.tree-shape {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: -1;
}

.health-coaching-feedback-area {
  background-color: #f8fafb;
}
.health-coaching-feedback-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.health-coaching-feedback-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.health-coaching-feedback-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.health-coaching-feedback-image {
  margin-right: -250px;
}

.health-coaching-inner {
  text-align: center;
  max-width: 615px;
}
.health-coaching-inner h2 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 800;
}

.feedback-quote {
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  background-color: #f9f9f2;
  position: relative;
  padding: 55px 45px;
  z-index: 1;
}
.feedback-quote p {
  font-size: 19px;
  font-weight: 600;
}
.feedback-quote .client-info {
  margin-top: 25px;
  text-align: start;
}
.feedback-quote .client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.feedback-quote .client-info .title {
  margin-left: 15px;
  text-align: start;
}
.feedback-quote .client-info .title h3 {
  margin-bottom: 0;
  color: var(--mainColor);
  font-size: 17px;
  font-weight: 700;
}
.feedback-quote .client-info .title span {
  display: block;
  color: var(--optionalColor);
  font-size: 14px;
  margin-top: 4px;
}

.object1 {
  position: absolute;
  left: -35px;
  top: -30px;
  z-index: -1;
}
.object1 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.object2 {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
}

.object3 {
  position: absolute;
  left: -15px;
  bottom: -15px;
  z-index: -1;
}

.object4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.feedback-area.bg-6dbbbd .section-title .sub-title {
  color: var(--whiteColor);
}
.feedback-area.bg-6dbbbd .section-title h2 {
  color: var(--whiteColor);
}
.feedback-area.bg-6dbbbd .section-title p {
  color: var(--whiteColor);
}

.single-kindergarten-feedback-item {
  text-align: center;
  margin-bottom: 30px;
}
.single-kindergarten-feedback-item .content {
  position: relative;
}
.single-kindergarten-feedback-item .content p {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  padding: 0 80px;
}
.single-kindergarten-feedback-item .client-info {
  margin-top: 10px;
  margin-left: 70px;
}
.single-kindergarten-feedback-item .client-info img {
  width: 60px !important;
  display: inline-block !important;
  width: 60px;
  border: 3px solid #d9a416;
  border-radius: 50%;
}
.single-kindergarten-feedback-item .client-info h3 {
  color: var(--whiteColor);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.single-kindergarten-feedback-item .client-info span {
  display: block;
  color: var(--whiteColor);
  margin-top: 4px;
  opacity: 0.9;
}

.feedback-slides-three.owl-theme .owl-nav {
  margin-top: 0;
}
.feedback-slides-three.owl-theme .owl-nav [class*=owl-] {
  margin: -60px 0 0;
  position: absolute;
  left: 23%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 54px;
  border: 1px dashed var(--mainColor);
  border-radius: 50%;
  background-color: transparent !important;
  color: #d1a1a1;
  font-size: 20px;
  transition: var(--transition);
  padding-left: 2px !important;
}
.feedback-slides-three.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--whiteColor);
  content: "";
  border-radius: 50%;
  margin: 4px;
  transition: var(--transition);
}
.feedback-slides-three.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 23%;
}
.feedback-slides-three.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}
.feedback-slides-three.owl-theme .owl-nav [class*=owl-]:hover::before {
  background-color: var(--mainColor);
}

.testimonials-slides-two {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}
.testimonials-slides-two.owl-theme .owl-nav [class*=owl-] {
  left: -20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: var(--whiteColor) !important;
  width: 40px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  height: 40px;
  font-size: 25px !important;
  transition: var(--transition);
  border-radius: 50%;
}
.testimonials-slides-two.owl-theme .owl-nav [class*=owl-] i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.testimonials-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}
.testimonials-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

.testimonials-item {
  z-index: 1;
  padding: 100px;
  background-color: #FFF8F8;
  border-radius: 5px;
  position: relative;
}
.testimonials-item p {
  font-size: 18px;
  line-height: 1.8;
}
.testimonials-item h3 {
  color: var(--mainColor);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.testimonials-item span {
  display: block;
  color: var(--optionalColor);
  font-size: 15px;
  margin-top: 4px;
}
.testimonials-item img {
  display: inline-block !important;
  width: auto !important;
  text-align: center;
}
.testimonials-item::before {
  opacity: 0.04;
  content: "\f10a";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  line-height: 1;
  font-family: Flaticon;
  font-size: 200px;
  margin-top: 10px;
  margin-left: 50px;
}

/*================================================
Profile Area CSS
=================================================*/
.profile-box {
  max-width: 1110px;
}
.profile-box .row {
  margin-left: 0;
  margin-right: 0;
}
.profile-box .row .col-lg-4, .profile-box .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}
.profile-box .image {
  border-radius: 5px;
  padding-right: 15px;
}
.profile-box .image img {
  border-radius: 5px;
}
.profile-box .content {
  padding: 20px 0 20px 50px;
}
.profile-box .content h3 {
  margin-bottom: 7px;
  font-size: 23px;
  font-weight: 800;
}
.profile-box .content .sub-title {
  display: block;
  color: var(--mainColor);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.profile-box .content .info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.profile-box .content .info li {
  margin-bottom: 8px;
  font-weight: 600;
}
.profile-box .content .info li span {
  color: var(--optionalColor);
  font-weight: 700;
}
.profile-box .content .info li:last-child {
  margin-bottom: 0;
}
.profile-box .content .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.profile-box .content .social-link li {
  display: inline-block;
  margin-right: 3px;
}
.profile-box .content .social-link li:last-child {
  margin-right: 0;
}
.profile-box .content .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
}
.profile-box .content .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-48%);
}
.profile-box .content .social-link li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.profile-courses-quizzes {
  margin-top: 80px;
}
.profile-courses-quizzes .nav {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  border-radius: 5px;
  justify-content: center;
  border: none;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.profile-courses-quizzes .nav .nav-item .nav-link {
  position: relative;
  color: var(--optionalColor);
  transition: var(--transition);
  border: none;
  background-color: transparent;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 17px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
.profile-courses-quizzes .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
  transition: var(--transition);
  transform: scaleX(0);
}
.profile-courses-quizzes .nav .nav-item .nav-link:hover, .profile-courses-quizzes .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}
.profile-courses-quizzes .nav .nav-item .nav-link:hover::before, .profile-courses-quizzes .nav .nav-item .nav-link.active::before {
  transform: scaleX(1);
}
.profile-courses-quizzes .tab-content {
  margin-top: 30px;
}
.profile-courses-quizzes .tab-content .nav {
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.profile-courses-quizzes .tab-content .nav .nav-item .nav-link {
  color: var(--blackColor);
  background-color: #f8f9f8;
  border-radius: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: var(--fontSize);
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
}
.profile-courses-quizzes .tab-content .nav .nav-item .nav-link::before {
  display: none;
}
.profile-courses-quizzes .tab-content .nav .nav-item .nav-link:hover, .profile-courses-quizzes .tab-content .nav .nav-item .nav-link.active {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link {
  color: var(--optionalColor);
  background-color: transparent;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 17px;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
}
.profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link::before {
  display: block;
}
.profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link:hover, .profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}
.profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link:hover::before, .profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link.active::before {
  transform: scaleX(1);
}
.profile-courses-quizzes .tab-content .table {
  margin-bottom: 30px;
}
.profile-courses-quizzes .tab-content .table thead {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.profile-courses-quizzes .tab-content .table thead tr th {
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  font-size: 18px;
  font-weight: 800;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
}
.profile-courses-quizzes .tab-content .table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  color: var(--optionalColor);
  border: none;
  font-size: var(--fontSize);
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
}
.profile-courses-quizzes .tab-content .table tbody tr td a {
  display: inline-block;
  color: var(--optionalColor);
}
.profile-courses-quizzes .tab-content .table tbody tr td a:hover {
  color: var(--mainColor);
}
.profile-courses-quizzes .tab-content .table tbody tr td .progress {
  display: inline-block;
  border-radius: 30px;
  height: auto;
  padding: 4px 15px 3.5px;
  background-color: var(--blackColor);
  overflow: unset;
  margin-left: 5px;
  position: relative;
  top: -1px;
  color: var(--whiteColor);
  font-size: 13px;
  font-weight: 700;
}
.profile-courses-quizzes .tab-content .table tbody tr td .progress.completed {
  background-color: #539a00;
}
.profile-courses-quizzes .tab-content .table tbody tr td .progress.pending {
  background-color: #ffc107;
}
.profile-courses-quizzes .tab-content .table tbody tr td .progress.passed {
  background-color: #007bff;
}
.profile-courses-quizzes .tab-content .table tbody tr td .progress.failed {
  background-color: #dc3545;
}
.profile-courses-quizzes .tab-content .table tbody tr:nth-of-type(odd) {
  background-color: #f8f9f8;
}
.profile-courses-quizzes .pagination-area {
  margin-bottom: 30px;
}

/*================================================
Selected Ages Area CSS
=================================================*/
.selected-ages-area {
  position: relative;
  z-index: 1;
}
.selected-ages-area .section-title {
  max-width: 500px;
}

.single-selected-ages-box {
  text-align: center;
  margin-bottom: 30px;
}
.single-selected-ages-box .image {
  margin-bottom: 30px;
}
.single-selected-ages-box h3 {
  -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 3% 100%);
          clip-path: polygon(0 0, 100% 0, 99% 100%, 3% 100%);
  background-color: #cce7e8;
  color: #5caaac;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 28px;
  font-weight: 900;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.single-selected-ages-box .ages-number {
  display: block;
  color: #5caaac;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.col-lg-3:nth-child(2) .single-selected-ages-box h3 {
  background-color: #ffb0b4;
  color: #fe4a55;
}
.col-lg-3:nth-child(2) .single-selected-ages-box .ages-number {
  color: #fe4a55;
}
.col-lg-3:nth-child(3) .single-selected-ages-box h3 {
  background-color: #ffeac4;
  color: #ffa70a;
}
.col-lg-3:nth-child(3) .single-selected-ages-box .ages-number {
  color: #ffa70a;
}
.col-lg-3:nth-child(4) .single-selected-ages-box h3 {
  background-color: #ebbcff;
  color: #be22ff;
}
.col-lg-3:nth-child(4) .single-selected-ages-box .ages-number {
  color: #be22ff;
}

/*================================================
Video Area CSS
=================================================*/
.video-box {
  position: relative;
  border-radius: 5px;
  max-width: 800px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.video-box .image {
  overflow: hidden;
  border-radius: 5px;
}
.video-box .image img {
  border-radius: 5px;
  transition: var(--transition);
}
.video-box .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  background-color: var(--mainColor);
  border-radius: 50%;
  color: var(--whiteColor);
}
.video-box .video-btn::after, .video-box .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid var(--mainColor);
}
.video-box .video-btn::before {
  animation: ripple 2s linear infinite;
}
.video-box .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.video-box .video-btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.video-box .video-btn:hover::before, .video-box .video-btn:hover::after {
  border-color: var(--blackColor);
}
.video-box:hover .image img {
  transform: scale3d(1.1, 1.1, 1.1);
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.shape10 {
  position: absolute;
  left: -11%;
  bottom: -11%;
  z-index: -1;
}
.shape10 img {
  border-radius: 0;
  animation: moveleftbounce 4s linear infinite;
}

.video-area {
  z-index: 1;
  position: relative;
}
.video-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  z-index: -1;
  background-color: #FFF8F8;
}

/*================================================
Get Instant Courses Area CSS
=================================================*/
.get-instant-courses-inner-area {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.get-instant-courses-inner-area .row {
  margin-left: 0;
  margin-right: 0;
}
.get-instant-courses-inner-area .row .col-lg-8, .get-instant-courses-inner-area .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.get-instant-courses-content {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 70px;
  padding-bottom: 30px;
}
.get-instant-courses-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.get-instant-courses-content h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 800;
}
.get-instant-courses-content .default-btn {
  margin-top: 5px;
}

.get-instant-courses-image {
  position: relative;
  z-index: 1;
  border-radius: 0 5px 5px 0;
}
.get-instant-courses-image img {
  border-radius: 0 5px 5px 0;
}

.get-instant-courses-area-two {
  position: relative;
  z-index: 1;
}
.get-instant-courses-area-two::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25px;
  z-index: -1;
  background-color: var(--whiteColor);
}
.get-instant-courses-area-two::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 21px;
  z-index: -1;
  background-color: var(--whiteColor);
}
.get-instant-courses-area-two .bulb {
  left: 20px;
  width: 180px;
  bottom: 21px;
}

.get-instant-courses-content-style-two .sub-title {
  display: block;
  color: var(--mainColor);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.get-instant-courses-content-style-two h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}
.get-instant-courses-content-style-two p {
  max-width: 620px;
  line-height: 1.8;
}
.get-instant-courses-content-style-two .default-btn {
  margin-top: 5px;
}

.get-instant-courses-image-style-two {
  text-align: end;
}

.shape5 {
  position: absolute;
  left: 5.5%;
  top: 0;
  z-index: -1;
}
.shape5 img {
  animation: moveleftbounce 4s linear infinite;
}

.shape6 {
  position: absolute;
  left: -65px;
  bottom: 10%;
}
.shape6 img {
  animation-name: rotateme;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape7 {
  position: absolute;
  left: 5%;
  bottom: 38%;
}
.shape7 img {
  animation: movescale 4s linear infinite;
}

/*================================================
Events Area CSS
=================================================*/
.single-events-box {
  transition: var(--transition);
  background-color: var(--whiteColor);
  margin-bottom: 30px;
}
.single-events-box .image {
  position: relative;
  border-radius: 5px 5px 5px 0;
}
.single-events-box .image img {
  border-radius: 5px 5px 5px 0;
}
.single-events-box .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: var(--whiteColor);
  color: var(--mainColor);
  padding: 8px 20px 7px;
  border-radius: 0 5px 0 0;
  font-size: 15px;
  font-weight: 700;
}
.single-events-box .image .date::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #acacac;
}
.single-events-box .content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}
.single-events-box .content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.single-events-box .content h3 a {
  display: inline-block;
}
.single-events-box .content .location {
  display: block;
  color: var(--optionalColor);
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.single-events-box .content .location i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}
.single-events-box .content::before {
  left: 20px;
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  width: 45px;
  background-color: #d6d6d6;
}
.single-events-box:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.events-area.bg-image {
  background-image: url("/static/indigo/images/bg/events-bg.c6fc89ab0a45.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.single-events-box-item {
  transition: var(--transition);
  background-color: var(--whiteColor);
  margin-bottom: 30px;
}
.single-events-box-item .image {
  position: relative;
  border-radius: 5px 5px 5px 0;
}
.single-events-box-item .image img {
  border-radius: 5px 5px 5px 0;
}
.single-events-box-item .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: var(--mainColor2);
  color: var(--whiteColor);
  padding: 9px 20px 7px;
  border-radius: 0 5px 0 0;
  font-size: 15px;
  font-weight: 700;
}
.single-events-box-item .content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}
.single-events-box-item .content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.single-events-box-item .content h3 a {
  display: inline-block;
}
.single-events-box-item .content .location {
  display: block;
  color: var(--optionalColor);
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.single-events-box-item .content .location i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}
.single-events-box-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.events-area.bg-shape {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 110px;
}
.events-area.bg-shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/static/indigo/images/shape/events-rectangle1.b666d9807aad.png");
  background-position: top;
  background-repeat: no-repeat;
}
.events-area.bg-shape::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/static/indigo/images/shape/events-rectangle2.a83ed8f0bedf.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.events-box {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  border-radius: 5px;
}
.events-box .image {
  height: 100%;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.events-box .image.bg1 {
  background-image: url("/static/indigo/images/events/kindergarten-img1.8245dd0e3db7.jpg");
}
.events-box .image.bg2 {
  background-image: url("/static/indigo/images/events/kindergarten-img2.8245dd0e3db7.jpg");
}
.events-box .image.bg3 {
  background-image: url("/static/indigo/images/events/kindergarten-img3.8245dd0e3db7.jpg");
}
.events-box .image.bg4 {
  background-image: url("/static/indigo/images/events/kindergarten-img4.8245dd0e3db7.jpg");
}
.events-box .image img {
  display: none;
  border-radius: 5px;
}
.events-box .content {
  padding: 40px;
}
.events-box .content .date {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.events-box .content .date span {
  position: absolute;
  left: 0;
  top: 21px;
  right: 0;
  text-align: center;
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 700;
}
.events-box .content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.events-box .content h3 a {
  display: inline-block;
}
.events-box .content .location {
  display: block;
  color: var(--optionalColor);
  margin-top: 12px;
  position: relative;
  padding-left: 22px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.events-box .content .location i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

/*================================================
Event Details Area CSS
=================================================*/
.events-details-header {
  margin-bottom: 40px;
}
.events-details-header ul {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.events-details-header ul li {
  display: inline-block;
  margin-right: 18px;
  color: var(--optionalColor);
  font-weight: 600;
  position: relative;
  padding-left: 22px;
}
.events-details-header ul li i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
}
.events-details-header ul li:last-child {
  margin-right: 0;
}

.events-details-desc {
  padding-left: 25px;
  padding-right: 25px;
}
.events-details-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}
.events-details-desc h3:not(:first-child) {
  margin-top: 30px;
}

.events-details-image {
  position: relative;
  margin-bottom: 50px;
}
.events-details-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--blackColor);
  opacity: 0.4;
}
.events-details-image #timer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
}
.events-details-image #timer div {
  background-color: transparent;
  color: var(--whiteColor);
  width: 155px;
  height: 130px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  font-size: 50px;
  font-weight: 800;
  margin-left: 8px;
  margin-right: 8px;
}
.events-details-image #timer div span {
  display: block;
  margin-top: -6px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
}
.events-details-image #timer div::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--mainColor);
  opacity: 0.7;
  z-index: -1;
}

.events-details-info {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 35px;
}
.events-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.events-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: var(--optionalColor);
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
}
.events-details-info .info li span {
  font-weight: 800;
  color: var(--blackColor);
  position: relative;
}
.events-details-info .info li.price {
  padding-bottom: 10px;
  color: var(--mainColor);
  font-size: 28px;
  font-weight: 800;
}
.events-details-info .info li.price span {
  color: var(--blackColor);
  font-size: 17px;
  font-weight: 800;
}
.events-details-info .info li:first-child {
  padding-top: 0;
}
.events-details-info .btn-box {
  text-align: center;
  margin-top: 30px;
}
.events-details-info .btn-box .default-btn {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.events-details-info .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}
.events-details-info .btn-box p {
  margin-top: 15px;
  font-weight: 600;
}
.events-details-info .btn-box p a {
  color: var(--mainColor);
}
.events-details-info .btn-box p a:hover {
  text-decoration: underline;
}
.events-details-info .events-share {
  text-align: center;
  margin-top: 25px;
}
.events-details-info .events-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.events-details-info .events-share .share-info span {
  display: inline-block;
  color: var(--mainColor);
  line-height: 1;
  font-size: var(--fontSize);
  font-weight: 700;
}
.events-details-info .events-share .share-info span i {
  color: var(--blackColor);
}
.events-details-info .events-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 12px;
}
.events-details-info .events-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}
.events-details-info .events-share .share-info .social-link li:last-child {
  margin-right: 0;
}
.events-details-info .events-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
}
.events-details-info .events-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-48%);
}
.events-details-info .events-share .share-info .social-link li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.events-details-location {
  margin-bottom: 40px;
}
.events-details-location #map iframe {
  height: 400px;
  width: 100%;
}

/*================================================
Lifestyle Area CSS
=================================================*/
.lifestyle-area .section-title h2 {
  max-width: 650px;
}

.single-lifestyle-box {
  margin-bottom: 30px;
  text-align: center;
  transition: var(--transition);
  border-radius: 5px;
  padding: 40px 20px;
  background-color: #f5f7fa;
  border: 1px dashed var(--mainColor2);
}
.single-lifestyle-box .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: var(--whiteColor);
  font-size: 65px;
  color: var(--mainColor2);
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}
.single-lifestyle-box h3 {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 800;
}
.single-lifestyle-box p {
  transition: var(--transition);
}
.single-lifestyle-box .link-btn {
  display: inline-block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}
.single-lifestyle-box:hover {
  background-color: var(--mainColor2);
}
.single-lifestyle-box:hover h3 {
  color: var(--whiteColor);
}
.single-lifestyle-box:hover h3 a {
  color: var(--whiteColor);
}
.single-lifestyle-box:hover p {
  color: var(--whiteColor);
}
.single-lifestyle-box:hover .link-btn {
  color: var(--whiteColor);
}

/*================================================
Program Area CSS
=================================================*/
.program-area {
  position: relative;
  z-index: 1;
  background-image: url("/static/indigo/images/bg/program-bg.bbd2cce504e4.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.program-section-title {
  padding-right: 80px;
}
.program-section-title h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}
.program-section-title p {
  margin-top: 20px;
}
.program-section-title .default-btn {
  margin-top: 8px;
}

.program-list {
  margin-left: -20px;
  position: relative;
  z-index: 1;
}
.program-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.program-list .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.program-list .row .col-lg-6:nth-child(2) .single-program-box {
  margin-bottom: 0;
}
.program-list .row .col-lg-6:nth-child(2) .single-program-box .shape {
  left: auto;
  right: 0;
}
.program-list .program-circle-shape {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.program-list .program-circle-shape img {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.program-list .single-program-box:nth-child(2) {
  margin-bottom: 0;
}

.single-program-box {
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.single-program-box .icon {
  font-size: 60px;
  line-height: 1;
  color: var(--mainColor2);
  margin-bottom: 17px;
}
.single-program-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
}
.single-program-box .link-btn {
  display: inline-block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}
.single-program-box .link-btn:hover {
  color: var(--mainColor2);
}
.single-program-box .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*================================================
Health Services Area CSS
=================================================*/
.health-services-area {
  position: relative;
  z-index: 1;
  background-image: url("/static/indigo/images/bg/health-services-bg.eb1ae05084f1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.single-health-services-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 92px;
}
.single-health-services-box .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--whiteColor);
  font-size: 40px;
  color: var(--mainColor2);
  animation: border-transform 10s linear infinite alternate forwards;
  border-radius: 50%;
  transition: var(--transition);
  text-align: center;
  border: 1px solid var(--mainColor2);
  position: absolute;
  left: 0;
  top: 2px;
}
.single-health-services-box h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}
.single-health-services-box:hover .icon {
  background-color: var(--mainColor2);
  color: var(--whiteColor);
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*================================================
Blog Area CSS
=================================================*/
.blog-area .row .col-lg-8 .row .col-lg-12 .pagination-area {
  margin-top: 25px;
}

.single-blog-post {
  margin-bottom: 30px;
  position: relative;
}
.single-blog-post .post-image {
  border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.single-blog-post .post-image a img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
  width: 100%;
}
.single-blog-post .post-content {
  margin-top: 25px;
}
.single-blog-post .post-content .category {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--optionalColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.single-blog-post .post-content .category:hover {
  color: var(--mainColor);
}
.single-blog-post .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.single-blog-post .post-content h3 a {
  display: inline-block;
}
.single-blog-post .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}
.single-blog-post .post-content .post-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 29px;
  padding-right: 7px;
}
.single-blog-post .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.single-blog-post .post-content .post-content-footer li .post-author span {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 15px;
}
.single-blog-post .post-content .post-content-footer li i {
  color: var(--mainColor);
  position: absolute;
  left: 7px;
  top: 0;
}
.single-blog-post .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}
.single-blog-post:hover .post-image a img {
  transform: rotate(5deg) scale(1.3);
}

.single-blog-post-item {
  margin-bottom: 30px;
  position: relative;
}
.single-blog-post-item .post-image {
  border-radius: 5px 5px 0 0;
}
.single-blog-post-item .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.single-blog-post-item .post-image a img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
}
.single-blog-post-item .post-content {
  margin-top: 25px;
}
.single-blog-post-item .post-content .category {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--optionalColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.single-blog-post-item .post-content .category:hover {
  color: var(--mainColor);
}
.single-blog-post-item .post-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.single-blog-post-item .post-content h3 a {
  display: inline-block;
}
.single-blog-post-item .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}
.single-blog-post-item .post-content .post-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  margin-left: 15px;
  padding-left: 29px;
  padding-right: 7px;
}
.single-blog-post-item .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.single-blog-post-item .post-content .post-content-footer li .post-author span {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 15px;
}
.single-blog-post-item .post-content .post-content-footer li i {
  color: var(--mainColor);
  position: absolute;
  left: 7px;
  top: 0;
}
.single-blog-post-item .post-content .post-content-footer li:first-child {
  padding-left: 7px;
  margin-left: 0;
}
.single-blog-post-item:hover .post-image a img {
  transform: rotate(5deg) scale(1.3);
}

.blog-post-info {
  border-top: 1px solid #f2f1f3;
  text-align: center;
  padding-top: 30px;
}
.blog-post-info p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.blog-post-info p a {
  color: var(--mainColor);
}
.blog-post-info p a:hover {
  text-decoration: underline;
  color: var(--blackColor);
}

.blog-post-list .single-blog-post-item .post-content {
  margin-top: 20px;
}

.single-blog-post-box {
  margin-bottom: 30px;
  position: relative;
}
.single-blog-post-box .post-image {
  border-radius: 5px 5px 0 0;
}
.single-blog-post-box .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.single-blog-post-box .post-image a img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
}
.single-blog-post-box .post-content {
  background-color: #fffaf3;
  padding: 25px;
}
.single-blog-post-box .post-content .category {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--optionalColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.single-blog-post-box .post-content .category:hover {
  color: var(--mainColor);
}
.single-blog-post-box .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.single-blog-post-box .post-content h3 a {
  display: inline-block;
}
.single-blog-post-box .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}
.single-blog-post-box .post-content .post-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 29px;
  padding-right: 7px;
}
.single-blog-post-box .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.single-blog-post-box .post-content .post-content-footer li .post-author span {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 15px;
}
.single-blog-post-box .post-content .post-content-footer li i {
  color: var(--mainColor);
  position: absolute;
  left: 7px;
  top: 0;
}
.single-blog-post-box .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}
.single-blog-post-box:hover .post-image a img {
  transform: rotate(5deg) scale(1.3);
}

.blog-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
  margin-bottom: 35px;
}
.blog-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  transition: var(--transition);
}
.blog-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  transition: var(--transition);
}
.blog-slides.owl-theme .owl-dots .owl-dot:hover span, .blog-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--mainColor);
}
.blog-slides.owl-theme .owl-dots .owl-dot:hover span::before, .blog-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--mainColor);
}
.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}
.blog-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 40px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  line-height: 42px;
  padding: 0;
  font-size: 25px;
}
.blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.blog-items {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-items .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-area {
  position: relative;
  z-index: 1;
}

.blog-shape1 {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
}
.blog-shape1 img {
  animation: movebounce 5s linear infinite;
}

.blog-shape2 {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-35%);
  z-index: -1;
}
.blog-shape2 img {
  animation: movebounce 5s linear infinite;
}

.single-blog-item {
  margin-bottom: 30px;
  position: relative;
}
.single-blog-item .post-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.single-blog-item .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.single-blog-item .post-image a img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
  width: 100%;
}
.single-blog-item .post-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("/static/indigo/images/shape/shape-style1.153bd0de406a.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
.single-blog-item .post-image .link-btn {
  border-radius: 0;
  overflow: unset;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.single-blog-item .post-content .category {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--optionalColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.single-blog-item .post-content .category:hover {
  color: var(--mainColor);
}
.single-blog-item .post-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}
.single-blog-item .post-content h3 a {
  display: inline-block;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: var(--whiteColor);
  width: 45px;
  height: 45px;
  line-height: 40px;
  position: absolute;
  left: 20px;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  padding-left: 5px !important;
  border-radius: 50%;
  border-style: solid;
  border-color: var(--whiteColor);
  border-width: 1.5px;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
  padding-left: 3px !important;
}
.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}
.blog-details-desc .article-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.blog-details-desc .article-video iframe {
  width: 100%;
  height: 400px;
  border: none !important;
}
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 600;
  font-size: var(--fontSize);
  padding-right: 20px;
  padding-left: 45px;
}
.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 32px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: var(--mainColor);
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  font-size: var(--fontSize);
  font-weight: 700;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 16px;
  margin-top: 28px;
  font-size: 24px;
  font-weight: 800;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
  color: var(--optionalColor);
}
.blog-details-desc .article-content .features-list li i {
  color: var(--mainColor);
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
  color: var(--optionalColor);
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--blackColor);
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  font-weight: 700;
}
.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: end;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -1px;
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}
.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: var(--mainColor);
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: var(--whiteColor);
}
.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: var(--whiteColor);
}
.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: var(--whiteColor);
}
.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: var(--whiteColor);
}
.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}
.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #fdfcfc;
}
.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: var(--mainColor);
  background-image: url("/static/indigo/images/bg/bg.776cb9e3f378.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}
.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}
.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid var(--whiteColor);
  width: 100px;
  height: 100px;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: var(--optionalColor);
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p, .blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 22px !important;
}
blockquote cite, .blockquote cite {
  display: none;
}
blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  animation: fade-up 1.5s infinite linear;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\f10a";
  font-family: Flaticon;
  font-size: 135px;
}
blockquote::after, .blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--mainColor);
  margin-top: 20px;
  margin-bottom: 20px;
}

.elearniv-post-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
.prev-link-wrapper a {
  display: flex;
  align-items: center;
}
.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}
.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}
.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: var(--mainColor);
}
.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  transition: var(--transition);
}
.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}
.prev-link-wrapper .image-prev::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: var(--mainColor);
  visibility: hidden;
  transition: var(--transition);
}
.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: var(--whiteColor);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  font-size: 16px;
  font-weight: 700;
}
.prev-link-wrapper .prev-link-info-wrapper {
  color: var(--blackColor);
  transition: var(--transition);
}
.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 800;
  font-size: 16.5px;
}
.prev-link-wrapper .meta-wrapper {
  display: block;
  color: var(--optionalColor);
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.next-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: end;
  padding-left: 15px;
}
.next-link-wrapper a {
  display: flex;
  align-items: center;
}
.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}
.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}
.next-link-wrapper a:hover .next-link-info-wrapper {
  color: var(--mainColor);
}
.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  transition: var(--transition);
}
.next-link-wrapper .image-next img {
  border-radius: 5px;
}
.next-link-wrapper .image-next::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: var(--mainColor);
  visibility: hidden;
  transition: var(--transition);
}
.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: var(--whiteColor);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
}
.next-link-wrapper .next-link-info-wrapper {
  transition: var(--transition);
  color: var(--blackColor);
}
.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 800;
  font-size: 16.5px;
}
.next-link-wrapper .meta-wrapper {
  display: block;
  color: var(--optionalColor);
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.comments-area {
  margin-top: 30px;
}
.comments-area .comments-title {
  line-height: initial;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
}
.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 65px;
  color: var(--blackColor);
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: var(--blackColor);
  display: inline-block;
  padding: 6px 20px 3px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.comments-area .comment-body .reply a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.comments-area .comment-author {
  font-size: 16.5px;
  margin-bottom: 0.3em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 800;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: var(--optionalColor);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.comments-area .comment-metadata a {
  display: inline-block;
  color: var(--optionalColor);
}
.comments-area .comment-metadata a:hover {
  color: var(--mainColor);
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: none;
}
.comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 1px 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  color: var(--blackColor);
  font-weight: 600;
  font-size: 15px;
}
.comments-area .comment-respond input[type=date]::-moz-placeholder, .comments-area .comment-respond input[type=time]::-moz-placeholder, .comments-area .comment-respond input[type=datetime-local]::-moz-placeholder, .comments-area .comment-respond input[type=week]::-moz-placeholder, .comments-area .comment-respond input[type=month]::-moz-placeholder, .comments-area .comment-respond input[type=text]::-moz-placeholder, .comments-area .comment-respond input[type=email]::-moz-placeholder, .comments-area .comment-respond input[type=url]::-moz-placeholder, .comments-area .comment-respond input[type=password]::-moz-placeholder, .comments-area .comment-respond input[type=search]::-moz-placeholder, .comments-area .comment-respond input[type=tel]::-moz-placeholder, .comments-area .comment-respond input[type=number]::-moz-placeholder, .comments-area .comment-respond textarea::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--optionalColor);
}
.comments-area .comment-respond input[type=date]::placeholder, .comments-area .comment-respond input[type=time]::placeholder, .comments-area .comment-respond input[type=datetime-local]::placeholder, .comments-area .comment-respond input[type=week]::placeholder, .comments-area .comment-respond input[type=month]::placeholder, .comments-area .comment-respond input[type=text]::placeholder, .comments-area .comment-respond input[type=email]::placeholder, .comments-area .comment-respond input[type=url]::placeholder, .comments-area .comment-respond input[type=password]::placeholder, .comments-area .comment-respond input[type=search]::placeholder, .comments-area .comment-respond input[type=tel]::placeholder, .comments-area .comment-respond input[type=number]::placeholder, .comments-area .comment-respond textarea::placeholder {
  transition: var(--transition);
  color: var(--optionalColor);
}
.comments-area .comment-respond input[type=date]:focus::-moz-placeholder, .comments-area .comment-respond input[type=time]:focus::-moz-placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::-moz-placeholder, .comments-area .comment-respond input[type=week]:focus::-moz-placeholder, .comments-area .comment-respond input[type=month]:focus::-moz-placeholder, .comments-area .comment-respond input[type=text]:focus::-moz-placeholder, .comments-area .comment-respond input[type=email]:focus::-moz-placeholder, .comments-area .comment-respond input[type=url]:focus::-moz-placeholder, .comments-area .comment-respond input[type=password]:focus::-moz-placeholder, .comments-area .comment-respond input[type=search]:focus::-moz-placeholder, .comments-area .comment-respond input[type=tel]:focus::-moz-placeholder, .comments-area .comment-respond input[type=number]:focus::-moz-placeholder, .comments-area .comment-respond textarea:focus::-moz-placeholder {
  color: transparent;
}
.comments-area .comment-respond input[type=date]:focus::placeholder, .comments-area .comment-respond input[type=time]:focus::placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::placeholder, .comments-area .comment-respond input[type=week]:focus::placeholder, .comments-area .comment-respond input[type=month]:focus::placeholder, .comments-area .comment-respond input[type=text]:focus::placeholder, .comments-area .comment-respond input[type=email]:focus::placeholder, .comments-area .comment-respond input[type=url]:focus::placeholder, .comments-area .comment-respond input[type=password]:focus::placeholder, .comments-area .comment-respond input[type=search]:focus::placeholder, .comments-area .comment-respond input[type=tel]:focus::placeholder, .comments-area .comment-respond input[type=number]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}
.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 4px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--optionalColor);
  position: relative;
  top: -1px;
  font-weight: normal;
  font-size: var(--fontSize);
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: var(--mainColor);
  border: none;
  color: var(--whiteColor);
  padding: 12px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  transition: var(--transition);
  border-radius: 0;
  font-weight: 800;
  font-size: 14.5px;
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: var(--whiteColor);
  background: var(--blackColor);
}

/*================================================
Become Instructor & Partner CSS
=================================================*/
.become-instructor-partner-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.become-instructor-partner-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.become-instructor-partner-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.become-instructor-partner-content {
  position: relative;
  z-index: 1;
  padding: 100px;
  background-image: url("/static/images/pattern.png");
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}
.become-instructor-partner-content h2 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
}
.become-instructor-partner-content p {
  margin-bottom: 20px;
  max-width: 540px;
}
.become-instructor-partner-content .default-btn {
  border-radius: 30px;
}
.become-instructor-partner-content.bg-color {
  background-color: var(--mainColor);
  background-image: unset !important;
}
.become-instructor-partner-content.bg-color h2 {
  color: var(--whiteColor);
}
.become-instructor-partner-content.bg-color p {
  color: var(--whiteColor);
  opacity: 0.97;
}
.become-instructor-partner-content.bg-color .default-btn {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.become-instructor-partner-content.bg-color .default-btn:hover {
  color: var(--whiteColor);
}
.become-instructor-partner-content.bg-color::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/static/images/bg-lines.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.become-instructor-partner-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.become-instructor-partner-image.bg-image1 {
  background-image: url("/static/images/become-instructor.jpg");
}
.become-instructor-partner-image.bg-image2 {
  background-image: url("/static/images/become-partner.jpg");
}
.become-instructor-partner-image img {
  display: none;
}

/*================================================
View All Courses Area CSS
=================================================*/
.view-all-courses-area {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.view-all-courses-area .row {
  margin-left: 0;
  margin-right: 0;
}
.view-all-courses-area .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.view-all-courses-content {
  margin-left: auto;
  position: relative;
  z-index: 1;
  max-width: 600px;
}
.view-all-courses-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.view-all-courses-content h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}
.view-all-courses-content p {
  margin-top: 12px;
}
.view-all-courses-content .default-btn {
  margin-top: 10px;
}

.view-all-courses-image {
  margin-left: -270px;
  text-align: center;
}
.view-all-courses-image img {
  width: 100%;
}

.view-all-courses-area-two {
  position: relative;
  z-index: 1;
}
.view-all-courses-area-two .view-all-courses-content {
  margin-left: 0;
  max-width: 100%;
}
.view-all-courses-area-two .view-all-courses-image {
  margin-left: 0;
  position: relative;
  z-index: 1;
}
.view-all-courses-area-two .view-all-courses-image img {
  width: auto;
}

.view-all-courses-area-three {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.view-all-courses-area-three .bulb {
  left: auto;
  right: 50px;
}

.view-all-courses-content-style-two .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.view-all-courses-content-style-two h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}
.view-all-courses-content-style-two p {
  margin-top: 15px;
}
.view-all-courses-content-style-two .default-btn {
  margin-top: 10px;
}

.view-all-courses-image-style-two {
  margin-left: 30px;
}

.shape9 {
  position: absolute;
  left: 10%;
  bottom: 20%;
  z-index: -1;
}
.shape9 img {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape11 {
  position: absolute;
  left: 15%;
  top: 18%;
  z-index: -1;
}
.shape11 img {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape12 {
  position: absolute;
  bottom: 18%;
  z-index: -1;
  right: 18%;
}
.shape12 img {
  animation: movescale 4s linear infinite;
}

/*================================================
Information Area CSS
=================================================*/
.information-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.information-content h2 {
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: 800;
}
.information-content .apply-details {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.information-content .apply-details li {
  position: relative;
  margin-top: 30px;
  padding-left: 108px;
}
.information-content .apply-details li .icon {
  width: 85px;
  height: 85px;
  line-height: 84px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 40px;
  text-align: center;
  transition: var(--transition);
}
.information-content .apply-details li h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}
.information-content .apply-details li:hover .icon {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-form {
  background-color: #f3f3f3;
  padding: 50px 30px;
}
.free-trial-form .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.free-trial-form h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
}
.free-trial-form form .form-group {
  margin-bottom: 22px;
}
.free-trial-form form input {
  background-color: var(--whiteColor) !important;
}
.free-trial-form form button {
  border: none;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transition: var(--transition);
  border-radius: 5px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: var(--fontSize);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.free-trial-form form button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

/*================================================
Newsletter Modal CSS
=================================================*/
.newsletter-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9);
}
.newsletter-modal .newsletter-modal-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #fef8ef;
  max-width: 780px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-modal .newsletter-modal-content .modal-image {
  border-radius: 5px 0 0 5px;
}
.newsletter-modal .newsletter-modal-content .modal-image img {
  border-radius: 5px 0 0 5px;
  width: 100%;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content {
  padding: 38px 35px;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content .sub-text {
  color: var(--blackColor);
  display: block;
  line-height: 1.5;
  font-weight: 600;
  font-size: 17px;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content p {
  font-size: 14px;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content form {
  position: relative;
  margin-top: 30px;
  margin-bottom: 22px;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #e0d9d9;
  padding: 2px 0 0 15px;
  color: var(--blackColor);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus::placeholder {
  color: transparent;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content form button {
  border: none;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transition: var(--transition);
  border-radius: 5px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.newsletter-modal .newsletter-modal-content .modal-inner-content form button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.newsletter-modal .newsletter-modal-content .close-btn {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: var(--blackColor);
  top: 15px;
  transition: var(--transition);
}
.newsletter-modal .newsletter-modal-content .close-btn:hover {
  color: red;
}

/*================================================
Training Area CSS
=================================================*/
.training-area {
  position: relative;
  z-index: 1;
}

.single-training-box {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.single-training-box img {
  margin-bottom: 30px;
}
.single-training-box h3 {
  margin-bottom: 14px;
  font-size: 23px;
  font-weight: 800;
}
.single-training-box p {
  margin-bottom: 15px;
}
.single-training-box::before {
  background-color: #f5f7fa;
  position: absolute;
  top: -55%;
  left: -5%;
  width: 110%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.single-training-box .link-btn {
  display: inline-block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}
.single-training-box .link-btn:hover {
  color: var(--blackColor);
}

.tree-shape2 {
  position: absolute;
  left: 0;
  top: 5%;
  z-index: -1;
}
.tree-shape2 img {
  animation: movebounce 5s linear infinite;
}

.tree-shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  position: relative;
  z-index: 1;
}
.overview-area .shape3 {
  right: auto;
  bottom: 35%;
  left: 3%;
}
.overview-area .shape4 {
  right: auto;
  bottom: 52%;
  left: 10%;
}
.overview-area .shape2 {
  left: auto;
  bottom: 39%;
  right: 5%;
}
.overview-area .shape9 {
  left: 40%;
  top: 60px;
}

.overview-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 80px;
}
.overview-box .overview-content, .overview-box .overview-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.overview-box .overview-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.overview-box .overview-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}
.overview-box .overview-content .default-btn {
  margin-top: 10px;
}
.overview-box .overview-content .btn-box {
  margin-top: 25px;
}
.overview-box .overview-content .btn-box .playstore-btn {
  display: inline-block;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 60px;
}
.overview-box .overview-content .btn-box .playstore-btn img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.overview-box .overview-content .btn-box .playstore-btn span {
  display: block;
  margin-top: -2px;
  font-size: 18px;
  font-weight: 700;
}
.overview-box .overview-content .btn-box .applestore-btn {
  display: inline-block;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  position: relative;
  margin-left: 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 65px;
}
.overview-box .overview-content .btn-box .applestore-btn img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.overview-box .overview-content .btn-box .applestore-btn span {
  display: block;
  margin-top: -2px;
  font-size: 18px;
  font-weight: 700;
}
.overview-box .overview-image {
  text-align: center;
}
.overview-box:first-child {
  margin-top: 0;
}

/*================================================
Teacher Register Area CSS
=================================================*/
.teacher-register-area {
  background-image: url("/static/indigo/images/teacher-register-bg.ff5c153bacf7.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.teacher-register-box {
  overflow: hidden;
  margin-left: auto;
  max-width: 600px;
  padding: 45px;
  border-radius: 5px;
  background-color: var(--mainColor);
  background-image: url("/static/indigo/images/shape/register-shape.f818046c6709.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.teacher-register-box h2 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 33px;
  font-weight: 800;
}
.teacher-register-box p {
  color: var(--whiteColor);
  margin-top: 10px;
  margin-bottom: 0;
}
.teacher-register-box form {
  margin-top: 25px;
}
.teacher-register-box form input, .teacher-register-box form textarea {
  display: block;
  width: 100%;
  border: none;
  color: var(--whiteColor);
  background-color: #c22b34;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: var(--fontSize);
  font-weight: 600;
}
.teacher-register-box form input::-moz-placeholder, .teacher-register-box form textarea::-moz-placeholder {
  color: #cdcdcd;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.teacher-register-box form input::placeholder, .teacher-register-box form textarea::placeholder {
  color: #cdcdcd;
  transition: var(--transition);
}
.teacher-register-box form input:focus::-moz-placeholder, .teacher-register-box form textarea:focus::-moz-placeholder {
  color: transparent;
}
.teacher-register-box form input:focus::placeholder, .teacher-register-box form textarea:focus::placeholder {
  color: transparent;
}
.teacher-register-box form textarea {
  height: auto !important;
  padding-top: 15px;
}
.teacher-register-box form .default-btn {
  background-color: var(--blackColor);
  margin-top: 5px;
  padding: 12px 30px;
}
.teacher-register-box form .default-btn span {
  background-color: var(--whiteColor);
}
.teacher-register-box form .default-btn:hover {
  color: var(--mainColor);
}

/*================================================
Experience Area CSS
=================================================*/
.experience-area.extra-padding {
  padding-top: 150px;
}

.experience-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.experience-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}
.experience-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 25px;
}
.experience-content .features-list li {
  color: var(--blackColor);
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
}
.experience-content .features-list li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--whiteColor);
  background-color: #a3c5bb;
  z-index: 1;
  border-radius: 50%;
  font-size: 20px;
  transition: var(--transition);
}
.experience-content .features-list li i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--mainColor2);
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  transition: var(--transition);
}
.experience-content .features-list li:hover i {
  background-color: var(--mainColor);
  color: var(--mainColor);
}
.experience-content .features-list li:hover i::after {
  background-color: var(--whiteColor);
}
.experience-content .features-list li:last-child {
  margin-bottom: 0;
}
.experience-content .default-btn {
  margin-top: 35px;
}

.experience-image {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 35px;
  padding-left: 35px;
}
.experience-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  top: 0;
  background-color: var(--mainColor);
  margin-right: 35px;
}
.experience-image::after {
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  margin-left: 35px;
  margin-top: 35px;
}
.experience-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  z-index: 3;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: var(--mainColor2);
  border-radius: 7px;
  color: var(--whiteColor);
}
.experience-image .video-btn::after, .experience-image .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 7px;
  border: 1px solid var(--whiteColor);
}
.experience-image .video-btn::before {
  animation: ripple 2s linear infinite;
}
.experience-image .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.experience-image .video-btn:hover {
  background-color: var(--mainColor);
}
.experience-image .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 0 30px 0 0;
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 55px;
  padding-right: 30px;
  font-size: 35px;
  font-weight: 700;
}
.experience-image .title span {
  font-weight: 800;
}

.experience-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.experience-content {
  position: relative;
  z-index: 1;
}
.experience-content .shape {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 65%;
  transform: translateY(-65%);
}
.experience-content .shape img {
  animation: movebounce 5s linear infinite;
}

.experience-img {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-left: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.experience-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: var(--mainColor);
  z-index: -1;
}
.experience-img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  background-color: var(--mainColor2);
  color: var(--whiteColor);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 35px;
  font-weight: 700;
}
.experience-img .title span {
  font-weight: 800;
}

.experience-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.experience-shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*================================================
Download Syllabus Area CSS
=================================================*/
.download-syllabus-area {
  position: relative;
  z-index: 1;
}
.download-syllabus-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/static/indigo/images/shape/download-shape.9270ad6d2da0.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.download-syllabus-image {
  text-align: center;
}

.download-syllabus-form {
  background-color: var(--mainColor2);
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 5px;
}
.download-syllabus-form h2 {
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
}
.download-syllabus-form p {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--whiteColor);
}
.download-syllabus-form form {
  margin-top: 25px;
}
.download-syllabus-form form .form-group .form-control {
  background-color: #447b6b;
  color: var(--whiteColor);
  border: none !important;
}
.download-syllabus-form form .form-group .form-control::-moz-placeholder {
  color: #eeeeee;
}
.download-syllabus-form form .form-group .form-control::placeholder {
  color: #eeeeee;
}
.download-syllabus-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.download-syllabus-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.download-syllabus-form form .form-group .nice-select {
  background-color: #447b6b;
  border-radius: 3px;
  border: none;
  color: var(--whiteColor);
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 30px;
}
.download-syllabus-form form .form-group .nice-select:after {
  border-color: #eeeeee;
  right: 15px;
  width: 8px;
  height: 8px;
}
.download-syllabus-form form .form-group .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.download-syllabus-form form .form-group .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.download-syllabus-form form .form-group .nice-select .list .option:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}
.download-syllabus-form form .form-group .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}
.download-syllabus-form form .form-group .nice-select .list .option.focus, .download-syllabus-form form .form-group .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}
.download-syllabus-form form .form-group .nice-select .list .option::before {
  content: "\f11f";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  color: var(--mainColor);
  font-family: Flaticon;
  font-size: 11px;
}
.download-syllabus-form form .form-group .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}
.download-syllabus-form form .form-group .nice-select .list .option.selected:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}
.download-syllabus-form form .form-group .nice-select .list .option.selected:hover::before {
  color: var(--whiteColor);
}
.download-syllabus-form form .default-btn {
  margin-top: 5px;
}

.syllabus-shape1 {
  position: absolute;
  right: 15%;
  bottom: 0;
  z-index: -1;
}
.syllabus-shape1 img {
  animation: moveleftbounce 10s linear infinite;
}

.syllabus-shape2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.syllabus-shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Premium Access Area CSS
=================================================*/
.premium-access-area {
  position: relative;
  z-index: 1;
}
.premium-access-area .shape3 {
  right: 20%;
  bottom: 12%;
}
.premium-access-area .shape4 {
  right: 16%;
  bottom: 50%;
}

.premium-access-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.premium-access-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.premium-access-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}
.premium-access-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.premium-access-content .default-btn {
  margin-top: 10px;
}

.premium-access-area-two {
  z-index: 1;
  padding-top: 30px;
  position: relative;
}
.premium-access-area-two::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  height: 35px;
  position: absolute;
  background-color: #100f1f;
}

.premium-access-content-style-two {
  position: relative;
  top: -20px;
}
.premium-access-content-style-two .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.premium-access-content-style-two h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}
.premium-access-content-style-two .default-btn {
  margin-top: 10px;
}

.premium-access-image-style-two {
  text-align: center;
}

.shape8 {
  position: absolute;
  left: 20%;
  top: 25%;
  z-index: -1;
}
.shape8 img {
  animation: movebounce 5s linear infinite;
}

/*================================================
Apply Instructor Area CSS
=================================================*/
.apply-instructor-image h2 {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 800;
}
.apply-instructor-image img {
  border-radius: 5px;
}

.apply-instructor-content {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 30px;
}
.apply-instructor-content .nav {
  border-bottom-color: #d8d8d8;
  margin-bottom: 35px;
  border-width: 1.5px;
}
.apply-instructor-content .nav .nav-item {
  margin-right: 50px;
}
.apply-instructor-content .nav .nav-item .nav-link {
  background-color: transparent;
  color: var(--optionalColor);
  border: none;
  padding: 0 0 10px;
  position: relative;
  font-size: 18px;
  font-weight: 800;
}
.apply-instructor-content .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: var(--transition);
  height: 1.5px;
  background-color: var(--mainColor);
}
.apply-instructor-content .nav .nav-item .nav-link:hover, .apply-instructor-content .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}
.apply-instructor-content .nav .nav-item .nav-link:hover::before, .apply-instructor-content .nav .nav-item .nav-link.active::before {
  width: 40%;
}
.apply-instructor-content .nav .nav-item:last-child {
  margin-right: 0;
}
.apply-instructor-content h3 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 800;
}
.apply-instructor-content h3:not(:first-child) {
  margin-top: 30px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  background-color: #f8f9f8;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 80px;
}
.page-title-area.bg-black {
  background-color: var(--blackColor);
}
.page-title-area.bg-black .page-title-content ul li {
  color: var(--whiteColor);
}
.page-title-area.bg-black .page-title-content ul li::before {
  background-color: var(--whiteColor);
}
.page-title-area.bg-black .page-title-content ul li a {
  color: var(--whiteColor);
}
.page-title-area.bg-black .page-title-content ul li a:hover {
  color: var(--mainColor);
}
.page-title-area.bg-black .page-title-content h2 {
  color: var(--whiteColor);
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.page-title-content ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.page-title-content ul li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 5px;
  transform: rotate(10deg);
  background-color: #696969;
  height: 15px;
  width: 1px;
}
.page-title-content ul li a {
  color: var(--optionalColor);
  display: block;
  font-weight: 500;
}
.page-title-content ul li a:hover {
  color: var(--mainColor);
}
.page-title-content ul li:last-child {
  margin-right: 0;
}
.page-title-content ul li:last-child::before {
  display: none;
}
.page-title-content h2 {
  text-align: center;
  max-width: 800px;
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}
.page-title-content .rating {
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
}
.page-title-content .rating i {
  color: #dca416;
  display: inline-block;
  margin-left: -1px;
  margin-right: -1px;
}
.page-title-content .rating .rating-count {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: var(--fontSize);
  font-weight: 600;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
}
.subscribe-area .shape4 {
  right: auto;
  bottom: 39%;
  left: 25%;
}

.subscribe-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.subscribe-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}
.subscribe-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.subscribe-content .newsletter-form {
  position: relative;
  max-width: 650px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  color: var(--blackColor);
  height: 50px;
  padding-left: 18px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-content .newsletter-form .input-newsletter::-moz-placeholder {
  color: #999999;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #999999;
  transition: var(--transition);
}
.subscribe-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-content .newsletter-form .validation-danger {
  color: red;
  margin-top: 15px;
}
.subscribe-content .newsletter-form .validation-success {
  margin-top: 15px;
}
.subscribe-content .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 50px;
}
.subscribe-content .newsletter-form .default-btn i {
  top: 12px;
}

.subscribe-image {
  text-align: center;
}

.shape13 {
  position: absolute;
  left: 22%;
  bottom: 22%;
  z-index: -2;
}
.shape13 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape14 {
  position: absolute;
  right: 11%;
  bottom: 30%;
  z-index: -1;
}
.shape14 img {
  animation: movebounce 5s linear infinite;
}

.shape15 {
  position: absolute;
  right: 15%;
  bottom: 15%;
  z-index: -2;
}
.shape15 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.subscribe-area-two {
  padding-top: 30px;
  background-color: #eee8df;
  background-image: url("/static/indigo/images/bg/subscribe-bg.832e4d6ad0a8.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.subscribe-area-two .subscribe-content {
  text-align: start;
  max-width: 490px;
  margin-left: 0;
  margin-right: 0;
}
.subscribe-area-two .subscribe-content .newsletter-form .input-newsletter {
  background-color: var(--whiteColor);
}

.subscribe-area.bg-eee8df .subscribe-content .newsletter-form .input-newsletter {
  background-color: var(--whiteColor);
}

.subscribe-content.text-start {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.subscribe-content.text-start h2 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.subscribe-content.text-start p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.subscribe-content.text-start .newsletter-form {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  cursor: zoom-in;
}
.single-gallery-item a {
  display: block;
  border-radius: 5px;
}
.single-gallery-item a img {
  transition: var(--transition);
}
.single-gallery-item:hover a img {
  transform: scale(1.1);
  filter: blur(2px);
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  background-color: var(--whiteColor);
  padding-top: 30px;
  padding-bottom: 26px;
}
.single-pricing-box .pricing-header img {
  margin-bottom: 25px;
}
.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  background-color: #f9f9f9;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.single-pricing-box .pricing-features {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.single-pricing-box .pricing-features ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-pricing-box .pricing-features ul li {
  margin-bottom: 14px;
  color: #4b5280;
  font-size: 16.5px;
  font-weight: 600;
}
.single-pricing-box .pricing-features ul li:last-child {
  margin-bottom: 0;
}
.single-pricing-box .price {
  font-size: 42px;
  font-weight: 800;
}
.single-pricing-box .price span {
  display: block;
  color: #4b5280;
  margin-top: -5px;
  font-size: 18px;
  font-weight: 600;
}
.single-pricing-box .default-btn {
  margin-top: 25px;
  background-color: var(--mainColor2);
  padding-left: 30px;
  padding-right: 30px;
}
.single-pricing-box .default-btn span {
  background-color: var(--mainColor);
}
.single-pricing-box .pricing-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.single-pricing-box .pricing-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Products Area CSS
=================================================*/
.single-products-box {
  position: relative;
  margin-bottom: 30px;
}
.single-products-box .products-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.single-products-box .products-image a {
  position: relative;
  display: block;
}
.single-products-box .products-image a img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.single-products-box .products-image .products-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.single-products-box .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-products-box .products-image .products-button ul li {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
}
.single-products-box .products-image .products-button ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: var(--blackColor);
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
  background-color: var(--whiteColor);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}
.single-products-box .products-image .products-button ul li a .tooltip-label {
  right: 110%;
  top: 5px;
  transform: translateX(0);
  position: absolute;
  padding: 0 10px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  line-height: 28px;
  font-size: 12px;
  font-weight: 800;
}
.single-products-box .products-image .products-button ul li a .tooltip-label::before {
  content: "";
  background-color: var(--mainColor);
  top: 50%;
  position: absolute;
  transition: all 0.2s ease-in-out;
  right: -1px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
}
.single-products-box .products-image .products-button ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  right: 135%;
}
.single-products-box .products-image .products-button ul li:last-child {
  margin-bottom: 0;
}
.single-products-box .products-image .products-button ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-products-box .products-image .products-button ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-products-box .products-image .products-button ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-products-box .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: var(--whiteColor);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.single-products-box .products-image .new-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: green;
  color: var(--whiteColor);
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.single-products-box .products-content {
  margin-top: 20px;
  position: relative;
}
.single-products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}
.single-products-box .products-content h3 a {
  display: inline-block;
}
.single-products-box .products-content .price {
  margin-top: 13px;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 800;
}
.single-products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 700;
}
.single-products-box .products-content .star-rating {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #f49f0b;
}
.single-products-box .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}
.single-products-box .products-content .add-to-cart {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  transition: var(--transition);
  display: inline-block;
  color: var(--optionalColor);
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  font-size: 14px;
  font-weight: 800;
}
.single-products-box .products-content .add-to-cart:hover {
  color: var(--mainColor);
}
.single-products-box:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}
.single-products-box:hover .products-content .add-to-cart {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.single-products-box:hover .products-image a img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.single-products-box:hover .products-image .products-button ul li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-image {
  border-radius: 5px;
}
.products-details-image a {
  display: block;
  border-radius: 5px;
}
.products-details-image a img {
  border-radius: 5px;
}

.products-details-desc {
  padding-left: 30px;
}
.products-details-desc h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}
.products-details-desc .price {
  margin-bottom: 15px;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 600;
}
.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}
.products-details-desc .products-review {
  margin-bottom: 18px;
}
.products-details-desc .products-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
}
.products-details-desc .products-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}
.products-details-desc .products-review .rating-count {
  display: inline-block;
  color: var(--blackColor);
  border-bottom: 1px solid var(--blackColor);
  line-height: initial;
  position: relative;
  top: -3px;
  font-weight: 600;
}
.products-details-desc .products-review .rating-count:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}
.products-details-desc .products-meta {
  margin-top: 20px;
}
.products-details-desc .products-meta span {
  display: block;
  color: var(--blackColor);
  margin-bottom: 10px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.products-details-desc .products-meta span span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
}
.products-details-desc .products-meta span span.sku {
  color: var(--mainColor);
}
.products-details-desc .products-meta span span.in-stock {
  color: var(--optionalColor);
}
.products-details-desc .products-meta span a {
  display: inline-block;
  color: var(--optionalColor);
  font-weight: 600;
}
.products-details-desc .products-meta span a:hover, .products-details-desc .products-meta span a:focus {
  color: var(--mainColor);
}
.products-details-desc .products-meta span:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-add-to-cart {
  margin-top: 25px;
}
.products-details-desc .products-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.products-details-desc .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 55px;
  transition: var(--transition);
  font-size: 25px;
}
.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: var(--mainColor);
}
.products-details-desc .products-add-to-cart .input-counter input {
  height: 50px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.products-details-desc .products-add-to-cart .input-counter input::-moz-placeholder {
  color: var(--blackColor);
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: var(--blackColor);
}
.products-details-desc .products-add-to-cart .default-btn {
  top: -2px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
.products-details-desc .products-share {
  margin-top: 30px;
}
.products-details-desc .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.products-details-desc .products-share .social li {
  display: inline-block;
}
.products-details-desc .products-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.products-details-desc .products-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}
.products-details-desc .products-share .social li a:hover, .products-details-desc .products-share .social li a:focus {
  color: var(--mainColor);
  background-color: transparent;
}
.products-details-desc .products-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: var(--whiteColor);
}
.products-details-desc .products-share .social li a.facebook:hover, .products-details-desc .products-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.products-details-desc .products-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: var(--whiteColor);
}
.products-details-desc .products-share .social li a.twitter:hover, .products-details-desc .products-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.products-details-desc .products-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: var(--whiteColor);
}
.products-details-desc .products-share .social li a.linkedin:hover, .products-details-desc .products-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.products-details-desc .products-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: var(--whiteColor);
}
.products-details-desc .products-share .social li a.instagram:hover, .products-details-desc .products-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.products-details-tabs {
  margin-top: 50px;
}
.products-details-tabs .nav {
  text-align: center;
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
  display: block;
}
.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.products-details-tabs .nav .nav-item .nav-link {
  color: #cccccc;
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
}
.products-details-tabs .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--mainColor);
  transition: var(--transition);
  bottom: -2px;
}
.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}
.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}
.products-details-tabs .tab-content .tab-pane {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.products-details-tabs .tab-content .tab-pane p {
  line-height: 1.8;
}
.products-details-tabs .tab-content .tab-pane ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  position: relative;
  color: var(--optionalColor);
  padding-left: 15px;
}
.products-details-tabs .tab-content .tab-pane ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}
.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 800;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating {
  display: inline-block;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
  font-size: 17px;
  color: #cecfd2;
  margin-right: -2px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
  color: orange;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
  display: block;
  font-size: var(--fontSize);
  color: var(--optionalColor);
}
.products-details-tabs .tab-content .tab-pane .products-reviews .row {
  overflow: hidden;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
  font-size: var(--fontSize);
  font-weight: 700;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .right {
  text-align: end;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments {
  margin-top: 40px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 700;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  font-weight: 700;
  margin-left: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
  margin-top: 30px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
  color: red;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
  margin-top: 20px;
  text-align: center;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
  margin-bottom: 25px;
  text-align: start;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
  text-align: start;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
  float: right;
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
  padding-right: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
  content: "★";
  transition: var(--transition);
  font-size: 27px;
  color: #CCCCCC;
  line-height: 1;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
  display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
  color: #f6b500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
  text-align: start;
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) {
  display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--optionalColor);
  font-weight: 600;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 5.5px;
  left: 6px;
  transition: all 0.2s ease;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:hover + label:before {
  border-color: var(--mainColor);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before {
  border-color: var(--mainColor);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  margin-top: 22px;
  border: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transition: var(--transition);
  border-radius: 5px;
  padding: 13px 60px;
  font-weight: 700;
  font-size: var(--fontSize);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr {
  border: none;
}
.cart-table table thead tr th {
  text-transform: uppercase;
  border-bottom-width: 0px;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 0 15px;
  border: none;
  font-size: var(--fontSize);
  font-weight: 800;
}
.cart-table table tbody tr {
  border-color: #eaedff;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: var(--optionalColor);
  white-space: nowrap;
  font-weight: 700;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
  border-color: #eaedff;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table table tbody tr td.product-name a {
  display: inline-block;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
  font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: var(--transition);
  font-size: 22px;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: var(--mainColor);
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: var(--blackColor);
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: var(--blackColor);
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
}
.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}
.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: var(--blackColor);
  color: var(--whiteColor);
  border: none;
  padding: 0 25px;
  line-height: 48px;
  outline: 0;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 700;
}
.cart-buttons .shopping-coupon-code button:hover {
  background-color: var(--mainColor);
}

.cart-totals {
  background: var(--whiteColor);
  padding: 40px;
  max-width: 500px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 800;
}
.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: var(--blackColor);
  overflow: hidden;
  font-weight: 700;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  font-size: 20px;
  border-top: none;
}
.cart-totals ul li:last-child span {
  color: var(--blackColor);
  font-weight: 600;
}
.cart-totals ul li span {
  float: right;
  color: var(--optionalColor);
  font-weight: normal;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: var(--whiteColor);
  padding: 15px 20px;
  border-top: 3px solid var(--mainColor);
  position: relative;
  margin-bottom: 40px;
}
.user-actions i {
  color: var(--mainColor);
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.user-actions span {
  display: inline-block;
  font-weight: 700;
  color: var(--mainColor);
}
.user-actions span a {
  display: inline-block;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 800;
}
.billing-details .title::before {
  content: "";
  position: absolute;
  background: var(--mainColor);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.billing-details .form-group {
  margin-bottom: 25px;
}
.billing-details .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 15px;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .nice-select {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: var(--blackColor);
  transition: var(--transition);
  padding: 0 0 0 12px;
  height: 50px;
  line-height: 51px;
  font-size: 15px;
  font-weight: 700;
}
.billing-details .form-group .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.billing-details .form-group .nice-select .list .option:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}
.billing-details .form-group .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}
.billing-details .form-group .nice-select .list .option.focus, .billing-details .form-group .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}
.billing-details .form-group .nice-select .list .option::before {
  content: "\f11f";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  color: var(--mainColor);
  font-family: Flaticon;
  font-size: 11px;
}
.billing-details .form-group .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}
.billing-details .form-group .nice-select .list .option.selected:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}
.billing-details .form-group .nice-select .list .option.selected:hover::before {
  color: var(--whiteColor);
}
.billing-details .form-group .nice-select:after {
  border-color: var(--blackColor);
  height: 8px;
  width: 8px;
  margin-top: -5px;
}
.billing-details .form-group .nice-select:hover {
  border-color: var(--mainColor);
  background-color: transparent;
}
.billing-details .form-check {
  margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
  color: var(--blackColor);
  font-weight: 600;
}
.billing-details .form-check label {
  position: relative;
  left: -2px;
  top: 1px;
  font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 800;
}
.order-details .title::before {
  content: "";
  position: absolute;
  background: var(--mainColor);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.order-details .order-table table {
  margin-bottom: 0;
}
.order-details .order-table table thead tr {
  border-color: #eaedff;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 12px 20px 10px;
  white-space: nowrap;
  font-weight: 800;
  font-size: var(--fontSize);
}
.order-details .order-table table tbody tr {
  border-color: #eaedff;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: var(--optionalColor);
  white-space: nowrap;
  border-color: #eaedff;
  font-size: 15px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}
.order-details .order-table table tbody tr td.product-name a {
  display: inline-block;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: var(--blackColor);
  font-weight: 800;
  font-size: 16px;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  color: var(--blackColor);
  font-weight: 800;
  font-size: 16px;
}
.order-details .payment-box {
  background-color: var(--whiteColor);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: var(--blackColor);
  position: relative;
  margin-bottom: 8px;
  font-weight: 800;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: var(--whiteColor);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--mainColor);
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: var(--transition);
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .default-btn {
  margin-top: 15px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border-radius: 3px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area {
  padding-left: 15px;
}
.widget-area .widget {
  margin-bottom: 40px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  font-weight: 800;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: var(--mainColor);
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .search-field {
  height: 50px;
  color: var(--blackColor);
  background-color: #f2f4f5;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 0 0 15px;
  border: none;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 500;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search form button {
  border: none;
  background-color: transparent;
  color: var(--mainColor);
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  transition: var(--transition);
  top: 5px;
  font-size: 20px;
}
.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  border-radius: 5px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.widget-area .widget_elearniv_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_elearniv_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_elearniv_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_elearniv_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_elearniv_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_elearniv_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url("/static/indigo/images/Second_blog.284eb876f71f.png");
}
.widget-area .widget_elearniv_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url("/static/indigo/images/Fourth_blog.772e72a4b71c.png");
}
.widget-area .widget_elearniv_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url("/static/indigo/images/Third_blog.0708f51b7221.png");
}
.widget-area .widget_elearniv_posts_thumb .item .thumb::before, .widget-area .widget_elearniv_posts_thumb .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: var(--whiteColor);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_elearniv_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_elearniv_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_elearniv_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_elearniv_posts_thumb .item .info span {
  display: block;
  color: var(--optionalColor);
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 12px;
}
.widget-area .widget_elearniv_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 700;
}
.widget-area .widget_elearniv_posts_thumb .item .info .title a {
  display: inline-block;
}
.widget-area .widget_elearniv_posts_thumb .item:hover .thumb::before, .widget-area .widget_elearniv_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: var(--blackColor);
  padding-left: 18px;
  font-weight: 700;
  font-size: 15px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: var(--mainColor);
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: var(--blackColor);
  display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
  color: var(--mainColor);
}
.widget-area .widget_categories ul li .post-count {
  color: var(--optionalColor);
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}
.widget-area .tagcloud a {
  display: inline-block;
  background: #f5f5f5;
  color: var(--blackColor);
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px !important;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.widget-area .widget_insight ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_insight ul li {
  margin-bottom: -1px;
}
.widget-area .widget_insight ul li a {
  position: relative;
  display: block;
  padding: 15px 25px 15px 40px;
  color: var(--optionalColor);
  border: 1px solid #eeeeee;
  font-size: var(--fontSize);
  font-weight: 700;
}
.widget-area .widget_insight ul li a::before {
  width: 5px;
  height: 5px;
  transition: var(--transition);
  background-color: var(--optionalColor);
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.widget-area .widget_insight ul li a:hover, .widget-area .widget_insight ul li a.active {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.widget-area .widget_insight ul li a:hover::before, .widget-area .widget_insight ul li a.active::before {
  background-color: var(--whiteColor);
}
.widget-area .widget_insight ul li.active a {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.widget-area .widget_insight ul li.active a::before {
  background-color: var(--whiteColor);
}
.widget-area .widget_recent_courses {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_recent_courses .widget-title {
  margin-bottom: 30px;
}
.widget-area .widget_recent_courses .item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.widget-area .widget_recent_courses .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-area .widget_recent_courses .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_recent_courses .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 3px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
  background-image: url("/static/indigo/images/courses/img1.0990bda8fe30.jpg");
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
  background-image: url("/static/indigo/images/courses/img2.0990bda8fe30.jpg");
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
  background-image: url("/static/indigo/images/courses/img3.0990bda8fe30.jpg");
}
.widget-area .widget_recent_courses .item .thumb::before, .widget-area .widget_recent_courses .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: var(--whiteColor);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_recent_courses .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_recent_courses .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_recent_courses .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_recent_courses .item .info span {
  display: block;
  color: var(--mainColor);
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: -5px;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
}
.widget-area .widget_recent_courses .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: var(--fontSize);
  font-weight: 700;
}
.widget-area .widget_recent_courses .item .info .title a {
  display: inline-block;
}
.widget-area .widget_recent_courses .item:hover .thumb::before, .widget-area .widget_recent_courses .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .filter_by_price .irs--flat .irs-bar {
  background-color: var(--mainColor);
}
.widget-area .filter_by_price .irs--flat .irs-handle > i:first-child {
  background-color: var(--mainColor);
}
.widget-area .widget_popular_products {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_popular_products .widget-title {
  margin-bottom: 30px;
}
.widget-area .widget_popular_products .item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.widget-area .widget_popular_products .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-area .widget_popular_products .item .thumb {
  float: left;
  height: 110px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 110px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_popular_products .item .thumb .fullimage {
  width: 110px;
  height: 110px;
  display: inline-block;
  border-radius: 3px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_popular_products .item .thumb .fullimage.bg1 {
  background-image: url("/static/indigo/images/products/img7.a88e5d7100de.jpg");
}
.widget-area .widget_popular_products .item .thumb .fullimage.bg2 {
  background-image: url("/static/indigo/images/products/img8.a88e5d7100de.jpg");
}
.widget-area .widget_popular_products .item .thumb .fullimage.bg3 {
  background-image: url("/static/indigo/images/products/img9.a88e5d7100de.jpg");
}
.widget-area .widget_popular_products .item .thumb::before, .widget-area .widget_popular_products .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: var(--whiteColor);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_popular_products .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_popular_products .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_popular_products .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_popular_products .item .info span {
  display: block;
  color: var(--mainColor);
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: -5px;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
}
.widget-area .widget_popular_products .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 700;
}
.widget-area .widget_popular_products .item .info .title a {
  display: inline-block;
}
.widget-area .widget_popular_products .item .info .rating {
  margin-top: 8px;
}
.widget-area .widget_popular_products .item .info .rating i {
  color: #f6b500;
  display: inline-block;
  margin-right: -2px;
}
.widget-area .widget_popular_products .item:hover .thumb::before, .widget-area .widget_popular_products .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content img {
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.privacy-policy-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}
.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}
.privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: var(--fontSize) !important;
  font-weight: normal;
}
.privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
  display: none;
}
.privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
  display: none;
}
.privacy-policy-content ol, .privacy-policy-content ul {
  margin-top: 20px;
}
.privacy-policy-content ol li, .privacy-policy-content ul li {
  margin-bottom: 10px;
  color: var(--optionalColor);
  font-size: var(--fontSize);
  line-height: 1.8;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content img {
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.terms-of-service-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}
.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}
.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: var(--fontSize) !important;
  font-weight: normal;
}
.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
  display: none;
}
.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
  display: none;
}
.terms-of-service-content ol, .terms-of-service-content ul {
  margin-top: 20px;
}
.terms-of-service-content ol li, .terms-of-service-content ul li {
  margin-bottom: 10px;
  color: var(--optionalColor);
  font-size: var(--fontSize);
  line-height: 1.8;
}

/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content img {
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.purchase-guide-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}
.purchase-guide-content .blockquote, .purchase-guide-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}
.purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: var(--fontSize) !important;
  font-weight: normal;
}
.purchase-guide-content .blockquote::after, .purchase-guide-content blockquote::after {
  display: none;
}
.purchase-guide-content .blockquote::before, .purchase-guide-content blockquote::before {
  display: none;
}
.purchase-guide-content ol, .purchase-guide-content ul {
  margin-top: 20px;
}
.purchase-guide-content ol li, .purchase-guide-content ul li {
  margin-bottom: 10px;
  color: var(--optionalColor);
  font-size: var(--fontSize);
  line-height: 1.8;
}

/*================================================
Membership Levels Area CSS
=================================================*/
.membership-levels-table .table {
  margin-bottom: 0;
}
.membership-levels-table .table thead th {
  vertical-align: middle;
  background-color: var(--mainColor);
  white-space: nowrap;
  padding: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #e98f8f;
  border-bottom: none;
  border-right: 1px solid #e98f8f;
}
.membership-levels-table .table thead th h2 {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 800;
}
.membership-levels-table .table thead th h3 {
  color: var(--whiteColor);
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.membership-levels-table .table thead th:first-child {
  border-left: none;
}
.membership-levels-table .table thead th:last-child {
  border-right: none;
}
.membership-levels-table .table tbody tr td {
  padding: 15px 20px;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  text-align: center;
  font-size: var(--fontSize);
  font-weight: 600;
}
.membership-levels-table .table tbody tr td:first-child {
  text-align: start;
}
.membership-levels-table .table tbody tr td.item-check i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #0eb582;
  color: var(--whiteColor);
  display: block;
  margin: 0 auto;
}
.membership-levels-table .table tbody tr td.item-none i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #d85554;
  color: var(--whiteColor);
  display: block;
  margin: 0 auto;
}
.membership-levels-table .table tbody tr td .select-btn {
  display: inline-block;
  color: var(--blackColor);
  background-color: #efefef;
  padding: 13px 30px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: var(--fontSize);
  font-weight: 700;
}
.membership-levels-table .table tbody tr td .select-btn:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 35px;
}
.pagination-area .page-numbers {
  width: 33px;
  height: 33px;
  background-color: #f3f0f0;
  color: var(--optionalColor);
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  line-height: 34px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: var(--fontSize);
  font-weight: 800;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.pagination-area .page-numbers i {
  position: relative;
  top: 1.5px;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  background-color: #111111;
  height: 100vh;
}

.error-content {
  text-align: center;
}
.error-content h3 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  margin-top: 45px;
  font-size: 40px;
  font-weight: 800;
}
.error-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.error-content .btn-box {
  margin-top: 30px;
}
.error-content .btn-box .default-btn {
  margin-left: 7px;
  margin-right: 7px;
}
.error-content .btn-box .default-btn span {
  background-color: var(--whiteColor);
}
.error-content .btn-box .default-btn:hover {
  color: var(--blackColor);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 60px;
  text-align: center;
}
.faq-accordion-tab .tabs li {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-accordion-tab .tabs li a {
  color: var(--blackColor);
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: block;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  font-size: var(--fontSize);
  font-weight: 800;
}
.faq-accordion-tab .tabs li a i {
  font-size: 30px;
  font-weight: 400;
}
.faq-accordion-tab .tabs li a span {
  display: block;
  margin-top: 8px;
}
.faq-accordion-tab .tabs li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.faq-accordion-tab .tabs li.current a {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  background: var(--whiteColor);
  margin-bottom: 15px;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 20px 25px 17px 60px;
  color: var(--blackColor);
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 800;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 25px;
  top: 18px;
  font-size: 25px;
  transition: var(--transition);
}
.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
}
.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.tab .tabs-item {
  display: none;
}
.tab .tabs-item:first-child {
  display: block;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #f6f7fb;
  background-image: url("/static/indigo/images/coming-soon-bg.ff5c153bacf7.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 700px;
  background: var(--whiteColor);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-content .logo {
  display: inline-block;
}
.coming-soon-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 0;
}
.coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-content #timer div {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  width: 120px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}
.coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}
.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: var(--blackColor);
}
.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: var(--transition);
  top: 9px;
  font-size: 22px;
}
.coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: var(--transition);
  background: var(--mainColor);
}
.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0 0 0 32px;
  color: var(--blackColor);
  height: 45px;
  display: block;
  width: 100%;
  transition: var(--transition);
  font-size: 16px;
  font-weight: 400;
}
.coming-soon-content form .form-group .input-newsletter::-moz-placeholder {
  color: #A1A1A1;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #A1A1A1;
  transition: var(--transition);
}
.coming-soon-content form .form-group .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}
.coming-soon-content form .default-btn {
  border-radius: 0;
}
.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: red;
}
.coming-soon-content form .validation-success {
  margin-top: 15px;
}
.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
  padding: 40px 50px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  margin-right: 30px;
}
.login-form h2 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 800;
}
.login-form form .form-group {
  margin-bottom: 25px;
}
.login-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--blackColor);
  font-weight: 700;
}
.login-form form .remember-me-wrap {
  margin-bottom: 0;
}
.login-form form .remember-me-wrap [type=checkbox]:checked, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) {
  display: none;
}
.login-form form .remember-me-wrap [type=checkbox]:checked + label, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--optionalColor);
  font-weight: 600;
}
.login-form form .remember-me-wrap [type=checkbox]:checked + label:before, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}
.login-form form .remember-me-wrap [type=checkbox]:checked + label:after, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 5.5px;
  left: 6px;
  transition: all 0.2s ease;
}
.login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.login-form form .remember-me-wrap [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.login-form form .remember-me-wrap [type=checkbox]:hover + label:before {
  border-color: var(--mainColor);
}
.login-form form .remember-me-wrap [type=checkbox]:checked + label:before {
  border-color: var(--mainColor);
}
.login-form form .lost-your-password-wrap {
  text-align: end;
}
.login-form form .lost-your-password-wrap a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.3;
}
.login-form form .lost-your-password-wrap a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transition: var(--transition);
  background-color: #eeeeee;
}
.login-form form .lost-your-password-wrap a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  transition: var(--transition);
  bottom: 0;
  content: "";
  background-color: var(--mainColor);
}
.login-form form .lost-your-password-wrap a:hover::before {
  width: 0;
}
.login-form form .lost-your-password-wrap a:hover::after {
  width: 100%;
}
.login-form form button {
  margin-top: 22px;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transition: var(--transition);
  width: 100%;
  border-radius: 5px;
  padding: 14.5px 30px;
  font-weight: 700;
  font-size: var(--fontSize);
}
.login-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.register-form {
  padding-top: 30px;
  padding-left: 30px;
}
.register-form h2 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 800;
}
.register-form form .form-group {
  margin-bottom: 25px;
}
.register-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--blackColor);
  font-weight: 700;
}
.register-form form .description {
  font-style: italic;
  font-size: 13.5px;
  margin-top: -10px;
  margin-bottom: 0;
}
.register-form form button {
  margin-top: 22px;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  transition: var(--transition);
  width: 100%;
  border-radius: 5px;
  padding: 14.5px 30px;
  font-weight: 700;
  font-size: var(--fontSize);
}
.register-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info {
  padding-right: 15px;
}
.contact-info .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.contact-info h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 800;
}
.contact-info ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 35px;
  margin-bottom: 0;
}
.contact-info ul li {
  position: relative;
  margin-bottom: 35px;
  padding-left: 100px;
}
.contact-info ul li .icon {
  width: 75px;
  height: 85px;
  background-color: #f8f9f8;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  left: 0;
  font-size: 40px;
  color: var(--mainColor);
  transition: var(--transition);
  top: 0;
}
.contact-info ul li .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-info ul li h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
}
.contact-info ul li p {
  font-weight: 600;
  max-width: 300px;
  margin-bottom: 0;
  margin-top: 2px;
}
.contact-info ul li:hover .icon {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-form {
  overflow: hidden;
  padding: 35px;
  margin-left: 15px;
  border-radius: 5px;
  background-color: var(--mainColor);
  background-image: url("/static/indigo/images/shape/register-shape.f818046c6709.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-form h2 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 33px;
  font-weight: 800;
}
.contact-form p {
  color: var(--whiteColor);
  margin-top: 10px;
  margin-bottom: 0;
}
.contact-form form {
  margin-top: 25px;
}
.contact-form form input, .contact-form form textarea {
  display: block;
  width: 100%;
  border: none;
  color: var(--whiteColor);
  background-color: #c22b34;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: var(--fontSize);
  font-weight: 600;
}
.contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
  color: #cdcdcd;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.contact-form form input::placeholder, .contact-form form textarea::placeholder {
  color: #cdcdcd;
  transition: var(--transition);
}
.contact-form form input:focus::-moz-placeholder, .contact-form form textarea:focus::-moz-placeholder {
  color: transparent;
}
.contact-form form input:focus::placeholder, .contact-form form textarea:focus::placeholder {
  color: transparent;
}
.contact-form form textarea {
  height: auto !important;
  padding-top: 15px;
}
.contact-form form .default-btn {
  background-color: var(--blackColor);
  margin-top: 5px;
  padding: 12px 30px;
}
.contact-form form .default-btn span {
  background-color: var(--whiteColor);
}
.contact-form form .default-btn:hover {
  color: var(--mainColor);
}
.contact-form form .help-block ul {
  margin-bottom: 0;
  margin-top: 12px;
}
.contact-form form .help-block ul li {
  color: var(--whiteColor);
}
.contact-form form #msgSubmit {
  color: var(--whiteColor) !important;
  margin: 0 !important;
}
.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 15px !important;
}

#map iframe {
  height: 500px;
  margin-bottom: -7px;
  width: 100%;
  border: none;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #100f1f;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget .logo {
  display: inline-block;
  margin-bottom: 20px;
}
.single-footer-widget h3 {
  margin-bottom: 20px;
  position: relative;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 800;
}
.single-footer-widget p {
  color: #ededed;
}
.single-footer-widget .footer-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-links-list li {
  margin-bottom: 12px;
  color: #ededed;
}
.single-footer-widget .footer-links-list li a {
  color: #ededed;
  display: inline-block;
}
.single-footer-widget .footer-links-list li a:hover {
  color: var(--mainColor);
}
.single-footer-widget .footer-links-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 3px;
}
.single-footer-widget .social-link li:last-child {
  margin-right: 0;
}
.single-footer-widget .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--whiteColor);
  background-color: #1e1d2f;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}
.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-48%);
}
.single-footer-widget .social-link li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
  margin-bottom: 13px;
  color: #ededed;
  position: relative;
  padding-left: 22px;
}
.single-footer-widget .footer-contact-info li a {
  color: #ededed;
  display: inline-block;
}
.single-footer-widget .footer-contact-info li a:hover {
  color: var(--mainColor);
}
.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 4px;
}
.single-footer-widget .footer-contact-info li i.bxs-inbox {
  top: 3px;
}

.footer-bottom-area {
  margin-top: 70px;
  border-top: 2px solid #181726;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-bottom-area p {
  color: #ededed;
}
.footer-bottom-area p i {
  position: relative;
  top: 1.3px;
}
.footer-bottom-area p a {
  color: var(--mainColor);
  font-weight: 600;
}
.footer-bottom-area p a:hover {
  color: var(--whiteColor);
}
.footer-bottom-area ul {
  text-align: end;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-bottom-area ul li {
  color: #ededed;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.footer-bottom-area ul li:last-child {
  margin-right: 0;
}
.footer-bottom-area ul li:last-child::before {
  display: none;
}
.footer-bottom-area ul li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 5.5px;
  width: 1px;
  height: 14px;
  background-color: #ededed;
}
.footer-bottom-area ul li a {
  display: block;
  color: #ededed;
}
.footer-bottom-area ul li a:hover {
  color: var(--mainColor);
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
  z-index: -1;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: run 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  animation-delay: 2s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line:nth-child(3)::after {
  animation-delay: 2.5s;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 15px;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.9s;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 70%;
  transform: translateY(-70%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.go-top:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  transition: var(--transition);
  transform: translateY(-10px);
}

/*================================================
Gym Banner Area CSS
=================================================*/
.gym-home-area {
  padding-top: 10px;
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
  background-image: url("/static/indigo/images/bg/gym-banner-bg.93e5dc11afea.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gym-home-area .sliderCounter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  line-height: 1;
  color: var(--optionalColor);
  font-size: 20px;
  font-weight: 800;
}

.gym-banner-item .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.gym-banner-content h1 {
  margin-bottom: 15px;
  font-size: 59px;
  font-weight: 800;
}
.gym-banner-content p {
  max-width: 650px;
}
.gym-banner-content .default-btn {
  margin-top: 10px;
}

.gym-banner-image {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.gym-banner-image img {
  display: inline-block !important;
  width: auto !important;
}

.gym-banner-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.gym-banner-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  transition: var(--transition);
  font-size: 30px;
  color: var(--optionalColor);
  background-color: transparent !important;
  line-height: 1;
}
.gym-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.gym-banner-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--mainColor);
}
.gym-banner-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Featured Area CSS
=================================================*/
.featured-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.featured-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.featured-area .container-fluid .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.single-featured-box {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.single-featured-box img {
  transition: var(--transition);
}
.single-featured-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  background-color: #000000;
  opacity: 0.7;
}
.single-featured-box .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: var(--whiteColor);
  padding: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.single-featured-box .content .icon {
  font-size: 50px;
  line-height: 1;
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 25px;
}
.single-featured-box .content h3 {
  color: var(--whiteColor);
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}
.single-featured-box .content p {
  opacity: 0.9;
  color: var(--whiteColor);
}
.single-featured-box:hover img {
  transform: scale(1.05);
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.why-choose-us-image {
  text-align: center;
}

.why-choose-us-content {
  max-width: 595px;
}
.why-choose-us-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.why-choose-us-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}
.why-choose-us-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
}
.why-choose-us-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}
.why-choose-us-content .features-list li span {
  display: block;
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.why-choose-us-content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: var(--mainColor);
  font-size: 25px;
  background-image: url("/static/indigo/images/shape/circle-border.4f4b22cfdfab.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-choose-us-content .default-btn {
  margin-top: 30px;
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area.bg-black {
  background-color: var(--blackColor);
}
.courses-area.bg-black .section-title h2 {
  color: var(--whiteColor);
}
.courses-area.bg-black .section-title p {
  color: var(--whiteColor);
  opacity: 0.9;
}
.courses-area.bg-black .courses-info p {
  color: var(--whiteColor);
  opacity: 0.9;
}
.courses-area.bg-black .courses-info p a {
  color: var(--whiteColor) !important;
  font-weight: 800;
}

/*================================================
Gym Feedback Area CSS
=================================================*/
.gym-feedback-area {
  background-color: #fafafa;
  background-image: url("/static/indigo/images/gym/feedback-bg2.c0be115f520f.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gym-feedback-area:hover .gym-feedback-slides.owl-theme .owl-nav {
  opacity: 1;
  visibility: visible;
}

.gym-feedback-box {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.gym-feedback-box p {
  font-size: 24px;
  color: var(--blackColor);
}
.gym-feedback-box .title {
  margin-top: 25px;
}
.gym-feedback-box .title h3 {
  margin-bottom: 6px;
  color: var(--mainColor);
  font-size: 25px;
  font-weight: 700;
}
.gym-feedback-box .title span {
  display: block;
  color: var(--blackColor);
}
.gym-feedback-box::before {
  content: "\f10a";
  position: absolute;
  left: -110px;
  color: var(--blackColor);
  opacity: 0.05;
  z-index: -1;
  top: 5px;
  transform: scaleX(-1);
  line-height: 1;
  font-family: Flaticon;
  font-size: 250px;
}

.gym-feedback-slides .gym-feedback-box {
  max-width: 1000px;
}
.gym-feedback-slides.owl-theme .owl-nav {
  opacity: 0;
  margin-top: 0;
  visibility: hidden;
  transition: var(--transition);
}
.gym-feedback-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  transition: var(--transition);
  font-size: 40px;
  color: var(--optionalColor);
  background-color: transparent !important;
  line-height: 1;
}
.gym-feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}
.gym-feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--mainColor);
}

/*================================================
Trainer Area CSS
=================================================*/
.single-trainer-box {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.single-trainer-box .content {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  bottom: 60px;
  background-color: rgba(34, 22, 56, 0.9);
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
.single-trainer-box .content h3 {
  margin-bottom: 18px;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 800;
}
.single-trainer-box .content .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-trainer-box .content .social-link li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}
.single-trainer-box .content .social-link li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #bfbfbf;
  line-height: 38px;
  background-color: var(--blackColor);
  border-radius: 3px;
  font-size: 18px;
}
.single-trainer-box .content .social-link li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.single-trainer-box .designation {
  display: inline-block;
  background-color: var(--whiteColor);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: var(--mainColor);
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
}
.single-trainer-box:hover .content {
  opacity: 1;
  visibility: visible;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
  background-color: #f1f1f1;
  position: relative;
  z-index: 1;
}
.app-download-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  z-index: -1;
  background-color: var(--whiteColor);
}
.app-download-area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: -1;
  background-color: var(--whiteColor);
}

.app-download-content {
  margin-right: -60px;
  position: relative;
  top: -25px;
}
.app-download-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.app-download-content h2 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 35px;
  font-weight: 800;
}
.app-download-content .default-btn {
  margin-top: 10px;
}

.app-download-image {
  text-align: center;
}

/*================================================
Online Platform Area CSS
=================================================*/
.online-platform-area {
  background-color: #f1f1f1;
  position: relative;
  z-index: 1;
}
.online-platform-area .shape23 {
  right: 20%;
  bottom: 15%;
}

.online-platform-image {
  text-align: center;
  padding-right: 15px;
}

.online-platform-content {
  padding-left: 15px;
}
.online-platform-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.online-platform-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}
.online-platform-content .default-btn {
  margin-top: 10px;
}

/*new-css*/
/*================================================
Coaching Banner Area CSS
=================================================*/
.caoching-banner-area {
  background-color: #f9f9f9;
  position: relative;
  padding-top: 30px;
  z-index: 1;
}
.caoching-banner-area .container {
  position: relative;
}
.caoching-banner-area .social-links {
  left: 15px;
  bottom: 60px;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  list-style-type: none;
}
.caoching-banner-area .social-links li {
  display: inline-block;
  margin-right: 20px;
}
.caoching-banner-area .social-links li a {
  display: block;
  font-weight: 600;
  text-decoration: underline;
}
.caoching-banner-area .social-links li:last-child {
  margin-right: 0;
}

.caoching-banner-content {
  position: relative;
  top: -40px;
}
.caoching-banner-content h1 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
}
.caoching-banner-content p {
  max-width: 580px;
  font-size: 16px;
  font-weight: 600;
}
.caoching-banner-content .default-btn {
  margin-top: 10px;
}

.caoching-banner-image {
  text-align: center;
}

.c-shape1 {
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 0;
}
.c-shape1 img {
  animation: movebounce 5s linear infinite;
  width: 200px;
}

.c-shape2 {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 0;
}
.c-shape2 img {
  animation: movebounce 5s linear infinite;
  width: 100px;
}

/*================================================
Features Area CSS
=================================================*/
.single-features-box.without-bg {
  z-index: 1;
  text-align: left;
  position: relative;
  border-radius: 5px;
  transition: var(--transition);
  background-color: transparent;
}
.single-features-box.without-bg .back-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: -1;
  font-size: 120px;
  line-height: 1;
  opacity: 0.04;
}
.single-features-box.without-bg.active, .single-features-box.without-bg:hover {
  background-color: #F9F9F9;
}

.motivation-features-area {
  position: relative;
  z-index: 1;
}
.motivation-features-area .single-features-box.without-bg {
  background-color: var(--whiteColor);
}
.motivation-features-area .single-features-box.without-bg.active, .motivation-features-area .single-features-box.without-bg:hover {
  background-color: #F9F9F9;
}
.motivation-features-area .funfacts-box {
  background-color: transparent;
  border: 1px dashed #AD8360;
  transition: var(--transition);
}
.motivation-features-area .funfacts-box:hover {
  transform: translateY(-10px);
}
.motivation-features-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 210px;
  background-color: var(--whiteColor);
  z-index: -1;
}

.kitchen-features-area {
  background-color: #FFF8F8;
}
.kitchen-features-area .section-title .sub-title {
  color: var(--SparklingAppleColor);
}
.kitchen-features-area .features-box a {
  color: var(--SparklingAppleColor);
}

/*================================================
Feedback Area CSS
=================================================*/
.coaching-feedback-image {
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.coaching-feedback-image img {
  border-radius: 15px 15px 0 0;
}

.single-coaching-feedback-box {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.single-coaching-feedback-box p {
  color: #221638;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 20px;
}
.single-coaching-feedback-box .client-info {
  margin-top: 25px;
}
.single-coaching-feedback-box .client-info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.single-coaching-feedback-box .client-info .title {
  margin-left: 15px;
}
.single-coaching-feedback-box .client-info .title h3 {
  color: var(--mainColor);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}
.single-coaching-feedback-box .client-info .title span {
  color: var(--optionalColor);
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
.single-coaching-feedback-box::before {
  top: 0;
  opacity: 0.8;
  right: 50px;
  z-index: -1;
  line-height: 1;
  color: #e8e8e8;
  content: "\f10a";
  font-size: 150px;
  position: absolute;
  font-family: Flaticon;
}

.coaching-feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.coaching-feedback-slides.owl-theme .owl-dots {
  right: 15px;
  bottom: 15px;
  position: absolute;
}
.coaching-feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  background: #D6D6D6;
  transition: var(--transition);
}
.coaching-feedback-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.coaching-feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .coaching-feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
}
.coaching-feedback-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}

/*================================================
Events Area CSS
=================================================*/
.events-area {
  z-index: 1;
  position: relative;
}

.coaching-events-image {
  text-align: center;
  padding-left: 15px;
}
.coaching-events-image img {
  border-radius: 5px;
}

.coaching-events-content {
  padding-right: 15px;
}
.coaching-events-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.coaching-events-content h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}

.single-coaching-events-box {
  margin-top: 25px;
  position: relative;
  border-radius: 10px;
  padding: 20px 140px 20px 25px;
  background-color: var(--whiteColor);
}
.single-coaching-events-box .location {
  font-weight: 600;
  position: relative;
  color: var(--mainColor);
  margin-bottom: 11px;
  display: block;
}
.single-coaching-events-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.single-coaching-events-box .default-btn {
  margin-top: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.single-coaching-events-box .default-btn i {
  left: 28px;
  top: 8px;
}
.single-coaching-events-box .date {
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #EFEFEF;
  border-radius: 10px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.single-coaching-events-box .date .div {
  font-size: 42px;
  line-height: 1.3;
  color: var(--mainColor);
}
.single-coaching-events-box .date .div span {
  display: block;
  font-size: 22px;
  color: var(--blackColor);
}

.c-shape3 {
  position: absolute;
  z-index: -1;
  bottom: 40%;
  left: 12%;
}
.c-shape3 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.c-shape4 {
  position: absolute;
  z-index: -1;
  right: 15%;
  top: 25%;
}
.c-shape4 img {
  animation: movebounce 5s linear infinite;
}

.c-shape5 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 12%;
}

/*================================================
Coaching Types Area CSS
=================================================*/
.single-coaching-types-box {
  margin-bottom: 30px;
}
.single-coaching-types-box img {
  margin-bottom: 25px;
  border-radius: 5px;
}
.single-coaching-types-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.single-coaching-types-box .link-btn {
  display: inline-block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}
.single-coaching-types-box .link-btn:hover {
  color: var(--blackColor);
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area-three.bg-f9f9f9 {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.funfacts-area-three.bg-f9f9f9::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: #f9f9f9;
  z-index: -1;
}

/*================================================
About Me Area CSS
=================================================*/
.about-me-inner {
  background-color: var(--mainColor);
  border-radius: 20px;
  padding: 30px;
}

.about-me-image {
  text-align: center;
  border-radius: 20px;
  padding-right: 10px;
}
.about-me-image img {
  border-radius: 20px;
}

.about-me-content {
  padding-left: 10px;
  padding-right: 30px;
}
.about-me-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.about-me-content h2 {
  margin-bottom: 15px;
  color: var(--whiteColor);
  font-size: 36px;
  font-weight: 700;
}
.about-me-content p {
  color: var(--whiteColor);
}
.about-me-content .quote {
  margin-top: 25px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 600;
}
.about-me-content .default-btn {
  margin-top: 25px;
  background-color: var(--blackColor);
}
.about-me-content .default-btn span {
  background-color: var(--whiteColor);
}
.about-me-content .default-btn:hover {
  color: var(--blackColor);
}

/*================================================
Blog Area CSS
=================================================*/
.single-post-box {
  margin-bottom: 30px;
}
.single-post-box .post-image {
  border-radius: 5px;
  position: relative;
  padding-top: 20px;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-post-box .post-image a {
  border-radius: 5px;
}
.single-post-box .post-image a img {
  border-radius: 5px;
}
.single-post-box .post-image::before {
  bottom: 0;
  left: 10px;
  z-index: -1;
  content: "";
  height: 29px;
  width: 268px;
  position: absolute;
  border-radius: 5px;
  transition: var(--transition);
  background-image: url("/static/indigo/images/business-coach/check-shape.2c75a8473851.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-post-box .post-image::after {
  top: 0;
  right: 10px;
  z-index: -1;
  content: "";
  height: 29px;
  width: 268px;
  position: absolute;
  border-radius: 5px;
  transition: var(--transition);
  background-image: url("/static/indigo/images/business-coach/check-shape2.4a70207a1555.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-post-box .post-content {
  margin-top: 25px;
}
.single-post-box .post-content .meta {
  list-style-type: none;
  padding-left: 0;
  padding-right: 20px;
  margin-top: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 15px;
}
.single-post-box .post-content .meta li {
  color: var(--optionalColor);
  position: relative;
  font-size: 14px;
  padding-left: 29px;
  padding-right: 7px;
}
.single-post-box .post-content .meta li i {
  color: var(--mainColor);
  position: absolute;
  left: 7px;
  top: 0;
}
.single-post-box .post-content .meta li:first-child {
  padding-left: 7px;
}
.single-post-box .post-content .meta li a {
  display: inline-block;
  color: var(--optionalColor);
  font-size: 15px;
  font-weight: 600;
}
.single-post-box .post-content .meta li a:hover {
  color: var(--mainColor);
}
.single-post-box .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 700;
}
.single-post-box .post-content h3 a {
  display: inline-block;
}
.single-post-box .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  padding-right: 20px;
  margin-right: -7px;
  margin-left: -7px;
  margin-bottom: 0;
  margin-top: 17px;
}
.single-post-box .post-content .post-content-footer li {
  color: var(--optionalColor);
  position: relative;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}
.single-post-box .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.single-post-box .post-content .post-content-footer li .post-author span {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 15px;
}
.single-post-box .post-content .post-content-footer li .link-btn {
  top: 3px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-color: #F5F5F5;
  color: var(--mainColor);
  position: relative;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
}
.single-post-box .post-content .post-content-footer li .link-btn i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.single-post-box .post-content .post-content-footer li .link-btn:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
Motivation Banner Area CSS
=================================================*/
.motivation-banner-area {
  background-image: url("/static/indigo/images/motivation-home/motivation-banner-bg.17e4eeaf3dcf.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.motivation-banner-area .container {
  position: relative;
}
.motivation-banner-area .social-links {
  right: -21.5%;
  top: 45%;
  transform: translateY(-45%);
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  list-style-type: none;
  transform: rotate(-90deg);
}
.motivation-banner-area .social-links li {
  display: inline-block;
  margin-right: 20px;
}
.motivation-banner-area .social-links li a {
  display: block;
  font-weight: 600;
  text-decoration: underline;
}
.motivation-banner-area .social-links li:last-child {
  margin-right: 0;
}
.motivation-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 105px;
  background-color: var(--whiteColor);
  right: 0;
  top: 0;
  opacity: 0.5;
}

.motivation-banner-content {
  position: relative;
  top: -30px;
}
.motivation-banner-content .sub-title {
  color: var(--mainColor);
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 18px;
}
.motivation-banner-content h1 {
  margin-bottom: 25px;
  font-size: 55px;
  font-weight: 700;
}
.motivation-banner-content p {
  max-width: 580px;
  font-size: 16px;
  font-weight: 600;
}
.motivation-banner-content .default-btn {
  margin-top: 15px;
}

.motivation-banner-image {
  text-align: center;
}

.motivation-shape-1 {
  position: absolute;
  top: 12%;
  left: 40%;
  transform: translateY(-12%) translateX(-40%);
  z-index: -1;
}
.motivation-shape-1 img {
  animation-name: rotateme;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.motivation-shape-2 {
  position: absolute;
  left: -40px;
  top: 40%;
  transform: translateY(-40%);
  z-index: -1;
  opacity: 70%;
  animation: movebounce 4s linear infinite;
}

.motivation-shape-3 {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateX(-40%);
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
  opacity: 70%;
}

/*================================================
Motivation About Area CSS
=================================================*/
.motivation-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.motivation-about-image {
  position: relative;
  z-index: 1;
}
.motivation-about-image .video-btn-box {
  position: absolute;
  right: 0;
  top: 100px;
}
.motivation-about-image .video-btn-box .video-btn {
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-weight: 600;
  background-color: var(--whiteColor);
  padding: 25px 20px 20px 10px;
  border-radius: 10px 0 0 10px;
  transition: var(--transition);
}
.motivation-about-image .video-btn-box .video-btn i {
  width: 65px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 20px;
  margin-right: 8px;
  transition: var(--transition);
}
.motivation-about-image .video-btn-box .video-btn:hover {
  color: var(--mainColor);
}
.motivation-about-image .video-btn-box .video-btn:hover i {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.motivation-about-image .motivation-shape-4 {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.motivation-about-image .motivation-shape-4 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.motivation-about-me-content {
  padding-left: 30px;
}
.motivation-about-me-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}
.motivation-about-me-content h2 {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 700;
}
.motivation-about-me-content p {
  margin-bottom: 0;
}
.motivation-about-me-content .quote {
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: 20px;
  color: var(--paragraphColor);
  font-size: 20px;
  font-weight: 600;
}
.motivation-about-me-content .default-btn {
  margin-top: 25px;
}

.motivation-shape-5 {
  position: absolute;
  right: -28px;
  bottom: -30px;
  z-index: -1;
  animation: movebounce 4s linear infinite;
  opacity: 90%;
}

/*================================================
Motivation Feedback Area CSS
=================================================*/
.motivation-feedback-area {
  background-image: url("/static/indigo/images/motivation-home/motivation-feedback-bg.7a32bc5c86e7.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-motivation-feedback-box {
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin: auto;
  text-align: center;
}
.single-motivation-feedback-box p {
  color: #221638;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 20px;
}
.single-motivation-feedback-box .client-info {
  margin-bottom: 25px;
  text-align: left;
}
.single-motivation-feedback-box .client-info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.single-motivation-feedback-box .client-info .title {
  margin-left: 15px;
}
.single-motivation-feedback-box .client-info .title h3 {
  color: var(--mainColor);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}
.single-motivation-feedback-box .client-info .title span {
  color: var(--optionalColor);
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
.single-motivation-feedback-box::before {
  top: 0;
  opacity: 0.8;
  right: 50px;
  z-index: -1;
  line-height: 1;
  color: #e8e8e8;
  content: "\f10a";
  font-size: 150px;
  position: absolute;
  font-family: Flaticon;
}

.motivation-feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}
.motivation-feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 50%;
  background: #D6D6D6;
  transition: var(--transition);
}
.motivation-feedback-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.motivation-feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .motivation-feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor);
}
.motivation-feedback-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}

/*================================================
Events Area CSS
=================================================*/
.motivation-events-image {
  text-align: center;
  padding-left: 25px;
  position: relative;
}
.motivation-events-image .motivation-shape-6 {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.motivation-events-image .motivation-shape-6 img {
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.motivation-events-content {
  padding-right: 50px;
}
.motivation-events-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.motivation-events-content h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}
.motivation-events-content p {
  margin-bottom: 0;
}

.single-motivation-events-box {
  margin-top: 25px;
  position: relative;
  border-radius: 10px;
  padding: 20px 140px 20px 25px;
  background-color: #f9f9f9;
}
.single-motivation-events-box .location {
  font-weight: 600;
  position: relative;
  color: var(--mainColor);
  margin-bottom: 11px;
  display: block;
}
.single-motivation-events-box h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.single-motivation-events-box .default-btn {
  margin-top: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.single-motivation-events-box .default-btn i {
  left: 28px;
  top: 8px;
}
.single-motivation-events-box .date {
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #EFEFEF;
  border-radius: 10px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
}
.single-motivation-events-box .date .div {
  font-size: 35px;
  line-height: 1.4;
  color: var(--mainColor);
  font-weight: bold;
}
.single-motivation-events-box .date .div span {
  display: block;
  font-size: 24px;
  color: var(--blackColor);
  font-weight: bold;
}

.motivation-events-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: -50px;
  top: 45%;
  transform: translateY(-45%);
}
.motivation-events-slides.owl-theme .owl-dots .owl-dot {
  display: block;
}
.motivation-events-slides.owl-theme .owl-dots .owl-dot span {
  margin: 5px 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D6D6D6 !important;
  transition: var(--transition);
}
.motivation-events-slides.owl-theme .owl-dots .owl-dot:hover span, .motivation-events-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--mainColor) !important;
}

/*================================================
Motivation Subscribe Area CSS
=================================================*/
.motivation-subscribe-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.motivation-subscribe-area .subscribe-content .sub-title {
  margin-bottom: 18px;
}
.motivation-subscribe-area .subscribe-content p {
  margin-top: 20px;
}
.motivation-subscribe-area .subscribe-content .newsletter-form {
  padding-right: 210px;
}
.motivation-subscribe-area .subscribe-content .newsletter-form .input-newsletter {
  border: 1px solid #DFDFDF;
  background-color: var(--whiteColor);
  color: var(--blackColor);
}
.motivation-subscribe-area .subscribe-content .newsletter-form .default-btn {
  border-radius: 5px;
}

.motivation-shape-7 {
  position: absolute;
  left: -20px;
  bottom: 20px;
  z-index: -1;
  animation: movebounce 4s linear infinite;
}

.motivation-shape-8 {
  position: absolute;
  top: 10%;
  left: 15%;
  transform: translateY(-10%) translateX(-15%);
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

.motivation-shape-9 {
  position: absolute;
  top: 10%;
  right: 15%;
  transform: translateY(-10%) translateX(-15%);
  z-index: -1;
}
.motivation-shape-9 img {
  animation-name: rotateme;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.motivation-shape-10 {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

/*================================================
Kitchen Coach Area CSS
=================================================*/
.kitchen-coach-banner-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.kitchen-coach-banner-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.kitchen-coach-banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 350px;
  background-color: var(--SparklingAppleColor);
  z-index: -1;
}

.kitchen-coach-banner-content {
  max-width: 685px;
  padding-left: 80px;
}
.kitchen-coach-banner-content h1 {
  margin-bottom: 25px;
  font-size: 65px;
}
.kitchen-coach-banner-content p {
  font-size: 16px;
  font-weight: 600;
}
.kitchen-coach-banner-content .default-btn {
  margin-top: 15px;
  background-color: var(--SparklingAppleColor);
}

.kitchen-coach-large-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.kitchen-coach-large-shape img {
  width: 100%;
  height: 100%;
}

.kitchen-shape-1 {
  position: absolute;
  left: 45%;
  transform: translateX(-45%);
  top: 15px;
  z-index: -1;
  animation: movebounce 4s linear infinite;
}

.kitchen-shape-2 {
  position: absolute;
  right: 25%;
  transform: translateX(-25%);
  top: 55px;
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

.kitchen-shape-3 {
  position: absolute;
  right: 70px;
  top: 30px;
  z-index: -1;
  animation: movebounce 4s linear infinite;
}

.kitchen-shape-4 {
  position: absolute;
  left: 45%;
  transform: translateX(-45%);
  bottom: 50px;
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

/*================================================
Kitchen About Area CSS
=================================================*/
.kitchen-about-content .sub-title {
  display: block;
  color: var(--SparklingAppleColor);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.kitchen-about-content h2 {
  margin-bottom: 18px;
  font-size: 36px;
}
.kitchen-about-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
}
.kitchen-about-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}
.kitchen-about-content .features-list li span {
  display: block;
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.kitchen-about-content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: var(--SparklingAppleColor);
  font-size: 25px;
  background-image: url("/static/indigo/images/shape/circle-border.4f4b22cfdfab.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kitchen-about-content .about-btn {
  margin-top: 30px;
}
.kitchen-about-content .about-btn .default-btn {
  background-color: var(--SparklingAppleColor);
}

.kitchen-about-image {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  margin-left: 30px;
  margin-bottom: 30px;
}
.kitchen-about-image::before {
  position: absolute;
  content: "";
  height: 95%;
  width: 95%;
  background-color: var(--SparklingAppleColor);
  left: 0;
  bottom: -30px;
  z-index: -1;
}

/*================================================
Kitchen Book Area CSS
=================================================*/
.kitchen-book-area {
  background-image: url("/static/indigo/images/kitchen-home/kitchen-book-bg.c071fa2d114e.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kitchen-book-image {
  text-align: center;
}

.kitchen-book-content .sub-title {
  display: block;
  color: var(--SparklingAppleColor);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.kitchen-book-content h2 {
  margin-bottom: 18px;
  font-size: 36px;
}
.kitchen-book-content .book-btn {
  margin-top: 25px;
}
.kitchen-book-content .book-btn .default-btn {
  background-color: var(--SparklingAppleColor);
}

/*================================================
Kitchen Courses Area CSS
=================================================*/
.kitchen-courses-area .section-title .sub-title {
  color: var(--SparklingAppleColor);
}
.kitchen-courses-area .single-courses-box .courses-image .price {
  background-color: var(--SparklingAppleColor);
  color: var(--whiteColor);
}
.kitchen-courses-area .single-courses-box .courses-image .fav {
  color: var(--whiteColor);
}
.kitchen-courses-area .single-courses-box .courses-image .fav:hover {
  color: var(--SparklingAppleColor);
}
.kitchen-courses-area .single-courses-box .courses-content h3 a:hover {
  color: var(--SparklingAppleColor);
}
.kitchen-courses-area .single-courses-box .courses-content .course-author span {
  color: var(--SparklingAppleColor);
}
.kitchen-courses-area .single-courses-box .courses-content .courses-box-footer li i {
  color: var(--SparklingAppleColor);
}
.kitchen-courses-area .courses-info p a {
  color: var(--SparklingAppleColor);
}

/*================================================
Kitchen Feedback Area CSS
=================================================*/
.kitchen-feedback-area {
  background-color: #FFF8F8;
  position: relative;
  z-index: 1;
}
.kitchen-feedback-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 160px;
  background-color: var(--whiteColor);
  z-index: -1;
}
.kitchen-feedback-area .funfacts-box h3 {
  color: var(--SparklingAppleColor);
}

.single-kitchen-feedback-box {
  position: relative;
  z-index: 1;
  padding: 70px 95px;
  background-color: var(--SparklingAppleColor);
  border-radius: 5px;
}
.single-kitchen-feedback-box p {
  color: var(--whiteColor);
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 24px;
}
.single-kitchen-feedback-box .client-info {
  margin-top: 25px;
}
.single-kitchen-feedback-box .client-info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.single-kitchen-feedback-box .client-info .title {
  margin-left: 15px;
}
.single-kitchen-feedback-box .client-info .title h3 {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}
.single-kitchen-feedback-box .client-info .title span {
  color: var(--whiteColor);
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.single-kitchen-feedback-box::before {
  bottom: 30px;
  opacity: 0.8;
  right: 120px;
  z-index: -1;
  line-height: 1;
  color: #64983B;
  content: "\f10a";
  font-size: 100px;
  position: absolute;
  font-family: Flaticon;
}

.kitchen-feedback-slides {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.kitchen-feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.kitchen-feedback-slides.owl-theme .owl-nav [class*=owl-] {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: var(--mainColor) !important;
  width: 40px;
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
  height: 40px;
  font-size: 25px !important;
  transition: var(--transition);
  border-radius: 50%;
}
.kitchen-feedback-slides.owl-theme .owl-nav [class*=owl-] i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.kitchen-feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--whiteColor) !important;
  color: var(--mainColor);
}
.kitchen-feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

/*================================================
Kitchen Events Area CSS
=================================================*/
.kitchen-events-area .section-title .sub-title {
  color: var(--SparklingAppleColor);
}

.single-kitchen-events-box {
  margin-bottom: 30px;
  position: relative;
}
.single-kitchen-events-box .events-image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.single-kitchen-events-box .events-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.single-kitchen-events-box .events-image a img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
  width: 100%;
}
.single-kitchen-events-box .events-content {
  margin-top: 25px;
}
.single-kitchen-events-box .events-content .category {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--SparklingAppleColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.single-kitchen-events-box .events-content .category:hover {
  color: var(--mainColor);
}
.single-kitchen-events-box .events-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 800;
}
.single-kitchen-events-box .events-content h3 a {
  display: inline-block;
}
.single-kitchen-events-box .events-content h3 a:hover {
  color: var(--SparklingAppleColor);
}
.single-kitchen-events-box .events-content .events-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}
.single-kitchen-events-box .events-content .events-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
}
.single-kitchen-events-box .events-content .events-content-footer li i {
  color: var(--SparklingAppleColor);
  position: absolute;
  left: 10px;
  top: 0;
}
.single-kitchen-events-box .events-content .events-content-footer li:last-child i {
  top: 3.5px;
  left: 15px;
}
.single-kitchen-events-box:hover .events-image a img {
  transform: rotate(5deg) scale(1.3);
}

.kitchen-events-info {
  border-top: 1px solid #f2f1f3;
  text-align: center;
  padding-top: 30px;
  margin-top: 12px;
}
.kitchen-events-info p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.kitchen-events-info p a {
  color: var(--SparklingAppleColor);
}
.kitchen-events-info p a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}

/*================================================
Kitchen Subscribe Area CSS
=================================================*/
.kitchen-inner-subscribe {
  background-image: url("/static/indigo/images/kitchen-home/subscribe-bg.22f94443fbdc.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.kitchen-inner-subscribe .subscribe-content .sub-title {
  color: var(--whiteColor);
  margin-bottom: 18px;
}
.kitchen-inner-subscribe .subscribe-content h2 {
  color: var(--whiteColor);
}
.kitchen-inner-subscribe .subscribe-content p {
  color: var(--whiteColor);
}
.kitchen-inner-subscribe .subscribe-content .newsletter-form {
  padding-right: 210px;
}
.kitchen-inner-subscribe .subscribe-content .newsletter-form .input-newsletter {
  background-color: #5E8F38;
  color: var(--whiteColor);
}
.kitchen-inner-subscribe .subscribe-content .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--whiteColor);
}
.kitchen-inner-subscribe .subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: var(--whiteColor);
}
.kitchen-inner-subscribe .subscribe-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.kitchen-inner-subscribe .subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.kitchen-inner-subscribe .subscribe-content .newsletter-form .default-btn {
  border-radius: 5px;
}

/*================================================
Happiness Cooking Area CSS
=================================================*/
.happiness-cooking-area {
  position: relative;
  z-index: 1;
}

.happiness-cooking-image {
  position: relative;
  z-index: 1;
  margin-left: 30px;
  margin-bottom: 30px;
}
.happiness-cooking-image::before {
  position: absolute;
  content: "";
  height: 95%;
  width: 95%;
  background-color: var(--SparklingAppleColor);
  left: -30px;
  bottom: -30px;
  z-index: -1;
}

.happiness-cooking-content {
  padding-left: 45px;
}
.happiness-cooking-content .sub-title {
  display: block;
  color: var(--SparklingAppleColor);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.happiness-cooking-content h2 {
  margin-bottom: 18px;
  font-size: 36px;
}
.happiness-cooking-content .cooking-btn {
  margin-top: 20px;
}
.happiness-cooking-content .cooking-btn .default-btn {
  background-color: var(--SparklingAppleColor);
}

.kitchen-shape-5 {
  position: absolute;
  right: 10%;
  transform: translateX(-10%);
  top: 95px;
  z-index: -1;
  animation: movebounce 4s linear infinite;
}

.kitchen-shape-6 {
  position: absolute;
  right: 20%;
  transform: translateX(-20%);
  bottom: 95px;
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

.kitchen-shape-7 {
  position: absolute;
  right: 30px;
  bottom: -15px;
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

/* Start "Online Art Demo" & "Single Instructor Demo" "CSS" */
.section-title.oa-title-color span {
  color: #06839C;
}
.section-title.instructor-title-color span {
  color: #FD8503;
}

.online-art-home-with-large-bg {
  background-image: url("/static/indigo/images/online-art/large-bg.f51ee859a272.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

/*================================================
Online Art Banner Area CSS
=================================================*/
.online-art-banner-area {
  background-image: url("/static/indigo/images/online-art/banner/banner-bg.d7b6d83289a9.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.online-art-banner-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.online-art-banner-content {
  text-align: center;
  position: relative;
  top: -10px;
}
.online-art-banner-content h1 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.3;
}
.online-art-banner-content p {
  line-height: 1.8;
  max-width: 650px;
  margin: auto;
}
.online-art-banner-content .banner-btn {
  margin-top: 25px;
}
.online-art-banner-content .banner-btn .default-btn {
  background-color: #06839C;
}

.online-art-banner-image {
  text-align: center;
}

.online-art-banner-wrap-image {
  text-align: center;
  position: relative;
  top: -50px;
}

.online-art-shape-1 {
  position: absolute;
  bottom: 0;
  right: 22%;
  transform: translateX(-22%);
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

/*================================================
OA Quote Area CSS
=================================================*/
.oa-quote-inner-box {
  background-color: #E0F2F6;
  border-radius: 100px 25px 25px 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.oa-quote-inner-box .quote-shape {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

.oa-quote-image {
  border-radius: 90px 20px 20px 20px;
  overflow: hidden;
}
.oa-quote-image img {
  border-radius: 90px 20px 20px 20px;
  transition: var(--transition);
}
.oa-quote-image:hover img {
  transform: scale(1.1);
}

.oa-quote-content {
  padding-left: 35px;
}
.oa-quote-content img {
  margin-bottom: 30px;
}
.oa-quote-content p {
  font-size: 25px;
  font-weight: 600;
  color: var(--blackColor);
  margin-bottom: 20px;
}
.oa-quote-content span {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 40px;
}
.oa-quote-content span::before {
  position: absolute;
  content: "";
  height: 1.5px;
  width: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  z-index: -1;
}

/*================================================
OA Features Area CSS
=================================================*/
.oa-features-area {
  background-image: url("/static/indigo/images/online-art/features/features-bg.5aee968bf5af.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.oa-features-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--whiteColor);
  width: 100%;
  height: 330px;
  z-index: -1;
}

.oa-features-card {
  margin-bottom: 30px;
  transition: var(--transition);
}
.oa-features-card img {
  margin-bottom: 25px;
  display: flex;
  height: 80px;
}
.oa-features-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.oa-features-card p {
  margin-bottom: 0;
}
.oa-features-card:hover {
  transform: translateY(-5px);
}

/*================================================
OA Video CSS
=================================================*/
.oa-video-box {
  position: relative;
  z-index: 1;
  max-width: 950px;
  margin: 70px auto 0;
}
.oa-video-box .image {
  border-radius: 20px;
  overflow: hidden;
}
.oa-video-box .image img {
  border-radius: 20px;
  transition: var(--transition);
}
.oa-video-box .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  background-color: var(--whiteColor);
  border-radius: 15px;
  color: var(--mainColor);
}
.oa-video-box .video-btn::after, .oa-video-box .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: var(--transition);
  border-radius: 15px;
  border: 1px solid var(--whiteColor);
}
.oa-video-box .video-btn::before {
  animation: ripple 2s linear infinite;
}
.oa-video-box .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.oa-video-box .video-btn:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.oa-video-box .video-btn:hover::before, .oa-video-box .video-btn:hover::after {
  border-color: var(--mainColor);
}
.oa-video-box:hover .image img {
  transform: scale(1.1);
}

.oa-video-shape-1 {
  position: absolute;
  left: -50px;
  bottom: 50px;
  z-index: -1;
}

.oa-video-shape-2 {
  position: absolute;
  right: -50px;
  bottom: 50px;
}

.oa-video-shape-3 {
  position: absolute;
  left: 110px;
  bottom: 110px;
}

/*================================================
Courses Area CSS
=================================================*/
.oa-courses .single-courses-box .courses-image .price {
  background-color: #06839C;
}
.oa-courses .single-courses-box .courses-content .course-author span {
  color: #06839C;
}
.oa-courses .single-courses-box .courses-content .courses-box-footer li i {
  color: #06839C;
}
.oa-courses .courses-info p a {
  color: #06839C;
}

.instructor-courses {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 210px;
}
.instructor-courses .single-courses-box .courses-image .price {
  background-color: #FD8503;
}
.instructor-courses .single-courses-box .courses-content .course-author span {
  color: #FD8503;
}
.instructor-courses .single-courses-box .courses-content .courses-box-footer li i {
  color: #FD8503;
}
.instructor-courses .courses-info p {
  max-width: 565px;
}
.instructor-courses .courses-info p a {
  color: #FD8503;
}

.instructor-courses-wave-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: -1;
  width: 100%;
}
.instructor-courses-wave-shape img {
  width: 100%;
}

.instructor-courses-shape-1 {
  position: absolute;
  bottom: 3%;
  left: 5%;
  transform: translateY(-3%) translateX(-5%);
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}

.instructor-courses-shape-2 {
  position: absolute;
  bottom: 3%;
  right: 5%;
  transform: translateY(-3%) translateX(-5%);
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}

/*================================================
OA Funfacts And Feedback Area CSS
=================================================*/
.oa-funfacts-and-feedback-area {
  background-color: #FFF8F8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.col-lg-3:nth-child(2) .oa-funfacts-box {
  margin-top: -20px;
}
.col-lg-3:nth-child(3) .oa-funfacts-box {
  margin-top: 30px;
}

.oa-funfacts-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}
.oa-funfacts-box h3 {
  font-size: 50px;
  color: #037F99;
  font-weight: bold;
  margin-bottom: 5px;
}
.oa-funfacts-box p {
  color: var(--blackColor);
  font-weight: bold;
  text-transform: uppercase;
}
.oa-funfacts-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("/static/indigo/images/online-art/funfacts-shape.1e7f3ec7ea63.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 250px;
  height: 150px;
  margin: auto;
}

.oa-feedback-area {
  margin-top: 50px;
}

.oa-single-feedback-item {
  max-width: 750px;
}
.oa-single-feedback-item .client-info {
  margin-bottom: 25px;
}
.oa-single-feedback-item .client-info img {
  max-width: 70px;
}
.oa-single-feedback-item .client-info .title {
  margin-left: 20px;
}
.oa-single-feedback-item .client-info .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.oa-single-feedback-item .client-info .title span {
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  color: #037F99;
}
.oa-single-feedback-item p {
  font-size: 22px;
}

.oa-feedback-image {
  text-align: center;
  padding-left: 80px;
}
.oa-feedback-image img {
  border-radius: 5px;
}

.oa-feedback-slides.owl-theme .owl-nav {
  margin-top: 30px;
  text-align: start;
}
.oa-feedback-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  background-color: #037F99;
  width: 40px;
  color: var(--whiteColor);
  border: 1px solid #037F99;
  height: 40px;
  font-size: 25px;
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
}
.oa-feedback-slides.owl-theme .owl-nav [class*=owl-] i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.oa-feedback-slides.owl-theme .owl-nav [class*=owl-]:last-child {
  margin-right: 0;
}
.oa-feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--whiteColor);
  color: #037F99;
}

.oa-funfacts-and-feedback-arrow-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -11;
}

/*================================================
OA Events Area CSS
=================================================*/
.oa-events-box {
  margin-bottom: 30px;
  position: relative;
}
.oa-events-box .events-image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.oa-events-box .events-image a {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.oa-events-box .events-image a img {
  border-radius: 8px 8px 0 0;
  transition: var(--transition);
  width: 100%;
}
.oa-events-box .events-content {
  background-color: #F9FAFE;
  padding: 25px;
  border-radius: 0 0 8px 8px;
}
.oa-events-box .events-content .category {
  display: inline-block;
  margin-bottom: 12px;
  color: #037F99;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.oa-events-box .events-content .category:hover {
  color: var(--mainColor);
}
.oa-events-box .events-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 800;
}
.oa-events-box .events-content h3 a {
  display: inline-block;
}
.oa-events-box .events-content h3 a:hover {
  color: #037F99;
}
.oa-events-box .events-content .events-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}
.oa-events-box .events-content .events-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  font-weight: 500;
}
.oa-events-box .events-content .events-content-footer li i {
  color: #037F99;
  position: absolute;
  left: 10px;
  top: 0;
}
.oa-events-box .events-content .events-content-footer li:last-child i {
  top: 2.8px;
  left: 15px;
}
.oa-events-box:hover .events-image a img {
  transform: rotate(5deg) scale(1.3);
}

.oa-events-info {
  text-align: center;
}
.oa-events-info p a {
  color: #06839C;
  font-weight: 600;
}

/*================================================
OA Subscribe Area CSS
=================================================*/
.oa-inner-subscribe {
  background-image: url("/static/indigo/images/online-art/subscribe.0e019caed5a9.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.oa-inner-subscribe .subscribe-content .sub-title {
  color: var(--whiteColor);
  margin-bottom: 18px;
}
.oa-inner-subscribe .subscribe-content h2 {
  color: var(--whiteColor);
}
.oa-inner-subscribe .subscribe-content p {
  color: var(--whiteColor);
}
.oa-inner-subscribe .subscribe-content .newsletter-form {
  padding-right: 210px;
}
.oa-inner-subscribe .subscribe-content .newsletter-form .input-newsletter {
  background-color: #056B80;
  color: var(--whiteColor);
}
.oa-inner-subscribe .subscribe-content .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--whiteColor);
}
.oa-inner-subscribe .subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: var(--whiteColor);
}
.oa-inner-subscribe .subscribe-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.oa-inner-subscribe .subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.oa-inner-subscribe .subscribe-content .newsletter-form .validation-danger {
  color: var(--whiteColor);
}
.oa-inner-subscribe .subscribe-content .newsletter-form .default-btn {
  border-radius: 5px;
}

/*================================================
OA Blog Area CSS
=================================================*/
.oa-blog-card {
  margin-bottom: 30px;
  transition: var(--transition);
}
.oa-blog-card .blog-image {
  overflow: hidden;
  border-radius: 10px;
}
.oa-blog-card .blog-image a img {
  transition: var(--transition);
  border-radius: 10px;
}
.oa-blog-card .blog-content {
  margin-top: 25px;
}
.oa-blog-card .blog-content .meta {
  padding: 0;
  margin-bottom: 15px;
}
.oa-blog-card .blog-content .meta li {
  font-size: 15px;
  color: var(--paragraphColor);
  font-weight: 600;
  list-style-type: none;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.oa-blog-card .blog-content .meta li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1.5px;
  right: -30px;
  top: 12px;
  background-color: #06839C;
}
.oa-blog-card .blog-content .meta li a {
  color: #06839C;
}
.oa-blog-card .blog-content .meta li a:hover {
  color: var(--mainColor);
}
.oa-blog-card .blog-content .meta li:last-child {
  margin-right: 0;
}
.oa-blog-card .blog-content .meta li:last-child::before {
  display: none;
}
.oa-blog-card .blog-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.oa-blog-card .blog-content h3 a {
  color: var(--blackColor);
}
.oa-blog-card .blog-content h3 a:hover {
  color: var(--mainColor);
}
.oa-blog-card:hover {
  transform: translateY(-8px);
}
.oa-blog-card:hover .blog-image a img {
  transform: scale(1.1);
}

.instructor-blog {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 210px;
}
.instructor-blog .oa-blog-card .blog-content .meta a {
  color: #F98202;
}
.instructor-blog .oa-blog-card .blog-content .meta a:hover {
  color: var(--mainColor);
}

.instructor-blog-wave-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  z-index: -1;
}

.instructor-blog-shape {
  position: absolute;
  bottom: 5%;
  right: 5%;
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
  animation: moveleftbounce 8s linear infinite;
}

/*================================================
Instructor Banner Area CSS
=================================================*/
.instructor-banner-area {
  background-color: #F9F9F9;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.instructor-banner-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.instructor-banner-content {
  position: relative;
  top: -25px;
}
.instructor-banner-content h1 {
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 15px;
}
.instructor-banner-content p {
  margin-bottom: 0;
}
.instructor-banner-content .banner-btn {
  margin-top: 30px;
}
.instructor-banner-content .banner-btn .default-btn {
  background-color: #FF8703;
}

.instructor-banner-image {
  position: relative;
  z-index: 1;
}
.instructor-banner-image .banner-dot-shape {
  position: absolute;
  left: 50px;
  right: 0;
  top: -120px;
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

.instructor-banner-large-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  z-index: -1;
  width: 100%;
}
.instructor-banner-large-shape img {
  width: 100%;
}

.instructor-banner-shape-1 {
  position: absolute;
  top: 10%;
  left: 5%;
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
  animation: moveleftbounce 2s linear infinite;
}

.instructor-banner-shape-2 {
  position: absolute;
  top: 25%;
  left: 25%;
  transform: translateY(-25%) translateX(-25%);
  z-index: -1;
  animation: moveleftbounce 6s linear infinite;
}

.instructor-banner-shape-3 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
  animation: moveleftbounce 8s linear infinite;
}

/*================================================
Instructor Features Area CSS
=================================================*/
.instructor-features-area {
  background-color: #001E6C;
  padding-top: 50px;
  padding-bottom: 20px;
}

.instructor-features-card {
  margin-bottom: 30px;
}
.instructor-features-card .content {
  position: relative;
  padding: 15px 55px 15px 125px;
}
.instructor-features-card .content .image-icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #1A357B;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.instructor-features-card .content .image-icon img {
  max-width: 65px;
}
.instructor-features-card .content h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--whiteColor);
  line-height: 1.4;
}

/*================================================
Instructor Quote Area CSS
=================================================*/
.instructor-quote-inner-box {
  background-color: #EFF7FF;
  border-radius: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.instructor-quote-inner-box .quote-shape {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: -1;
  animation: moveleftbounce 4s linear infinite;
}

.instructor-quote-content {
  padding-left: 35px;
}
.instructor-quote-content img {
  margin-bottom: 30px;
}
.instructor-quote-content p {
  font-size: 25px;
  font-weight: 600;
  color: var(--blackColor);
  margin-bottom: 20px;
}
.instructor-quote-content span {
  color: #FF8703;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 40px;
}
.instructor-quote-content span::before {
  position: absolute;
  content: "";
  height: 1.5px;
  width: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FF8703;
  z-index: -1;
}

/*================================================
Instructor Funfacts Area CSS
=================================================*/
.instructor-funfacts-area {
  background-color: #001E6C;
  padding-top: 50px;
  padding-bottom: 20px;
}

.instructor-funfacts-box {
  margin-bottom: 30px;
}
.instructor-funfacts-box .content {
  position: relative;
  padding-left: 125px;
}
.instructor-funfacts-box .content .image-icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #1A357B;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.instructor-funfacts-box .content .image-icon img {
  max-width: 65px;
}
.instructor-funfacts-box .content h3 {
  font-size: 50px;
  color: var(--whiteColor);
  font-weight: bold;
  margin-bottom: 10px;
}
.instructor-funfacts-box .content p {
  font-size: 18px;
  font-weight: bold;
  color: var(--whiteColor);
  margin-bottom: 0;
}

/*================================================
Instructor Feedback Area CSS
=================================================*/
.instructor-feedback-area {
  background-color: #FFF8F8;
}

.instructor-single-feedback-item {
  background-color: var(--whiteColor);
  padding: 30px;
  border-radius: 20px;
}
.instructor-single-feedback-item p {
  font-size: 16px;
}
.instructor-single-feedback-item .client-info {
  margin-top: 20px;
}
.instructor-single-feedback-item .client-info img {
  max-width: 60px;
}
.instructor-single-feedback-item .client-info .title {
  margin-left: 20px;
}
.instructor-single-feedback-item .client-info .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.instructor-single-feedback-item .client-info .title span {
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  color: #F98202;
  font-size: 14px;
}

.instructor-feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.instructor-feedback-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  padding: 0;
  background-color: #F98202;
  width: 40px;
  color: var(--whiteColor);
  border: 1px solid #F98202;
  height: 40px;
  font-size: 25px;
  transition: var(--transition);
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.instructor-feedback-slides.owl-theme .owl-nav [class*=owl-] i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.instructor-feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -35px;
  left: auto;
}
.instructor-feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--whiteColor);
  color: #F98202;
}

/*================================================
Instructor Boxes Area CSS
=================================================*/
.instructor-boxes-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.instructor-boxes-card {
  margin-bottom: 30px;
  transition: var(--transition);
}
.instructor-boxes-card img {
  margin-bottom: 25px;
  display: flex;
  height: 80px;
}
.instructor-boxes-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}
.instructor-boxes-card p {
  margin-bottom: 0;
}
.instructor-boxes-card:hover {
  transform: translateY(-5px);
}

.instructor-boxes-shape {
  position: absolute;
  top: 5%;
  left: 5%;
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
  animation: moveleftbounce 5s linear infinite;
}

/*================================================
Instructor Video CSS
=================================================*/
.instructor-video-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.instructor-video-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 270px;
  background-color: #EFF7FF;
  z-index: -1;
}

.instructor-video-box {
  position: relative;
  z-index: 1;
  max-width: 950px;
  margin: auto;
}
.instructor-video-box .image {
  border-radius: 20px;
  overflow: hidden;
}
.instructor-video-box .image img {
  border-radius: 20px;
  transition: var(--transition);
}
.instructor-video-box .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  background-color: var(--whiteColor);
  border-radius: 15px;
  color: var(--mainColor);
}
.instructor-video-box .video-btn::after, .instructor-video-box .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: var(--transition);
  border-radius: 15px;
  border: 1px solid var(--whiteColor);
}
.instructor-video-box .video-btn::before {
  animation: ripple 2s linear infinite;
}
.instructor-video-box .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.instructor-video-box .video-btn:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.instructor-video-box .video-btn:hover::before, .instructor-video-box .video-btn:hover::after {
  border-color: var(--mainColor);
}
.instructor-video-box:hover .image img {
  transform: scale(1.1);
}

.video-wave-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.video-wave-shape img {
  width: 100%;
}

.instructor-video-shape {
  position: absolute;
  bottom: 10%;
  right: 5%;
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
  animation: moveleftbounce 5s linear infinite;
}

/*================================================
Instructor Events Area CSS
=================================================*/
.instructor-events-area {
  background-color: #EFF7FF;
}

.instructor-events-box {
  margin-bottom: 30px;
  position: relative;
}
.instructor-events-box .events-image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.instructor-events-box .events-image a {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.instructor-events-box .events-image a img {
  border-radius: 8px 8px 0 0;
  transition: var(--transition);
  width: 100%;
}
.instructor-events-box .events-content {
  background-color: #F9FAFE;
  padding: 25px;
  border-radius: 0 0 8px 8px;
}
.instructor-events-box .events-content .category {
  display: inline-block;
  margin-bottom: 12px;
  color: #F98202;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.instructor-events-box .events-content .category:hover {
  color: var(--mainColor);
}
.instructor-events-box .events-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 800;
}
.instructor-events-box .events-content h3 a {
  display: inline-block;
}
.instructor-events-box .events-content h3 a:hover {
  color: #F98202;
}
.instructor-events-box .events-content .events-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}
.instructor-events-box .events-content .events-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  font-weight: 500;
}
.instructor-events-box .events-content .events-content-footer li i {
  color: #F98202;
  position: absolute;
  left: 10px;
  top: 0;
}
.instructor-events-box .events-content .events-content-footer li:last-child i {
  top: 2.8px;
  left: 15px;
}
.instructor-events-box:hover .events-image a img {
  transform: rotate(5deg) scale(1.3);
}

.instructor-events-info {
  text-align: center;
}
.instructor-events-info p a {
  color: #F98202;
  font-weight: 600;
}

/*================================================
Instructor Subscribe Area CSS
=================================================*/
.instructor-subscribe-area {
  background-color: #EFF7FF;
  position: relative;
  z-index: 1;
}

.instructor-subscribe-content span {
  color: #F98202;
  display: inline-block;
  margin-bottom: 15px;
}
.instructor-subscribe-content h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 12px;
}
.instructor-subscribe-content p {
  margin-bottom: 0;
}

.instructor-subscribe-form .newsletter-form {
  position: relative;
  max-width: 650px;
  padding-right: 210px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.instructor-subscribe-form .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  background-color: var(--whiteColor);
  color: var(--blackColor);
  height: 50px;
  padding-left: 18px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}
.instructor-subscribe-form .newsletter-form .input-newsletter::-moz-placeholder {
  color: #999999;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.instructor-subscribe-form .newsletter-form .input-newsletter::placeholder {
  color: #999999;
  transition: var(--transition);
}
.instructor-subscribe-form .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.instructor-subscribe-form .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.instructor-subscribe-form .newsletter-form .validation-danger {
  color: red;
  margin-top: 15px;
}
.instructor-subscribe-form .newsletter-form .validation-success {
  margin-top: 15px;
}
.instructor-subscribe-form .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
  height: 50px;
}
.instructor-subscribe-form .newsletter-form .default-btn i {
  top: 12px;
}

.instructor-subscribe-shape-1 {
  position: absolute;
  top: -15%;
  left: 2%;
  transform: translateY(-15%) translateX(-2%);
  z-index: -1;
  animation: moveleftbounce 5s linear infinite;
}

.instructor-subscribe-shape-2 {
  position: absolute;
  bottom: 0;
  right: 2%;
  transform: translateX(-2%);
  z-index: -1;
}

/* End "Online Art Demo" & "Single Instructor Demo" "CSS" */
/* Start Mentors Page & Mentor Details Page "CSS" */
/*================================================
Mentors Area CSS
=================================================*/
.mentors-area {
  overflow: hidden;
}
.mentors-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.mentors-area .pagination-area {
  margin-top: 15px;
}

.mentors-widget-sidebar {
  background-color: var(--whiteColor);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #EBEBEB;
  padding: 25px;
  border-radius: 10px;
}
.mentors-widget-sidebar .filters-title {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.mentors-widget-sidebar .filters-title h2 {
  font-size: 22px;
  font-weight: 900;
  border-left: 2px solid var(--mainColor);
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
}
.mentors-widget-sidebar .widget {
  margin-bottom: 22px;
}
.mentors-widget-sidebar .widget:last-child {
  margin-bottom: 0;
}
.mentors-widget-sidebar .widget .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: var(--blackColor);
}
.mentors-widget-sidebar .widget_mentors-box .nice-select {
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  color: var(--paragraphColor);
  transition: var(--transition);
  padding: 0 20px 0 20px;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: var(--fontSize);
  font-weight: 400;
}
.mentors-widget-sidebar .widget_mentors-box .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mentors-widget-sidebar .widget_mentors-box .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: var(--fontSize);
  font-weight: 400;
}
.mentors-widget-sidebar .widget_mentors-box .nice-select .list .option:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}
.mentors-widget-sidebar .widget_mentors-box .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}
.mentors-widget-sidebar .widget_mentors-box .nice-select .list .option.focus, .mentors-widget-sidebar .widget_mentors-box .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}
.mentors-widget-sidebar .widget_mentors-box .nice-select .list .option::before {
  content: "\f11f";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  color: var(--mainColor);
  font-family: Flaticon;
  font-size: 11px;
}
.mentors-widget-sidebar .widget_mentors-box .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}
.mentors-widget-sidebar .widget_mentors-box .nice-select .list .option.selected:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}
.mentors-widget-sidebar .widget_mentors-box .nice-select .list .option.selected:hover::before {
  color: var(--whiteColor);
}
.mentors-widget-sidebar .widget_mentors-box .nice-select:after {
  border-color: var(--mainColor);
  height: 8px;
  width: 8px;
  margin-top: -5px;
  right: 20px;
}
.mentors-widget-sidebar .widget_mentors-box .mentors-list {
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.mentors-widget-sidebar .widget_mentors-box .mentors-list li {
  list-style-type: none;
  display: inline-flex;
  margin-right: 2px;
  margin-bottom: 5px;
}
.mentors-widget-sidebar .widget_mentors-box .mentors-list li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.mentors-widget-sidebar .widget_mentors-box .mentors-list li .alert {
  display: inline-flex;
  position: relative;
  padding: 8px 12px;
  margin-bottom: 0;
  border: none;
  border-radius: 30px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 14px;
}
.mentors-widget-sidebar .widget_mentors-box .mentors-list li .alert button {
  background: unset;
  width: unset;
  height: unset;
  padding: 0;
  opacity: 1;
  box-shadow: unset;
  outline: 0;
  line-height: 0;
}
.mentors-widget-sidebar .widget_mentors-box .mentors-list li .alert button i {
  color: var(--whiteColor);
  font-size: 18px;
  margin-left: 2px;
}

.mentors-single-card {
  background-color: var(--whiteColor);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #EBEBEB;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.mentors-single-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 82px;
  background-color: var(--mainColor);
  z-index: -1;
  border-radius: 10px 10px 0 0;
}
.mentors-single-card .mentors-image {
  margin-bottom: 15px;
}
.mentors-single-card .mentors-image img {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
.mentors-single-card .mentors-content h3 {
  font-size: 18px;
  background-color: #F3F0F0;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 30px;
}
.mentors-single-card .mentors-content .list {
  padding: 0;
  margin-bottom: 0;
}
.mentors-single-card .mentors-content .list li {
  margin-top: 15px;
}
.mentors-single-card .mentors-content .list li .gray-color {
  font-size: 15px;
  font-weight: 600;
  color: var(--paragraphColor);
}
.mentors-single-card .mentors-content .list li .black-color {
  font-size: var(--fontSize);
  color: var(--blackColor);
  font-weight: 600;
}
.mentors-single-card .mentors-content .list li .with-bg-color {
  background-color: #F9F9F9;
  border: 1px solid #DFDFDF;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 5.5px 12px;
  color: var(--blackColor);
  border-radius: 30px;
}
.mentors-single-card.bottom-zero {
  margin-bottom: 0;
}

.filters-responsive {
  display: none;
}
.filters-responsive a {
  color: var(--blackColor);
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.filters-responsive a i {
  position: absolute;
  left: 0;
  top: 2px;
}

.FilterModal .modal-dialog {
  margin: 50px auto 50px;
}
.FilterModal .modal-content {
  border: none;
  border-radius: 10px;
}
.FilterModal .modal-content button.btn-close {
  top: 10px;
  z-index: 999999999;
  opacity: 1;
  right: 10px;
  box-shadow: unset;
  position: absolute;
  color: var(--blackColor);
  transition: var(--transition);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.FilterModal .modal-content .modal-body {
  padding: 0;
}
.FilterModal .modal-content .modal-body .mentors-widget-sidebar .filters-title {
  display: none;
}
.FilterModal .modal-content .modal-body .mentors-widget-sidebar .widget_mentors-box .mentors-list li .alert {
  padding: 8px 34px 8px 12px;
}

@media only screen and (min-width: 1550px) {
  .mentors-area .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
/*================================================
Mentors Details Area CSS
=================================================*/
.mentors-details-inner-box {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 45px;
}

.mentors-details-desc {
  padding-left: 25px;
}
.mentors-details-desc p {
  color: var(--blackColor);
}
.mentors-details-desc p a {
  color: #0033FF;
}
.mentors-details-desc .mentors-details-card {
  background-color: #F3F0F0;
  padding: 25px 30px;
  border-radius: 10px;
  margin-top: 20px;
}
.mentors-details-desc .mentors-details-card .details-content h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}
.mentors-details-desc .mentors-details-card .details-content h3 a {
  color: var(--blackColor);
}
.mentors-details-desc .mentors-details-card .details-content span {
  font-size: 18px;
  font-weight: 600;
  color: var(--paragraphColor);
}
.mentors-details-desc .mentors-details-bottom-content {
  margin-top: 35px;
}
.mentors-details-desc .mentors-details-bottom-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 2px solid var(--mainColor);
  padding: 2px 0 2px 12px;
}
.mentors-details-desc .mentors-details-bottom-content p {
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
}
.mentors-details-desc .mentors-details-bottom-content .list {
  padding-left: 45px;
  margin-bottom: 0;
}
.mentors-details-desc .mentors-details-bottom-content .list li {
  list-style-type: none;
  color: var(--blackColor);
  margin-bottom: 15px;
  font-weight: 500;
}
.mentors-details-desc .mentors-details-bottom-content .list li:last-child {
  margin-bottom: 0;
}

/*================================================
Booking Popup Modal Area CSS
=================================================*/
.booking-popup-modal-area .modal-dialog {
  max-width: 1200px;
  margin: 50px auto 50px;
}
.booking-popup-modal-area .modal-content {
  border: none;
  background-color: var(--whiteColor);
  border-radius: 10px;
}
.booking-popup-modal-area .modal-content button.btn-close {
  top: 10px;
  z-index: 1;
  opacity: 1;
  right: 10px;
  box-shadow: unset;
  position: absolute;
  color: var(--blackColor);
  transition: var(--transition);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.booking-popup-modal-area .modal-content .modal-body {
  padding: 0;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box {
  padding: 70px 50px;
  background-color: #FFF3E2;
  border-radius: 10px 0 0 10px;
  height: 100%;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box h3 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box .form-group {
  margin-top: 20px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box .form-group label {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blackColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box .form-group .form-control {
  background-color: #E0D9D9;
  color: #606060;
  font-weight: 600;
  height: 55px;
  padding: 15px 20px;
  border: 1px solid #E0D9D9;
  border-radius: 8px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box .form-group .form-control::-moz-placeholder {
  color: #606060;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box .form-group .form-control::placeholder {
  color: #606060;
  transition: var(--transition);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box .form-group .form-control:focus {
  border: 1px solid var(--mainColor);
  background-color: #FFF3E2;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box .form-group .form-control:focus::placeholder {
  color: transparent;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .left-box .form-group textarea.form-control {
  height: 120px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box {
  padding: 70px 50px;
  background-color: #FEF8EF;
  border-radius: 0 10px 10px 0;
  height: 100%;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .item-card {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 25px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .item-card .content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .item-card .content span {
  font-size: 18px;
  font-weight: 5000;
  color: var(--paragraphColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .item-card .price {
  font-size: 30px;
  font-weight: 900;
  color: var(--mainColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs {
  margin-top: 25px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav {
  margin-bottom: 0;
  list-style-type: none;
  border-radius: 5px;
  border: none;
  text-align: center;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav .nav-item:first-child .nav-link {
  border-right: 1px solid var(--whiteColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav .nav-item:last-child .nav-link {
  border-left: 1px solid var(--whiteColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav .nav-item .nav-link {
  position: relative;
  color: var(--optionalColor);
  transition: var(--transition);
  border: 1px solid #EBEBEB;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav .nav-item .nav-link img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav .nav-item .nav-link::before {
  content: "\eb99";
  position: absolute;
  left: 18px;
  top: 16px;
  font-family: "boxicons";
  color: #E0D9D9;
  line-height: 1;
  font-size: 22px;
  transition: var(--transition);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav .nav-item .nav-link:hover, .booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav .nav-item .nav-link.active {
  color: var(--blackColor);
  background-color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav .nav-item .nav-link:hover::before, .booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .nav .nav-item .nav-link.active::before {
  content: "\eb9a";
  color: var(--mainColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content {
  background-color: var(--whiteColor);
  padding: 30px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .payment-list {
  padding: 0;
  margin-bottom: 0;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .payment-list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .payment-list li:last-child {
  margin-right: 0;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .form-group {
  margin-top: 20px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .form-group label {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blackColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .form-group label .required {
  color: var(--mainColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .form-group .form-control {
  background-color: #F5F5F5;
  color: #606060;
  font-weight: 600;
  height: 55px;
  padding: 15px 20px;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .form-group .form-control::-moz-placeholder {
  color: #606060;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .form-group .form-control::placeholder {
  color: #606060;
  transition: var(--transition);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .form-group .form-control:focus {
  border: 1px solid var(--mainColor);
  background-color: #FEF8EF;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .inner-tab-content .form-group .form-control:focus::placeholder {
  color: transparent;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:checked, .booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:not(:checked) {
  display: none;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:checked + label, .booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--optionalColor);
  font-weight: 600;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:checked + label a, .booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:not(:checked) + label a {
  color: #0019FF;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:checked + label:before, .booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease;
  border: 1px solid var(--mainColor);
  border-radius: 0;
  background: var(--whiteColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:checked + label:after, .booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 4.5px;
  left: 5px;
  transition: all 0.2s ease;
  border-radius: 50px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:hover + label:before {
  border-color: var(--mainColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .checkbox-wrap [type=checkbox]:checked + label:before {
  border-color: var(--mainColor);
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .tab-btn {
  text-align: center;
  margin-top: 25px;
}
.booking-popup-modal-area .modal-content .modal-body .booking-popup-modal-form .right-box .booking-popup-tabs .tab-btn .default-btn {
  padding: 15px 30px;
}

/* End Mentors Page & Mentor Details Page "CSS" */
/* College Website & inner pages */
.bg-ECEBF3 {
  background-color: #ECEBF3;
}

.cw-btn {
  padding: 15px 35px !important;
}
.cw-btn.active {
  background-color: var(--blackColor);
}
.cw-btn.active:hover {
  background-color: var(--mainColor);
}

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

/* cw-top-header */
.cw-top-header {
  background-color: #ECEBF3;
  padding: 12px 0;
}
.cw-top-header .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.cw-top-header .left-content p a {
  margin-left: 5px;
}
.cw-top-header .left-content p i {
  color: var(--mainColor);
}
.cw-top-header .right-content {
  text-align: end;
}
.cw-top-header .right-content .link {
  display: inline-block;
  text-decoration: underline;
}
.cw-top-header .right-content .info-content {
  display: flex;
  align-items: center;
  justify-content: end;
}
.cw-top-header .right-content .nice-select-content {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}
.cw-top-header .right-content .nice-select-content .nice-select {
  background-color: transparent;
  border: none;
  height: auto;
  line-height: 1;
  padding-left: 10px;
}

/* End cw-top-header */
/* cw-hero-banner */
.cw-hero-banner {
  background: var(--01, linear-gradient(90deg, #F9F2FA -0.86%, #FDFBFF 100%));
  padding-top: 100px;
}
.cw-hero-banner .container-fluid {
  max-width: 1920px;
}
.cw-hero-banner .cw-banner-box {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.cw-hero-banner .cw-banner-box .cw-banner-content {
  margin-bottom: 50px;
}
.cw-hero-banner .cw-banner-box .cw-banner-content h1 {
  font-weight: 800;
  font-size: 80px;
  width: 730px;
  position: relative;
  margin-bottom: 20px;
  left: -275px;
}
.cw-hero-banner .cw-banner-box .cw-banner-content p {
  margin-bottom: 30px;
}
.cw-hero-banner .cw-banner-box .cw-banner-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cw-hero-banner .cw-banner-box .cw-banner-list ul li {
  margin-bottom: 15px;
}
.cw-hero-banner .cw-banner-box .cw-banner-list ul li:last-child {
  margin-bottom: 0;
}
.cw-hero-banner .cw-banner-box .cw-banner-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.cw-hero-banner .cw-banner-box .cw-banner-list ul li a i.check {
  color: var(--mainColor);
  font-size: 20px;
}
.cw-hero-banner .cw-banner-box .cw-banner-list ul li a i.chevron {
  font-size: 20px;
}
.cw-hero-banner .cw-banner-box .cw-banner-list .cw-shape {
  text-align: end;
}
.cw-hero-banner .hero-img2 {
  position: relative;
}
.cw-hero-banner .hero-img2 .icon {
  position: absolute;
  top: -32px;
  left: -32px;
}

/* End cw-hero-banner */
/* cw-partner-item */
.cw-partner {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 100px;
}
.cw-partner .cw-partner-item img {
  width: auto !important;
}

/* cw-courses */
.cw-courses {
  position: relative;
}
.cw-courses .img {
  position: relative;
  margin-bottom: 25px;
}
.cw-courses .img .icon {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 7px 10px rgba(107, 114, 128, 0.1);
  text-align: center;
  line-height: 95px;
}
.cw-courses h3 {
  font-weight: bold;
  font-size: 24px;
}
.cw-courses .hover-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  transform: scale(0);
  transition: var(--transition);
}
.cw-courses:hover .hover-icon {
  transform: scale(1);
}

.cw-courses-slider .cw-courses-item .cw-courses {
  margin-bottom: 70px;
}
.cw-courses-slider .cw-courses-item .cw-courses img {
  width: auto !important;
  display: inline-block;
  text-align: center;
}
.cw-courses-slider.owl-drag .owl-item:nth-child(odd) .cw-courses {
  margin-top: 30px;
}
.cw-courses-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cw-courses-slider .owl-nav button.owl-prev, .cw-courses-slider .owl-nav button.owl-next {
  background-color: #ECEBF3 !important;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px !important;
  font-size: 30px !important;
  border-radius: 100px;
  margin: 0 5px;
}
.cw-courses-slider .owl-nav button.owl-prev:hover, .cw-courses-slider .owl-nav button.owl-next:hover {
  background-color: var(--mainColor) !important;
}
.cw-courses-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: left;
  padding-right: 150px;
  z-index: 0;
  display: flex;
  justify-content: space-around;
}
.cw-courses-slider .owl-dots .owl-dot {
  display: block;
  width: 100%;
}
.cw-courses-slider .owl-dots .owl-dot span {
  width: 100%;
  display: block;
  margin: 0;
  background: #ECEBF3;
  border-radius: 0;
}
.cw-courses-slider .owl-dots .owl-dot.active span, .cw-courses-slider .owl-dots .owl-dot:hover span {
  background: var(--mainColor);
}

/* cw-welcome-area */
.cw-welcome-area {
  background-color: #271830;
  position: relative;
}
.cw-welcome-area .container-fluid {
  max-width: 1920px;
}
.cw-welcome-area .cw-welcome-img {
  padding-right: 30px;
}
.cw-welcome-area .cw-welcome {
  position: relative;
  z-index: 5;
}
.cw-welcome-area .cw-welcome .cw-welcome-content {
  margin-bottom: 50px;
  max-width: 615px;
  width: 100%;
}
.cw-welcome-area .cw-welcome .cw-welcome-content h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.cw-welcome-area .cw-welcome .cw-welcome-content p {
  color: #D7D7D8;
}
.cw-welcome-area .cw-welcome .cw-mission-visio {
  margin-bottom: 50px;
  max-width: 615px;
  width: 100%;
}
.cw-welcome-area .cw-welcome .cw-mission-visio h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.cw-welcome-area .cw-welcome .cw-mission-visio p {
  color: #D7D7D8;
  border-left: 1px solid #FE4A55;
  padding-left: 10px;
}
.cw-welcome-area .cw-welcome .cw-imperial-values {
  background-color: #301A3D;
}
.cw-welcome-area .cw-welcome .cw-imperial-values .cw-imperial-values-content {
  padding: 20px 30px;
}
.cw-welcome-area .cw-welcome .cw-imperial-values .cw-imperial-values-content h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.cw-welcome-area .cw-welcome .cw-imperial-values .cw-imperial-values-content p {
  color: #D7D7D8;
  margin-bottom: 24px;
}
.cw-welcome-area .cw-shape2 {
  position: absolute;
  top: 50px;
  right: 0;
}

/* cw-funfacts */
.cw-funfacts p {
  text-transform: capitalize;
}

.cw-shape3 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.cw-shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}

/* cw-admission-card */
.cw-admission-card {
  margin-bottom: 30px;
}
.cw-admission-card h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cw-admission-card p {
  margin-bottom: 25px;
}
.cw-admission-card .image {
  position: relative;
}
.cw-admission-card .image .icon {
  position: absolute;
  top: -32px;
  right: -32px;
  transform: scale(0);
  transition: var(--transition);
}
.cw-admission-card:hover .image .icon {
  transform: scale(1);
}

/* cw-feedback-slider-area */
.cw-feedback-slider-area {
  overflow: hidden;
  position: relative;
}
.cw-feedback-slider-area .container-fluid {
  padding: 0;
}
.cw-feedback-slider-area .cw-feedback-title {
  max-width: 430px;
  margin-left: auto;
  padding-right: 15px;
}
.cw-feedback-slider-area .cw-feedback-title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cw-feedback-slider-area .cw-feedback-item {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.15) 100%);
  padding: 40px;
}
.cw-feedback-slider-area .cw-feedback-item p, .cw-feedback-slider-area .cw-feedback-item q {
  font-size: 20px;
}
.cw-feedback-slider-area .cw-feedback-item .cw-user img {
  width: 85px;
  height: 85px;
  border-radius: 100px;
  margin-right: 15px;
}
.cw-feedback-slider-area .cw-feedback-item .cw-user h4 {
  color: var(--mainColor);
  font-size: 17px;
  font-weight: bold;
}
.cw-feedback-slider-area .cw-feedback-item .cw-user p {
  font-size: 14px;
}
.cw-feedback-slider-area .cw-feedback-slider .owl-nav {
  position: absolute;
  left: -150px;
  bottom: 0;
  z-index: 1;
}
.cw-feedback-slider-area .cw-feedback-slider .owl-nav button.owl-prev, .cw-feedback-slider-area .cw-feedback-slider .owl-nav button.owl-next {
  background-color: #fff !important;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px !important;
  font-size: 30px !important;
  border-radius: 100px;
  margin: 0 5px;
}
.cw-feedback-slider-area .cw-feedback-slider .owl-nav button.owl-prev:hover, .cw-feedback-slider-area .cw-feedback-slider .owl-nav button.owl-next:hover {
  background-color: var(--mainColor) !important;
}
.cw-feedback-slider-area .cw-shape5 {
  position: absolute;
  left: 0;
  top: 50px;
}

/* cw-upcoming-events */
.cw-upcoming-events {
  padding-right: 50px;
}
.cw-upcoming-events h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 36px;
}
.cw-upcoming-events p {
  margin-bottom: 30px;
}
.cw-upcoming-events .image {
  position: relative;
}
.cw-upcoming-events .image .icon {
  position: absolute;
  right: -50px;
  top: -50px;
}

.cw-events-card {
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
  padding-left: 15px;
}
.cw-events-card::-webkit-scrollbar {
  width: 5px;
}
.cw-events-card::-webkit-scrollbar-track {
  background: #ECEBF3;
}
.cw-events-card::-webkit-scrollbar-thumb {
  background: var(--mainColor);
}
.cw-events-card::-webkit-scrollbar-thumb:hover {
  background: #0046c0;
}
.cw-events-card .event-card {
  margin-bottom: 10px;
  direction: ltr;
}
.cw-events-card .event-card:last-child {
  margin-bottom: 0;
}
.cw-events-card .event-card .cw-date {
  background-color: #ECEBF3;
  text-align: center;
  padding: 25px 5px;
}
.cw-events-card .event-card .cw-date h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.cw-events-card .event-card .cw-date p {
  line-height: 1;
}
.cw-events-card .event-card .cw-content h5 {
  color: var(--mainColor);
  font-size: 20px;
  font-weight: 500;
}
.cw-events-card .event-card .cw-content h4 {
  font-weight: bold;
  font-size: 20px;
}
.cw-events-card .event-card:hover .cw-date {
  background-color: var(--mainColor);
}
.cw-events-card .event-card:hover .cw-date h2 {
  color: white;
}
.cw-events-card .event-card:hover .cw-date p {
  color: white;
}

/* End cw-upcoming-events */
/* cw-courses */
.cw-college-staff {
  position: relative;
  overflow: hidden;
}
.cw-college-staff .img {
  margin-bottom: 25px;
  position: relative;
}
.cw-college-staff .img .content {
  position: absolute;
  left: -100%;
  bottom: 30px;
  border-radius: 0px 50px 50px 0px;
  background: #271830;
  padding: 17px 30px 17px 20px;
  transition: var(--transition);
}
.cw-college-staff .img .content h4 {
  color: #D9D9D9;
  font-size: 16px;
  margin-bottom: 10px;
}
.cw-college-staff .img .content h4:last-child {
  margin-bottom: 0;
}
.cw-college-staff .img .content h4 span {
  font-weight: bold;
}
.cw-college-staff .img .content h4 a {
  color: #D9D9D9;
}
.cw-college-staff .img .content h4 a:hover {
  color: var(--mainColor);
}
.cw-college-staff h3 {
  font-weight: bold;
  font-size: 20px;
}
.cw-college-staff p {
  font-size: 14px;
  margin: 0;
}
.cw-college-staff .hover-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  transform: scale(0);
  transition: var(--transition);
}
.cw-college-staff:hover .img .content {
  left: 0;
}
.cw-college-staff:hover .hover-icon {
  transform: scale(1);
}

.cw-college-staff-slider .cw-college-staff {
  margin-bottom: 70px;
}
.cw-college-staff-slider.owl-drag .owl-item:nth-child(odd) .cw-college-staff {
  margin-top: 30px;
}
.cw-college-staff-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;

  /* ranjit changes */
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 40%;
}
.cw-college-staff-slider .owl-nav button.owl-prev, .cw-college-staff-slider .owl-nav button.owl-next {
  background-color: #ECEBF3 !important;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px !important;
  font-size: 30px !important;
  border-radius: 100px;
  margin: 0 -70px;
}
.cw-college-staff-slider .owl-nav button.owl-prev:hover, .cw-college-staff-slider .owl-nav button.owl-next:hover {
  background-color: var(--mainColor) !important;
}
.cw-college-staff-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: left;
  padding-right: 150px;
  z-index: 0;
  display: flex;
  justify-content: space-around;
}
.cw-college-staff-slider .owl-dots .owl-dot {
  display: block;
  width: 100%;
}
.cw-college-staff-slider .owl-dots .owl-dot span {
  width: 100%;
  display: block;
  margin: 0;
  background: #ECEBF3;
  border-radius: 0;
}
.cw-college-staff-slider .owl-dots .owl-dot.active span, .cw-college-staff-slider .owl-dots .owl-dot:hover span {
  background: var(--mainColor);
}

/* End cw-courses */
/* cw-cta-area */
.cw-cta-area {
  overflow: hidden;
}
.cw-cta-area .container-fluid {
  padding: 0;
}

.cw-cta-content {
  background-color: #271830;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 90px;
  position: relative;
}
.cw-cta-content::before {
  background-color: var(--mainColor);
  width: 8px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  border-radius: 50px 0px 0px 30px;
}
.cw-cta-content .cw-cta-box {
  max-width: 510px;
  margin-left: auto;
}
.cw-cta-content .cw-cta-box h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
.cw-cta-content .cw-cta-box p {
  color: #D7D7D8;
  margin-bottom: 30px;
}
.cw-cta-content .cw-cta-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}
.cw-cta-content .cw-cta-box ul li {
  position: relative;
  color: #D7D7D8;
  margin-bottom: 15px;
  padding-left: 40px;
}
.cw-cta-content .cw-cta-box ul li:last-child {
  margin-bottom: 0;
}
.cw-cta-content .cw-cta-box ul li img {
  position: absolute;
  left: 0;
  top: -5px;
}

/* End cw-cto-area */
/* cw-blog-card */
.cw-blog-card {
  margin-bottom: 30px;
}
.cw-blog-card .img {
  margin-bottom: 25px;
}
.cw-blog-card .cw-author img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}
.cw-blog-card .cw-author h4 {
  font-weight: bold;
  font-size: 17px;
  margin: 0;
}
.cw-blog-card .cw-date {
  font-size: 14px;
}
.cw-blog-card .cw-date i {
  color: var(--mainColor);
}
.cw-blog-card h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}

/* End cw-blog-card */
/* cw-page-title-area */
.cw-page-title-area {
  background: var(--01, linear-gradient(90deg, #F9F2FA -0.86%, #FDFBFF 100%));
  padding-top: 140px;
  padding-bottom: 140px;
}
.cw-page-title-area .cw-title-content {
  text-align: center;
}
.cw-page-title-area .cw-title-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
}
.cw-page-title-area .cw-title-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cw-page-title-area .cw-title-content ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.cw-page-title-area .cw-title-content ul li::before {
  content: "/";
  position: absolute;
  right: -20px;
  top: 0;
}
.cw-page-title-area .cw-title-content ul li:last-child {
  margin-right: 0;
}
.cw-page-title-area .cw-title-content ul li:last-child::before {
  display: none;
}
.cw-page-title-area .cw-shape_1 {
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 0.4;
}
.cw-page-title-area .cw-shape_2 {
  position: absolute;
  bottom: 0;
  right: 100px;
  opacity: 0.4;
}
.cw-page-title-area .cw-shape_3 {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cw-page-title-area .cw-shape_4 {
  position: absolute;
  top: 50px;
  right: 50px;
}

/* End cw-page-title-area */
/* cw-about */
.cw-about {
  padding-right: 30px;
}
.cw-about .cw-about-content {
  margin-bottom: 30px;
}
.cw-about .cw-about-content h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 36px;
}
.cw-about .cw-about-mission-vision {
  margin-bottom: 30px;
}
.cw-about .cw-about-mission-vision h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
}
.cw-about .cw-about-mission-vision p {
  border-left: 1px solid var(--mainColor);
  padding-left: 10px;
}
.cw-about .cw-search-your-program h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
}
.cw-about .cw-search-your-program ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cw-about .cw-search-your-program ul li {
  position: relative;
  font-weight: bold;
  display: inline-block;
  margin-right: 30px;
  padding-left: 20px;
}
.cw-about .cw-search-your-program ul li:last-child {
  margin-right: 0;
}
.cw-about .cw-search-your-program ul li::before {
  border: 1px solid var(--mainColor);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 6px;
}

/* End cw-about */
/* cw-features */
.cw-features {
  background: #271830;
}
.cw-features .section-title h2 {
  color: #fff;
}
.cw-features .cw-star-icon {
  position: absolute;
  top: 25px;
  right: 25px;
}

.cw-feature-card {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cw-feature-card .icon {
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.cw-feature-card h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}

/* End cw-features */
/* cw-about-us */
.cw-about-us .container-fluid {
  padding: 0 0;
}
.cw-about-us .cw-about-us-text {
  max-width: 600px;
  padding-left: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cw-about-us .cw-about-us-text .cw-content {
  margin-bottom: 40px;
}
.cw-about-us .cw-about-us-text .cw-content:last-child {
  margin-bottom: 0;
}
.cw-about-us .cw-about-us-text .cw-content h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

/* End cw-about-us */
/* cw-college-dean-message */
.cw-college-dean-message {
  padding-left: 50px;
}
.cw-college-dean-message .title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.cw-college-dean-message .name {
  font-weight: bold;
  font-size: 17px;
}

/* End cw-college-dean-message */
/* cw-accommodation-content */
.cw-accommodation-content h3 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.cw-accommodation-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cw-accommodation-content ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.cw-accommodation-content ul li:last-child {
  margin-bottom: 0;
}
.cw-accommodation-content ul li::before {
  background-color: var(--mainColor);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}

.cw-scholarships {
  position: relative;
}
.cw-scholarships .cw-scholarships-icon {
  position: absolute;
  bottom: -60px;
  left: -60px;
}

/* End cw-accommodation-content */
/* cw-why-live-in-halls */
.cw-why-live-in-halls {
  position: relative;
}
.cw-why-live-in-halls::before {
  background-color: #271830;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 412px;
  z-index: 0;
}

.cw-halls-card {
  background-color: #ECEBF3;
  padding: 30px;
  margin-bottom: 30px;
}
.cw-halls-card h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.cw-halls-card p {
  margin-bottom: 25px;
}

.cw-horizontal-halls-card {
  background-color: #ECEBF3;
}
.cw-horizontal-halls-card .cw-halls-card {
  margin: 0;
}
.cw-horizontal-halls-card .cw-halls-card p {
  margin: 0;
}

/* End cw-why-live-in-halls */
/* cw-accommodation-guarantee */
.cw-accommodation-guarantee-img {
  position: relative;
}
.cw-accommodation-guarantee-img .cw-pdf-file {
  position: absolute;
  border-radius: 100px;
  background: #ECEBF3;
  padding: 30px 40px;
  bottom: 70px;
  width: 400px;
  margin: auto;
  left: 0;
  right: 0;
}
.cw-accommodation-guarantee-img .cw-pdf-file p {
  position: relative;
  left: 10px;
  top: 2px;
}
.cw-accommodation-guarantee-img .cw-pdf-file a {
  text-decoration: underline;
  color: var(--mainColor);
}
.cw-accommodation-guarantee-img .cw-pdf-file a:hover {
  text-decoration: none;
}

.cw-accommodation-guarantee h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cw-accommodation-guarantee .cw-ag-list-card {
  margin-top: 30px;
}
.cw-accommodation-guarantee .cw-ag-list-card .icon {
  background-color: #ECEBF3;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  color: var(--mainColor);
  font-size: 23px;
  margin-right: 20px;
}
.cw-accommodation-guarantee .cw-ag-list-card .icon i {
  position: relative;
  left: 6px;
}
.cw-accommodation-guarantee .cw-ag-list-card h5 {
  font-weight: bold;
  margin: 0;
  font-size: 20px;
}

/* End cw-accommodation-guarantee */
/* cw-annual-tuition-fees */
.cw-annual-tuition-fees .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cw-annual-tuition-fees .table {
  background-color: rgba(236, 235, 243, 0.5);
}
.cw-annual-tuition-fees .table thead {
  background: #ECEBF3;
}
.cw-annual-tuition-fees .table tbody, .cw-annual-tuition-fees .table td, .cw-annual-tuition-fees .table tfoot, .cw-annual-tuition-fees .table th, .cw-annual-tuition-fees .table thead, .cw-annual-tuition-fees .table tr {
  border-color: #fff;
  padding: 22px 30px;
}
.cw-annual-tuition-fees .table tbody th {
  font-weight: 600;
}

/* end cw-annual-tuition-fees */
/* cw-scholarships-content */
.cw-scholarships-content h3 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 15px;
}
.cw-scholarships-content .cw-scholarships-list .cw-list-card {
  margin-bottom: 15px;
  display: flex;
}
.cw-scholarships-content .cw-scholarships-list .cw-list-card:last-child {
  margin-bottom: 0;
}
.cw-scholarships-content .cw-scholarships-list .cw-list-card h4 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  width: 200px;
}

.cw-scholarships-pdf {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.cw-scholarships-pdf a {
  color: var(--mainColor);
  text-decoration: underline;
}
.cw-scholarships-pdf a:hover {
  text-decoration: none;
}

/* End cw-scholarships-content */
/* cw-college-admission-system */
.cw-college-admission-system {
  position: relative;
}
.cw-college-admission-system .cw-cas-icon {
  position: absolute;
  top: -50px;
  right: -50px;
}

.cw-college-admission-system-content h3 {
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 20px;
}
.cw-college-admission-system-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cw-college-admission-system-content ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.cw-college-admission-system-content ul li::before {
  background-color: var(--mainColor);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
}
.cw-college-admission-system-content ul li:last-child {
  margin-bottom: 0;
}
.cw-college-admission-system-content .cw-number {
  margin: 5px 0 0;
  font-weight: bold;
  font-size: 18px;
}
.cw-college-admission-system-content .cw-number i {
  color: var(--mainColor);
}

/* End cw-college-admission-system */
/* cw-cef */
.cw-cef {
  background: #F5F5F9;
}

.cw-cef-card {
  background: #ECEBF3;
  padding: 30px;
  margin-bottom: 30px;
}
.cw-cef-card h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

/* End cw-cef */
/* cw-accordion */
.cw-accordion .accordion-item {
  border: none;
  background-color: rgba(236, 235, 243, 0.5);
  margin-bottom: 20px;
}
.cw-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.cw-accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  background: #ECEBF3;
  color: var(--blackColor);
  font-weight: bold;
  padding: 20px 30px;
}
.cw-accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.cw-accordion .accordion-body {
  padding: 30px;
}
.cw-accordion .accordion-body h1, .cw-accordion .accordion-body h2, .cw-accordion .accordion-body h3, .cw-accordion .accordion-body h4, .cw-accordion .accordion-body h5, .cw-accordion .accordion-body h6 {
  font-weight: bold;
  margin-bottom: 15px;
}
.cw-accordion .accordion-body ul {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}
.cw-accordion .accordion-body ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.cw-accordion .accordion-body ul li::before {
  content: "";
  background-color: var(--mainColor);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 6px;
  left: 0;
  position: absolute;
}
.cw-accordion .accordion-body ul li:last-child {
  margin-bottom: 0;
}

/* End cw-accordion */
/* cw-message-from-principal */
.cw-message-from-principal {
  background-color: #271830;
}
.cw-message-from-principal .cw-college-admission-system-content h1, .cw-message-from-principal .cw-college-admission-system-content h2, .cw-message-from-principal .cw-college-admission-system-content h3, .cw-message-from-principal .cw-college-admission-system-content h4, .cw-message-from-principal .cw-college-admission-system-content h5, .cw-message-from-principal .cw-college-admission-system-content h6 {
  color: #fff;
}
.cw-message-from-principal .cw-college-admission-system-content p {
  color: #D7D7D8;
}

/* End cw-message-from-principal */
/* cwa-staff */
.cwa-staff .cw-staff-list:nth-child(odd) {
  margin-top: 30px;
}

/* End cwa-staff */
/* cw-department-area */
.cw-department-area {
  background-color: #F5F5F9;
}

.cw-department {
  border: 1px dashed #221638;
  background: #ECEBF3;
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding: 40px 30px;
}
.cw-department:hover {
  border: 1px dashed var(--mainColor);
}

/* End cw-department-area */
/* End College Website & inner pages */
/* Online Photography Home */
.bg-ffe7e7 {
  background-color: #ffe7e7;
}

.op-shape1 {
  position: absolute;
  bottom: -107px;
  left: 50px;
  z-index: 1;
}

.op-shape2 {
  position: absolute;
  bottom: 0;
  left: 26%;
}

.op-shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.op-shape4 {
  position: absolute;
  bottom: 100px;
  left: 60px;
}

.op-lin-btn {
  color: var(--mainColor);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.op-lin-btn i {
  font-size: 20px;
  line-height: 1;
}
.op-lin-btn:hover {
  letter-spacing: 0.5px;
}

/* navbar-area */
.navbar-area.navbar-style-two {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: transparent;
}
.navbar-area.navbar-style-two.is-sticky {
  background-color: #000000 !important;
}
.navbar-area.navbar-style-two .elearniv-nav .navbar .navbar-nav .nav-item a {
  color: #fff;
}
.navbar-area.navbar-style-two .elearniv-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two .elearniv-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor);
}
.navbar-area.navbar-style-two .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--blackColor);
}
.navbar-area.navbar-style-two .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-style-two .elearniv-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
}
.navbar-area.navbar-style-two .elearniv-nav .navbar .others-option .cart-btn a {
  color: #fff;
}

/* End navbar-area */
/* op-main-banner-area */
.op-main-banner-area {
  background-image: url("/static/indigo/images/online-photography/hero-banner-bg.c79d2e4962f9.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.op-main-banner-area .container {
  max-width: 1550px;
  margin-top: 50px;
}
.op-main-banner-area .op-banner-content {
  max-width: 650px;
}
.op-main-banner-area .op-banner-content h1 {
  color: #fff;
  font-weight: bold;
  font-size: 66px;
  margin-bottom: 20px;
}
.op-main-banner-area .op-banner-content p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
}

/* End op-main-banner-area */
/* op-features-box */
.op-features-box {
  border-radius: 7px;
  border: 1px solid #EEE;
  margin-bottom: 30px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}
.op-features-box .op-content {
  position: relative;
}
.op-features-box .icon {
  font-size: 56px;
  margin-bottom: 15px;
  line-height: 1;
  transition: var(--transition);
}
.op-features-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: var(--transition);
}
.op-features-box::before {
  content: "";
  background-color: var(--mainColor);
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  height: 62px;
  border-radius: 100%;
  transition: var(--transition);
}
.op-features-box:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 0;
}
.op-features-box:hover .icon, .op-features-box:hover h3, .op-features-box:hover p {
  color: #fff;
  transition: var(--transition);
}

/* End op-features-box */
/* op-about-me-content */
.op-about-me-content .op-funfacts-box {
  margin-bottom: 20px;
}
.op-about-me-content .op-funfacts-box h3 {
  color: var(--mainColor);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
}
.op-about-me-content .op-funfacts-box p {
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
}

/* End op-about-me-content */
/* op-courses-area */
.op-courses-area {
  background-color: #200E36;
}
.op-courses-area .section-title h2 {
  color: #fff;
}

.op-course-card {
  margin-bottom: 30px;
}
.op-course-card .image {
  margin-bottom: 30px;
  position: relative;
}
.op-course-card .image img {
  border-radius: 10px;
}
.op-course-card .image .price {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: var(--mainColor);
  width: 67px;
  height: 67px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 67px;
  font-weight: bold;
  font-size: 25px;
}
.op-course-card h3 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 22px;
}
.op-course-card h3 a {
  color: #fff;
}
.op-course-card h3 a:hover {
  color: var(--mainColor);
}
.op-course-card .op-user img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
}
.op-course-card .op-user h5 {
  color: #CBCBCB;
  margin: 0;
  font-size: 15px;
}
.op-course-card .op-user p {
  color: #CBCBCB;
  font-size: 15px;
}

/* end op-courses-area */
/* op-partner */
.op-partner .op-partner-item {
  text-align: center;
}
.op-partner .op-partner-item img {
  width: auto;
  display: inline-block;
}

/* End op-partner */
/* op-feedback-content */
.op-testimonials {
  position: relative;
}
.op-testimonials::before {
  background-color: #FFE7E7;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
}
.op-testimonials::after {
  background-color: #FEF8EF;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
}
.op-testimonials .container-fluid {
  max-width: 1920px;
}

.op-feedback-content {
  max-width: 760px;
  margin-left: auto;
  padding-right: 110px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.op-feedback-content .section-title {
  text-align: start;
}
.op-feedback-content .section-title h2 {
  margin-left: 0;
}

.op-feedback-slides .op-feedback-item {
  position: relative;
  margin-bottom: 60px;
  padding-top: 30px;
}
.op-feedback-slides .op-feedback-item .op-feedback-text {
  font-style: italic;
}
.op-feedback-slides .op-feedback-item .op-feedback-text p {
  font-size: 17px;
}
.op-feedback-slides .op-feedback-item .op-client-info {
  margin-top: 20px;
}
.op-feedback-slides .op-feedback-item .op-client-info img {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  margin-right: 10px;
}
.op-feedback-slides .op-feedback-item .op-client-info h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 2px;
}
.op-feedback-slides .op-feedback-item .op-client-info p {
  font-size: 14px;
}
.op-feedback-slides .op-feedback-item .op-quote-icon {
  position: absolute;
  top: -30px;
  left: -14px;
  line-height: 1;
}
.op-feedback-slides .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
}
.op-feedback-slides .owl-dots .owl-dot span {
  background-color: #200E36;
  outline: 5px solid #D9D9D9;
}
.op-feedback-slides .owl-dots .owl-dot span:hover {
  background-color: var(--mainColor) !important;
}
.op-feedback-slides .owl-dots .owl-dot.active span {
  background-color: var(--mainColor) !important;
}
.op-feedback-slides .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.op-feedback-slides .owl-nav .owl-prev, .op-feedback-slides .owl-nav .owl-next {
  width: 34px;
  height: 34px;
  line-height: 40px !important;
  background-color: #FFE7E7 !important;
  border-radius: 100%;
  margin: 0;
  font-size: 22px !important;
}
.op-feedback-slides .owl-nav .owl-prev:hover, .op-feedback-slides .owl-nav .owl-next:hover {
  background-color: var(--mainColor) !important;
}
.op-feedback-slides .owl-nav .owl-next {
  margin-left: 10px;
}

.op-shape5 {
  position: absolute;
  top: -120px;
  left: 0;
}

.op-shape6 {
  position: absolute;
  top: -130px;
  left: 280px;
}

.op-shape7 {
  position: absolute;
  bottom: 30px;
  right: 80px;
}

/* End op-feedback-content */
/* op-gallery-card */
.op-gallery-card {
  margin-bottom: 25px;
}
.op-gallery-card img {
  border-radius: 10px;
}

/* End op-gallery-card */
/* op-subscribe-content */
.op-subscribe-area {
  position: relative;
}
.op-subscribe-area::before {
  content: "";
  background-color: #fef8ef;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
}
.op-subscribe-area::after {
  content: "";
  background-color: #100f1f;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}

.op-subscribe-content {
  background-color: #200E36;
  border-radius: 10px;
  background-image: url("/static/indigo/images/online-photography/subscribe-bg.0fe02fac61cc.png");
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 85px 30px;
  position: relative;
  z-index: 5;
}
.op-subscribe-content h2, .op-subscribe-content p {
  color: #fff;
}

.op-shape8 {
  position: absolute;
  right: 180px;
  top: 45px;
}

/* End op-subscribe-content */
/* End Online Photography Home *//*# sourceMappingURL=style.css.map */