/*
@File: Edali Theme Styles

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

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

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

** - Default CSS
** - Preloader CSS
** - Header CSS
** - Search Overlay CSS
** - Main Banner CSS
** - Boxes CSS
** - About CSS
** - Story CSS
** - Values CSS
** - Courses Categories CSS
** - Partner CSS
** - Offer CSS
** - Become Instructor & Partner CSS
** - Funfacts CSS
** - Features CSS
** - Courses CSS
** - Courses Details CSS
** - Team CSS
** - Team Details CSS
** - Mission CSS
** - Testimonials CSS
** - Gallery CSS
** - Students Feedback Form CSS
** - Blog CSS
** - Blog Details CSS
** - How It Works CSS
** - Pricing CSS
** - Page Title CSS
** - Events CSS
** - Events Details CSS
** - Count Down CSS
** - Shop CSS
** - Product Details CSS
** - Cart CSS
** - Checkout CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Login CSS
** - Register CSS
** - FAQ CSS
** - Coming Soon CSS
** - Error 404 CSS
** - Contact CSS
** - Footer CSS
*/
/*================================================
Default CSS
=================================================*/
:root {
  --fontFamily: "Poppins", sans-serif;
  --optional-font-family: "Open Sans", sans-serif;
  --mainColor: #ff1949;
  --optional-color: #0eb582;
  --optionalColor: #606060;
  --whiteColor: #ffffff;
  --blackColor: #252525;
  --paragraphColor: #727695;
  --fontSize: 15px;
  --transition: 0.5s;
  --main-font-family2: "Playfair Display", serif;
  --main-color2: #005d40;
}

.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;
}

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

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

input, button, a {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: var(--paragraphColor);
  font-family: var(--optional-font-family);
  font-size: var(--fontSize);
}
p:last-child {
  margin-bottom: 0;
}

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

.navbar-area.hide-adminbar.is-sticky {
  margin-top: 30px;
}

.hide-adminbar .edali-nav {
  margin-top: 0;
}

.header-area.hide-adminbar {
  top: 32px;
}

.navbar-brand {
  display: inline-block;
}
.navbar-brand h2 {
  font-weight: 900;
  font-size: 25px;
  padding: 18px 0;
  margin: 12px 0;
  width: -moz-max-content;
  width: max-content;
}

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

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

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

.pt-200 {
  padding-top: 200px !important;
}

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

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

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

.pt-200 {
  padding-top: 200px !important;
}

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

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--blackColor);
  font-family: var(--fontFamily);
  font-weight: 600;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*default-btn*/
.default-btn {
  transition: var(--transition);
  display: inline-block;
  line-height: 1.5;
  padding: 13px 25px 12px 55px;
  position: relative;
  color: var(--whiteColor);
  border-width: 2px;
  border-style: solid;
  border-radius: 1px;
  font-size: 14.5px;
  font-weight: 700;
}
.default-btn .label, .default-btn .icon-arrow {
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
}
.default-btn .label {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.default-btn .icon-arrow {
  color: var(--whiteColor) !important;
  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;
}
.default-btn .icon-arrow.before {
  left: 20px;
  position: absolute;
  transform-origin: left center;
}
.default-btn .icon-arrow.after {
  opacity: 0;
  position: absolute;
  right: 20px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
}
.default-btn:hover, .default-btn:focus {
  background-color: var(--optional-color);
  color: var(--whiteColor);
  border-color: var(--optional-color);
}
.default-btn:hover .label, .default-btn:focus .label {
  transform: translateX(-32px);
}
.default-btn:hover .icon-arrow.before, .default-btn:focus .icon-arrow.before {
  opacity: 0;
  transform: translateX(-75%) scaleX(0.1);
}
.default-btn:hover .icon-arrow.after, .default-btn:focus .icon-arrow.after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

/*section-title*/
.section-title {
  text-align: center;
  position: relative;
  margin-top: -5px;
  margin-bottom: 60px;
}
.section-title .sub-title {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 700;
}
.section-title p {
  max-width: 620px;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
.section-title .default-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.section-title.text-left h1, .section-title.text-left h2, .section-title.text-left h3, .section-title.text-left h4, .section-title.text-left h5, .section-title.text-left h6 {
  max-width: 620px;
  margin-bottom: 0;
}
.section-title.text-left p {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 15px;
  margin-right: 0;
}

/*form-control*/
.form-control {
  height: 48px;
  padding: 0 0 0 12px;
  line-height: initial;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  border: 1px solid #e6e9fc;
  border-radius: 3px;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 400;
}
.form-control::-moz-placeholder {
  color: #c4c5d0;
}
.form-control::placeholder {
  color: #c4c5d0;
}
.form-control:focus {
  box-shadow: unset;
  border-color: #d7d9eb;
}

textarea.form-control {
  height: auto !important;
  padding-top: 12px;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.9s;
}
.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  transition: var(--transition);
}
.preloader .box {
  width: 100%;
  height: 100%;
  background: var(--whiteColor);
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.preloader::before, .preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  transition: 0.9s;
}
.preloader::after {
  left: auto;
  right: 0;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}
.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}
/*================================================
Header CSS
=================================================*/
.header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 999;
}
.header-area.p-relative {
  position: relative;
}

.top-header {
  padding-top: 15px;
  padding-bottom: 25px;
}

.top-header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-contact-info li {
  display: inline-block;
  color: var(--whiteColor);
  margin-right: 20px;
  position: relative;
  padding-left: 38px;
  font-size: 13px;
}
.top-header-contact-info li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.top-header-contact-info li span {
  display: block;
  margin-bottom: 2px;
}
.top-header-contact-info li a {
  display: inline-block;
  color: var(--whiteColor) !important;
  font-size: 15px;
  font-weight: 700;
}
.top-header-contact-info li a:hover, .top-header-contact-info li a:focus {
  opacity: 0.95;
}
.top-header-contact-info li:last-child {
  margin-right: 0;
}

.top-header-btn {
  text-align: right;
}
.top-header-btn .default-btn {
  background-color: var(--whiteColor) !important;
  border-color: var(--whiteColor) !important;
}
.top-header-btn .default-btn .icon-arrow {
  transition: var(--transition);
}
.top-header-btn .default-btn:hover, .top-header-btn .default-btn:focus {
  background-color: var(--blackColor) !important;
  color: var(--whiteColor) !important;
  border-color: var(--blackColor) !important;
}
.top-header-btn .default-btn:hover .icon-arrow, .top-header-btn .default-btn:focus .icon-arrow {
  color: var(--whiteColor) !important;
}

.top-header-style-two {
  background-color: var(--whiteColor);
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-header-style-two .top-header-contact-info {
  text-align: right;
}
.top-header-style-two .top-header-contact-info li {
  color: var(--paragraphColor);
  text-align: left;
}
.top-header-style-two .top-header-contact-info li a {
  color: var(--blackColor) !important;
}
.top-header-style-two .top-header-contact-info li a:hover, .top-header-style-two .top-header-contact-info li a:focus {
  opacity: 1;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--whiteColor);
}

.top-header-style-three {
  background-color: #1D1D1D;
  padding-top: 0;
  padding-bottom: 0;
}
.top-header-style-three .top-header-contact-info {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-header-style-three .top-header-contact-info li {
  padding-left: 0;
  font-size: 14px;
  color: var(--whiteColor);
}
.top-header-style-three .top-header-contact-info li a {
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
}
.top-header-style-three .top-header-social span {
  color: var(--whiteColor);
}

.top-header-login-register {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-login-register li {
  display: inline-block;
  color: var(--whiteColor);
  margin-right: 20px;
}
.top-header-login-register li a {
  display: inline-block;
  color: var(--whiteColor);
  position: relative;
  padding-left: 20px;
}
.top-header-login-register li a i {
  position: absolute;
  left: 0;
  top: 3px;
}
.top-header-login-register li:last-child {
  margin-right: 0;
}

.top-header-login-register li a:hover {
  color: var(--whiteColor) !important;
}

.top-header-login-register li a:focus {
  color: var(--whiteColor) !important;
}

.top-header-social {
  display: inline-block;
  margin-left: 20px;
  border-left: 1px solid var(--whiteColor);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.top-header-social span {
  display: inline-block;
  color: #cccccc;
  margin-right: 5px;
}
.top-header-social .social-link {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-social .social-link li {
  display: inline-block;
  margin-right: 5px;
}
.top-header-social .social-link li a {
  display: inline-block;
  color: var(--whiteColor);
  position: relative;
  top: 2px;
  font-size: 16px;
}
.top-header-social .social-link li a:hover, .top-header-social .social-link li a:focus {
  color: var(--whiteColor);
}

.top-header-style-four {
  padding-top: 0;
  padding-bottom: 0;
}
.top-header-style-four .top-header-contact-info {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-header-style-four .top-header-contact-info li {
  padding-left: 0;
  font-size: 14px;
  color: var(--whiteColor);
}
.top-header-style-four .top-header-contact-info li a {
  font-size: 14px;
  color: var(--whiteColor) !important;
  font-weight: 500;
}
.top-header-style-four .top-header-social {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.top-header-style-four .top-header-social span {
  color: var(--whiteColor);
}
.top-header-style-four .top-header-social a {
  color: var(--whiteColor);
}
.top-header-style-four .top-header-login-register li {
  color: var(--whiteColor);
}
.top-header-style-four .top-header-login-register li a {
  color: var(--whiteColor);
}

.edali-responsive-nav {
  display: none;
}

.edali-nav h2, .edali-responsive-nav h2 {
  font-weight: 900;
  font-size: 20px;
}

.edali-nav {
  margin-top: -10px;
}
.edali-nav .navbar {
  background-color: var(--whiteColor);
  padding: 0 20px;
  border-radius: 3px;
}
.edali-nav .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.edali-nav .navbar .navbar-brand h2 {
  font-weight: 900;
  font-size: 35px;
  position: relative;
  padding: 0;
  top: 2px;
  margin: 12px 0;
}
.edali-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.edali-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.edali-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}
.edali-nav .navbar .navbar-nav .nav-item a {
  color: var(--blackColor);
  text-transform: capitalize;
  font-size: 16.5px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 6px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 13px;
  margin-right: 13px;
}
.edali-nav .navbar .navbar-nav .nav-item a i {
  font-size: 17px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
  content: "\ea4a";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.edali-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: var(--whiteColor);
  position: absolute;
  border: none;
  top: 82px;
  left: 0;
  width: 270px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  border-top: 2px solid;
  padding: 0;
  transform: scaleX(0);
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 16px 11px;
  margin: 0;
  position: relative;
  display: block;
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
  font-size: var(--fontSize);
  font-weight: 500;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 10px;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.edali-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: #4a6f8a;
}
.edali-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 {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.edali-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: #4a6f8a;
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--whiteColor);
}
.edali-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;
  transform: scaleY(1);
}
.edali-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;
  transform: scaleY(1);
}
.edali-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;
  transform: scaleY(1);
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.edali-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.edali-nav .navbar .others-option .language-switcher {
  position: relative;
  top: -1px;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: 500;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-toggle::after {
  display: none;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-toggle img {
  width: 35px;
  border-radius: 5px;
  border: 3px solid var(--whiteColor);
  position: relative;
  top: -2px;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-toggle span {
  display: inline-block;
  margin-left: 3px;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-toggle span i {
  position: relative;
  font-size: 20px;
  top: 4px;
  margin-left: -3px;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-menu {
  padding: 15px;
  float: unset;
  border: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: block;
  margin-top: 27px;
  opacity: 0;
  visibility: visible;
  transition: var(--transition);
  transform: scaleX(0);
}
.edali-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item {
  padding: 0;
  color: var(--blackColor);
  margin-bottom: 10px;
  font-weight: 500;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item img {
  width: 40px;
  border-radius: 5px;
  border: 3px solid var(--whiteColor);
}
.edali-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;
  margin-left: 5px;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:hover, .edali-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:active, .edali-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item.active {
  color: var(--blackColor);
  background-color: transparent;
}
.edali-nav .navbar .others-option .language-switcher .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.edali-nav .navbar .others-option .cart-wrapper-btn {
  margin-left: 8px;
  font-size: 25px;
  line-height: 1;
  position: relative;
  top: 5px;
}
.edali-nav .navbar .others-option .cart-wrapper-btn i {
  line-height: 1;
}
.edali-nav .navbar .others-option .cart-wrapper-btn span {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  background-color: red;
  color: var(--whiteColor);
  line-height: 16.5px;
  text-align: center;
  border-radius: 3px;
  font-weight: 500;
  font-size: 10px;
}
.edali-nav .navbar .others-option .search-box, .edali-nav .navbar .others-option .woo-cart-link {
  margin-left: 5px;
  cursor: pointer;
  font-size: 25px;
  color: var(--blackColor);
  transition: var(--transition);
  line-height: 1;
  position: relative;
  top: 4px;
}
.edali-nav .navbar .others-option .search-box i, .edali-nav .navbar .others-option .woo-cart-link i {
  line-height: 1;
}

.navbar-area.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: var(--whiteColor) !important;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.navbar-area.header-sticky .edali-nav {
  margin-top: 0;
}
.navbar-area.header-sticky .edali-nav .navbar {
  box-shadow: unset;
  padding: 0;
}
.navbar-area.header-sticky.is-sticky {
  opacity: 1;
  visibility: visible;
}
.navbar-area.header-sticky.scrollUp {
  transform: translateY(-85px);
  opacity: 0;
  visibility: hidden;
}

.navbar-style-two {
  background-color: transparent;
}
.navbar-style-two .edali-nav {
  margin-top: 0;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-bottom-style: solid;
}
.navbar-style-two .edali-nav .navbar {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.navbar-style-two .edali-nav .navbar .navbar-nav {
  margin-left: 0 !important;
  margin-right: 0;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item a {
  color: var(--whiteColor);
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 250px;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -100%;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -100%;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
}
.navbar-style-two .edali-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: #4a6f8a;
}
.navbar-style-two .edali-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 {
  left: -100%;
}
.navbar-style-two .edali-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: #4a6f8a;
}
.navbar-style-two .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--whiteColor);
}
.navbar-style-two .edali-nav .navbar .others-option {
  margin-left: auto;
}
.navbar-style-two .edali-nav .navbar .others-option .language-switcher .dropdown-toggle span {
  color: var(--whiteColor);
}
.navbar-style-two .edali-nav .navbar .others-option .cart-link {
  color: var(--whiteColor);
}
.navbar-style-two .edali-nav .navbar .others-option .search-box {
  color: var(--whiteColor);
}
.navbar-style-two.is-sticky .edali-nav {
  border: none;
}
.navbar-style-two.is-sticky .edali-nav .navbar .navbar-nav .nav-item a {
  color: var(--blackColor);
}
.navbar-style-two.is-sticky .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
}
.navbar-style-two.is-sticky .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .edali-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: #4a6f8a;
}
.navbar-style-two.is-sticky .edali-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: #4a6f8a;
}
.navbar-style-two.is-sticky .edali-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--whiteColor);
}
.navbar-style-two.is-sticky .edali-nav .navbar .others-option .language-switcher .dropdown-toggle span {
  color: var(--blackColor);
}
.navbar-style-two.is-sticky .edali-nav .navbar .others-option .cart-wrapper-btn {
  color: var(--blackColor);
}
.navbar-style-two.is-sticky .edali-nav .navbar .others-option .search-box {
  color: var(--blackColor);
}

.navbar-style-three .edali-nav {
  margin-top: 0;
  background-color: var(--whiteColor);
}
.navbar-style-three .edali-nav .navbar {
  border-radius: 0;
  padding: 0;
}
.navbar-style-three .edali-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
.navbar-style-three .edali-nav .navbar .others-option {
  margin-left: 25px;
}
.navbar-style-three.header-sticky .edali-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
.navbar-style-three.header-sticky .edali-nav .navbar .others-option {
  margin-left: 25px;
}

.navbar-style-four .edali-nav {
  margin-top: 0;
  background-color: var(--whiteColor);
}
.navbar-style-four .edali-nav .navbar {
  border-radius: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .edali-responsive-nav {
    display: block;
  }
  .edali-responsive-nav .edali-responsive-menu {
    position: relative;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav {
    margin-top: 39px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav ul li a {
    text-transform: capitalize;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option {
    display: none;
    position: absolute;
    right: 50px;
    top: 4px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher {
    position: relative;
    top: -1px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: 500;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle::after {
    display: none;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle img {
    width: 35px;
    border-radius: 5px;
    border: 3px solid var(--whiteColor);
    position: relative;
    top: -2px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle span {
    display: inline-block;
    margin-left: 3px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: -3px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 17px;
    opacity: 0;
    visibility: visible;
    transition: var(--transition);
    transform: scaleX(0);
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: var(--blackColor);
    margin-bottom: 10px;
    font-weight: 500;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item img {
    width: 40px;
    border-radius: 5px;
    border: 3px solid var(--whiteColor);
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 5px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:hover, .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:active, .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item.active {
    color: var(--blackColor);
    background-color: transparent;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn {
    margin-left: 8px;
    font-size: 25px;
    line-height: 1;
    position: relative;
    top: 5px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn i {
    line-height: 1;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn span {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15px;
    height: 15px;
    background-color: red;
    color: var(--whiteColor);
    line-height: 16.5px;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    font-size: 10px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .search-box, .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .woo-cart-link {
    margin-left: 5px;
    cursor: pointer;
    font-size: 25px;
    color: var(--blackColor);
    transition: var(--transition);
    line-height: 1;
    position: relative;
    top: 4px;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .search-box i, .edali-responsive-nav .edali-responsive-menu.mean-container .mean-nav .others-option .woo-cart-link i {
    line-height: 1;
  }
  .edali-responsive-nav .edali-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 294px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .edali-responsive-nav .mean-container a.meanmenu-reveal {
    padding-top: 0;
    color: var(--blackColor);
  }
  .edali-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--blackColor);
  }
  .edali-responsive-nav .logo {
    position: relative;
    width: 70%;
    z-index: 999;
  }
  .navbar-area {
    background-color: var(--whiteColor);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.header-sticky.is-sticky {
    display: none !important;
  }
  .navbar-area.navbar-style-two .edali-responsive-nav .edali-responsive-menu.mean-container .navbar-nav {
    height: 294px;
  }
  .edali-nav {
    display: none;
  }
}
/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.search-overlay .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
}
.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}
.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: var(--whiteColor);
  transition: all 500ms ease;
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  transform: rotate(45deg);
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
}
.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  transform: rotate(180deg);
}
.search-overlay .search-overlay-form {
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
}
.search-overlay .search-overlay-form form {
  position: relative;
}
.search-overlay .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 30px;
  padding-left: 20px;
  color: var(--blackColor);
  font-size: var(--fontSize);
}
.search-overlay .search-overlay-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  color: var(--whiteColor);
  height: 45px;
  border-radius: 50%;
  transition: var(--transition);
  border: none;
  padding: 0;
  font-size: 20px;
  line-height: 47px;
}
.search-overlay .search-overlay-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  transform: translateX(0);
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  height: 950px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner-content {
  overflow: hidden;
  max-width: 750px;
  margin-top: 150px;
}
.main-banner-content .sub-title {
  display: block;
  color: var(--whiteColor);
  margin-bottom: 17px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
}
.main-banner-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}
.main-banner-content h1, .main-banner-content h2, .main-banner-content h3, .main-banner-content h4, .main-banner-content h5, .main-banner-content h6 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  animation-delay: 1s !important;
  font-size: 58px;
  font-weight: 700;
}
.main-banner-content p {
  animation-delay: 1.7s !important;
  color: var(--whiteColor);
  max-width: 650px;
  line-height: 1.9;
  font-size: 16px;
}
.main-banner-content .btn-box {
  margin-top: 35px;
}
.main-banner-content .btn-box .default-btn {
  animation-delay: 2.2s !important;
}
.main-banner-content .btn-box .optional-btn {
  animation-delay: 2.9s !important;
  display: inline-block;
  color: var(--whiteColor);
  position: relative;
  margin-left: 20px;
  font-size: var(--fontSize);
  font-weight: 600;
}
.main-banner-content .btn-box .optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.main-banner-content .btn-box .optional-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--optional-color);
  transition: var(--transition);
}
.main-banner-content .btn-box .optional-btn:hover, .main-banner-content .btn-box .optional-btn:focus {
  color: var(--whiteColor);
}
.main-banner-content .btn-box .optional-btn:hover::before, .main-banner-content .btn-box .optional-btn:focus::before {
  width: 0;
}
.main-banner-content .btn-box .optional-btn:hover::after, .main-banner-content .btn-box .optional-btn:focus::after {
  width: 100%;
  right: auto;
  left: 0;
}
.main-banner-content.text-center {
  margin-left: auto;
  margin-right: auto;
}
.main-banner-content.text-center .sub-title {
  padding-left: 0;
}
.main-banner-content.text-center .sub-title::before {
  display: none;
}
.main-banner-content.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.main-banner-content.text-center .btn-box .default-btn {
  margin-right: 10px;
}
.main-banner-content.text-center .btn-box .optional-btn {
  margin-left: 10px;
}

.banner-section {
  height: 950px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/main-banner4.jpg);
}

.banner-content {
  max-width: 750px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.banner-content .sub-title {
  display: block;
  color: var(--whiteColor);
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
}
.banner-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}
.banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5, .banner-content h6 {
  color: var(--whiteColor);
  margin-bottom: 18px;
  font-size: 58px;
  font-weight: 700;
}
.banner-content p {
  color: var(--whiteColor);
  max-width: 650px;
  line-height: 1.9;
  font-size: 16px;
  font-weight: 600;
}
.banner-content .btn-box {
  margin-top: 35px;
}
.banner-content .btn-box .default-btn {
  margin-right: 25px;
}
.banner-content .btn-box .video-btn {
  color: var(--whiteColor);
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: var(--fontSize);
  padding-left: 46px;
  top: 2px;
}
.banner-content .btn-box .video-btn span {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 40px;
  z-index: 1;
  line-height: 1;
  transition: var(--transition);
}
.banner-content .btn-box .video-btn span::after, .banner-content .btn-box .video-btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  left: 0;
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.banner-content .btn-box .video-btn span::before {
  animation: ripple 2s linear infinite;
}
.banner-content .btn-box .video-btn span::after {
  animation: ripple 2s linear 1s infinite;
}
.banner-content::before {
  content: "";
  position: absolute;
  top: -90px;
  width: 100%;
  max-width: 380px;
  text-align: center;
  height: 500px;
  left: 18%;
  margin-left: -190px;
  z-index: -1;
  border: 18px solid rgba(104, 89, 222, 0.1);
  box-sizing: border-box;
  box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.09);
}

.divider {
  width: 100%;
  position: absolute;
  height: 6vw;
  bottom: 0;
  left: 0;
  z-index: -1;
  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: var(--whiteColor);
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: visible;
  transition: var(--transition);
}
.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blackColor);
  font-size: 35px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  width: 55px;
  height: 55px;
  transition: var(--transition);
}
.home-slides.owl-theme .owl-nav [class*=owl-] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}
.home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.home-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: var(--whiteColor);
  transition: var(--transition);
  border-radius: 50%;
  transform: scale(0.9);
}
.home-slides.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.2);
}
.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.hero-banner {
  height: 800px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/main-banner3.jpg);
}
.hero-banner.bg-white {
  height: auto;
  padding-top: 50px;
  padding-bottom: 0;
  background-color: var(--whiteColor);
  background-image: unset !important;
}

.hero-banner-content {
  overflow: hidden;
  max-width: 540px;
  margin-left: auto;
}
.hero-banner-content .sub-title {
  display: block;
  color: var(--whiteColor);
  margin-bottom: 17px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
}
.hero-banner-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}
.hero-banner-content h1, .hero-banner-content h2, .hero-banner-content h3, .hero-banner-content h4, .hero-banner-content h5, .hero-banner-content h6 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  animation-delay: 1s !important;
  font-size: 58px;
  font-weight: 700;
}
.hero-banner-content p {
  animation-delay: 1.7s !important;
  color: var(--whiteColor);
  line-height: 1.9;
  font-size: 16px;
}
.hero-banner-content .btn-box {
  margin-top: 35px;
}
.hero-banner-content .btn-box .default-btn {
  animation-delay: 2.2s !important;
}
.hero-banner-content .btn-box .optional-btn {
  animation-delay: 2.9s !important;
  display: inline-block;
  color: var(--whiteColor);
  position: relative;
  margin-left: 20px;
  font-size: var(--fontSize);
  font-weight: 600;
}
.hero-banner-content .btn-box .optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.hero-banner-content .btn-box .optional-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--optional-color);
  transition: var(--transition);
}
.hero-banner-content .btn-box .optional-btn:hover, .hero-banner-content .btn-box .optional-btn:focus {
  color: var(--whiteColor);
}
.hero-banner-content .btn-box .optional-btn:hover::before, .hero-banner-content .btn-box .optional-btn:focus::before {
  width: 0;
}
.hero-banner-content .btn-box .optional-btn:hover::after, .hero-banner-content .btn-box .optional-btn:focus::after {
  width: 100%;
  right: auto;
  left: 0;
}
.hero-banner-content.black-color .sub-title {
  color: var(--blackColor);
}
.hero-banner-content.black-color h1, .hero-banner-content.black-color h2, .hero-banner-content.black-color h3, .hero-banner-content.black-color h4, .hero-banner-content.black-color h5, .hero-banner-content.black-color h6 {
  color: var(--blackColor);
}
.hero-banner-content.black-color p {
  color: var(--paragraphColor);
}
.hero-banner-content.black-color .btn-box .optional-btn {
  color: var(--blackColor);
}
.hero-banner-content.black-color .btn-box .optional-btn::before {
  background-color: var(--blackColor);
}
.hero-banner-content.black-color .btn-box .optional-btn::after {
  background-color: var(--optional-color);
}
.hero-banner-content.black-color .btn-box .optional-btn:hover, .hero-banner-content.black-color .btn-box .optional-btn:focus {
  color: var(--blackColor);
}

.hero-banner-image {
  position: relative;
  padding-left: 15px;
}
.hero-banner-image img {
  animation: border-transform 10s linear infinite alternate forwards;
}

.main-banner-wrapper {
  background-color: var(--whiteColor);
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.banner-wrapper-content {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrapper-content h1, .banner-wrapper-content h2, .banner-wrapper-content h3, .banner-wrapper-content h4, .banner-wrapper-content h5, .banner-wrapper-content h6 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}
.banner-wrapper-content p {
  font-size: 16px;
  max-width: 600px;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.banner-wrapper-content form {
  position: relative;
  margin-top: 30px;
}
.banner-wrapper-content form .input-search {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border: none;
  height: 60px;
  padding-left: 20px;
  border-radius: 70px;
  outline: 0;
  color: var(--blackColor);
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.banner-wrapper-content form .input-search::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.banner-wrapper-content form .input-search::placeholder {
  transition: var(--transition);
  color: var(--paragraphColor);
}
.banner-wrapper-content form .input-search:focus::-moz-placeholder {
  color: transparent;
}
.banner-wrapper-content form .input-search:focus::placeholder {
  color: transparent;
}
.banner-wrapper-content form button {
  position: absolute;
  right: 5px;
  top: 5px;
  color: var(--whiteColor);
  border: none;
  height: 50px;
  padding: 0 30px;
  border-radius: 70px;
  transition: var(--transition);
  text-transform: uppercase;
  font-size: var(--fontSize);
  font-weight: 600;
}
.banner-wrapper-content form button:hover, .banner-wrapper-content form button:focus {
  background-color: var(--optional-color);
  color: var(--whiteColor);
}

.banner-wrapper-image {
  margin-top: 50px;
}

.banner-wrapper {
  background-color: var(--blackColor);
  background: linear-gradient(90deg, #232021 0, #0093c8);
  position: relative;
  z-index: 1;
  padding-top: 300px;
  padding-bottom: 150px;
}

.wrapper-content {
  padding-right: 15px;
}
.wrapper-content .sub-title {
  display: block;
  color: var(--whiteColor);
  margin-bottom: 17px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
}
.wrapper-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}
.wrapper-content h1, .wrapper-content h2, .wrapper-content h3, .wrapper-content h4, .wrapper-content h5, .wrapper-content h6 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 700;
}
.wrapper-content p {
  color: var(--whiteColor);
  line-height: 1.9;
}
.wrapper-content form {
  position: relative;
  margin-top: 30px;
  margin-right: 50px;
}
.wrapper-content form .input-search {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border: none;
  height: 60px;
  padding-left: 20px;
  border-radius: 70px;
  outline: 0;
  color: var(--blackColor);
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.wrapper-content form .input-search::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.wrapper-content form .input-search::placeholder {
  transition: var(--transition);
  color: var(--paragraphColor);
}
.wrapper-content form .input-search:focus::-moz-placeholder {
  color: transparent;
}
.wrapper-content form .input-search:focus::placeholder {
  color: transparent;
}
.wrapper-content form button {
  position: absolute;
  right: 5px;
  top: 5px;
  color: var(--whiteColor);
  border: none;
  height: 50px;
  padding: 0 30px;
  border-radius: 70px;
  transition: var(--transition);
  text-transform: uppercase;
  font-size: var(--fontSize);
  font-weight: 600;
}
.wrapper-content form button:hover, .wrapper-content form button:focus {
  background-color: var(--optional-color);
  color: var(--whiteColor);
}

.banner-courses-category {
  text-align: center;
  padding-left: 15px;
}
.banner-courses-category ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}
.banner-courses-category ul li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}
.banner-courses-category ul li a {
  display: block;
  background-color: var(--whiteColor);
  border-radius: 5px;
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.4);
  padding: 15px;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 600;
}
.banner-courses-category ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.banner-courses-category ul li a i {
  display: block;
  font-size: 45px;
  margin-bottom: 8px;
}
.banner-courses-category ul li a:hover, .banner-courses-category ul li a:focus {
  transform: scale(1.1);
  border-radius: 0;
}
.banner-courses-category ul li a:hover::before, .banner-courses-category ul li a:focus::before {
  opacity: 1;
  visibility: visible;
}
.banner-courses-category ul li:nth-child(2) a i, .banner-courses-category ul li:nth-child(11) a i {
  color: var(--optional-color);
}
.banner-courses-category ul li:nth-child(2) a::before, .banner-courses-category ul li:nth-child(11) a::before {
  background-color: var(--optional-color);
}
.banner-courses-category ul li:nth-child(3) a i, .banner-courses-category ul li:nth-child(12) a i {
  color: #0093c9;
}
.banner-courses-category ul li:nth-child(3) a::before, .banner-courses-category ul li:nth-child(12) a::before {
  background-color: #0093c9;
}
.banner-courses-category ul li:nth-child(4) a i, .banner-courses-category ul li:nth-child(13) a i {
  color: #2d3942;
}
.banner-courses-category ul li:nth-child(4) a::before, .banner-courses-category ul li:nth-child(13) a::before {
  background-color: #2d3942;
}
.banner-courses-category ul li:nth-child(5) a i, .banner-courses-category ul li:nth-child(14) a i {
  color: #bfd131;
}
.banner-courses-category ul li:nth-child(5) a::before, .banner-courses-category ul li:nth-child(14) a::before {
  background-color: #bfd131;
}
.banner-courses-category ul li:nth-child(6) a i, .banner-courses-category ul li:nth-child(15) a i {
  color: #f49b29;
}
.banner-courses-category ul li:nth-child(6) a::before, .banner-courses-category ul li:nth-child(15) a::before {
  background-color: #f49b29;
}
.banner-courses-category ul li:nth-child(7) a i, .banner-courses-category ul li:nth-child(1165) a i {
  color: #833a8d;
}
.banner-courses-category ul li:nth-child(7) a::before, .banner-courses-category ul li:nth-child(1165) a::before {
  background-color: #833a8d;
}
.banner-courses-category ul li:nth-child(8) a i, .banner-courses-category ul li:nth-child(17) a i {
  color: #c81a7f;
}
.banner-courses-category ul li:nth-child(8) a::before, .banner-courses-category ul li:nth-child(17) a::before {
  background-color: #c81a7f;
}
.banner-courses-category ul li:nth-child(9) a i, .banner-courses-category ul li:nth-child(18) a i {
  color: #1cb5a3;
}
.banner-courses-category ul li:nth-child(9) a::before, .banner-courses-category ul li:nth-child(18) a::before {
  background-color: #1cb5a3;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.slider_area .tp-caption.NotGeneric-Icon, .slider_area .tp-caption .NotGeneric-Icon {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: var(--fontFamily) !important;
}
.slider_area .tp-caption.NotGeneric-Title, .slider_area .tp-caption .NotGeneric-Title {
  letter-spacing: 0 !important;
  font-size: 58px !important;
  font-weight: 700 !important;
  font-family: var(--fontFamily) !important;
}
.slider_area .tp-caption.NotGeneric-SubTitle, .slider_area .tp-caption .NotGeneric-SubTitle {
  letter-spacing: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: var(--optional-font-family) !important;
}
.slider_area .metis .tp-bullet {
  background-color: var(--whiteColor) !important;
}
.slider_area .default-btn {
  transition: var(--transition) !important;
  transition: 0.5s !important;
  transition: 0.5s;
  display: inline-block;
  padding: 13px 25px 12px 55px !important;
  position: relative;
  color: var(--whiteColor) !important;
  border-width: 2px !important;
  border-style: solid;
  border-radius: 1px;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  line-height: unset !important;
}
.slider_area .default-btn .icon-arrow {
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1) !important;
  top: 6px;
}
.slider_area .default-btn .label {
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
}
.slider_area .default-btn:hover, .slider_area .default-btn:focus {
  background-color: var(--optional-color) !important;
  color: var(--whiteColor) !important;
  border-color: var(--optional-color) !important;
}

/*================================================
Boxes CSS
=================================================*/
.boxes-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.boxes-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.boxes-area .container-fluid .row .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

.single-boxes-item {
  padding: 40px;
  position: relative;
  background-color: #f8f8f8;
  z-index: 1;
  min-height: 210px;
}
.single-boxes-item h1, .single-boxes-item h2, .single-boxes-item h3, .single-boxes-item h4, .single-boxes-item h5, .single-boxes-item h6 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}
.single-boxes-item .boxes-btn {
  display: inline-block;
  position: relative;
  color: var(--blackColor);
  z-index: 1;
  padding-right: 22px;
  transition: 0.4s;
  font-size: var(--fontSize);
  font-weight: 600;
}
.single-boxes-item .boxes-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-boxes-item .boxes-btn::before {
  content: "";
  position: absolute;
  background-color: var(--blackColor);
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  transition: var(--transition);
}
.single-boxes-item .boxes-btn:hover, .single-boxes-item .boxes-btn:focus {
  padding-right: 25px;
}
.single-boxes-item .boxes-btn:hover::before, .single-boxes-item .boxes-btn:focus::before {
  width: 0;
}
.single-boxes-item.bg-color h1, .single-boxes-item.bg-color h2, .single-boxes-item.bg-color h3, .single-boxes-item.bg-color h4, .single-boxes-item.bg-color h5, .single-boxes-item.bg-color h6 {
  color: var(--whiteColor);
}
.single-boxes-item.bg-color p {
  color: var(--whiteColor);
  opacity: 0.95;
}
.single-boxes-item.bg-color .boxes-btn {
  color: var(--whiteColor);
}
.single-boxes-item.bg-color .boxes-btn::before {
  background-color: var(--whiteColor);
}
.single-boxes-item.bg-color::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 50px;
  height: 35px;
  background: var(--whiteColor);
  opacity: 0.3;
  border-radius: 50% 50% 0 0;
}
.single-boxes-item.bg-color::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: var(--whiteColor);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.2;
  animation: border-transform 5s linear infinite alternate forwards;
}
.single-boxes-item.bg-image {
  background-image: url(../../assets/img/mission-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-boxes-item.bg-image h1, .single-boxes-item.bg-image h2, .single-boxes-item.bg-image h3, .single-boxes-item.bg-image h4, .single-boxes-item.bg-image h5, .single-boxes-item.bg-image h6 {
  color: var(--whiteColor);
}
.single-boxes-item.bg-image p {
  color: var(--whiteColor);
  opacity: 0.95;
}
.single-boxes-item.bg-image .boxes-btn {
  color: var(--whiteColor);
}
.single-boxes-item.bg-image .boxes-btn::before {
  background-color: var(--whiteColor);
}

/*================================================
About CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  position: relative;
  padding-right: 100px;
  padding-bottom: 50px;
}
.about-image img {
  border-radius: 5px;
}
.about-image img:nth-child(2) {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}

.about-content {
  padding-left: 15px;
}
.about-content .sub-title {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-content h1, .about-content h2, .about-content h3, .about-content h4, .about-content h5 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 37px;
  font-weight: 700;
}
.about-content h6 {
  margin-bottom: 14px;
  line-height: 1.6;
}
.about-content .features-text {
  margin-top: 25px;
}
.about-content .features-text h5 {
  margin-bottom: 22px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding-left: 47px;
  padding-top: 7px;
}
.about-content .features-text i {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: var(--optional-color);
  text-align: center;
  line-height: 35px;
  color: var(--whiteColor);
  font-size: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.about-content .default-btn {
  margin-top: 30px;
}
.about-content .signature {
  margin-top: 25px;
}
.about-content.left-content {
  max-width: 540px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 15px;
}

.about-right-image {
  position: relative;
  text-align: right;
  padding-left: 100px;
  padding-bottom: 60px;
}
.about-right-image img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-right-image .text-box {
  position: absolute;
  left: 220px;
  top: 60px;
  z-index: 1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.about-right-image .text-box .inner {
  position: absolute;
  left: 0;
  top: 55%;
  right: 0;
  transform: translateY(-55%);
  text-transform: uppercase;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-weight: 600;
}
.about-right-image .text-box .inner span {
  display: block;
  margin-top: -2px;
  font-size: 30px;
  font-weight: 700;
}
.about-right-image .text-box::before {
  position: absolute;
  content: "";
  border: 2px dashed;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  right: 0;
  bottom: 0;
  margin: 10px;
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.about-inner-area {
  margin-top: 80px;
}

.about-text h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 700;
}
.about-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
}
.about-text .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}
.about-text .features-list li {
  position: relative;
  margin-bottom: 12px;
  color: var(--blackColor);
  padding-top: 3px;
  padding-left: 30px;
}
.about-text .features-list li i {
  font-size: 16px;
  color: var(--blackColor);
  background-color: #eaeaf2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  transition: var(--transition);
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-text .features-list li:last-child {
  margin-bottom: 0;
}
.about-text .features-list li:hover i {
  color: var(--whiteColor);
}

@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*================================================
Story CSS
=================================================*/
.story-content {
  margin-top: -6px;
}
.story-content p {
  margin-bottom: 30px;
}
.story-content p:last-child {
  margin-bottom: 0;
}
.story-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

/*================================================
Values CSS
=================================================*/
.values-content {
  margin-top: -6px;
}
.values-content p {
  margin-bottom: 30px;
}
.values-content p:last-child {
  margin-bottom: 0;
}
.values-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

/*================================================
Courses Categories CSS
=================================================*/
.courses-categories-area {
  position: relative;
  z-index: 1;
}
.courses-categories-area.bg-image {
  background-image: url(../../assets/img/pattern.jpg);
}

.single-categories-courses-box {
  position: relative;
  z-index: 1;
  background-color: var(--optional-color);
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 20px;
}
.single-categories-courses-box .icon {
  width: 100px;
  height: 100px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  font-size: 65px;
  color: var(--whiteColor);
  transition: var(--transition);
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.single-categories-courses-box .icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.single-categories-courses-box h3 {
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.single-categories-courses-box span {
  text-transform: uppercase;
  display: block;
  color: var(--whiteColor);
  font-weight: 500;
  font-size: 14px;
}
.single-categories-courses-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.single-categories-courses-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 50px;
  height: 35px;
  background: var(--whiteColor);
  opacity: 0.06;
  border-radius: 50% 50% 0 0;
}
.single-categories-courses-box::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: var(--whiteColor);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.05;
  animation: border-transform 5s linear infinite alternate forwards;
}
.single-categories-courses-box:hover .icon, .single-categories-courses-box:focus .icon {
  background-color: var(--whiteColor);
  border-color: var(--optional-color);
  color: var(--optional-color);
  animation: border-transform 10s linear infinite alternate forwards;
}

.single-categories-courses-item {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 20px;
  transition: var(--transition);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-categories-courses-item .icon {
  width: 100px;
  height: 100px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  font-size: 65px;
  color: var(--whiteColor);
  transition: all 0.2s ease-in-out 0s;
  animation: border-transform 10s linear infinite alternate forwards;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.single-categories-courses-item .icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.single-categories-courses-item h3 {
  color: var(--whiteColor);
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  font-weight: 700;
}
.single-categories-courses-item span {
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
  display: block;
  color: var(--whiteColor);
  font-weight: 500;
  font-size: 14px;
}
.single-categories-courses-item .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.single-categories-courses-item .learn-more-btn {
  display: inline-block;
  position: absolute;
  color: var(--whiteColor);
  z-index: 1;
  padding-right: 22px;
  transition: all 0.5s ease-in-out 0s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  font-size: var(--fontSize);
  font-weight: 500;
}
.single-categories-courses-item .learn-more-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-categories-courses-item .learn-more-btn::before {
  content: "";
  position: absolute;
  background-color: var(--whiteColor);
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  transition: var(--transition);
}
.single-categories-courses-item.bg1 {
  background-image: url(../../assets/img/categories/1.jpg);
}
.single-categories-courses-item.bg2 {
  background-image: url(../../assets/img/categories/2.jpg);
}
.single-categories-courses-item.bg3 {
  background-image: url(../../assets/img/categories/3.jpg);
}
.single-categories-courses-item.bg4 {
  background-image: url(../../assets/img/categories/4.jpg);
}
.single-categories-courses-item.bg5 {
  background-image: url(../../assets/img/categories/5.jpg);
}
.single-categories-courses-item.bg6 {
  background-image: url(../../assets/img/categories/6.jpg);
}
.single-categories-courses-item.bg7 {
  background-image: url(../../assets/img/categories/7.jpg);
}
.single-categories-courses-item.bg8 {
  background-image: url(../../assets/img/categories/8.jpg);
}
.single-categories-courses-item:hover, .single-categories-courses-item:focus {
  transform: translateY(-10px);
}
.single-categories-courses-item:hover .icon, .single-categories-courses-item:focus .icon {
  border-color: var(--whiteColor);
  transform: translateY(-18px);
}
.single-categories-courses-item:hover h3, .single-categories-courses-item:focus h3 {
  transform: translateY(-18px);
}
.single-categories-courses-item:hover span, .single-categories-courses-item:focus span {
  transform: translateY(-18px);
}
.single-categories-courses-item:hover .learn-more-btn, .single-categories-courses-item:focus .learn-more-btn {
  opacity: 1;
  visibility: visible;
  bottom: 18px;
}

.owl-item:nth-child(2) .single-categories-courses-box, .owl-item:nth-child(8) .single-categories-courses-box, .col-lg-3:nth-child(2) .single-categories-courses-box, .col-lg-3:nth-child(8) .single-categories-courses-box {
  background-color: #fea116;
}
.owl-item:nth-child(2) .single-categories-courses-box:hover .icon, .owl-item:nth-child(2) .single-categories-courses-box:focus .icon, .owl-item:nth-child(8) .single-categories-courses-box:hover .icon, .owl-item:nth-child(8) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(2) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(2) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(8) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(8) .single-categories-courses-box:focus .icon {
  border-color: #fea116;
  color: #fea116;
}
.owl-item:nth-child(3) .single-categories-courses-box, .owl-item:nth-child(9) .single-categories-courses-box, .col-lg-3:nth-child(3) .single-categories-courses-box, .col-lg-3:nth-child(9) .single-categories-courses-box {
  background-color: #1cb5a3;
}
.owl-item:nth-child(3) .single-categories-courses-box:hover .icon, .owl-item:nth-child(3) .single-categories-courses-box:focus .icon, .owl-item:nth-child(9) .single-categories-courses-box:hover .icon, .owl-item:nth-child(9) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(3) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(3) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(9) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(9) .single-categories-courses-box:focus .icon {
  border-color: #1cb5a3;
  color: #1cb5a3;
}
.owl-item:nth-child(4) .single-categories-courses-box, .owl-item:nth-child(10) .single-categories-courses-box, .col-lg-3:nth-child(4) .single-categories-courses-box, .col-lg-3:nth-child(10) .single-categories-courses-box {
  background-color: #3d64ff;
}
.owl-item:nth-child(4) .single-categories-courses-box:hover .icon, .owl-item:nth-child(4) .single-categories-courses-box:focus .icon, .owl-item:nth-child(10) .single-categories-courses-box:hover .icon, .owl-item:nth-child(10) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(4) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(4) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(10) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(10) .single-categories-courses-box:focus .icon {
  border-color: #3d64ff;
  color: #3d64ff;
}
.owl-item:nth-child(5) .single-categories-courses-box, .owl-item:nth-child(11) .single-categories-courses-box, .col-lg-3:nth-child(5) .single-categories-courses-box, .col-lg-3:nth-child(11) .single-categories-courses-box {
  background-color: #e74d57;
}
.owl-item:nth-child(5) .single-categories-courses-box:hover .icon, .owl-item:nth-child(5) .single-categories-courses-box:focus .icon, .owl-item:nth-child(11) .single-categories-courses-box:hover .icon, .owl-item:nth-child(11) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(5) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(5) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(11) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(11) .single-categories-courses-box:focus .icon {
  border-color: #e74d57;
  color: #e74d57;
}
.owl-item:nth-child(6) .single-categories-courses-box, .owl-item:nth-child(12) .single-categories-courses-box, .col-lg-3:nth-child(6) .single-categories-courses-box, .col-lg-3:nth-child(12) .single-categories-courses-box {
  background-color: #9764df;
}
.owl-item:nth-child(6) .single-categories-courses-box:hover .icon, .owl-item:nth-child(6) .single-categories-courses-box:focus .icon, .owl-item:nth-child(12) .single-categories-courses-box:hover .icon, .owl-item:nth-child(12) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(6) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(6) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(12) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(12) .single-categories-courses-box:focus .icon {
  border-color: #9764df;
  color: #9764df;
}

.single-courses-category {
  text-align: center;
}
.single-courses-category a {
  display: block;
  background-color: var(--whiteColor);
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  padding: 25px;
  color: var(--blackColor);
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
}
.single-courses-category a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  z-index: -1;
  transition: var(--transition);
}
.single-courses-category a i {
  display: block;
  font-size: 55px;
  margin-bottom: 10px;
  transition: var(--transition);
}
.single-courses-category a:hover, .single-courses-category a:focus {
  border-radius: 0;
  color: var(--whiteColor);
  transform: translateY(-7px);
}
.single-courses-category a:hover i, .single-courses-category a:focus i {
  color: var(--whiteColor);
}
.single-courses-category a:hover::before, .single-courses-category a:focus::before {
  height: 100%;
}

.owl-item:nth-child(2) .single-courses-category a i, .owl-item:nth-child(11) .single-courses-category a i, .col-lg-3:nth-child(2) .single-courses-category a i, .col-lg-3:nth-child(11) .single-courses-category a i {
  color: var(--optional-color);
}
.owl-item:nth-child(2) .single-courses-category a::before, .owl-item:nth-child(11) .single-courses-category a::before, .col-lg-3:nth-child(2) .single-courses-category a::before, .col-lg-3:nth-child(11) .single-courses-category a::before {
  background-color: var(--optional-color);
}
.owl-item:nth-child(2) .single-courses-category a:hover i, .owl-item:nth-child(2) .single-courses-category a:focus i, .owl-item:nth-child(11) .single-courses-category a:hover i, .owl-item:nth-child(11) .single-courses-category a:focus i, .col-lg-3:nth-child(2) .single-courses-category a:hover i, .col-lg-3:nth-child(2) .single-courses-category a:focus i, .col-lg-3:nth-child(11) .single-courses-category a:hover i, .col-lg-3:nth-child(11) .single-courses-category a:focus i {
  color: var(--whiteColor);
}
.owl-item:nth-child(3) .single-courses-category a i, .owl-item:nth-child(12) .single-courses-category a i, .col-lg-3:nth-child(3) .single-courses-category a i, .col-lg-3:nth-child(12) .single-courses-category a i {
  color: #0093c9;
}
.owl-item:nth-child(3) .single-courses-category a::before, .owl-item:nth-child(12) .single-courses-category a::before, .col-lg-3:nth-child(3) .single-courses-category a::before, .col-lg-3:nth-child(12) .single-courses-category a::before {
  background-color: #0093c9;
}
.owl-item:nth-child(3) .single-courses-category a:hover i, .owl-item:nth-child(3) .single-courses-category a:focus i, .owl-item:nth-child(12) .single-courses-category a:hover i, .owl-item:nth-child(12) .single-courses-category a:focus i, .col-lg-3:nth-child(3) .single-courses-category a:hover i, .col-lg-3:nth-child(3) .single-courses-category a:focus i, .col-lg-3:nth-child(12) .single-courses-category a:hover i, .col-lg-3:nth-child(12) .single-courses-category a:focus i {
  color: var(--whiteColor);
}
.owl-item:nth-child(4) .single-courses-category a i, .owl-item:nth-child(13) .single-courses-category a i, .col-lg-3:nth-child(4) .single-courses-category a i, .col-lg-3:nth-child(13) .single-courses-category a i {
  color: #2d3942;
}
.owl-item:nth-child(4) .single-courses-category a::before, .owl-item:nth-child(13) .single-courses-category a::before, .col-lg-3:nth-child(4) .single-courses-category a::before, .col-lg-3:nth-child(13) .single-courses-category a::before {
  background-color: #2d3942;
}
.owl-item:nth-child(4) .single-courses-category a:hover i, .owl-item:nth-child(4) .single-courses-category a:focus i, .owl-item:nth-child(13) .single-courses-category a:hover i, .owl-item:nth-child(13) .single-courses-category a:focus i, .col-lg-3:nth-child(4) .single-courses-category a:hover i, .col-lg-3:nth-child(4) .single-courses-category a:focus i, .col-lg-3:nth-child(13) .single-courses-category a:hover i, .col-lg-3:nth-child(13) .single-courses-category a:focus i {
  color: var(--whiteColor);
}
.owl-item:nth-child(5) .single-courses-category a i, .owl-item:nth-child(14) .single-courses-category a i, .col-lg-3:nth-child(5) .single-courses-category a i, .col-lg-3:nth-child(14) .single-courses-category a i {
  color: #bfd131;
}
.owl-item:nth-child(5) .single-courses-category a::before, .owl-item:nth-child(14) .single-courses-category a::before, .col-lg-3:nth-child(5) .single-courses-category a::before, .col-lg-3:nth-child(14) .single-courses-category a::before {
  background-color: #bfd131;
}
.owl-item:nth-child(5) .single-courses-category a:hover i, .owl-item:nth-child(5) .single-courses-category a:focus i, .owl-item:nth-child(14) .single-courses-category a:hover i, .owl-item:nth-child(14) .single-courses-category a:focus i, .col-lg-3:nth-child(5) .single-courses-category a:hover i, .col-lg-3:nth-child(5) .single-courses-category a:focus i, .col-lg-3:nth-child(14) .single-courses-category a:hover i, .col-lg-3:nth-child(14) .single-courses-category a:focus i {
  color: var(--whiteColor);
}
.owl-item:nth-child(6) .single-courses-category a i, .owl-item:nth-child(15) .single-courses-category a i, .col-lg-3:nth-child(6) .single-courses-category a i, .col-lg-3:nth-child(15) .single-courses-category a i {
  color: #f49b29;
}
.owl-item:nth-child(6) .single-courses-category a::before, .owl-item:nth-child(15) .single-courses-category a::before, .col-lg-3:nth-child(6) .single-courses-category a::before, .col-lg-3:nth-child(15) .single-courses-category a::before {
  background-color: #f49b29;
}
.owl-item:nth-child(6) .single-courses-category a:hover i, .owl-item:nth-child(6) .single-courses-category a:focus i, .owl-item:nth-child(15) .single-courses-category a:hover i, .owl-item:nth-child(15) .single-courses-category a:focus i, .col-lg-3:nth-child(6) .single-courses-category a:hover i, .col-lg-3:nth-child(6) .single-courses-category a:focus i, .col-lg-3:nth-child(15) .single-courses-category a:hover i, .col-lg-3:nth-child(15) .single-courses-category a:focus i {
  color: var(--whiteColor);
}
.owl-item:nth-child(7) .single-courses-category a i, .owl-item:nth-child(1165) .single-courses-category a i, .col-lg-3:nth-child(7) .single-courses-category a i, .col-lg-3:nth-child(1165) .single-courses-category a i {
  color: #833a8d;
}
.owl-item:nth-child(7) .single-courses-category a::before, .owl-item:nth-child(1165) .single-courses-category a::before, .col-lg-3:nth-child(7) .single-courses-category a::before, .col-lg-3:nth-child(1165) .single-courses-category a::before {
  background-color: #833a8d;
}
.owl-item:nth-child(7) .single-courses-category a:hover i, .owl-item:nth-child(7) .single-courses-category a:focus i, .owl-item:nth-child(1165) .single-courses-category a:hover i, .owl-item:nth-child(1165) .single-courses-category a:focus i, .col-lg-3:nth-child(7) .single-courses-category a:hover i, .col-lg-3:nth-child(7) .single-courses-category a:focus i, .col-lg-3:nth-child(1165) .single-courses-category a:hover i, .col-lg-3:nth-child(1165) .single-courses-category a:focus i {
  color: var(--whiteColor);
}
.owl-item:nth-child(8) .single-courses-category a i, .owl-item:nth-child(17) .single-courses-category a i, .col-lg-3:nth-child(8) .single-courses-category a i, .col-lg-3:nth-child(17) .single-courses-category a i {
  color: #c81a7f;
}
.owl-item:nth-child(8) .single-courses-category a::before, .owl-item:nth-child(17) .single-courses-category a::before, .col-lg-3:nth-child(8) .single-courses-category a::before, .col-lg-3:nth-child(17) .single-courses-category a::before {
  background-color: #c81a7f;
}
.owl-item:nth-child(8) .single-courses-category a:hover i, .owl-item:nth-child(8) .single-courses-category a:focus i, .owl-item:nth-child(17) .single-courses-category a:hover i, .owl-item:nth-child(17) .single-courses-category a:focus i, .col-lg-3:nth-child(8) .single-courses-category a:hover i, .col-lg-3:nth-child(8) .single-courses-category a:focus i, .col-lg-3:nth-child(17) .single-courses-category a:hover i, .col-lg-3:nth-child(17) .single-courses-category a:focus i {
  color: var(--whiteColor);
}
.owl-item:nth-child(9) .single-courses-category a i, .owl-item:nth-child(18) .single-courses-category a i, .col-lg-3:nth-child(9) .single-courses-category a i, .col-lg-3:nth-child(18) .single-courses-category a i {
  color: #1cb5a3;
}
.owl-item:nth-child(9) .single-courses-category a::before, .owl-item:nth-child(18) .single-courses-category a::before, .col-lg-3:nth-child(9) .single-courses-category a::before, .col-lg-3:nth-child(18) .single-courses-category a::before {
  background-color: #1cb5a3;
}
.owl-item:nth-child(9) .single-courses-category a:hover i, .owl-item:nth-child(9) .single-courses-category a:focus i, .owl-item:nth-child(18) .single-courses-category a:hover i, .owl-item:nth-child(18) .single-courses-category a:focus i, .col-lg-3:nth-child(9) .single-courses-category a:hover i, .col-lg-3:nth-child(9) .single-courses-category a:focus i, .col-lg-3:nth-child(18) .single-courses-category a:hover i, .col-lg-3:nth-child(18) .single-courses-category a:focus i {
  color: var(--whiteColor);
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.courses-categories-slides.owl-theme {
  margin-top: -30px;
}
.courses-categories-slides.owl-theme .single-categories-courses-box {
  margin-top: 30px;
}
.courses-categories-slides.owl-theme .single-categories-courses-item {
  margin-top: 30px;
}
.courses-categories-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-]:hover, .courses-categories-slides.owl-theme .owl-nav [class*=owl-]:focus {
  color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .courses-categories-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

#particles-js-circle-bubble-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#particles-js-circle-bubble-4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*================================================
Partner CSS
=================================================*/
.partner-area.bg-color .section-title h1, .partner-area.bg-color .section-title h2, .partner-area.bg-color .section-title h3, .partner-area.bg-color .section-title h4, .partner-area.bg-color .section-title h5, .partner-area.bg-color .section-title h6 {
  color: var(--whiteColor);
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  transition: var(--transition);
  opacity: 0.9;
}
.single-partner-item:hover a img, .single-partner-item:focus a img {
  opacity: 1;
}

.partner-slides.owl-theme .owl-stage {
  display: flex;
  align-items: center;
}

/*================================================
Offer CSS
=================================================*/
.offer-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/offer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.offer-area .section-title .sub-title {
  color: var(--whiteColor);
}
.offer-area .section-title h1, .offer-area .section-title h2, .offer-area .section-title h3, .offer-area .section-title h4, .offer-area .section-title h5, .offer-area .section-title h6 {
  color: var(--whiteColor);
}
.offer-area .section-title p {
  color: var(--whiteColor);
  opacity: 0.95;
}
.offer-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  z-index: -1;
  background-color: var(--whiteColor);
}

.single-offer-box {
  text-align: center;
  background-color: var(--whiteColor);
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.single-offer-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 5px;
  right: 0;
  bottom: 0;
  background: var(--optional-color);
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: var(--transition);
  transition-timing-function: ease-out;
}
.single-offer-box .icon {
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  border: 2px dashed;
  border-radius: 50%;
  font-size: 45px;
  animation: border-transform 10s linear infinite alternate forwards;
  transition: var(--transition);
  background-color: var(--whiteColor);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.single-offer-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-offer-box h3 {
  transition: var(--transition);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.single-offer-box p {
  transition: var(--transition);
  line-height: 1.8;
}
.single-offer-box:hover .icon {
  color: var(--whiteColor);
  border-color: var(--whiteColor);
}
.single-offer-box:hover::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.single-offer-box:hover h3 {
  color: var(--whiteColor);
}
.single-offer-box:hover p {
  color: var(--whiteColor);
  opacity: 0.95;
}

.col-lg-4:nth-child(2) .single-offer-box .icon {
  border-color: var(--optional-color);
  color: var(--optional-color);
}
.col-lg-4:nth-child(2) .single-offer-box:hover .icon {
  background-color: var(--optional-color);
  color: var(--whiteColor);
  border-color: var(--whiteColor);
}
.col-lg-4:nth-child(3) .single-offer-box::before {
  background: #3d64ff;
}
.col-lg-4:nth-child(3) .single-offer-box .icon {
  border-color: #fea116;
  color: #fea116;
}
.col-lg-4:nth-child(3) .single-offer-box:hover .icon {
  background-color: #fea116;
  color: var(--whiteColor);
  border-color: var(--whiteColor);
}
.col-lg-4:nth-child(5) .single-offer-box .icon {
  border-color: var(--optional-color);
  color: var(--optional-color);
}
.col-lg-4:nth-child(5) .single-offer-box:hover .icon {
  background-color: var(--optional-color);
  color: var(--whiteColor);
  border-color: var(--whiteColor);
}
.col-lg-4:nth-child(6) .single-offer-box::before {
  background: #3d64ff;
}
.col-lg-4:nth-child(6) .single-offer-box .icon {
  border-color: #fea116;
  color: #fea116;
}
.col-lg-4:nth-child(6) .single-offer-box:hover .icon {
  background-color: #fea116;
  color: var(--whiteColor);
  border-color: var(--whiteColor);
}

/*================================================
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 h1, .become-instructor-partner-content h2, .become-instructor-partner-content h3, .become-instructor-partner-content h4, .become-instructor-partner-content h5, .become-instructor-partner-content h6 {
  margin-bottom: 14px;
  font-size: 37px;
  font-weight: 700;
}
.become-instructor-partner-content p {
  margin-bottom: 25px;
  max-width: 540px;
}
.become-instructor-partner-content .default-btn {
  border-radius: 30px;
  color: var(--whiteColor) !important;
}
.become-instructor-partner-content.bg-color {
  background-image: unset !important;
}
.become-instructor-partner-content.bg-color h1, .become-instructor-partner-content.bg-color h2, .become-instructor-partner-content.bg-color h3, .become-instructor-partner-content.bg-color h4, .become-instructor-partner-content.bg-color h5, .become-instructor-partner-content.bg-color h6 {
  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) !important;
}
.become-instructor-partner-content.bg-color .default-btn .icon-arrow {
  color: var(--blackColor);
  transition: var(--transition);
}
.become-instructor-partner-content.bg-color .default-btn:focus, .become-instructor-partner-content.bg-color .default-btn:hover {
  color: var(--whiteColor) !important;
  background-color: var(--blackColor);
  border-color: var(--blackColor) !important;
}
.become-instructor-partner-content.bg-color .default-btn:focus .icon-arrow, .become-instructor-partner-content.bg-color .default-btn:hover .icon-arrow {
  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;
}

/*================================================
Funfacts CSS
=================================================*/
.funfacts-area {
  overflow: hidden;
}

.funfacts-inner {
  overflow: hidden;
  border-radius: 15px;
  padding: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.funfacts-inner .col-lg-3 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.funfacts-inner .col-lg-3:last-child {
  border-right: 0;
}

.single-funfact {
  text-align: center;
}
.single-funfact .icon {
  color: var(--whiteColor);
  line-height: 0;
  font-size: 50px;
  margin-top: -7px;
  margin-bottom: 10px;
}
.single-funfact h3 {
  margin-bottom: 2px;
  color: var(--whiteColor);
  font-size: 45px;
  font-weight: 600;
}
.single-funfact h3 .odometer-formatting-mark {
  display: none;
}
.single-funfact p {
  color: var(--whiteColor);
  line-height: initial;
  font-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 500;
}

.funfacts-style-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#particles-js-circle-bubble {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.single-features-box {
  min-height: 500px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 30px;
  border-right: 1px solid #cccccc;
}
.single-features-box .inner-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}
.single-features-box .inner-content h3 {
  color: var(--whiteColor);
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out 0s;
  font-size: 24px;
  font-weight: 700;
}
.single-features-box .inner-content p {
  color: var(--whiteColor);
  opacity: 0.95;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 0;
}
.single-features-box .inner-content .default-btn {
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.single-features-box:hover .inner-content h3 {
  transform: translateY(-75px);
}
.single-features-box:hover .inner-content p {
  transform: translateY(-75px);
}
.single-features-box:hover .inner-content .default-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slideshow-box {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slideshow-box .slideshow-slides {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slideshow-box .slideshow-slides li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slideshow-box .slideshow-slides li span.bg1 {
  background-image: url(../../assets/img/slideshow/1.jpg);
}
.slideshow-box .slideshow-slides li span.bg2 {
  background-image: url(../../assets/img/slideshow/2.jpg);
}
.slideshow-box .slideshow-slides li span.bg3 {
  background-image: url(../../assets/img/slideshow/3.jpg);
}
.slideshow-box .slideshow-slides li span.bg4 {
  background-image: url(../../assets/img/slideshow/4.jpg);
}
.slideshow-box .slideshow-slides li span.bg5 {
  background-image: url(../../assets/img/slideshow/5.jpg);
}
.slideshow-box .slideshow-slides .owl-stage-outer {
  height: 100%;
  width: 100%;
}
.slideshow-box .slideshow-slides .owl-stage-outer .owl-stage {
  height: 100%;
  width: 100%;
}
.slideshow-box .slideshow-slides .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  width: 100%;
}

.col-lg-3:nth-child(4) .single-features-box {
  border-right: none;
}

/*================================================
Courses CSS
=================================================*/
.courses-area {
  position: relative;
  z-index: 1;
}
.courses-area a {
  text-decoration: none !important;
}
.courses-area ul li {
  list-style-type: none !important;
}
.courses-area i {
  font-style: normal !important;
}
.courses-area .lp-courses-bar {
  display: unset;
}

.courses-details-area a {
  text-decoration: none !important;
}
.courses-details-area ul li {
  list-style-type: none !important;
}
.courses-details-area i {
  font-style: normal !important;
}

.single-courses-box {
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
}
.single-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
}
.single-courses-box .courses-image a img {
  border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .courses-tag {
  position: absolute;
  right: 25px;
  bottom: 0;
  background-color: var(--whiteColor);
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.single-courses-box .courses-image .courses-tag a {
  color: var(--optional-color);
  font-weight: 500;
  display: none;
}
.single-courses-box .courses-image .courses-tag a:first-child {
  display: block;
}
.single-courses-box .courses-content {
  padding: 25px 25px 20px;
}
.single-courses-box .courses-content .course-author {
  margin-bottom: 13px;
}
.single-courses-box .courses-content .course-author img {
  width: 37px !important;
  height: 37px !important;
  border-radius: 50% !important;
  margin-right: 0.5rem !important;
  display: inline-block;
}
.single-courses-box .courses-content .course-author .author-name {
  margin-bottom: 0;
}
.single-courses-box .courses-content .course-author .author-name a {
  color: var(--blackColor);
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
}
.single-courses-box .courses-content .course-author h3 {
  display: none;
}
.single-courses-box .courses-content .course-author .author-bio {
  display: none;
}
.single-courses-box .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 600;
}
.single-courses-box .courses-content h3 a {
  color: var(--blackColor);
}
.single-courses-box .courses-content .courses-rating .review-stars-rated {
  position: relative;
  display: inline-block;
}
.single-courses-box .courses-content .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;
}
.single-courses-box .courses-content .courses-rating .review-stars-rated .review-stars li {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.single-courses-box .courses-content .courses-rating .review-stars-rated .review-stars li span {
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}
.single-courses-box .courses-content .courses-rating .review-stars-rated .review-stars li span::before {
  width: auto;
  height: auto;
}
.single-courses-box .courses-content .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;
}
.single-courses-box .courses-content .courses-rating .review-stars-rated .review-stars.filled li {
  position: static;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.single-courses-box .courses-content .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;
}
.single-courses-box .courses-content .courses-rating .review-stars-rated .review-stars.filled li span::before {
  width: auto;
  height: auto;
}
.single-courses-box .courses-content .courses-rating .course-review {
  float: left;
}
.single-courses-box .courses-content .courses-rating .review-stars-rated {
  color: #f2b827 !important;
  display: inline-block;
}
.single-courses-box .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}
.single-courses-box .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}
.single-courses-box .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px 25px;
}
.single-courses-box .courses-box-footer ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.single-courses-box .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.single-courses-box .courses-box-footer ul li i {
  color: var(--blackColor);
  position: relative;
  top: 1px;
}
.single-courses-box .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}
.single-courses-box .courses-box-footer ul .students-number {
  flex: 0 0 37%;
  max-width: 37%;
}
.single-courses-box .courses-box-footer ul .courses-lesson {
  flex: 0 0 34%;
  max-width: 34%;
}
.single-courses-box .courses-box-footer ul .courses-price {
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
.single-courses-box .courses-box-footer ul .courses-price .origin-price {
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}
.single-courses-box.without-box-shadow {
  box-shadow: unset;
}
.single-courses-box.without-box-shadow .courses-content {
  padding: 25px 0 18px;
}
.single-courses-box.without-box-shadow .courses-box-footer {
  padding: 18px 0 0;
}
.single-courses-box:hover, .single-courses-box:focus {
  transform: translateY(-10px);
}
.single-courses-box:hover .courses-image .courses-tag, .single-courses-box:focus .courses-image .courses-tag {
  background-color: var(--optional-color);
  color: var(--whiteColor);
}
.single-courses-box:hover .courses-image .courses-tag a, .single-courses-box:focus .courses-image .courses-tag a {
  color: var(--whiteColor);
}

.single-courses-item {
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  transition: var(--transition);
}
.single-courses-item .courses-image {
  position: relative;
  overflow: hidden;
}
.single-courses-item .courses-image a img {
  transition: var(--transition);
}
.single-courses-item .courses-content {
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.single-courses-item .courses-content .course-author {
  margin-top: -15px;
}
.single-courses-item .courses-content .course-author h3 {
  display: none;
}
.single-courses-item .courses-content .course-author img {
  width: 50px;
  border: 3px solid var(--whiteColor) !important;
  height: 50px;
  border-radius: 3px !important;
  display: inline-block;
}
.single-courses-item .courses-content .course-author .author-name a {
  color: var(--blackColor);
  position: relative;
  text-transform: capitalize;
  top: 13px;
  font-family: "Poppins", sans-serif;
  font-size: var(--fontSize);
  font-weight: 500;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated {
  position: relative;
  display: inline-block;
}
.single-courses-item .courses-content .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;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated .review-stars li {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated .review-stars li span {
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated .review-stars li span::before {
  width: auto;
  height: auto;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated .review-stars.filled {
  margin: 0;
  margin-top: 2px;
  padding-left: 0;
  display: inline-block;
  list-style: none !important;
  line-height: 16px !important;
  height: 16px;
  float: left;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  color: #f05a19 !important;
  height: 40px;
}
.single-courses-item .courses-content .courses-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 .courses-content .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;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated .review-stars.filled li span::before {
  width: auto;
  height: auto;
}
.single-courses-item .courses-content .courses-rating .course-review {
  display: inline-block;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated {
  color: #f2b827 !important;
  display: inline-block;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}
.single-courses-item .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -4px;
  font-size: 13px;
}
.single-courses-item .courses-content .courses-rating {
  position: relative;
  top: 0;
}
.single-courses-item .courses-content p.author-name {
  margin-bottom: 0;
}
.single-courses-item .courses-content h3 {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
}
.single-courses-item .courses-content p {
  line-height: 1.8;
}
.single-courses-item .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px;
}
.single-courses-item .courses-box-footer ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.single-courses-item .courses-box-footer ul li {
  color: #727695;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}
.single-courses-item .courses-box-footer ul li i {
  color: var(--blackColor);
  position: relative;
  top: 1px;
}
.single-courses-item .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}
.single-courses-item .courses-box-footer ul .students-number {
  flex: 0 0 37%;
  max-width: 37%;
}
.single-courses-item .courses-box-footer ul .courses-lesson {
  flex: 0 0 34%;
  max-width: 34%;
}
.single-courses-item .courses-box-footer ul .courses-price {
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
.single-courses-item .courses-box-footer ul .courses-price .origin-price {
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}
.single-courses-item:hover .courses-image img, .single-courses-item:focus .courses-image img {
  transform: scale(1.3) rotate(5deg);
}
.single-courses-item:hover .courses-image .courses-tag, .single-courses-item:focus .courses-image .courses-tag {
  background-color: var(--optional-color);
}
.single-courses-item:hover .courses-image .courses-tag a, .single-courses-item:focus .courses-image .courses-tag a {
  color: var(--whiteColor);
}

.single-courses-list-box {
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  transition: var(--transition);
}
.single-courses-list-box .box-item {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}
.single-courses-list-box .box-item .courses-image {
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 5px 0 0 5px;
}
.single-courses-list-box .box-item .courses-image .image {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-courses-list-box .box-item .courses-image .image img {
  display: none;
}
.single-courses-list-box .box-item .courses-image .image .courses-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  transition: var(--transition);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.single-courses-list-box .box-item .courses-image .image .courses-tag a {
  color: var(--optional-color);
  font-weight: 500;
}
.single-courses-list-box .box-item .courses-image .image a.link-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.single-courses-list-box .box-item .courses-desc {
  flex: 0 0 55%;
  max-width: 55%;
}
.single-courses-list-box .box-item .courses-desc .courses-content {
  padding: 25px 25px 20px;
}
.single-courses-list-box .box-item .courses-desc .courses-content .course-author {
  margin-bottom: 13px;
}
.single-courses-list-box .box-item .courses-desc .courses-content .course-author img {
  width: 37px;
  height: 37px;
  border-radius: 50% !important;
  margin-right: 0.5rem !important;
  display: inline-block;
}
.single-courses-list-box .box-item .courses-desc .courses-content .course-author .author-name {
  margin-bottom: 0;
}
.single-courses-list-box .box-item .courses-desc .courses-content .course-author .author-name a {
  color: var(--blackColor);
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
}
.single-courses-list-box .box-item .courses-desc .courses-content .course-author h3 {
  display: none;
}
.single-courses-list-box .box-item .courses-desc .courses-content .course-author .author-bio {
  display: none;
}
.single-courses-list-box .box-item .courses-desc .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 600;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating {
  margin-bottom: 12px;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated {
  position: relative;
  display: inline-block;
}
.single-courses-list-box .box-item .courses-desc .courses-content .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;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated .review-stars li {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated .review-stars li span {
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated .review-stars li span::before {
  width: auto;
  height: auto;
}
.single-courses-list-box .box-item .courses-desc .courses-content .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;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated .review-stars.filled li {
  position: static;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.single-courses-list-box .box-item .courses-desc .courses-content .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;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated .review-stars.filled li span::before {
  width: auto;
  height: auto;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .course-review {
  float: left;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated {
  color: #f2b827 !important;
  display: inline-block;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}
.single-courses-list-box .box-item .courses-desc .courses-content p {
  margin-bottom: 0;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px 25px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i {
  color: var(--blackColor);
  position: relative;
  top: 1px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .students-number {
  flex: 0 0 37%;
  max-width: 37%;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-lesson {
  flex: 0 0 34%;
  max-width: 34%;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price {
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}
.single-courses-list-box:hover .box-item .courses-image .image .courses-tag {
  background-color: var(--optional-color);
  color: var(--whiteColor);
}
.single-courses-list-box:hover .box-item .courses-image .image .courses-tag a {
  color: var(--whiteColor);
}

.owl-item:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a {
  color: var(--whiteColor);
}
.owl-item:nth-child(3) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box .courses-image .courses-tag a {
  color: #fea116;
}
.owl-item:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(9) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #fea116;
}
.owl-item:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a {
  color: var(--whiteColor);
}
.owl-item:nth-child(4) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box .courses-image .courses-tag a {
  color: #1cb5a3;
}
.owl-item:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(10) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #1cb5a3;
}
.owl-item:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a {
  color: var(--whiteColor);
}
.owl-item:nth-child(5) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box .courses-image .courses-tag a {
  color: #3d64ff;
}
.owl-item:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(11) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #3d64ff;
}
.owl-item:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a {
  color: var(--whiteColor);
}
.owl-item:nth-child(6) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box .courses-image .courses-tag a {
  color: #e74d57;
}
.owl-item:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(12) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #e74d57;
}
.owl-item:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a {
  color: var(--whiteColor);
}

.shorting-menu {
  margin-bottom: 40px;
  margin-top: -30px;
}
.shorting-menu .filter {
  background-color: transparent;
  border: none;
  color: #727695;
  transition: var(--transition);
  padding: 0;
  margin-right: 20px;
  font-weight: 600;
  font-size: 14.5px;
}

.shorting .mix {
  display: none;
}

.courses-slides.owl-theme {
  margin-top: -25px;
}
.courses-slides.owl-theme .single-courses-box {
  margin-top: 25px;
}
.courses-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.courses-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}
.courses-slides.owl-theme .owl-nav [class*=owl-]:hover, .courses-slides.owl-theme .owl-nav [class*=owl-]:focus {
  color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.courses-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.courses-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .courses-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.courses-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.courses-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}
.courses-slides.owl-theme .owl-dots {
  margin-top: 15px;
}
.courses-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #dddddd;
  transition: var(--transition);
  border-radius: 50%;
  transform: scale(0.9);
}
.courses-slides.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.2);
}

.courses-list-tab .tabs {
  margin-bottom: 40px;
  text-align: center;
  list-style-type: none;
  background-color: var(--whiteColor);
  box-shadow: 0 2px 16px 0px rgba(146, 184, 255, 0.15);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.courses-list-tab .tabs li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.courses-list-tab .tabs li:last-child {
  margin-right: 0;
}
.courses-list-tab .tabs li:first-child {
  margin-left: 0;
}
.courses-list-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
.courses-list-tab .tabs li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  transition: var(--transition);
  background: #eeeeee;
}
.courses-list-tab .tabs li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  transition: var(--transition);
  transform: scaleX(0);
}
.courses-list-tab .tabs li a:hover::after, .courses-list-tab .tabs li a:focus::after {
  transform: scaleX(1);
}
.courses-list-tab .tabs li.current a::after {
  transform: scaleX(1);
}

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

.courses-topbar {
  margin-bottom: 40px;
}
.courses-topbar .topbar-result-count p {
  line-height: initial;
  font-family: var(--fontFamily);
  font-size: 16px;
}
.courses-topbar .topbar-ordering-and-search {
  text-align: right;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select {
  background-color: transparent;
  border: none;
  height: 45px;
  line-height: 45px;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  padding-left: 0;
  padding-right: 0;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: var(--paragraphColor);
  border-width: 1px;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 0;
  box-shadow: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option {
  font-size: 14px;
  transition: var(--transition);
  padding-left: 15px;
  padding-right: 15px;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option:hover, .courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.focus, .courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected.focus {
  background-color: transparent;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected {
  font-weight: 400;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form {
  position: relative;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form label {
  display: block;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  top: 14.2px;
  font-size: 18px;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search {
  height: 50px;
  color: var(--blackColor);
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 3px 15px 0 48px;
  border: none;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 400;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::-moz-placeholder {
  color: transparent;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::placeholder {
  color: transparent;
}

/*================================================
Courses Details CSS
=================================================*/
.courses-details-header {
  margin-bottom: 30px;
}
.courses-details-header .courses-title p {
  margin-top: 0;
  margin-bottom: 0;
}
.courses-details-header .courses-title h2 {
  margin-bottom: 12px;
  font-size: 29px;
  font-weight: 700;
}
.courses-details-header .lp-course-buttons {
  display: inline-block;
}
.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: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 37px;
}
.courses-details-header .courses-meta ul li i {
  font-size: 25px;
  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: 14px;
  font-weight: 600;
}
.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, .courses-details-header .courses-price .free {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 6px;
  font-size: 35px !important;
  font-weight: 600;
}
.courses-details-header .courses-price .default-btn {
  border-radius: 5px;
}
.courses-details-header .courses-price .courses-rating .reviews-total.d-inline-block {
  position: relative;
  top: -1px;
}
.courses-details-header .courses-price .courses-rating .review-stars-rated {
  position: relative;
  display: inline-block;
}
.courses-details-header .courses-price .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-details-header .courses-price .courses-rating .review-stars-rated .review-stars li {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.courses-details-header .courses-price .courses-rating .review-stars-rated .review-stars li span {
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}
.courses-details-header .courses-price .courses-rating .review-stars-rated .review-stars li span::before {
  width: auto;
  height: auto;
}
.courses-details-header .courses-price .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-details-header .courses-price .courses-rating .review-stars-rated .review-stars.filled li {
  position: static;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
.courses-details-header .courses-price .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-details-header .courses-price .courses-rating .review-stars-rated .review-stars.filled li span::before {
  width: auto;
  height: auto;
}
.courses-details-header .courses-price .courses-rating .course-review {
  display: inline-block;
  margin-bottom: 10px;
}
.courses-details-header .courses-price .courses-rating .review-stars-rated {
  color: #f2b827 !important;
  display: inline-block;
  width: auto;
}
.courses-details-header .courses-price .courses-rating .review-stars-rated .review-stars {
  overflow: unset;
}
.courses-details-header .courses-price .courses-rating .review-stars-rated .review-stars li {
  margin: 0 3px;
}
.courses-details-header .courses-price .courses-rating .review-stars-rated span {
  color: #f2b827;
  font-size: 20px !important;
  margin-right: -3px;
}
.courses-details-header .courses-price .courses-rating .rating-total {
  position: relative;
  color: var(--paragraphColor);
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 2px;
}
.courses-details-header .course-price {
  display: inline-block;
}

.courses-details-image {
  border-radius: 5px;
  margin-bottom: 35px;
}
.courses-details-image img {
  width: 100%;
  border-radius: 5px;
}

.courses-details-desc h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
.courses-details-desc h3:not(first-child) {
  margin-top: 30px;
}
.courses-details-desc .why-you-learn {
  margin-top: 20px;
}
.courses-details-desc .why-you-learn ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -12px;
}
.courses-details-desc .why-you-learn ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}
.courses-details-desc .why-you-learn ul li span {
  display: block;
  color: var(--blackColor);
  position: relative;
  padding-left: 28px;
  line-height: 1.7;
  font-weight: 500;
}
.courses-details-desc .why-you-learn ul li span i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
}
.courses-details-desc .requirements-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc .requirements-list li {
  color: var(--paragraphColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: var(--optional-font-family);
}
.courses-details-desc .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 .requirements-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc p strong {
  color: var(--blackColor);
}
.courses-details-desc .description-features-list {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}
.courses-details-desc .description-features-list li {
  color: var(--paragraphColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: var(--optional-font-family);
  line-height: 1.8;
}
.courses-details-desc .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 .description-features-list li strong {
  color: var(--blackColor);
}
.courses-details-desc .description-features-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc .audience-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc .audience-list li {
  color: var(--paragraphColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: var(--optional-font-family);
  line-height: 1.8;
}
.courses-details-desc .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 .audience-list li strong {
  color: var(--blackColor);
}
.courses-details-desc .audience-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc ul {
  padding-left: 10px;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc ul li {
  color: var(--paragraphColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
  font-family: var(--optional-font-family);
  line-height: 1.8;
}
.courses-details-desc ul li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--blackColor);
}
.courses-details-desc ul li strong {
  color: var(--blackColor);
}
.courses-details-desc ul li:last-child {
  margin-bottom: 0;
}
.courses-details-desc .courses-author {
  margin-top: 20px;
  border-radius: 5px;
  background: #f8f8f8;
}
.courses-details-desc .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 .courses-author .author-profile {
  padding: 0 25px 25px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid var(--whiteColor);
  width: 100px;
  height: 100px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: var(--optional-color);
  font-size: 14px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-edali-profile a {
  color: var(--blackColor);
  padding: 5px 12px 4px;
  border-radius: 2px;
  background-color: var(--whiteColor);
  font-size: 13px;
  font-weight: 500;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-edali-profile a:hover, .courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-edali-profile a:focus {
  color: var(--whiteColor);
}

.related-courses {
  padding-top: 40px;
}
.related-courses h3 {
  margin-bottom: 25px;
  margin-top: 0 !important;
  font-size: 30px;
  font-weight: 600;
}

.courses-sidebar-information {
  margin-bottom: 40px;
}
.courses-sidebar-information ul {
  padding-left: 0 !important;
  list-style-type: none !important;
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.courses-sidebar-information ul li {
  border-bottom: 1px dashed #eeeeee;
  color: var(--blackColor);
  overflow: hidden;
  list-style-type: none !important;
  text-align: right;
  padding: 12px 15px;
  font-size: var(--fontSize);
  font-weight: 500;
}
.courses-sidebar-information ul li span {
  display: block;
  width: 170px;
  text-align: left;
  float: left;
}
.courses-sidebar-information ul li span i {
  position: relative;
  top: 4px;
  transition: var(--transition);
  font-style: normal;
  font-size: 20px;
  margin-right: 2px;
}
.courses-sidebar-information ul li:hover span i {
  transform: rotateY(-180deg);
}
.courses-sidebar-information ul li:last-child {
  border-bottom: none;
}

.courses-sidebar-syllabus {
  border: 1px solid #f3f3f3;
  margin-bottom: 40px;
  border-radius: 5px;
  padding: 20px;
}
.courses-sidebar-syllabus h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}
.courses-sidebar-syllabus .chapter {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}
.courses-sidebar-syllabus h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}
.courses-sidebar-syllabus .courses-list {
  margin-bottom: 30px;
}
.courses-sidebar-syllabus .courses-list ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.courses-sidebar-syllabus .courses-list ul li {
  font-size: var(--fontSize);
  color: var(--paragraphColor);
  line-height: 23px;
  margin: 12px 0;
}
.courses-sidebar-syllabus .courses-list ul li a {
  display: inline-block;
  color: var(--paragraphColor);
}
.courses-sidebar-syllabus .courses-list ul li a .free-lesson {
  padding: 1px 8px;
  text-align: center;
  margin-left: 5px;
  background: var(--optional-color);
  color: var(--whiteColor);
  position: relative;
  top: -2px;
  font-weight: 500;
  font-size: 12px;
}
.courses-sidebar-syllabus .courses-list ul li .number {
  display: inline-block;
  color: var(--blackColor);
  font-weight: 500;
}
.courses-sidebar-syllabus .courses-list:last-child {
  margin-bottom: 0;
}

.courses-purchase-info {
  padding: 20px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  background-image: url(../../assets/img/mission-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.courses-purchase-info::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: 0.6;
  z-index: -1;
}
.courses-purchase-info::after {
  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;
}
.courses-purchase-info h4 {
  color: var(--whiteColor);
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 19px;
}
.courses-purchase-info p {
  color: var(--whiteColor);
  font-size: 14px;
}
.courses-purchase-info a {
  margin-right: 15px;
  text-decoration: underline;
  color: var(--whiteColor);
  font-weight: 500;
}

.courses-review-comments {
  margin-top: 40px;
}
.courses-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.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: 10px;
  font-weight: 600;
}
.courses-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 10px;
}
.courses-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}
.courses-review-comments .user-review .review-rating .review-stars i {
  color: #f2b827;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}
.courses-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  font-weight: 500;
  margin-left: 5px;
}

/*================================================
Team CSS
=================================================*/
.team-area {
  position: relative;
  z-index: 2;
}

.single-instructor-member {
  position: relative;
  background: var(--whiteColor);
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  text-align: center;
  z-index: 1;
  transition: var(--transition);
}
.single-instructor-member::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: var(--whiteColor);
  transition: var(--transition);
  z-index: -1;
}
.single-instructor-member .member-image {
  overflow: hidden;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.single-instructor-member .member-image img {
  transition: var(--transition);
  border-radius: 5px 5px 0 0;
}
.single-instructor-member .member-content {
  padding: 15px 25px 25px 25px;
  border-radius: 5px;
  position: relative;
}
.single-instructor-member .member-content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.single-instructor-member .member-content h3 a {
  display: inline-block;
}
.single-instructor-member .member-content span {
  display: block;
  font-weight: 500;
}
.single-instructor-member .member-content .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
}
.single-instructor-member .member-content .social li {
  display: inline-block;
}
.single-instructor-member .member-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: unset;
  font-size: 16px;
  border-radius: 50%;
  background-color: var(--optional-color);
  color: var(--whiteColor);
  opacity: 0;
  transform: translateY(-15px);
  position: relative;
}
.single-instructor-member .member-content .social li a.fa-facebook {
  background-color: #3b5998;
}
.single-instructor-member .member-content .social li a.fa-twitter {
  background-color: #1da1f2;
}
.single-instructor-member .member-content .social li a.fa-instagram {
  background-color: #c13584;
}
.single-instructor-member .member-content .social li a.fa-linkedin {
  background-color: #0077b5;
}
.single-instructor-member .member-content .social li a:hover, .single-instructor-member .member-content .social li a:focus {
  color: var(--whiteColor);
}
.single-instructor-member .member-content .social li a::before {
  display: none;
}
.single-instructor-member .member-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-instructor-member .member-content .social li:nth-child(2) a {
  transition-delay: 0.05s;
}
.single-instructor-member .member-content .social li:nth-child(3) a {
  transition-delay: 0.1s;
}
.single-instructor-member .member-content .social li:nth-child(4) a {
  transition-delay: 0.15s;
}
.single-instructor-member:hover::after, .single-instructor-member:focus::after {
  transform: rotate(7deg);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.single-instructor-member:hover .member-image img, .single-instructor-member:focus .member-image img {
  transform: translateY(-50px);
}
.single-instructor-member:hover .member-content .social li a, .single-instructor-member:focus .member-content .social li a {
  opacity: 1;
  transform: translateY(0);
}

.team-btn-box {
  margin-top: 40px;
}

.single-instructor-box {
  text-align: center;
}
.single-instructor-box .image {
  border: 4px solid #ffcbd6;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: var(--transition);
}
.single-instructor-box .image .social {
  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-instructor-box .image .social 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-instructor-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: var(--blackColor);
  border-radius: 2px;
  transition: var(--transition);
}
.single-instructor-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.single-instructor-box .image .social li a:hover {
  color: var(--whiteColor);
}
.single-instructor-box .image .social li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-instructor-box .image .social li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-instructor-box .image .social li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-instructor-box .image .social li:nth-child(4) {
  transition-delay: 0.4s;
}
.single-instructor-box .content {
  margin-top: 25px;
}
.single-instructor-box .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-instructor-box .content h3 a {
  display: inline-block;
}
.single-instructor-box .content span {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}
.single-instructor-box:hover .image .social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.owl-item:nth-child(2) .single-instructor-box .image, .owl-item:nth-child(6) .single-instructor-box .image, .col-lg-4:nth-child(2) .single-instructor-box .image, .col-lg-4:nth-child(6) .single-instructor-box .image {
  border-color: #ffe5be;
}
.owl-item:nth-child(2) .single-instructor-box .image .social li a:hover, .owl-item:nth-child(6) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(2) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(6) .single-instructor-box .image .social li a:hover {
  color: var(--whiteColor);
  background-color: #fea116;
}
.owl-item:nth-child(2) .single-instructor-box .content span, .owl-item:nth-child(6) .single-instructor-box .content span, .col-lg-4:nth-child(2) .single-instructor-box .content span, .col-lg-4:nth-child(6) .single-instructor-box .content span {
  color: #fea116;
}
.owl-item:nth-child(2) .single-instructor-box:hover .image, .owl-item:nth-child(6) .single-instructor-box:hover .image, .col-lg-4:nth-child(2) .single-instructor-box:hover .image, .col-lg-4:nth-child(6) .single-instructor-box:hover .image {
  border-color: #fea116;
}
.owl-item:nth-child(3) .single-instructor-box .image, .owl-item:nth-child(5) .single-instructor-box .image, .col-lg-4:nth-child(3) .single-instructor-box .image, .col-lg-4:nth-child(5) .single-instructor-box .image {
  border-color: #b2f3df;
}
.owl-item:nth-child(3) .single-instructor-box .image .social li a:hover, .owl-item:nth-child(5) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(3) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(5) .single-instructor-box .image .social li a:hover {
  color: var(--whiteColor);
  background-color: var(--optional-color);
}
.owl-item:nth-child(3) .single-instructor-box .content span, .owl-item:nth-child(5) .single-instructor-box .content span, .col-lg-4:nth-child(3) .single-instructor-box .content span, .col-lg-4:nth-child(5) .single-instructor-box .content span {
  color: var(--optional-color);
}
.owl-item:nth-child(3) .single-instructor-box:hover .image, .owl-item:nth-child(5) .single-instructor-box:hover .image, .col-lg-4:nth-child(3) .single-instructor-box:hover .image, .col-lg-4:nth-child(5) .single-instructor-box:hover .image {
  border-color: var(--optional-color);
}

.team-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.team-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}
.team-slides.owl-theme .owl-nav [class*=owl-]:hover, .team-slides.owl-theme .owl-nav [class*=owl-]:focus {
  color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.team-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.team-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .team-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.team-slides.owl-theme:hover .owl-nav [class*=owl-], .team-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.team-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .team-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

#particles-js-circle-bubble-3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.single-team-member {
  text-align: center;
  position: relative;
}
.single-team-member .member-content {
  padding: 25px;
  position: absolute;
  left: 0;
  top: 85%;
  z-index: 2;
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  opacity: 0;
  right: 0;
  transition: var(--transition);
  visibility: hidden;
  transform: translateY(10px);
  margin-left: 15px;
  margin-right: 15px;
}
.single-team-member .member-content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.single-team-member .member-content h3 a {
  display: inline-block;
}
.single-team-member .member-content span {
  display: block;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 14px;
}
.single-team-member .member-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 5;
}
.single-team-member .member-content .social li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}
.single-team-member .member-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: unset;
  font-size: 16px;
  border-radius: 50%;
  background-color: var(--optional-color);
  color: var(--whiteColor);
  position: relative;
}
.single-team-member .member-content .social li a.fa-facebook {
  background-color: #3b5998;
}
.single-team-member .member-content .social li a.fa-twitter {
  background-color: #1da1f2;
}
.single-team-member .member-content .social li a.fa-instagram {
  background-color: #c13584;
}
.single-team-member .member-content .social li a.fa-linkedin {
  background-color: #0077b5;
}
.single-team-member .member-content .social li a:hover, .single-team-member .member-content .social li a:focus {
  color: var(--whiteColor);
}
.single-team-member .member-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-team-member .member-content .social li a::before {
  display: none;
}
.single-team-member:hover .member-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*================================================
Team Details CSS
=================================================*/
.instructor-details-area .section-title {
  margin-bottom: 40px;
}

.instructor-details-desc {
  margin-bottom: 60px;
}
.instructor-details-desc .instructor-details-sidebar {
  text-align: center;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta {
  margin-bottom: 20px;
  margin-top: 30px;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li {
  position: relative;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-left: 37px;
  margin-left: 8px;
  margin-right: 8px;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li a {
  display: inline-block;
  color: var(--blackColor);
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.instructor-details-desc .instructor-details-sidebar .default-btn {
  border-radius: 30px;
}
.instructor-details-desc .instructor-details-sidebar .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.instructor-details-desc .instructor-details-sidebar .social-link li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--whiteColor);
  font-size: 17px;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  transform: translateY(-48%);
}
.instructor-details-desc .instructor-details-sidebar .social-link li a:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a:focus {
  background-color: transparent;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: var(--whiteColor);
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.facebook:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: var(--whiteColor);
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.twitter:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: var(--whiteColor);
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: var(--whiteColor);
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.instagram:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
  color: var(--whiteColor);
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.pinterest:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.pinterest:focus {
  color: #bd081c;
  background-color: transparent;
}
.instructor-details-desc .instructor-details h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}
.instructor-details-desc .instructor-details .sub-title {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.instructor-details-desc .instructor-details .instructor-details-info {
  margin-top: 25px;
}
.instructor-details-desc .instructor-details .instructor-details-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.instructor-details-desc .instructor-details .instructor-details-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.instructor-details-desc .instructor-details .instructor-details-info ul li {
  position: relative;
  text-align: left;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding-left: 37px;
  margin-bottom: 15px;
}
.instructor-details-desc .instructor-details .instructor-details-info ul li:last-child {
  margin-bottom: 0;
}
.instructor-details-desc .instructor-details .instructor-details-info ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.instructor-details-desc .instructor-details .instructor-details-info ul li span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}
.instructor-details-desc .instructor-details .instructor-details-info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

/*================================================
Mission CSS
=================================================*/
.mission-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/mission-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mission-content {
  background-color: var(--whiteColor);
  padding: 60px;
  border-radius: 5px;
  max-width: 630px;
}
.mission-content .section-title {
  margin-bottom: 35px;
}
.mission-content h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 600;
}
.mission-content .default-btn {
  margin-top: 8px;
}
.mission-content .owl-theme .owl-nav {
  margin-top: 0;
}
.mission-content .owl-theme .owl-nav [class*=owl-] {
  color: var(--blackColor);
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: var(--whiteColor);
  width: 50px;
  height: 50px;
  line-height: 56px;
  position: absolute;
  left: -84px;
  transition: var(--transition);
  border: none;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 50%;
}
.mission-content .owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -84px;
}
.mission-content .owl-theme .owl-nav [class*=owl-]:hover, .mission-content .owl-theme .owl-nav [class*=owl-]:focus {
  color: var(--whiteColor);
}

/*================================================
Testimonials CSS
=================================================*/
.testimonials-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-testimonials-item {
  background-color: var(--whiteColor);
  padding: 35px 30px 95px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: var(--transition);
  position: relative;
  margin-bottom: 100px;
}
.single-testimonials-item p {
  line-height: 1.9;
  margin-bottom: 0;
  transition: var(--transition);
  font-size: 16px;
}
.single-testimonials-item .info {
  position: absolute;
  left: 0;
  bottom: -100px;
  right: 0;
}
.single-testimonials-item .info img {
  width: 100px !important;
  height: 100px;
  display: inline-block !important;
  border: 3px solid var(--whiteColor);
}
.single-testimonials-item .info h3 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.single-testimonials-item .info span {
  display: block;
  font-weight: 500;
}

.owl-item .single-testimonials-item {
  box-shadow: unset;
  margin-top: 30px;
  transition: var(--transition);
  opacity: 0.7;
}
.owl-item.active.center .single-testimonials-item {
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
  margin-top: 0;
  transition: var(--transition);
  opacity: 1;
}
.owl-item.active.center .single-testimonials-item p {
  color: var(--whiteColor);
}

.testimonials-slides.owl-theme .owl-dots {
  margin-top: 15px;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #dddddd;
  transition: var(--transition);
  border-radius: 50%;
  transform: scale(0.9);
}
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.2);
}

.feedback-area {
  position: relative;
  z-index: 1;
  background-color: #F7F5F4;
}

.single-feedback-item {
  text-align: left;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.single-feedback-item p {
  color: var(--blackColor);
  margin-bottom: 0;
  font-weight: 600;
  font-family: var(--fontFamily);
  font-size: 22px;
}
.single-feedback-item .info {
  text-align: right;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  padding-right: 118px;
  padding-bottom: 22px;
}
.single-feedback-item .info img {
  width: 100px !important;
  height: 100px;
  display: inline-block !important;
  border: 3px solid var(--whiteColor);
  position: absolute;
  right: 0;
  bottom: 0;
}
.single-feedback-item .info h3 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.single-feedback-item .info span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.single-feedback-item .info::before {
  content: "";
  position: absolute;
  right: 290px;
  bottom: 45px;
  width: 110px;
  height: 75px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/arrow.png);
}

.feedback-slides.owl-theme {
  margin-bottom: -40px;
}
.feedback-slides.owl-theme .single-feedback-item {
  margin-bottom: 40px;
}
.feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: 50px;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover, .feedback-slides.owl-theme .owl-nav [class*=owl-]:focus {
  color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.feedback-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .feedback-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.feedback-slides.owl-theme:hover .owl-nav [class*=owl-], .feedback-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: 70px;
  opacity: 1;
  visibility: visible;
}
.feedback-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .feedback-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 70px;
}

/*================================================
Gallery CSS
=================================================*/
.single-gallery-item {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.single-gallery-item img {
  border-radius: 5px;
  cursor: zoom-in;
  transition: var(--transition);
}
.single-gallery-item:hover img {
  transform: scale(1.2) rotate(5deg);
  filter: blur(3px);
}

/*================================================
Students Feedback Form CSS
=================================================*/
.students-feedback-form-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/feedback-form-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.students-feedback-form-content h1, .students-feedback-form-content h2, .students-feedback-form-content h3, .students-feedback-form-content h4, .students-feedback-form-content h5, .students-feedback-form-content h6 {
  color: var(--whiteColor);
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 700;
}

.students-feedback-form {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: var(--whiteColor);
  color: var(--whiteColor);
}
.students-feedback-form h3 {
  margin-bottom: 0;
  color: var(--whiteColor);
  padding: 25px 20px;
  font-size: 25px;
  font-weight: 600;
}
.students-feedback-form form {
  color: var(--blackColor);
  padding: 30px;
}
.students-feedback-form form .form-group {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.students-feedback-form form .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1.3px solid #eeeeee;
  padding: 0 0 0 30px;
  color: var(--blackColor);
  height: 45px;
  box-shadow: unset !important;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 400;
}
.students-feedback-form form .form-group .form-control::-moz-placeholder {
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.students-feedback-form form .form-group .form-control::placeholder {
  transition: 0.2s;
}
.students-feedback-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.students-feedback-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.students-feedback-form form .form-group .form-control:focus + .label-title::before {
  width: 100%;
}
.students-feedback-form form .form-group .form-control:focus + .label-title {
  color: #A1A1A1;
}
.students-feedback-form form .form-group .form-control:focus + .label-title i {
  top: -15px;
}
.students-feedback-form 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);
}
.students-feedback-form form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: var(--transition);
}
.students-feedback-form form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: var(--transition);
  top: 10px;
  font-size: 20px;
}
.students-feedback-form form .form-group textarea.form-control {
  height: auto !important;
  padding-top: 10px;
}
.students-feedback-form::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-top: -20px;
  border-right-color: inherit;
  z-index: -1;
}

.feedback-form-area {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

.feedback-form-inner {
  background-color: var(--whiteColor);
  border-radius: 5px 0 5px 5px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
}
.feedback-form-inner .feedback-form-image {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.feedback-form-inner .feedback-form-image img {
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 10px;
  right: 0;
}
.feedback-form-inner .feedback-form {
  position: relative;
}
.feedback-form-inner .feedback-form h3 {
  color: var(--whiteColor);
  background-color: var(--optional-color);
  text-align: center;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 600;
}
.feedback-form-inner .feedback-form form {
  text-align: center;
  padding: 30px 30px 30px 0;
}
.feedback-form-inner .feedback-form form .form-group {
  text-align: left;
}
.feedback-form-inner .feedback-form form .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.feedback-form-inner .feedback-form form .form-control::placeholder {
  transition: var(--transition);
}
.feedback-form-inner .feedback-form form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.feedback-form-inner .feedback-form form .form-control:focus::placeholder {
  color: transparent;
}
.feedback-form-inner .feedback-form form .default-btn {
  margin-top: 5px;
  border-radius: 3px;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  border-radius: 5px 5px 0 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: var(--whiteColor);
  transition: 0.5s;
  margin-bottom: 30px;
}
.single-blog-post .post-image {
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  overflow: hidden;
}
.single-blog-post .post-image img {
  transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
}
.single-blog-post .post-image::before, .single-blog-post .post-image::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: var(--whiteColor);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.single-blog-post .post-image::before {
  width: 60px;
  height: 1px;
  left: 100%;
}
.single-blog-post .post-image::after {
  height: 60px;
  width: 1px;
  top: 0;
}
.single-blog-post .post-image .tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}
.single-blog-post .post-image .tag a {
  display: inline-block;
  background-color: var(--whiteColor);
  transition: var(--transition);
  border-radius: 5px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
}
.single-blog-post .post-content {
  padding: 30px;
}
.single-blog-post .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}
.single-blog-post .post-content .post-meta li {
  display: inline-block;
  color: var(--paragraphColor);
  margin-right: 15px;
  position: relative;
}
.single-blog-post .post-content .post-meta li.post-author img {
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
}
.single-blog-post .post-content .post-meta li.post-author a {
  color: var(--optional-color);
}
.single-blog-post .post-content .post-meta li a {
  display: inline-block;
  color: var(--paragraphColor);
  text-transform: capitalize;
}
.single-blog-post .post-content .post-meta li::before {
  position: absolute;
  right: -10px;
  top: 7px;
  height: 14px;
  content: "";
  width: 1px;
  background-color: var(--paragraphColor);
  transform: rotate(15deg);
}
.single-blog-post .post-content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-post .post-content .post-meta li:last-child::before {
  display: none;
}
.single-blog-post .post-content h3 {
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 25px;
  font-weight: 700;
}
.single-blog-post .post-content .read-more-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  padding-right: 20px;
  font-size: var(--fontSize);
  font-weight: 400;
}
.single-blog-post .post-content .read-more-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-blog-post .post-content .read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  z-index: -1;
  transition: var(--transition);
}
.single-blog-post .post-content .read-more-btn:hover::before, .single-blog-post .post-content .read-more-btn:focus::before {
  width: 100%;
}
.single-blog-post:hover .post-image::before, .single-blog-post:hover .post-image::after, .single-blog-post:focus .post-image::before, .single-blog-post:focus .post-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.single-blog-post:hover .post-image img, .single-blog-post:focus .post-image img {
  zoom: 1;
  opacity: 0.9 !important;
  transform: scale(1.07);
}
.single-blog-post:hover .post-image .tag a, .single-blog-post:focus .post-image .tag a {
  color: var(--whiteColor);
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.blog-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}
.blog-slides.owl-theme .owl-nav [class*=owl-]:hover, .blog-slides.owl-theme .owl-nav [class*=owl-]:focus {
  color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.blog-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.blog-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .blog-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.blog-slides.owl-theme:hover .owl-nav [class*=owl-], .blog-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.blog-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .blog-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}
.blog-slides .single-blog-post .post-content h3 {
  font-size: 19px;
  font-weight: 600;
}

.owl-item:nth-child(2) .single-blog-post .post-image .tag a, .owl-item:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post .post-image .tag a {
  color: var(--optional-color);
}
.owl-item:nth-child(2) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(2) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:focus .post-image .tag a {
  background-color: var(--optional-color);
  color: var(--whiteColor);
}
.owl-item:nth-child(3) .single-blog-post .post-image .tag a, .owl-item:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post .post-image .tag a {
  color: #fea116;
}
.owl-item:nth-child(3) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(3) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:focus .post-image .tag a {
  background-color: #fea116;
  color: var(--whiteColor);
}
.owl-item:nth-child(4) .single-blog-post .post-image .tag a, .owl-item:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post .post-image .tag a {
  color: #1cb5a3;
}
.owl-item:nth-child(4) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(4) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:focus .post-image .tag a {
  background-color: #1cb5a3;
  color: var(--whiteColor);
}
.owl-item:nth-child(5) .single-blog-post .post-image .tag a, .owl-item:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post .post-image .tag a {
  color: #3d64ff;
}
.owl-item:nth-child(5) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(5) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:focus .post-image .tag a {
  background-color: #3d64ff;
  color: var(--whiteColor);
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
}
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  color: var(--paragraphColor);
}
.blog-details-desc .article-content .features-list li i {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p, .blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}
blockquote cite, .blockquote cite {
  display: none;
}
blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\ed67";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}
blockquote::after, .blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.edali-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: 500;
}
.prev-link-wrapper .prev-link-info-wrapper {
  color: var(--blackColor);
  transition: var(--transition);
}
.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}
.prev-link-wrapper .meta-wrapper {
  display: block;
  color: var(--paragraphColor);
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  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: 500;
  font-size: 17px;
}
.next-link-wrapper .meta-wrapper {
  display: block;
  color: var(--paragraphColor);
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

/*================================================
How It Works CSS
=================================================*/
.how-it-works-area {
  position: relative;
  z-index: 1;
}
.how-it-works-area::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;
}
.how-it-works-area .section-title .sub-title {
  color: var(--whiteColor);
}
.how-it-works-area .section-title h1, .how-it-works-area .section-title h2, .how-it-works-area .section-title h3, .how-it-works-area .section-title h4, .how-it-works-area .section-title h5, .how-it-works-area .section-title h6 {
  color: var(--whiteColor);
}

.single-work-process {
  text-align: center;
  position: relative;
  z-index: 1;
}
.single-work-process .icon {
  width: 90px;
  height: 90px;
  position: relative;
  margin-bottom: 30px;
  font-size: 50px;
  color: var(--whiteColor);
  transition: var(--transition);
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.single-work-process .icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.single-work-process h3 {
  color: var(--whiteColor);
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}
.single-work-process p {
  color: var(--whiteColor);
  opacity: 0.95;
}
.single-work-process::before {
  content: "";
  position: absolute;
  right: -55px;
  top: 15px;
  width: 110px;
  height: 75px;
  transform: rotate(-15deg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/white-arrow.png);
}
.single-work-process:hover .icon {
  background-color: var(--whiteColor);
  border-color: var(--whiteColor);
}

.col-lg-4:nth-child(2) .single-work-process:hover .icon {
  color: var(--optional-color);
}
.col-lg-4:nth-child(2) .single-work-process::before {
  transform: rotate(-10deg);
}
.col-lg-4:nth-child(3) .single-work-process:hover .icon {
  color: #fea116;
}
.col-lg-4:nth-child(3) .single-work-process::before {
  display: none;
}
.col-lg-4:nth-child(6) .single-work-process::before {
  display: none;
}

/*================================================
Pricing CSS
=================================================*/
.pricing-area {
  background-color: #f7fafd;
}

.pricing-table {
  background-color: var(--whiteColor);
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
}
.pricing-table table {
  margin-bottom: 0;
  text-align: center;
}
.pricing-table table thead tr th {
  vertical-align: middle;
  border: none;
  color: var(--whiteColor);
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
}
.pricing-table table thead tr th:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}
.pricing-table table tbody td {
  vertical-align: middle;
  color: var(--blackColor);
  padding: 16px 20px;
  border-color: #eeeeee;
  font-size: var(--fontSize);
  font-weight: 400;
}
.pricing-table table tbody td:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}
.pricing-table table tbody td i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: var(--optional-color);
  color: var(--whiteColor);
  display: block;
  margin: 0 auto;
}
.pricing-table table tbody td i.bx-x {
  line-height: 22px;
}
.pricing-table table tbody tr:nth-child(1) td i, .pricing-table table tbody tr:nth-child(8) td i {
  background-color: #facd60;
}
.pricing-table table tbody tr:nth-child(3) td i, .pricing-table table tbody tr:nth-child(10) td i {
  background-color: #fd6c28;
}
.pricing-table table tbody tr:nth-child(4) td i, .pricing-table table tbody tr:nth-child(11) td i {
  background-color: #ee0979;
}
.pricing-table table tbody tr:nth-child(5) td i, .pricing-table table tbody tr:nth-child(12) td i {
  background-color: #1ac0c6;
}
.pricing-table table tbody tr:nth-child(6) td i, .pricing-table table tbody tr:nth-child(13) td i {
  background-color: #f45271;
}
.pricing-table table tbody tr:nth-child(7) td i, .pricing-table table tbody tr:nth-child(14) td i {
  background-color: #fd6d27;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/page-title/5.jpg);
  padding-top: 330px;
  padding-bottom: 120px;
}
.page-title-area.page-title-style-two {
  padding-top: 280px;
  padding-bottom: 120px;
}
.page-title-area.page-title-style-three {
  padding-top: 180px;
  padding-bottom: 140px;
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 12px;
  list-style-type: none;
}
.page-title-content ul li {
  display: inline-block;
  text-transform: capitalize;
  margin-right: 25px;
  position: relative;
  color: var(--whiteColor);
  word-break: break-word;
}
.page-title-content ul li a {
  display: inline-block;
  color: var(--whiteColor);
  opacity: 0.85;
}
.page-title-content ul li a:hover, .page-title-content ul li a:focus {
  opacity: 1;
  color: #fff !important;
}
.page-title-content ul li::before {
  content: "\ea50";
  color: var(--whiteColor);
  position: absolute;
  right: -25px;
  top: -4px;
  opacity: 0.85;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 20px;
}
.page-title-content ul li:last-child {
  margin-right: 0;
}
.page-title-content ul li:last-child::before {
  display: none;
}
.page-title-content h2 {
  color: var(--whiteColor);
  margin-bottom: 0;
  word-break: break-word;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 700;
}

/*================================================
Events CSS
=================================================*/
.single-events-box {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: var(--whiteColor);
  border-radius: 5px;
}
.single-events-box .events-box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}
.single-events-box .events-box .events-image {
  flex: 0 0 25%;
  max-width: 25%;
  border-radius: 5px 0 0 5px;
}
.single-events-box .events-box .events-image .image {
  height: 100%;
  width: 100%;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-events-box .events-box .events-image .image img {
  display: none;
}
.single-events-box .events-box .events-image .image.bg1 {
  background-image: url(../../assets/img/events/1.jpg);
}
.single-events-box .events-box .events-image .image.bg2 {
  background-image: url(../../assets/img/events/2.jpg);
}
.single-events-box .events-box .events-image .image.bg3 {
  background-image: url(../../assets/img/events/3.jpg);
}
.single-events-box .events-box .events-image .image.bg4 {
  background-image: url(../../assets/img/events/4.jpg);
}
.single-events-box .events-box .events-content {
  flex: 0 0 50%;
  max-width: 50%;
}
.single-events-box .events-box .events-content .content {
  padding: 30px;
}
.single-events-box .events-box .events-content .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.single-events-box .events-box .events-content .content h3 a {
  display: inline-block;
}
.single-events-box .events-box .events-content .content .location {
  display: block;
  color: var(--paragraphColor);
  margin-top: 15px;
}
.single-events-box .events-box .events-content .content .location i {
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.single-events-box .events-box .events-content .content .join-now-btn {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
}
.single-events-box .events-box .events-content .content .join-now-btn::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  transition: var(--transition);
  left: 0;
  bottom: 0;
}
.single-events-box .events-box .events-content .content .join-now-btn:hover::before {
  width: 0;
}
.single-events-box .events-box .events-date {
  flex: 0 0 25%;
  max-width: 25%;
  border-radius: 0 5px 5px 0;
}
.single-events-box .events-box .events-date .date {
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--whiteColor);
  position: relative;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
}
.single-events-box .events-box .events-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.single-events-box .events-box .events-date .date span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
  background: var(--whiteColor);
  width: 1px;
  height: 30px;
  transform: rotate(40deg);
}
.single-events-box .events-box .events-date .date h3 {
  color: var(--whiteColor);
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}
.single-events-box .events-box .events-date .date p {
  color: var(--whiteColor);
  line-height: initial;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}
.single-events-box .events-box .events-date .date i {
  display: inline-block;
  font-size: 200px;
  color: var(--whiteColor);
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
}

/*================================================
Events Details CSS
=================================================*/
.events-details-header {
  margin-bottom: 25px;
}
.events-details-header .back-all-events {
  display: inline-block;
  color: var(--paragraphColor);
  text-transform: uppercase;
  margin-bottom: 13px;
  position: relative;
  padding-left: 23px;
  font-weight: 600;
  font-size: 14px;
}
.events-details-header .back-all-events i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.events-details-header h3 {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 600;
}
.events-details-header .events-meta {
  margin-top: 20px;
}
.events-details-header .events-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.events-details-header .events-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 37px;
}
.events-details-header .events-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.events-details-header .events-meta ul li span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}
.events-details-header .events-meta ul li a {
  display: inline-block;
  color: var(--blackColor);
}
.events-details-header .events-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.events-details .events-details-image {
  margin-bottom: 25px;
}
.events-details .events-info-links {
  margin-top: 25px;
}
.events-details .events-info-links a {
  display: inline-block;
  color: var(--whiteColor);
  border-radius: 5px;
  padding: 5px 15px 6px;
  margin-right: 5px;
  border: 1px solid;
  font-size: var(--fontSize);
  font-weight: 500;
}
.events-details .events-info-links a:hover, .events-details .events-info-links a:focus {
  background-color: transparent;
}

/*================================================
Count Down CSS
=================================================*/
.countdown-content h1, .countdown-content h2, .countdown-content h3, .countdown-content h4, .countdown-content h5, .countdown-content h6 {
  margin-bottom: 18px;
  line-height: 1.3;
  color: var(--whiteColor);
  font-size: 33px;
  font-weight: 700;
}
.countdown-content .sign-up-btn {
  display: inline-block;
  position: relative;
  color: var(--whiteColor);
  z-index: 1;
  padding-right: 22px;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 400;
}
.countdown-content .sign-up-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.countdown-content .sign-up-btn::before {
  content: "";
  position: absolute;
  background-color: var(--whiteColor);
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  transition: var(--transition);
}
.countdown-content .sign-up-btn:hover, .countdown-content .sign-up-btn:focus {
  padding-right: 25px;
}
.countdown-content .sign-up-btn:hover::before, .countdown-content .sign-up-btn:focus::before {
  width: 0;
}

.countdown-timer #timer .countdown-items {
  display: inline-block;
  color: var(--whiteColor);
  position: relative;
  font-size: 50px;
  font-weight: 700;
  margin-left: 30px;
  margin-right: 30px;
}
.countdown-timer #timer .countdown-items .edali-label {
  color: var(--whiteColor);
  margin-top: -6px;
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.countdown-timer #timer .countdown-items::before {
  content: "\ea4a";
  position: absolute;
  right: -48px;
  top: 9px;
  color: var(--whiteColor);
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.countdown-timer #timer .countdown-items:first-child {
  margin-left: 0;
}
.countdown-timer #timer .countdown-items:last-child {
  margin-right: 0;
}
.countdown-timer #timer .countdown-items:last-child::before {
  display: none;
}

/*================================================
Shop CSS
=================================================*/
.woocommerce-topbar {
  margin-bottom: 40px;
}
.woocommerce-topbar .topbar-result-count p {
  line-height: initial;
  font-family: var(--fontFamily);
  font-size: 16px;
}
.woocommerce-topbar .topbar-ordering-and-search {
  text-align: right;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select {
  background-color: transparent;
  border: none;
  height: 45px;
  line-height: 45px;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: var(--paragraphColor);
  border-width: 1px;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 0;
  box-shadow: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option {
  font-size: 14px;
  transition: var(--transition);
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option:hover, .woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.focus, .woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected.focus {
  background-color: transparent;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected {
  font-weight: 400;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form {
  position: relative;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form label {
  display: block;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  top: 14.2px;
  font-size: 18px;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search {
  height: 50px;
  color: var(--blackColor);
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 3px 15px 0 48px;
  border: none;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::-moz-placeholder {
  color: transparent;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::placeholder {
  color: transparent;
}

.single-product-box {
  text-align: center;
  background-color: var(--whiteColor);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}
.single-product-box .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}
.single-product-box .product-image a {
  display: block;
}
.single-product-box .product-image a img {
  transition: var(--transition);
}
.single-product-box .product-image a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 20px;
}
.single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  padding: 18px 20px 13px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  display: block;
  font-size: var(--fontSize);
  font-weight: 600;
}
.single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}
.single-product-box .product-image .add-to-cart-btn:hover, .single-product-box .product-image .add-to-cart-btn:focus {
  color: var(--whiteColor);
}
.single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: var(--whiteColor);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.single-product-box .product-content {
  padding: 30px 25px;
}
.single-product-box .product-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.single-product-box .product-content h3 a {
  display: inline-block;
}
.single-product-box .product-content .price {
  color: var(--blackColor);
  font-weight: 500;
  font-size: var(--fontSize);
}
.single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #828893;
  font-size: 14px;
}
.single-product-box .product-content .rating {
  margin-top: 10px;
  color: #ffb708;
  font-size: 18px;
}
.single-product-box .product-content .rating i {
  margin-right: -1px;
}
.single-product-box:hover .product-image a img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/*================================================
Product Details CSS
=================================================*/
.products-details-image img {
  width: 100%;
}
.products-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.products-details-image .slick-dots {
  padding: 0;
  text-align: center;
  margin: 10px 0 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.products-details-image .slick-dots li {
  display: block;
  flex: 1;
  margin: 0 5px;
}
.products-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}
.products-details-image .slick-dots li:last-child {
  margin-right: 0;
}
.products-details-image .slick-dots li:first-child {
  margin-left: 0;
}
.products-details-image .slick-thumbs {
  display: none;
}

.product-details-desc h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}
.product-details-desc .price {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}
.product-details-desc .product-review {
  margin-bottom: 15px;
}
.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
}
.product-details-desc .product-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}
.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: var(--blackColor);
  border-bottom: 1px solid var(--blackColor);
  line-height: initial;
  position: relative;
  top: -2px;
}
.product-details-desc .product-meta {
  margin-top: 20px;
}
.product-details-desc .product-meta span {
  display: block;
  color: var(--blackColor);
  margin-bottom: 8px;
  font-size: var(--fontSize);
  font-weight: 500;
}
.product-details-desc .product-meta span span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}
.product-details-desc .product-meta span span.in-stock {
  color: var(--optional-color);
}
.product-details-desc .product-meta span a {
  display: inline-block;
  color: var(--paragraphColor);
}
.product-details-desc .product-meta span:last-child {
  margin-bottom: 0;
}
.product-details-desc .product-add-to-cart {
  margin-top: 25px;
}
.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 55px;
  transition: var(--transition);
  font-size: 25px;
}
.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.product-details-desc .product-add-to-cart .input-counter input {
  height: 50px;
  color: var(--blackColor);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.product-details-desc .product-add-to-cart .input-counter input::-moz-placeholder {
  color: var(--blackColor);
}
.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: var(--blackColor);
}
.product-details-desc .product-add-to-cart .default-btn {
  height: 50px;
  top: -1px;
  position: relative;
  line-height: 50px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.product-details-desc .custom-payment-options {
  margin-top: 20px;
}
.product-details-desc .custom-payment-options span {
  display: block;
  color: var(--paragraphColor);
  margin-bottom: 10px;
}
.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}
.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
}

.products-details-tab {
  margin-top: 50px;
}
.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}
.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}
.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  color: var(--blackColor);
  border: 1px dashed #eeeeee;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 500;
  font-size: var(--fontSize);
}
.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--blackColor);
  transition: var(--transition);
  border-radius: 50%;
}
.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--blackColor);
  margin: 2px;
  border-radius: 50%;
  transition: var(--transition);
}
.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: var(--whiteColor);
}
.products-details-tab .tabs li a:hover .dot, .products-details-tab .tabs li a:focus .dot {
  border-color: var(--whiteColor);
}
.products-details-tab .tabs li a:hover .dot::before, .products-details-tab .tabs li a:focus .dot::before {
  background: var(--whiteColor);
}
.products-details-tab .tabs li.current a {
  color: var(--whiteColor);
}
.products-details-tab .tabs li.current a .dot {
  border-color: var(--whiteColor);
}
.products-details-tab .tabs li.current a .dot::before {
  background: var(--whiteColor);
}
.products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.products-details-tab .tab-content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: var(--paragraphColor);
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: var(--blackColor);
  font-weight: 500;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 18px;
  margin-right: -1px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
  position: relative;
  top: -2px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 18px;
  color: #ebebeb;
  margin-right: -1px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 500;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: var(--paragraphColor);
  top: 40px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form h3 {
  margin-bottom: 20px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 15px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: var(--fontFamily);
  font-weight: 400;
  font-size: 14px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::placeholder {
  transition: var(--transition);
  color: var(--paragraphColor);
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
  padding-top: 15px;
  height: auto;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .default-btn {
  margin-top: 10px;
}

.related-products {
  margin-top: 70px;
}

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

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

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

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

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 600;
}
.billing-details .title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.billing-details .form-group {
  margin-bottom: 25px;
}
.billing-details .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .nice-select {
  float: unset;
  line-height: 48px;
  color: var(--paragraphColor);
  font-weight: normal;
  font-size: var(--fontSize);
  padding-top: 0;
  padding-bottom: 0;
}
.billing-details .form-group .nice-select .list {
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
  transition: var(--transition);
  padding-left: 20px;
  padding-right: 20px;
}
.billing-details .form-group .nice-select .list .option:hover {
  color: var(--whiteColor);
}
.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}
.billing-details .form-group .nice-select:after {
  right: 20px;
}
.billing-details .form-group .form-control {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.billing-details .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.billing-details .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.billing-details .form-group .form-control:focus {
  background-color: transparent;
  border-color: #eeeeee;
}
.billing-details .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.billing-details .form-group .form-control:focus::placeholder {
  color: transparent;
}
.billing-details .form-check {
  margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
  color: var(--blackColor);
}
.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

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

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin-top: 11px !important;
  margin: 0 3px;
  display: inline-block;
  background: var(--whiteColor);
  line-height: 42px;
  color: #080a3c;
  box-shadow: 0 2px 10px 0 #d8dde6;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus, .pagination-area .page-numbers.current {
  color: var(--whiteColor);
}
.pagination-area .page-numbers.prev, .pagination-area .page-numbers.next {
  font-size: 28px;
  position: relative;
  top: 3px;
}

/*================================================
Login CSS
=================================================*/
.login-image {
  height: 100%;
  width: 100%;
  background-image: url(../../assets/img/login-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-image img {
  display: none;
}

.login-content {
  height: 100vh;
}
.login-content .login-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.login-content .login-form .logo {
  margin-bottom: 30px;
}
.login-content .login-form .logo a {
  display: inline-block;
}
.login-content .login-form .logo h2 {
  font-weight: bold;
  font-size: 50px;
}
.login-content .login-form h3 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}
.login-content .login-form p {
  margin-top: 8px;
  margin-bottom: 0;
}
.login-content .login-form p a {
  display: inline-block;
}
.login-content .login-form form {
  margin-top: 35px;
}
.login-content .login-form form .form-control {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border: none;
  transition: var(--transition);
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  margin: 20px 0;
  font-size: var(--fontSize);
}
.login-content .login-form form .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.login-content .login-form form .form-control::placeholder {
  transition: var(--transition);
}
.login-content .login-form form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.login-content .login-form form .form-control:focus::placeholder {
  color: transparent;
}
.login-content .login-form form button {
  transition: var(--transition);
  display: block;
  width: 100%;
  padding: 13px 25px 12px 25px;
  position: relative;
  color: var(--whiteColor);
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 700;
}
.login-content .login-form form button:hover, .login-content .login-form form button:focus {
  background-color: var(--optional-color);
  color: var(--whiteColor);
  border-color: var(--optional-color);
}
.login-content .login-form form .forgot-password {
  text-align: right;
  margin-top: 20px;
}
.login-content .login-form form .forgot-password a {
  display: inline-block;
  text-decoration: underline;
}
.login-content .login-form form .forgot-password a:hover {
  color: var(--optional-color);
}
.login-content .login-form form .connect-with-social {
  margin-top: 20px;
}
.login-content .login-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid;
  background-color: transparent;
  transition: var(--transition);
  padding: 12px 30px;
  border-radius: 2px;
  font-weight: 500;
}
.login-content .login-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}
.login-content .login-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.login-content .login-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: var(--whiteColor);
  border-color: #3b5998;
}
.login-content .login-form form .connect-with-social button.twitter {
  margin-top: 10px;
  border-color: #1da1f2;
  color: #1da1f2;
}
.login-content .login-form form .connect-with-social button.twitter:hover {
  background-color: #1da1f2;
  color: var(--whiteColor);
  border-color: #1da1f2;
}
.login-content .login-form form .connect-with-social button:hover {
  color: var(--whiteColor);
}

/*================================================
Register CSS
=================================================*/
.register-image {
  height: 100%;
  width: 100%;
  background-image: url(../../assets/img/register-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.register-image img {
  display: none;
}

.register-content {
  height: 100vh;
}
.register-content .register-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.register-content .register-form .logo {
  margin-bottom: 30px;
}
.register-content .register-form .logo a {
  display: inline-block;
}
.register-content .register-form h3 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}
.register-content .register-form p {
  margin-top: 8px;
  margin-bottom: 0;
}
.register-content .register-form p a {
  display: inline-block;
}
.register-content .register-form form {
  margin-top: 35px;
}
.register-content .register-form form .form-control {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border: none;
  transition: var(--transition);
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: var(--fontSize);
}
.register-content .register-form form .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.register-content .register-form form .form-control::placeholder {
  transition: var(--transition);
}
.register-content .register-form form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.register-content .register-form form .form-control:focus::placeholder {
  color: transparent;
}
.register-content .register-form form button {
  transition: var(--transition);
  display: block;
  width: 100%;
  padding: 13px 25px 12px 25px;
  position: relative;
  color: var(--whiteColor);
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 700;
}
.register-content .register-form form button:hover, .register-content .register-form form button:focus {
  background-color: var(--optional-color);
  color: var(--whiteColor);
  border-color: var(--optional-color);
}
.register-content .register-form form .connect-with-social {
  margin-top: 20px;
}
.register-content .register-form form .connect-with-social span {
  display: block;
  text-transform: uppercase;
  color: var(--paragraphColor);
  margin-bottom: 20px;
}
.register-content .register-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid;
  background-color: transparent;
  transition: var(--transition);
  padding: 12px 30px;
  border-radius: 2px;
  font-weight: 500;
}
.register-content .register-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}
.register-content .register-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.register-content .register-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: var(--whiteColor);
  border-color: #3b5998;
}
.register-content .register-form form .connect-with-social button.twitter {
  margin-top: 10px;
  border-color: #1da1f2;
  color: #1da1f2;
}
.register-content .register-form form .connect-with-social button.twitter:hover {
  background-color: #1da1f2;
  color: var(--whiteColor);
  border-color: #1da1f2;
}
.register-content .register-form form .connect-with-social button:hover {
  color: var(--whiteColor);
}

/*================================================
FAQ 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;
  list-style-type: none;
}
.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: 16px;
  font-weight: 600;
}
.faq-accordion-tab .tabs li a i {
  font-size: 30px;
}
.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: 16px;
  font-weight: 600;
}
.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;
}

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

.coming-soon-content {
  max-width: 850px;
  background: var(--whiteColor);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 50px 60px 50px 30px;
  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: 37px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
}
.coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-content #timer div {
  background-color: #333333;
  color: var(--whiteColor);
  width: 110px;
  height: 120px;
  border-radius: 5px;
  font-size: 38px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}
.coming-soon-content form {
  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-family: var(--fontFamily);
  font-size: 16px;
  font-weight: 400;
}
.coming-soon-content form .form-group .input-newsletter::-moz-placeholder {
  color: #A1A1A1;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #A1A1A1;
  transition: var(--transition);
}
.coming-soon-content form .form-group .input-newsletter:focus {
  padding-left: 2px;
}
.coming-soon-content form .form-group .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus + .label-title::before {
  width: 100%;
}
.coming-soon-content form .form-group .input-newsletter:focus + .label-title {
  color: #A1A1A1;
}
.coming-soon-content form .form-group .input-newsletter:focus + .label-title i {
  top: -22px;
}
.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Error 404 CSS
=================================================*/
.error-404-area {
  z-index: 1;
  background: #f8f8f8;
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
}
.error-404-area .notfound {
  position: relative;
  max-width: 520px;
  z-index: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.error-404-area .notfound .notfound-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.error-404-area .notfound .notfound-bg div {
  width: 100%;
  background: var(--whiteColor);
  border-radius: 90px;
  height: 125px;
}
.error-404-area .notfound .notfound-bg div:nth-child(1) {
  box-shadow: 5px 5px 0 0 #f3f3f3;
}
.error-404-area .notfound .notfound-bg div:nth-child(2) {
  transform: scale(1.3);
  box-shadow: 5px 5px 0 0 #f3f3f3;
  position: relative;
  z-index: 10;
}
.error-404-area .notfound .notfound-bg div:nth-child(3) {
  box-shadow: 5px 5px 0 0 #f3f3f3;
  position: relative;
  z-index: 90;
}
.error-404-area .notfound h1 {
  background: url(../../assets/img/oops-bg.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.error-404-area .notfound h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
}
.error-404-area .notfound p {
  color: #6084a4;
  margin-bottom: 20px;
  line-height: 1.7;
}

/*================================================
Contact CSS
=================================================*/
.contact-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  transition: var(--transition);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: var(--whiteColor);
  padding: 30px;
}
.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  transition: var(--transition);
  margin-bottom: 15px;
  position: relative;
}
.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.contact-info-box p {
  margin-bottom: 2px;
}
.contact-info-box p a {
  display: inline-block;
  color: var(--paragraphColor);
}
.contact-info-box p:last-child {
  margin-bottom: 0;
}
.contact-info-box:hover {
  transform: translateY(-10px);
}
.contact-info-box:hover .icon {
  color: var(--whiteColor);
}

.contact-form {
  background-color: var(--whiteColor);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  padding: 50px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#contactForm .form-group .form-control {
  height: 50px;
  border-radius: 5px;
}
#contactForm .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
#contactForm .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
#contactForm .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
#contactForm .form-group .form-control:focus::placeholder {
  color: transparent;
}
#contactForm .form-group textarea.form-control {
  height: auto;
}
#contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}
#contactForm .default-btn {
  border-radius: 30px;
  margin-top: 10px;
  box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
}
#contactForm .default-btn:hover, #contactForm .default-btn:focus {
  box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
}
#contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}
#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

.contact-bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  transform: translateY(-65%);
  text-align: center;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

#map {
  height: 550px;
  width: 100%;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  background-color: #12141b;
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer-bottom-area {
  text-align: center;
  background-color: #090a0e;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-bottom-area .logo {
  margin-bottom: 18px;
}
.footer-bottom-area .logo h2 {
  color: var(--whiteColor);
  font-weight: 900;
  font-size: 30px;
}
.footer-bottom-area p {
  color: #cccccc;
  font-size: 14px;
}
.footer-bottom-area p i {
  position: relative;
  top: 1px;
}
.footer-bottom-area p a {
  display: inline-block;
  font-weight: 600;
  color: var(--whiteColor);
}
.footer-bottom-area p a:hover, .footer-bottom-area p a:focus {
  text-decoration: underline;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -42px;
  right: 15px;
  color: var(--whiteColor);
  z-index: 4;
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  transition: var(--transition);
  border-radius: 5px 5px 0 0;
}
.go-top i {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  transform: translateY(-55%);
  transition: 0.3s;
}
.go-top.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.go-top:hover i {
  margin-top: -3px;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 9px;
}

.wpcf7-response-output {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  padding-top: 12px !important;
  color: #ff0000;
}

/* 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: "\eb22";
  position: absolute;
  left: -40px;
  top: -3px;
  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 .read-more-btn {
  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;
  font-weight: 500;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 45px;
}
.entry-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.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;
}
.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;
}
.sidebar .widget:first-child {
  margin-top: 0;
}
.sidebar .widget {
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 30px 25px;
  background-color: var(--whiteColor);
}
.sidebar .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 10px;
  border-left: 3px dashed #dfdfdf;
  font-size: 20px;
  font-weight: 600;
}
.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: 16px;
  width: 3px;
  height: 6px;
  background: var(--optional-color);
}
.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: 14.5px;
}
.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget ul li::before {
  background: var(--optional-color);
  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: 3px 0 0 18px;
  border: none;
  transition: var(--transition);
  font-size: 14px;
  font-weight: 400;
}
.sidebar .widget_search form .search-field::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.sidebar .widget_search form .search-field::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.sidebar .widget_search form .search-field:focus::-moz-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;
}
.sidebar .widget_search form button:hover, .sidebar .widget_search form button:focus {
  background-color: var(--optional-color);
  color: var(--whiteColor);
}
.sidebar select {
  height: 50px;
  border: 1px solid #eee;
  width: 100%;
  color: var(--paragraphColor);
  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;
  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: 600;
  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(--paragraphColor);
  line-height: 25px;
  font-size: 14px;
}
.sidebar .widget_rss ul li cite {
  font-weight: 600;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
  font-size: 13.5px;
}
.sidebar .tagcloud a {
  border: 1px solid #eee;
  padding: 6px 9px;
  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: 600;
}
.sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}
.sidebar .widget_recent_comments .recentcomments {
  color: #696969;
}
.sidebar .widget_recent_comments .recentcomments .comment-author-link {
  font-size: 14px;
}
.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: 500;
}
.sidebar .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #767676;
  margin-top: 2px;
}
.sidebar p {
  font-size: 14px;
}
.sidebar span.post-count {
  float: right;
}

/* HTML Tags and Formatting */
.blog-details .blog-details-content {
  padding: 30px;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: var(--whiteColor);
}
.blog-details .blog-details-content .entry-meta {
  margin-top: 10px;
}
.blog-details .blog-details-content .entry-meta li {
  padding-left: 35px;
}
.blog-details .blog-details-content .entry-meta li a {
  color: var(--paragraphColor);
}
.blog-details .blog-details-content .nice-select {
  width: 100%;
  margin-bottom: 10px;
}
.blog-details .blog-details-content .nice-select ul {
  padding-left: 0;
  margin-top: 10px;
}
.blog-details .blog-details-content .nice-select ul li {
  list-style-type: none;
  padding-top: 8px;
  padding-left: 20px;
}
.blog-details .blog-details-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-details .blog-details-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-details .blog-details-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-details .blog-details-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-details .blog-details-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-details .blog-details-content h6 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.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: 15px;
}
.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: 17px;
  font-weight: 600;
}
.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: var(--optional-color);
  font-size: 14px;
}
.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-edali-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-edali-profile a:hover, .blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-edali-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: bold;
}
.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: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.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: 600;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.comments-area .comment-content p {
  font-size: 14px;
}
.comments-area .comment-respond .comment-reply-title {
  margin: 0;
  position: relative;
  font-size: 19px;
}
.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;
}
.comments-area .comment-respond .logged-in-as a {
  font-weight: 500;
}
.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: 10px;
  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 .comment-respond .form-submit input {
  border: none;
  color: var(--whiteColor);
  padding: 10px 30px !important;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  letter-spacing: 0;
  transition: var(--transition);
  border-radius: 0;
  font-weight: 600;
  font-size: 14px !important;
  font-family: var(--fontFamily);
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: var(--whiteColor);
  background-color: var(--optional-color);
  border: none !important;
}

.comments-area .comments-title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  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;
}
.comments-area .comment-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.comments-area .comment-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.comments-area .comment-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
.comments-area .comment-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.comments-area .comment-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
.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: 600;
  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 */
/* Comments list style */
#comments {
  clear: both;
  padding: 30px;
  margin-top: 30px;
  list-style: none;
  background-color: var(--whiteColor);
  border: 1px solid #eee;
}
#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: 7px 15px;
  line-height: 1;
  border-radius: 30px;
  font-size: 11px;
  text-decoration: none;
}
#comments .comment-list .comment-body .reply a:hover {
  color: var(--whiteColor);
}
#comments .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
#comments .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
#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 */
/* 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: 15px 25px !important;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.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: 14px;
  margin-top: 12px;
  text-align: center;
  color: var(--paragraphColor);
}
.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(--optional-color);
  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(--paragraphColor);
}
.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(--paragraphColor);
}

.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(--optional-color) !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(--paragraphColor);
}
.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: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 10px;
  color: var(--paragraphColor);
}

.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(--optional-color);
}

/* 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_edali_posts_thumbs .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.widget_edali_posts_thumbs .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_edali_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget_edali_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}
.widget_edali_posts_thumbs .item .info {
  overflow: hidden;
}
.widget_edali_posts_thumbs .item .info .title {
  font-size: 13.6px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}
.widget_edali_posts_thumbs .item .info .title a {
  color: #212529;
}
.widget_edali_posts_thumbs .item .info time {
  display: block;
  font-size: 12px;
  color: #767676;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 3px;
}
.widget_edali_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;
}

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: 600;
  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;
}

.edali-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: 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(--optional-color);
}

/* End Post search not found form */
/* 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;
}
.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;
  font-weight: 300;
  color: #e4e4e4 !important;
}
.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: 9px;
  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 .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(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.footer-area .widget_search form .search-field::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.footer-area .widget_search form .search-field:focus::-moz-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;
}
.footer-area .widget_search form button:hover, .footer-area .widget_search form button:focus {
  background-color: var(--optional-color);
  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: 600;
  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 10px;
  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 {
  text-decoration: none;
  font-weight: 400;
}
.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;
}
.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: 600;
  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 .current {
  display: block;
  padding-top: 1px;
}
.footer-area .nice-select ul li {
  color: #0c0c0c !important;
  text-transform: capitalize;
}

.single-footer-widget .contact-us-link {
  margin-bottom: 0 !important;
  list-style-type: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-footer-widget .contact-us-link li {
  margin-bottom: 12px !important;
  color: #cccccc !important;
  position: relative !important;
  padding-left: 25px !important;
}
.single-footer-widget .contact-us-link li i {
  color: var(--whiteColor) !important;
  font-size: 18px !important;
  position: absolute !important;
  left: 0 !important;
  top: 1px !important;
}
.single-footer-widget .contact-us-link li a {
  display: inline-block !important;
  color: #cccccc !important;
}
.single-footer-widget .contact-us-link li:last-child {
  margin-bottom: 0 !important;
}
.single-footer-widget .contact-us-link li:before {
  display: none !important;
}
.single-footer-widget .newsletter-box p {
  color: #cccccc;
  font-family: var(--fontFamily);
}
.single-footer-widget .newsletter-box form {
  position: relative;
}
.single-footer-widget .newsletter-box form label {
  display: block;
  margin-bottom: 10px;
  color: var(--whiteColor);
  font-size: var(--fontSize);
}
.single-footer-widget .newsletter-box form .input-newsletter {
  width: 100%;
  background-color: transparent;
  border: 1px solid #848282;
  border-radius: 5px;
  height: 43px;
  padding-left: 10px;
  color: var(--whiteColor);
  font-size: 14px;
  transition: var(--transition);
}
.single-footer-widget .newsletter-box form .input-newsletter::-moz-placeholder {
  color: #cccccc;
}
.single-footer-widget .newsletter-box form .input-newsletter::placeholder {
  color: #cccccc;
}
.single-footer-widget .newsletter-box form .input-newsletter:focus {
  padding-left: 12px;
}
.single-footer-widget .newsletter-box form button {
  display: block;
  margin-top: 0.9rem;
  width: 100%;
  border-radius: 0.25rem;
  color: var(--whiteColor);
  border: none;
  padding: 10px 25px;
  transition: var(--transition);
  font-weight: 500;
  font-size: var(--fontSize);
}
.single-footer-widget .newsletter-box form button:hover, .single-footer-widget .newsletter-box form button:focus {
  background-color: var(--optional-color);
  color: var(--whiteColor);
}
.single-footer-widget .newsletter-box form #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -35px;
  color: var(--whiteColor);
}
.single-footer-widget .social-link {
  padding-left: 0 !important;
  list-style-type: none !important;
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
.single-footer-widget .social-link li {
  display: inline-block !important;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
}
.single-footer-widget .social-link li a {
  width: 30px !important;
  height: 30px !important;
  text-align: center !important;
  background-color: var(--whiteColor) !important;
  font-size: 18px !important;
  position: relative !important;
  border-radius: 2px !important;
}
.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-49%);
}
.single-footer-widget .social-link li a:hover {
  color: var(--whiteColor) !important;
}
.single-footer-widget .social-link li::before {
  display: none;
}

.widget_contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 400px;
  text-align: center;
  background-image: url(../../assets/img/mission-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.widget_contact::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: 0.6;
  z-index: -1;
}
.widget_contact .text {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
}
.widget_contact .text .icon {
  width: 65px;
  height: 65px;
  border: 2px dashed var(--whiteColor);
  position: relative;
  color: var(--whiteColor);
  border-radius: 50%;
  font-size: 35px;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.widget_contact .text .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget_contact .text span {
  display: block;
  color: var(--whiteColor);
  margin-bottom: 7px;
  opacity: 0.9;
  font-size: 16px;
  font-weight: 500;
}
.widget_contact .text a {
  display: inline-block;
  color: var(--whiteColor);
  font-weight: 700;
  font-size: 25px;
}
.widget_contact .text a:hover {
  display: inline-block;
  color: var(--whiteColor);
  font-weight: 700;
  font-size: 25px;
}
.widget_contact:hover .text .icon {
  background-color: var(--whiteColor);
  border-color: var(--whiteColor);
}

/* Start Learnpress CSS */
.learn-press-breadcrumb {
  display: none;
}

.lp-archive-courses form[name=search-course] {
  display: none;
}

.learn-press-pagination .page-numbers > li a {
  width: 40px;
  height: 40px;
  margin-top: 11px !important;
  margin: 0 3px;
  display: inline-block !important;
  background: var(--whiteColor);
  line-height: 42px !important;
  color: var(--blackColor);
  box-shadow: 0 2px 10px 0 #d8dde6 !important;
  position: relative;
  z-index: 1;
  border: none !important;
  font-size: 16px !important;
  font-weight: 700;
  padding: 0 !important;
}
.learn-press-pagination .page-numbers > li a:hover {
  color: var(--whiteColor);
}
.learn-press-pagination .page-numbers > li a.current, .learn-press-pagination .page-numbers > li .current {
  color: var(--whiteColor);
}
.learn-press-pagination .page-numbers > li span {
  width: 40px;
  height: 40px;
  margin-top: 11px !important;
  margin: 0 3px;
  display: inline-block !important;
  background: var(--whiteColor) !important;
  line-height: 42px !important;
  color: var(--blackColor);
  box-shadow: 0 2px 10px 0 #d8dde6 !important;
  position: relative;
  z-index: 1;
  border: none !important;
  font-size: 16px !important;
  font-weight: 700;
  padding: 0 !important;
}

.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-user-profile {
  padding: 60px 0;
}

.lp-tab-sections {
  padding: 9px 0 !important;
  border-radius: 5px;
}

.lp-sub-menu {
  padding: 0 !important;
}

h3.profile-heading {
  margin-bottom: 8px;
}

.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: 40px;
}

.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;
}

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(--optional-color);
}

.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: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  border: 0;
}

#content-item-quiz button, input[type=submit], #popup_ok {
  background: var(--optional-color);
  color: var(--whiteColor);
}

.learnpress-page .lp-button {
  line-height: 30px !important;
  padding: 0 30px !important;
  height: 45px;
  color: #ffffff !important;
  border: none !important;
}

.lesson-description iframe {
  background: #787c99;
  border-radius: 11px;
  margin: auto;
  width: 100%;
}

#learn-press-content-item #course-item-content-header {
  background-color: var(--blackColor);
  border-bottom: none;
}
#learn-press-content-item #course-item-content-header .toggle-content-item {
  border-left: 1px solid #5c5757;
  color: var(--whiteColor);
}
#learn-press-content-item #course-item-content-header .course-title a {
  color: var(--whiteColor);
}
#learn-press-content-item #course-item-content-header .course-item-search input {
  color: var(--whiteColor);
}
#learn-press-content-item #course-item-content-header .course-item-search input::-moz-placeholder {
  color: var(--whiteColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
#learn-press-content-item #course-item-content-header .course-item-search input::placeholder {
  color: var(--whiteColor);
  transition: var(--transition);
}
#learn-press-content-item #course-item-content-header .course-item-search input:focus::-moz-placeholder {
  color: transparent;
}
#learn-press-content-item #course-item-content-header .course-item-search input:focus::placeholder {
  color: transparent;
}
#learn-press-content-item #course-item-content-header .course-item-search button {
  color: var(--whiteColor);
  transition: var(--transition);
}
#learn-press-content-item .lp-profile-content button, #learn-press-content-item #course-item-content-header .form-button.lp-button-back button {
  border: none;
}
#learn-press-content-item .lp-profile-content button:hover, #learn-press-content-item #course-item-content-header .form-button.lp-button-back button:hover {
  background-color: var(--whiteColor) !important;
  color: var(--blackColor);
}

.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: 700;
  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: 600;
}
.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-checkout-login {
  width: 100%;
  max-width: 550px;
  padding: 0;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
.learnpress #learn-press-checkout-login h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.learnpress #learn-press-checkout-login p {
  margin-top: 0;
  margin-bottom: 35px;
}
.learnpress #learn-press-checkout-login .col-lg-6 {
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.learnpress #learn-press-checkout-login .learn-press-message {
  margin-bottom: 20px;
  margin-top: 30px !important;
}
.learnpress #learn-press-checkout-login #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 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
.learnpress #learn-press-checkout-login #checkout-form-login .row {
  margin-top: 20px;
}
.learnpress #learn-press-checkout-login #checkout-form-login .row a {
  color: var(--blackColor);
  text-decoration: underline;
}
.learnpress #learn-press-checkout-login #checkout-form-login .row .col-lg-7 {
  text-align: right;
}
.learnpress #learn-press-checkout-login #checkout-form-login p {
  margin-top: 0;
  margin-bottom: 10px;
}
.learnpress #learn-press-checkout-login #checkout-form-login p input[type=checkbox] {
  position: relative;
  top: 1px;
}
.learnpress #learn-press-checkout-login .form-fields .form-field {
  margin-bottom: 25px;
  list-style-type: none;
  line-height: initial;
}
.learnpress #learn-press-checkout-login .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 {
  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 {
  height: 50px;
  padding-top: 0 !important;
}
.learnpress #learn-press-checkout-login 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 {
  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);
  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: #ffffff !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;
}

li#learn-press-payment-method-paypal {
  list-style: none;
}

.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: #fff;
  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: #fff;
  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: #fff;
  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);
}

.courses-details-header .learn-press-course-results-progress {
  background: rgba(255, 25, 73, 0.0509803922);
  padding: 25px 0 0 29px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.courses-details-header .lp-label {
  font-size: 11px;
  padding: 4px 8px;
  background: #41b55f;
  border-radius: 0;
}

.related-courses .single-courses-box .courses-content .course-author .author-name {
  margin-bottom: 0;
  float: unset;
  margin: unset;
  text-align: unset;
}
.related-courses .single-courses-box .courses-content .course-author .author-name a {
  display: inline-block;
}
.related-courses .single-courses-box .courses-content h3 {
  margin: 0;
  margin-bottom: 12px;
}
.related-courses .single-courses-box .courses-content .courses-rating .review-stars-rated .review-stars li {
  padding: 0;
  list-style: none;
  line-height: unset;
  position: unset;
  color: #f2b827;
}
.related-courses .single-courses-box .courses-content .courses-rating .review-stars-rated .review-stars li::before {
  display: none;
}
.related-courses .single-courses-box .courses-box-footer {
  padding: 20px 17px;
}
.related-courses .single-courses-box .courses-box-footer ul {
  list-style: none;
  margin-top: 0;
}
.related-courses .single-courses-box .courses-box-footer ul li {
  list-style: none;
}
.related-courses .single-courses-box .courses-box-footer ul li::before {
  display: none;
}
.related-courses .single-courses-box .courses-box-footer ul .courses-price .price {
  font-size: 18px !important;
}

#learn-press-payment .payment-methods .lp-payment-method {
  list-style: none;
}

p#breadcrumbs, #breadcrumbs span a {
  color: white;
}

.page-title-content .bbpress-breadcrumbs p, .page-title-content .bbpress-breadcrumbs a {
  color: var(--whiteColor) !important;
}

button#bbp_topic_submit {
  color: #fff;
  transition: 0.4s;
}

button#bbp_topic_submit:hover {
  background-color: var(--optional-color);
}

.footer-area .widget_edali_posts_thumbs .item .info .title a {
  color: var(--whiteColor);
}

/* Start V2.3 */
.playfair-display {
  font-family: var(--main-font-family2);
}

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

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

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

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

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

/*================================================
Navbar CSS
=================================================*/
.navbar-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

/*================================================
Health Coaching Banner CSS
=================================================*/
.health-coaching-banner .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.single-banner-item {
  padding-top: 205px;
  padding-bottom: 205px;
  padding-left: 175px;
  padding-right: 175px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-banner-item.bg-1 {
  background-image: url(../../assets/img/health-coaching/main-banner1.jpg);
}
.single-banner-item.bg-2 {
  background-image: url(../../assets/img/health-coaching/main-banner2.jpg);
}
.single-banner-item h1 {
  max-width: 675px;
  margin-bottom: 35px;
  font-size: 70px;
  font-weight: 700;
}
.single-banner-item p {
  color: var(--blackColor);
  max-width: 590px;
  font-weight: 600;
  font-size: 16px;
}
.single-banner-item .default-btn {
  margin-top: 15px;
}

.health-coaching-banner-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 35px;
  line-height: 1;
  background-color: transparent !important;
  transition: var(--transition);
  z-index: 1;
  padding: 0 0 0 6px !important;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]::before {
  width: 28px;
  height: 35px;
  content: "";
  position: absolute;
  left: 0;
  transition: var(--transition);
  top: 0;
  z-index: -1;
  border: 1px solid;
  border-radius: 2px;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 40px;
  padding: 0 6px 0 0 !important;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next::before {
  left: auto;
  right: 0;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  border-color: var(--whiteColor);
}

.owl-item.active .single-banner-item h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.7s;
}
.owl-item.active .single-banner-item p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.9s;
}
.owl-item.active .single-banner-item .default-btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 1.1s;
}

.health-coaching-bg-image {
  position: relative;
  z-index: 1;
}
.health-coaching-bg-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 73.5%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-image: url(../../assets/img/health-coaching/bg-image.jpg);
  background-repeat: no-repeat;
}

/*================================================
Business Coaching Banner CSS
=================================================*/
.business-coaching-banner {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.business-coaching-banner .container {
  max-width: 1250px;
}

.business-banner-content {
  z-index: 1;
  position: relative;
  padding: 70px;
}
.business-banner-content .shape {
  position: absolute;
  left: -13%;
  top: 60%;
  transform: translateY(-60%);
  z-index: -1;
}
.business-banner-content .shape img {
  max-width: 140%;
}
.business-banner-content h1 {
  margin-bottom: 25px;
  font-size: 55px;
  font-weight: 700;
}
.business-banner-content p {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
}
.business-banner-content .default-btn {
  margin-top: 15px;
}

.business-banner-image {
  text-align: right;
}

.business-shape1 {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: -1;
}
.business-shape1 img {
  animation: movebounce3 8s linear infinite;
}

.business-shape2 {
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
}
.business-shape2 img {
  animation: movebounce2 8s linear infinite;
}

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

/*================================================
Featured CSS
=================================================*/
.featured-area .section-title h2 {
  color: var(--whiteColor);
}
.featured-area .section-title p {
  color: var(--whiteColor);
  opacity: 0.95;
}

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

/*================================================
Services CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
}
.services-area .section-title h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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

.services-box {
  margin-bottom: 30px;
  border: 4px solid #fbf1f2;
  border-radius: 5px;
  padding: 30px 30px 30px 90px;
  transition: var(--transition);
  position: relative;
}
.services-box .icon {
  position: absolute;
  left: 30px;
  top: 32px;
  color: var(--blackColor);
  font-size: 40px;
  transition: var(--transition);
  line-height: 1;
}
.services-box h3 {
  margin-bottom: 8px;
  transition: var(--transition);
  font-size: 22px;
  font-weight: 700;
}
.services-box p {
  transition: var(--transition);
}
.services-box:hover {
  color: var(--whiteColor);
}
.services-box:hover .icon, .services-box:hover p, .services-box:hover h3 {
  color: var(--whiteColor);
}

.services-btn {
  text-align: center;
  margin-top: 10px;
}

.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: #e4feff;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.divider.bg-f9f9f9 {
  background-color: #f9f9f9;
}

@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%;
  }
}
.health-coaching-shape1 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: -1;
}
.health-coaching-shape1 img {
  animation: movebounce 8s linear infinite;
}

.health-coaching-shape2 {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
}
.health-coaching-shape2 img {
  animation: movebounce2 8s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes movebounce2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*================================================
Experience CSS
=================================================*/
.experience-area {
  position: relative;
  z-index: 1;
}

.experience-content .sub-title {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.experience-content h2 {
  margin-bottom: 15px;
  font-size: 37px;
  font-weight: 700;
}
.experience-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.experience-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.experience-content .features-list li span {
  display: block;
  color: var(--blackColor);
  position: relative;
  font-weight: 600;
  padding-left: 40px;
  padding-top: 5px;
}
.experience-content .features-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);
}
.experience-content .features-list li span i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  transition: var(--transition);
}
.experience-content .features-list li span:hover i::after {
  background-color: var(--whiteColor);
}
.experience-content .default-btn {
  margin-top: 35px;
}

.experience-image {
  text-align: right;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.experience-image::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--whiteColor);
  margin-right: 30px;
}

.health-coaching-shape3 {
  position: absolute;
  left: 8px;
  bottom: 0;
  z-index: -1;
}
.health-coaching-shape3 img {
  animation: movebounce3 8s linear infinite;
}

.health-coaching-shape4 {
  position: absolute;
  right: 3%;
  top: 65%;
  transform: translateY(-65%);
  z-index: -1;
}
.health-coaching-shape4 img {
  animation: movebounce 8s linear infinite;
  max-width: 300px;
}

@keyframes movebounce3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*================================================
Program CSS
=================================================*/
.program-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/health-coaching/program-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.program-area .section-title h2 {
  max-width: 585px;
  color: var(--whiteColor);
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
}
.program-area .section-title p {
  color: var(--whiteColor);
}
.program-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  opacity: 0.75;
}
.program-area::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 32%;
  background-color: var(--whiteColor);
  z-index: -2;
}

.single-program-box {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 40px 25px;
  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;
  margin-bottom: 20px;
}
.single-program-box h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.single-program-box .link-btn {
  display: inline-block;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
}
.single-program-box .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.health-coaching-shape5 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 4%;
}
.health-coaching-shape5 img {
  animation-name: rotateMe;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Courses CSS
=================================================*/
.single-courses-box-item {
  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-item .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.single-courses-box-item .courses-image .image {
  border-radius: 5px 5px 0 0;
}
.single-courses-box-item .courses-image .image img {
  border-radius: 5px 5px 0 0;
}
.single-courses-box-item .courses-image .course-price {
  text-align: right;
}
.single-courses-box-item .courses-image .price {
  display: inline-block;
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -32.5px;
  text-align: center;
  line-height: 67px;
  font-size: 24px;
  font-weight: 600;
}
.single-courses-box-item .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 25px;
  padding-top: 0;
}
.single-courses-box-item .courses-content .course-author {
  margin-bottom: 15px;
}
.single-courses-box-item .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50% !important;
}
.single-courses-box-item .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
}
.single-courses-box-item .courses-content h3 a {
  display: inline-block;
}

.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);
}
.courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.courses-box .courses-image .image {
  border-radius: 5px 5px 0 0;
}
.courses-box .courses-image .image img {
  border-radius: 5px 5px 0 0;
}
.courses-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--whiteColor);
  font-size: 30px;
  line-height: 1;
}
.courses-box .courses-image .course-price {
  text-align: right;
}
.courses-box .courses-image .course-price .price {
  background-color: #ff1949;
  color: #ffffff;
  padding: 5px 12px;
  text-align: right !important;
  position: relative;
  right: 10px;
  top: -18px;
  bottom: 0;
  border: 4px solid #f8e8e9;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 30px;
  padding-top: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.courses-box .courses-content .course-author {
  margin-bottom: 15px;
}
.courses-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50% !important;
}
.courses-box .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
}
.courses-box .courses-content h3 a {
  display: inline-block;
}
.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;
}
.courses-box .courses-content .courses-box-footer li {
  color: var(--paragraphColor);
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  padding-right: 7px;
}
.courses-box .courses-content .courses-box-footer li i {
  position: absolute;
  left: 7px;
  top: 3px;
  line-height: 1;
}
.courses-box .courses-content .courses-box-footer li i.flaticon-people {
  font-size: 18px;
  left: 3px;
}
.courses-box .courses-content::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: -1;
}

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

/*================================================
Feedback CSS
=================================================*/
.feedback-area.bg-f8fafb {
  background-color: var(--whiteColor);
}
.feedback-area.bg-f8fafb::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  z-index: -1;
  background-color: #f8fafb;
}
.feedback-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.feedback-content {
  position: relative;
  z-index: 1;
}
.feedback-content p {
  font-size: 28px;
  color: var(--blackColor);
}
.feedback-content .client-info {
  margin-top: 30px;
}
.feedback-content .client-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.feedback-content .client-info .title {
  margin-left: 15px;
}
.feedback-content .client-info .title h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.feedback-content .client-info .title span {
  font-size: 14px;
}
.feedback-content::before {
  content: "\f10e";
  position: absolute;
  right: 30px;
  bottom: -23px;
  line-height: 1;
  z-index: -1;
  opacity: 0.5;
  font-family: Flaticon;
  font-size: 150px;
}

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

.single-events-box-item {
  transition: var(--transition);
  background-color: var(--whiteColor);
  margin-bottom: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.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;
  color: var(--whiteColor);
  padding: 9px 20px 7px;
  border-radius: 0 5px 0 0;
  font-weight: 500;
}
.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: 700;
}
.single-events-box-item .content h3 a {
  display: inline-block;
}
.single-events-box-item .content .location {
  display: block;
  color: var(--paragraphColor);
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
}
.single-events-box-item .content .location i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

.events-box {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  border-radius: 5px;
}
.events-box .image {
  height: 100%;
  border-radius: 5px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.events-box .image.bg1 {
  background-image: url(../../assets/img/business-coaching/events-img1.jpg);
}
.events-box .image.bg2 {
  background-image: url(../../assets/img/business-coaching/events-img2.jpg);
}
.events-box .image.bg3 {
  background-image: url(../../assets/img/business-coaching/events-img3.jpg);
}
.events-box .image.bg4 {
  background-image: url(../../assets/img/business-coaching/events-img3.jpg);
}
.events-box .image img {
  display: none;
  border-radius: 5px;
}
.events-box .image .divider-shape {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 2vw;
  max-width: 72px;
  right: -1px;
  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,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%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,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
          mask-size: 100% 101%;
  background-color: var(--whiteColor);
}
.events-box .content {
  padding: 30px;
}
.events-box .content .date {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 6px 15px;
}
.events-box .content .date span {
  color: var(--whiteColor);
  font-weight: 500;
}
.events-box .content h3 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 700;
}
.events-box .content h3 a {
  display: inline-block;
}
.events-box .content .location {
  display: block;
  color: var(--paragraphColor);
  margin-top: 10px;
  position: relative;
  padding-left: 22px;
  font-weight: 500;
}
.events-box .content .location i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
}

.health-coaching-shape6 {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: -1;
}
.health-coaching-shape6 img {
  animation: movebounce 8s linear infinite;
}

.health-coaching-shape7 {
  position: absolute;
  z-index: -1;
  left: 20px;
  bottom: 20px;
}
.health-coaching-shape7 img {
  animation: movebounce 8s linear infinite;
  max-width: 150px;
}

/*================================================
Blog CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}
.blog-area.bg-image {
  background-position: center center;
  background-size: cover;
  background-image: url(../../assets/img/health-coaching/bg-image2.jpg);
  background-repeat: no-repeat;
}
.blog-area.bg-image .section-title h2 {
  color: var(--whiteColor);
}
.blog-area.bg-image .section-title p {
  color: var(--whiteColor);
}

.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(--paragraphColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.single-blog-post-box .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
}
.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(--paragraphColor);
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  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-weight: 500;
  font-size: 15px;
}
.single-blog-post-box .post-content .post-content-footer li i {
  position: absolute;
  left: 7px;
  top: 3px;
}
.single-blog-post-box .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}
.single-blog-post-box.without-bg-color .post-content {
  padding: 25px 0 0 0;
  background-color: transparent;
}
.single-blog-post-box:hover .post-image a img {
  transform: rotate(5deg) scale(1.3);
}

.blog-post-info {
  text-align: center;
  margin-top: 15px;
}
.blog-post-info p {
  max-width: 600px;
  color: var(--whiteColor);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.blog-post-info p a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--whiteColor);
}

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.subscribe-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-content .sub-title {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
.subscribe-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 37px;
  font-weight: 700;
}
.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: #ebebeb;
  color: var(--blackColor);
  height: 50px;
  border-radius: 5px;
  padding-left: 18px;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 400;
}
.subscribe-content .newsletter-form .input-newsletter::-moz-placeholder {
  color: #999999;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #999999;
  transition: var(--transition);
}
.subscribe-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-content .newsletter-form .validation-danger {
  color: red;
  margin-top: 15px;
}
.subscribe-content .newsletter-form .validation-success {
  margin-top: 15px;
}
.subscribe-content .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 50px;
}

.health-coaching-shape8 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.health-coaching-shape8 img {
  max-width: 325px;
}

.health-coaching-shape9 {
  position: absolute;
  right: 7%;
  top: 30%;
  z-index: -1;
}
.health-coaching-shape9 img {
  animation: movebounce 8s linear infinite;
  max-width: 200px;
}

/*================================================
Premium Access CSS
=================================================*/
.premium-access-area {
  position: relative;
  z-index: 1;
}

.premium-access-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.premium-access-content .sub-title {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.premium-access-content h2 {
  max-width: 615px;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.premium-access-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.premium-access-content .default-btn {
  margin-top: 10px;
}

/*================================================
Distance Learning CSS
=================================================*/
.distance-learning-area {
  position: relative;
  z-index: 1;
}

.distance-learning-image {
  text-align: center;
}

.distance-learning-content {
  padding-left: 15px;
  margin-top: 20px;
}
.distance-learning-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
}
.distance-learning-content h2 {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
}
.distance-learning-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0px;
  margin-left: -8px;
  margin-right: -8px;
}
.distance-learning-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}
.distance-learning-content .features-list li span {
  display: block;
  position: relative;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.distance-learning-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;
}
.distance-learning-content .default-btn {
  margin-top: 35px;
}

.business-shape4 {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}
.business-shape4 img {
  animation: movebounce 8s linear infinite;
}

.business-shape5 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: -1;
}
.business-shape5 img {
  animation: movebounce 8s linear infinite;
}

.business-shape7 {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}
.business-shape7 img {
  animation: movebounce 8s linear infinite;
}

.business-shape8 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.business-shape8 img {
  animation: movebounce2 8s linear infinite;
  max-width: 150px;
}

.business-shape9 {
  position: absolute;
  z-index: -1;
  left: 15%;
  top: 35%;
}
.business-shape9 img {
  animation: movebounce 8s linear infinite;
}

.business-shape10 {
  position: absolute;
  right: 15%;
  top: 25%;
  z-index: -1;
}
.business-shape10 img {
  animation-name: rotateMe;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
FAQ CSS
=================================================*/
.faq-area {
  position: relative;
  z-index: 1;
}

.faq-video {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
}
.faq-video img {
  border-radius: 5px;
}
.faq-video .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 60px;
  text-align: center;
  line-height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  color: var(--whiteColor);
}
.faq-video .video-btn::after, .faq-video .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
}
.faq-video .video-btn::before {
  animation: ripple 2s linear infinite;
}
.faq-video .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.faq-video .video-btn:hover {
  background-color: var(--whiteColor);
}

.faq-accordion-style-two.faq-accordion .accordion .accordion-item {
  box-shadow: unset !important;
}
.faq-accordion-style-two.faq-accordion .accordion .accordion-title {
  padding: 16px 15px 14px 45px;
}
.faq-accordion-style-two.faq-accordion .accordion .accordion-title i {
  left: 13px;
  top: 14px;
  font-size: 25px;
}
.faq-accordion-style-two.faq-accordion .accordion .accordion-content {
  padding-bottom: 18px;
  padding-right: 15px;
  padding-left: 45px;
}

/*================================================
Funfacts CSS
=================================================*/
.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(4) .single-funfacts-box {
  margin-top: -60px;
}

.single-funfacts-box {
  text-align: center;
  border: 5px solid #fbf1f2;
  border-radius: 85px;
  margin-bottom: 30px;
  background-image: url(../../assets/img/funfacts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
.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;
}

.funfacts-and-feedback-area {
  position: relative;
  z-index: 1;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-slides-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.feedback-slides-content h2 {
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 700;
}
.feedback-slides-content p {
  margin-top: 15px;
}
.feedback-slides-content .feedback-info p {
  margin-bottom: 0;
}
.feedback-slides-content .feedback-info p a {
  font-weight: 600;
}
.feedback-slides-content .feedback-info p a:hover {
  text-decoration: underline;
  color: var(--optional-color);
}
.feedback-slides-content .feedback-slides-two {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.feedback-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot {
  display: block;
}
.feedback-slides-two.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-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);
}

.business-shape6 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.business-shape6 img {
  animation: movebounce 8s linear infinite;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-bottom: 0 !important;
  padding-top: 0 !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-wrap .tutor-course-col-3 {
  margin-bottom: 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;
}

.tutor-course .courses-box-footer {
  padding: 0;
}

.tutor-single-course-meta ul li span {
  font-size: 14px;
}

.course-login-title {
  margin-bottom: 24px;
}

.tutor-course-login-wrap h4 {
  font-size: 30px;
  text-align: center;
}

.tutor-form-register-wrap a, .tutor-login-rememeber-wrap a, .tutor-login-rememeber-wrap label {
  font-size: 14px;
}

.tutor-required-fields {
  background: rgba(255, 0, 0, 0.6117647059);
  border-radius: 5px;
  padding: 3px 39px !important;
  color: #fff;
}

.tutor-quiz-header .tutor-quiz-meta {
  margin: 20px 0 20px;
}

.tutor-next-previous-pagination-wrap {
  margin-top: 15px;
}

.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;
}
.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: #fff;
  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 .header-item.position-4 {
  background-image: url(../../assets/img/mountain.png);
}

.lp-pmpro-membership-list .header-item.position-5 {
  background-image: url(../../assets/img/rocket.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: #fff;
  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: #fff !important;
  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;
  -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: #fff !important;
}

.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;
}

.Membership.Levels .entry-content {
  overflow-x: auto;
}

.pmpro_change_password-fields input, .pmpro_lost_password-field 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;
  width: 100% !important;
}
.pmpro_change_password-fields abbr, .pmpro_lost_password-field abbr {
  display: none;
}

.courses-details-area .ld-courses-details-desc li {
  list-style-type: circle !important;
}
.courses-details-area .ld-courses-details-desc .post-thumbnail img {
  width: 100%;
}
.courses-details-area .lp-content-area {
  padding: 0;
}
.courses-details-area .entry-content-left {
  padding-top: 0 !important;
}
.courses-details-area ul.learn-press-nav-tabs[data-tabs] .course-nav {
  padding-left: 0;
}
.courses-details-area ul.learn-press-nav-tabs[data-tabs] .course-nav::before {
  display: none;
}
.courses-details-area ul.course-nav-tabs {
  list-style: none;
  padding: 0;
  border: 1px solid #f1f2f9;
}
.courses-details-area .curriculum-sections li.section::before {
  display: none;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) {
  padding-left: 1px;
}

.courses-details-area ul.learn-press-nav-tabs[data-tabs] .course-nav {
  padding-right: 1px;
}

.edali-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;
}

.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;
}

.edali-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: #fff;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register h2 {
  display: none;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register .acf-user-register-fields.acf-fields {
  display: none;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail {
  color: #fff;
}

.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-single-courses .courses-content .expert {
  margin-bottom: 10px;
}
.ld-single-courses .courses-content .course-author img {
  width: 45px !important;
  height: 45px !important;
}
.ld-single-courses .courses-box-footer ul .courses-price {
  flex: 0 0 50%;
  max-width: 50%;
}
.ld-single-courses .courses-box-footer ul .students-number {
  flex: 0 0 50%;
  max-width: 50%;
}

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
  padding: 0 !important;
}

.ld-related-courses {
  background: #efefef;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation {
  margin-bottom: 20px;
}

.learndash-wrapper .ld-button.ld-login-button.ld-login, .learndash-wrapper .ld-button.ld-login-button.ld-logout {
  color: #ffffff;
}

.woocommerce .nice-select {
  display: none;
}
.woocommerce select {
  display: block !important;
}

.shop-sidebar .woocommerce ul.cart_list li img, .shop-sidebar .woocommerce ul.product_list_widget li img {
  float: left;
}

.comment-form-rating {
  margin-bottom: 15px;
}

.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: #ffffff;
}
.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: 0.5s;
}
.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: 0.5s;
  height: 1px;
  background-color: #000000;
}
.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: 0.5s;
}
.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: 0.5s;
  height: 1px;
  background-color: #000000;
}
.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: 0.5s;
}
.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: 0.5s;
  height: 1px;
  background-color: #000000;
}
.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: #ffffff;
}
.single-course-sidebar .widget_lp-widget-course-progress .course-remaining-time {
  font-weight: 600;
}

.course-summary-content .course-detail-info {
  display: none !important;
}

.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-nav-tabs div#tab-reviews {
  display: block;
}

li.course-nav.course-nav-tab-reviews {
  padding-left: 0;
}

.review-form .review-fields {
  padding: 0;
}
.review-form .review-actions button {
  background: var(--mainColor);
  color: #fff;
}
.review-form .review-stars {
  padding: 0;
}
.review-form input, .review-form textarea {
  height: 48px;
  padding: 0 0 0 12px;
  line-height: initial;
  color: #252525;
  background-color: #ffffff;
  border: 1px solid #e6e9fc;
  border-radius: 3px;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}

.write-a-review {
  background: var(--mainColor);
  color: #fff;
}

#tab-reviews ul li::before {
  display: none !important;
}

.course-reviews-list li .review-title, .course-reviews-list-shortcode li .review-title {
  display: inline-block;
}

.fa {
  font-family: "FontAwesome" !important;
}

.courses-price .default-btn {
  transition: 0.5s !important;
  display: inline-block;
  line-height: 1.5 !important;
  padding: 13px 25px 12px 55px !important;
  position: relative;
  color: #ffffff !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 1px !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  height: auto;
  border-radius: 5px !important;
}
.courses-price .default-btn:hover {
  border-color: var(--mainColor);
}

.lp-content-wrap {
  width: 1320px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.learnpress-checkout .lp-archive-courses {
  border-top: 1px solid #eee;
}
.learnpress-checkout input[type=text], .learnpress-checkout input[type=email], .learnpress-checkout input[type=number], .learnpress-checkout input[type=password] {
  height: 48px;
  padding: 0 0 0 12px;
  line-height: initial;
  color: #252525;
  background-color: #ffffff;
  border: 1px solid #e6e9fc;
  border-radius: 3px;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}
.learnpress-checkout .loading {
  display: block !important;
}

.learn-press-pmpro-buy-membership .purchase-button {
  height: auto;
}

#contactForm .form-group {
  margin-bottom: 15px;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left .section-title {
  color: #252525 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  margin-top: 10px;
}

.course-curriculum .section-header .section-left .section-toggle {
  text-align: right !important;
  float: right !important;
}

.lp-profile-content-area ul li {
  list-style: none !important;
}

.lp-profile-user-bio p {
  color: var(--whiteColor);
}

.section-title.text-left {
  text-align: left;
}

#learn-press-profile #profile-nav .lp-profile-nav-tabs li {
  list-style: none !important;
}

#learn-press-profile a {
  text-decoration: none !important;
}

#learn-press-profile i {
  font-style: normal !important;
}

.single-courses-box .courses-box-footer ul li {
  list-style: none !important;
}

.lp-user-profile .lp-profile-user-bio p, .lp-user-profile .lp-profile-right p {
  color: #fff;
}
.lp-user-profile ul {
  padding: 0 !important;
}
.lp-user-profile .info a {
  color: #ffffff !important;
  font-weight: bold;
}
.lp-user-profile .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.lp-user-profile .social-link li {
  display: inline-block;
  margin-right: 3px;
  list-style-type: none;
  line-height: initial;
  margin-bottom: 0;
}
.lp-user-profile .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: #221638;
  position: relative;
  border-radius: 2px;
}
.lp-user-profile .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-48%);
  font-style: normal;
}
.lp-user-profile .social-link li a:hover {
  background-color: #0eb582;
  color: #ffffff;
}
.lp-user-profile .social-link li:last-child {
  margin-right: 0;
}

#learn-press-profile .wrapper-profile-header .lp-profile-right {
  padding-bottom: 20px;
}

#learn-press-profile-basic-information .form-fields li {
  list-style: 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-form .form-fields .form-field {
  list-style-type: none;
}

.feedback-form .wpcf7-list-item label {
  margin-bottom: 5px;
  margin-top: 13px;
}

#popup-course #popup-footer .course-item-nav .prev a, #popup-course #popup-footer .course-item-nav .next a {
  padding: 0 16px;
}

#popup-course #popup-footer .course-item-nav .prev a:hover, #popup-course #popup-footer .course-item-nav .next a:hover {
  color: #fff !important;
}

#popup-course #popup-footer .course-item-nav .course-item-nav__name {
  top: -34px !important;
}

.courses-sidebar-syllabus .learn-press-nav-tabs .course-nav-tab-reviews, .courses-sidebar-syllabus .comments-area {
  display: none;
}
.courses-sidebar-syllabus #learn-press-course-tabs .course-tab-panels .course-tab-panel-curriculum {
  display: block;
}
.courses-sidebar-syllabus #learn-press-course-tabs.course-tabs {
  margin-top: 0;
}
.courses-sidebar-syllabus #learn-press-course-tabs .course-tab-panels .course-tab-panel {
  padding-top: 0;
}
.courses-sidebar-syllabus .courses-sidebar-syllabus {
  padding: 0;
}
.courses-sidebar-syllabus #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item {
  padding: 0;
  background: transparent;
}
.courses-sidebar-syllabus .lp-content-area {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.learnpress-page .lp-button, .learnpress-page #lp-button {
  margin-bottom: 5px;
}

.learn-press-subtab-content ul li {
  list-style-type: none;
}

.courses-rating i {
  color: #f2b827;
  font-size: 16px;
}

.tutor-star-rating-group {
  display: inline-block;
}

.loading-spinner {
  position: fixed;
  background: #fff;
  height: 100%;
}

.tutor-course-list-pagination.tutor-ui-pagination {
  width: 100% !important;
}

.tutor-template-segment.tutor-login-wrap {
  margin-top: 140px;
}
.tutor-template-segment.tutor-login-wrap a {
  color: var(--mainColor);
}

.acf-fields {
  display: none;
}

.tutor-form-row h2 {
  display: none;
}

.tutor-container.photo-area {
  margin-top: 100px;
  border-top: 1px solid #efefef;
  padding-top: 50px;
}

.tutor-user-public-profile .tutor-user-profile-content {
  padding-top: 20px;
}

/*V4.0.0*/
/*================================================
Top Header Area CSS
=================================================*/
.top-header.training-top-header-with-black-color {
  background-color: var(--blackColor);
}

/*================================================
Motivation Course Banner Area CSS
=================================================*/
.motivation-course-banner-area {
  padding-top: 100px;
  border-top: 1px solid #E5E5E5;
}
.motivation-course-banner-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.motivation-course-banner-content h1 {
  font-size: 78px;
  font-weight: bold;
  margin-bottom: 0;
}

.motivation-course-banner-text {
  padding-left: 45px;
}
.motivation-course-banner-text p {
  margin-bottom: 25px;
}

.motivation-course-banner-image {
  margin-top: 70px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
.motivation-course-banner-image img {
  border-radius: 25px;
  transition: var(--transition);
}
.motivation-course-banner-image:hover img {
  transform: scale(1.1);
}
.motivation-course-banner-image .video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: var(--blackColor);
  border-radius: 50%;
  color: var(--whiteColor);
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 75px;
  transition: var(--transition);
}
.motivation-course-banner-image .video-btn i {
  position: absolute;
  left: 2.8px;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.motivation-course-banner-image .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid var(--mainColor);
  animation: ripple 2s linear infinite;
}
.motivation-course-banner-image .video-btn:hover {
  background-color: var(--mainColor);
}

/*================================================
Motivation Featured Area CSS
=================================================*/
.motivation-featured-area .section-title.text-left h2 {
  max-width: 100%;
}
.motivation-featured-area .section-title p {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
}
.motivation-featured-area .section-title .bottom-zero {
  margin-bottom: 0;
}
.motivation-featured-area.bg-with-black-color {
  background-color: var(--blackColor);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
  border-radius: 15px;
}
.motivation-featured-area.bg-fluid-black-color {
  background-color: #0E2742;
}
.motivation-featured-area.bg-fluid-black-color .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.motivation-featured-area.bg-fluid-black-color .motivation-featured-item .icon i {
  border-radius: 50px;
  background: #EA9927;
}
.motivation-featured-area.bg-fluid-black-color .motivation-featured-item .icon.bg-0B767A i {
  background: #0B767A;
}
.motivation-featured-area.bg-fluid-black-color .motivation-featured-item .icon.bg-9879B6 i {
  background: #9879B6;
}
.motivation-featured-area.bg-fluid-black-color .motivation-featured-item .icon.bg-FF305B i {
  background: #FF305B;
}

.motivation-featured-card {
  margin-bottom: 30px;
  transition: var(--transition);
}
.motivation-featured-card .number {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38%/65% 35% 65% 35%;
  margin-bottom: 22px;
  transition: var(--transition);
}
.motivation-featured-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.motivation-featured-card h3 a {
  color: var(--blackColor);
}
.motivation-featured-card p {
  margin-bottom: 0;
}
.motivation-featured-card .featured-btn {
  position: relative;
  z-index: 1;
  font-size: var(--fontSize);
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  transition: var(--transition);
}
.motivation-featured-card .featured-btn::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  opacity: 0.2;
  border-radius: 50px;
  transition: var(--transition);
}
.motivation-featured-card .featured-btn::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  opacity: 0;
  visibility: hidden;
  border-radius: 50px;
  transition: var(--transition);
}
.motivation-featured-card:hover {
  transform: translateY(-5px);
}
.motivation-featured-card:hover .number {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.motivation-featured-card:hover h3 a {
  color: var(--mainColor);
}
.motivation-featured-card:hover .featured-btn {
  color: var(--mainColor);
}
.motivation-featured-card:hover .featured-btn::before {
  opacity: 0;
  visibility: hidden;
}
.motivation-featured-card:hover .featured-btn::after {
  opacity: 0.2;
  visibility: visible;
}

.motivation-featured-item {
  margin-bottom: 30px;
  transition: var(--transition);
  position: relative;
  padding-left: 95px;
}
.motivation-featured-item .icon {
  margin-bottom: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
.motivation-featured-item .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: linear-gradient(247.7deg, #806AFF 0%, #A049F7 70.91%);
  border-radius: 15px;
  color: var(--whiteColor);
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: var(--transition);
}
.motivation-featured-item h3 {
  margin-bottom: 15px;
  font-size: 18.5px;
  font-weight: 600;
}
.motivation-featured-item h3 a {
  color: var(--whiteColor);
}
.motivation-featured-item p {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 14px;
}
.motivation-featured-item .featured-btn {
  position: relative;
  z-index: 1;
  font-size: var(--fontSize);
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  transition: var(--transition);
  color: var(--whiteColor);
  font-size: 14px;
}
.motivation-featured-item .featured-btn::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  opacity: 0.2;
  border-radius: 50px;
  transition: var(--transition);
}
.motivation-featured-item .featured-btn::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  opacity: 0;
  visibility: hidden;
  border-radius: 50px;
  transition: var(--transition);
}
.motivation-featured-item:hover {
  transform: translateY(-5px);
}
.motivation-featured-item:hover .number {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.motivation-featured-item:hover h3 a {
  color: var(--mainColor);
}
.motivation-featured-item:hover .featured-btn {
  color: var(--mainColor);
}
.motivation-featured-item:hover .featured-btn::before {
  opacity: 0;
  visibility: hidden;
}
.motivation-featured-item:hover .featured-btn::after {
  opacity: 0.2;
  visibility: visible;
}

/*================================================
Motivation Courses Area CSS
=================================================*/
.motivation-courses-area.bg-FAF8F8 {
  background-color: #FAF8F8;
}
.motivation-courses-area.with-border-bottom-color .container {
  border-bottom: 1px solid #E5E5E5;
}

.single-motivation-courses-box {
  background-color: var(--whiteColor);
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 25px;
  transition: var(--transition);
}
.single-motivation-courses-box .courses-image {
  position: relative;
}
.single-motivation-courses-box .courses-image img {
  border-radius: 10px;
}
.single-motivation-courses-box .courses-image .price, .single-motivation-courses-box .courses-image .free {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38%/65% 35% 65% 35%;
  transition: var(--transition);
  position: absolute;
  right: 20px;
  bottom: -20.5px;
}
.single-motivation-courses-box .courses-content {
  margin-top: 25px;
}
.single-motivation-courses-box .courses-content .courses-tag {
  margin-bottom: 15px;
}
.single-motivation-courses-box .courses-content .courses-tag a {
  font-size: var(--fontSize);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--mainColor);
}
.single-motivation-courses-box .courses-content .course-author {
  margin-bottom: 15px;
}
.single-motivation-courses-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border-radius: 50% !important;
}
.single-motivation-courses-box .courses-content .course-author span {
  color: var(--paragraphColor);
  font-size: 14.5px;
  font-weight: 500;
}
.single-motivation-courses-box .courses-content .course-author .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}
.single-motivation-courses-box .courses-content .course-author .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 14.5px;
  margin-right: -2px;
}
.single-motivation-courses-box .courses-content .course-author .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 13.2px;
  color: var(--paragraphColor);
}
.single-motivation-courses-box .courses-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
}
.single-motivation-courses-box .courses-box-footer {
  border-top: 1px solid #f5f5f5;
  padding-top: 20px;
  margin-top: 22px;
}
.single-motivation-courses-box .courses-box-footer ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.single-motivation-courses-box .courses-box-footer ul li {
  color: var(--paragraphColor);
  font-size: 15px;
  font-weight: 400;
  padding-left: 7px;
  padding-right: 7px;
}
.single-motivation-courses-box .courses-box-footer ul li i {
  color: var(--mainColor);
  position: relative;
  top: 1px;
}
.single-motivation-courses-box .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}
.single-motivation-courses-box .courses-box-footer ul .students-number {
  flex: 0 0 37%;
  max-width: 37%;
}
.single-motivation-courses-box .courses-box-footer ul .courses-lesson {
  flex: 0 0 34%;
  max-width: 34%;
}
.single-motivation-courses-box .courses-box-footer ul .courses-time {
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
}
.single-motivation-courses-box:hover {
  transform: translateY(-5px);
  border: 1px solid var(--mainColor);
}
.single-motivation-courses-box:hover .courses-content h3 a {
  color: var(--mainColor);
}

.single-motivation-courses-item {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  transition: var(--transition);
}
.single-motivation-courses-item .courses-image {
  position: relative;
}
.single-motivation-courses-item .courses-image img {
  border-radius: 10px !important;
}
.single-motivation-courses-item .courses-image .price, .single-motivation-courses-item .courses-image .free {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38%/65% 35% 65% 35%;
  transition: var(--transition);
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.single-motivation-courses-item .courses-content {
  padding: 25px 25px 25px;
}
.single-motivation-courses-item .courses-content .course-author {
  margin-bottom: 15px;
}
.single-motivation-courses-item .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border-radius: 50% !important;
}
.single-motivation-courses-item .courses-content .course-author span {
  color: var(--paragraphColor);
  font-size: 14.5px;
  font-weight: 500;
}
.single-motivation-courses-item .courses-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
.single-motivation-courses-item .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}
.single-motivation-courses-item .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 14.5px;
  margin-right: -2px;
}
.single-motivation-courses-item .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 13.2px;
  color: var(--paragraphColor);
}
.single-motivation-courses-item .courses-content .courses-box-footer {
  border-top: 1px solid #f5f5f5;
  padding-top: 18px;
  margin-top: 18px;
}
.single-motivation-courses-item .courses-content .courses-box-footer ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.single-motivation-courses-item .courses-content .courses-box-footer ul li {
  color: var(--paragraphColor);
  font-size: 15px;
  font-weight: 400;
  padding-left: 7px;
  padding-right: 7px;
}
.single-motivation-courses-item .courses-content .courses-box-footer ul li i {
  color: var(--mainColor);
  position: relative;
  top: 1px;
}
.single-motivation-courses-item .courses-content .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}
.single-motivation-courses-item .courses-content .courses-box-footer ul .students-number {
  flex: 0 0 50%;
  max-width: 50%;
}
.single-motivation-courses-item .courses-content .courses-box-footer ul .courses-lesson {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.single-motivation-courses-item:hover {
  transform: translateY(-5px);
}
.single-motivation-courses-item:hover .courses-content h3 a {
  color: var(--mainColor);
}

.courses-info-wrap {
  text-align: center;
  margin-top: 10px;
}
.courses-info-wrap p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.courses-info-wrap p a {
  color: var(--mainColor);
  font-weight: 600;
}
.courses-info-wrap p a:hover {
  text-decoration: underline;
  color: var(--blackColor);
}

/*================================================
Motivation Categories Area CSS
=================================================*/
.motivation-categories-area {
  background: #FAF8F8;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.motivation-categories-card .motivation-categories-list {
  padding: 0;
  margin-bottom: 0;
}
.motivation-categories-card .motivation-categories-list li {
  list-style-type: none;
  position: relative;
  background-color: var(--whiteColor);
  padding: 22.8px 20px 22.8px 115px;
  margin-bottom: 30px;
  transition: var(--transition);
}
.motivation-categories-card .motivation-categories-list li:last-child {
  margin-bottom: 0;
}
.motivation-categories-card .motivation-categories-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100px;
  width: 105px;
  line-height: 100px;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-size: 45px;
  text-align: center;
  -webkit-clip-path: circle(60% at 30% 50%);
          clip-path: circle(60% at 30% 50%);
  transition: var(--transition);
}
.motivation-categories-card .motivation-categories-list li .icon i {
  position: relative;
  left: -5.8px;
  top: 2.8px;
  line-height: 0;
}
.motivation-categories-card .motivation-categories-list li h3 {
  font-size: 18.8px;
  font-weight: 600;
  color: var(--blackColor);
  margin-bottom: 0;
  transition: var(--transition);
}
.motivation-categories-card .motivation-categories-list li span {
  font-size: 14px;
  color: var(--paragraphColor);
  display: inline-block;
  margin-top: 10.8px;
}
.motivation-categories-card .motivation-categories-list li:hover {
  transform: translateY(-5px);
}
.motivation-categories-card .motivation-categories-list li:hover .icon {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.motivation-categories-card .motivation-categories-list li:hover h3 a {
  color: var(--mainColor);
}
.motivation-categories-card .motivation-categories-image {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.motivation-categories-card .motivation-categories-image span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 30px;
  letter-spacing: 1px;
}
.motivation-categories-card .motivation-categories-image span a {
  color: var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  font-weight: 600;
}
.motivation-categories-card .motivation-categories-image span a:hover {
  color: var(--optional-color);
  border-bottom: 1px solid var(--optional-color);
}

.motivation-categories-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  z-index: -1;
  text-align: center;
}

/*================================================
Newcomers Area CSS
=================================================*/
.new-comers-image {
  position: relative;
  z-index: 1;
}
.new-comers-image .wrap-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.new-comers-content {
  padding-left: 30px;
}
.new-comers-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: var(--mainColor);
  font-weight: 500;
  margin-bottom: 12px;
}
.new-comers-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}
.new-comers-content h4 {
  margin-bottom: 18px;
  line-height: 1.6;
  font-size: 15.5px;
  font-weight: 600;
}
.new-comers-content h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 18.5px;
  font-weight: 600;
}
.new-comers-content p {
  margin-bottom: 0;
}
.new-comers-content .new-comers-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.new-comers-content .new-comers-list li {
  font-size: 15px;
  font-weight: 600;
  color: var(--blackColor);
  list-style-type: none;
  margin-bottom: 30px;
  position: relative;
  padding-left: 28px;
}
.new-comers-content .new-comers-list li:last-child {
  margin-bottom: 0;
}
.new-comers-content .new-comers-list li i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.new-comers-content .new-comers-btn {
  margin-top: 30px;
}

/*================================================
Motivation Partner Area CSS
=================================================*/
.motivation-partner-area {
  background-color: var(--mainColor);
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 60px;
  margin-right: 60px;
  border-radius: 15px;
}
.motivation-partner-area.bg-color-with-gradient {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  background: linear-gradient(270deg, #FF305B 0%, #FD6E00 50%, #FF3142 100%);
}
.motivation-partner-area .single-partner-item {
  text-align: center;
  position: relative;
}
.motivation-partner-area .single-partner-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background-color: #f9f9f9;
  opacity: 0.5;
}

/*================================================
Motivation Offer Area CSS
=================================================*/
.motivation-offer-area {
  overflow: hidden;
  background-color: #FAF8F8;
}
.motivation-offer-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.motivation-offer-image {
  background-image: url(../../assets/img/motivation-course/motivation-offer.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.motivation-offer-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  max-width: 635px;
}
.motivation-offer-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: var(--mainColor);
  font-weight: 500;
  margin-bottom: 12px;
}
.motivation-offer-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}
.motivation-offer-content .offer-inner-box {
  margin-top: 35px;
  position: relative;
  padding-left: 105px;
}
.motivation-offer-content .offer-inner-box .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.motivation-offer-content .offer-inner-box .icon i {
  display: inline-block;
  height: 70px;
  width: 80px;
  line-height: 70px;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38%/65% 35% 65% 35%;
  transition: var(--transition);
}
.motivation-offer-content .offer-inner-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.motivation-offer-content .offer-inner-box p {
  margin-bottom: 0;
}
.motivation-offer-content .offer-inner-box:hover .icon i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
Team Area CSS
=================================================*/
.single-team-card {
  background-color: var(--whiteColor);
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 25px 30px;
  transition: var(--transition);
}
.single-team-card img {
  border-radius: 10px;
}
.single-team-card .team-content {
  padding-right: 80px;
  position: relative;
  margin-top: 25px;
}
.single-team-card .team-content h3 {
  font-size: 18px;
  margin-bottom: 12px;
  transition: var(--transition);
  font-weight: 700;
}
.single-team-card .team-content span {
  color: var(--paragraphColor);
  font-size: 14px;
  transition: var(--transition);
}
.single-team-card .team-content .social-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.single-team-card .team-content .social-btn span {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: var(--whiteColor);
  border-radius: 50%;
  background-color: var(--blackColor);
  position: relative;
  font-size: 18px;
  cursor: pointer;
  transition: var(--transition);
}
.single-team-card .team-content .social-btn span i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.single-team-card .team-content .social-btn ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  right: 6.8px;
  bottom: 95px;
}
.single-team-card .team-content .social-btn ul li {
  top: 0;
  right: 0;
  display: inline-block;
  position: absolute;
  transition: var(--transition);
  transform: scale(0);
}
.single-team-card .team-content .social-btn ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--whiteColor);
  position: relative;
  font-size: 18px;
  background-color: var(--mainColor);
  transition: var(--transition);
}
.single-team-card .team-content .social-btn ul li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin-left: -1px;
}
.single-team-card .team-content .social-btn ul li a:hover {
  background-color: var(--optional-color);
  color: var(--whiteColor);
}
.single-team-card .team-content .social-btn ul li:nth-child(1) {
  top: -12px;
}
.single-team-card .team-content .social-btn ul li:nth-child(2) {
  top: -70px;
}
.single-team-card .team-content .social-btn ul li:nth-child(3) {
  top: -130px;
}
.single-team-card .team-content .social-btn:hover ul li {
  transform: scale(1);
}
.single-team-card:hover {
  border: 1px solid var(--mainColor);
  transform: translateY(-5px);
}
.single-team-card:hover .team-content .social-btn span {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

/*================================================
Motivation Mission Area CSS
=================================================*/
.motivation-mission-area {
  overflow: hidden;
  background-color: #FAF8F8;
}
.motivation-mission-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.motivation-mission-image {
  background-image: url(../../assets/img/motivation-course/motivation-mission.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.motivation-mission-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 40px;
  max-width: 635px;
  margin-left: auto;
}
.motivation-mission-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: var(--mainColor);
  font-weight: 500;
  margin-bottom: 12px;
}
.motivation-mission-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}
.motivation-mission-content .mission-inner-box {
  margin-top: 35px;
  position: relative;
  padding-left: 80px;
}
.motivation-mission-content .mission-inner-box .number {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 50px;
  width: 60px;
  line-height: 50px;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 67% 33% 62% 38%/65% 35% 65% 35%;
  transition: var(--transition);
}
.motivation-mission-content .mission-inner-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.motivation-mission-content .mission-inner-box p {
  margin-bottom: 0;
}
.motivation-mission-content .mission-inner-box:hover .number {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post-card {
  background-color: var(--whiteColor);
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 25px 30px;
  transition: var(--transition);
}
.single-blog-post-card .post-image {
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.single-blog-post-card .post-image img {
  transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
  border-radius: 10px;
}
.single-blog-post-card .post-image::before, .single-blog-post-card .post-image::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: var(--whiteColor);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.single-blog-post-card .post-image::before {
  width: 60px;
  height: 1px;
  left: 100%;
}
.single-blog-post-card .post-image::after {
  height: 60px;
  width: 1px;
  top: 0;
}
.single-blog-post-card .post-content {
  margin-top: 25px;
}
.single-blog-post-card .post-content .tag {
  margin-bottom: 18px;
}
.single-blog-post-card .post-content .tag a {
  font-size: var(--fontSize);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--mainColor);
}
.single-blog-post-card .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 18px;
  list-style-type: none;
}
.single-blog-post-card .post-content .post-meta li {
  display: inline-block;
  color: var(--paragraphColor);
  margin-right: 20px;
  position: relative;
  font-size: 14px;
}
.single-blog-post-card .post-content .post-meta li.post-author img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.single-blog-post-card .post-content .post-meta li.post-author a {
  color: var(--paragraphColor);
}
.single-blog-post-card .post-content .post-meta li.post-author a:hover, .single-blog-post-card .post-content .post-meta li.post-author a:focus {
  color: var(--mainColor);
}
.single-blog-post-card .post-content .post-meta li.date {
  position: relative;
  padding-left: 20px;
}
.single-blog-post-card .post-content .post-meta li.date i {
  color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 2.8px;
  font-size: 15px;
}
.single-blog-post-card .post-content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-post-card .post-content h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
.single-blog-post-card .post-content .read-more-btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--whiteColor);
  border: 1px solid var(--mainColor);
  border-radius: 5px;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 500;
}
.single-blog-post-card:hover, .single-blog-post-card:focus {
  border: 1px solid var(--mainColor);
  transform: translateY(-5px);
}
.single-blog-post-card:hover .post-image::before, .single-blog-post-card:hover .post-image::after, .single-blog-post-card:focus .post-image::before, .single-blog-post-card:focus .post-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.single-blog-post-card:hover .post-image img, .single-blog-post-card:focus .post-image img {
  zoom: 1;
  opacity: 0.9 !important;
  transform: scale(1.07);
}
.single-blog-post-card:hover .post-content h3 a, .single-blog-post-card:focus .post-content h3 a {
  color: var(--mainColor);
}
.single-blog-post-card:hover .post-content .read-more-btn, .single-blog-post-card:focus .post-content .read-more-btn {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area.footer-style-wrap .single-footer-widget .contact-us-link li i {
  color: var(--mainColor);
}
.footer-area.footer-style-wrap .single-footer-widget .support-link li {
  position: relative;
  padding-left: 15px;
}
.footer-area.footer-style-wrap .single-footer-widget .support-link li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--mainColor);
  border-radius: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-area.footer-style-wrap .single-footer-widget .support-link li a:hover {
  padding-left: 0;
}
.footer-area.footer-style-wrap .single-footer-widget .useful-link li {
  position: relative;
  padding-left: 15px;
}
.footer-area.footer-style-wrap .single-footer-widget .useful-link li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--mainColor);
  border-radius: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-area.footer-style-wrap .single-footer-widget .useful-link li a:hover {
  padding-left: 0;
}

.footer-bottom-area.footer-bottom-style-wrap {
  background-color: #12141b;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-bottom-area.footer-bottom-style-wrap .container {
  border-top: 1px solid var(--blackColor);
  padding-top: 40px;
  padding-bottom: 35px;
}

/*================================================
Education Course Banner Area CSS
=================================================*/
.education-course-banner-area {
  background-image: url(../../assets/img/motivation-course/education-course-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 280px;
  padding-bottom: 300px;
}

.education-course-banner-content {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.education-course-banner-content h1 {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--whiteColor);
}
.education-course-banner-content .btn-box {
  margin-top: 45px;
}

.education-categories-item {
  position: absolute;
  background-color: var(--whiteColor);
  padding: 22.8px 20px 22.8px 115px;
  transition: var(--transition);
  display: inline-block;
  border-radius: 50px 15px 15px 50px;
}
.education-categories-item:last-child {
  margin-bottom: 0;
}
.education-categories-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-size: 45px;
  text-align: center;
  transition: var(--transition);
  border-radius: 50px;
}
.education-categories-item .icon i {
  position: relative;
  top: 2.8px;
}
.education-categories-item h3 {
  font-size: 18.8px;
  font-weight: 600;
  color: var(--blackColor);
  margin-bottom: 0;
  transition: var(--transition);
}
.education-categories-item span {
  font-size: 14px;
  color: var(--paragraphColor);
  display: inline-block;
  margin-top: 10.8px;
}
.education-categories-item:hover h3 a {
  color: var(--mainColor);
}
.education-categories-item.technology {
  top: 15%;
  left: 30%;
  transform: translateY(-15%) translateX(-30%);
}
.education-categories-item.marketing {
  top: 50%;
  left: 2%;
  transform: translateY(-50%) translateX(-2%);
}
.education-categories-item.marketing .icon {
  background: linear-gradient(208.49deg, #24CFDD 9.31%, #94FA8C 93.21%);
}
.education-categories-item.business {
  bottom: 15%;
  left: 30%;
  transform: translateY(-15%) translateX(-30%);
}
.education-categories-item.business .icon {
  background: linear-gradient(208.49deg, #2F94F8 9.31%, #7ADAF0 93.21%);
}
.education-categories-item.health {
  top: 10%;
  right: 12%;
  transform: translateY(-10%) translateX(-12%);
}
.education-categories-item.health .icon {
  background: linear-gradient(208.49deg, #3A41A1 9.31%, #B8C3FB 93.21%);
}
.education-categories-item.science {
  bottom: 40%;
  right: 2%;
  transform: translateY(-40%) translateX(-2%);
}
.education-categories-item.science .icon {
  background: linear-gradient(208.49deg, #FABC42 9.31%, #EA6495 93.21%);
}
.education-categories-item.graphics-design {
  bottom: 10%;
  right: 10%;
  transform: translateY(-10%) translateX(-10%);
}
.education-categories-item.graphics-design .icon {
  background: linear-gradient(234.34deg, #F25984 0.81%, #FDB3B2 97.9%);
}

/*================================================
Overview Connections Area CSS
=================================================*/
.overview-connections-area {
  background-color: #282525;
}
.overview-connections-area .section-title.text-left h2 {
  max-width: 100%;
  color: var(--whiteColor);
}
.overview-connections-area .section-title p {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  color: var(--whiteColor);
}
.overview-connections-area .section-title .bottom-zero {
  margin-bottom: 0;
}
.overview-connections-area.bg-FAF8F8 {
  background-color: #FAF8F8;
  margin-top: -162px;
  padding-top: 255px;
}
.overview-connections-area.bg-FAF8F8 .section-title.text-left h2 {
  color: var(--blackColor);
}
.overview-connections-area.bg-FAF8F8 .section-title p {
  color: var(--paragraphColor);
}
.overview-connections-area.bg-FAF8F8 .overview-connections-card p {
  color: var(--paragraphColor);
}

.overview-connections-card {
  max-width: 350px;
}
.overview-connections-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
}
.overview-connections-card h3 span {
  color: var(--mainColor);
}
.overview-connections-card p {
  color: var(--whiteColor);
  font-size: var(--fontSize);
}

/*================================================
Become Box Area CSS
=================================================*/
.become-box-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.become-box-item {
  background: linear-gradient(283.99deg, #FF305B 0.51%, #FD6E00 32.63%, #FF3142 100%);
  border-radius: 15px;
  padding: 15px 55px 15px 0px;
}
.become-box-item.with-gradient-color {
  background: linear-gradient(247.7deg, #806AFF 0%, #A049F7 70.91%);
  padding: 18.5px 55px 18.5px 0px;
}
.become-box-item .become-box-content {
  padding-left: 15px;
}
.become-box-item .become-box-content h3 {
  font-size: 28px;
  color: var(--whiteColor);
  margin-bottom: 15px;
  font-weight: bold;
}
.become-box-item .become-box-content p {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 14px;
}
.become-box-item .become-box-content .btn-box {
  margin-top: 25px;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-wrap-area {
  background: #FAF8F8;
  overflow: hidden;
}
.testimonials-wrap-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.testimonials-wrap-area.bg-E7F0FD {
  background-color: #E7F0FD;
  margin-bottom: -155px;
  padding-bottom: 245px;
}

.testimonials-wrap-slides-item {
  background: var(--whiteColor);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 35px;
  transition: var(--transition);
  margin-bottom: 30px;
  position: relative;
}
.testimonials-wrap-slides-item .client-info {
  margin-bottom: 20px;
}
.testimonials-wrap-slides-item .client-info img {
  width: 75px;
  height: 75px;
}
.testimonials-wrap-slides-item .client-info .title {
  margin-left: 15px;
}
.testimonials-wrap-slides-item .client-info .title h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.testimonials-wrap-slides-item .client-info .title span {
  display: block;
  color: var(--mainColor);
  font-size: 14px;
  margin-top: 12px;
}
.testimonials-wrap-slides-item p {
  color: var(--blackColor);
  line-height: 1.8;
  font-size: var(--fontSize);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.testimonials-wrap-slides-item .review-stars-rated {
  position: absolute;
  right: 35px;
  top: 50px;
}
.testimonials-wrap-slides-item .review-stars-rated i {
  color: var(--mainColor);
  font-size: 14px;
}
.testimonials-wrap-slides-item:hover {
  border: 1px solid var(--mainColor);
}

.testimonials-wrap-slides.owl-theme .owl-dots {
  margin-top: 0;
}
.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: linear-gradient(30deg, #FD6D6D 13.39%, #ED3389 50%, #D837BF 86.61%);
  transition: var(--transition);
  border-radius: 30px;
}
.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-wrap-slides.owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(30deg, #FD6D6D 13.39%, #ED3389 50%, #D837BF 86.61%);
}
.testimonials-wrap-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 50px;
}

/*================================================
Training Course Banner Area CSS
=================================================*/
.training-course-banner-area {
  background-image: url(../../assets/img/motivation-course/training-course-banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.training-course-banner-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.training-course-banner-content h1 {
  font-size: 70px;
  margin-bottom: 25px;
  font-weight: bold;
}
.training-course-banner-content h1 span {
  color: var(--mainColor);
}
.training-course-banner-content p {
  margin-bottom: 0;
  max-width: 650px;
}
.training-course-banner-content .btn-box {
  margin-top: 30px;
}
.training-course-banner-content .trusted-by-content {
  margin-top: 45px;
}
.training-course-banner-content .trusted-by-content .title {
  margin-bottom: 25px;
  color: #002846;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
}
.training-course-banner-content .trusted-by-content .single-partner-item {
  text-align: center;
  position: relative;
}
.training-course-banner-content .trusted-by-content .single-partner-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 1px;
  height: 100%;
  background-color: #727695;
  opacity: 0.5;
}
.training-course-banner-content .trusted-by-content .single-partner-item a img {
  max-width: 90px;
}

/*================================================
Funfacts Style Area CSS
=================================================*/
.funfacts-style-area {
  position: relative;
  z-index: 1;
  margin-bottom: -70px;
}
.funfacts-style-area::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background: #0E2742;
  border-radius: 300px 0px 0px 300px;
  width: 98%;
}
.funfacts-style-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 5%;
}

.single-funfact-card {
  position: relative;
  padding-left: 120px;
}
.single-funfact-card .icon {
  color: var(--whiteColor);
  line-height: 0;
  font-size: 50px;
  position: absolute;
  left: 50px;
  top: 10px;
}
.single-funfact-card .icon::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: #EA9927;
  left: -10px;
  top: -10px;
  z-index: -1;
  opacity: 0.3;
  border-radius: 50px;
}
.single-funfact-card .icon.bg-0B767A::before {
  background: #0B767A;
}
.single-funfact-card .icon.bg-9879B6::before {
  background: #9879B6;
}
.single-funfact-card .icon.bg-FF1949::before {
  background: #FF1949;
}
.single-funfact-card h3 {
  margin-bottom: 10px;
  color: var(--whiteColor);
  font-size: 40px;
  font-weight: 600;
}
.single-funfact-card h3 .odometer-formatting-mark {
  display: none;
}
.single-funfact-card p {
  color: var(--whiteColor);
  line-height: initial;
  font-family: var(--fontFamily);
  font-size: 14px;
  font-weight: 500;
}

/*================================================
Free Trial Area CSS
=================================================*/
.start-free-trial-area {
  background-image: url(../../assets/img/motivation-course/start-free-trial-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 155px;
}

.start-free-trial-content h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}
.start-free-trial-content span {
  font-size: 15px;
  font-weight: 500;
  color: var(--blackColor);
}
.start-free-trial-content span a {
  color: var(--mainColor);
}
.start-free-trial-content .start-free-trial-form {
  margin-top: 25px;
}
.start-free-trial-content .start-free-trial-form .form-group {
  margin-bottom: 15px;
}
.start-free-trial-content .start-free-trial-form .form-group label {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}
.start-free-trial-content .start-free-trial-form .form-control {
  color: var(--paragraphColor);
  border: none;
  padding-top: 2px;
  padding-left: 15px;
  border: 1px solid var(--whiteColor);
  background-color: var(--whiteColor);
}
.start-free-trial-content .start-free-trial-form .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.start-free-trial-content .start-free-trial-form .form-control::placeholder {
  transition: var(--transition);
  color: var(--paragraphColor);
}
.start-free-trial-content .start-free-trial-form .form-control:focus {
  background-color: transparent;
  border: 1px solid var(--mainColor);
}
.start-free-trial-content .start-free-trial-form .form-check {
  margin-top: 15px;
}
.start-free-trial-content .start-free-trial-form .form-check .form-check-label {
  font-size: 14px;
  color: var(--paragraphColor);
  font-weight: 400;
}
.start-free-trial-content .start-free-trial-form .form-check .form-check-label a {
  color: var(--mainColor);
}
.start-free-trial-content .start-free-trial-form .form-check .form-check-input:focus {
  border-color: var(--mainColor);
  outline: 0;
  box-shadow: unset;
  background-color: var(--mainColor);
}
.start-free-trial-content .start-free-trial-form .free-btn-box {
  margin-top: 20px;
}
.start-free-trial-content .start-free-trial-form .free-btn-box button {
  display: block;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: none;
  transition: var(--transition);
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.start-free-trial-content .start-free-trial-form .free-btn-box button:hover {
  background-color: var(--optional-color);
  color: var(--whiteColor);
}
.start-free-trial-content .start-free-trial-form .wpcf7-not-valid-tip {
  color: #dc3232 !important;
}
.start-free-trial-content .start-free-trial-form .wpcf7-list-item {
  margin: 0 !important;
}

.start-free-trial-image {
  padding-left: 25px;
}

/*================================================
Training Overview Area CSS
=================================================*/
.training-overview-area {
  position: relative;
  z-index: 1;
}
.training-overview-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background: #0E2742;
  border-radius: 0 300px 300px 0;
  width: 98%;
}
.training-overview-area::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 5%;
}

.training-overview-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
  color: var(--whiteColor);
}

.training-overview-btn {
  text-align: right;
}

/*================================================
Training Courses Area CSS
=================================================*/
.training-courses-image {
  position: relative;
  z-index: 1;
}
.training-courses-image .wrap-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.training-courses-content {
  padding-left: 35px;
}
.training-courses-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: var(--mainColor);
  font-weight: 500;
  margin-bottom: 12px;
}
.training-courses-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 700;
}
.training-courses-content p {
  margin-bottom: 0;
}
.training-courses-content .training-courses-btn {
  margin-top: 25px;
}

/*End V4.0.0*/
.elementor-editor-active .navbar-area.header-sticky.is-sticky {
  display: none;
}

.lp-archive-courses .learn-press-courses .course {
  width: 33.33333333% !important;
  margin: 0 0 0 0 !important;
}

.learn-press-pagination .page-numbers.next {
  top: 0 !important;
}

.pagination-area .page-numbers {
  margin-right: 10px !important;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course {
  padding: 15px !important;
  border: 0 !important;
}

.nice-select.tutor-form-select {
  display: none;
}

.courses-details-desc .section-header.title {
  margin-top: 10px;
}

.single-motivation-courses-box .course-author .author-name, .single-motivation-courses-item .course-author .author-name {
  display: inline-block;
}
.single-motivation-courses-box .course-author .author-name a, .single-motivation-courses-item .course-author .author-name a {
  color: #727695;
  font-size: 14.5px;
  font-weight: 500;
}

.ld-course-area .single-motivation-courses-item .courses-content .courses-box-footer ul li {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: right;
}
.ld-course-area .single-motivation-courses-item .courses-content .courses-box-footer ul .students-number {
  flex: 0 0 60%;
  max-width: 60%;
  text-align: left;
}

.widget.widget_block.widget_search button.wp-block-search__button {
  width: auto;
  padding: 0 19px;
  font-size: 16px;
  top: 24px;
  right: 0;
  border-radius: 0;
  height: auto;
}

.course-extra-box ul li::before {
  display: none;
}

.related-courses .review-stars span::before {
  font-size: 15px !important;
}/*# sourceMappingURL=style.css.map */