@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=Rubik:wght@500;600;700;800&display=swap');
body {
  font-family: 'Anton', sans-serif;
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow-x: hidden !important;
}
html {
  scroll-behavior: smooth;
}
a, button, img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
img {
  max-width: 100%
}
h1, h2, h3, h4, h5, h6, li, p, ul {
  margin: 0;
  padding: 0
}
ul {
  list-style: none;
}
a {
  color: #f0483e;
  text-decoration: none
}
a:focus, a:hover {
  text-decoration: none
}
.navigation {
  width: 100%;
  background: #fff;
  border: none;
  min-height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0px 0px 25px #0000004a;
}
.navigation .navbar-nav {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navigation .container {
  max-width: 1200px;
  padding: 0;
}
.navbar-brand {
  height: auto;
  padding: 0;
}
.logo {
  padding: 16px 0;
}
.navigation .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation .row:before, .navigation .row:after {
  display: none;
}
.navigation .navbar-nav > li > a {
  color: #090101;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  padding: 27px 23px;
  text-transform: uppercase;
}
.navigation .navbar-nav > li.book_btn > a {
  background: #99ca3b;
  border-radius: 0;
  border: none;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 0;
  color: #fff;
  position: relative;
}
li.book_btn.blue_btn {
  margin-left: 20px;
}
.navigation .navbar-nav > li.book_btn > a:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 3px;
  background: #000;
  width: 100%;
  height: 45px;
  z-index: -1;
}
.navigation .navbar-nav > li > a:hover {
  color: #d02d26;
  background: none;
}
.navigation .navbar-nav > li.book_btn > a:hover {
  background: #76a125;
  color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  outline: none;
  border: none;
}
.navigation .navbar-nav > .active > a, .navigation .navbar-nav > .active > a:focus, .navigation .navbar-nav > .active > a:hover {
  background-color: transparent
}
.container {
  max-width: 1090px;
  width: 100%;
}
.navigation .navbar-nav > li > a.register_btn:hover {
  color: #fff
}
.navigation .navbar-nav li a.active {
  color: #f0483e;
}
.hamburger {
  position: absolute;
  top: 0;
  right: 0;
}
.top_banner {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 140px 15px 200px;
  position: relative;
  z-index: 1000;
  background: url("../img/banner-bg.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.wheat {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  animation: swing2 ease-in-out 4s infinite alternate;
}

@keyframes swing2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(30px);
  }
}
.wheat img {
  width: 100%;
}
.dhol {
  position: absolute;
  right: -120px;
  bottom: 20px;
  z-index: 1;
}
.goldentemple {
  position: absolute;
  left: 0;
  bottom: -30px;
}
.main-menu li {
  display: inline-block;
  margin: 20px 1px;
  background-color: #ee952d;
  padding: 6px 42px 2px;
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
  position: relative;
}
.parallelogramRight {
  transform: skew(-25deg);
  -o-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
}
.parallelogramleft {
  transform: skew(25deg);
  -o-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -webkit-transform: skew(25deg);
  display: block;
}
.main-menu li.becomeapartner {
  background-color: #fff;
  color: #ee952d;
  border-bottom: 2px solid;
  border-right: 3px solid;
}
.networks {
  color: #e8533f;
  font-size: 41px;
  font-family: anton;
  text-transform: uppercase;
}
.date_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 22px auto 8px;
  padding: 8px 0;
  position: relative;
}
.date_row p {
  /*font-size: 36px;*/
  font-size: 54px;
  
    color: #212958;
    padding: 0 18px;
    display: flex;
    align-items: center;
    position: relative;
    font-family: 'Bebas Neue', cursive;
}
.date_row p img {
    margin-right: 6px;
    position: relative;
    top: -3px;
}
.date_row p:before {
    position: absolute;
    right: -1px;
    top: 5px;
    content: "";
    width: 1px;
    height: 41px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 52%) 50%, rgba(255,255,255,0) 100%);
}
.date_row p:last-child:before {
  content: none;
}

.btn_row {
  display: inline-block;
  width: 100%;
  margin: 10px 0 30px;
}
.btn_row a {
    border-radius: 50px;
    border: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .5px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    padding: 15px 5px;
    text-transform: uppercase;
    position: relative;
    margin: 0 4px;
    width: 280px;
    display: inline-block;
    background: -moz-linear-gradient(270deg, #fb9e16 0, #D13D0B 100%);
    background: -webkit-gradient(linear, 270deg, color-stop(0, fb9e16), color-stop(100%, D13D0B));
    background: -webkit-linear-gradient(270deg, #fb9e16 0, #D13D0B 100%);
    background: -o-linear-gradient(270deg, #fb9e16 0, #D13D0B 100%);
    background: -ms-linear-gradient(270deg, #fb9e16 0, #D13D0B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(270deg, #fb9e16 0, #D13D0B 100%);
}
.btn_row a.red_btn {
    background: -moz-linear-gradient(270deg, #57cef6 0, #42408B 100%);
    background: -webkit-gradient(linear, 270deg, color-stop(0, 57cef6), color-stop(100%, 42408B));
    background: -webkit-linear-gradient(270deg, #57cef6 0, #42408B 100%);
    background: -o-linear-gradient(270deg, #57cef6 0, #42408B 100%);
    background: -ms-linear-gradient(270deg, #57cef6 0, #42408B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(270deg, #57cef6 0, #42408B 100%);
}
.btn_row a.red_btn:hover {
   background: linear-gradient(270deg, #42408B 0, #57cef6 100%);
}
.btn_row a:hover {
  background: linear-gradient(270deg, #D13D0B 0, #fb9e16 100%);
  color: #fff;
}
.btn_row a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 5px;
    background: #ffac52;
    width: 100%;
    height: 49px;
    z-index: -1;
    border-radius: 50px;
}
.btn_row a.red_btn:before {
    background: #9de1f9;
}




.top_banner .container {
  position: relative;
  z-index: 1;
}
.brands {
  width: 100%;
  display: inline-block;
  padding: 30px 0;
  margin: 0;
  position: relative;
  background: #fdfdf3;
}
.brands .container {
  max-width: 100%;
}

sup {
    top: -7px;
    font-size: 23px;
    margin-right: 5px;
}


.brands-row div {
  flex: none;
  float: left;
  padding: 0 25px;
  text-align: center;
  min-height: 1px;
  animation: slide 1500s linear infinite;
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-30000px, 0, 0);
  }
}
.about_sec {
  display: inline-block;
  width: 100%;
  padding: 50px 0 210px;
  background: #fdfdf3;
  position: relative;
  /*overflow: hidden;*/
  scroll-margin-top: 90px;
}
.about_sec h1 {
  font-size: 75px;
  font-family: 'Anton';
  text-transform: uppercase;
  color: #010101;
}
.about_sec span {
  font-size: 25px;
  color: #032138;
  font-weight: 600;
}
.about_sec p strong {
  font-size: 14px;
  color: #032138;
  font-weight: 600;
  margin: 0 0 10px;
}
.about_sec p {
  font-size: 12.5px;
  color: #575d62;
  font-weight: 400;
  margin: 0 0 10px;
}
.about_cont {
  padding-right: 20px;
}
.video_col {
  position: relative;
  width: 435px;
  height: 363px;
  background: #000;
}
.img1 {
  position: absolute;
  right: -55px;
  bottom: 30px;
}
.img2 {
  position: absolute;
  right: 105px;
  bottom: -120px;
}
.img3 {
  position: absolute;
  right: 51px;
  bottom: -45px;
}
.video_col:before {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: -30px;
  content: "";
  z-index: 0;
  width: 390px;
  height: 30px;
  border: 4px solid #000;
  border-top: 0;
}
.video_col iframe {
  width: 435px;
  height: 373px;
  border: none;
  outline: none;
}
.owl-founders .item .col-sm-3 {
  width: 100%;
  padding: 0;
}
.owl-founders h3 {
  font-size: 18px;
  color: #032138;
  font-weight: 800;
  margin: 6px 0 2px;
}
.fonder_thumb {
  text-align: center;
}
.owl-carousel .company_logo img {
  width: auto;
  margin: 0 auto;
}
.participants {
  background: -moz-linear-gradient(180deg, #f5d245 0, #FFFFFF 60%);
  background: -webkit-gradient(linear, 180deg, color-stop(0, f5d245), color-stop(60%, FFFFFF));
  background: -webkit-linear-gradient(180deg, #f5d245 0, #FFFFFF 60%);
  background: -o-linear-gradient(180deg, #f5d245 0, #FFFFFF 60%);
  background: -ms-linear-gradient(180deg, #f5d245 0, #FFFFFF 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  background: linear-gradient(180deg, #f5d245 0, #FFFFFF 60%);
  display: inline-block;
  width: 100%;
  padding: 70px 0 80px;
  position: relative;
  margin: -5px 0 0px;scroll-margin-top: 70px;
}
.participants h2 {
  font-size: 62px;
  font-family: 'Anton';
  text-transform: uppercase;
  color: #010101;
}
.participants p {
  font-size: 20px;
  color: #262835;
  font-weight: 600;
  margin: 0 0 20px;
}
.owl-founders p {
  font-size: 10px;
  color: #032138;
  font-weight: 400;
  margin: 0px 0 2px;
}
.owl-nav {
  margin: 20px 0 0;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url("../img/arrow_left.png");
  width: 53px;
  height: 53px;
  background-size: contain;
}
.owl-carousel .owl-nav button.owl-next {
  background: url("../img/arrow_right.png");
  width: 53px;
  height: 53px;
  margin: 0 0 0 8px;
  background-size: contain;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  visibility: hidden;
}
.owl-carousel .owl-nav, .owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  right: 0;
  top: -93px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-dots {
  display: none;
}
.cloud {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.enquire_sec {
    display: inline-block;
    width: 100%;
    position: relative;
    /* padding: 20px 0 100px; */
    padding: 20px 0 50px;
    margin-top: 5rem;
}
.enquire_col {
    background-color: #16203c;
    display: inline-block;
    width: 100%;
    background-image: url(../img/enquire_bg.png);
    padding: 60px 30px 60px 110px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.enquire_col .col-sm-6.right-6 {
    padding-left: 60px;
}
.enquire_col ul {
    margin: 15px 0 0;
}
.enquire_col ul li {
    font-size: 17px;
    color: #cedbfe;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    background: url("../img/li-icon.png") 0px 11px no-repeat;
    padding-left: 22px;
}


.enquire_col h3 {
  font-size: 30px;
  font-family: 'Anton';
  text-transform: uppercase;
  color: #fff;
}
.enquire_col h4 {
  font-size: 73px;
  font-family: 'Anton';
  text-transform: uppercase;
  color: #fff;
}
.enquire_col p {
  font-size: 17px;
  color: #cedbfe;
  font-weight: 600;
  letter-spacing: 1px;
}
.ellement1 {
  position: absolute;
  left: 0;
  top: 0;
}
.ellement2 {
  position: absolute;
  right: 0;
  top: 0;
}
.kite {
    position: absolute;
    top: -25px;
    left: -10px;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.enquire_col .col-sm-6 {
    position: relative;
    z-index: 9;
}
.mic {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}


.enquire_col .btn-default {
    color: #fff;
    background-color: #99ca3b;
    border: none;
    border-radius: 0;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px 0 0;
    position: relative;
    width: 290px;
}
.enquire_col .right-6 .btn-default {
    background-color: #dc3066;
}
.enquire_col .right-6 .btn-default:hover {
    background-color: #d00947;
}
.enquire_col:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: #00000038;
    width: 50%;
    height: 100%;
    z-index: 0;
}
.enquire_col .btn-default:hover {
  background: #76a125;
  color: #fff;
}
.enquire_sec .zigzag {
  position: absolute;
  left: 0;
  top: 150px;
}
.enquire_sec .dots {
  position: absolute;
  right: 20px;
  top: 150px;
}
.partners {
  background: -moz-linear-gradient(180deg, #3cd0e7 0, #FFFFFF 60%);
  background: -webkit-gradient(linear, 180deg, color-stop(0, f5d245), color-stop(60%, FFFFFF));
  background: -webkit-linear-gradient(180deg, #3cd0e7 0, #FFFFFF 60%);
  background: -o-linear-gradient(180deg, #3cd0e7 0, #FFFFFF 60%);
  background: -ms-linear-gradient(180deg, #3cd0e7 0, #FFFFFF 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  background: linear-gradient(180deg, #3cd0e7 0, #FFFFFF 60%);
  display: inline-block;
  width: 100%;
  padding: 70px 0 80px;
  position: relative;
}
.partners h2 {
  font-size: 60px;
  font-family: 'Anton';
  text-transform: uppercase;
  color: #02415e;
}
.partners p {
  font-size: 20px;
  color: #02415e;
  font-weight: 600;
  margin: 0 0 20px;
}
.partners .col_3 .partner_image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  height: 85px;
  border: 1px solid #115a6433;
}
.owl-carousel .owl-item .partner_image img {
  width: auto;
  display: inline-block;
}
.partner_info {
  background: #02415e;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}
.becomepartner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 12px 0 0;
}
.becomepartner span {
  font-size: 15px;
  color: #575d62;
}
.becomepartner .btn-default {
  color: #02415e;
  background-color: #fff;
  border-color: #02415e;
  border-radius: 0;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 13px 31px;
}
.becomepartner .btn-default:hover {
  background: #02415e;
  color: #fff;
}
.gallery_sec {
  width: 100%;
  display: inline-block;
  padding: 20px 15px 50px;
  background: url("../img/gallary-bg.jpg");
  background-position: top center;
  background-size: cover;
  text-align: center;
  position: relative;scroll-margin-top: 100px;
}
.gallery_sec .container {
  max-width: 1170px;
  position: relative;
}
.gallery_sec h6 {
  font-weight: 700;
  font-size: 62px;
  font-family: 'Anton';
  text-transform: uppercase;
  color: #010101;
}
.gallery_sec p {
  font-size: 20px;
  color: #3e3c43;
  margin: 0 0 30px;
  font-weight: 600;
}
.gg-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1015px;
  margin: 0 auto;
}
.gg-element img {
  object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0
}
.gg-element img:hover {
  opacity: .98
}
#gg-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  text-align: center
}
#gg-screen .gg-image {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center
}
#gg-screen .gg-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto
}
.gg-bt {
  width: 38px;
  height: 38px;
  background: transparent;
  color: #a2a2a2;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 35px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding-left: 2px;
}
.gg-close.gg-bt {
  font-size: 26px;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 30px;
  border: 1px solid #636363;
}
.gg-close {
  position: fixed;
  top: .5em
}
.gg-close, .gg-nxt {
  right: .5em
}
.gg-prev {
  left: .5em
}
.gg-prev, .gg-nxt {
  position: fixed;
  bottom: 50%
}
.party_gallary_sec {
  width: 100%;
  display: inline-block;
  padding: 60px 15px;
}
.gg-element {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  float: left;
  width: 25%;
}
.gg-element1 {
  width: 315px;
  height: 191px;
  top: 0;
}
.gg-element2 {
  width: 315px;
  height: 191px;
  left: -315px;
  top: 200px;
}
.gg-element3 {
  width: 315px;
  height: 191px;
  left: -630px;
  top: 400px;
}
.gg-element4 {
  width: 361px;
  height: 231px;
  right: -324px;
  top: -190px;
}
.gg-element5 {
  width: 361px;
  height: 353px;
  left: -37px;
  top: 50px;
}
.gg-element6 {
  width: 315px;
  height: 191px;
  left: 694px;
  top: -543px;
}
.gg-element7 {
  width: 315px;
  height: 191px;
  left: 379px;
  top: -343px;
}
.gg-element8 {
  width: 315px;
  height: 191px;
  left: 65px;
  top: -141px;
}
.border_col {
  position: absolute;
  bottom: 41px;
  right: 57px;
}
.gg-element:hover img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.contact_overlay {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.contact_overlay img {
  width: 100%;
}
.footer {
  width: 100%;
  display: inline-block;
  padding: 0px 0px 90px;
  background: url("../img/footer-bg.jpg");
  background-position: bottom center;
  background-size: cover;
  text-align: center;
  position: relative;
  margin: -1px 0 0;
  background-color: #102a39;
}
.contact_heading {
  font-size: 45px;
  color: #fff;
  margin: 60px 0 20px;
  width: 100%;
  font-family: 'Anton';
  text-transform: uppercase;
}
.footerCol {
  float: left;
  text-align: left;
  position: relative;
}
.footerCol h6 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 600;
}
.footerCol ul li a, .footerCol ul li {
  font-size: 15px;
  color: #fff;
  padding-bottom: 5px;
  width: 100%;
  font-weight: 300;
  display: inline-block;
}
.col_6 ul {
  float: left;
  width: 100%;
}
.col_5 ul {
  float: left;
  width: 100%;
}
.col_5 {
    width: 270px;
}
.col_6 {
    width: 290px;
    padding-left: 20px;
}
.footerCol:before {
  position: absolute;
  /*right: 52px;*/
  top: 0;
  content: "";
  width: 1px;
  height: 120px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 68%) 50%, rgba(255, 255, 255, 0) 100%);
}
.footerCol:before {
    right: 62px;
}
.footerCol:last-child:before {
  content: none;
}

.footerCol.col_6 {
  width: auto;
}


.footerCol.col_6:before {
   
}
.col_7 {
    width: 260px;
}
.footerCol.col_7 h6 {
    font-size: 1px;
    height: 16px;
}
.copyright {
    width: 100%;
    display: inline-block;
    background: #0a1f29;
    padding: 9px 0;
    /*margin: 0 0 58px;*/
    margin: 0 ;
}
.copyright .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright .row:before, .copyright .row:after {
  content: none;
}
.copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.copyright ul {
  display: flex;
}
.footerCol ul li a:hover {
  color: #2acfd7;
}
.copyright ul li {
  margin-left: 5px;
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.copyright ul li:hover {
  transform: rotate(360deg);
}
.footer .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.truck {
  left: 0;
  bottom: 19px;
  position: absolute;
  z-index: 2;
  width: 268px;
  animation: animateCloud 20s linear infinite;
}
.main-menu li.becomeapartner a {
  color: #ee952d;
}
@keyframes animateCloud {
  0% {
    margin-left: -270px;
  }
  100% {
    margin-left: 110%;
  }
}
.edition {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 128px;
  font-family: 'Anton';
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e3e3e4;
  line-height: 108px;
}
.wheel {
  left: 24px;
  bottom: -19px;
  position: absolute;
  top: auto;
  z-index: 2;
}
.wheel img {
  width: 51px;
  height: 51px;
  animation: wheel 2s linear infinite;
}
.back-wheel {
  left: 0;
  position: relative;
  top: 0;
  z-index: -1;
}
.front-wheel {
  left: 116px;
  position: relative;
  top: 0;
  z-index: 0;
}
@keyframes wheel {
  100% {
    transform: rotate(360deg);
  }
}
#backtotop {
  display: inline-block;
  background-color: #8bc34a;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 13px;
  right: 13px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  cursor: pointer;
}
.show {
  display: block !important;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
#backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
}






.kite1{animation: flying 15s ease-in-out infinite; position: absolute; left: 0; top: 150px;}
.kite2{animation: flying2 15s ease-in-out infinite; position: absolute; right: 0; top: 150px;}
.kite3{animation: flying3 10s ease-in-out infinite; position: absolute; right: 0; top: 150px;}


@keyframes flying {
  0% , 100% {
    top: 25%;
    left: 15%;
    transform: rotate(57deg);
  }
  25% {
    top: 20%;
    left: 25%;
    transform: rotate(10deg);
  }
  50% {
    top: 15%;
    left: 7%;
    transform: rotate(25deg);
  }
  75% {
    top: 13%;
    left: 5%;
    transform: rotate(5deg);
  }
}


@keyframes flying2 {
  0% , 100% {
    top: 30%;
    right: 10%;
    transform: rotate(-57deg);
  }
  25% {
    top: 25%;
    right: 25%;
    transform: rotate(-10deg);
  }
  50% {
    top: 20%;
    right: 7%;
    transform: rotate(-25deg);
  }
  75% {
    top: 23%;
    right: 10%;
    transform: rotate(-5deg);
  }
}


@keyframes flying3 {
  0% , 100% {
    top: 40%;
    right: 3%;
    transform: rotate(-57deg);
  }
  25% {
    top: 35%;
    right: 10%;
    transform: rotate(-10deg);
  }
  50% {
    top: 30%;
    right: 7%;
    transform: rotate(-25deg);
  }
  75% {
    top: 33%;
    right: 2%;
    transform: rotate(-5deg);
  }
}







.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

div#hamburger-6 {
    position: absolute;
    right: 15px;
    top: 7px;
    z-index: 9;
}


.hamburger .line {
    width: 34px;
    height: 2px;
    background-color: #404e54cc;
    display: block;
    margin: 9px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
/* SIX */
body.main #hamburger-6 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.main #hamburger-6 .line:nth-child(2) {
  width: 0px;
}
body.main #hamburger-6 .line:nth-child(1), body.main #hamburger-6 .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
body.main #hamburger-6 .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}
body.main #hamburger-6 .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
  position: relative;
  top: 4px;
}


div#hamburger-6 {
  display: none;
}



.navigation {
    border-radius: 0 0 15px 15px;
}



.testimonial .col_3 {
    background: #fff;
    padding: 4px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.testimonial .col_3 .testimonial_img {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px;
}
.testimonial .col_3 p {
    font-size: 16px;
    color: #575d62;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0 13px;
}
.testimonial .col_3 h6 {
    font-size: 16px;
    color: #575d62;
    font-weight: 800;
    margin: 0 0 10px;
    padding: 0 13px;
}
.testimonial .col_3 .testi_logo img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial {
    padding-bottom: 30px;
}


.owl-gallery .owl-nav, .owl-gallery .owl-nav.disabled {
    display: flex;
    position: absolute;
    right: 0;
    top: 38%;
    width: 100%;
    transform: translate(0%, -50%);
    justify-content: space-between;
}
.logoright_section {
    position: absolute;
    top: -5rem;
    right: -5rem;
    width: 120px;
}
.powerby_section {
    width: 270px;
    margin: 3rem auto 0;
    border: 1px #ccc solid;
    padding: 0 10px 10px;
}
.powerby_section h3 {
    font-size: 12px;
    background: #454e79;
    display: inline-block;
    padding: 3px 1px 2px 6px;
    color: #fff;
    font-family: 'Bebas Neue';
    letter-spacing: 5px;
    position: relative;
    bottom: 11px;
}
.powerby_section .row {
    display: flex;
    justify-content: center;
    margin-top: 0;
    padding: 0 20px;
}

.powerby_section .row .img_powerd {
    margin: 0 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 50%;
    padding: 7px 12px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 46px;    
}
.expect-section {
    background: #fff;
    display: flex;
    max-width: 950px;
    margin: 2rem auto;
    border-radius: 0px 40px 0 40px;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 3px 0px;
}
.Expect-Heading h3 {
    -webkit-transform: rotate(-180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Bebas Neue';
    letter-spacing: 6px;
    font-size: 14px;
    color: #767476;
}
.col-md-1.Expect-Heading {
    padding-right: 0;
    width: 48px;
    padding-left: 16px;
}
.Expect_content .col-md-2 h3 {
    background: linear-gradient(90deg,#f2af47 6%,#f3844c 38%);
    text-align: center;
    padding: 30px;
    color: #fff;
    font-size: 48px;
    margin-right: 25px;
}
.Expect_content h4 {
    font-size: 17px;
    font-style: italic;
    text-align: left;
    font-weight: bold;
}
.Expect_content p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    font-family: 'Plus Jakarta Sans';
    padding-left: 0;
}
.Expect_content .col-md-9 {
    text-align: left;
    margin-top: 2.5rem;
} 
.col-md-11.Expect_content .date_row {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.Expect_content .col-md-1 {
    margin-top: 1rem;
}
.expect-sectionmain { 
    background: linear-gradient(180deg, #fdebc3 0, #FFFFFF 60%);
}
.col-md-11.Expect_content .row {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 3px 0px;}

.col-md-11.Expect_content .row .col-md-2 {
    padding: 0;
}
.Expect_content .col-md-2.Expect-Count1 h3 {
    background: linear-gradient(90deg,#d06ca9 6%,#be59a7 38%);
}

.Expect_content .col-md-2.Expect-Count2 h3 {
    background: linear-gradient(90deg,#8e7fc2 6%,#7267a0 38%);
}

.Expect_content .col-md-2.Expect-Count3 h3 {
    background: linear-gradient(90deg,#46cacc 6%,#36b1af 38%);
}

.Expect_content .col-md-2.Expect-Count4 h3 {
    background: linear-gradient(90deg,#b7d358 6%,#91cf62 38%);
}
.col-md-11.Expect_content {
    padding-right: 0;
    border-radius: 0 40px 0 0;
    width: 95.3%;
}
.Founder-Section .col_3 h2 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 14px 0 5px;
    font-family: 'Rubik';
    text-transform: capitalize;
}
.Founder-Section .col_3 p {
    color: #787878;
    font-size: 13px;
    text-align: center;
}
.Founder-Section .testi_logo img {
    width: auto;
    display: block;
    margin: 0 auto;
}
section.partners.Founder-Section {
    background: url(../img/BG-1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.container.Viewmore-Button a {
    background: #dd3066;
    padding: 12px 70px;
    color: #fff;
    font-family: 'Rubik';
}
.container.Viewmore-Button {
    text-align: center;
    margin-top: 5rem;
}
.PoweredBy-Section {
    max-width: 250px;
    margin: 4rem auto 0;
    border: 1px #ccc solid;
    border-bottom: 0;
}
.MainPow_imgSec {
    display: flex;
    margin: 0 -6rem -1rem;
}

.PoweredBy-Section label {
    font-size: 16px;
    background: #a9758b;
    padding: 2px 18px 0;
    font-family: 'Bebas Neue';
    letter-spacing: 4px;
    color: #fff;
    font-weight: 100;
    position: relative;
    bottom: 10px;
    margin-bottom: 0;
} 
.Pow_imgSec {
    margin: 0 10px;
}
.PARTNERS-Section label {
    background: #5f6f90;
}

.PoweredBy-Section.PARTNERS-Section {
    max-width: 350px;
    margin-top: 7rem;
}

.PoweredBy-Section.PARTNERS-Section .MainPow_imgSec {
    margin: 0 -10rem -1rem;
} 
.Partner-Section {
    background: linear-gradient(180deg, #f5dee8 0, #FFFFFF 60%);
    padding-bottom: 29rem;
}
.expect-sectionmain .kite1 {
    z-index: 9;
    top: inherit !important;
    bottom: 0 !important;
}
.Dots {
    position: absolute;
    right: 5rem;
    bottom: 14rem;
}
.expect-sectionmain .kite3 {
    z-index: 9;
    top: 6rem !important;
    right: 0 !important;
}
section.participants.expect-sectionmain::after {
    width: 0;
    height: 0;
    content: "";
    border-top: 2.5em solid #fdfdf3;
    border-right: 2.5em solid transparent;
    border-bottom: 0;
    border-left: 2.5em solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bottomPartner_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.bottomPartner_bg img {
    width: 100%;
}
.Partner-Section .kite2 {
    top: 0 !important;
    left: 0 !important;
}
.Tree-sec {
    position: absolute;
    right: 0;
    top: 0 !important;
    margin-right: -13rem;
    margin-top: -16rem;
}
.Tree-sec img {
    width: 250px;
    animation: swing2 ease-in-out 2s infinite alternate;
} 
body{
  overflow-x: hidden;
}
html{
  overflow-x: hidden;
}
.navbar-brand>img { 
    width: 150px;
} 
.ShowImage-Section {
    max-width: 1100px;
    margin: 0 auto;
}
.ShowImage-SectionInner .item {
    width: 19%;
    display: inline-flex;
    margin: 1rem 0.4rem;
}
.timer-container {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: url(/img/timer-bg.jpg);
  overflow: hidden;
  width: 100%;
  padding: 1rem 0 0;
  background-position: center top;
}
.kAczZb {
    position: static;
    text-align: unset;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.grid {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 0rem 2rem;
    padding: 0px 15px;
    -webkit-box-pack: center;
    justify-content: center;
}
.grid .flex {
    display: flex;
    gap: 1.5rem;
    -webkit-box-align: center;
    align-items: center;
}
 .grid .flex label {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    color: #faef10;
}

.friday_time .grid .flex label {
  font-weight: 500;
  margin: 0;
  font-size: 36px;
  color: #faef10;
  padding: 0px 0 4px;
  font-family: 'Bebas Neue';
  line-height: 40px;
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.friday_time .grid .flex label img {
  margin: 0 5px;
}

/*
.friday_btn a {
  font-size: 20px;
  padding: 8px 3px;
  width: 400px;
}
*/


#neonShadow{
  transition:0.3s;
  animation: glow 1s infinite ;
  transition:0.5s;
}

@keyframes glow{
  0% {
    box-shadow: 5px 5px 20px #FFC107, -5px -5px 20px #FF5722;
}

50% {
    box-shadow: 5px 5px 20px rgb(81, 224, 210), -5px -5px 20px rgb(81, 224, 210);
}
100% {
    box-shadow: 5px 5px 20px #FFC107, -5px -5px 20px #FF5722;
}
}









span.live-icon {
  display: inline-block;
  position: relative;
  top: calc(50% - 5px);
  background-color: red;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}
span.live-icon:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: live 2s ease-in-out infinite;
          animation: live 2s ease-in-out infinite;
  z-index: -1;
}

@-webkit-keyframes live {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

@keyframes live {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}




.igrYvc {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    gap: 0.5rem;
    padding: 1rem 0px;
}
.igrYvc li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 0.5rem; 
}
.igrYvc li > strong {
    font-size: 2rem;
    display: block;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center; 
}
.grid .button-wraper > a {
    max-width: 225px;
    margin-left: auto;
    padding: 10px 1.75rem;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: bold;
    margin-right: 1rem;
    color: #fff;
    border: none;
}

.MainContainer_Timer {
    background-color: transparent;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999999;
    width: 100%;
}
.igrYvc li > span {
    color: #fff;
}
.igrYvc li > span strong {
    margin: 0 8px;
}
.grid .button-wraper > a:first-child {
    background: linear-gradient(270deg, #fb9e16 0, #D13D0B 100%);
}

.grid .button-wraper > a:last-child {
    background: linear-gradient(270deg, #57cef6 0, #42408B 100%);
}

.Testimonial-Section .col_3 p {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Viewmore {
    display: block;
    margin: 1rem 0;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}
.Brands-Section .brands-row div img {
    height: 40px;
}
.brands.Brands-Section {
    padding: 20px 0;
}

.Conference-Section .col-md-6 img {
    margin-top: 2.5rem;
} 
.Conference-Section h2, .Conference-Section p {
    color: #000;
}
.Conference-Section {
    background: url(../img/confrence_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 12rem;
}
.Conference-Section .kite1 {
    bottom: 0 !important;
    top: inherit !important;
}
.Conference-Section .kite2 {
    top: 0;
    right: 0 !important;
}
.dots_imgsecmain {
    position: absolute;
    top: -9rem;
    right: 4rem;
}
.wheat-icon {
    position: absolute;
    top: 0;
}

.wheat-icon img {
    width: 100px;
}
.partners.Partner-Section .container {
    z-index: 9;
    position: inherit;
}
.powerby_section a {
    background: none !important;
    padding: 0;
    margin: 0;
}
.powerby_section a::before {
    display: none;
}
.RightImg_bg {
    position: absolute;
    top: -3rem;
    left: 0;
    width: 100px;
}

.LeftImg_bg {
    position: absolute;
    top: -3rem;
    right: 0;
    width: 100px;
}


.faq {
    text-align: left;
    padding: 60px 15px 200px;
}
.faq_banner {
    padding: 170px 15px 170px;
}
.faq_banner h1 {
   color: #0d122e;
    text-align: center;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 900;
}
.faq h2 {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.faq p {
    font-size: 18px;
    color: #221c30;
    margin: 0 0 30px;
    font-weight: 400;
}
.faq ul {
    margin: 0 0 25px;
    display: inline-block;
    width: 100%;
}
.faq li {
    font-size: 15px;
    line-height: 33px;
}















@media (max-width: 767px){

.grid {
    display: inline-block;
}

.grid .flex {
    display: block;
}

.grid .button-wraper > a {
    margin-right: 9px;
}

.timer-container {
    padding-bottom: 0rem;
}  

.logoright_section { 
    top: -4rem;
    right: 0; 
}
.logoright_section img {
    width: 84px;
}
 
.PoweredBy-Section {
    max-width: 100%;
    margin-left: 7rem;
    margin-right: 7rem;
}
.PoweredBy-Section.PARTNERS-Section {
    max-width: 100%;
}
.MainPow_imgSec {
    margin: 0 -3rem -1rem;
}
.PoweredBy-Section.PARTNERS-Section .MainPow_imgSec {
    margin: 0 -4rem -1rem;
}
section.partners.Founder-Section {
    padding: 3rem 3rem;
}
section.partners.Founder-Section .owl-nav {
    display: none;
}
.Expect_content .col-md-1 {
    text-align: center;
    margin: 1rem 0;
    padding-right: 0;
}

.Expect_content h4 {
    text-align: center;
}

.Expect_content p {
    text-align: center;
}

.Expect_content .col-md-2 h3 {margin: 0;}

.expect-section {
    max-width: 100%;
    margin: 0 10px;
}

.Expect_content .col-md-9 {
    padding-right: 0;
}

.col-md-11.Expect_content {width: 100%;}

.col-md-11.Expect_content .row {
    margin-right: 0;
    display: block;
}
.participants.expect-sectionmain h2 { 
    margin-bottom: 3rem;
}
.Dots {
    display: none;
}
.bottomPartner_bg {
    position: inherit;
}
.Partner-Section {
    padding-bottom: 0rem;
}
.ShowImage-SectionInner .item {
    display: flex;
    justify-content: center;
    width: 100%;
}
.ShowImage-SectionInner .item .col_3 {
    width: 100%;
}

.ShowImage-SectionInner .item .col_3 img {
    width: 100%;
}
.dots_imgsecmain {
    display: none;
}
.btn_row .powerby_section a {
    padding: 0;
    width: auto;
    margin: 0;
}
.grid .flex {
    display: block; 
}
.igrYvc li > span { 
    display: flex;
}
.igrYvc li {
    display: flow-root; 
}
.grid .flex label {
    text-align: center;
    display: block;
}
.LeftImg_bg { 
    width: 60px;
}
.RightImg_bg { 
    width: 60px;
}
}