@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

/* 
font-family: "Jost", sans-serif;
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.my-container {
  width: 1200px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  /* background:#2bc48a; */
}

.my-pic {
  width: 100%;
  height: auto;
}


@media (max-width: 1024px) {
  .my-container {
    width: 92%;
  }
}

@media (max-width: 480px) {
  .my-container {
    width: 90%;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

:root {
  --white: #fff;
  --black: #000;
  --black2: #242424;
  --blue: #bccf22;
  --para: #242424;
  --banner-btn-blue: #bccf22;
  --banner-btn-hover: #707070;
  --expo-category-bg: #f7f9fc;
  --footer-bg: #1b1b1b;
  --innerbanner: #495200;
  --form-border: #dee2e6;
  --form-text: #9c9c9c;
  --top-nav-blue: #677400;
  --mobile-menu-item: #ffff;
  --mob-nav-hover: #495200;
  --mob-nav-menu: #839112;
}

h1,
h2,
h3 {
  color: var(--black);
  font-family: "Jost", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  color: var(--black2);
  font-family: "Jost", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: var(--black2);
}

body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  background: #ffff;
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

/* .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    } */

/* ========NAV AND MOB MENU START========================= */
.mobile-active {
  display: none;
}

.bx-menu {
  color: var(--black);
}

.bx-chevron-down {
  margin: 0 0 0 5px;
}

nav {
  position: relative;
  z-index: 99;
  width: 100%;
  background: #fff;
}

nav .wrapper {
  position: relative;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: var(--black);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  background: var(--nav-menu-hover);
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: var(--white);
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}


.nav-links li {
  position: relative;
}

.nav-links li:hover .drop-menu {
  opacity: 1;
  visibility: visible;
  top: 40px;
}

.nav-links .drop-menu {
  position: absolute;
  background: var(--white);
  top: 85px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 180px;
  line-height: 45px;
  z-index: 100;
}

@media only screen and (max-width: 1463px) {
  .nav-links li a {
    font-size: 13px;
    font-weight: 400;
    padding: 9px 12px;
  }
}

@media screen and (max-width: 991px) {
  .logo img {
    width: 74px;
    height: 43px;
  }

  .mob-insta {
    margin-left: -30px !important;
  }

  .top-bar {
    display: none;
  }

  .mobile-active {
    display: block;
  }

  .mobile-active ul {
    display: flex;
  }

  .bx {
    font-size: 30px;
  }

  .bx-chevron-down {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 0 5px !important;
  }

  .wrapper .btn {
    display: block;
    padding: 0;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: var(--top-nav-blue);
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--mob-nav-hover);
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 0px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--mobile-menu-item);
  }

  .nav-links li a:hover {
    background: var(--mob-nav-hover);
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 80px;
    visibility: visible;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    background: var(--mob-nav-menu);
  }

  #showDrop-services:checked~.drop-menu,
  #showDrop-events:checked~.drop-menu,
  #showDrop-registration:checked~.drop-menu,
   #showDrop-pastevent:checked~.drop-menu {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: var(--mob-nav-hover);
  }

  .drop-menu li a {
    border-radius: 2px;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
  }
}

nav input {
  display: none;
}

/* ========NAV AND MOB MENU END========================= */

/* ===============BANNER START======================== */
.banner {
  z-index: -1;
}

.mySwiper1 {
  padding-bottom: 10px !important
}

.banner .home-banner {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 650px !important;
}

.banner .home-banner {
  position: relative;
}

.banner .home-banner .banner-btn {
  position: absolute;
  top: 88% !important;
  left: 50%;
  transform: translate(-50%, -10%) !important;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  background: var(--banner-btn-blue);
  text-decoration: none;
  border-radius: 2px;
  color: var(--black);
  padding: 10px 25px;
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner .home-banner .banner-btn:hover {
  background: var(--banner-btn-hover);
  color: var(--white);
}

.banner-pagination {
  bottom: 10px !important;
  z-index: 9999;
}

@media (max-width:990px) {
  .banner .home-banner {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 450px !important;
  }
}

/* ===============BANNER END======================== */

/* ===============EXPO CATEGORIES START======================== */
.expo-category {
  background: var(--expo-category-bg);
  padding: 40px 0 0;
}

.expo-category h1 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  padding: 10px 0 30px 0;
}

.expo-category h3 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.expo-category-area {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.expo-category-area>div {
  width: 24.2%;
  margin: 15px 0 0 0;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.expo-category-area>div .expo-text-box {
  background: var(--white);
  padding: 15px;
}

.expo-text-box h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: table;
  margin: 0 auto 10px;
  text-align: center;
}

.expo-cat-btn {
  background: var(--blue);
  color: var(--black);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  padding: 6px 17px;
  display: table;
  margin: 0 auto;
}

.expo-cat-btn:hover {
  background: var(--banner-btn-hover);
  color: var(--white);
  transition: 0.5s;
}

.expo-cat-pic {
  width: 100% !important;
  border-radius: 10px 10px 0 0;
}

.view-more-btn {
  margin-top: 50px !important;
}

.activities-btn {
  float: left;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .expo-category-area {
    gap: 9px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .expo-category-area {
    gap: 8px;
  }
}

@media (max-width: 1024px) {
  .tab-disable {
    display: none;
  }

  .expo-category-area>div {
    width: 32.8%;
  }

  .expo-category-area {
    gap: 7px;
  }
}

@media (max-width: 948px) {
  .expo-category-area>div {
    width: 48.9%;
  }
}

@media (max-width: 480px) {

  .expo-category-area>div .expo-text-box {
    min-height: 50px;
  }

  .mob-disable {
    display: none !important;
  }

  .expo-category {
    padding: 40px 0;
  }

  .expo-category-area>div {
    width: 48%;
  }

  .expo-category-area {
    gap: 9px;
  }

  .expo-category h1 {
    font-size: 25px;
    line-height: 30px;
    padding: 5px 0 15px 0;
  }

  .expo-text-box h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .expo-cat-btn {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 10px;
  }

}

/* ===============EXPO CATEGORIES END======================== */

/* ===============ACTIVITIES START======================== */
.activity {
  background: none;
}

.act-paid {
  background: #009578;
  color: var(--white);
  padding: 5px 15px;

}

.act-free {
  background: #e75f9f;
  color: var(--white);
  padding: 5px 15px;
  border-radius: 2px;
}

/* .expo-box{
  position: relative;
}
.activity-mode{
 position:absolute;
 top:20px;
 left:20px;
 border-radius: 5px;
} */


/* ===============ACTIVITIES END======================== */

/* ===============ABOUT START======================== */
.about-kids {
  padding: 40px 0;
  background: var(--expo-category-bg);
}

.about-kids-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-kids-area>div {
  width: 49%;
}

.about-kids-pic-part img {
  width: 100%;
}

.about-kids-text-part h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

.about-kids-text-part p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 15px 0 0 0;
}

@media (max-width: 480px) {
  .about-kids-area {
    flex-direction: column;
  }

  .about-kids-area>div {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-kids-text-part h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 5px 0 10px 0;
  }

  .about-kids {
    padding: 40px 0;
  }

  .about-kids-text-part p {
    font-size: 15px;
    line-height: 20px;
  }
}

/* ===============ABOUT END======================== */

/* ===============SPONSOR START======================== */
.sponsor {
  padding: 40px 0;
}

.sponsor h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  padding: 10px 0 30px 0;
}

.sponsor h3 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.mySwiper2 {
  padding-bottom: 50px !important;
}

@media (max-width: 480px) {
  .mySwiper2 img {
    width: 150px;
    height: 78px;
  }

  .sponsor h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 5px 0 15px 0;
  }

  .sponsor {
    padding: 40px 0;
  }

}

/* ===============SPONSOR END======================== */

/* ===============HOME PAGE GALLERY START======================== */
.gallery {
  padding: 40px 0;
  background: var(--expo-category-bg);
}

@media (max-width:480px) {
  .gallery {
    padding: 40px 0;
  }
}

.gallery h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  padding: 10px 0 30px 0;
}

.gallery h3 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.mySwiper3 {
  padding-bottom: 50px !important;
}

.mySwiper4 {
  padding-bottom: 50px !important;
}

.uk-position-bottom {
  bottom: 41px !important;
  left: 0;
  right: 0;
}

.gallery-pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.gallery-item {
  opacity: 0.85;
  cursor: pointer;
}

.gallery-item .uk-button {
  height: 100%;
}

.gallery-item:hover {
  opacity: 1;
}

.gallery-item img {
  height: 100%;
  width: 350px !important;
  height: 200px;
  object-fit: cover;
  border-radius: 10px !important;
}

.gallery-box {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom-gallery-image {
  border-radius: 10px 10px 0 0 !important;
}

.custom-gallery-area h4 {
  padding: 15px 15px 15px;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width:1024px) {
  .gallery-item img {
    height: 146px;
    width: 300px !important;
  }

  .mySwiper3 {
    padding-bottom: 80px !important;
  }
}


@media (max-width:1023px) {
  .gallery-item img {
    height: 150px;
    width: 100% !important;
  }
}


@media (min-width:481px) and (max-width:639px) {
  .gallery-item img {
    width: 98% !important;
  }
}


.gallery-images-item {
  margin: 0 5px;
}

.gallery-images-item img {
  width: 100% !important;
  height: 300px;
  border-radius: 5px !important;
}


.gallery-content {
  font-size: 0.8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
}

.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 9% auto;
}

.lightbox-content p {
  text-align: center;
  padding: 10px;
}

.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 45%;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.lightbox-prev:before {
  left: 0;
  content: url("../images/left.png");
  position: absolute;
  width: 30px;
  height: 30px;
}

.lightbox-next {
  right: 0;
  content: url("../images/left.png");
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
}

.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.8;
}

.gallery-container {
  width: 100%;
}

@media (max-width: 990px) {
  .gallery-container {
    width: 100%;
  }

  .gallery-item {
    flex-basis: 49.8%;
    margin-bottom: 3px;
  }

  .lightbox-content {
    width: 80%;
    height: 60%;
    margin: 15% auto;
  }

  .gallery-item {
    max-height: 115px;
  }
}

@media (max-width: 480px) {
  .gallery-item {
    flex-basis: 100%;
    margin-bottom: 1px;
  }

  .lightbox-content {
    width: 90%;
    margin: 32% auto;
  }

  .gallery h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 5px 0 15px 0;
  }
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  /* grid-column-gap: 20px; */
  grid-column-gap: 0px !important;
  grid-row-gap: 20px;
}


.div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.div2 {
  grid-area: 1 / 2 / 2 / 4;
}

.div3 {
  grid-area: 1 / 4 / 2 / 5;
}

.div4 {
  grid-area: 2 / 1 / 3 / 3;
}

.div5 {
  grid-area: 2 / 3 / 3 / 4;
}

.div6 {
  grid-area: 2 / 4 / 3 / 5;
}

.div7 {
  grid-area: 3 / 1 / 4 / 2;
}

.div8 {
  grid-area: 3 / 2 / 4 / 3;
}

.div9 {
  grid-area: 3 / 3 / 4 / 5;
}

#prevButton,
#nextButton {
  position: relative;
  cursor: pointer;
}

#prevButton:after,
#nextButton:after {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  background-image: url(../images/left.png);
  z-index: 1;
  background-size: cover;
}

#prevButton:after {
  left: 0;
}

#nextButton:after {
  transform: rotate(180deg);
  right: 0;
}

@media (max-width: 990px) {
  .image-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

/* ===============HOME PAGE GALLERY END======================== */

.video {
  background: none !important;
}

/* ==============FOOTER START======================== */

footer {
  background: #171a1b;
}

.footer-para {
  color: var(--white);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  padding: 25px 0 0 0;
}

.footer-top-inner {
  display: flex;
  gap: 80px;
  padding: 60px 0 100px;
}

.col-item:first-child,
.col-item:last-child {
  width: 30%;
}

.col-item {
  width: 20%;
}

.col-item h4 {
  font-size: 16px;
  list-style: 20px;
  font-weight: 500;
  padding: 0 0 20px 0;
  color: var(--white);
}

.col-item ul li a {
  color: #fff;
  font-size: 15px !important;
  font-size: 50px;
  text-decoration: none;
}

.col-item ul li {
  padding: 10px 0;
}

.col-item ul li {
  color: #fff;
  font-size: 15px !important;
  font-size: 50px;
  text-decoration: none;
}

.footer-bottom {
  background: #000;
  padding: 22px 0;
}

.footer-bottom a,
.footer-bottom p {
  font-size: 13px;
  color: #fff;
  line-height: 13px;
}

.footer-bottom a:hover {
  color: var(--blue);
}

.copyright a {
  text-align: center;
  color: #fff;
  font-size: 15px !important;
  font-size: 20px;
  text-decoration: none;
}


@media (max-width:768px) {
  .footer-top-inner {
    flex-wrap: wrap;
    gap: 50px;
    padding: 40px 0;
  }

  .col-item,
  .col-item:first-child,
  .col-item:last-child {
    width: 100%;
    text-align: center;
  }

  .social-icon {
    justify-content: center;
  }

  .col-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-bottom a,
  .footer-bottom p {
    line-height: 20px;
  }

  .col-item h4 {
    padding: 0 0 10px 0;
  }
}

/* ==============FOOTER END======================== */

/*-------------bottom header starts---------------*/
/*-------------structure updated---------------*/
/* nav a{display: none;} */
.bottom-head {
  z-index: 9999;
  display: none;
}

@media only screen and (max-width:480px) {
  .nav {
    position: fixed;
    bottom: -2px;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: flex;
  }

  .nav .bx {
    font-size: 20px;
    line-height: 0px;
    color: #fff;
    padding: 0 5px 0 0;
  }

  .nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    top: 0;
    color: #fff;
  }

  .nav__link:hover {
    background-color: #c8c8c8;
  }

  .nav__link--active {
    color: #009578;
  }


  nav .menu-whatsappbtn {
    background: #2bc48a;
    padding: 2px 0;
  }


  nav .menu-callbtn {
    background: #4da9ba;
    padding: 2px 0;
  }

  nav .nav__text {
    color: #fff;
  }
}

/*-------------structure updated end---------------*/
/*-------------bottom header ends---------------*/

/* ===========FLOATING BUTTON========================= */
.site-floating-btn {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  padding: 15px 10px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  transition: all .6s ease;
  z-index: 99999;
  position: fixed;
  top: 8rem;
  right: 0px;
  writing-mode: tb-rl;
  cursor: pointer;
}

@media (max-width:480px) {
  .site-floating-btn {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    padding: 15px 8px;
  }
}


/* ===========FLOATING BUTTON PHONE========================= */
.site-floating-phone {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  padding: 15px 10px;
  background: #4da9ba;
  border-radius: 6px;
  color: #fff !important;
  transition: all .6s ease;
  z-index: 99999;
  position: fixed;
  top: 18rem !important;
  right: 0px;
  writing-mode: tb-rl;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width:480px) {
  .site-floating-phone {
    display: none;
  }
}

/* ===========FLOATING BUTTON WHATSAPP========================= */
.site-floating-whatsapp {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  padding: 15px 10px;
  background: #2bc48a;
  border-radius: 6px;
  color: #fff !important;
  transition: all .6s ease;
  z-index: 99999;
  position: fixed;
  top: 28rem !important;
  right: 0px;
  writing-mode: tb-rl;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width:480px) {
  .site-floating-whatsapp {
    display: none;
  }
}

/* ==============INNER BANNER======================== */

.inner-banner {
  background: var(--innerbanner);
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner h1 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--white);
}

.breadcumb-listing a {
  color: #bbbbbb !important;
}

.get-started-btn {
  background: var(--blue);
  color: var(--black);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  padding: 6px 17px;
}

.get-started-btn:hover {
  background: var(--banner-btn-hover);
  color: var(--white);
  transition: 0.5s;
}

.breadcumb {
  margin-bottom: 30px;
}

.breadcumb ul {
  display: flex;
}

.breadcumb ul li {
  color: var(--white);
}

.inner-banner p {
  margin: 15px 0;
  color: #fff;
}

@media (max-width:480px) {
  .inner-banner h1 {
    font-size: 22px;
    line-height: 25px;
  }
}

/* ==============CONTACT PAGE======================== */
.error{color:#ff0000;}
.error-message{color:#ff0000;}
.contact-details {
  margin: 80px 0;
}

@media (max-width:480px) {
  .contact-details {
    margin: 60px 0;
  }
}

.contact-area {
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.contact-area .con-form {
  width: 60%;
  border-radius: 2px 0 0 2px;
  background: var(--white);
  padding: 40px;
}

.contact-area .con-form h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

.contact-area .con-info {
  width: 40%;
  border-radius: 0px 2px 2px 0px;
  padding: 40px;
}

.contact-area .con-info h2 {
  color: var(--white);
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

.contact-area .con-con-info img {
  opacity: 0.2;
  width: 100%;
}

.con-form .form-input-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.con-form .form-input-area .form-group {
  width: 49%;
}
.con-form .form-input-area input {
  width: 100%;
  color: var(--form-text) !important;
  background: none;
  height: 45px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
}

.con-form .form-input-area input::placeholder {
  color: var(--form-text) !important;
}

.con-form form textarea {
  width: 100%;
  color: var(--form-text) !important;
  background: none;
  height: 90px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
  padding-top: 15px;
}

.con-form form textarea::placeholder {
  color: var(--form-text) !important;
}

.con-info ul {
  margin: 20px auto;
  text-align: left;
}

.con-info ul li {
  padding: 20px 0 0 0;
}

.con-info ul li a {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  margin: 15px 0 0 0;
}

.con-info ul li {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--white);
  margin: 15px 0 0 0;

}

.contact-icon {
  width: 30px;
  height: 30px;
}


.submit-btn {
  border: none;
  float: left;
  margin-top: 20px;
}

@media (max-width:768px) {
    .con-form .form-input-area .form-group {
  width: 100%;
}
  .contact-area {
    flex-direction: column;
  }

  .contact-area .con-form {
    width: 100%;
    padding: 30px;
  }

  .contact-area .con-info {
    width: 100%;
    padding: 30px;
  }

}

@media (max-width: 480px) {
  .contact-area .con-form h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .contact-area .con-info h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .con-form .form-input-area {
    flex-direction: column;
  }

  .con-form .form-input-area input {
    width: 100%;
  }

}

/* ==============EXHIBITORS PAGE======================== */

.floor-plan-desktop {
  margin: 80px 0 !important;
}

@media (max-width:480px) {
  .floor-plan-desktop {
    margin: 60px 0 !important;
  }
}

/* =======custom-gallery-area====================== */

.custom-gallery {
  margin: 80px 0;
}

.custom-gallery-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-gallery-image {
  border-radius: 10px;
}

.custom-gallery-area div {
  width: 24.3%;
}

@media (max-width:1024px) {
  .custom-gallery-area div {
    width: 23.9%;
  }
}

@media (max-width:768px) {
  .custom-gallery-area div {
    width: 48%;
  }
}

@media (max-width:480px) {
  .custom-gallery {
    margin: 60px 0;
  }
}


/* =======custom-gallery-area end====================== */


/* =======modal start====================== */

.modal {
  --bs-modal-width: 25%;
}

.modal h6 {
  color: var(--black);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.modal-form input {
  width: 100%;
  color: var(--black);
  background: none;
  height: 45px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
}

.modal-form input::placeholder {
  color: var(--form-text) !important;
}

.modal-form select {
  width: 100%;
  color: var(--form-text);
  background: none;
  height: 45px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
}

.modal-form textarea {
  width: 100%;
  color: var(--black) !important;
  background: none;
  height: 90px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
  padding-top: 15px;
}

.modal-form textarea::placeholder {
  color: var(--form-text) !important;
}

.modal-submit-btn {
  display: table;
  margin: 20px auto;
  border: none;
}

/* =======modal end====================== */

/* -------speaker page starts-------------------------------- */
.success h5 {
  padding: 0px 0 5px;
  text-align: left;
}

.success p {
  text-align: left;
  width: 100% !important;
}

.success {
  margin: 80px 0;
}

.success-text-box {
  padding: 20px 0px;
  height: 300px;
}

.success-frame {
  width: 100% !important;
  height: 350px !important;
}

.success-pic {
  height: 350px !important;
  ;
}

.success-column {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid var(--form-border);
  padding: 20px;
}

@media (max-width:480px) {
  .success {
    margin: 60px 0;
  }

  .success-pic {
    height: 200px !important;
    ;
  }

  .success-frame {
    height: 200px !important;
  }

}

.custom-scroll {
  overflow-y: scroll;
  scrollbar-width: 3px;
  scrollbar-color: #888;
  scroll-behavior: smooth;
}

.custom-scroll::-webkit-scrollbar {
  width: 2px;
  -webkit-appearance: none;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
  background-clip: content-box;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* -------speaker page ends-------------------------------- */


/*---------------16/8/2025-------------------------------*/
/* -------marketing-profile starts-------------------------------- */

.child-column {
  margin: 0 0 15px 0;
}

.marketing-profile {
  padding: 80px 0;
}

.marketing-profile h2 {
  margin-bottom: 15px;
}

.marketing-box-1 {
  padding: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.marketing-profile-pic {
  border-radius: 10px;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.3));
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
}



.marketing-box-1 ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 20px;
}

.marketing-box-1 ul>li {
  color: var(--black2);
  display: grid;
  grid-template-columns: 12px 1fr;
  column-gap: 12px;
  align-items: start;
}

.marketing-box-1 ul>li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--banner-btn-blue);
  margin-top: 8px;
}

@media (max-width:768px) {
  .marketing-profile {
    padding: 60px 0;
  }

  .marketing-box-1 {
    margin-bottom: 0px;
    margin-top: 30px;
    padding: 20px;
  }

  .marketing-box-1 ul {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

/* -------marketing-profile ends-------------------------------- */

.registration {
  padding: 80px 0;
}

.reg-child {
  text-align: center;
  padding: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 20px;
}

.reg-child p {
  margin: 20px 0 50px;
}

.reg-child h3 {
  margin: 15px 0 0 0;
}



@media (max-width:768px) {

  .registration {
    padding: 60px 0;
  }

  .column-bottom {
    margin-bottom: 30px;
  }
}

/*-------------testimonial starts--------------*/

.mySwiper5{
  padding-bottom:60px !important;
}
.ex-testimonial{
  padding-top: 0px !important;
}
.testimonial {
  position: relative;
  margin: auto;
  padding: 50px 0;
}

.testimonial h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  padding: 10px 0 30px 0;
}

.testimonial .swiper-slide img {
  width: 100%;
  border-radius: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.testimonial .swiper-slide {
  padding: 0px 10px;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
  color: #cde209;
}

.testimonial .swiper-button-prev {
  left: 0;
}

.testimonial .swiper-button-next {
  right: 0;
}


@media (max-width:480px) {
  .testimonial h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 5px 0 15px 0;
  }
}

/*-------------testimonial ends--------------*/

.expo-category-btn {
  background: var(--blue);
  color: var(--black);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  padding: 6px 17px;
}

.expo-category-btn:hover {
  background: var(--banner-btn-hover);
  color: var(--white);
  transition: 0.5s;
}

/* ---------blog page start------------------------------------ */
.career-con {
  width: 100%;
  margin: 80px 0;
}

.career-con-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.career-img {
  width: 100%;
}

.career-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.career-con-inner {
  list-style: none;
  padding: 0;
}

.career-con-inner .box-con {
  background: #fcfcfc;
  padding: 20px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #acacac;
  transition: all 0.3s;
}

.career-con-inner .box-con:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-page-text {
  padding: 15px 0;
}

.blog-page-text ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding: 18px 0;
}

.blog-page-text ul li {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  align-items: center;
}

.blog-page-text p {
  padding: 15px 0;
  color: var(--black);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.blog-page-text a {
  color: var(--subheading);
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.blog-page-text a:hover {
  color: var(--banner-btn-blue);
  transition: .5s;
}

@media(max-width:767px) {
  .career-con-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .career-con {
    margin: 60px 0;
  }

  .career-form-inner .contact-form {
    width: 90%;
    padding: 15px;
  }

  .btn-group {
    justify-content: start;
    flex-wrap: wrap;
  }

}

@media(max-width:990px) {
  .upload-btn label {
    padding: 8px 30px;
  }
}

@media(min-width:768px) and (max-width:990px) {
  .contact-form {
    width: 90%;
  }

  .career-con-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

}

@media(min-width:991px) and (max-width:1200px) {
  .career-con-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

}

/* ---------blog page end------------------------------------ */
.con-form form input {
  width: 100%;
  color: var(--form-text) !important;
  background: none;
  height: 45px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
}
.con-form form select {
  width: 100%;
  color: var(--form-text) !important;
  background: none;
  height: 45px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
  padding: 0 20px 0 0;
}


.con-form .form-input-area input::placeholder {
  color: var(--form-text) !important;
}

.checkbox-row {
  display: flex;
  gap: 0px 24px;
  flex-wrap: wrap;
  align-items: center;
}

.checkbox-row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}

.checkbox-row input {
  width: 20px;
  height: 20px;
}

.checkbox-row input {
  margin: 0px 0 0 0 !important;
}

 .radio-group input {
  margin: 0px 10px 0 0 !important;
}

 .radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px; 
  }
  .radio-group label {
    display: flex;
    align-items: center;
    font-family:inherit;
    font-size: 15px;
    cursor: pointer;
  }
  .radio-group input[type="radio"] {
    width:14px;  
    height:14px;
    margin-right: 12px;
    accent-color: #007bff; 
  }

  .banner-arrow {
  margin-top: -5px;
  margin-left: 0px !important;
   width: 16px;
    height: 16px;
}

/*-------------about page starts--------------*/

.department{
  margin-top: 60px;
}
.department h2{
  margin-bottom:20px;
}
.department h4{
  font-size: 18px;
  line-height: 25px;
}
.department .child {
  background: var(--white);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  padding: min(4em, 15%);
}

.department .child-column {
  margin: 0 0 15px 0;
}

.department .child h4 {
  padding: 15px 0 8px;
}

.department .child:hover {
  cursor: pointer;
  box-shadow:rgba(202, 219, 11, 1);
}


/*-------------thank you starts--------------*/
.thank-you{
  padding: 100px 0;
}
.thank-you h1{
  margin: 0 0 20px 0;
}
.thank-you p{
  margin:10px 0 0 0;
}
.thank-you-area{
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks-part{
  width:40%;
  text-align: center;
}

@media(max-width:768px) {
.thanks-part{
  width:96%;
}
}
/*-------------thank you ends--------------*/

.popup-btn {
  background: var(--blue);
  color: var(--black);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  padding: 6px 17px;
  display: table;
  margin: 15px auto;
}

.popup-btn-btn:hover {
  background: var(--banner-btn-hover);
  color: var(--white);
  transition: 0.5s;
}