@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&family=Roboto+Slab:wght@100..900&display=swap');

*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
}

:root {
  --main-color: #0078BB;
  --second-color: #C29528;
}

html,
body {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--second-color);
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

body.bg{position:relative; transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;}
body.bg::before{content: ''; background: #0078BB; opacity: 0.5; width: 100%; height: 100%; position: fixed; z-index: 110; transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; top: 0px;}

a {
  color: #004E5A;
  text-decoration: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  display: inline-block;
}

.no-message-section header .header-main.inner-header{top: 0px;}
.no-message-section .inner-top-banner-area {top: 0px; min-height: 732px;}

.booking-fee-area ul.info-list li .inner-block .icon img {
  width: 54px;
}

.pd-5 {
  padding: 0 5px
}

.md-5 {
  margin: 0 -5px
}

.pd-10 {
  padding: 0 10px
}

.md-10 {
  margin: 0 -10px
}

.container {
  max-width: 100%;
  padding: 0 100px;
}


.home-red-line {
  position: fixed;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: var(--main-color);
  width: 10px;
  z-index: 9;
}

.home-yellow-line {
  position: fixed;
  height: 100vh;
  bottom: 0px;
  left: 10px;
  background: var(--second-color);
  width: 10px;
  z-index: 9;
}

.main-wapper {
  padding: 0;
}

.message {
  background: linear-gradient(85.48deg, #0078BB 72.2%, #C39E4D 120.69%);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.message .photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.message .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.message h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2px 0
}

.message p {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  color: #F4E6C3;
  margin: 0px
}

header {
  position: relative;
  width: 100%;
  top: 0px;
  z-index: 5;
  transition: all .5s ease;
  background: #fff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(38, 38, 38, 0.15);
  -moz-box-shadow: 0px 4px 18px 0px rgba(38, 38, 38, 0.15);
  box-shadow: 0px 4px 18px 0px rgba(38, 38, 38, 0.15);
}

header .header-main {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    padding: 20px 100px;
    align-items: flex-start;
    position: absolute;
    width: 100%;
}

header .header-main .logo {
  width: 440px;
  transition: all .5s ease;
}

header .header-main .logo img {
  width: 100%;
}

header .header-main .rightside {
  display: flex;
  align-items: center;
  padding: 10px 0
}

header .header-main .rightside ul.main-menu {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

header .header-main .rightside ul.main-menu li {
  margin-left: 21px;
  transition: all .5s ease;
}

header .header-main .rightside ul.main-menu li a {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

header .header-main .rightside ul.main-menu li a:hover,
header .header-main .rightside ul.main-menu li a.active {
  color: var(--main-color);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

header .header-main .rightside ul.main-menu li .dropdown-menu {
  border-radius: 0px;
  border: none;
  background: var(--main-color);
  padding: 10px;
}

header .header-main .rightside ul.main-menu li .dropdown-menu.show {
  display: grid;
  min-width: auto;
  max-width: auto;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2px;
  column-gap: 20px;
}
header .header-main .rightside ul.main-menu li .dropdown-menu li {
  margin: 0px;
  width: fit-content;
}

header .header-main .rightside ul.main-menu li .dropdown-menu li a {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 8px;
}

header .header-main .rightside ul.main-menu li .dropdown-menu li a:hover {
  background: #fff;
  color: var(--main-color);
}

header .header-main .rightside .btn-menu {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  border: none;
  margin-left: 28px
}
header .header-main .rightside .btn-menu.after-login-menu-icon{
    display:none;
}

header .header-main .rightside .btn-menu span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  display: block;
  margin: 2px 0
}

header .header-main.inner-header .rightside ul.main-menu li a {
  color: #fff;text-shadow: 0px 0px 6px black;
}

header .header-main.inner-header .rightside .btn-menu span {
  background: #fff;
}

.message.inner-header{position: fixed; width: 100%; top: 0px;}
header .header-main.inner-header{position: fixed; top: 70px;}

/* header.fixed{transition: all .5s ease; position: fixed; top: -41px;}
header.fixed .header-main .header-bottom-part .rightside ul.main-menu li{margin-left: 15px; transition: all .5s ease;}
header.fixed .header-main .header-bottom-part .rightside ul.main-menu li a{padding: 22px 10px;transition: all .5s ease; font-size: 14px;}
header.fixed .header-main .header-bottom-part .logo{width: 170px; transition: all .5s ease;} */

.top-hero-banner {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 100px 0 20px 0;
}

.top-hero-banner .pattern {
  position: absolute;
  top: 75px;
  right: -100px;
  animation: 5s linear 0s normal none infinite running spin;
}

.top-hero-banner .container {
  position: relative;
  display: flex;
  align-items: center;
}

.top-hero-banner .content {
  width: 41.3%;
  padding-right: 65px;
}

.top-hero-banner .content .tag {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 20px 0;
  letter-spacing: 4px;
}

.top-hero-banner .content h1 {
  color: #000;
  font-size: 61px;
  font-weight: 400;
  line-height: 62px;
  margin: 0 0 20px 0;
}

.top-hero-banner .content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 0 40px 0;
}

.top-hero-banner .content .btn-booknow {
  border: #0078BB 2px solid;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--main-color);
  padding: 18px 30px;
}

.top-hero-banner .content .btn-booknow:hover {
  background: var(--main-color);
  color: #fff;
}

.video-block {
  width: 58.7%;
  height: 777px;
  position: relative;
  overflow: hidden;
}
.video-block .btn-option {
  position: absolute;
  bottom: 50px;
  left: 30%;
  z-index: 3;
}
.video-block .btn-option button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 20px;
  margin-right: 3px;
  padding: 0px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.video-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.video-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}



.tms-awards-area {
  padding: 200px 0;
  background: var(--main-color);
  position: relative;
  overflow: hidden;
}

.tms-awards-area .container {
  position: relative;
  z-index: 1
}

.tms-awards-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 40px auto;
  max-width: 1060px
}

.tms-awards-area h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.tms-awards-area p {
  font-size: 16px;
  line-height: 30px;
  color: #FFF6F6;
  font-weight: 400;
  margin: 0px;
  text-align: center;
}

.tms-awards-area .wheel {
  width: 867px;
  height: 870px;
  position: absolute;
  bottom: -472px;
  left: 50%;
  margin-left: -433px;
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.important-dates-area {
  position: relative;
  padding: 100px 0;
}

.important-dates-area::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  background: var(--second-color);
}

.important-dates-area h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}

.important-dates-area h2 img {
  margin-right: 10px;
}

.important-dates-area ul.date-list {
  margin: 0px auto 80px auto;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1360px;
  position: relative;
  z-index: 1;
}

.important-dates-area ul.date-list li {
  width: 20%;
  border-right: #FCBFBD 1px solid;
  color: #fff;
  padding: 0 50px;
}

.important-dates-area ul.date-list li .date {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #FFECBE;
  margin: 0 0 10px 0;
}

.important-dates-area ul.date-list li .name {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px 0;
}

.important-dates-area ul.date-list li:last-child {
  border-right: none;
}

.important-dates-area .container {
  position: relative;
}

.important-dates-area .photo-block {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.important-dates-area .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.important-dates-area .photo-block::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 228px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.important-dates-area .standard-decade {
  display: flex;
  justify-content: end;
  margin-top: -308px;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}

.important-dates-area .titlearea {
  width: 67.2%;
  padding: 0px 80px 0 50px;
  position: sticky;
  top: 15px;
  margin-top: -70px;
  z-index: 9;
}

.important-dates-area .titlearea h3 {
  font-size: 61px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
}

.important-dates-area .titlearea h3 span {
  padding-left: 8px;
}

.important-dates-area .titlearea h3 span.red {
  color: var(--main-color);
  padding-right: 12px;
}

.important-dates-area .standard-decade .rightside {
  width: 32.8%;
  border-left: #EEEEEE 1px solid;
  padding: 50px 50px 0 50px;
}

.important-dates-area .standard-decade .rightside h4 {
  font-size: 31px;
  line-height: 31px;
  font-weight: 500;
  color: #000;
  margin: 0 0 30px 0;
}

.important-dates-area .standard-decade .rightside p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px 0;
}

.important-dates-area .standard-decade .rightside .btn-more {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
  font-weight: 700;
}

.important-dates-area .standard-decade .rightside .btn-more span {
  text-decoration: underline;
}

.important-dates-area .standard-decade .rightside .btn-more .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: var(--main-color) 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.important-dates-area .standard-decade .rightside .btn-more:hover .icon {
  background: var(--main-color);
  transform: rotate(45deg);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.important-dates-area .standard-decade .rightside .btn-more:hover .icon svg path {
  stroke: #fff;
}

.important-dates-area ul.photo-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  min-height: 2480px;
  position: relative;
  z-index: 99;
}

.important-dates-area ul.photo-list li {
  margin: 0 0 30px 0;
  border: 10px solid;
  border-image: linear-gradient(45deg, #0078BB, #C39E4D) 1;
  position: sticky;
  height: 500px;
}

.important-dates-area ul.photo-list li .inner-photo {
  width: 100%;
  height: 578px;
  position: relative;
  overflow: hidden;
}

.important-dates-area ul.photo-list li .inner-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.important-dates-area ul.photo-list li .inner-photo .name {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  z-index: 1;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  padding: 24px 50px;
  text-transform: capitalize;
}


/* .important-dates-area ul.photo-list li:nth-of-type(4n+1) {
  top: 240px;
}

.important-dates-area ul.photo-list li:nth-of-type(4n+2) {
  top: 260px;
}

.important-dates-area ul.photo-list li:nth-of-type(4n+3) {
  top: 280px;
}

.important-dates-area ul.photo-list li:nth-of-type(4n+4) {
  top: 300px;
} */

   .important-dates-area ul.photo-list li:nth-child(1){top: 140px;}
  .important-dates-area ul.photo-list li:nth-child(2){top: 160px;}
  .important-dates-area ul.photo-list li:nth-child(3){top: 180px;}
  .important-dates-area ul.photo-list li:nth-child(4){top: 200px;}
  .important-dates-area ul.photo-list li .inner-photo{height: 480px;}


.tms-logo-area {
  position: relative;
  padding: 60px 0 0 0;
  z-index: 9;
  background: #fff;
}

.tms-logo-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 52px 0;
}

.tms-logo-area h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.tms-logo-area .sponsors-block {
  background: #0078BB17;
  padding: 50px 0;
}

.tms-logo-area h3 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.tms-logo-area .sponsors-block .sponsor-logo-area {
  width: 100%;
  overflow: hidden;
  height: 310px;
}

.tms-logo-area .sponsors-block .sponsor-logo-area ul.logo-list {
  margin: 0px -25px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  animation: scrollup 8s linear infinite;
}

.tms-logo-area .sponsors-block .sponsor-logo-area ul.logo-list li {
  padding: 0 25px;
  margin-bottom: 30px;
}

.tms-logo-area .sponsors-block .sponsor-logo-area ul.logo-list li .logo-box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: var(--main-color) 1px solid;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.tms-logo-area .sponsors-block .sponsor-logo-area ul.logo-list li .logo-box img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.tms-logo-area .media-partner-block {
  padding: 0px;
}

.tms-logo-area .media-partner-block .half-part {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tms-logo-area .media-partner-block .half-part:first-child {
  padding-right: 25px;
}

.tms-logo-area .media-partner-block .half-part:last-child {
  padding-left: 25px;
  /* border-left: #EEEEEE 1px solid; */
}

.tms-logo-area .media-partner-block .half-part:last-child ul.logo-list {
  width: 1520px;
}

.tms-logo-area .media-partner-block .inner-scroll-block {
  overflow: hidden;
}

.tms-logo-area .media-partner-block ul.logo-list {
  margin: 0px -25px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 950px;
  animation: scrollRight 10s linear infinite;
}

.tms-logo-area .media-partner-block ul.logo-list li {
  padding: 0 25px;
  margin-bottom: 30px;
}

.tms-logo-area .media-partner-block ul.logo-list li .logo-box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: var(--second-color) 1px solid;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.tms-logo-area .media-partner-block ul.logo-list li .logo-box img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.tms-logo-area .media-partner-block .slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tms-logo-area .media-partner-block .slider .slide-track {
  -webkit-animation: scroll 12s linear infinite;
  animation: scroll 12s linear infinite;
  display: flex;
  width: var(--dynamic-media-width);
}

.tms-logo-area .media-partner-block .slider .slide {
  width: 190px;
}

.tms-logo-area .media-partner-block .slider .slide .logo-block {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: var(--second-color) 1px solid;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}

.tms-logo-area .media-partner-block .slider .slide .logo-block img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.tms-logo-area .media-partner-block .half-part:first-child .slider .slide-track {
  -webkit-animation: righttoleft 15s linear infinite;
  animation: righttoleft 15s linear infinite;
  /*width: calc(190px * 10);*/
  width: var(--dynamic-support-width);
}

@keyframes scrollup {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}


footer .footer-area {
  background: var(--main-color);
  padding: 100px 0 130px 0;
  position: relative;
  z-index: 9;
}

footer .footer-area .d-flex {
  margin: 0 -50px;
}

footer .footer-area .large-box {
  width: 38%;
  padding: 0 50px;
  border-right: #C29528 1px solid;
}

footer .footer-area .small-box {
  width: 24%;
  padding: 0 50px
}

footer .footer-area h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 4px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

footer .footer-area h2 {
  font-size: 60px;
  line-height: 62px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 30px 0;
}

footer .footer-area ul.link {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

footer .footer-area ul.link li a {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

footer .footer-area .input-area {
  position: relative;
}

footer .footer-area .input-area .form-control {
  border-radius: 0px;
  background: transparent;
  border: none;
  border-bottom: #fff 1px solid;
  font-size: 16px;
  line-height: 23px;
  padding: 20px 0;
  color: #fff;
}

footer .footer-area .input-area .form-control:focus {
  box-shadow: none;
  border-bottom: #fff 1px dashed;
}

footer .footer-area .input-area .btn-send {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

footer .footer-area .input-area .form-control::-ms-input-placeholder {
  color: #fff;
}

footer .footer-area .input-area .form-control::placeholder {
  color: #fff;
}

footer .footer-area .copyright {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

footer .footer-area .copyright ul.social {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  width: 33%;
}

footer .footer-area .copyright ul.social li {
  margin-right: 10px;
}

footer .footer-area .copyright p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0px;
  width: 40%;
  text-align: right;
}

footer .footer-area .copyright ul.privacy-link {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: end;
  width: 27%;
}

footer .footer-area .copyright ul.privacy-link li {
  position: relative;
}

footer .footer-area .copyright ul.privacy-link li::before {
  content: '|';
  padding-left: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

footer .footer-area .copyright ul.privacy-link li a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

footer .footer-area .copyright ul.privacy-link li:first-child::before {
  content: none;
}



@-webkit-keyframes scroll {
  0% {
    transform: var(--dynamic-keymediaCount-righttoleft);

  }

  100% {
    transform: translateX(0);
  }
}

@keyframes scroll {
  0% {
    transform: var(--dynamic-keymediaCount-righttoleft);
  }

  100% {

    transform: translateX(0);
  }
}




@-webkit-keyframes righttoleft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: var(--dynamic-keysupportCount-righttoleft);
  }
}

@keyframes righttoleft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: var(--dynamic-keysupportCount-righttoleft);
  }
}
.inner-top-banner-area{padding: 0px; position: fixed; min-height: 662px; display: flex; align-items: end; top: 70px; z-index: 1; width: 100%;}
.inner-top-banner-area .photo-area{width: 58.5%; position: absolute; top: 0px; right: 0px; height: 100%;}
.inner-top-banner-area .photo-area .photo{width: 100%; height: 100%; position: relative; overflow: hidden;}
.inner-top-banner-area .photo-area .photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
/* .inner-top-banner-area .photo-area .photo::before{content: ''; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background: linear-gradient(118.72deg, rgba(134, 0, 1, 0.8) 0%, rgba(194, 149, 40, 0.8) 158.38%); z-index: 1; mix-blend-mode: hard-light;} */
.inner-top-banner-area .photo-area .video-block{width: 100%; height: 100%; position: relative; overflow: hidden;}
.inner-top-banner-area .photo-area .video-block video{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.inner-top-banner-area .photo-area::before{content: ''; position: absolute; width: 72%; height: 10px; background: #c29528; bottom: -5px; z-index: 2; left: 14%;}
.inner-top-banner-area .container{position: relative; z-index: 2;}
.inner-top-banner-area .content-block{width: 100%; min-height: 530px; display: flex; flex-direction: column; justify-content: space-between;}
.inner-top-banner-area .content-block h1{font-size: 61px; line-height: 78px; font-weight: 400; color: #000; margin:0;}
.inner-top-banner-area .content-block h1 span{background: #fff;}
.inner-top-banner-area .content-block h1 span.yellow{color: var(--second-color);}
.inner-top-banner-area .content-block h1 span.red{color: var(--main-color);}
.inner-top-banner-area .content-block h1.md{margin: 0 0 200px 0;}
.inner-top-banner-area .content-block .award-date{font-size: 32px; line-height: 48px; color: var(--main-color); font-weight: 600; margin: 20px 0 0 0;}
.inner-top-banner-area .content-block .award-date span{display: block; color: var(--second-color);}
.inner-top-banner-area .content-block h2{font-size: 32px; line-height: 48px; font-weight: 600; color: var(--main-color); margin: 0px 0 0 0;}
.inner-top-banner-area .content-block h2 span{display: block; color: var(--second-color);}
.inner-top-banner-area .content-block .sponsor-area{display: flex; align-items: center; margin-top: 20px;}
.inner-top-banner-area .content-block .sponsor-area .sponsor-text{margin: 0 20px 0 0; background: var(--main-color); font-size: 16px; line-height: 24px; padding: 12px 18px; border-radius: 25px; color: #fff;}
.inner-top-banner-area .content-block .sponsor-area .sponsor-logo{width: 240px; height: 80px; position: relative; overflow: hidden;}
.inner-top-banner-area .content-block .sponsor-area .sponsor-logo img{max-width: 100%; max-height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: contain; position: absolute;}
.inner-top-banner-area .btn-area{display: flex; margin-top: 0px;}
.inner-top-banner-area .btn-area a{margin-right: 14px;}
.inner-top-banner-area .btn-area .btn-yellow{background: var(--second-color); padding: 18px 25px; font-size: 16px; line-height: 24px; font-weight: 500; color: #fff;}
.inner-top-banner-area .btn-area .btn-yellow:hover{background: var(--main-color);}
.inner-top-banner-area .btn-area .btn-red{background: var(--main-color); padding: 18px 25px; font-size: 16px; line-height: 24px; font-weight: 500; color: #fff;}
.inner-top-banner-area .btn-area .btn-red:hover{background: var(--second-color);}

.safety-and-security-area {
  padding: 108px 0 88px 0;
  position: relative;
  margin-top: 742px;
  background: #fff;
  z-index: 10;
}

.safety-and-security-area .lineleftbg{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.safety-and-security-area .lineleftbg::before{content: ''; position: absolute; top: 520px; left: 0px; width: 10px; height:1078px; background: var(--main-color);}
.safety-and-security-area .lineleftbg::after{content: ''; position: absolute; top: 320px; left: 10px; width: 10px; height:900px; background: var(--second-color);}
.safety-and-security-area .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.safety-and-security-area .linerightbg::before{content: ''; position: absolute; top: 520px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.safety-and-security-area .linerightbg::after{content: ''; position: absolute; top: 320px; right: 10px; width: 10px; height:900px; background: var(--second-color);}


.safety-and-security-area h2 {
  font-size: 61px;
  line-height: 62px;
  font-weight: 400;
  color: #000;
  text-align: center;
  position: relative;
  padding-bottom: 42px;
  margin-bottom: 50px;
}

.safety-and-security-area h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -85px;
  background-color: var(--second-color);
  width: 170px;
  height: 4px;
}

.safety-and-security-area h2 span {
  color: var(--main-color);
}

.safety-and-security-area .d-flex {
  align-items: center;
}

.safety-and-security-area .leftside {
  width: 33.5%;
  border: var(--main-color) 1px solid;
  padding: 50px 44px;
}

.safety-and-security-area .leftside h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500px;
  background-color: var(--main-color);
  display: inline-block;
  padding: 12px 18px;
  border-radius: 50px;
  margin: 0 0 30px 0;
}

.safety-and-security-area .leftside .logo {
  width: 350px;
  height: 125px;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.safety-and-security-area .leftside .logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: contain;
}

.safety-and-security-area .rightside {
  width: 66.5%;
  padding-left: 38px;
}

.safety-and-security-area .rightside p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px 0;
}

.safety-and-security-area .rightside p:last-child {
  margin: 0px;
}

.nomination-entry-form {
  background: #F8F8F8;
  padding: 100px 0 35px 0;
  position: relative;
  z-index: 9;
}

.nomination-entry-form h2 {
  font-size: 61px;
  line-height: 62px;
  font-weight: 400;
  color: var(--second-color);
  text-align: center;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 40px;
}

.nomination-entry-form h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -85px;
  background-color: var(--second-color);
  width: 170px;
  height: 4px;
}

.nomination-entry-form h2 span {
  color: #0078BB;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.nomination-entry-form h3 {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  color: var(--second-color);
  font-weight: 500;
  margin: 0 0 26px 0;
}

.nomination-entry-form .form-area {
  margin-bottom: 65px;
}

.nomination-entry-form .inputarea .info {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  margin: 16px 0 0 0;
}

.nomination-entry-form label {
  display: block;
  margin: 0px 0px 16px 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.nomination-entry-form label span {
  color: #0078BB
}

.nomination-entry-form p {
  text-align: right;
  margin: 0 0 60px 0;
}

.nomination-entry-form p small {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.nomination-entry-form textarea.form-control {
  padding-top: 0;
}

.nomination-entry-form .form-control {
  margin-bottom: 8px;
  border: none;
  border-bottom: #000 1px solid;
  background: transparent;
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 26px 0;
}

.nomination-entry-form .form-control:focus {
  box-shadow: none;
  border-bottom: var(--second-color) 1px solid;
}

.nomination-entry-form .form-control::-ms-input-placeholder {
  color: #737373;
}

.nomination-entry-form .form-control::placeholder {
  color: #737373;
}

.nomination-entry-form .btn-send {
  background: #0078BB;
  padding: 18px 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border: none;
  margin: 0 8px
}

.nomination-entry-form .btn-send:hover {
  background: var(--main-color);
}

.nomination-entry-form .btn-yellow {
  background: var(--second-color);
  padding: 18px 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border: none;
  margin: 0 8px;
}

.nomination-entry-form .btn-yellow:hover {
  background: var(--main-color);
}

.nomination-entry-form .file-main-area {
  padding: 50px 0 70px 0;
}

.nomination-entry-form .file-main-area .file-size {
  font-size: 20px;
  line-height: 32px;
  color: var(--main-color);
  font-weight: 400;
  margin: 0 0 35px 0;
}

.nomination-entry-form .file-main-area ul.file-upload-list {
  margin: 0px -12px;
  padding: 0px;
  list-style: none;
  display: flex;
}

.nomination-entry-form .file-main-area ul.file-upload-list li {
  padding: 0 12px;
  width: 33.33%;
}

.nomination-entry-form .file-main-area .checkbox-block {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 40px 0px 0px 0px;
}

.nomination-entry-form .file-main-area .checkbox-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.nomination-entry-form .file-main-area .checkbox-block .checkmark {
  color: var(--main-color);
  font-size: 16px;
  font-family: var(--aptos400);
  line-height: 22px;
  padding: 0 0 0 30px;
  display: block;
  position: relative;
}

.nomination-entry-form .file-main-area .checkbox-block .checkmark a {
  color: var(--main-color);
  text-decoration: underline;
}

.nomination-entry-form .file-main-area .checkbox-block .checkmark::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  border: #0078BB 1px solid;
}

.nomination-entry-form .file-main-area .checkbox-block input:checked~.checkmark::before {
  background: var(--main-color);
}

.nomination-entry-form .file-main-area .checkbox-block input:checked~.checkmark::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  background: url(../images/check-icon.svg) center center no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
}

.drop-zone {
  max-width: 100%;
  height: 148px;
  padding: 0px;
  cursor: pointer;
  border-radius: 80px;
  background: #fff;
  position: relative;
}

.drop-zone .drop-zone__prompt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  padding: 0 184px 0 64px;
}

.drop-zone .drop-zone__prompt h4 {
  font-size: 25px;
  line-height: 26px;
  margin: 0 0 8px 0;
  color: #0078BB;
  font-weight: 500;
}

.drop-zone .drop-zone__prompt p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #0078BB;
  font-weight: 400;
  text-align: left;
}

.drop-zone .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--second-color);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 24px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  position: absolute;
  background-image: none !important;
  top: 50%;
  margin-top: -13px;
  ;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 100%;
  padding: 0;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}


.sposnors-page {
  padding: 84px 0;
  position: relative;
  z-index: 9;
  background: #fff;
  margin-top: 742px;
}

.sposnors-page h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 60px 0;
}

.sposnors-page h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.sposnors-page ul.sposnor-list {
  margin: 0 -15px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.sposnors-page ul.sposnor-list li {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 33.33%;
  height: 290px;
}

.sposnors-page ul.sposnor-list li a {
  display: block;
  border: #E3E3E3 1px solid;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.sposnors-page ul.sposnor-list li a img {
  max-width: 300px;
  max-height: 250px;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.modal-backdrop {
  background: rgba(255, 255, 255, 0.80);
  opacity: 1 !important;
  backdrop-filter: blur(15px);
}

.sposnors-page ul.sposnor-list li .modal-content {
  background: #FFF5DE;
  border-radius: 0px;
  border: #C29528 1px solid;
}

.sposnors-page ul.sposnor-list li .modal-content .modal-body {
  padding: 130px 90px 100px 415px;
  position: relative;
}

.sposnors-page ul.sposnor-list li .modal-content .modal-body .btn-close {
  position: absolute;
  top: 45px;
  right: 45px;
}

.sposnors-page ul.sposnor-list li .modal-content .logo-area {
  width: 268px;
  height: 268px;
  border: var(--second-color) 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 130px;
  left: 90px;
  overflow: hidden;
  background: #fff;
}

.sposnors-page ul.sposnor-list li .modal-content .logo-area img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.sposnors-page ul.sposnor-list li .modal-content h3 {
  font-size: 61px;
  line-height: 62px;
  color: var(--main-color);
  font-weight: 400;
  margin: 0 0 30px 0;
}

.sposnors-page ul.sposnor-list li .modal-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.sposnors-page ul.sposnor-list li .modal-content a.btn-link {
  background: var(--second-color);
  border: none;
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

.sposnors-page ul.sposnor-list li .modal-content a.btn-link:hover {
  background: #DFCDA1;
}

.sposnors-page ul.sposnor-list li .modal-content a.btn-link svg {
  margin-left: 30px;
}

.award-categories-page {
  padding: 76px 0;
  background: #fff;
  position: relative;
  z-index: 9;
  margin-top: 742px;
}

.award-categories-page .lineleftbg{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.award-categories-page .lineleftbg::before{content: ''; position: absolute; top: 520px; left: 0px; width: 10px; height:1078px; background: var(--main-color);}
.award-categories-page .lineleftbg::after{content: ''; position: absolute; top: 320px; left: 10px; width: 10px; height:900px; background: var(--second-color);}
.award-categories-page .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.award-categories-page .linerightbg::before{content: ''; position: absolute; top: 520px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.award-categories-page .linerightbg::after{content: ''; position: absolute; top: 320px; right: 10px; width: 10px; height:900px; background: var(--second-color);}

.award-categories-page h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 60px 0;
  position: relative;
  padding-bottom: 40px;
}

.award-categories-page h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.award-categories-page h2 strong {
  color: var(--main-color);
  font-weight: 400;
}

.award-categories-page h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.award-categories-page ul.award-list {
  margin: 0px -12px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.award-categories-page ul.award-list li {
  padding: 0 12px;
  width: 50%;
  margin-bottom: 24px;
}

.award-categories-page ul.award-list li .award-block {
  border: var(--main-color) 1px solid;
  display: flex;
  transition: all .5s ease;
  width: 100%;
  min-height: 415px;
  height: 100%;
}

.award-categories-page ul.award-list li .award-block .leftside {
  width: 50%;
  padding: 50px 44px;
  background: #fff;
  transition: all .5s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.award-categories-page ul.award-list li .award-block .leftside::before {
  content: '';
  position: absolute;
  bottom: 45px;
  left: 44px;
  background: var(--second-color);
  width: 76px;
  height: 4px;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li .award-block .leftside h4 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500px;
  background-color: var(--main-color);
  display: inline-block;
  padding: 12px 18px;
  border-radius: 50px;
  margin: 0 0 30px 0;
  transition: all .5s ease;
  position: absolute;
  top: 50px;
}

.award-categories-page ul.award-list li .award-block .leftside .logo-block {
  width: 300px;
  height: 214px;
  position: relative;
  overflow: hidden;
}

.award-categories-page ul.award-list li .award-block .leftside .logo-block img {
  max-width: 100%;
  max-height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.award-categories-page ul.award-list li .award-block .rightside {
  width: 50%;
  padding: 46px 40px;
  border-left: var(--main-color) 1px solid;
  transition: all .5s ease;
  overflow: hidden;
}

.award-categories-page ul.award-list li .award-block .rightside h3 {
  font-size: 31px;
  line-height: 38px;
  color: #000;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  position: relative;
}

.award-categories-page ul.award-list li .award-block .rightside h3::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: var(--second-color);
  width: 76px;
  height: 4px;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li .award-block .rightside h3 span {
  color: var(--main-color);
  transition: all .5s ease;
}

.award-categories-page ul.award-list li .award-block .rightside p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0 0 35px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all .5s ease;
  min-height: 90px;
}

.award-categories-page ul.award-list li .award-block .rightside .btn-nominate {
  background: var(--second-color);
  border: var(--second-color) 2px solid;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 44px;
}

.award-categories-page ul.award-list li .award-block .rightside .btn-nominate:hover {
  background: transparent;
  color: var(--second-color);
}

.award-categories-page ul.award-list li:hover .award-block {
  width: 203%;
  z-index: 5;
  position: relative;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .leftside {
  width: 25%;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .leftside h4 {
  background: var(--second-color);
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .rightside {
  width: 75%;
  background: var(--main-color);
  transition: all .5s ease;
  padding: 35px 40px;
}

.award-categories-page ul.award-list li:hover .award-block .rightside h3 {
  color: #fff;
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .rightside h3 span {
  color: var(--second-color);
  transition: all .5s ease;
}

.award-categories-page ul.award-list li:hover .award-block .rightside p {
  color: #fff;
  min-height: auto;
  transition: all .5s ease;
  -webkit-line-clamp: inherit;
}

.award-categories-page ul.award-list li:nth-of-type(2n+2):hover .award-block {
  position: relative;
  margin-left: -103%;
  transition: all .5s ease;
}

.bespoke-package-page {
  padding: 76px 0 0 0;
  position: relative;
  z-index: 9;
  background: #fff;
  margin-top: 742px;
}
.bespoke-package-page .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.bespoke-package-page .linerightbg::before{content: ''; position: absolute; top: 520px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.bespoke-package-page .linerightbg::after{content: ''; position: absolute; top: 320px; right: 10px; width: 10px; height:900px; background: var(--second-color);}

.bespoke-package-page h2 {
  text-align: center;
  font-size: 62px;
  line-height: 72px;
  color: #000;
  font-weight: 400;
  margin: 0 0 60px 0;
  position: relative;
  padding-bottom: 40px;
}

.bespoke-package-page h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.bespoke-package-page h2 strong {
  color: var(--main-color);
  font-weight: 400;
}

.bespoke-package-page h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.bespoke-package-page ul.bespoke-list {
  margin: 0px -12px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.bespoke-package-page ul.bespoke-list li {
  width: 50%;
  padding: 0 12px;
  display: flex;
  margin-bottom: 24px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block {
  width: 100%;
  height: 100%;
  background: #FFF5DE;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineleft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineleft .red {
  top: 56px;
  left: 10px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineleft .yellow {
  top: 32px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineright .red {
  top: 56px;
  right: 10px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .lineright .yellow {
  top: 32px;
  right: 0px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .red {
  background: var(--main-color);
  width: 10px;
  height: 280px;
  position: absolute;
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .photo-area .yellow {
  background: var(--second-color);
  width: 10px;
  height: 280px;
  position: absolute;
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .content {
  padding: 35px 45px;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .content h3 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  margin: 0 0 16px 0;
}

.bespoke-package-page ul.bespoke-list li .bespoke-block .content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0px;
}

.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area img {
  transform: scale(1.1);
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area .lineleft .red,
.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area .lineright .red {
  top: 36px;
  transition: all .5s ease;
}

.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area .lineleft .yellow,
.bespoke-package-page ul.bespoke-list li:hover .bespoke-block .photo-area .lineright .yellow {
  top: 52px;
  transition: all .5s ease;
}


.become-a-sponsor-area {
  padding: 64px 0 100px 0;
  position: relative;
  z-index: 9;
  background: #fff;
}

.become-a-sponsor-area .lineleftbg{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.become-a-sponsor-area .lineleftbg::before{content: ''; position: absolute; top: 198px; left: 0px; width: 10px; height:1078px; background: var(--main-color);}
.become-a-sponsor-area .lineleftbg::after{content: ''; position: absolute; top: 0px; left: 10px; width: 10px; height:900px; background: var(--second-color);}
.become-a-sponsor-area .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.become-a-sponsor-area .linerightbg::before{content: ''; position: absolute; top: 198px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.become-a-sponsor-area .linerightbg::after{content: ''; position: absolute; top: 0px; right: 10px; width: 10px; height:900px; background: var(--second-color);}

.become-a-sponsor-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 40px 0;
  position: relative;
  padding-bottom: 40px;
}

.become-a-sponsor-area h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.become-a-sponsor-area p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  color: #000;
  font-weight: 400;
}

.enquire-here-area {
  padding: 100px 0;
  background: url(../images/enquire-here-bg.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.enquire-here-area .container {
  position: relative;
  z-index: 2;
}

.enquire-here-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 40px 0;
  position: relative;
  padding-bottom: 30px;
}

.enquire-here-area h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.enquire-here-area h2 span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 25px;
}

.enquire-here-area textarea.form-control {
  padding-top: 16px;
}

.enquire-here-area .form-control {
  margin-bottom: 8px;
  border: none;
  border-bottom: #fff 1px solid;
  background: transparent;
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 26px 0;
}

.enquire-here-area .form-control:focus {
  box-shadow: none;
  border-bottom: #fff 1px dashed;
}

.enquire-here-area .form-control::-ms-input-placeholder {
  color: #fff;
}

.enquire-here-area .form-control::placeholder {
  color: #fff;
}

.enquire-here-area h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 35px 0 2px 0;
}

.enquire-here-area .intrested-label {
  margin-bottom: 80px;
}

.enquire-here-area .checkbox-block {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 15px 0px 0px 0px;
}

.enquire-here-area .checkbox-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.enquire-here-area .checkbox-block .checkmark {
  color: #fff;
  font-size: 16px;
  font-family: var(--aptos400);
  line-height: 22px;
  padding: 0 0 0 30px;
  display: block;
  position: relative;
}

.enquire-here-area .checkbox-block .checkmark::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}

.enquire-here-area .checkbox-block input:checked~.checkmark::before {
  background: var(--main-color);
  border: #fff 1px solid;
}

.enquire-here-area .checkbox-block input:checked~.checkmark::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  background: url(../images/check-icon.svg) center center no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
}

.enquire-here-area .btn-send {
  background: var(--second-color);
  border: var(--second-color) 2px solid;
  padding: 16px 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  margin: 45px 0 0 0;
}

.enquire-here-area .btn-send:hover {
  background: transparent;
  color: var(--second-color);
}

.enquire-here-area::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0078BB 0%, rgba(134, 0, 1, 0) 153.77%);
}

.news-page {
  padding: 100px 0;
  position: relative;
  z-index: 9;
  background: #fff;
  margin-top: 742px;
}
.news-page .lineleftbg{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.news-page .lineleftbg::before{content: ''; position: absolute; top: 690px; left: 0px; width: 10px; height:1078px; background: var(--main-color);}
.news-page .lineleftbg::after{content: ''; position: absolute; top: 490px; left: 10px; width: 10px; height:900px; background: var(--second-color);}
.news-page .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.news-page .linerightbg::before{content: ''; position: absolute; top: 690px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.news-page .linerightbg::after{content: ''; position: absolute; top: 490px; right: 10px; width: 10px; height:900px; background: var(--second-color);}


.news-page .leftside {
  width: 80%;
}

.news-page .leftside img {
  width: 100%;
}

.news-page .rightside {
  width: 20%;
  padding-left: 36px;
}

.news-page .rightside img {
  width: 100%;
}

.news-page .news-large-block {
  margin: 0px;
}

.news-page .news-large-block .photo-block {
  width: 100%;
  height: 572px;
  position: relative;
  overflow: hidden;
}

.news-page .news-large-block .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transition: all .5s ease;
}

.news-page .news-large-block .date {
  background: var(--main-color);
  color: #fff;
  padding: 9px 26px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  border-radius: 25px;
  position: relative;
  top: -24px;
  left: 25px;
}

.news-page .news-large-block h2 {
  font-size: 31px;
  line-height: 39px;
  color: #000;
  font-weight: 500;
  margin: 0 0 24px 0;
  padding-bottom: 30px;
  position: relative;
  max-width: 880px;
}

.news-page .news-large-block h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 76px;
  height: 4px;
  background: var(--second-color);
}

.news-page .news-large-block h2 span {
  color: var(--main-color);
}

.news-page .news-large-block p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.news-page .news-large-block p a {
  color: var(--main-color);
}

.news-page .news-small-block {
  margin: 0 0 25px 0;
}

.news-page .news-small-block:last-child {
  margin: 0px;
}

.news-page .news-small-block .photo-block {
  width: 100%;
  height: 156px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.news-page .news-small-block .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transition: all .5s ease;
}

.news-page .news-small-block h2 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin: 0 0 8px 0;
  position: relative;
}

.news-page .news-small-block h2 span {
  color: var(--main-color);
}

.news-page .news-small-block p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-page .news-small-block p span {
  color: var(--main-color);
}

.news-page ul.other-news-list {
  margin: 40px -25px 0px -25px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.news-page ul.other-news-list li {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 30px;
}

.news-page ul.other-news-list li .photo {
  width: 100%;
  height: 274px;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px 0;
}

.news-page ul.other-news-list li .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transition: all .5s ease;
}

.news-page ul.other-news-list li h3 {
  font-size: 31px;
  line-height: 39px;
  color: #000;
  font-weight: 500;
  margin: 0 0 24px 0;
  padding-bottom: 30px;
  position: relative;
  max-width: 880px;
}

.news-page ul.other-news-list li h3::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 76px;
  height: 4px;
  background: var(--second-color);
}

.news-page ul.other-news-list li h3 span {
  color: var(--main-color);
}

.news-page ul.other-news-list li p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0;
}

.news-page ul.other-news-list li p a {
  color: var(--main-color);
}

.news-page .pagination-block nav{
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-page .pagination-block nav ul li span{
  border-radius: 14px;
  margin-right: 8px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  color: #000;
}
.news-page .pagination-block nav ul li a{
  border-radius: 14px;
  margin-right: 8px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  color: #000;
}
.news-page .pagination-block nav ul li.active span{
  background: var(--main-color);
  color: #fff;
}

.news-detail-page {
  padding: 100px 0 50px 0;
  position: relative;
  z-index: 9;
  background: #fff;
  margin-top: 742px;
}

.news-detail-page .lineleftbg{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.news-detail-page .lineleftbg::before{content: ''; position: absolute; top: 690px; left: 0px; width: 10px; height:1078px; background: var(--main-color);}
.news-detail-page .lineleftbg::after{content: ''; position: absolute; top: 490px; left: 10px; width: 10px; height:900px; background: var(--second-color);}
.news-detail-page .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.news-detail-page .linerightbg::before{content: ''; position: absolute; top: 690px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.news-detail-page .linerightbg::after{content: ''; position: absolute; top: 490px; right: 10px; width: 10px; height:900px; background: var(--second-color);}

.news-detail-page .photo-block {
  width: 100%;
  height: 572px;
  position: relative;
  overflow: hidden;
  margin: 0 0 35px 0;
}

.news-detail-page .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transition: all .5s ease;
}

.news-detail-page .photo-block .date {
  background: var(--main-color);
  color: #fff;
  padding: 9px 26px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  border-radius: 25px;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.news-detail-page .title-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news-detail-page .title-area .btn-back {
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 9px 20px;
  border-radius: 50px;
}

.news-detail-page h2 {
  font-size: 31px;
  line-height: 39px;
  color: #000;
  font-weight: 500;
  margin: 0 0 24px 0;
  padding-bottom: 30px;
  position: relative;
}

.news-detail-page h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 76px;
  height: 4px;
  background: var(--second-color);
}

.news-detail-page h2 span {
  color: var(--main-color);
}

.news-detail-page p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.news-detail-page .other-news-area {
  padding: 70px 0px 0px 0px;
}

.news-detail-page .other-news-area h3 {
  font-size: 61px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 40px 0;
  text-align: center;
}

.news-detail-page ul.other-news-list {
  margin: 0px -18px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.news-detail-page ul.other-news-list li {
  width: 33.33%;
  padding: 0 18px;
}

.news-detail-page ul.other-news-list li .photo {
  width: 100%;
  height: 274px;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px 0;
}

.news-detail-page ul.other-news-list li .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transition: all .5s ease;
}

.news-detail-page ul.other-news-list li h3 {
  font-size: 31px;
  line-height: 39px;
  color: #000;
  font-weight: 500;
  margin: 0 0 24px 0;
  padding-bottom: 30px;
  position: relative;
  max-width: 880px;
  text-align: left;
}

.news-detail-page ul.other-news-list li h3::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 76px;
  height: 4px;
  background: var(--second-color);
}

.news-detail-page ul.other-news-list li h3 span {
  color: var(--main-color);
}

.news-detail-page ul.other-news-list li p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0;
}

.news-detail-page ul.other-news-list li p a {
  color: var(--main-color);
}

.supporting-association-area {
  padding: 90px 0 0 0;
  position: relative;
  z-index: 9;
  margin-top: 742px;
  background: #fff;
}

.supporting-association-area .lineleftbg{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.supporting-association-area .lineleftbg::before{content: ''; position: absolute; top: 690px; left: 0px; width: 10px; height:1078px; background: var(--main-color);}
.supporting-association-area .lineleftbg::after{content: ''; position: absolute; top: 490px; left: 10px; width: 10px; height:900px; background: var(--second-color);}
.supporting-association-area .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.supporting-association-area .linerightbg::before{content: ''; position: absolute; top: 690px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.supporting-association-area .linerightbg::after{content: ''; position: absolute; top: 490px; right: 10px; width: 10px; height:900px; background: var(--second-color);}


.supporting-association-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 45px 0;
  position: relative;
  padding-bottom: 45px;
}

.supporting-association-area h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.supporting-association-area h2 strong {
  color: var(--main-color);
  font-weight: 400;
}

.supporting-association-area h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.supporting-association-area ul.association-list {
  margin: 0 -15px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.supporting-association-area ul.association-list li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.supporting-association-area ul.association-list li .association-block {
  border: var(--main-color) 1px solid;
  padding: 60px 50px 60px 245px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}

.supporting-association-area ul.association-list li .association-block .logo {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 40px;
  left: 45px;
  overflow: hidden;
  border-radius: 50%;
  border: var(--main-color) 1px solid;
}

.supporting-association-area ul.association-list li .association-block .logo img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.supporting-association-area ul.association-list li .association-block h3 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  margin: 0 0 24px 0;
  padding-bottom: 30px;
  position: relative;
  padding-right: 50px;
}

.supporting-association-area ul.association-list li .association-block h3::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 76px;
  height: 4px;
  background: var(--second-color);
}

.supporting-association-area ul.association-list li .association-block h3 span {
  color: var(--main-color);
}

.supporting-association-area ul.association-list li .association-block p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.supporting-association-area ul.association-list li .association-block a.btn-read {
  font-size: 16px;
  line-height: 30px;
  color: var(--main-color);
  font-weight: 400;
  margin: 0 0 30px 0;
}

.supporting-association-area ul.association-list li .association-block a.website {
  background: var(--second-color);
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 10px 28px;
  border-radius: 30px;
}

.supporting-association-area ul.association-list li .association-block a.website:hover {
  background: var(--main-color);
}

.supporting-modal .modal-content{background: #FFF5DE; border-radius: 0px; border: #C29528 1px solid;}
.supporting-modal .modal-content .modal-body{padding: 130px 90px 100px 415px; position: relative; min-height: 500px;}
.supporting-modal .modal-content .modal-body .btn-close {position: absolute; top: 45px; right: 45px;}
.supporting-modal .modal-content .logo-area{width: 268px; height: 268px; border: var(--second-color) 1px solid; border-radius: 50%; position: absolute; top: 130px; left: 90px; overflow: hidden; background: #fff;}
.supporting-modal .modal-content .logo-area img{max-width: 80%; max-height: 80%; top: 10%; bottom: 10%; left: 10%; right: 10%; margin: auto; object-fit: contain; position: absolute;}
.supporting-modal .modal-content h3{font-size: 61px; line-height: 62px; color: var(--main-color); font-weight: 400; margin: 0 0 30px 0;}
.supporting-modal .modal-content p{font-size: 16px; line-height: 30px; color: #000; font-weight: 400; margin: 0 0 20px 0;}
.supporting-modal .modal-content a.btn-link{background: var(--second-color); border: none; display: inline-flex !important; width: auto; align-items: center; justify-content: center; padding: 16px 20px; font-size: 16px; line-height: 30px; color: #fff; text-decoration: none;}
.supporting-modal .modal-content a.btn-link:hover{background: var(--main-color);}
.supporting-modal .modal-content a.btn-link svg {margin-left: 30px;}
.supporting-modal .modal-content a.btn-link:hover svg path{fill: #fff;}
.supporting-modal .modal-content .photo-area{width: 268px; height: 268px; border: var(--second-color) 1px solid; border-radius: 50%; position: absolute; top: 130px; left: 90px; overflow: hidden; background: #fff;}
.supporting-modal .modal-content .photo-area img{width: 100%; height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: cover; position: absolute;}
.supporting-modal .modal-content .name{font-size: 50px; line-height: 62px; color: var(--main-color); font-weight: 400; margin: 0 0 20px 0;}
.supporting-modal .modal-content .position{font-size: 16px; line-height: 22px; color:var(--second-color); font-weight: 400; margin: 0 0 20px 0;}

.supporting-association-area ul.association-list li .modal-content {
  background: #FFF5DE;
  border-radius: 0px;
  border: #C29528 1px solid;
}

.supporting-association-area ul.association-list li .modal-content .modal-body {
  padding: 130px 90px 100px 415px;
  position: relative;
}

.supporting-association-area ul.association-list li .modal-content .modal-body .btn-close {
  position: absolute;
  top: 45px;
  right: 45px;
}

.supporting-association-area ul.association-list li .modal-content .logo-area {
  width: 268px;
  height: 268px;
  border: var(--second-color) 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 130px;
  left: 90px;
  overflow: hidden;
  background: #fff;
}

.supporting-association-area ul.association-list li .modal-content .logo-area img {
  max-width: 80%;
  max-height: 80%;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  object-fit: contain;
  position: absolute;
}

.supporting-association-area ul.association-list li .modal-content h3 {
  font-size: 61px;
  line-height: 62px;
  color: var(--main-color);
  font-weight: 400;
  margin: 0 0 30px 0;
}

.supporting-association-area ul.association-list li .modal-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.supporting-association-area ul.association-list li .modal-content a.btn-link {
  background: var(--second-color);
  border: none;
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

.supporting-association-area ul.association-list li .modal-content a.btn-link:hover {
  background: #DFCDA1;
}

.supporting-association-area ul.association-list li .modal-content a.btn-link svg {
  margin-left: 30px;
}



.mt-60 {
  margin-top: 60px;
}

.important-dates-section {
  padding: 100px 0;
  background: var(--second-color);
  position: relative;
  z-index: 9;
  margin-top: 792px;
}

.important-dates-section h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}

.important-dates-section h2 img {
  margin-right: 10px;
}

.important-dates-section ul.date-list {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1360px;
  position: relative;
  z-index: 1;
}

.important-dates-section ul.date-list li {
  width: 20%;
  border-right: #FCBFBD 1px solid;
  color: #fff;
  padding: 0 50px;
}

.important-dates-section ul.date-list li .date {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #FFECBE;
  margin: 0 0 10px 0;
}

.important-dates-section ul.date-list li .name {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px 0;
}

.important-dates-section ul.date-list li:last-child {
  border-right: none;
}

.important-dates-2-section{padding: 50px 0 70px 0; background: #fff; position: relative; z-index: 9; }
.important-dates-2-section.inner-page{padding: 100px 0; margin-top: 742px;}
.important-dates-2-section h2{position: relative; z-index: 1; color: var(--main-color); display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 24px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; margin: 0 0 50px 0;}
.important-dates-2-section h2 img {margin-right: 10px;}
.important-dates-2-section ul.date-list{margin: 0px -6px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; position: relative; z-index: 1;}
.important-dates-2-section ul.date-list li{width: 20%; padding: 0 6px;}
.important-dates-2-section ul.date-list li .inner-block{background: #FFF5DE; min-height: 120px; position: relative; padding: 0 20px 0 96px; display: flex; flex-direction: column; justify-content: center;}
.important-dates-2-section ul.date-list li .inner-block .icon{width: 82px; height: 100%; background: var(--main-color); position: absolute; top: 0px; left: 0px; display: flex; align-items: center; justify-content: center;}
.important-dates-2-section ul.date-list li .date{font-size: 16px; line-height: 30px; font-weight: 400; color: var(--main-color); margin: 0 0 10px 0;}
.important-dates-2-section ul.date-list li .name{font-size: 25px; line-height: 25px; font-weight: 500; color: var(--second-color); margin: 0;}

.entry-guidelines-area {
  padding: 120px 40px 40px 40px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.entry-guidelines-area .lineleftbg{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.entry-guidelines-area .lineleftbg::before{content: ''; position: absolute; top: 520px; left: 0px; width: 10px; height:1078px; background: var(--main-color);}
.entry-guidelines-area .lineleftbg::after{content: ''; position: absolute; top: 320px; left: 10px; width: 10px; height:900px; background: var(--second-color);}
.entry-guidelines-area .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.entry-guidelines-area .linerightbg::before{content: ''; position: absolute; top: 520px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.entry-guidelines-area .linerightbg::after{content: ''; position: absolute; top: 320px; right: 10px; width: 10px; height:900px; background: var(--second-color);}


.entry-guidelines-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 45px 0;
  position: relative;
}

.entry-guidelines-area h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.entry-guidelines-area h2 strong {
  color: var(--main-color);
  font-weight: 400;
}

.entry-guidelines-area .yellow-box {
  background: #FFF5DE;
  padding: 40px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0 0 50px 0;
}

.entry-guidelines-area .yellow-box span {
  font-weight: 600;
  color: var(--main-color);
}

.entry-guidelines-area ul.guidelines-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.entry-guidelines-area ul.guidelines-list li {
  width: 33.33%;
  background: #F5F4F9;
}

.entry-guidelines-area ul.guidelines-list li .photo-area {
  height: 100%;
}

.entry-guidelines-area ul.guidelines-list li .photo-area .photo {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.entry-guidelines-area ul.guidelines-list li .photo-area .photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transition: all .5s ease;
}

.entry-guidelines-area ul.guidelines-list li .pd {
  padding: 22px 50px 42px 50px;
}

.entry-guidelines-area ul.guidelines-list li h3 {
  font-size: 25px;
  line-height: 38px;
  color: var(--main-color);
  margin: 20px 0 10px 0;
  font-weight: 500;
}

.entry-guidelines-area ul.guidelines-list li ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.entry-guidelines-area ul.guidelines-list li ol li {
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  background: transparent;
}

.entry-guidelines-area ul.guidelines-list li ol li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--second-color);
}

.entry-guidelines-area ul.guidelines-list li p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.entry-guidelines-area ul.guidelines-list li.yellowbg {
  background: #FFF5DE;
}

.entry-guidelines-area ul.guidelines-list li.yellowbg h3 {
  color: #000;
}

.entry-guidelines-area .enquiries-block {
  background: #E6D0A0;
  padding: 40px;
  margin: 28px 0;
}

.entry-guidelines-area .enquiries-block h4 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: var(--main-color);
  font-weight: 700;
  margin: 0 0 24px 0;
}

.entry-guidelines-area .enquiries-block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}

.entry-guidelines-area .enquiries-block ul li {
  background: #fff;
  margin: 0 15px;
  width: 342px;
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  border-radius: 40px;
}

.entry-guidelines-area .enquiries-block ul li a {
  color: var(--main-color);
  font-weight: 700;
}

.btn-nominate-now {
  padding: 108px 0;
  width: 100%;
  background: url(../images/enquire-here-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  font-size: 61px;
  line-height: 80px;
  color: var(--second-color);
}

.btn-nominate-now::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0078BB 0%, rgba(134, 0, 1, 0) 153.77%);
}

.btn-nominate-now .text {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

.btn-nominate-now .circle {
  width: 200px;
  height: 200px;
  background: #FFF5DE;
  border: #FFF5DE 30px solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transition: all .5s ease;
}

.btn-nominate-now:hover {
  color: var(--second-color);
}

.btn-nominate-now:hover .circle {
  background: transparent;
  transition: all .5s ease;
}

.btn-nominate-now.md-top {
  margin-top: 90px;
}

.why-nominate-area {
  padding: 75px 0;
  position: relative;
  z-index: 9;
  background: #fff;
  margin-top: 742px;
}

.why-nominate-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 45px 0;
  position: relative;
  padding-bottom: 45px;
}

.why-nominate-area h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.why-nominate-area h2 strong {
  color: var(--main-color);
  font-weight: 400;
}

.why-nominate-area h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.why-nominate-area .content-area {
  max-width: 1110px;
  margin: 0 auto;
}

.why-nominate-area .content-area .accordion {
  width: 100%;
  margin: 0px;
  border-bottom: var(--second-color) 2px dotted;
}

.why-nominate-area .content-area .accordion .accordion-item {
  background-color: #fff;
  border: none;
  border-top: var(--second-color) 2px dotted;
  border-radius: 10px !important;
  border-radius: 0px !important;
}

.why-nominate-area .content-area .accordion .accordion-button {
  border-radius: 0px !important;
  font-size: 24px;
  color: #000;
  line-height: 35px;
  font-weight: 500;
  padding: 25px 0;
  text-align: center;
  display: block;
  transition: all .5s ease;
}

.why-nominate-area .content-area .accordion .accordion-button:focus {
  box-shadow: none
}

.why-nominate-area .content-area .accordion .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
  color: var(--main-color);
  padding: 25px 0 15px 0;
  transition: all .5s ease;
}

.why-nominate-area .content-area .accordion .accordion-button::after {
  display: none;
}

.why-nominate-area .content-area .accordion .accordion-body {
  padding: 0 0 25px 0px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.why-nominate-area .content-area .accordion .accordion-body p {
  margin: 0px;
}

.why-nominate-area .btn-md {
  margin-top: 78px;
}

.rewards-awards-area {
  background: #F4E6C3;
  padding: 50px 0 0 0;
  position: relative;
  z-index: 9;
}

.rewards-awards-area.why-attend-page {
  margin-top: 742px;
  padding: 82px 0 120px 0;
}

.rewards-awards-area h2 {
  text-align: center;
  font-size: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 400;
  margin: 0 0 45px 0;
  position: relative;
  padding-bottom: 45px;
}

.rewards-awards-area h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.why-attend-page h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  color: var(--main-color);
}

.rewards-awards-area h2 strong {
  color: var(--main-color);
  font-weight: 400;
}

.rewards-awards-area h2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 170px;
  height: 4px;
  background: var(--second-color);
  margin-left: -85px;
}

.rewards-awards-area ul.reward-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.rewards-awards-area ul.reward-list li {
  width: 33.33%;
  min-height:420px;
}

.rewards-awards-area ul.reward-list li .photo-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rewards-awards-area ul.reward-list li .photo-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.rewards-awards-area ul.reward-list li .content-block {
  background: #fff;
  padding: 30px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.rewards-awards-area ul.reward-list li .content-block h3 {
  font-size: 22px;
  line-height: 30px;
  color: var(--main-color);
  font-weight: 700;
  margin: 0 0 15px 0;
}

.rewards-awards-area ul.reward-list li .content-block p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

.rewards-awards-area p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  margin: 0px;
  padding: 46px 0;
}

.promote-point-list {
  padding: 100px 0 80px 0;
  background: #F4E6C3;
  position: relative;
  z-index: 9;
}

.promote-point-list .photo-block {
  width: 100%;
  height: 486px;
  position: sticky;
  top: 0px;
  overflow: hidden;
  margin-bottom: 34px;
}

.promote-point-list .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  transition: all .5s ease;
}

.promote-point-list .photo-block h2 {
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 1;
  font-size: 32px;
  line-height: 42px;
  color: #000;
  font-weight: 500;
  margin: 0px;
  padding: 10px 20px;
}

.promote-point-list ul.point-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  /*height: 900px;*/
  position: sticky;
  top: 500px;
}

.promote-point-list ul.point-list > li {
  margin-top: 20px;
  display: flex;
  background: var(--main-color);
  padding: 40px 75px;
  align-items: center;
  position: sticky;
  top: 521px;
  min-height: 160px; color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.promote-point-list ul.point-list > li >span{ margin-left: 25px;}
.promote-point-list ul.point-list > li p {
 /* font-size: 16px;
  font-weight: 400;
  line-height: 30px;*/
  color: #fff;
  margin: 0px;
 /* width: 90%;*/
 
}
.promote-point-list ul.point-list ul{    margin-left: 20px;    padding: 0;}
.promote-point-list ul.point-list > li .number {
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 40px;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  font-weight: 800;
  color: var(--main-color); margin: 0;
}

.promote-point-list ul.point-list > li:nth-of-type(3n+1) {
  background: var(--main-color);
}

.promote-point-list ul.point-list > li:nth-of-type(3n+2) {
  background: var(--second-color);
}

.promote-point-list ul.point-list > li:nth-of-type(3n+3) {
  background: #fff;
}

.promote-point-list ul.point-list > li:nth-of-type(3n+3) .number {
  background: #E6D0A0;
}

.promote-point-list ul.point-list > li:nth-of-type(3n+3) * {
  color: var(--main-color);
}





.contact-page{padding: 100px 0; position: relative; z-index: 10; background: #fff; margin-top: 742px;}
.contact-page .lineleft{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%; z-index: 3;}
.contact-page .lineleft::before{content: ''; position: absolute; top: 595px; left: 0px; width: 10px; height:884px; background: var(--main-color);}
.contact-page .lineleft::after{content: ''; position: absolute; top: 396px; left: 10px; width: 10px; height:740px; background: var(--second-color);}
.contact-page .lineright{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%; z-index: 3;}
.contact-page .lineright::before{content: ''; position: absolute; top: 595px; right: 0px; width: 10px; height:884px; background: var(--main-color);}
.contact-page .lineright::after{content: ''; position: absolute; top: 396px; right: 10px; width: 10px; height:740px; background: var(--second-color);}
.contact-page .inner-contact-area{display: flex;}
.contact-page .inner-contact-area .contact-info{width: 34%; background: var(--main-color); padding: 60px 70px ;}
.contact-page .inner-contact-area .contact-info .name{font-size: 30px; line-height: 30px; color: #fff; font-weight: 400; margin: 0 0 18px 0;}
.contact-page .inner-contact-area .contact-info .name span{display: block; font-size: 25px; line-height: 25px; margin-top: 14px;}
.contact-page .inner-contact-area .contact-info ul{margin: 0px; padding: 0px; list-style: none;}
.contact-page .inner-contact-area .contact-info ul li{font-size: 25px; line-height: 46px; color: #fff; font-weight: 400;}
.contact-page .inner-contact-area .contact-info ul li a{color: #fff;}
.contact-page .inner-contact-area .contact-info .line{width: 140px; height: 3px; background: var(--second-color); margin: 45px 0;}

.contact-page .inner-contact-area .contact-form{width: 66%; background: #FFF5DE; padding: 48px 56px;}
.contact-page .inner-contact-area .contact-form p{font-size: 16px; line-height: 30px; font-weight: 400; color: #000; margin: 0 0 5px 0;}
.contact-page .inner-contact-area .contact-form .mb-2{margin-bottom: 10px;}
.contact-page .inner-contact-area .contact-form .form-control{margin-bottom: 8px; border: none; border-bottom: var(--second-color) 1px solid; background: transparent; border-radius: 0px; font-size: 16px; line-height: 24px; color: #000; padding: 26px 0;}
.contact-page .inner-contact-area .contact-form .form-control:focus{box-shadow: none; border-bottom: var(--second-color) 1px dashed;}
.contact-page .inner-contact-area .contact-form .form-control::-ms-input-placeholder{color: #000;}
.contact-page .inner-contact-area .contact-form .form-control::placeholder{color: #000;}
.contact-page .inner-contact-area .contact-form .btn-send{background: var(--second-color); margin-top: 20px; padding: 18px 62px; font-size: 16px; line-height: 24px; font-weight: 500;  color: #fff; border: none;}
.contact-page .inner-contact-area .contact-form .btn-send:hover{background: var(--main-color);}

.gallery-page{padding: 64px 0 18px 0; position: relative; z-index: 10; background: #fff; margin-top: 742px;}
.gallery-page .lineleftbg{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.gallery-page .lineleftbg::before{content: ''; position: absolute; top: 930px; left: 0px; width: 10px; height:1078px; background: var(--main-color);}
.gallery-page .lineleftbg::after{content: ''; position: absolute; top: 730px; left: 10px; width: 10px; height:900px; background: var(--second-color);}
.gallery-page .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.gallery-page .linerightbg::before{content: ''; position: absolute; top: 930px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.gallery-page .linerightbg::after{content: ''; position: absolute; top: 730px; right: 10px; width: 10px; height:900px; background: var(--second-color);}
.gallery-page .title-area{display: flex; justify-content: center; align-items: center; margin: 0 0 52px 0; padding-top: 80px;}
.gallery-page .title-area h2{margin: 0px; font-size: 62px; line-height: 62px; color: #000; font-weight: 400;}
.gallery-page .title-area .sponsor-text{margin: 0 20px; background: var(--main-color); font-size: 16px; line-height: 24px; padding: 12px 18px; border-radius: 25px; color: #fff;}
.gallery-page .title-area .sponsor-logo{width: 286px; height: 100px; position: relative; overflow: hidden;}
.gallery-page .title-area .sponsor-logo img{max-width: 100%; max-height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: contain; position: absolute; margin-left: 0px !important;}
.gallery-page .md-7{margin: 0 -7px;}
.gallery-page .pd-7{padding: 0 7px;}
.gallery-page .large-photo{width: 100%; height: 740px; position: relative; overflow: hidden; margin-bottom: 14px; display: block;}
.gallery-page .large-photo img{width: 100%;  height: 100%; object-fit: cover; top: 0px; bottom: 0px; left: 0px; right: 0px; position: absolute; transition: all .5s ease;}
.gallery-page .large-photo::before{content: ''; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); position: absolute; bottom: 0px; left: 0px; width: 100%; height: 242px; z-index: 1;}
.gallery-page .large-photo h3{font-size: 31px; line-height: 39px; color: #fff; font-weight: 500; margin: 0; position: absolute; z-index: 2; bottom: 38px; padding: 0 300px 30px 40px; width: 100%;}
.gallery-page .large-photo h3::before{content: ''; position: absolute; bottom: 0px; left: 40px; width: 76px; height: 4px; background: var(--second-color);}
.gallery-page .large-photo .sponsored-by{position: absolute; bottom: 0px; right: 70px; background: #fff; padding: 18px; width: 216px; z-index: 2; text-align: center; border: #C2C9CF 0.5px solid;}
.gallery-page .large-photo .sponsored-by span{font-size: 11px; line-height: 26px; color: var(--main-color); display: block; margin: 0 0 4px 0;}
.gallery-page .large-photo .sponsored-by .sponsor-logo{width: 100%; height: 70px; position: relative; overflow: hidden;}
.gallery-page .large-photo .sponsored-by .sponsor-logo img{max-width: 100%; max-height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: contain; position: absolute;}
.gallery-page .large-photo:hover .sponsored-by .sponsor-logo img{transform: scale(1); transition: all .5s ease;}
.gallery-page .photo{width: 100%; height: 363px; position: relative; overflow: hidden; margin-bottom: 14px; display: block;}
.gallery-page .photo .link{position: absolute; top: 25px; left: 25px; z-index: 1; width: 42px; height: 42px; border: #fff 1px solid; display: flex; align-items: center; justify-content: center; border-radius: 50%; transform: rotate(-135deg); padding: 10px;}
.gallery-page .photo img{width: 100%;  height: 100%; object-fit: cover; top: 0px; bottom: 0px; left: 0px; right: 0px; position: absolute; transition: all .5s ease;}
.gallery-page .photo:hover img{transform: scale(1.1); transition: all .5s ease;}
.gallery-page .photo::before{content: ''; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); position: absolute; bottom: 0px; left: 0px; width: 100%; height: 242px; z-index: 1;}
.gallery-page .photo h3{font-size: 31px; line-height: 39px; color: #fff; font-weight: 500; margin: 0; position: absolute; z-index: 2; bottom: 38px; padding: 0 40px 30px 40px; width: 100%;}
.gallery-page .photo h3::before{content: ''; position: absolute; bottom: 0px; left: 40px; width: 76px; height: 4px; background: var(--second-color);}
.gallery-page .photo .sponsored-by{position: absolute; top: 0px; left: 40px; background: #fff; padding: 14px 18px; width: 170px; z-index: 2; border: #C2C9CF 0.5px solid;}
.gallery-page .photo .sponsored-by span{font-size: 11px; line-height: 26px; color: var(--main-color); display: block; margin: 0;}
.gallery-page .photo .sponsored-by .sponsor-logo{width: 100%; height: 40px; position: relative; overflow: hidden;}
.gallery-page .photo .sponsored-by .sponsor-logo img{max-width: 100%; max-height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: contain; position: absolute;}
.gallery-page .photo:hover .sponsored-by .sponsor-logo img{transform: scale(1); transition: all .5s ease;}
.gallery-page .btn-more{background: var(--main-color); padding: 18px 25px; font-size: 16px; line-height: 24px; font-weight: 500; color: #fff; margin-top: 50px;}
.gallery-page .btn-more:hover{background: var(--second-color);}
.gallery-page ul.gallery-list{margin: 0px -10px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.gallery-page ul.gallery-list li{padding: 0 10px; margin-bottom: 20px; width: 25%;}
.gallery-page ul.gallery-list li a{width: 100%; height: 285px; display: block; position: relative; overflow: hidden;}
.gallery-page ul.gallery-list li a img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; transition: all .5s ease;}


.video-gallery-page{padding: 0px 0px 56px 0px; position: relative; z-index: 9; background: #fff; margin-top: 742px;}
.video-gallery-page .video-cate-list{padding-left: 100px; padding-top: 80px;}
.video-gallery-page .video-cate-list a{color: var(--second-color); border: var(--second-color) 1px solid; padding: 15px 36px; font-size: 16px; line-height: 24px; font-weight: 500; border-radius: 30px;}
.video-gallery-page .video-cate-list a:hover,
.video-gallery-page .video-cate-list a.active{background: var(--main-color); border:var(--main-color) 1px solid; color: #fff;}
.video-gallery-page .video-cate-list .owl-dots{display: none;}
.video-gallery-page .title-area{display: flex; justify-content: center; align-items: center; margin:0 0 80px 0; padding-top: 80px;}
.video-gallery-page .title-area h2{margin: 0px; font-size: 62px; line-height: 62px; color: #000; font-weight: 400;}
.video-gallery-page .title-area .sponsor-text{margin: 0 20px; background: var(--main-color); font-size: 16px; line-height: 24px; padding: 12px 18px; border-radius: 25px; color: #fff;}
.video-gallery-page .title-area .sponsor-logo{width: 286px; height: 100px; position: relative; overflow: hidden;}
.video-gallery-page .title-area .sponsor-logo img{max-width: 100%; max-height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: contain; position: absolute;}
.video-gallery-page ul.video-album-list{margin: 0px -14px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.video-gallery-page ul.video-album-list li{width: 33.33%; padding: 0 14px; margin-bottom: 44px;}
.video-gallery-page .album-block{width: 100%; display: block;}
.video-gallery-page .album-block .sponsor-info{display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; background: #F4E6C3;}
.video-gallery-page .album-block .sponsor-info .text{font-size: 16px; line-height: 24px; color: var(--main-color); font-weight: 500;}
.video-gallery-page .album-block .sponsor-info .logo{width: 230px; height: 64px; position: relative; overflow: hidden;}
.video-gallery-page .album-block .sponsor-info .logo img{max-width: 100%; max-height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: contain; position: absolute;}
.video-gallery-page .album-block .album-img{width: 100%; height: 375px; position: relative; overflow: hidden;}
.video-gallery-page .album-block .album-img img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; transition: all .5s ease;}
.video-gallery-page .album-block h3{font-size: 20px; line-height: 30px; color: #000; font-weight: 500; padding: 25px 0 34px 0; border-bottom: var(--main-color) 1px solid; text-align: center; margin: 0px;}
.video-gallery-page ul.video-list{margin: 0px -10px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.video-gallery-page ul.video-list li{width: 33.33%; padding: 0 10px; margin: 0 0 40px 0;}
.video-gallery-page ul.video-list li .video{width: 100%; height: 372px; }
.video-gallery-page ul.video-list li .video iframe{width: 100%; height: 100%;}
.video-gallery-page ul.video-list li h3{font-size: 20px; line-height: 30px; color: #000; font-weight: 500; margin: 20px 0 0 0; position: relative;  padding-bottom: 28px;}
.video-gallery-page ul.video-list li h3::before{content: ''; position: absolute; bottom: 0px; left: 0px; width: 76px; height: 4px; background: var(--second-color);}

.about-tms-area{padding: 40px 0px; background:#fff url(../images/bg-line.png) top left no-repeat; position: relative; z-index: 9; margin-top: 742px;}
.about-tms-area .lineleftbg{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.about-tms-area .lineleftbg::before{content: ''; position: absolute; top: 520px; left: 0px; width: 10px; height:1078px; background: var(--main-color);}
.about-tms-area .lineleftbg::after{content: ''; position: absolute; top: 320px; left: 10px; width: 10px; height:900px; background: var(--second-color);}
.about-tms-area .linerightbg{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%;}
.about-tms-area .linerightbg::before{content: ''; position: absolute; top: 520px; right: 0px; width: 10px; height:1078px; background: var(--main-color);}
.about-tms-area .linerightbg::after{content: ''; position: absolute; top: 320px; right: 10px; width: 10px; height:900px; background: var(--second-color);}

.about-tms-area .content-area{max-width: 1036px; margin: 0 auto; padding: 60px 0;}
.about-tms-area .content-area h2{text-align: center; font-size: 62px; line-height: 62px; color: #000; font-weight: 400; margin: 0 0 35px 0 ; position: relative; padding-bottom: 40px;}
.about-tms-area .content-area h2::before{content: ''; position: absolute; bottom: 0px; left: 50%; width: 170px; height: 4px; background: var(--second-color); margin-left: -85px; }
.about-tms-area .content-area h2 span{color: var(--main-color);}
.about-tms-area .content-area p{text-align: center; font-size: 16px; line-height: 30px; font-weight: 400; margin: 0 0 30px 0; color: #000;}
.about-tms-area .content-area p:last-child{margin: 0px;}
.about-tms-area .photo-area{width: 100%; height: 480px; position: relative; overflow: hidden; margin: 0 0 18px 0;}
.about-tms-area .photo-area img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; transition: all .5s ease;}
.about-tms-area .photo-area video{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; transition: all .5s ease;}
.about-tms-area .photo-area .lineleft{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%;}
.about-tms-area .photo-area .lineleft .red{top: 56px; left: 10px; }
.about-tms-area .photo-area .lineleft .yellow{top: 32px; }
.about-tms-area .photo-area .lineright .red{top: 56px; right: 10px;}
.about-tms-area .photo-area .lineright .yellow{top: 32px; right: 0px;}
.about-tms-area .photo-area .red{background: var(--main-color); width: 10px; height: 392px; position: absolute;transition: all .5s ease; }
.about-tms-area .photo-area .yellow{background: var(--second-color); width: 10px; height: 392px;  position: absolute;transition: all .5s ease;}
.about-tms-area .red-block{padding: 60px 0;  background: url(../images/enquire-here-bg.jpg) center center no-repeat; background-size: cover; position: relative; margin-bottom: 18px;}
.about-tms-area .red-block::before{content: ''; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(360deg, #0078BB 0%, rgba(134, 0, 1, 0) 153.77%);}
.about-tms-area .red-block .center-text{max-width: 1036px; margin: 0 auto; position: relative; z-index: 2;}
.about-tms-area .red-block .center-text p{text-align: center; font-size: 16px; line-height: 30px; font-weight: 400; margin: 0 0 30px 0; color: #fff;}
.about-tms-area .red-block .center-text p:last-child{margin: 0px;}

.winners-catalogue-page{padding: 62px 0; position: relative; z-index: 10; background: #fff; margin-top: 742px;}
.winners-catalogue-page .lineleft{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%; z-index: 3;}
.winners-catalogue-page .lineleft::before{content: ''; position: absolute; top: 795px; left: 0px; width: 10px; height:884px; background: var(--main-color);}
.winners-catalogue-page .lineleft::after{content: ''; position: absolute; top: 600px; left: 10px; width: 10px; height:740px; background: var(--second-color);}
.winners-catalogue-page .lineright{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%; z-index: 3;}
.winners-catalogue-page .lineright::before{content: ''; position: absolute; top: 795px; right: 0px; width: 10px; height:884px; background: var(--main-color);}
.winners-catalogue-page .lineright::after{content: ''; position: absolute; top: 600px; right: 10px; width: 10px; height:740px; background: var(--second-color);}
.winners-catalogue-page ul.inner-menu{margin: 0px 0px 60px 0px; padding: 0px; list-style: none; display: flex; justify-content: center; flex-wrap: wrap;}
.winners-catalogue-page ul.inner-menu li{margin-right: 15px;}
.winners-catalogue-page ul.inner-menu li:last-child{margin-right: 0px;}
.winners-catalogue-page ul.inner-menu li a{color: var(--second-color); border: var(--second-color) 1px solid; padding: 15px 30px; font-size: 16px; line-height: 24px; font-weight: 500; border-radius: 30px;}
.winners-catalogue-page ul.inner-menu li a:hover,
.winners-catalogue-page ul.inner-menu li a.active{color: #fff; background: var(--main-color); border: var(--main-color) 1px solid;}
.winners-catalogue-page iframe{width: 100% !important; height: 750px !important;}
.winners-catalogue-page ul.sponsor-list{margin: 0px -10px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.winners-catalogue-page ul.sponsor-list li{width: 20%; padding: 0 10px; margin-bottom: 40px;}
.winners-catalogue-page ul.sponsor-list li .logo-block{width: 100%; height: 150px; position: relative; overflow: hidden;}
.winners-catalogue-page ul.sponsor-list li .logo-block img{max-width: 90%; max-height: 90%; top:5%; bottom:5%; left:5%; right:5%; margin: auto; object-fit: contain; position: absolute;}

.winners-award-page{padding: 70px 0 40px 0; position: relative; z-index: 9; background: #fff; margin-top: 742px;}
.winners-award-page ul.inner-menu{margin: 0px 0px 60px 0px; padding: 0px; list-style: none; display: flex; justify-content: center; flex-wrap: wrap;}
.winners-award-page ul.inner-menu li{margin-right: 15px;}
.winners-award-page ul.inner-menu li:last-child{margin-right: 0px;}
.winners-award-page ul.inner-menu li a{color: var(--second-color); border: var(--second-color) 1px solid; padding: 15px 30px; font-size: 16px; line-height: 24px; font-weight: 500; border-radius: 30px;}
.winners-award-page ul.inner-menu li a:hover,
.winners-award-page ul.inner-menu li a.active{color: #fff; background: var(--main-color); border: var(--main-color) 1px solid;}
.winners-award-page h2{text-align: center; font-size: 54px; line-height: 62px; color: #000; font-weight: 400; margin: 0 0 40px 0;}
.winners-award-page h2 span{color: var(--main-color);}
.winners-award-page .container{position: relative;}
.winners-award-page .lineleft{position: absolute; top: 0px; left: 100px; width: 20px; height: 100%;}
.winners-award-page .lineleft::before{content: ''; position: absolute; top: 226px; left: 0px; width: 10px; height:884px; background: var(--main-color);}
.winners-award-page .lineleft::after{content: ''; position: absolute; top: 64px; left: 10px; width: 10px; height:740px; background: var(--second-color);}
.winners-award-page .lineright{position: absolute; top: 0px; right: 100px; width: 20px; height: 100%;}
.winners-award-page .lineright::before{content: ''; position: absolute; top: 226px; right: 0px; width: 10px; height:884px; background: var(--main-color);}
.winners-award-page .lineright::after{content: ''; position: absolute; top: 64px; right: 10px; width: 10px; height:740px; background: var(--second-color);}
.winners-award-page .inner-area{max-width: 1110px; margin: 0 auto;}
.winners-award-page .inner-area .filter-area{display: flex; align-items: center; justify-content: space-between; border-bottom: var(--second-color) 1px dashed; padding-bottom: 36px; position: relative; margin-bottom: 32px;}
.winners-award-page .inner-area .filter-area::before{content: ''; position: absolute; bottom:-2px; left: 50%; width: 44px; height: 3px; background: var(--main-color); margin-left: -22px;}
.winners-award-page .inner-area .filter-area .form-select{border: var(--second-color) 1px solid; width: 48%; font-size: 16px; line-height: 24px; padding: 15px 48px; border-radius: 30px; color: var(--main-color);}
.winners-award-page .inner-area .filter-area .logo{width: 264px; }
.winners-award-page .inner-area .filter-area .logo img{width: 100%; height: 100px; object-fit: contain;}
.winners-award-page .inner-area .filter-area .presented-by{font-size: 16px; line-height: 24px; color: #fff; font-weight: 500; background: var(--main-color); padding: 13px 22px; border-radius: 25px; }
.winners-award-page .inner-area .photo-block{width: 100%; height: 815px; position: relative; overflow: hidden; border: var(--main-color) 1px solid;}
.winners-award-page .inner-area .photo-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; transition: all .5s ease;}
.winners-award-page .inner-area h3{font-size: 44px; line-height: 50px; color: var(--main-color); font-weight: 400; text-align: center; margin: 0 auto 30px auto; padding: 0 0 34px 0; position: relative; max-width:100%;}
.winners-award-page .inner-area h3::before{content: ''; position: absolute; bottom: 0px; left: 50%; width: 170px; height: 4px; background: var(--second-color); margin-left: -85px; }
.winners-award-page .inner-area p{font-size: 28px; line-height: 30px; color: var(--main-color); font-weight: 500; text-align: center; margin: 0 0 48px 0;}
.winners-award-page .inner-area p span{color: var(--second-color);}
.winners-award-page .inner-area ul.final-list{margin: 40px 0px 60px 0; padding: 0px; list-style: none; border-top: var(--second-color) 1px dashed;}
.winners-award-page .inner-area ul.final-list li a{border-bottom: var(--second-color) 1px dashed; padding: 24px 0; text-align: center; display: block; font-size: 24px; line-height: 34px; font-weight: 500; color: #000;}
.winners-award-page .inner-area ul.final-list li a span{color: var(--main-color);}

.judges-panel-page{padding: 74px 0 0 0; margin-top: 742px; background: #fff; position: relative; z-index: 9;}
.judges-panel-page h2{text-align: center; font-size: 62px; line-height: 62px; color: #000; font-weight: 400; margin: 0 0 35px 0 ; position: relative; padding-bottom: 40px;}
.judges-panel-page h2::before{content: ''; position: absolute; bottom: 0px; left: 50%; width: 170px; height: 4px; background: var(--second-color); margin-left: -85px; }
.judges-panel-page .line{border-top: var(--second-color) 1px solid; margin: 50px 0 40px 0;}
.judges-panel-page ul.judges-panel-list{margin: 0 -17px; padding:0px; display: flex; justify-content: center; flex-wrap: wrap; list-style: none;}
.judges-panel-page ul.judges-panel-list li{padding: 0 17px; width: 50%; margin: 0 0 30px 0;}
.judges-panel-page ul.judges-panel-list li .judges-panel-block{border: var(--main-color) 1px solid; display: flex;}
.judges-panel-page ul.judges-panel-list li .judges-panel-block .photo{width: 53.4%; height: 420px; position: relative; overflow: hidden; border-right: var(--main-color) 1px solid;}
.judges-panel-page ul.judges-panel-list li .judges-panel-block .photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; transition: all .5s ease;}
.judges-panel-page ul.judges-panel-list li .judges-panel-block .content-block{width: 46.6%; display: flex; flex-direction: column; justify-content: space-between; padding: 44px 40px;}
.judges-panel-page ul.judges-panel-list li .judges-panel-block .content-block .name{font-size: 24px; line-height: 34px; color: var(--main-color); font-weight: 500; margin: 0 0 12px 0;}
.judges-panel-page ul.judges-panel-list li .judges-panel-block .content-block .position{font-size: 16px; line-height: 22px; color: var(--main-color); font-weight: 500; }
.judges-panel-page ul.judges-panel-list li .judges-panel-block .content-block p{margin: 0px; font-size: 16px; line-height: 30px; color: #000; font-weight: 400; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.judges-panel-page ul.judges-panel-list li .modal-content{background:#FFF5DE; border-radius: 0px; border: #C29528 1px solid;}
.judges-panel-page ul.judges-panel-list li .modal-content .modal-body{padding: 130px 90px 100px 415px; position: relative;}
.judges-panel-page ul.judges-panel-list li .modal-content .modal-body .btn-close{position: absolute; top: 45px; right: 45px;}
.judges-panel-page ul.judges-panel-list li .modal-content .photo-area{width: 268px; height: 268px; border: var(--second-color) 1px solid; border-radius: 50%; position: absolute; top: 130px; left: 90px; overflow: hidden; background: #fff;}
.judges-panel-page ul.judges-panel-list li .modal-content .photo-area img{width: 100%; height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: cover; position: absolute;}
.judges-panel-page ul.judges-panel-list li .modal-content .name{font-size: 50px; line-height: 62px; color: var(--main-color); font-weight: 400; margin: 0 0 20px 0;}
.judges-panel-page ul.judges-panel-list li .modal-content .position{font-size: 16px; line-height: 22px; color:var(--second-color); font-weight: 400; margin: 0 0 20px 0;}
.judges-panel-page ul.judges-panel-list li .modal-content p{font-size: 16px; line-height: 30px; color:#000; font-weight: 400; margin: 0 0 20px 0;}


.sponsor-an-award{padding: 100px 0px 70px 0; background:#fff url(../images/bg-line.png) top left no-repeat; position: relative; z-index: 9; margin-top: 742px;}
.sponsor-an-award .content-area{max-width: 1036px; margin: 0 auto; padding:0 0 50px 0;}
.sponsor-an-award h2{text-align: center; font-size: 62px; line-height: 62px; color: #000; font-weight: 400; margin: 0 0 35px 0 ; position: relative; padding-bottom: 40px;}
.sponsor-an-award h2::before{content: ''; position: absolute; bottom: 0px; left: 50%; width: 170px; height: 4px; background: var(--second-color); margin-left: -85px; }
.sponsor-an-award .content-area p{text-align: center; font-size: 16px; line-height: 30px; font-weight: 400; margin: 0 0 30px 0; color: #000;}
.sponsor-an-award .content-area p:last-child{margin: 0px;}
.sponsor-an-award .why-sponsor-area{padding: 100px 86px;  background: url(../images/enquire-here-bg.jpg) center center no-repeat; background-size: cover; position: relative; display: flex; align-items: center; margin-bottom: 86px;}
.sponsor-an-award .why-sponsor-area::before{content: ''; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(360deg, #0078BB 0%, rgba(134, 0, 1, 0) 57.53%);}
.sponsor-an-award .why-sponsor-area .leftvideo{width: 42%; position: relative; z-index: 1; height: 500px;}

.sponsor-an-award .why-sponsor-area .leftvideo .lineleft{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%; z-index: 2;}
.sponsor-an-award .why-sponsor-area .leftvideo .lineleft::before{content: ''; position: absolute; top: 104px; left: 0px; width: 10px; height:320px; background: var(--main-color);}
.sponsor-an-award .why-sponsor-area .leftvideo .lineleft::after{content: ''; position: absolute; top: 46px; left: -10px; width: 10px; height:266px; background: var(--second-color);}

.sponsor-an-award .why-sponsor-area .leftvideo .lineright{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%; z-index: 2;}
.sponsor-an-award .why-sponsor-area .leftvideo .lineright::before{content: ''; position: absolute; top: 104px; right: 0px; width: 10px; height:320px; background: var(--main-color);}
.sponsor-an-award .why-sponsor-area .leftvideo .lineright::after{content: ''; position: absolute; top: 46px; right: -10px; width: 10px; height:266px; background: var(--second-color);}

.sponsor-an-award .why-sponsor-area .leftvideo .video-block{width: 100%; height: 100%; position: relative; overflow: hidden;}
.sponsor-an-award .why-sponsor-area .leftvideo .video-block video{width: 100%; height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: cover; position: absolute;}
.sponsor-an-award .why-sponsor-area .content-part{width: 58%; position: relative; z-index: 1; padding-left: 40px;}
.sponsor-an-award .why-sponsor-area .content-part h3{font-size: 62px; line-height: 78px; color: #fff; font-weight: 400; margin: 0 0 35px 0 ; position: relative; padding-bottom: 35px;}
.sponsor-an-award .why-sponsor-area .content-part h3::before{content: ''; position: absolute; bottom: 0px; left: 0%; width: 170px; height: 4px; background: var(--second-color); }
.sponsor-an-award .why-sponsor-area .content-part h3 span{color: var(--second-color); display: block;}
.sponsor-an-award .why-sponsor-area .content-part p{font-size: 16px; line-height: 30px; font-weight: 400; margin: 0 0 30px 0; color: #fff;}
.sponsor-an-award .why-sponsor-area .content-part p:last-child{margin: 0px;}
.sponsor-an-award ul.benifit-list{margin: 0px; padding: 0px; list-style: none;}
.sponsor-an-award ul.benifit-list li{margin-bottom: 34px; background: #F4E6C3; display: flex; align-items: center;}
.sponsor-an-award ul.benifit-list li .photo-part{width: 35%; min-height: 385px; position: relative; overflow: hidden;}
.sponsor-an-award ul.benifit-list li .photo-part img{width: 100%; height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: cover; position: absolute;}
.sponsor-an-award ul.benifit-list li .content-part{width: 65%; padding: 30px 94px;}
.sponsor-an-award ul.benifit-list li .content-part h4{font-size: 32px; line-height: 32px; color: var(--main-color); font-weight: 500; margin: 0 0 20px 0;}
.sponsor-an-award ul.benifit-list li .content-part p{font-size: 16px; line-height: 30px; font-weight: 400; color: #000; margin: 0px;}
.sponsor-an-award ul.benifit-list li:nth-of-type(2n+2){flex-direction: row-reverse;}

.sponsorship-benifits-area{background: var(--main-color); padding: 96px 0 75px 0; position: relative; z-index: 9;}
.sponsorship-benifits-area .photo-block {width: 100%; height: 486px; overflow: hidden; margin-bottom: 64px; position: relative;}
.sponsorship-benifits-area .photo-block img {width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; transition: all .5s ease;}
.sponsorship-benifits-area .photo-block h3{background: #fff; display: inline-block; position: absolute; bottom: 60px; left: 60px; z-index: 1; font-size: 32px; line-height: 42px; color: #000; font-weight: 500; margin: 0px; padding: 10px 20px;}
.sponsorship-benifits-area p{font-size: 16px; line-height: 30px; color: #fff; font-weight: 400; margin: 0 auto 64px auto; max-width: 1038px; text-align: center;}
.sponsorship-benifits-area h2{text-align: center; font-size: 62px; line-height: 62px; color: #fff; font-weight: 400; margin: 0 0 55px 0 ; position: relative; padding-bottom: 40px;}
.sponsorship-benifits-area h2::before{content: ''; position: absolute; bottom: 0px; left: 50%; width: 170px; height: 4px; background: var(--second-color); margin-left: -85px; }
.sponsorship-benifits-area ul.reward-list{margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.sponsorship-benifits-area ul.reward-list li{width: 33.33%; min-height:420px;}
.sponsorship-benifits-area ul.reward-list li .photo-box{width: 100%; height: 100%; position: relative; overflow: hidden;}
.sponsorship-benifits-area ul.reward-list li .photo-box img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.sponsorship-benifits-area ul.reward-list li .content-block{background: #fff; padding: 30px 56px; display: flex; flex-direction: column; justify-content: center; height: 100%;}
.sponsorship-benifits-area ul.reward-list li .content-block h3{font-size: 22px; line-height: 30px; color: var(--main-color); font-weight: 700; margin: 0 0 15px 0;}
.sponsorship-benifits-area ul.reward-list li .content-block p{font-size: 16px; line-height: 30px; color: #000; font-weight: 400; margin: 0px; padding: 0px; text-align: left;}
.sponsorship-benifits-area .note-block{border: #FFECBE 1px solid; padding: 38px 50px; font-size: 16px; line-height: 30px; color: #fff; font-weight: 400; margin-top: 60px;}

.become-a-sponsor-form-area{background: #F4E6C3; padding: 90px 0 80px 0; position: relative; z-index: 9;}
.become-a-sponsor-form-area h2{text-align: center; font-size: 62px; line-height: 62px; color: #000; font-weight: 400; margin: 0 0 35px 0 ; position: relative; padding-bottom: 40px;}
.become-a-sponsor-form-area h2::before{content: ''; position: absolute; bottom: 0px; left: 50%; width: 170px; height: 4px; background: var(--second-color); margin-left: -85px; }
.become-a-sponsor-form-area h2 span{color: var(--main-color);}
.become-a-sponsor-form-area p{font-size: 16px; line-height: 30px; color: #000; font-weight: 400; text-align: center; margin: 0 0 60px 0;}
.become-a-sponsor-form-area textarea.form-control{padding-top: 16px;}
.become-a-sponsor-form-area .form-control{margin-bottom: 16px; border: none; border-bottom: #000 1px solid; background: transparent; border-radius: 0px; font-size: 16px; line-height: 24px; color: #000; padding: 26px 0;}
.become-a-sponsor-form-area .form-control:focus{box-shadow: none; border-bottom: #000 1px dashed;}
.become-a-sponsor-form-area .form-control::-ms-input-placeholder{color: #000;}
.become-a-sponsor-form-area .form-control::placeholder{color: #000;}
.become-a-sponsor-form-area .intrested-label{margin-bottom: 35px; display: flex; flex-wrap: wrap;}
.become-a-sponsor-form-area .intrested-label h3{font-size: 16px; line-height: 24px; color: #000; font-weight: 400; margin: 24px 0 2px 0; display: block; width: 100%;}
.become-a-sponsor-form-area .checkbox-block{display: block; position: relative;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 15px 40px 0px 0px;}
.become-a-sponsor-form-area .checkbox-block input {position: absolute; opacity: 0;cursor: pointer; display: none;}
.become-a-sponsor-form-area .checkbox-block .checkmark{color: #000; font-size: 16px; font-family: var(--aptos400); line-height: 22px; padding: 0 0 0 30px; display: block; position: relative; }
.become-a-sponsor-form-area .checkbox-block .checkmark::before{content: ''; position: absolute; left: 0px; top: 0px; background: #fff; border-radius: 3px; width: 22px; height: 22px; border: var(--second-color) 1px solid;}
.become-a-sponsor-form-area .checkbox-block input:checked ~ .checkmark::before{background: var(--main-color); border: var(--main-color) 1px solid;}
.become-a-sponsor-form-area .checkbox-block input:checked ~ .checkmark::after{content: ''; position: absolute; left: 2px; top: 2px; background: url(../images/check-icon.svg) center center no-repeat; width: 18px; height: 18px; background-size: cover;}
.become-a-sponsor-form-area .btn-send{background: var(--second-color); padding: 18px 60px; font-size: 16px; line-height: 24px; font-weight: 500; color: #fff; border: none; margin:45px 0 0 0;}
.become-a-sponsor-form-area .btn-send:hover{background: var(--main-color); color:#fff ;}

.travel-partners-area{padding: 80px 0 0px 0; position: relative; z-index: 9; background: #fff; margin-top: 742px;}
.travel-partners-area .gray-part{background: #F2F2F2B2; background-blend-mode: multiply; padding: 100px 90px 90px 90px; display: flex; flex-wrap: wrap;}
.travel-partners-area .gray-part .photo-part{width: 42%; min-height: 500px; position: relative; z-index: 1;}
.travel-partners-area .gray-part .photo-part .photo{width: 100%; height: 100%; position: relative; overflow: hidden;}
.travel-partners-area .gray-part .photo-part .photo img{width: 100%; height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: cover; position: absolute;}
.travel-partners-area .gray-part .photo-part .lineleft{position: absolute; top: 0px; left: 0px; width: 20px; height: 100%; z-index: 2;}
.travel-partners-area .gray-part .photo-part .lineleft::before{content: ''; position: absolute; top: 104px; left: 0px; width: 10px; height:320px; background: var(--main-color);}
.travel-partners-area .gray-part .photo-part .lineleft::after{content: ''; position: absolute; top: 46px; left: -10px; width: 10px; height:266px; background: var(--second-color);}
.travel-partners-area .gray-part .photo-part .lineright{position: absolute; top: 0px; right: 0px; width: 20px; height: 100%; z-index: 2;}
.travel-partners-area .gray-part .photo-part .lineright::before{content: ''; position: absolute; top: 104px; right: 0px; width: 10px; height:320px; background: var(--main-color);}
.travel-partners-area .gray-part .photo-part .lineright::after{content: ''; position: absolute; top: 46px; right: -10px; width: 10px; height:266px; background: var(--second-color);}

.travel-partners-area .gray-part .content-part{width: 58%; padding-left: 42px;}
.travel-partners-area .gray-part .content-part h2{font-size: 60px; line-height: 78px; color: #000000; font-weight: 400; margin: 0 0 30px 0; padding-bottom: 30px; position: relative;}
.travel-partners-area .gray-part .content-part h2 span{display: block; font-size: 16px; line-height: 24px; color: var(--second-color); letter-spacing: 4px; font-weight: 500; text-transform: uppercase; margin: 0 0 25px 0;}
.travel-partners-area .gray-part .content-part h2::before{content: ''; position: absolute; bottom: 0px; left: 0px; background: var(--second-color); width: 170px; height: 4px;}
.travel-partners-area .gray-part .content-part p{font-size: 16px; line-height: 30px; color: #000; font-weight: 400; margin: 0 0 30px 0;}
.travel-partners-area .gray-part .content-part p:last-child{margin: 0px;}
.travel-partners-area .gray-part .info-area{width: 100%; border-top: var(--second-color) 1px solid; border-bottom: var(--second-color) 1px solid; padding: 18px 0 22px 0; display: flex; justify-content: space-between; margin-top: 70px;}
.travel-partners-area .gray-part .info-area .info{font-size: 25px; line-height: 25px; color: #000; font-weight: 500;}
.travel-partners-area .gray-part .info-area .info span{display: block; font-size: 16px; line-height: 30px; color: var(--main-color); font-weight: 400; margin: 10px 0;}
.travel-partners-area .gray-part .info-area .info:last-child{padding-right: 86px;}
.travel-partners-area .term-area{background: #FFF5DE; padding-bottom: 22px;}
.travel-partners-area .term-area .btn-primary{background:transparent; color: var(--main-color); width: 100%; border:none; border-radius: 0px; font-size: 25px; line-height: 25px; text-align: left; padding: 56px 90px 34px 90px; font-weight: 500; position: relative;}
.travel-partners-area .term-area .inner-content{padding: 0 90px 34px 90px;}
.travel-partners-area .term-area .inner-content ul{margin: 0px; padding: 0px; list-style: none;}
.travel-partners-area .term-area .inner-content ul li{font-size: 16px; line-height: 30px; font-weight: 400; color: #000; padding-left: 10px; position: relative;}
.travel-partners-area .term-area .inner-content ul li::before{content: ''; position: absolute; top: 13px; left: 0px; width: 4px; height: 4px; background: #000; border-radius: 50%;}
.travel-partners-area .term-area .inner-content ul li a{color: #000; text-decoration: underline;}
.travel-partners-area .term-area .btn-primary.collapsed::before{content: ''; position: absolute; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid var(--main-color); top: 64px; right: 90px; transform: rotate(0deg);transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.travel-partners-area .term-area .btn-primary::before{content: ''; position: absolute; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid var(--main-color); top: 64px; right: 90px; transform: rotate(180deg); transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}


.booking-fee-area{padding: 80px 0 0px 0; position: relative; z-index: 9; background: #fff; margin-top: 742px;}
.booking-fee-area ul.info-list{margin: 0px -12px 80px -12px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.booking-fee-area ul.info-list li{width: 25%; padding: 0 12px;}
.booking-fee-area ul.info-list li .inner-block{background: #FFF5DE; min-height: 136px; position: relative; padding: 0 20px 0 162px; display: flex; flex-direction: column; justify-content: center;}
.booking-fee-area ul.info-list li .inner-block .icon{width: 132px; height: 100%; background: var(--main-color); position: absolute; top: 0px; left: 0px; display: flex; align-items: center; justify-content: center;}
.booking-fee-area ul.info-list li .inner-block h3{font-size: 20px; line-height: 26px; padding-bottom: 8px; color: var(--second-color); font-weight: 600; position: relative; min-height: auto; margin: 0 0 12px 0;}
.booking-fee-area ul.info-list li .inner-block h3::before{content: ''; position: absolute; bottom: 0px; left: 0px; width: 67px; height: 1px; background: var(--second-color);}
.booking-fee-area ul.info-list li .inner-block .time{font-size: 20px; line-height: 26px; color: var(--main-color); font-weight: 700; }
.booking-fee-area ul.info-list li .inner-block h4{font-size: 16px; line-height: 25px; color: var(--main-color); font-weight: 600;}
.booking-fee-area ul.info-list li .inner-block h4 span{color: var(--second-color); display: block; font-size: 20px; line-height: 26px;}
.booking-fee-area h2{font-size: 44px; line-height: 68px; text-align: center; font-weight: 400; margin: 0 0 70px 0; color: #000;}
.booking-fee-area h2 .red{color: var(--main-color);}
.booking-fee-area h2 .yellow{color: var(--second-color);}
.booking-fee-area .fee-table{background: #F4E6C3; padding: 100px 0 80px 0;}
.booking-fee-area .fee-table .table-area{max-width: 1180px; margin: 0 auto;}
.booking-fee-area .fee-table .table-area h3{background: var(--second-color); text-align: center; font-size: 30px; line-height: 38px; color: #fff; padding: 18px 0; border: 4px solid #F4E6C3; margin: 0px; border-bottom: none;}
.booking-fee-area .fee-table .table-area table{border: 3px solid #F4E6C3; border-collapse: collapse; background: #E6D0A0; margin: 0 0 35px 0;}
.booking-fee-area .fee-table .table-area th{border: 3px solid #F4E6C3; border-collapse: collapse; background: #E6D0A0; padding: 24px 30px; font-size: 18px; line-height: 26px; color: var(--main-color); font-weight: 700; white-space: nowrap;}
.booking-fee-area .fee-table .table-area td{border: 3px solid #F4E6C3; border-collapse: collapse; background: #E6D0A0; padding: 24px 30px; font-size: 16px; line-height: 26px; color: #000;}
.booking-fee-area .fee-table .table-area td strong{color: #000; font-size: 18px; line-height: 26px; font-weight: 700; text-align: center; display: block;}
.booking-fee-area .fee-table .table-area td p{color: #000;}
.booking-fee-area .fee-table .table-area tr td:nth-child(1) strong { text-align: start; padding-bottom: 5px; }
.booking-fee-area .fee-table .table-area td strong.red{color: var(--main-color); display: block;}
.booking-fee-area .fee-table p{font-size: 16px; color: var(--main-color); line-height: 26px; font-weight: 400; margin: 0px;}

.table-booking-form{background: #fff; position: relative; z-index: 9; padding: 72px 0 40px 0;}
.table-booking-form h2{font-size: 61px; line-height: 62px; font-weight: 400; color: #000; text-align: center; position: relative; padding-bottom: 42px; margin-bottom: 20px;}
.table-booking-form h2::before{content: ''; position: absolute; bottom: 0px; left: 50%; margin-left: -85px; background-color: var(--second-color); width: 170px; height: 4px;}
.table-booking-form p{font-size: 16px; line-height: 26px; color: #000; font-weight: 400; text-align: center;}
.table-booking-form ul.form-ul{margin: 0px auto; padding: 0px; list-style: none; max-width: 1180px;}
.table-booking-form ul.form-ul li{display: flex; justify-content: space-between; font-size: 16px; line-height: 25px; color: #000; align-items: center; margin-bottom: 30px;}
.table-booking-form ul.form-ul li .type{width: 50%; padding-right: 200px;}
.table-booking-form ul.form-ul li .quantity{width: 22%; text-align: center;}
.table-booking-form ul.form-ul li .price{width: 28%; text-align: right; font-weight: 700;}
.table-booking-form ul.form-ul li strong{color: var(--main-color); display: block; font-weight: 700; font-size: 18px;}
.table-booking-form ul.form-ul li.titlebar{border-bottom: var(--second-color) 1px solid; font-size: 18px; line-height: 26px; color: var(--main-color); padding: 28px 0; font-weight: 700;} 
.table-booking-form ul.form-ul li select{border:none; border-bottom: #000 1px solid; border-radius: 0px; padding: 6px 6px; background-position: right 0 center; font-size: 16px;}
.table-booking-form ul.form-ul li select:focus{box-shadow: none;}
.table-booking-form ul.form-ul li:last-child{border-bottom: var(--second-color) 1px solid; padding-bottom: 25px; margin-bottom: 10px;}
.table-booking-form .center-form{max-width: 1180px; margin: 0 auto;}
.table-booking-form .center-form .form-control{margin-bottom: 8px; border: none; border-bottom: #000 1px solid; border-radius: 0px; font-size: 16px; line-height: 24px; color: #000; padding: 26px 0;}
.table-booking-form .center-form .form-select{margin-bottom: 8px; border: none; border-bottom: #000 1px solid; border-radius: 0px; font-size: 16px; line-height: 24px; color: #000; padding: 26px 0px; background-position: right 0 center;}
.table-booking-form .center-form .form-control:focus,
.table-booking-form .center-form .form-select:focus{box-shadow: none; border-bottom: var(--second-color) 1px solid;}
.table-booking-form .center-form .form-control::-ms-input-placeholder{color: #737373;}
.table-booking-form .center-form .form-control::placeholder{color: #737373;}
.table-booking-form .center-form h3{font-size: 30px; line-height: 40px; color: var(--main-color); font-weight: 500; margin: 60px 0 15px 0; text-align: center;}
.table-booking-form .checkbox-block{display: block; position: relative;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 26px 0px 0px 0px;}
.table-booking-form .checkbox-block input {position: absolute; opacity: 0;cursor: pointer; display: none;}
.table-booking-form .checkbox-block .checkmark{color: #000; font-size: 16px; font-family: var(--aptos400); line-height: 22px; padding: 0 0 0 30px; display: block; position: relative; }
.table-booking-form .checkbox-block .checkmark::before{content: ''; position: absolute; left: 0px; top: 2px; background: #fff; border-radius: 3px; width: 18px; height: 18px; border: #000 1px solid;}
.table-booking-form .checkbox-block input:checked ~ .checkmark::before{background: var(--main-color); border: var(--main-color) 1px solid;}
.table-booking-form .checkbox-block input:checked ~ .checkmark::after{content: ''; position: absolute; left: 1px; top: 3px; background: url(../images/check-icon.svg) center center no-repeat; width: 16px; height: 16px; background-size: cover;}
.table-booking-form .btn-send{background: var(--main-color); padding: 16px 60px; font-size: 16px; line-height: 24px; font-weight: 500; color: #fff; border: none; margin:50px 0 0 0; border: var(--main-color) 2px solid;}
.table-booking-form .btn-send:hover{background: #fff; color:var(--second-color); border: var(--second-color) 2px solid;}

.error{
  color: red;
  font-size: 14px;
  line-height: 16px;
}



.register-guest-page{padding: 100px 0px 70px 0; background:#fff url(../images/bg-line.png) top left no-repeat; position: relative; z-index: 9; margin-top: 742px;}
.register-guest-page h2{text-align: center; font-size: 62px; line-height: 62px; color: #000; font-weight: 400; margin: 0 0 35px 0 ; position: relative; padding-bottom: 40px;}
.register-guest-page h2::before{content: ''; position: absolute; bottom: 0px; left: 50%; width: 170px; height: 4px; background: var(--second-color); margin-left: -85px; }
.register-guest-page ul.benifit-list{margin: 0px; padding: 0px; list-style: none;}
.register-guest-page ul.benifit-list li{margin-bottom: 34px; background: #F4E6C3; display: flex; align-items: center;}
.register-guest-page ul.benifit-list li .photo-part{width: 35%; min-height: 385px; position: relative; overflow: hidden;}
.register-guest-page ul.benifit-list li .photo-part img{width: 100%; height: 100%; top:0%; bottom:0%; left:0%; right:0%; margin: auto; object-fit: cover; position: absolute;}
.register-guest-page ul.benifit-list li .content-part{width: 65%; padding: 30px 94px;}
.register-guest-page ul.benifit-list li .content-part h4{font-size: 32px; line-height: 32px; color: var(--main-color); font-weight: 500; margin: 0 0 20px 0;}
.register-guest-page ul.benifit-list li .content-part p{font-size: 16px; line-height: 30px; font-weight: 400; color: #000; margin: 0px;}
.register-guest-page ul.benifit-list li .content-part ul{margin: 0px; padding: 0px; list-style: none;}
.register-guest-page ul.benifit-list li .content-part ul li{font-size: 16px; line-height: 30px; font-weight: 400; color: #000; margin: 0px; position: relative; padding-left: 15px;}
.register-guest-page ul.benifit-list li .content-part ul li::before{content: ''; width: 4px; height: 4px; background: #000; border-radius: 50%; position: absolute; top: 13px; left: 0px;}
.register-guest-page ul.benifit-list li:nth-of-type(2n+2){flex-direction: row-reverse;}
.register-guest-page ul.benifit-list li .content-part ul li:nth-of-type(2n+2) {flex-direction: inherit;}
.register-guest-page .guest-form{background: #F7F7F7; mix-blend-mode: multiply;  padding: 60px 36px;}
.register-guest-page .guest-form h3{font-size: 31px; line-height: 39px; color: var(--second-color); font-weight: 500; margin: 0 0 34px 0; text-align: center;}
.register-guest-page .guest-form .form-control{margin-bottom: 8px; border: none; border-bottom: #000 1px solid; border-radius: 0px; font-size: 16px; line-height: 24px; color: #000; padding: 26px 0; background: transparent;}
.register-guest-page .guest-form .form-select{margin-bottom: 8px; border: none; border-bottom: #000 1px solid; border-radius: 0px; font-size: 16px; line-height: 24px; color: #000; padding: 10px 0 26px 0; background-position: right 0 center; background-color: transparent;}
.register-guest-page .guest-form .form-control:focus,
.register-guest-page .guest-form .form-select:focus{box-shadow: none; border-bottom: var(--second-color) 1px solid;}
.register-guest-page .guest-form .form-control::-ms-input-placeholder{color: #3d3d3d;}
.register-guest-page .guest-form .form-control::placeholder{color: #3d3d3d;}
.register-guest-page .guest-form label{color: var(--main-color); margin-top: 22px; min-height: 48px; font-size: 16px; line-height: 24px;}
.register-guest-page .guest-form .btn-send{background: var(--main-color); padding: 16px 60px; font-size: 16px; line-height: 24px; font-weight: 500; color: #fff; border: none; margin:50px 0 0 0; border: var(--main-color) 2px solid;}
.register-guest-page .guest-form  .btn-send:hover{background: #fff; color:var(--second-color); border: var(--second-color) 2px solid;}
.register-guest-page .table-list{margin: 60px 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; justify-content: center;}
.register-guest-page .table-list li{margin: 0 7px;}
.register-guest-page .table-list li .nav-link{border: var(--second-color) 1px solid; background: #fff; border-radius: 30px; font-size: 16px; line-height: 24px; padding: 14px 56px; color: var(--second-color);}
.register-guest-page .table-list li .nav-link:hover,
.register-guest-page .table-list li .nav-link.active{background: var(--second-color); color: #fff;}

.register-guest-page .accordion .accordion-item{margin-top: 10px;  background-color: #FFF5DE; border:none; }
.register-guest-page .accordion .accordion-button{border-radius: 0px !important; font-size: 25px; line-height: 25px; color: var(--main-color); padding: 56px 90px; font-weight: 500; text-transform: uppercase; background: #FFF5DE; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.register-guest-page .accordion .accordion-button:focus{box-shadow: none}
.register-guest-page .accordion .accordion-button:not(.collapsed){background: #FFF5DE; box-shadow: none; padding: 56px 90px 30px 90px; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.register-guest-page .accordion .accordion-button.collapsed::after{content: ''; position: absolute; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid var(--main-color); top: 64px; right: 90px; transform: rotate(0deg);transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.register-guest-page .accordion .accordion-button::after{content: ''; position: absolute; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid var(--main-color); top: 64px; right: 90px; transform: rotate(180deg); transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}

.register-guest-page .accordion .accordion-body{padding: 0 32px 48px 32px; font-size: 14px; line-height: 22px; font-weight: 400; color: #000; }
.register-guest-page .accordion .accordion-body .form-control{margin-bottom: 8px; border: none; border-bottom: #000 1px solid; border-radius: 0px; font-size: 16px; line-height: 24px; color: #000; padding: 26px 0; background: transparent;}
.register-guest-page .accordion .accordion-body .form-select{margin-bottom: 8px; border: none; border-bottom: #000 1px solid; border-radius: 0px; font-size: 16px; line-height: 24px; color: #000; padding: 26px 0; background-position: right 0 center; background-color: transparent;}
.register-guest-page .accordion .accordion-body .form-control:focus,
.register-guest-page .accordion .accordion-body .form-select:focus{box-shadow: none; border-bottom: var(--second-color) 1px solid;}
.register-guest-page .accordion .accordion-body .form-control::-ms-input-placeholder{color: #3d3d3d;}
.register-guest-page .accordion .accordion-body .form-control::placeholder{color: #3d3d3d;}
.register-guest-page .accordion .accordion-body textarea.select2-search__field::-ms-input-placeholder{color: #3d3d3d;}

.register-guest-page .accordion .accordion-body textarea.select2-search__field::placeholder{color: #3d3d3d;}
.register-guest-page .accordion .accordion-body .btn-send{background: var(--main-color); padding: 16px 60px; font-size: 16px; line-height: 24px; font-weight: 500; color: #fff; border: none; margin:50px 0 0 0; border: var(--main-color) 2px solid;}
.register-guest-page .accordion .accordion-body .btn-send:hover{background: transparent; color:var(--second-color); border: var(--second-color) 2px solid;}
.register-guest-page .accordion .accordion-body .checkbox-block{display: block; position: relative;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 0px 0px 30px 58px; max-width: 520px;}
.register-guest-page .accordion .accordion-body .checkbox-block input {position: absolute; opacity: 0;cursor: pointer; display: none;}
.register-guest-page .accordion .accordion-body .checkbox-block .checkmark{color: var(--main-color); font-size: 16px; line-height: 24px; padding: 0 0 0 30px; display: block; position: relative; }
.register-guest-page .accordion .accordion-body .checkbox-block .checkmark::before{content: ''; position: absolute; left: 0px; top: 6px; background: #EAEAEA; border-radius: 50%; width: 14px; height: 14px; border: var(--second-color) 1px solid;}
.register-guest-page .accordion .accordion-body .checkbox-block input:checked ~ .checkmark::before{background: var(--main-color); border: var(--main-color) 1px solid;}
.register-guest-page .accordion .accordion-body .checkbox-block input:checked ~ .checkmark::after{content: ''; position: absolute; left: 4px; top: 10px; background:#fff; width: 6px; height: 6px; border-radius: 50%;}

.form-popup .modal-content{background: #F7F7F7; border: none; border-radius: 0px;}
.form-popup .modal-content .modal-body{padding: 0px; display: flex;}
.form-popup .modal-content .modal-body .photo-part{width: 50%; min-height: 200px; position: relative; overflow: hidden;}
.form-popup .modal-content .modal-body .photo-part .photo{width: 100%; height: 100%; overflow: hidden; position: relative;}
.form-popup .modal-content .modal-body .photo-part .photo img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.form-popup .modal-content .modal-body .form-part{padding: 80px 64px 50px 64px; width: 50%; position: relative;}
.form-popup .modal-content .modal-body .form-part h2{font-size: 62px; line-height: 62px; color: #000; margin: 0 0 16px 0; font-weight: 400; text-align: center;}
.form-popup .modal-content .modal-body .form-part h3{font-size: 40px; line-height: 52px; color: #000; margin: 0 0 16px 0; font-weight: 400; text-align: center;}
.form-popup .modal-content .modal-body .form-part h4{font-size: 14px; line-height: 22px; color: #000; margin: 0 0 16px 0; font-weight: 400; text-align: center;}
.form-popup .modal-content .modal-body .btn-close{position: absolute; top: 20px; right: 20px;}
.form-popup .modal-content .modal-body .form-part .input-block{margin-bottom: 10px; position: relative;}
.form-popup .modal-content .modal-body .form-part .form-control{border: none; border-bottom: #000 1px solid; border-radius: 0px; font-size: 16px; line-height: 24px; color: #000; padding: 26px 0; background: transparent;}
.form-popup .modal-content .modal-body .form-part .form-control:focus{box-shadow: none; border-bottom: var(--second-color) 1px solid;}
.form-popup .modal-content .modal-body .form-part .form-control::-ms-input-placeholder{color: #3d3d3d;}
.form-popup .modal-content .modal-body .form-part .form-control::placeholder{color: #3d3d3d;}
.form-popup .modal-content .modal-body .form-part .btn-blue{background: #0078BB; padding: 16px 60px; font-size: 16px; line-height: 24px; font-weight: 500; color: #fff; border: none; margin:35px 0 0 0; border: #0078BB 2px solid;}
.form-popup .modal-content .modal-body .form-part .btn-blue:hover{background: #fff; color:#0078BB; border: #0078BB 2px solid;}
.form-popup .modal-content .modal-body .form-part p{font-size: 14px; line-height: 24px; margin: 12px 0 0 0; color: #000; font-weight: 400;}
.form-popup .modal-content .modal-body .form-part p a{font-weight: 500; color: #000;}

.judging-process{padding: 80px 0 0px 0; position: relative; z-index: 9; background: #fff; margin-top: 742px;}
.judging-process .container .bg-color{background-color: #0078BB;height: 1589px; position: relative;}
.judging-process .bg-img{background-image: url(../images/enquire-here-bg.jpg);height: 700px;background-position: center center;background-attachment: fixed;background-size: cover;}
.judging-process .bg-img .content-block {display: flex;padding: 98px 78px 0px 78px;}
.judging-process .bg-img .content-block .left-side .photo-block{width: 100%; height: 348px; position: relative; overflow: hidden; margin-bottom: 10px;}
.judging-process .bg-img .content-block .left-side .photo-block img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.judging-process .bg-img .content-block .left-side .photo-block:last-child{margin-bottom: 0px;}
.judging-process .left-side{width: 42%; padding-right: 10px;}
.judging-process .right-side{height: 100%; position: relative; width: 58%; padding-left: 32px;}
.judging-process .right-side .title-area{position: sticky; top: 100px; margin-top: 0px;}
.judging-process .right-side .title-area h3{font-size: 16px;line-height: 24px;font-weight: 500;letter-spacing: 4px;color: #C29528;text-transform: uppercase; margin: 0 0 25px 0;}
.judging-process .right-side .title-area h2{font-size: 61.04px;line-height: 79px;font-weight: 400;color: #fff; padding-bottom: 42px; position: relative; margin: 0px 0 50px 0;}
.judging-process .right-side .title-area h2 span{color: #C29528;}
.judging-process .right-side .title-area h2::before{content: ''; background-color: #C29528;width: 170px;height: 4px;bottom:0;left: 0;position: absolute;}
.content-area::before {content: ''; position: absolute; border-bottom: #0078BB 20px solid; width: 100%; height: 0px; left: 0px; bottom: -20px;}
.judging-process .right-side .content-area{margin-top: 20px;background: #FFF5DE; padding: 25px 54px; font-size: 16px; line-height: 30px;font-weight: 400;color: #000;position: relative;min-height: 208px; min-width: 729px; display: flex; align-items: center;}
.judging-process .right-side .content-area:nth-of-type(odd){background-color: #C29528;color: #fff;}




/*** select2 css for guest form ****/ 


.select2-container--default .select2-selection--multiple
{
    border: none !important;
    /* border-bottom: 1px solid black !important; */
    border-radius: 0 !important;
    background: none !important;
}

/* .select2-container .select2-search--inline .select2-search__field
{
  height: 15px !important;
} */


.main-menu-part{background: #fff; position: fixed; top: 0px; right: -480px; z-index: 111; height: 100%; width: 480px; overflow-y: scroll; padding: 20px 46px 60px 46px; transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;}
.main-menu-part.show{right: 0px; transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;}
.main-menu-part .btn-menu-close{position: absolute; top: 0px; right: 0px; background:var(--main-color); border: none; width: 80px; height: 80px; border-radius: 0 0 0 70px; padding: 20px 20px 30px 30px}
.main-menu-part .btn-menu-close:hover{background:var(--main-color) !important;}
.main-menu-part .logo{width: 200px; margin: 0 0 20px 0;}
.main-menu-part .logo img{width: 100%}
.main-menu-part ul.header-menu{margin: 0px; padding: 0px; list-style: none; border-bottom: #EDDEC9 1px solid}
.main-menu-part ul.header-menu li{border-top: #EDDEC9 1px solid}
.main-menu-part ul.header-menu li a{font-size: 16px; line-height: 46px; display: block; color: #000;}
.main-menu-part ul.header-menu li a.dropdown-toggle::after {content: ''; border: none; width: 16px; height: 2px; background: var(--main-color); position: absolute; right: 0px; top: 22px}
.main-menu-part ul.header-menu li a.dropdown-toggle::before{content: ''; border: none; width: 2px; height: 16px; background: var(--main-color); position: absolute; right: 7px; top: 15px}
.main-menu-part ul.header-menu li a.dropdown-toggle.show::before{content: none;}
.main-menu-part ul.header-menu li a:hover{color: var(--main-color)}
.main-menu-part ul.header-menu li .dropdown-menu{position: static !important; border-radius: 8px; border: none; -webkit-transform: none !important; -o-transform: none !important; transform: none !important; padding: 12px 20px; max-height: 100% !important; background: #0078BB17;}
.main-menu-part ul.header-menu li .dropdown-menu.show{-webkit-transition: max-height 1s,visibility 0s,padding 0.2s ease; -o-transition: max-height 1s,visibility 0s,padding 0.2s ease; transition: max-height 1s,visibility 0s,padding 0.2s ease; max-height: 500px; visibility: visible;}
.main-menu-part ul.header-menu li .dropdown-menu li{border: none}
.main-menu-part ul.header-menu li .dropdown-menu li a{font-size: 13px; display: block; line-height: 26px; padding: 0px; color: #0078bb; }
.main-menu-part ul.header-menu li .dropdown-menu li a:hover{color: var(--main-color);}
.main-menu-part ul.social{position: fixed; bottom: 0px; background: white; width: 480px; right: -480px; margin: 0px; list-style: none; padding: 8px; display: flex; justify-content: center; transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;}
.main-menu-part ul.social li{margin:0 10px;}
.main-menu-part.show ul.social{right: 0px; transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;}

.inner-top-banner-area .photo-area .video-block .optional-block {
  position: absolute;
  bottom: 50px;
  left: 90%;
  z-index: 3;
}
.inner-top-banner-area .photo-area .video-block .optional-block button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 20px;
  margin-right: 3px;
  padding: 0px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

#guest_list .form-check-input[type=checkbox] {
  border-radius: .25em;
  border: 2px solid var(--second-color);font-size: 21px;
}
#guest_list .checkmark{font-size: 21px;color:var(--main-color);font-weight: 400;}
#toTop {bottom: 50px; color: #fff; width: 59px; height: 59px; cursor: pointer; display: none; font-size: 14px; font-weight: 700; text-transform: uppercase; position: fixed; right: 65px;  z-index: 999;}
#toTop svg circle {fill: #0078BB; stroke-width: 2px;}
.booking-fee-area ul.info-list li .inner-block { background: #FFF5DE; min-height: 136px; position: relative; padding:15px 5px 0 152px; display: flex; flex-direction: column; justify-content: start; }
.why-nominate-area.judges-area { margin-top: 0; }
.why-nominate-area.judges-area .btn-md { margin: 0 !important; }

.page-title {text-align: center;font-size: 62px; line-height: 62px; color: #000; font-weight: 400; margin:0 0 45px 0; position: relative; padding-bottom: 45px }
.page-title::before { content: ''; position: absolute; bottom: 0px;  left: 50%; width: 170px;  height: 4px; background: var(--second-color);  margin-left: -85px;}
.album-img.without-sponsors-image {height: 487px !important; }

.gallery-page{padding: 0px 0px 56px 0px; position: relative; z-index: 9; background: #fff; margin-top: 742px;}
.gallery-page .video-cate-list{padding-left: 100px; padding-top: 80px;}
.gallery-page .video-cate-list a{color: var(--second-color); border: var(--second-color) 1px solid; padding: 15px 36px; font-size: 16px; line-height: 24px; font-weight: 500; border-radius: 30px;}
.gallery-page .video-cate-list a:hover,
.gallery-page .video-cate-list a.active{background: var(--main-color); border:var(--main-color) 1px solid; color: #fff;}
.gallery-page .video-cate-list .owl-dots{display: none;}

.top-hero-banner .top-banner-heading h1{ margin: 0 !important;}
.top-hero-banner .top-banner-heading  { display: flex; flex-direction: column; gap: 25px;}
.top-hero-banner .top-banner-heading h2 { font-size: 32px; line-height: 48px; font-weight: 600;color: var(--main-color); margin: 0px 0 0 0; }
.top-hero-banner .top-banner-heading h2 span { display: block; color: var(--second-color); }
.top-hero-banner .top-banner-heading a { width: fit-content;}

.video-list-owl .owl-nav {display: flex;  justify-content: space-between; width: 100%; position: absolute; top: 16px; z-index: -1; }
.video-list-owl .owl-nav .owl-prev, .video-list-owl .owl-nav .owl-next {  background: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative;}
.video-list-owl .owl-nav .owl-prev span, .video-list-owl .owl-nav .owl-next span{ display: inline-block; position: relative; top: -3px; font-size: 28px; line-height: 10px !important;}
.video-gallery-page .video-list-owl a { width: 100%; text-align: center;}
.gallery-page .video-list-owl a { width: 100%; text-align: center;}
.video-list-owl .owl-nav .owl-prev { left: -30px !important; }
.video-list-owl .owl-nav .owl-next { right: -30px; }

.select2-container--default .select2-search--inline .select2-search__field {  font-family: "Roboto Slab", serif !important; }
.select2-container .select2-search--inline .select2-search__field{ height: 22px !important; font-family: "Roboto Slab", serif !important; }
.important-dates-area ul.photo-list li:last-child {margin: 0px;}
.enquire-here-area .iti__country-list {color: #000;}


#guest_list .d-flex { gap: 10px; align-items: center; }
#guest_list .d-flex .saveAlcoholBtn { background: var(--main-color); padding: 6px 26px; font-size: 14px; line-height: 20px; font-weight: 500; color: #fff; border: none; margin: 0; border: var(--main-color) 2px solid; }