/*
@File: eCademy Theme Styles

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

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

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

/*================================================
Default CSS
=================================================*/

:root {
    --fontFamily: "Nunito", sans-serif;
    --mainColor: #fe4a55;
    --optionalColor: #606060;
    --whiteColor: #ffffff;
    --blackColor: #221638;
    --mainColor2: #6ba292;
    --fontSize: 16px;
    --transition: 0.5s;
    --SparklingAppleColor: #72AE44;
  }
  
  body {
    padding: 0;
    margin: 0;
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
    overflow-x: hidden;
  }
  
  .tutor-font-family, .tutor-backend #wpbody-content, [class*=tutor-screen-], .tutor-course-details-page, .tutor-course-single-content-wraper, .tutor-wrap {
    font-family: var(--fontFamily) !important;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  p {
    color: var(--optionalColor);
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: var(--fontSize);
      font-family: var(--fontFamily);
  /* 	font-family: 'open sans'; */
  /* 	custom changes */
  }
  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); */
      color: #0d3862;
    font-family: var(--fontFamily);
  /* 	custom changes */
  /* 	font-family: georgia !important; */
  }
  
  .container {
    max-width: 1230px;
  }
  
  .bg-fef8ef {
    background-color: #fef8ef;
  }
  
  .bg-f5f1ed {
    background-color: #f5f1ed;
  }
  
  .bg-f0f2f5 {
    background-color: #f0f2f5;
  }
  
  .bg-f8f9f8 {
    background-color: #f8f9f8;
  }
  
  .d-table {
    width: 100%;
    height: 100%;
  }
  .d-table-cell {
    vertical-align: middle;
  }
  
  .bg-f9f9f9 {
    background-color: #f9f9f9;
  }
  
  .bg-f5f7fa {
    background-color: #f5f7fa;
  }
  
  .bg-fffaf3 {
    background-color: #fffaf3;
  }
  
  .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;
  }
  
  .ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .pt-70 {
    padding-top: 70px;
  }
  
  .pb-70 {
    padding-bottom: 70px;
  }
  
  .mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  
  .mb-20 {
    margin-bottom: 20px !important;
  }
  
  .sc-bor-1 {
    border-bottom: 1px solid #eee;
  }
  
  a {
  /*   color: var(--blackColor); */
         color: #0d3862;
    transition: var(--transition);
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  
  .navbar-brand h2 {
    font-weight: bold;
    padding: 5px 0;
  }
  
  /*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;
    margin-bottom: 8px;
    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: 12px;
  }
  
  /*default-btn*/
  .default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: var(--whiteColor);
    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;
  /* 	font-family : georgia !important; */
  /* 	custom changes */
  }
  .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 i.bx, .default-btn i.fa {
    font-size: 23px;
    left: 23px;
  }
  .default-btn:hover {
    color: var(--whiteColor);
  }
  .default-btn:hover span {
    width: 225%;
    height: 562.5px;
  }
  
  /*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: 1px 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:-ms-input-placeholder {
    color: #7e7e7e;
    -ms-transition: var(--transition);
    transition: var(--transition);
  }
  .form-control::placeholder {
    color: #7e7e7e;
    transition: var(--transition);
  }
  .form-control:focus {
    background-color: transparent;
  }
  .form-control:focus::-moz-placeholder {
    color: transparent;
  }
  .form-control:focus:-ms-input-placeholder {
    color: transparent;
  }
  .form-control:focus::placeholder {
    color: transparent;
  }
  
  textarea.form-control {
    height: auto;
    padding-top: 15px;
  }
  
  /*================================================
  Navbar Area CSS
  =================================================*/
  .ecademy-responsive-nav {
    display: none;
  }
  
  .ecademy-nav .dropdown-item {
    white-space: initial;
  }
  .ecademy-nav .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ecademy-nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ecademy-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ecademy-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  .ecademy-nav .navbar .search-box {
    margin-left: auto;
    position: relative;
    width: 500px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .ecademy-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;
  }
  .ecademy-nav .navbar .search-box .input-search::-moz-placeholder {
    color: #848484;
    -moz-transition: var(--transition);
    transition: var(--transition);
  }
  .ecademy-nav .navbar .search-box .input-search:-ms-input-placeholder {
    color: #848484;
    -ms-transition: var(--transition);
    transition: var(--transition);
  }
  .ecademy-nav .navbar .search-box .input-search::placeholder {
    color: #848484;
    transition: var(--transition);
  }
  .ecademy-nav .navbar .search-box .input-search:focus::-moz-placeholder {
    color: transparent;
  }
  .ecademy-nav .navbar .search-box .input-search:focus:-ms-input-placeholder {
    color: transparent;
  }
  .ecademy-nav .navbar .search-box .input-search:focus::placeholder {
    color: transparent;
  }
  .ecademy-nav .navbar .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
  }
  .ecademy-nav .navbar .navbar-nav {
    margin-left: auto;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item a {
    background-color: transparent !important;
  /* 	font-family : georia !important; */
  /* 	custom changes */
    color: var(--blackColor);
    font-size: 16.5px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 6px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -4px;
    margin-right: -3px;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
    content: "\ea17";
    font-family: "boxicons" !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ecademy-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 290px;
    display: block;
    border-radius: 0;
    margin-top: 15px;
    position: absolute;
    padding: 0;
    visibility: hidden;
    background: var(--whiteColor);
    transition: all 0.2s ease-in-out;
    border-top: 3px solid;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 16px 11px;
    margin: 0;
    position: relative;
    display: block;
    border-bottom: 1px dashed #e5e5e5;
    color: var(--blackColor);
    font-size: 16px;
    font-weight: 700;
  }
  .ecademy-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;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-toggle::before {
    top: 55%;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li.menu-item-has-children a::before {
    content: "\f102";
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    font-family: Flaticon;
    font-size: 14px;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -100%;
    margin-top: 15px;
    visibility: hidden;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: var(--blackColor);
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a::before {
    display: none;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--blackColor);
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    visibility: hidden;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--blackColor);
  }
  .ecademy-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: 250px;
    visibility: hidden;
    transform: scaleY(0);
  }
  .ecademy-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);
  }
  .ecademy-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: -250px;
    visibility: hidden;
    transform: scaleY(0);
  }
  .ecademy-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);
  }
  .ecademy-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: 250px;
    visibility: hidden;
  }
  .ecademy-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);
  }
  .ecademy-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;
  }
  .ecademy-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;
  }
  .ecademy-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;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 9px;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    flex-wrap: unset;
    align-items: unset;
    justify-content: unset;
  }
  .ecademy-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;
  }
  .ecademy-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;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
    margin-top: 0;
  }
  .ecademy-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;
  }
  .ecademy-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%;
  }
  .ecademy-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;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
    display: block;
    margin-top: 5px;
    font-weight: 600;
    font-size: 15px;
  }
  .ecademy-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;
  }
  .ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
    border-color: var(--whiteColor);
    color: var(--whiteColor);
  }
  .ecademy-nav .others-option {
    margin-left: 25px;
  }
  .ecademy-nav .others-option .option-item {
    margin-left: 30px;
  }
  .ecademy-nav .others-option .option-item:first-child {
    margin-left: 0;
  }
  .ecademy-nav .others-option .cart-btn {
    font-size: 22px;
    position: relative;
    line-height: 1;
      display:none;
  /* 	custom change */
  }
  .ecademy-nav .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    color: var(--blackColor);
  }
  .ecademy-nav .others-option .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: var(--whiteColor);
    font-size: 10px;
    font-weight: 600;
  }
  
  .navbar-area {
    position: relative;
    background-color: var(--whiteColor);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-area.is-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            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: 9991;
    position: absolute;
    right: 60px;
    top: -30px;
  }
  .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 .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:-ms-input-placeholder {
    color: #848484;
    -ms-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::-moz-placeholder {
    color: transparent;
  }
  .others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-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;
    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: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: var(--whiteColor);
    font-size: 10px;
    font-weight: 600;
  }
  
  @media only screen and (max-width: 1199px) {
    .navbar-area {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .navbar-area.is-sticky {
      top: 0;
    }
    .ecademy-responsive-nav {
      display: block;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu {
      position: relative;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu .logo h2 {
      font-size: 23px;
      font-weight: bold;
      margin-bottom: 0;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu .dropdown-toggle::after {
      display: none;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav {
      margin-top: 47px;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav ul {
      font-size: 15px;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav ul li li a {
      font-size: 14.5px;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav {
      overflow-y: scroll;
      box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
      height: 307px;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
      overflow: hidden;
    }
    .ecademy-responsive-nav .ecademy-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;
    }
    .ecademy-responsive-nav .ecademy-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;
    }
    .ecademy-responsive-nav .ecademy-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;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
      margin-bottom: 15px;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
      border-top: none;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
      display: flex;
      flex-wrap: wrap;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
      width: 100%;
      float: unset;
      display: block;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
      border-bottom: none !important;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
      display: none !important;
    }
    .ecademy-responsive-nav .ecademy-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;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
      border: none;
      margin-top: 18px;
      color: #677294;
      padding: 0;
      font-size: 14.5px;
      font-weight: 400;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
      border-top: 1px solid #eeeeee;
    }
    .ecademy-responsive-nav .ecademy-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;
    }
    .ecademy-responsive-nav .ecademy-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%;
    }
    .ecademy-responsive-nav .ecademy-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;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 700;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
      display: block;
      margin-top: 5px;
      font-weight: 600;
      font-size: 13px;
    }
    .ecademy-responsive-nav .ecademy-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;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
      border-color: var(--whiteColor);
      color: var(--whiteColor);
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box {
      display: none !important;
      position: absolute;
      right: 280px;
      top: -11px;
      width: 400px;
      border-radius: 5px;
    }
    .ecademy-responsive-nav .ecademy-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;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search::-moz-placeholder {
      color: #848484;
      -moz-transition: var(--transition);
      transition: var(--transition);
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder {
      color: #848484;
      -ms-transition: var(--transition);
      transition: var(--transition);
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search::placeholder {
      color: #848484;
      transition: var(--transition);
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus::-moz-placeholder {
      color: transparent;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder {
      color: transparent;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus::placeholder {
      color: transparent;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box button {
      position: absolute;
      right: 0;
      top: 0;
      height: 48px;
      background-color: transparent;
      border: none;
      border-radius: 5px;
      padding: 0 15px;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option {
      position: absolute;
      right: 55px;
      display: none !important;
      top: -10px;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .option-item {
      margin-left: 30px;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .option-item:first-child {
      margin-left: 0;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .cart-btn {
      font-size: 22px;
      position: relative;
      line-height: 1;
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .cart-btn a {
      display: inline-block;
      position: relative;
      color: var(--blackColor);
    }
    .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .cart-btn a span {
      position: absolute;
      right: -4px;
      top: -4px;
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      border-radius: 50%;
      color: var(--whiteColor);
      font-size: 10px;
      font-weight: 600;
    }
    .ecademy-responsive-nav .mean-container a.meanmenu-reveal {
      color: var(--blackColor);
    }
    .ecademy-responsive-nav .mean-container a.meanmenu-reveal span {
      background: var(--blackColor);
    }
    .ecademy-responsive-nav .logo {
      position: relative;
      width: 70%;
      z-index: 999;
    }
    .ecademy-nav {
      display: none;
    }
    .others-option-for-responsive {
      display: block;
    }
  }
  /*================================================
  Main Banner Area CSS
  =================================================*/
  .main-banner {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/img/gray-bg.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: 18px;
    font-size: 48px;
    font-weight: 800;
  }
  .main-banner-content p {
    max-width: 450px;
    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: -15px !important;
    margin-right: -15px !important;
  }
  .main-banner-courses-list .row .col-lg-6 {
    padding-left: 15px !important;
    padding-right: 15px !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 {
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  .banner-shape2 {
    position: absolute;
    left: -85px;
    top: 17px;
    z-index: -1;
    right: 0;
    text-align: center;
  }
  .banner-shape2 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .banner-shape3 {
    position: absolute;
    left: -40px;
    top: -35px;
    z-index: -2;
    right: 0;
    text-align: center;
  }
  .banner-shape3 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .banner-section {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/img/banner-bg.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 {
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  .banner-shape5 {
    position: absolute;
    z-index: -1;
    right: 24.5%;
    bottom: 10.5%;
    text-align: center;
  }
  .banner-shape5 img {
    -webkit-animation: movescale 4s linear infinite;
            animation: movescale 4s linear infinite;
  }
  
  .banner-shape6 {
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 8%;
  }
  .banner-shape6 img {
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
  }
  
  .banner-shape7 {
    position: absolute;
    z-index: -1;
    top: 30%;
    left: -12%;
  }
  .banner-shape7 img {
    -webkit-animation: moveleftbounce 8s linear infinite;
            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;
    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:-ms-input-placeholder {
    color: #999999;
    -ms-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::-moz-placeholder {
    color: transparent;
  }
  .banner-wrapper-content form .input-search:focus:-ms-input-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;
    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-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;
  }
  
  .banner-shape8 {
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 7%;
  }
  .banner-shape8 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .banner-shape9 {
    position: absolute;
    z-index: -1;
    top: 5%;
    right: 15%;
  }
  .banner-shape9 img {
    -webkit-animation: movescale 4s linear infinite;
            animation: movescale 4s linear infinite;
  }
  
  .banner-shape10 {
    position: absolute;
    z-index: -1;
    bottom: 30px;
    left: 35px;
  }
  .banner-shape10 img {
    -webkit-animation: movebounce 5s linear infinite;
            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(../../assets/img/main-banner1.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(../../assets/img/banner-shape11.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-position: center center;
    background-size: cover;
    background-image: url(../../assets/img/main-banner2.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 {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .banner-shape12 {
    position: absolute;
    z-index: -1;
    right: 19%;
    top: 14%;
  }
  .banner-shape12 img {
    -webkit-animation: movescale 4s linear infinite;
            animation: movescale 4s linear infinite;
  }
  
  .banner-shape13 {
    position: absolute;
    z-index: -1;
    bottom: 5%;
    left: 4%;
  }
  .banner-shape13 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  /*================================================
  Partner Area CSS
  =================================================*/
  .partner-area.border-bottom {
    border-bottom-color: #efeff1 !important;
  }
  
  .single-partner-item {
    text-align: center;
  }
  
  /*================================================
  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;
    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);
  }
  
  /*================================================
  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: 15px;
  }
  .single-features-box h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 800;
  }
  .single-features-box p {
    margin-bottom: 12px;
  }
  .single-features-box .link-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
  /* 	font-family: georgia; */
  /* 	custom changes */
  }
  .single-features-box .link-btn:hover {
    color: var(--blackColor);
  }
  .single-features-box:hover {
    transform: translateY(-10px);
  }
  .single-features-box.without-padding {
    text-align: left;
    padding: 0;
    background-color: transparent;
  }
  .single-features-box.without-padding p {
    max-width: 315px;
  }
  
  /*================================================
  About Area CSS
  =================================================*/
  .about-area {
    position: relative;
    z-index: 1;
  }
  
  .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;
    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;
    font-size: 25px;
    background-image: url(../../assets/img/circle-border.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;
    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;
    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%);
    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;
  }
  .about-video-box .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
  }
  .about-video-box .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
            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: right;
    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: -17px;
    z-index: -1;
  }
  .shape1 img {
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  .shape2 {
    position: absolute;
    left: 5%;
    bottom: 8%;
    z-index: -1;
  }
  .shape2 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .shape3 {
    position: absolute;
    right: 9%;
    bottom: 12%;
    z-index: -1;
  }
  .shape3 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .shape4 {
    position: absolute;
    right: 5%;
    bottom: 40%;
    z-index: -1;
  }
  .shape4 img {
    -webkit-animation: movescale 4s linear infinite;
            animation: movescale 4s linear infinite;
  }
  
  .shape17 {
    position: absolute;
    z-index: -1;
    top: -45px;
    left: 160px;
    right: 0;
    text-align: center;
  }
  .shape17 img {
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  .shape18 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -150px;
    right: 0;
    text-align: center;
  }
  .shape18 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .shape19 {
    position: absolute;
    right: -15px;
    top: 40%;
  }
  .shape19 img {
    -webkit-animation: movescale 4s linear infinite;
            animation: movescale 4s linear infinite;
  }
  
  .shape20 {
    position: absolute;
    z-index: -1;
    left: 7%;
    top: 57%;
  }
  .shape20 img {
    -webkit-animation: movescale 4s linear infinite;
            animation: movescale 4s linear infinite;
  }
  
  .shape21 {
    position: absolute;
    z-index: -1;
    left: 11%;
    bottom: 15%;
  }
  .shape21 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .shape22 {
    position: absolute;
    z-index: -1;
    left: 55%;
    bottom: 10px;
  }
  .shape22 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .shape23 {
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 5%;
  }
  .shape23 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  @-webkit-keyframes movebounce {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  
  @keyframes movebounce {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @-webkit-keyframes moveleftbounce {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(20px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  @keyframes moveleftbounce {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(20px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  @-webkit-keyframes rotateme {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes rotateme {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes movescale {
    0% {
      transform: scale(0.9);
    }
    50% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(0.9);
    }
  }
  @keyframes movescale {
    0% {
      transform: scale(0.9);
    }
    50% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(0.9);
    }
  }
  /*================================================
  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%;
  }
  
  /*================================================
  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: 70px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .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;
  }
  .courses-area a {
    text-decoration: none !important;
  }
  .courses-area i {
    font-style: normal !important;
  }
  
  .item-meta.course-item-status:before {
    content: attr(data-preview);
    color: #2dbbc4;
    vertical-align: baseline;
  }
  
  .item-meta.course-item-status {
    display: inline-block;
    background: #e3f1f2;
    color: #2dbbc4;
    text-transform: capitalize;
    border-radius: 3px;
    margin-right: 6px;
    padding: 2px 10px 1.5px;
    font-size: 12px;
    font-weight: 700;
  }
  
  .fa.item-meta.course-item-status.trans {
    padding: 0;
    background: transparent !important;
  }
  
  .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 .price, .single-courses-box .courses-image .free {
    display: inline-block;
    color: var(--whiteColor);
    position: absolute;
    right: 0;
    border-radius: 10px 0 0 0;
    bottom: 0;
    padding: 7px 20px 5px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
  }
  .single-courses-box .origin-price {
    display: none;
  }
  .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;
    border-radius: 50%;
  }
  .single-courses-box .courses-content .course-author span a {
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
  }
  .single-courses-box .courses-content h3 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 800;
  }
  .single-courses-box .courses-content h3 a {
    display: inline-block;
    text-decoration: none;
  }
  .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;
    list-style-type: none;
    padding-left: 25px;
    padding-right: 7px;
  }
  .single-courses-box .courses-content .courses-box-footer li i {
    position: absolute;
    left: 6px;
    top: 0;
    font-size: 14px;
    color: var(--mainColor);
  }
  .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 .price {
    display: block;
    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 {
    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 .price {
    display: inline-block;
    color: var(--whiteColor);
    border-radius: 10%;
    padding: 10px 20px;
    position: absolute;
    bottom: -29.5px;
    text-align: center;
    z-index: 2;
    left: 40%;
    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 {
    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: -3.5px;
    margin-left: 1px;
  }
  .single-courses-item-box .courses-content .rating .course-review {
    display: inline-block;
  }
  .single-courses-item-box .courses-content .rating .review-stars-rated {
    position: relative;
    display: inline-block;
  }
  .single-courses-item-box .courses-content .rating .review-stars-rated .review-stars {
    padding-left: 0;
    margin: 0;
    margin-top: 2px;
    display: inline-block;
    list-style: none;
    line-height: 16px;
    height: 16px;
    float: left;
    font-size: 0;
  }
  .single-courses-item-box .courses-content .rating .review-stars-rated .review-stars li {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: none;
    color: #ffb606;
    margin-bottom: 0;
  }
  .single-courses-item-box .courses-content .rating .review-stars-rated .review-stars li span {
    font-size: 13px;
    width: auto;
    height: auto;
    border-bottom: none;
    text-decoration: none;
  }
  .single-courses-item-box .courses-content .rating .review-stars-rated .review-stars li span::before {
    width: auto;
    height: auto;
  }
  .single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled {
    margin: 0;
    margin-top: 2px;
    padding-left: 0;
    display: inline-block;
    list-style: none;
    line-height: 16px;
    height: 16px;
    float: left;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    color: #f05a19;
    height: 40px;
  }
  .single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled li {
    position: static;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: none;
    margin-bottom: 0;
  }
  .single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled li span {
    color: #ffb606;
    font-size: 13px;
    width: auto;
    height: auto;
    border-bottom: none;
    text-decoration: none;
  }
  .single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled li span::before {
    width: auto;
    height: auto;
  }
  .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: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .courses-info p a:hover {
    text-decoration: underline;
    color: var(--blackColor);
  }
  
  .courses-slides .single-courses-box .courses-content h3 {
    font-size: 28px;
  }
  .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-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 {
    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.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;
    transition: var(--transition);
    transform: scaleX(0);
  }
  .shorting-menu.shorting-menu-style-two .filter:hover, .shorting-menu.shorting-menu-style-two .filter.active {
    color: var(--blackColor);
  }
  .shorting-menu.shorting-menu-style-two .filter:hover::before, .shorting-menu.shorting-menu-style-two .filter.active::before {
    transform: scaleX(1);
  }
  
  .shorting .mix {
    display: none;
  }
  
  .ecademy-grid-sorting {
    margin-bottom: 40px;
  }
  .ecademy-grid-sorting .result-count p {
    margin-bottom: 0;
  }
  .ecademy-grid-sorting .result-count p .count {
    font-weight: 700;
    color: var(--blackColor);
  }
  .ecademy-grid-sorting .ordering {
    text-align: right;
  }
  .ecademy-grid-sorting .ordering label {
    display: inline-block;
    margin-bottom: 0;
    color: #ababab;
    margin-right: 5px;
    font-size: var(--fontSize);
    font-weight: 700;
  }
  .ecademy-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;
  }
  .ecademy-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;
  }
  .ecademy-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;
  }
  .ecademy-grid-sorting .ordering .nice-select .list .option:hover {
    color: var(--whiteColor);
  }
  .ecademy-grid-sorting .ordering .nice-select .list .option:hover::before {
    color: var(--whiteColor);
  }
  .ecademy-grid-sorting .ordering .nice-select .list .option.focus, .ecademy-grid-sorting .ordering .nice-select .list .option.selected.focus {
    background-color: transparent !important;
    color: var(--blackColor);
  }
  .ecademy-grid-sorting .ordering .nice-select .list .option::before {
    content: "\f11f";
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    font-family: Flaticon;
    font-size: 11px;
  }
  .ecademy-grid-sorting .ordering .nice-select .list .option.selected::before {
    opacity: 1;
    visibility: visible;
  }
  .ecademy-grid-sorting .ordering .nice-select .list .option.selected:hover {
    color: var(--whiteColor);
  }
  .ecademy-grid-sorting .ordering .nice-select .list .option.selected:hover::before {
    color: var(--whiteColor);
  }
  .ecademy-grid-sorting .ordering .nice-select:after {
    border-color: var(--blackColor);
    height: 8px;
    width: 8px;
    margin-top: -5px;
  }
  .ecademy-grid-sorting .ordering .nice-select:hover {
    background-color: transparent;
  }
  
  .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;
    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);
  }
  
  .courses-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  /*================================================
  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;
    font-size: 18px;
    font-weight: 800;
  }
  .courses-details-desc .nav .nav-item .nav-link::before {
    content: "";
    bottom: 0;
    height: 2px;
    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 .course-tabs {
    margin-bottom: 0 !important;
  }
  .courses-details-desc .lp-course-buttons {
    display: none;
  }
  .courses-details-desc .lp-course-buttons .default-btn {
    text-transform: capitalize;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .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 .section-title {
    margin-bottom: 15px;
    text-align: left;
    font-size: 20px;
    font-weight: 800;
  }
  .courses-details-desc .tab-content .courses-curriculum .section-title:not(:first-child) {
    margin-top: 30px;
  }
  .courses-details-desc .tab-content .courses-curriculum .section-header {
    cursor: pointer;
    padding: 25px 30px;
  }
  .courses-details-desc .tab-content .courses-curriculum .section-header .section-title {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .courses-details-desc .tab-content .courses-curriculum .section-content {
    margin-top: 0;
  }
  .courses-details-desc .tab-content .courses-curriculum .section-content .course-item {
    margin-bottom: 0;
  }
  .courses-details-desc .tab-content .courses-curriculum .section-content .course-item.item-locked .course-item-status:before {
    margin-left: 5px;
    position: relative;
    top: 1px;
    color: var(--optionalColor);
    content: "\f023";
  }
  .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;
    margin-bottom: 25px;
    border: 1px solid #eeeeee;
  }
  .courses-details-desc .tab-content .courses-curriculum ul li a {
    background-color: var(--whiteColor);
    color: var(--blackColor);
    position: relative;
    display: block;
    font-weight: 700;
    padding-left: 55px;
    padding-right: 210px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .courses-details-desc .tab-content .courses-curriculum ul li a::before {
    content: "\f12b";
    position: absolute;
    left: 30px;
    top: 13px;
    font-size: 18px;
    font-weight: normal;
    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 .course-item-meta {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .courses-details-desc .tab-content .courses-curriculum ul li a .course-item-meta .duration {
    display: inline-block;
    background: #f7e7e8;
    color: var(--blackColor);
    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 .course-item-meta .count-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 {
    text-align: right;
  }
  .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 ul li {
    border-radius: 0;
    border: none;
  }
  .courses-details-desc .tab-content .courses-curriculum ul li ul li:nth-child(odd) a {
    background-color: #f8f8f8;
  }
  .courses-details-desc .tab-content .courses-curriculum ul li:last-child {
    margin-bottom: 0;
  }
  .courses-details-desc .tab-content .courses-curriculum .section-meta {
    position: relative;
    padding-right: 38px;
    margin-top: 12px;
  }
  .courses-details-desc .tab-content .courses-curriculum .section-meta .step {
    display: inline-block;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: -7px;
  }
  .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-instructor .single-advisor-box .advisor-content h3 {
    font-size: 23px;
  }
  .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .sub-title {
    margin-top: -5px;
  }
  .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a {
    font-size: 15px;
  }
  .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 .review-stars-rated {
    top: 8px;
  }
  .courses-details-desc .tab-content .courses-reviews .review-number {
    margin-top: 6px;
    font-size: 15px;
  }
  .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 .course-rate {
    font-size: 15px;
    position: relative;
    margin-bottom: 18px;
  }
  .courses-details-desc .tab-content .courses-reviews .course-rate span {
    display: block;
  }
  .courses-details-desc .tab-content .courses-reviews .course-rate span:last-child {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
  }
  .courses-details-desc .tab-content .courses-reviews .course-rate .review-bar {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-top: 5px;
  }
  .courses-details-desc .tab-content .courses-reviews .course-rate:last-child {
    margin-bottom: 0;
  }
  .courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(1) .review-bar .rating {
    background-color: #4CAF50;
  }
  .courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(2) .review-bar .rating {
    background-color: #2196F3;
  }
  .courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(3) .review-bar .rating {
    background-color: #00bcd4;
  }
  .courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(4) .review-bar .rating {
    background-color: #ff9800;
  }
  .courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(51) .review-bar .rating {
    background-color: #f1f1f1;
  }
  .courses-details-desc .tab-content #course-reviews {
    margin-top: 40px;
  }
  .courses-details-desc .tab-content #course-reviews .course-review-head {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 12px;
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 800;
  }
  .courses-details-desc .tab-content #course-reviews .course-reviews-list {
    padding-left: 0;
    margin-bottom: 0;
  }
  .courses-details-desc .tab-content #course-reviews .course-reviews-list li {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0 20px 110px;
    position: relative;
    background-color: transparent;
  }
  .courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author {
    position: absolute;
    left: 0;
    top: 20px;
    margin-right: 0;
    float: unset;
  }
  .courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author img {
    width: 90px;
    border-radius: 5px;
  }
  .courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author-info .user-name {
    display: inline-block;
    margin: 0;
    font-size: 19px;
    font-weight: 800;
  }
  .courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author-info .review-stars-rated {
    top: 4px;
    margin-left: 0;
  }
  .courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author-info .review-title {
    margin-bottom: 8px;
    color: var(--blackColor);
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
  }
  .courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-text {
    float: unset;
    width: 100%;
  }
  .courses-details-desc .tab-content .write-a-review.default-btn {
    font-size: 15px;
    padding-top: 12px;
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .courses-details-desc .tab-content .write-a-review.default-btn i {
    top: 14px;
  }
  
  .review-form {
    padding: 40px !important;
  }
  .review-form textarea {
    padding-top: 15px !important;
  }
  .review-form .default-btn i {
    top: 14px;
  }
  
  .courses-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 12px 12px 50px 12px;
    margin-left: 15px;
    margin-top: -240px;
  }
  .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;
    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 .image .video-js {
    width: 340px;
    height: 230px;
  }
  .courses-details-info .image.no-before::before {
    display: none;
  }
  .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 {
    position: absolute;
    left: 0;
    font-weight: normal;
    top: -2px;
    font-size: 20px;
  }
  .courses-details-info .info li.price {
    padding-bottom: 10px;
    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.price .price {
    padding-left: 2px;
  }
  .courses-details-info .info li.price .origin-price {
    text-decoration: line-through;
    color: var(--optionalColor);
    font-size: 16px;
  }
  .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 form {
    display: block;
  }
  .courses-details-info .btn-box .default-btn {
    width: 100%;
    display: block;
    font-weight: 700 !important;
    border-radius: 5px !important;
    height: unset !important;
    line-height: 30px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .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 .label {
    position: relative;
    display: inline-block;
    top: 0 !important;
    background-color: transparent;
    left: 0 !important;
    width: auto;
    height: auto;
    transform: translateY(0);
  }
  .courses-details-info .btn-box .default-btn:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
  }
  .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;
    width: 100%;
  }
  .courses-details-info .courses-share .share-info span {
    display: inline-block;
    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 {
    color: var(--whiteColor);
  }
  .courses-details-info .courses-share .share-info:hover .social-link {
    opacity: 1;
    padding:0;
    visibility: visible;
    bottom: -42px;
  }
  
  .single-course-sidebar {
    padding-left: 15px;
    margin-top: 35px;
  }
  .single-course-sidebar .widget {
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 30px 25px;
    background-color: var(--whiteColor);
  }
  .single-course-sidebar .widget:first-child {
    margin-top: 0;
  }
  .single-course-sidebar .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 10px;
    border-left: 3px dashed #dfdfdf;
    font-size: 22px;
    font-weight: 800;
  }
  .single-course-sidebar .widget .widget-title::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 6px;
  }
  .single-course-sidebar .widget .widget-title::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 19px;
    width: 3px;
    height: 6px;
  }
  .single-course-sidebar .widget ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
  }
  .single-course-sidebar .widget ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #252525;
    padding-left: 18px;
    font-size: 14.5px;
    font-weight: 700;
  }
  .single-course-sidebar .widget ul li:last-child {
    margin-bottom: 0;
  }
  .single-course-sidebar .widget ul li::before {
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 6px;
    position: absolute;
  }
  .single-course-sidebar .widget ul li a:hover .post_count {
    border: 1px solid;
  }
  .single-course-sidebar .widget ul li a .post_count {
    position: absolute;
    right: 0;
    border: 1px solid #eee;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .course-entry {
    margin-bottom: 25px;
    position: relative;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .course-entry:last-child {
    margin-bottom: 0;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-cover {
    margin-bottom: 20px;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a {
    display: block;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a img {
    width: 100%;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-detail a {
    display: inline-block;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-detail h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: var(--transition);
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 5px;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data .course-meta-field {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-top: 10px;
    font-weight: 700;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .widget-footer {
    margin-top: 20px;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .widget-footer a {
    display: inline-block;
    position: relative;
    font-weight: 700;
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .widget-footer a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: var(--transition);
    height: 1px;
    background-color: var(--blackColor);
  }
  .single-course-sidebar .widget_lp-widget-popular-courses .widget-footer .pull-right {
    float: unset;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .course-entry {
    margin-bottom: 25px;
    position: relative;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .course-entry:last-child {
    margin-bottom: 0;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-cover {
    margin-bottom: 20px;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a {
    display: block;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a img {
    width: 100%;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-detail a {
    display: inline-block;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-detail h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: var(--transition);
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 5px;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data .course-meta-field {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    font-weight: 700;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .widget-footer {
    margin-top: 20px;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .widget-footer a {
    display: inline-block;
    position: relative;
    font-weight: 700;
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .widget-footer a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: var(--transition);
    height: 1px;
    background-color: var(--blackColor);
  }
  .single-course-sidebar .widget_lp-widget-featured-courses .widget-footer .pull-right {
    float: unset;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .course-entry {
    margin-bottom: 25px;
    position: relative;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .course-entry:last-child {
    margin-bottom: 0;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-cover {
    margin-bottom: 20px;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a {
    display: block;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a img {
    width: 100%;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-detail a {
    display: inline-block;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-detail h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: var(--transition);
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 5px;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data .course-meta-field {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    font-weight: 700;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .widget-footer {
    margin-top: 20px;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .widget-footer a {
    display: inline-block;
    position: relative;
    font-weight: 700;
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .widget-footer a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: var(--transition);
    height: 1px;
    background-color: var(--blackColor);
  }
  .single-course-sidebar .widget_lp-widget-recent-courses .widget-footer .pull-right {
    float: unset;
  }
  .single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress {
    margin-top: 30px;
  }
  .single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .items-progress {
    margin-bottom: 25px;
    float: unset;
    margin-right: 0;
  }
  .single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .items-progress .lp-course-progress-heading {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 800;
  }
  .single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .items-progress .number {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress {
    float: unset;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress .lp-course-progress-heading {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 800;
  }
  .single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress .number {
    display: block;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress .lp-label {
    margin-bottom: 10px;
  }
  .single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress .lp-label.in-progress {
    background-color: green;
    color: var(--whiteColor);
  }
  .single-course-sidebar .widget_lp-widget-course-progress .course-remaining-time {
    font-weight: 600;
  }
  
  .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;
    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:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .courses-details-header .courses-price {
    text-align: right;
  }
  .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;
    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: "\f12b";
    position: absolute;
    left: 30px;
    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: right;
  }
  .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;
    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: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-image: url(../../assets/img/bg.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;
    text-transform: capitalize;
    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: right;
  }
  .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 {
    position: absolute;
    left: 0;
    font-weight: normal;
    top: -2px;
    font-size: 20px;
  }
  .courses-sidebar-information .info li.price {
    padding-bottom: 10px;
    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;
    width: 100%;
  }
  .courses-sidebar-information .courses-share .share-info span {
    display: inline-block;
    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;
    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 {
    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;
    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;
    margin-top: 7px;
    font-size: 15px;
    font-weight: 600;
  }
  .single-advisor-box .advisor-content p {
    margin-bottom: 0;
    margin-top: 13px;
    margin-bottom: 0;
    margin-top: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .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;
    font-size: 15px;
    color: var(--blackColor);
    position: relative;
    border-radius: 2px;
    background-color: #e1e1e1;
  }
  .single-advisor-box .advisor-content .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .single-advisor-box .advisor-content .social-link li a:hover {
    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);
  }
  
  .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;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: var(--blackColor);
    border-radius: 2px;
    transition: var(--transition);
    background-color: var(--whiteColor);
  }
  .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);
  }
  .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;
    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);
  }
  
  /*================================================
  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;
    border: 1px solid #f1f1f1;
  }
  .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;
  }
  .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 {
    color: var(--whiteColor);
  }
  .start-with-success-box .content h3 {
    font-weight: 800;
    font-size: 24px;
  }
  .start-with-success-box .content span {
    display: block;
    font-size: 15px;
    font-weight: 600;
  }
  
  /*================================================
  Funfacts Area CSS
  =================================================*/
  .funfacts-and-feedback-area {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/img/white-bg.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 {
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
  .funfacts-list .row .col-lg-6:nth-child(2) .single-funfacts-box::before {
    -webkit-animation-duration: 70s;
            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 {
    -webkit-animation-duration: 80s;
            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 {
    -webkit-animation-duration: 90s;
            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;
    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;
  /* 	font-family: georgia !important; */
  /* 	custom changes */
  }
  .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(../../assets/img/funfacts-shape.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .single-funfacts-item {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .single-funfacts-item h3 {
    margin-bottom: 0;
    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;
    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;
  }
  
  /*================================================
  Feedback Area CSS
  =================================================*/
  .feedback-content .sub-title {
    display: block;
    text-transform: uppercase;
    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 {
    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;
  /* 	font-family : 'open sans'; */
  /* 	custom changes */
    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;
    font-size: 17px;
    font-weight: 700;
  }
  .single-feedback-item .client-info .title span {
    display: block;
    color: var(--optionalColor);
    font-size: 14px;
    margin-top: 4px;
  /* 	font-family: 'open sans'; */
  /* 	custom changes */
  }
  .single-feedback-item::after {
    width: 75px;
    height: 75px;
    content: "";
    border-radius: 50%;
    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);
  }
  
  .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);
  }
  
  .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 {
    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;
    -webkit-animation: movescale 4s linear infinite;
            animation: movescale 4s linear infinite;
  }
  .single-testimonials-item .shape-img img.shape-2 {
    left: 0;
    top: 8px;
    z-index: -3;
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .single-testimonials-item .shape-img img.shape-3 {
    left: 20px;
    -webkit-animation: moveleftbounce 4s linear infinite;
            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;
    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);
  }
  
  .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 {
    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;
    -webkit-animation: movescale 4s linear infinite;
            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;
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .single-testimonials-box .shape-img img.shape-3 {
    left: 0;
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
    top: 50px;
    z-index: -2;
    right: 35px;
    margin: 0 auto;
  }
  
  /*================================================
  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%);
    border-radius: 50%;
    color: var(--whiteColor);
  }
  .video-box .video-btn i {
    padding-left: 3px;
  }
  .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;
  }
  .video-box .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
  }
  .video-box .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
            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);
  }
  
  @-webkit-keyframes ripple {
    0% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.75);
      opacity: 1;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
  
  @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;
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  /*================================================
  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: 30px;
    padding-bottom: 30px;
  }
  .get-instant-courses-content .sub-title {
    display: block;
    text-transform: uppercase;
    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;
  }
  
  .shape5 {
    position: absolute;
    left: 5.5%;
    top: 0;
    z-index: -1;
  }
  .shape5 img {
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  .shape6 {
    position: absolute;
    left: -65px;
    bottom: 10%;
  }
  .shape6 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .shape7 {
    position: absolute;
    left: 5%;
    bottom: 38%;
  }
  .shape7 img {
    -webkit-animation: movescale 4s linear infinite;
            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);
    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 {
    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 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 {
    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 .is-countdown {
    border: none;
    background-color: transparent;
  }
  .events-details-image #timer .countdown-section {
    background-color: transparent;
    color: var(--whiteColor);
    width: 130px !important;
    height: 130px !important;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-left: 8px;
    margin-right: 8px;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    display: flex !important;
  }
  .events-details-image #timer .countdown-section .countdown-amount {
    font-size: 50px;
    font-weight: 800;
  }
  .events-details-image #timer .countdown-section .countdown-period {
    display: block;
    margin-top: -6px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
  }
  .events-details-image #timer .countdown-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    opacity: 0.7;
    z-index: -1;
  }
  
  .events-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 35px;
  }
  .events-details-info .form-control {
    background-color: var(--whiteColor);
  }
  .events-details-info h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
  }
  .events-details-info form {
    text-align: center;
  }
  .events-details-info form .wpcf7-form-control-wrap {
    margin-bottom: 5px;
    display: block;
  }
  .events-details-info .default-btn {
    text-transform: capitalize !important;
  }
  .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;
    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: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;
    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 {
    color: var(--whiteColor);
  }
  
  .events-details-location {
    margin-bottom: 40px;
  }
  .events-details-location #map {
    height: 400px;
    width: 100%;
  }
  
  /*================================================
  Blog Area CSS
  =================================================*/
  .blog-area .row .col-lg-8 .row .col-lg-12 .pagination-area {
    margin-top: 25px;
  }
  .blog-area .single-blog-post {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .blog-area .single-blog-post .post-content {
    margin: 0;
    padding: 25px;
  }
  .blog-area .single-blog-post:hover {
    box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
  }
  
  .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);
  }
  .single-blog-post .post-content {
    margin-top: 25px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
  .single-blog-post .post-content .category {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--optionalColor);
    text-transform: uppercase;
    font-size: 14px;
  }
  .single-blog-post .post-content h3 {
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 800;
    font-size: 24px;
  }
  .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 {
    text-transform: capitalize;
    font-size: 15px;
  }
  .single-blog-post .post-content .post-content-footer li i {
    position: absolute;
    left: 7px;
    top: 0;
  }
  .single-blog-post .post-content .post-content-footer li:first-child {
    padding-left: 7px;
  }
  
  .main-blog-post .post-content h3 {
    font-size: 30px;
  }
  
  .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: 7px;
    color: var(--optionalColor);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
  }
  .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 {
    font-size: 15px;
  }
  .single-blog-post-item .post-content .post-content-footer li i {
    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 {
    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: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 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 {
    font-size: 15px;
  }
  .single-blog-post-box .post-content .post-content-footer li i {
    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-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 {
    color: var(--whiteColor);
  }
  
  .blog-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  /*================================================
  Blog Details Area CSS
  =================================================*/
  .blog-details .article-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }
  .blog-details .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 .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-left: 3px !important;
  }
  .blog-details .article-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .blog-details .article-video iframe {
    width: 100%;
    height: 400px;
    border: none !important;
  }
  .blog-details .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  .blog-details .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 .article-content .entry-meta ul li i {
    font-size: 32px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .blog-details .article-content .entry-meta ul li span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
  }
  .blog-details .article-content .entry-meta ul li a {
    display: inline-block;
    font-size: var(--fontSize);
    font-weight: 700;
  }
  .blog-details .article-content .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .blog-details .article-content h3 {
    margin-bottom: 16px;
    margin-top: 28px;
    font-size: 24px;
    font-weight: 800;
  }
  .blog-details .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 .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 .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
  }
  .blog-details .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .blog-details .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
    color: var(--optionalColor);
  }
  .blog-details .article-content .features-list li i {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 1px;
  }
  .blog-details .article-content .features-list li:last-child {
    margin-bottom: 0;
  }
  .blog-details .article-footer {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
  }
  .blog-details .article-footer .article-tags {
    flex: 0 0 50%;
    max-width: 50%;
    color: var(--optionalColor);
  }
  .blog-details .article-footer .article-tags span {
    display: inline-block;
    color: var(--blackColor);
    margin-right: 3px;
    position: relative;
    top: 3px;
    font-size: 20px;
  }
  .blog-details .article-footer .article-tags a {
    display: inline-block;
    font-weight: 700;
  }
  .blog-details .article-footer .article-share {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-details .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
  }
  .blog-details .article-footer .article-share .social li {
    display: inline-block;
  }
  .blog-details .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 700;
    position: relative;
    top: -1px;
  }
  .blog-details .article-footer .article-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    border-radius: 50%;
    color: var(--whiteColor);
    border: 1px solid;
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
  }
  .blog-details .article-footer .article-share .social li a:hover, .blog-details .article-footer .article-share .social li a:focus {
    background-color: transparent;
  }
  .blog-details .article-footer .article-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: var(--whiteColor);
  }
  .blog-details .article-footer .article-share .social li a.facebook:hover, .blog-details .article-footer .article-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
  }
  .blog-details .article-footer .article-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: var(--whiteColor);
  }
  .blog-details .article-footer .article-share .social li a.twitter:hover, .blog-details .article-footer .article-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
  }
  .blog-details .article-footer .article-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: var(--whiteColor);
  }
  .blog-details .article-footer .article-share .social li a.linkedin:hover, .blog-details .article-footer .article-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
  }
  .blog-details .article-footer .article-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: var(--whiteColor);
  }
  .blog-details .article-footer .article-share .social li a.instagram:hover, .blog-details .article-footer .article-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
  }
  .blog-details .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: #fdfcfc;
  }
  .blog-details .article-author .author-profile-header {
    height: 115px;
    border-radius: 5px 5px 0 0;
    background-image: url(../../assets/img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .blog-details .article-author .author-profile {
    padding: 0 25px 25px;
  }
  .blog-details .article-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: -45px;
  }
  .blog-details .article-author .author-profile .author-profile-title img {
    display: inline-block;
    border: 3px solid var(--whiteColor);
    width: 100px;
    height: 100px;
  }
  .blog-details .article-author .author-profile .author-profile-title .author-profile-title-details {
    margin-top: 15px;
  }
  .blog-details .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 .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 !important;
    padding: 50px !important;
    position: relative;
    text-align: center;
    border: none !important;
    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;
    -webkit-animation: fade-up 1.5s infinite linear;
            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;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .ecademy-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 .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;
    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: right;
    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 .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;
    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 .form-submit {
    float: left;
    width: 100%;
  }
  .comments-area .form-submit input {
    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: 700 !important;
    font-size: 14.5px;
  }
  .comments-area .form-submit input:hover, .comments-area .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(../../assets/img/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-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(../../assets/img/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(../../assets/img/become-instructor.jpg);
  }
  .become-instructor-partner-image.bg-image2 {
    background-image: url(../../assets/img/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;
    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;
  }
  
  .shape9 {
    position: absolute;
    left: 10%;
    bottom: 20%;
    z-index: -1;
  }
  .shape9 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .shape11 {
    position: absolute;
    left: 15%;
    top: 18%;
    z-index: -1;
  }
  .shape11 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .shape12 {
    position: absolute;
    bottom: 18%;
    z-index: -1;
    right: 18%;
  }
  .shape12 img {
    -webkit-animation: movescale 4s linear infinite;
            animation: movescale 4s linear infinite;
  }
  
  /*================================================
  Teacher Register Area CSS
  =================================================*/
  .teacher-register-area {
    background-image: url(../../assets/img/teacher-register-bg.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-image: url(../../assets/img/register-shape.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) !important;
    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:-ms-input-placeholder, .teacher-register-box form textarea:-ms-input-placeholder {
    color: #cdcdcd;
    -ms-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:-ms-input-placeholder, .teacher-register-box form textarea:focus:-ms-input-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);
  }
  
  /*================================================
  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;
    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;
  }
  
  .shape8 {
    position: absolute;
    left: 20%;
    top: 25%;
    z-index: -1;
  }
  .shape8 img {
    -webkit-animation: movebounce 5s linear infinite;
            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;
    margin-bottom: -1.5px;
  }
  .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;
  }
  .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;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .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;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    text-align: center;
    max-width: 800px;
  }
  .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: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-bottom: 10px;
    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;
  }
  .page-title-content .tutor-loop-rating-wrap {
    display: inline-block;
  }
  .page-title-content .tutor-rating-count i {
    display: none;
  }
  
  /*================================================
  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;
    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:-ms-input-placeholder {
    color: #999999;
    -ms-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:-ms-input-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;
  }
  
  .shape13 {
    position: absolute;
    left: 22%;
    bottom: 22%;
    z-index: -2;
  }
  .shape13 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .shape14 {
    position: absolute;
    right: 11%;
    bottom: 30%;
    z-index: -1;
  }
  .shape14 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .shape15 {
    position: absolute;
    right: 15%;
    bottom: 15%;
    z-index: -2;
  }
  .shape15 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  /*================================================
  Gallery 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);
  }
  
  /*================================================
  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;
    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: left;
  }
  .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);
  }
  
  /*================================================
  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 !important;
    margin-right: 3px !important;
    font-size: var(--fontSize);
    font-weight: 800;
  }
  .pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
    color: var(--whiteColor);
  }
  .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 {
    color: var(--whiteColor);
  }
  .faq-accordion-tab .tabs li.current a {
    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(../../assets/img/coming-soon-bg.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 .logo h2 {
    margin-top: 0;
  }
  .coming-soon-content #timer {
    margin-top: 40px;
  }
  .coming-soon-content #timer div {
    background-color: var(--blackColor);
    color: var(--whiteColor);
    width: 100px;
    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);
  }
  .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:-ms-input-placeholder {
    color: #A1A1A1;
    -ms-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:-ms-input-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;
    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 .lost-your-password-wrap {
    text-align: right;
  }
  .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: "";
  }
  .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);
    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);
    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;
    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;
    list-style-type: none;
    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;
    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 {
    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-image: url(../../assets/img/register-shape.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) !important;
    background-color: #c22b34 !important;
    height: 50px;
    padding-left: 15px;
    border-radius: 5px;
    font-size: var(--fontSize);
    font-weight: 600;
  /* 	font-family: 'open sans'; */
  /* 	custom changes */
  }
  .contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
    color: var(--whiteColor);
    -moz-transition: var(--transition);
    transition: var(--transition);
  }
  .contact-form form input:-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder {
    color: var(--whiteColor);
    -ms-transition: var(--transition);
    transition: var(--transition);
  }
  .contact-form form input::placeholder, .contact-form form textarea::placeholder {
    color: var(--whiteColor);
    transition: var(--transition);
  }
  .contact-form form input:focus::-moz-placeholder, .contact-form form textarea:focus::-moz-placeholder {
    color: transparent;
  }
  .contact-form form input:focus:-ms-input-placeholder, .contact-form form textarea:focus:-ms-input-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 .wpcf7-not-valid-tip {
    color: var(--whiteColor);
    font-size: 14px;
    margin-top: 4px;
  }
  .contact-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .contact-form .wpcf7-form-control-wrap input.gdpr-term {
    display: inline-block;
    background-color: transparent;
    padding-left: 0;
    border-radius: 0;
    position: relative;
    top: 2px;
    margin-bottom: 0;
    font-weight: normal;
    width: auto;
  }
  .contact-form .wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0 0 0 0;
  }
  .contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: var(--whiteColor);
  }
  .contact-form .wpcf7-list-item-label {
    color: var(--whiteColor);
  }
  .contact-form .wpcf7-list-item-label a {
    color: var(--whiteColor);
    text-decoration: underline;
  }
  
  #map {
    height: 500px;
    width: 100%;
  }
  
  /*================================================
  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 h2 {
    color: var(--whiteColor);
    font-weight: bold;
  }
  .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:last-child {
    margin-bottom: 0;
  }
  .single-footer-widget .social-link {
    padding-left: 0 !important;
    list-style-type: none;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  .single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 3px;
  }
  .single-footer-widget .social-link li::before {
    display: none;
  }
  .single-footer-widget .social-link li:last-child {
    margin-right: 0;
    margin-bottom: 8px !important;
  }
  .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 {
    color: var(--whiteColor) !important;
  }
  .single-footer-widget .footer-contact-info {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style-type: none !important;
  }
  .single-footer-widget .footer-contact-info li {
    margin-bottom: 13px;
    color: #ededed;
    position: relative;
    padding-left: 22px;
  }
  .single-footer-widget .footer-contact-info li::before {
    display: none;
  }
  .single-footer-widget .footer-contact-info li a {
    color: #ededed;
    display: inline-block;
  }
  .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: 6px;
  }
  .single-footer-widget .footer-contact-info li i.bxs-inbox {
    top: 5px;
  }
  .single-footer-widget .nice-select ul li.option {
    color: #0c0c0c !important;
  }
  
  .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 {
    font-weight: 600;
  }
  .footer-bottom-area p a:hover {
    color: var(--whiteColor);
  }
  .footer-bottom-area ul {
    text-align: right;
    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;
    text-transform: capitalize;
  }
  
  .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%, var(--whiteColor) 75%, var(--whiteColor) 100%);
    -webkit-animation: run 7s 0s infinite;
            animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            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 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .lines .line:nth-child(3) {
    margin-left: 25%;
  }
  .lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  
  @-webkit-keyframes run {
    0% {
      top: -50%;
    }
    100% {
      top: 110%;
    }
  }
  
  @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 {
    color: var(--whiteColor);
    transition: var(--transition);
    transform: translateY(-10px);
  }
  
  .bottom-0 .border-bottom {
    border-bottom: 0px !important;
  }
  
  input.gdpr-term {
    height: auto !important;
  }
  
  /*Unit test CSS*/
  .blocks-gallery-caption {
    margin-bottom: 8px;
  }
  
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
  }
  
  .wp-block-calendar table {
    margin-bottom: 0;
  }
  
  .wp-block-calendar {
    margin-bottom: 20px;
  }
  
  .wp-calendar-nav {
    text-align: left;
  }
  
  .wp-block-group__inner-container {
    padding: 30px;
  }
  
  .wp-block-archives-list li span.post-count {
    padding-left: 8px;
    float: right;
  }
  
  .wp-block-categories-dropdown {
    margin-bottom: 20px;
  }
  .wp-block-categories-dropdown select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    font-size: 14px;
    padding: 8px 15px;
    color: #555;
  }
  
  .wp-block-tag-cloud a {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12.5px !important;
    padding: 6px 13px;
    border: 1px solid #eeeeee;
    position: relative;
    color: #393953 !important;
    text-decoration: none !important;
    margin-top: 8px;
    margin-right: 4px;
  }
  .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
    color: var(--whiteColor) !important;
  }
  
  blockquote.has-text-color.has-very-dark-gray-color::before {
    top: 15px;
    z-index: -1;
    font-size: 90px;
    left: 0;
  }
  blockquote.has-text-color.has-very-dark-gray-color:after {
    display: none;
  }
  blockquote.has-text-color.has-very-dark-gray-color p, blockquote.has-text-color.has-very-dark-gray-color cite {
    padding-left: 55px;
  }
  
  .wp-block-search {
    margin-bottom: 30px;
    position: relative;
  }
  .wp-block-search label {
    display: block;
    margin-bottom: 10px;
  }
  .wp-block-search .screen-reader-text {
    display: none;
  }
  .wp-block-search .wp-block-search__input {
    background-color: var(--whiteColor);
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    transition: var(--transition);
  }
  .wp-block-search button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 80px;
    z-index: 1;
    border: none;
    color: var(--whiteColor);
  }
  .wp-block-search button:hover {
    color: var(--whiteColor);
    background: #393953 !important;
  }
  
  .wp-block-code {
    background: #eee;
  }
  
  .nice-select.postform .list {
    display: none;
  }
  
  .nice-select.postform.open .list {
    display: block;
  }
  
  .entry-meta ul {
    padding-left: 0 !important;
    list-style-type: none !important;
    margin-top: 0 !important;
  }
  
  .comment-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .comment-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .comment-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .comment-content h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .comment-content h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .comment-content h6 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .comment-content p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .comment-content p:last-child {
    margin-bottom: 0;
  }
  .comment-content p a {
    text-decoration: underline;
  }
  .comment-content p a:hover {
    text-decoration: none;
  }
  .comment-content .entry-content a {
    text-decoration: underline;
  }
  .comment-content .entry-content a:hover {
    text-decoration: none;
  }
  .comment-content dl, .comment-content ol, .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .comment-content dt {
    margin-bottom: 5px;
    color: #0d1028;
  }
  .comment-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
  }
  .comment-content dd a {
    text-decoration: underline;
  }
  .comment-content dd a:hover {
    text-decoration: none;
  }
  .comment-content ul {
    list-style: disc;
    padding-left: 20px;
  }
  .comment-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .comment-content ul li ul {
    margin: 5px 0 0;
    list-style-type: circle;
  }
  .comment-content ul li ul li {
    list-style-type: circle;
  }
  .comment-content ol {
    padding-left: 20px;
  }
  .comment-content ol li {
    line-height: 1.8;
    margin-bottom: 5px;
    list-style-type: decimal;
  }
  .comment-content ol li ol {
    margin: 5px 0 0;
  }
  .comment-content b, .comment-content strong {
    font-weight: 600;
    color: #212529;
  }
  .comment-content dfn, .comment-content cite, .comment-content em, .comment-content i {
    font-style: italic;
  }
  .comment-content code, .comment-content kbd, .comment-content tt, .comment-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  }
  .comment-content kbd {
    background-color: #676767;
  }
  .comment-content mark, .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
  }
  .comment-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
    background: #fafafa;
  }
  .comment-content abbr, .comment-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
  }
  
  blockquote {
    background-color: var(--whiteColor);
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  
  /* End Template: Comments */
  /* Comments list style */
  #comments {
    clear: both;
    padding: 30px;
    margin-top: 30px;
    list-style: none;
    background-color: var(--whiteColor);
  }
  #comments .comment-list {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
  }
  #comments .comment-list .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #comments .comment-list:before {
    display: none;
  }
  #comments .comment-list .comment-body {
    border-bottom: 1px solid #eee;
    margin-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #comments .comment-list .comment-body .comment-content img {
    margin: 7px 0;
  }
  #comments .comment-list .comment-body .reply {
    margin-top: 15px;
  }
  #comments .comment-list .comment-body .reply a {
    border: 1px solid;
    display: inline-flex;
    padding: 8px 18px;
    line-height: 1;
    border-radius: 0;
    font-size: 12px;
    text-decoration: none;
    background-color: #f1f1f1;
  }
  #comments .comment-list .comment-body .reply a:hover {
    color: var(--whiteColor);
  }
  #comments .comment-author {
    font-size: 16px;
    margin-bottom: 0.4em;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
  }
  #comments .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    top: 5px;
    border-radius: 50%;
  }
  #comments .comment-author .says {
    display: none;
  }
  #comments .comment-author b.fn {
    font-weight: 600;
  }
  #comments .comment-meta {
    margin-bottom: 1em;
  }
  #comments .comment-metadata {
    color: #615b5b;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #comments .comment-metadata a {
    color: #615b5b;
  }
  #comments .comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em;
  }
  #comments .comment-reply-link {
    font-weight: 600;
    position: relative;
  }
  #comments .comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
  }
  #comments .children {
    padding-left: 10px !important;
  }
  #comments .children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px;
  }
  #comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #575757;
    padding: 2px;
  }
  #comments .no-comments,
  #comments .comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
  }
  #comments .comments-pagination {
    margin: 2em 0 3em;
  }
  
  .comments-area .comment-list .comment .comment-respond {
    margin-bottom: 30px;
  }
  
  /* End Comments list style */
  /* Unit test all post style */
  .wp-block-image {
    margin-bottom: 20px;
  }
  .wp-block-image figcaption {
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
    color: var(--optionalColor);
  }
  .wp-block-image figcaption a {
    text-decoration: underline;
  }
  .wp-block-image figcaption a:hover {
    text-decoration: none;
  }
  
  .wp-block-button {
    margin: 20px 0;
    clear: both;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 16px;
    border-radius: 5px;
  }
  .wp-block-button .wp-block-button__link br {
    display: none;
  }
  .wp-block-button .wp-block-button__link:hover {
    background-color: var(--optionalColor);
    color: var(--whiteColor);
  }
  
  .is-style-squared .wp-block-button__link {
    border-radius: 0;
  }
  
  ul.wp-block-gallery.alignleft.columns-2.is-cropped {
    margin-top: 7px !important;
  }
  
  .is-style-outline {
    text-transform: capitalize;
  }
  .is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
  }
  .is-style-outline .wp-block-button__link:hover {
    background-color: transparent !important;
    color: #000;
    border-color: #000;
  }
  
  pre.wp-block-code {
    border: 1px solid #eee;
    padding: 10px 15px;
  }
  
  pre.wp-block-preformatted {
    background-color: #fafafa;
    padding: 20px;
    margin: 20px 0;
  }
  
  .wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;
  }
  .wp-block-pullquote blockquote {
    color: #111;
    border: none;
    margin-right: 0;
    padding-left: 0;
  }
  .wp-block-pullquote blockquote p {
    font-size: 2.25em;
    font-style: italic;
  }
  .wp-block-pullquote blockquote cite {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
    font-size: 15px;
    font-style: normal;
  }
  
  .wp-block-table.is-style-stripes td {
    border-color: #eaeaea;
  }
  
  .wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
  }
  
  .wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .wp-block-media-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-media-text .has-large-font-size {
    font-size: 25px;
    margin-top: 0 !important;
  }
  
  .page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
  }
  .page-links span.page-links-title {
    font-weight: 500;
    font-size: 20px;
    padding-right: 10px;
  }
  .page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: var(--whiteColor);
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 35px;
    color: #0a0c19;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
  }
  .page-links .post-page-numbers:hover {
    color: var(--whiteColor);
  }
  .page-links .current {
    color: var(--whiteColor);
  }
  
  .wp-block-archives-list {
    padding: 0 !important;
  }
  .wp-block-archives-list li {
    list-style: none !important;
  }
  .wp-block-archives-list li a:hover {
    text-decoration: underline;
  }
  
  .wp-block-categories-list {
    padding: 0 !important;
  }
  .wp-block-categories-list li {
    list-style: none !important;
  }
  .wp-block-categories-list li a {
    text-transform: capitalize;
  }
  .wp-block-categories-list li a:hover {
    text-decoration: underline;
  }
  .wp-block-categories-list li span.post-count {
    padding-left: 8px;
    color: var(--optionalColor);
  }
  .wp-block-categories-list li .children li a {
    position: relative;
  }
  .wp-block-categories-list li .children li a::before {
    content: "-";
    position: absolute;
    left: -13px;
    top: -2px;
  }
  
  .wp-block-archives-dropdown {
    margin-bottom: 20px;
  }
  .wp-block-archives-dropdown select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    font-size: 14px;
    padding: 8px 15px;
    color: var(--optionalColor);
  }
  
  .wp-block-latest-comments {
    padding: 0 !important;
  }
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
    font-weight: 500;
    text-decoration: underline;
  }
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
    text-decoration: none;
  }
  
  .wp-block-latest-posts li a {
    font-weight: 500;
  }
  
  .blog-details-area {
    background: #F6F4F7;
  }
  .blog-details-area iframe, .blog-details-area video {
    width: 100%;
  }
  
  .wp-block-gallery {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 15px !important;
  }
  .wp-block-gallery .blocks-gallery-grid {
    padding: 0 !important;
    margin-top: 7px !important;
    margin-bottom: 5px !important;
  }
  
  .wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-cover p.wp-block-cover-text {
    font-weight: 400;
    margin-bottom: 20px !important;
    font-size: 30px !important;
    line-height: 1.5;
    color: var(--whiteColor);
  }
  .wp-block-cover p.wp-block-cover-text strong {
    color: var(--whiteColor);
  }
  
  .wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
  }
  
  .wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
    color: var(--whiteColor);
  }
  
  .wp-block-file a {
    text-decoration: underline;
    font-size: 15px;
  }
  .wp-block-file a:hover {
    text-decoration: none;
  }
  .wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 15px 0 0;
  }
  .wp-block-file .wp-block-file__button:hover {
    background-color: var(--optionalColor) !important;
    color: var(--whiteColor);
  }
  
  .wp-block-quote.is-style-large {
    border: none;
    padding-left: 0;
    margin: 20px 0;
  }
  
  .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
    color: var(--whiteColor);
  }
  .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
    color: var(--whiteColor);
    font-style: normal;
  }
  .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    max-width: 80%;
    background: transparent;
  }
  
  .wp-block-gallery.alignwide {
    width: 100%;
  }
  
  .wp-block-columns.alignwide blockquote, .wp-block-columns.alignwide .blockquote {
    padding: 25px !important;
  }
  
  .wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 15px 0 0;
    color: var(--optionalColor);
  }
  .wp-caption .wp-caption-text a {
    text-decoration: underline;
  }
  .wp-caption .wp-caption-text a:hover {
    text-decoration: none;
  }
  
  .has-very-light-gray-color.has-very-light-gray-color {
    color: var(--whiteColor);
  }
  
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
  
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
  
  .gallery-caption {
    z-index: 99990;
  }
  
  .bypostauthor {
    z-index: 99990;
  }
  
  /* End Unit test all post style */
  /* Post Format: Gallery */
  .gallery {
    margin: 30px -1.1666667% 0;
  }
  
  .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  
  .gallery-icon img {
    margin: 0 auto;
  }
  
  .gallery-caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 10px;
    color: var(--optionalColor);
  }
  
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
    display: none;
  }
  
  /* End Post Format: Gallery */
  /* Pingback style */
  .comments-area .comment-list .trackback .comment-body {
    margin-left: 0 !important;
    font-size: 15px !important;
  }
  .comments-area .comment-list .trackback .comment-body a {
    text-decoration: underline;
    color: red !important;
  }
  .comments-area .comment-list .trackback .comment-body a:hover {
    text-decoration: none;
  }
  .comments-area .comment-list .trackback a.url {
    margin-top: 5px;
    font-size: 14px;
  }
  .comments-area .comment-list .pingback .comment-body {
    margin-left: 0 !important;
    font-size: 15px !important;
  }
  .comments-area .comment-list .pingback .comment-body a {
    color: red !important;
    text-decoration: underline;
  }
  .comments-area .comment-list .pingback .comment-body a:hover {
    text-decoration: none;
  }
  .comments-area .comment-list .pingback a.url {
    margin-top: 5px;
    font-size: 14px;
  }
  
  /* End Pingback style */
  /* Post password form style */
  .post-password-form label {
    font-weight: 600;
    font-size: 15px;
  }
  .post-password-form label input {
    border: 1px solid #ccc;
    height: 45px;
    margin: 0 10px;
    padding: 6px 15px;
    border-radius: 5px;
  }
  .post-password-form input[type=submit] {
    border: 1px solid;
    color: var(--whiteColor);
    height: 45px;
    padding: 5px 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.4s;
  }
  .post-password-form input[type=submit]:hover {
    border: 1px solid;
    color: var(--whiteColor);
    background-color: var(--optionalColor);
  }
  
  /* End Post password form style */
  /* Comment navigation */
  .comment-navigation .nav-links {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .comment-navigation .nav-links .nav-previous {
    float: left;
  }
  .comment-navigation .nav-links .nav-previous a {
    display: inline-block;
    border: 1px solid #ded9d9;
    padding: 7px 18px;
    background: var(--whiteColor);
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.4s;
  }
  .comment-navigation .nav-links .nav-previous a:hover {
    color: var(--whiteColor);
  }
  .comment-navigation .nav-links .nav-next {
    float: right;
  }
  .comment-navigation .nav-links .nav-next a {
    display: inline-block;
    border: 1px solid #ded9d9;
    background: var(--whiteColor);
    padding: 7px 18px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.4s;
  }
  .comment-navigation .nav-links .nav-next a:hover {
    color: var(--whiteColor);
  }
  
  /* End Comment navigation */
  /* Resent posts with thumb */
  .widget_ecademy_posts_thumbs .item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
  }
  .widget_ecademy_posts_thumbs .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .widget_ecademy_posts_thumbs .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
  }
  .widget_ecademy_posts_thumbs .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-position: center center !important;
  }
  .widget_ecademy_posts_thumbs .item .info {
    overflow: hidden;
  }
  .widget_ecademy_posts_thumbs .item .info .title {
    font-size: 13.6px;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
  }
  .widget_ecademy_posts_thumbs .item .info .title a {
    color: #212529;
  }
  .widget_ecademy_posts_thumbs .item .info time {
    display: block;
    font-size: 12px;
    color: #767676;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .widget_ecademy_posts_thumbs .no-thumb .info time {
    margin-top: 0;
  }
  
  /* End Resent posts with thumb */
  /* Unit test pages style
  ====================================================================*/
  /* WP core style */
  .alignnone {
    display: block;
    margin-bottom: 15px;
  }
  
  .aligncenter, div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
  }
  
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption {
    max-width: 100%;
  }
  
  .wp-caption.alignnone {
    margin: 15px auto 10px;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
  }
  
  .wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
  
  .screen-reader-text {
    display: none;
  }
  
  /* End WP core style */
  /* Page Markup And Formatting */
  .page-main-content {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
  }
  .page-main-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .page-main-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .page-main-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .page-main-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .page-main-content h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .page-main-content h6 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .page-main-content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-main-content p:first-child {
    margin-top: 0;
  }
  .page-main-content p img.size-full.wp-image-904.alignright {
    margin: 15px 0 20px 20px;
  }
  .page-main-content .entry-content a {
    text-decoration: underline;
  }
  .page-main-content .entry-content a:hover {
    text-decoration: none;
  }
  .page-main-content footer.entry-footer {
    clear: both;
  }
  .page-main-content footer.entry-footer .edit-link {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }
  .page-main-content dl, .page-main-content ol, .page-main-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-main-content dt {
    margin-bottom: 5px;
    color: #0d1028;
  }
  .page-main-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
  }
  .page-main-content ul {
    list-style: disc;
    padding-left: 20px;
  }
  .page-main-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .page-main-content ul li ul {
    margin: 5px 0 0;
    list-style-type: circle;
  }
  .page-main-content ul li ul li {
    list-style-type: circle;
  }
  .page-main-content ol {
    padding-left: 20px;
  }
  .page-main-content ol li {
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .page-main-content ol li ol {
    margin: 5px 0 0;
  }
  .page-main-content b, .page-main-content strong {
    color: #212529;
  }
  .page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
    font-style: italic;
  }
  .page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  }
  .page-main-content kbd {
    background-color: #616161;
  }
  .page-main-content mark, .page-main-content ins {
    background: #fff9c0;
    text-decoration: none;
  }
  .page-main-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    background: #f1f1f1;
    overflow: auto;
  }
  .page-main-content abbr, .page-main-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
  }
  
  address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
  }
  
  /* End Page Markup And Formatting */
  /* Post search not found form */
  .no-results {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: var(--whiteColor);
    padding: 35px;
  }
  .no-results h1.page-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .no-results form {
    position: relative;
  }
  .no-results form label {
    display: block;
    margin-bottom: 0;
  }
  .no-results form .screen-reader-text {
    display: none;
  }
  .no-results form .search-field {
    background-color: #f6f4f7;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #f6f4f7;
    width: 100%;
    display: block;
    outline: 0;
    transition: var(--transition);
  }
  .no-results form button {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    font-size: 20px;
    line-height: 55px;
    transition: var(--transition);
    border: none;
    color: var(--whiteColor);
    border-radius: 5px;
  }
  .no-results form button:hover {
    background-color: var(--optionalColor);
  }
  
  /* End Post search not found form */
  /* Single footer widget  */
  /* Single footer widget  */
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
  .footer-area .single-footer-widget img.alignnone.size-full {
    margin: 15px 0 30px;
  }
  .footer-area .single-footer-widget h3 {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #192129;
    color: var(--whiteColor);
    font-size: 20px;
  }
  .footer-area .single-footer-widget h3::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1.2px;
    width: 45px;
  }
  .footer-area .single-footer-widget h3 a {
    color: #e4e4e4 !important;
  }
  .footer-area .single-footer-widget p {
    color: #e4e4e4 !important;
      text-align: justify;
  }
  .footer-area .single-footer-widget ul {
    padding-left: 17px;
    list-style-type: none;
    margin: 0;
  }
  .footer-area .single-footer-widget ul li {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.8;
    color: #e4e4e4 !important;
    font-size: 15px;
  }
  .footer-area .single-footer-widget ul li:last-child {
    margin-bottom: 0;
  }
  .footer-area .single-footer-widget ul li::before {
    height: 7px;
    width: 7px;
    content: "";
    left: -17px;
    top: 10px;
    position: absolute;
  }
  .footer-area .single-footer-widget ul li a {
    color: #e4e4e4;
    transition: prop time;
  }
  .footer-area .single-footer-widget ul li a:hover {
    padding-left: 7px;
  }
  .footer-area .single-footer-widget .item .info time {
    color: #d3d3d3;
  }
  .footer-area .single-footer-widget .wp-calendar-nav {
    margin-top: 10px;
  }
  .footer-area .single-footer-widget .wp-calendar-nav .wp-calendar-nav-next {
    float: right;
  }
  .footer-area .single-footer-widget .wp-calendar-nav .wp-calendar-nav-next a {
    color: var(--whiteColor);
  }
  .footer-area .widget_search form {
    position: relative;
  }
  .footer-area .widget_search form .screen-reader-text {
    display: none;
  }
  .footer-area .widget_search form label {
    display: block;
    margin-bottom: 0;
  }
  .footer-area .widget_search form .search-field {
    height: 55px;
    color: var(--blackColor);
    background-color: #eef5f9;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 3px 0 0 18px;
    border: none;
    transition: var(--transition);
    font-size: 14px;
    font-weight: 400;
  }
  .footer-area .widget_search form .search-field::-moz-placeholder {
    color: var(--optionalColor);
    -moz-transition: var(--transition);
    transition: var(--transition);
  }
  .footer-area .widget_search form .search-field:-ms-input-placeholder {
    color: var(--optionalColor);
    -ms-transition: var(--transition);
    transition: var(--transition);
  }
  .footer-area .widget_search form .search-field::placeholder {
    color: var(--optionalColor);
    transition: var(--transition);
  }
  .footer-area .widget_search form .search-field:focus::-moz-placeholder {
    color: transparent;
  }
  .footer-area .widget_search form .search-field:focus:-ms-input-placeholder {
    color: transparent;
  }
  .footer-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
  }
  .footer-area .widget_search form button {
    border: none;
    color: var(--whiteColor);
    height: 45px;
    width: 45px;
    padding: 0;
    position: absolute;
    right: 5px;
    transition: var(--transition);
    border-radius: 5px;
    top: 5px;
    font-size: 20px;
    line-height: 0;
  }
  .footer-area .widget_search form button:hover, .footer-area .widget_search form button:focus {
    background-color: var(--optionalColor);
    color: var(--whiteColor);
  }
  .footer-area select {
    height: 45px;
    border: 1px solid var(--whiteColor);
    width: 100%;
    font-size: 15px;
    color: var(--blackColor);
    padding: 8px 15px;
  }
  .footer-area .nice-select {
    float: unset;
    word-break: break-word;
    width: 100%;
    white-space: inherit;
  }
  .footer-area .nice-select .option {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .footer-area .nice-select ul li::before {
    display: none;
  }
  .footer-area .nice-select ul {
    padding-top: 12px;
  }
  .footer-area .nice-select ul li {
    margin-bottom: 0px;
  }
  .footer-area .nice-select .option.selected.focus {
    display: none;
  }
  .footer-area .nice-select .list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  .footer-area .widget_categories ul li a {
    display: inline-block;
    text-transform: capitalize;
  }
  .footer-area .widget_categories ul li .children {
    margin-top: 10px;
  }
  .footer-area .widget_pages ul li.page_item_has_children > a {
    margin-bottom: 10px;
    display: inline-block;
  }
  .footer-area .widget_pages ul li a {
    text-transform: capitalize;
  }
  .footer-area .widget_rss ul li {
    margin-bottom: 20px;
  }
  .footer-area .widget_rss ul li::before {
    top: 10px;
  }
  .footer-area .widget_rss ul li:last-child {
    margin-bottom: 0;
  }
  .footer-area .widget_rss ul li .rsswidget {
    display: block;
    font-weight: 700;
    font-size: 17px;
    color: #e4e4e4 !important;
    transition: prop time;
  }
  .footer-area .widget_rss ul li .rsswidget:hover {
    padding-left: 7px;
  }
  .footer-area .widget_rss ul li .rss-date {
    font-size: 12px;
    margin: 7px 0 10px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #e4e4e4 !important;
  }
  .footer-area .widget_rss ul li cite {
    color: #e4e4e4 !important;
    display: block;
    margin-top: 10px;
    font-style: normal;
  }
  .footer-area .widget_rss ul li .rssSummary {
    color: #e4e4e4 !important;
  }
  .footer-area .tagcloud a {
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px 12px;
    font-size: 14px !important;
    margin: 5px 5px 5px 0;
    text-transform: capitalize;
    background: var(--whiteColor);
    transition: 0.4s;
  }
  .footer-area .tagcloud a:hover {
    color: var(--whiteColor);
  }
  .footer-area .widget_text p {
    margin-top: 5px;
  }
  .footer-area .widget_text p:first-child {
    margin-top: 0;
  }
  .footer-area .widget_text p strong {
    font-size: 14px;
  }
  .footer-area .widget_text p img {
    margin: 10px 0;
    max-width: 100%;
    width: auto;
  }
  .footer-area .calendar_wrap table {
    text-align: center;
    margin: 0;
    background: var(--whiteColor);
  }
  .footer-area .calendar_wrap table caption {
    color: var(--whiteColor);
  }
  .footer-area .calendar_wrap table th, .footer-area .calendar_wrap table td {
    font-size: 14px;
    padding: 8px 5px;
  }
  .footer-area .calendar_wrap table th a, .footer-area .calendar_wrap table td a {
    text-decoration: none;
  }
  .footer-area .calendar_wrap table #today {
    background-color: #eee;
    font-weight: 600;
  }
  .footer-area .calendar_wrap table #today a {
    text-decoration: none;
  }
  .footer-area .calendar_wrap table #prev, .footer-area .calendar_wrap table #next {
    font-size: 14px;
  }
  .footer-area .calendar_wrap table #prev a, .footer-area .calendar_wrap table #next a {
    text-decoration: none;
  }
  .footer-area .calendar_wrap caption {
    caption-side: top;
    font-weight: 600;
    padding: 0 0 15px;
    line-height: 1;
    color: #e4e4e4;
    font-size: 1;
    font-size: 15px;
  }
  .footer-area .calendar_wrap .wp-calendar-nav-prev a {
    color: var(--whiteColor);
  }
  .footer-area .widget_nav_menu .sub-menu {
    margin-top: 8px;
  }
  .footer-area .widget_recent_comments .recentcomments .comment-author-link {
    font-size: 14px;
  }
  .footer-area .widget_recent_comments .recentcomments a {
    color: #e4e4e4 !important;
  }
  .footer-area .widget_media_gallery .gallery {
    margin: 0;
  }
  .footer-area .widget_media_gallery .gallery .gallery-item {
    margin: 0;
  }
  .footer-area .widget_recent_entries ul li {
    line-height: 1.5;
  }
  .footer-area .widget_recent_entries ul li a {
    font-weight: 700;
    font-size: 14px;
    color: #e4e4e4 !important;
  }
  .footer-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: var(--whiteColor);
    text-transform: uppercase;
    margin-top: 5px;
  }
  .footer-area span.post-count {
    float: right;
    color: #e4e4e4 !important;
  }
  .footer-area img.rss-widget-icon {
    margin-top: -5px;
  }
  .footer-area .nice-select {
    height: 50px;
  }
  .footer-area .nice-select .current {
    display: block;
    padding-top: 5px;
  }
  .footer-area .nice-select ul li {
    text-transform: capitalize;
  }
  
  /* Sticky Post */
  .sticky .single-blog-post .post-content {
    padding-left: 60px;
    border: 1px solid var(--blackColor);
    background-color: var(--blackColor);
  }
  .sticky .single-blog-post .post-content h3 {
    color: var(--whiteColor);
    position: relative;
  }
  .sticky .single-blog-post .post-content h3::before {
    font-family: "boxicons" !important;
    content: "\eb84";
    position: absolute;
    left: -40px;
    top: 0;
    color: var(--whiteColor);
    font-size: 30px;
    font-weight: normal;
  }
  .sticky .single-blog-post .post-content h3 a {
    color: var(--whiteColor);
  }
  .sticky .single-blog-post .post-content p {
    color: var(--whiteColor);
  }
  .sticky .single-blog-post .post-content .post-meta li {
    color: var(--whiteColor);
  }
  .sticky .single-blog-post .post-content .category {
    color: var(--whiteColor);
  }
  .sticky .single-blog-post .post-content .post-content-footer li {
    color: var(--whiteColor);
  }
  .sticky .single-blog-post .post-content .post-content-footer li a {
    color: var(--whiteColor);
  }
  
  /* End Sticky Post */
  /* Entry meta */
  .entry-meta ul {
    padding-left: 0 !important;
    margin-bottom: 0;
    list-style-type: none;
    margin-top: 0 !important;
  }
  .entry-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    color: var(--optionalColor) !important;
    font-weight: 600;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 45px;
  }
  .entry-meta ul li i {
    font-size: 20px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .entry-meta ul li span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
  }
  .entry-meta ul li a {
    display: inline-block;
    color: var(--blackColor);
    text-decoration: none !important;
    text-transform: capitalize;
  }
  .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  
  /* End Entry meta */
  /* Widget sidebar */
  .sidebar {
    padding-left: 15px;
  }
  .sidebar .widget {
    margin-top: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
    background-color: var(--whiteColor);
  }
  .sidebar .widget:first-child {
    margin-top: 0;
  }
  .sidebar .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 10px;
    border-left: 3px dashed #dfdfdf;
    font-size: 22px;
    font-weight: 800;
  }
  .sidebar .widget .widget-title::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 6px;
  }
  .sidebar .widget .widget-title::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 19px;
    width: 3px;
    height: 6px;
  }
  .sidebar .widget ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
  }
  .sidebar .widget ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #252525;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 600;
  }
  .sidebar .widget ul li:last-child {
    margin-bottom: 0;
  }
  .sidebar .widget ul li::before {
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 6px;
    position: absolute;
  }
  .sidebar .widget ul li a:hover .post_count {
    border: 1px solid;
  }
  .sidebar .widget ul li a .post_count {
    position: absolute;
    right: 0;
    border: 1px solid #eee;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }
  .sidebar .widget_search form {
    position: relative;
  }
  .sidebar .widget_search form .screen-reader-text {
    display: none;
  }
  .sidebar .widget_search form label {
    display: block;
    margin-bottom: 0;
  }
  .sidebar .widget_search form .search-field {
    height: 55px;
    color: var(--blackColor);
    background-color: #eef5f9;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
    border: none;
    transition: var(--transition);
    font-size: 15px;
    font-weight: 500;
  }
  .sidebar .widget_search form .search-field::-moz-placeholder {
    color: var(--optionalColor);
    -moz-transition: var(--transition);
    transition: var(--transition);
  }
  .sidebar .widget_search form .search-field:-ms-input-placeholder {
    color: var(--optionalColor);
    -ms-transition: var(--transition);
    transition: var(--transition);
  }
  .sidebar .widget_search form .search-field::placeholder {
    color: var(--optionalColor);
    transition: var(--transition);
  }
  .sidebar .widget_search form .search-field:focus::-moz-placeholder {
    color: transparent;
  }
  .sidebar .widget_search form .search-field:focus:-ms-input-placeholder {
    color: transparent;
  }
  .sidebar .widget_search form .search-field:focus::placeholder {
    color: transparent;
  }
  .sidebar .widget_search form button {
    border: none;
    color: var(--whiteColor);
    height: 45px;
    width: 45px;
    padding: 0;
    position: absolute;
    right: 5px;
    transition: var(--transition);
    border-radius: 5px;
    top: 5px;
    font-size: 20px;
    line-height: 0;
  }
  .sidebar .widget_search form button:hover, .sidebar .widget_search form button:focus {
    color: var(--whiteColor);
  }
  .sidebar select {
    height: 50px;
    border: 1px solid #eee;
    width: 100%;
    color: var(--optionalColor);
    font-size: 13.5px;
    padding: 8px 15px;
  }
  .sidebar .nice-select {
    float: unset;
    word-break: break-word;
    width: 100%;
    white-space: inherit;
    font-weight: 500;
    border: 1.5px solid #e8e8e8;
    height: 50px;
    padding: 3px 20px;
  }
  .sidebar .nice-select .option.selected.focus {
    display: none;
  }
  .sidebar .nice-select .list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  .sidebar .nice-select .list li {
    min-height: auto;
    margin: 0;
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize;
  }
  .sidebar .nice-select .list li::before {
    display: none;
  }
  .sidebar .widget_categories ul li a {
    text-transform: capitalize;
  }
  .sidebar .widget_categories ul li .children {
    margin-top: 10px;
  }
  .sidebar .widget_pages ul li.page_item_has_children > a {
    margin-bottom: 10px;
    display: inline-block;
  }
  .sidebar .widget_pages ul li a {
    text-transform: capitalize;
  }
  .sidebar .widget_rss ul li {
    margin-bottom: 20px;
  }
  .sidebar .widget_rss ul li::before {
    top: 10px;
  }
  .sidebar .widget_rss ul li:last-child {
    margin-bottom: 0;
  }
  .sidebar .widget_rss ul li .rsswidget {
    display: block;
    color: #222222;
    font-weight: 700;
    font-size: 15px;
    transition: var(--transition);
  }
  .sidebar .widget_rss ul li .rss-date {
    font-size: 13px;
    margin: 8px 0 10px;
    display: block;
  }
  .sidebar .widget_rss ul li .rssSummary {
    color: var(--optionalColor);
    line-height: 25px;
    font-size: 14px;
  }
  .sidebar .widget_rss ul li cite {
    font-weight: 700;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #222;
    font-size: 13.5px;
  }
  .sidebar .tagcloud a {
    border: 1px solid #eee;
    padding: 6px 12px;
    font-size: 13px !important;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
    margin-right: 4px;
    text-transform: capitalize;
    transition: 0.4s;
  }
  .sidebar .tagcloud a:hover {
    color: var(--whiteColor);
  }
  .sidebar .widget_text p img {
    margin: 10px 0;
  }
  .sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 13px;
  }
  .sidebar .calendar_wrap table {
    margin: 0;
    text-align: center;
  }
  .sidebar .calendar_wrap table th, .sidebar .calendar_wrap table td {
    font-size: 14px;
    padding: 8px 5px;
  }
  .sidebar .calendar_wrap table th a, .sidebar .calendar_wrap table td a {
    text-decoration: none;
  }
  .sidebar .calendar_wrap table #today {
    background-color: #eee;
    font-weight: 600;
  }
  .sidebar .calendar_wrap caption {
    padding-top: 0;
    color: #393d40;
    caption-side: top;
    font-weight: 700;
  }
  .sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
  }
  .sidebar .widget_nav_menu ul li {
    font-weight: 600;
  }
  .sidebar .widget_recent_comments .recentcomments {
    color: #696969;
    font-weight: 700;
  }
  .sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-size: 14.5px;
  }
  .sidebar .widget_media_gallery .gallery {
    margin: 0;
  }
  .sidebar .widget_media_gallery .gallery .gallery-item {
    margin: 0;
  }
  .sidebar .widget_recent_entries ul li a {
    font-weight: 700;
  }
  .sidebar .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 14px;
    color: #767676;
    margin-top: 2px;
  }
  .sidebar p {
    font-size: 14px;
  }
  .sidebar span.post-count {
    float: right;
    font-size: 13px;
  }
  .sidebar .widget_lp-widget-popular-courses .course-entry {
    margin-bottom: 25px;
    position: relative;
  }
  .sidebar .widget_lp-widget-popular-courses .course-entry:last-child {
    margin-bottom: 0;
  }
  .sidebar .widget_lp-widget-popular-courses .course-entry .course-cover {
    margin-bottom: 20px;
  }
  .sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a {
    display: block;
  }
  .sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a img {
    width: 100%;
  }
  .sidebar .widget_lp-widget-popular-courses .course-entry .course-detail a {
    display: inline-block;
  }
  .sidebar .widget_lp-widget-popular-courses .course-entry .course-detail h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: var(--transition);
  }
  .sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 5px;
  }
  .sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data .course-meta-field {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-top: 10px;
    font-weight: 700;
  }
  .sidebar .widget_lp-widget-popular-courses .widget-footer {
    margin-top: 20px;
  }
  .sidebar .widget_lp-widget-popular-courses .widget-footer a {
    display: inline-block;
    position: relative;
    font-weight: 700;
  }
  .sidebar .widget_lp-widget-popular-courses .widget-footer a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: var(--transition);
    height: 1px;
    background-color: var(--blackColor);
  }
  .sidebar .widget_lp-widget-popular-courses .widget-footer .pull-right {
    float: unset;
  }
  .sidebar .widget_lp-widget-featured-courses .course-entry {
    margin-bottom: 25px;
    position: relative;
  }
  .sidebar .widget_lp-widget-featured-courses .course-entry:last-child {
    margin-bottom: 0;
  }
  .sidebar .widget_lp-widget-featured-courses .course-entry .course-cover {
    margin-bottom: 20px;
  }
  .sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a {
    display: block;
  }
  .sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a img {
    width: 100%;
  }
  .sidebar .widget_lp-widget-featured-courses .course-entry .course-detail a {
    display: inline-block;
  }
  .sidebar .widget_lp-widget-featured-courses .course-entry .course-detail h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: var(--transition);
  }
  .sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 5px;
  }
  .sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data .course-meta-field {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    font-weight: 700;
  }
  .sidebar .widget_lp-widget-featured-courses .widget-footer {
    margin-top: 20px;
  }
  .sidebar .widget_lp-widget-featured-courses .widget-footer a {
    display: inline-block;
    position: relative;
    font-weight: 700;
  }
  .sidebar .widget_lp-widget-featured-courses .widget-footer a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: var(--transition);
    height: 1px;
    background-color: var(--blackColor);
  }
  .sidebar .widget_lp-widget-featured-courses .widget-footer .pull-right {
    float: unset;
  }
  .sidebar .widget_lp-widget-recent-courses .course-entry {
    margin-bottom: 25px;
    position: relative;
  }
  .sidebar .widget_lp-widget-recent-courses .course-entry:last-child {
    margin-bottom: 0;
  }
  .sidebar .widget_lp-widget-recent-courses .course-entry .course-cover {
    margin-bottom: 20px;
  }
  .sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a {
    display: block;
  }
  .sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a img {
    width: 100%;
  }
  .sidebar .widget_lp-widget-recent-courses .course-entry .course-detail a {
    display: inline-block;
  }
  .sidebar .widget_lp-widget-recent-courses .course-entry .course-detail h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: var(--transition);
  }
  .sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 5px;
  }
  .sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data .course-meta-field {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    font-weight: 700;
  }
  .sidebar .widget_lp-widget-recent-courses .widget-footer {
    margin-top: 20px;
  }
  .sidebar .widget_lp-widget-recent-courses .widget-footer a {
    display: inline-block;
    position: relative;
    font-weight: 700;
  }
  .sidebar .widget_lp-widget-recent-courses .widget-footer a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: var(--transition);
    height: 1px;
    background-color: var(--blackColor);
  }
  .sidebar .widget_lp-widget-recent-courses .widget-footer .pull-right {
    float: unset;
  }
  .sidebar .wp-calendar-nav {
    margin-top: 10px;
  }
  .sidebar .wp-calendar-nav .wp-calendar-nav-next {
    float: right;
  }
  
  /* HTML Tags and Formatting */
  .blog-details .blog-details-content {
    padding: 30px;
    overflow: hidden;
    background-color: var(--whiteColor);
  }
  .blog-details .blog-details-content .entry-meta {
    margin-bottom: 10px;
  }
  .blog-details .blog-details-content .entry-meta ul {
    margin-bottom: 10px;
  }
  .blog-details .blog-details-content .entry-meta li {
    padding-left: 30px;
  }
  .blog-details .blog-details-content .entry-meta li a {
    color: var(--optionalColor);
  }
  .blog-details .blog-details-content .nice-select {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
  }
  .blog-details .blog-details-content .nice-select .current {
    padding-top: 5px;
    display: block;
  }
  .blog-details .blog-details-content .nice-select ul {
    padding-left: 0;
    margin-top: 0;
  }
  .blog-details .blog-details-content .nice-select ul li {
    list-style-type: none;
    padding: 5px 15px;
    margin: 0;
    min-height: auto;
  }
  .blog-details .blog-details-content h1 {
    font-size: 35px;
    margin-bottom: 13px;
    font-weight: 800;
  }
  .blog-details .blog-details-content h2 {
    font-size: 30px;
    margin-bottom: 13px;
    font-weight: 800;
  }
  .blog-details .blog-details-content h3 {
    font-size: 25px;
    margin-bottom: 13px;
    font-weight: 800;
  }
  .blog-details .blog-details-content h4 {
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 800;
  }
  .blog-details .blog-details-content h5 {
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: 800;
  }
  .blog-details .blog-details-content h6 {
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: 800;
  }
  .blog-details .blog-details-content p a {
    text-decoration: underline;
  }
  .blog-details .blog-details-content p a:hover {
    text-decoration: none;
  }
  .blog-details .blog-details-content .entry-content a {
    text-decoration: underline;
  }
  .blog-details .blog-details-content .entry-content a:hover {
    text-decoration: none;
  }
  .blog-details .blog-details-content dl, .blog-details .blog-details-content ol, .blog-details .blog-details-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-details .blog-details-content dt {
    margin-bottom: 5px;
    color: #0d1028;
  }
  .blog-details .blog-details-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
  }
  .blog-details .blog-details-content dd a {
    text-decoration: underline;
  }
  .blog-details .blog-details-content dd a:hover {
    text-decoration: none;
  }
  .blog-details .blog-details-content ul {
    list-style: disc;
    padding-left: 20px;
  }
  .blog-details .blog-details-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .blog-details .blog-details-content ul li a {
    text-decoration: underline;
  }
  .blog-details .blog-details-content ul li a:hover {
    text-decoration: none;
  }
  .blog-details .blog-details-content ul li ol {
    margin: 5px 0 0;
    list-style-type: decimal;
  }
  .blog-details .blog-details-content ul li ol li {
    list-style-type: decimal;
  }
  .blog-details .blog-details-content ul li ul {
    margin: 5px 0 0;
    list-style-type: circle;
  }
  .blog-details .blog-details-content ul li ul li {
    list-style-type: circle;
  }
  .blog-details .blog-details-content ul li ul li ol {
    list-style-type: decimal;
  }
  .blog-details .blog-details-content ul li ul li ol li {
    list-style-type: decimal;
  }
  .blog-details .blog-details-content ol {
    padding-left: 20px;
  }
  .blog-details .blog-details-content ol li {
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .blog-details .blog-details-content ol li a {
    text-decoration: underline;
  }
  .blog-details .blog-details-content ol li a:hover {
    text-decoration: none;
  }
  .blog-details .blog-details-content ol li ol, .blog-details .blog-details-content ol li ul {
    margin: 5px 0 0;
  }
  .blog-details .blog-details-content b, .blog-details .blog-details-content strong {
    color: var(--blackColor);
  }
  .blog-details .blog-details-content dfn, .blog-details .blog-details-content cite, .blog-details .blog-details-content em {
    font-style: italic;
  }
  .blog-details .blog-details-content code, .blog-details .blog-details-content kbd, .blog-details .blog-details-content tt, .blog-details .blog-details-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  }
  .blog-details .blog-details-content kbd {
    background-color: #676767;
    color: var(--whiteColor);
  }
  .blog-details .blog-details-content mark, .blog-details .blog-details-content ins {
    background: #fff9c0;
    text-decoration: none;
  }
  .blog-details .blog-details-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
  }
  .blog-details .blog-details-content abbr, .blog-details .blog-details-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
  }
  .blog-details .blog-details-content .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: #f8f8f8;
  }
  .blog-details .blog-details-content .article-author .author-profile-header {
    height: 115px;
    border-radius: 5px 5px 0 0;
    background-image: url(../../assets/img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .blog-details .blog-details-content .article-author .author-profile {
    padding: 0 25px 25px;
  }
  .blog-details .blog-details-content .article-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: -45px;
  }
  .blog-details .blog-details-content .article-author .author-profile .author-profile-title img {
    display: inline-block;
    border: 3px solid var(--whiteColor);
    width: 100px;
    height: 100px;
  }
  .blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details {
    margin-top: 20px;
  }
  .blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
    margin-bottom: -5px;
    font-size: 18px;
    font-weight: 800;
  }
  .blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
    color: var(--optionalColor);
    font-size: 14px;
  }
  .blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-ecademy-profile a {
    color: var(--blackColor);
    padding: 5px 12px 4px;
    border-radius: 2px;
    background-color: var(--whiteColor);
    font-size: 13px;
    font-weight: 500;
  }
  .blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-ecademy-profile a:hover, .blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-ecademy-profile a:focus {
    color: var(--whiteColor);
  }
  
  /* End HTML Tags and Formatting */
  /* Template: Comments */
  .comments-area {
    background-color: var(--whiteColor);
    padding: 25px;
  }
  .comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 800;
  }
  .comments-area .comments-title::before {
    content: "";
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .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 solid #eeeeee;
    padding-left: 0;
    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 {
    display: inline-block;
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
  }
  .comments-area .comment-body .reply a:hover {
    color: var(--whiteColor);
  }
  .comments-area .comment-meta {
    margin-bottom: 0.8em;
  }
  .comments-area .comment-author {
    font-size: 15px;
    margin-bottom: 0.4em;
    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: 700;
  }
  .comments-area .comment-author .says {
    display: none;
  }
  .comments-area .comment-metadata {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
  }
  .comments-area .comment-content p {
    font-size: 14px;
  }
  .comments-area .comment-respond .comment-reply-title {
    margin: 0;
    position: relative;
    font-size: 22px;
    font-weight: 800;
  }
  .comments-area .comment-respond .comment-reply-title::before {
    content: "";
    height: 20px;
    width: 2px;
    left: -30px;
    position: absolute;
    top: 2px;
  }
  .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 15px;
    display: inline-block;
    color: var(--mainColor);
    margin-left: 10px;
  }
  .comments-area .comment-respond .logged-in-as a {
    font-weight: 500;
    font-size: 15px;
  }
  .comments-area .comment-respond .comment-form {
    overflow: hidden;
  }
  .comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .comments-area .comment-respond .comment-notes .required {
    color: red;
  }
  .comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
  }
  .comments-area .comment-respond label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    color: var(--blackColor);
  }
  .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: 0 0 0 15px;
    height: 50px;
    outline: 0;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  .comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
  }
  .comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
  }
  .comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    font-weight: normal;
  }
  .comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
  }
  
  .comments-area .comments-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 10px;
  }
  .comments-area .comments-title::before {
    content: "";
    height: 24px;
    width: 3px;
    left: -32px;
    position: absolute;
  }
  .comments-area .comment-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .comments-area .comment-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .comments-area .comment-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .comments-area .comment-content h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .comments-area .comment-content h5 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .comments-area .comment-content h6 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .comments-area .comment-content p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .comments-area .comment-content p:last-child {
    margin-bottom: 0;
  }
  .comments-area .comment-content p a {
    text-decoration: underline;
  }
  .comments-area .comment-content p a:hover {
    text-decoration: none;
  }
  .comments-area .comment-content .entry-content a {
    text-decoration: underline;
  }
  .comments-area .comment-content .entry-content a:hover {
    text-decoration: none;
  }
  .comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .comments-area .comment-content dt {
    margin-bottom: 5px;
    color: #0d1028;
  }
  .comments-area .comment-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
  }
  .comments-area .comment-content dd a {
    text-decoration: underline;
  }
  .comments-area .comment-content dd a:hover {
    text-decoration: none;
  }
  .comments-area .comment-content ul {
    list-style: disc;
    padding-left: 20px;
  }
  .comments-area .comment-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .comments-area .comment-content ul li ul {
    margin: 5px 0 0;
    list-style-type: circle;
  }
  .comments-area .comment-content ul li ul li {
    list-style-type: circle;
  }
  .comments-area .comment-content ol {
    padding-left: 20px;
  }
  .comments-area .comment-content ol li {
    line-height: 1.8;
    margin-bottom: 5px;
    list-style-type: decimal;
  }
  .comments-area .comment-content ol li ol {
    margin: 5px 0 0;
  }
  .comments-area .comment-content b, .comments-area .comment-content strong {
    font-weight: 800;
    color: #212529;
  }
  .comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
    font-style: italic;
  }
  .comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  }
  .comments-area .comment-content kbd {
    background-color: #676767;
  }
  .comments-area .comment-content mark, .comments-area .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
  }
  .comments-area .comment-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
    background: #fafafa;
  }
  .comments-area .comment-content abbr, .comments-area .comment-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
  }
  .comments-area blockquote {
    background-color: var(--whiteColor);
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  
  /* End Template: Comments */
  /* Comment form */
  .comment-respond .comment-reply-title {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 10px;
  }
  .comment-respond .comment-reply-title::before {
    content: "";
    height: 24px;
    width: 3px;
    left: -32px;
    position: absolute;
  }
  .comment-respond form {
    overflow: hidden;
  }
  .comment-respond form label {
    display: block;
    font-weight: 500;
    color: #444967;
    margin-bottom: 10px;
  }
  .comment-respond input[type=date], .comment-respond input[type=time], .comment-respond input[type=datetime-local], .comment-respond input[type=week], .comment-respond input[type=month], .comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=url], .comment-respond input[type=password], .comment-respond input[type=search], .comment-respond input[type=tel], .comment-respond input[type=number], .comment-respond textarea {
    background-image: none;
    background-color: var(--whiteColor);
    border: 1px solid #eee;
    border-radius: 0;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
    height: 45px;
  }
  .comment-respond textarea {
    height: auto !important;
    padding-top: 15px !important;
    padding-left: 15px !important;
  }
  .comment-respond .form-submit {
    text-align: left;
    margin-top: 0;
  }
  .comment-respond .form-submit input {
    border: 1px solid;
    color: var(--whiteColor);
    padding: 8px 22px 7px !important;
    display: inline-block;
    font-weight: 800 !important;
    cursor: pointer;
    font-size: 14.5px;
    border-radius: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: var(--transition);
  }
  .comment-respond .form-submit input:hover {
    background-color: #000;
    border: 1px solid #000;
    color: var(--whiteColor);
  }
  .comment-respond input:focus, .comment-respond textarea:focus {
    outline: 0;
    border: 0;
  }
  .comment-respond p {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 25px;
  }
  .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
  }
  .comment-respond p.comment-notes {
    line-height: 25px;
    font-size: 14px;
    margin-top: 5px;
  }
  .comment-respond p.comment-form-comment {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .comment-respond p.comment-form-author {
    width: 50%;
    float: left;
    padding-right: 12px;
    margin-bottom: 0;
  }
  .comment-respond p.comment-form-email {
    width: 50%;
    float: left;
    padding-left: 12px;
    margin-bottom: 0;
  }
  .comment-respond p.comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .comment-respond p.comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
  }
  .comment-respond p.comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .comment-respond p.form-submit {
    float: left;
    width: 100%;
  }
  .comment-respond p.logged-in-as {
    line-height: 26px;
    font-size: 15px;
    margin-top: 15px !important;
    margin-bottom: 10px;
  }
  .comment-respond p.logged-in-as a {
    text-decoration: underline;
    font-size: 13.5px;
  }
  .comment-respond p.logged-in-as a:hover {
    text-decoration: none;
  }
  .comment-respond .required {
    color: red;
  }
  
  /* End Comment form */
  /* Unit test all post style */
  .wp-block-image {
    margin-bottom: 20px;
  }
  .wp-block-image figcaption {
    font-size: 15px;
    margin-top: 14px;
    text-align: center;
    color: var(--optionalColor);
    margin-bottom: 0;
  }
  .wp-block-image figcaption a {
    text-decoration: underline;
  }
  .wp-block-image figcaption a:hover {
    text-decoration: none;
  }
  
  .wp-block-button {
    margin: 20px 0;
    clear: both;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 16px;
    border-radius: 5px;
  }
  .wp-block-button .wp-block-button__link br {
    display: none;
  }
  .wp-block-button .wp-block-button__link:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
  }
  
  .is-style-squared .wp-block-button__link {
    border-radius: 0;
  }
  
  ul.wp-block-gallery.alignleft.columns-2.is-cropped {
    margin-top: 7px !important;
  }
  
  .is-style-outline {
    text-transform: capitalize;
  }
  .is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
  }
  .is-style-outline .wp-block-button__link:hover {
    background-color: transparent !important;
    color: #000;
    border-color: #000;
  }
  
  pre.wp-block-code {
    border: 1px solid #eee;
    padding: 10px 15px;
  }
  
  pre.wp-block-preformatted {
    background-color: #fafafa;
    padding: 20px;
    margin: 20px 0;
  }
  
  .wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;
  }
  .wp-block-pullquote blockquote {
    color: #111;
    border: none;
    margin-right: 0;
    padding-left: 0;
  }
  .wp-block-pullquote blockquote p {
    font-size: 2.25em;
    font-style: italic;
  }
  .wp-block-pullquote blockquote cite {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
    font-size: 15px;
    font-style: normal;
  }
  
  .wp-block-table.is-style-stripes td {
    border-color: #eaeaea;
  }
  
  .wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
  }
  
  .wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .wp-block-media-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-media-text .has-large-font-size {
    font-size: 25px;
    margin-top: 0 !important;
  }
  
  .page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
  }
  .page-links span.page-links-title {
    font-weight: 500;
    font-size: 20px;
    padding-right: 10px;
  }
  .page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: var(--whiteColor);
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 35px;
    color: #0a0c19;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
  }
  .page-links .post-page-numbers:hover {
    color: var(--whiteColor);
  }
  .page-links .current {
    color: var(--whiteColor);
  }
  
  .wp-block-archives-list {
    padding: 0 !important;
  }
  .wp-block-archives-list li {
    list-style: none !important;
  }
  .wp-block-archives-list li a:hover {
    text-decoration: underline;
  }
  
  .wp-block-categories-list {
    padding: 0 !important;
  }
  .wp-block-categories-list li {
    list-style: none !important;
  }
  .wp-block-categories-list li a {
    text-transform: capitalize;
  }
  .wp-block-categories-list li a:hover {
    text-decoration: underline;
  }
  .wp-block-categories-list li span.post-count {
    padding-left: 8px;
    color: var(--optionalColor);
  }
  .wp-block-categories-list li .children li a {
    position: relative;
  }
  .wp-block-categories-list li .children li a::before {
    content: "-";
    position: absolute;
    left: -13px;
    top: -2px;
  }
  
  .wp-block-archives-dropdown {
    margin-bottom: 20px;
  }
  .wp-block-archives-dropdown select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    font-size: 14px;
    padding: 8px 15px;
    color: var(--optionalColor);
  }
  
  .wp-block-latest-comments {
    padding: 0 !important;
  }
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
    font-weight: 500;
    text-decoration: underline;
  }
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
    text-decoration: none;
  }
  
  .wp-block-latest-posts li a {
    font-weight: 500;
  }
  
  .blog-details-area {
    background: #F6F4F7;
  }
  .blog-details-area iframe, .blog-details-area video {
    width: 100%;
  }
  
  .wp-block-gallery {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 15px !important;
  }
  .wp-block-gallery .blocks-gallery-grid {
    padding: 0 !important;
    margin-top: 7px !important;
    margin-bottom: 5px !important;
  }
  
  .wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-cover p.wp-block-cover-text {
    font-weight: 400;
    margin-bottom: 20px !important;
    font-size: 30px !important;
    line-height: 1.5;
    color: var(--whiteColor);
  }
  .wp-block-cover p.wp-block-cover-text strong {
    color: var(--whiteColor);
  }
  
  .wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
  }
  
  .wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
    color: var(--whiteColor);
  }
  
  .wp-block-file a {
    text-decoration: underline;
    font-size: 15px;
  }
  .wp-block-file a:hover {
    text-decoration: none;
  }
  .wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 15px 0 0;
  }
  .wp-block-file .wp-block-file__button:hover {
    background-color: var(--optionalColor) !important;
    color: var(--whiteColor);
  }
  
  .wp-block-quote.is-style-large {
    border: none;
    padding-left: 0;
    margin: 20px 0;
  }
  
  .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
    color: var(--whiteColor);
  }
  .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
    color: var(--whiteColor);
    font-style: normal;
  }
  .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    max-width: 80%;
    background: transparent;
  }
  
  .wp-block-gallery.alignwide {
    width: 100%;
  }
  
  .wp-block-columns.alignwide blockquote, .wp-block-columns.alignwide .blockquote {
    padding: 25px !important;
  }
  
  .wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 15px 0 0;
    color: var(--optionalColor);
  }
  .wp-caption .wp-caption-text a {
    text-decoration: underline;
  }
  .wp-caption .wp-caption-text a:hover {
    text-decoration: none;
  }
  
  .has-very-light-gray-color.has-very-light-gray-color {
    color: var(--whiteColor);
  }
  
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
  
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
  
  .gallery-caption {
    z-index: 99990;
  }
  
  .bypostauthor {
    z-index: 99990;
  }
  
  /* End Unit test all post style */
  /* Post Format: Gallery */
  .gallery {
    margin: 30px -1.1666667% 0;
  }
  
  .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  
  .gallery-icon img {
    margin: 0 auto;
  }
  
  .gallery-caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 10px;
    color: var(--optionalColor);
  }
  
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
    display: none;
  }
  
  /* End Post Format: Gallery */
  /* Pingback style */
  .comments-area .comment-list .trackback .comment-body {
    margin-left: 0 !important;
    font-size: 15px !important;
  }
  .comments-area .comment-list .trackback .comment-body a {
    text-decoration: underline;
    color: red !important;
  }
  .comments-area .comment-list .trackback .comment-body a:hover {
    text-decoration: none;
  }
  .comments-area .comment-list .trackback a.url {
    margin-top: 5px;
    font-size: 14px;
  }
  .comments-area .comment-list .pingback .comment-body {
    margin-left: 0 !important;
    font-size: 15px !important;
  }
  .comments-area .comment-list .pingback .comment-body a {
    color: red !important;
    text-decoration: underline;
  }
  .comments-area .comment-list .pingback .comment-body a:hover {
    text-decoration: none;
  }
  .comments-area .comment-list .pingback a.url {
    margin-top: 5px;
    font-size: 14px;
  }
  
  /* End Pingback style */
  /* Post password form style */
  .post-password-form label {
    font-weight: 700;
    font-size: 15px;
  }
  .post-password-form label input {
    border: 1px solid #ccc;
    height: 45px;
    margin: 0 10px;
    padding: 6px 15px;
    border-radius: 5px;
  }
  .post-password-form input[type=submit] {
    border: 1px solid;
    color: var(--whiteColor);
    height: 45px;
    padding: 5px 20px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.4s;
  }
  .post-password-form input[type=submit]:hover {
    border: 1px solid;
    color: var(--whiteColor);
    background-color: var(--optionalColor);
  }
  
  /* End Post password form style */
  /* Comment navigation */
  .comment-navigation .nav-links {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .comment-navigation .nav-links .nav-previous {
    float: left;
  }
  .comment-navigation .nav-links .nav-previous a {
    display: inline-block;
    border: 1px solid #ded9d9;
    padding: 7px 18px;
    background: var(--whiteColor);
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.4s;
  }
  .comment-navigation .nav-links .nav-previous a:hover {
    color: var(--whiteColor);
  }
  .comment-navigation .nav-links .nav-next {
    float: right;
  }
  .comment-navigation .nav-links .nav-next a {
    display: inline-block;
    border: 1px solid #ded9d9;
    background: var(--whiteColor);
    padding: 7px 18px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.4s;
  }
  .comment-navigation .nav-links .nav-next a:hover {
    color: var(--whiteColor);
  }
  
  /* End Comment navigation */
  /* Resent posts with thumb */
  .widget_ecademy_posts_thumbs .item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
  }
  .widget_ecademy_posts_thumbs .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .widget_ecademy_posts_thumbs .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
  }
  .widget_ecademy_posts_thumbs .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-position: center center !important;
  }
  .widget_ecademy_posts_thumbs .item .info {
    overflow: hidden;
  }
  .widget_ecademy_posts_thumbs .item .info .title {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    font-weight: 700;
  }
  .widget_ecademy_posts_thumbs .item .info .title a {
    color: #212529;
  }
  .widget_ecademy_posts_thumbs .item .info time {
    display: block;
    font-size: 15px;
    color: #767676;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .widget_ecademy_posts_thumbs .no-thumb .info time {
    margin-top: 0;
  }
  
  /* End Resent posts with thumb */
  /* Unit test pages style
  ====================================================================*/
  /* WP core style */
  .alignnone {
    display: block;
    margin-bottom: 15px;
  }
  
  .aligncenter, div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
  }
  
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption {
    max-width: 100%;
  }
  
  .wp-caption.alignnone {
    margin: 15px auto 10px;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
  }
  
  .wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
  
  .screen-reader-text {
    display: none;
  }
  
  /* End WP core style */
  /* Page Markup And Formatting */
  .page-main-content {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
  }
  .page-main-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .page-main-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .page-main-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .page-main-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .page-main-content h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .page-main-content h6 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .page-main-content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-main-content p:first-child {
    margin-top: 0;
  }
  .page-main-content p img.size-full.wp-image-904.alignright {
    margin: 15px 0 20px 20px;
  }
  .page-main-content .entry-content a {
    text-decoration: underline;
  }
  .page-main-content .entry-content a:hover {
    text-decoration: none;
  }
  .page-main-content footer.entry-footer {
    clear: both;
  }
  .page-main-content footer.entry-footer .edit-link {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }
  .page-main-content dl, .page-main-content ol, .page-main-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-main-content dt {
    margin-bottom: 5px;
    color: #0d1028;
  }
  .page-main-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
  }
  .page-main-content ul {
    list-style: disc;
    padding-left: 20px;
  }
  .page-main-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .page-main-content ul li ul {
    margin: 5px 0 0;
    list-style-type: circle;
  }
  .page-main-content ul li ul li {
    list-style-type: circle;
  }
  .page-main-content ol {
    padding-left: 20px;
  }
  .page-main-content ol li {
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .page-main-content ol li ol {
    margin: 5px 0 0;
  }
  .page-main-content b, .page-main-content strong {
    color: #212529;
  }
  .page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
    font-style: italic;
  }
  .page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  }
  .page-main-content kbd {
    background-color: #616161;
  }
  .page-main-content mark, .page-main-content ins {
    background: #fff9c0;
    text-decoration: none;
  }
  .page-main-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    background: #f1f1f1;
    overflow: auto;
  }
  .page-main-content abbr, .page-main-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
  }
  .page-main-content #comments {
    padding: 0;
  }
  
  table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  table td, table th {
    padding: 12px 10px;
    border: 1px solid #eaeaea;
  }
  table td a {
    font-weight: 700;
    text-decoration: underline;
  }
  table td a:hover {
    text-decoration: none;
  }
  table th a {
    text-decoration: underline;
  }
  table th a:hover {
    text-decoration: none;
  }
  table tbody tr th {
    font-weight: 500;
  }
  
  .ecademy-single-blank-page {
    height: 320px;
  }
  
  /* End Page Markup And Formatting */
  /* Post search not found form */
  .no-results {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: var(--whiteColor);
    padding: 35px;
  }
  .no-results h1.page-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .no-results form {
    position: relative;
  }
  .no-results form label {
    display: block;
    margin-bottom: 0;
  }
  .no-results form .screen-reader-text {
    display: none;
  }
  .no-results form .search-field {
    background-color: #f6f4f7;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #f6f4f7;
    width: 100%;
    display: block;
    outline: 0;
    transition: var(--transition);
  }
  .no-results form button {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    font-size: 20px;
    line-height: 55px;
    transition: var(--transition);
    border: none;
    color: var(--whiteColor);
    border-radius: 5px;
  }
  .no-results form button:hover {
    background-color: var(--optionalColor);
  }
  
  /* End Post search not found form */
  /*LearnPress CSS*/
  .topbar-search {
    max-width: 300px;
    text-align: right;
    margin-left: auto;
  }
  .topbar-search form {
    position: relative;
  }
  .topbar-search form label {
    display: block !important;
    margin-bottom: 0 !important;
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 18px !important;
  }
  .topbar-search form label i {
    font-style: normal;
  }
  .topbar-search form .input-search {
    height: 50px;
    color: var(--blackColor);
    background-color: #eef5f9;
    display: block;
    width: 100%;
    border-radius: 30px;
    padding: 1px 15px 0 50px;
    border: none;
    transition: var(--transition);
    font-size: 15px;
    font-weight: 500;
  }
  .topbar-search form .input-search::-moz-placeholder {
    color: var(--optionalColor);
    -moz-transition: var(--transition);
    transition: var(--transition);
  }
  .topbar-search form .input-search:-ms-input-placeholder {
    color: var(--optionalColor);
    -ms-transition: var(--transition);
    transition: var(--transition);
  }
  .topbar-search form .input-search::placeholder {
    color: var(--optionalColor);
    transition: var(--transition);
  }
  .topbar-search form .input-search:focus::-moz-placeholder {
    color: transparent;
  }
  .topbar-search form .input-search:focus:-ms-input-placeholder {
    color: transparent;
  }
  .topbar-search form .input-search:focus::placeholder {
    color: transparent;
  }
  
  .courses-rating .review-stars-rated {
    position: relative;
    display: inline-block;
  }
  .courses-rating .review-stars-rated .review-stars {
    padding-left: 0;
    margin: 0;
    margin-top: 2px;
    display: inline-block;
    list-style: none;
    line-height: 16px;
    height: 16px;
    float: left;
    font-size: 0;
  }
  .courses-rating .review-stars-rated .review-stars li {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: none;
    margin-bottom: 0;
  }
  .courses-rating .review-stars-rated .review-stars li span {
    font-size: 13px;
    width: auto;
    height: auto;
    border-bottom: none;
    text-decoration: none;
  }
  .courses-rating .review-stars-rated .review-stars li span::before {
    width: auto;
    height: auto;
  }
  .courses-rating .review-stars-rated .review-stars li::before {
    display: none;
  }
  .courses-rating .review-stars-rated .review-stars.filled {
    margin: 0;
    margin-top: 2px;
    padding-left: 0;
    display: inline-block;
    list-style: none;
    line-height: 16px;
    height: 16px;
    float: left;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    color: #f05a19;
    height: 40px;
  }
  .courses-rating .review-stars-rated .review-stars.filled li {
    position: static;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: none;
    margin-bottom: 0;
  }
  .courses-rating .review-stars-rated .review-stars.filled li span {
    color: #ffb606;
    font-size: 13px;
    width: auto;
    height: auto;
    border-bottom: none;
    text-decoration: none;
  }
  .courses-rating .review-stars-rated .review-stars.filled li span::before {
    width: auto;
    height: auto;
  }
  .courses-rating .course-review {
    display: inline-flex;
    margin-bottom: 10px;
  }
  .courses-rating .review-stars-rated {
    color: #f2b827;
    display: inline-block;
    width: auto;
  }
  .courses-rating .review-stars-rated .review-stars {
    overflow: unset;
  }
  .courses-rating .review-stars-rated .review-stars li {
    margin: 0 3px;
  }
  .courses-rating .review-stars-rated span {
    color: #f2b827;
    font-size: 20px !important;
    margin-right: -3px;
  }
  .courses-rating .rating-total {
    position: relative;
    color: var(--optionalColor);
    position: relative;
    top: -1px;
    font-weight: 500;
    margin-left: 2px;
  }
  
  .courses-details-desc .learn-press-course-results-progress {
    background: rgba(255, 25, 73, 0.0509803922);
    padding: 25px 0 5px 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .courses-details-desc .learn-press-course-results-progress .lp-course-progress-heading {
    font-weight: bold;
    font-size: 20px;
  }
  .courses-details-desc .learn-press-course-results-progress .course-progress .lp-course-progress-heading {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
  }
  .courses-details-desc .learn-press-course-results-progress .course-progress .number {
    display: inline-block;
    font-weight: 600;
  }
  .courses-details-desc .learn-press-course-results-progress .course-progress .lp-label {
    top: -2px;
    position: relative;
  }
  .courses-details-desc .learn-press-course-results-progress .course-progress .learn-press-progress {
    margin-top: 10px;
  }
  .courses-details-desc .learn-press-course-results-progress .items-progress .lp-course-progress-heading {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
  }
  .courses-details-desc .learn-press-course-results-progress .items-progress .number {
    display: inline-block;
    font-weight: 600;
  }
  .courses-details-desc .learn-press-course-results-progress .items-progress .lp-label {
    top: -2px;
    position: relative;
  }
  .courses-details-desc .learn-press-course-results-progress .items-progress .learn-press-progress {
    margin-top: 10px;
  }
  .courses-details-desc .learn-press-course-results-progress .items-progress, .courses-details-desc .learn-press-course-results-progress .course-progress {
    margin-right: 5%;
    width: 45%;
  }
  .courses-details-desc .lp-label {
    font-size: 11px;
    padding: 4px 8px;
    background: #41b55f;
    border-radius: 0;
  }
  .courses-details-desc .course-students {
    display: none;
  }
  .courses-details-desc .course-remaining-time {
    background: #f7f3ff;
    padding: 14px 28px;
    margin-bottom: 30px;
  }
  
  .course-rate {
    font-size: 16px;
    font-weight: 700;
  }
  .course-rate .review-bar {
    border-radius: 5px;
    background: #f1f1f1;
    height: 18px;
  }
  .course-rate .review-bar .rating {
    border-radius: 5px;
  }
  
  .review-form h3 {
    font-weight: 800;
    font-size: 24px !important;
  }
  .review-form input, .review-form textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 0 0 0 15px;
    height: 40px;
    outline: 0;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  .review-form textarea {
    height: auto !important;
  }
  .review-form .review-fields {
    padding-left: 0;
  }
  .review-form .review-fields li label {
    font-weight: bold;
  }
  .review-form .review-stars {
    padding-left: 0;
  }
  
  .learnpress-page .lp-button {
    border: none !important;
    color: var(--whiteColor);
  }
  
  .curriculum-sections .section-title {
    text-align: left;
  }
  
  .learn-press-message {
    margin: 60px 0 15px 0 !important;
  }
  
  .learn-press-checkout {
    padding: 80px 0;
  }
  
  .checkout-review-order h4 {
    font-weight: bold;
    margin-top: 30px;
  }
  
  .lp-list-table {
    border: 1px solid #dddddd !important;
  }
  
  .learn-press-checkout-comment h4 {
    font-weight: bold;
    margin-top: 30px;
  }
  
  .order-comments {
    padding: 15px;
    border-color: rgba(221, 221, 221, 0.8666666667);
  }
  
  .lp-tab-sections {
    padding: 9px 0 !important;
    border-radius: 5px;
  }
  
  .lp-sub-menu {
    padding: 0 !important;
  }
  
  h3.profile-heading {
    margin-bottom: 8px;
  }
  
  .lp-profile-content button, #course-item-content-header .form-button.lp-button-back button {
    transition: var(--transition);
    display: inline-block;
    padding: 13px 25px 12px 25px;
    position: relative;
    color: var(--whiteColor);
    border-width: 2px;
    border-style: solid;
    border-radius: 1px;
    font-size: 14.5px;
    font-weight: 700;
  }
  .lp-profile-content button .label, .lp-profile-content button .icon-arrow, #course-item-content-header .form-button.lp-button-back button .label, #course-item-content-header .form-button.lp-button-back button .icon-arrow {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000;
  }
  .lp-profile-content button .label, #course-item-content-header .form-button.lp-button-back button .label {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .lp-profile-content button .icon-arrow, #course-item-content-header .form-button.lp-button-back button .icon-arrow {
    color: var(--whiteColor);
    top: 11px;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 25px;
  }
  .lp-profile-content button .icon-arrow.before, #course-item-content-header .form-button.lp-button-back button .icon-arrow.before {
    left: 20px;
    position: absolute;
    transform-origin: left center;
  }
  .lp-profile-content button .icon-arrow.after, #course-item-content-header .form-button.lp-button-back button .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 20px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center;
  }
  .lp-profile-content button:hover, .lp-profile-content button:focus, #course-item-content-header .form-button.lp-button-back button:hover, #course-item-content-header .form-button.lp-button-back button:focus {
    background-color: var(--optionalColor);
    color: var(--blackColor) !important;
    border-color: var(--optionalColor);
  }
  .lp-profile-content button:hover .label, .lp-profile-content button:focus .label, #course-item-content-header .form-button.lp-button-back button:hover .label, #course-item-content-header .form-button.lp-button-back button:focus .label {
    transform: translateX(-32px);
  }
  .lp-profile-content button:hover .icon-arrow.before, .lp-profile-content button:focus .icon-arrow.before, #course-item-content-header .form-button.lp-button-back button:hover .icon-arrow.before, #course-item-content-header .form-button.lp-button-back button:focus .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1);
  }
  .lp-profile-content button:hover .icon-arrow.after, .lp-profile-content button:focus .icon-arrow.after, #course-item-content-header .form-button.lp-button-back button:hover .icon-arrow.after, #course-item-content-header .form-button.lp-button-back button:focus .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
  .lp-profile-content textarea, #course-item-content-header .form-button.lp-button-back textarea {
    border-color: #dddddd;
  }
  
  .single-courses-item .author-bio {
    display: none;
  }
  
  .blocks-gallery-caption {
    margin-bottom: 8px;
  }
  
  .wp-block-group__inner-container {
    padding: 30px;
  }
  
  .wp-block-archives-list li span.post-count {
    padding-left: 8px;
    float: right;
  }
  
  .wp-block-categories-dropdown {
    margin-bottom: 20px;
  }
  .wp-block-categories-dropdown select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    font-size: 14px;
    padding: 8px 15px;
    color: #555;
  }
  
  .wp-block-tag-cloud a {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12.5px !important;
    padding: 6px 13px;
    border: 1px solid #eeeeee;
    position: relative;
    color: #393953 !important;
    text-decoration: none !important;
    margin-top: 8px;
    margin-right: 4px;
  }
  .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
    color: var(--whiteColor) !important;
  }
  
  blockquote.has-text-color.has-very-dark-gray-color::before {
    top: 15px;
    z-index: -1;
    font-size: 90px;
    left: 0;
  }
  blockquote.has-text-color.has-very-dark-gray-color:after {
    display: none;
  }
  blockquote.has-text-color.has-very-dark-gray-color p, blockquote.has-text-color.has-very-dark-gray-color cite {
    padding-left: 55px;
  }
  
  .wp-block-search {
    margin-bottom: 30px;
    position: relative;
  }
  .wp-block-search label {
    display: block;
    margin-bottom: 10px;
  }
  .wp-block-search .screen-reader-text {
    display: none;
  }
  .wp-block-search .wp-block-search__input {
    background-color: var(--whiteColor);
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    transition: var(--transition);
  }
  .wp-block-search button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
    border: none;
    color: var(--whiteColor);
    margin: 0;
    padding: 0;
  }
  .wp-block-search button:hover {
    color: var(--whiteColor);
    background: #393953 !important;
  }
  
  .wp-block-code {
    background: #eee;
  }
  
  .nice-select.postform .list {
    display: none;
  }
  
  .nice-select.postform.open .list {
    display: block;
  }
  
  .entry-meta ul {
    padding-left: 0 !important;
    list-style-type: none !important;
    margin-top: 0 !important;
  }
  
  div#learn-press-checkout-login {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  
  .learn-press [type=button], .learn-press [type=reset], .learn-press [type=submit], .learn-press button {
    display: block;
    margin-top: 0.9rem;
    border-radius: 0.25rem;
    color: var(--whiteColor);
    border: none;
    padding: 12px 25px;
    transition: 0.5s;
    font-weight: 500;
    font-size: 15px;
  }
  
  .learn-press [type=button]:hover, .learn-press [type=reset]:hover, .learn-press [type=submit]:hover, .learn-press button:hover {
    background: var(--optionalColor);
  }
  
  .learn-press-form .form-fields .form-field input[type=text], .learn-press-form .form-fields .form-field input[type=email], .learn-press-form .form-fields .form-field input[type=number], .learn-press-form .form-fields .form-field input[type=password], .learn-press-form .form-fields .form-field textarea {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
  }
  
  .change-password {
    display: none;
  }
  
  #course-item-content-header .form-button.lp-button-back button {
    line-height: 18px !important;
    margin-top: 0;
  }
  
  button, input[type=submit], #popup_ok {
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    border: 0;
  }
  
  #content-item-quiz button, input[type=submit], #popup_ok {
    background: var(--optionalColor);
    color: var(--whiteColor);
  }
  
  .learnpress-page .lp-button {
    line-height: 30px;
    padding: 0 30px !important;
    height: 45px;
    color: var(--whiteColor);
  }
  
  .lesson-description iframe {
    background: #787c99;
    border-radius: 11px;
    margin: auto;
    width: 100%;
  }
  
  .page-main-content .single-courses-box .courses-content p {
    margin-top: 0;
  }
  
  .learnpress .become-teacher-form {
    width: 100%;
    max-width: 550px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    background-color: var(--whiteColor);
    padding: 40px 50px;
    border-radius: 5px;
  }
  .learnpress .become-teacher-form h4 {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
  }
  .learnpress .become-teacher-form p {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .learnpress .become-teacher-form .learn-press-message {
    margin-bottom: 20px;
    margin-top: 30px !important;
  }
  .learnpress .become-teacher-form .form-fields .form-field {
    margin-bottom: 20px;
    list-style-type: none;
    line-height: initial;
  }
  .learnpress .become-teacher-form .form-fields .form-field label {
    margin-bottom: 10px;
    color: var(--blackColor);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
  }
  .learnpress .become-teacher-form .form-fields .form-field input, .learnpress .become-teacher-form .form-fields .form-field textarea {
    height: auto;
    border: 1px solid #eeeeee !important;
    outline: 0 !important;
    color: var(--blackColor);
    transition: var(--transition);
    border-radius: 5px;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }
  .learnpress .become-teacher-form .form-fields .form-field input {
    height: 50px;
    padding-top: 0 !important;
  }
  .learnpress .become-teacher-form button {
    text-transform: uppercase;
    color: var(--whiteColor);
    display: block;
    width: 100%;
    transition: var(--transition);
    font-size: var(--fontSize);
    border-radius: 5px;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .learnpress .become-teacher-form button:hover {
    color: var(--whiteColor);
    background-color: var(--blackColor);
  }
  .learnpress .become-teacher-form .message-info {
    padding: 10px 12px 10px 15px;
    padding-left: 45px;
    background: #f5f5f5;
    position: relative;
    margin: 0 0 20px;
    border-radius: 5px;
  }
  .learnpress .become-teacher-form .message-info::before {
    position: absolute;
    content: "\f05a";
    font: normal normal normal 14px/1 FontAwesome;
    width: auto;
    height: auto;
    font-size: 16px;
    background: 0 0 !important;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .learnpress .learn-press-form-register {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    background-color: var(--whiteColor);
    padding: 40px 30px !important;
    border-radius: 5px;
  }
  .learnpress #learn-press-checkout-login, .learnpress #learn-press-checkout-register {
    max-width: 100%;
    padding: 0;
    margin: auto;
    margin-left: 0;
    border: none;
  }
  .learnpress #learn-press-checkout-login h4, .learnpress #learn-press-checkout-register h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize;
  }
  .learnpress #learn-press-checkout-login p, .learnpress #learn-press-checkout-register p {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .learnpress #learn-press-checkout-login .col-lg-6, .learnpress #learn-press-checkout-register .col-lg-6 {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .learnpress #learn-press-checkout-login .learn-press-message, .learnpress #learn-press-checkout-register .learn-press-message {
    margin-bottom: 20px;
    margin-top: 30px !important;
  }
  .learnpress #learn-press-checkout-login #checkout-form-login, .learnpress #learn-press-checkout-register #checkout-form-login {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    background-color: var(--whiteColor);
    padding: 40px 30px;
    border-radius: 5px;
  }
  .learnpress #learn-press-checkout-login #checkout-form-login h3, .learnpress #learn-press-checkout-register #checkout-form-login h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
  }
  .learnpress #learn-press-checkout-login #checkout-form-login .row, .learnpress #learn-press-checkout-register #checkout-form-login .row {
    margin-top: 20px;
  }
  .learnpress #learn-press-checkout-login #checkout-form-login .row a, .learnpress #learn-press-checkout-register #checkout-form-login .row a {
    color: var(--blackColor);
    text-decoration: underline;
  }
  .learnpress #learn-press-checkout-login #checkout-form-login .row .col-lg-7, .learnpress #learn-press-checkout-register #checkout-form-login .row .col-lg-7 {
    text-align: right;
  }
  .learnpress #learn-press-checkout-login #checkout-form-login p, .learnpress #learn-press-checkout-register #checkout-form-login p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .learnpress #learn-press-checkout-login #checkout-form-login p input[type=checkbox], .learnpress #learn-press-checkout-register #checkout-form-login p input[type=checkbox] {
    position: relative;
    top: 1px;
  }
  .learnpress #learn-press-checkout-login .form-fields .form-field, .learnpress #learn-press-checkout-register .form-fields .form-field {
    margin-bottom: 25px;
    list-style-type: none;
    line-height: initial;
  }
  .learnpress #learn-press-checkout-login .form-fields .form-field label, .learnpress #learn-press-checkout-register .form-fields .form-field label {
    margin-bottom: 10px;
    color: var(--blackColor);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
  .learnpress #learn-press-checkout-login .form-fields .form-field input, .learnpress #learn-press-checkout-login .form-fields .form-field textarea, .learnpress #learn-press-checkout-register .form-fields .form-field input, .learnpress #learn-press-checkout-register .form-fields .form-field textarea {
    height: auto;
    border: 1px solid #eeeeee !important;
    outline: 0 !important;
    color: var(--blackColor);
    transition: var(--transition);
    border-radius: 5px;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }
  .learnpress #learn-press-checkout-login .form-fields .form-field input, .learnpress #learn-press-checkout-register .form-fields .form-field input {
    height: 50px;
    padding-top: 0 !important;
  }
  .learnpress #learn-press-checkout-login button, .learnpress #learn-press-checkout-register button {
    text-transform: uppercase;
    color: var(--whiteColor);
    display: block;
    width: 100%;
    transition: var(--transition);
    font-size: var(--fontSize);
    border-radius: 5px;
    margin-top: 5px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .learnpress #learn-press-checkout-login button:hover, .learnpress #learn-press-checkout-register button:hover {
    color: var(--whiteColor);
    background-color: var(--blackColor);
  }
  .learnpress #learn-press-user-profile .learn-press-form-login {
    margin-bottom: 0;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    background-color: var(--whiteColor);
    padding: 40px;
    border: none;
    border-radius: 5px;
    margin-right: 15px;
  }
  .learnpress #learn-press-user-profile .learn-press-form-login h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .learnpress #learn-press-user-profile .learn-press-form-login .row {
    margin-top: 20px;
  }
  .learnpress #learn-press-user-profile .learn-press-form-login .row a {
    color: var(--blackColor);
    text-decoration: underline;
  }
  .learnpress #learn-press-user-profile .learn-press-form-login .row .col-lg-7 {
    text-align: right;
    display: none;
  }
  .learnpress #learn-press-user-profile .learn-press-form-login p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .learnpress #learn-press-user-profile .learn-press-form-login p input[type=checkbox] {
    position: relative;
    top: 1px;
  }
  .learnpress #learn-press-user-profile .form-fields .form-field {
    margin-bottom: 25px;
    list-style-type: none;
    line-height: initial;
  }
  .learnpress #learn-press-user-profile .form-fields .form-field label {
    margin-bottom: 10px;
    color: var(--blackColor);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
  .learnpress #learn-press-user-profile .form-fields .form-field input, .learnpress #learn-press-user-profile .form-fields .form-field textarea {
    height: auto;
    border: 1px solid #eeeeee !important;
    outline: 0 !important;
    color: var(--blackColor);
    transition: var(--transition);
    border-radius: 5px;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }
  .learnpress #learn-press-user-profile .form-fields .form-field input {
    height: 50px;
    padding-top: 0 !important;
  }
  .learnpress #learn-press-user-profile button {
    text-transform: uppercase;
    color: var(--whiteColor);
    display: block;
    width: 100%;
    transition: var(--transition);
    font-size: var(--fontSize);
    border-radius: 5px;
    margin-top: 5px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .learnpress #learn-press-user-profile button:hover {
    color: var(--whiteColor) !important;
    background-color: var(--blackColor);
  }
  .learnpress #learn-press-user-profile .learn-press-form-register {
    margin-bottom: 0;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    background-color: var(--whiteColor);
    padding: 40px;
    border: none;
    margin-left: 15px;
    border-radius: 5px;
  }
  .learnpress #learn-press-user-profile .learn-press-form-register h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .learnpress #learn-press-user-profile .learn-press-form-register .row {
    margin-top: 20px;
  }
  .learnpress #learn-press-user-profile .learn-press-form-register .row a {
    color: var(--blackColor);
    text-decoration: underline;
  }
  .learnpress #learn-press-user-profile .learn-press-form-register .row .col-lg-7 {
    text-align: right;
    display: none;
  }
  .learnpress #learn-press-user-profile .learn-press-form-register #reg_password-description {
    margin-top: 10px;
  }
  .learnpress #learn-press-user-profile .learn-press-form-register p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .learnpress #learn-press-user-profile .learn-press-form-register p input[type=checkbox] {
    position: relative;
    top: 1px;
  }
  .learnpress #learn-press-user-profile .learn-press-form-register p:last-child {
    margin-bottom: 0;
  }
  .learnpress div#learn-press-checkout-login {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .learnpress .learn-press-checkout {
    padding: 0;
  }
  .learnpress .learn-press-message {
    margin-bottom: 0;
    margin-top: 0 !important;
  }
  .learnpress .checkout-review-order h4 {
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .learnpress .checkout-review-order .lp-list-table {
    margin-bottom: 0;
    border: none !important;
  }
  .learnpress .checkout-review-order .lp-list-table thead tr th {
    background: var(--blackColor);
    color: var(--whiteColor);
    border-bottom: none;
    white-space: nowrap;
    vertical-align: middle;
    padding: 16px 20px;
    font-size: 18px;
  }
  .learnpress .checkout-review-order .lp-list-table tbody tr td {
    white-space: nowrap;
    padding: 16px 20px;
    vertical-align: middle;
    border-color: #eeeeee;
    font-size: 15px;
    color: var(--blackColor);
    border-left: 1px solid #eeeeee;
  }
  .learnpress .checkout-review-order .lp-list-table tbody tr td a {
    color: var(--blackColor);
    text-decoration: none !important;
  }
  .learnpress .checkout-review-order .lp-list-table tfoot tr th, .learnpress .checkout-review-order .lp-list-table tfoot tr td {
    white-space: nowrap;
    padding: 16px 20px;
    vertical-align: middle;
    border-color: #eeeeee;
    color: var(--blackColor);
    font-size: 15px;
    border-left: 1px solid #eeeeee;
  }
  .learnpress .checkout-review-order .learn-press-checkout-comment {
    margin-bottom: 0;
  }
  .learnpress .learn-press-checkout-comment .order-comments {
    border: 1px solid #eeeeee !important;
    outline: 0 !important;
    color: var(--blackColor);
    transition: var(--transition);
    border-radius: 5px;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }
  
  .guest-and-class {
    max-width: 550px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .guest-and-class p {
    margin-bottom: 0;
  }
  .guest-and-class a {
    height: 45px;
    line-height: 45px;
    padding: 0 30px !important;
    background: #252525 !important;
    color: var(--whiteColor) !important;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-weight: 700;
    border: none;
    text-decoration: none !important;
    margin-top: 20px;
  }
  .guest-and-class a:hover {
    color: var(--whiteColor) !important;
    background: #252525 !important;
  }
  
  .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    background-color: #abb8c3 !important;
  }
  
  ul.payment-methods li {
    list-style: none;
  }
  
  footer.footer-area.pt-40 {
    padding-top: 40px;
  }
  
  .ecademy-nav .navbar .navbar-brand {
    margin-right: 0;
  }
  
  .blog-details .blog-details-content .article-author {
    clear: both;
  }
  
  .checkout .guest-and-class {
    text-align: center;
    max-width: 100%;
  }
  
  .gallery-section .gallery {
    margin: 0;
  }
  
  .learn-press-breadcrumb {
    text-align: center;
    margin-top: 12px;
  }
  
  .ecademy-cursor {
    width: 6px;
    height: 5px;
    background-color: var(--mainColor);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: none;
    Pointer-events: none;
    z-index: 9999999999;
  }
  
  .ecademy-cursor2 {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid var(--mainColor);
    position: absolute;
    top: 9px;
    left: 9px;
    transition: none;
    Pointer-events: none;
    z-index: 9999999999;
  }
  
  .et-demo-options-toolbar {
    position: fixed;
    top: 50%;
    width: 40px;
    right: 0;
    line-height: 60px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 99999;
    background: var(--whiteColor);
    text-align: center;
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  }
  .et-demo-options-toolbar a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #111;
  }
  .et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
    color: #111 !important;
  }
  
  [class*=hint--] {
    position: relative;
    display: inline-block;
  }
  
  [class*=hint--]:before,
  [class*=hint--]:after {
    position: absolute;
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    transition: 0.3s ease;
    transition-delay: 0ms;
  }
  
  [class*=hint--]:hover:before,
  [class*=hint--]:hover:after {
    visibility: visible;
    opacity: 1;
  }
  
  [class*=hint--]:hover:before,
  [class*=hint--]:hover:after {
    transition-delay: 0.1s;
  }
  
  [class*=hint--]:before {
    content: "";
    position: absolute;
    background: 0 0;
    border: 7px solid transparent;
    z-index: 1000001;
  }
  
  [class*=hint--]:after {
    background: #000;
    color: var(--whiteColor);
    padding: 8px 10px;
    font-size: 14px;
    line-height: 15px;
    white-space: nowrap;
    border-radius: 5px;
  }
  
  [class*=hint--][aria-label]:after {
    content: attr(aria-label);
  }
  
  [class*=hint--][data-hint]:after {
    content: attr(data-hint);
  }
  
  [aria-label=""]:before,
  [aria-label=""]:after,
  [data-hint=""]:before,
  [data-hint=""]:after {
    display: none !important;
  }
  
  .hint--top-left:before {
    border-top-color: #000;
  }
  
  .hint--top-right:before {
    border-top-color: #000;
  }
  
  .hint--top:before {
    border-top-color: #000;
  }
  
  .hint--bottom-left:before {
    border-bottom-color: #000;
  }
  
  .hint--bottom-right:before {
    border-bottom-color: #000;
  }
  
  .hint--bottom:before {
    border-bottom-color: #000;
  }
  
  .hint--left:before {
    border-left-color: #000;
  }
  
  .hint--right:before {
    border-right-color: #000;
  }
  
  .hint--top:before {
    margin-bottom: -13px;
  }
  
  .hint--top:before,
  .hint--top:after {
    bottom: 100%;
    left: 50%;
  }
  
  .hint--top:before {
    left: calc(50% - 7px);
  }
  
  .hint--top:after {
    transform: translateX(-50%);
  }
  
  .hint--top:hover:before {
    transform: translateY(-8px);
  }
  
  .hint--top:hover:after {
    transform: translateX(-50%) translateY(-8px);
  }
  
  .hint--bottom:before {
    margin-top: -13px;
  }
  
  .hint--bottom:before,
  .hint--bottom:after {
    top: 100%;
    left: 50%;
  }
  
  .hint--bottom:before {
    left: calc(50% - 7px);
  }
  
  .hint--bottom:after {
    transform: translateX(-50%);
  }
  
  .hint--bottom:hover:before {
    transform: translateY(8px);
  }
  
  .hint--bottom:hover:after {
    transform: translateX(-50%) translateY(8px);
  }
  
  .hint--right:before {
    margin-left: -13px;
    margin-bottom: -7px;
  }
  
  .hint--right:after {
    margin-bottom: -15px;
  }
  
  .hint--right:before,
  .hint--right:after {
    left: 100%;
    bottom: 50%;
  }
  
  .hint--right:hover:before {
    transform: translateX(8px);
  }
  
  .hint--right:hover:after {
    transform: translateX(8px);
  }
  
  .hint--left:before {
    margin-right: -13px;
    margin-bottom: -7px;
  }
  
  .hint--left:after {
    margin-bottom: -15px;
  }
  
  .hint--left:before,
  .hint--left:after {
    right: 100%;
    bottom: 50%;
  }
  
  .hint--left:hover:before {
    transform: translateX(-8px);
  }
  
  .hint--left:hover:after {
    transform: translateX(-8px);
  }
  
  .hint--top-left:before {
    margin-bottom: -13px;
  }
  
  .hint--top-left:before,
  .hint--top-left:after {
    bottom: 100%;
    left: 50%;
  }
  
  .hint--top-left:before {
    left: calc(50% - 7px);
  }
  
  .hint--top-left:after {
    transform: translateX(-100%);
  }
  
  .hint--top-left:after {
    margin-left: 14px;
  }
  
  .hint--top-left:hover:before {
    transform: translateY(-8px);
  }
  
  .hint--top-left:hover:after {
    transform: translateX(-100%) translateY(-8px);
  }
  
  .hint--top-right:before {
    margin-bottom: -13px;
  }
  
  .hint--top-right:before,
  .hint--top-right:after {
    bottom: 100%;
    left: 50%;
  }
  
  .hint--top-right:before {
    left: calc(50% - 7px);
  }
  
  .hint--top-right:after {
    transform: translateX(0);
  }
  
  .hint--top-right:after {
    margin-left: -14px;
  }
  
  .hint--top-right:hover:before {
    transform: translateY(-8px);
  }
  
  .hint--top-right:hover:after {
    transform: translateY(-8px);
  }
  
  .hint--bottom-left:before {
    margin-top: -13px;
  }
  
  .hint--bottom-left:before,
  .hint--bottom-left:after {
    top: 100%;
    left: 50%;
  }
  
  .hint--bottom-left:before {
    left: calc(50% - 7px);
  }
  
  .hint--bottom-left:after {
    transform: translateX(-100%);
  }
  
  .hint--bottom-left:after {
    margin-left: 14px;
  }
  
  .hint--bottom-left:hover:before {
    transform: translateY(8px);
  }
  
  .hint--bottom-left:hover:after {
    transform: translateX(-100%) translateY(8px);
  }
  
  .hint--bottom-right:before {
    margin-top: -13px;
  }
  
  .hint--bottom-right:before,
  .hint--bottom-right:after {
    top: 100%;
    left: 50%;
  }
  
  .hint--bottom-right:before {
    left: calc(50% - 7px);
  }
  
  .hint--bottom-right:after {
    transform: translateX(0);
  }
  
  .hint--bottom-right:after {
    margin-left: -14px;
  }
  
  .hint--bottom-right:hover:before {
    transform: translateY(8px);
  }
  
  .hint--bottom-right:hover:after {
    transform: translateY(8px);
  }
  
  [class*=hint--]:after {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  .hint--white:after {
    color: #111;
    background-color: var(--whiteColor);
    text-shadow: 0 -1px 0px #bfbfbf;
  }
  
  .hint--white.hint--top-left:before {
    border-top-color: #fff;
  }
  
  .hint--white.hint--top-right:before {
    border-top-color: #fff;
  }
  
  .hint--white.hint--top:before {
    border-top-color: #fff;
  }
  
  .hint--white.hint--bottom-left:before {
    border-bottom-color: #fff;
  }
  
  .hint--white.hint--bottom-right:before {
    border-bottom-color: #fff;
  }
  
  .hint--white.hint--bottom:before {
    border-bottom-color: #fff;
  }
  
  .hint--white.hint--left:before {
    border-left-color: #fff;
  }
  
  .hint--white.hint--right:before {
    border-right-color: #fff;
  }
  
  .hint--rounded:after {
    border-radius: 4px;
  }
  
  .hint--no-animate:before,
  .hint--no-animate:after {
    transition-duration: 0ms;
  }
  
  .hint--bounce:before,
  .hint--bounce:after {
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  }
  
  /*V2.1+*/
  .bg-fe4a55 {
    background-color: var(--mainColor);
  }
  
  /*================================================
  Main Banner Area CSS
  =================================================*/
  .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: 55px;
    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 {
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
  }
  
  .banner-shape15 {
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
  }
  .banner-shape15 img {
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
  }
  
  .banner-shape16 {
    position: absolute;
    left: 130px;
    bottom: -25px;
    z-index: -1;
  }
  .banner-shape16 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .banner-shape17 {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: -1;
  }
  .banner-shape17 img {
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
  }
  
  .banner-shape18 {
    position: absolute;
    right: 400px;
    bottom: 0;
    z-index: -1;
  }
  .banner-shape18 img {
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s 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;
    border: 1px solid;
    margin-top: 10px;
  }
  .single-language-courses-box:hover .default-btn {
    color: var(--whiteColor);
  }
  .single-language-courses-box:hover .default-btn span {
    width: 225%;
    height: 562.5px;
  }
  
  /*================================================
  Feedback Area CSS
  =================================================*/
  .feedback-with-bg-image {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/img/feedback-bg.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;
  }
  .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;
    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);
  }
  
  /*================================================
  Information Area CSS
  =================================================*/
  .information-content .sub-title {
    display: block;
    text-transform: uppercase;
    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;
    list-style: none;
  }
  .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%);
    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;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
  }
  .free-trial-form p {
    margin-top: 10px;
  }
  .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);
    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);
  }
  .free-trial-form .alert {
    margin-bottom: 0;
  }
  
  /*================================================
  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:-ms-input-placeholder {
    color: var(--optionalColor);
    -ms-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:-ms-input-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);
    transition: var(--transition);
    border-radius: 5px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    line-height: 0;
    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;
  }
  
  p#breadcrumbs, .bbpress-breadcrumbs {
    text-align: center;
  }
  
  .wpml-ls-current-language a {
    margin-right: 14px !important;
  }
  
  .wpml-ls-current-language .dropdown-menu {
    width: auto !important;
  }
  
  .navbar-nav.mr-auto.left {
    margin-left: 20px;
  }
  
  .text-left .woocommerce-breadcrumb, .bbpress-breadcrumbs, p.breadcrumbs {
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /*================================================
  Preloader Area CSS
  =================================================*/
  .preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: var(--whiteColor);
  }
  .preloader .loader {
    left: 50%;
    top: 46%;
    transform: translateX(-50%) translateY(-46%);
    position: absolute;
  }
  .preloader .loader .sbl-half-circle-spin {
    height: 80px;
    width: 80px;
    color: var(--mainColor);
    display: inline-block;
    position: relative;
    border: 1px solid;
    border-radius: 50%;
    animation: animeCircleSpin 5s ease-in-out infinite reverse;
  }
  .preloader .loader .sbl-half-circle-spin::after {
    content: "";
    border: 6px solid;
    position: absolute;
    left: 10px;
    top: 15px;
    border-radius: inherit;
  }
  .preloader .loader .sbl-half-circle-spin div {
    height: 50%;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    border: 1px solid;
    border-radius: 50%;
    -webkit-animation: animeCircleSpin 4s ease-in-out infinite;
            animation: animeCircleSpin 4s ease-in-out infinite;
  }
  .preloader .loader .sbl-half-circle-spin div::before {
    height: 0;
    width: 0;
    content: "";
    border-radius: 50%;
    display: block;
    transform: rotate(-45deg);
    border: 19px solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  
  @-webkit-keyframes animeCircleSpin {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(720deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  
  @keyframes animeCircleSpin {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(720deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  .mchimp-errmessage {
    margin-top: 10px;
  }
  
  /* V3.3 CSS */
  .bg-6ba292 {
    background-color: var(--mainColor2);
  }
  
  /*================================================
  Main Banner Area CSS
  =================================================*/
  .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 {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  /*================================================
  Yoga Main Banner Area CSS
  =================================================*/
  .yoga-main-banner {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/img/main-banner3.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: 50px;
    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;
    display: none;
  }
  
  /*================================================
  Boxes Area CSS
  =================================================*/
  .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;
  }
  .boxes-info p a:hover {
    color: var(--blackColor);
  }
  
  /*================================================
  Courses Area CSS
  =================================================*/
  .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;
  }
  
  /*================================================
  Overview Area CSS
  =================================================*/
  .overview-area {
    position: relative;
    z-index: 1;
  }
  .overview-area .shape3 {
    right: auto;
    bottom: 56%;
    left: 3%;
  }
  .overview-area .shape4 {
    right: auto;
    bottom: 97%;
    left: 10%;
  }
  .overview-area .shape2 {
    left: auto;
    bottom: 85%;
    right: 5%;
  }
  .overview-area .shape9 {
    left: 40%;
    top: -93%;
  }
  
  .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;
    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;
    margin-right: 15px;
    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;
  }
  
  /*================================================
  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;
    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 {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .tree-shape3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  
  /*================================================
  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;
  }
  
  /*================================================
  Feedback Area CSS
  =================================================*/
  .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;
  }
  
  /*================================================
  Experience Area CSS
  =================================================*/
  .experience-area.extra-padding {
    padding-top: 150px;
  }
  
  .experience-content .sub-title {
    display: block;
    text-transform: uppercase;
    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::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;
    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 {
    -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
  }
  .experience-image .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite;
  }
  .experience-image .title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    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;
  }
  
  /*================================================
  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-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: 5px;
    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 span.wpcf7-list-item-label {
    color: var(--whiteColor);
  }
  .download-syllabus-form form span.wpcf7-list-item-label a {
    color: var(--whiteColor);
  }
  .download-syllabus-form form div.wpcf7-validation-errors, .download-syllabus-form form div.wpcf7-acceptance-missing {
    color: var(--whiteColor);
  }
  .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:-ms-input-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:-ms-input-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);
    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 {
    -webkit-animation: moveleftbounce 10s linear infinite;
            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;
  }
  
  /*================================================
  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 .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;
  }
  
  /*================================================
  Subscribe Area CSS
  =================================================*/
  .subscribe-image {
    text-align: center;
  }
  
  #learn-press-course-description iframe, #learn-press-course-description video {
    width: 100%;
  }
  
  .form-group span.wpcf7-list-item {
    margin: 0;
  }
  
  .col-lg-12 .single-blog-post.main-blog-post h3 {
    font-size: 24px;
  }
  
  #fep-footer {
    display: none !important;
  }
  
  #fep-menu .fep-button, .fep-button, .fep-button-active {
    border: 1px solid #8FBFC9;
    color: var(--whiteColor);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    border: none;
  }
  
  #fep-menu .fep-button:hover, .fep-button-active {
    font-size: 13px;
  }
  
  .fep-button {
    background-color: var(--blackColor) !important;
    color: var(--whiteColor);
  }
  
  .fep-messagebox-search-form-div [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 0 0 0 15px;
    height: 50px;
    outline: 0;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  
  #fep-content .nice-select {
    height: 50px;
    line-height: 46px;
  }
  #fep-content .nice-select .list {
    width: 100%;
  }
  #fep-content .fep-table .fep-column {
    padding: 15px 20px;
  }
  #fep-content .fep-column-avatar .fep-avatar-p {
    height: auto;
  }
  #fep-content .fep-column-avatar .fep-avatar-p .fep-avatar-1, #fep-content .fep-column-avatar .fep-avatar-p .fep-avatar-2, #fep-content .fep-column-avatar .fep-avatar-more-60, #fep-content .fep-column-avatar .fep-avatar-group-60 {
    height: 40px;
    width: 40px;
  }
  
  .fep-table .fep-column-avatar, .fep-table .fep-table .fep-column-fep-cb {
    padding-right: 0;
  }
  
  .fep-attachment-field-div {
    padding: 16px 0;
  }
  
  .fep-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 14px;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  /* V3.7 CSS */
  .bg-fff7f4 {
    background-color: #fff7f4;
  }
  
  .bg-f6f7fb {
    background-color: #f6f7fb;
  }
  
  .bg-fcf7f3 {
    background-color: #fcf7f3;
  }
  
  .bg-eee8df {
    background-color: #eee8df;
  }
  
  /*================================================
  Health Coaching 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: right;
  }
  .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 {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .health-coaching-shape7 {
    position: absolute;
    z-index: -1;
    right: 25%;
    bottom: 11%;
  }
  .health-coaching-shape7 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  /*================================================
  Courses Area CSS
  =================================================*/
  .single-courses-box .courses-image .price.bg-45a393 {
    background-color: var(--mainColor2);
  }
  
  /*================================================
  Courses Area CSS
  =================================================*/
  .courses-area.bg-image {
    background-color: #fff7f4;
    background-image: url(../../assets/img/courses-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  /*================================================
  Experience Area CSS
  =================================================*/
  .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 {
    -webkit-animation: movebounce 5s linear infinite;
            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;
    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;
  }
  
  /*================================================
  Lifestyle Area CSS
  =================================================*/
  .lifestyle-area .section-title h2 {
    max-width: 700px;
  }
  
  .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;
    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(../../assets/img/program-bg.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 {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .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;
    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(../../assets/img/health-services-bg.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);
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
            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);
  }
  
  @-webkit-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%;
    }
  }
  
  @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 {
    position: relative;
    z-index: 1;
  }
  
  .blog-shape1 {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: -1;
  }
  .blog-shape1 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .blog-shape2 {
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-35%);
    z-index: -1;
  }
  .blog-shape2 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  /*================================================
  Events Area CSS
  =================================================*/
  .events-area.bg-image {
    background-image: url(../../assets/img/events-bg.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 {
    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);
  }
  
  /*================================================
  Subscribe Area CSS
  =================================================*/
  .subscribe-area-two {
    padding-top: 30px;
    background-color: #eee8df;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .subscribe-area-two .subscribe-content {
    text-align: left;
    max-width: 490px;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-area-two .subscribe-content .newsletter-form .input-newsletter {
    background-color: var(--whiteColor);
  }
  
  /*================================================
  Feedback Area CSS
  =================================================*/
  .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: left;
  }
  .feedback-quote .client-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .feedback-quote .client-info .title {
    margin-left: 15px;
    text-align: left;
  }
  .feedback-quote .client-info .title h3 {
    margin-bottom: 0;
    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 {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            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;
  }
  
  .entry-register a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .entry-register .tm-button {
    width: 100%;
    display: inline-flex;
  }
  
  .entry-details {
    margin-bottom: 73px;
  }
  
  .entry-details-bar {
    padding: 14px 30px 33px;
    background: var(--whiteColor);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    border-radius: 5px;
    width: 100%;
    max-width: 340px;
    min-height: 390px;
    float: right;
  }
  .entry-details-bar .meta-icon {
    color: #696969;
    min-width: 28px;
    text-align: center;
  }
  .entry-details-bar .meta-label {
    font-size: 15px;
  }
  .entry-details-bar .event_auth_button {
    text-align: center;
    width: 100%;
  }
  .entry-details-bar .event-register-message {
    text-align: center;
  }
  .entry-details-bar .event-register-message a {
    font-weight: 500;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .entry-event-info {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
  }
  .entry-event-info .event-price {
    font-size: 24px;
    font-weight: 800;
  }
  .entry-event-info .event-price .decimals-separator {
    font-size: 18px;
  }
  .entry-event-info li {
    margin: 0;
    padding: 14px 0;
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .entry-event-info li.meta-price {
    padding: 8px 0;
  }
  .entry-event-info li + li {
    border-top: 1px solid #eee;
  }
  .entry-event-info li .meta-label,
  .entry-event-info li .meta-value {
    flex-grow: 1;
    font-weight: bold;
  }
  .entry-event-info li .meta-value {
    text-align: right;
  }
  .entry-event-info li i {
    font-size: 22px;
    margin-right: 6px;
    float: left;
    line-height: 23px;
  }
  
  .events-details-info .default-btn {
    cursor: pointer;
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .events-details-info .default-btn i {
    position: relative;
    left: 0;
    top: 2px;
    margin-right: 8px;
    line-height: 1;
    font-weight: normal;
    font-size: 20px;
  }
  
  .event-load-booking-form.default-btn {
    color: var(--whiteColor) !important;
  }
  
  .event-lightbox-wrap .mfp-content {
    width: 470px !important;
    max-width: 100%;
  }
  
  #event-lightbox {
    padding: 31px 30px 40px;
    width: 470px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  }
  #event-lightbox .event_auth_button {
    width: 100%;
  }
  
  .event_register_header {
    text-align: center;
  }
  
  .event-popup-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 29px;
  }
  
  .event-popup-date {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
  }
  
  .event-popup-thumbnail {
    margin-bottom: 30px;
  }
  .event-popup-thumbnail img {
    border-radius: 5px;
  }
  
  .event_auth_form_field {
    display: inline-block;
    width: 47%;
    align-items: center;
  }
  .event_auth_form_field input[type=number] {
    padding: 2px 10px;
    width: 100px;
    min-height: 48px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    border-radius: 5px;
  }
  
  .event_auth_payment_methods {
    display: inline-block;
    width: 50%;
    background: none;
    border-radius: 5px;
    margin: 0;
    padding: 0;
  }
  
  .event_register label {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    flex-grow: 1;
    cursor: pointer;
  }
  
  .event_auth_form_field label {
    margin-right: 10px;
  }
  
  .event_register_foot {
    margin-top: 30px;
    text-align: center;
  }
  
  #event-lightbox {
    display: none;
    visibility: none;
    position: relative;
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: var(--whiteColor);
  }
  
  #event-lightbox {
    padding: 31px 30px 40px;
    width: 470px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  }
  
  #event-lightbox.event-fade {
    display: block;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.35s ease-in-out;
  }
  
  #event-lightbox.event-fade.event-in {
    opacity: 1;
    visibility: visible;
  }
  
  .event_register_area h2 {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  ul.tp-event-notice.error {
    background: rgba(255, 0, 0, 0.2);
    padding: 10px;
    list-style-type: none;
    color: #ff0404;
    border-radius: 5px;
    margin-top: 10px;
  }
  
  .event_auth_payment_methods li {
    list-style-type: none;
  }
  
  #event-lightbox .event_auth_button {
    color: var(--whiteColor);
    border-radius: 3px;
    padding: 6px 0;
  }
  #event-lightbox .event_auth_button:hover {
    background-color: #221638;
  }
  
  .entry-countdown p.tp-event-notice.error {
    font-size: 24px;
    color: var(--whiteColor);
    font-weight: bold;
    background: rgba(255, 0, 0, 0.5803921569);
    padding: 8px 14px;
    border-radius: 3px;
  }
  
  .tp-event-notice.error {
    background: rgba(255, 0, 0, 0.5803921569);
    padding: 8px 14px;
    text-align: center;
    border-radius: 3px;
    color: var(--whiteColor);
  }
  
  p.event-register-message {
    margin-top: 6px;
  }
  
  .event-auth-form .form-row {
    margin: 0 0 20px;
    padding: 0;
  }
  .event-auth-form .form-row.has-error {
    color: #a00;
  }
  .event-auth-form .form-row.validated input {
    border-color: #69bf29;
  }
  .event-auth-form .form-row.has-error input {
    border-color: #a00;
  }
  .event-auth-form .form-row input, .event-auth-form .form-row input[type=checkbox], .event-auth-form .form-row input[type=number], .event-auth-form .form-row input[type=password], .event-auth-form .form-row input[type=text], .event-auth-form .form-row input[type=email] {
    border: 1px solid #eee;
    background-color: transparent;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    width: 100%;
    outline: none;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 3px 20px;
    min-height: 56px;
  }
  .event-auth-form input#rememberme {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    padding: 5px 10px;
    min-height: 20px;
    width: auto;
    margin-right: 4px;
    margin-top: 2px;
    float: left;
  }
  .event-auth-form input#wp-submit {
    width: auto;
    color: white;
    padding: 5px 34px;
    transition: var(--transition);
  }
  .event-auth-form input#wp-submit:hover {
    background-color: #221638;
  }
  
  .event-wrapper-shortcode.user-account {
    background: rgba(255, 0, 0, 0.2392156863);
    padding: 14px 22px;
    text-align: center;
    color: #000;
    border-radius: 5px;
  }
  .event-wrapper-shortcode.user-account a {
    color: #fe4a55;
  }
  
  /*V3.7 CSS*/
  .bg-f7ebeb {
    background-color: #f7ebeb;
  }
  
  .bg-6dbbbd {
    background-color: #6dbbbd;
  }
  
  .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;
    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;
    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;
  }
  
  .font-weight-black {
    font-weight: 900 !important;
  }
  
  /*================================================
  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(../../assets/img/events-rectangle1.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(../../assets/img/events-rectangle2.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 {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .kindergarten-shape4 {
    position: absolute;
    z-index: -1;
    left: 44%;
    bottom: 12%;
  }
  .kindergarten-shape4 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .kindergarten-shape5 {
    position: absolute;
    top: 16%;
    z-index: -1;
    left: 48%;
  }
  .kindergarten-shape5 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .kindergarten-shape6 {
    position: absolute;
    left: 50%;
    z-index: -1;
    bottom: 25%;
  }
  .kindergarten-shape6 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
            animation: moveleftbounce 5s linear infinite;
  }
  
  .kindergarten-shape7 {
    position: absolute;
    right: 7%;
    top: 18%;
    z-index: -1;
  }
  .kindergarten-shape7 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
            animation: moveleftbounce 5s linear infinite;
  }
  
  .kindergarten-shape8 {
    position: absolute;
    left: 2%;
    bottom: 7%;
    z-index: -1;
  }
  .kindergarten-shape8 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .kindergarten-shape9 {
    position: absolute;
    right: 3%;
    top: -80px;
    z-index: 1;
  }
  .kindergarten-shape9 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .kindergarten-shape10 {
    position: absolute;
    left: 5%;
    bottom: 30%;
    z-index: -1;
  }
  .kindergarten-shape10 img {
    -webkit-animation: movebounce 5s linear infinite;
            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 {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .kindergarten-shape14 {
    position: absolute;
    left: 3%;
    z-index: -1;
    bottom: -80px;
  }
  .kindergarten-shape14 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
            animation: moveleftbounce 5s linear infinite;
  }
  
  .kindergarten-shape15 {
    position: absolute;
    right: 0;
    top: 12%;
    z-index: -1;
  }
  .kindergarten-shape15 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  .kindergarten-shape16 {
    position: absolute;
    left: 3%;
    bottom: 5%;
    z-index: -1;
  }
  .kindergarten-shape16 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .kindergarten-shape17 {
    position: absolute;
    right: 5%;
    top: 8%;
    z-index: -1;
  }
  .kindergarten-shape17 img {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            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 {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
    max-width: 200px !important;
  }
  
  .kindergarten-shape20 {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: -1;
  }
  .kindergarten-shape20 img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
    max-width: 300px !important;
  }
  
  /*================================================
  About Area CSS
  =================================================*/
  .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::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: right;
    right: 0;
    bottom: 0;
  }
  .kindergarten-about-image .shape {
    position: absolute;
    right: -15px;
    top: 0;
    z-index: -1;
  }
  .kindergarten-about-image .shape img {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
  }
  
  /*================================================
  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 {
    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;
    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);
  }
  
  .kids-kite-image {
    text-align: center;
    margin-top: -280px;
  }
  .kids-kite-image img {
    -webkit-animation: moveleftbounce 4s linear infinite;
            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 .price {
    display: inline-block;
    color: var(--whiteColor);
    position: absolute;
    right: 0;
    border-radius: 0 0 0 10px;
    top: 0;
    background: var(--blackColor);
    padding: 7px 20px 5px;
    text-align: center;
    z-index: 9;
    font-size: 24px;
    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(../../assets/img/box-shape7.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;
    border-radius: 50%;
  }
  .single-kindergarten-courses-box .courses-content .course-author span {
    color: var(--whiteColor);
  }
  .single-kindergarten-courses-box .courses-content .course-author span a {
    weight: 600;
    size: 15px;
    color: var(--whiteColor);
  }
  .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(../../assets/img/box-shape4.png);
  }
  .owl-item:nth-child(1) .single-kindergarten-courses-box .price {
    background: var(--mainColor2);
  }
  .owl-item:nth-child(2) .single-kindergarten-courses-box .courses-image::before {
    background-image: url(../../assets/img/box-shape5.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(../../assets/img/box-shape6.png);
  }
  .owl-item:nth-child(3) .single-kindergarten-courses-box .price {
    background: #d9a416;
  }
  
  .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;
    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-].disabled {
    color: #d1a1a1;
    cursor: not-allowed;
  }
  .courses-slides-two.owl-theme .owl-nav [class*=owl-].disabled::before {
    background-color: #e8e8e8;
  }
  
  /*================================================
  Blog Area CSS
  =================================================*/
  .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(../../assets/img/shape-style1.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 h3 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 800;
  }
  .single-blog-item .post-content h3 a {
    display: inline-block;
  }
  
  /*================================================
  Subscribe Area CSS
  =================================================*/
  .subscribe-area.bg-eee8df .subscribe-content .newsletter-form .input-newsletter {
    background-color: var(--whiteColor);
  }
  
  .subscribe-content.text-left {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-content.text-left h2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-content.text-left p {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-content.text-left .newsletter-form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  /*================================================
  Feedback Area CSS
  =================================================*/
  .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;
    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);
  }
  
  /*================================================
  Events Area CSS
  =================================================*/
  .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(../../assets/img/events-rectangle1.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(../../assets/img/events-rectangle2.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(../../assets/img/events/kindergarten-img1.jpg);
  }
  .events-box .image.bg2 {
    background-image: url(../../assets/img/events/kindergarten-img2.jpg);
  }
  .events-box .image.bg3 {
    background-image: url(../../assets/img/events/kindergarten-img3.jpg);
  }
  .events-box .image.bg4 {
    background-image: url(../../assets/img/events/kindergarten-img4.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 {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
  }
  
  /*================================================
  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;
  }
  
  .scroll-wrapper > .scroll-content {
    overflow: inherit !important;
  }
  
  .tutor-container {
    max-width: 1230px;
  }
  .tutor-container .tutor-loop-rating-wrap {
    margin-bottom: 15px;
  }
  .tutor-container .tutor-course-loop-title h2 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 800;
  }
  .tutor-container .tutor-course-loop-title h2 a {
    display: inline-block;
    color: #221638;
    text-decoration: none;
  }
  .tutor-container i {
    font-style: normal;
  }
  .tutor-container .single-courses-box .courses-image .price .tutor-loop-cart-btn-wrap {
    display: none;
  }
  .tutor-container .tutor-course-loop {
    height: auto;
  }
  .tutor-container .tutor-star-rating-group i {
    margin-right: 0px;
  }
  
  .tutor-container h1, .tutor-container h2, .tutor-container h3, .tutor-container h4, .tutor-container h5, .tutor-container h6 {
    font-weight: bold;
  }
  
  .tutor-single-course-segment {
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    padding: 20px;
    margin-bottom: 25px;
  }
  
  .tutor-wrap {
    padding: 70px 0;
  }
  
  .tutor-ResetPassword.lost_reset_password {
    max-width: 1000px;
    margin: auto;
    padding: 70px 0;
  }
  
  .tutor-login-form-wrap input[type=submit]:hover {
    background-color: #221638;
    border-color: #221638;
  }
  
  .tutor-login-title h4 {
    font-weight: bold;
  }
  
  .tutor-form-group.tutor-reg-form-btn-wrap .tutor-button:hover {
    background-color: #221638;
    border-color: #221638;
  }
  
  .tutor-button.tutor-success:hover {
    background: #221638;
    border-color: #221638;
  }
  
  .tutor-course-content-wrap iframe {
    max-width: 100%;
    text-align: center;
  }
  
  .single-lp_course .course-students-list .students li {
    margin-right: 0;
    padding: 20px 20px;
    border: 1px solid #eee;
    border-bottom-width: 0;
  }
  .single-lp_course .course-students-list .students li:last-child {
    border-bottom-width: 1px;
  }
  .single-lp_course .course-students-list .students li .user-info {
    position: relative;
    float: unset;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .single-lp_course .course-students-list .students li .lp-course-status {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .single-lp_course .course-students-list .filter-students {
    float: unset;
  }
  
  .learn-press-pmpro-buy-membership {
    width: 100%;
  }
  .learn-press-pmpro-buy-membership .purchase-button {
    width: 100% !important;
    display: block !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-top: 12px !important;
    margin-top: 10px;
    text-transform: capitalize !important;
    padding-bottom: 12px !important;
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    font-family: var(--fontFamily) !important;
  }
  .learn-press-pmpro-buy-membership .purchase-button:hover {
    background-color: #221638 !important;
  }
  
  #pmpro_account-profile a {
    text-decoration: none;
  }
  
  .pmpro-has-access .pmpro_submit {
    margin-left: 0 !important;
  }
  
  .pmpro-has-access .pmpro_error {
    color: #a94442;
    background: #f2dede;
  }
  
  .pmpro-has-access .pmpro_thead-name {
    text-transform: uppercase;
  }
  
  .pmpro-has-access .pmpro_thead-msg {
    text-transform: lowercase;
  }
  
  .pmpro-has-access ul {
    list-style-type: none;
  }
  
  .pmpro-has-access .entry-content ul {
    list-style: inherit;
  }
  
  .pmpro-has-access .navigation a,
  .pmpro-has-access .pmpro_actionlinks a {
    font-weight: 700;
    font-size: 15px;
    padding: 0;
    margin: 0 10px;
    line-height: 30px;
  }
  
  .pmpro-has-access .navigation a:first-child,
  .pmpro-has-access .pmpro_actionlinks a:first-child {
    margin-left: 0;
  }
  
  .pmpro-has-access .navigation a:last-child,
  .pmpro-has-access .pmpro_actionlinks a:last-child {
    margin-right: 0;
  }
  
  .pmpro-has-access a.pmpro_btn,
  .pmpro-has-access input.pmpro_btn {
    border: none;
    padding: 5px 25px;
    border-radius: 0;
    text-transform: uppercase;
    outline: 0;
    line-height: 30px;
  }
  
  .pmpro-has-access table.pmpro_invoice {
    margin-top: 40px;
  }
  
  .pmpro-has-access #pmpro_account-invoices thead tr th,
  .pmpro-has-access #pmpro_account-membership thead tr th,
  .pmpro-has-access #pmpro_cancel thead tr th,
  .pmpro-has-access #pmpro_invoices_table thead tr th,
  .pmpro-has-access table#pmpro_levels_table thead tr th,
  .pmpro-has-access table.pmpro_invoice thead tr th {
    border: 1px solid #eee;
    text-align: center;
    padding: 10px 15px;
  }
  
  .pmpro-has-access #pmpro_account-invoices tbody .odd td,
  .pmpro-has-access #pmpro_account-membership tbody .odd td,
  .pmpro-has-access #pmpro_cancel tbody .odd td,
  .pmpro-has-access #pmpro_invoices_table tbody .odd td,
  .pmpro-has-access table#pmpro_levels_table tbody .odd td,
  .pmpro-has-access table.pmpro_invoice tbody .odd td {
    background-color: transparent;
  }
  
  .pmpro-has-access #pmpro_account-invoices tbody .active td,
  .pmpro-has-access #pmpro_account-membership tbody .active td,
  .pmpro-has-access #pmpro_cancel tbody .active td,
  .pmpro-has-access #pmpro_invoices_table tbody .active td,
  .pmpro-has-access table#pmpro_levels_table tbody .active td,
  .pmpro-has-access table.pmpro_invoice tbody .active td {
    background-color: #eee;
  }
  
  .thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page.active,
  .thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page:hover {
    background-color: transparent;
  }
  
  .pmpro-has-access #pmpro_account-invoices tbody tr td,
  .pmpro-has-access #pmpro_account-membership tbody tr td,
  .pmpro-has-access #pmpro_cancel tbody tr td,
  .pmpro-has-access #pmpro_invoices_table tbody tr td,
  .pmpro-has-access table#pmpro_levels_table tbody tr td,
  .pmpro-has-access table.pmpro_invoice tbody tr td {
    text-transform: capitalize;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #eee;
  }
  
  .pmpro-has-access table#pmpro_levels_table tbody tr td .pmpro_btn {
    border-radius: 0;
    border: none;
    font-size: 15px;
  }
  
  .pmpro-has-access #pmpro_account-profile ul {
    margin: 0;
  }
  
  .pmpro-has-access #pmpro_account-profile .pmpro_actionlinks {
    margin-top: 30px;
  }
  
  .pmpro-has-access #pmpro_cancel h3 {
    margin: 0 0 30px;
    text-transform: uppercase;
  }
  
  .pmpro-has-access #pmpro_account .pmpro_box {
    margin-top: 0;
  }
  
  .pmpro-has-access #pmpro_account .pmpro_box h3 {
    margin: 8px 0;
    text-transform: uppercase;
  }
  
  .pmpro-has-access #pmpro_billing_address_fields thead th,
  .pmpro-has-access #pmpro_payment_information_fields thead th {
    text-transform: uppercase;
  }
  
  .pmpro-has-access #pmpro_billing_address_fields tbody label,
  .pmpro-has-access #pmpro_payment_information_fields tbody label {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    width: 175px;
  }
  
  .pmpro-has-access #pmpro_billing_address_fields tbody input,
  .pmpro-has-access #pmpro_billing_address_fields tbody select,
  .pmpro-has-access #pmpro_payment_information_fields tbody input,
  .pmpro-has-access #pmpro_payment_information_fields tbody select {
    border-radius: 0;
    border: 1px solid #eee;
    padding: 7px 10px;
    height: 40px;
    max-width: 230px;
    outline: 0;
    margin: 0;
  }
  
  .pmpro-has-access #pmpro_billing_address_fields tbody select,
  .pmpro-has-access #pmpro_payment_information_fields tbody select {
    font-size: 15px;
  }
  
  .pmpro-has-access #pmpro_billing_address_fields tbody #ExpirationMonth,
  .pmpro-has-access #pmpro_billing_address_fields tbody #ExpirationYear,
  .pmpro-has-access #pmpro_payment_information_fields tbody #ExpirationMonth,
  .pmpro-has-access #pmpro_payment_information_fields tbody #ExpirationYear {
    width: calc(15% - 3.5px);
    width: -moz-calc(15% - 3.5px);
  }
  
  .pmpro-has-access #pmpro_billing_address_fields tbody .pmpro_error,
  .pmpro-has-access #pmpro_payment_information_fields tbody .pmpro_error {
    border-color: #a00;
    background-color: transparent;
  }
  
  .pmpro-has-access #pmpro_billing_address_fields abbr,
  .pmpro-has-access #pmpro_payment_information_fields abbr {
    color: red;
    font-weight: 700;
    border: 0;
  }
  
  .pmpro-has-access #pmpro_billing_address_fields tbody tr td,
  .pmpro-has-access #pmpro_billing_address_fields thead tr th,
  .pmpro-has-access #pmpro_payment_information_fields tbody tr td,
  .pmpro-has-access #pmpro_payment_information_fields thead tr th,
  .pmpro-has-access #pmpro_pricing_fields tbody tr td,
  .pmpro-has-access #pmpro_pricing_fields thead tr th {
    padding: 10px 15px;
    border: 1px solid #eee;
  }
  
  #pmpro_account #pmpro_account-membership {
    padding-top: 0;
  }
  
  #pmpro_account #pmpro_account-membership > h3 {
    margin-top: 0;
  }
  
  .pmpro_message {
    color: #31708f;
    border: 0;
    border-radius: 0;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 13px;
    background: #d9edf7;
  }
  
  .lp_pmpro_courses_by_level .level-wrap {
    margin-bottom: 50px;
    border: 1px solid #eee;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  
  .lp_pmpro_courses_by_level .level-wrap.feature:before {
    background: url(images/pricing-featured.png) top right no-repeat;
    content: "";
    position: absolute;
    width: 51px;
    height: 51px;
    top: -3px;
    right: -3px;
  }
  
  .lp_pmpro_courses_by_level .level-wrap header {
    text-align: center;
  }
  
  .lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_title_level {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: var(--whiteColor);
    line-height: 62px;
    padding: 10px 30px;
    overflow: hidden;
  }
  
  .lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_title_level:before {
    content: "";
    position: absolute;
    top: -70px;
    left: -50px;
    right: -50px;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 50% 50%;
    background: #ffb606;
  }
  
  .lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level {
    text-align: center;
    padding: 35px 30px 30px;
  }
  
  .lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level .price {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin: 0;
  }
  
  .lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level .expired {
    color: #999;
    line-height: 25px;
    margin: 0;
  }
  
  .lp_pmpro_courses_by_level .level-wrap footer {
    padding: 25px 30px 40px;
    text-align: center;
  }
  
  .lp_pmpro_courses_by_level .level-wrap footer a {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    padding: 5px 25px;
  }
  
  .lp_pmpro_courses_by_level .level-wrap main {
    padding: 0 30px;
  }
  
  .lp_pmpro_courses_by_level .level-wrap ul {
    padding: 0;
  }
  
  .lp_pmpro_courses_by_level .level-wrap ul li {
    padding: 12px 0;
    border-top: 1px solid #eee;
  }
  
  .lp_pmpro_courses_by_level .level-wrap ul li a {
    line-height: 25px;
    color: #999;
    display: block;
  }
  
  .lp_pmpro_courses_by_level .level-wrap:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .lp_pmpro_courses_by_level .navigation {
    clear: both;
  }
  
  #pmpro_account #pmpro_account-profile {
    background: rgba(238, 238, 238, 0.9333333333);
    padding: 6px 24px;
  }
  
  body #pmpro_account .pmpro_box {
    border-top: 0;
  }
  
  form.pmpro_form .pmpro_message {
    margin-top: 0;
    margin-bottom: 40px;
  }
  
  form.pmpro_form table {
    margin-bottom: 60px;
  }
  
  form.pmpro_form .pmpro_submit {
    margin: 0;
    overflow: hidden;
  }
  
  .lp-pmpro-footer,
  .lp-pmpro-header,
  .lp-pmpro-main {
    overflow: hidden;
    width: 100%;
  }
  
  .lp-pmpro-header .list-item,
  .lp-pmpro-header .list-main {
    border: 1px solid #eee;
    border-left: 0;
    border-bottom: 4px solid #ccc;
    min-height: 200px;
  }
  
  .lp-pmpro-header .list-main {
    border-left: 1px solid #eee;
  }
  
  .lp-pmpro-footer .list-item,
  .lp-pmpro-footer .list-main {
    border: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    min-height: 81px;
    padding: 20px 0;
    vertical-align: middle;
  }
  
  .lp-pmpro-footer .list-main,
  .lp-pmpro-membership-list .list-main .item-td {
    border-left: 1px solid #eee;
  }
  
  .lp-pmpro-membership-list {
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
  }
  
  .lp-membership-list-mobile .lp-pmpro-membership-list {
    max-width: 100%;
    margin-bottom: 50px;
  }
  
  .lp-membership-list-mobile .lp-pmpro-membership-list:last-child {
    margin-bottom: 0;
  }
  
  .lp-membership-list-mobile .lp-pmpro-membership-list .list-main {
    width: 65%;
  }
  
  .lp-membership-list-mobile .lp-pmpro-membership-list .header-item {
    width: 100%;
  }
  
  .lp-pmpro-membership-list .list-main {
    width: 34%;
  }
  
  .lp-pmpro-membership-list .list-item {
    text-align: center;
  }
  
  .lp-pmpro-membership-list .header-item {
    padding-top: 82px;
    padding-bottom: 35px;
    position: relative;
    vertical-align: top;
    background: url(../../assets/img/box.png) top 18px center no-repeat;
  }
  
  .lp-pmpro-membership-list .header-item.has-4 {
    width: 12%;
  }
  
  .lp-pmpro-membership-list .header-item.has-3 {
    width: 22%;
  }
  
  .lp-pmpro-membership-list .header-item.has-2 {
    width: 33%;
  }
  
  .lp-pmpro-membership-list .header-item.position-2 {
    background-image: url(../../assets/img/target.png);
  }
  
  .lp-pmpro-membership-list .header-item.position-2:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    width: 100%;
  }
  
  .lp-pmpro-membership-list .header-item.position-3 {
    background-image: url(../../assets/img/goals.png);
  }
  
  .lp-pmpro-membership-list .item-td {
    border: 1px solid #eee !important;
    padding: 10px 30px;
    border-top: 0;
    border-left: 0;
    line-height: 25px;
  }
  .lp-pmpro-membership-list .item-td a {
    color: #666;
    text-decoration: none;
  }
  .lp-pmpro-membership-list .item-td i {
    font-style: normal;
  }
  
  .lp-pmpro-membership-list .item-td.item-desc {
    font-weight: 700;
  }
  
  .lp-pmpro-membership-list .item-td.item-check {
    font-size: 17px;
  }
  
  .lp-pmpro-membership-list .item-td.item-none {
    color: #bbb;
    font-size: 17px;
  }
  
  .lp-pmpro-membership-list .lp-title {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0;
    line-height: 30px;
    text-transform: uppercase;
  }
  
  .lp-pmpro-membership-list .lp-desc {
    font-size: 13px;
    color: #888;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 22px;
  }
  
  .lp-pmpro-membership-list .lp-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
  }
  
  .lp-pmpro-membership-list .lp-price .currency {
    font-size: 16px;
    vertical-align: super;
  }
  
  .lp-pmpro-membership-list .lp-price .expired {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
  }
  
  .lp-pmpro-membership-list .lp-price .expired .currency {
    font-size: 14px;
  }
  
  .lp-membership-list-mobile .lp-pmpro-membership-list .item_level {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
  }
  
  .lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses {
    border-top: 1px solid #eee;
  }
  
  .lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses .item-td {
    text-align: center;
  }
  
  .lp-membership-list-mobile .lp-pmpro-membership-list .item_level .footer-item {
    text-align: center;
    padding: 20px 0;
  }
  
  #pmpro_paypalexpress_checkout input {
    border: 0;
    padding: 0;
  }
  
  form.pmpro_form .lp-pmpro-name {
    width: 150px;
    height: 150px;
    float: left;
    clear: none;
    margin: 0 20px 0 0;
    position: relative;
  }
  
  form.pmpro_form .lp-pmpro-name h4 {
    color: var(--whiteColor);
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
  }
  
  form.pmpro_form .lp-pmpro-content {
    width: calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    float: right;
    clear: none;
    margin: 0;
  }
  
  form.pmpro_form .lp-pmpro-desc {
    text-align: left;
    float: none;
    clear: both;
    margin: 0 0 5px;
    line-height: 25px;
  }
  
  form.pmpro_form .lp-pmpro-desc label,
  form.pmpro_form .lp-pmpro-desc p {
    display: inline-block;
    margin: 0;
  }
  
  form.pmpro_form .lp-pmpro-desc label {
    margin-right: 5px;
    width: auto;
  }
  
  form.pmpro_form .lp-pmpro-desc.lp-pmpro-description {
    margin-top: 15px;
  }
  
  form.pmpro_form h3.pmpro_thead-name {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
  }
  
  form.pmpro_form .pmpro_thead-msg {
    font-style: normal;
    font-size: 14px;
    color: #999;
  }
  
  form.pmpro_form .pmpro_thead-msg a {
    font-weight: 700;
    color: #e7a507;
    text-transform: none;
    margin-left: 5px;
  }
  
  form.pmpro_form .lp-pmpro-account-info .lp-pmpro-desc {
    max-width: 500px;
    float: none;
    overflow: hidden;
    margin: auto auto 15px;
    clear: both;
  }
  
  form.pmpro_form .lp-pmpro-account-info .lp-pmpro-desc label {
    min-width: 175px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #888;
  }
  
  form.pmpro_form .lp-pmpro-account-info abbr[data-original-title],
  form.pmpro_form .lp-pmpro-account-info abbr[title] {
    border-bottom: 0;
    vertical-align: bottom;
    margin-left: 5px;
    color: #999;
  }
  
  #pmpro_form tbody tr td.lp-pmpro-td,
  #pmpro_pricing_fields tbody tr td.lp-pmpro-td {
    padding: 30px 40px;
  }
  
  #pmpro_form .pmpro_submit {
    text-align: center;
  }
  
  #pmpro_form .pmpro_submit span {
    float: none;
    overflow: hidden;
    display: block;
  }
  
  #pmpro_form table {
    margin-bottom: 40px;
  }
  
  .pmpro-has-access a.pmpro_btn, .pmpro-has-access input.pmpro_btn {
    border: none;
    padding: 5px 25px;
    border-radius: 0;
    text-transform: capitalize !important;
    outline: 0;
    line-height: 30px;
    color: var(--whiteColor);
    text-decoration: none;
  }
  .pmpro-has-access a.pmpro_btn:hover, .pmpro-has-access input.pmpro_btn:hover {
    background-color: #221638 !important;
  }
  
  .pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
    background-color: #efefef;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-shadow: none;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  .pmpro_checkout input {
    height: 50px;
    color: #221638;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: 0.5s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    max-width: 100% !important;
  }
  .pmpro_checkout table td, .pmpro_checkout table td {
    padding: 19px 28px;
  }
  .pmpro_checkout tbody tr td div {
    margin-top: 10px;
  }
  .pmpro_checkout form.pmpro_form label {
    margin-bottom: 4px;
  }
  .pmpro_checkout .pmpro_payment-expiration .nice-select {
    display: none;
  }
  .pmpro_checkout .pmpro_payment-expiration select {
    display: inline-block !important;
    padding: 2px;
    margin-top: 8px;
    margin-right: 6px;
    margin-left: 5px;
  }
  
  .pmpro_member_profile_edit-fields input {
    height: 50px;
    color: #221638;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: 0.5s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    max-width: 100% !important;
  }
  .pmpro_member_profile_edit-fields a {
    text-decoration: none !important;
  }
  .pmpro_member_profile_edit-fields a:hover {
    text-decoration: none !important;
    color: var(--whiteColor);
  }
  
  .pmpro_login_wrap input#user_pass, .pmpro_login_wrap input#user_login {
    height: 50px;
    color: #221638;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: 0.5s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  .wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
  }
  
  #add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    position: relative;
    width: 100%;
  }
  
  .woocommerce form .form-row label {
    line-height: 13px;
  }
  
  .learn-press-form-register h2 {
    display: none;
  }
  .learn-press-form-register .acf-fields {
    display: none;
  }
  
  #content-item-quiz input[type=submit] {
    width: 100% !important;
  }
  
  .tutor-course-loop-header-meta {
    overflow: visible;
    z-index: 99;
  }
  .tutor-course-loop-header-meta .single-courses-box .courses-image {
    z-index: auto !important;
  }
  
  .ecademy-nav .navbar .navbar-nav .dropdown.nav-item:last-child a {
    margin-right: 14px;
  }
  
  .ld-enroll-btn {
    font-weight: bold;
  }
  
  .ld-single-courses-box .courses-content .course-author img {
    width: 50px;
    height: 50px;
  }
  .ld-single-courses-box .courses-content .course-author span {
    font-weight: bold;
    text-transform: capitalize;
  }
  
  .sidebar .widget_ldcoursenavigation .learndash-wrapper {
    padding: 0px;
  }
  .sidebar .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-course-navigation-heading {
    margin-bottom: 10px;
  }
  .sidebar .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: none;
  }
  .sidebar .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button {
    font-weight: 500;
  }
  .sidebar .widget_sfwd-courses-widget h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .sidebar .widget ul li::before {
    top: 8px;
  }
  
  .ld-courses-details-desc .post-thumbnail.text-center {
    border-radius: 11px;
    background: #eee;
    padding: 15px;
  }
  
  .learndash-wrapper .ld-button.ld-login-button {
    text-align: center;
    margin: auto;
    padding: 12px 23px;
    text-decoration: none;
    font-size: 19px;
    margin-top: 18px;
  }
  
  #ld-profile {
    background: #f8f9f8;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #ld-profile a {
    text-decoration: none;
  }
  
  .ld-register a {
    text-align: center;
    font-weight: bold;
    margin: auto;
    border-radius: 20px !important;
    padding: 12px 23px;
    text-decoration: none !important;
    font-size: 19px !important;
  }
  
  .ecademy-Profile-un .wp-block-buttons {
    text-align: center;
  }
  
  .logged-in .ld-register {
    display: none;
  }
  
  .learndash-wrapper .ld-button.ld-login-button.ld-login {
    justify-content: center;
  }
  
  .learndash-wrapper .ld-login-modal .ld-login-modal-register label {
    color: var(--whiteColor);
  }
  
  .learndash-wrapper .ld-login-modal .ld-login-modal-register h2 {
    display: none;
  }
  
  .learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail {
    color: var(--whiteColor);
  }
  
  .scroll-wrapper > .scroll-content {
    overflow: scroll !important;
  }
  
  .profile-box .content .default-btn br {
    display: none;
  }
  
  .courses-content .expert h3 {
    color: #606060;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 16px;
    display: inline;
    font-weight: normal;
  }
  
  .courses-content .expert p {
    display: inline;
  }
  
  .courses-details-area .sidebar .widget {
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.05);
  }
  
  .ld-courses-details-desc .post-thumbnail img {
    width: 100%;
  }
  
  .ld-courses-details-desc .entry-content.pt-70 {
    padding-top: 30px;
  }
  
  .courses-details-desc .nav .nav-item, .courses-details-info .info li {
    list-style-type: none;
  }
  
  /*================================================
  Gym Banner Area CSS
  =================================================*/
  .gym-home-area {
    padding-top: 10px;
    position: relative;
    z-index: 1;
    background-color: #f1f1f1;
    background-image: url(../../assets/img/gym-banner-bg.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(../../assets/img/circle-border.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;
  }
  
  /*================================================
  Funfacts Area CSS
  =================================================*/
  .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-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  /*================================================
  Gym Feedback Area CSS
  =================================================*/
  .gym-feedback-area {
    background-color: #fafafa;
    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;
  }
  
  .features-list li {
    list-style-type: none;
  }
  
  #checkout-form-login .learn-press-form-login {
    display: block !important;
  }
  
  /*================================================
  Learning Management
  =================================================*/
  .bg-fff8f8 {
    background-color: #fff8f8;
  }
  
  .bg-f9fbff {
    background-color: #f9fbff;
  }
  
  /*================================================
  Features Area CSS
  =================================================*/
  .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: 21px;
    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);
  }
  
  /*================================================
  Main Banner Area CSS
  =================================================*/
  .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 {
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  /*================================================
  About Area CSS
  =================================================*/
  .about-area .bulb {
    left: auto;
    right: 50px;
    width: 280px;
  }
  
  /*================================================
  View All Courses Area CSS
  =================================================*/
  .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;
  }
  
  /*================================================
  Premium Access Area CSS
  =================================================*/
  .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;
  }
  
  /*================================================
  Testimonials Area CSS
  =================================================*/
  .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;
  }
  
  /*================================================
  Get Instant Courses Area CSS
  =================================================*/
  .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: right;
  }
  
  /*================================================
  Partner Area CSS
  =================================================*/
  .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;
  }
  
  /*================================================
  Video Area CSS
  =================================================*/
  .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;
  }
  
  /*================================================
  Funfacts Area CSS
  =================================================*/
  .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%);
  }
  
  .single-courses-item-box .courses-content .rating .review-stars-rated {
    margin-bottom: 0;
  }
  
  .lp-archive-courses .course-summary .course-summary-content .course-detail-info, .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
    display: none !important;
  }
  
  .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
    width: 100% !important;
  }
  
  #learn-press-course-tabs.course-tabs {
    margin-top: 0 !important;
  }
  
  .course-item-popup .others-option-for-responsive {
    display: none !important;
  }
  
  #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section {
    border: 1px solid #eeeeee;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header {
    cursor: pointer;
    padding: 25px !important;
  }
  
  #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left .section-title {
    text-align: left;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #221638 !important;
  }
  
  #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status {
    padding: 0px 4px !important;
  }
  
  #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-name {
    font-size: 15px !important;
    font-weight: bold !important;
  }
  
  #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta {
    color: var(--blackColor) !important;
    font-weight: bold;
  }
  
  #popup-course #popup-footer .course-item-nav .course-item-nav__name {
    top: -33px !important;
    color: var(--whiteColor);
    background: #666 !important;
  }
  
  #popup-course #popup-footer .course-item-nav .prev a:hover, #popup-course #popup-footer .course-item-nav .next a:hover {
    padding: 0 10px;
    color: var(--whiteColor) !important;
  }
  
  .lp-profile-user-bio p {
    color: var(--whiteColor);
  }
  
  #learn-press-profile i {
    font-style: normal;
  }
  #learn-press-profile a {
    text-decoration: none;
  }
  #learn-press-profile ul {
    list-style-type: none;
  }
  #learn-press-profile ul li {
    list-style-type: none;
  }
  
  #learn-press-profile .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #learn-press-profile .social-link li {
    display: inline-block;
    margin-right: 3px;
  }
  #learn-press-profile .social-link li:last-child {
    margin-right: 0;
  }
  #learn-press-profile .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #e1e1e1;
    font-size: 16px;
    color: var(--blackColor);
    position: relative;
    border-radius: 2px;
  }
  #learn-press-profile .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #learn-press-profile .social-link li a:hover {
    color: var(--whiteColor);
  }
  
  #checkout-account-logged-in {
    padding-bottom: 11px;
  }
  
  .learnpress-checkout .lp-content-wrap > h2 {
    display: none;
  }
  
  #learn-press-checkout {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  
  .course-summary .content-item-summary .lp-btn-finish-course {
    margin: 4px 10px 0 0 !important;
  }
  
  .courses-details-info .btn-box .lp-btn-finish-course {
    margin: 4px 10px 0 0 !important;
  }
  
  .course-item-popup .lp-btn-finish-course i {
    display: none;
  }
  .course-item-popup .lp-btn-finish-course span {
    display: none;
  }
  
  .courses-details-info .wrap-btn-add-course-to-cart {
    width: 100%;
  }
  
  .gradebook-top-nav input {
    padding: 10px 10px;
    border: navajowhite;
    background: #efefef;
  }
  .gradebook-top-nav button {
    padding: 10px 10px !important;
    height: unset !important;
    line-height: 25px !important;
    background: #3e3e3e;
  }
  .gradebook-top-nav button:hover {
    border: none;
    color: var(--whiteColor);
  }
  
  .lp-user-profile.guest .wrapper-profile-header {
    display: none;
  }
  
  #learn-press-profile .learn-press-form-login, #learn-press-profile .learn-press-form-register {
    width: 48% !important;
    margin-right: 20px !important;
    display: inline-block;
  }
  
  #learn-press-course-curriculum.course-curriculum ul.curriculum-sections {
    z-index: 999 !important;
  }
  
  .search-no-results.post-type-archive.post-type-archive-lp_course .page-title-area {
    display: none;
  }
  
  .search-no-results.post-type-archive.post-type-archive-lp_course .lp-archive-courses .page-title-area {
    display: block;
  }
  
  .pmpro-has-access .entry-content ul {
    list-style-type: none;
  }
  
  .lp-profile-content button, #course-item-content-header .form-button.lp-button-back button {
    background: #fe4a55;
  }
  
  .lp-profile-content button:hover, .lp-profile-content button:focus, #course-item-content-header .form-button.lp-button-back button:hover, #course-item-content-header .form-button.lp-button-back button:focus {
    color: var(--whiteColor) !important;
  }
  
  .elementor-1207 .elementor-element.elementor-element-e822fef .about-area-two.bg-fffaf3.pt-70.pb-100 {
    background-color: var(--whiteColor) !important;
  }
  
  .fep-form input[type=text] {
    width: 100%;
    padding: 8px 11px;
  }
  
  button.lp-button.button.button-enroll-course, .learnpress-page .lp-button, .learnpress-page #lp-button {
    width: 100%;
    color: #fff !important;
  }
  
  .course-reviews-list li .review-title, .course-reviews-list-shortcode li .review-title {
    clear: unset;
  }
  
  .course-reviews-list, .course-reviews-list-shortcode {
    padding: 0;
  }
  
  #learn-press-profile.guest .lp-content-area {
    display: flex;
  }
  
  .learnpress-page .lp-button, .learnpress-page #lp-button {
    margin-bottom: 5px;
  }
  
  .courses-details-info .btn-box form {
    display: block !important;
  }
  
  /**
  * V4.9.6
  */
  /*================================================
  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 {
    -webkit-animation: movebounce 5s linear infinite;
            animation: movebounce 5s linear infinite;
    width: 200px;
  }
  
  .c-shape2 {
    position: absolute;
    z-index: -1;
    top: 20px;
    right: 0;
  }
  .c-shape2 img {
    -webkit-animation: movebounce 5s linear infinite;
            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;
    margin-right: 30px;
    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 {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .c-shape4 {
    position: absolute;
    z-index: -1;
    right: 15%;
    top: 25%;
  }
  .c-shape4 img {
    -webkit-animation: movebounce 5s linear infinite;
            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 !important;
  }
  .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 !important;
  }
  
  .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 !important;
  }
  .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-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../assets/img/check-shape.png);
  }
  .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-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-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 {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .motivation-shape-2 {
    position: absolute;
    left: -40px;
    top: 40%;
    transform: translateY(-40%);
    z-index: -1;
    opacity: 70%;
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
  }
  
  .motivation-shape-3 {
    position: absolute;
    bottom: 0;
    left: 40%;
    transform: translateX(-40%);
    z-index: -1;
    -webkit-animation: moveleftbounce 4s linear infinite;
            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 {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            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: 18px;
    font-weight: 600;
  }
  .motivation-about-me-content .default-btn {
    margin-top: 25px;
  }
  
  .motivation-shape-5 {
    position: absolute;
    right: -28px;
    bottom: -30px;
    z-index: -1;
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
    opacity: 90%;
  }
  
  /*================================================
  Motivation Feedback Area CSS
  =================================================*/
  .motivation-feedback-area {
    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% !important;
  }
  .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 {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            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: 20px;
    color: var(--blackColor);
    font-weight: 600;
  }
  
  .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 .input-newsletter {
    border: 1px solid #DFDFDF;
    background-color: var(--whiteColor);
    color: var(--blackColor);
  }
  
  .motivation-shape-7 {
    position: absolute;
    left: -20px;
    bottom: 20px;
    z-index: -1;
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
  }
  
  .motivation-shape-8 {
    position: absolute;
    top: 10%;
    left: 15%;
    transform: translateY(-10%) translateX(-15%);
    z-index: -1;
    -webkit-animation: moveleftbounce 4s linear infinite;
            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 {
    -webkit-animation-name: rotateme;
            animation-name: rotateme;
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  
  .motivation-shape-10 {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: -1;
    -webkit-animation: moveleftbounce 4s linear infinite;
            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: 625px;
    padding-left: 50px;
  }
  .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;
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
  }
  
  .kitchen-shape-2 {
    position: absolute;
    right: 25%;
    transform: translateX(-25%);
    top: 55px;
    z-index: -1;
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  .kitchen-shape-3 {
    position: absolute;
    right: 70px;
    top: 30px;
    z-index: -1;
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
  }
  
  .kitchen-shape-4 {
    position: absolute;
    left: 45%;
    transform: translateX(-45%);
    bottom: 50px;
    z-index: -1;
    -webkit-animation: moveleftbounce 4s linear infinite;
            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(../../assets/img/circle-border.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-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: 20px;
  }
  .single-kitchen-feedback-box .client-info {
    margin-top: 25px;
  }
  .single-kitchen-feedback-box .client-info img {
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
  }
  .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 !important;
    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-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 .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:-ms-input-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:-ms-input-placeholder {
    color: transparent;
  }
  .kitchen-inner-subscribe .subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent;
  }
  
  /*================================================
  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;
    -webkit-animation: movebounce 4s linear infinite;
            animation: movebounce 4s linear infinite;
  }
  
  .kitchen-shape-6 {
    position: absolute;
    right: 20%;
    transform: translateX(-20%);
    bottom: 95px;
    z-index: -1;
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  .kitchen-shape-7 {
    position: absolute;
    right: 30px;
    bottom: -15px;
    z-index: -1;
    -webkit-animation: moveleftbounce 4s linear infinite;
            animation: moveleftbounce 4s linear infinite;
  }
  
  .tutor-course-list-pagination.tutor-ui-pagination {
    width: 100% !important;
  }
  
  .loading-spinner {
    position: fixed;
    background: #fff;
    height: 100%;
  }
  
  .tutor-wrap .single-courses-box .courses-content h3 a:hover {
    color: var(--mainColor);
  }
  .tutor-wrap .single-courses-box .courses-content .course-author i {
    color: #f8c51c;
    font-size: 25px;
    margin-bottom: 10px;
  }
  
  .page-title-content .tutor-d-flex {
    display: unset !important;
  }
  .page-title-content .tutor-ratings .tutor-rating-stars span, .page-title-content .tutor-ratings .tutor-rating-stars i {
    font-size: 30px;
    position: relative;
    bottom: -7px;
  }
  .page-title-content .tutor-ratings .tutor-rating-text {
    display: none;
  }
  
  .tutor-instructor-application-body .tutor-color-white {
    color: #fff !important;
  }
  
  .tutor-user-profile-content .single-courses-box .courses-content h3 a {
    font-size: 19px;
  }
  .tutor-user-profile-content .single-courses-box .courses-content h3 {
    margin-top: 0;
  }
  
  .tutor-wrap.tutor-courses-wrap.tutor-container.course-archive-page.page-main-content {
    padding: 0 !important;
  }
  
  .tutor-wrap.tutor-courses-wrap.tutor-container.tutor-course-filter-loop-container {
    padding: 0;
  }
  
  .ecademy-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    z-index: 999999 !important;
  }
  
  .ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    z-index: 999999 !important;
  }/*# sourceMappingURL=style.css.map */
  
  .footer-bottom-area p {
      text-align: center !important;
  }
  @media(min-width : 1000px){
      .single-features-box{
          min-height : 250px;
          max-height: 250px;
      }
  }
  .course-curriculum .section-content {
      pointer-events:none !important;
      margin: 0 !important;
  }
  .course-curriculum .course-item{
      margin:0 !important;
  }
  .lp-archive-courses ul, .lp-archive-courses ol{
      width:100% !important;
  }
  button.btn.showBtn.btn_outline.lp-button {
      margin: 0 0 0 20px;
  }
  .single-advisor-box .advisor-content p.more {
      display: block;
  }
  a.btn.showBtn.btn_outline {
      color: blue;
      font-size: 0.8rem;
      padding: 0;
  }
  .advisor-content a {
      pointer-events: none;
  }
  a.d-inline-block {
      pointer-events: none;
  }
  .course-author.d-flex.align-items-center>span>a {
      pointer-events: none;
  }
  .single-courses-box .courses-image .price, .single-courses-box .courses-image .free {
      display: none !important;
  }	
  .courses-details-info .image .link-btn {
      pointer-events: none;
  }
  .courses-details-info .image .content i.flaticon-play {
      display: none;
  }
  .dropdown-menu {
      display: none;
      position: absolute;
      background-color: #fff;
      min-width: 205px;
      min-height: 161px;
      top: 70px;
      right: 0px;
      left: auto !important;
      box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
      z-index: 9999;
  }
  .dropdown-item {
    color: #808080 !important;
    min-width: 200px;
    padding: 6px 16px !important;
    text-decoration: none !important;
    background-color: #fff !important;
    display: block !important;
    font-family: Nunito !important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 1.7em!important;
  }
      .logout_arrow:after {
      content: "\f078";
      display: inline-block;
      font-family: 'Nunito';
      padding: 0;
      position: absolute;
      top: 32px;
      right: 10px;
      margin: 0;
      line-height: 24px;
      font-size: 11px;
      font-weight: 900;
  }
  @media(max-width: 767px){.site-header.menu-mobile-effect.navbar-toggle {
      position: absolute;
      top: 20%;
      right: 15px;
      margin: -2px 0 0;
      z-index: 1;
  }#masthead.header_v4.navigation.menu-right {
      position: absolute !important;
      right: 50px !important;
      display: flex !important;
      align-items: center !important;
      margin: 16px auto !important;
  }
  .logout_arrow:after {
      content: "\f078";
      display: inline-block;
      font-family: 'Nunito';
      padding: 0;
      position: absolute;
      top: 24px;
      left: auto;
  
      margin: 0;
      line-height: 24px;
      font-size: 11px;
      font-weight: 900;
  }
  .menu-right .thim-link-login a {
      font-size: 13px;
      font-weight: 700;
      border: 0;
      padding: 6px 30px;
      line-height: 20px;
      display: inline-block;
      float: left;
      max-width: fit-content !important;
  }}
  .show
  {
      display: block !important;
  }
  .logout.how-popup:hover
  {
  cursor: pointer;
  }
  .dropdown-menu.slidemenu.show>a:hover {
      background-color: #C4122F !important;
      color: #fff !important;
  }
  /* for multiple instructor */
   .single-advisor-box .advisor-image img {
      border-radius: 100%;
      height: 100px;
      width: 100px;
  }
  .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-image h6 {
      line-height: 1.5;
      font-weight: 700;
      letter-spacing: 0.2px;
  }
  .advisor-content {
      background: #ffff;
      position: fixed;
      top: 50%;
      transform: translate(-50%,-50%);
      max-width: 1000px;
      left: 50%;
      width: 100%;
      display: flex;
      /* align-items: center; */
      padding: 10px;
      border-radius: 6px;
    }
  .content {
      position: fixed;
      background: rgba(0,0,0,.5);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999999;
      display: none;
  }
  .ContentWrapper {
      position: relative;
  }
  .profileWrapper {
      max-width: 38%;
      height: auto;
      width: 100%;
      display: flex;
      background: rgb(235,235,235);
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 5px 15px 5px 15px;
  }
  .profileContent {
      max-width: 62%;
      width: 100%;
      height: 450px;
      overflow-y: auto;
      padding: 5px 15px 5px 15px;
  }
  .profileWrapper p {
      font-weight: 600;
      width: 100%;
      height: 100px;
      overflow-y: auto;
      color: #666666;
  }
  .profileWrapper img {border-radius: 100%;width: 200px;}
  .profileWrapper h3 {
      font-size: 28px;
      font-weight: 700;
      letter-spacing: -1.5;
      color: #000;
      margin-top: 10px;
  }
  .profileContent p {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      text-align: justify;
      font-family: Overpass, sans-serif !important;
      font-size: 16px;
      line-height: 1.9;
      font-weight: 400;
      letter-spacing: 0px;
      color: #000;
  }
  button.closeBtn {
      position: fixed;
      background: transparent;
      color: #ffff;
      font-size: 25px;
      top: 0;
      right: 0;
      z-index: 9999999999999999;
      margin-top: -40px;
  }
  body.learnpress-page {
      position: relative;
  }
  .courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-image {
      top: 0;
      margin-bottom: 0;
      cursor: pointer;
  }
  @media only screen and (max-width: 768px) {
      .advisor-content {
          max-width: 500px;
          width: 100%;
          flex-direction: column;
          height: 600px;
      }
      .profileWrapper,
      .profileContent {
          max-width: 100%;
      }
      .profileContent {
          overflow: scroll;
      }
  }
  
  li#menu-item-6107 ul {
      width: auto;
      height: auto;
      border: none;
      min-height: 0;
      min-width: 0;
      top : 50px;
  }
  li#menu-item-6107 ul li a {
      padding: 3px !important;
      text-align: center;
      min-width: 0;
  }
  li#menu-item-6107 ul li:hover {
      background-color: #c4122f;
  }
  li#menu-item-6107 ul li:hover a span span {
      color: #fff;
  }
  @media(max-width: 990px){
      .row.new-row {
      flex-direction: column-reverse;
  }
  }
  div#secondary h3 {
      font-size: 20px;
  }
  div#categories label {
      cursor: pointer;
  }
  @media only screen and (max-width: 767px){
      .page-title-area {
          padding-top: 15px;
          padding-bottom: 15px;
      }
      .page-title-content .rating{
          margin-top : 0px;
      }
      .courses-details-desc{
          margin-top:0px;
      }
      .lp-archive-courses .lp-entry-content .entry-content-left{
          margin-top:20;
      }
      .lp-archive-courses .lp-entry-content .entry-content-left{
          margin-bottom : 10px;
      }
      .courses-details-info .courses-share .share-info .social-link{
          opacity: 1;
         
      }
      .courses-details-info .courses-share .share-info .social-link{
          bottom : 0;
          top :35px;
      }
      .pb-100{
          padding-bottom : 0px !important;
      }
      .courses-area.pt-100.pb-70{
          padding-top : 10px !important;
          padding-bottom : 0px !important;
      }
      .sidebar {
      padding-left: 0;
      padding-top: 0px;
      }
  }
  
  button#dropdownMenuButton {
      background-color: #c4122f;
  }
  .default-btn {
      border: none ;
      position: relative;
      display: inline-block;
      text-align: center;
      overflow: hidden;
      z-index: 1;
      color: var(--whiteColor) !important;
      transition: var(--transition) !important;
      border-radius: 5px !important;
      font-weight: 700 !important;
      font-size: var(--fontSize) !important;
      padding-left: 55px !important;
      padding-right: 30px !important;
      padding-top: 11px !important;
      padding-bottom: 11px !important;
      /* font-family: georgia !important; */
  }
  .lp-archive-courses .lp-content-area {
      margin-top: 70px;
  }
  /* */
  .col-lg-4.col-md-6.lp_course.type-lp_course.status-publish.has-post-thumbnail.hentry.course.program-course {
      padding: 0;
      width: 290px !important;
      flex: none;
      max-width: 100%;
  }
  
  div#learn-press-course-curriculum {
      width: 100%;
  }
  
  .lp-content-area .single-courses-box .courses-image .image img {
      width: 100%;
      height: 100% !important;
  }
  
  .curriculum-scrollable .learn-press-courses[data-layout=list] {
      width: 100% !important;
      max-width: 100%;
      margin: 0;
      gap: 20px;
      height: auto;
  }
  .curriculum-scrollable .single-courses-box .courses-image .image {
      height: auto !important;
  }
  
  .curriculum-scrollable ul.learn-press-courses .single-courses-box .courses-content h3 a {
      font-size: 16px;
  }

@media only screen and (max-width: 767px) {
    .courses-rating .review-stars-rated {
        width: auto !important;
        height: auto !important;
    }
    
    .courses-rating .review-stars-rated .review-stars {
        height: auto !important;
        display: block !important;
    }
    
    .courses-rating .review-stars-rated .review-stars.filled {
        top: 3px !important;
    }
    .page-title-content .rating {
        position: static !important;
    }
    .lp-archive-courses.custom-lp-archive-course {
        right: 0 !important;
        left: 180px !important;
    }
}
  