@import url("https://db.onlinewebfonts.com/c/1d590b71cf0b9bf6aa02c6e9722062a7?family=FH+Total+Fine+-+Test+Bold");
@import url("https://db.onlinewebfonts.com/c/0ef2d2c2d6c86f765d4670f06d10aec9?family=FH+Total+Fine+-+Test");
@import url("https://db.onlinewebfonts.com/c/0f1b11d9ed414edd82e9164a723fed22?family=FH+Total+Fine+-+Test+Thin");
@import url("https://db.onlinewebfonts.com/c/ac7bfe04ff536610775065067271ad60?family=FH+Total+Fine+-+Test+Light");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
@font-face {
  font-family: "FHTotalFine Bold";
  src: url("../fonts/FHTotalFine-Test-Bold-BF6514dd59c2b71.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-lexend-deca: "Lexend Deca", sans-serif;
  --font-fh-total-fine-bold: "FHTotalFine Bold";
  --font-fh-total-fine-regular: "FH Total Fine - Test";
  --font-fh-total-fine-thin: "FH Total Fine - Test Thin";
  --font-fh-total-fine-light: "FH Total Fine - Test Light";
  --primary-bg: #181f2b;
}

.navigation-hp.menu-open {
  display: block;
}
.fancybox-container {
  z-index: 99999999999999999;
}
section.gallery-year-sectionee.active {
  height: 290px;
}

.gallery-year-sectionee {
  background: #231621 !important;
}
.gallery-year-sectionee .year-galleryee {
  background: transparent !important;
  top: -95px;
}
.gallery-year-titleee {
  color: #fff;
  background-color: #231621 !important;
  transition: 0.35s;
}
.gallery-year-titleee:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.swiper-button-next {
  /* right: -17px; */
  /* left: unset; */
  margin-right: -34px !important;
  color: #fff !important;
  margin-top: 36px !important;
  width: 18px;
  top: 0 !important;
}
.swiper-button-prev {
  margin-left: -34px !important;
  color: #fff !important;
  margin-top: 36px !important;
  width: 18px;
  top: 0 !important;
}
.gallery-year-sectionee .year-galleryee .gallery-swiperee {
  background-color: #231621;
  padding: 20px 0;
}
.gallery-year-sectionee.active .gallery-year-titleee {
  /* margin-bottom: 20px; */
  background-color: transparent !important;
}
header#header {
  background-color: var(--primary-bg);
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto;
}
.single.single-events header#header {
  background-color: #b79e8c;
}
.page-template-page-about header#header {
  background-color: #2b272d;
}
.page-template-page-organiser header#header {
  background-color: #212818;
}
.page-template-page-gallery header#header {
  background-color: #231621;
}
.navigation-hp {
  background-color: #070d08 !important;
}
.header-right-main-hp {
  float: unset;
}
header .header-in-hp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu-icon-hp {
  margin: 0;
  padding-bottom: 0px;
}
.menu-icon-main-hp {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
/* .header-right-main-hp.active .menu-icon-main-hp {
  background-color: #070d08;
  padding: 20px;
} */

.hero-section-main-hp {
  background-color: var(--primary-bg);
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}
.hero-section-main-hp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.hero-section-main-hp .hero-block-in-hp {
  height: auto;
  justify-content: end;
}
.hero-block-in-hp .hero-text-main-hp h2 {
  font-family: var(--font-fh-total-fine-thin);
  font-size: 50px;
  line-height: 1.3;
  color: #ffffff4d;
  margin: 0;
  padding: 0;
  text-align: end;
  position: relative;
  z-index: 99;
  padding-right: 20px;
}
.guideline .hero-block-in-hp .hero-text-main-hp h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.hero-block-in-hp .hero-text-main-hp h3 {
  font-size: 50px;
  font-family: var(--font-fh-total-fine-bold);
  line-height: 1.3;
  color: #ffffff4d;
  margin: 0;
  padding: 0;
  text-align: end;
  position: relative;
  z-index: 99;
  padding-right: 20px;
}
.guideline .hero-block-in-hp .hero-text-main-hp p {
  font-size: 20px;
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: start;
  position: relative;
  z-index: 99;
  padding-left: 20px;
}
.guideline .hero-block-in-hp .hero-text-main-hp ul {
  list-style: disc;
  padding-left: 40px;
}
.guideline .hero-block-in-hp .hero-text-main-hp .table {
  margin-left: 20px;
  width: calc(100% - 20px);
}
.guideline .hero-block-in-hp .hero-text-main-hp .table tbody {
  width: 100%;
}
.guideline .hero-block-in-hp .hero-text-main-hp ul li {
  list-style: disc;
  font-size: 20px;
  font-family: var(--font-lexend-deca);
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: start;
  position: relative;
  z-index: 99;
  font-weight: 300;
}
.single-hero-title:nth-child(even) {
  justify-content: flex-end;
}
.single-hero-title:nth-child(even) .hero-text-main-hp {
  justify-content: flex-start;
}
.single-hero-title:nth-child(even) .hero-text-main-hp h2 {
  text-align: start;
  padding-left: 20px;
}
.big-logo-wrap .hero-logo-in-hp {
  padding-left: 20px;
  padding-top: 200px;
}
.site-url {
  display: flex;
  justify-content: center;
  padding: 10px;
  z-index: 3;
  position: relative;
  margin-top: 50px;
}
.site-url a {
  padding: 10px;
  background-color: var(--primary-bg);
  font-family: var(--font-lexend-deca);
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.site-logo {
  /* background-color: var(--primary-bg); */
  display: flex;
  justify-content: center;
  z-index: 3;
  position: relative;
}

/* Conneection Section */
.company-about-section-main-ap {
  overflow: hidden;
}
.company-about-section-main-ap .company-about-info-main-ap {
  position: relative;
}
.company-about-section-main-ap .company-about-info-main-ap:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 0.5px;
  height: 500px;
  background-color: #fff;
  z-index: 1;
}
.company-about-section-main-ap .company-about-info-main-ap:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: 0.5px;
  height: 500px;
  background-color: #fff;
  z-index: 1;
}
.company-about-section-main-ap .company-about-info-main-ap h3 {
  font-size: 28px;
  font-family: var(--font-lexend-deca);
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

/* Section Title */
.section-title-main-hp {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2a2f38;
  position: relative;
  z-index: 1;
}
.section-title-main-hp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.section-title-in-hp h2 {
  font-size: 28px;
  font-family: var(--font-lexend-deca);
  line-height: 1.3;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 20px 0;
  background-color: #2a2f38;
  font-weight: 400;
}
.page-block-links-main-hp {
  display: none;
}

/* team sections */
.our-team-section-main-hp {
  background-color: var(--primary-bg);
  position: relative;
  padding: 50px 0;
}
.our-team-section-main-hp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 100%;
  background-color: #fff;
}
/* .our-team-block-main-hp{
    margin-top: 100px;
} */
.our-team-block-main-hp:nth-child(1) {
  margin-top: 0 !important;
}

.our-team-block-main-hp:nth-child(even) {
  margin-top: 100px;
}
.our-team-block-main-hp:nth-child(odd) {
  margin-top: -100px;
}
.our-team-block-main-hp:nth-child(3) {
  margin-top: -50px;
}
.our-team-block-main-hp .our-team-block-in-hp .our-team-img-hp img {
  border: 1px solid #fff;
  margin-bottom: 15px;
  height: 215px;
  object-fit: cover;
}
.our-team-block-main-hp .our-team-block-in-hp.sm-image .our-team-img-hp {
  display: flex;
  justify-content: end;
}
.our-team-block-main-hp .our-team-block-in-hp.sm-image .our-team-img-hp a {
  display: flex;
  justify-content: end;
}
.our-team-block-main-hp:nth-child(even)
  .our-team-block-in-hp.sm-image
  .our-team-img-hp {
  justify-content: start;
}
.our-team-block-main-hp:nth-child(even)
  .our-team-block-in-hp.sm-image
  .our-team-img-hp
  a {
  justify-content: start;
}
.our-team-block-main-hp .our-team-block-in-hp.sm-image .our-team-img-hp img {
  width: 50%;
}
.our-team-block-main-hp .our-team-block-in-hp .our-team-info-hp h2 {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-family: var(--font-lexend-deca);
  text-align: end;
  margin: 0;
  padding: 0;
}
.our-team-block-main-hp .our-team-block-in-hp .our-team-info-hp h2 a {
  color: #fff;
}
.our-team-block-main-hp .our-team-block-in-hp .our-team-info-hp h3 {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-family: var(--font-lexend-deca);
  text-align: end;
  padding-bottom: 10px;
}
.our-team-block-main-hp:nth-child(even)
  .our-team-block-in-hp
  .our-team-info-hp
  h2 {
  text-align: start;
}
.our-team-block-main-hp:nth-child(even)
  .our-team-block-in-hp
  .our-team-info-hp
  h3 {
  text-align: start;
}
.our-team-block-main-hp .our-team-block-in-hp .our-team-info-hp ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding-top: 0px;
}
.our-team-block-main-hp:nth-child(even)
  .our-team-block-in-hp
  .our-team-info-hp
  ul {
  justify-content: start;
}
.our-team-block-main-hp .our-team-block-in-hp .our-team-info-hp ul a {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.our-team-block-main-hp .our-team-block-in-hp .our-team-info-hp ul li a svg {
  height: 20px;
  width: 20px;
  fill: #000000;
}
.our-team-block-main-hp
  .our-team-block-in-hp
  .our-team-info-hp
  ul
  li
  a
  svg.facebook {
  height: 20px;
  width: 20px;
}
.our-team-block-main-hp
  .our-team-block-in-hp
  .our-team-info-hp
  ul
  li
  a
  svg.whatsapp {
  height: 17px;
  width: 17px;
}
.our-team-block-main-hp
  .our-team-block-in-hp
  .our-team-info-hp
  ul
  li
  a
  svg.twitter {
  height: 16px;
  width: 16px;
}
.our-team-block-main-hp
  .our-team-block-in-hp
  .our-team-info-hp
  ul
  li
  a
  svg.tiktok {
  height: 17px;
  width: 17px;
}
.our-team-block-main-hp
  .our-team-block-in-hp
  .our-team-info-hp
  ul
  li
  a
  svg.youtube {
  height: 17px;
  width: 17px;
}
.our-team-block-main-hp
  .our-team-block-in-hp
  .our-team-info-hp
  ul
  li
  a
  svg.linkedin {
  height: 15px;
  width: 15px;
}

/* Sponsor Section */
.sponsors-section {
  position: relative;
  background-color: var(--primary-bg);
  padding: 50px 0;
}
.sponsors-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.sponsors-section .sponsor-row:nth-child(even) {
  justify-content: end;
}
.sponsors-section .sponsor-row h5 {
  font-size: 12px;
  color: #ffffff4d;
  font-family: var(--font-lexend-deca);
  line-height: 1.3;
  letter-spacing: 3px;
  text-align: end;
  margin-bottom: 10px;
}
.sponsors-section .sponsor-row:nth-child(even) h5 {
  text-align: start;
}
.sponsors-section .sponsor-row ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
/* .sponsors-section .sponsor-row ul li{
  width: 100%;
} */
.sponsors-section .sponsor-row ul li img {
  max-width: 160px;
  width: 100%;
  max-height: fit-content;
}
.page-template-page-sponsorship .sponsors-section .sponsor-row ul li img {
  max-width: 186px;
}
.sponsors-section .sponsor-row:nth-child(even) ul {
  justify-content: start;
}

footer#footer {
  padding: 0;
}
footer .footer-menu-area {
  position: relative;
  padding: 100px 0 50px;
}
footer .footer-menu-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
footer .footer-menu-area .footer-menu-wra h5 {
  color: #fff;
  font-family: var(--font-lexend-deca);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: end;
  margin-bottom: 5px;
}
footer .footer-menu-area .single-footer:nth-child(even) .footer-menu-wra h5 {
  text-align: start;
}
footer .footer-menu-area .footer-menu-wra ul li {
  text-align: end;
}
footer .footer-menu-area .footer-menu-wra ul li a {
  color: #fff;
  font-family: var(--font-lexend-deca);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: end;
  text-transform: uppercase;
}
footer .footer-menu-area .footer-menu-wra .form-inner {
  margin-top: 10px;
}
footer .footer-menu-area .footer-menu-wra .form-inner input {
  margin-top: 10px;
  padding: 8px 10px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-family: var(--font-lexend-deca);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}
footer .footer-menu-area .single-footer:nth-child(even) .footer-menu-wra ul li {
  text-align: start;
}
footer
  .footer-menu-area
  .single-footer:nth-child(even)
  .footer-menu-wra
  ul
  li
  a {
  text-align: start;
}
footer .site-url {
  margin-top: 0px;
}
footer .site-url a {
  background-color: transparent !important;
  max-width: 220px;
  padding: 10px 0;
}
footer .site-url a img {
  max-width: 100%;
  height: auto;
}
footer .footer-btm-area {
  position: relative;
  padding: 30px 0 70px;
}
footer .footer-btm-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
footer .footer-btm-area .devloper-area {
  text-align: end;
  padding-top: 30px;
}
footer .footer-btm-area .devloper-area h6 {
  font-family: var(--font-lexend-deca);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: end;
  margin-bottom: 0px;
  color: #fff;
}
footer .footer-btm-area .copywright-text p {
  font-family: var(--font-lexend-deca);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: end;
  margin-bottom: 0px;
  color: #fff;
}
footer .footer-btm-area .footer-social {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
footer .footer-btm-area .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}
footer .footer-btm-area .footer-social li a svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}
footer .footer-btm-area .footer-social li a svg.twitter {
  height: 16px;
  width: 16px;
}
footer .footer-btm-area .footer-social li a svg.linkedin {
  height: 17px;
  width: 17px;
}
a.btn.btn-outline-primary {
  color: #000000 !important;
  background: #fff;
  border-color: #fff;
  margin: 20px 0;
}
.guideline .hero-block-in-hp .hero-text-main-hp h4 {
  font-family: var(--font-fh-total-fine-thin);
  font-size: 28px;
  line-height: 1.3;
  color: #ffffff;
  text-align: end;
  position: relative;
  z-index: 99;
}
.guideline .hero-block-in-hp .hero-text-main-hp .info {
  margin-bottom: 30px;
  padding-right: 20px;
}
.guideline .hero-block-in-hp .hero-text-main-hp .info h4 {
  margin-bottom: 3px;
}
.guideline .hero-block-in-hp .hero-text-main-hp .info .date {
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: end;
}
.guideline .hero-block-in-hp .hero-text-main-hp .info .time {
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: end;
}
.guideline .hero-block-in-hp .hero-text-main-hp .info .tag {
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: end;
  display: block;
}
.guideline .hero-block-in-hp .hero-text-main-hp .people-section {
  padding-left: 30px;
  margin-bottom: 20px;
}
.guideline .hero-block-in-hp .hero-text-main-hp .people-section h4 {
  text-align: start;
  margin-bottom: 10px;
}
.guideline .hero-block-in-hp .hero-text-main-hp ul.people-list {
  padding-left: 0;
}
.guideline .hero-block-in-hp .hero-text-main-hp ul.people-list li {
  text-align: start;
  font-size: 16px;
  list-style: none;
  margin-bottom: 5px;
}
.guideline .hero-block-in-hp .hero-text-main-hp ul.people-list li a {
  color: #fff;
}
.guideline .hero-block-in-hp .hero-text-main-hp ul.people-list li a:hover {
  text-decoration: none;
}
.sponsorship-package-card h3 {
  font-family: var(--font-lexend-deca);
  text-transform: uppercase;
  font-weight: 400;
}
.table tbody td {
  text-align: start;
  vertical-align: middle;
}
.guideline .hero-block-in-hp .hero-text-main-hp .fee-info {
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: end;
}
.guideline .hero-block-in-hp .hero-text-main-hp .email-info {
  font-family: var(--font-lexend-deca);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: end;
  padding-right: 20px;
}
.guideline .hero-block-in-hp .hero-text-main-hp .email-info a {
  color: #fff;
}
.single-hero-title:nth-child(even) .hero-text-main-hp h2 {
  padding-right: 0;
}
.company-about-block-main-ap {
  background-attachment: fixed !important;
}
.page-template-page-gallery footer#footer {
  background-image: unset !important;
  background-color: #070d08 !important;
}
.page-template-page-organiser footer#footer {
  background-image: unset !important;
  background-color: #070d08 !important;
}
.page-template-page-about footer#footer {
  background-image: unset !important;
  background-color: #070d08 !important;
}
.sponsorship-packages-list .sponsorship-package-item {
  border: 2px solid #555;
  border-radius: 10px;
}
.sponsorship-packages-list .sponsorship-package-item:nth-child(odd) {
  border-right: unset;
}
.sponsorship-packages-list .sponsorship-package-item:nth-child(even) {
  border-left: unset;
}
.sponsorship-packages-list .sponsorship-package-item .sponsorship-package-card {
  border: unset;
}
.sponsorship-cta-hp {
  margin: 80px 0px;
  padding: 0px;
  text-align: center;
  margin-top: 133px;
}
.contact-form select.form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.company-about-info-main-ap p {
  margin-bottom: 15px;
}
.section-title-main-hp .contant {
  background: #212818;
  color: #fff;
  margin-bottom: 100px;
}
.section-title-main-hp .contant p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  transform: unset !important;
  opacity: 1 !important;
}
.guideline .hero-block-in-hp .hero-text-main-hp .email-info p {
  text-align: end;
}
.listing .list-events .single-event .inside .event-ref {
  color: #fff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .guideline .hero-block-in-hp .hero-text-main-hp .table {
    margin-left: 0px;
    width: 100%;
  }
  .contact-form-wrapper {
    padding: 40px 0px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp p {
    padding-left: 0;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp ul {
    padding-left: 20px;
  }
  .guideline .single-hero-title:nth-child(even) {
    margin-bottom: 35px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp .info {
    padding-right: 0px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp .email-info {
    padding-right: 10px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp .people-section {
    padding-left: 0;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp .email-info {
    padding-right: 0px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp .info .date {
    font-size: 14px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp .info .time {
    font-size: 14px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp .info .tag {
    font-size: 14px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp ul.people-list li a {
    font-size: 14px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp .email-info a {
    font-size: 14px;
    word-break: break-all;
  }
  .section-title-in-hp h2 {
    font-size: 24px;
    padding: 10px 0;
  }
  .section-title-main-hp {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-block-in-hp .hero-text-main-hp h2 {
    font-size: 25px;
    line-height: 1.5;
    /* text-align: center; */
    margin-bottom: 20px;
    padding-right: 0;
  }
  .single-hero-title:nth-child(even) .hero-text-main-hp h2 {
    text-align: start;
    padding-right: 0;
    padding-left: 0;
  }
  .hero-block-in-hp .hero-text-main-hp h3 {
    text-align: center;
    font-size: 30px;
  }

  .big-logo-wrap .hero-logo-in-hp {
    padding-top: 50px;
    padding-left: 0;
  }
  .our-team-block-main-hp {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .our-team-block-main-hp .our-team-block-in-hp.sm-image .our-team-img-hp img {
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .sponsors-section .sponsor-row {
    margin-bottom: 55px;
  }
  .sponsors-section .sponsor-row:last-child {
    margin-bottom: 0px;
  }

  .sponsors-section .sponsor-row h5 {
    /* text-align: start; */
    margin-bottom: 20px;
  }
  .table td,
  .table th {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
  }
  .gallery-year-sectionee.active .gallery-year-titleee {
    transform: unset !important;
    left: 0;
    text-align: start;
  }
  footer#footer {
    background-attachment: scroll;
  }
  .company-about-block-main-ap {
    background-attachment: scroll !important;
  }
  .gallery-year-sectionee .year-galleryee {
    background: transparent !important;
    top: -55px;
  }
  .gallery-year-sectionee {
    /* border-bottom: 1px solid #555; */
    padding: 40px 0;
  }
  .year-galleryee .gallery-itemee {
    margin: 0;
  }
  section.gallery-year-sectionee.active {
    height: 260px;
  }
  .navigation-menu-hp {
    top: 0 !important;
    margin: 0 !important;
    padding: 5px;
  }
  .navigation-list-hp {
    padding-top: 90px;
  }
  .navigation-menu-hp h2 {
    font-size: 24px;
  }
  section.hero-section-main-hp.about-banner
    .hero-block-in-hp
    .hero-text-main-hp
    h4 {
    background-color: #2b272d;
    padding: 20px 0;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp h4 {
    font-size: 24px;
  }
  .page-template-page-sponsorship .first-section h3{
    text-align: start !important;
  }
  .page-template-page-sponsorship .first-section h3::after{
    left: 0 !important;
    transform: translateX(0%) !important;
    right: unset !important;
  }
  .package-price{
    text-align: start;
  }
  .package-benefits li{
    text-align: start;
  }
  .our-team-block-main-hp:nth-child(even){
    margin-top: 40px;
  }
  
.sponsorship-cta-hp {
    margin: 0;
}
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact-form-wrapper {
    padding: 40px 0px;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp .table {
    margin-left: 0px;
    width: 100%;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp p {
    padding-left: 0;
  }
  .guideline .hero-block-in-hp .hero-text-main-hp ul {
    padding-left: 20px;
  }
  .guideline .single-hero-title:nth-child(even) {
    margin-bottom: 35px;
  }
  /* .hero-section-main-hp::before {
    display: none;
  } */
  /* .our-team-section-main-hp::before {
    display: none;
  } */
  .hero-block-in-hp .hero-text-main-hp h2 {
    font-size: 35px;

    /* text-align: center; */
    margin-bottom: 25px;
    padding-right: 0;
  }
  .single-hero-title:nth-child(even) .hero-text-main-hp h2 {
    text-align: center;
    padding-left: 0;
  }
  .hero-block-in-hp .hero-text-main-hp h3 {
    text-align: center;
    font-size: 35px;
  }
  /* .hero-section-main-hp .hero-block-in-hp {
    justify-content: center;
  } */
  .big-logo-wrap .hero-logo-in-hp {
    padding-top: 50px;
    padding-left: 0;
  }
  .our-team-block-main-hp {
    margin-bottom: 10px;
  }
  /* .our-team-block-main-hp:nth-child(even) {
    margin-top: 0px;
  }
  .our-team-block-main-hp:nth-child(3) {
    margin-top: 0px;
  } */
  .our-team-block-main-hp .our-team-block-in-hp.sm-image .our-team-img-hp img {
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  /* .our-team-block-main-hp .our-team-block-in-hp .our-team-info-hp h2 {
    text-align: start;
  }
  .our-team-block-main-hp .our-team-block-in-hp .our-team-info-hp h3 {
    text-align: start;
  }
  .our-team-block-main-hp .our-team-block-in-hp .our-team-info-hp ul {
    justify-content: start;
  } */

  /* .sponsors-section::after {
    display: none;
  } */
  .sponsors-section .sponsor-row {
    margin-bottom: 55px;
  }
  .sponsors-section .sponsor-row:last-child {
    margin-bottom: 0px;
  }
  /* .sponsors-section .sponsor-row:nth-child(even) {
    justify-content: start;
  } */
  .sponsors-section .sponsor-row h5 {
    /* text-align: start; */
    margin-bottom: 20px;
  }
  /* .sponsors-section .sponsor-row:nth-child(even) h5 {
    text-align: start;
  } */
  /* .sponsors-section .sponsor-row ul {
    justify-content: start;
  } */
  .sponsors-section .sponsor-row ul li img {
    max-width: 320px;
    width: 100%;
  }

  /* footer .footer-menu-area::after{
    display: none;
  }
  footer .footer-menu-area .footer-menu-wra ul li{
    text-align: start;
  }
  footer .footer-menu-area .footer-menu-wra h5{
    text-align: start;
  }
  footer .footer-menu-area .single-footer{
    margin-bottom: 30px;
  } */
  /* footer .site-url{
    justify-content: start;
  }
  footer .footer-btm-area::after{
    display: none;
  }
  footer .footer-btm-area .site-logo{
    justify-content: start;
    padding-left: 15px;
  }
  footer .footer-btm-area .devloper-area{
    text-align: start;
  }
  footer .footer-btm-area .devloper-area h6{
    text-align: start;
  } */
  /* footer .footer-btm-area .copywright-text p{
    text-align: start;
    margin-bottom: 10px;
  } */
  .navigation-menu-hp {
    top: 0 !important;
    margin: 0 !important;
    padding: 5px;
  }
  .navigation-list-hp {
    padding-top: 90px;
  }
  .navigation-menu-hp h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-block-in-hp .hero-text-main-hp h2 {
    font-size: 40px;
  }
  .hero-block-in-hp .hero-text-main-hp h3 {
    font-size: 40px;
  }
  .big-logo-wrap .hero-logo-in-hp {
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .big-logo-wrap .hero-logo-in-hp {
    padding-top: 100px;
  }
}
