@charset "UTF-8";
/*
Template Name: Eveni
Template URL: https://wordpress.themeholy.com/eveni/
Description: Event & Conference WordPress Theme
Author: themeholy
Author URI: https://themeforest.net/user/themeholy
Version: 1.0.0
Last Update: 27-05-2024
*/

.indicator {
  position: absolute;
  top: var(--pos-y);
  left: var(--pos-x);
  height: var(--height-set);
  width: var(--width-set);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}


:root {
  --theme-color: #DFE667;
  --theme-color2: #F24617;
  --gr-color2: #FD8900;
  --title-color: #171B2A;
  --body-color: #6E768A;
  --smoke-color: #F8F8F8;
  --smoke-color2: #ECF1FF;
  --black-color: #000000;
  --black-color2: #101018;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --body-bg: #ffffff;
  --light-color: #bdbdbd;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #D8DDE1;
  --title-font: "Inter", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1230px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

.e-con {
  --content-width: min(100%,var(--container-max-width,1260px));
}

.e-con {
  --container-max-width: 1260px;
}

html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  background-color: var(--body-bg);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.625;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 54px;
  line-height: 1.18;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.208;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}
.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-pagination-progressbar {
  --swiper-pagination-progressbar-size: 2px;
  background: var(--th-border-color);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--theme-color);
}
.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--th-border-color);
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: none;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  border-radius: 99px;
}
.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}
/* Extra large devices */
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}
.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}
/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}
.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--body-bg);
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}
.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}
.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.th-mobile-menu ul li {
  border-bottom: 1px solid var(--th-border-color);
  list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--th-border-color);
}
.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}
.th-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}
.th-mobile-menu > ul {
  padding: 0 40px;
}
.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 32px;
  min-width: 170px;
  border-radius: 30px;
  -webkit-perspective: 320px;
          perspective: 320px;
}
.th-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
  -webkit-transform: scaleX(0.8) scaleY(0);
          transform: scaleX(0.8) scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.th-btn.gr-bg1 {
  -webkit-box-shadow: 0px 10px 20px rgba(244, 78, 21, 0.3);
          box-shadow: 0px 10px 20px rgba(244, 78, 21, 0.3);
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, #f7f7f7);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 10px);
  margin-top: -0.23em;
  text-transform: capitalize;
}

.sub-title {
  font-family: var(--title-font);
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 28px;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: -0.34em;
}
.sub-title:has(img) {
  margin-top: 0;
}
.sub-title.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.14em;
}
.sub-title img {
  margin: -4px 10px 0 0;
}
.sub-title i {
  font-size: 32px;
  margin-right: 10px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sub-title i {
    font-size: 24px;
  }
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.28em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.box-subtitle {
  margin-bottom: 8px;
}

.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}
.box-title2 a {
  color: inherit;
}
.box-title2 a:hover {
  color: var(--theme-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 10px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 22px;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}
.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

.mb-32 {
  margin-bottom: 32px;
}

hr.title-line {
  margin-top: 0;
  background-color: var(--th-border-color);
  opacity: 1;
}

.sec-btn {
  text-align: center;
}

.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space) !important;
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.box-text {
  margin-bottom: -0.5em;
}
.gr-bg1 {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--gr-color2)));
  background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
}

.gr-bg2 {
  background-image: linear-gradient(95.19deg, #5B31E0 0%, #2639FF 100%);
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.text-theme2 {
  color: var(--theme-color2) !important;
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}
.spin {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  display: block;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
          box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
  margin-bottom: 14px;
  padding: 17px 45px 17px 30px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--title-color);
  border-radius: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
  content: "\f061";
  position: absolute;
  right: 30px;
  top: 17px;
  font-family: var(--icon-font);
  font-weight: 600;
  color: inherit;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span {
  color: var(--title-color);
  text-align: center;
  font-weight: 600;
  position: absolute;
  right: 30px;
  top: 14px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
  background-color: var(--white-color);
}
.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a,
.widget_meta .menu > li:last-child > a,
.widget_meta > ul > li:last-child > a,
.widget_pages .menu > li:last-child > a,
.widget_pages > ul > li:last-child > a,
.widget_archive .menu > li:last-child > a,
.widget_archive > ul > li:last-child > a,
.widget_categories .menu > li:last-child > a,
.widget_categories > ul > li:last-child > a,
.wp-block-categories .menu > li:last-child > a,
.wp-block-categories > ul > li:last-child > a {
  border-bottom: none;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
  border-radius: 30px;
}
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 38px 0;
}
.widget_title:after, .widget_title:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 9px;
}
.widget_title:after {
  background-color: var(--theme-color);
  width: 40px;
}
.footer-widget {
  margin-bottom: 50px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 600;
  text-transform: capitalize;
  margin: -0.12em 0 36px 0;
  padding: 0 0 14px 0;
}
.footer-widget .widget_title:before {
  display: none;
}
.footer-widget .widget_title:after {
  border-radius: 10px;
  height: 2px;
  width: 106px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(transparent));
  background-image: linear-gradient(to right, var(--theme-color2), transparent);
}
.footer-widget .widget_title img {
  margin: -7px 10px 0 0;
}
.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 16px;
  margin-bottom: 13px;
  font-family: var(--body-font);
  color: white;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f054";
  font-weight: 600;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color2);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color2);
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}
.th-header .icon-btn {
  border-radius: 99px;
}
.th-header .menu-area {
  position: relative;
  z-index: 2;
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--title-color);
  text-transform: uppercase;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 12px;
}
.main-menu > ul > li > a {
  padding: 37px 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 12px;
  }
}
.header-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-logo {
  padding-top: 10px;
  padding-bottom: 15px;
}

.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  --body-color: #838B9F;
  position: relative;
  z-index: 2;
  background-color: #101018;
  overflow: hidden;
}
.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.footer-links li:after {
  content: "/";
  position: absolute;
  top: 45%;
  right: -2px;
  margin: -10px 0;
  color: var(--white-color);
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child:after {
  display: none;
}
.footer-links a {
  font-family: inherit;
  color: var(--white-color);
}
.footer-links a:hover {
  color: var(--theme-color2);
}

.copyright-wrap {
  padding: 18px 0;
  background-size: 100% auto;
  background-color: var(--title-color);
}
.copyright-wrap .copyright-text {
  color: var(--white-color);
}
.copyright-wrap .copyright-text a {
  color: var(--theme-color2);
}
.copyright-wrap .copyright-text a:hover {
  color: var(--white-color);
}
.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}

.footer-layout1 {
  background-position: top center;
  padding-top: 70px;
  
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-layout1 {
    padding-top: 110px;
  }
}

.copyright-text {
  margin: 0;
}
.copyright-text a {
  color: var(--theme-color);
}
.hero-loader {
  width: 64px;
  height: 64px;
  position: relative;
  -webkit-animation: heroRotate 1.8s ease-in infinite alternate;
          animation: heroRotate 1.8s ease-in infinite alternate;
}

.hero-loader::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--theme-color2);
  background: currentColor;
  width: 50px;
  height: 25px;
  border-radius: 0 0 50px 50px;
}

.hero-loader::after {
  content: "";
  position: absolute;
  left: 24%;
  top: 12%;
  border: 2px solid var(--white-color);
  width: 25px;
  height: 50px;
  border-radius: 0 50px 50px 0;
  animation: heroRotate 1.4s linear infinite alternate-reverse;
}
/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .th-social a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--body-bg);
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content select,
.sidemenu-wrapper .sidemenu-content input,
.sidemenu-wrapper .sidemenu-content .form-select,
.sidemenu-wrapper .sidemenu-content .form-control,
.sidemenu-wrapper .sidemenu-content textarea {
  background-color: var(--smoke-color2);
  border-radius: 27px;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.th-team {
  position: relative;
}
.th-team .box-img {
  position: relative;
  overflow: hidden;
}
.th-team .box-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-team .box-desig {
  display: block;
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color2);
}
.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-team .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-team .box-title {
  margin-bottom: 0;
}
.team-grid {
  text-align: center;
}
.team-grid .box-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 30px;
  z-index: 2;
}
.team-grid .th-social {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.team-grid .box-desig {
  margin-bottom: -0.35em;
}
.team-grid .box-title {
  margin-bottom: 0;
  font-weight: 600;
}
.brand-card {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 46px;
}

.brand-row2 {
  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;
  gap: 65px 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /*  Extra small devices */
}
@media (max-width: 1299px) {
  .brand-row2 {
    gap: 45px 60px;
  }
}
.brand-sec2 {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  overflow: hidden;
  background-attachment: fixed;
  /* Medium Large devices */
  /* Extra small devices */ 
}
@media (max-width: 1299px) {
  .brand-sec2 {
    border-radius: 0;
  }
  .brand-sec2 .shape-mockup {
    max-width: 140px;
  }
  .brand-sec2 .shape-mockup.pulse {
    max-width: 290px;
  }
}


.event-widget {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.event-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.event-widget .box-title {
  color: var(--white-color);
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
.event-widget .th-btn {
  color: var(--white-color);
  border: 1px solid var(--white-color);
  background-color: transparent;
  padding: 10px 20px;
  min-width: auto;
}
.event-widget .th-btn:before {
  background-color: var(--theme-color);
}
.event-widget .th-btn:hover {
  border-color: var(--theme-color);
}



.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}
.sub-title2 {
  --shape: 50px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  margin: -0.3em -12px 24px -12px;
  overflow: hidden;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sub-title2 {
    margin-bottom: 20px;
  }
}
.sub-title2 .text {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--gr-color2)));
  background: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
  padding-left: 12px;
  padding-right: 12px;
}
.sub-title2 .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2px;
  background-image: linear-gradient(to right, var(--theme-color2) 0, var(--gr-color2) 50px, transparent 50px, transparent calc(100% - 50px), var(--gr-color2) calc(100% - 50px), var(--theme-color2) 100%);
  width: calc(100% + var(--shape) * 2);
  top: 50%;
  left: calc(var(--shape) * -1);
}
.brand-sec2.style2 {
  background-attachment: scroll;
}




/* Countdown sec 2 -------------------------*/
.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  /* Small devices */
  /* Extra small devices */ 
}
.counter-grid li {
  list-style: none;
  text-align: center;
  background-color: #DFE667;
  border-radius: 40px;
  padding: 12px 35px;
  position: relative;
  z-index: 2;
  /*  Extra small devices */ 
}
@media (max-width: 575px) {
  .counter-grid li {
    padding: 16px 5px;
  }
}
.counter-grid .count-number {
  font-family: var(--title-font);
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  color: #324400;
  margin-bottom: 11px;
  /* Small devices */
}
.counter-grid .count-name {
  font-size: 16px;
  font-weight: 500;
  color: #324400;
}

.counter-grid-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 35px;
  padding: 0 40px 0 30px;
  position: relative;
  z-index: 2;
  /* Large devices */
  /* Medium devices */
}
.counter-grid-area .box-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
  border-radius: 50px;
}
.counter-grid-area .counter-img {
  -webkit-box-flex: 505px;
      -ms-flex: 505px;
          flex: 505px;
}
.counter-grid-content {
  -webkit-box-flex: 620px;
      -ms-flex: 620px;
          flex: 620px;
  padding-bottom: 64px;
  /* Medium devices */
  /*  Extra small devices */ 
}
.counter-grid-content .sec-title {
  max-width: 360px;
}

.team-grid .box-img {
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08);
}

.slider-arrow.style2 {
  background-color: #1C7301;
  color: white;
}
.slider-arrow.style2:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color2)), to(var(--gr-color2)));
  background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}


/* Header 3 ---------------------------------- */
.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*  Extra small devices */ 
}
.header-layout3 .menu-area {
  position: relative;
  z-index: 2;
  
  
  padding: 0 17px;
  max-width: 1720px;
  margin: 40px auto 0 auto;
  /* Medium devices */
  /*  Extra small devices */ 
}
@media (max-width: 1740px) {
  .header-layout3 .menu-area {
    margin: 12px;
  }
}
@media (max-width: 991px) {
  .header-layout3 .menu-area {
    padding: 8px 15px;
  }
}
@media (max-width: 375px) {
  .header-layout3 .menu-area {
    margin: 0;
    border-radius: 10px;
  }
}
.header-layout3 .main-menu > ul > li > a {
  padding: 0px 0;
  color: #1c7301 !important;
}

.header-layout3 .icon-btn {
  color: var(--white-color);
}
.header-layout3 .sticky-wrapper.sticky {
  background-color: transparent;
  -webkit-filter: none;
          filter: none;
}
.header-layout3 .sticky-wrapper.sticky .menu-area {
  background-color: #DFE667;
  border: none;
  margin-top: 0;
}
@media (max-width: 575px) {
  .header-layout3 .row {
    --bs-gutter-x: 4px;
  }
}/*# sourceMappingURL=style.css.map */

@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  display: inline-block;
  border-radius: 99px;
}
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  
  .header-logo img {
    width: 104px !important;
}

}

/* Event History ------------------------------------*/

@media (max-width: 1199px) {
  .event-thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    --size: 60px;
  }
}
@media (max-width: 575px) {
  .event-thumb {
    --size: 50px;
  }
}




@media (max-width: 1199px) {
  .event-thumb .indicator {
    top: unset;
    bottom: -10px;
    right: unset;
    left: calc(var(--pos-x) + var(--size) / 2 - 11px);
  }
}






@media (max-width: 767px) {
  .counter-grid {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .counter-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .counter-grid .count-number {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .counter-grid-area {
    padding: 0 20px 0 20px;
    gap: 20px;
  }
  .counter-grid-area .counter-img {
    -webkit-box-flex: 450px;
        -ms-flex: 450px;
            flex: 450px;
  }
}
@media (max-width: 991px) {
  .counter-grid-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .counter-grid-content {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .counter-grid-content .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .counter-grid-content .d-flex .sec-btn {
    margin-top: -20px;
  }
}


.main-menu ul li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--body-bg);
  visibility: hidden;
  min-width: 150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
          box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }

  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
} 
/* Medium devices  */
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }
}

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  -webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
          box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.th-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
 /* Large devices  */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .title-area2 .title {
    max-width: 300px;
  }
}

 /* Medium devices  */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}

 /* Large devices  */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}
 /* Small devices  */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 0.9em;
  color: inherit;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f078";
  float: right;
  top: 1px;
  display: inline-block;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f8cb";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 30px;
  }
}


.th-mobile-menu ul li ul li {
  padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.menu-style1 ul li.menu-item-has-children > a:after {
    color: var(--white-color);
  }
.dark-theme .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
    background-color: #282525;
  }
  
  .main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}