/*
@File: Besny Template Styles

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

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

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

** - Default CSS
** - Yoga Top Header Area CSS
** - Yoga Banner Area CSS
** - Yoga Studio Area CSS
** - Yoga About Area CSS
** - Yoga Courses Area CSS
** - Yoga Funfact Area CSS
** - Yoga Choose Area CSS
** - Yoga Instructors Area CSS
** - Yoga Text Auto Play CSS
** - Yoga Video Area CSS
** - Yoga Testimonial Area CSS
** - Yoga Gallery Area CSS
** - Yoga Footer Area CSS
** - University Banner Area CSS
** - University Features Area CSS
** - University About Area CSS
** - University Mission Area CSS
** - University Counter Area CSS
** - University Courses Area CSS
** - University Campus Area CSS
** - University Testimonial Area CSS
** - University Get In Touch Area CSS
** - University Video Area CSS
** - University Blog Area CSS
** - University Logo Area CSS
** - University Skill Area CSS
** - University Newsletter Area CSS
** - University Footer Area CSS
** - language Section Title
** - language Banner Area
** - language Features Area
** - language About Area
** - language Courses Area
** - language Faq Area
** - language Video Area
** - language Testimonial Area
** - language Funfact Area
** - language Blog Area
** - language Get In Touch Area
** - language Footer Area
** - language Copyright Area
*/
/*================================================
Default CSS
=================================================*/
:root {
  --fontFamily: "Gilroy", sans-serif;
  --bodyColor: #7b7b8a;
  --mainColor: #ff7e84;
  --secondaryColor:#30bead;
  --whiteColor: #fff;
  --blackColor: #0c1327;
  --transition: .5s;
  --fontSize: 16px;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.ttf") format("truetype"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: var(--bodyColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
  background-color: var(--whiteColor);
}

a {
  transition: var(--transition);
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

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

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

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

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

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

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

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

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

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

.yoga-default-btn {
  z-index: 1;
  position: relative;
  border-radius: 4px;
  padding: 17px 30px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  font-size: 17px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.yoga-default-btn::before {
  top: 0;
  left: 0;
  width: 0;
  content: "";
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  transition: var(--transition);
  background-color: var(--blackColor);
}
.yoga-default-btn:hover {
  color: var(--whiteColor);
}
.yoga-default-btn:hover::before {
  width: 100%;
}

.yoga-section-title {
  margin-bottom: 55px;
}
.yoga-section-title .sub-title {
  line-height: 1;
  color: #ffbc1f;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
}
.yoga-section-title .sub-title img {
  left: 0;
  top: -7px;
  position: absolute;
}
.yoga-section-title h2 {
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--blackColor);
  text-transform: capitalize;
  font-size: 47px;
  font-weight: bold;
}

/*================================================
Header Area CSS
=================================================*/
.navbar-area {
  z-index: 111;
  position: relative;
  background-color: var(--whiteColor);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-area.is-sticky {
  padding-top: 15px;
  padding-bottom: 15px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: var(--whiteColor);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.navbar-area .container-fluid {
  max-width: 1480px;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-area.style-2 {
  position: absolute;
  box-shadow: unset;
  background-color: transparent !important;
}
.navbar-area.style-2.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: var(--whiteColor) !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-area.style-2.is-sticky .navbar-brand.white-logo {
  display: none;
}
.navbar-area.style-2.is-sticky .navbar-brand.black-logo {
  display: block !important;
}
.navbar-area.style-2.is-sticky .navbar .navbar-nav {
  top: 0;
  margin-bottom: 0;
}
.navbar-area.style-2.is-sticky .shapes {
  display: none;
}
.navbar-area.style-2 .shapes {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.navbar-area.style-2 .container-fluid {
  max-width: 1610px;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-area.style-3 {
  background-color: #101a32;
}
.navbar-area.style-3 .container-fluid {
  max-width: 1580px;
  padding-left: 30px;
  padding-right: 30px;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav {
  z-index: 1;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 25px;
  margin-right: 25px;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  line-height: 1;
  position: relative;
  color: var(--bodyColor);
  transition: var(--transition);
  font-family: var(--fontFamily);
  font-size: 18px;
  font-weight: 500;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 16px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 4px;
  right: 0;
  line-height: 1;
  color: var(--bodyColor);
  transition: var(--transition);
  font-family: remixicon !important;
  font-size: 12px;
  font-weight: 600;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--blackColor);
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover.dropdown-toggle::before, .desktop-nav .navbar .navbar-nav .nav-item a:focus.dropdown-toggle::before, .desktop-nav .navbar .navbar-nav .nav-item a.active.dropdown-toggle::before {
  color: var(--blackColor);
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--blackColor);
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a.dropdown-toggle::before, .desktop-nav .navbar .navbar-nav .nav-item:focus a.dropdown-toggle::before, .desktop-nav .navbar .navbar-nav .nav-item.active a.dropdown-toggle::before {
  color: var(--blackColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
  margin: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  margin: 0;
  padding: 15px;
  line-height: 1;
  display: block;
  position: relative;
  color: var(--bodyColor);
  transition: var(--transition);
  font-family: var(--fontFamily);
  border-bottom: 1px dashed #ededed;
  font-size: 16px;
  font-weight: 500;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  top: 14px;
  right: 13px;
  line-height: 1;
  font-size: 17px;
  content: "\ea4e";
  position: absolute;
  color: var(--blackColor);
  font-family: remixicon !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--blackColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
  opacity: 1;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  color: var(--blackColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::after {
  top: 0;
  left: 0;
  width: 4px;
  opacity: 0;
  height: 100%;
  content: "";
  position: absolute;
  transition: 0.1s all;
  transition: var(--transition);
  background-color: var(--blackColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--blackColor);
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.desktop-nav .navbar .others-option {
  margin-left: 20px;
}
.desktop-nav .navbar .others-option .option-item {
  margin-right: 40px;
}
.desktop-nav .navbar .others-option .option-item .btn {
  top: -1px;
  border: 0;
  padding: 0;
  line-height: 1;
  box-shadow: unset;
  position: relative;
  transition: var(--transition);
}
.desktop-nav .navbar .others-option .option-item .cart-icon {
  top: -5px;
  position: relative;
}
.desktop-nav .navbar .others-option .option-item .search-form form .form-group {
  position: relative;
}
.desktop-nav .navbar .others-option .option-item .search-form form .form-group .form-control {
  height: 55px;
  box-shadow: unset;
  padding-left: 20px;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.desktop-nav .navbar .others-option .option-item .search-form form .form-group .form-control::-moz-placeholder {
  color: var(--whiteColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.desktop-nav .navbar .others-option .option-item .search-form form .form-group .form-control::placeholder {
  color: var(--whiteColor);
  transition: var(--transition);
}
.desktop-nav .navbar .others-option .option-item .search-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.desktop-nav .navbar .others-option .option-item .search-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.desktop-nav .navbar .others-option .option-item .search-form form .form-group button {
  top: 50%;
  border: 0;
  padding: 0;
  right: 25px;
  font-size: 18px;
  position: absolute;
  color: var(--whiteColor);
  transform: translateY(-50%);
  background-color: transparent;
}
.desktop-nav .navbar .others-option .option-item:last-child {
  margin-right: 0;
}
.desktop-nav.style-2 .navbar .navbar-brand.black-logo {
  display: none;
}
.desktop-nav.style-2 .navbar .navbar-nav {
  top: -5px;
  position: relative;
  margin-bottom: 10px;
}
.desktop-nav.style-2 .navbar .navbar-nav .nav-item {
  margin-left: 18px;
  margin-right: 18px;
}
.desktop-nav.style-2 .navbar .others-option {
  margin-left: 0;
}
.desktop-nav.style-3 .navbar .navbar-nav {
  margin-left: 100px;
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a {
  color: var(--whiteColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  color: var(--whiteColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a:hover, .desktop-nav.style-3 .navbar .navbar-nav .nav-item a:focus, .desktop-nav.style-3 .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item a:hover.dropdown-toggle::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item a:focus.dropdown-toggle::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item a.active.dropdown-toggle::before {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item:hover a, .desktop-nav.style-3 .navbar .navbar-nav .nav-item:focus a, .desktop-nav.style-3 .navbar .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item:hover a.dropdown-toggle::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item:focus a.dropdown-toggle::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item.active a.dropdown-toggle::before {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--blackColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  color: var(--blackColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--mainColor);
}
.desktop-nav.style-3 .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.desktop-nav.style-3 .navbar .others-option {
  margin-left: 0;
}
.desktop-nav.style-3 .navbar .others-option .option-item {
  margin-right: 35px;
}
.desktop-nav.style-3 .navbar .others-option .option-item:last-child {
  margin-right: 0;
}

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*=========================================
Others Option For Responsive Area Style
===========================================*/
.others-option-for-responsive {
  display: none !important;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -26px;
}
.others-option-for-responsive .dot-menu .inner {
  height: 30px;
  display: flex;
  align-items: center;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  border-radius: 100%;
  transition: all ease 0.5s;
  background-color: var(--blackColor);
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: var(--blackColor);
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  right: 0;
  top: 20px;
  opacity: 0;
  z-index: 1;
  max-width: 280px;
  margin-left: auto;
  visibility: hidden;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  transform: scaleY(0);
  transition: all ease 0.5s;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.others-option-for-responsive .others-options {
  background-color: var(--whiteColor);
  text-align: center;
  padding: 10px;
}
.others-option-for-responsive .others-options .option-item {
  margin-right: 15px;
}
.others-option-for-responsive .others-options .option-item .btn {
  top: 1px;
  padding: 0;
  position: relative;
}
.others-option-for-responsive .others-options .option-item .btn img {
  max-width: 20px;
}
.others-option-for-responsive .others-options .option-item .cart-icon img {
  max-width: 25px;
}
.others-option-for-responsive .others-options .option-item .default-btn {
  padding: 10px 10px;
  font-size: 13px;
}
.others-option-for-responsive .others-options .option-item:last-child {
  margin-right: 0;
}
.others-option-for-responsive.style-2 .dot-menu .inner .circle {
  background-color: var(--whiteColor);
}
.others-option-for-responsive.style-2 .dot-menu:hover .inner .circle {
  background-color: var(--whiteColor);
}
.others-option-for-responsive.style-2 .container .container {
  max-width: 210px;
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.style-2 .shapes img {
    max-width: 650px;
  }
  .desktop-nav .navbar .navbar-brand {
    max-width: 125px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item {
    margin-left: 16px;
    margin-right: 16px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 16px;
  }
  .desktop-nav .navbar .others-option .option-item {
    margin-right: 15px;
  }
  .desktop-nav .navbar .others-option .option-item .language-info .form-select {
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }
  .desktop-nav .navbar .others-option .option-item .button a {
    padding: 12px 16px;
    font-size: 16px;
  }
  .desktop-nav.style-2 .navbar .navbar-nav {
    top: -2px;
    right: -17px;
  }
  .desktop-nav.style-3 .navbar .navbar-nav {
    margin-left: 50px;
  }
  .desktop-nav.style-3 .navbar .others-option {
    margin-left: 20px;
  }
  .desktop-nav.style-3 .navbar .others-option .option-item {
    margin-right: 20px;
  }
  .desktop-nav.style-3 .navbar .others-option .option-item .search-form form .form-group .form-control {
    height: 45px;
  }
  .desktop-nav.style-3 .navbar .others-option .option-item .language-default-btn {
    display: none;
  }
  .desktop-nav.style-3 .navbar .others-option .option-item .user-info {
    font-size: 19px;
    line-height: 1;
    display: block !important;
    color: var(--whiteColor);
  }
  .desktop-nav.style-3 .navbar .others-option .option-item .user-info:hover {
    color: var(--mainColor);
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.style-2 .shapes img {
    max-width: 750px;
  }
  .desktop-nav .navbar .navbar-brand {
    max-width: 125px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item {
    margin-left: 16px;
    margin-right: 16px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 17px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 16px;
  }
  .desktop-nav .navbar .others-option .option-item {
    margin-right: 25px;
  }
  .desktop-nav .navbar .others-option .option-item .language-info .form-select {
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }
  .desktop-nav .navbar .others-option .option-item .button a {
    padding: 12px 16px;
    font-size: 16px;
  }
  .desktop-nav.style-2 .navbar .navbar-nav {
    top: 0;
  }
  .desktop-nav.style-3 .navbar .navbar-nav {
    margin-left: 70px;
  }
  .desktop-nav.style-3 .navbar .navbar-nav .nav-item a {
    font-size: 16px;
  }
  .desktop-nav.style-3 .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
  }
  .desktop-nav.style-3 .navbar .others-option .option-item {
    margin-right: 22px;
  }
  .desktop-nav.style-3 .navbar .others-option .option-item .search-form form .form-group .form-control {
    height: 50px;
  }
}
/* Min width 1400px to Max width 1599px */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .desktop-nav.style-2 .navbar .navbar-nav {
    right: 0;
  }
}
/* Mobile and iPad Navbar */
@media only screen and (max-width: 991px) {
  .navbar-area {
    background-color: transparent;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area .dropdown-toggle::after {
    display: none;
  }
  .navbar-area.navbar-top {
    transform: translateY(0);
  }
  .navbar-area.is-sticky {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky .mobile-responsive-nav .mobile-responsive-menu .logo .black-logo {
    display: block;
  }
  .navbar-area.is-sticky .mobile-responsive-nav .mobile-responsive-menu .logo .white-logo {
    display: none;
  }
  .navbar-area.style-2 .shapes {
    display: none;
  }
  .navbar-area.style-2.is-sticky .mobile-responsive-menu.mean-container a.meanmenu-reveal {
    color: var(--blackColor);
  }
  .navbar-area.style-2.is-sticky .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
    background-color: var(--blackColor);
  }
  .navbar-area.style-2.is-sticky .others-option-for-responsive.style-2 .dot-menu .inner .circle {
    background-color: var(--blackColor);
  }
  .navbar-area.style-3 .mobile-responsive-menu.mean-container a.meanmenu-reveal {
    color: var(--whiteColor);
  }
  .navbar-area.style-3 .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
    background-color: var(--whiteColor);
  }
  .navbar-area.style-3 .others-option-for-responsive .dot-menu .inner .circle {
    background-color: var(--whiteColor);
  }
  .mobile-responsive-nav {
    display: block;
  }
  .mobile-responsive-nav .mobile-responsive-menu {
    position: relative;
  }
  .mobile-responsive-nav .mobile-responsive-menu .logo {
    z-index: 2;
    max-width: 120px;
    position: relative;
  }
  .mobile-responsive-nav .mobile-responsive-menu .logo .black-logo {
    display: none;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    margin-top: 46px;
    background-color: #ffffff;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    border: none !important;
    background-color: #ffffff;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #efefef;
    color: var(--bodyColor) !important;
    font-size: 16px !important;
    font-weight: 500;
    opacity: 100%;
    text-transform: capitalize;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: 28px;
    text-align: right;
    padding: 11px !important;
    background: transparent !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
    font-weight: 600;
    color: var(--blackColor) !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .others-option {
    display: none !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    max-height: 50vh;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
    top: -2px;
    padding: 0;
    width: 35px;
    height: 30px;
    font-size: 20px !important;
    padding-top: 3px;
    color: var(--blackColor);
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
    background-color: var(--blackColor);
    height: 4px;
    margin-top: -6px;
    border-radius: 0;
    position: relative;
    top: 8px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 2;
    padding: 0;
  }
  .mobile-responsive-nav .others-options {
    display: none !important;
  }
  .mobile-responsive-nav.style-2 .mobile-responsive-menu.mean-container a.meanmenu-reveal {
    color: var(--whiteColor);
  }
  .mobile-responsive-nav.style-2 .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
    background-color: var(--whiteColor);
  }
  .desktop-nav {
    display: none !important;
  }
  .others-option-for-responsive {
    display: block !important;
  }
  .others-option-for-responsive .container .container {
    right: 0;
  }
}
/*================================================
Modal Style CSS
=================================================*/
.modal-dialog {
  max-width: unset;
  margin: auto;
  height: 100%;
}

.modal-content {
  border: none;
  border-radius: 0;
  display: block;
  background-color: #f5f5f5;
}
.modal-content .modal-header {
  text-align: end;
  border: none;
  display: unset;
}
.modal-content .modal-header button {
  border: none;
  right: 0;
  top: 50%;
  z-index: 1;
  position: absolute;
  background-color: unset;
  transform: translateY(-50%);
}
.modal-content .modal-header button i {
  color: var(--blackColor);
  padding-right: 30px;
  font-size: 30px;
  transition: var(--transition);
}
.modal-content .modal-header button i:hover {
  color: var(--primaryColor);
}
.modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 22px;
}
.modal-content .modal-body .form-group {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.modal-content .modal-body .form-group .form-control {
  height: 60px;
  border-radius: 3px;
  padding-left: 20px;
  box-shadow: unset;
  background-color: var(--whiteColor);
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.modal-content .modal-body .form-group button {
  top: 50%;
  right: 5px;
  padding: 0;
  width: 50px;
  height: 50px;
  border: unset;
  font-size: 22px;
  line-height: 56px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
}

/*================================================
Top Header Area CSS
=================================================*/
.yoga-top-header-area {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--blackColor);
}
.yoga-top-header-area .container-fluid {
  max-width: 1480px;
  padding-left: 30px;
  padding-right: 30px;
}

.yoga-top-header-social ul li {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
.yoga-top-header-social ul li a {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 300;
}
.yoga-top-header-social ul li a:hover {
  color: var(--mainColor);
}
.yoga-top-header-social ul li::before {
  right: 0;
  top: -12px;
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
}
.yoga-top-header-social ul li:first-child {
  padding-left: 0;
}
.yoga-top-header-social ul li:last-child {
  padding-right: 0;
}
.yoga-top-header-social ul li:last-child::before {
  display: none;
}

.yoga-top-header-list ul li {
  padding-left: 30px;
  position: relative;
  margin-right: 25px;
  color: var(--whiteColor);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--fontFamily);
}
.yoga-top-header-list ul li .d-flex a {
  position: relative;
  padding-right: 7px;
  margin-right: 5px;
}
.yoga-top-header-list ul li .d-flex a::before {
  top: 3px;
  right: 0;
  width: 1px;
  height: 16px;
  content: "";
  position: absolute;
  transform: rotate(23deg);
  background-color: var(--whiteColor);
}
.yoga-top-header-list ul li .d-flex a:last-child {
  margin-right: 0;
}
.yoga-top-header-list ul li .d-flex a:last-child::before {
  display: none;
}
.yoga-top-header-list ul li a {
  color: var(--whiteColor);
}
.yoga-top-header-list ul li a:hover {
  color: var(--mainColor);
}
.yoga-top-header-list ul li i {
  left: 0;
  top: -1px;
  font-size: 18px;
  position: absolute;
  color: var(--mainColor);
}
.yoga-top-header-list ul li:first-child {
  padding-left: 0;
}
.yoga-top-header-list ul li:last-child {
  margin-right: 0;
}

/*================================================
Yoga Banner Area CSS
=================================================*/
.yoga-banner-area {
  padding-top: 151px;
  background-image: url(../../images/yoga-demo/banner/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yoga-banner-area .container-fluid {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.yoga-banner-image {
  margin-left: -23px;
  margin-bottom: -70px;
}
.yoga-banner-image .bg-shape {
  left: 0;
  right: 0;
  top: -81px;
  z-index: -1;
  margin: auto;
  text-align: center;
  position: absolute;
}
.yoga-banner-image .ellipse {
  top: 0;
  left: 0;
  right: 0;
  width: 374px;
  z-index: -1;
  height: 374px;
  margin: auto;
  text-align: center;
  position: absolute;
  border-radius: 374px;
  background-color: #ffbc1f;
  filter: blur(325px);
}

.yoga-banner-content {
  margin-left: 115px;
  margin-bottom: 25px;
  margin-top: 70px;
}
.yoga-banner-content .sub-title {
  margin-bottom: 6px;
  color: var(--blackColor);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  font-style: Italic;
}
.yoga-banner-content h2 {
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--whiteColor);
  text-transform: capitalize;
  font-size: 65px;
  font-weight: bold;
}
.yoga-banner-content .button {
  padding: 14px 32px;
  border-radius: 4px;
  display: inline-block;
  color: var(--whiteColor);
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 700;
}
.yoga-banner-content .button:hover {
  color: var(--whiteColor);
  border-color: var(--blackColor);
  background-color: var(--blackColor);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(200px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes MOVE-BG {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0);
  }
}
@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 ripple {
  0% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/*================================================
Yoga Studio Area CSS
=================================================*/
.yoga-studio-area {
  padding-top: 140px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.single-yoga-studio-card {
  margin-bottom: 25px;
  padding-right: 30px;
}
.single-yoga-studio-card .icon {
  z-index: 1;
  width: 100px;
  height: 100px;
  position: relative;
  line-height: 100px;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 25px;
  display: inline-block;
  transform: rotate(45deg);
  transition: var(--transition);
  background-color: rgb(255, 232, 232);
}
.single-yoga-studio-card .icon img {
  transform: rotate(315deg);
}
.single-yoga-studio-card .icon::before {
  right: 0;
  bottom: 0;
  width: 50%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.single-yoga-studio-card h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.single-yoga-studio-card h3 a {
  color: var(--blackColor);
}
.single-yoga-studio-card h3 a:hover {
  color: var(--mainColor);
}
.single-yoga-studio-card p {
  font-size: 18px;
  color: var(--bodyColor);
}
.single-yoga-studio-card:hover .icon::before {
  width: 0;
}
.single-yoga-studio-card::before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgb(238, 238, 238);
}

.col-lg-3:nth-child(1) .single-yoga-studio-card {
  margin-right: 46px;
}
.col-lg-3:nth-child(1) .single-yoga-studio-card::before {
  right: -28px;
}
.col-lg-3:nth-child(2) .single-yoga-studio-card::before {
  right: -12px;
}
.col-lg-3:nth-child(3) .single-yoga-studio-card {
  margin-left: 46px;
  padding-right: 10px;
}
.col-lg-3:nth-child(3) .single-yoga-studio-card::before {
  right: -43px;
}
.col-lg-3:nth-child(4) .single-yoga-studio-card {
  margin-left: 70px;
  padding-right: 0;
}
.col-lg-3:nth-child(4) .single-yoga-studio-card::before {
  display: none;
}

/*================================================
Yoga About Area CSS
=================================================*/
.yoga-about-content {
  margin-right: 60px;
  margin-bottom: 25px;
}
.yoga-about-content .yoga-section-title {
  margin-bottom: 35px;
}
.yoga-about-content .yoga-section-title .sub-title {
  color: rgb(48, 190, 173);
}
.yoga-about-content .yoga-section-title p {
  font-size: 18px;
  font-weight: 500;
}
.yoga-about-content .items {
  margin-bottom: 30px;
}
.yoga-about-content .items .icon {
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  margin-right: 30px;
  line-height: 100px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: var(--whiteColor);
}
.yoga-about-content .items .icon .round-shape{
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  animation: rotateme 3s linear infinite;
  background-image: url();
}
.yoga-about-content .items .content h3 {
  margin-bottom: 15px;
  color: var(--blackColor);
  font-size: 22px;
  font-weight: bold;
}
.yoga-about-content .items .content p {
  font-size: 18px;
  font-weight: 500;
}
.yoga-about-content .yoga-default-btn {
  margin-top: 10px;
  background-color: rgb(48, 190, 173);
}
.yoga-about-content .shape2 {
  left: -125px;
  bottom: 60px;
  position: absolute;
}

.yoga-about-image {
  margin-left: 50px;
  margin-bottom: 25px;
}
.yoga-about-image .year-experience {
  bottom: 0;
  left: -55px;
  height: 202px;
  width: 202px;
  padding-top: 47px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  background-color: var(--mainColor);
}
.yoga-about-image .year-experience h3 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 42px;
  font-weight: 800;
}
.yoga-about-image .year-experience p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  color: var(--whiteColor);
}
.yoga-about-image .shape1 {
  top: -42px;
  right: 88px;
  position: absolute;
}

/*================================================
Yoga Courses Area CSS
=================================================*/
.yoga-courses-area {
  background-color: rgb(238, 232, 255);
}
.yoga-courses-area .yoga-section-title {
  margin-bottom: 45px;
}
.yoga-courses-area .yoga-section-title .sub-title {
  color: var(--mainColor);
}
.yoga-courses-area .shape3 {
  top: 338px;
  left: 139px;
  position: absolute;
}
.yoga-courses-area .shape4 {
  right: 184px;
  bottom: 298px;
  position: absolute;
}

.yoga-courses-card {
  margin-bottom: 25px;
  border-radius: 5px 5px 5px 5px;
  background-color: var(--whiteColor);
}
.yoga-courses-card .image {
  overflow: hidden;
  transition: var(--transition);
  border-radius: 5px 5px 0px 0px;
}
.yoga-courses-card .image img {
  transition: var(--transition);
}
.yoga-courses-card .content {
  padding: 35px;
  position: relative;
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.yoga-courses-card .content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.yoga-courses-card .content h3 a {
  color: var(--blackColor);
}
.yoga-courses-card .content h3 a:hover {
  color: var(--mainColor);
}
.yoga-courses-card .content p {
  font-size: 18px;
  font-weight: 500;
}
.yoga-courses-card .content::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: rgb(238, 238, 238);
}
.yoga-courses-card .content::after {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  transition: var(--transition);
  background-color: var(--mainColor);
}
.yoga-courses-card .price {
  padding: 30px 35px;
  position: relative;
  border-radius: 0px 0px 5px 5px;
  background-color: var(--whiteColor);
}
.yoga-courses-card .price .icon {
  top: -30px;
  right: 40px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 65px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--blackColor);
}
.yoga-courses-card .price h3 {
  font-size: 30px;
  font-weight: 800;
  color: var(--blackColor);
}
.yoga-courses-card .price h3 span {
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 500;
}
.yoga-courses-card:hover .image img {
  transform: scale(1.08);
}
.yoga-courses-card:hover .content::after {
  width: 100%;
}
.yoga-courses-card:hover .price .icon {
  background-color: var(--mainColor);
}

/*================================================
Yoga Funfact Area CSS
=================================================*/
.yoga-funfact-area {
  background-color: rgb(48, 190, 173);
}
.yoga-funfact-area .shape5 {
  right: 238px;
  bottom: -27px;
  position: absolute;
  animation: rotateme 5s linear infinite;
}

.yoga-funfact-card {
  margin-bottom: 50px;
}
.yoga-funfact-card .content {
  top: 60px;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.yoga-funfact-card .content h3 {
  color: var(--whiteColor);
  font-size: 48px;
  font-weight: bold;
}
.yoga-funfact-card .content p {
  color: var(--whiteColor);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

/*================================================
Yoga Choose Area CSS
=================================================*/
.yoga-choose-image {
  padding-left: 80px;
  margin-right: 5px;
  margin-bottom: 25px;
}
.yoga-choose-image .image img {
  border-radius: 5px;
}
.yoga-choose-image .price-item {
  margin-top: -95px;
  margin-left: -92px;
  position: relative;
  padding: 28px 41px;
  border-radius: 5px;
  display: inline-block;
  background-color: var(--mainColor);
}
.yoga-choose-image .price-item h3 {
  color: var(--whiteColor);
  font-size: 47px;
  font-weight: 800;
}
.yoga-choose-image .price-item p {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 500;
}
.yoga-choose-image .price-item .shape6 {
  top: -42px;
  left: -42px;
  position: absolute;
}
.yoga-choose-image .shape7 {
  top: 100px;
  left: 42px;
  position: absolute;
}

.yoga-choose-content {
  margin-left: 40px;
  margin-bottom: 25px;
}
.yoga-choose-content .yoga-section-title {
  margin-bottom: 20px;
}
.yoga-choose-content .yoga-section-title p {
  font-size: 18px;
  font-weight: 500;
}
.yoga-choose-content .items {
  padding: 38px;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 50px 10px rgba(12, 19, 39, 0.04);
}
.yoga-choose-content .items .icon {
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  margin-right: 30px;
  line-height: 100px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: var(--whiteColor);
}
.yoga-choose-content .items .icon .round-shape {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  animation: rotateme 3s linear infinite;
  background-image: url();
}
.yoga-choose-content .items .content h3 {
  margin-bottom: 15px;
  color: var(--blackColor);
  font-size: 22px;
  font-weight: bold;
}
.yoga-choose-content .items .content p {
  font-size: 18px;
  font-weight: 500;
}
.yoga-choose-content .items:hover {
  transform: translateY(-8px);
}

/*================================================
Yoga Instructors Area CSS
=================================================*/
.yoga-instructors-area {
  background-color: #fff6eb;
}
.yoga-instructors-area .yoga-section-title {
  margin-bottom: 40px;
}
.yoga-instructors-area .yoga-section-title .sub-title {
  color: rgb(48, 190, 173);
}
.yoga-instructors-area .shape8 {
  top: 203px;
  left: 174px;
  position: absolute;
}
.yoga-instructors-area .shape9 {
  right: 184px;
  bottom: 190px;
  position: absolute;
}

.yoga-instructors-card {
  padding: 56px;
  padding-top: 18px;
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  border-top: 3px solid var(--mainColor);
  border-left: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
}
.yoga-instructors-card .content {
  padding: 33px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  border-top: 3px solid var(--mainColor);
  border-left: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
}
.yoga-instructors-card .content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}
.yoga-instructors-card .content h3 a {
  color: var(--blackColor);
}
.yoga-instructors-card .content p {
  font-size: 18px;
  font-weight: 500;
}
.yoga-instructors-card .content:hover h3 a {
  color: var(--mainColor);
}
.yoga-instructors-card .bg-shape {
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  text-align: center;
  position: absolute;
}

/*=========================================
Yoga Text Auto Play CSS
===========================================*/
.yoga-text-auto-play .container-fluid {
  padding: 0;
  max-width: 100%;
}

.yoga-slide-text-warp {
  z-index: 1;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: var(--transition);
}
.yoga-slide-text-warp .text-slide {
  position: relative;
  white-space: nowrap;
  animation-duration: 6s;
  display: inline-block;
  animation-name: marquee;
  transform: translate3d(-40%, 0, 0);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.yoga-slide-text-warp .text-slide:hover {
  animation-play-state: paused !important;
}
.yoga-slide-text-warp .text-slide h1 {
  font-size: 80px;
  font-weight: 800;
  color: transparent;
  text-transform: capitalize;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--blackColor);
}
.yoga-slide-text-warp .text-slide h1 i {
  color: var(--secondaryColor) !important;
  -webkit-text-stroke-width: 0;
  margin-left: 37px;
  margin-right: 50px;
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-10%, 0, 0);
  }
}
/*================================================
Yoga Video Area CSS
=================================================*/
.yoga-video-area .bg-shape {
  left: 0;
  top: -183px;
  z-index: -1;
  position: absolute;
}

.yoga-video-info .image img {
  border-radius: 5px;
}
.yoga-video-info .play-button {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  transform: translateY(-50%);
  background-color: var(--mainColor);
}
.yoga-video-info .play-button i {
  left: 3px;
  position: relative;
}
.yoga-video-info .play-button::before {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border-radius: 100%;
  position: absolute;
  transition: var(--transition);
  border: 1px solid var(--whiteColor);
}
.yoga-video-info .play-button::after {
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border-radius: 100%;
  position: absolute;
  transition: var(--transition);
  border: 1px solid var(--whiteColor);
}
.yoga-video-info .play-button:hover {
  background-color: var(--blackColor);
}
.yoga-video-info .play-button:hover::before {
  border-color: var(--mainColor);
}
.yoga-video-info .play-button:hover::after {
  border-color: var(--mainColor);
}
.yoga-video-info .shape10 {
  left: -50px;
  bottom: 110px;
  position: absolute;
}

/*================================================
Yoga Testimonial Area CSS
=================================================*/
.yoga-testimonial-area .yoga-section-title {
  margin-bottom: 45px;
}
.yoga-testimonial-area .yoga-section-title .sub-title {
  color: var(--mainColor);
}
.yoga-testimonial-area .bg-shape {
  top: 0;
  right: 57px;
  z-index: -1;
  position: absolute;
}

.yoga-testimonial-card {
  padding: 40px;
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/yoga-demo/testimonial/testimonial-card-bg.jpg);
}
.yoga-testimonial-card .icon {
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  position: absolute;
}
.yoga-testimonial-card .star-icon {
  margin-bottom: 25px;
}
.yoga-testimonial-card .star-icon li {
  margin-right: 1px;
}
.yoga-testimonial-card .star-icon li i {
  font-size: 18px;
  color: rgb(255, 193, 7);
}
.yoga-testimonial-card p {
  font-size: 18px;
  font-weight: 500;
}
.yoga-testimonial-card .user {
  margin-top: 30px;
}
.yoga-testimonial-card .user .image {
  display: block;
  flex: 0 0 auto;
  margin-right: 30px;
}
.yoga-testimonial-card .user .image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.yoga-testimonial-card .user .content h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--blackColor);
}
.yoga-testimonial-card .user .content p {
  font-size: 18px;
  font-weight: 500;
}

.yoga-testimonial-slider {
  position: relative;
}
.yoga-testimonial-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.yoga-testimonial-slider.owl-theme .owl-nav .owl-prev, .yoga-testimonial-slider.owl-theme .owl-nav .owl-next {
  right: 80px;
  top: -135px;
  width: 70px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--blackColor);
  transition: var(--transition);
  border: 1px solid var(--blackColor);
  background-color: var(--whiteColor);
}
.yoga-testimonial-slider.owl-theme .owl-nav .owl-prev:hover, .yoga-testimonial-slider.owl-theme .owl-nav .owl-next:hover {
  color: var(--whiteColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}
.yoga-testimonial-slider.owl-theme .owl-nav .owl-next {
  right: 0;
}

/*================================================
Yoga Gallery Area CSS
=================================================*/
.yoga-gallery-area {
  background-color: rgb(232, 245, 255);
}
.yoga-gallery-area .shape11 {
  top: 92px;
  left: 404px;
  position: absolute;
}
.yoga-gallery-area .shape12 {
  right: 665px;
  bottom: 250px;
  position: absolute;
}
.yoga-gallery-area .gallery-shape {
  margin-bottom: -1px;
}

.yoga-gallery-item {
  margin-bottom: 25px;
}
.yoga-gallery-item .icon {
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  text-align: center;
  position: absolute;
  transition: var(--transition);
  transform: translateY(-50%);
}
.yoga-gallery-item .icon a {
  font-size: 30px;
  color: var(--blackColor);
}
.yoga-gallery-item::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: 0.6s;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
}
.yoga-gallery-item:hover .icon {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.yoga-gallery-item:hover::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Yoga Footer Area CSS
=================================================*/
.yoga-footer-area {
  background-color: var(--blackColor);
}
.yoga-footer-area .shape13 {
  left: 0;
  bottom: 0;
  position: absolute;
}
.yoga-footer-area .shape14 {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.yoga-footer-area .shape15 {
  top: 74px;
  right: 138px;
  position: absolute;
}

.yoga-footer-widget {
  margin-bottom: 25px;
}
.yoga-footer-widget h3 {
  margin-bottom: 30px;
  color: var(--whiteColor);
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.yoga-footer-widget.logo-info .logo {
  margin-bottom: 25px;
}
.yoga-footer-widget.logo-info p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}
.yoga-footer-widget.logo-info .location {
  margin-top: 25px;
}
.yoga-footer-widget.logo-info .location li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}
.yoga-footer-widget.logo-info .location li i {
  top: 0px;
  left: 0;
  font-size: 18px;
  position: absolute;
  color: var(--mainColor);
}
.yoga-footer-widget.logo-info .location li span {
  font-weight: 700;
}
.yoga-footer-widget.logo-info .location li a {
  color: rgba(255, 255, 255, 0.7);
}
.yoga-footer-widget.logo-info .location li a:hover {
  color: var(--mainColor);
}
.yoga-footer-widget.logo-info .location li:last-child {
  margin-bottom: 0;
}
.yoga-footer-widget.links-info ul li {
  margin-bottom: 15px;
}
.yoga-footer-widget.links-info ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.yoga-footer-widget.links-info ul li a:hover {
  color: var(--mainColor);
}
.yoga-footer-widget.links-info ul li:last-child {
  margin-bottom: 0;
}
.yoga-footer-widget.subscribe-info {
  margin-left: 64px;
}
.yoga-footer-widget.subscribe-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}
.yoga-footer-widget.subscribe-info form {
  margin-top: 20px;
  margin-bottom: 25px;
}
.yoga-footer-widget.subscribe-info form .form-group .form-control {
  border: 0;
  height: 60px;
  max-width: 200px;
  box-shadow: unset;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
}
.yoga-footer-widget.subscribe-info form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.yoga-footer-widget.subscribe-info form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
  transition: var(--transition);
}
.yoga-footer-widget.subscribe-info form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.yoga-footer-widget.subscribe-info form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.yoga-footer-widget.subscribe-info form .form-group .yoga-default-btn {
  top: 0;
  right: 0;
  position: absolute;
  background-color: rgb(48, 190, 173);
}
.yoga-footer-widget.subscribe-info form .form-group .yoga-default-btn::before {
  background-color: var(--mainColor);
}
.yoga-footer-widget.subscribe-info ul li {
  margin-right: 15px;
  display: inline-block !important;
}
.yoga-footer-widget.subscribe-info ul li a {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 300;
}
.yoga-footer-widget.subscribe-info ul li a:hover {
  color: var(--mainColor);
}
.yoga-footer-widget.subscribe-info ul li:last-child {
  margin-right: 0;
}

.col-lg-3:nth-child(2) .yoga-footer-widget {
  margin-left: 70px;
}

.col-lg-2 .yoga-footer-widget {
  margin-left: 30px;
}

.yoga-copyright-area {
  background-color: var(--blackColor);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}

.yoga-copyright-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  z-index: 9;
  opacity: 0;
  right: 20px;
  width: 48px;
  height: 50px;
  bottom: 20px;
  font-size: 28px;
  cursor: pointer;
  border-radius: 30px;
  visibility: hidden;
  transition: var(--transition);
  background-color: var(--mainColor);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top img {
  left: 0;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  z-index: 999;
  bottom: 20px;
  visibility: visible;
}
.go-top:hover {
  transform: translateY(-7px);
}

.university-default-btn {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  padding: 14px 24px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  font-size: 17px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.university-default-btn i {
  top: 2px;
  line-height: 1;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
}
.university-default-btn::before {
  top: 0;
  left: 0;
  width: 0;
  content: "";
  z-index: -1;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  transition: var(--transition);
  background-color: var(--secondaryColor);
}
.university-default-btn:hover {
  color: var(--whiteColor);
}
.university-default-btn:hover::before {
  width: 100%;
}

.university-section-title {
  margin-bottom: 45px;
}
.university-section-title .sub-title {
  padding-left: 45px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: rgb(48, 190, 173);
  font-size: 18px;
  font-weight: 500;
}
.university-section-title .sub-title img {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.university-section-title h2 {
  line-height: 1.3;
  letter-spacing: -1px;
  color: var(--blackColor);
  text-transform: capitalize;
  font-size: 45px;
  font-weight: bold;
}

/*================================================
University Banner Area CSS
=================================================*/
.university-banner-area {
  padding-top: 460px;
  padding-bottom: 185px;
  background-image: url(../../images/university-demo/banner/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.university-banner-area .container-fluid {
  max-width: 1610px;
  padding-left: 30px;
  padding-right: 30px;
}
.university-banner-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 77.9%);
}

.university-banner-content {
  max-width: 695px;
}
.university-banner-content p {
  font-size: 18px;
  margin-bottom: 70px;
  color: var(--whiteColor);
}
.university-banner-content h2 {
  color: var(--whiteColor);
  text-transform: capitalize;
  font-size: 88px;
  font-weight: 700;
}
.university-banner-content h2 span {
  font-weight: 500;
  font-style: italic;
}

.university-banner-slider.owl-carousel {
  z-index: unset;
}
.university-banner-slider .owl-dots {
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
  margin: auto;
  text-align: center;
  position: absolute;
  margin-top: 0 !important;
}
.university-banner-slider .owl-dots .owl-dot {
  margin-right: 10px;
  transition: var(--transition);
}
.university-banner-slider .owl-dots .owl-dot span {
  margin: 0;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  transition: var(--transition);
  background: rgb(236, 236, 236);
}
.university-banner-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.university-banner-slider .owl-dots .owl-dot:hover span {
  background-color: var(--blackColor);
}
.university-banner-slider .owl-dots .owl-dot.active span {
  width: 30px;
  background-color: var(--blackColor);
}

.university-banner-area-info .banner-bottom-shape {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  position: absolute;
  text-align: center;
  max-width: fit-content;
}

/*================================================
University Features Area CSS
=================================================*/
.university-features-card {
  margin-bottom: 25px;
  transition: var(--transition);
  padding: 40px 35px 35px 120px;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 50px 10px rgba(12, 19, 39, 0.04);
}
.university-features-card .icon {
  top: 25px;
  left: 20px;
  position: absolute;
  transition: var(--transition);
}
.university-features-card .hover-icon {
  top: 25px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
}
.university-features-card .content h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.university-features-card .content h3 a {
  color: var(--blackColor);
}
.university-features-card .content h3 a:hover {
  color: var(--mainColor);
}
.university-features-card .content p {
  font-size: 18px;
  font-weight: 500;
}
.university-features-card .shape {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  transition: var(--transition);
}
.university-features-card .hover-shape {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
}
.university-features-card:hover .icon {
  opacity: 0;
  visibility: hidden;
}
.university-features-card:hover .hover-icon {
  opacity: 1;
  visibility: visible;
}
.university-features-card:hover .shape {
  opacity: 0;
  visibility: hidden;
}
.university-features-card:hover .hover-shape {
  opacity: 1;
  visibility: visible;
}

/*================================================
University About Area CSS
=================================================*/
.university-about-title {
  margin-bottom: 50px;
}

.university-single-play-button {
  text-align: end;
  text-align: -webkit-right;
  margin-right: 110px;
}
.university-single-play-button a {
  position: relative;
  border-radius: 100%;
  color: var(--blackColor);
}
.university-single-play-button a i {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 22px;
  text-align: center;
  position: absolute;
  margin-right: 2px;
  transform: translateY(-50%);
}
.university-single-play-button a img {
  animation: rotateme 20s linear infinite;
}
.university-single-play-button a:hover {
  color: var(--mainColor);
}

.university-about-image {
  text-align: center;
  text-align: -webkit-center;
  margin-bottom: 25px;
}

.university-about-content {
  margin-bottom: 25px;
}
.university-about-content h3 {
  line-height: 1.5;
  margin-bottom: 13px;
  letter-spacing: 1px;
  color: var(--blackColor);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
.university-about-content p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}
.university-about-content .university-default-btn {
  margin-top: 10px;
}

/*================================================
University Mission Area CSS
=================================================*/
.university-mission-content {
  padding: 35px;
  margin-bottom: 25px;
  background-color: rgb(255, 246, 235);
}
.university-mission-content h3 {
  line-height: 1.4;
  max-width: 190px;
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 30px;
  font-weight: 700;
}
.university-mission-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.university-mission-content ul {
  margin-top: 25px;
}
.university-mission-content ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
}
.university-mission-content ul li img {
  top: 0;
  left: 0;
  position: absolute;
}
.university-mission-content ul li:last-child {
  margin-bottom: 0;
}

.university-mission-image {
  max-width: 829px;
  margin-bottom: 25px;
}
.university-mission-image .content {
  left: 40px;
  bottom: 40px;
  position: absolute;
}
.university-mission-image .content h2 {
  font-size: 90px;
  font-weight: 700;
  color: var(--whiteColor);
  text-transform: capitalize;
}
.university-mission-image .content button {
  z-index: 1;
  position: relative;
  padding: 20px 25px;
  box-shadow: unset;
  display: inline-block;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 600;
}
.university-mission-image .content button::before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
  background-color: var(--blackColor);
}
.university-mission-image .content button:hover::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.university-mission-image::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 77.9%);
}

/*================================================
University Counter Area CSS
=================================================*/
.university-counter-card {
  margin-bottom: 25px;
}
.university-counter-card h3 {
  color: var(--blackColor);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px;
}
.university-counter-card p {
  color: var(--blackColor);
  font-size: 19px;
  font-weight: 500;
}

.university-counter-info {
  padding-top: 25px;
  border-top: 1px solid #ececec;
}

.col-lg-3:nth-child(2) .university-counter-info {
  margin-left: 32px;
}
.col-lg-3:nth-child(3) .university-counter-info {
  margin-left: 70px;
}
.col-lg-3:nth-child(4) .university-counter-info {
  margin-left: 98px;
}

/*================================================
University Courses Area CSS
=================================================*/
.university-courses-area {
  background-color: rgb(248, 248, 248);
}

.university-courses-tab-info {
  margin-bottom: 60px;
}
.university-courses-tab-info .nav {
  margin-right: 70px;
  margin-bottom: 25px;
}
.university-courses-tab-info .nav .nav-item {
  margin-bottom: 20px;
  display: block !important;
}
.university-courses-tab-info .nav .nav-item .nav-link {
  width: 100%;
  padding: 36px;
  display: block;
  border-radius: 0;
  text-align: start;
  position: relative;
  color: var(--blackColor);
  transition: var(--transition);
  background-color: var(--whiteColor);
  font-size: 19px;
  font-weight: 500;
}
.university-courses-tab-info .nav .nav-item .nav-link::before {
  top: 50%;
  right: -18px;
  width: 18px;
  height: 19.5px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  transition: var(--transition);
  background-color: var(--whiteColor);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.university-courses-tab-info .nav .nav-item .nav-link:hover {
  color: var(--whiteColor);
  background-color: rgb(48, 190, 173);
}
.university-courses-tab-info .nav .nav-item .nav-link:hover::before {
  background-color: rgb(48, 190, 173);
}
.university-courses-tab-info .nav .nav-item .nav-link.active {
  color: var(--whiteColor);
  background-color: rgb(48, 190, 173);
}
.university-courses-tab-info .nav .nav-item .nav-link.active::before {
  background-color: rgb(48, 190, 173);
}
.university-courses-tab-info .nav .nav-item:last-child {
  margin-bottom: 0;
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content {
  padding: 40px;
  padding-bottom: 25px;
  background-color: var(--whiteColor);
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content {
  margin-bottom: 25px;
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content .online {
  line-height: 1;
  margin-bottom: 25px;
  color: var(--whiteColor);
  padding: 10px 16px 10px 40px;
  background-color: rgb(255, 188, 31);
  font-size: 15px;
  font-weight: 500;
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content .online i {
  top: 50%;
  left: 16px;
  position: absolute;
  transform: translateY(-50%);
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content .motivation {
  padding-left: 16px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content .motivation::before {
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--bodyColor);
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content h3 {
  margin-bottom: 18px;
  color: var(--blackColor);
  font-size: 20px;
  font-weight: bold;
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content p {
  font-size: 18px;
  font-weight: 500;
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content ul li {
  font-size: 16px;
  font-weight: 500;
}
.university-courses-tab-info .tab-content .tab-pane .university-courses-content .content ul li i {
  font-size: 15px;
  color: rgb(255, 193, 7);
}

.university-courses-link {
  margin-bottom: 25px;
}
.university-courses-link a {
  position: relative;
  color: var(--blackColor);
  background-color: rgb(248, 248, 248);
  font-size: 16px;
  font-weight: 600;
  padding-left: 34px;
  padding-right: 56px;
}
.university-courses-link a i {
  top: -1px;
  right: 25px;
  line-height: 1;
  font-size: 21px;
  position: absolute;
}
.university-courses-link a:hover {
  color: var(--mainColor);
}
.university-courses-link::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  z-index: -1;
  position: absolute;
  transform: translateY(-50%);
  background-color: rgb(236, 236, 236);
}

.col-lg-3:nth-child(2) .university-counter-card {
  margin-left: 40px;
}
.col-lg-3:nth-child(3) .university-counter-card {
  margin-left: 65px;
}
.col-lg-3:nth-child(4) .university-counter-card {
  margin-left: 98px;
}

/*================================================
University Campus Area CSS
=================================================*/
.university-campus-image {
  margin-right: 80px;
  margin-bottom: 25px;
}
.university-campus-image .image-one {
  margin-top: -100px;
}
.university-campus-image .image-one .shape {
  z-index: -1;
  text-align: center;
  margin-top: -150px;
}
.university-campus-image .image-two {
  margin-left: -2px;
  margin-bottom: 20px;
}
.university-campus-image .image-three {
  margin-left: -2px;
}

.university-campus-content {
  margin-bottom: 25px;
}
.university-campus-content .university-section-title {
  margin-bottom: 30px;
}
.university-campus-content .content-card {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ececec;
}
.university-campus-content .content-card .icon {
  display: block;
  flex: 0 0 auto;
  margin-right: 30px;
}
.university-campus-content .content-card .content h3 {
  margin-bottom: 15px;
  color: var(--blackColor);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
}
.university-campus-content .content-card .content p {
  font-size: 18px;
  font-weight: 500;
}
.university-campus-content .content-card:last-child {
  margin-bottom: 0;
}

/*================================================
University Get In Touch Area CSS
=================================================*/
.university-getintouch-info {
  padding: 35px;
  background-color: #ffbc1f;
}

.university-getintouch-content .icon {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  margin-right: 30px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: var(--blackColor);
}
.university-getintouch-content .content {
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 400;
}
.university-getintouch-content .content a {
  letter-spacing: -1px;
  color: var(--blackColor);
  font-size: 30px;
  font-weight: 700;
}
.university-getintouch-content .content a:hover {
  color: var(--mainColor);
}

.university-getintouch-button {
  text-align: end;
}
.university-getintouch-button a {
  line-height: 1;
  padding: 24px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--blackColor);
  font-size: 18px;
  font-weight: 500;
}
.university-getintouch-button a:hover {
  background-color: var(--mainColor);
}

/*================================================
University Video Area CSS
=================================================*/
.university-video-area {
  margin-top: -75px;
  padding-top: 370px;
  background-image: url(../../images/university-demo/video-image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.university-video-area::before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 77.9%);
}

.university-video-content {
  padding-top: 100px;
  padding-left: 100px;
  padding-bottom: 100px;
  max-width: 536px;
  background-color: var(--blackColor);
}
.university-video-content .play {
  margin-bottom: 30px;
}
.university-video-content .play .icon a {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  font-size: 23px;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.university-video-content .play .icon a i {
  left: 2px;
  position: relative;
}
.university-video-content .play .icon a:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
}
.university-video-content .play a {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 500;
}
.university-video-content .play a:hover {
  color: var(--mainColor);
}
.university-video-content h2 {
  margin-bottom: 12px;
  margin-right: -180px;
  color: var(--whiteColor);
  font-size: 47px;
  font-weight: bold;
}
.university-video-content .university-default-btn {
  margin-top: 10px;
}

/*================================================
University Blog Area CSS
=================================================*/
.university-blog-card {
  margin-bottom: 25px;
}
.university-blog-card .content {
  z-index: 2;
  padding: 35px;
  max-width: 380px;
  margin-top: -90px;
  position: relative;
  transition: var(--transition);
  background-color: var(--whiteColor);
}
.university-blog-card .content ul li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.university-blog-card .content ul li i {
  left: 0;
  top: 50%;
  position: absolute;
  color: var(--mainColor);
  transform: translateY(-50%);
}
.university-blog-card .content h3 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.university-blog-card .content h3 a {
  color: var(--blackColor);
}
.university-blog-card .content h3 a:hover {
  color: var(--mainColor);
}
.university-blog-card .content .learn-more {
  position: relative;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
}
.university-blog-card .content .learn-more::before {
  top: 50%;
  left: 100px;
  width: 180px;
  height: 1px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: rgb(236, 236, 236);
}
.university-blog-card .content .learn-more::after {
  top: 50%;
  width: 0;
  height: 1px;
  left: 100px;
  content: "";
  position: absolute;
  transition: var(--transition);
  transform: translateY(-50%);
  background-color: var(--mainColor);
}
.university-blog-card .content .learn-more:hover {
  color: var(--mainColor);
}
.university-blog-card .content .learn-more:hover::after {
  width: 180px;
}
.university-blog-card:hover .content {
  box-shadow: 0px 4px 50px 10px rgba(12, 19, 39, 0.04);
}

/*================================================
University Logo Area CSS
=================================================*/
.university-logo-slider .logo-info {
  margin-bottom: 25px;
  position: relative;
}
.university-logo-slider .logo-info img {
  width: auto;
  margin: auto;
}
.university-logo-slider .logo-info::before {
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  right: -10px;
  position: absolute;
  background-color: rgb(236, 236, 236);
}
.university-logo-slider.owl-carousel .owl-nav {
  left: 0;
  right: 0;
  top: -120px;
  margin: auto;
  max-width: 148px;
  text-align: center;
  position: absolute;
  background-color: var(--whiteColor);
}
.university-logo-slider.owl-carousel .owl-nav .owl-prev, .university-logo-slider.owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--blackColor);
}
.university-logo-slider.owl-carousel .owl-nav .owl-prev:hover, .university-logo-slider.owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--mainColor);
}
.university-logo-slider.owl-carousel .owl-nav .owl-prev.owl-next i, .university-logo-slider.owl-carousel .owl-nav .owl-next.owl-next i {
  left: 1px;
  position: relative;
}
.university-logo-slider::before {
  top: -100px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: rgb(236, 236, 236);
}

/*================================================
University Skill Area CSS
=================================================*/
.university-skill-area::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: rgb(19, 25, 42);
}

.university-skill-info {
  padding: 100px;
  background-color: rgb(255, 232, 232);
}
.university-skill-info .skill1 {
  left: 166px;
  bottom: 80px;
  position: absolute;
}
.university-skill-info .skill2 {
  right: 172px;
  bottom: 90px;
  position: absolute;
}

.university-skill-content {
  max-width: 773px;
}
.university-skill-content h2 {
  margin-bottom: 30px;
  letter-spacing: -1px;
  color: var(--blackColor);
  font-size: 44px;
  font-weight: 600;
}

/*================================================
University Newsletter Area CSS
=================================================*/
.university-newsletter-area {
  background-color: rgb(19, 25, 42);
}
.university-newsletter-area .background-shape {
  top: -200px;
  bottom: -170px;
  left: 0;
  pointer-events: none;
  position: absolute;
}

.university-newsletter-logo {
  margin-bottom: 120px;
}

.university-newsletter-content {
  margin-bottom: 25px;
}
.university-newsletter-content h3 {
  margin-right: -18px;
  color: var(--whiteColor);
  font-size: 30px;
  font-weight: bold;
}
.university-newsletter-content form {
  margin-left: 50px;
}
.university-newsletter-content form .form-group .form-control {
  border: 0;
  height: 90px;
  padding-left: 0;
  border-radius: 0;
  box-shadow: unset;
  color: var(--bodyColor);
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 17px;
  font-weight: 500;
}
.university-newsletter-content form .form-group .form-control::-moz-placeholder {
  color: var(--bodyColor);
}
.university-newsletter-content form .form-group .form-control::placeholder {
  color: var(--bodyColor);
}
.university-newsletter-content form .form-group button {
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}

/*================================================
University Footer Area CSS
=================================================*/
.university-footer-area {
  background-color: var(--blackColor);
}

.university-footer-widget {
  margin-bottom: 25px;
}
.university-footer-widget h3 {
  margin-bottom: 30px;
  color: var(--whiteColor);
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.university-footer-widget.logo-info .logo {
  margin-bottom: 25px;
}
.university-footer-widget.logo-info p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
.university-footer-widget.logo-info .university-default-btn {
  margin-top: 10px;
}
.university-footer-widget.links-info ul li {
  margin-bottom: 15px;
}
.university-footer-widget.links-info ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.university-footer-widget.links-info ul li a:hover {
  color: var(--mainColor);
}
.university-footer-widget.links-info ul li:last-child {
  margin-bottom: 0;
}
.university-footer-widget.subscribe-info {
  margin-left: 64px;
}
.university-footer-widget.subscribe-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}
.university-footer-widget.subscribe-info .location {
  margin-top: 25px;
}
.university-footer-widget.subscribe-info .location li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}
.university-footer-widget.subscribe-info .location li i {
  top: 0px;
  left: 0;
  font-size: 18px;
  position: absolute;
  color: var(--mainColor);
}
.university-footer-widget.subscribe-info .location li span {
  font-weight: 700;
}
.university-footer-widget.subscribe-info .location li a {
  color: rgba(255, 255, 255, 0.7);
}
.university-footer-widget.subscribe-info .location li a:hover {
  color: var(--mainColor);
}
.university-footer-widget.subscribe-info .social-icon li {
  margin-right: 15px;
  display: inline-block;
}
.university-footer-widget.subscribe-info .social-icon li a {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 300;
}
.university-footer-widget.subscribe-info .social-icon li a:hover {
  color: var(--mainColor);
}
.university-footer-widget.subscribe-info .social-icon li:last-child {
  margin-right: 0;
}

.col-lg-3:nth-child(2) .university-footer-widget {
  margin-left: 70px;
}

.col-lg-2 .university-footer-widget {
  margin-left: 30px;
}

.university-copyright-area {
  background-color: rgb(19, 25, 42);
  padding-top: 35px;
  padding-bottom: 35px;
}

.university-copyright-content p {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 500;
}

.university-copyright-links {
  text-align: end;
}
.university-copyright-links ul li {
  margin-right: 25px;
}
.university-copyright-links ul li a {
  position: relative;
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 500;
}
.university-copyright-links ul li a::before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  transition: var(--transition);
  background-color: var(--mainColor);
}
.university-copyright-links ul li a:hover {
  color: var(--mainColor);
}
.university-copyright-links ul li a:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.university-copyright-links ul li:last-child {
  margin-right: 0;
}

/*================================================
Language Default CSS
=================================================*/
.language-default-btn {
  z-index: 1;
  position: relative;
  border-radius: 4px;
  padding: 17px 30px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
  font-size: 17px;
  font-weight: 700;
  font-family: var(--fontFamily);
}
.language-default-btn i {
  top: 1px;
  font-size: 20px;
  margin-left: 6px;
  position: relative;
}
.language-default-btn::before {
  top: 0;
  left: 0;
  width: 0;
  content: "";
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  transition: var(--transition);
  background-color: var(--mainColor);
}
.language-default-btn:hover {
  color: var(--whiteColor);
}
.language-default-btn:hover::before {
  width: 100%;
}

/*================================================
Language Section Title CSS
=================================================*/
.language-section-title {
  margin-bottom: 40px;
}
.language-section-title .sub-title {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--secondaryColor);
  font-size: 18px;
  font-weight: 500;
  padding-left: 70px;
  padding-right: 70px;
}
.language-section-title .sub-title::before {
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--secondaryColor);
}
.language-section-title .sub-title::after {
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--secondaryColor);
}
.language-section-title h2 {
  margin-bottom: 0;
  color: var(--blackColor);
  font-size: 46px;
  font-weight: 600;
}
.language-section-title.style-2 .sub-title {
  padding-right: 0;
}
.language-section-title.style-2 .sub-title::after {
  display: none;
}

/*================================================
Language Banner Area CSS
=================================================*/
.language-banner-area {
  padding-top: 80px;
  background-image: url(../../images/language-demo/banner/banner-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.language-banner-area .container-fluid {
  max-width: 1580px;
  padding-left: 30px;
  padding-right: 30px;
}
.language-banner-area .shapes {
  bottom: 75px;
  left: 755px;
  position: absolute;
}

.language-banner-content .sub-title {
  padding-left: 32px;
  position: relative;
  margin-bottom: 8px;
  color: var(--whiteColor);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.language-banner-content .sub-title p {
  color: #FFBC1F;
}
.language-banner-content .sub-title img {
  top: 0;
  left: 0;
  position: absolute;
}
.language-banner-content h2 {
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--whiteColor);
  font-size: 62px;
  font-weight: 700;
}
.language-banner-content h2 .image {
  top: -16px;
  margin-bottom: 0px;
}
.language-banner-content h2 .image a {
  left: 0;
  right: 0;
  top: 50%;
  width: 35px;
  height: 35px;
  margin: auto;
  font-size: 18px;
  line-height: 37px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  transform: translateY(-50%);
  background-color: var(--secondaryColor);
}
.language-banner-content h2 .image a::before {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: rgba(48, 190, 173, 0.4);
}
.language-banner-content h2 .image a i {
  left: 1px;
  position: relative;
}
.language-banner-content p {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.language-banner-content .language-default-btn {
  margin-top: 10px;
}

.language-banner-image {
  right: -70px;
}

/*================================================
Language Features Area CSS
=================================================*/
.language-features-card {
  margin-bottom: 25px;
}
.language-features-card .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  border-radius: 100px;
  display: inline-block;
  background-color: var(--mainColor);
}
.language-features-card .content {
  padding: 30px;
  padding-top: 55px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 50px 10px rgba(12, 19, 39, 0.05);
}
.language-features-card .content h3 {
  left: 0;
  right: 0;
  top: 26px;
  z-index: -1;
  position: absolute;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ececec;
  font-size: 57px;
  font-weight: 700;
}
.language-features-card .content h6 {
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 19px;
  font-weight: 600;
}
.language-features-card .content p {
  font-size: 18px;
  font-weight: 500;
}
.language-features-card .content .right-shape {
  top: 50%;
  right: -90px;
  position: absolute;
  transform: translateY(-50%);
}

.col-lg-4:nth-child(1) .language-features-card {
  margin-right: 64px;
}
.col-lg-4:nth-child(2) .language-features-card {
  margin-left: 32px;
  margin-right: 32px;
}
.col-lg-4:nth-child(3) .language-features-card {
  margin-left: 64px;
}

/*================================================
Language About Area CSS
=================================================*/
.language-about-area {
  background-color: #f8f8f8;
}

.language-about-image {
  margin-right: 100px;
  margin-bottom: 25px;
}
.language-about-image .image1 {
  max-width: 314px;
  margin-left: auto;
  margin-right: 0;
}
.language-about-image .image1 img {
  max-width: 314px;
  border-radius: 5px;
}
.language-about-image .image2 {
  max-width: 479px;
  margin-left: -50px;
  margin-top: -220px;
}
.language-about-image .image2 img {
  max-width: 479px;
}
.language-about-image .rating-info {
  bottom: 0;
  right: -101px;
  position: absolute;
  padding: 44px 66px;
  border-radius: 5px;
  background-color: #ffbc1f;
}
.language-about-image .rating-info h3 {
  color: var(--blackColor);
  font-size: 50px;
  font-weight: 800;
}
.language-about-image .rating-info h6 {
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
}
.language-about-image .rating-info .icons {
  top: -74px;
  left: -70px;
  width: 126px;
  height: 126px;
  position: absolute;
  line-height: 115px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  background-color: var(--blackColor);
  border: 9px solid var(--whiteColor);
}
.language-about-image .rating-info .icons i {
  font-size: 55px;
  color: var(--whiteColor);
}
.language-about-image .shape1 {
  top: 30px;
  left: -20px;
  position: absolute;
}

.language-about-content {
  margin-bottom: 25px;
}
.language-about-content .content-list {
  margin-left: 100px;
}
.language-about-content .content-list p {
  font-size: 18px;
}
.language-about-content .content-list ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.language-about-content .content-list ul li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 10px;
}
.language-about-content .content-list ul li i {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  color: rgb(136, 97, 219);
}
.language-about-content .content-list .learn-more {
  position: relative;
  color: var(--secondaryColor);
  font-size: 18px;
  font-weight: 700;
}
.language-about-content .content-list .learn-more i {
  top: 0px;
  right: -27px;
  font-size: 19px;
  position: absolute;
}
.language-about-content .content-list .learn-more:hover {
  color: var(--mainColor);
}
.language-about-content .shape2 {
  right: 50px;
  bottom: -100px;
  position: absolute;
}

/*================================================
Language Courses Area CSS
=================================================*/
.language-courses-card {
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid #ececec;
  transition: var(--transition);
}
.language-courses-card .rating {
  font-size: 17px;
  border-radius: 5px;
  padding: 6px 23px;
  margin-bottom: 25px;
  color: var(--whiteColor);
  background-color: #ffbc1f;
}
.language-courses-card h3 {
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 22px;
  font-weight: 700;
}
.language-courses-card .programs {
  font-size: 18px;
  margin-bottom: 10px;
}
.language-courses-card p {
  font-size: 18px;
}
.language-courses-card .flag {
  margin-top: 22px;
}
.language-courses-card .flag img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 10px solid var(--whiteColor);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.language-courses-card:hover {
  border-color: var(--whiteColor);
  box-shadow: 0px 4px 50px 10px rgba(12, 19, 39, 0.05);
}
.language-courses-card.image-info {
  padding: 0;
  border: 0;
}
.language-courses-card.image-info img {
  border-radius: 5px;
}
.language-courses-card.provide-info {
  border: 0;
  z-index: 1;
  padding: 64px 50px;
  position: relative;
  background-color: var(--blackColor);
}
.language-courses-card.provide-info h2 {
  color: var(--whiteColor);
  font-size: 29px;
  font-weight: 700;
}
.language-courses-card.provide-info .language-default-btn {
  margin-top: 20px;
}
.language-courses-card.provide-info .bg-shape {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  text-align: center;
  position: absolute;
}

.col-lg-4:nth-child(3) .language-courses-card {
  margin-bottom: -105px;
}
.col-lg-4:nth-child(4) .language-courses-card {
  margin-top: -145px;
}

/*================================================
Language Faq Area CSS
=================================================*/
.language-faq-area {
  background-color: #f8f8f8;
}

.language-faq-content {
  margin-right: 72px;
}
.language-faq-content .language-section-title {
  max-width: 390px;
}
.language-faq-content .faq-accordion.accordion .accordion-item {
  border: 0;
  border-radius: 15px;
  margin-bottom: 25px;
  color: var(--blackColor);
  background-color: transparent;
}
.language-faq-content .faq-accordion.accordion .accordion-item .accordion-button {
  display: block;
  box-shadow: unset;
  border-radius: 5px;
  color: var(--whiteColor);
  padding: 20px 60px 20px 30px;
  background-color: var(--mainColor);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--fontFamily);
}
.language-faq-content .faq-accordion.accordion .accordion-item .accordion-button::before {
  top: 50%;
  right: 30px;
  content: "\ea78";
  position: absolute;
  color: var(--whiteColor);
  transform: translateY(-50%);
  font-family: "remixicon";
  font-size: 20px;
}
.language-faq-content .faq-accordion.accordion .accordion-item .accordion-button::after {
  display: none;
}
.language-faq-content .faq-accordion.accordion .accordion-item .accordion-button.collapsed {
  color: var(--blackColor);
  border: 1px solid #ececec;
  background-color: transparent;
}
.language-faq-content .faq-accordion.accordion .accordion-item .accordion-button.collapsed::before {
  content: "\ea4e";
  color: var(--blackColor);
}
.language-faq-content .faq-accordion.accordion .accordion-item .accordion-body {
  padding-bottom: 0;
  padding: 20px 25px;
  color: var(--bodyColor);
}
.language-faq-content .faq-accordion.accordion .accordion-item .accordion-body p {
  font-size: 18px;
}
.language-faq-content .faq-accordion.accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.language-faq-image {
  margin-right: -106px;
}
.language-faq-image .enrolled-info {
  top: 202px;
  left: 57px;
  padding: 25px;
  position: absolute;
  border-radius: 5px;
  background-color: var(--whiteColor);
}
.language-faq-image .enrolled-info .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  line-height: 58px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: var(--secondaryColor);
}
.language-faq-image .enrolled-info p {
  font-weight: 600;
  margin-bottom: 8px;
}
.language-faq-image .enrolled-info h3 {
  margin-bottom: 0;
  color: var(--secondaryColor);
  font-size: 29px;
  font-weight: 700;
}
.language-faq-image .languages-info {
  top: 465px;
  right: 60px;
  padding: 20px 27px;
  position: absolute;
  border-radius: 5px;
  background-color: var(--whiteColor);
}
.language-faq-image .languages-info .icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  display: block;
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
  border-radius: 100%;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.language-faq-image .languages-info p {
  font-weight: 600;
  margin-bottom: 2px;
}
.language-faq-image .languages-info h3 {
  margin-bottom: 0;
  color: var(--mainColor);
  font-size: 29px;
  font-weight: 700;
}

/*================================================
Language Video Area CSS
=================================================*/
.language-video-area {
  background-image: url(../../images/language-demo/video-info.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 300px;
}
.language-video-area::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: rgba(12, 19, 39, 0.5);
}

.language-video-info a {
  width: 156px;
  height: 156px;
  font-size: 55px;
  text-align: center;
  line-height: 156px;
  border-radius: 100%;
  display: inline-block;
  border-radius: 156px;
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  background-color: rgba(255, 255, 255, 0.1);
}
.language-video-info a i {
  margin-left: 7px;
}
.language-video-info a:hover {
  color: var(--secondaryColor);
  background-color: var(--whiteColor);
}

/*================================================
Language Testimonial Area CSS
=================================================*/
.language-testimonial-area .language-section-title {
  margin-bottom: 80px;
}

.language-testimonial-image {
  margin-right: 50px;
  margin-bottom: 25px;
}
.language-testimonial-image .shape1 {
  left: 0;
  top: -15px;
  position: absolute;
}

.language-testimonial-content {
  margin-left: 45px;
  margin-bottom: 25px;
}
.language-testimonial-content .item-info .icon {
  margin-bottom: 40px;
}
.language-testimonial-content .item-info h3 {
  margin-bottom: 30px;
  color: var(--blackColor);
  font-size: 21px;
  font-weight: 600;
}
.language-testimonial-content .item-info p {
  max-width: 595px;
  font-size: 20px;
  font-weight: 500;
}
.language-testimonial-content .item-info .users {
  margin-top: 30px;
}
.language-testimonial-content .item-info .users h5 {
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 600;
}
.language-testimonial-content .item-info .users p {
  font-size: 17px;
  font-weight: 500;
}
.language-testimonial-content .shape2 {
  top: -70px;
  right: 33px;
  position: absolute;
}
.language-testimonial-content .shape3 {
  right: 24px;
  bottom: 17px;
  position: absolute;
}

.language-testimonial-slider.owl-theme .owl-nav {
  margin-top: 55px;
  text-align: start !important;
}
.language-testimonial-slider.owl-theme .owl-nav .owl-prev, .language-testimonial-slider.owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--mainColor);
}
.language-testimonial-slider.owl-theme .owl-nav .owl-prev i, .language-testimonial-slider.owl-theme .owl-nav .owl-next i {
  margin-right: -2px;
}
.language-testimonial-slider.owl-theme .owl-nav .owl-prev:hover, .language-testimonial-slider.owl-theme .owl-nav .owl-next:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}
/*================================================
Language Funfact Area CSS
=================================================*/
.language-funfact-info {
  border-radius: 5px;
  background: linear-gradient(90deg, #FFF6EB 0%, #E3F9F6 100%);
}
.language-funfact-info .title-info {
  max-width: 456px;
  margin-bottom: 40px;
}
.language-funfact-info .title-info h3 {
  line-height: 1.4;
  color: var(--blackColor);
  font-size: 28px;
  font-weight: 700;
}

.language-funfact-text-warp {
  z-index: 1;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: var(--transition);
}
.language-funfact-text-warp .text-slide {
  position: relative;
  white-space: nowrap;
  animation-duration: 5s;
  display: inline-block;
  animation-name: marquee;
  transform: translate3d(-10%, 0, 0);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.language-funfact-text-warp .text-slide:hover {
  animation-play-state: paused !important;
}
.language-funfact-text-warp .text-slide .language-funfact-card {
  padding: 45px;
  border-radius: 5px;
  border: 1px solid #ececec;
  background-color: var(--whiteColor);
  margin-right: 25px;
  margin-bottom: 25px;
}
.language-funfact-text-warp .text-slide .language-funfact-card h3 {
  color: var(--mainColor);
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 600;
}
.language-funfact-text-warp .text-slide .language-funfact-card p {
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 500;
}
.language-funfact-text-warp .text-slide .language-funfact-card:nth-child(2) h3 {
  color: var(--secondaryColor);
}
.language-funfact-text-warp .text-slide .language-funfact-card:nth-child(3) h3 {
  color: #8861db;
}
.language-funfact-text-warp .text-slide .language-funfact-card:nth-child(4) h3 {
  color: #ffbc1f;
}
.language-funfact-text-warp .text-slide.style-2 {
  animation-duration: 5s;
  animation-name: marquee2;
}

@keyframes marquee2 {
  0% {
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
/*================================================
Language Blog Area CSS
=================================================*/
.language-blog-card {
  margin-bottom: 25px;
}
.language-blog-card .image {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: var(--transition);
}
.language-blog-card .image img {
  border-radius: 5px;
  transition: var(--transition);
}
.language-blog-card .content .sub-info {
  padding: 9px 20px;
  margin-bottom: 23px;
  border-radius: 20px;
  background-color: #e3f9f6;
  color: var(--secondaryColor);
  font-size: 16px;
  font-weight: 500;
}
.language-blog-card .content h3 {
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 700;
}
.language-blog-card .content h3 a {
  color: var(--blackColor);
}
.language-blog-card .content h3 a:hover {
  color: var(--mainColor);
}
.language-blog-card .content ul li {
  line-height: 1;
  margin-right: 8px;
  position: relative;
  padding-right: 12px;
}
.language-blog-card .content ul li::before {
  top: 50%;
  right: 0;
  width: 1px;
  height: 11px;
  content: "";
  position: absolute;
  background-color: #ececec;
  transform: translateY(-50%);
}
.language-blog-card .content ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.language-blog-card .content ul li:last-child::before {
  display: none;
}
.language-blog-card:hover .image img {
  transform: scale(1.08);
}

/*================================================
Language Get In Touch Area CSS
=================================================*/
.language-get-in-touch-area {
  background-color: #e8f5ff;
}

.language-get-in-touch-info {
  border-radius: 5px;
  background-color: var(--blackColor);
  padding-top: 120px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 85px;
}
.language-get-in-touch-info .box-shape {
  top: -49px;
  left: 397px;
  position: absolute;
}

.language-get-in-touch-content {
  margin-bottom: 25px;
}
.language-get-in-touch-content p {
  margin-bottom: 10px;
  color: var(--whiteColor);
}
.language-get-in-touch-content a {
  color: var(--whiteColor);
  font-size: 30px;
  font-weight: 500;
}
.language-get-in-touch-content a:hover {
  color: var(--mainColor);
}
.language-get-in-touch-content h1 {
  margin-bottom: 0;
  margin-right: -21px;
  color: transparent;
  letter-spacing: 16px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ececec;
  font-size: 75px;
  font-weight: 700;
}

/*================================================
Yoga Footer Area CSS
=================================================*/
.language-footer-area {
  background-color: #e8f5ff;
}
.language-footer-area .shape1 {
  bottom: -15px;
  right: 420px;
  position: absolute;
}

.language-footer-widget {
  margin-bottom: 25px;
}
.language-footer-widget h3 {
  margin-bottom: 30px;
  color: var(--blackColor);
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.language-footer-widget.logo-info .logo {
  margin-bottom: 25px;
}
.language-footer-widget.logo-info p {
  line-height: 1.8;
}
.language-footer-widget.logo-info .location {
  margin-top: 25px;
}
.language-footer-widget.logo-info .location li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.language-footer-widget.logo-info .location li i {
  top: 2px;
  left: 0;
  font-size: 18px;
  position: absolute;
  color: var(--mainColor);
}
.language-footer-widget.logo-info .location li span {
  font-weight: 700;
}
.language-footer-widget.logo-info .location li a {
  color: var(--bodyColor);
}
.language-footer-widget.logo-info .location li a:hover {
  color: var(--mainColor);
}
.language-footer-widget.logo-info .location li:last-child {
  margin-bottom: 0;
}
.language-footer-widget.links-info ul li {
  margin-bottom: 15px;
}
.language-footer-widget.links-info ul li a {
  color: var(--bodyColor);
}
.language-footer-widget.links-info ul li a:hover {
  color: var(--mainColor);
}
.language-footer-widget.links-info ul li:last-child {
  margin-bottom: 0;
}
.language-footer-widget.subscribe-info {
  margin-left: 64px;
}
.language-footer-widget.subscribe-info form {
  margin-top: 20px;
  margin-bottom: 25px;
}
.language-footer-widget.subscribe-info form .form-group .form-control {
  border: 0;
  height: 60px;
  max-width: 200px;
  box-shadow: unset;
  padding-left: 20px;
  color: var(--bodyColor);
  background-color: var(--whiteColor);
}
.language-footer-widget.subscribe-info form .form-group .form-control::-moz-placeholder {
  color: var(--bodyColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.language-footer-widget.subscribe-info form .form-group .form-control::placeholder {
  color: var(--bodyColor);
  transition: var(--transition);
}
.language-footer-widget.subscribe-info form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.language-footer-widget.subscribe-info form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.language-footer-widget.subscribe-info form .form-group .yoga-default-btn {
  top: 0;
  right: 0;
  position: absolute;
  background-color: rgb(48, 190, 173);
}
.language-footer-widget.subscribe-info form .form-group .yoga-default-btn::before {
  background-color: var(--mainColor);
}
.language-footer-widget.subscribe-info ul li {
  margin-right: 15px;
  display: inline-block;
}
.language-footer-widget.subscribe-info ul li a {
  color: var(--bodyColor);
  font-size: 18px;
  font-weight: 300;
}
.language-footer-widget.subscribe-info ul li a:hover {
  color: var(--mainColor);
}
.language-footer-widget.subscribe-info ul li:last-child {
  margin-right: 0;
}

.col-lg-3:nth-child(2) .language-footer-widget {
  margin-left: 70px;
}

.col-lg-2 .language-footer-widget {
  margin-left: 30px;
}

.language-copyright-area {
  background-color: rgb(224, 242, 255);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}

.language-copyright-content p {
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
}
.footer-social li a {
  color: var(--bodyColor) !important;
}
.single-footer a:hover i {
  color: var(--mainColor) !important;
}
.language-copyright-content p span {
  color: var(--mainColor);
}/*# sourceMappingURL=style.css.map */