/*
@File: eCademy Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

/*================================================
Default CSS
=================================================*/
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}

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

p {
  color: #606060;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

:focus {
  outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #221638;
  font-family: "Nunito", sans-serif;
}

.container {
  max-width: 1230px;
}

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

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

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

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

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sc-bor-1 {
  border-bottom: 1px solid #eee;
}

a {
  color: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.navbar-brand h2 {
  font-weight: bold;
  padding: 5px 0;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

.section-title .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.section-title h2 {
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}

.section-title p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

/*default-btn*/
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #221638;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn i {
  position: absolute;
  left: 30px;
  top: 10px;
}

.default-btn i.bx, .default-btn i.fa {
  font-size: 23px;
  left: 23px;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

/*form-control*/
.form-control {
  height: 50px;
  color: #221638;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: 16px;
  font-weight: 400;
}

.form-control::-webkit-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  background-color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

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

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

.ecademy-nav .container-fluid {
  max-width: 1395px;
}

.ecademy-nav .navbar {
  position: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ecademy-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.ecademy-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.ecademy-nav .navbar .search-box {
  margin-left: 50px;
  position: relative;
  width: 270px;
  border-radius: 5px;
  margin-right: 10px;
}

.ecademy-nav .navbar .search-box .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #221638;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.ecademy-nav .navbar .search-box .input-search::-webkit-input-placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ecademy-nav .navbar .search-box .input-search:-ms-input-placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ecademy-nav .navbar .search-box .input-search::-ms-input-placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ecademy-nav .navbar .search-box .input-search::placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ecademy-nav .navbar .search-box .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.ecademy-nav .navbar .search-box .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.ecademy-nav .navbar .search-box .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.ecademy-nav .navbar .search-box .input-search:focus::placeholder {
  color: transparent;
}

.ecademy-nav .navbar .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
}

.ecademy-nav .navbar .navbar-nav {
  margin-left: auto;
}

.ecademy-nav .navbar .navbar-nav .nav-item {
  position: relative;
}

.ecademy-nav .navbar .navbar-nav .nav-item a {
  background-color: transparent !important;
  color: #221638;
  font-size: 16.5px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 6px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 14px;
  margin-right: 14px;
}

.ecademy-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -3px;
}

.ecademy-nav .navbar .navbar-nav .nav-item.menu-item-new a::after {
  content: 'New';
  position: absolute;
  font-size: 8px;
  line-height: 1;
  color: #ffffff;
  background-color: red;
  z-index: 1;
  pointer-events: none;
  border-radius: 2px;
  padding: 5px 6px 4.2px;
  margin: 3px 0 0 5px;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
  content: "\ea17";
  font-family: "boxicons" !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ecademy-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 290px;
  display: block;
  border-radius: 0;
  margin-top: 15px;
  position: absolute;
  padding: 0;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 3px solid;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 16px 11px;
  margin: 0;
  position: relative;
  display: block;
  border-bottom: 1px dashed #e5e5e5;
  color: #221638;
  font-size: 16px;
  font-weight: 700;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-toggle::before {
  top: 55%;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li.menu-item-has-children a::before {
  content: "\f102";
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: Flaticon;
  font-size: 14px;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  margin-top: 15px;
  visibility: hidden;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #221638;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a::before {
  display: none;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #221638;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #221638;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #221638;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #221638;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #221638;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 9px;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu {
  position: inherit;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .container {
  display: block;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
  margin-top: 0;
  padding: 30px 0;
  position: absolute;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  margin-top: 14px;
  color: #221638;
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
  margin-top: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
  width: 70px;
  height: 70px;
  position: relative;
  background: #f4f4f4;
  text-align: center;
  font-size: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #221638;
  margin-bottom: 15px;
  border-width: 1.5px;
  border-style: dashed;
  border-color: #eeeeee;
  border-radius: 50%;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 15px;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
  border-color: #ffffff;
  color: #ffffff;
}

.ecademy-nav .others-option {
  margin-left: 25px;
}

.ecademy-nav .others-option .option-item {
  margin-left: 30px;
}

.ecademy-nav .others-option .option-item:first-child {
  margin-left: 0;
}

.ecademy-nav .others-option .cart-btn {
  font-size: 22px;
  position: relative;
  line-height: 1;
}

.ecademy-nav .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  color: #221638;
}

.ecademy-nav .others-option .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.navbar-area {
  position: relative;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area.is-sticky {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky.pb-0 {
  padding-bottom: 5px !important;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -30px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #221638;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 20px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
  padding: 15px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.others-option-for-responsive .option-inner .search-box {
  position: relative;
  border-radius: 5px;
}

.others-option-for-responsive .option-inner .search-box .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #221638;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.others-option-for-responsive .option-inner .search-box .input-search:-ms-input-placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.others-option-for-responsive .option-inner .search-box .input-search::placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
}

.others-option-for-responsive .option-inner .others-option {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 30px;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
}

.others-option-for-responsive .option-inner .others-option .cart-btn {
  font-size: 22px;
  position: relative;
  line-height: 1;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  color: #221638;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .navbar-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky {
    top: 0;
  }
  .ecademy-responsive-nav {
    display: block;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu {
    position: relative;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu .logo h2 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu .dropdown-toggle::after {
    display: none;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav {
    margin-top: 47px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14.5px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav ul .menu-item-new a::after {
    content: 'New';
    position: absolute;
    font-size: 8px;
    line-height: 1;
    color: #ffffff;
    background-color: red;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
    padding: 5px 6px 4.2px;
    margin: 3px 0 0 5px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    height: 307px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
    overflow: hidden;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
    border-top: 1px solid #eeeeee;
    padding-left: 0;
    padding-right: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
    display: block;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
    margin-bottom: 15px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
    border-top: none;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
    width: 100%;
    float: unset;
    display: block;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
    display: none !important;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
    width: 80%;
    overflow: hidden;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    border: none;
    margin-top: 18px;
    color: #677294;
    padding: 0;
    font-size: 14.5px;
    font-weight: 400;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
    border-top: 1px solid #eeeeee;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
    position: relative;
    border-top: 0;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
    width: 50px;
    height: 50px;
    position: relative;
    background: #f4f4f4;
    text-align: center;
    font-size: 28px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #221638;
    margin-bottom: 15px;
    border-width: 1.5px;
    border-style: dashed;
    border-color: #eeeeee;
    border-radius: 50%;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
    display: block;
    margin-top: 5px;
    font-weight: 600;
    font-size: 13px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
    border-color: #ffffff;
    color: #ffffff;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box {
    display: none !important;
    position: absolute;
    right: 340px;
    top: -11px;
    width: 270px;
    border-radius: 5px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #221638;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search::-ms-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search::placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder {
    color: transparent;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus::-ms-input-placeholder {
    color: transparent;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus::placeholder {
    color: transparent;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option {
    position: absolute;
    right: 55px;
    display: none !important;
    top: -10px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .option-item {
    margin-left: 30px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .option-item:first-child {
    margin-left: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .cart-btn {
    font-size: 22px;
    position: relative;
    line-height: 1;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    color: #221638;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
  }
  .ecademy-responsive-nav .mean-container a.meanmenu-reveal {
    color: #221638;
  }
  .ecademy-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #221638;
  }
  .ecademy-responsive-nav .logo {
    position: relative;
    width: 70%;
    z-index: 999;
  }
  .ecademy-nav {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  background-image: url(../img/gray-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.main-banner .container-fluid {
  max-width: 1395px;
}

.main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.main-banner .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.main-banner-content {
  max-width: 595px;
  position: relative;
  top: -60px;
  padding-right: 30px;
}

.main-banner-content h1 {
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 800;
}

.main-banner-content p {
  max-width: 450px;
  font-weight: 600;
  font-size: 17px;
}

.main-banner-content .default-btn {
  margin-top: 10px;
}

.main-banner-courses-list {
  position: relative;
  z-index: 1;
}

.main-banner-courses-list .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.main-banner-courses-list .row .col-lg-6 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.main-banner-courses-list .row .col-lg-6:nth-child(1) .single-courses-box {
  margin-top: 90px;
}

.main-banner-courses-list .single-courses-box {
  margin-bottom: 0;
}

.main-banner-courses-list .single-courses-box .courses-content {
  padding: 20px;
}

.banner-shape1 {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: -1;
  text-align: center;
  right: 0;
}

.banner-shape1 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

.banner-shape2 {
  position: absolute;
  left: -85px;
  top: 17px;
  z-index: -1;
  right: 0;
  text-align: center;
}

.banner-shape2 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.banner-shape3 {
  position: absolute;
  left: -40px;
  top: -35px;
  z-index: -2;
  right: 0;
  text-align: center;
}

.banner-shape3 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner-section .container-fluid {
  max-width: 1395px;
}

.banner-content h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 800;
}

.banner-content p {
  max-width: 450px;
  color: #d2d2d2;
  font-weight: 600;
  font-size: 17px;
}

.banner-content .default-btn {
  margin-top: 15px;
}

.banner-content .default-btn span {
  background-color: #ffffff;
}

.banner-content .default-btn:hover {
  color: #221638;
}

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

.banner-shape4 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 40px;
  right: 0;
  text-align: center;
}

.banner-shape4 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

.banner-shape5 {
  position: absolute;
  z-index: -1;
  right: 24.5%;
  bottom: 10.5%;
  text-align: center;
}

.banner-shape5 img {
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
}

.banner-shape6 {
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 8%;
}

.banner-shape6 img {
  -webkit-animation: movebounce 4s linear infinite;
          animation: movebounce 4s linear infinite;
}

.banner-shape7 {
  position: absolute;
  z-index: -1;
  top: 30%;
  left: -12%;
}

.banner-shape7 img {
  -webkit-animation: moveleftbounce 8s linear infinite;
          animation: moveleftbounce 8s linear infinite;
}

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

.banner-wrapper-area .divider {
  background-color: #f5f7fa;
  top: auto;
  bottom: 0;
}

.banner-wrapper-content h1 {
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 800;
}

.banner-wrapper-content p {
  font-size: 17px;
}

.banner-wrapper-content form {
  margin-top: 25px;
  position: relative;
}

.banner-wrapper-content form label {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 15px;
  top: 13px;
  line-height: 1;
  font-size: 22px;
}

.banner-wrapper-content form .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #eee8e2;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #221638;
  font-size: 16px;
  font-weight: 400;
  padding-left: 50px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.banner-wrapper-content form .input-search::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-wrapper-content form .input-search:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-wrapper-content form .input-search::-ms-input-placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-wrapper-content form .input-search::placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-wrapper-content form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.banner-wrapper-content form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.banner-wrapper-content form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.banner-wrapper-content form .input-search:focus::placeholder {
  color: transparent;
}

.banner-wrapper-content form button {
  position: absolute;
  right: 0;
  border-radius: 0 5px 5px 0;
  height: 48px;
  color: #ffffff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  top: 0;
  font-size: 16px;
  font-weight: 600;
}

.banner-wrapper-content form button:hover {
  background-color: #221638;
  color: #ffffff;
}

.banner-wrapper-content .popular-search-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.banner-wrapper-content .popular-search-list li {
  display: inline-block;
  margin-right: 12px;
  color: #606060;
  font-size: 15px;
  font-weight: 600;
}

.banner-wrapper-content .popular-search-list li:last-child {
  margin-right: 0;
}

.banner-wrapper-content .popular-search-list li a {
  display: block;
  color: #221638;
  font-weight: 700;
  text-decoration: underline;
}

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

.banner-inner-area {
  margin-top: 50px;
  border-radius: 10px;
}

.banner-inner-area .row {
  margin-left: 0;
  margin-right: 0;
}

.banner-inner-area .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.banner-inner-area .row .col-lg-4:last-child .single-banner-box {
  border-right: none;
}

.banner-inner-area .row .col-lg-4:nth-child(1) .single-banner-box {
  border-radius: 10px 0 0 10px;
}

.banner-inner-area .row .col-lg-4:nth-child(3) .single-banner-box {
  border-radius: 0 10px 10px 0;
}

.single-banner-box {
  border-right: 1px solid #eeeeee;
  background-color: #ffffff;
  padding: 30px 30px 30px 90px;
  position: relative;
}

.single-banner-box .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 45px;
}

.single-banner-box .icon i.flaticon-world {
  font-size: 40px;
}

.single-banner-box h3 {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
}

.banner-shape8 {
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 7%;
}

.banner-shape8 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-shape9 {
  position: absolute;
  z-index: -1;
  top: 5%;
  right: 15%;
}

.banner-shape9 img {
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
}

.banner-shape10 {
  position: absolute;
  z-index: -1;
  bottom: 30px;
  left: 35px;
}

.banner-shape10 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.banner-wrapper {
  height: 1000px;
  position: relative;
  z-index: 1;
  background-color: #221638;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/main-banner1.html);
}

.banner-wrapper::before {
  height: 512px;
  width: 100%;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/banner-shape11.png);
}

.banner-wrapper-text {
  position: relative;
  z-index: 2;
  max-width: 590px;
  margin-left: auto;
  margin-top: -200px;
}

.banner-wrapper-text h1 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
}

.banner-wrapper-text p {
  color: #ffffff;
  max-width: 500px;
  font-size: 16.5px;
}

.banner-wrapper-text .default-btn {
  margin-top: 10px;
}

.home-banner-area {
  background-position: center center;
  background-size: cover;
  background-image: url(../img/main-banner2.html);
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-top: 25px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}

.home-banner-area h1 {
  margin-bottom: 12px;
  max-width: 600px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
}

.home-banner-area p {
  max-width: 500px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

.banner-shape11 {
  position: absolute;
  z-index: -1;
  right: 21%;
  bottom: 24%;
}

.banner-shape11 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.banner-shape12 {
  position: absolute;
  z-index: -1;
  right: 19%;
  top: 14%;
}

.banner-shape12 img {
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
}

.banner-shape13 {
  position: absolute;
  z-index: -1;
  bottom: 5%;
  left: 4%;
}

.banner-shape13 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

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

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

.single-box-item {
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 70px 30px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: -250px;
  position: relative;
  margin-bottom: -250px;
}

.single-box-item .icon {
  font-size: 65px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

.single-box-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.single-box-item h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 800;
}

.single-box-item p {
  margin-bottom: 12px;
}

.single-box-item .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-box-item .link-btn:hover {
  color: #221638;
}

.single-box-item:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

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

.single-features-box {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 30px 31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box .icon {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}

.single-features-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
}

.single-features-box p {
  margin-bottom: 12px;
}

.single-features-box .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-features-box .link-btn:hover {
  color: #221638;
}

.single-features-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-features-box.without-padding {
  text-align: left;
  padding: 0;
  background-color: transparent;
}

.single-features-box.without-padding p {
  max-width: 315px;
}

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

.about-image {
  overflow: hidden;
  text-align: center;
}

.about-image .row {
  margin-left: -5px;
  margin-right: -5px;
}

.about-image .row .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.about-image .row .col-lg-6:nth-child(3) .image {
  margin-top: -15px;
}

.about-image .row .col-lg-6:nth-child(2) .image {
  margin-bottom: 20px;
}

.about-content {
  padding-left: 15px;
}

.about-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.about-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.about-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
}

.about-content .features-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

.about-content .features-list li span {
  display: block;
  position: relative;
  color: #221638;
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.about-content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  font-size: 25px;
  background-image: url(../img/circle-border.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-content .default-btn {
  margin-top: 30px;
}

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

.about-area-two .shape3 {
  right: 12%;
  bottom: auto;
  top: 25%;
}

.about-area-two .shape4 {
  right: 8%;
  bottom: auto;
  top: 7%;
}

.about-area-two .shape2 {
  left: auto;
  bottom: 5%;
  right: 15%;
}

.about-content-box .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.about-content-box h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 800;
}

.about-content-box .link-btn {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid transparent;
  font-weight: 700;
}

.about-content-box .link-btn:hover {
  color: #221638;
  border-color: #221638;
}

.about-content-box .default-btn {
  margin-top: 10px;
}

.about-video-box {
  margin-left: 30px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.about-video-box .image {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.about-video-box .image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #221638;
  opacity: .3;
  z-index: 1;
}

.about-video-box .image img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-video-box .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  color: #ffffff;
}

.about-video-box .video-btn::after, .about-video-box .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid;
}

.about-video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.about-video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.about-video-box .video-btn:hover {
  color: #ffffff;
  background-color: #221638;
}

.about-video-box .video-btn:hover::before, .about-video-box .video-btn:hover::after {
  border-color: #221638;
}

.about-video-box:hover .image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.about-video-box .shape10 {
  left: -6.5%;
  bottom: -13.5%;
  opacity: .50;
}

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

.about-area-three .shape3 {
  right: 12%;
  bottom: auto;
  top: 38%;
}

.about-area-three .shape4 {
  right: 8%;
  bottom: auto;
  top: 20%;
}

.about-img {
  position: relative;
  z-index: 1;
}

.about-img .image {
  text-align: right;
  position: relative;
  padding-bottom: 45px;
}

.about-img .image img:nth-child(2) {
  position: absolute;
  left: 80px;
  bottom: 0;
}

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

.shape1 {
  position: absolute;
  left: 12%;
  top: -17px;
  z-index: -1;
}

.shape1 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

.shape2 {
  position: absolute;
  left: 5%;
  bottom: 8%;
  z-index: -1;
}

.shape2 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape3 {
  position: absolute;
  right: 9%;
  bottom: 12%;
  z-index: -1;
}

.shape3 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape4 {
  position: absolute;
  right: 5%;
  bottom: 40%;
  z-index: -1;
}

.shape4 img {
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
}

.shape17 {
  position: absolute;
  z-index: -1;
  top: -45px;
  left: 160px;
  right: 0;
  text-align: center;
}

.shape17 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

.shape18 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -150px;
  right: 0;
  text-align: center;
}

.shape18 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape19 {
  position: absolute;
  right: -15px;
  top: 40%;
}

.shape19 img {
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
}

.shape20 {
  position: absolute;
  z-index: -1;
  left: 7%;
  top: 57%;
}

.shape20 img {
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
}

.shape21 {
  position: absolute;
  z-index: -1;
  left: 11%;
  bottom: 15%;
}

.shape21 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape22 {
  position: absolute;
  z-index: -1;
  left: 55%;
  bottom: 10px;
}

.shape22 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape23 {
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 5%;
}

.shape23 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes movescale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes movescale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

/*================================================
Success Story Area CSS
=================================================*/
.success-story-area {
  position: relative;
  z-index: 1;
}

.success-story-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background-color: #f8f9f8;
  z-index: -2;
}

.success-story-area .shape4 {
  right: 21%;
  bottom: 85%;
}

.success-story-area .shape3 {
  right: 23%;
  bottom: 55%;
}

.success-story-area .shape2 {
  left: auto;
  bottom: 3%;
  right: 25%;
}

/*================================================
Our Story Area CSS
=================================================*/
.our-story-area .col-lg-4, .our-story-area .col-lg-8 {
  margin-top: 40px;
}

.our-story-area .col-lg-4:nth-child(1), .our-story-area .col-lg-8:nth-child(1) {
  margin-top: 0;
}

.our-story-area .col-lg-4:nth-child(2), .our-story-area .col-lg-8:nth-child(2) {
  margin-top: 0;
}

.our-story-title h3 {
  margin-bottom: 0;
  position: relative;
  padding-left: 45px;
  font-size: 28px;
  font-weight: 800;
}

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

.our-story-image {
  margin-top: 70px;
  border-radius: 5px;
  margin-bottom: 30px;
}

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

.our-story-content {
  padding-right: 90px;
}

.our-story-content p {
  margin-bottom: 20px;
}

.our-story-content p:last-child {
  margin-bottom: 0;
}

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

.courses-area a {
  text-decoration: none !important;
}

.courses-area i {
  font-style: normal !important;
}

.item-meta.course-item-status:before {
  content: attr(data-preview);
  color: #2dbbc4;
  vertical-align: baseline;
}

.item-meta.course-item-status {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: capitalize;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 12px;
  font-weight: 700;
}

.fa.item-meta.course-item-status.trans {
  padding: 0;
  background: transparent !important;
}

.single-courses-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.single-courses-box .courses-image .image {
  border-radius: 5px 5px 0 0;
}

.single-courses-box .courses-image .image img {
  border-radius: 5px 5px 0 0;
}

.single-courses-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.single-courses-box .courses-image .price {
  display: inline-block;
  color: #ffffff;
  position: absolute;
  right: 0;
  border-radius: 10px 0 0 0;
  bottom: 0;
  padding: 7px 20px 5px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

.single-courses-box .origin-price {
  display: none;
}

.single-courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 30px;
}

.single-courses-box .courses-content .course-author {
  margin-bottom: 15px;
}

.single-courses-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
}

.single-courses-box .courses-content .course-author span a {
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.single-courses-box .courses-content h3 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-courses-box .courses-content h3 a {
  display: inline-block;
  text-decoration: none;
}

.single-courses-box .courses-content .courses-box-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

.single-courses-box .courses-content .courses-box-footer li {
  color: #606060;
  font-size: 15px;
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  padding-right: 7px;
}

.single-courses-box .courses-content .courses-box-footer li i {
  position: absolute;
  left: 6px;
  top: 0;
  font-size: 14px;
}

.single-courses-box .courses-content .courses-box-footer li i.flaticon-people {
  font-size: 18px;
  left: 3px;
}

.single-courses-box.bg-color {
  background-color: #fffaf3;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-box.bg-color .courses-content h3 {
  margin-bottom: 10px;
}

.single-courses-box.bg-color:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-box.without-boxshadow {
  background-color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-box.without-boxshadow .courses-content h3 {
  margin-bottom: 10px;
}

.single-courses-box.without-boxshadow:hover, .single-courses-box.without-boxshadow.active {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.02);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.02);
}

.single-courses-item .courses-image {
  display: block;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-courses-item .courses-image img {
  border-radius: 5px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-item .courses-image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #221638;
  opacity: .2;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-item .courses-image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.single-courses-item .row {
  margin-left: 0;
  margin-right: 0;
}

.single-courses-item .row .col-lg-4, .single-courses-item .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}

.single-courses-item .courses-content {
  border-radius: 5px;
  position: relative;
  padding: 25px;
}

.single-courses-item .courses-content .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #b0b9c4;
  font-size: 25px;
  line-height: 1;
}

.single-courses-item .courses-content .price {
  display: block;
  margin-bottom: 3px;
  font-size: 28px;
  font-weight: 800;
}

.single-courses-item .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
}

.single-courses-item .courses-content h3 a {
  display: inline-block;
}

.single-courses-item .courses-content .courses-content-footer {
  list-style-type: none;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 15px;
}

.single-courses-item .courses-content .courses-content-footer li {
  color: #606060;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  padding-right: 7px;
}

.single-courses-item .courses-content .courses-content-footer li i {
  position: absolute;
  left: 7px;
  top: 0;
}

.single-courses-item .courses-content .courses-content-footer li i.flaticon-people {
  font-size: 18px;
  left: 3px;
}

.single-courses-item:hover .courses-image::before {
  opacity: 0;
  visibility: hidden;
}

.single-courses-item:hover .courses-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.single-courses-item-box {
  margin-bottom: 30px;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.08);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.08);
  text-align: center;
}

.single-courses-item-box .courses-image {
  position: relative;
  z-index: 1;
}

.single-courses-item-box .courses-image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #221638;
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-item-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  z-index: 2;
  line-height: 1;
}

.single-courses-item-box .courses-image .price {
  display: inline-block;
  color: #ffffff;
  border-radius: 10%;
  padding: 10px 20px;
  position: absolute;
  bottom: -29.5px;
  text-align: center;
  z-index: 2;
  left: 40%;
  font-size: 24px;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
}

.single-courses-item-box .courses-content {
  padding: 50px 20px 20px;
}

.single-courses-item-box .courses-content .course-author {
  margin-bottom: 15px;
}

.single-courses-item-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-courses-item-box .courses-content .course-author span {
  font-weight: 600;
  font-size: 15px;
}

.single-courses-item-box .courses-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
}

.single-courses-item-box .courses-content h3 a {
  display: inline-block;
}

.single-courses-item-box .courses-content .rating {
  margin-top: 15px;
}

.single-courses-item-box .courses-content .rating i {
  color: #f4c150;
  margin-left: -3px;
}

.single-courses-item-box .courses-content .rating .rating-total {
  display: inline-block;
  color: #606060;
  font-weight: 600;
  position: relative;
  top: -3.5px;
  margin-left: 1px;
}

.single-courses-item-box .courses-content .rating .course-review {
  display: inline-block;
}

.single-courses-item-box .courses-content .rating .review-stars-rated {
  position: relative;
  display: inline-block;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars {
  padding-left: 0;
  margin: 0;
  margin-top: 2px;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  font-size: 0;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars li {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  color: #ffb606;
  margin-bottom: 0;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars li span {
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars li span::before {
  width: auto;
  height: auto;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled {
  margin: 0;
  margin-top: 2px;
  padding-left: 0;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  color: #f05a19;
  height: 40px;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled li {
  position: static;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled li span {
  color: #ffb606;
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled li span::before {
  width: auto;
  height: auto;
}

.single-courses-item-box:hover .courses-image::before {
  opacity: 0;
  visibility: hidden;
}

.courses-info {
  text-align: center;
  margin-top: 20px;
}

.courses-info .default-btn {
  margin-bottom: 15px;
}

.courses-info p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.courses-info p a:hover {
  text-decoration: underline;
  color: #221638;
}

.courses-slides .single-courses-box .courses-content h3 {
  font-size: 28px;
}

.courses-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
  margin-bottom: 35px;
}

.courses-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 40px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  line-height: 42px;
  padding: 0;
  font-size: 25px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}

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

.shorting-menu {
  text-align: center;
  margin-bottom: 30px;
}

.shorting-menu .filter {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  color: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  font-size: 16.5px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}

.shorting-menu.shorting-menu-style-two {
  background-color: #f8f9f8;
  border-radius: 5px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.shorting-menu.shorting-menu-style-two .filter {
  position: relative;
  color: #606060;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}

.shorting-menu.shorting-menu-style-two .filter::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.shorting-menu.shorting-menu-style-two .filter:hover, .shorting-menu.shorting-menu-style-two .filter.active {
  color: #221638;
}

.shorting-menu.shorting-menu-style-two .filter:hover::before, .shorting-menu.shorting-menu-style-two .filter.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.shorting .mix {
  display: none;
}

.ecademy-grid-sorting {
  margin-bottom: 40px;
}

.ecademy-grid-sorting .result-count p {
  margin-bottom: 0;
}

.ecademy-grid-sorting .result-count p .count {
  font-weight: 700;
  color: #221638;
}

.ecademy-grid-sorting .ordering {
  text-align: right;
}

.ecademy-grid-sorting .ordering label {
  display: inline-block;
  margin-bottom: 0;
  color: #ababab;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 700;
}

.ecademy-grid-sorting .ordering .nice-select {
  display: inline-block;
  width: 215px;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 0 0 12px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
}

.ecademy-grid-sorting .ordering .nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ecademy-grid-sorting .ordering .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: #221638;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 32px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
}

.ecademy-grid-sorting .ordering .nice-select .list .option:hover {
  color: #ffffff;
}

.ecademy-grid-sorting .ordering .nice-select .list .option:hover::before {
  color: #ffffff;
}

.ecademy-grid-sorting .ordering .nice-select .list .option.focus, .ecademy-grid-sorting .ordering .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: #221638;
}

.ecademy-grid-sorting .ordering .nice-select .list .option::before {
  content: "\f11f";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Flaticon;
  font-size: 11px;
}

.ecademy-grid-sorting .ordering .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}

.ecademy-grid-sorting .ordering .nice-select .list .option.selected:hover {
  color: #ffffff;
}

.ecademy-grid-sorting .ordering .nice-select .list .option.selected:hover::before {
  color: #ffffff;
}

.ecademy-grid-sorting .ordering .nice-select:after {
  border-color: #221638;
  height: 8px;
  width: 8px;
  margin-top: -5px;
}

.ecademy-grid-sorting .ordering .nice-select:hover {
  background-color: transparent;
}

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

.load-more-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.load-more-btn .load-more {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 13px 65px 13px 40px;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}

.load-more-btn .load-more i {
  position: absolute;
  right: 40px;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.load-more-btn .load-more:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.courses-items {
  margin-left: -15px;
  margin-right: -15px;
}

/*================================================
Courses Details Area CSS
=================================================*/
.courses-details-desc {
  margin-top: 60px;
  padding-right: 15px;
}

.courses-details-desc .nav {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  border: none;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.courses-details-desc .nav .nav-item {
  margin-bottom: 0;
  margin-right: 40px;
}

.courses-details-desc .nav .nav-item .nav-link {
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 14px 0;
  background-color: #f8f9f8;
  position: relative;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 800;
}

.courses-details-desc .nav .nav-item .nav-link::before {
  content: '';
  bottom: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.courses-details-desc .nav .nav-item .nav-link:hover, .courses-details-desc .nav .nav-item .nav-link.active {
  color: #221638;
}

.courses-details-desc .nav .nav-item .nav-link:hover::before, .courses-details-desc .nav .nav-item .nav-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.courses-details-desc .nav .nav-item:last-child {
  margin-right: 0;
}

.courses-details-desc .course-tabs {
  margin-bottom: 0 !important;
}

.courses-details-desc .lp-course-buttons {
  display: none;
}

.courses-details-desc .lp-course-buttons .default-btn {
  text-transform: capitalize;
  padding-top: 9px;
  padding-bottom: 9px;
}

.courses-details-desc .tab-content {
  padding-top: 40px;
}

.courses-details-desc .tab-content .courses-overview h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
  margin-top: 30px;
}

.courses-details-desc .tab-content .courses-curriculum .section-title {
  margin-bottom: 15px;
  text-align: left;
  font-size: 20px;
  font-weight: 800;
}

.courses-details-desc .tab-content .courses-curriculum .section-title:not(:first-child) {
  margin-top: 30px;
}

.courses-details-desc .tab-content .courses-curriculum .section-header {
  cursor: pointer;
  padding: 25px 30px;
}

.courses-details-desc .tab-content .courses-curriculum .section-header .section-title {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-curriculum .section-content {
  margin-top: 0;
}

.courses-details-desc .tab-content .courses-curriculum .section-content .course-item {
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-curriculum .section-content .course-item.item-locked .course-item-status:before {
  margin-left: 5px;
  position: relative;
  top: 1px;
  color: #606060;
  content: "\f023";
}

.courses-details-desc .tab-content .courses-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .tab-content .courses-curriculum ul li {
  display: block;
  margin-bottom: 25px;
  border: 1px solid #eeeeee;
}

.courses-details-desc .tab-content .courses-curriculum ul li a {
  background-color: #ffffff;
  color: #221638;
  position: relative;
  display: block;
  font-weight: 700;
  padding-left: 55px;
  padding-right: 210px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.courses-details-desc .tab-content .courses-curriculum ul li a::before {
  content: "\f12b";
  position: absolute;
  left: 30px;
  top: 13px;
  font-size: 18px;
  font-weight: normal;
  font-family: Flaticon;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
  font-size: 14.5px;
  font-weight: 700;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .course-item-meta {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.courses-details-desc .tab-content .courses-curriculum ul li a .course-item-meta .duration {
  display: inline-block;
  background: #f7e7e8;
  color: #221638;
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .course-item-meta .count-questions {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: lowercase;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
  text-align: right;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
  display: inline-block;
  background: #221638;
  color: #ffffff;
  border-radius: 3px;
  margin-left: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
  color: #221638;
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
}

.courses-details-desc .tab-content .courses-curriculum ul li ul li {
  border-radius: 0;
  border: none;
}

.courses-details-desc .tab-content .courses-curriculum ul li ul li:nth-child(odd) a {
  background-color: #f8f8f8;
}

.courses-details-desc .tab-content .courses-curriculum ul li:last-child {
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-curriculum .section-meta {
  position: relative;
  padding-right: 38px;
  margin-top: 12px;
}

.courses-details-desc .tab-content .courses-curriculum .section-meta .step {
  display: inline-block;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -7px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box {
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-image {
  top: 0;
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content {
  padding: 0 0 0 20px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content h3 {
  font-size: 23px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .sub-title {
  margin-top: -5px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a {
  font-size: 15px;
}

.courses-details-desc .tab-content .courses-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 21px;
  font-weight: 800;
}

.courses-details-desc .tab-content .courses-reviews .review-stars-rated {
  top: 8px;
}

.courses-details-desc .tab-content .courses-reviews .review-number {
  margin-top: 6px;
  font-size: 15px;
}

.courses-details-desc .tab-content .courses-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}

.courses-details-desc .tab-content .courses-reviews .rating-count span {
  display: block;
  font-size: 16px;
  color: #606060;
}

.courses-details-desc .tab-content .courses-reviews .course-rate {
  font-size: 15px;
  position: relative;
  margin-bottom: 18px;
}

.courses-details-desc .tab-content .courses-reviews .course-rate span {
  display: block;
}

.courses-details-desc .tab-content .courses-reviews .course-rate span:last-child {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

.courses-details-desc .tab-content .courses-reviews .course-rate .review-bar {
  width: 100%;
  margin-right: 0;
  display: block;
  margin-top: 5px;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:last-child {
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(1) .review-bar .rating {
  background-color: #4CAF50;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(2) .review-bar .rating {
  background-color: #2196F3;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(3) .review-bar .rating {
  background-color: #00bcd4;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(4) .review-bar .rating {
  background-color: #ff9800;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(51) .review-bar .rating {
  background-color: #f1f1f1;
}

.courses-details-desc .tab-content #course-reviews {
  margin-top: 40px;
}

.courses-details-desc .tab-content #course-reviews .course-review-head {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 12px;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 800;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list {
  padding-left: 0;
  margin-bottom: 0;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
  background-color: transparent;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author {
  position: absolute;
  left: 0;
  top: 20px;
  margin-right: 0;
  float: unset;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author img {
  width: 90px;
  border-radius: 5px;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author-info .user-name {
  display: inline-block;
  margin: 0;
  font-size: 19px;
  font-weight: 800;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author-info .review-stars-rated {
  top: 8px;
  margin-left: 10px;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author-info .review-title {
  margin-bottom: 8px;
  color: #221638;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-text {
  float: unset;
  width: 100%;
}

.courses-details-desc .tab-content .write-a-review.default-btn {
  font-size: 15px;
  padding-top: 12px;
  margin-top: 25px;
  padding-bottom: 10px;
}

.courses-details-desc .tab-content .write-a-review.default-btn i {
  top: 14px;
}

.review-form {
  padding: 40px !important;
}

.review-form textarea {
  padding-top: 15px !important;
}

.review-form .default-btn i {
  top: 14px;
}

.courses-details-info {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 12px 12px 50px 12px;
  margin-left: 15px;
  margin-top: -240px;
}

.courses-details-info .image {
  text-align: center;
  position: relative;
}

.courses-details-info .image .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}

.courses-details-info .image .content {
  position: absolute;
  left: 0;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.courses-details-info .image .content i {
  display: block;
  width: 60px;
  height: 60px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 60px;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.courses-details-info .image .content span {
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
  padding: 4px 20px;
  background-color: #221638;
  font-size: 17px;
  font-weight: 700;
}

.courses-details-info .image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #221638;
  opacity: 0.25;
}

.courses-details-info .image .video-js {
  width: 340px;
  height: 230px;
}

.courses-details-info .image.no-before::before {
  display: none;
}

.courses-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
}

.courses-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: #606060;
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
}

.courses-details-info .info li span {
  font-weight: 800;
  color: #221638;
  position: relative;
  padding-left: 28px;
}

.courses-details-info .info li span i {
  position: absolute;
  left: 0;
  font-weight: normal;
  top: -2px;
  font-size: 20px;
}

.courses-details-info .info li.price {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
}

.courses-details-info .info li.price span {
  color: #221638;
  font-size: 17px;
  font-weight: 800;
}

.courses-details-info .info li.price .price {
  padding-left: 2px;
}

.courses-details-info .info li.price .origin-price {
  text-decoration: line-through;
  color: #606060;
  font-size: 16px;
}

.courses-details-info .info li:first-child {
  padding-top: 0;
}

.courses-details-info .btn-box {
  margin-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
}

.courses-details-info .btn-box form {
  display: block;
}

.courses-details-info .btn-box .default-btn {
  width: 100%;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.courses-details-info .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}

.courses-details-info .btn-box .default-btn .label {
  position: relative;
  display: inline-block;
  top: 0 !important;
  background-color: transparent;
  left: 0 !important;
  width: auto;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.courses-details-info .btn-box .default-btn:hover {
  background-color: #221638;
  color: #ffffff;
}

.courses-details-info .courses-share {
  text-align: center;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.courses-details-info .courses-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.courses-details-info .courses-share .share-info span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}

.courses-details-info .courses-share .share-info span i {
  color: #221638;
}

.courses-details-info .courses-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.courses-details-info .courses-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.courses-details-info .courses-share .share-info .social-link li:last-child {
  margin-right: 0;
}

.courses-details-info .courses-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: #221638;
  position: relative;
  border-radius: 2px;
}

.courses-details-info .courses-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.courses-details-info .courses-share .share-info .social-link li a:hover {
  color: #ffffff;
}

.courses-details-info .courses-share .share-info:hover .social-link {
  opacity: 1;
  visibility: visible;
  bottom: -42px;
}

.single-course-sidebar {
  padding-left: 15px;
  margin-top: 35px;
}

.single-course-sidebar .widget {
  margin-top: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          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%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background-color: #221638;
}

.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          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%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background-color: #221638;
}

.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          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%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background-color: #221638;
}

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

.courses-details-header {
  margin-bottom: 20px;
}

.courses-details-header .courses-title p {
  font-size: 17px;
}

.courses-details-header .courses-meta {
  margin-top: 20px;
}

.courses-details-header .courses-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-header .courses-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 800;
  font-size: 17px;
  padding-right: 20px;
  padding-left: 40px;
}

.courses-details-header .courses-meta ul li i {
  font-size: 28px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.courses-details-header .courses-meta ul li span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 13.5px;
  font-weight: 700;
}

.courses-details-header .courses-meta ul li a {
  display: inline-block;
  color: #221638;
}

.courses-details-header .courses-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.courses-details-header .courses-price {
  text-align: right;
}

.courses-details-header .courses-price .price {
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
  position: relative;
  top: -9px;
  font-size: 36px;
  font-weight: 800;
}

.courses-details-header .courses-price .courses-review {
  display: block;
  margin-bottom: 10px;
}

.courses-details-header .courses-price .courses-review .review-stars {
  display: inline-block;
}

.courses-details-header .courses-price .courses-review .review-stars i {
  color: #f2b827;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.courses-details-header .courses-price .courses-review .reviews-total {
  position: relative;
  color: #606060;
  position: relative;
  top: -1px;
  margin-left: 2px;
  font-weight: 700;
}

.courses-details-image-style-two {
  border-radius: 5px;
}

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

.courses-details-desc-style-two {
  margin-top: 35px;
}

.courses-details-desc-style-two h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.courses-details-desc-style-two h3:not(first-child) {
  margin-top: 30px;
}

.courses-details-desc-style-two .why-you-learn {
  margin-top: 20px;
}

.courses-details-desc-style-two .why-you-learn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding-left: 15px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -12px;
}

.courses-details-desc-style-two .why-you-learn ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

.courses-details-desc-style-two .why-you-learn ul li span {
  display: block;
  color: #221638;
  position: relative;
  padding-left: 22px;
  line-height: 1.7;
  font-weight: 500;
}

.courses-details-desc-style-two .why-you-learn ul li span i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 13px;
}

.courses-details-desc-style-two .courses-curriculum {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px;
  margin-top: 20px;
}

.courses-details-desc-style-two .courses-curriculum h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 800;
}

.courses-details-desc-style-two .courses-curriculum h3:not(:first-child) {
  margin-top: 30px;
}

.courses-details-desc-style-two .courses-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc-style-two .courses-curriculum ul li {
  display: block;
}

.courses-details-desc-style-two .courses-curriculum ul li a {
  background-color: #f8f9f8;
  color: #221638;
  position: relative;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  margin-left: -30px;
  margin-right: -30px;
}

.courses-details-desc-style-two .courses-curriculum ul li a::before {
  content: "\f12b";
  position: absolute;
  left: 30px;
  top: 14px;
  font-size: 18px;
  font-family: Flaticon;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-name {
  font-size: 14.5px;
  font-weight: 700;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta {
  text-align: right;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .questions {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: lowercase;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .duration {
  display: inline-block;
  background: #f7e7e8;
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status {
  display: inline-block;
  background: #221638;
  color: #ffffff;
  border-radius: 3px;
  margin-left: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status.locked {
  color: #221638;
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
}

.courses-details-desc-style-two .courses-curriculum ul li:nth-child(2) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(4) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(6) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(8) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(10) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(12) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(14) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(16) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(18) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(20) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(22) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(24) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(26) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(28) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(30) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(32) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(34) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(36) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(38) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(40) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(42) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(44) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(46) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(48) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(50) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(52) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(54) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(56) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(58) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(60) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(62) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(64) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(66) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(68) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(70) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(72) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(74) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(76) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(78) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(80) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(82) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(84) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(86) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(88) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(90) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(92) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(94) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(96) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(98) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(100) a {
  background-color: #ffffff;
}

.courses-details-desc-style-two .requirements-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc-style-two .requirements-list li {
  color: #606060;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
}

.courses-details-desc-style-two .requirements-list li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #221638;
}

.courses-details-desc-style-two .requirements-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc-style-two p strong {
  color: #221638;
}

.courses-details-desc-style-two .description-features-list {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}

.courses-details-desc-style-two .description-features-list li {
  color: #606060;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
}

.courses-details-desc-style-two .description-features-list li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #221638;
}

.courses-details-desc-style-two .description-features-list li strong {
  color: #221638;
}

.courses-details-desc-style-two .description-features-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc-style-two .audience-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc-style-two .audience-list li {
  color: #606060;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
}

.courses-details-desc-style-two .audience-list li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #221638;
}

.courses-details-desc-style-two .audience-list li strong {
  color: #221638;
}

.courses-details-desc-style-two .audience-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc-style-two .courses-author {
  margin-top: 20px;
  border-radius: 5px;
  background: #f8f8f8;
}

.courses-details-desc-style-two .courses-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-details-desc-style-two .courses-author .author-profile {
  padding: 0 25px 25px;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 800;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #606060;
}

.courses-details-desc-style-two .courses-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 800;
}

.courses-details-desc-style-two .courses-reviews .rating {
  display: inline-block;
  position: relative;
  top: 2px;
}

.courses-details-desc-style-two .courses-reviews .rating span {
  font-size: 17px;
  color: #cecfd2;
  margin-right: -2px;
}

.courses-details-desc-style-two .courses-reviews .rating span.checked {
  color: orange;
}

.courses-details-desc-style-two .courses-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}

.courses-details-desc-style-two .courses-reviews .rating-count span {
  display: block;
  font-size: 16px;
  color: #606060;
}

.courses-details-desc-style-two .courses-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.courses-details-desc-style-two .courses-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
}

.courses-details-desc-style-two .courses-reviews .side div {
  font-size: 16px;
  font-weight: 700;
}

.courses-details-desc-style-two .courses-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}

.courses-details-desc-style-two .courses-reviews .right {
  text-align: right;
}

.courses-details-desc-style-two .courses-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}

.courses-review-comments {
  margin-top: 40px;
}

.courses-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

.courses-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}

.courses-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.courses-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 700;
}

.courses-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}

.courses-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}

.courses-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.courses-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}

.courses-review-comments .user-review .review-rating span {
  color: #221638;
  position: relative;
  top: -2px;
  font-weight: 700;
  margin-left: 5px;
}

.related-courses {
  margin-top: 40px;
}

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

.courses-sidebar-information {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  padding: 30px;
}

.courses-sidebar-information .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.courses-sidebar-information .info li {
  border-bottom: 1px dashed #eeeeee;
  color: #606060;
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 13px;
}

.courses-sidebar-information .info li span {
  font-weight: 800;
  color: #221638;
  position: relative;
  padding-left: 28px;
}

.courses-sidebar-information .info li span i {
  position: absolute;
  left: 0;
  font-weight: normal;
  top: -2px;
  font-size: 20px;
}

.courses-sidebar-information .info li.price {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
}

.courses-sidebar-information .info li.price span {
  color: #221638;
  font-size: 17px;
  font-weight: 800;
}

.courses-sidebar-information .info li:first-child {
  padding-top: 0;
}

.courses-sidebar-information .btn-box {
  margin-top: 35px;
}

.courses-sidebar-information .btn-box .default-btn {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.courses-sidebar-information .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}

.courses-sidebar-information .btn-box .default-btn:not(:first-child) {
  margin-top: 15px;
  background-color: transparent;
  color: #221638;
  border: 1px solid #221638;
}

.courses-sidebar-information .btn-box .default-btn:not(:first-child):hover {
  color: #ffffff;
  border-color: #221638;
}

.courses-sidebar-information .courses-share {
  text-align: center;
  margin-top: 25px;
}

.courses-sidebar-information .courses-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.courses-sidebar-information .courses-share .share-info span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}

.courses-sidebar-information .courses-share .share-info span i {
  color: #221638;
}

.courses-sidebar-information .courses-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 12px;
}

.courses-sidebar-information .courses-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.courses-sidebar-information .courses-share .share-info .social-link li:last-child {
  margin-right: 0;
}

.courses-sidebar-information .courses-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  color: #221638;
  position: relative;
  border-radius: 2px;
}

.courses-sidebar-information .courses-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.courses-sidebar-information .courses-share .share-info .social-link li a:hover {
  color: #ffffff;
}

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

.slogan-area .shape2 {
  left: 9%;
  bottom: -20%;
}

.slogan-area .shape9 {
  left: 8%;
  bottom: auto;
  top: 20%;
}

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

.slogan-image img {
  border-radius: 5px;
  width: 100%;
}

.slogan-content {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.slogan-content p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.slogan-content h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}

.slogan-content span {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}

.slogan-content::before {
  content: "\f10a";
  position: absolute;
  right: 30px;
  color: #e8e8e8;
  z-index: -1;
  top: -50px;
  line-height: 1;
  opacity: .5;
  font-family: Flaticon;
  font-size: 200px;
}

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

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

/*================================================
Categories Area CSS
=================================================*/
.single-categories-box {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.single-categories-box img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-categories-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #221638;
  opacity: .65;
  z-index: 1;
}

.single-categories-box .content {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-categories-box .content h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.single-categories-box .content span {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.single-categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.single-categories-box:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}

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

/*================================================
Advisor Area CSS
=================================================*/
.single-advisor-box {
  background-color: #ffffff;
  margin-bottom: 30px;
}

.single-advisor-box .row {
  margin-left: 0;
  margin-right: 0;
}

.single-advisor-box .row .col-lg-4, .single-advisor-box .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}

.single-advisor-box .advisor-image {
  text-align: center;
  border-radius: 5px;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}

.single-advisor-box .advisor-image img {
  border-radius: 5px;
}

.single-advisor-box .advisor-content {
  padding: 25px 30px;
}

.single-advisor-box .advisor-content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
}

.single-advisor-box .advisor-content .sub-title {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}

.single-advisor-box .advisor-content p {
  margin-bottom: 0;
  margin-top: 13px;
}

.single-advisor-box .advisor-content .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 17px;
  margin-bottom: 0;
}

.single-advisor-box .advisor-content .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.single-advisor-box .advisor-content .social-link li:last-child {
  margin-right: 0;
}

.single-advisor-box .advisor-content .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  color: #221638;
  position: relative;
  border-radius: 2px;
  background-color: #e1e1e1;
}

.single-advisor-box .advisor-content .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-advisor-box .advisor-content .social-link li a:hover {
  color: #ffffff;
}

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

.advisor-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
}

.advisor-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.advisor-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-advisor-item {
  margin-bottom: 30px;
  border-radius: 5px 5px 0 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.1);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.1);
  text-align: center;
}

.single-advisor-item .advisor-image {
  border-radius: 5px 5px 0 0;
  position: relative;
}

.single-advisor-item .advisor-image img {
  border-radius: 5px 5px 0 0;
}

.single-advisor-item .advisor-image .social-link {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.single-advisor-item .advisor-image .social-link li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-advisor-item .advisor-image .social-link li a {
  display: block;
  width: 33px;
  height: 33px;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #221638;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.single-advisor-item .advisor-image .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-advisor-item .advisor-image .social-link li a:hover {
  color: #ffffff;
}

.single-advisor-item .advisor-image .social-link li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-advisor-item .advisor-image .social-link li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-advisor-item .advisor-image .social-link li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-advisor-item .advisor-image .social-link li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-advisor-item .advisor-content {
  padding: 22px;
}

.single-advisor-item .advisor-content h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 800;
}

.single-advisor-item .advisor-content span {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}

.single-advisor-item:hover .advisor-image .social-link li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

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

.advisor-slides-two.owl-theme .owl-dots {
  margin-top: 20px !important;
}

.advisor-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.advisor-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.start-with-success-box {
  margin-bottom: 30px;
  border-radius: 5px;
}

.start-with-success-box .image {
  border-radius: 5px 5px 0 0;
}

.start-with-success-box .image a {
  display: block;
  border-radius: 5px 5px 0 0;
}

.start-with-success-box .image a img {
  border-radius: 5px 5px 0 0;
}

.start-with-success-box .content {
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 30px;
  position: relative;
  border: 1px solid #f1f1f1;
}

.start-with-success-box .content .link-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: -30px;
  background-color: #f6f7f6;
  text-align: center;
  font-size: 32px;
}

.start-with-success-box .content .link-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 53%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}

.start-with-success-box .content .link-btn:hover {
  color: #ffffff;
}

.start-with-success-box .content h3 {
  font-weight: 800;
  font-size: 24px;
}

.start-with-success-box .content span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-and-feedback-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/white-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.funfacts-and-feedback-area .shape4 {
  right: 21%;
  bottom: 41%;
}

.funfacts-and-feedback-area .shape3 {
  right: 23%;
  bottom: 22%;
}

.funfacts-and-feedback-area .shape2 {
  left: auto;
  bottom: 3%;
  right: 25%;
}

.funfacts-list .single-funfacts-box {
  margin-bottom: 0;
}

.funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box {
  margin-top: 60px;
  margin-bottom: 30px;
}

.funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box::before {
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}

.funfacts-list .row .col-lg-6:nth-child(2) .single-funfacts-box::before {
  -webkit-animation-duration: 70s;
          animation-duration: 70s;
}

.funfacts-list .row .col-lg-6:nth-child(3) .single-funfacts-box {
  border-color: #ad8360;
}

.funfacts-list .row .col-lg-6:nth-child(3) .single-funfacts-box::before {
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
}

.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box {
  border-color: #221638;
  margin-top: -60px;
}

.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box::before {
  -webkit-animation-duration: 90s;
          animation-duration: 90s;
}

.single-funfacts-box {
  margin-bottom: 30px;
  background-color: #eee8e2;
  text-align: center;
  border: 1px dashed #308800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.single-funfacts-box h3 {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
}

.single-funfacts-box h3 span {
  font-size: 48px;
}

.single-funfacts-box h3 .odometer {
  position: relative;
  top: -2px;
}

.single-funfacts-box p {
  text-transform: uppercase;
  color: #221638;
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
}

.single-funfacts-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  opacity: 0.7;
  z-index: -1;
  background-image: url(../img/funfacts-shape.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-funfacts-item {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-funfacts-item h3 {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
}

.single-funfacts-item h3 span {
  font-size: 48px;
}

.single-funfacts-item h3 .odometer {
  position: relative;
  top: -2px;
}

.single-funfacts-item p {
  text-transform: uppercase;
  color: #221638;
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
}

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

.funfacts-area .col-lg-3:last-child {
  border-right: none;
}

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

.funfacts-area-two .col-lg-3:last-child {
  border-right: none;
}

.single-funfacts {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-funfacts img {
  position: absolute;
  left: 0;
  right: 0;
  opacity: .80;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

.single-funfacts h3 {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
}

.single-funfacts h3 span {
  font-size: 48px;
}

.single-funfacts h3 .odometer {
  position: relative;
  top: -2px;
}

.single-funfacts p {
  text-transform: uppercase;
  color: #221638;
  line-height: 1;
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.feedback-content h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}

.feedback-content p {
  margin-top: 12px;
}

.feedback-content .feedback-info p {
  font-weight: 600;
  margin-bottom: 0;
}

.feedback-content .feedback-info p a {
  font-weight: 700;
}

.feedback-content .feedback-info p a:hover {
  text-decoration: underline;
  color: #221638;
}

.feedback-content .feedback-slides {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-feedback-item {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 50px 105px 50px 50px;
  border-radius: 5px;
  overflow: hidden;
}

.single-feedback-item p {
  color: #606060;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.single-feedback-item .client-info {
  margin-top: 25px;
}

.single-feedback-item .client-info img {
  width: 55px;
  height: 55px;
}

.single-feedback-item .client-info .title {
  margin-left: 15px;
}

.single-feedback-item .client-info .title h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.single-feedback-item .client-info .title span {
  display: block;
  color: #606060;
  font-size: 14px;
  margin-top: 4px;
}

.single-feedback-item::after {
  width: 75px;
  height: 75px;
  content: '';
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
}

.single-feedback-item::before {
  content: "\f10a";
  font-family: Flaticon;
  font-size: 100px;
  position: absolute;
  right: 50px;
  color: #e8e8e8;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feedback-slides.owl-theme .owl-dots .owl-dot {
  display: block;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  margin: 3px 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonials-slides {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slides.owl-theme .owl-dots {
  margin-top: 30px !important;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-testimonials-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding-left: 280px;
}

.single-testimonials-item .client-img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  display: inline-block !important;
  left: 35px;
}

.single-testimonials-item p {
  color: #221638;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.single-testimonials-item h3 {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-testimonials-item span {
  display: block;
  color: #606060;
  font-size: 15px;
  margin-top: 4px;
}

.single-testimonials-item::before {
  content: "\f10a";
  position: absolute;
  right: 0;
  color: #e8e8e8;
  z-index: -1;
  bottom: 0;
  line-height: 1;
  font-family: Flaticon;
  font-size: 100px;
}

.single-testimonials-item .shape-img img {
  width: auto !important;
  display: inline-block !important;
  position: absolute;
}

.single-testimonials-item .shape-img img.shape-1 {
  position: absolute;
  left: 13%;
  top: 11%;
  z-index: -1;
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
}

.single-testimonials-item .shape-img img.shape-2 {
  left: 0;
  top: 8px;
  z-index: -3;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-testimonials-item .shape-img img.shape-3 {
  left: 20px;
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
  bottom: -30px;
  z-index: -2;
}

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

.feedback-area .shape2 {
  bottom: 2%;
}

.feedback-area .shape9 {
  left: 8%;
  bottom: auto;
  top: 15%;
}

.single-feedback-box {
  border: 1px solid #ffe8e3;
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #fffaf3;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.single-feedback-box p {
  color: #606060;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.single-feedback-box .client-info {
  margin-top: 25px;
}

.single-feedback-box .client-info img {
  width: 55px;
  height: 55px;
}

.single-feedback-box .client-info .title {
  margin-left: 15px;
}

.single-feedback-box .client-info .title h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.single-feedback-box .client-info .title span {
  display: block;
  color: #606060;
  font-size: 14px;
  margin-top: 4px;
}

.single-feedback-box::before {
  content: "\f10a";
  position: absolute;
  right: 50px;
  color: #ebe6e0;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
  font-family: Flaticon;
  font-size: 100px;
}

.feedback-slides-two.owl-theme .owl-dots {
  margin-top: 20px !important;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-testimonials-box {
  max-width: 1110px;
  text-align: center;
  padding-right: 90px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.single-testimonials-box .client-img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 50px;
}

.single-testimonials-box p {
  margin-bottom: 0;
  color: #221638;
  font-size: 24px;
  font-weight: 600;
}

.single-testimonials-box h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-testimonials-box span {
  display: block;
  color: #606060;
  font-size: 15px;
  margin-top: 4px;
}

.single-testimonials-box::before {
  content: "\f10a";
  position: absolute;
  right: 0;
  color: #e7e2d9;
  z-index: -1;
  bottom: 120px;
  line-height: 1;
  font-family: Flaticon;
  font-size: 195px;
}

.single-testimonials-box .shape-img img {
  width: auto !important;
  display: inline-block !important;
  position: absolute;
}

.single-testimonials-box .shape-img img.shape-1 {
  position: absolute;
  left: 165px;
  top: 0;
  z-index: -1;
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
  right: 0;
  margin: 0 auto;
}

.single-testimonials-box .shape-img img.shape-2 {
  left: -115px;
  top: -80px;
  z-index: -3;
  right: 0;
  margin: 0 auto;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-testimonials-box .shape-img img.shape-3 {
  left: 0;
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
  top: 50px;
  z-index: -2;
  right: 35px;
  margin: 0 auto;
}

/*================================================
Profile Area CSS
=================================================*/
.profile-box {
  max-width: 1110px;
}

.profile-box .row {
  margin-left: 0;
  margin-right: 0;
}

.profile-box .row .col-lg-4, .profile-box .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}

.profile-box .image {
  border-radius: 5px;
  padding-right: 15px;
}

.profile-box .image img {
  border-radius: 5px;
}

.profile-box .content {
  padding: 20px 0 20px 50px;
}

.profile-box .content h3 {
  margin-bottom: 7px;
  font-size: 23px;
  font-weight: 800;
}

.profile-box .content .sub-title {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.profile-box .content .info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.profile-box .content .info li {
  margin-bottom: 8px;
  font-weight: 600;
}

.profile-box .content .info li span {
  color: #606060;
  font-weight: 700;
}

.profile-box .content .info li:last-child {
  margin-bottom: 0;
}

.profile-box .content .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.profile-box .content .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.profile-box .content .social-link li:last-child {
  margin-right: 0;
}

.profile-box .content .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 16px;
  color: #221638;
  position: relative;
  border-radius: 2px;
}

.profile-box .content .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profile-box .content .social-link li a:hover {
  color: #ffffff;
}

.profile-box .content .default-btn {
  text-decoration: none;
  margin-top: 10px;
}

.profile-courses-quizzes {
  margin-top: 80px;
}

.profile-courses-quizzes .nav {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.profile-courses-quizzes .nav .nav-item {
  margin-bottom: 0;
}

.profile-courses-quizzes .nav .nav-item .nav-link {
  position: relative;
  color: #606060;
  border: none;
  background-color: transparent;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 17px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.profile-courses-quizzes .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.profile-courses-quizzes .nav .nav-item .nav-link:hover, .profile-courses-quizzes .nav .nav-item .nav-link.active {
  color: #221638;
}

.profile-courses-quizzes .nav .nav-item .nav-link:hover::before, .profile-courses-quizzes .nav .nav-item .nav-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.profile-courses-quizzes .tab-content {
  margin-top: 30px;
}

.profile-courses-quizzes .tab-content .nav {
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.profile-courses-quizzes .tab-content .nav .nav-item .nav-link {
  color: #221638;
  background-color: #f8f9f8;
  border-radius: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
}

.profile-courses-quizzes .tab-content .nav .nav-item .nav-link::before {
  display: none;
}

.profile-courses-quizzes .tab-content .nav .nav-item .nav-link:hover, .profile-courses-quizzes .tab-content .nav .nav-item .nav-link.active {
  color: #ffffff;
}

.profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link {
  color: #606060;
  background-color: transparent;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 17px;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
}

.profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link::before {
  display: block;
}

.profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link:hover, .profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link.active {
  color: #221638;
}

.profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link:hover::before, .profile-courses-quizzes .tab-content .tab-content .nav .nav-item .nav-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.profile-courses-quizzes .tab-content .table {
  margin-bottom: 30px;
}

.profile-courses-quizzes .tab-content .table thead {
  background-color: #221638;
  color: #ffffff;
}

.profile-courses-quizzes .tab-content .table thead tr th {
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  font-size: 18px;
  font-weight: 800;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.profile-courses-quizzes .tab-content .table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  color: #606060;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.profile-courses-quizzes .tab-content .table tbody tr td a {
  display: inline-block;
  color: #606060;
}

.profile-courses-quizzes .tab-content .table tbody tr td .progress {
  display: inline-block;
  border-radius: 30px;
  height: auto;
  padding: 4px 15px 3.5px;
  background-color: #221638;
  overflow: unset;
  margin-left: 5px;
  position: relative;
  top: -1px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.profile-courses-quizzes .tab-content .table tbody tr td .progress.completed {
  background-color: #539a00;
}

.profile-courses-quizzes .tab-content .table tbody tr td .progress.pending {
  background-color: #ffc107;
}

.profile-courses-quizzes .tab-content .table tbody tr td .progress.passed {
  background-color: #007bff;
}

.profile-courses-quizzes .tab-content .table tbody tr td .progress.failed {
  background-color: #dc3545;
}

.profile-courses-quizzes .tab-content .table tbody tr:nth-of-type(odd) {
  background-color: #f8f9f8;
}

.profile-courses-quizzes .pagination-area {
  margin-bottom: 30px;
}

/*================================================
Video Area CSS
=================================================*/
.video-box {
  position: relative;
  border-radius: 5px;
  max-width: 800px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.video-box .image {
  overflow: hidden;
  border-radius: 5px;
}

.video-box .image img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-box .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  color: #ffffff;
}

.video-box .video-btn i {
  padding-left: 3px;
}

.video-box .video-btn::after, .video-box .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid;
}

.video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.video-box .video-btn:hover {
  color: #ffffff;
  background-color: #221638;
}

.video-box .video-btn:hover::before, .video-box .video-btn:hover::after {
  border-color: #221638;
}

.video-box:hover .image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.shape10 {
  position: absolute;
  left: -11%;
  bottom: -11%;
  z-index: -1;
}

.shape10 img {
  border-radius: 0;
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

/*================================================
Get Instant Courses Area CSS
=================================================*/
.get-instant-courses-inner-area {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.get-instant-courses-inner-area .row {
  margin-left: 0;
  margin-right: 0;
}

.get-instant-courses-inner-area .row .col-lg-8, .get-instant-courses-inner-area .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.get-instant-courses-content {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.get-instant-courses-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.get-instant-courses-content h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 800;
}

.get-instant-courses-content .default-btn {
  margin-top: 5px;
}

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

.get-instant-courses-image img {
  border-radius: 0 5px 5px 0;
}

.shape5 {
  position: absolute;
  left: 5.5%;
  top: 0;
  z-index: -1;
}

.shape5 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

.shape6 {
  position: absolute;
  left: -65px;
  bottom: 10%;
}

.shape6 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape7 {
  position: absolute;
  left: 5%;
  bottom: 38%;
}

.shape7 img {
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
}

/*================================================
Events Area CSS
=================================================*/
.single-events-box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.single-events-box .image {
  position: relative;
  border-radius: 5px 5px 5px 0;
}

.single-events-box .image img {
  border-radius: 5px 5px 5px 0;
}

.single-events-box .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 20px 7px;
  border-radius: 0 5px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.single-events-box .image .date::before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #acacac;
}

.single-events-box .content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}

.single-events-box .content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-events-box .content h3 a {
  display: inline-block;
}

.single-events-box .content .location {
  display: block;
  color: #606060;
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 700;
}

.single-events-box .content .location i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

.single-events-box .content::before {
  left: 20px;
  position: absolute;
  bottom: 0;
  content: '';
  height: 2px;
  width: 45px;
  background-color: #d6d6d6;
}

.single-events-box:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/*================================================
Events Details Area CSS
=================================================*/
.events-details-header {
  margin-bottom: 40px;
}

.events-details-header ul {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.events-details-header ul li {
  display: inline-block;
  margin-right: 18px;
  color: #606060;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
}

.events-details-header ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
}

.events-details-header ul li:last-child {
  margin-right: 0;
}

.events-details-desc {
  padding-left: 25px;
  padding-right: 25px;
}

.events-details-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.events-details-desc h3:not(:first-child) {
  margin-top: 30px;
}

.events-details-image {
  position: relative;
  margin-bottom: 50px;
}

.events-details-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #221638;
  opacity: .40;
}

.events-details-image #timer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.events-details-image #timer .is-countdown {
  border: none;
  background-color: transparent;
}

.events-details-image #timer .countdown-section {
  background-color: transparent;
  color: #ffffff;
  width: 130px !important;
  height: 130px !important;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  margin-left: 8px;
  margin-right: 8px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.events-details-image #timer .countdown-section .countdown-amount {
  font-size: 50px;
  font-weight: 800;
}

.events-details-image #timer .countdown-section .countdown-period {
  display: block;
  margin-top: -6px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
}

.events-details-image #timer .countdown-section::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  opacity: .70;
  z-index: -1;
}

.events-details-info {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 35px;
}

.events-details-info .form-control {
  background-color: #ffffff;
}

.events-details-info h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 800;
}

.events-details-info form {
  text-align: center;
}

.events-details-info form .wpcf7-form-control-wrap {
  margin-bottom: 5px;
  display: block;
}

.events-details-info .default-btn {
  text-transform: capitalize !important;
}

.events-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.events-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: #606060;
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
}

.events-details-info .info li span {
  font-weight: 800;
  color: #221638;
  position: relative;
}

.events-details-info .info li.price {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
}

.events-details-info .info li.price span {
  color: #221638;
  font-size: 17px;
  font-weight: 800;
}

.events-details-info .info li:first-child {
  padding-top: 0;
}

.events-details-info .btn-box {
  text-align: center;
  margin-top: 30px;
}

.events-details-info .btn-box .default-btn {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.events-details-info .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}

.events-details-info .btn-box p {
  margin-top: 15px;
  font-weight: 600;
}

.events-details-info .btn-box p a:hover {
  text-decoration: underline;
}

.events-details-info .events-share {
  text-align: center;
  margin-top: 25px;
}

.events-details-info .events-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.events-details-info .events-share .share-info span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}

.events-details-info .events-share .share-info span i {
  color: #221638;
}

.events-details-info .events-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 12px;
}

.events-details-info .events-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.events-details-info .events-share .share-info .social-link li:last-child {
  margin-right: 0;
}

.events-details-info .events-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: #221638;
  position: relative;
  border-radius: 2px;
}

.events-details-info .events-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.events-details-info .events-share .share-info .social-link li a:hover {
  color: #ffffff;
}

.events-details-location {
  margin-bottom: 40px;
}

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

/*================================================
Blog Area CSS
=================================================*/
.blog-area .row .col-lg-8 .row .col-lg-12 .pagination-area {
  margin-top: 25px;
}

.blog-area .single-blog-post {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-area .single-blog-post .post-content {
  margin: 0;
  padding: 25px;
}

.blog-area .single-blog-post:hover {
  -webkit-box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
}

.single-blog-post {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-content {
  margin-top: 25px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.single-blog-post .post-content .category {
  display: inline-block;
  margin-bottom: 10px;
  color: #606060;
  text-transform: uppercase;
  font-size: 14px;
}

.single-blog-post .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 800;
  font-size: 24px;
}

.single-blog-post .post-content h3 a {
  display: inline-block;
}

.single-blog-post .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}

.single-blog-post .post-content .post-content-footer li {
  color: #606060;
  font-size: 15px;
  position: relative;
  padding-left: 29px;
  padding-right: 7px;
}

.single-blog-post .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post .post-content .post-content-footer li .post-author span {
  text-transform: capitalize;
  font-size: 15px;
}

.single-blog-post .post-content .post-content-footer li i {
  position: absolute;
  left: 7px;
  top: 0;
}

.single-blog-post .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}

.main-blog-post .post-content h3 {
  font-size: 30px;
}

.single-blog-post-item {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post-item .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-item .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post-item .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.single-blog-post-item .post-content .category {
  display: inline-block;
  margin-bottom: 7px;
  color: #606060;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.single-blog-post-item .post-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-blog-post-item .post-content h3 a {
  display: inline-block;
}

.single-blog-post-item .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

.single-blog-post-item .post-content .post-content-footer li {
  color: #606060;
  font-size: 15px;
  position: relative;
  margin-left: 15px;
  padding-left: 29px;
  padding-right: 7px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author span {
  font-size: 15px;
}

.single-blog-post-item .post-content .post-content-footer li i {
  position: absolute;
  left: 7px;
  top: 0;
}

.single-blog-post-item .post-content .post-content-footer li:first-child {
  padding-left: 7px;
  margin-left: 0;
}

.single-blog-post-item:hover .post-image a img {
  -webkit-transform: rotate(5deg) scale(1.3);
          transform: rotate(5deg) scale(1.3);
}

.blog-post-info {
  text-align: center;
  padding-top: 30px;
}

.blog-post-info p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.blog-post-info p a:hover {
  text-decoration: underline;
  color: #221638;
}

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

.single-blog-post-box {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post-box .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-box .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post-box .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.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: #606060;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.single-blog-post-box .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-blog-post-box .post-content h3 a {
  display: inline-block;
}

.single-blog-post-box .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

.single-blog-post-box .post-content .post-content-footer li {
  color: #606060;
  font-size: 15px;
  position: relative;
  padding-left: 29px;
  padding-right: 7px;
}

.single-blog-post-box .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post-box .post-content .post-content-footer li .post-author span {
  font-size: 15px;
}

.single-blog-post-box .post-content .post-content-footer li i {
  position: absolute;
  left: 7px;
  top: 0;
}

.single-blog-post-box .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}

.single-blog-post-box:hover .post-image a img {
  -webkit-transform: rotate(5deg) scale(1.3);
          transform: rotate(5deg) scale(1.3);
}

.blog-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
  margin-bottom: 35px;
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 40px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  line-height: 42px;
  padding: 0;
  font-size: 25px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}

.blog-items {
  margin-left: -15px;
  margin-right: -15px;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details .article-image-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details .article-image-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  position: absolute;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 5px !important;
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1.5px;
}

.blog-details .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
  padding-left: 3px !important;
}

.blog-details .article-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.blog-details .article-video iframe {
  width: 100%;
  height: 400px;
  border: none !important;
}

.blog-details .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 600;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 45px;
}

.blog-details .article-content .entry-meta ul li i {
  font-size: 32px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details .article-content .entry-meta ul li span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details .article-content .entry-meta ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.blog-details .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.blog-details .article-content h3 {
  margin-bottom: 16px;
  margin-top: 28px;
  font-size: 24px;
  font-weight: 800;
}

.blog-details .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-details .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
  color: #606060;
}

.blog-details .article-content .features-list li i {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}

.blog-details .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-details .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #606060;
}

.blog-details .article-footer .article-tags span {
  display: inline-block;
  color: #221638;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}

.blog-details .article-footer .article-tags a {
  display: inline-block;
  font-weight: 700;
}

.blog-details .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.blog-details .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.blog-details .article-footer .article-share .social li a:hover, .blog-details .article-footer .article-share .social li a:focus {
  background-color: transparent;
}

.blog-details .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.blog-details .article-footer .article-share .social li a.facebook:hover, .blog-details .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.blog-details .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.blog-details .article-footer .article-share .social li a.twitter:hover, .blog-details .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.blog-details .article-footer .article-share .social li a.linkedin:hover, .blog-details .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.blog-details .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.blog-details .article-footer .article-share .social li a.instagram:hover, .blog-details .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.blog-details .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #fdfcfc;
}

.blog-details .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.blog-details .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}

.blog-details .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.blog-details .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
}

.blog-details .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #606060;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa !important;
  padding: 50px !important;
  position: relative;
  text-align: center;
  border: none !important;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #221638;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 22px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  -webkit-animation: fade-up 1.5s infinite linear;
          animation: fade-up 1.5s infinite linear;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\f10a";
  font-family: Flaticon;
  font-size: 135px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ecademy-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 700;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 800;
  font-size: 16.5px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #606060;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.next-link-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #221638;
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 800;
  font-size: 16.5px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #606060;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.comments-area .form-submit {
  float: left;
  width: 100%;
}

.comments-area .form-submit input {
  border: none;
  color: #ffffff;
  padding: 12px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 700 !important;
  font-size: 14.5px;
}

.comments-area .form-submit input:hover, .comments-area .form-submit input:focus {
  color: #ffffff;
  background: #221638;
}

/*================================================
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(../img/pattern.png);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}

.become-instructor-partner-content h2 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
}

.become-instructor-partner-content p {
  margin-bottom: 20px;
  max-width: 540px;
}

.become-instructor-partner-content .default-btn {
  border-radius: 30px;
}

.become-instructor-partner-content.bg-color {
  background-image: unset !important;
}

.become-instructor-partner-content.bg-color h2 {
  color: #ffffff;
}

.become-instructor-partner-content.bg-color p {
  color: #ffffff;
  opacity: 0.97;
}

.become-instructor-partner-content.bg-color .default-btn {
  background-color: #ffffff;
  color: #221638;
}

.become-instructor-partner-content.bg-color .default-btn:hover {
  color: #ffffff;
}

.become-instructor-partner-content.bg-color::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg-lines.html);
  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(../img/become-instructor.html);
}

.become-instructor-partner-image.bg-image2 {
  background-image: url(../img/become-partner.html);
}

.become-instructor-partner-image img {
  display: none;
}

/*================================================
View All Courses Area CSS
=================================================*/
.view-all-courses-area {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.view-all-courses-area .row {
  margin-left: 0;
  margin-right: 0;
}

.view-all-courses-area .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.view-all-courses-content {
  margin-left: auto;
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.view-all-courses-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.view-all-courses-content h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}

.view-all-courses-content p {
  margin-top: 12px;
}

.view-all-courses-content .default-btn {
  margin-top: 10px;
}

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

.view-all-courses-image img {
  width: 100%;
}

.view-all-courses-area-two {
  position: relative;
  z-index: 1;
}

.view-all-courses-area-two .view-all-courses-content {
  margin-left: 0;
  max-width: 100%;
}

.view-all-courses-area-two .view-all-courses-image {
  margin-left: 0;
  position: relative;
  z-index: 1;
}

.view-all-courses-area-two .view-all-courses-image img {
  width: auto;
}

.shape9 {
  position: absolute;
  left: 10%;
  bottom: 20%;
  z-index: -1;
}

.shape9 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape11 {
  position: absolute;
  left: 15%;
  top: 18%;
  z-index: -1;
}

.shape11 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape12 {
  position: absolute;
  bottom: 18%;
  z-index: -1;
  right: 18%;
}

.shape12 img {
  -webkit-animation: movescale 4s linear infinite;
          animation: movescale 4s linear infinite;
}

/*================================================
Teacher Register Area CSS
=================================================*/
.teacher-register-area {
  background-image: url(../img/teacher-register-bg.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.teacher-register-box {
  overflow: hidden;
  margin-left: auto;
  max-width: 600px;
  padding: 45px;
  border-radius: 5px;
  background-image: url(../img/register-shape.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.teacher-register-box h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 33px;
  font-weight: 800;
}

.teacher-register-box p {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
}

.teacher-register-box form {
  margin-top: 25px;
}

.teacher-register-box form input, .teacher-register-box form textarea {
  display: block;
  width: 100%;
  border: none;
  color: #ffffff !important;
  background-color: #c22b34;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

.teacher-register-box form input::-webkit-input-placeholder, .teacher-register-box form textarea::-webkit-input-placeholder {
  color: #cdcdcd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.teacher-register-box form input:-ms-input-placeholder, .teacher-register-box form textarea:-ms-input-placeholder {
  color: #cdcdcd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.teacher-register-box form input::-ms-input-placeholder, .teacher-register-box form textarea::-ms-input-placeholder {
  color: #cdcdcd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.teacher-register-box form input::placeholder, .teacher-register-box form textarea::placeholder {
  color: #cdcdcd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.teacher-register-box form input:focus::-webkit-input-placeholder, .teacher-register-box form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.teacher-register-box form input:focus:-ms-input-placeholder, .teacher-register-box form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.teacher-register-box form input:focus::-ms-input-placeholder, .teacher-register-box form textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.teacher-register-box form input:focus::placeholder, .teacher-register-box form textarea:focus::placeholder {
  color: transparent;
}

.teacher-register-box form textarea {
  height: auto !important;
  padding-top: 15px;
}

.teacher-register-box form .default-btn {
  background-color: #221638;
  margin-top: 5px;
  padding: 12px 30px;
}

.teacher-register-box form .default-btn span {
  background-color: #ffffff;
}

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

.premium-access-area .shape3 {
  right: 20%;
  bottom: 12%;
}

.premium-access-area .shape4 {
  right: 16%;
  bottom: 50%;
}

.premium-access-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.premium-access-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.premium-access-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}

.premium-access-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.premium-access-content .default-btn {
  margin-top: 10px;
}

.shape8 {
  position: absolute;
  left: 20%;
  top: 25%;
  z-index: -1;
}

.shape8 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

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

.apply-instructor-image img {
  border-radius: 5px;
}

.apply-instructor-content {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 30px;
}

.apply-instructor-content .nav {
  border-bottom-color: #d8d8d8;
  margin-bottom: 35px;
  border-width: 1.5px;
}

.apply-instructor-content .nav .nav-item {
  margin-right: 50px;
  margin-bottom: -1.5px;
}

.apply-instructor-content .nav .nav-item .nav-link {
  background-color: transparent;
  color: #606060;
  border: none;
  padding: 0 0 10px;
  position: relative;
  font-size: 18px;
  font-weight: 800;
}

.apply-instructor-content .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1.5px;
}

.apply-instructor-content .nav .nav-item .nav-link:hover, .apply-instructor-content .nav .nav-item .nav-link.active {
  color: #221638;
}

.apply-instructor-content .nav .nav-item .nav-link:hover::before, .apply-instructor-content .nav .nav-item .nav-link.active::before {
  width: 40%;
}

.apply-instructor-content .nav .nav-item:last-child {
  margin-right: 0;
}

.apply-instructor-content h3 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 800;
}

.apply-instructor-content h3:not(:first-child) {
  margin-top: 30px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  background-color: #f8f9f8;
  position: relative;
  z-index: 1;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  text-align: center;
  max-width: 800px;
}

.page-title-content ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #221638;
  font-size: 16px;
  font-weight: 600;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 5px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  background-color: #696969;
  height: 15px;
  width: 1px;
}

.page-title-content ul li a {
  color: #606060;
  display: block;
  font-weight: 500;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content h2 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}

.page-title-content .rating {
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
}

.page-title-content .rating i {
  color: #dca416;
  display: inline-block;
  margin-left: -1px;
  margin-right: -1px;
}

.page-title-content .rating .rating-count {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 16px;
  font-weight: 600;
}

.page-title-content .tutor-loop-rating-wrap {
  display: inline-block;
}

.page-title-content .tutor-rating-count i {
  display: none;
}

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

.subscribe-area .shape4 {
  right: auto;
  bottom: 39%;
  left: 25%;
}

.subscribe-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}

.subscribe-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.subscribe-content .newsletter-form {
  position: relative;
  max-width: 650px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  color: #221638;
  height: 50px;
  padding-left: 18px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}

.subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .validation-danger {
  color: red;
  margin-top: 15px;
}

.subscribe-content .newsletter-form .validation-success {
  margin-top: 15px;
}

.subscribe-content .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 50px;
}

.subscribe-content .newsletter-form .default-btn i {
  top: 12px;
}

.shape13 {
  position: absolute;
  left: 22%;
  bottom: 22%;
  z-index: -2;
}

.shape13 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape14 {
  position: absolute;
  right: 11%;
  bottom: 30%;
  z-index: -1;
}

.shape14 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.shape15 {
  position: absolute;
  right: 15%;
  bottom: 15%;
  z-index: -2;
}

.shape15 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Gallery CSS
=================================================*/
.single-gallery-item {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.single-gallery-item a {
  display: block;
  border-radius: 5px;
}

.single-gallery-item a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-gallery-item:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content img {
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.privacy-policy-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}

.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}

.privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 16px !important;
  font-weight: normal;
}

.privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
  display: none;
}

.privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
  display: none;
}

.privacy-policy-content ol, .privacy-policy-content ul {
  margin-top: 20px;
}

.privacy-policy-content ol li, .privacy-policy-content ul li {
  margin-bottom: 10px;
  color: #606060;
  font-size: 16px;
  line-height: 1.8;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content img {
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.terms-of-service-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}

.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}

.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 16px !important;
  font-weight: normal;
}

.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
  display: none;
}

.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
  display: none;
}

.terms-of-service-content ol, .terms-of-service-content ul {
  margin-top: 20px;
}

.terms-of-service-content ol li, .terms-of-service-content ul li {
  margin-bottom: 10px;
  color: #606060;
  font-size: 16px;
  line-height: 1.8;
}

/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content img {
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.purchase-guide-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}

.purchase-guide-content .blockquote, .purchase-guide-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}

.purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 16px !important;
  font-weight: normal;
}

.purchase-guide-content .blockquote::after, .purchase-guide-content blockquote::after {
  display: none;
}

.purchase-guide-content .blockquote::before, .purchase-guide-content blockquote::before {
  display: none;
}

.purchase-guide-content ol, .purchase-guide-content ul {
  margin-top: 20px;
}

.purchase-guide-content ol li, .purchase-guide-content ul li {
  margin-bottom: 10px;
  color: #606060;
  font-size: 16px;
  line-height: 1.8;
}

/*================================================
Membership Levels Area CSS
=================================================*/
.membership-levels-table .table {
  margin-bottom: 0;
}

.membership-levels-table .table thead th {
  vertical-align: middle;
  white-space: nowrap;
  padding: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #e98f8f;
  border-bottom: none;
  border-right: 1px solid #e98f8f;
}

.membership-levels-table .table thead th h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 800;
}

.membership-levels-table .table thead th h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.membership-levels-table .table thead th:first-child {
  border-left: none;
}

.membership-levels-table .table thead th:last-child {
  border-right: none;
}

.membership-levels-table .table tbody tr td {
  padding: 15px 20px;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.membership-levels-table .table tbody tr td:first-child {
  text-align: left;
}

.membership-levels-table .table tbody tr td.item-check i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #0eb582;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}

.membership-levels-table .table tbody tr td.item-none i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #d85554;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}

.membership-levels-table .table tbody tr td .select-btn {
  display: inline-block;
  color: #221638;
  background-color: #efefef;
  padding: 13px 30px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.membership-levels-table .table tbody tr td .select-btn:hover {
  color: #ffffff;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 35px;
}

.pagination-area .page-numbers {
  width: 33px;
  height: 33px;
  background-color: #f3f0f0;
  color: #606060;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  line-height: 34px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 16px;
  font-weight: 800;
}

.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  top: 1.5px;
}

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

.error-content {
  text-align: center;
}

.error-content h3 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 45px;
  font-size: 40px;
  font-weight: 800;
}

.error-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.error-content .btn-box {
  margin-top: 30px;
}

.error-content .btn-box .default-btn {
  margin-left: 7px;
  margin-right: 7px;
}

.error-content .btn-box .default-btn span {
  background-color: #ffffff;
}

.error-content .btn-box .default-btn:hover {
  color: #221638;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 60px;
  text-align: center;
}

.faq-accordion-tab .tabs li {
  margin-left: 10px;
  margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
  color: #221638;
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: block;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
          box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  font-size: 16px;
  font-weight: 800;
}

.faq-accordion-tab .tabs li a i {
  font-size: 30px;
  font-weight: 400;
}

.faq-accordion-tab .tabs li a span {
  display: block;
  margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
  color: #ffffff;
}

.faq-accordion-tab .tabs li.current a {
  color: #ffffff;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
          box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  background: #ffffff;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 25px 17px 60px;
  color: #221638;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 800;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 25px;
  top: 18px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.tab .tabs-item {
  display: none;
}

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

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

.coming-soon-content {
  max-width: 700px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
          box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-content .logo {
  display: inline-block;
}

.coming-soon-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 0;
}

.coming-soon-content .logo h2 {
  margin-top: 0;
}

.coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-content #timer div {
  background-color: #221638;
  color: #ffffff;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #221638;
}

.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0 0 0 32px;
  color: #221638;
  height: 45px;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content form .default-btn {
  border-radius: 0;
}

.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: red;
}

.coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
  padding: 40px 50px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  margin-right: 30px;
}

.login-form h2 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 800;
}

.login-form form .form-group {
  margin-bottom: 25px;
}

.login-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #221638;
  font-weight: 700;
}

.login-form form .remember-me-wrap {
  margin-bottom: 0;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked, .login-form form .remember-me-wrap [type="checkbox"]:not(:checked) {
  display: none;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label, .login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: #606060;
  font-weight: 600;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:before, .login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after, .login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-form form .remember-me-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.login-form form .remember-me-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login-form form .lost-your-password-wrap {
  text-align: right;
}

.login-form form .lost-your-password-wrap a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.3;
}

.login-form form .lost-your-password-wrap a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #eeeeee;
}

.login-form form .lost-your-password-wrap a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 0;
  content: '';
}

.login-form form .lost-your-password-wrap a:hover::before {
  width: 0;
}

.login-form form .lost-your-password-wrap a:hover::after {
  width: 100%;
}

.login-form form button {
  margin-top: 22px;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  border-radius: 5px;
  padding: 14.5px 30px;
  font-weight: 700;
  font-size: 16px;
}

.login-form form button:hover {
  background-color: #221638;
  color: #ffffff;
}

.register-form {
  padding-top: 30px;
  padding-left: 30px;
}

.register-form h2 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 800;
}

.register-form form .form-group {
  margin-bottom: 25px;
}

.register-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #221638;
  font-weight: 700;
}

.register-form form .description {
  font-style: italic;
  font-size: 13.5px;
  margin-top: -10px;
  margin-bottom: 0;
}

.register-form form button {
  margin-top: 22px;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  border-radius: 5px;
  padding: 14.5px 30px;
  font-weight: 700;
  font-size: 16px;
}

.register-form form button:hover {
  background-color: #221638;
  color: #ffffff;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info {
  padding-right: 15px;
}

.contact-info .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.contact-info h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 800;
}

.contact-info ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 35px;
  margin-bottom: 0;
}

.contact-info ul li {
  position: relative;
  margin-bottom: 35px;
  padding-left: 100px;
}

.contact-info ul li .icon {
  width: 75px;
  height: 85px;
  background-color: #f8f9f8;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  left: 0;
  font-size: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
}

.contact-info ul li .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info ul li h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
}

.contact-info ul li p {
  font-weight: 600;
  max-width: 300px;
  margin-bottom: 0;
  margin-top: 2px;
}

.contact-info ul li:hover .icon {
  color: #ffffff;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-form {
  overflow: hidden;
  padding: 35px;
  margin-left: 15px;
  border-radius: 5px;
  background-image: url(../img/register-shape.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 33px;
  font-weight: 800;
}

.contact-form p {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-form form {
  margin-top: 25px;
}

.contact-form form input, .contact-form form textarea {
  display: block;
  width: 100%;
  border: none;
  color: #ffffff !important;
  background-color: #c22b34 !important;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

.contact-form form input::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form form input:-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form form input::-ms-input-placeholder, .contact-form form textarea::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form form input::placeholder, .contact-form form textarea::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form form input:focus::-webkit-input-placeholder, .contact-form form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-form form input:focus:-ms-input-placeholder, .contact-form form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-form form input:focus::-ms-input-placeholder, .contact-form form textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.contact-form form input:focus::placeholder, .contact-form form textarea:focus::placeholder {
  color: transparent;
}

.contact-form form textarea {
  height: auto !important;
  padding-top: 15px;
}

.contact-form form .default-btn {
  background-color: #221638;
  margin-top: 5px;
  padding: 12px 30px;
}

.contact-form form .default-btn span {
  background-color: #ffffff;
}

.contact-form .wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 14px;
  margin-top: 4px;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-form .wpcf7-form-control-wrap input.gdpr-term {
  display: inline-block;
  background-color: transparent;
  padding-left: 0;
  border-radius: 0;
  position: relative;
  top: 2px;
  margin-bottom: 0;
  font-weight: normal;
  width: auto;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0 0 0 0;
}

.contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  color: #ffffff;
}

.contact-form .wpcf7-list-item-label {
  color: #ffffff;
}

.contact-form .wpcf7-list-item-label a {
  color: #ffffff;
  text-decoration: underline;
}

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

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

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo h2 {
  color: #ffffff;
  font-weight: bold;
}

.single-footer-widget h3 {
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.single-footer-widget p {
  color: #ededed;
}

.single-footer-widget .footer-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-links-list li {
  margin-bottom: 12px;
  color: #ededed;
}

.single-footer-widget .footer-links-list li a {
  color: #ededed;
  display: inline-block;
}

.single-footer-widget .footer-links-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .social-link {
  padding-left: 0 !important;
  list-style-type: none;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.single-footer-widget .social-link li::before {
  display: none;
}

.single-footer-widget .social-link li:last-child {
  margin-right: 0;
  margin-bottom: 8px !important;
}

.single-footer-widget .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #1e1d2f;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}

.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.single-footer-widget .social-link li a:hover {
  color: #ffffff !important;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style-type: none !important;
}

.single-footer-widget .footer-contact-info li {
  margin-bottom: 13px;
  color: #ededed;
  position: relative;
  padding-left: 22px;
}

.single-footer-widget .footer-contact-info li::before {
  display: none;
}

.single-footer-widget .footer-contact-info li a {
  color: #ededed;
  display: inline-block;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 6px;
}

.single-footer-widget .footer-contact-info li i.bxs-inbox {
  top: 5px;
}

.single-footer-widget .nice-select ul li.option {
  color: #0c0c0c !important;
}

.footer-bottom-area {
  margin-top: 70px;
  border-top: 2px solid #181726;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-bottom-area p {
  color: #ededed;
}

.footer-bottom-area p i {
  position: relative;
  top: 1.3px;
}

.footer-bottom-area p a {
  font-weight: 600;
}

.footer-bottom-area p a:hover {
  color: #ffffff;
}

.footer-bottom-area ul {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.footer-bottom-area ul li {
  color: #ededed;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.footer-bottom-area ul li:last-child {
  margin-right: 0;
}

.footer-bottom-area ul li:last-child::before {
  display: none;
}

.footer-bottom-area ul li::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 5.5px;
  width: 1px;
  height: 14px;
  background-color: #ededed;
}

.footer-bottom-area ul li a {
  display: block;
  color: #ededed;
  text-transform: capitalize;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 15px;
  color: #221638;
  background-color: #ffffff;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 40px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.bottom-0 .border-bottom {
  border-bottom: 0px !important;
}

input.gdpr-term {
  height: auto !important;
}

/*Unit test CSS*/
.blocks-gallery-caption {
  margin-bottom: 8px;
}

.wp-block-search .wp-block-search__input {
  max-width: 100%;
}

.wp-block-calendar table {
  margin-bottom: 0;
}

.wp-block-calendar {
  margin-bottom: 20px;
}

.wp-calendar-nav {
  text-align: left;
}

.wp-block-group__inner-container {
  padding: 30px;
}

.wp-block-archives-list li span.post-count {
  padding-left: 8px;
  float: right;
}

.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-tag-cloud a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px solid #eeeeee;
  position: relative;
  color: #393953 !important;
  text-decoration: none !important;
  margin-top: 8px;
  margin-right: 4px;
}

.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
  color: #ffffff !important;
}

blockquote.has-text-color.has-very-dark-gray-color::before {
  top: 15px;
  z-index: -1;
  font-size: 90px;
  left: 0;
}

blockquote.has-text-color.has-very-dark-gray-color:after {
  display: none;
}

blockquote.has-text-color.has-very-dark-gray-color p, blockquote.has-text-color.has-very-dark-gray-color cite {
  padding-left: 55px;
}

.wp-block-search {
  margin-bottom: 30px;
  position: relative;
}

.wp-block-search label {
  display: block;
  margin-bottom: 10px;
}

.wp-block-search .screen-reader-text {
  display: none;
}

.wp-block-search .wp-block-search__input {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wp-block-search button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 80px;
  z-index: 1;
  border: none;
  color: #ffffff;
}

.wp-block-search button:hover {
  color: #ffffff;
  background: #393953 !important;
}

.wp-block-code {
  background: #eee;
}

.nice-select.postform .list {
  display: none;
}

.nice-select.postform.open .list {
  display: block;
}

.entry-meta ul {
  padding-left: 0 !important;
  list-style-type: none !important;
  margin-top: 0 !important;
}

.comment-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
}

.comment-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.comment-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.comment-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.comment-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.comment-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.comment-content p {
  margin-bottom: 10px;
  font-size: 14px;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-content p a {
  text-decoration: underline;
}

.comment-content p a:hover {
  text-decoration: none;
}

.comment-content .entry-content a {
  text-decoration: underline;
}

.comment-content .entry-content a:hover {
  text-decoration: none;
}

.comment-content dl, .comment-content ol, .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.comment-content dd a {
  text-decoration: underline;
}

.comment-content dd a:hover {
  text-decoration: none;
}

.comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.comment-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.comment-content ul li ul li {
  list-style-type: circle;
}

.comment-content ol {
  padding-left: 20px;
}

.comment-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  list-style-type: decimal;
}

.comment-content ol li ol {
  margin: 5px 0 0;
}

.comment-content b, .comment-content strong {
  font-weight: 600;
  color: #212529;
}

.comment-content dfn, .comment-content cite, .comment-content em, .comment-content i {
  font-style: italic;
}

.comment-content code, .comment-content kbd, .comment-content tt, .comment-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.comment-content kbd {
  background-color: #676767;
}

.comment-content mark, .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.comment-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
}

.comment-content abbr, .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

blockquote {
  background-color: #ffffff;
  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: #ffffff;
}

#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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 18px;
  line-height: 1;
  border-radius: 0;
  font-size: 12px;
  text-decoration: none;
  background-color: #f1f1f1;
}

#comments .comment-list .comment-body .reply a:hover {
  color: #ffffff;
}

#comments .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}

#comments .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  top: 5px;
  border-radius: 50%;
}

#comments .comment-author .says {
  display: none;
}

#comments .comment-author b.fn {
  font-weight: 600;
}

#comments .comment-meta {
  margin-bottom: 1em;
}

#comments .comment-metadata {
  color: #615b5b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#comments .comment-metadata a {
  color: #615b5b;
}

#comments .comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

#comments .comment-reply-link {
  font-weight: 600;
  position: relative;
}

#comments .comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

#comments .children {
  padding-left: 10px !important;
}

#comments .children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

#comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}

#comments .no-comments,
#comments .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

#comments .comments-pagination {
  margin: 2em 0 3em;
}

.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 30px;
}

/* End Comments list style */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
  color: #606060;
}

.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: #606060;
  color: #ffffff;
}

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

.page-links .current {
  color: #ffffff;
}

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

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

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

.wp-block-cover p.wp-block-cover-text strong {
  color: #ffffff;
}

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

.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: #606060 !important;
  color: #ffffff;
}

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

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  color: #ffffff;
  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: #606060;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  z-index: 99990;
}

.bypostauthor {
  z-index: 99990;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 10px;
  color: #606060;
}

.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: #ffffff;
  height: 45px;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.post-password-form input[type="submit"]:hover {
  border: 1px solid;
  color: #ffffff;
  background-color: #606060;
}

/* 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: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.comment-navigation .nav-links .nav-previous a:hover {
  color: #ffffff;
}

.comment-navigation .nav-links .nav-next {
  float: right;
}

.comment-navigation .nav-links .nav-next a {
  display: inline-block;
  border: 1px solid #ded9d9;
  background: #ffffff;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.comment-navigation .nav-links .nav-next a:hover {
  color: #ffffff;
}

/* End Comment navigation */
/* Resent posts with thumb */
.widget_ecademy_posts_thumbs .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.widget_ecademy_posts_thumbs .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_ecademy_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget_ecademy_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}

.widget_ecademy_posts_thumbs .item .info {
  overflow: hidden;
}

.widget_ecademy_posts_thumbs .item .info .title {
  font-size: 13.6px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

.widget_ecademy_posts_thumbs .item .info .title a {
  color: #212529;
}

.widget_ecademy_posts_thumbs .item .info time {
  display: block;
  font-size: 12px;
  color: #767676;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 3px;
}

.widget_ecademy_posts_thumbs .no-thumb .info time {
  margin-top: 0;
}

/* End Resent posts with thumb */
/* Unit test pages style 
====================================================================*/
/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  display: none;
}

/* End WP core style */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.page-main-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content p:first-child {
  margin-top: 0;
}

.page-main-content p img.size-full.wp-image-904.alignright {
  margin: 15px 0 20px 20px;
}

.page-main-content .entry-content a {
  text-decoration: underline;
}

.page-main-content .entry-content a:hover {
  text-decoration: none;
}

.page-main-content footer.entry-footer {
  clear: both;
}

.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.page-main-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.page-main-content ul {
  list-style: disc;
  padding-left: 20px;
}

.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.page-main-content ul li ul li {
  list-style-type: circle;
}

.page-main-content ol {
  padding-left: 20px;
}

.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ol li ol {
  margin: 5px 0 0;
}

.page-main-content b, .page-main-content strong {
  color: #212529;
}

.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}

.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: .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: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  background: #f1f1f1;
  overflow: auto;
}

.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

/* End Page Markup And Formatting */
/* Post search not found form */
.no-results {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  color: #ffffff;
  border-radius: 5px;
}

.no-results form button:hover {
  background-color: #606060;
}

/* End Post search not found form */
/* Single footer widget  */
/* Single footer widget  */
.footer-area .single-footer-widget {
  margin-bottom: 30px;
}

.footer-area .single-footer-widget img.alignnone.size-full {
  margin: 15px 0 30px;
}

.footer-area .single-footer-widget h3 {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #192129;
  color: #ffffff;
  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;
  color: #e4e4e4 !important;
  font-size: 15px;
}

.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-area .single-footer-widget ul li::before {
  height: 7px;
  width: 7px;
  content: '';
  left: -17px;
  top: 10px;
  position: absolute;
}

.footer-area .single-footer-widget ul li a {
  color: #e4e4e4;
  -webkit-transition: prop time;
  transition: prop time;
}

.footer-area .single-footer-widget ul li a:hover {
  padding-left: 7px;
}

.footer-area .single-footer-widget .item .info time {
  color: #d3d3d3;
}

.footer-area .single-footer-widget .wp-calendar-nav {
  margin-top: 10px;
}

.footer-area .single-footer-widget .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.footer-area .single-footer-widget .wp-calendar-nav .wp-calendar-nav-next a {
  color: #ffffff;
}

.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: #221638;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 3px 0 0 18px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}

.footer-area .widget_search form .search-field::-webkit-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .widget_search form .search-field:-ms-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .widget_search form .search-field::-ms-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .widget_search form .search-field::placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.footer-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.footer-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.footer-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.footer-area .widget_search form button {
  border: none;
  color: #ffffff;
  height: 45px;
  width: 45px;
  padding: 0;
  position: absolute;
  right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  top: 5px;
  font-size: 20px;
  line-height: 0;
}

.footer-area .widget_search form button:hover, .footer-area .widget_search form button:focus {
  background-color: #606060;
  color: #ffffff;
}

.footer-area select {
  height: 45px;
  border: 1px solid #ffffff;
  width: 100%;
  font-size: 15px;
  color: #221638;
  padding: 8px 15px;
}

.footer-area .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
}

.footer-area .nice-select .option {
  padding-top: 8px;
  padding-bottom: 5px;
}

.footer-area .nice-select ul li::before {
  display: none;
}

.footer-area .nice-select ul {
  padding-top: 12px;
}

.footer-area .nice-select ul li {
  margin-bottom: 0px;
}

.footer-area .nice-select .option.selected.focus {
  display: none;
}

.footer-area .nice-select .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.footer-area .widget_categories ul li a {
  display: inline-block;
  text-transform: capitalize;
}

.footer-area .widget_categories ul li .children {
  margin-top: 10px;
}

.footer-area .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.footer-area .widget_pages ul li a {
  text-transform: capitalize;
}

.footer-area .widget_rss ul li {
  margin-bottom: 20px;
}

.footer-area .widget_rss ul li::before {
  top: 10px;
}

.footer-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.footer-area .widget_rss ul li .rsswidget {
  display: block;
  font-weight: 700;
  font-size: 17px;
  color: #e4e4e4 !important;
  -webkit-transition: prop time;
  transition: prop time;
}

.footer-area .widget_rss ul li .rsswidget:hover {
  padding-left: 7px;
}

.footer-area .widget_rss ul li .rss-date {
  font-size: 12px;
  margin: 7px 0 10px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #e4e4e4 !important;
}

.footer-area .widget_rss ul li cite {
  color: #e4e4e4 !important;
  display: block;
  margin-top: 10px;
  font-style: normal;
}

.footer-area .widget_rss ul li .rssSummary {
  color: #e4e4e4 !important;
}

.footer-area .tagcloud a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px !important;
  margin: 5px 5px 5px 0;
  text-transform: capitalize;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-area .tagcloud a:hover {
  color: #ffffff;
}

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

.footer-area .calendar_wrap table caption {
  color: #ffffff;
}

.footer-area .calendar_wrap table th, .footer-area .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}

.footer-area .calendar_wrap table th a, .footer-area .calendar_wrap table td a {
  text-decoration: none;
}

.footer-area .calendar_wrap table #today {
  background-color: #eee;
  font-weight: 600;
}

.footer-area .calendar_wrap table #today a {
  text-decoration: none;
}

.footer-area .calendar_wrap table #prev, .footer-area .calendar_wrap table #next {
  font-size: 14px;
}

.footer-area .calendar_wrap table #prev a, .footer-area .calendar_wrap table #next a {
  text-decoration: none;
}

.footer-area .calendar_wrap caption {
  caption-side: top;
  font-weight: 600;
  padding: 0 0 15px;
  line-height: 1;
  color: #e4e4e4;
  font-size: 1;
  font-size: 15px;
}

.footer-area .calendar_wrap .wp-calendar-nav-prev a {
  color: #ffffff;
}

.footer-area .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.footer-area .widget_recent_comments .recentcomments .comment-author-link {
  font-size: 14px;
}

.footer-area .widget_recent_comments .recentcomments a {
  color: #e4e4e4 !important;
}

.footer-area .widget_media_gallery .gallery {
  margin: 0;
}

.footer-area .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.footer-area .widget_recent_entries ul li {
  line-height: 1.5;
}

.footer-area .widget_recent_entries ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #e4e4e4 !important;
}

.footer-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 5px;
}

.footer-area span.post-count {
  float: right;
  color: #e4e4e4 !important;
}

.footer-area img.rss-widget-icon {
  margin-top: -5px;
}

.footer-area .nice-select {
  height: 50px;
}

.footer-area .nice-select .current {
  display: block;
  padding-top: 5px;
}

.footer-area .nice-select ul li {
  text-transform: capitalize;
}

/* Sticky Post */
.sticky .single-blog-post .post-content {
  padding-left: 60px;
  border: 1px solid #221638;
  background-color: #221638;
}

.sticky .single-blog-post .post-content h3 {
  color: #ffffff;
  position: relative;
}

.sticky .single-blog-post .post-content h3::before {
  font-family: "boxicons" !important;
  content: "\eb84";
  position: absolute;
  left: -40px;
  top: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}

.sticky .single-blog-post .post-content h3 a {
  color: #ffffff;
}

.sticky .single-blog-post .post-content p {
  color: #ffffff;
}

.sticky .single-blog-post .post-content .post-meta li {
  color: #ffffff;
}

.sticky .single-blog-post .post-content .category {
  color: #ffffff;
}

.sticky .single-blog-post .post-content .post-content-footer li {
  color: #ffffff;
}

.sticky .single-blog-post .post-content .post-content-footer li a {
  color: #ffffff;
}

/* End Sticky Post */
/* Entry meta */
.entry-meta ul {
  padding-left: 0 !important;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 0 !important;
}

.entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  color: #606060 !important;
  font-weight: 600;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 45px;
}

.entry-meta ul li i {
  font-size: 20px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 3px;
}

.entry-meta ul li span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.entry-meta ul li a {
  display: inline-block;
  color: #221638;
  text-decoration: none !important;
  text-transform: capitalize;
}

.entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

/* End Entry meta */
/* Widget sidebar */
.sidebar {
  padding-left: 15px;
}

.sidebar .widget {
  margin-top: 30px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
  background-color: #ffffff;
}

.sidebar .widget:first-child {
  margin-top: 0;
}

.sidebar .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 10px;
  border-left: 3px dashed #dfdfdf;
  font-size: 22px;
  font-weight: 800;
}

.sidebar .widget .widget-title::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 6px;
}

.sidebar .widget .widget-title::after {
  content: '';
  position: absolute;
  left: -3px;
  top: 19px;
  width: 3px;
  height: 6px;
}

.sidebar .widget ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.sidebar .widget ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #252525;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget ul li::before {
  height: 8px;
  width: 8px;
  content: '';
  border-radius: 50%;
  left: 0;
  top: 6px;
  position: absolute;
}

.sidebar .widget ul li a:hover .post_count {
  border: 1px solid;
}

.sidebar .widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}

.sidebar .widget_search form {
  position: relative;
}

.sidebar .widget_search form .screen-reader-text {
  display: none;
}

.sidebar .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.sidebar .widget_search form .search-field {
  height: 55px;
  color: #221638;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 15px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.sidebar .widget_search form .search-field::-webkit-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget_search form .search-field:-ms-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget_search form .search-field::-ms-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget_search form .search-field::placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.sidebar .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.sidebar .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.sidebar .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.sidebar .widget_search form button {
  border: none;
  color: #ffffff;
  height: 45px;
  width: 45px;
  padding: 0;
  position: absolute;
  right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  top: 5px;
  font-size: 20px;
  line-height: 0;
}

.sidebar .widget_search form button:hover, .sidebar .widget_search form button:focus {
  color: #ffffff;
}

.sidebar select {
  height: 50px;
  border: 1px solid #eee;
  width: 100%;
  color: #606060;
  font-size: 13.5px;
  padding: 8px 15px;
}

.sidebar .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
  font-weight: 500;
  border: 1.5px solid #e8e8e8;
  height: 50px;
  padding: 3px 20px;
}

.sidebar .nice-select .option.selected.focus {
  display: none;
}

.sidebar .nice-select .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar .nice-select .list li {
  min-height: auto;
  margin: 0;
  line-height: 30px;
  font-weight: normal;
  text-transform: capitalize;
}

.sidebar .nice-select .list li::before {
  display: none;
}

.sidebar .widget_categories ul li a {
  text-transform: capitalize;
}

.sidebar .widget_categories ul li .children {
  margin-top: 10px;
}

.sidebar .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.sidebar .widget_pages ul li a {
  text-transform: capitalize;
}

.sidebar .widget_rss ul li {
  margin-bottom: 20px;
}

.sidebar .widget_rss ul li::before {
  top: 10px;
}

.sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget_rss ul li .rsswidget {
  display: block;
  color: #222222;
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 8px 0 10px;
  display: block;
}

.sidebar .widget_rss ul li .rssSummary {
  color: #606060;
  line-height: 25px;
  font-size: 14px;
}

.sidebar .widget_rss ul li cite {
  font-weight: 700;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
  font-size: 13.5px;
}

.sidebar .tagcloud a {
  border: 1px solid #eee;
  padding: 6px 12px;
  font-size: 13px !important;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
  margin-right: 4px;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar .tagcloud a:hover {
  color: #ffffff;
}

.sidebar .widget_text p img {
  margin: 10px 0;
}

.sidebar .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 13px;
}

.sidebar .calendar_wrap table {
  margin: 0;
  text-align: center;
}

.sidebar .calendar_wrap table th, .sidebar .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}

.sidebar .calendar_wrap table th a, .sidebar .calendar_wrap table td a {
  text-decoration: none;
}

.sidebar .calendar_wrap table #today {
  background-color: #eee;
  font-weight: 600;
}

.sidebar .calendar_wrap caption {
  padding-top: 0;
  color: #393d40;
  caption-side: top;
  font-weight: 700;
}

.sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.sidebar .widget_nav_menu ul li {
  font-weight: 600;
}

.sidebar .widget_recent_comments .recentcomments {
  color: #696969;
  font-weight: 700;
}

.sidebar .widget_recent_comments .recentcomments .comment-author-link {
  font-size: 14.5px;
}

.sidebar .widget_media_gallery .gallery {
  margin: 0;
}

.sidebar .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.sidebar .widget_recent_entries ul li a {
  font-weight: 700;
}

.sidebar .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 14px;
  color: #767676;
  margin-top: 2px;
}

.sidebar p {
  font-size: 14px;
}

.sidebar span.post-count {
  float: right;
  font-size: 13px;
}

.sidebar .widget_lp-widget-popular-courses .course-entry {
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget_lp-widget-popular-courses .course-entry:last-child {
  margin-bottom: 0;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-cover {
  margin-bottom: 20px;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a {
  display: block;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a img {
  width: 100%;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-detail a {
  display: inline-block;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-detail h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  margin-top: 5px;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data .course-meta-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-top: 10px;
  font-weight: 700;
}

.sidebar .widget_lp-widget-popular-courses .widget-footer {
  margin-top: 20px;
}

.sidebar .widget_lp-widget-popular-courses .widget-footer a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.sidebar .widget_lp-widget-popular-courses .widget-footer a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background-color: #221638;
}

.sidebar .widget_lp-widget-popular-courses .widget-footer .pull-right {
  float: unset;
}

.sidebar .widget_lp-widget-featured-courses .course-entry {
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget_lp-widget-featured-courses .course-entry:last-child {
  margin-bottom: 0;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-cover {
  margin-bottom: 20px;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a {
  display: block;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a img {
  width: 100%;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-detail a {
  display: inline-block;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-detail h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  margin-top: 5px;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data .course-meta-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  font-weight: 700;
}

.sidebar .widget_lp-widget-featured-courses .widget-footer {
  margin-top: 20px;
}

.sidebar .widget_lp-widget-featured-courses .widget-footer a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.sidebar .widget_lp-widget-featured-courses .widget-footer a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background-color: #221638;
}

.sidebar .widget_lp-widget-featured-courses .widget-footer .pull-right {
  float: unset;
}

.sidebar .widget_lp-widget-recent-courses .course-entry {
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget_lp-widget-recent-courses .course-entry:last-child {
  margin-bottom: 0;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-cover {
  margin-bottom: 20px;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a {
  display: block;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a img {
  width: 100%;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-detail a {
  display: inline-block;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-detail h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  margin-top: 5px;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data .course-meta-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  font-weight: 700;
}

.sidebar .widget_lp-widget-recent-courses .widget-footer {
  margin-top: 20px;
}

.sidebar .widget_lp-widget-recent-courses .widget-footer a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.sidebar .widget_lp-widget-recent-courses .widget-footer a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background-color: #221638;
}

.sidebar .widget_lp-widget-recent-courses .widget-footer .pull-right {
  float: unset;
}

.sidebar .wp-calendar-nav {
  margin-top: 10px;
}

.sidebar .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

/* HTML Tags and Formatting */
.blog-details .blog-details-content {
  padding: 30px;
  overflow: hidden;
  background-color: #ffffff;
}

.blog-details .blog-details-content .entry-meta {
  margin-bottom: 10px;
}

.blog-details .blog-details-content .entry-meta ul {
  margin-bottom: 10px;
}

.blog-details .blog-details-content .entry-meta li {
  padding-left: 30px;
}

.blog-details .blog-details-content .entry-meta li a {
  color: #606060;
}

.blog-details .blog-details-content .nice-select {
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
}

.blog-details .blog-details-content .nice-select .current {
  padding-top: 5px;
  display: block;
}

.blog-details .blog-details-content .nice-select ul {
  padding-left: 0;
  margin-top: 0;
}

.blog-details .blog-details-content .nice-select ul li {
  list-style-type: none;
  padding: 5px 15px;
  margin: 0;
  min-height: auto;
}

.blog-details .blog-details-content h1 {
  font-size: 35px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h2 {
  font-size: 30px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h3 {
  font-size: 25px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h4 {
  font-size: 20px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h5 {
  font-size: 18px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h6 {
  font-size: 16px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content p a {
  text-decoration: underline;
}

.blog-details .blog-details-content p a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content .entry-content a {
  text-decoration: underline;
}

.blog-details .blog-details-content .entry-content a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content dl, .blog-details .blog-details-content ol, .blog-details .blog-details-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .blog-details-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.blog-details .blog-details-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.blog-details .blog-details-content dd a {
  text-decoration: underline;
}

.blog-details .blog-details-content dd a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ul {
  list-style: disc;
  padding-left: 20px;
}

.blog-details .blog-details-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.blog-details .blog-details-content ul li a {
  text-decoration: underline;
}

.blog-details .blog-details-content ul li a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ul li ol {
  margin: 5px 0 0;
  list-style-type: decimal;
}

.blog-details .blog-details-content ul li ol li {
  list-style-type: decimal;
}

.blog-details .blog-details-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ul li {
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ul li ol {
  list-style-type: decimal;
}

.blog-details .blog-details-content ul li ul li ol li {
  list-style-type: decimal;
}

.blog-details .blog-details-content ol {
  padding-left: 20px;
}

.blog-details .blog-details-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.blog-details .blog-details-content ol li a {
  text-decoration: underline;
}

.blog-details .blog-details-content ol li a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ol li ol, .blog-details .blog-details-content ol li ul {
  margin: 5px 0 0;
}

.blog-details .blog-details-content b, .blog-details .blog-details-content strong {
  color: #221638;
}

.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: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.blog-details .blog-details-content kbd {
  background-color: #676767;
  color: #ffffff;
}

.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: .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(../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 #ffffff;
  width: 100px;
  height: 100px;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 20px;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: -5px;
  font-size: 18px;
  font-weight: 800;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #606060;
  font-size: 14px;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-ecademy-profile a {
  color: #221638;
  padding: 5px 12px 4px;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-ecademy-profile a:hover, .blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-ecademy-profile a:focus {
  color: #ffffff;
}

/* End HTML Tags and Formatting */
/* Template: Comments */
.comments-area {
  background-color: #ffffff;
  padding: 25px;
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 800;
}

.comments-area .comments-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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: #221638;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  display: inline-block;
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
}

.comments-area .comment-meta {
  margin-bottom: .8em;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 700;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.comments-area .comment-content p {
  font-size: 14px;
}

.comments-area .comment-respond .comment-reply-title {
  margin: 0;
  position: relative;
  font-size: 22px;
  font-weight: 800;
}

.comments-area .comment-respond .comment-reply-title::before {
  content: '';
  height: 20px;
  width: 2px;
  left: -30px;
  position: absolute;
  top: 2px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}

.comments-area .comment-respond .logged-in-as a {
  font-weight: 500;
  font-size: 15px;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #221638;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 2px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comments-title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 10px;
}

.comments-area .comments-title::before {
  content: '';
  height: 24px;
  width: 3px;
  left: -32px;
  position: absolute;
}

.comments-area .comment-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content p {
  margin-bottom: 10px;
  font-size: 14px;
}

.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-content p a {
  text-decoration: underline;
}

.comments-area .comment-content p a:hover {
  text-decoration: none;
}

.comments-area .comment-content .entry-content a {
  text-decoration: underline;
}

.comments-area .comment-content .entry-content a:hover {
  text-decoration: none;
}

.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.comments-area .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.comments-area .comment-content dd a {
  text-decoration: underline;
}

.comments-area .comment-content dd a:hover {
  text-decoration: none;
}

.comments-area .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.comments-area .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.comments-area .comment-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.comments-area .comment-content ul li ul li {
  list-style-type: circle;
}

.comments-area .comment-content ol {
  padding-left: 20px;
}

.comments-area .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  list-style-type: decimal;
}

.comments-area .comment-content ol li ol {
  margin: 5px 0 0;
}

.comments-area .comment-content b, .comments-area .comment-content strong {
  font-weight: 800;
  color: #212529;
}

.comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
  font-style: italic;
}

.comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
  font-size: .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: .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: #ffffff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* End Template: Comments */
/* Comment form */
.comment-respond .comment-reply-title {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 10px;
}

.comment-respond .comment-reply-title::before {
  content: '';
  height: 24px;
  width: 3px;
  left: -32px;
  position: absolute;
}

.comment-respond form {
  overflow: hidden;
}

.comment-respond form label {
  display: block;
  font-weight: 500;
  color: #444967;
  margin-bottom: 10px;
}

.comment-respond input[type="date"], .comment-respond input[type="time"], .comment-respond input[type="datetime-local"], .comment-respond input[type="week"], .comment-respond input[type="month"], .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="password"], .comment-respond input[type="search"], .comment-respond input[type="tel"], .comment-respond input[type="number"], .comment-respond textarea {
  background-image: none;
  background-color: #ffffff;
  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: #ffffff;
  padding: 8px 22px 7px !important;
  display: inline-block;
  font-weight: 800 !important;
  cursor: pointer;
  font-size: 14.5px;
  border-radius: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comment-respond .form-submit input:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
}

.comment-respond input:focus, .comment-respond textarea:focus {
  outline: 0;
  border: 0;
}

.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 25px;
}

.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
}

.comment-respond p.comment-notes {
  line-height: 25px;
  font-size: 14px;
  margin-top: 5px;
}

.comment-respond p.comment-form-comment {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.comment-respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 12px;
  margin-bottom: 0;
}

.comment-respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
  margin-bottom: 0;
}

.comment-respond p.comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.comment-respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}

.comment-respond p.form-submit {
  float: left;
  width: 100%;
}

.comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 15px !important;
  margin-bottom: 10px;
}

.comment-respond p.logged-in-as a {
  text-decoration: underline;
  font-size: 13.5px;
}

.comment-respond p.logged-in-as a:hover {
  text-decoration: none;
}

.comment-respond .required {
  color: red;
}

/* End Comment form */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: 15px;
  margin-top: 14px;
  text-align: center;
  color: #606060;
  margin-bottom: 0;
}

.wp-block-image figcaption a {
  text-decoration: underline;
}

.wp-block-image figcaption a:hover {
  text-decoration: none;
}

.wp-block-button {
  margin: 20px 0;
  clear: both;
}

.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
}

.wp-block-button .wp-block-button__link br {
  display: none;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #221638;
  color: #ffffff;
}

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

.page-links .current {
  color: #ffffff;
}

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

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

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

.wp-block-cover p.wp-block-cover-text strong {
  color: #ffffff;
}

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

.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: #606060 !important;
  color: #ffffff;
}

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

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  color: #ffffff;
  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: #606060;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  z-index: 99990;
}

.bypostauthor {
  z-index: 99990;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 10px;
  color: #606060;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}

.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
  color: red !important;
}

.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .trackback a.url {
  margin-top: 5px;
  font-size: 14px;
}

.comments-area .comment-list .pingback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}

.comments-area .comment-list .pingback .comment-body a {
  color: red !important;
  text-decoration: underline;
}

.comments-area .comment-list .pingback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .pingback a.url {
  margin-top: 5px;
  font-size: 14px;
}

/* End Pingback style */
/* Post password form style */
.post-password-form label {
  font-weight: 700;
  font-size: 15px;
}

.post-password-form label input {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 10px;
  padding: 6px 15px;
  border-radius: 5px;
}

.post-password-form input[type="submit"] {
  border: 1px solid;
  color: #ffffff;
  height: 45px;
  padding: 5px 20px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.post-password-form input[type="submit"]:hover {
  border: 1px solid;
  color: #ffffff;
  background-color: #606060;
}

/* 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: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.comment-navigation .nav-links .nav-previous a:hover {
  color: #ffffff;
}

.comment-navigation .nav-links .nav-next {
  float: right;
}

.comment-navigation .nav-links .nav-next a {
  display: inline-block;
  border: 1px solid #ded9d9;
  background: #ffffff;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.comment-navigation .nav-links .nav-next a:hover {
  color: #ffffff;
}

/* End Comment navigation */
/* Resent posts with thumb */
.widget_ecademy_posts_thumbs .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.widget_ecademy_posts_thumbs .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_ecademy_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget_ecademy_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}

.widget_ecademy_posts_thumbs .item .info {
  overflow: hidden;
}

.widget_ecademy_posts_thumbs .item .info .title {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
}

.widget_ecademy_posts_thumbs .item .info .title a {
  color: #212529;
}

.widget_ecademy_posts_thumbs .item .info time {
  display: block;
  font-size: 15px;
  color: #767676;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 3px;
}

.widget_ecademy_posts_thumbs .no-thumb .info time {
  margin-top: 0;
}

/* End Resent posts with thumb */
/* Unit test pages style 
====================================================================*/
/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  display: none;
}

/* End WP core style */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.page-main-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content p:first-child {
  margin-top: 0;
}

.page-main-content p img.size-full.wp-image-904.alignright {
  margin: 15px 0 20px 20px;
}

.page-main-content .entry-content a {
  text-decoration: underline;
}

.page-main-content .entry-content a:hover {
  text-decoration: none;
}

.page-main-content footer.entry-footer {
  clear: both;
}

.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.page-main-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.page-main-content ul {
  list-style: disc;
  padding-left: 20px;
}

.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.page-main-content ul li ul li {
  list-style-type: circle;
}

.page-main-content ol {
  padding-left: 20px;
}

.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ol li ol {
  margin: 5px 0 0;
}

.page-main-content b, .page-main-content strong {
  color: #212529;
}

.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}

.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: .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: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  background: #f1f1f1;
  overflow: auto;
}

.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.page-main-content #comments {
  padding: 0;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

table td, table th {
  padding: 12px 10px;
  border: 1px solid #eaeaea;
}

table td a {
  font-weight: 700;
  text-decoration: underline;
}

table td a:hover {
  text-decoration: none;
}

table th a {
  text-decoration: underline;
}

table th a:hover {
  text-decoration: none;
}

table tbody tr th {
  font-weight: 500;
}

.ecademy-single-blank-page {
  height: 320px;
}

/* End Page Markup And Formatting */
/* Post search not found form */
.no-results {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 35px;
}

.no-results h1.page-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}

.no-results form {
  position: relative;
}

.no-results form label {
  display: block;
  margin-bottom: 0;
}

.no-results form .screen-reader-text {
  display: none;
}

.no-results form .search-field {
  background-color: #f6f4f7;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #f6f4f7;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  color: #ffffff;
  border-radius: 5px;
}

.no-results form button:hover {
  background-color: #606060;
}

/* End Post search not found form */
/*LearnPress CSS*/
.topbar-search {
  max-width: 300px;
  text-align: right;
  margin-left: auto;
}

.topbar-search form {
  position: relative;
}

.topbar-search form label {
  display: block !important;
  margin-bottom: 0 !important;
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 18px !important;
}

.topbar-search form label i {
  font-style: normal;
}

.topbar-search form .input-search {
  height: 50px;
  color: #221638;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 1px 15px 0 50px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.topbar-search form .input-search::-webkit-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topbar-search form .input-search:-ms-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topbar-search form .input-search::-ms-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topbar-search form .input-search::placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topbar-search form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.topbar-search form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.topbar-search form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.topbar-search form .input-search:focus::placeholder {
  color: transparent;
}

.courses-rating .review-stars-rated {
  position: relative;
  display: inline-block;
}

.courses-rating .review-stars-rated .review-stars {
  padding-left: 0;
  margin: 0;
  margin-top: 2px;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  font-size: 0;
}

.courses-rating .review-stars-rated .review-stars li {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.courses-rating .review-stars-rated .review-stars li span {
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}

.courses-rating .review-stars-rated .review-stars li span::before {
  width: auto;
  height: auto;
}

.courses-rating .review-stars-rated .review-stars li::before {
  display: none;
}

.courses-rating .review-stars-rated .review-stars.filled {
  margin: 0;
  margin-top: 2px;
  padding-left: 0;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  color: #f05a19;
  height: 40px;
}

.courses-rating .review-stars-rated .review-stars.filled li {
  position: static;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.courses-rating .review-stars-rated .review-stars.filled li span {
  color: #ffb606;
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}

.courses-rating .review-stars-rated .review-stars.filled li span::before {
  width: auto;
  height: auto;
}

.courses-rating .course-review {
  display: inline-block;
  margin-bottom: 10px;
}

.courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
  width: auto;
}

.courses-rating .review-stars-rated .review-stars {
  overflow: unset;
}

.courses-rating .review-stars-rated .review-stars li {
  margin: 0 3px;
}

.courses-rating .review-stars-rated span {
  color: #f2b827;
  font-size: 20px !important;
  margin-right: -3px;
}

.courses-rating .rating-total {
  position: relative;
  color: #606060;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 2px;
}

.courses-details-desc .learn-press-course-results-progress {
  background: #ff19490d;
  padding: 25px 0 5px 25px;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-right: 0;
}

.courses-details-desc .learn-press-course-results-progress .lp-course-progress-heading {
  font-weight: bold;
  font-size: 20px;
}

.courses-details-desc .learn-press-course-results-progress .course-progress .lp-course-progress-heading {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.courses-details-desc .learn-press-course-results-progress .course-progress .number {
  display: inline-block;
  font-weight: 600;
}

.courses-details-desc .learn-press-course-results-progress .course-progress .lp-label {
  top: -2px;
  position: relative;
}

.courses-details-desc .learn-press-course-results-progress .course-progress .learn-press-progress {
  margin-top: 10px;
}

.courses-details-desc .learn-press-course-results-progress .items-progress .lp-course-progress-heading {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.courses-details-desc .learn-press-course-results-progress .items-progress .number {
  display: inline-block;
  font-weight: 600;
}

.courses-details-desc .learn-press-course-results-progress .items-progress .lp-label {
  top: -2px;
  position: relative;
}

.courses-details-desc .learn-press-course-results-progress .items-progress .learn-press-progress {
  margin-top: 10px;
}

.courses-details-desc .learn-press-course-results-progress .items-progress, .courses-details-desc .learn-press-course-results-progress .course-progress {
  margin-right: 5%;
  width: 45%;
}

.courses-details-desc .lp-label {
  font-size: 11px;
  padding: 4px 8px;
  background: #41b55f;
  border-radius: 0;
}

.courses-details-desc .course-students {
  display: none;
}

.courses-details-desc .course-remaining-time {
  background: #f7f3ff;
  padding: 14px 28px;
  margin-bottom: 30px;
}

.course-rate {
  font-size: 16px;
  font-weight: 700;
}

.course-rate .review-bar {
  border-radius: 5px;
  background: #f1f1f1;
  height: 18px;
}

.course-rate .review-bar .rating {
  border-radius: 5px;
}

.review-form h3 {
  font-weight: 800;
  font-size: 24px !important;
}

.review-form input, .review-form textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 40px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.review-form textarea {
  height: auto !important;
}

.review-form .review-fields {
  padding-left: 0;
}

.review-form .review-fields li label {
  font-weight: bold;
}

.review-form .review-stars {
  padding-left: 0;
}

.learnpress-page .lp-button {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 11px;
  padding-bottom: 11px;
}

.learnpress-page .lp-button:hover {
  color: #ffffff !important;
  background-color: #606060 !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: #dddd;
}

#learn-press-profile-nav:before {
  top: 60px !important;
}

.lp-user-profile {
  padding: 60px 0;
}

#learn-press-profile-header .lp-profile-avatar img {
  border-radius: 8px !important;
}

#learn-press-profile-header {
  border-radius: 8px 8px 8px 0px;
}

#learn-press-profile-nav .tabs > li.active > a {
  color: #ffffff;
}

#learn-press-profile-nav .tabs > li a:hover {
  color: #ffffff;
}

#learn-press-profile-nav:before {
  bottom: auto !important;
}

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

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

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

.lp-profile-content button, #course-item-content-header .form-button.lp-button-back button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 13px 25px 12px 25px;
  position: relative;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-radius: 1px;
  font-size: 14.5px;
  font-weight: 700;
}

.lp-profile-content button .label, .lp-profile-content button .icon-arrow, #course-item-content-header .form-button.lp-button-back button .label, #course-item-content-header .form-button.lp-button-back button .icon-arrow {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 1000;
          perspective: 1000;
}

.lp-profile-content button .label, #course-item-content-header .form-button.lp-button-back button .label {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.lp-profile-content button .icon-arrow, #course-item-content-header .form-button.lp-button-back button .icon-arrow {
  color: #ffffff;
  top: 11px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 25px;
}

.lp-profile-content button .icon-arrow.before, #course-item-content-header .form-button.lp-button-back button .icon-arrow.before {
  left: 20px;
  position: absolute;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.lp-profile-content button .icon-arrow.after, #course-item-content-header .form-button.lp-button-back button .icon-arrow.after {
  opacity: 0;
  position: absolute;
  right: 20px;
  -webkit-transform: translateX(75%) scaleX(0.1);
          transform: translateX(75%) scaleX(0.1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.lp-profile-content button:hover, .lp-profile-content button:focus, #course-item-content-header .form-button.lp-button-back button:hover, #course-item-content-header .form-button.lp-button-back button:focus {
  background-color: #606060;
  color: #221638 !important;
  border-color: #606060;
}

.lp-profile-content button:hover .label, .lp-profile-content button:focus .label, #course-item-content-header .form-button.lp-button-back button:hover .label, #course-item-content-header .form-button.lp-button-back button:focus .label {
  -webkit-transform: translateX(-32px);
          transform: translateX(-32px);
}

.lp-profile-content button:hover .icon-arrow.before, .lp-profile-content button:focus .icon-arrow.before, #course-item-content-header .form-button.lp-button-back button:hover .icon-arrow.before, #course-item-content-header .form-button.lp-button-back button:focus .icon-arrow.before {
  opacity: 0;
  -webkit-transform: translateX(-75%) scaleX(0.1);
          transform: translateX(-75%) scaleX(0.1);
}

.lp-profile-content button:hover .icon-arrow.after, .lp-profile-content button:focus .icon-arrow.after, #course-item-content-header .form-button.lp-button-back button:hover .icon-arrow.after, #course-item-content-header .form-button.lp-button-back button:focus .icon-arrow.after {
  opacity: 1;
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
}

.lp-profile-content textarea, #course-item-content-header .form-button.lp-button-back textarea {
  border-color: #dddddd;
}

.single-courses-item .author-bio {
  display: none;
}

.lp-user-profile {
  padding: 0;
}

.lp-user-profile .profile-box .profile-name {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  text-align: left;
  position: relative;
  margin-bottom: -8px;
}

.profile-box .image {
  border-radius: 5px;
  padding-right: 15px;
}

.profile-box .image img {
  border-radius: 5px;
}

.profile-box .content {
  padding: 20px 0 20px 50px;
}

.profile-box .content p {
  margin-top: 20px;
  margin-bottom: 15px;
}

.profile-box .content .info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.profile-box .content .info li {
  list-style-type: none;
  margin-bottom: 7px;
  line-height: initial;
}

.profile-box .content .info li span {
  color: #606060;
}

.profile-box .content .info li a {
  display: inline-block;
  color: #221638;
  text-decoration: none;
}

.profile-box .content .info li:last-child {
  margin-bottom: 0;
}

.profile-box .content .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.profile-box .content .social-link li {
  display: inline-block;
  margin-right: 3px;
  list-style-type: none;
  line-height: initial;
  margin-bottom: 0;
}

.profile-box .content .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 16px;
  color: #221638;
  position: relative;
  border-radius: 2px;
}

.profile-box .content .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-style: normal;
}

.profile-box .content .social-link li a:hover {
  background-color: #606060;
  color: #ffffff;
}

.profile-box .content .social-link li:last-child {
  margin-right: 0;
}

.lp-user-profile #learn-press-profile-nav {
  float: unset;
  min-width: 100%;
  padding-top: 0;
  background: transparent;
  margin-top: 40px;
}

.lp-user-profile #learn-press-profile-nav .tabs > li {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  list-style: none;
  line-height: initial;
  margin: 0 -4px 0 0;
  border-bottom: 2px solid #eeeeee;
}

.lp-user-profile #learn-press-profile-nav .tabs > li a {
  display: block;
  background-color: transparent !important;
  position: relative;
  padding: 3px 18px 4px;
  color: #ababab;
  font-size: 20px;
  font-weight: 600;
}

.lp-user-profile #learn-press-profile-nav .tabs > li a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  bottom: -2px;
  background-color: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lp-user-profile #learn-press-profile-nav .tabs > li a:hover, .lp-user-profile #learn-press-profile-nav .tabs > li a.active {
  color: #221638 !important;
}

.lp-user-profile #learn-press-profile-nav .tabs > li a:hover::before, .lp-user-profile #learn-press-profile-nav .tabs > li a.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.lp-user-profile #learn-press-profile-nav .tabs > li.active a {
  color: #221638;
}

.lp-user-profile #learn-press-profile-nav .tabs > li.active a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.lp-user-profile #learn-press-profile-nav .tabs > li:hover:not(.active) > a {
  background-color: transparent !important;
  color: #221638 !important;
}

.lp-user-profile #learn-press-profile-nav .tabs > li .profile-tab-sections {
  display: none !important;
}

.lp-user-profile #learn-press-profile-content {
  float: unset;
  width: 100%;
  margin-top: 30px;
  overflow: unset;
}

.lp-user-profile #learn-press-profile-content h3 {
  font-size: 22px;
}

.lp-user-profile #learn-press-profile-content p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.lp-user-profile #learn-press-profile-content p:first-child {
  margin-top: 0;
}

.lp-user-profile #learn-press-profile-content p:last-child {
  margin-top: 0;
}

.lp-user-profile #learn-press-profile-content .lp-sub-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 25px;
}

.lp-user-profile #learn-press-profile-content .lp-sub-menu li {
  list-style: none;
  margin-bottom: 0;
  margin-right: 15px;
  line-height: initial;
}

.lp-user-profile #learn-press-profile-content .lp-sub-menu li a, .lp-user-profile #learn-press-profile-content .lp-sub-menu li span {
  display: block;
  color: #221638;
  font-weight: 500;
  text-decoration: none;
  margin-right: 0;
}

.lp-user-profile #learn-press-profile-content .learn-press-message {
  margin: 20px 0 0 !important;
}

.lp-user-profile #learn-press-profile-content .lp-list-table {
  margin-top: 20px;
  margin-bottom: 0;
  border: none !important;
}

.lp-user-profile #learn-press-profile-content .lp-list-table thead tr th {
  background: #221638;
  color: #ffffff;
  vertical-align: middle;
  border: none;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.lp-user-profile #learn-press-profile-content .lp-list-table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  color: #606060;
  border: none;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.lp-user-profile #learn-press-profile-content .lp-list-table tbody tr td a {
  display: inline-block;
  text-decoration: none;
  color: #606060;
}

.lp-user-profile #learn-press-profile-content .lp-list-table tbody tr td .lp-label {
  padding: 4px 8px 6px;
  font-weight: 500;
}

.lp-user-profile #learn-press-profile-content .lp-list-table tbody tr td .label-completed {
  color: #221638;
}

.lp-user-profile #learn-press-profile-content .lp-list-table tbody tr td .label-in-progress {
  background-color: #221638;
}

.lp-user-profile #learn-press-profile-content .lp-list-table tbody tr:nth-of-type(odd) {
  background-color: #f8f9f8;
}

.lp-user-profile #learn-press-profile-content .lp-list-table tbody tr:nth-of-type(odd) td {
  background-color: #f8f9f8;
}

.lp-user-profile #learn-press-profile-content .lp-list-table tfoot tr td {
  vertical-align: middle;
  white-space: nowrap;
  color: #606060;
  border: none;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.lp-user-profile #learn-press-profile-content .lp-list-table tfoot tr td a {
  display: inline-block;
  text-decoration: none;
  color: #606060;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order {
  margin-top: 20px;
  border-color: #eeeeee;
  border-radius: 5px;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover {
  position: relative;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover .learn-press-message.error {
  margin: 0 0 15px !important;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover input[name="order-key"] {
  width: 250px;
  display: inline-block;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  color: #221638;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover input[name="order-key"]::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover input[name="order-key"]:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover input[name="order-key"]::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover input[name="order-key"]::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover input[name="order-key"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover input[name="order-key"]:focus:-ms-input-placeholder {
  color: transparent;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover input[name="order-key"]:focus::-ms-input-placeholder {
  color: transparent;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover input[name="order-key"]:focus::placeholder {
  color: transparent;
}

.lp-user-profile #learn-press-profile-content .profile-recover-order .order-recover button {
  border: none;
  display: inline-block;
  padding: 0 30px;
  border-radius: 5px;
  width: auto;
  height: 49px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.lp-user-profile #learn-press-profile-content .lp-tab-sections {
  background-color: transparent;
  padding: 0 !important;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
  margin-bottom: 35px;
}

.lp-user-profile #learn-press-profile-content .lp-tab-sections li {
  line-height: initial;
  display: inline-block;
  margin-bottom: 0;
  list-style-type: none;
  margin-right: 5px;
}

.lp-user-profile #learn-press-profile-content .lp-tab-sections li a, .lp-user-profile #learn-press-profile-content .lp-tab-sections li span {
  display: block;
  background-color: transparent !important;
  position: relative;
  border-bottom: none !important;
  padding: 3px 8px 8px;
  color: #6d6b6b;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.lp-user-profile #learn-press-profile-content .lp-tab-sections li a::before, .lp-user-profile #learn-press-profile-content .lp-tab-sections li span::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  bottom: -1px;
  background-color: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lp-user-profile #learn-press-profile-content .lp-tab-sections li a:hover, .lp-user-profile #learn-press-profile-content .lp-tab-sections li a.active, .lp-user-profile #learn-press-profile-content .lp-tab-sections li span:hover, .lp-user-profile #learn-press-profile-content .lp-tab-sections li span.active {
  color: #221638 !important;
}

.lp-user-profile #learn-press-profile-content .lp-tab-sections li a:hover::before, .lp-user-profile #learn-press-profile-content .lp-tab-sections li a.active::before, .lp-user-profile #learn-press-profile-content .lp-tab-sections li span:hover::before, .lp-user-profile #learn-press-profile-content .lp-tab-sections li span.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.lp-user-profile #learn-press-profile-content .lp-tab-sections li.active a, .lp-user-profile #learn-press-profile-content .lp-tab-sections li.active span {
  color: #221638;
}

.lp-user-profile #learn-press-profile-content .lp-tab-sections li.active a::before, .lp-user-profile #learn-press-profile-content .lp-tab-sections li.active span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.lp-user-profile #learn-press-profile-content .learn-press-subtab-content h3 {
  text-align: center;
  font-weight: 800;
}

.lp-user-profile #learn-press-profile-content .learn-press-subtab-content .lp-sub-menu {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.lp-user-profile #learn-press-profile-content .learn-press-courses {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
}

.lp-user-profile #learn-press-profile-content .learn-press-courses .single-courses-box {
  text-align: left;
}

.lp-user-profile #learn-press-profile-content .learn-press-courses .single-courses-box a {
  text-decoration: none !important;
}

.lp-user-profile #learn-press-profile-content .learn-press-courses .single-courses-box .courses-image a {
  text-decoration: none;
}

.lp-user-profile #learn-press-profile-content .learn-press-courses .single-courses-box .courses-content .course-author .course-author {
  margin-bottom: 0;
}

.lp-user-profile #learn-press-profile-content .learn-press-courses .single-courses-box .courses-content h3 {
  text-align: left;
  margin-bottom: -2px;
  font-size: 20px;
}

.lp-user-profile #learn-press-profile-content .learn-press-courses .single-courses-box .courses-box-footer ul {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}

.lp-user-profile #learn-press-profile-content .learn-press-courses .single-courses-box .courses-box-footer ul li {
  list-style-type: none;
  margin-bottom: 0;
  line-height: initial;
}

.lp-user-profile #learn-press-profile-content .learn-press-courses .single-courses-box .courses-box-footer ul li i {
  font-style: normal;
  margin-right: 2px;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field {
  margin-bottom: 20px;
  line-height: initial;
  list-style-type: none;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field textarea, .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="text"], .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="email"], .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="number"], .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="password"] {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee !important;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  color: #221638;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 0;
  padding-right: 0;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field textarea:focus, .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="text"]:focus, .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="email"]:focus, .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="number"]:focus, .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="password"]:focus {
  border-color: #221638 !important;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="text"], .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="email"], .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="number"], .lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field input[type="password"] {
  height: 50px;
  padding-top: 0;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field .nice-select {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee !important;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  color: #221638;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 0;
  padding-right: 0;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field .nice-select .list {
  height: 150px;
  overflow-y: scroll;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 40px;
  margin-bottom: 0;
  list-style-type: none;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field .nice-select .list .option:hover {
  background-color: #606060 !important;
  color: #ffffff;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field .nice-select .list .option.selected {
  background-color: transparent;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field .nice-select::after {
  right: 15px;
  border-color: #221638;
}

.lp-user-profile #learn-press-profile-content .learn-press-form .form-fields .form-field .description {
  margin-top: 8px;
}

.lp-user-profile #learn-press-profile-content button {
  overflow: hidden;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lp-user-profile #learn-press-profile-content .lp-avatar-preview {
  float: unset;
  background-color: transparent;
  margin-bottom: 0;
}

.lp-user-profile #learn-press-profile-content .lp-avatar-preview .profile-picture {
  float: unset;
  margin-right: 0;
  width: auto;
  margin-top: 0;
}

.lp-user-profile #learn-press-profile-content .lp-edit-avatar p button {
  background-color: transparent;
  color: #221638;
  padding: 6px 23px 7px;
  border: 1px solid #b7a9a9;
  border-radius: 3px;
  text-transform: capitalize;
  line-height: initial;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 5px;
}

body.course-item-popup #learn-press-content-item .course-item-title {
  font-size: 24px !important;
  font-weight: 800;
}

.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: #ffffff !important;
}

blockquote.has-text-color.has-very-dark-gray-color::before {
  top: 15px;
  z-index: -1;
  font-size: 90px;
  left: 0;
}

blockquote.has-text-color.has-very-dark-gray-color:after {
  display: none;
}

blockquote.has-text-color.has-very-dark-gray-color p, blockquote.has-text-color.has-very-dark-gray-color cite {
  padding-left: 55px;
}

.wp-block-search {
  margin-bottom: 30px;
  position: relative;
}

.wp-block-search label {
  display: block;
  margin-bottom: 10px;
}

.wp-block-search .screen-reader-text {
  display: none;
}

.wp-block-search .wp-block-search__input {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wp-block-search button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.wp-block-search button:hover {
  color: #ffffff;
  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: .9rem;
  border-radius: .25rem;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  -webkit-transition: 0.5s;
  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: #606060;
}

.learn-press-form .form-fields .form-field input[type="text"], .learn-press-form .form-fields .form-field input[type="email"], .learn-press-form .form-fields .form-field input[type="number"], .learn-press-form .form-fields .form-field input[type="password"], .learn-press-form .form-fields .form-field textarea {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}

.change-password {
  display: none;
}

#course-item-content-header .form-button.lp-button-back button {
  line-height: 18px !important;
  margin-top: 0;
}

button, input[type=submit], #popup_ok {
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  border: 0;
}

#content-item-quiz button, input[type=submit], #popup_ok {
  background: #606060;
  color: #ffffff;
}

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

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

.course-item-popup #learn-press-content-item {
  position: fixed;
  z-index: 99999;
  background: #ffffff;
  left: 400px;
  top: 90px;
  right: 0;
  bottom: 0;
}

#learn-press-content-item #course-item-content-header {
  background-color: #221638;
  border-bottom: none;
}

#learn-press-content-item #course-item-content-header .toggle-content-item {
  border-left: 1px solid #5c5757;
  color: #ffffff;
}

#learn-press-content-item #course-item-content-header .course-title {
  font-size: 22px;
  font-weight: 800;
}

#learn-press-content-item #course-item-content-header .course-title a {
  color: #ffffff;
}

#learn-press-content-item #course-item-content-header .course-item-search input {
  color: #ffffff;
}

#learn-press-content-item #course-item-content-header .course-item-search input::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#learn-press-content-item #course-item-content-header .course-item-search input:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#learn-press-content-item #course-item-content-header .course-item-search input::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#learn-press-content-item #course-item-content-header .course-item-search input::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#learn-press-content-item #course-item-content-header .course-item-search input:focus::-webkit-input-placeholder {
  color: transparent;
}

#learn-press-content-item #course-item-content-header .course-item-search input:focus:-ms-input-placeholder {
  color: transparent;
}

#learn-press-content-item #course-item-content-header .course-item-search input:focus::-ms-input-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: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#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: #ffffff !important;
  color: #221638;
}

#learn-press-course-curriculum {
  overflow-y: scroll !important;
}

#learn-press-course-curriculum.courses-curriculum .section-title {
  margin-bottom: 15px;
  text-align: left;
  font-size: 20px;
  font-weight: 800;
}

#learn-press-course-curriculum.courses-curriculum .section-title:not(:first-child) {
  margin-top: 30px;
}

#learn-press-course-curriculum.courses-curriculum .section-header {
  cursor: pointer;
  padding: 25px !important;
}

#learn-press-course-curriculum.courses-curriculum .section-header .section-title {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#learn-press-course-curriculum.courses-curriculum .section-content {
  margin-top: 0;
}

#learn-press-course-curriculum.courses-curriculum .section-content .course-item {
  margin-bottom: 0;
}

#learn-press-course-curriculum.courses-curriculum .section-content .course-item.item-locked .course-item-status:before {
  margin-left: 5px;
  position: relative;
  top: 1px;
  color: #606060;
  content: "\f023";
}

#learn-press-course-curriculum.courses-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

#learn-press-course-curriculum.courses-curriculum ul li {
  display: block;
  margin-bottom: -1px;
  border: 1px solid #eeeeee;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#learn-press-course-curriculum.courses-curriculum ul li a {
  background-color: #ffffff;
  color: #221638;
  position: relative;
  display: block;
  font-weight: 700;
  padding-left: 47px;
  padding-right: 180px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#learn-press-course-curriculum.courses-curriculum ul li a::before {
  content: "\f12b";
  position: absolute;
  left: 25px !important;
  top: 48%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  font-size: 15px;
  font-weight: normal;
  font-family: Flaticon;
}

#learn-press-course-curriculum.courses-curriculum ul li a .item-name {
  font-size: 14.5px;
  font-weight: 700;
}

#learn-press-course-curriculum.courses-curriculum ul li a .course-item-meta {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#learn-press-course-curriculum.courses-curriculum ul li a .course-item-meta .duration {
  display: inline-block;
  background: #f7e7e8;
  color: #221638;
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px 10px 1.5px;
  font-size: 12px;
  font-weight: 700;
}

#learn-press-course-curriculum.courses-curriculum ul li a .course-item-meta .count-questions {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: lowercase;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 12px;
  font-weight: 700;
}

#learn-press-course-curriculum.courses-curriculum ul li a .courses-meta {
  text-align: right;
}

#learn-press-course-curriculum.courses-curriculum ul li a .courses-meta .status {
  display: inline-block;
  background: #221638;
  color: #ffffff;
  border-radius: 3px;
  margin-left: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

#learn-press-course-curriculum.courses-curriculum ul li a .courses-meta .status.locked {
  color: #221638;
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
}

#learn-press-course-curriculum.courses-curriculum ul li.current a {
  color: #ffffff;
}

#learn-press-course-curriculum.courses-curriculum ul li.current a::before {
  color: #ffffff;
}

#learn-press-course-curriculum.courses-curriculum ul li ul li {
  border-radius: 0;
  border: none;
}

#learn-press-course-curriculum.courses-curriculum ul li ul li:nth-child(odd) a {
  background-color: #f8f8f8;
}

#learn-press-course-curriculum.courses-curriculum ul li:last-child {
  margin-bottom: 0;
}

#learn-press-course-curriculum.courses-curriculum .section-meta {
  position: relative;
  padding-right: 38px;
  margin-top: 12px;
}

#learn-press-course-curriculum.courses-curriculum .section-meta .step {
  display: inline-block;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -7px;
}

body.course-item-popup #learn-press-content-item .content-item-wrap {
  margin: 70px auto !important;
}

body.single-lp_course.course-item-popup .course-item-nav span {
  display: block;
  margin-bottom: 7px;
}

body.single-lp_course.course-item-popup .course-item-nav a {
  display: inline-block;
  position: relative;
  padding: 14px 35px 14px 65px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  background: #f8f8f8;
  color: #696969;
}

body.single-lp_course.course-item-popup .course-item-nav a:hover {
  color: #ffffff;
}

body.single-lp_course.course-item-popup .course-item-nav a::before {
  font-family: "FontAwesome";
  font-weight: 700;
  content: "\f053";
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}

body.single-lp_course.course-item-popup .course-item-nav .next a {
  padding-left: 35px;
  padding-right: 65px;
}

body.single-lp_course.course-item-popup .course-item-nav .next a::before {
  left: auto;
  right: 35px;
  content: "\f054";
}

body.single-lp_course.course-item-popup #learn-press-course-curriculum {
  background-color: #ffffff;
  border-right: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

body.single-lp_course.course-item-popup .curriculum-sections .section {
  list-style-type: none !important;
  margin-bottom: 20px;
  line-height: initial;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-header {
  display: block;
  border: none;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-header .section-left {
  display: block;
  cursor: pointer;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-header .section-left .section-title {
  font-size: 20px;
  padding: 0 0 15px;
  font-weight: 600;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-header .section-left .section-desc {
  font-style: normal;
  margin-bottom: 5px;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-header .section-meta {
  display: unset;
  padding-left: 0;
  text-align: left;
  vertical-align: middle;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-header .section-meta .section-progress .progress-bg {
  width: 250px;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content {
  margin-top: 7px;
  margin-bottom: -5px;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item {
  line-height: initial;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item .section-item-link {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 100%;
  line-height: initial;
  padding-left: 15px;
  color: #221638;
  font-weight: 600;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item .section-item-link::before {
  position: absolute;
  width: auto;
  top: 15px;
  left: 1px;
  font-weight: normal;
  padding: 0;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item .item-name {
  padding: 13px 10px;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item .course-item-meta .item-meta {
  font-weight: normal;
  height: auto;
  line-height: initial;
  padding: 0 8px 1px;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item:last-child {
  border-bottom: none;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item::before {
  display: none;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item.current .section-item-link {
  color: #ffffff;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item.current .section-item-link::before {
  color: #ffffff;
}

body.single-lp_course.course-item-popup .curriculum-sections .section .section-content .course-item.current .course-item-meta .item-meta.course-item-status {
  color: #ffffff;
}

body.single-lp_course.course-item-popup .curriculum-sections .section:first-child {
  padding-top: 20px;
}

body.single-lp_course.course-item-popup .curriculum-sections .section:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

body.single-lp_course.course-item-popup .scrollbar-light > .scroll-element.scroll-y {
  display: none;
}

.page-main-content .single-courses-box .courses-content p {
  margin-top: 0;
}

.learnpress .become-teacher-form {
  width: 100%;
  max-width: 550px;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background-color: #ffffff;
  padding: 40px 50px;
  border-radius: 5px;
}

.learnpress .become-teacher-form h4 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.learnpress .become-teacher-form p {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.learnpress .become-teacher-form .learn-press-message {
  margin-bottom: 20px;
  margin-top: 30px !important;
}

.learnpress .become-teacher-form .form-fields .form-field {
  margin-bottom: 20px;
  list-style-type: none;
  line-height: initial;
}

.learnpress .become-teacher-form .form-fields .form-field label {
  margin-bottom: 10px;
  color: #221638;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.learnpress .become-teacher-form .form-fields .form-field input, .learnpress .become-teacher-form .form-fields .form-field textarea {
  height: auto;
  border: 1px solid #eeeeee !important;
  outline: 0 !important;
  color: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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: #ffffff;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
}

.learnpress .become-teacher-form button:hover {
  color: #ffffff;
  background-color: #221638;
}

.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%;
  -webkit-transform: translateY(-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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          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 {
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background-color: #ffffff;
  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: #221638;
  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: #221638;
  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: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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: #ffffff;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  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: #ffffff;
  background-color: #221638;
}

.learnpress #learn-press-user-profile .learn-press-form-login {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background-color: #ffffff;
  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: #221638;
  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: #221638;
  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: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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: #ffffff;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  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: #ffffff !important;
  background-color: #221638;
}

.learnpress #learn-press-user-profile .learn-press-form-register {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background-color: #ffffff;
  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: #221638;
  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: #221638;
  color: #ffffff;
  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: #221638;
  border-left: 1px solid #eeeeee;
}

.learnpress .checkout-review-order .lp-list-table tbody tr td a {
  color: #221638;
  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: #221638;
  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: #221638;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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: #ffffff !important;
  background: #252525 !important;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  background-color: #abb8c3 !important;
}

ul.payment-methods li {
  list-style: none;
}

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

.ecademy-nav .navbar .navbar-brand {
  margin-right: 0;
}

.blog-details .blog-details-content .article-author {
  clear: both;
}

.checkout .guest-and-class {
  text-align: center;
  max-width: 100%;
}

.gallery-section .gallery {
  margin: 0;
}

.learn-press-breadcrumb {
  text-align: center;
  margin-top: 12px;
}

.ecademy-cursor {
  width: 6px;
  height: 5px;
  background-color: #fe4a55;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: none;
  transition: none;
  Pointer-events: none;
  z-index: 9999999999;
}

.ecademy-cursor2 {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #fe4a55;
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-transition: none;
  transition: none;
  Pointer-events: none;
  z-index: 9999999999;
}

.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
          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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  -webkit-transition-delay: .1s;
  transition-delay: .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 {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  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 {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  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 {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  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 {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  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 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  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 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  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 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  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 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

[class*=hint--]:after {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          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 {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*V2.1+*/
.bg-fe4a55 {
  background-color: #fe4a55;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-wrapper {
  position: relative;
  z-index: 2;
  background-color: #eae1d6;
  padding-bottom: 120px;
}

.main-banner-wrapper .container-fluid {
  max-width: 1395px;
}

.main-banner-wrapper-content {
  position: relative;
  top: 80px;
}

.main-banner-wrapper-content h1 {
  margin-bottom: 18px;
  font-size: 55px;
  font-weight: 800;
}

.main-banner-wrapper-content p {
  font-weight: 600;
  font-size: 17px;
}

.main-banner-wrapper-content .default-btn {
  margin-top: 10px;
}

.banner-shape14 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner-shape14 img {
  -webkit-animation: movebounce 4s linear infinite;
          animation: movebounce 4s linear infinite;
}

.banner-shape15 {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}

.banner-shape15 img {
  -webkit-animation: movebounce 4s linear infinite;
          animation: movebounce 4s linear infinite;
}

.banner-shape16 {
  position: absolute;
  left: 130px;
  bottom: -25px;
  z-index: -1;
}

.banner-shape16 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-shape17 {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
}

.banner-shape17 img {
  -webkit-animation: movebounce 4s linear infinite;
          animation: movebounce 4s linear infinite;
}

.banner-shape18 {
  position: absolute;
  right: 400px;
  bottom: 0;
  z-index: -1;
}

.banner-shape18 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

/*================================================
Language Courses Area CSS
=================================================*/
.single-language-courses-box {
  margin-bottom: 30px;
  text-align: center;
}

.single-language-courses-box img {
  margin-bottom: 30px;
}

.single-language-courses-box h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 800;
}

.single-language-courses-box p {
  padding-left: 20px;
  padding-right: 20px;
}

.single-language-courses-box .default-btn {
  background-color: transparent;
  border: 1px solid;
  margin-top: 10px;
}

.single-language-courses-box:hover .default-btn {
  color: #ffffff;
}

.single-language-courses-box:hover .default-btn span {
  width: 225%;
  height: 562.5px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-with-bg-image {
  position: relative;
  z-index: 1;
  background-image: url(../img/feedback-bg.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.feedback-with-bg-image::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: .50;
  z-index: -1;
}

.single-feedback-item-box {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 30px;
}

.single-feedback-item-box::after {
  content: "\f10a";
  position: absolute;
  right: 90px;
  color: #ffffff;
  z-index: -1;
  bottom: 125px;
  line-height: 1;
  opacity: 0.35;
  font-family: Flaticon;
  font-size: 100px;
}

.single-feedback-item-box p {
  color: #ffffff;
}

.single-feedback-item-box .client-info {
  margin-top: 25px;
}

.single-feedback-item-box .client-info img {
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
  display: inline-block !important;
}

.single-feedback-item-box .client-info .title {
  margin-left: 15px;
}

.single-feedback-item-box .client-info .title h3 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
}

.single-feedback-item-box .client-info .title span {
  color: #ffffff;
  display: block;
}

.feedback-slides-style-two.feedback-slides.owl-theme {
  position: relative;
  z-index: 1;
  max-width: 600px;
  border-radius: 5px;
  margin-left: 100px;
}

.feedback-slides-style-two.feedback-slides.owl-theme::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  opacity: .85;
}

.feedback-slides-style-two.feedback-slides.owl-theme .single-feedback-item-box {
  background-color: transparent;
  border-radius: 0;
  padding: 85px 85px 150px;
}

.feedback-slides-style-two.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  right: auto;
  top: auto;
  -webkit-transform: unset;
          transform: unset;
  left: 82px;
  bottom: 80px;
}

.feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot span {
  border-color: #ffffff;
  margin: 0 3px;
}

.feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before, .feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  background-color: #ffffff;
}

/*================================================
Information Area CSS
=================================================*/
.information-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.information-content h2 {
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: 800;
}

.information-content .apply-details {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.information-content .apply-details li {
  position: relative;
  margin-top: 30px;
  padding-left: 108px;
}

.information-content .apply-details li .icon {
  width: 85px;
  height: 85px;
  line-height: 84px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.information-content .apply-details li h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.information-content .apply-details li:hover .icon {
  background-color: #221638;
  color: #ffffff;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-form {
  background-color: #f3f3f3;
  padding: 50px 30px;
}

.free-trial-form .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.free-trial-form p {
  margin-top: 10px;
}

.free-trial-form h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
}

.free-trial-form form .form-group {
  margin-bottom: 22px;
}

.free-trial-form form input {
  background-color: #ffffff !important;
}

.free-trial-form form button {
  border: none;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.free-trial-form form button:hover {
  color: #ffffff;
  background-color: #221638;
}

.free-trial-form .alert {
  margin-bottom: 0;
}

/*================================================
Newsletter Modal CSS
=================================================*/
.newsletter-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9);
}

.newsletter-modal .newsletter-modal-content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #fef8ef;
  max-width: 780px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-modal .newsletter-modal-content .modal-image {
  border-radius: 5px 0 0 5px;
}

.newsletter-modal .newsletter-modal-content .modal-image img {
  border-radius: 5px 0 0 5px;
  width: 100%;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content {
  padding: 38px 35px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content .sub-text {
  color: #221638;
  display: block;
  line-height: 1.5;
  font-weight: 600;
  font-size: 17px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content p {
  font-size: 14px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form {
  position: relative;
  margin-top: 30px;
  margin-bottom: 22px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #e0d9d9;
  padding: 2px 0 0 15px;
  color: #221638;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter::-webkit-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:-ms-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter::-ms-input-placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter::placeholder {
  color: #606060;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus::placeholder {
  color: transparent;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form button {
  border: none;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  line-height: 0;
  font-weight: 700;
  font-size: 15px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form button:hover {
  color: #ffffff;
  background-color: #221638;
}

.newsletter-modal .newsletter-modal-content .close-btn {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #221638;
  top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newsletter-modal .newsletter-modal-content .close-btn:hover {
  color: red;
}

p#breadcrumbs, .bbpress-breadcrumbs {
  text-align: center;
}

.wpml-ls-current-language a {
  margin-right: 14px !important;
}

.wpml-ls-current-language .dropdown-menu {
  width: auto !important;
}

.navbar-nav.mr-auto.left {
  margin-left: 20px;
}

.text-left .woocommerce-breadcrumb, .bbpress-breadcrumbs, p.breadcrumbs {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #ffffff;
}

.preloader .loader {
  left: 50%;
  top: 46%;
  -webkit-transform: translateX(-50%) translateY(-46%);
          transform: translateX(-50%) translateY(-46%);
  position: absolute;
}

.preloader .loader .sbl-half-circle-spin {
  height: 80px;
  width: 80px;
  color: #fe4a55;
  display: inline-block;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
  animation: animeCircleSpin 5s ease-in-out infinite reverse;
}

.preloader .loader .sbl-half-circle-spin::after {
  content: '';
  border: 6px solid;
  position: absolute;
  left: 10px;
  top: 15px;
  border-radius: inherit;
}

.preloader .loader .sbl-half-circle-spin div {
  height: 50%;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border: 1px solid;
  border-radius: 50%;
  -webkit-animation: animeCircleSpin 4s ease-in-out infinite;
          animation: animeCircleSpin 4s ease-in-out infinite;
}

.preloader .loader .sbl-half-circle-spin div::before {
  height: 0;
  width: 0;
  content: '';
  border-radius: 50%;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 19px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

@-webkit-keyframes animeCircleSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes animeCircleSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.mchimp-errmessage {
  margin-top: 10px;
}

/* V3.3 CSS */
.bg-6ba292 {
  background-color: #6ba292;
}

/*================================================
Main Banner Area CSS
=================================================*/
.hero-banner-area {
  position: relative;
  z-index: 1;
  background-color: #fffaf3;
  padding-bottom: 200px;
}

.hero-banner-area .container-fluid {
  max-width: 1395px;
}

.hero-banner-area .divider {
  top: auto;
  bottom: 0;
  background: #f5f7fa;
}

.hero-banner-content {
  position: relative;
}

.hero-banner-content h1 {
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 800;
}

.hero-banner-content p {
  padding-right: 50px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 17px;
}

.hero-banner-content .default-btn {
  margin-top: 10px;
}

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

.banner-shape19 {
  position: absolute;
  z-index: -1;
  left: 40%;
  bottom: 30%;
}

.banner-shape19 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Yoga Main Banner Area CSS
=================================================*/
.yoga-main-banner {
  position: relative;
  z-index: 1;
  background-image: url(../img/main-banner3.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
}

.yoga-main-banner .banner-shape2 {
  left: auto;
  top: 12%;
  right: 0;
}

.yoga-main-banner .banner-shape3 {
  left: 52%;
  top: 30%;
  right: auto;
}

.yoga-banner-content {
  position: relative;
  text-align: center;
  z-index: 1;
  max-width: 900px;
}

.yoga-banner-content .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 140px;
}

.yoga-banner-content .content .top-image {
  margin-bottom: 20px;
}

.yoga-banner-content .content h1 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
}

.yoga-banner-content .content p {
  color: #ececec;
}

.yoga-banner-content .content .default-btn {
  margin-top: 15px;
}

.yoga-banner-content .content .bottom-image {
  margin-top: 15px;
}

.yoga-banner-content::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: 0;
  z-index: -1;
  display: none;
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area.boxes-style-two .single-box-item {
  top: -130px;
  margin-bottom: -130px;
}

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

.boxes-info {
  text-align: center;
  margin-top: 30px;
}

.boxes-info p {
  line-height: initial;
  font-weight: 600;
}

.boxes-info p a {
  font-weight: 700;
}

.boxes-info p a:hover {
  color: #221638;
}

/*================================================
Courses Area CSS
=================================================*/
.single-courses-item.without-box-shadow {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-item.without-box-shadow .courses-image img {
  border-radius: 50%;
}

.single-courses-item.without-box-shadow .courses-image::before {
  border-radius: 50%;
}

.single-courses-item.without-box-shadow:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-item.without-box-shadow:hover .courses-image img {
  border-radius: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-courses-item.without-box-shadow:hover .courses-image::before {
  opacity: 0;
  visibility: hidden;
}

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

.overview-area .shape3 {
  right: auto;
  bottom: 56%;
  left: 3%;
}

.overview-area .shape4 {
  right: auto;
  bottom: 97%;
  left: 10%;
}

.overview-area .shape2 {
  left: auto;
  bottom: 85%;
  right: 5%;
}

.overview-area .shape9 {
  left: 40%;
  top: -93%;
}

.overview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 80px;
}

.overview-box .overview-content, .overview-box .overview-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.overview-box .overview-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.overview-box .overview-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.overview-box .overview-content .default-btn {
  margin-top: 10px;
}

.overview-box .overview-content .btn-box {
  margin-top: 25px;
}

.overview-box .overview-content .btn-box .playstore-btn {
  display: inline-block;
  background-color: #221638;
  color: #ffffff;
  position: relative;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 60px;
}

.overview-box .overview-content .btn-box .playstore-btn img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overview-box .overview-content .btn-box .playstore-btn span {
  display: block;
  margin-top: -2px;
  font-size: 18px;
  font-weight: 700;
}

.overview-box .overview-content .btn-box .applestore-btn {
  display: inline-block;
  background-color: #221638;
  color: #ffffff;
  position: relative;
  margin-left: 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 65px;
}

.overview-box .overview-content .btn-box .applestore-btn img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overview-box .overview-content .btn-box .applestore-btn span {
  display: block;
  margin-top: -2px;
  font-size: 18px;
  font-weight: 700;
}

.overview-box .overview-image {
  text-align: center;
}

.overview-box:first-child {
  margin-top: 0;
}

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

.single-training-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.single-training-box img {
  margin-bottom: 30px;
}

.single-training-box h3 {
  margin-bottom: 14px;
  font-size: 23px;
  font-weight: 800;
}

.single-training-box p {
  margin-bottom: 15px;
}

.single-training-box::before {
  background-color: #f5f7fa;
  position: absolute;
  top: -55%;
  left: -5%;
  width: 110%;
  height: 100%;
  content: '';
  z-index: -1;
  border-radius: 50%;
}

.single-training-box .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-training-box .link-btn:hover {
  color: #221638;
}

.tree-shape2 {
  position: absolute;
  left: 0;
  top: 5%;
  z-index: -1;
}

.tree-shape2 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

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

/*================================================
Yoga Courses Area CSS
=================================================*/
.single-yoga-courses-box {
  text-align: center;
  margin-bottom: 30px;
}

.single-yoga-courses-box .courses-image {
  border-radius: 5px;
}

.single-yoga-courses-box .courses-image a {
  border-radius: 5px;
}

.single-yoga-courses-box .courses-image a img {
  border-radius: 5px;
}

.single-yoga-courses-box .courses-content {
  margin-top: 30px;
}

.single-yoga-courses-box .courses-content h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.single-yoga-courses-box .courses-content .default-btn {
  margin-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area.bg-6ba292 .divider2, .feedback-area.bg-6ba292 .divider3 {
  background-color: #6ba292;
}

.feedback-area.bg-6ba292 .single-feedback-box {
  background-color: transparent;
  border-color: #8ab6a9;
}

.feedback-area.bg-6ba292 .single-feedback-box p {
  color: #ffffff;
}

.feedback-area.bg-6ba292 .single-feedback-box .client-info .title h3 {
  color: #ffffff;
}

.feedback-area.bg-6ba292 .single-feedback-box .client-info .title span {
  color: #ffffff;
}

.feedback-area.bg-6ba292 .single-feedback-box::before {
  color: #909279;
}

.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  border-color: #8ab6a9;
}

.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot span::before {
  background-color: #8ab6a9;
}

.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span, .feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ffffff;
}

.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #ffffff;
}

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

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

.experience-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.experience-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.experience-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 25px;
}

.experience-content .features-list li {
  color: #221638;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
}

.experience-content .features-list li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background-color: #a3c5bb;
  z-index: 1;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.experience-content .features-list li i::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6ba292;
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.experience-content .features-list li:hover i::after {
  background-color: #ffffff;
}

.experience-content .features-list li:last-child {
  margin-bottom: 0;
}

.experience-content .default-btn {
  margin-top: 35px;
}

.experience-image {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 35px;
  padding-left: 35px;
}

.experience-image::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  top: 0;
  margin-right: 35px;
}

.experience-image::after {
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: '';
  margin-left: 35px;
  margin-top: 35px;
}

.experience-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  z-index: 3;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #6ba292;
  border-radius: 7px;
  color: #ffffff;
}

.experience-image .video-btn::after, .experience-image .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 7px;
  border: 1px solid #ffffff;
}

.experience-image .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.experience-image .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.experience-image .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #ffffff;
  border-radius: 0 30px 0 0;
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 55px;
  padding-right: 30px;
  font-size: 35px;
  font-weight: 700;
}

.experience-image .title span {
  font-weight: 800;
}

/*================================================
Download Syllabus Area CSS
=================================================*/
.download-syllabus-area {
  position: relative;
  z-index: 1;
}

.download-syllabus-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: bottom;
  background-repeat: no-repeat;
}

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

.download-syllabus-form {
  background-color: #6ba292;
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 5px;
}

.download-syllabus-form h2 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 800;
}

.download-syllabus-form p {
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
}

.download-syllabus-form form {
  margin-top: 25px;
}

.download-syllabus-form form span.wpcf7-list-item-label {
  color: #ffffff;
}

.download-syllabus-form form span.wpcf7-list-item-label a {
  color: #ffffff;
}

.download-syllabus-form form div.wpcf7-validation-errors, .download-syllabus-form form div.wpcf7-acceptance-missing {
  color: #ffffff;
}

.download-syllabus-form form .form-group .form-control {
  background-color: #447b6b;
  color: #ffffff;
  border: none !important;
}

.download-syllabus-form form .form-group .form-control::-webkit-input-placeholder {
  color: #eeeeee;
}

.download-syllabus-form form .form-group .form-control:-ms-input-placeholder {
  color: #eeeeee;
}

.download-syllabus-form form .form-group .form-control::-ms-input-placeholder {
  color: #eeeeee;
}

.download-syllabus-form form .form-group .form-control::placeholder {
  color: #eeeeee;
}

.download-syllabus-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.download-syllabus-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.download-syllabus-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.download-syllabus-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.download-syllabus-form form .form-group .nice-select {
  background-color: #447b6b;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 30px;
}

.download-syllabus-form form .form-group .nice-select:after {
  border-color: #eeeeee;
  right: 15px;
  width: 8px;
  height: 8px;
}

.download-syllabus-form form .form-group .nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.download-syllabus-form form .form-group .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: #221638;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 32px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
}

.download-syllabus-form form .form-group .nice-select .list .option:hover {
  background-color: #fe4a55 !important;
  color: #ffffff;
}

.download-syllabus-form form .form-group .nice-select .list .option:hover::before {
  color: #ffffff;
}

.download-syllabus-form form .form-group .nice-select .list .option.focus, .download-syllabus-form form .form-group .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: #221638;
}

.download-syllabus-form form .form-group .nice-select .list .option::before {
  content: "\f11f";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Flaticon;
  font-size: 11px;
}

.download-syllabus-form form .form-group .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}

.download-syllabus-form form .form-group .nice-select .list .option.selected:hover {
  background-color: #fe4a55 !important;
  color: #ffffff;
}

.download-syllabus-form form .form-group .nice-select .list .option.selected:hover::before {
  color: #ffffff;
}

.download-syllabus-form form .default-btn {
  margin-top: 5px;
}

.syllabus-shape1 {
  position: absolute;
  right: 15%;
  bottom: 0;
  z-index: -1;
}

.syllabus-shape1 img {
  -webkit-animation: moveleftbounce 10s linear infinite;
          animation: moveleftbounce 10s linear infinite;
}

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

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

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 26px;
}

.single-pricing-box .pricing-header img {
  margin-bottom: 25px;
}

.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  background-color: #f9f9f9;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.single-pricing-box .pricing-features {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.single-pricing-box .pricing-features ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-pricing-box .pricing-features ul li {
  margin-bottom: 14px;
  color: #4b5280;
  font-size: 16.5px;
  font-weight: 600;
}

.single-pricing-box .pricing-features ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-box .price {
  font-size: 42px;
  font-weight: 800;
}

.single-pricing-box .price span {
  display: block;
  color: #4b5280;
  margin-top: -5px;
  font-size: 18px;
  font-weight: 600;
}

.single-pricing-box .default-btn {
  margin-top: 25px;
  background-color: #6ba292;
  padding-left: 30px;
  padding-right: 30px;
}

.single-pricing-box .pricing-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.single-pricing-box .pricing-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-image {
  text-align: center;
}

#learn-press-course-description iframe, #learn-press-course-description video {
  width: 100%;
}

.form-group span.wpcf7-list-item {
  margin: 0;
}

.col-lg-12 .single-blog-post.main-blog-post h3 {
  font-size: 24px;
}

#fep-footer {
  display: none !important;
}

#fep-menu .fep-button, .fep-button, .fep-button-active {
  border: 1px solid #8FBFC9;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  border: none;
}

#fep-menu .fep-button:hover, .fep-button-active {
  font-size: 13px;
}

.fep-button {
  background-color: #221638 !important;
  color: #fff;
}

.fep-messagebox-search-form-div [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

#fep-content .nice-select {
  height: 50px;
  line-height: 46px;
}

#fep-content .nice-select .list {
  width: 100%;
}

#fep-content .fep-table .fep-column {
  padding: 15px 20px;
}

#fep-content .fep-column-avatar .fep-avatar-p {
  height: auto;
}

#fep-content .fep-column-avatar .fep-avatar-p .fep-avatar-1, #fep-content .fep-column-avatar .fep-avatar-p .fep-avatar-2, #fep-content .fep-column-avatar .fep-avatar-more-60, #fep-content .fep-column-avatar .fep-avatar-group-60 {
  height: 40px;
  width: 40px;
}

.fep-table .fep-column-avatar, .fep-table .fep-table .fep-column-fep-cb {
  padding-right: 0;
}

.fep-attachment-field-div {
  padding: 16px 0;
}

.fep-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-size: 14px;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* V3.7 CSS */
.bg-fff7f4 {
  background-color: #fff7f4;
}

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

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

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

/*================================================
Health Coaching Area CSS
=================================================*/
.health-coaching-banner-area {
  background-color: #6ba292;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  overflow: hidden;
}

.health-coaching-banner-area .divider {
  background-color: #f5f7fa;
  top: auto;
  bottom: -1px;
  height: 195px;
  z-index: 1;
}

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

.health-coaching-banner-content h1 {
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 800;
  font-size: 70px;
}

.health-coaching-banner-content p {
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
}

.health-coaching-banner-content .btn-box {
  margin-top: 30px;
}

.health-coaching-banner-content .btn-box img {
  margin-left: 30px;
}

.health-coaching-shape1 {
  position: absolute;
  left: 0;
  bottom: 125px;
  z-index: -1;
}

.health-coaching-shape1 img {
  max-width: 45%;
}

.health-coaching-shape2 {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
  text-align: right;
}

.health-coaching-shape2 img {
  max-width: 80%;
}

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

.health-coaching-shape3 img {
  max-width: 271px;
}

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

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

.health-coaching-shape6 {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 5%;
}

.health-coaching-shape6 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.health-coaching-shape7 {
  position: absolute;
  z-index: -1;
  right: 25%;
  bottom: 11%;
}

.health-coaching-shape7 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Courses Area CSS
=================================================*/
.single-courses-box .courses-image .price.bg-45a393 {
  background-color: #6ba292;
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area.bg-image {
  background-color: #fff7f4;
  background-image: url(../img/courses-bg.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*================================================
Experience Area CSS
=================================================*/
.experience-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.experience-content {
  position: relative;
  z-index: 1;
}

.experience-content .shape {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 65%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}

.experience-content .shape img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.experience-img {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-left: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.experience-img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.experience-img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  background-color: #6ba292;
  color: #ffffff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 35px;
  font-weight: 700;
}

.experience-img .title span {
  font-weight: 800;
}

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

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

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

.single-lifestyle-box {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 40px 20px;
  background-color: #f5f7fa;
  border: 1px dashed #6ba292;
}

.single-lifestyle-box .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #ffffff;
  font-size: 65px;
  color: #6ba292;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}

.single-lifestyle-box h3 {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 800;
}

.single-lifestyle-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-lifestyle-box .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-lifestyle-box:hover {
  background-color: #6ba292;
}

.single-lifestyle-box:hover h3 {
  color: #ffffff;
}

.single-lifestyle-box:hover h3 a {
  color: #ffffff;
}

.single-lifestyle-box:hover p {
  color: #ffffff;
}

.single-lifestyle-box:hover .link-btn {
  color: #ffffff;
}

/*================================================
Program Area CSS
=================================================*/
.program-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/program-bg.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.program-section-title {
  padding-right: 80px;
}

.program-section-title h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}

.program-section-title p {
  margin-top: 20px;
}

.program-section-title .default-btn {
  margin-top: 8px;
}

.program-list {
  margin-left: -20px;
  position: relative;
  z-index: 1;
}

.program-list .row {
  margin-left: -10px;
  margin-right: -10px;
}

.program-list .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.program-list .row .col-lg-6:nth-child(2) .single-program-box {
  margin-bottom: 0;
}

.program-list .row .col-lg-6:nth-child(2) .single-program-box .shape {
  left: auto;
  right: 0;
}

.program-list .program-circle-shape {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.program-list .program-circle-shape img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-program-box {
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-program-box .icon {
  font-size: 60px;
  line-height: 1;
  color: #6ba292;
  margin-bottom: 17px;
}

.single-program-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
}

.single-program-box .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-program-box .link-btn:hover {
  color: #6ba292;
}

.single-program-box .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

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

.single-health-services-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 92px;
}

.single-health-services-box .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  font-size: 40px;
  color: #6ba292;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #6ba292;
  position: absolute;
  left: 0;
  top: 2px;
}

.single-health-services-box h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.single-health-services-box:hover .icon {
  background-color: #6ba292;
  color: #ffffff;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

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

.blog-shape1 {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
}

.blog-shape1 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.blog-shape2 {
  position: absolute;
  right: 0;
  top: 35%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  z-index: -1;
}

.blog-shape2 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

/*================================================
Events Area CSS
=================================================*/
.events-area.bg-image {
  background-image: url(../img/events-bg.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.single-events-box-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.single-events-box-item .image {
  position: relative;
  border-radius: 5px 5px 5px 0;
}

.single-events-box-item .image img {
  border-radius: 5px 5px 5px 0;
}

.single-events-box-item .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: #6ba292;
  color: #ffffff;
  padding: 9px 20px 7px;
  border-radius: 0 5px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.single-events-box-item .content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}

.single-events-box-item .content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-events-box-item .content h3 a {
  display: inline-block;
}

.single-events-box-item .content .location {
  display: block;
  color: #606060;
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 700;
}

.single-events-box-item .content .location i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

.single-events-box-item:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area-two {
  padding-top: 30px;
  background-color: #eee8df;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.subscribe-area-two .subscribe-content {
  text-align: left;
  max-width: 490px;
  margin-left: 0;
  margin-right: 0;
}

.subscribe-area-two .subscribe-content .newsletter-form .input-newsletter {
  background-color: #ffffff;
}

/*================================================
Feedback Area CSS
=================================================*/
.health-coaching-feedback-area {
  background-color: #f8fafb;
}

.health-coaching-feedback-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.health-coaching-feedback-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

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

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

.health-coaching-inner {
  text-align: center;
  max-width: 615px;
}

.health-coaching-inner h2 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 800;
}

.feedback-quote {
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  background-color: #f9f9f2;
  position: relative;
  padding: 55px 45px;
  z-index: 1;
}

.feedback-quote p {
  font-size: 19px;
  font-weight: 600;
}

.feedback-quote .client-info {
  margin-top: 25px;
  text-align: left;
}

.feedback-quote .client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.feedback-quote .client-info .title {
  margin-left: 15px;
  text-align: left;
}

.feedback-quote .client-info .title h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.feedback-quote .client-info .title span {
  display: block;
  color: #606060;
  font-size: 14px;
  margin-top: 4px;
}

.object1 {
  position: absolute;
  left: -35px;
  top: -30px;
  z-index: -1;
}

.object1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

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

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

.entry-register a {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-register .tm-button {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.entry-details {
  margin-bottom: 73px;
}

.entry-details-bar {
  padding: 14px 30px 33px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  border-radius: 5px;
  width: 100%;
  max-width: 340px;
  min-height: 390px;
  float: right;
}

.entry-details-bar .meta-icon {
  color: #696969;
  min-width: 28px;
  text-align: center;
}

.entry-details-bar .meta-label {
  font-size: 15px;
}

.entry-details-bar .event_auth_button {
  text-align: center;
  width: 100%;
}

.entry-details-bar .event-register-message {
  text-align: center;
}

.entry-details-bar .event-register-message a {
  font-weight: 500;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-event-info {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.entry-event-info .event-price {
  font-size: 24px;
  font-weight: 800;
}

.entry-event-info .event-price .decimals-separator {
  font-size: 18px;
}

.entry-event-info li {
  margin: 0;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.entry-event-info li.meta-price {
  padding: 8px 0;
}

.entry-event-info li + li {
  border-top: 1px solid #eee;
}

.entry-event-info li .meta-label,
.entry-event-info li .meta-value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
}

.entry-event-info li .meta-value {
  text-align: right;
}

.entry-event-info li i {
  font-size: 22px;
  margin-right: 6px;
  float: left;
  line-height: 23px;
}

.events-details-info .default-btn {
  cursor: pointer;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.events-details-info .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}

.event-load-booking-form.default-btn {
  color: #ffffff !important;
}

.event-lightbox-wrap .mfp-content {
  width: 470px !important;
  max-width: 100%;
}

#event-lightbox {
  padding: 31px 30px 40px;
  width: 470px;
  max-width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

#event-lightbox .event_auth_button {
  width: 100%;
}

.event_register_header {
  text-align: center;
}

.event-popup-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 29px;
}

.event-popup-date {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.event-popup-thumbnail {
  margin-bottom: 30px;
}

.event-popup-thumbnail img {
  border-radius: 5px;
}

.event_auth_form_field {
  display: inline-block;
  width: 47%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event_auth_form_field input[type='number'] {
  padding: 2px 10px;
  width: 100px;
  min-height: 48px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  border-radius: 5px;
}

.event_auth_payment_methods {
  display: inline-block;
  width: 50%;
  background: none;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

.event_register label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}

.event_auth_form_field label {
  margin-right: 10px;
}

.event_register_foot {
  margin-top: 30px;
  text-align: center;
}

#event-lightbox {
  display: none;
  visibility: none;
  position: relative;
  width: 500px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

#event-lightbox {
  padding: 31px 30px 40px;
  width: 470px;
  max-width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

#event-lightbox.event-fade {
  display: block;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#event-lightbox.event-fade.event-in {
  opacity: 1;
  visibility: visible;
}

.event_register_area h2 {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

ul.tp-event-notice.error {
  background: #ff000033;
  padding: 10px;
  list-style-type: none;
  color: #ff0404;
  border-radius: 5px;
  margin-top: 10px;
}

.event_auth_payment_methods li {
  list-style-type: none;
}

#event-lightbox .event_auth_button {
  color: #fff;
  border-radius: 3px;
  padding: 6px 0;
}

#event-lightbox .event_auth_button:hover {
  background-color: #221638;
}

.entry-countdown p.tp-event-notice.error {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #ff000094;
  padding: 8px 14px;
  border-radius: 3px;
}

.tp-event-notice.error {
  background: #ff000094;
  padding: 8px 14px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}

p.event-register-message {
  margin-top: 6px;
}

.event-auth-form .form-row {
  margin: 0 0 20px;
  padding: 0;
}

.event-auth-form .form-row.has-error {
  color: #a00;
}

.event-auth-form .form-row.validated input {
  border-color: #69bf29;
}

.event-auth-form .form-row.has-error input {
  border-color: #a00;
}

.event-auth-form .form-row input, .event-auth-form .form-row input[type=checkbox], .event-auth-form .form-row input[type=number], .event-auth-form .form-row input[type=password], .event-auth-form .form-row input[type=text], .event-auth-form .form-row input[type=email] {
  border: 1px solid #eee;
  background-color: transparent;
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  width: 100%;
  outline: none;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 3px 20px;
  min-height: 56px;
}

.event-auth-form input#rememberme {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  padding: 5px 10px;
  min-height: 20px;
  width: auto;
  margin-right: 4px;
  margin-top: 2px;
  float: left;
}

.event-auth-form input#wp-submit {
  width: auto;
  color: white;
  padding: 5px 34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.event-auth-form input#wp-submit:hover {
  background-color: #221638;
}

.event-wrapper-shortcode.user-account {
  background: #ff00003d;
  padding: 14px 22px;
  text-align: center;
  color: #000;
  border-radius: 5px;
}

.event-wrapper-shortcode.user-account a {
  color: #fe4a55;
}

/*V3.7 CSS*/
.bg-f7ebeb {
  background-color: #f7ebeb;
}

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

.default-btn-style-two {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  border: 1px dashed;
  font-weight: 700;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.default-btn-style-two i {
  position: absolute;
  left: 35px;
  top: 14px;
}

.default-btn-style-two::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  margin: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.default-btn-style-two:hover {
  color: #ffffff;
}

.default-btn-style-two:hover::before {
  margin: 0;
}

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

/*================================================
Kindergarten Main Banner Area CSS
=================================================*/
.kindergarten-main-banner {
  background-color: #f8e8e9;
  position: relative;
  z-index: 1;
  padding-top: 180px;
}

.kindergarten-main-banner .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.kindergarten-main-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/events-rectangle1.png);
  background-position: top;
  background-repeat: no-repeat;
}

.kindergarten-main-banner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/events-rectangle2.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.kindergarten-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.kindergarten-banner-content .image {
  margin-bottom: 15px;
}

.kindergarten-banner-content .image img {
  max-width: 115px;
}

.kindergarten-banner-content .circle-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  z-index: -1;
}

.kindergarten-banner-content h1 {
  margin-bottom: 18px;
  line-height: 1.04;
  font-size: 55px;
  font-weight: 900;
}

.kindergarten-banner-content h1 span {
  display: block;
  font-size: 70px;
}

.kindergarten-banner-content p {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

.kindergarten-banner-content .default-btn-style-two {
  margin-top: 10px;
}

.kindergarten-banner-image {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.kindergarten-banner-image .row {
  margin-left: -10px;
  margin-right: -10px;
}

.kindergarten-banner-image .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

.kindergarten-shape3 {
  position: absolute;
  bottom: -60px;
  left: 0;
}

.kindergarten-shape3 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.kindergarten-shape4 {
  position: absolute;
  z-index: -1;
  left: 44%;
  bottom: 12%;
}

.kindergarten-shape4 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.kindergarten-shape5 {
  position: absolute;
  top: 16%;
  z-index: -1;
  left: 48%;
}

.kindergarten-shape5 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.kindergarten-shape6 {
  position: absolute;
  left: 50%;
  z-index: -1;
  bottom: 25%;
}

.kindergarten-shape6 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.kindergarten-shape7 {
  position: absolute;
  right: 7%;
  top: 18%;
  z-index: -1;
}

.kindergarten-shape7 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.kindergarten-shape8 {
  position: absolute;
  left: 2%;
  bottom: 7%;
  z-index: -1;
}

.kindergarten-shape8 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.kindergarten-shape9 {
  position: absolute;
  right: 3%;
  top: -80px;
  z-index: 1;
}

.kindergarten-shape9 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.kindergarten-shape10 {
  position: absolute;
  left: 5%;
  bottom: 30%;
  z-index: -1;
}

.kindergarten-shape10 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

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

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

.kindergarten-shape13 {
  position: absolute;
  right: 12%;
  top: 12%;
  z-index: -1;
}

.kindergarten-shape13 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.kindergarten-shape14 {
  position: absolute;
  left: 3%;
  z-index: -1;
  bottom: -80px;
}

.kindergarten-shape14 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

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

.kindergarten-shape15 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.kindergarten-shape16 {
  position: absolute;
  left: 3%;
  bottom: 5%;
  z-index: -1;
}

.kindergarten-shape16 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.kindergarten-shape17 {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: -1;
}

.kindergarten-shape17 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

.kindergarten-shape19 {
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: -1;
}

.kindergarten-shape19 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  max-width: 200px !important;
}

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

.kindergarten-shape20 img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  max-width: 300px !important;
}

/*================================================
About Area CSS
=================================================*/
.about-content .about-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
}

.about-content .about-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

.about-content .about-list li span {
  display: block;
  position: relative;
  font-weight: 700;
  padding-left: 40px;
  padding-top: 3px;
}

.about-content .about-list li span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background-color: #a3c5bb;
  z-index: 1;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-content .about-list li span i::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6ba292;
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-content .about-list li span:hover i::after {
  background-color: #ffffff;
}

.about-content .default-btn-style-two {
  margin-top: 35px;
}

.kindergarten-about-image {
  position: relative;
  z-index: 1;
  margin-right: 15px;
}

.kindergarten-about-image .main-image {
  position: relative;
  padding-bottom: 115px;
}

.kindergarten-about-image .main-image img:nth-child(2) {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
}

.kindergarten-about-image .shape {
  position: absolute;
  right: -15px;
  top: 0;
  z-index: -1;
}

.kindergarten-about-image .shape img {
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

/*================================================
Kindergarten Services Area CSS
=================================================*/
.kindergarten-services-area {
  position: relative;
  z-index: 1;
}

.kindergarten-services-area::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  z-index: -1;
  background-color: #ffffff;
  width: 100%;
}

.single-kindergarten-services-box {
  text-align: center;
  position: relative;
}

.single-kindergarten-services-box .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  z-index: 1;
  padding-left: 70px;
  padding-right: 50px;
}

.single-kindergarten-services-box .content .icon {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 25px;
}

.single-kindergarten-services-box .content h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.services-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.services-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 54px;
  border: 1px dashed;
  border-radius: 50%;
  background-color: transparent !important;
  color: #d1a1a1;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 2px !important;
}

.services-slides.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ffffff;
  content: '';
  border-radius: 50%;
  margin: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -65px;
}

.services-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}

.kids-kite-image {
  text-align: center;
  margin-top: -280px;
}

.kids-kite-image img {
  -webkit-animation: moveleftbounce 4s linear infinite;
          animation: moveleftbounce 4s linear infinite;
}

/*================================================
Kindergarten Courses Area CSS
=================================================*/
.single-kindergarten-courses-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #221638;
}

.single-kindergarten-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.single-kindergarten-courses-box .courses-image .image {
  border-radius: 5px 5px 0 0;
}

.single-kindergarten-courses-box .courses-image .image img {
  border-radius: 5px 5px 0 0;
}

.single-kindergarten-courses-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.single-kindergarten-courses-box .courses-image .price {
  display: inline-block;
  color: #ffffff;
  position: absolute;
  right: 0;
  border-radius: 0 0 0 10px;
  top: 0;
  background: #221638;
  padding: 7px 20px 5px;
  text-align: center;
  z-index: 9;
  font-size: 24px;
  font-weight: 800;
}

.single-kindergarten-courses-box .courses-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/box-shape7.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.single-kindergarten-courses-box .courses-image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 3;
}

.single-kindergarten-courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 0 30px 30px;
}

.single-kindergarten-courses-box .courses-content .course-author {
  margin-bottom: 20px;
}

.single-kindergarten-courses-box .courses-content .course-author img {
  width: 35px !important;
  height: 35px !important;
  margin-right: 10px;
  border-radius: 50%;
}

.single-kindergarten-courses-box .courses-content .course-author span a {
  weight: 600;
  size: 15px;
  color: #ffffff;
}

.single-kindergarten-courses-box .courses-content h3 {
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-kindergarten-courses-box .courses-content h3 a {
  display: inline-block;
  color: #ffffff;
}

.single-kindergarten-courses-box .courses-content p {
  color: #ffffff;
  opacity: 0.8;
}

.owl-item:nth-child(1) .single-kindergarten-courses-box {
  background-color: #6ba292;
}

.owl-item:nth-child(1) .single-kindergarten-courses-box .courses-image::before {
  background-image: url(../img/box-shape4.png);
}

.owl-item:nth-child(1) .single-kindergarten-courses-box .price {
  background: #6ba292;
}

.owl-item:nth-child(2) .single-kindergarten-courses-box .courses-image::before {
  background-image: url(../img/box-shape5.png);
}

.owl-item:nth-child(3) .single-kindergarten-courses-box {
  background-color: #d9a416;
}

.owl-item:nth-child(3) .single-kindergarten-courses-box .courses-image::before {
  background-image: url(../img/box-shape6.png);
}

.owl-item:nth-child(3) .single-kindergarten-courses-box .price {
  background: #d9a416;
}

.courses-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 54px;
  border: 1px dashed;
  border-radius: 50%;
  background-color: transparent !important;
  color: #d1a1a1;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 3px !important;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #e8e8e8;
  content: '';
  border-radius: 50%;
  margin: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -75px;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-].disabled {
  color: #d1a1a1;
  cursor: not-allowed;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-].disabled::before {
  background-color: #e8e8e8;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-item {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-item .post-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.single-blog-item .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-item .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-blog-item .post-image::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/shape-style1.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.single-blog-item .post-image .link-btn {
  border-radius: 0;
  overflow: unset;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.single-blog-item .post-content .category {
  display: inline-block;
  margin-bottom: 10px;
  color: #606060;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.single-blog-item .post-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-blog-item .post-content h3 a {
  display: inline-block;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area.bg-eee8df .subscribe-content .newsletter-form .input-newsletter {
  background-color: #ffffff;
}

.subscribe-content.text-left {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area.bg-6dbbbd .section-title .sub-title {
  color: #ffffff;
}

.feedback-area.bg-6dbbbd .section-title h2 {
  color: #ffffff;
}

.feedback-area.bg-6dbbbd .section-title p {
  color: #ffffff;
}

.single-kindergarten-feedback-item {
  text-align: center;
  margin-bottom: 30px;
}

.single-kindergarten-feedback-item .content {
  position: relative;
}

.single-kindergarten-feedback-item .content p {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  padding: 0 80px;
}

.single-kindergarten-feedback-item .client-info {
  margin-top: 10px;
  margin-left: 70px;
}

.single-kindergarten-feedback-item .client-info img {
  width: 60px !important;
  display: inline-block !important;
  width: 60px;
  border: 3px solid #d9a416;
  border-radius: 50%;
}

.single-kindergarten-feedback-item .client-info h3 {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-kindergarten-feedback-item .client-info span {
  display: block;
  color: #ffffff;
  margin-top: 4px;
  opacity: 0.90;
}

.feedback-slides-three.owl-theme .owl-nav {
  margin-top: 0;
}

.feedback-slides-three.owl-theme .owl-nav [class*=owl-] {
  margin: -60px 0 0;
  position: absolute;
  left: 23%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 54px;
  border: 1px dashed;
  border-radius: 50%;
  background-color: transparent !important;
  color: #d1a1a1;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 2px !important;
}

.feedback-slides-three.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ffffff;
  content: '';
  border-radius: 50%;
  margin: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides-three.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 23%;
}

.feedback-slides-three.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}

/*================================================
Events Area CSS
=================================================*/
.events-area.bg-shape {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 110px;
}

.events-area.bg-shape::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/events-rectangle1.png);
  background-position: top;
  background-repeat: no-repeat;
}

.events-area.bg-shape::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/events-rectangle2.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.events-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}

.events-box .image {
  height: 100%;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.events-box .image.bg1 {
  background-image: url(../img/events/kindergarten-img1.html);
}

.events-box .image.bg2 {
  background-image: url(../img/events/kindergarten-img2.html);
}

.events-box .image.bg3 {
  background-image: url(../img/events/kindergarten-img3.html);
}

.events-box .image.bg4 {
  background-image: url(../img/events/kindergarten-img4.html);
}

.events-box .image img {
  display: none;
  border-radius: 5px;
}

.events-box .content {
  padding: 40px;
}

.events-box .content .date {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.events-box .content .date span {
  position: absolute;
  left: 0;
  top: 21px;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.events-box .content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.events-box .content h3 a {
  display: inline-block;
}

.events-box .content .location {
  display: block;
  color: #606060;
  margin-top: 12px;
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 700;
}

.events-box .content .location i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

/*================================================
Selected Ages Area CSS
=================================================*/
.selected-ages-area {
  position: relative;
  z-index: 1;
}

.selected-ages-area .section-title {
  max-width: 500px;
}

.single-selected-ages-box {
  text-align: center;
  margin-bottom: 30px;
}

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

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

.single-selected-ages-box .ages-number {
  display: block;
  color: #5caaac;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

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

.col-lg-3:nth-child(2) .single-selected-ages-box .ages-number {
  color: #fe4a55;
}

.col-lg-3:nth-child(3) .single-selected-ages-box h3 {
  background-color: #ffeac4;
  color: #ffa70a;
}

.col-lg-3:nth-child(3) .single-selected-ages-box .ages-number {
  color: #ffa70a;
}

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

.col-lg-3:nth-child(4) .single-selected-ages-box .ages-number {
  color: #be22ff;
}

.scroll-wrapper > .scroll-content {
  overflow: inherit !important;
}

.tutor-container {
  max-width: 1230px;
}

.tutor-container .tutor-loop-rating-wrap {
  margin-bottom: 15px;
}

.tutor-container .tutor-course-loop-title h2 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.tutor-container .tutor-course-loop-title h2 a {
  display: inline-block;
  color: #221638;
  text-decoration: none;
}

.tutor-container i {
  font-style: normal;
}

.tutor-container .single-courses-box .courses-image .price .tutor-loop-cart-btn-wrap {
  display: none;
}

.tutor-container .tutor-course-loop {
  height: auto;
}

.tutor-container .tutor-star-rating-group i {
  margin-right: 0px;
}

.tutor-container h1, .tutor-container h2, .tutor-container h3, .tutor-container h4, .tutor-container h5, .tutor-container h6 {
  font-weight: bold;
}

.tutor-single-course-segment {
  border: 1px solid #eeee;
  padding: 20px;
  margin-bottom: 25px;
}

.tutor-wrap {
  padding: 70px 0;
}

.tutor-ResetPassword.lost_reset_password {
  max-width: 1000px;
  margin: auto;
  padding: 70px 0;
}

.tutor-login-form-wrap input[type="submit"]:hover {
  background-color: #221638;
  border-color: #221638;
}

.tutor-login-title h4 {
  font-weight: bold;
}

.tutor-form-group.tutor-reg-form-btn-wrap .tutor-button:hover {
  background-color: #221638;
  border-color: #221638;
}

.tutor-button.tutor-success:hover {
  background: #221638;
  border-color: #221638;
}

.tutor-course-content-wrap iframe {
  max-width: 100%;
  text-align: center;
}

.single-lp_course .course-students-list .students li {
  margin-right: 0;
  padding: 20px 20px;
  border: 1px solid #eee;
  border-bottom-width: 0;
}

.single-lp_course .course-students-list .students li:last-child {
  border-bottom-width: 1px;
}

.single-lp_course .course-students-list .students li .user-info {
  position: relative;
  float: unset;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.single-lp_course .course-students-list .students li .lp-course-status {
  margin-bottom: 15px;
  margin-top: 15px;
}

.single-lp_course .course-students-list .filter-students {
  float: unset;
}

.learn-press-pmpro-buy-membership {
  width: 100%;
}

.learn-press-pmpro-buy-membership .purchase-button {
  width: 100% !important;
  display: block !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 12px !important;
  margin-top: 10px;
  text-transform: capitalize !important;
  padding-bottom: 12px !important;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: "Nunito", sans-serif !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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.lp_pmpro_courses_by_level .level-wrap.feature:before {
  background: url(images/pricing-featured.html) 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 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          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: #eeee;
  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(../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(../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(../img/goals.png);
}

.lp-pmpro-membership-list .item-td {
  border: 1px solid #eee !important;
  padding: 10px 30px;
  border-top: 0;
  border-left: 0;
  line-height: 25px;
}

.lp-pmpro-membership-list .item-td a {
  color: #666;
  text-decoration: none;
}

.lp-pmpro-membership-list .item-td i {
  font-style: normal;
}

.lp-pmpro-membership-list .item-td.item-desc {
  font-weight: 700;
}

.lp-pmpro-membership-list .item-td.item-check {
  font-size: 17px;
}

.lp-pmpro-membership-list .item-td.item-none {
  color: #bbb;
  font-size: 17px;
}

.lp-pmpro-membership-list .lp-title {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
  line-height: 30px;
  text-transform: uppercase;
}

.lp-pmpro-membership-list .lp-desc {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 22px;
}

.lp-pmpro-membership-list .lp-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.lp-pmpro-membership-list .lp-price .currency {
  font-size: 16px;
  vertical-align: super;
}

.lp-pmpro-membership-list .lp-price .expired {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.lp-pmpro-membership-list .lp-price .expired .currency {
  font-size: 14px;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level {
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses {
  border-top: 1px solid #eee;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses .item-td {
  text-align: center;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .footer-item {
  text-align: center;
  padding: 20px 0;
}

#pmpro_paypalexpress_checkout input {
  border: 0;
  padding: 0;
}

form.pmpro_form .lp-pmpro-name {
  width: 150px;
  height: 150px;
  float: left;
  clear: none;
  margin: 0 20px 0 0;
  position: relative;
}

form.pmpro_form .lp-pmpro-name h4 {
  color: #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;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.pmpro_checkout input {
  height: 50px;
  color: #221638;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  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;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  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;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 100% !important;
  width: 100% !important;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  width: 100%;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  position: relative;
  width: 100%;
}

.woocommerce form .form-row label {
  line-height: 13px;
}

.learn-press-form-register h2 {
  display: none;
}

.learn-press-form-register .acf-fields {
  display: none;
}

#content-item-quiz input[type=submit] {
  width: 100% !important;
}

.tutor-course-loop-header-meta {
  overflow: visible;
  z-index: 99;
}

.tutor-course-loop-header-meta .single-courses-box .courses-image {
  z-index: auto !important;
}

.ecademy-nav .navbar .navbar-nav .dropdown.nav-item:last-child a {
  margin-right: 14px;
}
/*# sourceMappingURL=style.css.map */