/*!
Theme Name: nepal-yoga-academy
Theme URI: https://nepalyogaacademy.com/
Author: Genesis Web Technology
Author URI: https://www.genesiswtech.com/
Description: This is a custom website theme for Nepal yoga Academy.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nepal-yoga-academy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* @font-face {
  font-family: "Zodiak-bold";
  src: url("./assets/fonts/Zodiak-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
} */

:root {
  --primary: rgb(99, 153, 122);
  --secondary: #47463c;
  --tertiary: #f8f8f8;
  --text: #454848cc;
  --light: #eff5f2;
  --primary-font: "Lato", sans-serif;
  --transition: all 0.5s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: var(--primary-font);
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
}

.list__item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-t {
  padding-top: 70px;
}
.section-b {
  padding-bottom: 70px;
}
.section {
  padding: 70px 0;
}
.page__section {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mx-auto {
  margin: 0 auto;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.gap-35 {
  gap: 35px;
}
.gap-40 {
  gap: 40px;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content__wrapper {
  margin-top: 40px;
}
.content__wrapper.sm {
  margin-top: 30px;
}
.overflow-hidden {
  overflow: hidden;
}
.the__content p,
.entry-content p,
.the__content li {
  color: var(--text);
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.the__content.lg p,
.the__content.lg li {
  font-size: 18px;
  line-height: 30px;
}
.the__content.small-width {
  max-width: 470px;
}
.the__content li {
  margin-top: 10px;
}

.the__content.white * {
  color: #fff;
}
.the__content.dim p {
  opacity: 0.7;
}
.the__content.center {
  text-align: center;
}
.the__content.center li {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.the__content.text-right li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
.the__content.text-right p {
  text-align: right;
}

.the__content p:last-child,
.the__content ul li:last-child {
  margin-bottom: 0;
}
.the__content p:first-child {
  margin-top: 0;
}

.the__content li:not(:last-child) {
  margin-bottom: 10px;
}
.the__content ul li:first-child {
  margin-top: 0;
}

.the__content img {
  width: 100%;
}
.the__content figure {
  width: 100% !important;
}

.the__list__content > ul > li {
  padding-left: 20px;
  background: url("./assets/img/double-arrow.svg") no-repeat left 0 top 10px;
  background-size: 12px;
}
.the__content.the__list__content > ul > li > ul > li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.the__content.the__list__content > ul > li > ul > li::before {
  content: "-";
  padding-right: 5px;
}
.the__title {
  font-family: var(--primary-font);
  font-size: 23px;
  line-height: 30px;
  color: var(--primary);
  margin: 0;
  margin-bottom: 10px;
}

.the__title.white {
  color: #fff;
  margin-bottom: 10px;
}

.the__title.dark {
  color: rgba(0, 0, 0, 0.7);
}
.the__title.large {
  font-size: 28px;
}
.the__title.small {
  font-size: 16px;
}
.gray__bg {
  background: var(--tertiary);
}
.light__bg {
  background: var(--light);
}
/* for scaling img on hover */
.hover__img {
  overflow: hidden;
  position: relative;
}
.hover__img a img {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
}
.hover__img:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* for hover effect on gallery img */
.hover__gallery::after {
  content: " ";
}
.hover__gallery {
  position: relative;
  overflow: hidden;
}
.hover__gallery img {
  width: 100%;
}
.hover__gallery:hover .hover__gallery__content {
  opacity: 1;
  width: 100%;
}
.hover__gallery__content {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  cursor: pointer;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.hover__gallery__content p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.hover__gallery__content p i {
  margin-left: 10px;
}

/*  */
.sticky__top {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.related__blogs.sticky__top {
  top: 210px;
}

.main__heading,
.entry-title,
.the__content h2,
.the__content h3 {
  font-weight: 400;
  font-size: 31px;
  line-height: 38px;
  color: var(--primary);
  margin-bottom: 15px;
}
.main__heading a {
  color: var(--primary);
}
.the__content h3 {
  font-size: 23px;
  line-height: 30px;
}
.main__heading.white {
  color: #fff;
}
.main__heading.dark {
  color: #333;
}
.main__heading span {
  display: block;
  font-size: 22px;
}

.animate__heading {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  margin-top: 50px;
}
.animate__heading.visible {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.sub__heading {
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  color: rgba(69, 72, 72, 0.8);
}
.sub__heading.sm {
  font-size: 16px;
  line-height: 26px;
}

.sub__heading.center,
.main__heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sub__heading.small-width {
  max-width: 1050px;
}
.sub__heading.xsmall-width {
  max-width: 800px;
}
.main__heading.white,
.sub__heading.white {
  color: #fff;
}
.sub__title {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--secondary);
}
.main__heading.small-width {
  max-width: 760px;
}
.entry-title {
  margin-bottom: 15px;
}

.link__title {
  line-height: 100%;
  margin: 0;
  margin-bottom: 7px;
  font-family: var(--primary-font);
}
.link__title a {
  color: var(--secondary);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: var(--primary);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.link__title a:hover {
  color: var(--secondary);
}

.link__title.small a {
  font-size: 22px;
  line-height: 28px;
}
.link__title.center {
  text-align: center;
}

.sticky__blog__head {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  background: #fff;
  z-index: 1;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.sticky__blog__head .main__heading {
  margin: 0;
}
.meta__info {
  padding: 10px 15px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.meta__info i,
.meta__info span {
  font-size: 14px;
  color: #555;
  opacity: 0.8;
}
.meta__info span {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  margin-left: 2px;
}
.map__section iframe {
  width: 100%;
  height: 500px;
  border: 0;
  background: #fff7ed;
  border-radius: 10px;
}
.single__img {
  margin-bottom: 20px;
}
.single__img img {
  width: 100%;
}

/*  */
.arrow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.arrow__container .myarrow {
  position: relative;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--secondary);
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.arrow__container .myarrow.disabled {
  cursor: initial;
  pointer-events: none;
  opacity: 0.5;
}

.arrow__container .myarrow span {
  background-image: url("./assets/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.arrow__container .prevarrow span {
  background-image: url("./assets/img/arrow-left.svg");
}
.arrow__container .myarrow:hover {
  background: var(--secondary);
}
.arrow__container .myarrow:hover span {
  -webkit-filter: invert(1) brightness(0);
  filter: invert(1) brightness(0);
}
/*  */

/*  */

label {
  font-weight: 500;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 1em;
  font-size: 16px;
}

input:not([type="submit"]),
select,
textarea {
  width: 100%;
  outline: none;
  font-size: 14px;
  padding: 14px 22px;
  min-height: 50px;
  border: none;
  color: var(--secondary);
  font-family: var(--primary-font);
  background: #fff;
  border-radius: 10px;
}
textarea {
  height: 130px;
  width: 100% !important;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  min-height: auto;
}
:focus-visible {
  outline: 2px dotted transparent;
}
.booking__form .wpcf7-list-item {
  margin: 0 1em 0 0;
}
/*  */

input[type="submit"] {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 22px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 20;
  border-radius: 42px;
  font-family: var(--primary-font);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  background: var(--primary);
  border: none;
  border: 2px solid #fff;
  margin-top: 10px;
}

input[type="submit"]:hover {
  opacity: 0.9;
}
.wpcf7-spinner {
  vertical-align: middle;
}
.my__card {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 42px;
  padding: 30px;
  background: #fff;
  overflow: hidden;
}
.my__card.primary {
  background: var(--secondary);
}

.btn {
  border-radius: 500px;
  color: #fff;
  padding: 8px 22px 10px;
  background: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8em;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}

.btn.primary {
  background: #deeae9;
  color: var(--primary);
}
.btn.white {
  background: #fff;
  color: var(--primary);
}
.btn.black {
  background: var(--secondary);
  color: #fff;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: -o-linear-gradient(
    330deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}
.btn span {
  position: relative;
}
.btn span::before {
  content: "";
  width: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 20px;
  z-index: -1;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.btn span i {
  margin-left: 0;
  margin-top: 5px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
}
.btn.sm {
  padding: 3px 15px 5px;
}
.btn:hover {
  background-color: var(--secondary);
  color: #fff;
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.btn:hover::before,
.book-btn-popup .btn::before {
  -webkit-animation: shine 1.5s ease-out infinite;
  animation: shine 1.5s ease-out infinite;
}
.btn.white:hover,
.btn.black:hover {
  background-color: var(--secondary);
  color: #fff;
}

.btn:hover span::before {
  background: #fff;
  width: 15px;
  z-index: 1;
}
.btn.black:hover span::before,
.btn.white:hover span::before {
  background: var(--secondary);
}

.btn:hover span i {
  margin-left: 7px;
}
.btn.rounded {
  border-radius: 15px 15px 15px 0;
}

.btn__center {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn__center.sm {
  margin-top: 20px;
}
.btn__center.lg {
  margin-top: 40px;
}

.btn__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn__row.sm {
  margin-top: 20px;
}
/*  */

.custom__grid {
  display: grid;
  margin-left: -40px;
  grid-template-columns: 400px 1fr;
}

.custom__grid > div {
  padding-left: 40px;
}

/* 404 not found page */

.error-404 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 270px;
  text-align: center;
}
.error-404 .error-watermark {
  position: absolute;
  top: calc(50% - 170px);
  left: 0;
  display: block;
  width: 100%;
  font-size: 320px;
  line-height: 1;
  color: #63997a21;
  pointer-events: none;
}
.error-404 .error-title {
  margin: 0;
  color: #000;
  font-size: 43px;
  word-wrap: break-word;
}
.error-404 .error-text {
  display: block;
  margin: 23px auto 5px;
}

/* 404 not found page */

/* Galleries
		 --------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
  row-gap: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.gallery-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}
/*  */

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}
.alignleft img,
.alignright img,
.alignleft,
.alignright {
  width: auto !important;
}
/*  */

.relative {
  position: relative;
  z-index: 1;
}
/* Table */
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
/* Table */

.overlay__card {
  position: relative;
}
.overlay__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 58.66%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(58.66%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 58.66%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.overlay__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.overlay__card.lg .overlay__img img {
  aspect-ratio: 4/3;
}
.overlay__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  padding: 30px 30px 25px;
}
.overlay__card.lg .overlay__content {
  padding: 40px 40px 35px;
}
.overlay__cta {
  pointer-events: auto;
}
.overlay__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  color: #ffffff;
  max-width: 444px;
  margin-bottom: 14px;
}

.overlay__card.lg .overlay__title {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
}

.overlay__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.overlay__date,
.overlay__desg {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.overlay__desg {
  font-size: 15px;
  line-height: 20px;
  display: block;
}

/*  */
.custom__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.custom__arrow > div {
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.custom__arrow > div:hover {
  background: var(--secondary);
}
.custom__arrow > div i {
  color: #fff;
  font-size: 12px;
}
/*  */

.uk-container-large {
  max-width: 1600px;
}
.container-small {
  max-width: 900px;
  margin: 0 auto;
}

/*  */
.top__header {
  background: var(--primary);
  padding: 13px 0 15px;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header__links * {
  font-weight: 400;
  font-size: 14px;

  color: #ffffff;
}
.header__links a:hover {
  color: var(--secondary);
}
.social__icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  margin-left: 7px;
}
.social__icons img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.social__icons img,
.header__contact img {
  width: 20px;
  margin-top: -3px;
}
/*  */
.site-header .custom-logo {
  width: 200px;
  position: relative;
}
/* .header-default .top__header {
  display: none;
} */
.site-header.fixed .nav__header,
.header-default.fixed .nav__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-default .nav__header,
.site-header.fixed .nav__header {
  background: var(--primary);
  padding: 0;
  border-bottom: 1px solid #ffffff45;
}
.header-default.fixed .nav__header {
  -webkit-animation: defaultHeader 0.4s linear;
  animation: defaultHeader 0.4s linear;
}
.header-default .nav__header {
  position: relative;
}
.header-default .top__header {
  border-bottom: 1px solid #ffffff36;
}
.header-placeholder {
  height: 103px;
  display: none;
}
.header-default.fixed + .header-placeholder {
  display: block;
}
.site-header.fixed .custom-logo,
.header-default.fixed .custom-logo {
  width: 150px;
  padding: 10px 0;
  -webkit-animation: animateLogo 0.8s linear;
  animation: animateLogo 0.8s linear;
}
.header-default .custom-logo {
  width: 150px;
  padding: 10px 0;
}
.header-default.fixed .custom-logo {
  -webkit-animation: animateLogo 0.8s linear;
  animation: animateLogo 0.8s linear;
}

.site-header.fixed .nav__cta,
.header-default.fixed .nav__cta {
  -webkit-animation: animateNavBtn 0.8s linear;
  animation: animateNavBtn 0.8s linear;
  position: relative;
}

@-webkit-keyframes defaultHeader {
  from {
    padding: 30px 0;
  }
  to {
    padding: 0;
  }
}
@keyframes defaultHeader {
  from {
    padding: 30px 0;
  }
  to {
    padding: 0;
  }
}

@-webkit-keyframes defaultRespHeader {
  from {
    padding: 10px 0;
  }
  to {
    padding: 0;
  }
}
@keyframes defaultRespHeader {
  from {
    padding: 10px 0;
  }
  to {
    padding: 0;
  }
}

@-webkit-keyframes animateLogo {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@keyframes animateLogo {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes animateNavBtn {
  from {
    right: -50px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateNavBtn {
  from {
    right: -50px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

.nav__header {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 30px 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.header__grid {
  /* display: grid;
  grid-template-columns: 200px 1fr 200px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__grid > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__grid > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.offcanvas__new__logo {
  padding: 50px;
  padding-bottom: 0;
}

.offcanvas__text {
  flex: 1;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #eee;
}

.offcanvas__text h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: bold;
}

.offcanvas__text p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.hamburger-toggle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40px;
  height: 24px;
}

.line {
  display: block;
  width: 70%;
  height: 3px;
  background-color: #fff;
  border-radius: 500px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.line--middle {
  width: 100%;
}
.line--bottom {
  width: 60%;
}

.hamburger-menu:hover .line {
  width: 100%;
}

/*  */
.main-navigation,
.main-navigation .menu-menu-1-container,
.main-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.main-navigation > div > ul > li {
  /* padding: 0 10px 0 0; */
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* .main-navigation > div > ul > li.menu-item-has-children {
	padding-right: 20px;
  } */
.main-navigation > div > ul > li:last-child {
  padding-right: 0;
}

.main-navigation > div > ul > li i {
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.main-navigation > div > ul > li:hover i {
  color: var(--primary);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.main-navigation > div > ul > li > a {
  position: relative;
  z-index: 1000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

.main-navigation > div > ul > li:not(.menu-item-has-children) > a::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 100%;
  left: 0.05em;
  right: 0.05em;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}

.main-navigation > div > ul > li:not(.menu-item-has-children):hover > a::after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
  -webkit-transition-duration: 0.9s !important;
  -o-transition-duration: 0.9s !important;
  transition-duration: 0.9s !important;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  -webkit-transform-origin: 0 50% !important;
  -ms-transform-origin: 0 50% !important;
  transform-origin: 0 50% !important;
}

.site-header.fixed .main-navigation > div > ul > li:hover > a,
.header-default .main-navigation > div > ul > li:hover > a {
  color: #fff;
}
.site-header.fixed .main-navigation > div > ul > li > a::after,
.header-default .main-navigation > div > ul > li > a::after {
  background: #fff;
}
.site-header.fixed .header__grid > div:nth-child(2),
.header-default .header__grid > div:nth-child(2) {
  height: 100%;
}

/*  */
/*  */
.main-navigation > div > ul > li.menu-item-has-children > a {
  padding-right: 27px;
}
.main-navigation > div > ul > li.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.main-navigation > div > ul > li.menu-item-has-children > a::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  left: calc(50% - 20px);
  position: absolute;
  display: none;
  top: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(45deg);
  z-index: -1;
}

.main-navigation > div > ul > li.menu-item-has-children:hover > a::after {
  display: block;
  -webkit-animation: fadeupArrow 0.4s ease-in-out forwards;
  animation: fadeupArrow 0.4s ease-in-out forwards;
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::after,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::after {
  -webkit-animation: fadeupFixedArrow 0.4s ease-in-out forwards;
  animation: fadeupFixedArrow 0.4s ease-in-out forwards;
}

.main-navigation > div > ul > li.menu-item-has-children .mega__menu,
.main-navigation > div > ul > li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 300px;
  max-width: 700px;
  z-index: 1000;
  /* -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
  /* max-width: 1400px; */
}
.main-navigation > div > ul > li.menu-item-has-children .mega__menu::before,
.main-navigation > div > ul > li.menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(100% + 20px);
  left: 50%;
  top: -20px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  .mega__menu
  .mega__menu__content,
.main-navigation > div > ul > li.menu-item-has-children .sub-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 40px 0 rgba(99, 153, 122, 0.2),
    0 70px 100px -60px rgba(99, 153, 122, 0.4);
  box-shadow: 0 12px 40px 0 rgba(99, 153, 122, 0.2),
    0 70px 100px -60px rgba(99, 153, 122, 0.4);
  border-radius: 10px;
  pointer-events: initial;
  margin: 0 auto;
  padding: 16px 10px;
}
.sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mega__menu__content ul > li > a,
.sub-menu > li > a {
  font-size: 15px;
  color: #666;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  position: relative;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
  padding: 10px 40px 10px 25px;
  border-radius: 12px;
}

.mega__menu__content ul > li > a::before,
.mega__menu__content ul > li > a::after,
.sub-menu > li > a::before,
.sub-menu > li > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: 12px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mega__menu__content ul > li > a::after,
.sub-menu > li > a::after {
  opacity: 0;
  visibility: hidden;
}

.mega__menu__content ul > li > a:hover::after,
.sub-menu > li > a:hover::after {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

.mega__menu__content ul > li > a:hover,
.sub-menu > li > a:hover {
  background: #63997a2b;
  color: var(--primary);
}

@-webkit-keyframes fadeupArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: -30px;
  }
}
@keyframes fadeupArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: -30px;
  }
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    top: 140px;
  }
  to {
    opacity: 1;
    top: 72px;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    top: 140px;
  }
  to {
    opacity: 1;
    top: 72px;
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    left: 150%;
  }
  to {
    opacity: 1;
    left: 100%;
  }
}
@keyframes fadeleft {
  from {
    opacity: 0;
    left: 150%;
  }
  to {
    opacity: 1;
    left: 100%;
  }
}

@-webkit-keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -100px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -100px;
  }
  to {
    opacity: 1;
    bottom: -30px;
  }
}
@-webkit-keyframes fadeupFixed {
  from {
    opacity: 0;
    top: 150%;
  }
  to {
    opacity: 1;
    top: 85px;
  }
}
@keyframes fadeupFixed {
  from {
    opacity: 0;
    top: 150%;
  }
  to {
    opacity: 1;
    top: 85px;
  }
}
.main-navigation > div > ul > li.menu-item-has-children:hover .mega__menu,
.main-navigation > div > ul > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  -webkit-animation: fadeup 0.3s ease-in-out forwards;
  animation: fadeup 0.3s ease-in-out forwards;
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .mega__menu,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .mega__menu,
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .sub-menu,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .sub-menu {
  /* -webkit-animation: fadeupFixed 0.3s ease-in-out forwards;
  animation: fadeupFixed 0.3s ease-in-out forwards; */
}

.course__menu__title {
  font-weight: 600;
  font-size: 18px;
  color: var(--primary);
  margin: 0;
  padding: 10px 25px;
}

.course__menu__list ul li a {
  font-size: 15px;
  color: #666;
  font-weight: 600;
  line-height: 22px;
  position: relative;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
  padding: 10px 40px 10px 25px;
}
.course__menu__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.course__menu__grid > div {
  grid-column: span 12;
}
.course__menu__grid > div:not(:first-child) {
  grid-column: span 6;
}
.main-navigation > div > ul > li.menu-item-has-children .course__megaMenu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.course__menu__grid > div:first-child .course__menu__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
/*  */
.offcanvas {
  display: none;
}
/*  */
/* .site-default {
  margin-top: 103px;
} */
/* navigation */

/* offcanvas */
.offcanvas {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  left: -100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
  /* transition-delay: 0.5s; */
}
.offcanvas.show {
  left: 0;
}
/* .offcanvas::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #63997a70;
  transition: all 0.5s linear;
  backdrop-filter: blur(3px);
} */
/* .offcanvas.show {
  transition-delay: 0s;
} */
.offcanvas .offcanvas__bar {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* .offcanvas.show .offcanvas__bar {
  transition-delay: 0.5s;
} */
.offcanvas .offcanvas__bar .offcanvas__sidebar {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offcanvas .offcanvas__bar .offcanvas__sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/event-bg1.svg");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  opacity: 0.6;
}

.offcanvas .offcanvas__bar.showbar {
  left: 0;
}
.offcanvas__logo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}

.offcanvas__logo .custom-logo-link {
  padding: 10px 20px;
  display: block;
  text-align: center;
  background: var(--primary);
  border-bottom: 1px solid #ffffff45;
}
.offcanvas__logo a img,
.offcanvas__new__logo a img {
  width: 120px;
  margin: 0 auto;
  display: inline-block;
  /* opacity: 0; */
}

.offcanvas__new__logo a img {
  width: 250px;
}
.offcanvas__close {
  position: absolute;
  top: 19px;
  background: #fff;
  width: 50px;
  height: 50px;
  z-index: 100;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.offcanvas__close .offcanvas__icon {
  width: 20px;
  line-height: 0;
}
.offcanvas__close .offcanvas__icon span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 2px;
  vertical-align: top;
  background: var(--primary);
}
.offcanvas__close .offcanvas__icon span + span {
  margin-top: 5px;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(1) {
  -webkit-animation: ease 0.7s 1s icon1 forwards;
  animation: ease 0.7s 1s icon1 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
  -webkit-animation: ease 0.7s 1s icon2 forwards;
  animation: ease 0.7s 1s icon2 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
  -webkit-animation: ease 0.7s 1s icon3 forwards;
  animation: ease 0.7s 1s icon3 forwards;
}
@-webkit-keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.offcanvas ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.offcanvas #primary-menu > li > a {
  color: var(--secondary);
  /* text-transform: capitalize;
  font-size: 15px; */
  padding: 10px 20px;
  display: block;
  border-radius: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

#primary-menu > li > ul > li > a {
  position: relative;
}
.offcanvas #primary-menu > li.menu-item-has-children > a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: var(--secondary);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

#primary-menu > li > ul > li.menu-item-has-children::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 10px;
  color: var(--secondary);
  right: 10px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.offcanvas #primary-menu > li.menu-item-has-children a.show-active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  color: var(--primary);
}

.offcanvas #primary-menu > li > ul > li.menu-item-has-children.active::before {
  transform: rotate(90deg);
  color: var(--primary);
}

.offcanvas #primary-menu > li > ul,
.offcanvas #primary-menu > li > ul > li > ul {
  display: none;
}

.offcanvas #primary-menu li {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.offcanvas #primary-menu > li > a:hover,
.offcanvas #primary-menu > li a.show-active,
.offcanvas #primary-menu > li.menu-item-has-children ul li a.show-active,
.offcanvas #primary-menu > li:hover > a {
  /* background: #79de9066; */
  color: var(--primary);
}

#primary-menu > li > ul > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
#primary-menu li.menu-item-has-children span {
  color: var(--primary);
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 20px;
  width: 38px;
  height: 38px;
  background: #fff;
  right: 3px;
  border-radius: 12px;
}
#primary-menu li.menu-item-has-children span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#primary-menu li.menu-item-has-children > ul {
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* #primary-menu li.menu-item-has-children > ul > li.menu-item-has-children > ul {
  background: #fff;
  margin: 0;
  margin-top: 5px;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid transparent;
} */
#primary-menu > li.menu-item-has-children > span {
  top: 21px;
}

#primary-menu > li.menu-item-has-children ul li {
  border-radius: 12px;
}
#primary-menu > li.menu-item-has-children ul li a {
  font-size: 14px;
  color: #444;
  font-weight: 600;
  padding: 10px 30px;
  display: block;
  text-transform: capitalize;
  border-radius: 12px;
}

/* #primary-menu > li ul li:hover > a {
  color: var(--primary);
  background: #0058880d;
} */

.offcanvas
  #primary-menu
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 40px;
}

#primary-menu
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 60px;
}
.offcanvas__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
  /* opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; */
}
.offcanvas__nav > div {
  width: 100%;
}

.offcanvas__content {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  height: calc(100vh - 136px);
}
.offcanvas__content .uk-grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.offcanvas__content .uk-grid > div > div {
  padding: 40px 0;
}
.offcanvas__contact {
  padding: 20px 30px;

  /* opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; */
}
.offcanvas__contact .header__contact:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__contact .header__contact * {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  color: #7a7a73;
  max-width: 400px;
}
.offcanvas__contact .header__contact strong {
  color: var(--secondary);
  display: block;
  margin-bottom: 3px;
}
.offcanvas__contact .header__contact strong img {
  width: 15px;
  margin-top: -1px;
}
.offcanvas__contact .header__contact strong i {
  color: var(--primary);
}
.offcanvas__contact .header__contact a i {
  font-weight: 400;
  margin-right: 14px;
  font-size: 20px !important;
  margin-top: 6px;
}
.offcanvas__contact .header__contact img {
  width: 25px;
  margin-top: -6px;
}
.offcanvas__contact .header__contact a:hover {
  color: var(--primary);
}

/* .offcanvas.show .offcanvas__new__logo a img,
.offcanvas.show .offcanvas__contact,
.offcanvas.show .offcanvas__nav,
.offcanvas.show .offcanvas__text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
} */
/* .offcanvas.show .offcanvas__new__logo a img {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.offcanvas.show .offcanvas__nav {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.offcanvas.show .offcanvas__contact {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
} */
.mega__menu {
  display: none;
  margin-left: 10px;
}
.mega__menu__content ul > li > a::before,
.mega__menu__content ul > li > a::after,
.sub-menu > li > a::before,
.sub-menu > li > a::after {
  display: none;
}
.course__menu__grid > div:not(:first-child) {
  grid-column: span 12;
}
.course__menu__grid > div:first-child .course__menu__list ul {
  border-bottom: none;
  padding-bottom: 0;
}
.course__menu__grid > div:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.offcanvas__grid {
  height: 100%;
  position: relative;
  z-index: 1;
}
.offcanvas__grid > div,
.offcanvas__grid > div > div,
.offcanvas__img {
  height: 100%;
}
.offcanvas__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* offcanvas */

/*  */
.banner__section {
  height: calc(100vh - 49px);
  background: #000;
  position: relative;
  overflow-x: hidden;
}

.banner__slider {
  position: relative;
  height: calc(100vh - 49px);
  overflow: hidden;
  margin: 0;
}

.banner__slider picture {
  display: block;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner__slider img {
  position: absolute;
  height: calc(100vh - 49px);
  width: 100%;
  -o-object-position: top;
  object-position: top;
  /* -webkit-animation: scale 40s ease infinite;
  animation: scale 40s ease infinite; */
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.banner__text {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 20px;
}

.banner__text .banner__heading {
  margin: 0 auto;
  max-width: 1200px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;

  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
}

.banner__text p {
  text-align: center;
  color: #fff;
  font-size: 20px;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-bottom: 10px;
}
.home__banner .banner__text {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}
.home__banner .banner__heading {
  text-align: left;
  margin: 0;
  line-height: 200%;
}
.home__banner .banner__text p {
  font-size: 30px;
  max-width: 300px;
  text-align: right;
}
.banner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner__section .item {
  position: relative;
}

.banner__section .item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    top,
    rgba(99, 153, 122, 0.3) 0%,
    rgba(99, 153, 122, 0) 46.91%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(99, 153, 122, 0.3)),
    color-stop(46.91%, rgba(99, 153, 122, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(99, 153, 122, 0.3) 0%,
    rgba(99, 153, 122, 0) 46.91%
  );
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.page__banner .item::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.banner__section .owl-nav .owl-prev,
.banner__section .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: 101%;
  outline: none;
  white-space: nowrap;
  width: 20%;
  z-index: 4;
}

.banner__section .owl-nav .owl-prev {
  left: 0;
  cursor: url("./assets/img/left.png") 0 0, pointer;
}

.banner__section .owl-nav .owl-next {
  right: 0;
  cursor: url("./assets/img/right.png") 0 0, pointer;
}
.intro__content {
  max-width: 1000px;
  margin: 0 auto;
}
.intro__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: rgba(69, 72, 72, 0.8);
}
.intro__content.left p {
  text-align: left;
}
.intro__content p:first-child {
  font-size: 21px;
  color: #454848;
}
.intro__content p:last-child {
  margin-bottom: 0;
}

/*  */
.service__card {
  background: var(--tertiary);
  padding: 40px 60px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  display: block;
}
.service__icon {
  margin-bottom: 20px;
}
.service__icon img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.service__title {
  font-weight: 600;
  font-size: 23px;
  margin: 0;
  color: var(--primary);
  margin-bottom: 10px;
}
.service__card:hover {
  background: #63997a33;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.service__card:hover .service__icon img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*  */
.about__section {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.about__section::after {
  content: "";
  width: 1000px;
  height: 100%;
  background-image: url("./assets/img/about-bg.png");
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: circularRotation 60s linear infinite;
  animation: circularRotation 60s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
@-webkit-keyframes circularRotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.3);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.3);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1.3);
    transform: translate(-50%, -50%) rotate(360deg) scale(1.3);
  }
}
@keyframes circularRotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.3);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.3);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1.3);
    transform: translate(-50%, -50%) rotate(360deg) scale(1.3);
  }
}
.about__section > div {
  position: relative;
  z-index: 1;
}
.about__container {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
}
.about__content {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  max-width: 670px;
  padding: 20px 40px;
  margin: 40px auto 0 auto;
}

.about__content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #545454;
}
.about__content p:last-child {
  margin-bottom: 0;
}
.about__content p span {
  color: #63997a;
  font-weight: 700;
}

.about__img {
  position: relative;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin-top: -70px;
}
.about__img img {
  height: 500px;
}

/*  */
.course__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.course__img {
  position: relative;
}
.course__img img {
  height: 278px;
  -o-object-fit: cover;
  object-fit: cover;
}
.course__img .course__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  pointer-events: none;
}
.course__content {
  background: var(--light);
  padding: 25px;
  padding-top: 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.corporate__section,
.why__choose__us {
  background-attachment: fixed;
  background-size: cover;
}

.accordion__wrapper ul li {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  padding: 25px 30px;
}
.accordion__wrapper .uk-accordion {
  margin: 0;
}
.accordion__wrapper .uk-accordion-title {
  display: block;
  overflow: hidden;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.accordion__wrapper .uk-accordion-title::before {
  background: #fff;
  border-radius: 50%;
  background-image: none;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  width: 34px;
  height: 34px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  margin-left: 40px;
}
.accordion__wrapper li.uk-open .uk-accordion-title::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion__wrapper .uk-accordion-content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.accordion__wrapper .uk-accordion-content {
  margin-top: 7px;
}

.accordion__wrapper.dark ul li {
  background: #f8f8f8;
}
.accordion__wrapper.dark .uk-accordion-title {
  color: rgba(84, 84, 84, 0.5);
  font-weight: 600;
}
.accordion__wrapper.dark li.uk-open .uk-accordion-title,
.accordion__wrapper.dark li .uk-accordion-title:hover {
  color: var(--primary);
}
.accordion__wrapper.dark .uk-accordion-content p {
  color: rgba(84, 84, 84, 0.8);
}
.accordion__wrapper.dark .uk-accordion-title::before {
  background: var(--primary);
  color: #fff;
}

/*  */
.parallax__wrapper {
  position: relative;
  overflow: hidden;
}
.parallax__img {
  overflow: hidden;
}

.parallax__img img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.parallax__txt {
  pointer-events: none;
  font-weight: 700;
  font-size: 80px;
  line-height: 100px;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.parallax__txt span {
  font-size: 130px;
  display: block;
  position: relative;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/*  */

.event__section {
  position: relative;
}
.event__section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("./assets/img/event-bg1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 600px;
  height: 90%;
  pointer-events: none;
}

.event__section .uk-container-expand-right.uk-container-large {
  max-width: calc(50% + (1600px / 2) - 0px);
  padding-right: 0;
}
.event__section > div {
  position: relative;
  z-index: 1;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  top: 15px;
}
.owl-dots > button {
  width: 15px;
  height: 8px;
  background: var(--primary) !important;
  border-radius: 4px;
  opacity: 0.5;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.owl-dots > button.active {
  opacity: 1;
  width: 25px;
}

/*  */
.testimonial__container {
  margin-top: 70px;
}
.testimonial__card {
  background: var(--tertiary);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.testimonial__card.new-testi {
  margin-top: 70px;
}
.testimonial__card:hover {
  background: #63997a33;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.testimonial__profile {
  margin-top: -90px;
}
.testimonial__profile img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 10px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial__info {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: var(--primary);
  margin-bottom: 20px;
}
.testimonial__info span {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.testimonial__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.01em;
  color: var(--primary) !important;
  margin: 0 0 10px;
}

.news__section {
  position: relative;
}
.news__section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("./assets/img/news-bg1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 800px;
  height: 100%;
  pointer-events: none;
  background-position: top;
}
.news__section > div {
  position: relative;
  z-index: 1;
}

.youth__empowerment__img {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.youth__empowerment__img img {
  width: 1066px;
  -o-object-fit: contain;
  object-fit: contain;
}

.site-footer {
  background: var(--primary);
  position: relative;
  overflow: hidden;
}

.site-footer::after {
  content: "";
  width: 660px;
  height: 660px;
  background-image: url("./assets/img/footer-bg.svg");
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: -130px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  -webkit-animation: circularRotation2 120s linear infinite;
  animation: circularRotation2 120s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes circularRotation2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1.3);
    transform: rotate(0deg) scale(1.3);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
  }
}

@keyframes circularRotation2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1.3);
    transform: rotate(0deg) scale(1.3);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
  }
}

.footer__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  row-gap: 40px;
}

.footer__logo .custom-logo {
  width: 220px;
}
.footer__title {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer__grid p,
.footer__grid a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
}
.footer__grid a:hover {
  opacity: 0.6;
}

.footer__info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 40px;
}
.footer__info > div:first-child {
  width: 205px;
}
/* .footer__list{
  max-width: 200px;
} */
.footer__list ul li {
  line-height: 100%;
}
.footer__list ul li:not(:last-child) {
  margin-bottom: 7px;
}
.affiliations__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.affiliations__img img {
  width: 43px;
  height: 43px;
  -o-object-fit: contain;
  object-fit: contain;
}
.bottom__footer {
  padding-top: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
/* .site-footer .social__icons {
  gap: 10px;
} */
.site-footer .social__icons a {
  font-size: 20px;
}
.the__content blockquote {
  background: var(--primary);
  border-radius: 10px;
  padding: 20px 20px;
}

.the__content blockquote p {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  font-style: normal;
}
/*  */

.single__container .single__wrapper:not(:last-child) {
  margin-bottom: 50px;
}
.single__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  background: var(--primary);
  padding: 25px;
  margin: 0;
}
.sidebar__nav {
  background: var(--light);
  padding: 20px 0;
}
.sidebar__nav__link {
  color: var(--text);
  font-size: 16px;
  display: inline-block;
  padding: 5px 20px 7px 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.sidebar__nav__link::before {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  border-radius: 0 999px 999px 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  background: var(--primary);
}
.sidebar__nav__list {
  margin-right: 10px;
}
.sidebar__nav__list.active .sidebar__nav__link::before {
  width: 100%;
}
.sidebar__nav__list.active .sidebar__nav__link {
  color: #fff;
}
.sidebar__nav__link:hover {
  color: var(--primary);
}
/*  */
.retreat__info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 20px;
}
.retreat__info__grid > div {
  position: relative;
}
.retreat__info__grid > div::after,
.retreat__info__grid > div::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.retreat__info__grid > div:not(:nth-of-type(3n))::after {
  width: 1px;
  height: calc(100% - 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  /* margin-right: 10px;
  padding-right: 10px; */
}
.retreat__info__grid > div {
  padding-bottom: 20px;
  padding-top: 20px;
}
.retreat__info__grid > div::before {
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  left: 0;
}
.retreat__info__grid > div:nth-last-child(-n + 3)::after {
  height: calc(100% + 20px);
}
.retreat__info__grid > div:nth-last-child(-n + 3)::before {
  display: none;
}
.retreat__info__grid > div:nth-last-child(-n + 3) {
  padding: 0;
}
.retreat__info__icon {
  width: 70px;
  height: 70px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  padding: 15px;
}
.retreat__info__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.retreat__info__info {
  font-weight: 600;
  font-size: 18px;
  color: var(--primary);
  padding-right: 10px;
}
.retreat__info__info span {
  font-weight: 400;
  font-size: 17px;
  color: var(--text);
  display: block;
}
.retreat__info__wrapper {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*  */
.mansonary {
  display: column;
  gap: 30px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.mansonary > div {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-top: 30px;
}
.mansonary > div:first-child {
  margin-top: 0;
}
.mansonary-3 {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
.mansonary-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.highlight__title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  background: var(--primary);
  margin: 0;
  padding: 10px 25px;
  border-radius: 10px 10px 0 0;
}
.light__card {
  background: var(--light);
  padding: 25px;
  padding-top: 20px;
  border-radius: 0 0 10px 10px;
}
.light__card.rounded {
  border-radius: 10px;
}
.light__card.gray {
  background: #f2f2f2;
}

.tick__list ul li {
  padding-left: 30px;
  background: url("./assets/img/tick.svg") no-repeat left 0 top 7px;
  background-size: 18px;
}
.tick__list.exc ul li {
  background: url("./assets/img/cross.svg") no-repeat left 0 top 7px;
  background-size: 20px;
}

.tick__list ul li ul li {
  position: relative;
  background: none;
  padding-left: 0;
}
.tick__list ul li ul li::before {
  content: "»";
}
.tick__list.lg ul li {
  background-size: 30px;
  padding-left: 45px;
}
.retreat__special__grid ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.key__activities__img,
.key__activities__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.note {
  margin-top: 25px;
}
.note p {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: var(--text);
}
.note p:last-child {
  margin-bottom: 0;
}

.iti__date__title {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.itinerary__items .iti__date__title::before,
.itinerary__items .iti__date__title::after {
  content: "";
  background: var(--primary);
  font-size: 16px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 10px;
}
.itinerary__items .iti__date__title::before {
  height: 10px;
  width: 2px;
  right: 4px;
}
.itinerary__items .iti__date__title::after {
  height: 2px;
  width: 10px;
  right: 0;
}
.itinerary__items.active .iti__date__title::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
.itinerary__items.active .iti__date__title::after {
  top: 50%;
}
.itinerary__items.active .iti__date__title {
  border-bottom: none;
  padding-bottom: 0;
}
.iti__date__title .the__title {
  padding-right: 30px;
}
.itinerary__items__content {
  display: none;
  margin-top: 5px;
  margin-bottom: 30px;
}
.itinerary__items__body .itinerary__items:not(:last-child) {
  margin-bottom: 25px;
}
.iti__content__wrapper {
  border-radius: 10px;
}
.iti__content__wrapper .wrapper:first-child {
  border-radius: 10px 10px 0 0;
}
.iti__content__wrapper .wrapper:last-child {
  border-radius: 0 0 10px 10px;
}
.iti__content__wrapper .wrapper {
  background: #f2f2f2;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
}
.iti__content__wrapper .wrapper:nth-of-type(even) {
  background: #e6e6e6;
}
.iti__content__wrapper .the__content li {
  margin-top: 5px;
}
.iti__content__wrapper .the__content li:not(:last-child) {
  margin-bottom: 5px;
}
.iti__content__wrapper .the__content ul {
  margin-bottom: 0;
}
.iti__content__wrapper .the__content p + ul {
  margin-top: -10px;
}

.light__card__img img {
  border-radius: 10px 10px 0 0;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single__table {
  overflow-x: auto;
  border-radius: 10px;
}
.single__table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}

.single__table table thead {
  background: var(--primary);
}
.single__table table thead th {
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  font-family: var(--primary-font);
  line-height: 22px;
  text-align: left;
  border-right: 1px solid #fff;
}
.single__table table tbody tr td {
  font-size: 15px;
  padding: 14px 16px;
  color: var(--text);
  font-weight: 600;
  position: relative;
  font-family: var(--primary-font);
  min-height: 36px;
  vertical-align: top;
  border-right: 1px solid #fff;
}
.single__table table tbody tr td strong {
  font-weight: 600;
}
.single__table table tbody tr {
  background: #f2f2f2;
}
.single__table table tbody tr td {
  border-bottom: 1px solid #fff;
}
.single__table table tbody tr:nth-of-type(2n) {
  background: #e6e6e6;
}
.single__table table tbody tr td::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: capitalize;
  font-size: 15px;
  left: 10px;
  color: #111;
  display: none;
  text-align: left;
  font-weight: 600;
}

/*  */
.cost__table table thead th:nth-child(odd) {
  border-right: none;
}
/*  */
.price__table table thead th:last-child,
.price__table table tbody td:last-child {
  text-align: center;
  border-right: none;
  width: 150px;
}
.price__table table tbody tr:nth-of-type(2n) {
  background: #f2f2f2;
}
.price__table table tbody tr:nth-of-type(4n + 1),
.price__table table tbody tr:nth-of-type(4n + 2) {
  background: #e6e6e6;
}
.price__table table tbody tr td:first-child {
  border-bottom: none;
}
/*  */

.custom__table {
  display: grid;
  border-radius: 10px;
}
.table__wrapper {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom__table .table__wrapper:first-child,
.custom__table .table__wrapper:first-child .table__head {
  border-radius: 10px 0 0 0;
}
.checkin__table .table__wrapper:nth-child(2),
.checkin__table .table__wrapper:nth-child(2) .table__head,
.cost__table .table__wrapper:nth-child(3),
.cost__table .table__wrapper:nth-child(3) .table__head {
  border-radius: 0 10px 0 0;
}
.table__head {
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  font-family: var(--primary-font);
  line-height: 22px;
  border-right: 1px solid #fff;
  background: var(--primary);
}

.table__data {
  padding: 14px 16px;
  border-right: 1px solid #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkin__table {
  grid-template-columns: repeat(2, 1fr);
}
.cost__table {
  grid-template-columns: repeat(3, 1fr);
}
.cost__table .table__data {
  padding: 0;
  border-right: none;
}
.acc__data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.acc__data > div {
  font-size: 17px;
  padding: 14px 16px;
  color: var(--text);
  font-weight: 500;
  position: relative;
  font-family: var(--primary-font);
  min-height: 36px;
  vertical-align: top;
  border-right: 1px solid #fff;
}
.acc__cost {
  background: #e6e6e6;
  border-top: 1px solid #fff;
}

/*  */

.quote__author {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  color: var(--primary);
}
.img-full img {
  width: 100%;
}

.course__curriculum .the__title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.general__sidebar {
  border-radius: 10px;
  background: #e6e6e6;
}
.general__sidebar .wrapper:nth-of-type(even) {
  background: #f2f2f2;
}
.general__sidebar .wrapper {
  padding: 20px;
}
.general__sidebar .wrapper:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.more__single {
  position: relative;
}
.more__single::before {
  content: "";
  background: -o-linear-gradient(
    top,
    #000000 -196.52%,
    rgba(0, 0, 0, 0) 59.57%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-196.52%, #000000),
    color-stop(59.57%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    180deg,
    #000000 -196.52%,
    rgba(0, 0, 0, 0) 59.57%
  );
  opacity: 0.1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
.gallery__section .item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial__container .uk-grid-medium > .uk-grid-margin {
  margin-top: 100px;
}
.readmore_card .the__content {
  overflow: hidden;
}
a[data-readmore-toggle] {
  color: var(--secondary);
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
  font-family: var(--primary-font);
}
a[data-readmore-toggle]:hover {
  color: var(--primary);
}

.animate__yoga {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity: 0;
}

#yoga_7 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}
#yoga_6 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
#yoga_5 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg);
}
#yoga_4 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#yoga_3 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}
#yoga_2 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
#yoga_1 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.youth__empowerment.visible .animate__yoga {
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  opacity: 1;
}
.youth__empowerment.visible #yoga_1 {
  opacity: 0.4;
}
.youth__empowerment.visible #yoga_2 {
  opacity: 0.2;
}
.youth__empowerment.visible #leaf_1 {
  opacity: 0.05;
}
.youth__empowerment.visible #leaf_2 {
  opacity: 0.05;
}

/*  */

.contact__form input,
.contact__form textarea {
  margin-top: 7px;
}

.contact__form {
  background: var(--light);
  padding: 20px 20px 1px;
  border: 1px solid #63997a4a;
  border-radius: 10px;
}
.contact__wrapper {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
}
.talk-with-us .contact__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.talk-with-us .contact__wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.contact__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00000015;
}
.contact__icon img {
  width: 15px;
}
.contact__icon i {
  font-size: 14px;
  color: var(--primary);
}
.contact__wrapper .contact__txt * {
  color: var(--text);
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.contact__wrapper .contact__txt span {
  display: block;
}
.contact__wrapper .contact__txt span strong {
  font-weight: 600;
}
.contact__wrapper .contact__txt span:not(:last-child) {
  margin-bottom: 5px;
}
.contact__container .contact__info:not(:last-child) {
  margin-bottom: 30px;
}
.contact__txt a:not(:first-child) {
  margin-left: 5px;
}
.contact__txt a:not(:last-child)::after {
  content: ",";
}
.contact__wrapper .contact__txt a:hover {
  color: var(--primary);
}
/* .contact__info .social__icons {
  gap: 10px;
} */
.contact__info .social__icons a {
  font-size: 20px;
  color: var(--text);
}

.why__chooose__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.why__chooose__title {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.why__chooose__wrapper .wrapper {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  padding: 25px 30px;
}

.accrediations__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accrediations__img img {
  display: block;
  width: 120px;
}
.meet__centre iframe {
  width: 100%;
  aspect-ratio: 6/4;
  height: 100%;
}

.team__container .overlay__title {
  margin-bottom: 5px;
}

.team__container .overlay__card::after {
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.team__container .team__wrapper:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.mission__vision .service__card {
  background: var(--light);
  border: 1px solid #63997a4a;
}

.about__page__img,
.about__page__img1 {
  position: relative;
}
.about__page__img::before,
.about__page__img1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-image: -o-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.about__page__img img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.about__page__img1 img {
  border-radius: 10px;
}
.animated__leaf {
  position: absolute;
  top: auto;
  left: -40px;
  z-index: 1;
  height: auto;
  bottom: 0;
  width: 250px;
}
.animated__leaf svg {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.animated__leaf svg path {
  stroke: #ecd3d3;
  stroke-width: 2px;
  stroke-opacity: 1;
  stroke-dasharray: 1100;
  stroke-dashoffset: 0;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform-origin: center;
  animation: line-path 4s linear infinite alternate;
  -webkit-animation: line-path 4s linear infinite alternate;
}

@keyframes line-path {
  to {
    stroke-dashoffset: 1100;
  }
}
@-webkit-keyframes line-path {
  to {
    stroke-dashoffset: 1100;
  }
}
.team__content {
  margin-top: 30px;
}
.team__content .wrapper:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.sticky__team__head {
  position: -webkit-sticky;
  position: sticky;
  top: 103px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  z-index: 1;
}

.team__desg {
  color: var(--text);
  font-weight: 600;
}
.team__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mobile__team__img {
  margin-top: 30px;
}

.key__highlights__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.key__highlights__wrapper img {
  width: 130px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.key__highlights__title {
  color: var(--text);
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
}
.key__highlights__wrapper > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}

.gallery__grid div {
  height: 100%;
}
.gallery__grid > div {
  grid-column: span 4;
  display: none;
}
.gallery__grid > div:nth-child(-n + 5) {
  display: block;
}
.gallery__grid > div:first-child {
  grid-column: span 7;
}
.gallery__grid > div:nth-child(2) {
  grid-column: span 5;
}
.gallery__grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__grid > div .hover__gallery__content::after {
  content: "See more +";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: var(--secondary-font);
  font-weight: 600;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  display: none;
}
.gallery__grid > div:nth-child(5) .hover__gallery__content::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery__grid > div:nth-child(5) .hover__gallery__content {
  width: 100%;
  opacity: 1;
}
.gallery__grid > div:nth-child(5) .hover__gallery__content p {
  display: none;
}

.choose__plan__card {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card__pricing {
  position: absolute;
  background: -o-linear-gradient(
    293deg,
    var(--primary) -12%,
    var(--primary) 109%
  );
  background: -o-linear-gradient(
    293deg,
    var(--primary) -12%,
    var(--primary) 109%
  );
  background: linear-gradient(157deg, var(--primary) -12%, var(--primary) 109%);
  width: 70px;
  height: 88px;
  right: 1.5rem;
  top: -1rem;
  padding-top: 1.25rem;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.card__pricing span {
  font-weight: 600;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3px;
}
.card__pricing::after,
.card__pricing::before {
  content: "";
  position: absolute;
}
.card__pricing::before {
  width: 14px;
  height: 16px;
  background-color: #446652;
  top: 0;
  left: -14px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.card__pricing::after {
  width: 100%;
  height: 14px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.choose__plan__title {
  padding-right: 70px;
  margin: 0 0 20px;
  color: var(--secondary);
  font-weight: 600;
  font-size: 23px;
}

.certification__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.certification__img img {
  width: 100px;
}
.main__iti__wrapper > div:not(:last-child) {
  margin-bottom: 30px;
}

.world__heritage {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.world__heritage::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    top,
    rgba(99, 153, 122, 0.8) 0%,
    rgba(99, 153, 122, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(99, 153, 122, 0.8)),
    to(rgba(99, 153, 122, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(99, 153, 122, 0.8) 0%,
    rgba(99, 153, 122, 0.8) 100%
  );
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.world__heritage__content {
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}
.world__heritage__title {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

.contact__container .social__icons img {
  -webkit-filter: none;
  filter: none;
}

.contentbox__wrapper > div {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  padding: 25px 30px;
}
.contentbox__wrapper > div:not(:last-child) {
  margin-bottom: 20px;
}

.card__match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card__match > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content__img {
  height: 100%;
}
.content__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.quote__img img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.quote__wrapper .light__card {
  position: relative;
}
.quote__img {
  position: absolute;
  top: -15px;
  left: -10px;
}
.quote__content.the__content p {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.5px;
}

.additional__container .additional__wrapper:not(:last-child) {
  margin-bottom: 50px;
}

.additional__container
  .additional__wrapper:nth-of-type(even)
  .content__with__img
  .uk-grid
  > div:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.additional__container
  .additional__wrapper:nth-of-type(even)
  .content__with__img
  .uk-grid
  > div:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.icon__card {
  position: relative;
}
.icon__card::before {
  content: "";
  background-image: url("./assets/img/youth-energy1.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
}
.icon__card .main__heading {
  max-width: 200px;
}
.youth__energy .uk-grid > div:nth-child(2) .icon__card::before {
  background-image: url("./assets/img/youth-energy2.png");
}
.new__youth__energy .icon__card {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
}

.pattern__bg {
  position: relative;
}
.pattern__bg::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/pattern2.png");
  background-attachment: fixed;
  position: absolute;
  opacity: 0.15;
}
.pattern__bg > div {
  position: relative;
  z-index: 1;
}

.img__header__link a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 4px;
  width: 15px;
  margin-top: -4px;
}
.img__header__link a i {
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.modal-price {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 600;
  display: block;
}

/* .modal-package__wrapper {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
} */
.package__accordion > li {
  background: #f8f8f8;
  border-radius: 15px;
  padding: 15px 20px;
}
.package__accordion .uk-accordion-title {
  display: block;
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: rgba(84, 84, 84, 0.5);
  font-weight: 600;
}
.package__accordion > li.uk-open .uk-accordion-title,
.package__accordion > li .uk-accordion-title:hover {
  color: var(--primary);
}

.package__accordion .uk-accordion-content {
  margin-top: 7px;
}
.package__accordion .uk-accordion-title::before {
  border-radius: 50%;
  background-image: none;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: var(--primary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  width: 28px;
  height: 28px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  margin-left: 40px;
}

.package__accordion li.uk-open .uk-accordion-title::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.package__accordion .itinerary__wrapper {
  margin-top: 20px;
}

.package__accordion .itinerary__wrapper .the__title {
  font-size: 18px;
  color: var(--text);
  font-weight: 600;
}
.package__accordion .iti__content__wrapper .wrapper {
  border-bottom: none;
}
.package__accordion .iti__content__wrapper .wrapper {
  background: #e3e3e3;
}
.package__accordion .itinerary__items .iti__date__title {
  padding-bottom: 10px;
}
.package__accordion .itinerary__items.active .iti__date__title {
  padding-bottom: 0;
}
.package__accordion .itinerary__items__body .itinerary__items:not(:last-child) {
  margin-bottom: 15px;
}
.package__accordion .itinerary__items:last-child .iti__date__title {
  border-bottom: none;
}
.package__accordion .itinerary__items__content {
  margin-bottom: 0;
}
.package__accordion .iti__content__wrapper .wrapper:last-child {
  border-radius: 0;
}
.acc__card__match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.video__card iframe {
  width: 100%;
  height: 329px;
}

.modal-note {
  background: var(--light);
  padding: 20px;
}
.note__title {
  color: var(--primary);
  font-weight: 700;
  font-size: 16px;
}
.booking__form form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.booking__form form p {
  grid-column: span 12;
  margin: 10px 0;
}
.booking__form .wpcf7 form .wpcf7-response-output {
  grid-column: span 12;
}
.booking__form form p:nth-child(2),
.booking__form form p:nth-child(3),
.booking__form form p:nth-child(4),
.booking__form form p:nth-child(5),
.booking__form form p:nth-child(6),
.booking__form form p:nth-child(7),
.booking__form form p:nth-child(8),
.booking__form form p:nth-child(9) {
  grid-column: span 6;
}
.booking__form form select {
  margin-top: 7px;
}

.main__team__bg {
  background: var(--light);
  padding: 40px;
  position: relative;
}
.main__team__bg::after {
  content: "";
  background: var(--primary);
  width: 100%;
  height: 100%;
  top: -10px;
  right: -10px;
  position: absolute;
  z-index: -1;
}
.main__team__img img {
  width: 100%;
}

.associated__img,
.social__platform__img {
  text-align: center;
}
.associated__img img,
.recognized__img img,
.social__platform__img img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.recognized__section .main__heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.recognized__section .main__heading > div {
  margin-top: 10px;
}

.uk-dotnav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.uk-dotnav > .uk-active > * {
  background-color: var(--primary);
}
.book-btn-popup {
  margin-right: 30px;
}
.ref__section,
.about__page {
  background: var(--light);
}

.accommodation__container .light__card__img {
  position: relative;
}

.play__video {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 20px;
  -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
}
.play__video:hover {
  background: var(--primary);
  color: #fff;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(99, 153, 122, 0.2);
    box-shadow: 0 0 0 0px rgba(99, 153, 122, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(99, 153, 122, 0.2);
    box-shadow: 0 0 0 0px rgba(99, 153, 122, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);
  }
}

.about__main__wrapper {
  position: relative;
  margin-top: 70px;
}

.about__main__wrapper::before {
  content: "";
  border: 2px solid var(--primary);
  width: calc(100% - 40px);
  height: calc(100% - 0px);
  top: -40px;
  left: 40px;
  position: absolute;
  pointer-events: none;
}
.about__main__wrapper .intro__content {
  padding: 0 40px 70px 0;
}

.sticky__sidebar-btn {
  margin-top: 20px;
}

.sticky__sidebar-btn .btn {
  width: 100%;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sticky__sidebar-btn .btn::before {
  -webkit-animation: shine 1.5s ease-out infinite;
  animation: shine 1.5s ease-out infinite;
}
.fixed__bottom-btn {
  display: none;
}
.grecaptcha-badge {
  display: none !important;
}

.gallery__single__page .gallery__grid > div {
  display: block !important;
}

.gallery__single__page
  .gallery__grid
  > div:nth-child(5)
  .hover__gallery__content {
  width: 0;
  opacity: 0;
}
.gallery__single__page
  .gallery__grid
  > div:nth-child(5)
  .hover__gallery__content
  p {
  display: block;
}
.gallery__single__page .gallery__grid > div .hover__gallery__content::after {
  display: none !important;
}

.gallery__single__page .hover__gallery:hover .hover__gallery__content {
  opacity: 1 !important;
  width: 100% !important;
}

.new__blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__cat__img {
  position: relative;
}
.blog__cat__img img {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog__cat__title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 22px;
  text-align: center;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.blog__cat__img:not(:last-child) {
  margin-bottom: 30px;
}

.new__card__bg {
  padding: 30px;
  background: var(--light);
  border: 1px solid var(--primary);
  border-radius: 20px;
}

.new__meet__img {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
.new__meet__img > div {
  grid-column: span 6;
}
.new__meet__img > div:nth-child(2) {
  grid-row: span 2;
}
.new__meet__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.meet__center__video iframe,
.meet__center__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.about__banner {
  background: var(--light);
  padding: 40px 0;
}
.nya__tags {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.nya__tags > div {
  color: var(--primary);
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}
.nya__tags > div > span {
  font-size: 50px;
  opacity: 0.2;
}
.new__intro__content {
  max-width: 600px;
  margin: auto;
}

.intro__quote {
  text-align: center;

  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  max-width: 767px;
  margin: 30px auto 0;
  color: #454848;
}

.new__intro__section {
  overflow: hidden;
  position: relative;
  background: -o-radial-gradient(
      68.46% 106.35%,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(99, 153, 122, 0.34);
  background: radial-gradient(
      68.46% 106.35%,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(99, 153, 122, 0.34);
}

.new__intro__section::after {
  content: "";
  width: 1000px;
  height: 100%;
  background-image: url("./assets/img/about-bg.png");
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: circularRotation 60s linear infinite;
  animation: circularRotation 60s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.new__info__media {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.new__info__media img,
.new__info__media iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.new__info__media img {
  -o-object-fit: cover;
  object-fit: cover;
}

.cta__wrapper {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta__content h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

.new__event__section {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(221, 212, 212, 0.5);
}
.new__event__section .course__content {
  background: #fff;
}
.event__tab__nav {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  /* flex-wrap: wrap; */
}
.event__tab__nav li {
  padding: 5px 20px;
  border-bottom: 1px solid var(--primary);
  margin: 0;
  padding: 0;
}
.event__tab__nav li.uk-active {
  background: #529a752e;
}
.event__tab__nav li a {
  color: var(--primary);
  background: transparent;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px;
  width: max-content;
  overflow: hidden;
}
.event__tab__nav li.uk-active > a,
.event__tab__nav li:hover a {
  color: var(--primary);
}

.event__tab__nav li.uk-active > a::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: -o-linear-gradient(
    330deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
  animation: shine 1.5s ease-out infinite;
  -webkit-animation: shine 1.5s ease-out infinite;
}

.new__card {
  background: var(--light);
  padding: 30px;
}
.new__card__img {
  margin-bottom: 10px;
}
.new__card__img img {
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.new__col__card {
  padding: 20px;
  border: 1px solid #eee;
}
.new__col__img {
  height: 200px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.new__col__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.footer__map {
  margin-top: 30px;
}
.footer__map iframe {
  width: 100%;
  height: 300px;
}

/* Asana Single */

.asana__category > a {
  border-radius: 500px;
  color: #fff;
  padding: 8px 22px 10px;
  padding-left: 0;
  background: var(--primary);
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
  font-weight: bold;
}

.asana__category > a img {
  width: 35px;
  margin-right: 4px;
}

.header__iframe {
  margin-top: 30px;
}

.header__iframe iframe {
  height: 250px;
  width: 100%;
}

.related__blogs__contain .course__card {
  margin-bottom: 20px;
}

.related__blogs__contain .course__card {
  flex-direction: row;
}

.related__blogs__contain .course__card .course__img img {
  width: 150px;
  height: 130px;
}

.related__blogs__contain .course__card .course__content {
  padding: 20px;
}

.related__blogs__contain .course__card .course__content .link__title a {
  font-size: 19px;
  line-height: 23px;
}

.related__blogs h2.main__heading {
  color: var(--secondary);
  font-weight: 600;
  font-size: 27px;
}

.main-navigation > div > ul > li.menu-item-has-children > .sub-menu {
  position: absolute;
  /* left: 100%; */
  top: 150%;
  left: 0;
}

.main-navigation > div > ul > li .sub-menu > li {
  position: relative;
}

/* .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  .sub-menu
  > li
  > .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  left: auto;
} */

.main-navigation li.menu-item-has-children > ul > li > ul {
  position: absolute;
  left: 150%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  animation: fadeleft 0.3s ease-in-out forwards;
  -webkit-animation: fadeleft 0.3s ease-in-out forwards;
}

.main-navigation li.menu-item-has-children > ul > li:hover ul {
  display: block;
  left: 100%;
  opacity: 1;
  visibility: visible;
  animation: fadeleft 0.3s ease-in-out forwards;
  -webkit-animation: fadeleft 0.3s ease-in-out forwards;
}

.new__course__banner .banner__text {
  bottom: auto;
  top: 50%;
}

.banner__text__new {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 100%;
  z-index: 9;
  max-width: 700px;
  margin: 15px auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner__text__new p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.why__course__img {
  position: relative;
  background: #446652;
}

.why__course__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.why__course__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.why__course__text {
  position: absolute;
  right: 0;
  top: 0;
  padding: 50px;
  z-index: 1;
  text-align: right;
  width: 100%;
  height: 100%;
}

.why__course__text h3 {
  font-weight: bold;
  color: #fff;
}

.why__course__text p {
  max-width: 563px;
  width: 100%;
  color: #fff;
  font-size: 17px;
  text-align: right;
  margin-left: auto;
}

.course__designed__list {
  text-align: left;
  margin-right: auto;
  max-width: 563px;
  width: 100%;
  margin-top: auto;
}
.course__designed__list ul {
  margin: 0;
  padding-left: 12px;
}

.course__designed__list ul li {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.why__join__course {
  padding-top: 50px;
}

.corporate__yoga__img img {
  width: 100%;
  height: 100%;
}

.corporate__yoga__img iframe {
  width: 100%;
  height: 417px;
}

.corporate__yoga__content {
  /* background: #f7f7f7;
  border-top: 1px solid rgba(221, 212, 212, 0.5); */
}
.corporate__yoga__content > div > div:nth-child(even) > div:last-child {
  order: -1;
}
/* .corporate__yoga__content > div > div:nth-child(even) > div .the__content,
.sound__healing__course .uk-grid > div:last-child .the__content {
  text-align: right;
}
.corporate__yoga__content > div > div:nth-child(even) > div .the__content ul li,
.sound__healing__course .uk-grid > div:last-child .the__content ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
} */

.corporate__types {
  background-color: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
}

.invest__in__employee {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(221, 212, 212, 0.5);
}
.achieve__peak {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("./assets/img/img2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
}
.achieve__peak__content {
  width: 40%;
}

.sound__healing__course,
.why__this__course {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("./assets/img/fundamental-sound-healing.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 50px;
  margin-bottom: 30px;
}

.why__this__course {
  position: relative;

  background-image: url("https://www.nepalyogaacademy.com/wp-content/uploads/2024/09/Nepal-Yoga-Academy-and-Retreat-700x394.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 50px;
}

.why__this__course::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.main__content-sound__healing {
  width: 60%;
  margin-left: auto;
}

.img__fluid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our__offerings .main__heading,
.our__offerings .the__content p {
  text-align: right;
}

.to__book.light__bg {
  padding: 30px;
  margin-bottom: 30px;
}

.why__this__course > div {
  position: relative;
}

.why__this__course .the__title,
.why__this__course .the__content h3 {
  color: #fff;
}

.why__this__course .the__content p {
  color: #fff;
}

.why__this__course .the__content ul li {
  color: #fff;
}

.event__tabs {
  width: 100%;
  overflow: hidden;
}

.event__tabs .event__tab__nav {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  width: 100%;
}
