@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;
  /* width: 75%; */
  /* 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;
}

:root {
  --white: #fff;
  --black: #000;
  --black2: #242424;
  /* --blue: #2563eb; */
  --blue: #035272;
  --para: #242424;
  --banner-btn-blue: #035272;
  --banner-btn-hover: #707070;
  --expo-category-bg: #f7f9fc;
  --footer-bg: #1b1b1b;
  --innerbanner: #035272;
  --form-border: #dee2e6;
  --form-text: #9c9c9c;
  --top-nav-blue: #035772;
  --mobile-menu-item: #ffff;
  --mob-nav-hover: #315c71;
}

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: 20px;
  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;
}

/* .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%;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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;
}

@media only screen and (max-width:480px) {
#rc-anchor-container{
width:40% !important;
}
}

@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: 54px;
    height: 38px;
  }

  .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;
  }

  .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: #669db7;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    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%;
  }
}

@media screen and (max-width: 480px) {
  header {
    padding: 0 15px;
  }
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

/* ========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: 700px !important;
}

.banner .home-banner {
  position: relative;
}

.banner .home-banner .banner-btn {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  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(--white);
  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);
}

.banner-arrow {
  margin-top: -5px;
}

.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;
}

.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: white;
  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);
  transition: 0.5s;
}

.expo-cat-pic {
  width: 100% !important;
  border-radius: 10px 10px 0 0;
}

/* .expo-cat-pic {
  width: 100% !important;
  border-radius: 10px 10px 0 0;
  width: 292px;
  height: 240px;
  object-fit: cover;
} */

.view-more-btn {
  margin-top: 50px !important;
}

@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: 909px) {
  .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;
}

.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;
}


@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: 14px;
     line-height: 30px;
    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;
  }
}

/* ==============CONTACT PAGE======================== */

.inner-banner {
  background: var(--innerbanner);
  background-size: cover !important;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner h1 {
  color: var(--white);
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

@media (max-width:480px) {
  .inner-banner {
    height: 120px !important;
  }

  .inner-banner h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

.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 input {
  width: 49%;
  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: 40px;
  height: 40px;
}


.submit-btn {
  border: none;
  float: left;
  margin-top: 20px;
}

@media (max-width:768px) {
  .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(--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;
}

.modal-form input::placeholder {
  color: var(--form-text) !important;
}

.modal-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;
}

.modal-form textarea::placeholder {
  color: var(--form-text) !important;
}

.modal-submit-btn {
  display: table;
  margin: 20px auto;
  border: none;
}

/* =======modal end====================== */

/*------------6-10-2025----------------------*/

.career-form h2 {
   font-family: "Jost", sans-serif;
  font-weight: 400 !important;
}

.career-form-inner {
  width: 100%;
}

.career-form-inner .contact-form {
  margin: 30px auto 80px;
}

.career-form  .career-btn {
  padding: 6px 15px 4px !important;
  font-size: 13px;
  line-height: 20px;
}

.btn-group {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}

.primary-btn {
  border: none;
  margin: 20px 0 0 0;
}

.contact-form {
  width: 60%;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: var(--career-bg);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-group input,
.form-group textarea {
  padding: 15px 0 10px 0;
  outline: none;
  width: 100%;
  background: none;
  text-indent: 10px;
  margin: 10px 0 0 0;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  color: var(--form-text) !important;
}
.form-group input::placeholder{color: var(--form-text) !important;}
.form-group textarea::placeholder{color: var(--form-text) !important;}

.form-group textarea {
  min-height: 50px;
  resize: none;
}

.two-col {
  display: flex;
  gap: 10px;
}

.two-col .form-group {
  flex: 1;
}

@media(max-width:767px) {
  .career-con-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .career-form-inner .contact-form {
    width: 100%;
    padding: 15px;
  }

  .btn-group {
    justify-content: start;
    flex-wrap: wrap;
  }

  .two-col {
    flex-direction: column;
  }

  .two-col .form-group {
    flex: 0 0 100%;
    width: 100%;
  }

}

@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;
  }

}

@media (max-width: 480px) {
  .career {
    padding: 60px 0;
  }

  .career-form-inner .contact-form {
    margin: 20px auto 50px;
  }

  .career-form h4 {
    margin: 50px 0 0 0;
  }

  .career-form-inner {
    width: 100%;
  }

}

























