@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Semibold.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #ff5427;
  --secondary: #0787c9;
  --text-1: #332f2c;
  --text-2: #616161;
  --light: #fff;
  --dark: #000;
  --transition: all 0.5s ease-in-out;
  --primary-font: "Founders Grotesk", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: var(--primary-font);
}

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

body {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  background-color: var(--light);
  color: var(--text-2);
  overflow-x: clip;
  line-height: 1.2;
  letter-spacing: -1%;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: 500;
  margin: 0;
  line-height: 1.05;
  letter-spacing: -2%;
}
h1 {
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -1%;
  margin-bottom: 8px;
}
h2 {
  font-size: clamp(24px, 3vw, 28px);
  letter-spacing: 0;
  margin-bottom: 8px;
}
h3 {
  font-size: clamp(20px, 3vw, 24px);
  letter-spacing: 0;
  margin-bottom: 8px;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
  transition: var(--transition);
}
p {
  font-size: 18px;
  color: var(--text-2);
  margin: 0 0 6px;
  line-height: 1.3;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 500;
}
.content__area ul {
  padding-left: 26px;
  margin: 0;
}
.content__area ul li {
  margin-bottom: 8px;
  font-size: 18px;
}
.content__area a {
  color: var(--text-2);
  text-decoration: underline;
}
.content__area figure {
  width: 100% !important;
  margin: clamp(25px, 3vw, 45px) 0;
}
.content__area .highlight {
  border-radius: 12px;
  background-color: #f0f0f0;
  padding: clamp(30px, 3vw, 45px);
  margin: 20px 0;
}
.content__area .highlight p {
  font-weight: 500;
}
.wrapper,
.wrapper-large,
.wrapper-medium,
.wrapper-small,
.wrapper-xsmall {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 12px;
}
.wrapper-large {
  max-width: 1720px;
}
.wrapper-medium {
  max-width: 1500px;
}
.wrapper-small {
  max-width: 1200px;
}
.wrapper-xsmall {
  max-width: 1100px;
}
.section-wrap {
  max-width: 560px;
  margin: 0 0 40px;
  position: relative;
}
.section-wrap.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.subtitle {
  color: #67b3da;
  font-size: clamp(18px, 1.2vw, 20px);
  letter-spacing: -3%;
  font-weight: 500;
  display: block;
  margin-bottom: clamp(6px, 2vw, 10px);
}
.section-title {
  font-weight: 500;
  font-size: clamp(28px, 3vw, 48px);
  color: var(--text-1);
  letter-spacing: -3%;
}
.section-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: var(--text-2);
  margin: clamp(4px, 1.2vw, 8px) 0 0;
  line-height: 1.4;
}
.entry-content p {
  font-size: 16px;
}
h3.entry-title,
h3.entry-title-small {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: clamp(20px, 2vw, 22px);
  color: var(--text-1);
  margin: 0 0 6px;
  letter-spacing: -2%;
  line-height: 1.2;
}
.entry-title a,
.entry-title-small a {
  color: var(--text-1);
}
.entry-title-small {
  font-size: clamp(18px, 2vw, 20px);
}
.btn,
.primary-btn {
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 500;
  color: var(--primary);
  background: var(--light);
  border: 1px solid #f372204d;
  border-radius: 10px;
  padding: clamp(10px, 2vw, 12px) clamp(14px, 2vw, 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  line-height: 1.1;
  position: relative;
  transition: var(--transition);
}
.btn:hover,
.primary-btn {
  background: var(--primary);
  color: var(--light);
  border: 1px solid var(--primary);
}
.primary-btn:hover {
  color: var(--primary);
  background: var(--light);
  border: 1px solid #f372204d;
}
.btn-arrow::after {
  content: "\f061";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  transform: rotate(315deg);
}
.btn-arrow:hover::after {
  color: var(--light);
  transform: rotate(360deg);
}
.primary-btn.btn-arrow::after {
  color: var(--light);
}
.primary-btn.btn-arrow:hover::after {
  color: var(--primary);
}
.section-top {
  margin-top: clamp(30px, 5vw, 75px);
}
.section-top-small {
  margin-top: clamp(30px, 4vw, 60px);
}
.section-top-xsmall {
  margin-top: clamp(15px, 3vw, 30px);
}
.section-bottom {
  margin-bottom: clamp(30px, 5vw, 75px);
}
.section-bottom-small {
  margin-bottom: clamp(30px, 4vw, 60px);
}
.padding-tb-large {
  padding: clamp(30px, 5vw, 95px) 0;
}
.padding-tb {
  padding: clamp(30px, 5vw, 75px) 0;
}
.padding-tb-small {
  padding: clamp(30px, 4vw, 60px) 0;
}
.padding-t-small {
  padding-top: clamp(30px, 4vw, 60px);
}
.content__area img {
  width: 100%;
  border-radius: 12px;
  margin: clamp(16px, 2vw, 25px) 0;
}
button {
  cursor: pointer;
}
.default__section p,
.default__section h1 {
  margin-bottom: 12px;
}

/* Common section start */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slide {
  margin: 0 12px;
}
.slick-list {
  margin: 0 -12px;
}
.slick-arrow {
  width: 52px;
  height: 49px;
  min-width: 49px;
  border-radius: 12px;
  background-color: var(--light);
  z-index: 1;
  opacity: 1;
  transition: var(--transition);
  box-shadow: 0px 3px 4px 0px #0787c91a;
}
.slick-next {
  right: -65px;
}
.slick-prev {
  left: -65px;
}
.slick-arrow:hover {
  background-color: var(--primary);
}
.slick-arrow::before {
  content: "\f060";
  opacity: 1 !important;
  transition: var(--transition);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--primary);
}
.slick-arrow.slick-next::before {
  content: "\f061";
}
.slick-arrow:hover::before {
  color: var(--light);
}
form {
  width: 100%;
}
form input,
form select,
form textarea {
  padding: 12px 16px;
  border: unset;
  border-radius: 10px;
  background-color: #ffffff6b;
  border: 1px solid #d9d9d9;
  outline: unset !important;
  width: 100%;
  color: var(--text-1);
  font-size: 16px;
  outline: unset;
  font-family: var(--primary-font);
  font-weight: 400;
}
input::placeholder {
  color: #6d787e;
}
input.wpcf7-submit {
  background-color: #0787c9;
  border: 1px solid #0787c9;
  color: var(--light);
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
input.wpcf7-submit:hover,
input.wpcf7-submit:focus {
  background-color: var(--light);
  color: #0787c9;
}
form textarea {
  height: 110px;
  resize: none;
}
form label {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-2);
  margin: 0 0 6px;
  display: block;
}
form p {
  position: relative;
}
.wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 22px;
  margin: 0;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  margin: 0;
  display: flex;
  gap: 4px;
}
span.date,
span.pricing {
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: -1%;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  color: var(--secondary);
  white-space: nowrap;
  line-height: 1;
}
span.date {
  font-size: 16px;
  color: #67b6df;
  text-transform: uppercase;
  margin-bottom: 6px;
}
a.arrow {
  background: var(--primary);
  width: 39px;
  min-width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--light);
  transform: rotate(45deg);
  font-size: 18px;
  transition: var(--transition);
}
a.arrow:hover {
  transform: rotate(90deg);
}
.top-trekking__container {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.top-trekking__container::after {
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.top-trekking__container .featured-image,
.top-trekking__container .featured-image a {
  height: 100%;
}
.top-trekking__container img {
  transition: var(--transition);
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.top-trekking__container .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  z-index: 1;
  padding: clamp(22px, 2vw, 28px);
}
.top-trekking__container .entry-title a,
.top-trekking__container span {
  color: var(--light);
}
.top-trekking__container .entry-content p {
  color: #d0d0cf;
  font-size: clamp(16px, 1.2vw, 18px);
  margin-bottom: 10px;
  font-family: var(--primary-font);
  font-weight: 500;
}
.top-trekking__container:hover a.arrow {
  transform: rotate(90deg);
}
.top-trekking__container:hover img {
  transform: scale(1.05);
}
.uk-accordion {
  margin: 0;
}
.uk-accordion-content {
  margin-top: 10px;
  width: 95%;
}
.uk-accordion-title::before {
  background-image: unset !important;
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: unset;
  height: unset;
}
.uk-open > .uk-accordion-title::before {
  content: "\f00d";
  color: var(--primary);
}
ul.uk-accordion > li {
  border: 1px solid #0000001a;
  border-radius: 12px;
  margin: 0 0 14px !important;
  padding: clamp(10px, 2vw, 14px) clamp(14px, 2vw, 22px);
}
ul.uk-accordion > li:last-child {
  margin: 0;
}
ul.uk-accordion > li .entry-title {
  margin: 0;
  line-height: 1.4;
}
.see-more {
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 8px;
}
.see-more i {
  font-size: 14px;
  margin-left: 4px;
}
.common-banner__section img {
  width: 100%;
  height: 100%;
  aspect-ratio: 12/4;
  object-fit: cover;
}

/* Common section end */

/* Header section start  */
.site-header {
  background: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: sticky;
  z-index: 9999;
}
.site-header.default-header {
  background-color: #e0f2fe;
}
.single-post .site-header {
  position: relative;
}
.site-header-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 6px 0;
}
.default-header .site-header-wrapper,
.site-header.fixed .site-header-wrapper {
  padding: 10px 0;
}
.header-custom-logo,
.site-header.fixed .site-branding {
  display: none;
}
.site-header.fixed .header-custom-logo {
  display: block;
  margin-right: 30px;
}
.site-branding .custom-logo-link img {
  max-width: 189px;
}
.default-header .site-branding .custom-logo-link img {
  max-width: 79px;
}
.site-branding .mobile-logo {
  display: none;
}
#site-navigation,
.site-header-wrapper .header-search {
  display: flex;
  gap: 35px;
  flex: 1;
}
.site-header-wrapper .site-branding {
  margin-bottom: -65px;
}
.default-header .site-header-wrapper .site-branding {
  margin-bottom: 0;
  margin-right: 30px;
  display: block;
}
.site-header-wrapper .header-search {
  align-items: center;
  justify-content: end;
}
.site-header-wrapper .header-search > div {
  position: relative;
}
.site-header-wrapper .header-search > div.header-whatsapp::after {
  content: "";
  background-color: #cccccc;
  height: 28px;
  width: 1px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header-wrapper .header-search a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: var(--text-2);
  font-size: 16px;
}
.site-header-wrapper .header-search a:hover {
  color: var(--secondary);
}
.site-header-wrapper .header-search a svg {
  max-width: 35px;
}
.site-header-wrapper .header-search form {
  position: relative;
  width: 290px;
}
.site-header-wrapper .header-search form input {
  background: #e7f1f6;
  border: unset;
  padding: 12px 46px 12px 12px;
}
.site-header-wrapper .header-search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.default-header .site-header-wrapper .header-search form input {
  background-color: #fff;
}
#primary-menu,
#primary-menu1 {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-menu li,
#primary-menu1 li {
  position: relative;
}
#primary-menu li a,
#primary-menu1 li a {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  color: #161616;
}
#primary-menu > .current-menu-item > a {
  background-color: #eaeaea;
  border-radius: 10px;
  padding: 12px 20px;
}
#primary-menu > .current-menu-item > a,
#primary-menu > li > a:hover,
#primary-menu > li:hover > a,
#primary-menu li a:hover,
#primary-menu1 li a:hover {
  color: var(--primary);
}
.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: #fff0;
  cursor: pointer;
  outline: none;
  display: none;
  padding: 0;
}
.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: 30px;
  height: 20px;
}
.line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--text-1);
  border-radius: 500px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.line--middle {
  width: 60%;
}
.line--bottom {
  width: 100%;
}
.hamburger-menu:hover .line {
  width: 100%;
}
#primary-menu li .sub-menu {
  position: absolute;
  min-width: 210px;
  background-color: var(--light);
  border-radius: 6px;
  top: 60px !important;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 6px;
  visibility: hidden;
  transform: translateY(50px);
  transition: var(--transition);
  z-index: -1;
}
#primary-menu li .sub-menu li a {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary-menu li .sub-menu > li:nth-child(odd) a {
  background-color: #f8f8f8;
}
#primary-menu li .sub-menu > li:hover,
#primary-menu li .sub-menu > li a:hover {
  background-color: #e2e2e2;
}
#primary-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
  left: 100% !important;
  top: 10px !important;
  margin-left: 10px;
}
#primary-menu > li.menu-item-has-children:hover > .sub-menu,
#primary-menu > li.menu-item-has-children > a:hover > .sub-menu,
#primary-menu > li.menu-item-has-children > .sub-menu > li:hover > .sub-menu,
#primary-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  > a:hover
  > .sub-menu {
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
}
#primary-menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
#primary-menu li.menu-item-has-children.current-menu-item > a::after,
#primary-menu li.menu-item-has-children:hover > a::after,
#primary-menu li.menu-item-has-children > a:hover::after {
  color: var(--primary);
}

.uk-offcanvas {
  z-index: 9999;
}
.offcanvas__content .header-search form {
  width: 100%;
  display: flex;
  gap: 6px;
  align-items: center;
}
.offcanvas__content .header-search form input,
.offcanvas__content .header-search form button {
  background: #e7f1f6;
  border: unset;
}
.offcanvas__content .header-search form button {
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
}
.uk-offcanvas-overlay.uk-open::before {
  background: rgba(0, 0, 0, 0.7);
}
.uk-offcanvas .uk-offcanvas-bar {
  background-color: #fff5e5;
  padding: 0;
  width: 330px;
}
.uk-offcanvas .offcanvas__content {
  padding: 20px;
}
.uk-offcanvas .offcanvas__content > div:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__new__logo {
  background-color: var(--light);
  padding: 10px 20px;
}
.offcanvas__new__logo img {
  max-width: 162px;
}
.uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close {
  top: 22px;
  right: 20px;
  background-color: #fff5e5;
  color: var(--text-1);
  padding: 6px;
}
.main-navigation,
.main-navigation .menu-menu-1-container,
.main-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
}
.offcanvas__nav #primary-menu1 > li a {
  color: var(--text-2);
}
.main-navigation > div > ul,
.offcanvas__nav #primary-menu1 {
  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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation > div > ul > li:last-child {
  padding-right: 0;
}
.main-navigation > div > ul > li i,
.offcanvas__nav #primary-menu1 > 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,
.offcanvas__nav #primary-menu1 > li a {
  position: relative;
  z-index: 1000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  outline: unset;
}

/*  */
/*  */
.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: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  color: var(--text);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a:hover::before,
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  > a::before {
  color: var(--light);
}

.main-navigation > div > ul > li.menu-item-has-children > a::after {
  content: "";
  width: 20px;
  height: 15px;
  background: #fff;
  left: calc(50% - 20px);
  position: absolute;
  display: none;
  top: 46px;
  z-index: -1;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
.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 .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: 9999;
  transform: translateY(-16px);
}
.main-navigation > div > ul > li.menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(100% + 20px);
  left: 40%;
  top: -44px;
  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 .sub-menu {
  background-color: var(--light);
  -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);
  pointer-events: initial;
  margin: 0 auto;
  padding: 10px;
}
.sub-menu {
  padding: 10px;
  margin: 0;
  list-style-type: none;
  border-radius: 10px;
}
.sub-menu > li > a {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
  padding: 10px 30px 10px 18px;
  background-color: #cfcfcf2b;
}

.sub-menu > li.menu-item-has-children > 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: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#primary-menu1 .sub-menu > li.menu-item-has-children > a::after {
  background-color: #fff5e5;
  padding: 12px 14px;
}
.sub-menu > li > a:hover::after {
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.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: 500px;
  }
  to {
    opacity: 1;
    left: 290px;
  }
}
@keyframes fadeleft {
  from {
    opacity: 0;
    left: 500px;
  }
  to {
    opacity: 1;
    left: 290px;
  }
}

@-webkit-keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-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 > .sub-menu,
.main-navigation > div ul > li.menu-item-has-children a:hover > .sub-menu {
  display: block;
  -webkit-animation: fadeup 0.3s ease-in-out forwards;
  animation: fadeup 0.3s ease-in-out forwards;
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children:hover
  > .sub-menu {
  display: block;
  left: 100%;
  top: 15px;
  opacity: 1;
  visibility: visible;
  animation: fadeleft 0.3s ease-in-out forwards;
  -webkit-animation: fadeleft 0.3s ease-in-out forwards;
}
.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;
}
.main-navigation > div > ul > li .sub-menu > li {
  position: relative;
}
.main-navigation > div > ul > li:hover ul {
  display: block;
}
.offcanvas__nav #primary-menu1 {
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.offcanvas__nav #primary-menu1 > li {
  width: 100%;
}
.offcanvas__nav #primary-menu1 > li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.offcanvas__nav #primary-menu1 > li > ul,
.offcanvas__nav #primary-menu1 > li > ul > li > ul {
  display: none;
}
.offcanvas__content .social-media {
  padding: 0 30px;
  gap: 10px;
}
.offcanvas__content .social-media i {
  color: var(--light);
  opacity: 100%;
}
.offcanvas__nav #primary-menu1 > li > a,
.offcanvas__nav #primary-menu1 > li.menu-item-has-children ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: var(--light);
  border-radius: 0;
}
.offcanvas__nav #primary-menu1 > 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: 1px;
  color: var(--text);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  background-color: #fff5e5;
  padding: 12px 14px;
}
.offcanvas__nav
  #primary-menu1
  > li.menu-item-has-children
  > a.show-active::before,
.offcanvas__nav .sub-menu > li.menu-item-has-children > a.show-active::after {
  content: "\f078";
}
.offcanvas__nav #primary-menu1 > li > ul > li {
  background-color: unset !important;
  width: 100%;
}
.offcanvas__nav #primary-menu1 > li > ul,
.offcanvas__nav #primary-menu1 > li > ul > li > ul {
  display: none;
  padding: 0;
  border-top: 1px solid #f1f1f1;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.offcanvas__nav #primary-menu1 > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.offcanvas__nav .sub-menu > li > a {
  padding: 10px;
  background-color: unset;
  border-radius: 0;
}
.offcanvas__nav #primary-menu1 > li > ul > li a {
  padding: 10px 20px !important;
}
.offcanvas__nav #primary-menu1 > li > ul > li > ul > li a {
  padding: 10px 30px !important;
}

/* Footer section start  */
.site-footer {
  background-color: #f1f2f3;
  padding-top: clamp(20px, 3vw, 30px);
}
.site-footer > .wrapper {
  padding-bottom: clamp(18px, 3vw, 34px);
}
.site-footer > .wrapper::after {
  content: "";
  background-image: url("../img/footer-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 448px;
  height: 383px;
  position: absolute;
  bottom: 0;
  right: 5%;
}
.site-footer > .wrapper > div {
  position: relative;
  z-index: 1;
}
.site-footer a,
.site-footer p {
  font-weight: 400;
  color: #323637;
  font-size: 16px;
}
.site-footer a:hover {
  color: var(--primary);
}
.footer-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: clamp(25px, 4vw, 50px);
  padding-bottom: clamp(14px, 2vw, 25px);
}
.footer-logo .custom-logo {
  width: 105px;
}
.affiliated-with {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 15px;
}
.footer-logo .widget-title {
  margin: 0;
}
.affiliated-with img {
  height: 49px;
  margin-bottom: 5px;
}
.affiliated-with img:not(:last-child) {
  margin-right: 15px;
}

.site-footer-wrapper {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 45px;
  justify-content: space-between;
  margin-bottom: clamp(30px, 4vw, 50px);
}
.site-footer-wrapper > div {
  width: calc(25% - 22.5px);
}
.footer-widget > div:not(:last-child) {
  margin-bottom: 45px;
}
.widget-title {
  font-size: 18px;
  color: var(--text-1);
  font-weight: 500;
  margin: 0 0 clamp(15px, 2vw, 18px);
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-widget ul li a {
  font-weight: 400;
  color: #323637;
  font-size: 16px;
}
.site-footer > div {
  position: relative;
}
.footer-media {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 25px;
}
.footer-media a {
  color: #505557;
  font-size: 20px;
  padding: 0 8px 5px 0;
}
.footer-media img {
  padding: 0 3px 3px 0;
  height: 30px;
}
.site-info__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  row-gap: 5px;
  padding: 15px 0;
  border-top: 1px solid #ffffff;
}
.site-info-menu,
.site-info__wrapper p {
  flex: 1;
}
.site-info__wrapper p:last-of-type {
  text-align: right;
}
.site-info-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-info p {
  margin: 0;
  padding: 0;
  color: #323637;
  font-size: 16px;
}
.site-info a {
  color: #323637;
  font-size: 16px;
}
.site-info a:hover {
  color: var(--primary);
}
.site-info-menu a {
  color: #323637;
}
/* Footer section end  */

#menu-item-581 > a:hover > ul.sub-menu,
#menu-item-581:hover > ul.sub-menu {
  display: flex;
  visibility: visible;
}
#menu-item-581 > ul.sub-menu {
  width: 870px;
  max-width: 870px;
  justify-content: space-between;
  z-index: 99;
  padding: 0;
}
#menu-item-581 ul a {
  padding: 0 !important;
}
#menu-item-581 ul.sub-menu .sub-menu {
  background-color: unset !important;
  box-shadow: unset;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 100%;
}
#menu-item-581 > ul.sub-menu li,
#menu-item-581 > ul.sub-menu a {
  background-color: unset !important;
}
#menu-item-581 > ul.sub-menu li a::after {
  content: unset;
}
#menu-item-581 > ul.sub-menu > li > a {
  font-size: 22px;
  position: relative;
  margin-bottom: 14px;
  color: var(--primary);
}
#menu-item-581 > ul.sub-menu > li > .sub-menu {
  position: unset;
  display: block;
  visibility: visible;
  transform: unset !important;
  webkit-animation: unset;
  animation: unset;
}
#menu-item-581 > ul.sub-menu > li > .sub-menu a {
  padding: 4px 0 !important;
}
#menu-item-581 > ul.sub-menu > li {
  flex: 1;
  padding: 25px;
  background-color: #e0e0e062 !important;
}
#menu-item-581 > ul.sub-menu > li:nth-child(2) {
  background-color: #e0e0e042 !important;
}
#menu-item-581 > ul.sub-menu > li:nth-child(3) {
  background-color: #e0e0e023 !important;
}

@media (max-width: 1700px) {
  .slick-next {
    right: -35px;
  }
  .slick-prev {
    left: -35px;
  }
}
@media (max-width: 1600px) {
  .wrapper {
    max-width: 1400px;
  }
}
@media (max-width: 1400px) {
  .section-wrap {
    margin-bottom: 35px;
  }
  .site-header .header-search a span {
    display: none;
  }
  .slick-next {
    right: -5px;
  }
  .slick-prev {
    left: -5px;
  }
}
@media (max-width: 1200px) {
  .section-wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .hamburger-toggle,
  .site-branding .mobile-logo {
    display: block;
  }
  .site-header #site-navigation,
  .header-search-from,
  .site-branding .custom-logo-link img {
    display: none;
  }
  .header-search-form {
    display: none !important;
  }
  .site-header-wrapper .site-branding {
    margin-bottom: 0;
  }
  .site-footer-wrapper {
    justify-content: start;
  }
}
@media (max-width: 989px) {
  .site-footer-wrapper .wrapper-medium {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-info__wrapper {
    flex-wrap: wrap;
  }
  .site-info__wrapper p:last-of-type {
    text-align: center;
    width: 100%;
  }
  .site-info-menu,
  .site-info__wrapper p {
    flex: unset;
  }
  .site-footer-wrapper > div {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  .site-info p {
    margin: 0;
    width: 100%;
  }
  .site-info,
  .site-info__wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .site-header #site-navigation .header-button {
    display: none;
  }
  .slick-dots li button {
    width: 26px;
  }
  .offcanvas .offcanvas__grid .uk-grid .offcanvas__img,
  .footer-logo .custom-logo-link {
    display: none;
  }
  .section-wrap {
    margin-bottom: 20px;
  }
  .offcanvas .offcanvas__grid .uk-grid > div {
    width: 100%;
  }
  .site-footer-wrapper {
    row-gap: 30px;
  }
  .site-footer-wrapper > div {
    width: calc(50% - 15px);
  }
  .footer-widget > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .slick-arrow::before {
    font-size: 16px;
  }
  .site-info__wrapper {
    text-align: center;
  }
  .site-info-menu {
    margin: 0 auto;
    order: -1;
  }
}
@media (max-width: 567px) {
  .site-footer-wrapper .wrapper-medium {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-footer-wrapper {
    border-radius: 0;
  }
  .header-button .matashree-btn {
    display: none;
  }
  .section-wrap br {
    display: none;
  }
  .site-footer-wrapper > div {
    width: 100%;
  }
  .site-footer-wrapper > div:first-child {
    display: flex;
    gap: 20px;
  }
  .site-footer-wrapper > div:first-child > div {
    width: 50%;
  }
  .site-info__wrapper p a {
    display: block;
  }
  .site-info p,
  .site-info a {
    font-size: 14px;
  }
  .site-info-menu a {
    font-size: 16px;
  }
  /* .site-footer-wrapper > div:nth-child(1),
  .site-footer-wrapper > div:nth-child(2) {
    width: calc(50% - 15px);
  } */
}
/* 404 page start */
/* .error-404.not-found,
.default__section,
.search__section {
  background: linear-gradient(180deg, #daf2ff 0%, #ffffff 100%);
} */
.error-404-wrapper {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.error-404-wrapper h1 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  margin: 0 0 10px;
}
.error-404-wrapper p {
  margin: 0;
  font-size: 18px;
}
.error-404-wrapper .btn {
  margin: 20px auto 0;
  width: fit-content;
}
.default__section p {
  font-size: 18px;
}
/* 404 page end */

/* Search page start */
.no-results.not-found {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.no-results.not-found form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 600px;
  margin: 20px auto 0;
}
.no-results.not-found form label {
  width: 100%;
}
.no-results.not-found .search-submit {
  width: fit-content;
  cursor: pointer;
}
.search-results .page-header {
  margin-bottom: clamp(25px, 3vw, 45px);
  text-align: center;
}
/* Search page end */

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

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}

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

.breadcrumbs {
  padding: 10px 0;
  background: #f7f6f6;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.breadcrumbs li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin: 0 12px;
  width: 4px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMTM3MzI0IDYuODYyOTFDMC4zMTk3OTggNy4wNDU3IDAuNjEzOTkxIDcuMDQ1NyAwLjc5NjQ2NSA2Ljg2MjkxTDMuODkxMDcgMy43NjI5OUM0LjAzNjMxIDMuNjE3NTEgNC4wMzYzMSAzLjM4MjQ5IDMuODkxMDcgMy4yMzcwMUwwLjc5NjQ2NSAwLjEzNzA5QzAuNjEzOTkxIC0wLjA0NTY5NjYgMC4zMTk3OTkgLTAuMDQ1Njk2NiAwLjEzNzMyNCAwLjEzNzA5Qy0wLjA0NTE0OTMgMC4zMTk4NzcgLTAuMDQ1MTQ5MyAwLjYxNDU3NSAwLjEzNzMyNCAwLjc5NzM2MkwyLjgzMzQ3IDMuNTAxODdMMC4xMzM2MDEgNi4yMDYzN0MtMC4wNDUxNDkzIDYuMzg1NDIgLTAuMDQ1MTQ5OCA2LjY4Mzg1IDAuMTM3MzI0IDYuODYyOTFaIiBmaWxsPSIjOTA5MDkxIi8+Cjwvc3ZnPgo=");
}

.breadcrumbs li a {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
}
