@import url("https://fonts.googleapis.com/css2?family=Laila:wght@400;500;600;700&amp;family=Poppins:wght@300;400;500;600&amp;display=swap");
/*_______ Variable _________*/
/*_______ End _________*/
* {
  padding: 0;
  margin: 0;
}

::-moz-selection {
  background-color: #234f1e;
  color: #fff;
}

::selection {
  background-color: #234f1e;
  color: #fff;
}

.sholar-fee {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  gap: 20px;
}

.pdf-outer {
  padding: 40px 0px;
}
.pdf-outer .pdf-wrap .pdf-content {
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  width: 80%;
  font-weight: 500;
  color: #fff;
  font-family: "Laila", serif;
  outline: 4px solid;
  outline-offset: 8px;
  outline-color: #234f1e;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #234f1e;
}
.pdf-outer .pdf-wrap .brochure-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}
.pdf-outer .pdf-wrap .brochure-btn-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #000000;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-family: "Laila", serif;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
  font-weight: 600;
  margin-bottom: 30px;
  justify-content: center;
  font-size: 15px;
}
.pdf-outer .pdf-wrap .brochure-btn-wrap a:after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 40%;
  height: 50%;
  z-index: -1;
}
.pdf-outer .pdf-wrap .brochure-btn-wrap a::before {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 40%;
  height: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pdf-outer .pdf-wrap .pdf-content {
    width: 92%;
    font-size: 15px;
    font-weight: 400;
  }
}

.img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.img-wrap.certificate {
  height: 100% !important;
}
.img-wrap.certificate img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media screen and (max-width: 991.98px) {
  .img-wrap {
    height: 300px !important;
    margin-bottom: 20px;
  }
  .img-wrap.certificate {
    height: 100% !important;
  }
  .img-wrap.certificate img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
@media screen and (max-width: 767.98px) {
  .img-wrap {
    height: 250px !important;
    margin-bottom: 20px;
  }
}

.common-content-wrap {
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 100%;
}
@media screen and (min-width: 991.98px) {
  .common-content-wrap {
    margin-bottom: 10px;
  }
}

/*_______ Mixin _________*/
.Effecthover::before, .our-location .location-card .img-wrap:hover::before, .yoga-style-wraper .yoga-widget:hover::before {
  transform: translateY(100%);
}

/*_______ End _________*/
/*_______ Base setup _________*/
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Laila", serif;
}

p,
q,
span,
li {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  p,
  q,
  span,
  li {
    font-size: 14px;
  }
}

a {
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
}

ul {
  padding-left: 0 !important;
  list-style: none;
}

.common-form {
  background: rgba(208, 202, 103, 0.3607843137);
  padding: 20px;
}
.common-form .form-control {
  border-radius: 0;
}

.primary-btn {
  font-size: 14px;
  font-family: "Laila", serif;
  text-transform: capitalize;
  color: #000;
  padding: 7px 15px;
  border: none;
  border-radius: 3rem;
  transition: all 0.4s ease-in-out;
  outline: none;
  position: relative;
  white-space: nowrap;
  z-index: 6;
  outline: 1px solid;
  outline-color: #fff;
  font-weight: 600;
}
.primary-btn span {
  font-size: 14px;
  color: #000;
}
.primary-btn::before {
  content: "";
  content: "";
  border-radius: 3rem;
  min-width: calc(100% + 10px);
  min-height: calc(100% + 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  background: #eec54c;
  z-index: -2;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.primary-btn:hover {
  color: #fff;
  outline-color: #eec54c;
}
.primary-btn:hover::before {
  background: #234f1e;
}
@media screen and (max-width: 767px) {
  .primary-btn {
    font-size: 13px;
    padding: 5px 10px;
  }
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: 0;
  }
}
.main-heading {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 22px;
  text-transform: capitalize;
  font-family: "Laila", serif;
}
@media screen and (max-width: 1199.98px) and (min-width: 768px) {
  .main-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-heading {
    font-size: 23px;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .main-heading {
    font-size: 20px;
    line-height: 1.5;
  }
}

.heading-wrap {
  margin-bottom: 55px;
  text-align: center;
}
.heading-wrap .main-heading {
  margin-bottom: 0;
}

.heading-title {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  padding-left: 45px;
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  font-weight: 600;
}
.heading-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  height: 2px;
  width: 40px;
  background-color: #000;
}
@media screen and (max-width: 991.98px) {
  .heading-title {
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
  }
}

.sub-heading {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .sub-heading {
    font-size: 18px;
  }
}

.space {
  padding: 80px 0;
}
@media screen and (max-width: 991.98px) {
  .space {
    padding: 60px 0px;
  }
}

.bg {
  background-color: #e9ede8;
  position: relative;
  z-index: 1;
}

.list li {
  display: flex;
  align-items: baseline;
}
.list li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: inherit;
  color: #eec54c;
  padding-right: 10px;
  font-size: 8px;
  position: relative;
  top: -2px;
}
.list li .sub-list {
  margin-left: 20px;
  list-style: circle;
}

img.decoration {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/*_______ End _________*/
/*_______ Header _________*/
.drop-desk {
  position: relative;
}
.drop-desk .desk-multi-list {
  position: absolute;
  left: 100%;
  transform: skew(10deg, 10deg);
  overflow: hidden;
  height: 10px;
  width: 10px;
  top: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  border-bottom: 3px solid #eec54c;
}
.drop-desk:hover .desk-multi-list {
  transform: skew(0deg, 0deg);
  left: 100%;
  opacity: 1;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 0px;
}

header {
  background-color: #234f1e;
  position: relative;
  z-index: 99;
}
header.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  animation: smooth 0.3s ease-in-out forwards;
}
header nav {
  padding: 0 !important;
  margin: 0;
  width: 70%;
}
@media (991.98px <= width <= 1349.98px) {
  header nav {
    margin: 0 0 0 auto;
    width: 80%;
  }
}
@media (1350px <= width <= 1500px) {
  header nav {
    width: 75%;
    margin-left: auto;
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1500px) {
  header nav {
    width: 70%;
    margin-left: auto;
    padding-right: 30px !important;
  }
}
header nav .navbar-collapse {
  width: 100%;
}
header nav .navbar-collapse .navbar-nav {
  justify-content: space-between;
  width: 100%;
}
header nav .navbar-collapse .navbar-nav .inner-dropdown {
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .navbar-collapse .navbar-nav .inner-dropdown a {
  color: #fff;
  text-transform: capitalize;
}
header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content {
  position: absolute;
  transform: translateY(50px);
  transition: 0.2s ease-in-out;
  background: #fff;
  padding: 0px !important;
  text-align: left;
  top: 45px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media screen and (max-width: 991.98px) {
  header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content {
    display: none;
  }
  header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content.active {
    display: block;
  }
}
header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content li {
  position: relative;
  z-index: 1;
  transition: 0.4s ease-in-out;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #234f1e;
  background: #fff;
}
@media screen and (min-width: 991.98px) {
  header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content li {
    background: #fff;
  }
}
header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content li:last-child {
  border: none;
}
header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content li a {
  transition: 0.2s;
}
header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content li:hover {
  background: #fff;
}
header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content li:hover a {
  color: #234f1e;
}
header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content li a {
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content li {
    background: #fff;
  }
  header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content li a {
    text-align: center;
    color: #000 !important;
    font-weight: 600;
  }
}
@media screen and (min-width: 991px) {
  header nav .navbar-collapse .navbar-nav .inner-dropdown:hover {
    overflow: visible;
  }
  header nav .navbar-collapse .navbar-nav .inner-dropdown:hover .dropdown-content {
    display: visible;
    transform: translateY(0px);
    top: 50px;
    border-top: 3px solid #eec54c;
    border-bottom: 3px solid #eec54c;
  }
}
@media screen and (max-width: 991.98px) {
  header nav .navbar-collapse .navbar-nav .inner-dropdown {
    overflow: visible;
    display: flex;
    flex-flow: column;
  }
  header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content {
    display: none;
    bottom: 0;
    position: relative;
    transform: translateY(0);
  }
  header nav .navbar-collapse .navbar-nav .inner-dropdown .dropdown-content.active {
    display: block;
    transition: 0.4s ease-in-out;
    top: 0;
  }
}
header nav .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  text-align: center;
  border-right: 2px dotted #fff;
  width: 100%;
  margin-bottom: 0;
  text-transform: capitalize;
}
header nav .navbar-collapse .navbar-nav .nav-item:last-child {
  border-right: 0px dotted #fff;
}
header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #fff;
  padding: 12px 10px;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1400px) {
  header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
header nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #234f1e;
  background-color: #fff;
}
header .top-drop .dropdown-content .sec-innerdrop .sec-dropdown {
  border: none !important;
}
@media screen and (min-width: 991.98px) {
  header .top-drop .dropdown-content .sec-innerdrop {
    transition: none !important;
  }
  header .top-drop .dropdown-content .sec-innerdrop .sec-dropdown {
    white-space: nowrap;
  }
  header .top-drop .dropdown-content .sec-innerdrop .dropdown-sec-content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    position: absolute;
    left: calc(100% + 2px);
    top: 0;
    z-index: 99;
  }
  header .top-drop .dropdown-content .sec-innerdrop .dropdown-sec-content.active {
    display: none;
  }
  header .top-drop .dropdown-content .sec-innerdrop .dropdown-sec-content.active li a {
    color: #000 !important;
  }
  header .top-drop .dropdown-content .sec-innerdrop .dropdown-sec-content.active li:hover a {
    color: #234f1e !important;
  }
  header .top-drop .dropdown-content .sec-innerdrop .dropdown-sec-content li a {
    color: #000 !important;
  }
  header .top-drop .dropdown-content .sec-innerdrop .dropdown-sec-content li:hover a {
    color: #234f1e !important;
  }
  header .top-drop .dropdown-content .sec-innerdrop:hover .sec-dropdown {
    color: #234f1e !important;
  }
  header .top-drop .dropdown-content .sec-innerdrop:hover .dropdown-sec-content {
    display: block;
  }
}

@keyframes smooth {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (min-width: 1099.98px) {
  header #menu {
    display: none;
  }
  .mobile-logo {
    display: none !important;
  }
  span.menu-link {
    display: none !important;
  }
}
@media screen and (max-width: 1099px) {
  nav.navbar {
    display: none;
  }
  header {
    background: #fff;
    display: flex;
    justify-content: space-between;
    top: 0;
    width: 100%;
    padding: 10px 20px;
  }
  .mobile-logo {
    display: block;
    width: 170px;
    height: 60px;
  }
  .mobile-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  span.menu-link {
    display: block;
  }
  span.menu-link.active {
    margin-bottom: 40px;
  }
}
.menu-link {
  position: relative;
  overflow: hidden;
}
.menu-link i {
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 16px 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 24px;
  color: #000;
}
.menu-link i:nth-child(2) {
  transform: translateX(200%);
  opacity: 0;
}
.menu-link i:nth-child(1) {
  opacity: 1;
}
.menu-link.active i:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
  color: #fff;
}
.menu-link.active i:nth-child(1) {
  transform: translateX(-200%);
  opacity: 0;
}

.pattern {
  position: relative;
}

span.menu-link {
  padding: 1em;
  flex-grow: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: end;
  height: -moz-fit-content;
  height: fit-content;
}

.menu {
  transform: translateX(200%);
  transition: 0.3s all ease-in-out;
  opacity: 1;
  position: absolute;
  right: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.menu.active {
  width: 100%;
  height: auto;
  transform: translateX(0);
  opacity: 1;
  position: absolute;
  top: 0;
  height: 95vh;
  background: rgba(0, 0, 0, 0.81);
}
@media screen and (max-width: 575px) {
  .menu.active {
    width: 100%;
  }
}

.menu li.has-subnav > a:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5em;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

.level-2.active {
  margin: 10px 0px;
}
.level-2 li {
  border-bottom: 1px solid #000 !important;
}
.level-2 li:last-child {
  border: none !important;
}
.level-2 li a {
  color: #000;
}

.mobile-nav-link {
  color: #fff;
}

.menu li.has-subnav > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu li {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 15px 0px;
}
#menu li:last-child {
  border: none;
}
#menu li a {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  #menu li a {
    font-size: 14px;
  }
}

.menu {
  text-transform: capitalize;
}

.menu li.has-subnav > a.active:after {
  content: "-";
}

.level-1 {
  width: 100%;
  padding: 20px !important;
  margin: auto;
  position: absolute;
  top: 57px;
  height: 80vh;
  overflow-y: scroll;
}

.level-2 {
  background: #fff;
  width: 0;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.level-2.active {
  width: 80%;
  height: auto;
  padding: 5px 20px !important;
}
@media screen and (max-width: 575px) {
  .level-2.active {
    width: 100%;
  }
}

.level-3 {
  background: #234f1e;
  width: 0;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.level-3.active {
  margin: 10px 0px;
  width: 80%;
  height: auto;
  padding: 5px 20px !important;
}
@media screen and (max-width: 575px) {
  .level-3.active {
    width: 100%;
  }
}
.level-3.active li {
  border-bottom-color: #fff !important;
}
.level-3.active li a {
  color: #fff;
}

.level-4 {
  background: #234f1e;
  width: 0;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.level-4.active {
  margin: 10px 0px;
  width: 80%;
  height: auto;
  padding: 5px 20px !important;
  background: #eec54c;
}
@media screen and (max-width: 575px) {
  .level-4.active {
    width: 100%;
  }
}
.level-4.active li {
  border-bottom-color: #000000 !important;
}
.level-4.active li a {
  color: #000000;
}

#menu a {
  text-transform: capitalize;
  font-weight: 500;
}

@media (1099.98px <= width <= 1199.98px) {
  header {
    position: sticky;
    z-index: 99;
    top: 0;
  }
  header nav .navbar-collapse .navbar-nav .inner-dropdown a {
    font-size: 14px;
  }
  header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 12px 8px;
  }
  .top-header nav .top-head-btn {
    margin-left: 20px !important;
  }
  .top-header nav .top-head-btn button {
    font-size: 13px !important;
  }
  .top-header nav .navbar-brand .logo {
    width: 10rem !important;
  }
  .top-header nav .navbar-nav {
    padding-right: 20px !important;
  }
  .top-header nav .navbar-nav .nav-item .dropdown-menu.sec-dropdown .inner-dropdown a {
    font-size: 14px;
  }
  .top-header nav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle {
    font-size: 14px;
  }
  .top-header nav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle span {
    font-size: 14px !important;
  }
}
.dropdown-content.inner-dropdown-content {
  border: 1px solid #fff;
  background: #fff !important;
}
.dropdown-content.inner-dropdown-content .sec-innerdrop {
  text-align: left !important;
}
.dropdown-content.inner-dropdown-content .sec-innerdrop .sec-dropdown {
  color: #000 !important;
  text-transform: capitalize !important;
  border-bottom: 1px dashed #234f1e;
  font-weight: 600;
}
.dropdown-content.inner-dropdown-content .sec-innerdrop::after {
  display: none;
}
.dropdown-content.inner-dropdown-content .sec-innerdrop .dropdown-sec-content {
  display: none;
}
.dropdown-content.inner-dropdown-content .sec-innerdrop .dropdown-sec-content.active {
  display: block;
}
.dropdown-content.inner-dropdown-content .sec-innerdrop .dropdown-sec-content.active li a {
  color: #234f1e !important;
}
.dropdown-content.inner-dropdown-content .sec-innerdrop .dropdown-sec-content.active li:hover a {
  color: #fff !important;
}

/*_______ End _________*/
/*_______ Sub Header _________*/
.top-header {
  background-color: #fff;
  position: relative;
  padding: 0px;
}
.top-header .only-drop .sec-innerdrop .dropdown-sec-content {
  display: none;
}
.top-header .only-drop .sec-innerdrop:hover .dropdown-sec-content {
  display: block;
}
.top-header nav {
  background-color: #fff !important;
  padding: 0;
  width: 100%;
}
.top-header nav .top-head-btn {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .top-header nav .top-head-btn {
    display: none;
  }
}
.top-header nav .navbar-brand .logo {
  position: fixed;
  left: 20px;
  top: 0px;
  background: #ffffff;
  z-index: 999;
  border-radius: 0px 0px 35px 35px;
  padding: 0px;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffc900;
  border-top: 0px;
  width: 11rem;
  background: linear-gradient(227deg, rgba(223, 223, 223, 0.2) 0%, rgba(225, 225, 225, 0.3) 100%);
  transition: 0.3s ease-in-out;
}
.top-header nav .navbar-brand .logo.fixed-logo {
  width: 10rem;
  height: 6rem;
  transition: 0.3s ease-in-out;
  background: linear-gradient(227deg, rgb(248, 207, 81) 0%, rgba(247, 247, 247, 0.55) 100%);
}
.top-header nav .navbar-brand .logo img {
  width: 90%;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .top-header nav .navbar-brand .logo {
    display: none;
  }
}
.top-header nav .navbar-nav {
  flex-grow: 1;
  align-items: center;
  justify-content: end;
  padding-right: 30px;
}
@media (min-width: 1199.98px) {
  .top-header nav .navbar-nav {
    padding-right: 40px;
  }
}
.top-header nav .navbar-nav .nav-item.dropdown {
  margin: 0 40px 0px 0px;
}
@media screen and (min-width: 1400px) {
  .top-header nav .navbar-nav .nav-item.dropdown {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 1299.98px) and (min-width: 1199.98px) {
  .top-header nav .navbar-nav .nav-item.dropdown {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 991.98px) {
  .top-header nav .navbar-nav .nav-item.dropdown {
    margin: 0px 10px;
  }
}
.top-header nav .navbar-nav .nav-item.dropdown .nav-link {
  text-transform: capitalize;
  color: #234f1e;
}
.top-header nav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle {
  display: flex !important;
  flex-flow: column;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Laila", serif;
  font-weight: 600;
}
.top-header nav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle::after {
  position: absolute;
  right: -6px;
  top: 49px;
  margin: auto;
}
.top-header nav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle span {
  margin: 0 !important;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15px;
}
.top-header nav .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  border: none;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.top-header nav .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 15px;
  border-bottom: 1px solid;
  margin: 0;
  padding: 10px 15px;
  white-space: nowrap;
}
.top-header nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border: none;
}
.top-header nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #000;
  text-transform: capitalize;
}
.top-header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  border-top: 3px solid #eec54c;
  border-bottom: 3px solid #eec54c;
}

.mobile-location {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile-location {
    display: block !important;
  }
  .mobile-location .dropdown-content {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 10px auto;
  }
}
.dropdown .dropdown-content-three {
  display: none;
}
.dropdown .dropdown-content-three.show {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .top-header {
    display: none;
  }
}
@media screen and (min-width: 991.98px) {
  .location-mobile {
    display: none !important;
  }
  .dropdown-menu {
    transition: 0.4s ease-in-out;
  }
  .dropdown-menu.sec-dropdown .inner-dropdown:hover .dropdown-content {
    display: block !important;
    transform: translateY(0px) !important;
  }
}
/*_______ End _________*/
/*_______ Hero _________*/
.hero .full-banner {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 767.98px) {
  .hero .mobile-banner {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .hero .full-banner {
    display: none;
  }
  .hero .mobile-banner {
    height: 100%;
    width: 100%;
  }
}

/*_______ End _________*/
/*_______ Welcome Wraper _________*/
.welcome-wrap {
  position: relative;
}
.welcome-wrap .logo-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .welcome-wrap .logo-img {
    display: none;
  }
}
.welcome-wrap .logo-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../jpg/wlecome-bg.jpg) no-repeat;
  background-size: cover;
  opacity: 0.7;
  background-position: center;
}
.welcome-wrap .logo-img img {
  width: 11rem;
  position: absolute;
  left: 0;
  right: 147px;
  margin: auto;
  top: 0;
  bottom: -22px;
}
.welcome-wrap .call-to-action {
  padding: 45px 80px 45px 60px;
  position: relative;
  box-shadow: rgb(0, 134, 48) 0px 30px 60px -12px inset, rgb(255, 201, 0) 0px 18px 36px -18px inset;
}
@media screen and (max-width: 991.98px) {
  .welcome-wrap .call-to-action {
    padding: 20px;
  }
}
.welcome-wrap .call-to-action .heading-title {
  color: #000;
}
.welcome-wrap .call-to-action .heading-title::before {
  background-color: #000;
}
.welcome-wrap .call-to-action p,
.welcome-wrap .call-to-action .main-heading {
  color: #000;
}
.welcome-wrap .call-to-action .content-box {
  display: flex;
  flex-wrap: wrap;
}
.welcome-wrap .call-to-action .content-box .wrap {
  width: 50%;
  padding: 0 20px;
  margin: 1rem 0;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
  border-right: none !important;
}
.welcome-wrap .call-to-action .content-box .wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 8px;
  background-color: #234f1e;
  transform: skew(0deg, 15deg);
}
.welcome-wrap .call-to-action .content-box .wrap .heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #234f1e;
}
.welcome-wrap .call-to-action .content-box .wrap p {
  margin: 0;
}

/*_______ End _________*/
/*_______ Yoga Style _________*/
.yoga-style .yoga-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 100%;
}
.yoga-style .yoga-box .sub-heading {
  padding: 10px 0px;
  text-align: center;
  color: #000;
  background-color: #eec54c;
  margin: 0;
}
.yoga-style .yoga-box img {
  height: 15rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  box-shadow: none;
}
.yoga-style .yoga-box .content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}
.yoga-style .yoga-box .content p {
  color: #000;
}
.yoga-style a {
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .yoga-style .yoga-box img {
    height: 12rem;
  }
  .yoga-style a {
    font-size: 16px;
  }
}

/*_______ End _________*/
/*_______multi yoga_________*/
.multi-yoga .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 20px 0px;
}
.multi-yoga .img-wrap {
  height: 300px;
}
.multi-yoga .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*_______ End _________*/
/*_______ Yoga Description _________*/
.yoga-descrip .descrip-content-wrap {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0px 20px;
}
@media screen and (max-width: 991.98px) {
  .yoga-descrip .descrip-content-wrap .enroll-btn {
    margin-bottom: 20px;
  }
}
.yoga-descrip .img-wrap {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 5px;
}
.yoga-descrip .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

/*_______ End _________*/
/*_______ About Wraper _________*/
.about-wraper .about-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.about-wraper .about-content button {
  width: -moz-fit-content;
  width: fit-content;
}
.about-wraper.icon-inner-wrap {
  position: relative;
  z-index: 1;
}
.about-wraper.icon-inner-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  background: url(../jpg/rishikul-about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991.98px) {
  .about-wraper.icon-inner-wrap::before {
    width: 100%;
  }
}
.about-wraper .quote-box {
  position: relative;
  padding: 0 1rem;
  border-left: 4px solid #234f1e;
}
.about-wraper .quote-box::before {
  content: "";
  position: absolute;
}
.about-wraper .quote-box p {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.about-wraper .life-wrap {
  position: relative;
  z-index: 1;
}
.about-wraper .life-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../webp/life-style.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
@media screen and (max-width: 991.98px) {
  .about-wraper .life-wrap::after {
    display: none;
  }
}
.about-wraper .life-wrap .list {
  width: -moz-fit-content;
  width: fit-content;
}
.about-wraper .life-wrap .list.head {
  border-left: 4px solid #234f1e;
  margin-bottom: 1.5rem;
  padding: 10px;
  border-radius: 3px;
}
.about-wraper .life-wrap .list.head li {
  padding-left: 1rem;
}
.about-wraper .img-wrap.kerala {
  position: relative;
  z-index: 1;
  height: 100%;
}
.about-wraper .img-wrap.kerala::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../png/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(71%) sepia(95%) saturate(1062%) hue-rotate(357deg) brightness(102%) contrast(106%);
}
.about-wraper .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-wraper .img-wrap .lifestyle {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .about-wraper .img-wrap .style-one {
    display: none;
  }
  .about-wraper .img-wrap .lifestyle {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.about-wraper .about-inner-wrap .heading-title {
  margin: 10px 0;
}
@media screen and (max-width: 991.98px) {
  .about-wraper .about-inner-wrap {
    background: linear-gradient(227deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.93) 100%);
    padding: 20px;
  }
  .about-wraper .about-inner-wrap .heading-title {
    color: #000;
  }
  .about-wraper .about-inner-wrap .main-heading {
    color: #000;
  }
  .about-wraper .about-inner-wrap p {
    color: #000;
  }
}

/*_______ End _________*/
/*_______ course-icon-wrap _________*/
.course-icon-wrap {
  position: relative;
  z-index: 1;
}
.course-icon-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #008630, #85b54f, #85b54f, #85b54f);
  z-index: -2;
}
.course-icon-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: -1;
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.course-icon-wrap .course-icon-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.course-icon-wrap .course-icon-strip .alliance-img {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575.98px) {
  .course-icon-wrap .course-icon-strip .alliance-img {
    width: 75px;
    height: 75px;
  }
}
.course-icon-wrap .course-icon-strip .alliance-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.course-icon-wrap .course-icon-strip .alliance-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  z-index: -1;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.course-icon-wrap .course-icon-strip .alliance-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  z-index: 1;
  border: 2px solid #234f1e;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/*_______ End _________*/
/*_______ Yoga Icons _________*/
.yoga-style-wraper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 0 1.2rem;
}
.yoga-style-wraper .yoga-widget {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.yoga-style-wraper .yoga-widget::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 173, 0, 0.7));
  transition: 0.4s all ease-in-out;
}
.yoga-style-wraper .yoga-widget:hover .content {
  display: none;
}
.yoga-style-wraper .yoga-widget:hover img {
  scale: 1.1;
}
.yoga-style-wraper .yoga-widget .content {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yoga-style-wraper .yoga-widget .content .title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 0;
}
.yoga-style-wraper .yoga-widget img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  position: relative;
  transition: 0.4s all ease-in-out;
}

/*_______ End _________*/
/*_______ Our Location _________*/
.journey .main-heading {
  margin-bottom: 8px;
}
.journey .list-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.journey .list-content strong {
  font-size: 19px;
}
@media screen and (max-width: 767.98px) {
  .journey .list-content strong {
    font-size: 17px;
  }
}

.special-text {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  font-weight: 600;
  text-align: center;
}
.special-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  border-top: 1px solid #234f1e;
  border-bottom: 1px solid #eec54c;
  z-index: -1;
  transform: skew(40deg, 0deg);
}
.special-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 4px;
  border-bottom: 1px solid #234f1e;
  border-top: 1px solid #eec54c;
  z-index: -1;
  transform: skew(40deg, 0deg);
}

/*_______ End _________*/
/*_______ Our Location _________*/
.our-location {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.our-location .location-card {
  text-align: center;
  margin-bottom: 30px;
}
.our-location .location-card .img-wrap {
  height: 100% !important;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.our-location .location-card .img-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 173, 0, 0.7));
  transition: 0.4s all ease-in-out;
}
.our-location .location-card .img-wrap:hover .content {
  display: none;
}
.our-location .location-card .img-wrap:hover img {
  scale: 1.1;
}
.our-location .location-card .img-wrap:hover .location {
  visibility: hidden;
}
.our-location .location-card .img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s all ease-in-out;
}
.our-location .location-card .img-wrap .location {
  color: #fff;
  font-size: 24px;
  font-family: "Laila", serif;
  font-weight: 600;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out;
}
.our-location .location-card .title {
  font-size: 16px;
  font-weight: 600;
  color: #234f1e;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  transition: all 500ms ease-in-out;
}
.our-location .location-card .title:hover {
  color: #234f1e;
}
@media screen and (max-width: 575px) {
  .our-location .location-card {
    height: 95px;
  }
}

/*_______ End _________*/
/*_______why choose us_________*/
.animated-card {
  padding: 1rem;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  text-align: center;
  position: relative;
  background-color: #fff;
  height: 100%;
}
.animated-card .card-body {
  position: relative;
}
.animated-card .card-body .text {
  margin: 0;
  transition: all 500ms ease;
}
.animated-card .card-body .card-heading {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 7px;
  transition: all 500ms ease;
}
.animated-card .card-body .icon {
  filter: invert(82%) sepia(17%) saturate(6551%) hue-rotate(350deg) brightness(101%) contrast(101%);
  width: 80px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .animated-card .card-body .icon {
    width: 55px;
  }
}
.animated-card::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #234f1e;
  transition: all 500ms ease;
}
.animated-card:hover::before {
  top: 0%;
  height: 100%;
}
.animated-card:hover .card-heading {
  color: #fff;
}
.animated-card:hover .card-body .text {
  color: #fff;
}
.animated-card:hover .card-body .icon {
  filter: invert(1);
}

/*_______ End _________*/
/*_______ Curriculum _________*/
.curriculum {
  background-color: #234f1e;
}
.curriculum .curriculum-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.curriculum span,
.curriculum p,
.curriculum .main-heading {
  color: #fff;
}
.curriculum .hexagon-wrap {
  text-align: center;
}
.curriculum .hexagon-wrap .hexagon {
  position: relative;
  display: inline-block;
  height: 7.5rem;
  width: 7rem;
  margin: 10px 1rem;
  background-color: #eec54c;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.curriculum .hexagon-wrap:first-child .hexagon {
  transform: translateY(20px);
}
.curriculum .hexagon-wrap:last-child .hexagon {
  transform: translateY(-20px);
}

/*_______ End _________*/
/*_______ Yoga Spectrum _________*/
.spectrum-wraper .spectrum-header {
  text-align: center;
  padding: 15px;
  background-color: #eec54c;
  margin-bottom: 1.5rem;
  border-radius: 7px;
}
.spectrum-wraper .spectrum-header .spectrum-heading {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
}
.spectrum-wraper .spectrum-box {
  padding: 1rem;
  text-align: center;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.spectrum-wraper .spectrum-box .content {
  position: relative;
}
.spectrum-wraper .spectrum-box .content .heading {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.spectrum-wraper .spectrum-box .content .heading::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 2px;
  width: 50px;
  background: #000;
}
.spectrum-wraper .spectrum-box .content p {
  margin: 0;
}

/*_______ End _________*/
/*_______ Yoga Teacher _________*/
.different-reason-widget .aside .logo {
  width: 70%;
  margin: 20px 0px;
}
@media screen and (max-width: 991.98px) {
  .different-reason-widget .aside .logo {
    width: 50%;
  }
}

/*_______ End _________*/
/*_______ Yoga Teacher _________*/
.teacher-sec .owl-stage-outer {
  padding: 50px;
}
.teacher-sec .owl-nav {
  display: none;
}
.teacher-sec .owl-dots {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.teacher-sec .owl-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #234f1e !important;
  margin: 0px 5px;
}
.teacher-sec .teacher-wrap {
  position: relative;
  background-color: #d5cc6a;
  border-radius: 30px;
}
.teacher-sec .teacher-wrap .teacher-card {
  text-align: center;
  position: relative;
  right: 20px;
  bottom: 40px;
  z-index: 1;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 20px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.teacher-sec .teacher-wrap .teacher-card img {
  width: 70% !important;
  margin: 0 auto 20px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.teacher-sec .teacher-wrap .teacher-card .card-body .name {
  margin: 0;
  font-size: 22px;
  background: #234f1e;
  border-radius: 30px 30px 0px 0px;
  padding: 5px 0px;
  color: #fff;
}
.teacher-sec .teacher-wrap .teacher-card .card-body p {
  margin: 0;
  text-transform: capitalize;
  background: #eec54c;
  border-radius: 0px 0px 30px 30px;
  padding: 5px 0px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .teacher-sec .teacher-wrap .teacher-card .card-body .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .teacher-sec .teacher-wrap .teacher-card .card-body .name {
    font-size: 16px;
  }
}
.teacher-sec .teacher-wrap .teacher-readmore {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.teacher-sec .teacher-wrap .teacher-readmore a {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.4s ease-in-out;
  font-size: 14px;
}

/*_______ End _________*/
/*_______ Testimonial _________*/
#testimonial .owl-items {
  background-color: rgba(234, 196, 63, 0.1019607843);
  padding: 2rem;
  margin: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
}
#testimonial .owl-items .img-wrap {
  display: flex;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  padding: 10px;
  height: fit-content !important;
}
#testimonial .owl-items .img-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: calc(100% + 33px);
  height: 100%;
  background-color: #fff;
  border-radius: 20px 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#testimonial .owl-items .img-wrap .testi-platform {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  margin: 0px 10px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#testimonial .owl-items .img-wrap .testi-platform img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
#testimonial .owl-items .img-wrap .star-list {
  display: flex;
  gap: 5px;
  margin: 0;
}
#testimonial .owl-items .img-wrap .star-list li {
  margin: 0;
}
#testimonial .owl-items .img-wrap .star-list li i {
  color: #000;
}
#testimonial .owl-items .carousel-content {
  margin: 1.5rem 0;
  position: relative;
}
#testimonial .owl-items .carousel-content::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  left: -1rem;
  top: -2rem;
  color: #eec54c;
}
#testimonial .owl-items .carousel-content::after {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  right: -1rem;
  bottom: -2rem;
  color: #eec54c;
}
#testimonial .owl-items .about-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#testimonial .owl-items .about-wrap .user {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eec54c;
  border-radius: 50%;
  margin: 0px auto 10px;
}
#testimonial .owl-items .about-wrap .user i {
  color: #000;
  font-size: 20px;
}
#testimonial .owl-items .about-wrap .country {
  text-transform: capitalize;
  font-size: 20px;
  font-family: "Laila", serif;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #testimonial .owl-items .about-wrap .country {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #testimonial .owl-items .about-wrap .country {
    font-size: 16px;
  }
}

.owl-nav,
.owl-dots {
  display: none;
}

/*_______ End _________*/
/*_______ Video Gallery _________*/
.video-gallery {
  position: relative;
  transition: 0.4s ease-in-out;
}
.video-gallery .yt-wraper {
  width: 100%;
  height: 400px;
  margin: auto;
  position: relative;
  z-index: 3;
  background: #000;
  display: flex;
}
.video-gallery .yt-wraper img {
  height: 90%;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #eec54c;
}
.video-gallery .yt-wraper .play-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: rgba(0, 0, 0, 0.5411764706);
  transition: 0.4s ease-in-out;
}
.video-gallery .yt-wraper .play-button:hover {
  background: linear-gradient(to left, #bddcc4, green, yellow);
}
.video-gallery .yt-wraper .play-button i {
  display: flex;
  color: #fff;
}
.video-gallery .call-to-action {
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.video-gallery .call-to-action::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: rgb(0, 134, 48) 0px 30px 60px -12px inset, rgb(255, 201, 0) 0px 18px 36px -18px inset;
  height: 100%;
  width: 100%;
}
.video-gallery .call-to-action .call-to-action-content {
  margin-left: auto;
}
.video-gallery .call-to-action .call-to-action-content .author {
  font-size: 26px;
  font-weight: 600;
  color: #234f1e;
  text-transform: capitalize;
}
.video-gallery .call-to-action .call-to-action-content .name {
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 991.98px) {
  .video-gallery .call-to-action {
    position: static;
    width: 100%;
  }
  .video-gallery .call-to-action .call-to-action-content {
    width: 100%;
  }
}
.video-gallery .other-review.owl-carousel {
  display: block;
  opacity: 1;
  position: relative;
}
.video-gallery .other-review.owl-carousel .owl-dots {
  display: none;
}
.video-gallery .other-review.owl-carousel .owl-nav {
  display: none;
}
.video-gallery .other-review.owl-carousel .owl-items:hover .reel-icon i {
  color: #eec54c !important;
}
.video-gallery .other-review .more-reviews {
  display: block;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.video-gallery .other-review .more-reviews .inner-wrap {
  position: relative;
  z-index: 1;
}
.video-gallery .other-review .more-reviews .inner-wrap img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
.video-gallery .other-review .more-reviews .inner-wrap .reel-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2392156863);
}
.video-gallery .other-review .more-reviews .inner-wrap .reel-icon i {
  font-size: 22px;
  color: #fff;
  transition: 0.4s ease-in-out;
  display: flex;
}

/*_______ End _________*/
/*_______ Quote Wraper _________*/
.quote-wraper {
  position: relative;
}
.quote-wraper::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  height: 7rem;
  width: 90%;
  background-color: #eec54c;
}
.quote-wraper::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  height: 7rem;
  width: 90%;
  background-color: #eec54c;
}
.quote-wraper .content-wraper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 2rem;
  margin: 0 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
}
.quote-wraper .content-wraper .quote-icon {
  background-color: #eec54c;
  padding: 2rem 1.8rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 3rem;
  top: 0;
}
.quote-wraper .content-wraper .quote-icon i {
  font-size: 1.5rem;
  color: #fff;
  transform: translateY(-10px);
}
.quote-wraper .content-wraper .quote-icon::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -0.4rem;
  height: 2rem;
  width: 4rem;
  transform: rotate(42deg);
  background-color: #fff;
}
.quote-wraper .content-wraper .quote-icon::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -0.3rem;
  height: 2rem;
  width: 4rem;
  transform: rotate(136deg);
  background-color: #fff;
}
.quote-wraper .content-wraper .text {
  color: #234f1e;
  font-weight: 600;
}

/*_______ End _________*/
/*_______ course bar _________*/
.course-bar {
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #fff;
}
.course-bar .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.course-bar .content .sub-heading {
  text-align: center;
  margin-bottom: 10px;
}
.course-bar .content p {
  margin-bottom: 0;
}
.course-bar .course-icon {
  display: flex;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.visa-wrap .left-aside {
  background-color: #234f1e;
  align-items: center;
  padding: 10px;
  margin-bottom: 30px;
}
.visa-wrap .left-aside .main-heading {
  color: #fff;
  margin: 0;
  text-align: center;
}
.visa-wrap .img-wrap {
  position: relative;
  z-index: 1;
}
.visa-wrap .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../png/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(71%) sepia(95%) saturate(1062%) hue-rotate(357deg) brightness(102%) contrast(106%);
  opacity: 0.3;
}
.visa-wrap .img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(../png/indian-visa.png);
  background-repeat: no-repeat;
  background-position: center;
}

.right-aside {
  padding: 2rem;
}

/*_______ End _________*/
/*_______ Course Detail Section _________*/
.yoga-detail-bar {
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
  transition: all 500ms ease-in-out;
}
.yoga-detail-bar:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.yoga-detail-bar .detail-bar-content {
  margin: 10px 0px;
}

/*_______ End _________*/
/*_______  Yoga Banner _________*/
.yoga-banner {
  position: relative;
  z-index: 1;
  height: 30rem;
}
.yoga-banner::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../jpg/buddha.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .yoga-banner::before {
    opacity: 0.6;
  }
}
.yoga-banner .yoga-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.yoga-banner .yoga-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 180px;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  z-index: -1;
}
.yoga-banner .yoga-wrap .yoga-content-wrap {
  width: 50%;
  margin-left: auto;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.yoga-banner .yoga-wrap .yoga-content-wrap .yoga-inner {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.yoga-banner .yoga-wrap .yoga-content-wrap .yoga-inner .main-heading {
  margin: 0;
  font-size: 24px;
}
.yoga-banner .yoga-wrap .yoga-content-wrap .yoga-inner p {
  font-size: 16px;
  text-transform: capitalize;
  margin: 10px 0 0;
}
@media screen and (max-width: 1199.98px) {
  .yoga-banner .yoga-wrap .yoga-content-wrap .yoga-inner .main-heading {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .yoga-banner .yoga-wrap .yoga-content-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .yoga-banner .yoga-wrap .yoga-content-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .yoga-banner {
    display: none;
  }
}

/*_______ End _________*/
/*_______ Price Card _________*/
.yoga-card {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  height: 100%;
}
.yoga-card img {
  height: 15rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yoga-card .card-body {
  padding: 1rem;
  text-align: center;
}
.yoga-card .card-body .heading {
  font-size: 18px;
  font-family: "Laila", serif;
  font-weight: 600;
  color: #234f1e;
  text-align: center;
  transition: all 500ms ease-in-out;
  margin-bottom: 10px;
  display: flex;
}
.yoga-card .card-body .heading:hover {
  color: #eec54c;
}
.yoga-card .card-body .pricing {
  color: #eec54c;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.yoga-card .card-body .pricing span {
  font-size: 16px;
  font-weight: 300;
}
.yoga-card .card-body .text {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 17px;
}

/*_______ End _________*/
/*_______ Faq's _________*/
.deco {
  position: relative;
  z-index: 1;
  height: 100%;
}
.deco::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../png/flwr-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(23%) sepia(85%) saturate(5230%) hue-rotate(146deg) brightness(95%) contrast(101%);
  opacity: 0.2;
}

.faq-widget a {
  color: #000;
}
.faq-widget .curricululm-heading {
  background: #234f1e;
  margin-bottom: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq-widget .curricululm-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .faq-widget .curricululm-heading {
    font-size: 16px;
  }
}
.faq-widget .accordion {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .faq-widget .accordion {
    margin-left: auto;
    margin-right: auto;
  }
}
.faq-widget .accordion .accordion-header {
  padding: 12px 60px 12px 12px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 2px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: baseline;
  transition: 0.5s ease-in-out;
}
.faq-widget .accordion .accordion-header span,
.faq-widget .accordion .accordion-header h1,
.faq-widget .accordion .accordion-header h2,
.faq-widget .accordion .accordion-header h3,
.faq-widget .accordion .accordion-header h4,
.faq-widget .accordion .accordion-header h5,
.faq-widget .accordion .accordion-header h6 {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Laila", serif;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq-widget .accordion .accordion-header span,
  .faq-widget .accordion .accordion-header h1,
  .faq-widget .accordion .accordion-header h2,
  .faq-widget .accordion .accordion-header h3,
  .faq-widget .accordion .accordion-header h4,
  .faq-widget .accordion .accordion-header h5,
  .faq-widget .accordion .accordion-header h6 {
    font-size: 14px;
  }
}
.faq-widget .accordion .accordion-header::after {
  content: "\f0fe";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  line-height: 1;
  color: #234f1e;
  transition: 0.5s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.faq-widget .accordion.active .accordion-header {
  background-color: #234f1e;
  color: #fff;
}
.faq-widget .accordion.active .accordion-header::after {
  content: "\f146";
  color: #fff;
}
.faq-widget .accordion .accordion-body {
  max-height: 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 2px;
  transition: 0.5s ease-in-out;
}
.faq-widget .accordion .accordion-body ul li {
  display: block;
}
.faq-widget .accordion .accordion-body ul li .list-inner {
  margin-left: 20px;
}
.faq-widget .accordion .accordion-body ul li .list-inner li::before {
  content: "\f111";
  font-size: 11px;
}
.faq-widget .accordion .accordion-body p {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.faq-widget .accordion .accordion-body p::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: inherit;
  color: #eec54c;
  padding-right: 10px;
  display: none;
}
.faq-widget .accordion.active {
  margin-bottom: 1rem;
}
.faq-widget .accordion.active .accordion-body {
  overflow: visible;
  padding: 1rem;
  max-height: 100% !important;
}

/*_______ End _________*/
/*_______ start _________*/
.quote-widget {
  padding: 1rem 2rem;
  margin: 1rem 0;
  background-color: #eec54c;
  border-radius: 1rem;
  font-family: "Laila", serif;
}
.quote-widget .text {
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

/*_______ End _________*/
/*_______ Contacct Us _________*/
.contact-info .contact-list {
  margin: 0;
}
.contact-info .contact-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 2rem;
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(234, 196, 63, 0.33) 4px 3px 0px, rgb(234, 196, 63) 0px 0px 2px;
}
.contact-info .contact-list li:last-child {
  margin-bottom: 0;
}
.contact-info .contact-list li img {
  width: 40px;
  filter: invert(32%) sepia(94%) saturate(652%) hue-rotate(77deg) brightness(99%) contrast(104%);
}
@media screen and (max-width: 767px) {
  .contact-info .contact-list li img {
    width: 25px;
  }
}
.contact-info .contact-list li p {
  margin-bottom: 0;
}
.contact-info .contact-list li a {
  color: #000;
  overflow-wrap: anywhere;
  transition: all 500ms ease-in-out;
}
.contact-info .contact-list li a:hover {
  color: #234f1e;
}

form .form-floating {
  margin-bottom: 1.8rem;
}
form .form-floating .form-control,
form .form-floating .form-select {
  height: 3rem;
  font-size: 14px;
}
form .form-floating .form-control ~ label,
form .form-floating .form-select ~ label {
  padding: 0.6rem 0.75rem;
  z-index: 0;
  font-size: 14px;
}
form .form-floating .form-control:not(:-moz-placeholder-shown) ~ label, form .form-floating .form-select:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
}
form .form-floating .form-control:not(:placeholder-shown) ~ label,
form .form-floating .form-select:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
}
form .form-floating .form-control:focus ~ label,
form .form-floating .form-select:focus ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
}
form .form-floating .form-control:focus,
form .form-floating .form-select:focus {
  box-shadow: none;
  border-color: #234f1e;
}
@media screen and (max-width: 575.98px) {
  form .form-floating .form-control ~ label,
  form .form-floating .form-select ~ label {
    font-size: 12px;
  }
}
form .form-floating .form-select {
  padding-top: 0.625rem;
}
form .form-floating .iti {
  width: 100%;
}
form .form-floating .iti__country-list {
  width: calc(100% + 10rem);
}
form .form-floating .iti__country {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  form .form-control {
    font-size: 12px;
  }
  form .form-select {
    font-size: 13px;
  }
}
form textarea {
  height: 100px !important;
  resize: none;
}
form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/*_______ End _________*/
/*_______ Join Us _________*/
/*_______ End _________*/
/*_______ Join Us _________*/
.join-us-widget {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../jpg/bg.jpg) no-repeat center;
  background-size: cover;
}
.join-us-widget .main-heading {
  color: #fff;
}
.join-us-widget .heading-title {
  color: #fff;
}
.join-us-widget .heading-title::before {
  background: #fff;
}
.join-us-widget p {
  color: #fff;
}
.join-us-widget p a {
  color: #fff;
}
.join-us-widget .primary-btn {
  margin-top: 2rem;
}

/*_______ End _________*/
/*_______ Enroll Section _________*/
.enroll-widget aside {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1rem;
}
.enroll-widget aside .logo {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .enroll-widget aside .logo {
    height: 95px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: auto;
  }
}
.enroll-widget img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*_______ End _________*/
/*_______ Gallery _________*/
.gallery .gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
.gallery .gallery-tabs .gallery-btn {
  font-size: 18px;
  background: #234f1e;
  color: #fff;
  padding: 10px 18px;
  border: none;
  width: 8rem;
  text-align: center;
  border-radius: 4rem;
}
.gallery .gallery-tabs .gallery-btn.active {
  background-color: #eec54c;
  position: relative;
}
.gallery .tab-content .gallery-wraper {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 1rem;
}

/*_______ End _________*/
/*_______ Subscribe Wraper _________*/
.subscribe-wraper {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../jpg/bg.jpg) no-repeat center;
  background-size: cover;
}
.subscribe-wraper .main-heading {
  color: #fff;
}
.subscribe-wraper .text {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.subscribe-wraper .subscribe-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.subscribe-wraper .subscribe-btn button {
  border: none;
  background-color: #eec54c;
  padding: 0px 18px;
  height: 3rem;
}
.subscribe-wraper .subscribe-btn button span {
  color: #fff;
}
.subscribe-wraper form .subscribe-control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.subscribe-wraper form .subscribe-control .form-floating {
  margin-bottom: 0;
}
.subscribe-wraper form .subscribe-control .form-floating .form-control {
  width: 20rem;
  border-radius: 0;
  border: 1px solid #eec54c;
}
@media screen and (max-width: 575px) {
  .subscribe-wraper form .subscribe-control .form-floating .form-control {
    width: 100%;
  }
}
.subscribe-wraper .social-icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0;
}
.subscribe-wraper .social-icons li {
  margin: 0;
}
.subscribe-wraper .social-icons li a i {
  font-size: 1.5rem;
  color: #fff;
  transition: all 500ms ease-in-out;
}
.subscribe-wraper .social-icons li a:hover i {
  color: #eec54c;
}

/*_______ End _________*/
/*_______ Contact Information _________*/
.contact-info .info-wraper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact-info .info-wraper img {
  width: 40px;
  filter: invert(32%) sepia(94%) saturate(652%) hue-rotate(77deg) brightness(99%) contrast(104%);
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.contact-info .info-wraper a {
  font-size: 18px;
  color: #000;
  overflow-wrap: anywhere;
  transition: all 500ms ease-in-out;
}
.contact-info .info-wraper a:hover {
  color: #234f1e;
}

/*_______ End _________*/
/*_______ Footer _________*/
footer {
  position: relative;
  padding: 30px 0px 33px;
  z-index: 1;
  background: rgba(238, 197, 76, 0.1882352941);
}
footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../png/breadcrumb-bg.png) repeat;
  opacity: 0.1;
  background-position: center;
}
footer .footer-widget {
  padding: 0px 90px 30px;
}
@media screen and (max-width: 1080.98px) {
  footer .footer-widget {
    padding: 0px 20px 0;
  }
}
@media screen and (max-width: 575.98px) {
  footer .footer-widget {
    padding: 0px 20px;
  }
}
footer .footer-widget .footer-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
footer .footer-widget .footer-item .nav-heading {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: #234f1e;
  font-family: "Laila", serif;
}
@media screen and (max-width: 1080px) {
  footer .footer-widget .footer-item .nav-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  footer .footer-widget .footer-item {
    width: 100%;
  }
}
footer .footer-widget .footer-item .footer-list li {
  position: relative;
  z-index: 1;
  padding: 0px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer-widget .footer-item .footer-list li:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background: #234f1e;
  z-index: -1;
  transition: 0.1s ease-in-out;
  border-radius: 50%;
}
footer .footer-widget .footer-item .footer-list li a {
  text-transform: capitalize;
  color: #000;
  display: block;
}
footer .footer-widget .footer-item .footer-list li:hover:before {
  height: 100%;
  width: calc(100% + 15px);
  border-radius: 20px;
  background: #234f1e;
  border: none;
}
footer .footer-widget .footer-item .footer-list li:hover a {
  color: #fff;
}
footer .footer-widget .footer-item .footer-logo {
  margin-bottom: 2rem;
}
footer .footer-widget .social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  flex-wrap: wrap;
}
footer .footer-widget .social-icons li {
  margin: 0;
}
footer .footer-widget .social-icons li a i {
  font-size: 2rem;
  color: #000;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 767px) {
  footer .footer-widget .social-icons li a i {
    font-size: 25px;
  }
}
footer .footer-widget .social-icons li a:hover i {
  color: #234f1e;
}
footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding: 5px 0;
  background-color: #eec54c;
  overflow: hidden;
}
footer .footer-bottom .nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 1rem;
}
footer .footer-bottom .nav-list .item {
  margin: 0;
}
footer .footer-bottom .nav-list .item .link {
  font-size: 14px;
  color: #000;
}
footer .footer-bottom .nav-list .item .link:hover {
  color: #234f1e;
}
footer .footer-bottom .bottom-footer-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0;
}
footer .footer-bottom .bottom-footer-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60px;
  height: 60px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #fff;
  transform: rotate(45deg);
}
footer .footer-bottom .bottom-footer-img img {
  position: relative;
  z-index: 1;
  filter: invert(33%) sepia(98%) saturate(612%) hue-rotate(100deg) brightness(94%) contrast(107%);
}
@media screen and (max-width: 991.98px) {
  footer .footer-bottom .bottom-footer-img {
    display: none;
  }
}
footer .footer-bottom .copyright-text {
  margin: 0 0 0 5px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}
footer .footer-bottom .copyright-text a {
  color: #000;
}
footer .footer-bottom .copyright-text span {
  font-size: inherit;
  color: inherit;
}
@media screen and (min-width: 991.98px) {
  footer {
    padding: 50px 0px 0;
  }
}

.sticky-btn {
  position: fixed;
  z-index: 999;
  bottom: 2rem;
  left: 15px;
}

.whatsapp-sticky {
  position: fixed;
  z-index: 999;
  bottom: 2rem;
  right: 10px;
}
.whatsapp-sticky::after {
  content: "";
  width: 30px;
  height: 40px;
  border-radius: 100%;
  border: 6px solid #234f1e;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}
.whatsapp-sticky img {
  width: 55px;
}

/*_______ End _________*/
/*_______ Partner logo _________*/
.partner-outer {
  padding: 40px 0px;
  padding: 40px 0px;
  background: linear-gradient(to top right, #eec54c, #eec54c, #234f1e, #234f1e);
}
.partner-outer .heading-wrap .heading-title {
  color: #fff;
}
.partner-outer .heading-wrap .heading-title::before {
  background-color: #fff;
}
.partner-outer .heading-wrap .main-heading {
  color: #fff;
}
.partner-outer .partner-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.partner-outer .partner-wraper img {
  padding: 10px;
  height: 10rem;
  width: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .partner-outer .partner-wraper img {
    height: 5rem;
    width: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .partner-outer .partner-wraper img {
    height: 4rem;
    width: 4rem;
  }
}

/*_______ End _________*/
/*_______ Modal _________*/
@media screen and (min-width: 991px) {
  .modal.show {
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  }
}
@media (min-width: 991px) {
  .modal {
    --bs-modal-margin: 5rem;
  }
}
.modal .modal-content {
  border: none;
}
.modal .modal-content .modal-header {
  background-color: #234f1e;
  padding: 7px 15px;
}
.modal .modal-content .modal-header .heading-widget {
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.modal .modal-content .modal-header .heading-widget img {
  filter: invert(1);
  width: 20px;
}
.modal .modal-content .modal-header .heading-widget .modal-title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.modal .modal-content .modal-header .btn-close {
  filter: invert(1);
  opacity: 1;
  transition: all 500ms ease-in-out;
}
.modal .modal-content .modal-header .btn-close:hover {
  opacity: 0.7;
}
.modal .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
.modal .modal-content .modal-body {
  background-color: #e9ede8;
}
.modal .modal-content .modal-body .form-floating {
  margin-bottom: 1rem;
}
.modal .modal-content .modal-body .form-floating > .form-control,
.modal .modal-content .modal-body .form-floating .form-select {
  height: 3rem;
}

/*_______ End _________*/
/*_______ Breadcrumb _________*/
.breadcrumb-wraper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 30vh;
  background: url(../jpg/pdf-bg.jpg) no-repeat;
  background-position: right;
  background-size: cover;
}
.breadcrumb-wraper nav {
  display: flex;
  flex-flow: column;
}
.breadcrumb-wraper nav .breadcrumb-heading {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 30px;
  display: block;
  font-family: "Laila", serif;
  color: #fff;
}
.breadcrumb-wraper nav .breadcrumb-list {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
}
.breadcrumb-wraper nav .breadcrumb-list .breadcrumb-item {
  margin: 0;
  text-transform: capitalize;
  color: #fff;
}
.breadcrumb-wraper nav .breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  padding: 0px 5px;
}
.breadcrumb-wraper nav .breadcrumb-list .breadcrumb-item a {
  color: #fff;
  transition: all 500ms ease-in-out;
}
.breadcrumb-wraper nav .breadcrumb-list .breadcrumb-item a:hover {
  color: #eec54c;
}
@media screen and (max-width: 991.98px) and (min-width: 575.98px) {
  .breadcrumb-wraper::after {
    height: 50%;
    width: 70%;
    margin: auto;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
  }
  .breadcrumb-wraper::before {
    height: 50%;
    width: 70%;
    margin: auto;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .breadcrumb-wraper nav .breadcrumb-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 575.95px) {
  .breadcrumb-wraper::after {
    height: 100%;
    width: 50%;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
  }
  .breadcrumb-wraper::before {
    display: none;
  }
  .breadcrumb-wraper nav {
    align-items: start;
    padding-left: 20px;
  }
  .breadcrumb-wraper nav .breadcrumb-heading {
    font-size: 20px;
  }
  .breadcrumb-wraper nav .breadcrumb-list .breadcrumb-item {
    font-size: 10px;
  }
}

/*_______ End _________*/
/*_______ Course Details _________*/
.course-detail .season-wrap {
  background: linear-gradient(227deg, rgb(255, 208, 37) 0%, rgba(39, 134, 42, 0.39) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  height: 100%;
}
.course-detail .season-wrap .month-wraper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.course-detail .season-wrap .month-box {
  padding: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  text-align: center;
}
.course-detail .season-wrap .month-box .text {
  text-transform: capitalize;
  margin: 0;
}
.course-detail .season-wrap .month-box .text i {
  color: #234f1e;
  padding-right: 10px;
}
.course-detail .season-wrap .first {
  margin-bottom: 1rem;
}
.course-detail .about-yttc {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.course-detail .about-yttc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../png/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(71%) sepia(95%) saturate(1062%) hue-rotate(357deg) brightness(102%) contrast(106%);
}
.course-detail .about-yttc::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: url(../png/about-yttc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.course-detail .overview-list {
  margin-top: 20px;
  background: #fff;
  padding: 20px !important;
  margin-bottom: 0;
}
.course-detail .overview-list li span {
  font-size: 17px;
  text-transform: capitalize;
  color: #000;
}
.course-detail .overview-list li span:nth-child(1) {
  font-size: 20px;
  margin-right: 10px;
  color: #234f1e;
}
@media screen and (max-width: 767px) {
  .course-detail .overview-list li span {
    font-size: 15px;
  }
  .course-detail .overview-list li span:nth-child(1) {
    font-size: 16px;
  }
}

/*_______ End _________*/
/*_______ course _________*/
.yttc-wrap .course-img {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yttc-wrap .course-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../png/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(71%) sepia(95%) saturate(1062%) hue-rotate(357deg) brightness(102%) contrast(106%);
}
.yttc-wrap .img-wrap {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .yttc-wrap .img-wrap {
    height: 100%;
  }
}
.yttc-wrap .img-wrap .alliance {
  -o-object-fit: contain;
     object-fit: contain;
  height: 70%;
}

.food .img-wrap {
  position: relative;
  z-index: 1;
}
.food .img-wrap img {
  height: 70%;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*_______ End _________*/
/*_______ yoga course details _________*/
.course-detail-card {
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 2rem 0;
  background: #fff;
  padding: 20px 0px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  align-items: center;
}
.course-detail-card .card-header img {
  width: 150px;
}
.course-detail-card .card-body .card-heading a {
  color: #000;
  transition: all 500ms ease-in-out;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.course-detail-card .card-body .card-heading a:hover {
  color: #234f1e;
}
.course-detail-card .card-body .text {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .course-detail-card {
    margin: 1rem 0;
  }
  .course-detail-card .card-header {
    width: 100px;
  }
  .course-detail-card .card-body .card-heading a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .course-detail-card .card-body .card-heading a {
    font-size: 16px;
  }
}

iframe {
  border: 1px dashed #234f1e;
  padding: 10px;
  border-radius: 5px;
}

/*_______ End _________*/
/*_______ venue _________*/
.venue .location-wraper {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.venue .location-wraper img {
  width: 3rem;
  margin-right: 10px;
  filter: invert(32%) sepia(94%) saturate(652%) hue-rotate(77deg) brightness(99%) contrast(104%);
}
.venue .location-wraper .location {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
}

/*_______ End _________*/
/*_______ Scholarship _________*/
.scholarship-wraper.time-table-retreat .tab-outer {
  justify-content: center;
  width: 80%;
  margin: auto;
}
.scholarship-wraper.time-table-retreat .tab-outer .tab-content {
  flex-grow: 1;
  display: block;
  background: #e9ede8;
}
.scholarship-wraper.time-table-retreat .tab-outer .retreat-tab-heading {
  display: block;
  text-align: center;
  font-family: "Laila", serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 20px;
  margin: 0 auto 15px;
  width: 60%;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .scholarship-wraper.time-table-retreat .tab-outer .retreat-tab-heading {
    width: 90%;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .scholarship-wraper.time-table-retreat .tab-outer .retreat-tab-heading {
    font-size: 16px;
  }
}
.scholarship-wraper.time-table-retreat .tab-outer .retreat-tab-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #234f1e;
  transform: skew(10deg, 0deg);
}
.scholarship-wraper.time-table-retreat .tab-outer .retreat-tab-heading::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: calc(100% + 20px);
  height: 100%;
  border-right: 5px solid #234f1e;
  border-left: 5px solid #234f1e;
  height: 100%;
  z-index: -1;
  transform: skew(10deg, 0deg);
}
@media screen and (max-width: 767px) {
  .scholarship-wraper.time-table-retreat .tab-outer {
    width: 95%;
  }
}
.scholarship-wraper.time-table-retreat .faq-widget {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .scholarship-wraper.time-table-retreat .faq-widget {
    width: 95%;
  }
}
.scholarship-wraper .faq-widget {
  width: 90%;
  margin: auto;
}
.scholarship-wraper .faq-widget .tab-content {
  box-shadow: none !important;
  padding: 0px;
}
.scholarship-wraper .faq-widget .accordion .accordion-header {
  font-family: "Laila", serif;
}
.scholarship-wraper .faq-widget .accordion.active .accordion-header {
  background: #eec54c;
}
.scholarship-wraper .tab-outer {
  display: flex;
  align-items: center;
  height: 100%;
}
.scholarship-wraper .tab-content {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.scholarship-wraper .tab-btn-wraper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.scholarship-wraper .tab-btn-wraper .primary-btn {
  width: 90%;
}
.scholarship-wraper .tab-btn-wraper .primary-btn.active::before {
  content: "";
  border-radius: 3rem;
  min-width: calc(100% + 15px);
  min-height: calc(100% + 15px);
  border: 3px solid #234f1e;
  box-shadow: 0 0 20px #eec54c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.scholarship-wraper.retreat-tab .tab-btn-wraper {
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.scholarship-wraper.retreat-tab .tab-btn-wraper .primary-btn {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.7;
  transition: 0.4s all ease-in-out;
}
.scholarship-wraper.retreat-tab .tab-btn-wraper .primary-btn.active {
  opacity: 1;
}
.scholarship-wraper.retreat-tab .tab-outer {
  justify-content: center;
}
.scholarship-wraper.retreat-tab .tab-content {
  display: flex;
  gap: 30px;
}
.scholarship-wraper.retreat-tab .tab-content .tab-pane {
  transition: 0.4s all ease-in-out;
  opacity: 0.3;
  display: block;
}
.scholarship-wraper.retreat-tab .tab-content .tab-pane.active {
  transform: translateX(0);
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .scholarship-wraper.retreat-tab .tab-content {
    gap: 0px;
    flex-wrap: wrap;
  }
  .scholarship-wraper.retreat-tab .tab-content .tab-pane {
    display: none;
  }
  .scholarship-wraper.retreat-tab .tab-content .tab-pane.active {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .scholarship-wraper .tab-outer {
    display: block;
  }
  .scholarship-wraper .tab-content {
    width: 100%;
    padding: 20px 10px;
  }
  .scholarship-wraper .tab-btn-wraper {
    flex-direction: row;
    overflow-x: scroll;
    padding: 20px 0px;
    gap: 30px;
    margin-bottom: 30px;
  }
  .scholarship-wraper .tab-btn-wraper .primary-btn {
    font-size: 12px;
  }
}

/*_______ End _________*/
/*_______ Schedule banner _________*/
.schedule-banner .banner-heading {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #234f1e;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.schedule-banner .banner-heading::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  background: url(../png/ohm.png) no-repeat center;
  background-size: contain;
  filter: invert(31%) sepia(100%) saturate(920%) hue-rotate(84deg) brightness(95%) contrast(95%);
}
.schedule-banner .banner-heading::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  background: url(../png/ohm.png) no-repeat center;
  background-size: contain;
  filter: invert(31%) sepia(100%) saturate(920%) hue-rotate(84deg) brightness(95%) contrast(95%);
}
.schedule-banner .list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.schedule-banner .list li strong {
  margin-right: 5px;
}
.schedule-banner .middle-wrap {
  text-align: center;
}
.schedule-banner .middle-wrap .schedule-box .content-box {
  padding: 10px;
  border: 1px dashed #234f1e;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.schedule-banner .middle-wrap .schedule-box .content-box .heading {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
}
.schedule-banner .middle-wrap .schedule-box .content-box .heading i {
  color: #234f1e;
  padding-right: 10px;
}

/*_______ End _________*/
/*_______ Facilities _________*/
.facilities-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}
.facilities-container .facilities-box {
  padding: 1.5rem 1rem;
  position: relative;
  text-align: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  background-color: #fff;
}
.facilities-container .facilities-box::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #234f1e;
  transition: all 500ms ease;
}
.facilities-container .facilities-box:hover::before {
  top: 0%;
  height: 100%;
}
.facilities-container .facilities-box:hover img {
  filter: invert(1);
}
.facilities-container .facilities-box:hover .service-title {
  color: #fff;
}
.facilities-container .facilities-box img {
  filter: invert(82%) sepia(17%) saturate(6551%) hue-rotate(350deg) brightness(101%) contrast(101%);
  width: 80px;
  margin-bottom: 1rem;
}
.facilities-container .facilities-box .service-title {
  font-size: 16px;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
@media screen and (max-width: 991px) {
  .facilities-container .facilities-box .service-title {
    font-size: 14px;
  }
}

/*_______ End _________*/
/*_______ Course Overview _________*/
.overview-card {
  background-color: #fff;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.overview-card .card-head {
  display: flex;
  align-items: center;
  background: #234f1e;
}
.overview-card .card-head .overview-img {
  background: #eec54c;
  padding: 10px;
}
.overview-card .card-head .overview-img img {
  height: 4rem;
  filter: invert(1) brightness(10);
  position: relative;
  z-index: 1;
}
.overview-card .card-head .card-title {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .overview-card .card-head .overview-img img {
    height: 50px;
  }
  .overview-card .card-head .card-title {
    font-size: 20px;
  }
}
.overview-card .card-body {
  padding: 1rem 1rem 0 1rem;
}
.overview-card .card-body .list li p {
  margin-bottom: 0;
}
.overview-card .card-body .list li p span {
  font-weight: 600;
  text-transform: capitalize;
  color: #234f1e;
}

/*_______ End _________*/
/*_______ tabl e css _________*/
@media screen and (max-width: 767.98px) {
  .table-wrap {
    overflow-x: scroll;
  }
}
.table-wrap .heading {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding: 18px 0;
  margin: 0;
  background-color: #234f1e;
  border-radius: 1rem 1rem 0 0;
}
.table-wrap table {
  width: 100%;
  margin-bottom: 22px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.table-wrap table th,
.table-wrap table td {
  padding: 8px 18px;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  text-transform: capitalize;
}
.table-wrap table th {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Laila", serif;
  text-transform: capitalize;
  padding: 15px 32px;
  background: #234f1e;
  border: 1px solid;
}
.table-wrap table td .btn-wrapper {
  margin: 0;
  padding: 10px 0px;
}
.table-wrap table td .btn-wrapper .global-btn {
  padding: 12px 25px;
  font-size: 15px;
  border-radius: 22px 0;
}
.table-wrap table tbody {
  font-family: "Laila", serif;
}
.table-wrap table tbody tr td {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  border: 1px solid #fff5f5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .table-wrap table tbody tr td {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap table th {
    font-size: 14px;
  }
}

.time-table-wrap {
  width: 100%;
}
.time-table-wrap .time-video-link {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.time-table-wrap .time-video-link .time-table-video {
  height: 100%;
  width: 100%;
}
.time-table-wrap .time-video-link .time-table-video img {
  height: 100%;
  width: 100%;
}
.time-table-wrap .time-video-link .table-video-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2392156863);
  border-radius: 50%;
}
.time-table-wrap .time-video-link .table-video-btn i {
  color: #fff;
}
.time-table-wrap .time-table-heading {
  font-size: 24px;
  background: #234f1e;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  width: 80%;
  margin: 0 0 0 auto;
  display: block;
  padding: 10px 0px;
  font-family: "Laila", serif;
}
.time-table-wrap .time-table-list {
  width: 80%;
  margin: 0 0 0 auto;
}
.time-table-wrap .time-table-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 10px 0px;
  background: rgba(213, 208, 187, 0.4784313725);
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.time-table-wrap .time-table-list li:last-child {
  border: none;
}
.time-table-wrap .time-table-list li::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background: white;
  z-index: -2;
  height: 100%;
  width: 1px;
}
.time-table-wrap .time-table-list li::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  border-radius: 50%;
}
.time-table-wrap .time-table-list li span {
  margin: 0;
  font-size: 15px;
  flex-grow: 1;
  text-align: center;
  width: 50%;
  padding: 0px 10px;
}
.time-table-wrap .time-table-list li span:nth-child(1) {
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .time-table-wrap .time-table-heading {
    width: 100%;
    font-size: 16px;
  }
  .time-table-wrap .time-table-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .time-table-wrap .time-table-list li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .time-table-wrap .time-table-list li span {
    font-size: 14px;
    padding: 0px 8px;
  }
}
@media screen and (max-width: 400.98px) {
  .time-table-wrap .time-table-list li span {
    font-size: 13px;
  }
}

/*_______ End _________*/
/*_______ why choose us _________*/
.discription-outer {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.discription-outer .price-discription {
  margin: inherit !important;
}
@media screen and (max-width: 380px) {
  .discription-outer {
    flex-wrap: wrap;
  }
}

.why-choose-us {
  background-color: #fff;
}
.why-choose-us .img-wrap {
  position: relative;
  z-index: 1;
}
.why-choose-us .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../png/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(71%) sepia(95%) saturate(1062%) hue-rotate(357deg) brightness(102%) contrast(106%);
  opacity: 0.4;
}
.why-choose-us .img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 75%;
  top: 0;
  height: 75%;
  background: url(../png/white-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .why-choose-us .img-wrap {
    display: none;
  }
}
.why-choose-us .why-choose {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose {
    margin-top: 30px;
  }
}
.why-choose-us .why-choose li {
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
  color: #234f1e;
  background: #fbf8ee;
  border-radius: 30px;
  flex-flow: column;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.why-choose-us .why-choose li p {
  display: flex;
  flex-flow: column;
  padding: 10px 20px;
}
.why-choose-us .why-choose li p strong {
  color: #234f1e;
  display: block;
  margin-bottom: 10px;
  font-family: "Laila", serif;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .why-choose-us .why-choose li p strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .why-choose-us .why-choose li p strong {
    font-size: 15px;
  }
}
.why-choose-us .why-choose li span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  border-radius: 50%;
  overflow: hidden;
  background: #eec54c;
  color: #000;
  outline: 5px solid;
  outline-color: #fff;
}
.why-choose-us .why-choose li span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50%;
  height: 100%;
  width: 100%;
  background: #eec54c;
}
@media screen and (max-width: 575.98px) {
  .why-choose-us .why-choose li {
    font-size: 17px;
  }
}

/*_______ End _________*/
/*_______ Process Of Course _________*/
.course-process .teacher-quality-wrap {
  background-color: #008630;
  padding: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3px;
  position: sticky;
  top: 11%;
}
.course-process .teacher-quality-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  height: 94%;
  width: 96%;
  border: 3px solid #fff;
  border-radius: 3px;
}
.course-process .teacher-quality-wrap .heading {
  font-size: 28px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.course-process .teacher-quality-wrap .list li {
  color: #fff;
}
.course-process .teacher-quality-wrap .list li::before {
  color: #eec54c;
}
.course-process .process-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1rem;
  text-align: center;
  height: 100%;
  background: #fff;
}
.course-process .process-box img {
  margin-bottom: 1rem;
  filter: invert(31%) sepia(96%) saturate(1262%) hue-rotate(87deg) brightness(89%) contrast(94%);
}
@media screen and (max-width: 575px) {
  .course-process .process-box img {
    width: 50px;
  }
}
.course-process .process-box .heading {
  font-size: 24px;
  text-transform: capitalize;
  color: #000;
  background: #eec54c;
  padding: 5px 0px;
}
@media screen and (max-width: 991px) {
  .course-process .process-box {
    margin-top: 20px;
  }
}

/*_______ End _________*/
/*_______ End _________*/
.module-widget .module-text {
  text-align: center;
}
.module-widget .module-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
  background-color: #fff;
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1199.98px) {
  .module-widget .module-box {
    height: 100%;
  }
}
.module-widget .module-box p {
  padding: 15px;
  text-align: center;
}
.module-widget .module-box .module-box-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #234f1e;
}
.module-widget .module-box .module-box-head .title {
  background: #eec54c;
  margin: 0;
  padding: 10px 6px;
  color: #000;
  display: none;
}
.module-widget .module-box .module-box-head .heading {
  color: #fff;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-widget .module-box .module-box-head .heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .module-widget .module-box .module-box-head .heading {
    font-size: 15px;
  }
}
.module-widget .module-box .title {
  font-size: 18px;
  color: #eec54c;
  text-transform: capitalize;
  height: -moz-fit-content;
  height: fit-content;
}
.module-widget .module-box .heading {
  font-size: 24px;
  text-transform: capitalize;
}
.module-widget .module-box .list {
  margin: 0;
  padding: 20px !important;
  background: #fff;
  flex-grow: 1;
}
.module-widget .module-box .list li {
  display: block;
}
.module-widget img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*_______ End _________*/
/*_______ Eligibility _________*/
.mini-heading {
  font-weight: 600;
  color: #234f1e;
  text-transform: capitalize;
}

.quote-box {
  border-left: 5px solid #234f1e;
  border-radius: 3px;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.quote-box a {
  color: #234f1e;
}

/*_______ End _________*/
/*_______ Course Date and fee _________*/
.course-date-fee .table-wrap {
  padding: 3rem;
  overflow-x: scroll;
}
.course-date-fee .table-wrap table {
  margin-bottom: 0;
}

/*_______ End _________*/
.yoga-alliance-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.yoga-alliance-reviews .yoga-alliance-logo {
  width: 350px;
}
.yoga-alliance-reviews .call-to-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.yoga-alliance-reviews .call-to-action .review-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.yoga-alliance-reviews .call-to-action .review-wraper .rating {
  color: #234f1e;
  margin: 0;
  font-size: 25px;
  line-height: 0;
}
.yoga-alliance-reviews .call-to-action .review-wraper .star-wrap img {
  filter: invert(74%) sepia(15%) saturate(3616%) hue-rotate(351deg) brightness(104%) contrast(101%);
}
.yoga-alliance-reviews .call-to-action .heading {
  font-size: 1.5rem;
  margin: 1rem 0;
}
.yoga-alliance-reviews .call-to-action a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/*_________ End _________*/
/*_________ Library _________*/
.library .owl-nav {
  display: none;
}
.library .owl-item {
  padding: 10px 10px 80px 10px;
}
.library .book-name {
  font-size: 16px;
  font-weight: 600;
  color: #234f1e;
  font-family: "Laila", serif;
  text-transform: capitalize;
  background: #eec54c;
  color: #000;
  height: 5rem;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.library .yoga-book-card {
  height: 20rem;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.library .yoga-book-card img {
  height: 100%;
  width: 100%;
}
.library .yoga-book-card .card-body {
  background-color: #fff;
  padding: 1rem;
  text-align: center;
}
.library .yoga-book-card .card-body .card-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/*_________ End _________*/
/*_________ Policy Banner _________*/
.policy-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../jpg/policy-banner.jpg) no-repeat center 90%;
  background-size: cover;
  width: 100%;
}
.policy-banner .call-to-action {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2rem 3rem;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.policy-banner .call-to-action .heading-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.policy-banner .call-to-action .heading-wrap .main-heading {
  color: #fff;
}
.policy-banner .call-to-action .policy-list {
  margin: 10px 0;
}
.policy-banner .call-to-action .policy-list li {
  color: #000;
  margin-bottom: 15px;
  padding: 8px 15px;
  background-color: #fbf8ee;
  text-align: center;
  font-size: 20px;
}
.policy-banner .call-to-action .policy-list li:last-child {
  margin: 0;
}
.policy-banner .call-to-action .policy-list li::before {
  color: #eec54c;
}
@media screen and (max-width: 767px) {
  .policy-banner .call-to-action .policy-list li {
    font-size: 16px;
  }
}
.policy-banner .call-to-action .policy-list li a {
  color: #232323;
}

/*_________ End _________*/
/*_________ What's Included _________*/
.what-included .img-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-included .img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../png/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(71%) sepia(95%) saturate(1062%) hue-rotate(357deg) brightness(102%) contrast(106%);
  opacity: 0.2;
}
.what-included .common-content-wrap {
  justify-content: start;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 20px;
  border-radius: 10px;
  margin: auto;
  outline: 3px solid;
  outline-color: green;
}
.what-included .common-content-wrap.red {
  outline-color: red !important;
}
.what-included .common-content-wrap.red i {
  color: red !important;
}
.what-included .common-content-wrap.red li::before {
  color: red !important;
}
.what-included .common-content-wrap .main-heading {
  font-size: 25px;
  text-align: left;
}
.what-included .common-content-wrap .main-heading i {
  margin-right: 15px;
  color: green;
}
.what-included .list {
  justify-content: top !important;
}
.what-included .list li::before {
  color: green !important;
}
.what-included.include-ayurveda .common-content-wrap {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .what-included .common-content-wrap .main-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .what-included .common-content-wrap .main-heading {
    font-size: 18px;
  }
}

.include-widget {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 2rem;
  height: 10rem;
}
.include-widget::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 173, 0, 0.7));
  transition: 0.4s all ease-in-out;
}
.include-widget:hover::before {
  transform: translateY(100%);
}
.include-widget:hover .title {
  transform: translate(-50%, 100%);
}
.include-widget .title {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  padding: 1rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s all ease-in-out;
}

/*_________ End _________*/
/*_________ Curriculum _________*/
.core-curriculum .animated-card .text {
  font-size: 14px;
  color: #eec54c;
}
.core-curriculum .animated-card p {
  margin: 0;
}
.core-curriculum .animated-card .icon {
  width: -moz-fit-content;
  width: fit-content;
}
.core-curriculum .animated-card:hover p {
  color: #fff;
}

/*_________ End _________*/
/*________dimension _______*/
.dimensions .yoga-icons-wraper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
.dimensions .yoga-icons-wraper .item {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 100%;
}
.dimensions .yoga-icons-wraper .item .icon-wraper {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  outline: 13px solid;
  outline-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -27px;
  background: #fbf8ec;
}
.dimensions .yoga-icons-wraper .item .icon-wraper img {
  height: 60px;
  width: 60px;
}
@media screen and (max-width: 991px) {
  .dimensions .yoga-icons-wraper .item .icon-wraper {
    width: 80px;
    height: 80px;
    top: 0;
    outline-color: #eec54c;
    margin: 20px 0px;
  }
  .dimensions .yoga-icons-wraper .item .icon-wraper img {
    height: 50px;
    width: 50px;
  }
}
.dimensions .yoga-icons-wraper .item .item-body {
  padding: 10px;
}
.dimensions .yoga-icons-wraper .item .item-body span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Laila", serif;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .dimensions .yoga-icons-wraper .item .item-body span {
    font-size: 16px;
  }
}
.dimensions .yoga-icons-wraper .item .item-body p {
  margin: 0;
}
.dimensions .dimension-content {
  text-align: center;
}

/*_______end _______*/
/*_____accommodation_____*/
.quote {
  font-weight: 600;
}

.accommodation .special-text {
  margin: 20px auto;
  text-transform: capitalize;
}
.accommodation .img-wrap {
  height: 400px;
}
.accommodation .common-content-wrap {
  background: #234f1e;
  padding: 30px 10px 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  left: -4%;
  top: 10%;
  border-radius: 5px;
}
.accommodation .common-content-wrap p {
  margin: 0;
  color: #fff;
}
.accommodation .common-content-wrap .acc-sub-heading {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  color: #fff;
}
.accommodation .common-content-wrap .acc-sub-heading:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 60px;
  height: 2px;
  background: #ffffff;
  bottom: -2px;
  margin: auto;
  left: 3px;
}
.accommodation .alt-reverse {
  margin-top: 60px;
}
.accommodation .alt-reverse .common-content-wrap {
  top: 18%;
}
.accommodation .reverse {
  margin-top: 60px;
}
.accommodation .reverse .common-content-wrap {
  background: #fff;
  padding: 30px 10px 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  left: 4%;
  top: 17%;
  border-radius: 5px;
}
.accommodation .reverse .common-content-wrap .acc-sub-heading {
  color: #000 !important;
}
.accommodation .reverse .common-content-wrap .acc-sub-heading:before {
  background: #000;
}
.accommodation .reverse .common-content-wrap p {
  color: #000;
}
@media screen and (max-width: 1400px) and (min-width: 991.98px) {
  .accommodation .common-content-wrap {
    top: 10%;
  }
  .accommodation .alt-reverse {
    margin-top: 85px;
  }
  .accommodation .alt-reverse .common-content-wrap {
    top: 10%;
  }
  .accommodation .reverse {
    margin-top: 85px;
  }
  .accommodation .reverse .common-content-wrap {
    top: 10%;
  }
}
@media screen and (max-width: 991.98px) {
  .accommodation .common-content-wrap {
    position: static;
  }
  .accommodation .reverse {
    margin-top: 30px;
  }
  .accommodation .reverse .common-content-wrap {
    position: static;
  }
  .accommodation .alt-reverse {
    margin-top: 30px;
  }
  .accommodation .alt-reverse .common-content-wrap {
    position: static;
  }
}

.bg-alt-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-alt-2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: #e9ede8;
  left: 0;
  top: 0;
  z-index: -1;
  margin: auto;
}
.bg-alt-2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: url(../png/flwr-bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  z-index: -1;
  margin: auto;
  opacity: 0.5;
}

.environment .environment-gallary {
  position: relative;
}
.environment .environment-gallary .enviro-img {
  height: 300px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.environment .environment-gallary .enviro-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.environment .environment-gallary .center-deco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.environment .environment-gallary .center-deco img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 991.98px) {
  .environment .environment-gallary {
    margin: 20px 0px;
  }
  .environment .environment-gallary .enviro-img {
    height: 200px;
  }
}
.environment .common-content-wrap {
  padding-left: 20px;
}
@media screen and (max-width: 1199.98px) {
  .environment .common-content-wrap {
    padding-left: 0;
  }
}

/*_____end_____*/
/*_________ Media Query _________*/
@media screen and (max-width: 991px) {
  .sticky-btn {
    display: none;
  }
  .whatsapp-sticky {
    display: none;
  }
  .footer-logo-wrap {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .heading-wrap {
    margin-bottom: 26px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .welcome-wrap .call-to-action .content-box .wrap {
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 1;
    border-right: none !important;
  }
  .welcome-wrap .call-to-action .content-box .wrap .heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .yoga-style-wraper {
    grid-template-columns: repeat(3, 1fr);
  }
  .our-location {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  p,
  q,
  span,
  li {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .mini-heading {
    font-size: 17px;
  }
  .main-heading {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .heading-wrap {
    margin-bottom: 30px;
  }
  .heading-title {
    font-size: 13px;
    font-weight: 500;
    padding-left: 45px;
  }
  .heading-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    height: 2px;
    width: 40px;
    background-color: #eec54c;
  }
  .sub-heading {
    font-size: 16px;
  }
  .space {
    padding: 40px 0;
  }
  .yoga-style .yoga-box {
    padding: 0;
  }
  .about-wraper .quote-box p {
    font-size: 16px;
  }
  .yoga-style-wraper {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery .gallery-tabs {
    overflow-x: scroll;
    gap: 1rem;
    margin-bottom: 0;
    justify-content: left;
  }
  .gallery .gallery-tabs .gallery-btn {
    padding: 8px 35px;
    margin-bottom: 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gallery .tab-content .gallery-wraper {
    grid-template-columns: repeat(2, 2fr);
  }
  .yoga-banner .main-heading {
    font-size: 16px;
    padding: 7px 20px;
  }
  .yoga-banner .quote {
    font-size: 14px;
    padding: 7px 20px;
  }
  .our-location {
    grid-template-columns: repeat(2, 1fr);
  }
  .our-location .location-card .img-wrap .location {
    font-size: 16px;
  }
  .our-location .location-card .title {
    font-size: 16px;
  }
  .animated-card .card-body .card-heading {
    font-size: 20px;
  }
  .curriculum .hexagon-wrap {
    display: none;
  }
  .video-gallery .call-to-action .author {
    font-size: 20px;
  }
  .quote-wraper .content-wraper {
    margin: 0;
    padding: 10px;
  }
  .quote-wraper .quote-icon {
    display: none;
  }
  .course-bar .course-icon {
    display: none;
  }
  .visa-wrap .logo-wraper {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .yoga-detail-bar .yoga-icons-wraper {
    display: none;
  }
  .faq-widget .accordion .accordion-header {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
  }
  .faq-widget .accordion .accordion-header::after {
    font-size: 1.2rem;
    right: 0.5rem;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .quote-widget .text {
    font-size: 14px;
  }
  .contact-info .contact-list li {
    margin-bottom: 1rem;
  }
  form .form-floating {
    margin-bottom: 0.5rem;
  }
  .subscribe-wraper form .subscribe-control {
    margin-bottom: 1rem;
  }
  footer .footer-widget .footer-item .footer-logo {
    margin-bottom: 1rem;
    width: 160px;
  }
  footer .footer-widget .footer-item .nav-heading {
    font-size: 18px;
  }
  footer .footer-bottom {
    gap: 0;
  }
  footer .footer-bottom .nav-list {
    gap: 10px;
  }
  footer .footer-bottom .copyright-text {
    font-size: 10px;
  }
  .whatsapp-sticky,
  .sticky-btn {
    display: none;
  }
  .facilities-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .breadcrumb-wraper {
    height: 20vh;
  }
  .schedule-banner .left-aside {
    text-align: center;
  }
  .schedule-banner .left-aside .main-heading {
    margin-bottom: 18px;
  }
  .schedule-banner .banner-heading {
    font-size: 20px;
  }
  .schedule-banner .middle-wrap .schedule-box .content-box .heading {
    font-size: 16px;
  }
  .yoga-card .card-body .heading {
    font-size: 16px;
  }
  .yoga-card .card-body .pricing {
    font-size: 16px;
  }
  .overview-card .card-body .card-title {
    font-size: 20px;
  }
  .core-curriculum {
    grid-template-columns: repeat(1, 1fr);
  }
  .course-process .teacher-quality-wrap .heading {
    font-size: 18px;
  }
  .course-process .process-box .heading {
    font-size: 18px;
  }
  .module-widget .module-box {
    height: -moz-fit-content;
    height: fit-content;
  }
  .yoga-detail-bar {
    padding: 0;
  }
  .course-date-fee .table-wrap {
    padding: 1rem;
  }
  .facilities-container .facilities-box img {
    width: 40px;
  }
  .yoga-alliance-reviews {
    gap: 1rem;
  }
  .yoga-alliance-reviews .yoga-alliance-logo {
    width: 40%;
  }
  .yoga-alliance-reviews .call-to-action .review-wraper .rating {
    font-size: 22px;
  }
  .yoga-alliance-reviews .call-to-action .review-wraper .star-wrap img {
    width: 1.5rem;
  }
  .yoga-alliance-reviews .call-to-action .heading {
    font-size: 16px;
    margin: 10px 0;
  }
  .right-aside {
    padding: 0;
  }
  .quote-widget {
    padding: 10px;
  }
  .spectrum-wraper .spectrum-header .spectrum-heading {
    font-size: 18px;
  }
  .spectrum-wraper .spectrum-box .content .heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .main-heading {
    font-size: 18px;
    margin-bottom: 18px;
  }
  p,
  q,
  span,
  li {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .our-location .location-card .img-wrap {
    margin-bottom: 0;
  }
  .our-location .location-card .title {
    font-size: 12px;
  }
  .yoga-style-wraper .yoga-widget img {
    height: 150px;
  }
  .yoga-style-wraper .yoga-widget .content .title {
    font-size: 17px;
  }
}
/*_________ End _________*/
/*_________ Blog _________*/
.blog-welcome {
  background-color: #234f1e;
}
.blog-welcome .main-heading,
.blog-welcome p {
  color: #fff;
}
.blog-welcome .primary-btn {
  background: linear-gradient(90deg, #eec54c, #eec54c);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
.blog-welcome .call-to-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.blog-welcome img {
  border-radius: 50%;
}

.blog-yoga-pose img {
  margin-bottom: 1rem;
}
.blog-yoga-pose .yoga-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #234f1e;
  text-transform: uppercase;
}

.blog-quote-card {
  background-color: #fff;
  padding: 2rem 1rem;
  text-align: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 10px;
}
.blog-quote-card img {
  height: 10rem;
  width: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.blog-quote-card .quote-wrap .title {
  font-size: 18px;
  font-weight: 500;
  color: #234f1e;
  margin: 0;
  line-height: 1.3;
}

/*_________ End _________*/
/*_________ End _________*/
.yoga-tips-bar {
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
  transition: all 500ms ease-in-out;
}
.yoga-tips-bar:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.yoga-tips-bar .heading-wrap {
  margin-bottom: 18px;
}

.bg-alt {
  position: relative;
  z-index: 1;
  background: #e9ede8;
}
.bg-alt::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 40%;
  height: 60%;
  background: url(../png/alt-right.png);
  background-position: right top;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-size: contain;
}
.bg-alt::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 60%;
  background: url(../png/alt-left.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-size: contain;
}
.bg-alt .heading-title {
  color: #000;
}
.bg-alt .main-heading {
  color: #000;
}
.bg-alt p {
  color: #000;
}

.cta-banner {
  padding: 20px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-banner::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  height: calc(100% + 40px);
  background: #eec54c;
  z-index: -1;
  transform: skew(38deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media screen and (max-width: 767.98px) {
  .cta-banner::after {
    width: 100%;
    height: 50%;
    transform: none;
    left: 0;
    bottom: auto;
  }
}
.cta-banner .cta-wrap .cta-img {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 2;
}
.cta-banner .cta-wrap .cta-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../png/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(71%) sepia(95%) saturate(1062%) hue-rotate(357deg) brightness(102%) contrast(106%);
  z-index: -1;
  filter: invert(1);
}
.cta-banner .cta-wrap .cta-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-banner .cta-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.cta-banner .cta-content span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-family: "Laila", serif;
}
@media screen and (max-width: 991.98px) {
  .cta-banner .cta-content span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .cta-banner .cta-content span {
    font-size: 18px;
  }
}
.cta-banner .cta-content button {
  width: -moz-fit-content;
  width: fit-content;
}

.cta-2-banner {
  padding: 50px 0px;
  background: linear-gradient(to right, rgba(39, 134, 42, 0.5803921569), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3882352941), rgba(247, 195, 0, 0.6784313725)), url(../jpg/cta-banner-2.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-2-banner .cta-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.cta-2-banner .cta-content span {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.6;
  font-family: "Laila", serif;
}
.cta-2-banner .cta-content button {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991.98px) {
  .cta-2-banner .cta-content span {
    font-size: 23px;
  }
}
@media screen and (max-width: 767.98px) {
  .cta-2-banner {
    padding: 30px 0px;
  }
  .cta-2-banner .cta-content span {
    font-size: 18px;
  }
}

.teacher-intro .intro-one {
  width: 80%;
  position: relative;
  z-index: 1;
}
.teacher-intro .intro-one::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  transform: skew(10deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #234f1e;
}
.teacher-intro .intro-one p {
  padding: 20px;
  font-weight: 600;
  color: #fff;
}
.teacher-intro .intro-two {
  width: 80%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.teacher-intro .intro-two::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  transform: skew(10deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #eec54c;
}
.teacher-intro .intro-two p {
  padding: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .teacher-intro .intro-one {
    width: 100%;
  }
  .teacher-intro .intro-one::before {
    transform: none;
  }
  .teacher-intro .intro-two {
    width: 100%;
  }
  .teacher-intro .intro-two::before {
    transform: none;
  }
}

.teacher-main .alt-teach {
  margin-bottom: 40px;
  padding: 20px;
}
.teacher-main .alt-teach .img-wrap img {
  -o-object-fit: fill;
     object-fit: fill;
}
.teacher-main .teach-img-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.teacher-main .teach-img-wrap .teach-img {
  position: relative;
  z-index: 1;
  height: 400px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.teacher-main .teach-img-wrap .teach-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../png/overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(71%) sepia(95%) saturate(1062%) hue-rotate(357deg) brightness(102%) contrast(106%);
  opacity: 0.6;
}
.teacher-main .teach-img-wrap .teach-img img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.teacher-main .teach-content .teach-name {
  font-size: 25px;
  font-weight: 600;
}
.teacher-main .teach-content .teach-role {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (max-width: 575.98px) {
  .teacher-main .teach-img-wrap .teach-img img {
    width: 200px;
    height: 200px;
  }
  .teacher-main .teach-content .teach-name {
    font-size: 18px;
  }
  .teacher-main .alt-teach {
    margin: 0;
  }
}

.student-life .student-life-wrap {
  position: relative;
  z-index: 1;
  height: 400px;
}
.student-life .student-life-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: url(../jpg/student-life-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.student-life .student-life-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background: url(../jpg/student-life-img3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  .student-life .student-life-wrap {
    height: 250px;
  }
  .student-life .student-life-wrap::after {
    display: none;
  }
  .student-life .student-life-wrap::before {
    height: 100%;
    width: 100%;
  }
}
.student-life .student-life-content {
  padding: 30px;
  text-align: center;
  position: relative;
  width: 70%;
  top: -100px;
  margin: auto;
  z-index: 1;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.student-life .student-life-content a {
  color: #234f1e;
}
.student-life .student-life-content .main-heading {
  font-size: 28px;
}
@media screen and (max-width: 991.98px) {
  .student-life .student-life-content {
    width: 95%;
    top: -35px;
    padding: 18px;
  }
  .student-life .student-life-content .main-heading {
    font-size: 18px;
  }
}

.our-home {
  position: relative;
}
.our-home .our-home-img {
  position: relative;
  border-radius: 80px 0px;
  height: 600px;
  width: 500px;
  margin-left: auto;
}
.our-home .our-home-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 80px 0px;
}
.our-home .our-home-img::after {
  content: "";
  position: absolute;
  left: -40px;
  width: 100%;
  height: 100%;
  border-radius: 80px 0px;
  z-index: -1;
  top: -20px;
  background: rgba(237, 205, 73, 0.2509803922);
}
@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  .our-home .our-home-img {
    height: 100%;
    width: 100%;
  }
  .our-home .our-home-img::after {
    left: -20px;
  }
}
@media screen and (max-width: 991.98px) {
  .our-home .our-home-img {
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
  }
}
.our-home .our-home-img::after {
  left: -6px;
}
.our-home .our-home-content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 80px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 30px;
  left: -100px;
  top: 100px;
  background: #234f1e;
}
.our-home .our-home-content p {
  color: #fff;
}
.our-home .our-home-content::after {
  content: "";
  position: absolute;
  left: 30px;
  width: 100%;
  height: 100%;
  border-radius: 80px 0px;
  z-index: -1;
  top: -20px;
  background: rgba(237, 205, 73, 0.2509803922);
}
@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  .our-home .our-home-content {
    height: 100%;
    width: 100%;
    left: -50px;
    top: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .our-home .our-home-content {
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
  }
  .our-home .our-home-content::after {
    left: 6px;
  }
}

.programme-details .common-content-wrap {
  padding: 20px 15px;
}
@media screen and (min-width: 991.98px) {
  .programme-details .common-content-wrap {
    padding: 20px 70px;
    position: relative;
    z-index: -1;
  }
}
.programme-details .img-wrap {
  position: relative;
  z-index: 1;
}
.programme-details .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2196078431);
}
.programme-details .img-wrap .play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.programme-details .img-wrap .play-btn i {
  color: #fff;
}
.programme-details .img-wrap .play-btn:hover .play-btn {
  transform: scale(1.2);
}
.programme-details .detail-img {
  height: 100%;
  width: 100%;
}
.programme-details .detail-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .programme-details .detail-img {
    margin-top: 20px;
    height: 260px;
  }
}
.programme-details .detail-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 15px;
}
.programme-details .detail-content h3 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .programme-details .detail-content h3 {
    font-size: 18px;
  }
}
.programme-details .detail-content.one {
  background: #008630;
}
.programme-details .detail-content.one h3 {
  color: #fff;
}
.programme-details .detail-content.one p {
  color: #fff !important;
}
.programme-details .detail-content.two {
  background: #eec54c;
}
@media screen and (max-width: 767.98px) {
  .programme-details .pro-reverse {
    flex-wrap: wrap-reverse;
  }
}

.pro-schedule .time-table-heading {
  width: 100%;
}
.pro-schedule .time-table-list {
  width: 100%;
}

.reviews-wrap .review-content {
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.reviews-wrap .review-content p {
  text-align: center;
}
.reviews-wrap .img-wrap {
  position: relative;
}
.reviews-wrap .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews-wrap .img-wrap .play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.reviews-wrap .img-wrap .play-btn i {
  color: #fff;
}
.reviews-wrap .img-wrap:hover .play-btn {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .reviews-wrap .img-wrap {
    height: 170px;
  }
  .reviews-wrap .img-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.why-us .img-wrap {
  position: relative;
}
.why-us .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us .img-wrap .play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.why-us .img-wrap .play-btn i {
  color: #fff;
}
.why-us .img-wrap:hover .play-btn {
  transform: scale(1.2);
}

.testimonial-review .testi-img-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .testimonial-review .testi-img-wrap {
    justify-content: left;
  }
}
.testimonial-review .testi-img-wrap img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin-bottom: 20px;
}
.testimonial-review .testi-img-wrap.reverse-img {
  justify-content: start;
}
.testimonial-review .testi-content-wrap {
  text-align: justify;
  margin-bottom: 50px;
}
.testimonial-review .testi-content-wrap .content {
  height: 150px;
  overflow: hidden;
}
.testimonial-review .testi-content-wrap .content.collapsed {
  height: auto;
  overflow: visible;
}
.testimonial-review .testi-content-wrap .read-more {
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #234f1e;
  background: transparent;
}
.testimonial-review .testi-content-wrap.reverse-content-wrap h3 {
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  .testimonial-review .testi-content-wrap.reverse-content-wrap h3 {
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonial-review h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center !important;
  }
  .testimonial-review .testi-content-wrap p {
    text-align: center;
  }
  .testimonial-review .testi-content-wrap .read-more {
    width: 100%;
  }
  .testimonial-review .testi-img-wrap {
    justify-content: center !important;
  }
  .testimonial-review .testi-img-wrap img {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 767.98px) {
  .testimonial-review h3 {
    font-size: 16px;
  }
}

.testi-ruller {
  margin-bottom: 40px;
  height: 2px;
  background-color: #eec54c;
}

/*_________ retreat _________*/
.retreat-schedule .outer-fac {
  height: 100%;
}
.retreat-schedule .facilities {
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 50px;
}
.retreat-schedule .facilities .facilities-list li {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  background: #fbf8ee;
}
.retreat-schedule .facilities .facilities-list li:nth-child(even) {
  background-color: #f7ebc1;
}
.retreat-schedule .facilities .facilities-list li img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.retreat-schedule .facilities .facilities-list li span {
  margin: 0;
  display: block;
  padding: 10px;
  text-transform: capitalize;
}
.retreat-schedule .facilities .facilities-list li span:nth-child(1) {
  border-radius: 50%;
  background: #eec54c;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retreat-schedule .facilities .facilities-list li span:nth-child(2) {
  flex-grow: 1;
  padding: 0;
  font-weight: 500;
  font-family: "Laila", serif;
}
@media screen and (max-width: 1199.98px) {
  .retreat-schedule .facilities .facilities-list li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .retreat-schedule .facilities {
    margin-top: 30px;
  }
  .retreat-schedule .facilities .facilities-list li {
    padding: 15px;
  }
  .retreat-schedule .facilities .facilities-list li img {
    width: 30px;
    height: 30px;
  }
  .retreat-schedule .facilities .facilities-list li span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .retreat-schedule .facilities {
    margin-top: 30px;
  }
  .retreat-schedule .facilities .facilities-list li span {
    font-size: 14px;
  }
}

.retreat-acc .retreat-inner-wrap {
  height: 100%;
}
.retreat-acc .retreat-inner-wrap .accommodation-retreat {
  height: 400px;
}
.retreat-acc .retreat-inner-wrap .accommodation-retreat img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .retreat-acc .retreat-inner-wrap .accommodation-retreat {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .retreat-acc .retreat-inner-wrap .accommodation-retreat {
    height: 260px;
  }
}
.retreat-acc .retreat-inner-wrap.first {
  background: #eec54c;
}
.retreat-acc .retreat-inner-wrap.second {
  background: #234f1e;
}
.retreat-acc .retreat-inner-wrap.second .common-content-wrap h3 {
  color: #fff;
}
.retreat-acc .retreat-inner-wrap.second .common-content-wrap p {
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .retreat-acc .retreat-inner-wrap.second {
    margin-top: 30px;
  }
}
.retreat-acc .retreat-inner-wrap .common-content-wrap {
  display: block;
  padding: 30px;
}
.retreat-acc .retreat-inner-wrap .common-content-wrap h3 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .retreat-acc .retreat-inner-wrap .common-content-wrap h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .retreat-acc .retreat-inner-wrap .common-content-wrap h3 {
    font-size: 16px;
  }
}

.outcome .outcome-outer {
  position: relative;
  z-index: 1;
}
.outcome .outcome-outer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 6px;
  background-color: #fff;
  z-index: 3;
  top: 0;
}
@media screen and (max-width: 991.98px) {
  .outcome .outcome-outer::after {
    display: none;
  }
}
.outcome .outcome-outer .outcome-wrap {
  position: relative;
  z-index: 1;
  background: #f5ebbf;
}
.outcome .outcome-outer .outcome-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 0;
}
.outcome .outcome-outer .outcome-wrap .out-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 20px 40px;
}
.outcome .outcome-outer .outcome-wrap .out-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.outcome .outcome-outer .outcome-wrap .out-content h4 a {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #234f1e;
}
@media screen and (max-width: 991.98px) {
  .outcome .outcome-outer .outcome-wrap .out-content {
    padding: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .outcome .outcome-outer .outcome-wrap .out-content h4 {
    font-size: 18px;
  }
  .outcome .outcome-outer .outcome-wrap .out-content h4 a {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .outcome .outcome-outer .outcome-wrap .out-content h4 {
    font-size: 16px;
  }
  .outcome .outcome-outer .outcome-wrap .out-content h4 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .outcome .outcome-outer .outcome-wrap .img-wrap {
    margin: 0;
    height: 400px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .outcome .outcome-outer .outcome-wrap .img-wrap {
    height: 300px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .outcome .outcome-outer .outcome-wrap .img-wrap {
    height: 260px !important;
  }
}
.outcome .outcome-outer .outcome-wrap .img-wrap .decoration {
  border-radius: 0;
}
@media screen and (max-width: 991.98px) {
  .outcome .outcome-outer .outcome-wrap {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .outcome .outcome-outer .outcome-wrap::after {
    bottom: auto;
    top: -20px;
    background-color: #eec54c;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .outcome .outcome-outer .outcome-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    border: 3px solid #eec54c;
    z-index: 3;
    top: 0;
  }
}
.outcome .scholar-list {
  margin: 0;
}
.outcome .scholar-list li {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: "Laila", serif;
  text-transform: capitalize;
  padding: 10px 0px !important;
}
.outcome .scholar-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #234f1e;
  z-index: -1;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.outcome .scholar-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #234f1e;
  color: #fff;
  z-index: -1;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.practical .mini-heading {
  margin: 10px 0px;
}
.practical .practical-wrap {
  height: 100%;
  margin-bottom: 20px;
  border: 3px double #eec54c;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.practical .practical-wrap h3 {
  text-transform: capitalize;
  margin: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .practical .practical-wrap h3 {
    font-size: 18px;
  }
}
.practical .practical-wrap h3 img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  display: none;
}
.practical .practical-wrap .pactical-sub-heading {
  display: block;
  margin: 15px 0px 7px;
  font-size: 18px;
  font-family: "Laila", serif;
  color: #234f1e;
  font-weight: 600;
}
.practical .practical-wrap .pactical-sub-heading.mt-4 {
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .practical .practical-wrap .pactical-sub-heading {
    font-size: 16px;
  }
  .practical .practical-wrap .pactical-sub-heading.mt-4 {
    font-size: 16px;
  }
}
.practical .practical-wrap .list li {
  display: block;
  margin-bottom: 20px;
}
.practical .practical-wrap .list li span:nth-child(1) {
  white-space: nowrap;
  font-weight: 600;
  margin-right: 5px;
}
@media screen and (max-width: 575px) {
  .practical .practical-wrap h3 {
    font-size: 15px;
  }
  .practical .practical-wrap h3 img {
    height: 40px;
    width: 40px;
  }
  .practical .practical-wrap .pactical-sub-heading {
    font-size: 15px;
  }
  .practical .practical-wrap .pactical-sub-heading.mt-4 {
    font-size: 15px;
  }
}

.wellness-overview {
  position: relative;
  z-index: 1;
}
.wellness-overview .mini-heading {
  font-size: 20px;
  font-family: "Laila", serif;
  display: block;
  text-align: center;
  background: #e9ede8;
  border-radius: 10px;
  color: #000;
}
.wellness-overview .wellness-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin-bottom: 20px;
}
.wellness-overview .wellness-box ul {
  padding: 20px !important;
  margin: 0;
}
.wellness-overview .wellness-box ul li {
  text-transform: capitalize;
  display: flex;
  gap: 5px;
}
.wellness-overview .wellness-box ul li span {
  margin: 0;
}
.wellness-overview .wellness-box ul li span:nth-child(1) {
  font-weight: 600;
  font-family: "Laila", serif;
}
.wellness-overview .wellness-box .wellness-table {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.wellness-overview .wellness-box .img-wrap {
  height: 500px;
}
.wellness-overview .wellness-box .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wellness-overview .wellness-box .days {
  font-size: 20px;
  margin-top: 20px;
  padding-left: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .wellness-overview .wellness-box .days {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .wellness-overview .wellness-box .days {
    font-size: 16px;
  }
}
.wellness-overview .wellness-box .price {
  color: #fff;
  flex-grow: 1;
}
.wellness-overview .wellness-box .price h3 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .wellness-overview .wellness-box .price h3 {
    font-size: 18px;
  }
}
.wellness-overview .heading-title {
  color: #000;
}
.wellness-overview .heading-title:before {
  background: #000;
}
.wellness-overview .overview-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  padding: 10px 0px 0px;
}
.wellness-overview .overview-btn button {
  margin: auto;
}
.wellness-overview .note {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin: 10px auto 10px;
  font-family: "Laila", serif;
  font-weight: 600;
  padding: 5px 20px !important;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #000;
}
.wellness-overview .note::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #eec54c;
  transform: skew(30deg, 0deg);
}
.wellness-overview .note::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #eec54c;
  transform: skew(-30deg, 0deg);
}
@media screen and (max-width: 1400px) {
  .wellness-overview .note {
    width: 90%;
  }
}
.wellness-overview .price-discription {
  display: flex;
  flex-flow: column;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border: 3px double #eec54c;
  padding: 10px;
  font-family: "Laila", serif;
  gap: 10px;
}
.wellness-overview .price-discription span {
  margin: 0;
  text-transform: capitalize;
  color: #fff;
}
.wellness-overview .price-discription span:nth-child(2) {
  font-weight: 600;
}
.wellness-overview .price {
  background: #234f1e;
  padding: 20px;
}

.ayurved-retreat-schedule .ayurved-inner-wrap h4 {
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
  background: #234f1e;
  padding: 10px 0px !important;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap {
  padding: 20px;
  margin-bottom: 30px;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap:nth-child(even) .day-count {
  background: #234f1e;
  color: #fff;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .day-count {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: sticky;
  top: 20%;
  font-family: "Laila", serif;
  font-size: 15px;
  height: 50px;
  border-radius: 50%;
  background: #eec54c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  z-index: 1;
  margin-right: 12px;
  width: 50px;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .days {
  height: 100%;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .days ul {
  margin: 0;
  position: relative;
  z-index: 1;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .days ul::before {
  content: "";
  position: absolute;
  top: -23px;
  width: 16px;
  left: 0;
  height: 16px;
  background: #234f1e;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  z-index: -1;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .days ul::after {
  content: "";
  position: absolute;
  top: -16px;
  width: 50%;
  left: 0;
  height: 1px;
  background: #234f1e;
  right: 0;
  margin: auto;
  z-index: -2;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .days ul li {
  padding: 15px;
  margin: 0;
  background: #fbf8ee;
  font-weight: 700;
  text-transform: capitalize;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .days ul li:nth-child(even) {
  background: #fff;
}
.ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .days ul li:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ayurved-retreat-schedule .ayurved-inner-wrap h4 {
    font-size: 20px;
  }
  .ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap {
    position: relative;
  }
  .ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .days ul::after {
    display: none;
  }
  .ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .days ul::before {
    display: none;
  }
  .ayurved-retreat-schedule .ayurved-inner-wrap .schedule-wrap .day-count {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
  }
}

/*_________ End _________*/
/*_________ other pages _________*/
.curriculum-main .curriculum-content {
  position: relative;
  height: 100%;
}
.curriculum-main .curriculum-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.curriculum-main .curriculum-content .curriculum-content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  font-size: 20px;
}
.curriculum-main .curriculum-content .curriculum-content-wrap .heading-title {
  font-family: "Poppins", sans-serif !important;
  color: #000;
}
.curriculum-main .curriculum-content .curriculum-content-wrap .heading-title::before {
  background: #000;
}
.curriculum-main .curriculum-content .curriculum-content-wrap p {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 991px) {
  .curriculum-main .img-wrap {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .curriculum-main .curriculum-content img {
    display: none !important;
  }
  .curriculum-main .curriculum-content .curriculum-content-wrap {
    position: relative;
  }
}

.course-curriculum .course-curricl-heading {
  background: #234f1e;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 25px;
}
@media screen and (max-width: 991.98px) {
  .course-curriculum .course-curricl-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .course-curriculum .course-curricl-heading {
    font-size: 18px;
  }
}

.sticky-form {
  position: sticky;
  top: 20%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.sticky-form form {
  padding: 20px;
  background: #fff;
}
.sticky-form form .form-floating {
  margin-bottom: 10px;
}
.sticky-form .sticky-heading {
  font-size: 25px;
  background: #234f1e;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 10px;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .sticky-form .sticky-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .sticky-form .sticky-heading {
    font-size: 18px;
  }
}

/*_________ End _________*/
/*_________ other courses _________*/
.hatha-history .kalari-history li {
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
}
.hatha-history .kalari-history li span {
  margin: 0;
}
.hatha-history .kalari-history li span:nth-child(1) {
  color: #234f1e;
  text-transform: capitalize;
  font-size: 20px;
  font-family: "Laila", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hatha-history .kalari-history li span:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .hatha-history .kalari-history li span:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .hatha-history .img-wrap {
    height: auto !important;
  }
}
.hatha-history .common-content-wrap {
  background: #fbf8ee;
  position: relative;
  z-index: 1;
  padding: 20px !important;
}
.hatha-history .common-content-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../png/hatha-pattern.png);
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 991.98px) {
  .hatha-history .common-content-wrap {
    padding: 0px 30px !important;
  }
}

.hatha-location .common-content-wrap {
  padding-right: 30px;
}
.hatha-location #locations .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  gap: 8px;
  bottom: -46px;
  z-index: 99;
}
.hatha-location #locations .owl-nav button {
  border: 1px solid;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hatha-location #locations .owl-nav button span {
  font-size: 23px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: end;
  border-radius: 50%;
  margin: 0;
  width: 40px;
}
.hatha-location #locations .img-wrap {
  height: 400px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.hatha-location #locations .img-wrap img {
  height: 100%;
}
.hatha-location #locations .carousel-content {
  position: absolute;
  top: 0;
  text-align: center;
  padding: 0;
  height: 100%;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
.hatha-location #locations .carousel-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: 0.4s ease-in-out;
  z-index: -1;
  background: #234f1e;
  opacity: 0.7;
  transform: translateY(100%);
}
.hatha-location #locations .carousel-content .slide-inner-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  transform: translateX(100%);
  transition: 0.4s ease-in-out;
  padding: 30px !important;
}
.hatha-location #locations .carousel-content .slide-inner-wrap .location-heading {
  text-transform: capitalize;
  color: #fff;
}
.hatha-location #locations .carousel-content .slide-inner-wrap .text {
  color: #fff;
}
.hatha-location #locations .carousel-content .slide-inner-wrap a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.hatha-location #locations .carousel-content:hover::after {
  transform: translateX(0);
}
.hatha-location #locations .carousel-content:hover .slide-inner-wrap {
  transform: translateX(0);
}

.hatha-ideal .hatha-outcome h4 {
  text-transform: capitalize;
  color: #234f1e;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatha-ideal .hatha-outcome h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .hatha-ideal .hatha-outcome h4 {
    font-size: 16px;
  }
}
.hatha-ideal .hatha-outcome .special-text {
  margin: 20px 0px;
}

.kalari-purpose.faq-widget .accordion {
  margin: 5px 0px !important;
}

.course-certification .img-wrap {
  height: 100% !important;
}
.course-certification a {
  color: #234f1e;
}
.course-certification .out-content h4 {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .course-certification .out-content h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .course-certification .out-content h4 {
    font-size: 16px;
  }
}

/*_____meditation____*/
.learn-wrap .learn-list-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.learn-wrap .learn-list-wrap ul {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-grow: 1;
}
.learn-wrap .learn-list-wrap ul li {
  width: 100%;
  margin: 0px 0px 20px;
  padding: 10px;
  background: #eec54c;
  text-align: center;
  color: #000;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.learn-wrap .learn-list-wrap ul li:last-child {
  margin: 0;
}
.learn-wrap .learn-list-wrap ul.list-one li::after {
  right: -25px;
  content: "";
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 10px;
  border-top: 1px dashed #234f1e;
  border-bottom: 1px dashed #234f1e;
  z-index: -1;
  top: 0;
  margin: auto;
  opacity: 0.7;
}
.learn-wrap .learn-list-wrap ul.list-two li::before {
  left: -25px;
  content: "";
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 10px;
  border-top: 1px dashed #234f1e;
  border-bottom: 1px dashed #234f1e;
  z-index: -1;
  top: 0;
  margin: auto;
  opacity: 0.7;
}
.learn-wrap .learn-img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.learn-wrap .learn-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.7;
  background: #fff;
}
.learn-wrap .learn-img img {
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.learn-wrap .learn-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../png/flwr-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(21%) sepia(87%) saturate(4069%) hue-rotate(145deg) brightness(94%) contrast(102%);
  opacity: 0.7;
}

.meditation .price .note {
  font-size: 28px;
  text-transform: capitalize;
}
.meditation .price .price-discription .room-price {
  margin: 0 !important;
}

.strength .common-content-wrap h4 {
  font-size: 28px;
  color: #234f1e;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}

.excursion .excursion-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 20px;
}
.excursion .excursion-wrap h4 {
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #eec54c;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.excursion .excursion-wrap h4:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50%;
  top: 0;
  background: #234f1e;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.excursion .excursion-wrap h4:after {
  content: "";
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2196078431);
}

.medi-facilities {
  background: url(../jpg/cta-banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.medi-facilities .heading-title {
  color: #fff;
}
.medi-facilities .heading-title::before {
  background-color: #fff;
}
.medi-facilities .main-heading {
  color: #fff;
}
.medi-facilities .facility-wrap {
  margin: auto;
  width: 60%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 30px !important;
  background: linear-gradient(rgba(235, 205, 76, 0.4196078431), rgba(206, 213, 172, 0.5294117647), rgba(39, 134, 42, 0.568627451));
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.medi-facilities .facility-wrap li {
  display: flex;
  align-items: center;
  background: #234f1e;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 18px;
  border-radius: 30px 10px 10px 30px;
  padding-right: 20px;
}
.medi-facilities .facility-wrap li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  outline: 6px solid #eec54c;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 20px 0 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.medi-facilities .facility-wrap li span img {
  width: 40px;
  height: 40px;
}

.schedule-tab nav {
  margin-bottom: 40px;
  overflow: scroll;
}
.schedule-tab nav .nav-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.schedule-tab nav .nav-tabs button {
  text-transform: capitalize;
  color: #000;
  border-radius: 0px;
  font-size: 18px;
  flex-grow: 1;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  font-family: "Laila", serif;
  font-weight: 600;
}
.schedule-tab nav .nav-tabs button.active {
  border: none;
  background: #234f1e;
  color: #fff;
}
.schedule-tab nav .nav-tabs button:hover {
  border: none;
}
@media screen and (max-width: 991px) {
  .schedule-tab nav .nav-tabs button {
    font-size: 15px;
    font-family: "Laila", serif;
    font-weight: 600;
  }
}
.schedule-tab .tab-content .tab-pane.active {
  transition: 0.3s all ease-in-out;
}
.schedule-tab .tab-content .table-wrap {
  overflow-x: scroll;
  padding-bottom: 20px;
}
.schedule-tab .fee-heading {
  color: #234f1e;
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 20px !important;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .schedule-tab .fee-heading {
    font-size: 20px;
  }
}
.schedule-tab .note {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  font-family: "Laila", serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.schedule-tab .note:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #eec54c;
  z-index: -1;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.schedule-tab .note:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #eec54c;
  z-index: -1;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.schedule-tab .common-content-wrap {
  margin-top: 30px;
  padding: 30px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

/* Background of scrollbar track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Color of scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 0px;
}

/*_____coming-soon_____*/
.coming-soon {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.coming-soon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../jpg/coming-soon.jpg);
  background-position: center left 20%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.coming-soon .content {
  right: 10rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.coming-soon .content img {
  height: 7rem;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.coming-soon .content h4 {
  font-size: 22px;
  text-transform: capitalize;
}
.coming-soon .content h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 50px;
  font-weight: 600;
}
.coming-soon .content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.coming-soon .content .coming-soon-btn {
  margin: 10px 0px;
  padding: 10px 0px;
}
.coming-soon .content .coming-soon-btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.coming-soon .content .social {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.coming-soon .content .social li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #234f1e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon .content .social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.coming-soon .content .social li i {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  .coming-soon .content {
    right: 0;
    left: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    background: rgba(185, 223, 186, 0.7019607843);
    border-radius: 10px;
    width: 90%;
  }
}
@media screen and (max-width: 575.98px) {
  .coming-soon .content h1 {
    font-size: 25px;
  }
  .coming-soon .content p {
    font-size: 16px;
  }
}

.not-found .not-found-img {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-family: "Laila", serif;
  height: 100%;
  position: relative;
  z-index: 1;
}
.not-found .not-found-img a {
  width: -moz-fit-content;
  width: fit-content;
}
.not-found .not-found-img p {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  color: #234f1e;
}
@media screen and (max-width: 991px) {
  .not-found .not-found-img p {
    font-size: 18px;
  }
  .not-found .policy-btn:after {
    display: none;
  }
}

.thank-you {
  display: flex;
  align-items: center;
}
.thank-you .thank-you-wrap {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  text-align: center;
  border: 3px double #eec54c;
  padding: 20px;
}
.thank-you .thank-you-wrap h1 {
  font-weight: 600;
}
.thank-you .thank-you-wrap img {
  width: 100%;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.thank-you .thank-you-wrap .contact-text {
  text-align: center;
}
.thank-you .thank-you-wrap .contact-text .inner-text {
  display: flex;
  flex-flow: column;
}
.thank-you .thank-you-wrap .contact-text .inner-text span {
  display: block;
  margin-bottom: 15px;
}
.thank-you .thank-you-wrap .contact-text .inner-text .thanku-btn {
  padding: 10px;
}
.thank-you .thank-you-wrap .contact-text .inner-text .thanku-btn a {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
}

/*_____kerala_____*/
.travel-visa .bullets {
  margin-top: 40px;
}
.travel-visa .bullets ul {
  list-style: disc;
  margin-left: 20px;
}
.travel-visa .bullets h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .travel-visa .bullets h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .travel-visa .bullets h3 {
    font-size: 16px;
  }
}
.travel-visa .special-text {
  margin-top: 30px;
  text-align: center;
}

/*____gallery_____*/
.gallery .gallery-img {
  height: 100%;
  width: 100%;
}
.gallery .gallery-img img {
  width: 100%;
  height: 100%;
}

.cancellation ul {
  list-style: disc;
  margin-left: 20px;
}
.cancellation h3 {
  text-transform: capitalize;
  font-size: 25px;
}

.choose-style h4 a {
  font-size: 20px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #234f1e;
}
@media screen and (max-width: 767px) {
  .choose-style h4 a {
    font-size: 18px;
  }
}

.choose-program .out-content h4 {
  margin-bottom: 20px;
}
.choose-program .out-content h4 a {
  font-size: 20px;
  color: #234f1e;
  display: block;
}
.choose-program .out-content ul {
  margin: 0;
  padding: 0;
}
.choose-program .img-wrap {
  height: 100% !important;
}

.register-certi .wellness-table {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.register-certi .wellness-table::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 90%;
  width: 96%;
  z-index: -1;
  border: 1px dashed #eec54c;
}
.register-certi .wellness-table span {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.register-certi .wellness-table span:before {
  background-color: #fff;
}
.register-certi .wellness-table .main-heading {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .register-certi .wellness-table .main-heading {
    font-size: 18px;
  }
}
.register-certi .wellness-table p {
  color: #fff;
}

.food-facilities .food-list {
  padding: 0px 40px !important;
  margin: 0;
}
.food-facilities .food-list li {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.food-facilities .food-list li::after {
  content: "";
  position: absolute;
  left: -26px;
  top: -5px;
  z-index: -1;
  background: url(../png/yogic-food.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 40px;
  width: 40px;
  filter: invert(35%) sepia(18%) saturate(6094%) hue-rotate(122deg) brightness(85%) contrast(102%);
}

.main-annapurna .sticky-form {
  margin-left: 20px !important;
}
@media screen and (max-width: 991px) {
  .main-annapurna .sticky-form {
    margin: 0 !important;
  }
}
.main-annapurna .anna-outer {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px dashed #234f1e;
}
.main-annapurna .anna-outer .map {
  height: 100%;
  width: 100%;
}
.main-annapurna .anna-outer .map img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-annapurna .anna-outer.highlight-wrap .anna-schedule:nth-child(1) {
  margin-bottom: 30px;
}
.main-annapurna .anna-outer.highlight-wrap .anna-schedule h4 {
  font-size: 18px;
  background: #eec54c;
  padding: 5px 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .main-annapurna .anna-outer.highlight-wrap .anna-schedule h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .main-annapurna .anna-outer.highlight-wrap .anna-schedule h4 {
    font-size: 14px;
  }
}
.main-annapurna .anna-heading-wrap {
  margin-bottom: 30px;
}
.main-annapurna .anna-heading-wrap .anna-heading {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-annapurna .anna-heading-wrap .anna-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .main-annapurna .anna-heading-wrap .anna-heading {
    font-size: 16px;
  }
}
.main-annapurna .anna-heading-wrap .anna-heading::after {
  content: "";
  position: absolute;
  right: -58px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 50px;
  z-index: -1;
  background: #000;
}
.main-annapurna .anna-schedule .anna-list {
  padding: 0;
  margin: 0;
}
.main-annapurna .anna-schedule .anna-list li strong {
  font-family: "Laila", serif;
  margin-right: 15px;
}

/*_______footer additional_____*/
.bottom-links-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0px;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  flex-flow: column;
}
.bottom-links-wrap .nav-list {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bottom-links-wrap .nav-list li {
  margin: 0 8px 0;
  text-align: center;
}
.bottom-links-wrap .nav-list li a {
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .bottom-links-wrap {
    justify-content: center;
  }
  .bottom-links-wrap .nav-list {
    margin-bottom: 20px;
    gap: 12px;
  }
}
@media screen and (max-width: 575.98px) {
  .bottom-links-wrap .nav-list li a {
    font-size: 11px;
  }
}

/*____location wrap____*/
.location-wrap #Locations h4 {
  font-size: 18px;
  text-transform: capitalize;
  background: #234f1e;
  padding: 10px 20px;
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  .location-wrap #Locations h4 {
    font-size: 22px;
  }
}
.location-wrap #Locations .owl-nav {
  display: none;
}
.location-wrap #Locations .owl-dots {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.location-wrap #Locations .owl-dots button {
  height: 10px;
  width: 10px;
  background: #000;
  margin: 0px 10px;
  border-radius: 50%;
}
.location-wrap #Locations .owl-dots button.active {
  background: #234f1e;
}
.location-wrap #Locations .owl-item {
  padding: 30px;
}
@media screen and (max-width: 576px) {
  .location-wrap #Locations .owl-item {
    padding: 5px;
  }
}
.location-wrap #Locations .location-slide {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.location-wrap #Locations .location-slide.rishikesh {
  background: url(../jpg/rishikesh.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.location-wrap #Locations .location-slide.varkala {
  background: url(../jpg/kerla.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.location-wrap #Locations .location-slide.paravur {
  background: url(../jpg/kerla.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.location-wrap #Locations .location-slide.bali {
  background: url(../jpg/bali.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.location-wrap #Locations .location-slide.nepal {
  background: url(../jpg/nepal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.location-wrap #Locations .location-slide.goa {
  background: url(../jpg/goa.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.location-wrap #Locations .location-slide ul {
  position: relative;
  z-index: 1;
  padding: 20px !important;
  width: 100%;
}
.location-wrap #Locations .location-slide ul:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: linear-gradient(227deg, rgba(255, 255, 255, 0.65) 0%, rgba(247, 247, 247, 0.91) 100%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.location-wrap #Locations .location-slide ul li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.location-wrap #Locations .location-slide ul li::before {
  content: "";
  position: absolute;
  left: 25px;
  height: 100%;
  width: 2px;
  background: #000;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .location-wrap #Locations .location-slide ul li::before {
    display: none;
  }
}
.location-wrap #Locations .location-slide ul li a {
  display: flex;
  align-items: baseline;
}
.location-wrap #Locations .location-slide ul li a span {
  display: flex;
  flex-flow: column;
  color: #000;
  margin: 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
}
.location-wrap #Locations .location-slide ul li a span:nth-child(1) {
  text-transform: capitalize;
  font-size: 16px;
}
.location-wrap #Locations .location-slide ul li a span.divider {
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
.location-wrap #Locations .location-slide ul li a span.divider::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 60px;
  height: 2px;
  background: #000;
  z-index: -1;
  bottom: 0;
}
.location-wrap #Locations .location-slide ul li a span.divider.loca-phone {
  display: inline !important;
}
.location-wrap #Locations .location-slide ul li a span:nth-child(1) {
  border: none;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .location-wrap #Locations .location-slide ul li a span {
    overflow-wrap: anywhere;
  }
  .location-wrap #Locations .location-slide ul li a span:nth-child(1) {
    font-size: 17px;
  }
}
.location-wrap #Locations .location-slide ul li a i {
  color: #000;
  padding-right: 10px;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .location-wrap #Locations .location-slide ul li a i {
    display: none;
  }
}

.map-wrap .map-inner h6 {
  padding: 10px;
  height: 5rem;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 18px;
  position: relative;
  background: #234f1e;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  color: #fff;
}
.map-wrap .map-inner h6::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(255, 201, 0, 0.3803921569);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 991.98px) {
  .map-wrap .map-inner h6 {
    margin-top: 30px;
    font-size: 18px;
  }
}

.refund-policy .list {
  background: rgba(255, 255, 255, 0.7529411765);
  padding: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 10px;
}
.refund-policy .list li {
  display: block;
  margin-bottom: 20px;
}
.refund-policy .list li span {
  color: #000 !important;
}
.refund-policy .refund-text {
  background-color: rgba(255, 255, 255, 0.7529411765);
  padding: 20px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
}

.join-us .common-content-wrap p strong {
  color: #234f1e;
}
.join-us .common-content-wrap p a {
  color: #000;
}

.retreat-tab-btn {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  gap: 30px;
}
.retreat-tab-btn button {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.course-fee-wrap {
  background: url(../jpg/cta-banner-2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.course-fee-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.6;
}
.course-fee-wrap.retreat-fee .course-location {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .course-fee-wrap.retreat-fee .course-location {
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .course-fee-wrap.retreat-fee .course-location {
    width: 100%;
  }
}
.course-fee-wrap.retreat-fee table tr.head-table td {
  background: #234f1e;
  color: #fff;
}
.course-fee-wrap.retreat-fee table tr td {
  width: auto !important;
}
.course-fee-wrap.retreat-fee .special-text {
  font-weight: 400;
}
.course-fee-wrap .heading-wrap .heading-title {
  color: #fff;
}
.course-fee-wrap .heading-wrap .heading-title:before {
  background-color: #fff;
}
.course-fee-wrap .heading-wrap .main-heading {
  color: #fff;
}
.course-fee-wrap .duration {
  display: flex;
  justify-content: center;
  font-family: "Laila", serif;
  position: relative;
  z-index: 1;
  gap: 15px;
  width: 70%;
  margin: 0 auto 30px;
}
.course-fee-wrap .duration::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #eec54c;
  width: 100%;
  height: 100%;
  transform: skew(20deg, 0deg);
}
.course-fee-wrap .duration::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10px;
  bottom: 0;
  border-right: 5px solid #eec54c;
  border-left: 5px solid #eec54c;
  width: calc(100% + 20px);
  height: 100%;
  transform: skew(20deg, 0deg);
}
.course-fee-wrap .duration span {
  display: flex;
  margin: 0;
  align-items: center;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (max-width: 575px) {
  .course-fee-wrap .duration span {
    font-size: 16px;
  }
}
.course-fee-wrap .course-info button {
  margin: 20px auto;
  display: flex;
}
.course-fee-wrap .course-location {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3215686275);
}
.course-fee-wrap .course-location .location-name {
  display: flex;
  justify-content: center;
  background: #fffffe;
  font-family: "Laila", serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.course-fee-wrap .course-location ul li {
  color: #fff;
  border: 3px double #eec54c;
  padding: 15px;
  text-transform: capitalize;
  font-family: "Laila", serif;
}
.course-fee-wrap .course-location ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: inherit;
  color: #eec54c;
  padding-right: 10px;
  font-size: 12px;
  position: relative;
  top: 0px;
}
.course-fee-wrap .course-location ul li strong {
  letter-spacing: 1px;
}
.course-fee-wrap .course-location table {
  font-family: "Laila", serif;
}
.course-fee-wrap .course-location table thead {
  background: #fff;
  border: 1px solid #fff;
}
.course-fee-wrap .course-location table thead th {
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
.course-fee-wrap .course-location table tbody tr td {
  border: 1px solid #fff;
  width: 50%;
  background: #eec54c;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .course-fee-wrap .course-location table thead th {
    font-size: 16px;
  }
  .course-fee-wrap .course-location table tbody tr td {
    font-size: 13px;
  }
}

.why-wrap .common-content-wrap {
  padding: 20px;
  border: 2px double #eec54c;
  border-radius: 10px;
  height: 100%;
}
.why-wrap img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 10px;
}
.why-wrap .why-img-wrap {
  position: relative;
  height: 100%;
  width: 95%;
  margin: 0 auto 0 0;
}
.why-wrap .why-img-wrap .why-video {
  position: relative;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
}
.why-wrap .why-img-wrap .why-video .play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  background: rgba(255, 215, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: 0.3s all ease-in-out;
}
.why-wrap .why-img-wrap .why-video .play-btn i {
  color: #fff;
  font-size: 30px;
  transition: 0.3s all ease-in-out;
}
.why-wrap .why-img-wrap .why-video:hover .play-btn {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.why-wrap .why-img-wrap .why-video:hover .play-btn i {
  font-size: 20px;
}
@media screen and (max-width: 1199.98px) {
  .why-wrap .why-img-wrap {
    width: 95%;
    height: 100%;
  }
  .why-wrap .why-img-wrap .why-first {
    display: none;
  }
  .why-wrap .why-img-wrap .why-video {
    position: static;
  }
}
@media screen and (max-width: 991.98px) {
  .why-wrap .why-img-wrap .img-wrap {
    margin: 0;
  }
}

.accommodation-wrap .acc-card {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 300px;
  overflow: hidden;
}
.accommodation-wrap .acc-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accommodation-wrap .acc-card ul {
  display: flex;
  align-items: end;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  background: #fff;
  gap: 10px;
  padding: 6px 0px;
  transition: 0.3s all ease-in-out;
  transform: translateY(-247px);
}
.accommodation-wrap .acc-card ul li {
  text-align: center;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.accommodation-wrap .acc-card ul li.acc-icon {
  height: 40px;
  width: 40px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.accommodation-wrap .acc-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.accommodation-wrap .acc-card span a {
  flex-grow: 1;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #234f1e;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 0px;
  transition: 0.3s all ease-in-out;
}
.accommodation-wrap .acc-card span a:nth-child(1) {
  background: #234f1e;
  color: #fff;
}
.accommodation-wrap .acc-card span a:nth-child(2) {
  background: #eec54c;
  color: #000;
}
.accommodation-wrap .acc-card span a:hover:nth-child(1) {
  background: #fff;
  color: #000;
}
.accommodation-wrap .acc-card span a:hover:nth-child(2) {
  background: #fff;
  color: #000;
}
.accommodation-wrap .acc-card:hover ul {
  height: 100%;
  transform: translateY(0%);
  align-items: center;
}

.location-box .location-strip {
  position: relative;
  height: 100%;
  display: block;
}
.location-box .location-strip img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-box .location-strip .place-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #eec54c;
  z-index: 1;
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-family: "Laila", serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .location-box .location-strip img {
    height: 250px;
  }
  .location-box .location-strip .place-name {
    font-size: 18px;
  }
}

.social-reviews-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0;
}
.social-reviews-wrap .platform {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  gap: 10px;
  position: relative;
  width: 100px;
  background: #eec54c;
  border-radius: 20px;
}
.social-reviews-wrap .platform span {
  margin: 10px 0 0;
  color: #000;
  font-family: "Laila", serif;
  text-transform: capitalize;
  font-weight: 600;
}
.social-reviews-wrap .platform .platform-icon {
  position: absolute;
  top: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  outline: 3px solid;
  outline-color: #fff;
}
.social-reviews-wrap .platform .platform-icon.youtube {
  background: #c4302b;
}
.social-reviews-wrap .platform .platform-icon.facebook {
  background: #3b5998;
}
.social-reviews-wrap .platform .platform-icon.twitter {
  background: #00acee;
}
.social-reviews-wrap .platform .platform-icon.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social-reviews-wrap .platform .platform-icon.linkedin {
  background: #0a66c2;
}
.social-reviews-wrap .platform .platform-icon.google {
  background: #0057e7;
}
.social-reviews-wrap .platform .platform-icon i {
  color: #fff;
}

.mobile-footer {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-footer {
    display: flex;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #234f1e;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .mobile-footer li {
    flex-grow: 1;
    margin: 0;
  }
  .mobile-footer li button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .mobile-footer li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
  }
  .mobile-footer li a.whatsapp-mobile {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .mobile-footer li a i {
    font-size: 25px;
    color: #fff;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .mobile-footer li a i {
    font-size: 20px;
  }
}

.reach-wrap {
  position: relative;
  z-index: 1;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  overflow: hidden;
  height: 100%;
}
.reach-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #234f1e;
  z-index: -1;
  opacity: 0.9;
}
.reach-wrap h3 {
  color: #fff;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  padding: 5px 0px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 600;
}
.reach-wrap p {
  color: #fff;
}
.reach-wrap strong {
  display: block;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.reach-wrap a {
  color: #eec54c;
}

.policy-wrap .img-wrap {
  height: 400px;
}
.policy-wrap .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.policy-wrap .policy-btn {
  width: 95%;
  margin: auto;
  padding: 30px !important;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.policy-wrap .policy-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -2;
  border-radius: 20px;
  border: 1px solid #eec54c;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 0px, rgba(0, 0, 0, 0.23) 0px 3px 0px;
}
.policy-wrap .policy-btn::after {
  content: "";
  position: absolute;
  left: -30px;
  height: 60px;
  width: 60px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  transform: rotate(45deg);
  border: 1px solid #eec54c;
  border-top: 0px;
  border-right: 0;
}
.policy-wrap .policy-btn li {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid rgba(152, 167, 128, 0.1803921569);
  transition: 0.3s all ease-in-out;
}
.policy-wrap .policy-btn li:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #234f1e;
}
.policy-wrap .policy-btn li:hover a {
  color: #fff;
}
.policy-wrap .policy-btn li a {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  text-transform: capitalize;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Laila", serif;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 991px) {
  .policy-wrap .policy-btn::after {
    left: 0;
    right: 0;
    bottom: -30px;
    border: 1px solid #eec54c;
    border-top: 0px;
    border-left: 0;
    top: inherit;
  }
  .policy-wrap .policy-btn li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .policy-wrap .policy-btn li a {
    font-size: 13px;
  }
}

.popular-heading {
  display: flex;
  font-family: "Laila", serif;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #234f1e;
}

marquee {
  margin: 15px 0;
}

.footer-cluster h6 {
  margin: 20px 0 0px;
}

marquee a {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  margin-left: 5px;
  background: #28b917;
  color: #fff;
}/*# sourceMappingURL=style.css.map */