html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Geomanist";
  src: url("../woff2/geomanist-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist";
  src: url("../woff2/geomanist.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist";
  src: url("../woff2/geomanist-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Geomanist";
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geomanist";
  font-weight: normal;
}

.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: transparent;
  display: flex;
  line-height: 11px;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
}

.overflow-visible {
  overflow: visible !important;
}

a {
  color: #666666;
}

a:hover {
  color: #f6a700;
}

a,
button {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.columns.gap-7 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.gap-7>.column {
  padding-left: 96px;
  padding-right: 96px;
}

.columns.gap-6 {
  margin-left: -84px !important;
  margin-right: -84px !important;
}

.gap-6>.column {
  padding-left: 84px;
  padding-right: 84px;
}

.columns.gap-5 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.gap-5>.column {
  padding-left: 72px;
  padding-right: 72px;
}

.columns.gap-4 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.gap-4>.column {
  padding-left: 60px;
  padding-right: 60px;
}

.columns.gap-3 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.gap-3>.column {
  padding-left: 48px;
  padding-right: 48px;
}

.columns.gap-2 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.gap-2>.column {
  padding-left: 36px;
  padding-right: 36px;
}

.columns.gap-1 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.gap-1>.column {
  padding-left: 24px;
  padding-right: 24px;
}

.pr-5 {
  padding-right: 30px !important;
}

.pl-5 {
  padding-left: 30px !important;
}

.pb-5 {
  padding-bottom: 30px !important;
}

.pt-5 {
  padding-top: 30px !important;
}

.px {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.is-size-6 {
  font-size: 22px !important;
}

.is-size-7 {
  font-size: 14px !important;
}

.is-size-8 {
  font-size: 12px !important;
}

.is-gap-0 {
  gap: 0 !important;
}

.is-gap-1 {
  gap: 4px !important;
}

.is-gap-2 {
  gap: 8px !important;
}

.is-gap-3 {
  gap: 12px !important;
}

.is-gap-4 {
  gap: 16px !important;
}

.is-gap-5 {
  gap: 24px !important;
}

.is-gap-6 {
  gap: 32px !important;
}

.is-gap-7 {
  gap: 40px !important;
}

.is-gap-8 {
  gap: 48px !important;
}

.is-gap-9 {
  gap: 56px !important;
}

.is-gap-10 {
  gap: 64px !important;
}

.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-2 {
  border: 2px solid;
}

.border-top-2 {
  border-top: 2px solid;
}

.border-bottom-2 {
  border-bottom: 2px solid;
}

.border-left-2 {
  border-left: 2px solid;
}

.border-right-2 {
  border-right: 2px solid;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-light-gray {
  border-color: #dedede;
}

.border-theme {
  border-color: #1d57a3;
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.theme-modal-content {
  border: 0;
  border-radius: 0;
}

.theme-modal-card-head {
  background-color: transparent;
  border: 0;
  padding: 20px 30px;
  height: inherit;
  border-radius: 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 800px;
  width: 100%;
  padding: 30px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #000;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
}

.modal-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

#home.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

html.is-active-1:before,
html.is-active:before {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
}

.theme-modal-card-title {
  margin: 0;
  text-transform: uppercase;
}

.theme-modal-background {
  background-color: #000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal-card-body {
  border: 0;
  position: relative;
  overflow: visible;
}

.theme-modal-card-body {
  padding: 30px;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 20%);
}

.close {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: #000;
  position: absolute;
  top: -22px;
  right: -22px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  /* border-radius: 8px; */
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid rgb(255 255 255 / 20%);
}

.close:hover {
  background-color: #ffffff;
  color: #000;
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-modal-card-body:before {
  left: 0;
}

.theme-modal-card-body:after {
  right: 0;
}

.theme-modal-card-title {
  color: #020203;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}

.theme-modal-card-body img {
  margin: 0 auto;
  max-width: 350px;
}

.col-theme-modal .section-title {
  margin-bottom: 15px;
}

.theme-modal .section-title h2 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

/*** End Modal CSS ***/
.columns.row-register {
  margin-bottom: -12px !important;
}

.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "Geomanist";
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Geomanist";
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: #fff;
  font-family: "Geomanist";
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "Geomanist";
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Geomanist";
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: #fff;
  font-family: "Geomanist";
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 20px;
}

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

ul:last-child {
  margin-bottom: 0;
}

iframe {
  border: none;
}

a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both;
}

section,
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.overflow-visible {
  overflow: visible !important;
}

.section-title h3 {
  font-size: 85px;
  line-height: 95px;
  color: #fff;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: -3px;
}

.section-title h2 {
  font-size: 100px;
  line-height: 95px;
  color: #f6a700;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: -3px;
}

.section-title h1 {
  font-size: 100px;
  line-height: 95px;
  color: #f6a700;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: -3px;
}

h1 {
  font-size: 50px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
  color: #f6a700;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
  color: #fff;
}

.dark a:hover {
  color: #1d57a3;
}

.title-white .title-tagline {
  color: #fff;
}

/* .columns,
.columns:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.column {
  padding-top: 0;
  padding-bottom: 0;
} */

picture {
  display: block;
}

.container {
  position: relative;
  z-index: 1;
}

.theme-btn {
  position: relative;
  font-family: "Geomanist";
  border: 0;
  color: #ffffff;
  background: rgb(229, 52, 18);
  background: linear-gradient(90deg,
      rgba(229, 52, 18, 1) 0%,
      rgba(245, 161, 4, 1) 33%,
      rgba(0, 169, 145, 1) 66%,
      rgba(96, 39, 132, 1) 100%);
  display: inline-block;
  padding: 15px 26px 11px;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.theme-btn span {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 9;
}

.theme-btn:hover,
.theme-btn:hover span {
  color: #ffffff !important;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
}

.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(90deg,
      rgba(96, 39, 132, 1) 0%,
      rgba(0, 169, 145, 1) 33%,
      rgba(245, 161, 4, 1) 66%,
      rgba(229, 52, 18, 1) 100%);
  border-radius: 0px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn:hover::before {
  opacity: 1;
  /* color: #fff; */
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* .theme-btn:hover {
  color: #fff;
  background-color: #1d57a3;
} */

.theme-btn.white-btn {
  background: #fff;
  border: 1px solid #fff;
}

.theme-btn.white-btn:hover {
  background: #0076bc;
  color: #fff;
}

.col-form {
  position: relative;
}

.theme-input {
  position: relative;
}

.col-middle {
  display: table;
  width: 100%;
}

.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}

button:focus {
  outline: 0;
}

.thankyou-msg {
  font-size: 16px !important;
  color: #fff !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  margin: 30px auto 0;
  height: 100px;
  width: auto;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

label.error {
  color: #fff;
  background: red;
  font-size: 8px;
  position: absolute;
  left: 15px;
  bottom: -20px;
  line-height: 13px !important;
  top: auto;
  font-weight: bold;
}

.form-control.error {
  border-color: red;
}

.modal .form-control.error {
  margin-bottom: 30px;
}

.contact-form label.error {
  bottom: -16px;
  width: inherit;
}

.form-control {
  border-radius: 0;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-point {
  padding: 0;
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.splide.pagination .splide__pagination {
  counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

/* For Roman Pagination */
/* .splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num, upper-roman); 
} */

.splide.pagination .splide__pagination__page.is-active {
  transform: unset;
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px;
}

.splide__arrow svg {
  fill: transparent;
  height: 45px;
  transition: fill 0.2s linear;
  width: 45px;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: transparent;
}

.splide {
  padding: 0;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: none;
}

.splide__arrow {
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background: linear-gradient(90deg, rgba(96, 39, 132, 1) 0%, rgba(0, 169, 145, 1) 33%, rgba(245, 161, 4, 1) 66%, rgba(229, 52, 18, 1) 100%);
  border: 1px solid #fff;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: #1d57a3;
  color: #fff;
  opacity: 1;
}

.splide__arrow svg {
  font-size: 24px;
}

.splide__arrow--prev {
  left: -70px;
}

.splide__arrow--next {
  right: -70px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #1d57a3;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #1d57a3;
  opacity: 1;
}

.splide__pagination {
  position: static;
  transform: none;
}

.sm-form-control {
  display: block;
  width: 100%;
  padding: 14px 0px 12px;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff;
  font-family: "Geomanist";
  font-weight: 500;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #fff;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg,
      rgba(229, 52, 18, 1) 0%,
      rgba(245, 161, 4, 1) 33%,
      rgba(0, 169, 145, 1) 66%,
      rgba(96, 39, 132, 1) 100%);
  border-image-slice: 1;
  width: 100%;
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  font-size: 57px;
  line-height: 63px;
  font-weight: 400;
  margin-top: 15px;
  display: block;
}

.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #ffffff;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.close-button svg {
  display: block;
}

.close-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.form-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

header {
  position: fixed;
  z-index: 9999;
  padding: 12px 140px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  /* box-shadow: 0 1px 3px rgb(0 0 0 / 10%); */
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header.sticky {
  /* -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%); */
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.36);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.36);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-menu ul {
  display: flex;
  justify-content: center;
}

.menu-link {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.theme-logo img {
  max-width: initial;
  width: auto;
  display: block;
  max-height: 70px;
  max-width: 200px;
}

.theme-logo a {
  display: block;
}

/* .col-header:first-child {
  max-width: 240px;
  padding: 0;
  flex: 0 0 240px;
} */

.menu-item {
  padding: 16px 16px;
}

#section-banner,
.section-cms {
  margin-top: 0;
}

.theme-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.scrolled.fade-in {
  animation: 2s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
  animation: 2s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
  animation: 2s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
  animation: 2s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
  animation: 2s ease-in-out both fade-in-right;
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-out {
  opacity: 0;
  transition-duration: 3s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.fade-down,
.fade-left,
.fade-right,
.fade-up {
  opacity: 0;
  transition-duration: 2s;
}

.zoom-out.scrolled {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fade-up {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

.fade-down.scrolled,
.fade-left.scrolled,
.fade-right.scrolled,
.fade-up.scrolled {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.fade-down {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

.fade-right {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.fade-left {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

.fade-down,
.fade-left,
.fade-right,
.fade-up,
.zoom-out {
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: ease-out;
}

.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

/* Js Scroll End */

.sticky-btn-enquire {
  position: fixed !important;
  top: 300px;
  right: -153px;
  padding: 10px 20px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  background-color: #1d57a3;
  color: #ffffff;
  border: 1px solid #fff;
}

.sticky-btn-enquire:hover {
  color: #fff;
}

#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0;
}

.sticky-bottom-form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 999;
  background: #1d57a3;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  border-bottom: 0;
}

.sticky-bottom-form .col-form {
  position: relative;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}

.col-form-title {
  display: none;
}

.sticky-bottom-form .col-form .sm-form-control {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #b6dfeb;
  color: #fff;
  line-height: 19px;
}

.copyright-detail p {
  display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
  position: absolute;
  color: white;
  top: 50%;
  letter-spacing: 10px;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.location-block {
  padding: 0 0 0 60px;
}

#location-slider1 {
  margin-top: 40px;
}

h3 {
  font-size: 24px;
}

.location-list h3 {
  color: #28438c;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 52px;
}

.listed-points li {
  color: #333;
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

.listed-points li:last-child {
  margin-bottom: 0;
}

.listed-points li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #28438c;
}

#location-slider1 .splide__arrows .splide__arrow {
  bottom: -40px;
  top: auto;
  transform: none;
  left: 60px;
}

#location-slider1 .splide__arrows .splide__arrow.splide__arrow--next {
  left: 100px;
}

#location-slider1 .splide__arrows .splide__arrow svg {
  font-size: 16px;
}

#location-slider1 .splide__arrows .splide__arrow path {
  fill: #28438c;
}

#location-slider1 .splide__arrow {
  opacity: 1;
  background: transparent;
}

.location-img {
  background-color: #fff;
  padding: 30px;
  border: 10px solid #28438c;
}

#footer {
  /* padding: 30px 0; */
  background-color: #000000;
}

.footer a {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 5px;
}

.footer-site-url {
  text-align: center;
}

#home #footer {
  padding: 150px 0 150px;
}

.footer-block h3 {
  color: #28438c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.col-copyright:last-child {
  text-align: right;
}

.contact b {
  color: #28438c;
}

.theme-block-img {
  position: relative;
}

.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #28438c;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}

.theme-block .theme-block-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.theme-block:hover .theme-block-img:before {
  opacity: 0.5;
}

.theme-block:hover .theme-block-icon {
  opacity: 1;
}

.section-cms {
  min-height: calc(100vh - 161px);
}

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.about-company-item {
  padding: 30px;
  text-align: center;
  background-color: #eee;
}

.counter-block h3 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
  text-transform: uppercase;
}

.counter-block p {
  margin-top: 6px;
}

/* Accordion Css Start */

.collapse {
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.5, 0, 0.3, 1);
  transition-property: opacity, height;
  will-change: opacity, contents;
}

.collapse:not(.is-active) {
  height: 0;
  opacity: 0;
}

.accordion {
  background: #f3f3f3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
  border: 1px solid #d9d9d9;
}

.accordion .card {
  overflow: hidden;
  margin: -1px -1px 1px;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
}

.accordion .card:last-child {
  margin-bottom: -1px;
}

.accordion .card:not(:last-child):not(.is-active) {
  border-bottom-color: transparent;
}

.accordion .card.is-active {
  background: #fff;
}

.accordion .card.is-active+.card {
  border-top-color: transparent;
}

.accordion .card__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  margin: 0;
  margin-bottom: -1px;
  padding: 8px 20px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion .card__title:hover .icon {
  opacity: 0.8;
}

.accordion .card__title.is-active .icon {
  transform: rotateX(180deg);
  opacity: 1;
}

.accordion .card__title .icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: -0.25rem;
}

.accordion .card__content {
  padding: 0 20px 20px;
}

a,
[data-toggle] {
  cursor: pointer;
}

/* Accordion Css End */

.theme-bg {
  background-color: #343434;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.theme-text {
  color: #1d57a3 !important;
}

.white-text {
  color: #fff !important;
}

.call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #1d57a3;
  background-color: #1d57a3;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
  padding: 0;
}

.call-btn svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7px;
}

@keyframes theme-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(29 87 163);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.theme-img-animation>picture>img {
  filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.plan-inquire-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  background: #fff;
  padding: 10px 20px;
}

.plan-inquire-btn:hover {
  color: #fff;
}

.sticky-btn-enquire.sticky-brochure {
  top: 410px;
  right: -94px;
}

.menu-link.active {
  color: #f6a700;
}

.justify-content-center {
  justify-content: center;
}

.scroll-to-top {
  position: fixed;
  bottom: 74px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  background-color: #e4211a;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
}

.scroll-to-top:hover {
  background: #f9b61d;
}

.scroll-to-top.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.tab-list li {
  list-style: none;
}

.tab-list .tab {
  position: relative;
  display: block;
  line-height: 1;
  padding: 14px 24px;
  border: 1px solid #000;
  text-align: center;
  width: 200px;
  background: transparent;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-list .tab:hover,
.tab-list .tab.is-active {
  background: #1d57a3;
  border: 1px solid #1d57a3;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-list .tab a {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
  color: #ffffff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block.theme-img-animation {
  overflow: hidden;
}

.stock-image,
.actual-image,
.artistic-impression {
  position: relative;
}

.stock-image::after,
.actual-image::after,
.artistic-impression::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px #000000;
}

.stock-image::after {
  content: "Stock Image";
}

.actual-image::after {
  content: "Actual Image";
}

.tab-list-block {
  margin-bottom: 40px;
}

.splide__pagination {
  margin-top: 30px;
}

.social__icon {
  position: relative;
  display: block;
  max-width: 30px;
  transform: scale(1);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.social-icons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social__icon:hover {
  transform: scale(1.2);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* SwiperJs Arrow Css Start */
.swiper__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background-color: rgb(29 87 163 / 40%);
  border: 1px solid #1d57a3;
  opacity: 1;
}

.arrow-bottom .splide__arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.arrow-bottom .splide__arrow {
  position: static;
  transform: unset;
}

.swiper__arrow svg {
  font-size: 24px;
}

.swiper__arrow svg {
  fill: transparent;
  height: 45px;
  transition: fill 0.2s linear;
  width: 45px;
}

.swiper-button-prev svg {
  transform: scaleX(-1);
}

.swiper-button-prev {
  left: 60px;
}

.swiper-button-next {
  right: 60px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* SwiperJs Arrow Css End */

.js-scroll {
  opacity: 0;
}

.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* header */

/* .theme-header-page .menu-link {
  color: #fff;
  font-weight: 500;
}
.theme-header-page .menu-link:hover {
  color: #f6a700;
} */
.fs-1 {
  font-size: 50px;
  line-height: 60px;
}

.fs-2 {
  font-size: 40px;
  line-height: 50px;
}

.fs-3 {
  font-size: 30px;
  line-height: 40px;
}

.fs-4 {
  font-size: 28px;
  line-height: 38px;
}

.fs-5 {
  font-size: 26px;
  line-height: 36px;
}

.fs-6 {
  font-size: 22px;
  line-height: 32px;
}

.fs-7 {
  font-size: 20px;
  line-height: 30px;
}

.fs-8 {
  font-size: 18px;
  line-height: 28px;
}

.fs-9 {
  font-size: 16px;
  line-height: 26px;
}

.fs-10 {
  font-size: 14px;
  line-height: 14px;
}

.fs-11 {
  font-size: 12px;
  line-height: 22px;
}

.yellow-text {
  color: #fceb00 !important;
}

.red-bg {
  background-color: #e4211a !important;
}

.yellow-bg {
  background-color: #f9b61d !important;
}

.black-bg {
  background-color: #000000;
}

.orange-text {
  color: #e79a03 !important;
}

.green-bg {
  background-color: #1daf9c !important;
}

.purple-bg {
  background-color: #6a368b !important;
}

/* Banner */

.banner-logo img {
  width: auto;
  height: 350px;
  margin: 0 auto;
}

.banner-detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1220px !important;
}

.banner-detail-col:nth-child(2) {
  border-left: 1px solid #fff;
}

.insomniacs-logo img {
  width: auto;
  height: 150px;
  margin: 0 auto;
}

.insomniacs-logo {
  position: absolute;
  bottom: 60px;
  padding: 0 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.insomniacs-logo a {
  color: #fff;
  font-size: 22px;
}

.insomniacs-logo a:hover {
  color: #f6a700;
}

/* Marketers */
.marketers-detail {
  padding: 80px 60px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  position: relative;
  width: 100%;
  gap: 190px;
}

.beat-logo img {
  width: 160px;
  height: auto;
}

.innovation-desc,
.beat-logo-title {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
  position: relative;
  right: 150px;
  width: max-content;
}

.beat-logo-title p {
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.counter span {
  min-width: 130px;
  display: inline-block;
}

.counter.sm span {
  min-width: 90px;
  display: inline-block;
}

.counter.xs span {
  display: inline-block;
  min-width: 25px;
}

/* Agenda */

.agenda-text,
.promise-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.text-img img {
  width: auto;
  height: 110px;
  margin: 0 auto;
}

.agenda-detail {
  padding-top: 100px;
  padding-bottom: 100px;
}

.agenda-col h4 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  color: #e0350c;
  text-transform: uppercase;
}

.agenda-col span {
  font-size: 32px;
  line-height: 42px;
  text-transform: capitalize;
  color: #000;
}

/* .agenda-detail::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/icons/roun-element.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  opacity: 0.4;
} */

.agenda-detail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.no-webp .agenda-detail {
  background-image: url("../jpg/agenda-bg-update.jpg");
}

.webp .agenda-detail {
  background-image: url("../webp/agenda-bg-update.webp");
}

/* Why Sleeplessrangers */

.inovation-item-inner p {
  font-size: 22px;
  line-height: 32px;
}

.why-beat-desc p {
  font-size: 20px;
  max-width: 600px;
}

.why-beat-detail {
  margin-top: 50px;
}

.why-beat-warrper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}

/* discover */

.discover-wrapper.section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.discover-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../png/roun-element.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  top: -150px;
}

/* innovation */

.inovation-item-inner {
  padding: 40px;
  position: absolute;
  text-align: left;
  max-width: 560px;
  left: 0;
  right: 0;
  bottom: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin: 0 auto;
  bottom: 0;
}

.inovation-item-inner h6 {
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 500;
}

.detail-col h6 {
  font-size: 50px;
  line-height: 50px;
  /* text-transform: uppercase; */
  font-weight: 500;
}

.contact-detail:not(:last-child) {
  margin-bottom: 20px;
}

.beat-logo.influencer img {
  width: auto;
  height: 150px;
  margin: 0 auto;
}

.inovation-item-inner.influencer {
  gap: 150px;
}

.red-text {
  color: #e0350c;
}

.counter-block.people-counter {
  display: flex;
  align-items: baseline;
  font-size: 30px;
  color: #000;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
}

.people-col:not(:last-child) {
  border-right: 3px solid #000;
}

.counter.xl span {
  min-width: 140px;
  display: inline-block;
}

.people-col {
  position: relative;
}

/* .people-col::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 3px;
  background: #000;
  bottom: 12px;
  right: 13px;
} */
.people-col:last-child::before {
  position: unset;
}

.counter-block h3.red-text {
  font-size: 120px;
  line-height: 100px;
  font-weight: 500;
}

.counter.red-text span {
  min-width: 150px;
  display: inline-block;
}

.counter.xl.red-text span {
  min-width: 200px;
  display: inline-block;
}

.people-wrapper {
  padding-top: 200px;
  padding-bottom: 200px;
}

.people-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../png/roun-element.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}

.prize-text-img img {
  margin-bottom: 20px;
}

.detail-col span a {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
}

/* .section-detail::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/icons/roun-element.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  left: 0;
  right: 0;
} */

/* Mentors */
.mentors-col {
  width: 20%;
  flex: 0 0 20%;
}

.mentors-detail h6 {
  color: #fbec03;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

.mentors-detail p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.mentors-detail span {
  font-size: 12px;
  line-height: 20px;
}

.metors-text img,
.gurus-text img {
  margin-bottom: 100px;
}

.mentors-img img {
  width: 400px;
  height: auto;
  margin: 0 auto;
  filter: grayscale(1);
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mentors-col:hover .mentors-img img {
  filter: grayscale(0);
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.section-mentors::before,
.section-enquirenow::before,
.section-about::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../png/roun-element.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  right: 0;
}

/* Process */
.process-circle {
  position: relative;
}

.process-circle-inner {
  background-color: #f7a924;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 10px;
  margin: 0 auto 10px;
  font-weight: 500;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1;
}

.process-desc h4,
.process-desc h5 {
  font-size: 22px;
  line-height: 28px;
}

.process-desc h5 {
  color: yellow;
}

.process-item {
  position: relative;
}

.process-desc span {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
}

.process-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.column.process-col:nth-child(odd) {
  margin-top: 400px;
}

.column.process-col:nth-child(even) .process-circle {
  order: 2;
}

.column.process-col:nth-child(odd) .process-circle:before {
  position: absolute;
  content: "";
  bottom: 35%;
  left: 100%;
  width: 6px;
  height: 300px;
  background: #1daf9c;
  transform: rotate(45deg);
  z-index: 0;
}

.column.process-col:nth-child(even) .process-circle::before {
  position: absolute;
  content: "";
  top: 35%;
  left: 100%;
  width: 6px;
  height: 300px;
  background: #1daf9c;
  transform: rotate(-45deg);
  z-index: 0;
}

.first-block:before {
  position: absolute;
  content: "";
  bottom: -90px;
  left: -215px;
  width: 6px;
  height: 300px;
  background: #1daf9c;
  transform: rotate(45deg);
  z-index: 0;
}

span.first-block {
  position: relative;
  display: block;
}

.column.process-col {
  position: relative;
}

.column.process-col:first-child .process-circle::after {
  position: absolute;
  content: "";
  bottom: 35%;
  right: 100%;
  width: 6px;
  height: 300px;
  background: #1daf9c;
  transform: rotate(-45deg);
  z-index: 0;
}

/* .column.process-col:last-child .process-circle.last-block-if-even::after {
  position: absolute;
  content: "";
  bottom: -210px;
  right: -215px;
  width: 6px;
  height: 300px;
  background-color: skyblue;
  transform: rotate(45deg);
  z-index: 0;
}
.column.process-col:last-child .process-circle.last-block-if-odd::after {
  position: absolute;
  content: "";
  bottom: 50px;
  left: 402px;
  width: 6px;
  height: 300px;
  background-color: skyblue;
  transform: rotate(-45deg);
  z-index: 0;
} */

.column.process-col:nth-last-child(1):nth-child(even) .process-circle::after {
  position: absolute;
  content: "";
  bottom: -210px;
  right: -215px;
  width: 6px;
  height: 300px;
  background-color: #1daf9c;
  transform: rotate(45deg);
  z-index: 0;
}

.column.process-col:nth-last-child(1):nth-child(odd) .process-circle::after {
  position: absolute;
  content: "";
  bottom: 50px;
  left: 402px;
  width: 6px;
  height: 300px;
  background-color: #1daf9c;
  transform: rotate(-45deg);
  z-index: 0;
}

.section-process .section-title {
  margin-bottom: 100px !important;
}

.detail-col h6 {
  color: #fcea01;
}

.detail-col:first-child h6 {
  color: #fff;
}

.whytex-img.text-img img {
  margin-left: auto !important;
  margin: unset;
}

.discover-wrapper-inner p {
  font-size: 26px;
  line-height: 36px;
}

.discover-wrapper-inner {
  padding-top: 200px;
  padding-bottom: 200px;
}

.inovation-desc {
  min-height: 130px;
}

.section-detail,
.section-gurus {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.no-webp .section-detail,
.no-webp .section-gurus {
  background-image: url("../jpg/detail-bg-update.jpg");
}

.webp .section-detail,
.webp .section-gurus {
  background-image: url("../webp/detail-bg-update.webp");
}

.section-prize {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.no-webp .section-prize {
  background-image: url("../jpg/prize-banner.jpg");
}

.webp .section-prize {
  background-image: url("../webp/prize-banner.webp");
}

.enquiry-form-detail {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.prize-inquire {
  max-width: 860px;
  margin: 0 auto;
}

.deliverables-content h6 {
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 55px;
}

.col-deliverables:not(:last-child) {
  border-right: 2px solid #fff;
}

.reg-title h5 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 400;
}

.site-logo img {
  width: auto;
  height: 230px;
  margin: 0 auto 50px;
}
.event-flow-item {
    max-width: 500px;
}
.event-flow-item::before {
    content: "";
    position: absolute;
    background-image: url(../svg/double-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -45px;
    top: 3px;
    opacity: 0.8;
    height: 32px;
    width: 32px;
}

li.event-flow-item:not(:last-child) {
  margin-bottom: 20px;
}

li.event-flow-item h3 {
  font-size: 20px;
  line-height: 25px;
}

.col-event {
  position: relative;
}

.col-event:not(:last-child)::before {
  content: "";
  position: absolute;
  height: 30%;
  width: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

.section-deliverables,
.section-eventflow {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-webp .section-deliverables,
.no-webp .section-eventflow {
  background-image: url("../jpg/black-bg.jpg");
}

.webp .section-deliverables,
.webp .section-eventflow {
  background-image: url("../webp/black-bg.webp");
}

.deliverables-content h6:first-child {
  margin-bottom: 30px;
}

.content {
  display: none;
  margin-top: 10px;
}

.content.active {
  display: block;
}

.prize-inquire-participant,
.prize-inquire-influencer {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 500;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #f6a700;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.prize-inquire.prize-forms {
  margin-top: 30px;
}

.enquirenow-text-img {
  margin-bottom: 80px;
}

.enquire-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.theme-modal.is-active {
  background-image: url("../jpg/banner-1-xl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.get-in-touch-box {
  /* From https: //css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15.3px);
  -webkit-backdrop-filter: blur(15.3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 26px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.get-in-touch-box h4 {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}

.get-in-touch-box h5 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.insta-video-title h5 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
}

.about-desc p {
  font-size: 18px;
  line-height: 28px;
}

.ai-logo img {
  width: auto;
  height: 200px;
}

.about-title h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.col-about:not(:last-child) {
  border-right: 1px solid #fff;
}

.why-img-banner {
  margin-top: 30px;
}

.theme-block-video-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgb(255 0 0 / 40%);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-block-video-icon svg {
  position: relative;
  left: 1px;
  width: 20px;
  height: 20px;
}

.theme-block-video:hover .theme-block-video-icon {
  background-color: #ff0000;
}

.theme-block-video-icon svg path {
  fill: #fff;
}

.theme-block-video-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block-video,
.theme-block-video-img {
  position: relative;
}

.theme-block-video:hover .theme-block-video-img:before {
  opacity: 0.6;
}

.theme-video-play-btn img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) !important;
  width: auto;
  height: 80px;
  z-index: 9;
  opacity: 0.6;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-video.theme-block {
  position: relative;
}

.theme-video.theme-block:hover .theme-video-play-btn img {
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-modal-card.theme-modal-lg {
  max-width: 750px;
}

.for-paticipants-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 72px);
}

.for-participants-form {
  height: 100%;
}

.modal-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.modal-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.modal-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

.modal-col:not(:last-child) {
  border-right: 1px solid rgb(255 255 255 / 20%);
}

.gurus-detail h6 {
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
}

.theme-modal-card-body.theme-scrollbar {
  max-height: 550px;
  overflow-y: auto;
}

/* .brands-logo img {
  width: auto;
  height: 50px;
} */

.brands-logo {
  height: 100%;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#gallery-slider picture img {
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 90px;
}

.logo-xl img {
  width: auto;
  height: 100px !important;
}

#gallery-slider {
  margin-top: 80px;
}
.col-event:not(:last-child) .event-flow-item{
  padding-right: 30px;
}