html {
  scroll-behavior: smooth;
  background-color: #00304E;
}

@font-face {
  font-family: 'Libre Bodoni';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/_Xmr-H45qDWDYULr5OfyZud9wQiR.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist Book';
  src: url('../fonts/Geomanist-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist Ultra';
  src: url('../fonts/Geomanist-Ultra.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.font-libre-bodoni {
  font-family: 'Libre Bodoni' !important;
}

.font-geomanist {
  font-family: 'Geomanist', sans-serif !important;
}

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Geomanist', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Geomanist', sans-serif;
  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;
}

.overflow-hidden {
  overflow: hidden !important;
}

a {
  color: #666666;
}

a:hover {
  color: #D9AF63;
}

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;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.w-100 {
  width: 100%;
}

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;
  line-height: 1.3;
}

.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: #00304E;
}

/*** 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: 600px;
  width: 100%;
  padding: 30px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #00304E;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
}

.modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#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%);
}

.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', sans-serif;
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: #fff;
  font-family: 'Geomanist', sans-serif;
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: #fff;
  font-family: 'Geomanist', sans-serif;
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Geomanist', sans-serif;
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: #fff;
  font-family: 'Geomanist', sans-serif;
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: #fff;
  font-family: 'Geomanist', sans-serif;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  border-radius: 3px;
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.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 h1,
.section-title h2 {
  font-size: 80px;
  line-height: 100px;
  color: #0A3756;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-family: 'Libre Bodoni';
  letter-spacing: -2px;
}

.section-title h1.font-geomanist,
.section-title h2.font-geomanist {
  letter-spacing: -4px;
}

h1 {
  font-size: 50px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}


.section-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
  color: #00304E;
}

.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: #00304E;
}

.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;
}

.btn-primary {
  position: relative;
  font-family: 'Poppins';
  border: 0;
  color: #000;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  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;
  border-radius: 25px;
  overflow: hidden;
  vertical-align: middle;
}

.btn-primary 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;
}

.btn-primary:hover span {
  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;
}

.btn-primary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  /* background: #D9AF63; */
  z-index: -1;
  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;
}

.btn-primary:hover::before {
  height: 100%;
  -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;
  background-color: #D9AF63;
}

.btn-primary:hover {
  color: #000;
}

.btn-primary.white-btn {
  background: #fff;
  border: 1px solid #fff;
}

.btn-primary.white-btn:hover {
  background: #D9AF63;
  color: #fff;
}

.btn-secondary {
  position: relative;
  font-family: 'Geomanist', sans-serif;
  border: 0;
  color: #fff;
  background: #00304E;
  display: inline-block;
  padding: 14px 20px 8px;
  font-size: 34px;
  text-align: center;
  line-height: 34px;
  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: 5px;
  border-radius: 12px;
  overflow: hidden;
  vertical-align: middle;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.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 .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-color: #D9AF63;
  border: 1px solid #D9AF63;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: #00304E;
  color: #fff;
  opacity: 1;
}

.splide__arrow svg {
  font-size: 24px;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  opacity: 1;
  margin: 3px 6px;
  margin: 0 5px;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #D9AF63;
}

.splide__pagination {
  position: static;
  transform: none;
}

.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 15px 15px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

.form-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

header {
  position: absolute;
  z-index: 9999;
  padding: 60px 140px 0;
  width: 100%;
  top: 0;
  left: 0;
  background-color: 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;
}

header.sticky {
  position: fixed;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #00304E;
  animation: slide-down 1s !important;
  border-bottom: 1px solid #ffffff30;
  -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;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.theme-menu ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 100px;
}

.menu-link {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins';
  letter-spacing: 1px;
}

.theme-logo img {
  max-width: initial;
  width: auto;
  display: block;
  max-height: 70px;
  max-width: 200px;
}

.theme-logo a {
  display: block;
}

.theme-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.theme-padding-lg {
  padding-left: 200px;
  padding-right: 200px;
}

.theme-padding-sm {
  padding-left: 80px;
  padding-right: 80px;
}

.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: .1s !important;
  animation-delay: .1s !important
}

.delay2 {
  -webkit-animation-delay: .2s !important;
  animation-delay: .2s !important
}

.delay3 {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important
}

.delay4 {
  -webkit-animation-delay: .4s !important;
  animation-delay: .4s !important
}

/* Js Scroll End */

.sticky-btn-enquire {
  position: fixed !important;
  top: 210px;
  right: -55px;
  padding: 10px 15px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  background-color: #00304E;
  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: #00304E;
  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 #fff;
  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: 100px 0;
  background-color: #0C395A;
  overflow: hidden;
}

.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: 32px;
  font-weight: 600;
}

.counter-block p {
  margin-top: 6px;
}

.theme-bg {
  background-color: #00304E;
}

.secondary-bg {
  background-color: #0C395A;
}

.theme-gradient-bg {
  background: rgb(6, 33, 59);
  background: linear-gradient(180deg, rgba(6, 33, 59, 1) 0%, rgba(14, 66, 117, 1) 100%);
}

.golden-bg {
  background-color: #D9AF63 !important;
}

.golden-bg-shade-2 {
  background-color: #e3b791 !important;
}

.white-bg {
  background-color: #fff !important;
}

.gray-bg {
  background-color: #f8f8f8;
}

.theme-text {
  color: #00304E !important;
}

.golden-text {
  color: #D9AF63 !important;
}

.golden-text-light-shade {
  color: #ebc69c !important;
}

.white-text {
  color: #fff !important;
}

a.white-text:hover {
  color: #D9AF63 !important;
}

a.golden-text:hover {
  color: #fff !important;
}

.gradient-text {
  display: inline-block;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  background-clip: border-box;
}

.call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #00304E;
  background-color: #00304E;
  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: #D9AF63;
}

.justify-content-center {
  justify-content: center;
}

.scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease;
  background-color: #00304E;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
}

.scroll-to-top:hover {
  background: #D9AF63;
}

.scroll-to-top.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.tab-list li {
  list-style: none;
}

.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: 60px;
  width: 100%;
}

.social-icon .hover-icon {
  position: absolute;
  top: 0;
  opacity: 0;

}

.social-icon {
  position: relative;
  display: block;
  max-width: 30px;
}

.social-media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon:hover .hover-icon {
  opacity: 1;
}

.social-icon:hover .normal-icon {
  opacity: 0;
}

.social-icon img,
.social-icon:hover .hover-icon,
.social-icon:hover .normal-icon {
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .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 #00304E;
  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 .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;
}

.primary-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 22%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0.36) 77%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.banner-detail {
  padding-top: 30px;
  padding-bottom: 30px;
}

.banner-logo {}

.contech-wrapper {
  max-width: 1216px;
  padding: 100px 30px;
}

.event-item h5,
.event-item span {
  color: #0A3756;
  text-transform: uppercase;
  font-size: 34px;
  font-family: 'Libre Bodoni';
  letter-spacing: -1px;
}

.event-item span {
  font-size: 50px;
  line-height: 1.1;
  margin-top: 3px;
  display: block;
}

.event-detail {
  padding-top: 35px;
  border-top: 1px solid #FFFFFF;
}

.event-item:not(:last-child) {
  margin-bottom: 35px;
}

.contech-col {
  padding: 0 130px;
}

.columns.contech-row {
  margin: 0 -130px;
}

.contech-desc h6 {
  font-size: 24px;
  font-weight: 700;
  color: #0A3756;
}

.contech-desc p:not(:last-child),
.contech-desc h6 {
  margin-bottom: 50px;
  display: block;
}

.content-top-bottom-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.giants-man-img {
  max-width: 30vw;
  position: absolute;
  bottom: 0;
}

.real-estate-giants-title {
  padding: 40px;
  left: 35%;
  max-width: 1000px;
  margin: 0;
}

.section-who-in-room {
  padding-bottom: 200px !important;
  padding-top: 200px !important;
}

.img-element {
  position: absolute;
  max-width: 500px;
  bottom: 100%;
  transform: translateY(50%);
}

.img-element.bottom-element {
  right: 0;
  top: 100%;
  transform: translateY(-50%) rotate(180deg);
}

.book-pass-title p {
  max-width: 750px;
  margin: 0 auto;
}

.section-book-pass:before,
.section-book-pass:after,
.section-secure-spot:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  z-index: 2;
}

.jury-title-line,
.theme-horizontal-line {
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  z-index: 4;
}

.jury-title-line:nth-child(even) {
  background: linear-gradient(270deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  width: 30%;
}

.section-book-pass:after {
  top: unset;
  bottom: 0;
  opacity: 0;
}

.why-attend-img {
  width: 100px;
  flex: 0 0 auto;
}

.why-attend-item {
  display: flex;
  gap: 20px;
  max-width: 890px;
  margin: 0 auto;
}

.why-attend-desc h6 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #D9AF63;
}

.why-attend-desc p {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  max-width: 650px;
}

.why-attend-desc {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.why-attend-item:not(:last-child) {
  margin-bottom: 60px;
}

.why-attend-item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.mb-8 {
  margin-bottom: 100px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.section-why-attend:after,
.section-why-attend:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 60px;
  width: 20px;
  height: 100%;
  background: linear-gradient(180deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
}

.section-why-attend:after {
  left: unset !important;
  right: 60px;
}

.features-icon img {
  height: 100px;
  width: auto;
  position: relative;
  -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;
}

.features-icon {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
}

.features-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  z-index: 2;
}

.features-item {
  position: relative;
}

.features-content h5 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  -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;
}

.features-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9af63b5;
  z-index: 2;
  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;
}

.accordionItem.open .features-item:before,
.features-item.is-active:before,
.features-item:hover:before {
  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;
}

.accordionItem.open .hover-icon,
.features-item.is-active .hover-icon,
.features-item:hover .hover-icon {
  -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;
  opacity: 1;
}

.accordionItem.open .normal-icon,
.features-item.is-active .normal-icon,
.features-item:hover .normal-icon {
  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;
}

.accordionItem.open .features-content h5,
.features-item.is-active .features-content h5,
.features-item:hover .features-content h5 {
  color: #00304E;
  -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;
}

.features-icon img.hover-icon {
  position: absolute;
  top: 0;
  opacity: 0;
}

.title-left-right-before h2:before,
.title-left-right-before h2:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-80%);
  left: 110%;
  width: 200%;
  height: 20px;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
}

.title-left-right-before h2:after {
  left: unset;
  right: 110%;
  background: linear-gradient(270deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
}

.footer-logo {
  max-width: 400px;
}

.footer-item h6,
.footer-item a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #D9AF63;
}

.footer-item h6 {
  margin-bottom: 5px;
}

.footer-col:not(:last-child) {
  border-right: 1px solid #fff;
}

.footer-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.footer-col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.columns.footer-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.section-title.footer-title {
  margin-bottom: 80px;
}

.sticky-page {
  overflow-x: unset;
  overflow-y: unset;
}

.sticky-cols,
.sticky-section {
  position: unset !important;
  overflow: unset !important;
  align-items: flex-start;
}

.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: unset;
}

.second-level {
  /* z-index: 2; */
  position: relative;
  background-color: #00304E;
}

.why-attend-img img {
  height: 80px;
  width: auto;
  max-width: 80px;
}


/* Marquee CSS */
@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee2 {
  to {
    transform: translateX(-50%) translateY(-50%);
  }
}

.marquee-content {
  display: flex;
  animation: scrolling 10s linear infinite;
}

.theme-big-title-img.event-witness-big-title img {
  /* z-index: 29;
  top: -26%; */
  top: 100%;
  transform: translateY(-50%);
  animation: marquee 20s linear infinite;
}

.marquee-item {
  flex: 0 0 100%;
  margin: 0 1vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}

.marquee-item img {
  display: block;
  width: 100%;
  /*   padding: 0 20px; */
}

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

  100% {
    transform: translatex(-101vw);
  }
}

.marquee {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  z-index: 1;
}

/* Marquee CSS */

.tab-content {
  padding: 100px 0;
}

/* accordian start */
.responsive-section-faqs {
  display: none;
}

.accordionItem {
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s linear;
  border-radius: 10px;
}

.innerAccordionItemHeading,
.accordionItemHeading {
  cursor: pointer;
  margin: 15px 0;
  padding: 10px 50px 10px 0;
  background: transparent;
  width: 100%;
  position: relative;
}

.innerAccordionItem .innerAccordionItemHeading:before,
.accordionItemHeading:before {
  color: #fff;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  background-image: url(../images/icons/plus-white.svg);
  background-size: contain;
  -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;
}

.innerAccordionItem.open .innerAccordionItemHeading:before,
.open .accordionItemHeading:before {
  background-image: url(../images/icons/minus-white.svg);
  -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;
}

.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
}

.open .accordionItemHeading {
  margin: 15px 0 0 0;
  background-color: transparent;
}

.accordionWrapper {
  display: inline-block;
  width: 100%;
}

.accordionItem:last-child {
  border-bottom: none;
}

.accordionItem:last-child .accordionItemHeading {
  margin-bottom: 0;
}

.accordionItem:first-child .accordionItemHeading {
  margin-top: 0;
}

.open .accordionItemContent {
  padding: 0 0 15px;
  background-color: transparent;
  border: none;
  width: 100%;
  margin: 0;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s linear;
  -o-transition: -o-transform 0.4s linear;
  -ms-transition: -ms-transform 0.4s linear;
  transition: transform 0.4s linear;
  box-sizing: border-box;
}

.accordionItemContent {
  padding-left: 0 !important;
  color: #10395b;
}

.accordionItem .accordian-no-content-head,
.accordionItem.accordian-no-content {
  pointer-events: none;
}

.accordionItemHeading.accordian-no-content-head:after,
.accordionItem.accordian-no-content .accordionItemHeading:after {
  display: none !important;
}

.innerAccordionItemHeading h3,
.accordionItemHeading h3 {
  font-size: 22px;
  line-height: 26px !important;
  color: #D8AE62 !important;
  text-transform: uppercase;
  font-weight: 500;
  /* font-family: 'Poppins'; */
}

.acc-text {
  max-width: 1000px;
  font-size: 16px;
}

/* accordian end */
.tab {
  cursor: pointer;
}

.tab::after {
  position: absolute;
  content: "";
  top: 98%;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 50px;
  height: 20px;
  background-size: contain;
  background-image: url(../images/icons/accordian-arrow-update.svg);
  background-repeat: no-repeat;
  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;
  z-index: 0;
}

.tab.is-active::after {
  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;
  top: 100%;
}

.column.col-header:first-child {
  display: none;
  max-width: 240px;
}

header.sticky .column.col-header:first-child {
  display: block;
}

header.sticky .theme-menu ul {
  justify-content: end;
}

.theme-logo {
  position: relative;
  z-index: 9;
}

.acc-text p:not(:last-child) {
  margin-bottom: 10px;
}

.responsive-text {
  display: none !important;
}

.giants-main-slider-img {
  display: flex;
  align-items: end;
  height: 100%;
}

.giants-main-slider-img img {
  max-height: 640px;
  width: auto;
}

#giants-thumb-slider .splide__arrows {
  display: none;
}

#giants-thumb-slider .splide__pagination {
  margin-top: 40px;
  justify-content: start;
}

.responsive-banner-text {
  display: none;
}

header.sticky .menu-link {
  font-size: 16px;
}

.banner-bg.primary-overlay:before {
  background: linear-gradient(180deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 60%) 22%, rgb(0 0 0 / 37%) 50%, rgb(0 0 0 / 50%) 77%, rgb(0 0 0 / 70%) 100%);
}

.column.banner-detail-col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.columns.banner-detail-cols {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.banner-detail-col {
  position: relative;
}

.banner-detail-col:last-child:before {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  width: 5px;
  height: 100%;
  background-color: #fff;
}

.banner-btn {
  /* position: absolute;
  bottom: 150px;
  z-index: 1;
  left: 0;
  right: 0; */
  width: fit-content;
  margin: 0 auto;
}

.banner-btn .btn-secondary {
  padding: 16px 20px 8px;
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 10px;
  margin: 5px;
  max-height: 75px;
}

.no-webp .banner-btn .btn-secondary {
  background-image: url(../images/element/btn-bg.jpg);
}

.webp .banner-btn .btn-secondary {
  background-image: url(../images/element/btn-bg.webp);
}

.banner-btn-detail:before {
  position: absolute;
  content: "";
  border: 1px solid transparent;
  border-width: 5px 0;
  border-style: solid;
  border-image-source: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  border-image-slice: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.gradient-border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  -webkit-mask: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.banner-btn-detail {
  position: relative;
  z-index: 99;
}

.event-location.section-contech-event-locations {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 140px;
  z-index: 9;
}

.gradient-border {
  position: relative;
}

.banner-btn-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0C395A;
  height: 200px;
}

.banner-btn-detail .banner-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

/* .banner-btn-detail:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/element/book-now-element.svg);
  background-size: 140%;
  opacity: 0.1;
  background-position: center;
} */

.banner-btn-detail:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
}

.bg-section {
  background-size: cover;
  background-attachment: fixed;
}

.section-contech-event-img:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.no-webp .section-contech-event-img:after {
  background-image: url(../images/contech-event/contech-event-xl.jpg);
}

.webp .section-contech-event-img:after {
  background-image: url(../images/contech-event/contech-event-xl.webp);
}

/* .contech-text-img img {
  max-width: 1300px;
  margin-left: auto;
} */

.section-contech-event-img::before {
  background: #00000090;
}

.event-location {
  width: 500px;
  flex: 0 0 auto;
  padding: 30px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.event-location-detail {
  padding: 6px 10px;
  border: 1px solid #D9AF63;
  border-radius: 50px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.gradient-border.speakers-more-to-come-btn,
.gradient-border.contech-event-btn {
  width: 100%;
  padding: 2px;
  width: 100%;
}

.event-location-detail span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.date-pin svg,
.location-pin svg {
  width: 32px;
  height: 32px;
}

.gradient-border.speakers-more-to-come-btn .btn-secondary,
.gradient-border.contech-event-btn .btn-secondary {
  width: 100%;
}

.register-your-proptech-block a {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.text-horizontal-scroll-loop-block {
  align-items: center;
  min-width: 148.75rem;
  display: flex;
}

.text-horizontal-scroll-loop-block-instance {
  flex: none;
  align-items: center;
  display: flex;
  font-weight: 800;
}

.text-horizontal-scroll-loop-block-instance-text {
  -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;
  color: #00304E;
}

.text-horizontal-scroll-loop-block-instance-dot {
  background-color: #ffffff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin: 0 20px 8px;
}

.text-horizontal-scroll-loop {
  justify-content: flex-start;
  align-items: center;
  /* min-width: 1037.5rem; */
  text-decoration: none;
  display: flex;
  position: relative;
  animation: right-to-left 150s infinite;
  animation-timing-function: linear;
}

.text-horizontal-scroll-loop-block-instance-text:hover {
  color: #ffffff;
}

.register-your-proptech-block a:hover {
  animation-play-state: paused;
}

@keyframes right-to-left {
  from {
    right: 0px;
  }

  to {
    right: calc(10000px - 100vw);
  }
}

.no-webp .section-proptech-after-event-locations {
  background-image: url(../images/passes/passes-bg-new-xl.jpg);
}

.webp .section-proptech-after-event-locations {
  background-image: url(../images/passes/passes-bg-new-xl.webp);
}

.section-proptech-after-event-locations.primary-overlay:before {
  background: #e0b475d4;
}

.section-proptech-after-event-locations {
  padding: 80px 0 !important;
}

.line-element {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  z-index: 1;
  top: 40px;
}


.line-element.line-element1 {
  width: 20%;
}

.line-element.line-element2 {
  left: 30%;
}

.line-element.line-element4,
.line-element.line-element3 {
  bottom: 40px;
  top: unset;
}

.line-element.line-element3 {
  width: 70%;
}

.line-element.line-element4 {
  left: 80%;
}

.proptech-after-event-locations-updates {
  margin-top: 10px;
}

.contech-text-img.scrolled.fade-in-right {
  animation: 2s ease-in-out both fade-in-right-new !important;
}

@keyframes fade-in-right-new {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.btn-primary.line-btn {
  background: transparent;
  border: 2px solid #D9AF63;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Geomanist', sans-serif !important;
  padding: 15px 25px 10px 25px;
  border-radius: 50px;
}

.secure-spot-btn::after,
.secure-spot-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 1000%;
  height: 2px;
  background-color: #D9AF63;
}

.secure-spot-btn::after {
  left: unset;
  right: 100%;
}

.secure-spot-btn {
  width: fit-content;
  margin: 0 auto;
}

.section-secure-spot {
  padding-top: 60px !important;
  padding-bottom: 50px !important;
}

.primary-overlay.dark-overlay:before {
  background: #000000ab;
}

.theme-devider-line:before,
.theme-devider-line:after {
  position: absolute;
  content: "";
  top: 40%;
  transform: translateY(-50%);
  left: 105%;
  height: 2px;
  width: 500%;
  background-color: #D9AF63;
}

.vertical-devider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.vertical-devider:before,
.vertical-devider:after {
  position: absolute;
  content: "";
  top: 40%;
  transform: translateY(-50%);
  left: 105%;
  height: 20px;
  width: 3px;
  background-color: #D9AF63;
}

.vertical-devider:after,
.theme-devider-line:after {
  left: unset !important;
  right: 105%;
}

.sub-line {
  width: 180px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 30px auto 0;
}

/* Horizontal Marquuee Start */
.horizontal-marquee-bg {
  transform-origin: 0% 10%;
  transform: rotate(-45deg);
}

.horizontal-marquee-item {
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  position: relative;
}

.horizontal-marquee-content {
  display: inline-flex;
  width: max-content;
  animation: scroll 60s linear infinite;
}

.horizontal-marquee-content-reverse {
  display: inline-flex;
  width: max-content;
  animation: scrollreverse 60s linear infinite;
}

.horizontal-marquee-item-inner {
  display: inline-flex;
}

.horizontal-marquee-item-inner span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #ffffff;
  opacity: 0.1;
  margin-right: 12px;
  text-transform: uppercase;
}

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

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollreverse {
  0% {
    transform: translateX(-50%);
  }

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

/* Horizontal Marquuee End */

.btn-secondary span {
  position: relative;
  overflow: hidden;
  display: grid;
  transition-duration: .5s;
  transition-property: transform, color;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  grid-gap: 45px;
  text-transform: uppercase;
}

.btn-secondary span:after {
  content: attr(data-text);
  line-height: 1;
  display: inline-block;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  background-clip: border-box;
}

.btn-secondary:hover span {
  transform: translateY(-1.9em);
}

#section-book-pass {
  transition: opacity 0.1s ease;
}

.jury-panel-title .theme-padding {
  padding-top: 40px;
  padding-bottom: 30px;
}

.jury-title-line.jury-title-line1:first-child {
  width: 60%;
}

.theme-card-img {
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  position: relative;
}

.theme-card-img:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
}

.theme-card-img .card-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme-card-img .card-line:before,
.theme-card-img .card-line:after,
.theme-card-img picture:before,
.theme-card-img picture:after {
  position: absolute;
  content: "";
  top: -7px;
  left: -7px;
  width: 14px;
  height: 80px;
  background-color: #fff;
}

.theme-card-img .card-line:after,
.theme-card-img picture:after {
  height: 14px;
  width: 80px;
}

.theme-card-img picture:before,
.theme-card-img picture:after {
  top: unset !important;
  left: unset !important;
  bottom: -7px;
  right: -7px;
}

.theme-card-desc h5 {
  font-size: 26px;
  color: #e7c698;
  font-family: 'Libre Bodoni';
  font-weight: bold;
  margin-bottom: 10px;
}

.theme-card-desc {
  text-align: center;
  margin-top: 25px;
}

#speakers-slider .splide__arrows,
#jury-panel-slider .splide__arrows {
  display: none;
}

.theme-pattern-shade-2::before,
.triangle-bg::before,
.line-bg::before,
.theme-round-cirlce-bg::before,
.theme-arrow-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  mix-blend-mode: multiply;
}

.theme-round-cirlce-bg::before {
  mix-blend-mode: luminosity !important;
}

.no-webp .theme-arrow-bg::before {
  background-image: url(../images/element/arrow-bg.png);
}

.webp .theme-arrow-bg::before {
  background-image: url(../images/element/arrow-bg.webp);
}

.no-webp .theme-round-cirlce-bg::before {
  background-image: url(../images/element/round-element.png);
}

.webp .theme-round-cirlce-bg::before {
  background-image: url(../images/element/round-element.webp);
}

.no-webp .triangle-bg::before {
  background-image: url(../images/element/triangle-pattern-xl.png);
}

.webp .triangle-bg::before {
  background-image: url(../images/element/triangle-pattern-xl.webp);
}

.no-webp .line-bg::before {
  background-image: url(../images/element/line-bg.png);
}

.webp .line-bg::before {
  background-image: url(../images/element/line-bg.webp);
}

.no-webp .theme-pattern-shade-2::before {
  background-image: url(../images/element/theme-pattern-shade-2-xl.png);
}

.webp .theme-pattern-shade-2::before {
  background-image: url(../images/element/theme-pattern-shade-2-xl.webp);
}

.pagination-lg .splide__pagination__page {
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 25px;
  -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;
}

.pagination-lg .splide__pagination__page.is-active {
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  width: 40px;
  -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;
}

.pagination-lg .splide__pagination li {
  display: flex;
  position: relative;
  min-width: 50px;
  justify-content: center;
}

.pagination-lg .splide__pagination {
  width: 100%;
  position: relative;
  display: flex;
  left: 0;
}

.pagination-lg .splide__pagination li:first-child:before,
.pagination-lg .splide__pagination li:last-child:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1020px;
  height: 20px;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  right: 180px;
}

.pagination-lg .splide__pagination:after {
  right: unset;
  left: 220%;
  background: linear-gradient(268deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
}

span.theme-white-line {
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #fff;
  z-index: 5;
}

.theme-white-line.theme-white-line2 {
  width: 40%;
}

/* .theme-white-lines:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #02080d;
  z-index: 9;
} */
.section-speakers .theme-white-lines {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
}

.pagination-lg .splide__pagination li:last-child:after {
  right: unset;
  left: 180px;
}

.section-speakers {
  background: rgb(2, 37, 64);
  background: linear-gradient(180deg, rgba(2, 37, 64, 1) 0%, rgba(0, 54, 91, 1) 100%);
}

#winners-title-slider.theme-devider-line:before,
#winners-title-slider.theme-devider-line::after,
.speakers-title .theme-devider-line:before,
.speakers-title .theme-devider-line:after {
  height: 10px;
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
}

.img-blue-bg .theme-card-img {
  background: rgb(2, 20, 130);
  background: linear-gradient(25deg, rgba(2, 20, 130, 1) 0%, rgba(3, 120, 213, 1) 100%);
}

.img-blue-bg .theme-card-img:before {
  display: none;
}

.img-blue-bg .theme-card-img .card-line:before,
.img-blue-bg .theme-card-img .card-line:after,
.img-blue-bg .theme-card-img picture:before,
.img-blue-bg .theme-card-img picture:after {
  background: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
}

.speakers-more-to-come-btn {
  width: fit-content !important;
  margin: 50px auto 0;
}

.btn-primary.btn-lg {
  font-size: 34px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
}

.section-top-twelve-shortlist.js-scroll,
#speakers-slider.js-scroll {
  opacity: 1 !important;
}

.hover-arrow:hover {
  cursor: url(../images/element/arrow.svg) 20 20, auto;
}

.scroll-wrapper {
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.event-item .theme-text:hover {
  color: #fff !important;
}

.event-location-detail 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;
}

.event-location-detail:hover span {
  color: #D9AF63;
  -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;
}

#strategic-partner-slider .splide__arrows {
  opacity: 0;
}

.strategic-partner-logo {
  max-width: 600px;
}

#strategic-partner-slider {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.section-strategic-partner .theme-white-lines {
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
}

.section-strategic-partner .strategic-partner-bottom-line {
  top: unset !important;
  bottom: 20px;
}

.section-strategic-partner .theme-white-line {
  height: 8px;
}

.strategic-partner-top-line .theme-white-line1 {
  width: 20%;
}

.strategic-partner-top-line .theme-white-line2 {
  left: 50%;
  width: 100%;
}

.strategic-partner-bottom-line .theme-white-line1 {
  width: 25%;
}

.strategic-partner-bottom-line .theme-white-line2 {
  width: 90%;
  left: 8%;
}

.strategic-partner-bottom-line .theme-white-line3 {
  left: 20%;
}

.pointer-events-none {
  pointer-events: none;
}

.partnering-brands-top-line .theme-white-line1 {
  width: 40%;
}

.partnering-brands-top-line .theme-white-line2 {
  left: 50%;
  width: 100%;
}

.partnering-brands-logo img {
  max-height: 70px;
  max-width: 170px;
  height: auto;
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partnering-brands-logo {
  position: relative;
  height: 100%;
  width: 100%;
}

/* .partnering-brands-logo::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 5px;
  left: 5px;
  border-radius: 20px;
} */

.column.col-partnering-brands {
  width: 20%;
  flex: 0 0 auto;
  padding: 20px;
  /* border-right: 1px solid #D2A380;
  border-bottom: 1px solid #D2A380; */
}

/* .column.col-partnering-brands:nth-child(5),
.column.col-partnering-brands:nth-child(10),
.column.col-partnering-brands:nth-child(15) {
  border-right: 0;
}

.column.col-partnering-brands:nth-child(11),
.column.col-partnering-brands:nth-child(12),
.column.col-partnering-brands:nth-child(13),
.column.col-partnering-brands:nth-child(14),
.column.col-partnering-brands:nth-child(15) {
  border-bottom: 0;
} */

.partnering-brands-logo picture {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  -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;
}

.partnering-brands-logo picture:hover {
  background-color: #d9af63;
  -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;
}

.partnering-brands-bottom-line .theme-horizontal-line2,
.partnering-brands-top-line .theme-horizontal-line2 {
  transform: rotate(180deg);
}

.section-partnering-brands .partnering-brands-top-line {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-50%);
}

.section-partnering-brands .partnering-brands-bottom-line {
  position: absolute;
  bottom: 0;
}

.partnering-brands-top-line .theme-horizontal-line1 {
  right: 160px;
}

.partnering-brands-top-line .theme-horizontal-line2 {
  left: 160px;
}

/* Event Agenda Start */

.ictdd-event-agenda-accordian .acc-title {
  display: flex;
  align-items: center;
}

.ictdd-event-agenda-accordian .acc-title .event-agenda-time,
.ictdd-event-agenda-accordian .acc-title .event-agenda-desc h4 {
  font-size: 20px !important;
  color: #10395b;
  font-weight: 400;
}

.ictdd-event-agenda-accordian .event-agenda-time {
  min-width: 320px;
}

.ictdd-event-agenda-accordian .accordionItemHeading {
  padding: 12px 50px 12px 20px;
  margin: 0;
  border-radius: 0;
}

.ictdd-event-agenda-accordian .accordionItem {
  background-color: #fff !important;
}

.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) {
  background-color: #10395b !important;
}

.section-title.ictdd-event-agenda-title {
  margin-bottom: 60px;
}

.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .acc-title .event-agenda-time,
.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .acc-title .event-agenda-desc h4 {
  color: #fff;
}

.ictdd-event-agenda-accordian .open .accordionItemContent {
  padding: 20px !important;
  border-top: 1px solid #10395b30;
}

.ictdd-event-agenda-accordian .accordionItemContent {
  font-size: 18px;
}

.ictdd-event-agenda-accordian .accordionItemHeading::before {
  display: none;
}

.ictdd-event-agenda-accordian .accordionItemHeading::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 15px;
  height: 30px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #10395b;
  -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;
  transform: translateY(-50%) rotate(180deg);
}

.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .accordionItemHeading::after {
  background-color: #fff;
}

.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .accordionItemHeading::after {
  background-color: #fff;
}

.ictdd-event-agenda-accordian .accordionItem.open .accordionItemHeading::after {
  transform: translateY(-50%) rotate(90deg);
  -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;
}

.proptech-text-bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.accordionItem .accordian-no-content-head,
.accordionItem.accordian-no-content {
  pointer-events: none;
}

.accordionItemHeading.accordian-no-content-head:after,
.accordionItem.accordian-no-content .accordionItemHeading:after {
  display: none !important;
}

/* Event Agenda End */

.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: bottom;
}

.theme-devider-line.title-line-blue:before,
.theme-devider-line.title-line-blue:after {
  background-color: #0A3756;
  height: 8px;
}

.event-location-item span {
  font-size: 26px;
  color: #0A3756;
  line-height: 32px;
  margin-top: 5px;
  text-transform: uppercase;
}

.event-date-location-detail {
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 50px;
}

.event-location-item sup {
  line-height: 16px;
  font-size: 14px;
}

.event-agenda-desc {
  border-bottom: 1px solid #fff;
}

.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .event-agenda-desc {
  border-bottom: 1px solid #10395b;
}

.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .accordionItemContent {
  color: #fff;
  border-top: 1px solid #ffffff30;
}

.other-ceremony h4:not(:last-child) {
  border-bottom: 1px solid;
  padding: 6px 0;
  margin: 6px 0;
}

.other-ceremony h4:first-child {
  margin-top: 0;
  padding-top: 0;
}

.accordionItemContent p:not(:last-child) {
  margin-bottom: 10px;
}

.avatar img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 calc(25% - 25px);
}

.avatar {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 100%;
  background-color: #10395b;
}

.profile-desc h6 {
  color: #10395b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.profile-desc span {
  font-size: 15px;
  line-height: 18px;
  color: #10395b;
  display: block;
  margin-top: 3px;
}

.acc-text-with-profile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.acc-text-detail h6 {
  font-size: 20px;
}

.sponsors-logo picture {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  min-width: 400px;
  -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;
}

.sponsors-logo img {
  max-height: 60px;
  max-width: 300px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sponsors-logo h6 {
  font-size: 28px;
  margin: 0 auto 15px;
  font-weight: 500;
  color: #D9AF63;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid;
  width: fit-content;
}

.column.col-sponsors {
  flex: 0 0 auto;
}

.theme-card-desc small {
  display: block;
  font-size: 14px;
}

.top-twelve-img {
  max-width: 700px;
  margin: 0 auto 40px;
}

.top-twelve-block img {
  height: auto;
  width: auto;
  max-height: 110px;
  max-width: 180px;
}

.top-twelve-block h6 {
  color: #e3b791;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  display: block;
}

.nominees-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0.2;
}

.section-top-twelve-shortlist .container {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(90deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
  border-image-slice: 1;
  padding: 30px;
  border: 1px solid #d2a380 !important;
}

.top-twelve-block picture {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  min-height: 220px;
  max-width: 240px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.column.top-twelve-col {
  margin-bottom: 15px;
}

.columns.top-twelve-cols {
  margin-bottom: -15px !important;
}

.profile-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .accordionItemContent .profile-desc span,
.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .accordionItemContent .profile-desc h6 {
  color: #fff;
}

.profile-list-title h4 {
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #10395b;
}

.profile-list-title h4:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 110%;
  height: 2px;
  width: 1500px;
  border-bottom: 1px solid #10395b;
}

.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .profile-list-title h4:before {
  background-color: #e3b791;
}

.ictdd-event-agenda-accordian .accordionItem:nth-child(odd) .profile-list-title h4 {
  color: #e3b791;
}

.acc-text-detail {
  margin-bottom: 24px;
}

.profile-list-title {
  margin-bottom: 15px;
}

.profile-list-wrapper:not(:last-child) {
  margin-bottom: 30px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 0 !important;
}

#winners-title-slider {
  max-width: 750px;
  margin: 0 auto 20px;
}

.winners-desc h4 {
  font-size: 46px;
  line-height: 46px;
  font-family: 'Libre Bodoni';
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  overflow: visible;
  padding: 28px 45px;
}

.winners-desc {
  margin-top: 10px;
}

#winners-img-slider .splide__track {
  padding-top: 45px;
  padding-bottom: 45px;
}

#winners-img-slider .is-active.is-visible .winners-img {
  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;
}

.winners-img {
  border: 5px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -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;
}

#winners-img-slider .splide__arrows {
  display: none;
}

.winners-desc h4:before,
.winners-desc h4:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60px;
  height: 42px;
  background-size: contain;
  background-image: url(../images/element/plus1.svg);
  background-repeat: no-repeat;
  z-index: 9;
  background-position: center;
}

.winners-desc h4:after {
  bottom: unset;
  left: unset;
  right: 0;
  top: 0;
  background-image: url(../images/element/plus2.svg);
}

.winners-img:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
}

.no-webp .winners-img:before {
  background-image: url(../images/element/building-element.png);
}

.webp .winners-img:before {
  background-image: url(../images/element/building-element.webp);
}

.winners-img:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 170px;
  height: 130px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(3, 120, 213, 1);
  border: 5px solid #e3b791;
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-radius: 30px 0 0 0;
}

.no-webp .winners-img:after {
  background-image: url(../images/element/logo-with-realtynxt.png);
}

.webp .winners-img:after {
  background-image: url(../images/element/logo-with-realtynxt.webp);
}

#winners-title-slider.theme-devider-line:before {
  background: linear-gradient(280deg, #A66D53 0%, #AE775B 29.39%, #BF8B6D 49.67%, #D2A380 67.31%, #E3B791 100%);
}

#winners-title-slider .section-title h2 {
  font-size: 60px;
  line-height: 60px;
}
