html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  background: #f7f7f7;
  letter-spacing: 0.4px;
}

h1, h2, h3, h4 {
  font-family: "Manrope", sans-serif;
}

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

ul, li, ol {
  list-style-type: none;
  padding-inline-start: 0;
}

b, strong {
  font-weight: 800;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1680px;
}

.text-black {
  color: #121212 !important;
}

.text-yellow {
  color: #f9d43f !important;
}

.text-orange {
  color: #d74901 !important;
}

.text-blue {
  color: #003665 !important;
}

.bg01 {
  background: #f7f7f7;
}

.bg02 {
  background-color: #ebf4ff !important;
}

.bg03 {
  background-color: #dfe7f3 !important;
}

.bg04 {
  background-color: #c3cfe1 !important;
}

.bgBlue {
  background: rgb(4, 20, 41) !important;
}

.smu {
  background: #f7eeea !important;
}

.br01 {
  border-radius: 8px;
}

.br02 {
  border-radius: 8px 0 0 0;
}

.br03 {
  border-radius: 0 8px 0 0;
}

.br04 {
  border-radius: 0 0 0 8px;
}

.br05 {
  border-radius: 0 0 8px 0;
}

.fixed-top {
  position: fixed;
  left: auto;
  right: 50px;
  top: 40px;
}

.trigger_popup {
  transform: rotate(270deg);
  position: fixed;
  top: 55%;
  right: -112px;
  z-index: 999;
  cursor: pointer;
  background-color: #ecbf4a;
  border-color: #ecbf4a;
  border-radius: 16px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  color: #121212;
  border: 0;
}

/*================================================ Preloader CSS Start =================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.2s;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  transition: 0.6s;
}

.preloader .box {
  width: 100%;
  height: 100%;
  animation: animate 0.5s linear infinite;
}

.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}

.preloader::after, .preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ecf3fb;
  transition: 0.6s;
}

.preloader .box img {
  width: 220px;
}

.preloader .box span.preloaderLogoText {
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
  align-self: center;
  margin-left: 16px;
  text-align: start;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

/*================================================ Preloader CSS End =================================================*/
/*================================================ Marquee CSS Start =================================================*/
.tickerBlock {
  position: absolute;
  right: 50px;
  bottom: 40px;
  width: 100%;
  max-width: 780px;
  z-index: 9;
  background: rgba(232, 239, 226, 0.9019607843);
  padding: 12px 20px 12px 160px;
  border-radius: 16px 4px 16px 4px;
}

span.marqueeTag {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background: #c52321;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 14px 8px 24px;
  border-radius: 16px 4px 16px 4px;
  font-weight: 800;
}

span.marqueeTag:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  outline: 1px solid #fff;
  outline-offset: 2px;
}

.tickerBlock marquee p a, .tickerBlock marquee p {
  color: #093525;
  display: inline-block;
}

.tickerBlock marquee {
  position: relative;
  top: 3px;
}

.tickerBlock marquee p {
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
}

.tickerBlock marquee span.separator svg {
  width: 18px;
  margin: 0 32px;
  fill: #c52321;
}

/*================================================ Marquee CSS End =================================================*/
/*================================================ Sidebar Menu CSS Start =================================================*/
body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(2, 39, 0, 0.3);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 9999;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    opacity: 0;
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    width: 100%;
    max-width: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.3s ease-in-out;
    background: #022700;
    padding: 16px 12px;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }
  .mobile-offcanvas::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
  }
  .mobile-offcanvas::-webkit-scrollbar-track {
    border-radius: 20px;
  }
  .mobile-offcanvas::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
/*================================================ Sidebar Menu CSS end =================================================*/
/*================================================ Main Header CSS Start =================================================*/
header.main-header nav.navbar.fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
}

header.main-header nav.navbar a.navbar-brand.navbar-brand-nofixed {
  transition: 0.4s ease-in-out;
}

header.main-header nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0px 50px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-200%);
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: 1s ease-in-out;
}

header.main-header nav.navbar.fixed-top {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

header.main-header nav.navbar a.navbar-brand img {
  width: 110px;
}

header.main-header nav.navbar.fixed-top a.navbar-brand img {
  display: none;
}

header.main-header nav.navbar.fixed-top a.navbar-brand .navbarBrandLogoText {
  display: block;
}

.navbarBrandLogoText {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  color: #003665;
  letter-spacing: 0.5px;
  align-self: center;
  padding-left: 50px;
  display: none;
}

header.main-header nav.navbar.fixed-top a.navbar-brand .navbarBrandLogoText img {
  display: block;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

header.main-header ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #222 !important;
  padding: 24px 0 24px 32px !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #121212 !important;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link.nav-link2 {
  padding: 16px 25px !important;
  background: transparent;
  margin: 9px 0 9px 16px;
  color: #fff !important;
  text-shadow: none;
  border-radius: 50px;
  font-size: 20px;
  border: 1px solid #fff;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
  display: inline-block;
  border-radius: 50%;
  padding: 12px !important;
  width: 110px;
  height: 110px;
  text-align: center;
  text-shadow: none;
  transition: 0.4s ease-in-out;
  position: relative;
  text-transform: capitalize;
  border: 3px solid #eafcdd;
}

.nav-item-menu-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  width: 58px;
  fill: #121212;
  transition: 0.4s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link span {
  position: relative;
  top: -6px;
  line-height: normal;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #121212;
}

/* ================================= Main Header CSS End ================================*/
/* ================================= Main Slider Start ================================*/
.slider-main {
  position: sticky;
  top: 0;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}

.slider-main:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #041429;
  opacity: 0.7;
}

/*.slider-main:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 60%;
  border-radius: 30px 4px;
  background: linear-gradient(0deg, rgba(9, 53, 37, 0.8), transparent);
}*/
.slider-main video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100dvh;
  width: 100%;
  border-radius: 30px 4px;
}

img.main-slider-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100dvh;
}

.sliderLogo {
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: calc(100% - 100px);
  display: flex;
}

.sliderLogo a.navbar-brand2 img {
  width: 200px;
}

a.icon2026Logo img {
  width: 150px;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
}

.sliderContent {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: calc(100% - 100px);
}

.sliderContent h1 {
  font-size: 68px;
  line-height: 74px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 2px 2px 80px rgba(0, 0, 0, 0.7411764706);
}

p.bannerText {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 16px;
  padding-left: 200px;
}

.sliderContentType p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffd244;
}

.sliderContentType p small {
  font-size: 65%;
  line-height: 18px;
  font-weight: 200;
  margin-bottom: 6px;
  color: #fff;
}

/* ================================= Main Slider End ================================*/
h2.mainTitle {
  font-size: 42px;
  line-height: 48px;
  font-weight: 800;
  color: #121212;
  margin-bottom: 25px;
  word-spacing: 8px;
}

h3.mainTitleh3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  color: #121212;
  margin-bottom: 25px;
  word-spacing: 5px;
}

h3.mainTitleh03 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  color: #121212;
  margin-bottom: 25px;
  word-spacing: 5px;
  background: #073364;
  padding: 30px 20px 0;
}

.mainBtn a, .mainBtn button {
  position: relative;
  background: #ffffff;
  display: inline-block;
  padding: 16px 64px 16px 20px;
  color: #121212;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7803921569);
  letter-spacing: -0.2px;
  transition: 0.4s ease-in-out;
}

.mainBtn a small, .mainBtn button small {
  font-size: 58%;
  line-height: 16px;
  font-weight: 600;
}

.mainBtn a span.arrowSvg, .mainBtn button span.arrowSvg {
  border-radius: 50px;
  background: #d74901;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.4s ease-in-out;
}

.mainBtn a span.arrowSvg svg, .mainBtn button span.arrowSvg svg {
  width: 28px;
  fill: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mainBtn a.mainBlackBtn span.arrowSvg svg, .mainBtn button.mainBlackBtn span.arrowSvg svg {
  fill: #121212;
}

.mainBtn a:hover span.arrowSvg, .mainBtn button:hover span.arrowSvg {
  transform: translate(0, -50%) rotate(-45deg);
}

.swiper.gallerySwiper .swiper-button-next:hover, .swiper.gallerySwiper .swiper-button-prev:hover, .swiper.testimonialSwiper .swiper-button-next:hover, .swiper.testimonialSwiper .swiper-button-prev:hover, .swiper.resultSwiper .swiper-button-next:hover, .swiper.resultSwiper .swiper-button-prev:hover {
  transform: rotate(-45deg);
}

.fw-bold {
  font-weight: 800 !important;
}

.MainBannerVideoTitle {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.MainBannerVideoTitle h1 {
  font-size: 110px;
  line-height: 110px;
  font-weight: 700;
  color: #ffd244;
  margin-bottom: 0;
  text-shadow: 1px 1px 80px #000000;
}

section {
  padding: 100px 0;
}

p.mainText, ul.mainUl li {
  position: relative;
  font-size: 22px;
  line-height: 34px;
  color: #121212;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
}

ul.mainUl li {
  padding-left: 30px;
}

ul.mainUl li svg {
  width: 20px;
  fill: #121212;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 8px;
}

.qrCode img, .qrCode {
  width: 200px;
}

span.noteHead {
  background: #d94d03;
  padding: 4px 8px;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 12px;
}

.importantNote p.mainText {
  font-size: 20px;
  line-height: 30px;
  margin-top: 16px;
}

/* ======================== Conference Track Section Start ================================*/
.trackSection:before, .famousPlaceSection:before, .teamMainBlock:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(64px at 100% 0, #E4E4ED 6.25%, #121212 6.3% 18.75%, #E4E4ED 18.8% 31.25%, #121212 31.3% 43.75%, #E4E4ED 43.8% 56.25%, #121212 56.3% 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(64px at 0 0, #E4E4ED 6.25%, #121212 6.3% 18.75%, #E4E4ED 18.8% 31.25%, #121212 31.3% 43.75%, #E4E4ED 43.8% 56.25%, #121212 56.3% 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(64px at 0 100%, #E4E4ED 6.25%, #121212 6.3% 18.75%, #E4E4ED 18.8% 31.25%, #121212 31.3% 43.75%, #E4E4ED 43.8% 56.25%, #121212 56.3% 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(64px at 100% 100%, #E4E4ED 6.25%, #121212 6.3% 18.75%, #E4E4ED 18.8% 31.25%, #121212 31.3% 43.75%, #E4E4ED 43.8% 56.25%, #121212 56.3% 68.75%, rgba(0, 0, 0, 0) 0) #E4E4ED;
  background-size: 64px 64px;
  background-color: #E4E4ED;
  opacity: 0.01;
}

.wrapperSticky {
  position: sticky;
  top: 200px;
}

.conferenceTrackImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.trackAccordion button.accordion-button {
  font-size: 22px;
  line-height: 28px;
  background: #dfe7f3;
  color: #003665;
  padding: 16px 16px 16px 110px;
  font-weight: 700;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}

.trackAccordion .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.trackAccordion button.accordion-button.collapsed, .trackAccordion button.accordion-button.collapsed span {
  filter: opacity(0.8);
}

.trackAccordion button.accordion-button.collapsed:hover, .trackAccordion button.accordion-button.collapsed:hover span {
  filter: opacity(1);
}

.trackAccordion button.accordion-button span {
  position: absolute;
  left: 8px;
  top: 13px;
  background: #003665;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 14px;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}

.trackAccordion .accordion-item {
  margin-bottom: 20px;
}

.trackAccordion .accordion-body {
  padding: 20px 30px;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

/* ======================== Conference Track Section Start ================================*/
/* ======================== Collaboration & Knowledge Partners Start ================================*/
.partnerBox {
  height: 100%;
  min-height: 285px;
}

section.partnerSection:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(64px at 100% 0, #E4E4ED 6.25%, #121212 6.3% 18.75%, #E4E4ED 18.8% 31.25%, #121212 31.3% 43.75%, #E4E4ED 43.8% 56.25%, #121212 56.3% 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(64px at 0 0, #E4E4ED 6.25%, #121212 6.3% 18.75%, #E4E4ED 18.8% 31.25%, #121212 31.3% 43.75%, #E4E4ED 43.8% 56.25%, #121212 56.3% 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(64px at 0 100%, #E4E4ED 6.25%, #121212 6.3% 18.75%, #E4E4ED 18.8% 31.25%, #121212 31.3% 43.75%, #E4E4ED 43.8% 56.25%, #121212 56.3% 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(64px at 100% 100%, #E4E4ED 6.25%, #121212 6.3% 18.75%, #E4E4ED 18.8% 31.25%, #121212 31.3% 43.75%, #E4E4ED 43.8% 56.25%, #121212 56.3% 68.75%, rgba(0, 0, 0, 0) 0) #E4E4ED;
  background-size: 64px 64px;
  background-color: #E4E4ED;
  opacity: 0.005;
}

ul.partnerUl li {
  flex: 0 0 auto;
  width: 16.66%;
  padding: 8px;
}

ul.partnerUl.partnerUl2 li {
  width: 33.33%;
}

.partnerBox img {
  *width: 140px;
}

.partnerBox p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
  color: #121212;
}

.partnerBox p small {
  font-size: 80%;
}

/* ======================== Collaboration & Knowledge Partners End ================================*/
/* ======================== About Section Start ================================*/
.aboutSection, .trackSection, .teamSection, .registrationSection {
  padding: 120px 0 100px;
}

span.icon2026Img {
  position: absolute;
  right: 300px;
  top: -40px;
  filter: opacity(0.06) grayscale(1);
}

span.icon2026Img img {
  width: 480px;
}

.aboutBlock ul.nav.nav-tabs {
  display: inline-block;
  flex: 0 0 auto;
  width: 30%;
}

.aboutBlock .tab-content {
  flex: 0 0 auto;
  width: 70%;
  padding-left: 50px;
  padding-right: 50px;
}

.aboutBlock button.nav-link {
  position: relative;
  background: #fff;
  border: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #121212;
  padding: 0;
  border: 1px solid rgba(18, 18, 18, 0.1);
  padding: 10px 20px;
  border-radius: 100px;
  margin: 8px 12px 8px 0;
  opacity: 0.8;
  text-align: start;
  transition: 0.2s ease-in-out;
}

.aboutBlock button.nav-link.active {
  color: #121212;
  border-color: #f9d43f;
  font-weight: 600;
  background: #f9d43f;
  opacity: 1;
}

.aboutBlock button.nav-link.active:hover {
  color: #121212;
  border-color: #f9d43f;
  font-weight: 600;
  background: #f9d43f;
  opacity: 1;
}

.aboutBlock button.nav-link:hover {
  background: #f7f7f7;
  border: 1px solid rgba(18, 18, 18, 0.16);
  opacity: 1;
}

/* ======================== About Section Start ================================*/
/* ======================== Famous Places Section Start ================================*/
.wrapperSticky3 {
  top: 160px;
}

.famousPlaceImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.famousPlaceImg h3 {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5411764706);
  padding: 10px 12px;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

/* ======================== Famous Places Section End ================================*/
/* ======================== Organizing Committee Section Start ================================*/
.wrapperSticky2 {
  position: sticky;
  top: 120px;
}

.teamMainBlock {
  position: sticky;
  top: 200px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  border-bottom: 10px solid #dba182;
}

.teamMainBlock .col-xl-3 {
  width: 20%;
}

.teamContentBox {
  padding: 16px 8px 12px;
}

.teamContentBox h3 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 800;
  color: #121212;
  margin-bottom: 0;
  text-transform: uppercase;
}

.teamContentBox h3 small {
  font-size: 80%;
  line-height: 24px;
  text-transform: none;
  font-weight: 500;
  margin-top: 8px;
  color: #333;
}

.teamContentBox h3 small {
  font-size: 75%;
  line-height: 22px;
  text-transform: none;
  font-weight: 500;
  margin-top: 8px;
  color: #222;
}

.teamBox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}

/* ======================== Organizing Committee Section End ================================*/
/* ======================== Schedule Section Start ================================*/
.scheduleBlock {
  padding: 30px;
}

.schedule01 {
  border-bottom: 10px solid #92afcf;
}

.schedule02 {
  border-bottom: 10px solid #dba182;
}

.schedule03 {
  border-bottom: 10px solid #92afcf;
}

.scheduleBox .scheduleTime {
  width: 30%;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.scheduleBox .scheduleDetail {
  width: 70%;
  flex: 0 0 auto;
  align-self: center;
}

.scheduleBox .scheduleDetail p {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
  font-weight: 400;
  margin-bottom: 0;
}

.scheduleBox {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 12px;
  margin-top: 12px;
}

.scheduleBlock h3 small {
  font-weight: 400;
  font-size: 65%;
  line-height: 28px;
}

.scheduleBlock h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  color: #121212;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7803921569);
  padding: 10px 12px;
}

.scheduleBlock h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 500;
}

/* ======================== Schedule Section End ================================*/
/* ======================== Table Start ================================*/
.mainTable thead tr th, .mainTable tbody tr td {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 10px 14px;
  color: #121212;
  vertical-align: middle;
}

.mainTable thead tr th {
  font-weight: 600;
  background: #073364;
  color: #fff;
}

/* ======================== Table End ================================*/
/* ================================= Contact Section Start ================================*/
.wrapperMainPageForm {
  padding: 30px 25px 25px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  border-radius: 30px 4px 30px 4px;
}

.wrapperMainPageForm h2.mainTitle {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3803921569) !important;
}

::placeholder {
  color: rgba(0, 0, 0, 0.3803921569) !important;
}

label.mainLabel {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 4px;
}

.mainForm .wrapper-control input, .mainForm .wrapper-control select, .mainForm .wrapper-control textarea {
  padding: 8px 16px;
  height: 52px;
  background-color: #fff;
  border: 0;
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  color: #121212;
  border-radius: 6px;
}

.mainForm .wrapper-control textarea {
  height: 100px;
}

.mainForm .wrapper-control select option {
  font-weight: 600;
}

.mainForm button.btn {
  background: #ecbf4a;
  border-color: #ecbf4a;
}

/* ================================= Contact Section End ================================*/
/*----------------------------- Help Desk Section Start ------------------------------*/
.helpDeskBlock {
  padding: 25px 16px;
}

.helpDeskBlock a {
  position: relative;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #222;
  width: 100%;
  padding-left: 24px;
  letter-spacing: 0;
  transition: 0.4s ease-in-out;
}

.helpDeskBlock a:hover {
  color: #000;
}

.helpDeskBlock svg {
  width: 18px;
  fill: #d94d03;
  position: absolute;
  left: 0;
  top: 7px;
}

.helpDeskBlock h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}

.helpDeskBlock h3 small {
  color: rgba(0, 0, 0, 0.8117647059);
  font-weight: 500;
  font-size: 78%;
  line-height: 24px;
  margin-top: 4px;
}

.helpDeskBlock h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  color: #121212;
  letter-spacing: 0;
  margin-bottom: 8px;
}

/*----------------------------- Help Desk Section Start ------------------------------*/
/*-----------------------------Main Footer Start ------------------------------*/
.googleMap iframe {
  height: 640px;
  position: relative;
  margin-bottom: -7px;
}

.contactBlockInfo {
  position: absolute;
  right: 220px;
  top: 0;
  background: rgb(4, 20, 41);
  padding: 80px 35px 30px;
  width: 460px;
  height: 100%;
}

h3.contactHead {
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.contactBlockContent {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.contactSvg {
  background: rgba(255, 255, 255, 0.11);
  padding: 8px;
  border-radius: 50%;
  position: relative;
  width: 42px;
  height: 42px;
  display: block;
}

.contactSvg svg {
  width: 20px;
  fill: rgb(255, 255, 255);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contactBox {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding-left: 16px;
}

.contactBox a {
  color: #f7f7f7;
  transition: 0.4s ease-in-out;
}

.contactBox a:hover {
  color: #fff;
}

.contactBox span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 2px;
}

footer {
  background: rgb(4, 20, 41);
}

.main-copyrights {
  padding: 20px 0;
}

.main-copyrights p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 200;
  color: #ffffff;
}

.main-copyrights p a {
  color: #ddd;
  transition: 0.4s ease-in-out;
  font-weight: 400;
}

.main-copyrights p a:hover {
  color: #fff;
}

/*-----------------------------Main Footer End ------------------------------*/
/*-----------------------------Admission Enquiry Start ------------------------------*/
.admission-enquiry-modal {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  backdrop-filter: blur(6px);
}

.admission-enquiry-modal .modal-dialog {
  max-width: 480px;
}

.admission-enquiry-modal .modal-content {
  border-radius: 30px 4px 30px 4px;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.admission-enquiry-modal .modal-header {
  background: #0e3524;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 18px 18px 16px;
}

.admission-enquiry-modal h5 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.admission-enquiry-modal .modal-body {
  padding: 12px;
  background: #e9efe1;
  border-radius: 0 0 4px 4px;
}

.admission-enquiry-modal .modal-header button.btn-close {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 32px;
  height: 32px;
  z-index: 9;
  color: #ffffff;
  opacity: 1;
  background: #c6281e;
  font-size: 28px;
  border-radius: 50%;
  margin: 0;
  transition: 0.4s ease-in-out;
}

.admission-enquiry-modal .modal-header button.btn-close svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  fill: #fff;
}

/*-----------------------------Admission Enquiry End ------------------------------*/
.mobileJoinBtn button {
  position: relative;
  cursor: pointer;
  background-color: #ecbf4a;
  border-color: #ecbf4a;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 800;
  color: #121212;
  border: 0;
}

@media only screen and (max-width: 767px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
  .main-copyrights p {
    font-size: 12px;
  }
  .contactBlockInfo {
    position: relative;
    right: auto;
    top: auto;
    padding: 50px 16px 20px;
    width: 100%;
    height: auto;
  }
  span.icon2026Img {
    right: 0;
    top: 0;
  }
  span.icon2026Img img {
    width: 360px;
  }
  h3.contactHead {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .contactBox {
    font-size: 18px;
    line-height: 24px;
  }
  .contactSvg {
    padding: 5px;
    width: 38px;
    height: 38px;
  }
  .contactSvg svg {
    width: 16px;
  }
  .contactBlockContent {
    padding: 16px 0;
  }
  .preloader .box img {
    width: 180px;
  }
  .googleMap iframe {
    height: 400px;
  }
  section {
    padding: 50px 0;
  }
  h2.mainTitle {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    word-spacing: 6px;
  }
  ul.partnerUl li, ul.partnerUl.partnerUl2 li {
    width: 50%;
    padding: 4px;
  }
  .partnerBox img {
    width: 100%;
    max-width: 120px;
  }
  .partnerBox p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 16px;
  }
  .partnerBox {
    min-height: 190px;
  }
  .aboutSection, .trackSection, .teamSection, .registrationSection {
    padding: 70px 0 50px;
  }
  .importantNote p.mainText {
    font-size: 18px;
    line-height: 28px;
  }
  span.noteHead {
    padding: 4px 6px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  p.bannerText {
    font-size: 20px;
    line-height: 28px;
    padding-left: 0;
  }
  .sliderContent {
    bottom: 30px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .sliderContent h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .sliderLogo a.navbar-brand2 img {
    width: 160px;
  }
  .sliderLogo {
    top: 30px;
    width: calc(100% - 32px);
  }
  a.icon2026Logo img {
    width: 110px;
    padding: 8px;
  }
  .sliderContentType {
    margin-bottom: 25px;
  }
  .sliderContentType p {
    font-size: 20px;
    line-height: 24px;
  }
  .sliderContentType p small {
    margin-bottom: 3px;
  }
  .aboutBlock ul.nav.nav-tabs, .aboutBlock .tab-content {
    width: 100%;
  }
  .aboutBlock button.nav-link {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 14px;
    margin: 4px 8px 4px 0;
  }
  .aboutBlock .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
  .aboutBlock ul.nav.nav-tabs {
    display: flex;
  }
  h3.mainTitleh3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
    word-spacing: 3px;
  }
  p.mainText, ul.mainUl li {
    font-size: 20px;
    line-height: 30px;
    margin-top: 16px;
  }
  .mainBtn a span.arrowSvg svg, .mainBtn button span.arrowSvg svg {
    width: 24px;
  }
  .mainBtn a span.arrowSvg, .mainBtn button span.arrowSvg {
    width: 38px;
    height: 38px;
    right: 6px;
  }
  .mainBtn a, .mainBtn button {
    padding: 12px 64px 12px 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .trackAccordion button.accordion-button {
    font-size: 19px;
    line-height: 25px;
    padding: 38px 12px 8px 12px;
  }
  .trackAccordion button.accordion-button span {
    left: 12px;
    top: 8px;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 12px;
  }
  .trackAccordion .accordion-body {
    padding: 16px 12px;
  }
  ul.mainUl li {
    padding-left: 25px;
  }
  ul.mainUl li svg {
    width: 18px;
    top: 6px;
  }
  .trackAccordion .accordion-item {
    margin-bottom: 8px;
  }
  .wrapperSticky2, .wrapperSticky, .wrapperSticky3 {
    position: relative;
    top: 0;
  }
  .teamMainBlock {
    position: relative;
    top: 0;
    display: block;
    gap: 0;
    border-bottom: 6px solid #dba182;
  }
  .teamMainBlock .col-xl-3 {
    width: 100%;
  }
  .teamBox img {
    height: 340px;
  }
  h3.mainTitleh03 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 16px;
    word-spacing: 3px;
    padding: 20px 12px 0;
  }
  .teamContentBox {
    padding: 12px 8px 10px;
  }
  .mainTable thead tr th, .mainTable tbody tr td {
    font-size: 17px;
    line-height: 22px;
    padding: 6px 8px;
  }
  .famousPlaceImg h3 {
    padding: 6px 3px;
    font-size: 16px;
    line-height: 20px;
  }
  .qrCode img, .qrCode {
    width: 180px;
  }
  .helpDeskBlock {
    padding: 16px 10px;
  }
  .helpDeskBlock h3 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .helpDeskBlock h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .helpDeskBlock a {
    font-size: 20px;
    line-height: 26px;
    padding-left: 20px;
  }
  .helpDeskBlock svg {
    width: 16px;
    top: 6px;
  }
  .scheduleBlock {
    padding: 12px;
    margin-bottom: 16px;
    height: auto !important;
  }
  .scheduleBlock h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
    padding: 8px 8px;
  }
  .scheduleBlock h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .scheduleBox .scheduleDetail p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
  }
  .scheduleBox .scheduleTime {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }
  .scheduleBox .scheduleTime br {
    display: none;
  }
  .scheduleBox .scheduleDetail {
    width: 100%;
  }
  .schedule01, .schedule02, .schedule03 {
    border-width: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .scheduleBlock h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
    padding: 8px 6px;
  }
  .scheduleBlock h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .scheduleBox .scheduleTime {
    width: 40%;
    font-size: 17px;
    line-height: 23px;
  }
  .scheduleBox .scheduleDetail {
    width: 60%;
  }
  .scheduleBox .scheduleDetail p {
    font-size: 17px;
    line-height: 23px;
  }
  .schedule01, .schedule02, .schedule03 {
    border-width: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scheduleBlock {
    padding: 20px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 720px;
  }
  .helpDeskBlock h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .main-copyrights {
    padding: 16px 0;
  }
  .sliderLogo a.navbar-brand2 img {
    width: 180px;
  }
  .sliderLogo {
    top: 30px;
    width: calc(100% - 40px);
  }
  .sliderContent {
    bottom: 30px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .preloader .box img {
    width: 200px;
  }
  a.icon2026Logo img {
    width: 120px;
    padding: 8px;
  }
  .sliderContent h1 {
    font-size: 54px;
    line-height: 60px;
  }
  p.bannerText {
    font-size: 20px;
    line-height: 28px;
    padding-left: 155px;
  }
  section {
    padding: 60px 0;
  }
  .sliderContentType p {
    font-size: 20px;
    line-height: 24px;
  }
  .sliderContentType {
    padding: 12px 0;
  }
  .aboutSection, .trackSection, .teamSection, .registrationSection {
    padding: 80px 0 60px;
  }
  h2.mainTitle {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .aboutBlock button.nav-link {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
    margin: 6px 10px 6px 0;
  }
  .aboutBlock ul.nav.nav-tabs {
    width: 40%;
  }
  .aboutBlock .tab-content {
    width: 60%;
    padding-left: 20px;
    padding-right: 0;
  }
  h3.mainTitleh3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  p.mainText, ul.mainUl li {
    font-size: 20px;
    line-height: 32px;
    margin-top: 16px;
  }
  .mainBtn a, .mainBtn button {
    padding: 14px 60px 14px 18px;
    font-size: 17px;
    line-height: 22px;
  }
  .mainBtn a span.arrowSvg, .mainBtn button span.arrowSvg {
    width: 42px;
    height: 42px;
    right: 5px;
  }
  ul.partnerUl li {
    width: 33.33%;
    padding: 4px;
  }
  ul.partnerUl.partnerUl2 li {
    width: 50%;
  }
  .partnerBox {
    min-height: 260px;
  }
  .trackAccordion button.accordion-button {
    font-size: 21px;
    line-height: 26px;
    padding: 14px 14px 14px 100px;
  }
  .trackAccordion button.accordion-button span {
    top: 11px;
    font-size: 15px;
    line-height: 20px;
  }
  .trackAccordion .accordion-body {
    padding: 16px 20px;
  }
  .trackAccordion .accordion-item {
    margin-bottom: 12px;
  }
  .importantNote p.mainText {
    font-size: 19px;
    line-height: 28px;
  }
  ul.mainUl li svg {
    width: 18px;
    top: 7px;
  }
  ul.mainUl li {
    padding-left: 25px;
  }
  .wrapperSticky2, .teamMainBlock {
    top: 0;
    position: relative;
  }
  .teamMainBlock {
    border-bottom: 8px solid #dba182;
  }
  h3.mainTitleh03 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    padding: 25px 16px 0;
  }
  .teamMainBlock .col-xl-3 {
    width: 33.33%;
  }
  .teamBox img {
    height: 240px;
  }
  .teamContentBox h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .teamContentBox {
    padding: 12px 6px 10px;
  }
  .mainTable thead tr th, .mainTable tbody tr td {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 12px;
  }
  .famousPlaceImg h3 {
    padding: 8px 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .qrCode img, .qrCode {
    width: 180px;
  }
  .helpDeskBlock h4 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 6px;
  }
  .helpDeskBlock a {
    font-size: 21px;
    line-height: 26px;
    padding-left: 22px;
  }
  .helpDeskBlock svg {
    width: 17px;
    top: 6px;
  }
  .helpDeskBlock {
    padding: 20px 16px;
  }
  h3.contactHead {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .contactBox {
    font-size: 19px;
    line-height: 26px;
  }
  .contactBlockInfo {
    right: 20px;
    padding: 60px 25px 20px;
    width: 360px;
  }
  .googleMap iframe {
    height: 580px;
  }
  span.icon2026Img img {
    width: 340px;
  }
  span.icon2026Img {
    right: 40px;
    top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scheduleBlock {
    padding: 16px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 920px;
  }
  .sliderLogo a.navbar-brand2 img {
    width: 180px;
  }
  .preloader .box img {
    width: 200px;
  }
  a.icon2026Logo img {
    width: 120px;
    padding: 6px;
  }
  .sliderContent h1 {
    font-size: 58px;
    line-height: 66px;
  }
  p.bannerText {
    padding-left: 150px;
  }
  header.main-header nav.navbar {
    padding: 0px 35px;
  }
  .navbarBrandLogoText {
    font-size: 22px;
    line-height: 26px;
    padding-left: 45px;
  }
  header.main-header nav.navbar.fixed-top a.navbar-brand .navbarBrandLogoText img {
    width: 34px;
  }
  header.main-header ul.navbar-nav li.nav-item a.nav-link {
    padding: 18px 0 18px 20px !important;
    font-size: 17px;
    line-height: 23px;
  }
  .sliderContentType p {
    font-size: 20px;
    line-height: 24px;
  }
  section {
    padding: 70px 0;
  }
  h3.contactHead {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .contactBlockInfo {
    right: 60px;
    padding: 70px 25px 25px;
    width: 380px;
  }
  h2.mainTitle {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .helpDeskBlock {
    padding: 16px 12px;
  }
  .helpDeskBlock h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .helpDeskBlock h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .helpDeskBlock a {
    font-size: 20px;
    line-height: 26px;
  }
  .helpDeskBlock svg {
    width: 17px;
    top: 6px;
  }
  .aboutSection, .trackSection, .teamSection, .registrationSection {
    padding: 90px 0 70px;
  }
  .qrCode img, .qrCode {
    width: 180px;
  }
  .importantNote p.mainText {
    font-size: 19px;
    line-height: 28px;
    margin-top: 12px;
  }
  .mainTable thead tr th, .mainTable tbody tr td {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 10px;
  }
  p.mainText, ul.mainUl li {
    font-size: 21px;
    line-height: 32px;
    margin-top: 18px;
  }
  .famousPlaceImg h3 {
    padding: 8px 6px;
    font-size: 18px;
    line-height: 24px;
  }
  .wrapperSticky3 {
    top: 100px;
  }
  .wrapperSticky2 {
    top: 90px;
  }
  .teamMainBlock {
    top: 150px;
    border-bottom: 8px solid #dba182;
  }
  h3.mainTitleh03 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    padding: 25px 16px 0;
  }
  .teamBox img {
    height: 200px;
  }
  .teamContentBox h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .teamContentBox {
    padding: 12px 6px 8px;
  }
  .teamContentBox h3 small {
    font-size: 78%;
    line-height: 18px;
    margin-top: 6px;
  }
  .aboutBlock .tab-content {
    width: 65%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .aboutBlock ul.nav.nav-tabs {
    width: 35%;
  }
  .aboutBlock button.nav-link {
    font-size: 17px;
    line-height: 23px;
    padding: 8px 16px;
    margin: 7px 10px 7px 0;
  }
  h3.mainTitleh3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .partnerBox {
    min-height: 260px;
  }
  .trackAccordion button.accordion-button {
    font-size: 21px;
    line-height: 26px;
    padding: 14px 14px 14px 90px;
  }
  .trackAccordion button.accordion-button span {
    top: 11px;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 12px;
  }
  span.icon2026Img {
    right: 60px;
    top: 30px;
  }
  span.icon2026Img img {
    width: 380px;
  }
  .googleMap iframe {
    height: 620px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
  }
  .sliderLogo a.navbar-brand2 img {
    width: 160px;
  }
  .sliderLogo {
    top: 30px;
    width: calc(100% - 60px);
  }
  .preloader .box img {
    width: 180px;
  }
  .sliderContent {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }
  .sliderContentType p {
    font-size: 20px;
    line-height: 24px;
  }
  .sliderContentTypeBlock {
    padding: 0 12px;
  }
  a.icon2026Logo img {
    width: 120px;
    padding: 6px;
  }
  .sliderContent h1 {
    font-size: 50px;
    line-height: 60px;
  }
  p.bannerText {
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
    padding-left: 150px;
  }
  header.main-header nav.navbar {
    padding: 0px 20px;
  }
  .mainBtn a, .mainBtn button {
    padding: 14px 60px 14px 20px;
    font-size: 17px;
    line-height: 23px;
  }
  .mainBtn a span.arrowSvg, .mainBtn button span.arrowSvg {
    width: 40px;
    height: 40px;
    right: 6px;
  }
  .mainBtn a span.arrowSvg svg, .mainBtn button span.arrowSvg svg {
    width: 24px;
  }
  header.main-header ul.navbar-nav li.nav-item a.nav-link {
    padding: 18px 0 18px 24px !important;
    font-size: 16px;
    line-height: 24px;
  }
  .navbarBrandLogoText {
    font-size: 20px;
    line-height: 24px;
    padding-left: 45px;
  }
  header.main-header nav.navbar.fixed-top a.navbar-brand .navbarBrandLogoText img {
    width: 35px;
  }
  .aboutSection, .trackSection, .teamSection, .registrationSection {
    padding: 90px 0 70px;
  }
  section {
    padding: 70px 0;
  }
  h2.mainTitle {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .aboutBlock button.nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 16px;
    margin: 6px 8px 6px 0;
  }
  p.mainText, ul.mainUl li {
    font-size: 20px;
    line-height: 32px;
    margin-top: 16px;
  }
  h3.mainTitleh3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  span.icon2026Img {
    right: 160px;
    top: -20px;
  }
  span.icon2026Img img {
    width: 340px;
  }
  ul.partnerUl li {
    padding: 4px;
  }
  .partnerBox p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 16px;
  }
  .partnerBox {
    min-height: 250px;
  }
  .trackAccordion button.accordion-button {
    font-size: 20px;
    line-height: 26px;
    padding: 14px 16px 14px 95px;
  }
  .trackAccordion button.accordion-button span {
    top: 11px;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 12px;
  }
  .trackAccordion .accordion-body {
    padding: 16px 25px;
  }
  .trackAccordion .accordion-body {
    padding: 16px 25px;
  }
  .importantNote p.mainText {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
  }
  span.noteHead {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .wrapperSticky2 {
    top: 80px;
  }
  .teamMainBlock {
    top: 130px;
    border-bottom: 8px solid #dba182;
  }
  h3.mainTitleh03 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 20px 20px 0;
  }
  .teamBox img {
    height: 260px;
  }
  .teamContentBox h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .teamContentBox h3 small {
    font-size: 78%;
    line-height: 18px;
    margin-top: 5px;
  }
  .mainTable thead tr th, .mainTable tbody tr td {
    font-size: 17px;
    line-height: 23px;
    padding: 8px 12px;
  }
  .famousPlaceImg h3 {
    padding: 8px 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .main-copyrights {
    padding: 16px 0;
  }
  h3.contactHead {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .contactBox {
    font-size: 18px;
    line-height: 24px;
    padding-left: 12px;
  }
  .contactBlockInfo {
    right: 180px;
    padding: 60px 30px 30px;
    width: 380px;
  }
  .contactBox span {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 1px;
  }
  .contactSvg {
    padding: 6px;
    width: 38px;
    height: 38px;
  }
  .contactSvg svg {
    width: 18px;
  }
  .googleMap iframe {
    height: 540px;
  }
  .qrCode img, .qrCode {
    width: 180px;
  }
  .wrapperSticky {
    top: 150px;
  }
  .wrapperSticky3 {
    top: 120px;
  }
  .helpDeskBlock {
    padding: 20px 12px;
  }
  .helpDeskBlock h3 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .helpDeskBlock h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .helpDeskBlock a {
    font-size: 20px;
    line-height: 26px;
    padding-left: 20px;
  }
  .helpDeskBlock svg {
    width: 16px;
  }
  .schedule01, .schedule02, .schedule03 {
    border-width: 7px;
  }
  .scheduleBlock {
    padding: 16px;
  }
  .scheduleBlock h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .scheduleBlock h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .scheduleBox .scheduleTime, .scheduleBox .scheduleDetail p {
    font-size: 17px;
    line-height: 23px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.49) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
  p.bannerText {
    padding-left: 165px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.99) {
  .scheduleBox .scheduleTime {
    width: 32%;
  }
  .scheduleBox .scheduleDetail {
    width: 68%;
  }
  .scheduleBox .scheduleTime, .scheduleBox .scheduleDetail p {
    font-size: 16px;
    line-height: 22px;
  }
  .scheduleBlock h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .scheduleBlock h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
  p.bannerText {
    font-size: 18px;
    line-height: 24px;
    padding-left: 140px;
  }
  header.main-header ul.navbar-nav li.nav-item a.nav-link {
    padding: 18px 0 18px 20px !important;
    font-size: 15px;
    line-height: 22px;
  }
  .sliderContent h1 {
    font-size: 48px;
    line-height: 58px;
  }
  a.icon2026Logo img {
    width: 110px;
  }
  .sliderLogo a.navbar-brand2 img {
    width: 150px;
  }
  .preloader .box img {
    width: 160px;
  }
  .sliderContentType p {
    font-size: 18px;
    line-height: 24px;
  }
  .aboutBlock .tab-content {
    width: 65%;
  }
  .aboutBlock ul.nav.nav-tabs {
    width: 35%;
  }
  span.icon2026Img {
    top: 0;
  }
  h2.mainTitle {
    font-size: 28px;
    line-height: 34px;
  }
  .partnerBox p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 14px;
  }
  .partnerBox {
    min-height: 235px;
  }
  .trackAccordion button.accordion-button {
    font-size: 18px;
  }
  p.mainText, ul.mainUl li {
    font-size: 19px;
  }
  .importantNote p.mainText {
    font-size: 17px;
    line-height: 25px;
  }
  .teamBox img {
    height: 220px;
  }
  .teamContentBox h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .teamContentBox {
    padding: 12px 6px 10px;
  }
  h3.mainTitleh03 {
    font-size: 22px;
    line-height: 28px;
  }
  .mainTable thead tr th, .mainTable tbody tr td {
    font-size: 16px;
    line-height: 22px;
  }
  .famousPlaceImg h3 {
    font-size: 17px;
    line-height: 23px;
  }
  h3.contactHead {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .contactBox {
    font-size: 16px;
    line-height: 22px;
  }
  .contactBlockContent {
    padding: 16px 0;
  }
  .googleMap iframe {
    height: 480px;
  }
  .qrCode img, .qrCode {
    width: 160px;
  }
  .helpDeskBlock h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .helpDeskBlock a {
    font-size: 18px;
    line-height: 24px;
  }
  .helpDeskBlock svg {
    width: 15px;
  }
  .helpDeskBlock h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=main.css.map */