.close-button svg,
.theme-logo a,
img,
picture,
video {
  display: block
}

.accordion .card__content p,
body {
  font-size: 16px
}

.theme-element.element-top-right,
.theme-modal {
  top  : 0;
  right: 0
}

.btn,
.close,
.error-msg1 {
  display: flex
}

.btn,
.sub-title {
  text-transform: uppercase
}

.list-point li,
.tab-list li {
  list-style: none
}

.btn,
.close,
.close-button:hover,
.scroll-to-top,
.tab-list .tab,
a,
button {
  cursor: pointer
}

html {
  scroll-behavior: smooth;
  min-width      : 260px
}

body,
html {
  overflow-x: clip
}

.loader-processing,
html.html-menu-active,
html.insomenu-active,
html.is-active {
  overflow: hidden
}

::selection {
  background-color: #c9963a;
  color           : #fff
}

@font-face {
  font-family  : Cormorant;
  font-style   : normal;
  font-weight  : 300 700;
  font-display : swap;
  src          : url(../fonts/H4clBXOCl9bbnla_nHIq75u9.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  : "Open Sans";
  font-style   : normal;
  font-weight  : 300 800;
  font-stretch : 100%;
  font-display : swap;
  src          : url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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
}

body {
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family            : "Open Sans";
  color                  : #000;
  font-weight            : 400;
  line-height            : 1.4;
  letter-spacing         : .1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Cormorant;
  font-weight: 500
}

.z-index-5 {
  z-index: 5 !important
}

.z-index-9 {
  z-index: 9
}

.error-msg1 {
  position   : absolute;
  bottom     : -12px;
  background : red;
  line-height: 11px;
  color      : #fff;
  font-size  : 9px
}

.btn,
p {
  font-size  : 14px;
  line-height: 22px
}

.overflow-hidden {
  overflow: hidden !important
}

.font-variant-nums {
  font-variant: lining-nums !important
}

.font-open-sans {
  font-family: "Open Sans" !important
}

a {
  color: #595959
}

.dark a:hover,
.office-item a:hover,
.sidebar-menu-item a:hover h5,
.text-primary,
.theme-team-block:hover h4,
a:hover {
  color: #ef4130
}

a,
button {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.m-lr-auto,
.mx-auto {
  margin-left : auto;
  margin-right: auto
}

img {
  max-width: 100%;
  height   : auto;
  width    : 100%
}

.btn {
  position          : relative;
  font-family       : Cormorant;
  width             : fit-content;
  border            : 1px solid;
  align-items       : center;
  gap               : 6px;
  padding           : 10px 30px;
  text-align        : center;
  font-weight       : 700;
  z-index           : 1;
  transition        : .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  border-radius     : 0;
  background-color  : transparent
}

.img-fixed-ratio,
.img-ratio,
.square-img-fixed-ratio {
  width          : 100% !important;
  object-fit     : cover !important;
  object-position: center !important;
  height         : auto !important
}

.btn:focus,
button:focus {
  outline: 0
}

.btn-white {
  background-color: #fff;
  border-color    : #fff;
  color           : #000
}

.btn-white:hover {
  background-color: #000;
  border-color    : #000;
  color           : #000
}

.btn.btn-primary,
.btn.btn-primary:hover {
  background-color: #ef4130;
  color           : #fff;
  border-color    : #ef4130
}

.btn.btn-secondary {
  background-color: #c9963a;
  color           : #fff;
  border-color    : #c9963a
}

.border,
.btn.btn-outline {
  border: 1px solid
}

.btn-outline-primary {
  border-color: #ef4130 !important;
  color       : #ef4130 !important
}

.btn-outline-primary:hover {
  background-color: #ef4130 !important;
  color           : #fff !important
}

.btn-outline-secondary {
  border-color: #000 !important;
  color       : #000 !important
}

.team-modal-title span,
.text-secondary,
p {
  color: #2c2c2c
}

.btn-outline-secondary:hover {
  background-color: #000 !important;
  color           : #fff !important
}

.accordion,
.accordion .card.is-active {
  background: 0 0
}

.rounded-circle {
  border-radius        : 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius   : 50% !important;
  -ms-border-radius    : 50% !important;
  -o-border-radius     : 50% !important
}

.rounded-pill {
  border-radius        : 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius   : 100px !important;
  -ms-border-radius    : 100px !important;
  -o-border-radius     : 100px !important
}

p {
  margin-bottom: 12px
}

.list-point li:last-child,
.listed-points li:last-child,
.responsive-sidebar-menu h5,
.section-title:last-child,
.sidebar-menu-item h5,
p:last-child,
ul:last-child {
  margin-bottom: 0
}

.how-it-works-block:nth-child(2n) .column.how-it-works-process-col,
.order-2 {
  order: 2
}

.is-size-7 {
  font-size: 14px !important
}

.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,
.fw-bold {
  font-weight: 700 !important
}

.fw-800 {
  font-weight: 800 !important
}

.fw-900 {
  font-weight: 900 !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-top {
  border-top: 1px solid
}

.border-bottom {
  border-bottom: 1px solid
}

.border-left {
  border-left: 1px solid
}

.border-right {
  border-right: 1px solid #f2f2f2
}

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

.accordion .card,
.accordion .card:not(:last-child):not(.is-active),
.theme-grid-card-cols .column {
  border-bottom: 1px solid #e6e7e8
}

.pr-100 {
  padding-right: 100px
}

.pl-100 {
  padding-left: 100px
}

.text-golden,
a.text-primary:hover {
  color: #c9963a !important
}

a.text-golden:hover,
a.text-secondary:hover {
  color: #ef4130 !important
}

.accordion {
  box-shadow: unset;
  border    : unset
}

.collapse {
  overflow           : hidden;
  transition         : .5s cubic-bezier(.5, 0, .3, 1);
  transition-property: opacity, height;
  will-change        : opacity, contents
}

.collapse:not(.is-active) {
  height : 0;
  opacity: 0
}

.accordion .card {
  overflow   : hidden;
  margin     : -1px -1px 1px;
  background : 0 0;
  transition : .3s cubic-bezier(.4, 0, .2, 1);
  will-change: contents;
  text-align : left
}

.accordion .card:last-child {
  margin-bottom: -1px
}

.accordion .card.is-active+.card {
  border-top-color: transparent
}

.accordion .card__title {
  display            : flex;
  justify-content    : space-between;
  align-items        : center;
  margin             : 0 0 -1px;
  padding            : 20px 0;
  color              : #000;
  text-decoration    : none;
  font-size          : 20px;
  line-height        : 26px;
  font-weight        : 400;
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
  gap                : 20px
}

.accordion .card__title:hover .icon {
  opacity: .8
}

.accordion .card__title.is-active .icon {
  transform: rotateX(180deg);
  opacity  : 1
}

.accordion .card__title .icon {
  width       : 28px;
  height      : 28px;
  opacity     : .3;
  transition  : .3s cubic-bezier(.4, 0, .2, 1);
  margin-right: -.25rem;
  flex        : 0 0 auto
}

.theme-modal,
.theme-modal.is-active {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.accordion .card__content {
  padding: 0 0 20px
}

.img-fixed-ratio {
  aspect-ratio: 16/9 !important
}

.square-img-fixed-ratio {
  aspect-ratio: 1/1 !important
}

.col-projects-amenities .img-ratio,
.vertical-img-ratio {
  aspect-ratio: 1/1
}

.mw-1300 {
  max-width: 1300px
}

.mw-1200 {
  max-width: 1200px
}

.mw-1100 {
  max-width: 1100px
}

.max-w-1000 {
  max-width: 1000px
}

.max-w-900 {
  max-width: 900px
}

.max-w-800 {
  max-width: 800px
}

.join-our-gray-box .join-our-team-detail h3,
.max-w-700 {
  max-width: 700px
}

.max-w-600 {
  max-width: 600px
}

.col-sada-sukhiraho:first-child,
.max-w-500 {
  max-width: 500px
}

.max-w-400 {
  max-width: 400px
}

.max-w-350 {
  max-width: 350px
}

.max-w-300 {
  max-width: 300px
}

.max-w-200 {
  max-width: 200px
}

.max-w-100 {
  max-width: 100px
}

.grid-item {
  width     : 100%;
  margin-top: 120px
}

.theme-element {
  position: absolute;
  z-index : -1
}

.theme-element.element-bottom-right {
  bottom: 0;
  right : 0
}

.theme-element.element-top-left {
  top : 0;
  left: 0
}

.theme-element.element-bottom-left {
  bottom: 0;
  left  : 0
}

.theme-modal {
  position  : fixed;
  bottom    : 0;
  left      : 0;
  overflow  : hidden;
  outline   : 0;
  opacity   : 0;
  visibility: hidden;
  transition: .3s linear
}

.theme-modal.is-active {
  visibility: visible;
  opacity   : 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index   : 99999;
  transition: .3s linear
}

.theme-modal-card,
.theme-modal.is-active .theme-modal-card {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.modal-content,
.theme-modal-content {
  border       : 0;
  border-radius: 0
}

.theme-modal-card {
  position        : relative;
  top             : calc(50% + 30px);
  max-width       : 700px;
  width           : 100%;
  padding         : 40px;
  max-height      : inherit;
  background-color: #fff;
  margin          : 0 auto;
  transform       : translateY(-50%);
  overflow        : visible;
  transition      : .3s linear;
  box-shadow      : rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0
}

.theme-modal.is-active .theme-modal-card {
  top       : 50%;
  transition: .3s linear
}

.close,
.theme-modal-background {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.theme-modal-background {
  background     : rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
  position       : fixed;
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 100%;
  transition     : .3s linear
}

.theme-modal-card-body {
  border          : 0;
  z-index         : 1;
  position        : relative;
  overflow        : visible;
  background-color: transparent
}

.close {
  color           : #ef4130;
  width           : 44px;
  height          : 44px;
  align-items     : center;
  justify-content : center;
  border          : 1px solid #ef413090;
  text-shadow     : none;
  opacity         : 1;
  background-color: transparent;
  position        : absolute;
  top             : 10px;
  right           : 10px;
  z-index         : 10;
  border-radius   : 50%;
  transition      : .3s linear
}

.actual-image,
.artistic-impression,
.col-form,
.col-our-other .theme-block-img,
.col-shaping-the-future .theme-block-img,
.container,
.form-group,
.form-group-wrapper,
.header-dropdown-second,
.mobile-with-country .country-code,
.newsletter-block,
.project-img-with-confi,
.section,
.section-title,
.stock-image,
.theme-block,
.theme-input,
section {
  position: relative
}

.close:hover,
.splide__pagination__page {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.close:hover {
  border    : 1px solid #fff;
  color     : #fff;
  transition: .3s linear
}

.modal-lg .theme-modal-card {
  max-width: 1440px;
  padding  : 80px;
  overflow : hidden
}

.modal-md .theme-modal-card {
  max-width       : 1000px;
  background-color: #fcf9f3
}

.column.team-modal-col:first-child {
  max-width: 360px
}

.footer-link:not(:last-child),
.horizontal-timeline-block li:not(:last-child),
.newsletter-grid-col:nth-child(2) .newsletter-block:first-child,
.press-release-images picture:not(:last-child),
.recent-blog .card-horizontal:not(:last-child),
.team-modal-title {
  margin-bottom: 20px
}

.team-modal-col .img-ratio {
  aspect-ratio: 1/1.3
}

::-webkit-input-placeholder {
  color      : #bcbec0 !important;
  font-family: "Open Sans"
}

:-ms-input-placeholder {
  color      : #bcbec0 !important;
  font-family: "Open Sans"
}

::placeholder {
  color      : #bcbec0 !important;
  font-family: "Open Sans"
}

.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: #eee;
  border-radius   : 3px
}

.theme-scrollbar-horizontal {
  overflow-x    : auto;
  overflow-y    : hidden;
  padding-bottom: 0
}

.theme-scrollbar-horizontal::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color  : transparent;
  display           : none
}

.theme-scrollbar-horizontal::-webkit-scrollbar {
  height          : 6px;
  display         : none;
  background-color: transparent
}

.theme-scrollbar-horizontal::-webkit-scrollbar-thumb {
  display              : none;
  background-color     : #ddd;
  border-radius        : 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  -ms-border-radius    : 3px;
  -o-border-radius     : 3px
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color  : #fff
}

::-webkit-scrollbar {
  width           : 5px;
  background-color: #fff
}

::-webkit-scrollbar-thumb {
  border-radius     : 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color  : #ef4130
}

iframe {
  border: none
}

a,
b,
div,
li,
ul {
  -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,
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 {
  padding-top   : 100px;
  padding-bottom: 100px;
  overflow      : hidden
}

.small-section-padding {
  padding-top   : 60px !important;
  padding-bottom: 60px !important
}

.full-width,
.menu-search-btn .form-group,
.project-menu-item,
.splide__slide img {
  width: 100%
}

.overflow-visible {
  overflow: visible !important
}

.section-title h1,
.section-title h2 {
  font-size   : 56px;
  line-height : 64px;
  color       : #2c2c2c;
  margin      : 0;
  font-weight : 500;
  position    : relative;
  display     : inline-block;
  font-family : Cormorant;
  font-variant: lining-nums
}

.sub-title {
  font-size    : 20px;
  color        : #c9963a;
  font-family  : Cormorant;
  font-weight  : 600;
  display      : block;
  margin-bottom: 10px
}

h1 {
  font-size: 50px
}

h3 {
  font-size: 32px
}

.theme-project-block .block-title h4,
h4 {
  font-size: 28px
}

h5 {
  font-size: 24px
}

.section-title {
  margin-bottom: 30px;
  z-index      : 2
}

.dark .tab.active a,
.dark a,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark small,
.dark span,
.dark.tab-list .tab.is-active a,
.dark.tab-list .tab:hover a,
.plan-inquire-btn:hover,
.title-white .title-tagline {
  color: #fff
}

.container {
  z-index: 1
}

.col-middle {
  display: table;
  width  : 100%
}

.col-middle-inner {
  display       : table-cell;
  vertical-align: middle
}

label.error {
  color      : #fff;
  background : red;
  font-size  : 10px;
  position   : absolute;
  left       : 0;
  bottom     : -13px;
  line-height: 13px !important;
  top        : auto;
  font-weight: 600
}

.contact-form label.error {
  bottom: -16px;
  width : inherit
}

.custom-range-slider ul li:last-child,
.list-point,
.splide {
  padding: 0
}

.list-point li {
  position     : relative;
  padding-left : 15px;
  margin-bottom: 8px
}

.list-point>li:before {
  content      : "";
  position     : absolute;
  width        : 4px;
  height       : 4px;
  background   : #000;
  left         : 0;
  top          : 8px;
  border-radius: 100%
}

.splide.pagination .splide__pagination {
  counter-reset: pagination-num
}

.splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content          : counter(pagination-num)
}

.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;
  transition  : fill .2s linear;
  stroke-width: 1.5;
  font-size   : 24px
}

.splide__arrow:hover:not(:disabled) svg {
  fill: transparent
}

.splide__arrow.splide__arrow--next:disabled,
.splide__arrow.splide__arrow--prev:disabled {
  pointer-events: none;
  color         : #bcbec0;
  border        : 1px solid
}

.splide__arrow {
  width           : 50px;
  height          : 50px;
  padding         : 5px;
  color           : #ef4130;
  background-color: transparent;
  border          : 1px solid #ef4130;
  opacity         : 1;
  border-radius   : 100%
}

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

.splide__arrow--prev {
  left: 60px
}

.splide__arrow--next {
  right: 60px
}

.splide__pagination__page {
  margin    : 2px;
  width     : 8px;
  height    : 8px;
  background: rgba(239, 65, 48, .75);
  opacity   : .5;
  transition: .3s linear
}

.cms-item:not(:last-child),
.header-dropdown-item:not(:last-child),
.modal-title,
.people-philosophy-desc,
.tab-list,
.tab-list-block,
.theme-icon-text-item:not(:last-child),
.vision-mission-item:not(:last-child) {
  margin-bottom: 30px
}

.listed-points li:before,
.sm-form-control,
header {
  background-color: transparent
}

.splide__pagination__page.is-active {
  transform         : none;
  background        : rgb(239 65 48);
  opacity           : 1;
  width             : 20px;
  border-radius     : 10px;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.splide__pagination {
  position : static;
  transform: none
}

.accordion-with-icon,
.sada-sukhiraho-feature-title {
  display    : flex;
  align-items: center;
  width      : 100%;
  gap        : 16px
}

.accordion-with-icon img,
.sada-sukhiraho-feature-title img {
  max-width: 40px
}

.accordion-with-icon h4,
.accordion-with-icon img,
.sada-sukhiraho-feature-title h4,
.sada-sukhiraho-feature-title img {
  transition        : .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear
}

.card-horizontal-img picture,
.footer-arrow-toggle,
.hover-scale-block,
.theme-block-img,
.theme-project-block .theme-block-img picture {
  position: relative;
  overflow: hidden
}

.theme-block-img:before,
.theme-project-block .theme-block-img>picture::before {
  content         : "";
  position        : absolute;
  width           : 100%;
  height          : 100%;
  top             : 0;
  left            : 0;
  z-index         : 1;
  background-color: #000;
  opacity         : .4;
  transition      : .3s linear
}

.theme-block-title {
  position      : absolute;
  top           : calc(50% + 24px);
  left          : 0;
  right         : 0;
  display       : flex;
  flex-direction: column;
  gap           : 6px;
  text-align    : center;
  z-index       : 9;
  transform     : translateY(-50%)
}

.theme-block-title h3 {
  color      : #fff;
  font-size  : 36px;
  font-weight: 600
}

.featured-projects-block .theme-block-img:before,
.js-scroll,
.popup-img-block .theme-block-img:before,
.theme-block-icon {
  opacity: 0
}

.theme-block-icon svg {
  width  : 48px;
  height : 48px;
  color  : #fff;
  display: block;
  margin : 0 auto
}

.block-icon-active .theme-block-icon,
.checkbox input[type=checkbox]:checked+label::after,
.radio input[type=radio]:checked+label::after,
.tab-list .tab.is-active a:before,
.tab-list .tab:hover a:before,
.tab.active a:before,
.theme-block:hover .theme-block-icon,
.theme-block:hover h5,
.theme-project-block.project-block-with-confi:hover .theme-block-img picture:before,
.theme-team-block:hover .theme-block-img:before,
.theme-team-block:hover .theme-team-desc-block {
  opacity: 1
}

.hover-scale-block img,
.theme-block-img img {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.hover-scale-block:hover img,
.theme-block:hover .theme-block-img>picture img {
  transform     : scale(1.04);
  -moz-transform: scale(1.1);
  -ms-transform : scale(1.1);
  -o-transform  : scale(1.1)
}

.theme-project-logo-block {
  position       : absolute;
  bottom         : 0;
  z-index        : 2;
  padding        : 16px;
  gap            : 16px;
  width          : 100%;
  align-items    : end;
  justify-content: end;
  display        : none
}

.theme-project-logo-block h5 {
  color       : #fff;
  font-variant: lining-nums;
  font-size   : 18px;
  transition  : .3s linear;
  opacity     : 0;
  text-align  : right
}

.block-title h4,
.tab-list .tab {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.block-title {
  margin-top: 8px
}

.arrow-none .splide__arrows,
.custom-range-slider ul li:last-child:before,
.irs--round .irs-from:before,
.irs--round .irs-max,
.irs--round .irs-min,
.irs--round .irs-single:before,
.irs--round .irs-to:before,
.irs-from,
.irs-single,
.irs-to,
.menu-without-accordian h5::before,
.overlay-0:before,
.project-detail-banner.section-inner-banner:before,
.section-home-awards .splide__arrows,
.theme-project-block .theme-block-img:before {
  display: none
}

.theme-project-block .theme-block-img picture:before,
.theme-team-block .theme-block-img:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
  opacity   : 0
}

.project-block-with-confi .theme-block-img picture:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.46%, rgba(0, 0, 0, .48) 44.12%, rgba(0, 0, 0, .8) 73.14%)
}

.theme-project-logo-block img {
  max-width : 120px;
  max-height: 80px
}

.block-title h4 {
  font-size   : 22px;
  line-height : normal;
  font-weight : 600;
  font-variant: lining-nums;
  transition  : .3s linear
}

.block-title span {
  display    : block;
  font-weight: 500;
  font-size  : 14px;
  margin-top : 3px
}

.tab-list .tab {
  position   : relative;
  line-height: 1;
  background : 0 0;
  transition : .3s linear
}

.tab-list .tab a,
.tab-list .tab a:before {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.tab-list {
  position : relative;
  flex-wrap: wrap;
  width    : fit-content
}

.tab-list .tab a:before {
  content         : "";
  position        : absolute;
  width           : 100%;
  left            : 0;
  height          : 2px;
  background-color: #ef4130;
  bottom          : -1px;
  opacity         : 0;
  transition      : .3s linear
}

.tab-list .tab a {
  position     : relative;
  font-size    : 18px;
  line-height  : 24px;
  padding      : 12px 16px;
  font-weight  : 600;
  display      : block;
  color        : #a3a2a2;
  border-bottom: 1px solid #ddd;
  transition   : .3s linear
}

.tab-list .tab.is-active a,
.tab-list .tab:hover a,
.tab.active a {
  color             : #000;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.dark.tab-list .tab a {
  color: #bcbec0
}

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

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

.col-form label span {
  color: #4d4d4d59
}

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

.close-button {
  top               : 0;
  right             : 0;
  padding           : 5px;
  background-color  : #065f9d;
  color             : #fff;
  position          : absolute;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition   : opacity .2s ease-in;
  -ms-transition    : opacity .2s ease-in;
  -o-transition     : opacity .2s ease-in;
  transition        : opacity .2s ease-in
}

header,
header:before {
  top               : 0;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  width             : 100%;
  left              : 0
}

.close-button:hover {
  opacity: .8
}

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

.menu-link,
.sticky-btn-enquire {
  font-size     : 14px;
  font-weight   : 500;
  text-transform: uppercase;
  color         : #fff
}

header {
  position  : fixed;
  z-index   : 9999;
  padding   : 0 180px;
  transition: .3s linear
}

header:before {
  position  : absolute;
  content   : "";
  height    : 100%;
  background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 83.71%);
  transition: .3s linear;
  z-index   : -1
}

#header.sticky,
.sidebar-menu-close,
html.html-menu-active #header,
html.is-active #header {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

#header.sticky,
html.html-menu-active #header,
html.is-active #header {
  background-color: #121212;
  transition      : .3s linear
}

#header.sticky {
  border-bottom: 1px solid #ffffff10
}

.scroll-down header {
  top: -120px
}

.scroll-up header {
  top: 0
}

.menu-link {
  line-height: 20px;
  display    : block;
  position   : relative
}

.sidebar-menu-close {
  position  : absolute;
  opacity   : 0;
  transition: .3s linear
}

.header-search-menu svg,
.insomenu-bars svg {
  display: flex;
  height : 30px;
  width  : 30px
}

.first-banner-video,
.responsive-sidebar-menu {
  display: none !important
}

.insomenu-active .sidebar-menu-open {
  opacity           : 0;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.insomenu-active .sidebar-menu-close,
.menu-link.dropdown-arrow:hover::before {
  opacity           : 1;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.sidebar-title-with-link a {
  font-size  : 18px !important;
  font-weight: 600 !important
}

.sidebar-menu-item h5,
.sidebar-menu-item h6 {
  color         : #c9963a;
  font-size     : 20px;
  font-weight   : 600;
  text-transform: uppercase
}

.sidebar-menu-item a {
  color         : #000;
  font-weight   : 400;
  line-height   : normal;
  display       : block;
  font-size     : 18px;
  text-transform: capitalize
}

.sidebar-menu-dropdown {
  padding-left: 20px
}

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

.col-header:first-child {
  max-width: 240px;
  padding  : 0;
  flex     : 0 0 240px
}

.col-header:last-child {
  padding  : 0;
  max-width: 115px;
  flex     : 0 0 115px
}

.menu-item {
  position     : relative;
  padding-right: 40px
}

#section-banner,
.grid-item:first-child {
  margin-top: 0
}

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

.sticky-btn-enquire {
  position       : fixed !important;
  top            : 50%;
  right          : -59px;
  padding        : 10px 30px !important;
  z-index        : 999 !important;
  transform      : translateY(-50%) rotate(-90deg);
  line-height    : 22px;
  border         : 1px solid #ef4130;
  background     : rgba(239, 65, 48, .75);
  backdrop-filter: blur(5px)
}

.sticky-btn-enquire:hover {
  color           : #fff;
  background-color: rgb(239 65 48)
}

.listed-points li {
  color       : #333;
  margin      : 10px 0;
  position    : relative;
  padding-left: 25px
}

.listed-points li:before {
  content      : "";
  position     : absolute;
  width        : 10px;
  height       : 10px;
  top          : 6px;
  left         : 0;
  border-radius: 100%;
  border       : 2px solid #28438c
}

.section-cms {
  min-height: calc(100vh - 161px)
}

.theme-bg {
  background-color: #343434
}

.white-bg {
  background-color: #fff
}

.gray-bg,
.join-our-team-block.join-our-gray-box {
  background-color: #f9f9f9
}

.bg-light-golden {
  background-color: rgba(201, 150, 58, .06)
}

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

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

.sticky-btn-enquire.sticky-brochure {
  top  : 410px;
  right: -94px
}

.accordion-gold .card.is-active h4,
.col-sada-sukhiraho .card__title.is-active h4,
.header-dropdown:hover>.menu-link,
.menu-active>.menu-link,
.menu-link.active,
.menu-link:hover,
.sada-sukhiraho-feature-title h4,
.year-block.is-active .year-label {
  color: #c9963a
}

.header-dropdown:hover>.menu-link::before,
.menu-active .menu-link::before,
.menu-link.active::before,
.menu-link:hover::before {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear;
  background-image  : url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C9963A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6'/%3E%3C/svg%3E") !important
}

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

.social-icon,
.social-icon svg {
  align-items: center;
  display    : flex
}

.social-icon,
.social-icon:hover {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.scroll-to-top:hover {
  border    : 1px solid #ef4130;
  background: rgb(239 65 48)
}

.scroll-to-top.showBtn,
html.insomenu-active .sidebar-menu-item {
  opacity  : 1;
  transform: translateY(0)
}

.actual-image::after,
.artistic-impression::after,
.stock-image::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 #000
}

.stock-image::after {
  content: "Stock Image"
}

.actual-image::after {
  content: "Actual Image"
}

.splide__pagination {
  margin-top: 12px
}

.social-icon {
  position       : relative;
  justify-content: center;
  transform      : scale(1);
  transition     : .3s linear
}

.social-icon svg {
  width          : 30px;
  height         : 30px;
  justify-content: center
}

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

.social-icon:hover {
  transform : scale(1.2);
  transition: .3s linear
}

.header-dropdown-content,
.header-dropdown-content .menu-link,
.header-dropdown-content a {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.arrow-bottom .splide__arrows {
  display        : flex;
  justify-content: center;
  gap            : 15px;
  margin-top     : 30px
}

.arrow-bottom .splide__arrow {
  position : static;
  transform: unset
}

.arrow-top .splide__arrows {
  display : flex;
  position: absolute;
  top     : -125px;
  gap     : 10px;
  right   : 0;
  z-index : 9
}

.arrow-top .splide__arrow {
  position : static;
  transform: unset
}

.header-dropdown-content {
  position       : fixed;
  left           : 0;
  top            : 70px;
  width          : 100%;
  height         : calc(100vh - 330px);
  background     : #000000d9;
  backdrop-filter: blur(10px);
  border-top     : 1px solid #414042;
  padding-top    : 60px;
  padding-bottom : 30px;
  opacity        : 0;
  visibility     : hidden;
  transition     : .3s linear;
  z-index        : 888;
  overflow       : hidden
}

.header-dropdown-content .menu-link,
.header-dropdown-content a {
  display       : block;
  font-weight   : 400;
  text-transform: capitalize;
  transition    : .3s linear;
  color         : #fff;
  font-size     : 18px;
  line-height   : normal;
  padding       : 12px 0;
  max-width     : 300px
}

.date,
.footer-menu-block h5,
.header-dropdown-item h4,
.how-it-works-process,
.menu-block h5,
.timeline-detail h3,
.youthville-tag-item h4 {
  text-transform: uppercase
}

#header-search-menu-detail.is-active,
.header-dropdown.menu-active .header-dropdown-content {
  opacity           : 1;
  visibility        : visible;
  top               : 90px;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.header-dropdown-inner:hover .header-dropdown-inner-content {
  opacity           : 1;
  visibility        : visible;
  top               : 0;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.dropdown-arrow:before,
.header-dropdown>.menu-link:before {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  top               : 50%;
  background-size   : contain;
  background-repeat : no-repeat;
  content           : ""
}

.menu-block h5 {
  font-size     : 18px;
  color         : #ef4130;
  font-weight   : 600;
  letter-spacing: 2px;
  margin-bottom : 10px
}

.menu-with-arrow svg {
  display       : inline-block;
  vertical-align: middle
}

.menu-item.header-dropdown>.menu-link {
  padding-right: 30px;
  cursor       : pointer
}

.header-dropdown>.menu-link:before {
  position        : absolute;
  transform       : translateY(-50%);
  right           : 0;
  width           : 20px;
  height          : 20px;
  transition      : .3s linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6'/%3E%3C/svg%3E")
}

.dropdown-arrow {
  position     : relative;
  padding-right: 40px !important
}

.dropdown-arrow:before {
  position     : absolute;
  transform    : translateY(-50%) rotate(-90deg);
  right        : -26px;
  width        : 12px;
  height       : 12px;
  transition   : .3s linear;
  filter       : unset !important;
  border-left  : 8px solid transparent;
  border-right : 8px solid transparent;
  border-bottom: 10px solid #ef4130;
  opacity      : 0
}

.dropdown-arrow:hover:before,
.header-dropdown-inner-content,
.header-dropdown-second-content {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.dropdown-arrow:hover:before {
  filter    : unset !important;
  transition: .3s linear
}

.header-dropdown-inner-content,
.header-dropdown-second-content {
  position   : absolute;
  left       : 100%;
  top        : 0;
  width      : 250px;
  background : rgba(0, 0, 0, .8);
  padding    : 24px;
  opacity    : 0;
  visibility : hidden;
  transition : .3s linear;
  z-index    : 888;
  border-left: 1px solid #b5191e;
  border-top : 0
}

.header-dropdown-content .menu-link:hover,
.header-dropdown-content a:hover,
.sidebar-menu-item a:hover {
  color             : #ef4130;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.header-dropdown-second-content {
  width: 300px
}

.header-dropdown-second:hover .header-dropdown-second-content,
.theme-block:hover .project-confi-detail {
  opacity           : 1;
  visibility        : visible;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.desktop-menu ul,
.mobile-with-country,
.timeline-masonry-columns {
  display: flex
}

ul.desktop-menu {
  display        : flex;
  justify-content: center
}

.arrow-toggle,
.insomenu-bars {
  align-items: center;
  cursor     : pointer
}

.insomenu-bars {
  margin            : 0;
  display           : flex;
  justify-content   : center;
  height            : 60px;
  width             : 60px;
  z-index           : 444;
  border            : 1px solid transparent;
  border-radius     : 100%;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.footer-logo,
.footer-toggle-content .footer-menu-block {
  margin-bottom: 50px
}

#header-search-menu-detail,
.theme-menu {
  position  : fixed;
  z-index   : 999;
  opacity   : 0;
  visibility: hidden
}

.insomenu-bars span,
.insomenu-bars span:after,
.insomenu-bars span:before {
  width             : 22px;
  border-radius     : 0;
  -webkit-transition: -webkit-transform .15s;
  transition        : transform .15s;
  transition        : transform .15s, -webkit-transform .15s;
  position          : absolute;
  left              : inherit;
  right             : 5px;
  margin            : 0 auto;
  height            : 2px;
  background-color  : #fff
}

.insomenu-active .insomenu-bars span,
.insomenu-active .insomenu-bars span:after,
.insomenu-active .insomenu-bars span:before {
  opacity         : 1;
  background-color: #414042
}

.insomenu-bars span {
  top                               : 50%;
  display                           : block;
  margin-top                        : -2px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function        : cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration       : .1s;
  transition-duration               : .1s;
  width                             : 33px;
  left                              : 4px
}

.insomenu-bars span:after,
.insomenu-bars span:before {
  display: block;
  content: ""
}

.insomenu-bars span:before {
  top               : -8px;
  -webkit-transition: top .1s .14s, opacity .1s;
  transition        : top .1s .14s, opacity .1s
}

.insomenu-bars span:after {
  bottom            : -8px;
  width             : 22px;
  -webkit-transition: bottom .1s .14s, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
  transition        : bottom .1s .14s, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19)
}

.insomenu-active .insomenu-bars span {
  -webkit-transition-delay          : 0.14s;
  transition-delay                  : 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function        : cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform                 : rotate(45deg);
  transform                         : rotate(45deg);
  width                             : 25px;
  left                              : 0
}

.insomenu-active .insomenu-bars span:before {
  top               : 0;
  -webkit-transition: top .1s, opacity .1s .14s;
  transition        : top .1s, opacity .1s .14s;
  opacity           : 1;
  width             : 25px
}

.insomenu-active .insomenu-bars span:after {
  bottom           : 0;
  transition       : bottom .1s, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
  -webkit-transform: rotate(-90deg);
  transform        : rotate(-90deg);
  width            : 25px
}

.insomenu-active .theme-menu,
.theme-menu {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.insomenu-active .menu-creative,
.insomenu-active .our-offices-item:first-child {
  -webkit-animation-name: fadeInLeft;
  animation-name        : fadeInLeft
}

.insomenu-active .our-offices-item:last-child {
  -webkit-animation-name: fadeInRight;
  animation-name        : fadeInRight
}

.theme-menu {
  background-color: #fff;
  color           : #000;
  right           : 0;
  margin-top      : 0;
  top             : 0;
  height          : 100vh;
  width           : 100%;
  max-width       : 580px;
  pointer-events  : none;
  overflow        : hidden;
  transition      : .3s linear
}

.insomenu-active .theme-menu {
  opacity       : 1;
  visibility    : visible;
  pointer-events: all;
  transition    : .3s linear
}

.theme-menu>ul {
  position      : relative;
  overflow-y    : auto;
  overflow-x    : hidden;
  height        : 100vh;
  height        : 100dvh;
  display       : flex;
  flex-direction: column;
  padding       : 120px 180px 60px 100px;
  border-left   : 1px solid #00000010
}

.theme-menu:before {
  position         : fixed;
  content          : "";
  bottom           : -30px;
  right            : -60px;
  width            : 300px;
  height           : 450px;
  background-image : url(../images/element/k-element.svg);
  background-size  : contain;
  z-index          : -1;
  background-repeat: no-repeat
}

.theme-menu .insomenu-bars {
  border   : 1px solid #414042;
  transform: unset;
  top      : 15px;
  right    : 180px;
  position : absolute
}

#header-search-menu-detail {
  width             : 100%;
  top               : 80px;
  left              : 0;
  border-bottom     : 1px solid;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear;
  background        : #fcf9f3
}

.header-search-menu-close {
  position: absolute;
  width   : 100%;
  height  : 100vh;
  top     : -107px;
  left    : 0;
  z-index : 11
}

.header-search-menu-detail .properties-filter {
  position      : relative;
  z-index       : 100;
  padding-top   : 30px;
  padding-bottom: 30px
}

.custom-range-slider,
.file-upload,
.header-search-menu {
  cursor: pointer
}

.header-dropdown-title a {
  font-size: 18px !important
}

.header-dropdown-item h4 {
  color        : #c9963a;
  font-size    : 18px;
  font-weight  : 600;
  line-height  : normal;
  margin-bottom: 20px
}

.menu-search-btn input {
  border      : 0;
  border-right: 1px solid #414042;
  padding     : 10px 16px;
  width       : 100%;
  color       : #fff
}

.menu-search-btn {
  background     : rgba(255, 255, 255, .1);
  border-radius  : 10px;
  overflow       : hidden;
  display        : flex;
  justify-content: space-between
}

.menu-search-btn .btn {
  padding        : 0;
  border         : 0;
  width          : 50px;
  justify-content: center
}

.banner-desc {
  position: absolute;
  bottom  : 30px;
  left    : 0;
  right   : 0;
  padding : 0 24px;
  z-index : 5
}

.section-inner-banner:before {
  content   : "";
  position  : absolute;
  width     : 100%;
  height    : 100%;
  top       : 0;
  left      : 0;
  z-index   : 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%)
}

footer {
  background-color: #121212
}

.footer-menu-block h5 {
  margin-bottom: 30px
}

.footer-link {
  font-size: 16px;
  display  : block
}

.footer-logo {
  max-width: 350px
}

.column.footer-col {
  max-width: 510px
}

.arrow-toggle {
  display        : flex;
  border-radius  : 100%;
  border         : 1px solid #585858;
  width          : 50px;
  height         : 50px;
  justify-content: center;
  margin         : 0 auto;
  position       : relative
}

.arrow-toggle:after,
.arrow-toggle:before {
  position     : absolute;
  content      : "";
  top          : 50%;
  transform    : translateY(-50%);
  left         : 120%;
  width        : 1200px;
  border-bottom: 1px solid #585858
}

.arrow-toggle:after {
  left : unset;
  right: 120%
}

.footer-hidden-content {
  margin: 30px 0
}

.footer-toggle-content .footer-link {
  width  : 33.33%;
  padding: 0 12px
}

.footer-toggle-content .footer-menu-list {
  margin: 0 -12px -20px
}

.footer-toggle-content {
  position          : relative;
  -moz-transition   : height .4s;
  -ms-transition    : height .4s;
  -o-transition     : height .4s;
  -webkit-transition: height .4s;
  transition        : height .4s;
  height            : 0;
  overflow          : hidden
}

.arrow-toggle svg {
  transition: transform .4s
}

.project-menu-item.active .project-menu-link,
.project-menu-link,
.project-menu-link:hover {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.footer-hidden-content.is-active .arrow-toggle svg {
  transform: rotate(180deg)
}

.col-projects-overview:first-child {
  max-width: 680px
}

.col-our-story:first-child {
  max-width: 780px
}

.col-projects-overview .img-ratio,
.col-vision-mission-img img,
.theme-team-block img {
  aspect-ratio: 3/4
}

.col-our-story .img-ratio {
  aspect-ratio: 1/0.89
}

.counter-block h3 {
  color      : #2c2c2c;
  font-size  : 60px;
  line-height: 60px;
  font-weight: 700
}

.counter-block p {
  color    : #2c2c2c;
  font-size: 18px
}

.news-articles-cols .column,
.our-story-counter .column,
.theme-form-cols .column {
  padding: 20px
}

.columns.news-articles-cols,
.our-story-counter .columns {
  margin: -20px
}

.counter-block small {
  font-size: 44px
}

.form-label {
  color        : #000;
  font-size    : 18px;
  font-weight  : 700;
  font-family  : Cormorant;
  margin-bottom: 2px;
  display      : block
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top   : 22%;
  height: 22px;
  width : 22px;
  right : 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color      : #2c2c2c;
  font-size  : 18px;
  font-weight: 400
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color      : #bcbec0;
  font-size  : 16px;
  font-weight: 400;
  line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right : 0
}

.select2-container--default .select2-selection--single {
  height       : 40px;
  border-bottom: 1px solid #bcbec0
}

.form-group.focused .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-group.focused-active .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(239, 65, 48, .2)
}

.column.search-btn {
  max-width: fit-content
}

.featured-projects-grid-col {
  padding: 16px 8px !important
}

.columns.featured-projects-grid-row {
  margin: -16px -8px !important
}

.featured-projects-block .theme-block-icon {
  position: absolute;
  bottom  : 15px;
  right   : 15px;
  z-index : 1
}

.featured-projects-block:hover .theme-block-img:before {
  opacity: .4
}

.featured-projects-block .theme-block-img img {
  aspect-ratio: 16/8.6
}

.featured-projects-vertical .theme-block-img img {
  aspect-ratio: 1/1.22
}

.projects-grid-vertical {
  height: calc(50% - 8px)
}

.projects-grid-vertical .theme-block-img {
  height: calc(100% - 56px)
}

.newsletter-1,
.newsletter-block img,
.newsletter-block picture,
.projects-grid-vertical .img-ratio,
.projects-grid-vertical picture,
.segment-highlights-img,
.segment-highlights-img .img-ratio {
  height: 100% !important
}

.projects-grid-vertical:last-child {
  margin-top: 16px
}

.custom-range-slider .form-label,
.menu-media-block:not(:last-child),
.projects-grid-vertical:first-child {
  margin-bottom: 8px
}

.projects-grid-vertical .img-ratio {
  position    : absolute;
  aspect-ratio: unset !important
}

.scale-0 img {
  transform: unset !important
}

.timeline-left-column .timeline-detail,
.title-with-slider-arrow {
  padding-right: 150px
}

.brand-logo-slider picture {
  padding         : 20px;
  background-color: #fff;
  display         : flex;
  align-items     : center;
  justify-content : center;
  border          : 1px solid #e6e7e8;
  width           : 180px;
  height          : 180px
}

.brand-logo-slider picture img {
  height    : auto;
  width     : 100%;
  max-width : 130px;
  max-height: 130px
}

.theme-element.modal-element {
  top  : -70px;
  right: -70px
}

.theme-half-element {
  max-width: 400px;
  right    : -100px;
  bottom   : -200px
}

.team-modal-detail {
  max-height: 400px
}

#project-menu {
  white-space: nowrap;
  width      : 100%
}

.project-menu-link {
  padding        : 16px;
  display        : flex;
  min-width      : 190px;
  min-height     : 70px;
  align-items    : center;
  justify-content: center;
  transition     : .3s linear;
  color          : #2c2c2c;
  border-bottom  : 2px solid #ddd
}

.project-menu-item.active .project-menu-link,
.project-menu-link:hover {
  color        : #000;
  border-bottom: 2px solid #ef4130;
  transition   : .3s linear
}

.projects-properties-menu {
  margin-bottom  : 0;
  position       : sticky;
  top            : 0;
  z-index        : 15;
  display        : flex;
  align-items    : center;
  gap            : 60px;
  background     : rgba(255, 255, 255, .4);
  backdrop-filter: blur(25px)
}

.project-logo img {
  height: 60px;
  width : auto;
  margin: 4px 0
}

.projects-sub-section {
  padding-top   : 60px;
  padding-bottom: 60px;
  position      : relative;
  overflow      : hidden
}

.project-propeties li {
  display        : flex;
  gap            : 30px;
  flex-wrap      : wrap;
  justify-content: space-between;
  align-items    : center
}

.project-propeties li:not(:last-child) {
  border-bottom : 1px solid #e6e7e8;
  padding-bottom: 30px;
  margin-bottom : 30px
}

.project-propeties h5 {
  color        : #2c2c2c;
  font-size    : 30px;
  line-height  : 30px;
  font-variant : lining-nums;
  font-weight  : 700;
  margin-bottom: 5px
}

.project-propeties span {
  color      : #2c2c2c;
  font-weight: 500;
  text-align : right
}

.col-projects-amenities:first-child {
  max-width: 720px
}

.amenities-list {
  display  : flex;
  flex-wrap: wrap;
  gap      : 30px
}

.amenities-list li {
  width     : calc(25% - 24px);
  flex      : 0 0 auto;
  text-align: center
}

.theme-list-point li {
  color       : #2c2c2c;
  font-weight : 500;
  line-height : normal;
  position    : relative;
  padding-left: 30px
}

.horizontal-timeline-block ul li:before,
.theme-list-point li:before {
  position        : absolute;
  content         : "";
  top             : 4px;
  left            : 0;
  background-image: url(../images/element/golden-element.svg);
  background-size : contain;
  width           : 16px;
  height          : 16px
}

.theme-list-point li:not(:last-child) {
  margin-bottom: 16px
}

.amenities-tab-content h4 {
  color        : #222;
  font-weight  : 600;
  margin-bottom: 30px
}

.timeline-right-column {
  margin-top: 300px
}

.sidebar-menu-dropdown:first-child,
.theme-list-point.sidebar-menu-link li:first-child,
.timeline-detail .list-point {
  margin-top: 15px
}

.timeline-detail img {
  aspect-ratio: 4/3;
  width       : 100%;
  height      : 100%;
  object-fit  : cover
}

.timeline-detail h3 {
  position     : relative;
  z-index      : 2;
  font-size    : 140px;
  line-height  : 120px;
  font-weight  : 500;
  margin-bottom: -60px;
  font-variant : lining-nums
}

.timeline-detail b,
.timeline-detail strong {
  font-family : Cormorant;
  font-variant: lining-nums;
  font-size   : 22px;
  line-height : 30px;
  font-weight : 600;
  color       : #ef4130
}

.timeline-detail li,
.timeline-detail span {
  color      : #222;
  font-size  : 18px;
  line-height: 30px;
  display    : block
}

.timeline-wrapper:before {
  content         : "";
  position        : absolute;
  width           : 2px;
  height          : 100%;
  top             : 0;
  left            : 50%;
  background-color: #e6e7e8
}

.timeline-line {
  position        : absolute;
  top             : 50%;
  margin          : 0 !important;
  width           : 50px;
  height          : 2px;
  background-color: #e6e7e8
}

.timeline-line:before {
  content              : "";
  position             : absolute;
  top                  : 50%;
  width                : 10px;
  height               : 10px;
  background-color     : #ef4130;
  border-radius        : 50%;
  transform            : translateY(-50%);
  -webkit-transform    : translateY(-50%);
  -moz-transform       : translateY(-50%);
  -ms-transform        : translateY(-50%);
  -o-transform         : translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius   : 50%;
  -ms-border-radius    : 50%;
  -o-border-radius     : 50%
}

.timeline-right-column .timeline-line {
  left: -150px
}

.timeline-right-column .timeline-line:before {
  right: 0
}

.timeline-detail .list-point>li:before {
  width  : 6px;
  height : 6px;
  top    : 12px;
  display: block
}

.timeline-masonry-column {
  flex          : 1;
  display       : flex;
  flex-direction: column
}

.timeline-right-column .timeline-detail {
  padding-left: 150px
}

.timeline-left-column .timeline-line {
  right: -150px
}

.cols-about .img-ratio {
  aspect-ratio: 4/4
}

.col-vision-mission-img:last-child {
  margin-top: 80px
}

.vision-mission-img .img-ratio {
  aspect-ratio: 9/10 !important
}

.sada-sukhiraho-img {
  padding: 100px
}

.col-sada-sukhiraho .card__title.is-active img,
.sada-sukhiraho-feature-title img {
  filter        : invert(44%) sepia(81%) saturate(585%) hue-rotate(2deg) brightness(95%) contrast(105%);
  -webkit-filter: invert(44%) sepia(81%) saturate(585%) hue-rotate(2deg) brightness(95%) contrast(105%)
}

.sada-sukhiraho-feature li {
  display: flex;
  gap    : 20px
}

.sada-sukhiraho-feature li:not(:last-child) {
  border-bottom : 1px solid #e6e7e8;
  padding-bottom: 20px;
  margin-bottom : 20px
}

.sada-sukhiraho-feature-title {
  flex     : 0 0 auto;
  max-width: 370px
}

.section-sada-sukhiraho .card__title {
  padding: 30px 0
}

.col-our-other .img-ratio {
  aspect-ratio: 1/0.85
}

.theme-team-desc-block {
  position          : absolute;
  padding           : 20px;
  display           : flex;
  bottom            : 0;
  align-items       : center;
  gap               : 16px;
  z-index           : 2;
  opacity           : 0;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.theme-team-desc-block span {
  color             : #fff;
  font-size         : 16px;
  overflow          : hidden;
  text-overflow     : ellipsis;
  display           : -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp        : 5;
  -webkit-box-orient: vertical
}

.theme-team-block:hover img {
  filter           : grayscale(0);
  transform        : scale(1.05) !important;
  -webkit-transform: scale(1.05) !important;
  -moz-transform   : scale(1.05) !important;
  -ms-transform    : scale(1.05) !important;
  -o-transform     : scale(1.05) !important
}

.gallery-block {
  position          : relative;
  transform-origin  : center center;
  transform         : scale(.9, .8);
  -webkit-transform : scale(.9, .8);
  -moz-transform    : scale(.9, .8);
  -ms-transform     : scale(.9, .8);
  -o-transform      : scale(.9, .8);
  transition        : transform .4s;
  -webkit-transition: transform .4s;
  -moz-transition   : transform .4s;
  -ms-transition    : transform .4s;
  -o-transition     : transform .4s
}

.gallery-block:before {
  content           : "";
  position          : absolute;
  width             : 100%;
  height            : 100%;
  top               : 0;
  left              : 0;
  display           : block;
  background-color  : #000;
  opacity           : .7;
  z-index           : 1;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.splide__slide.is-active .gallery-block:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.38%, rgba(0, 0, 0, .7) 100%)
}

.splide__slide.is-active .gallery-block {
  transform        : scale(1);
  -webkit-transform: scale(1);
  -moz-transform   : scale(1);
  -ms-transform    : scale(1);
  -o-transform     : scale(1)
}

.gallery-title {
  position   : absolute;
  bottom     : 0;
  left       : 0;
  right      : 0;
  color      : #fff;
  font-size  : 32px;
  font-weight: 500;
  line-height: normal;
  padding    : 20px;
  z-index    : 1
}

.location-item b {
  display      : block;
  color        : #c9963a;
  margin-bottom: 2px;
  font-weight  : 600
}

.location-map iframe {
  width  : 100%;
  height : 100%;
  display: block
}

.col-our-other .theme-block:hover .theme-block-img::before,
.col-shaping-the-future .theme-block:hover .theme-block-img::before,
.header-dropdown-content .theme-scrollbar,
.location-map {
  height: 100%
}

.scrolled.fade-in {
  animation        : .7s ease-in-out both fade-in;
  -webkit-animation: .7s ease-in-out both fade-in
}

.scrolled.fade-in-top {
  animation        : .7s ease-in-out both fade-in-top;
  -webkit-animation: .7s ease-in-out both fade-in-top
}

.scrolled.fade-in-bottom {
  animation        : .7s ease-in-out both fade-in-bottom;
  -webkit-animation: .7s ease-in-out both fade-in-bottom
}

.scrolled.fade-in-left {
  animation        : .7s ease-in-out both fade-in-left;
  -webkit-animation: .7s ease-in-out both fade-in-left
}

.scrolled.fade-in-right {
  animation        : .7s ease-in-out both fade-in-right;
  -webkit-animation: .7s ease-in-out both fade-in-right
}

@keyframes fade-in-left {
  0% {
    opacity          : 0;
    transform        : translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform   : translateX(-30px);
    -ms-transform    : translateX(-30px);
    -o-transform     : translateX(-30px)
  }

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

@keyframes fade-in-right {
  0% {
    opacity          : 0;
    transform        : translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform   : translateX(30px);
    -ms-transform    : translateX(30px);
    -o-transform     : translateX(30px)
  }

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

@keyframes fade-in-bottom {
  0% {
    opacity          : 0;
    transform        : translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform   : translateY(30px);
    -ms-transform    : translateY(30px);
    -o-transform     : translateY(30px)
  }

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

@keyframes fade-in-top {
  0% {
    opacity          : 0;
    transform        : translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform   : translateY(-30px);
    -ms-transform    : translateY(-30px);
    -o-transform     : translateY(-30px)
  }

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

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.zoom-out {
  opacity                   : 0;
  transition-property       : opacity, transform, -webkit-transform;
  transition-duration       : 3s;
  transition-timing-function: ease-out;
  -webkit-transform         : scale(1.2);
  transform                 : scale(1.2)
}

.fade-down,
.fade-up {
  transition-property       : opacity, transform, -webkit-transform;
  transition-duration       : 1s;
  transition-timing-function: ease-out;
  opacity                   : 0
}

.zoom-out.scrolled {
  opacity          : 1;
  -webkit-transform: translateZ(0) scale(1);
  transform        : translateZ(0) scale(1)
}

.fade-up {
  transform        : translate3d(0, 24px, 0);
  -webkit-transform: translate3d(0, 24px, 0);
  -moz-transform   : translate3d(0, 24px, 0);
  -ms-transform    : translate3d(0, 24px, 0);
  -o-transform     : translate3d(0, 24px, 0)
}

.fade-down.scrolled,
.fade-up.scrolled {
  opacity          : 1;
  -webkit-transform: none;
  transform        : none
}

.fade-down {
  transform        : translate3d(0, -24px, 0);
  -webkit-transform: translate3d(0, -24px, 0);
  -moz-transform   : translate3d(0, -24px, 0);
  -ms-transform    : translate3d(0, -24px, 0);
  -o-transform     : translate3d(0, -24px, 0)
}

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

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

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

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

.delay5 {
  -webkit-animation-delay: .6s !important;
  animation-delay        : .6s !important
}

.delay6 {
  -webkit-animation-delay: .7s !important;
  animation-delay        : .7s !important
}

.delay7 {
  -webkit-animation-delay: .8s !important;
  animation-delay        : .8s !important
}

.delay8 {
  -webkit-animation-delay: .9s !important;
  animation-delay        : .9s !important
}

.delay9 {
  -webkit-animation-delay: 1s !important;
  animation-delay        : 1s !important
}

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

.delay11 {
  -webkit-animation-delay: 2.2s !important;
  animation-delay        : 2.2s !important
}

.delay12 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay        : 2.4s !important
}

.delay13 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay        : 2.6s !important
}

.delay14 {
  -webkit-animation-delay: 2.8s !important;
  animation-delay        : 2.8s !important
}

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

.form-control {
  display         : block;
  width           : 100%;
  resize          : none;
  padding         : 8px 0;
  font-size       : 16px;
  font-weight     : 400;
  line-height     : 23px;
  color           : #000;
  background-color: transparent;
  background-clip : padding-box;
  border          : 0;
  border-bottom   : 1px solid #bcbec0;
  -moz-appearance : none;
  appearance      : none;
  border-radius   : 0;
  font-family     : "Open Sans"
}

.card-horizontal-desc h5,
.cms-item h4,
.line-height-normal,
.media-block-sm h5,
.modal-title h3,
.office-item h4 {
  line-height: normal
}

.project-confi-item span,
.year-label {
  font-family : Cormorant;
  font-variant: lining-nums
}

.mobile-with-country .country-code:before {
  position        : absolute;
  content         : "";
  top             : 50%;
  transform       : translateY(-50%);
  right           : 0;
  height          : 50%;
  width           : 1px;
  background-color: #d4d4d4
}

.mobile-with-country input.form-control {
  padding-left: 15px
}

.mobile-with-country .select2-selection__arrow {
  right: 5px !important
}

.mobile-with-country-code .select2-dropdown,
.mobile-with-country-code .select2-results,
.mobile-with-country-code .select2-results__options {
  min-width: 200px !important
}

.modal-title h3 {
  color      : #c9963a;
  font-size  : 30px;
  font-weight: 600
}

.modal-title span {
  color      : #2c2c2c;
  font-weight: 500
}

.block-link {
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 100%;
  cursor   : pointer;
  z-index  : 9;
  max-width: 100% !important
}

.sidebar-menu-item {
  opacity   : 0;
  transform : translateY(20px);
  transition: opacity .4s, transform .4s
}

html.insomenu-active .sidebar-menu-item:first-child {
  transition-delay: 0.1s
}

html.insomenu-active .sidebar-menu-item:nth-child(2) {
  transition-delay: 0.2s
}

html.insomenu-active .sidebar-menu-item:nth-child(3) {
  transition-delay: 0.3s
}

html.insomenu-active .sidebar-menu-item:nth-child(4) {
  transition-delay: 0.4s
}

html.insomenu-active .sidebar-menu-item:nth-child(5) {
  transition-delay: 0.5s
}

html.insomenu-active .sidebar-menu-item:nth-child(6) {
  transition-delay: 0.6s
}

html.insomenu-active .sidebar-menu-item:nth-child(7) {
  transition-delay: 0.7s
}

html.insomenu-active .sidebar-menu-item:nth-child(8) {
  transition-delay: 0.8s
}

html.insomenu-active .sidebar-menu-item:nth-child(9) {
  transition-delay: 0.9s
}

html.insomenu-active .sidebar-menu-item:nth-child(10) {
  transition-delay: 1s
}

html.insomenu-active .sidebar-menu-item:nth-child(11) {
  transition-delay: 1.1s
}

html.insomenu-active .sidebar-menu-item:nth-child(12) {
  transition-delay: 1.2s
}

html.insomenu-active .sidebar-menu-item:nth-child(13) {
  transition-delay: 1.3s
}

html.insomenu-active .sidebar-menu-item:nth-child(14) {
  transition-delay: 1.4s
}

html.insomenu-active .sidebar-menu-item:nth-child(15) {
  transition-delay: 1.5s
}

html.insomenu-active .sidebar-menu-item:nth-child(16) {
  transition-delay: 1.6s
}

html.insomenu-active .sidebar-menu-item:nth-child(17) {
  transition-delay: 1.7s
}

html.insomenu-active .sidebar-menu-item:nth-child(18) {
  transition-delay: 1.8s
}

html.insomenu-active .sidebar-menu-item:nth-child(19) {
  transition-delay: 1.9s
}

html.insomenu-active .sidebar-menu-item:nth-child(20) {
  transition-delay: 2s
}

html.insomenu-active .sidebar-menu-item:nth-child(21) {
  transition-delay: 2.1s
}

html.insomenu-active .sidebar-menu-item:nth-child(22) {
  transition-delay: 2.2s
}

html.insomenu-active .sidebar-menu-item:nth-child(23) {
  transition-delay: 2.3s
}

html.insomenu-active .sidebar-menu-item:nth-child(24) {
  transition-delay: 2.4s
}

html.insomenu-active .sidebar-menu-item:nth-child(25) {
  transition-delay: 2.5s
}

html.insomenu-active .sidebar-menu-item:nth-child(26) {
  transition-delay: 2.6s
}

html.insomenu-active .sidebar-menu-item:nth-child(27) {
  transition-delay: 2.7s
}

html.insomenu-active .sidebar-menu-item:nth-child(28) {
  transition-delay: 2.8s
}

html.insomenu-active .sidebar-menu-item:nth-child(29) {
  transition-delay: 2.9s
}

html.insomenu-active .sidebar-menu-item:nth-child(30) {
  transition-delay: 3s
}

html:not(.insomenu-active) .sidebar-menu-item {
  transition-delay: 0s !important
}

.header-dropdown-desc a:hover,
.sidebar-menu-link a:hover {
  transform: translateX(10px)
}

.project-detail-page header {
  position: absolute !important
}

.office-item a {
  display   : block;
  color     : #2c2c2c;
  word-break: break-all
}

.office-detail .column {
  border-right : 1px solid #e6e7e8;
  padding      : 0 50px !important;
  margin-bottom: 50px
}

.office-detail .column:nth-child(4n+4) {
  border-right: 0
}

.office-detail .columns {
  margin: 0 -50px -50px !important
}

.contact-us-form {
  padding: 50px
}

.checkbox {
  position   : relative;
  display    : flex;
  align-items: center
}

.checkbox input {
  display       : inline-block;
  width         : inherit !important;
  vertical-align: middle
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor : pointer
}

.checkbox label,
.radio label {
  padding-left  : 15px;
  cursor        : pointer;
  vertical-align: middle;
  color         : #939598;
  font-size     : 14px;
  font-weight   : 500
}

.checkbox label::before,
.radio label::before {
  content         : "";
  position        : absolute;
  width           : 20px;
  height          : 20px;
  left            : 0;
  top             : 0;
  border          : 2px solid #939598;
  border-radius   : 3px;
  background-color: transparent;
  transition      : background .1s ease-in-out
}

.card-horizontal,
.card-horizontal:hover {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.checkbox label::after,
.radio label::after {
  content     : "";
  position    : absolute;
  width       : 10px;
  height      : 6px;
  left        : 5px;
  top         : 5px;
  border      : 1px solid #fff;
  border-width: 0 0 2px 2px;
  transform   : rotate(-45deg);
  opacity     : 0
}

.checkbox input[type=checkbox]:checked+label::before,
.radio input[type=radio]:checked+label::before {
  border-color    : #939598;
  background-color: #939598
}

.theme-form-cols.columns {
  margin: -20px !important
}

.header-dropdown-content::before {
  position         : absolute;
  content          : "";
  bottom           : -100px;
  right            : -100px;
  width            : 460px;
  height           : 460px;
  background-image : url(../images/element/theme-element-gray.svg);
  background-size  : contain;
  background-repeat: no-repeat;
  z-index          : -1;
  -webkit-animation: 20s linear infinite rotating;
  -moz-animation   : 20s linear infinite rotating;
  -ms-animation    : rotating 20s linear infinite;
  -o-animation     : 20s linear infinite rotating;
  animation        : 20s linear infinite rotating
}

.link-with-arrow svg {
  transform: rotate(-45deg)
}

.menu-media-block {
  position: relative;
  border  : 1px solid rgba(255, 255, 255, .1);
  padding : 16px
}

.menu-item>.menu-link {
  padding: 35px 0
}

.date {
  font-size  : 14px;
  font-weight: 500
}

.media-block-sm h5 {
  font-size : 20px;
  margin-top: 10px
}

.card-horizontal {
  display   : flex;
  gap       : 16px;
  border    : 1px solid #e6e7e8;
  padding   : 10px;
  transition: .3s linear
}

.card-horizontal:hover {
  background-color: #c9963a10;
  border          : 1px solid #c9963a;
  transition      : .3s linear
}

.card-horizontal-img img,
.card-horizontal:hover .card-horizontal-img img {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.card-horizontal-img img {
  transition  : .3s linear;
  aspect-ratio: 4/3
}

.card-horizontal:hover .card-horizontal-img img {
  transform : scale(1.15);
  transition: .3s linear
}

.accordion-plus .card__title::before,
.project-confi-detail {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.card-horizontal-img {
  flex     : 0 0 auto;
  max-width: 215px
}

.card-horizontal-desc h5 {
  font-size         : 20px;
  font-variant      : lining-nums;
  margin-top        : 6px;
  overflow          : hidden;
  text-overflow     : ellipsis;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.card-horizontal-desc {
  display        : flex;
  flex-direction : column;
  gap            : 10px;
  justify-content: space-between;
  margin-bottom  : 12px
}

.cms-item h4 {
  color        : #c9963a;
  font-size    : 30px;
  font-weight  : 600;
  margin-bottom: 10px;
  font-variant : lining-nums
}

.popup-img-block:hover .theme-block-img:before {
  opacity: .5
}

.popup-img-block .theme-block-icon {
  position : absolute;
  top      : 50%;
  transform: translateY(-50%);
  left     : 0;
  right    : 0;
  margin   : 0 auto;
  z-index  : 1
}

.news-articles-cols .img-ratio {
  aspect-ratio: 1/0.66
}

a.header-dropdown-close {
  position       : absolute;
  top            : 20px;
  right          : 20px;
  border         : 1px solid #fff;
  border-radius  : 100%;
  width          : 40px;
  height         : 40px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  padding        : 10px
}

.theme-project-block .img-fixed-ratio {
  aspect-ratio: 15/14 !important
}

.section-project .col-project:nth-child(3n+2) {
  margin-top: 60px
}

.theme-project-block {
  text-align: center
}

.project-block-with-confi .theme-project-logo-block {
  bottom         : unset;
  top            : 0;
  justify-content: start;
  display        : flex
}

.project-confi-title img {
  width        : 40px;
  flex         : 0 0 40px;
  border-radius: 50px;
  background   : rgba(255, 255, 255, .15);
  padding      : 6px
}

.project-confi-detail {
  position  : absolute;
  bottom    : 0;
  width     : 100%;
  padding   : 30px;
  z-index   : 9;
  opacity   : 0;
  visibility: hidden;
  transition: .3s linear
}

.project-confi-item {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  position       : relative;
  z-index        : 9;
  gap            : 15px
}

.project-confi-item span {
  font-size  : 18px;
  font-weight: 600;
  color      : #fff
}

.project-confi-title h6 {
  color      : #fff;
  font-family: "Open Sans";
  font-size  : 14px;
  font-weight: 400
}

.project-confi-title {
  display    : flex;
  align-items: center;
  gap        : 10px
}

.project-confi-item:not(:last-child) {
  border-bottom : 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 10px;
  margin-bottom : 10px
}

.accordion.accordion-plus {
  background: rgba(230, 231, 232, .2);
  padding   : 30px 50px 50px
}

.accordion-plus .card__title h4 {
  font-size  : 20px;
  font-weight: 500;
  line-height: normal;
  font-family: "Open Sans"
}

.accordion-plus .card__title {
  border-top   : 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  padding-right: 60px;
  position     : relative
}

.accordion-plus .card__content {
  padding: 24px 0
}

.accordion-plus .card__title::before {
  position        : absolute;
  content         : "";
  top             : 50%;
  transform       : translateY(-50%);
  right           : 0;
  width           : 24px;
  height          : 24px;
  background-image: url(../images/icons/plus.svg);
  background-size : contain;
  transition      : .3s linear
}

.accordion-plus .is-active.card__title::before,
.grow-with-kohinoor-item {
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear
}

.accordion-plus .is-active.card__title::before {
  transform : translateY(-50%) rotate(135deg);
  transition: .3s linear
}

.accordion-plus .card:first-child .card__title {
  border-top: 0
}

.number-pagination {
  display     : flex;
  width       : fit-content;
  gap         : 6px;
  margin-left : auto;
  margin-right: auto;
  margin-top  : 30px
}

.number-pagination li a {
  background-color: #e9e9e9;
  color           : #000;
  font-weight     : 600;
  width           : 36px;
  height          : 36px;
  display         : flex;
  align-items     : center;
  justify-content : center;
  border-radius   : 6px
}

.number-pagination li a:hover,
.number-pagination li.active a {
  background-color: #ef4130;
  color           : #fff
}

.youthville-img .img-ratio {
  aspect-ratio: 6/6.5
}

.project-propeties-icon {
  flex : 0 0 auto;
  width: 50px
}

.project-propeties-item {
  display: flex;
  gap    : 20px;
  width  : calc(50% - 15px)
}

.propeties-qr-item .project-propeties-icon img {
  border: 1px solid #c9963a
}

.propeties-qr-item .project-propeties-icon {
  width: 60px
}

.amenities-list-item img {
  height: 40px;
  width : auto;
  margin: 0 auto 10px
}

.amenities-list-item span {
  color: #414042
}

.grow-with-kohinoor-item h5,
.theme-icon-text h4 {
  color      : #c9963a;
  font-weight: 600;
  line-height: normal
}

.block-icon-active .theme-block-img:before {
  background-color: #00000066;
  opacity         : 1 !important
}

.walkthrough-detail .theme-block-icon svg {
  width : 90px;
  height: 90px
}

.walkthrough-detail picture img {
  aspect-ratio: 2/0.95 !important
}

.highlights-cols-wrapper .img-ratio,
.project-segment-highlights-img img,
.testimonials-block .img-ratio {
  aspect-ratio: 4/3 !important
}

.for-you-detail .max-w-600 {
  max-width: 600px !important
}

.for-you-img .img-ratio,
.mvp-program-img .img-ratio,
.work-img .img-ratio {
  aspect-ratio: 7/6 !important
}

.theme-icon-text img {
  width: 40px;
  flex : 0 0 auto
}

.theme-icon-text {
  display      : flex;
  align-items  : center;
  gap          : 15px;
  margin-bottom: 5px;
  font-variant : lining-nums
}

.theme-icon-text h4 {
  font-size: 26px
}

.col-ready-to-assist:not(:last-child),
.theme-grid-card-cols .column:nth-child(odd) {
  border-right: 1px solid #e6e7e8
}

.ssr-help-img .img-ratio {
  aspect-ratio: 3/2 !important
}

.ssr-help-element {
  right: -110px !important
}

.ssr-message-img,
.theme-sada-sukhiraho-img img {
  max-width: 270px;
  margin   : 0 auto
}

.section-ssr-message .container {
  max-width: 1100px !important
}

.loader-wrapper {
  position          : fixed;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  background-color  : #000000de;
  z-index           : 99999;
  backdrop-filter   : blur(8px);
  display           : flex;
  flex-direction    : column;
  gap               : 30px;
  align-items       : center;
  justify-content   : center;
  overflow          : hidden;
  -webkit-transition: transform .8s linear;
  -moz-transition   : transform .8s linear;
  -ms-transition    : transform .8s linear;
  -o-transition     : transform .8s linear;
  transition        : transform .8s
}

.theme-loader,
.theme-loader::after {
  box-sizing   : border-box;
  width        : 50px;
  height       : 50px;
  border-radius: 50%
}

.loader-wrapper.none {
  transform         : translateY(-100%);
  -webkit-transition: transform .8s linear;
  -moz-transition   : transform .8s linear;
  -ms-transition    : transform .8s linear;
  -o-transition     : transform .8s linear;
  transition        : transform .8s
}

.theme-loader {
  display     : inline-block;
  border-top  : 2px solid #fff;
  border-right: 2px solid transparent;
  animation   : 1s linear infinite rotation
}

.theme-loader::after {
  content      : "";
  position     : absolute;
  left         : 0;
  top          : 0;
  border-left  : 2px solid #ff3d00;
  border-bottom: 2px solid transparent;
  animation    : .5s linear infinite reverse rotation
}

@keyframes rotation {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loader-logo img {
  height: 90px
}

.loader-element {
  opacity: .1
}

.element-top-left.loader-element {
  top : -60px;
  left: -60px
}

.element-bottom-right.loader-element {
  bottom: -60px;
  right : -60px
}

.grid-card-block {
  padding   : 50px;
  height    : 100%;
  text-align: center
}

.grid-card-block img {
  height: 80px;
  width : auto;
  margin: 0 auto
}

.grid-card-block h5 {
  font-size  : 28px;
  line-height: normal;
  font-weight: 600;
  margin     : 30px 0 5px
}

.theme-grid-card-cols .column:nth-child(3),
.theme-grid-card-cols .column:nth-child(4) {
  border-bottom: 0
}

.section-inner-banner .banner-image img {
  height    : 400px;
  object-fit: cover
}

.section-projects-banner .banner-image img {
  height: auto !important
}

.ssr-element img {
  max-width: 60px;
  height   : auto;
  margin   : 0 auto 15px
}

.kmvp-icon-img {
  max-width: 400px;
  margin   : 0 auto
}

.col-who-join:first-child {
  max-width: 490px
}

.who-join-item {
  display        : flex;
  padding        : 10px;
  justify-content: center;
  align-items    : center;
  gap            : 3px;
  flex-direction : column;
  border         : 1px solid #e6e7e8;
  background     : rgba(201, 150, 58, .06);
  height         : 100%;
  text-align     : center;
  min-height     : 100px
}

.who-join-item h5 {
  font-size  : 22px;
  font-weight: 600;
  line-height: normal
}

.who-join-block {
  margin: 20px 0 40px
}

.join-program-document-required h3 {
  font-size    : 26px;
  margin-bottom: 20px !important
}

.join-program-document-required .theme-list-point li:not(:last-child),
.menu-search-list li:not(:last-child),
.sidebar-menu-item a:not(:last-child),
.sidebar-menu-item h6,
.youthville-counter .counter-block h3 {
  margin-bottom: 10px
}

.grow-with-kohinoor-item img {
  height: 90px;
  width : auto
}

.grow-with-kohinoor-item h5 {
  font-size: 28px
}

.grow-with-kohinoor-item {
  display        : flex;
  align-items    : center;
  gap            : 20px;
  border-top     : 1px solid rgba(201, 150, 58, .2);
  border-bottom  : 1px solid rgba(201, 150, 58, .2);
  padding        : 20px 24px;
  margin         : 0 auto;
  transition     : .3s linear;
  justify-content: center
}

.grow-with-kohinoor-item:hover {
  background-color  : #c9963a10;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.cols-grow-with-kohinoor {
  max-width: 950px;
  margin   : 0 auto
}

.theme-element img {
  -webkit-animation: 20s linear infinite rotating;
  -moz-animation   : 20s linear infinite rotating;
  -ms-animation    : rotating 20s linear infinite;
  -o-animation     : 20s linear infinite rotating;
  animation        : 20s linear infinite rotating
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    -o-transform     : rotate(0);
    transform        : rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform     : rotate(360deg);
    transform        : rotate(360deg)
  }
}

@keyframes rotating {
  from {
    -ms-transform    : rotate(0);
    -moz-transform   : rotate(0);
    -webkit-transform: rotate(0);
    -o-transform     : rotate(0);
    transform        : rotate(0)
  }

  to {
    -ms-transform    : rotate(360deg);
    -moz-transform   : rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform     : rotate(360deg);
    transform        : rotate(360deg)
  }
}

.youthville-tag-item {
  display        : flex;
  padding        : 15px 35px;
  justify-content: center;
  align-items    : center;
  gap            : 8px;
  border-radius  : 50px;
  border         : 1px solid #c9963a;
  background     : #fff
}

.youthville-tag-item img {
  width : 32px;
  height: 32px
}

.youthville-tags {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: center
}

.youthville-tag-item h4 {
  color       : #000;
  font-size   : 16px;
  font-weight : 700;
  font-variant: lining-nums
}

.youthville-tags li {
  padding: 5px
}

.file-upload>input[type=file] {
  position: absolute;
  width   : 1px;
  height  : 1px;
  padding : 0;
  margin  : -1px;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0
}

.input-group {
  position   : relative;
  display    : flex;
  flex-wrap  : wrap;
  align-items: stretch;
  width      : 100%
}

.input-group-text {
  display         : flex;
  align-items     : center;
  padding         : 0;
  color           : #808285;
  text-align      : center;
  white-space     : nowrap;
  background-color: transparent;
  background-clip : padding-box;
  border-radius   : 0;
  border-bottom   : 1px solid #bcbec0
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left              : -1px;
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position : relative;
  flex     : 1 1 auto;
  width    : 1%;
  min-width: 0
}

.input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left : 0
}

.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right : 0
}

.theme-half-element.timeline-element {
  bottom: unset !important;
  top   : 0 !important
}

.theme-half-element.project-overview-element {
  bottom: 30% !important
}

.theme-half-element.work-with-us-element {
  bottom: 10% !important
}

.theme-project-block .theme-block-img {
  overflow: visible
}

.tag {
  position   : absolute;
  top        : 0;
  left       : -24px;
  color      : #fff;
  font-size  : 15px;
  font-weight: 500;
  line-height: normal;
  padding    : 4px 8px 4px 10px;
  min-height : 30px;
  display    : flex
}

.tag.tag-red,
.tag.tag-red:after {
  background-color: #ef4130
}

.tag.tag-mixed,
.tag.tag-mixed:after,
.tag.tag-red:before {
  background-color: #b5191e
}

.irs--round .irs-bar,
.irs--round .irs-handle,
.tag.tag-golden,
.tag.tag-golden:after,
.year-block.is-active .tick {
  background-color: #c9963a
}

.tag:after,
.tag:before {
  position: absolute;
  content : "";
  width   : 30px;
  height  : 30px
}

.tag:before {
  top      : 99%;
  left     : 0;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
  width    : 25px;
  height   : 25px
}

.tag:after {
  left     : 99%;
  top      : 0;
  clip-path: polygon(0 0, 0 110%, 100% 0)
}

.tag.tag-mixed:before {
  background-color: #851418
}

.tag.tag-golden:before {
  background-color: #7c5b20
}

.col-our-other .theme-block-img::before,
.col-shaping-the-future .theme-block-img::before {
  position  : absolute;
  content   : "";
  opacity   : 1;
  height    : 80%;
  width     : 100%;
  left      : 0;
  top       : unset;
  bottom    : 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.97%, rgba(0, 0, 0, .8) 85.31%)
}

.section-invest .theme-element {
  bottom: 0 !important
}

.col-our-other .theme-block-title,
.col-shaping-the-future .theme-block-title {
  top               : unset;
  bottom            : -10px;
  transform         : unset;
  -moz-transition   : .4s linear;
  -ms-transition    : .4s linear;
  -o-transition     : .4s linear;
  -webkit-transition: .4s linear;
  transition        : .4s linear
}

.col-our-other .theme-block:hover .theme-block-title,
.col-shaping-the-future .theme-block:hover .theme-block-title {
  bottom            : 50px;
  -moz-transition   : .4s linear;
  -ms-transition    : .4s linear;
  -o-transition     : .4s linear;
  -webkit-transition: .4s linear;
  transition        : .4s linear
}

.loyalty-form-img {
  aspect-ratio: 3/1
}

.join-our-team-block {
  padding         : 30px;
  background-color: #fff;
  border          : 1px solid #e6e7e8;
  height          : 100%
}

.newsletter-grid-vertical .img-ratio {
  aspect-ratio: 1/1.4
}

.section-newsletter .container {
  max-width: 750px !important;
  z-index  : 9
}

#magzines-slider picture img {
  aspect-ratio: 3/4 !important
}

.theme-half-element.newsletter-element2 {
  left : 0;
  right: unset
}

.join-our-team-detail h6 {
  font-family  : "Open Sans";
  font-weight  : 400;
  color        : #444;
  margin-bottom: 5px;
  font-size    : 14px
}

.section-loyalty-accordion .accordion.accordion-plus {
  background: #f9f9f9 !important
}

.contact-btn-block-inner {
  display         : flex;
  justify-content : space-between;
  align-items     : center;
  background-color: #c9963a14;
  padding         : 80px;
  flex-wrap       : wrap
}

.contact-btn-block-inner p {
  font-size  : 24px;
  line-height: 34px;
  color      : #000;
  font-weight: 500
}

.contact-btn-block-inner img {
  width : auto;
  height: 40px
}

.how-it-works-block h5 {
  font-variant : lining-nums;
  font-weight  : 600;
  margin-bottom: 5px
}

.employee-programs-items ul {
  display  : flex;
  gap      : 10px;
  flex-wrap: wrap
}

.employee-program-block {
  display         : flex;
  gap             : 10px;
  align-items     : center;
  padding         : 15px 20px;
  border-radius   : 50px;
  border          : 1px solid #c9963a;
  background-color: #fff
}

.employee-program-block h4 {
  text-transform: uppercase;
  font-size     : 20px;
  font-weight   : 700;
  font-variant  : lining-nums
}

.employee-program-block img {
  max-width: 30px;
  flex     : 0 0 auto
}

.text-with-underline {
  border-bottom: 1px solid #ef4130;
  color        : #ef4130
}

.copyright-detail {
  display        : flex;
  justify-content: space-between;
  gap            : 10px;
  align-items    : center
}

.whatsapp-icon {
  position: fixed;
  bottom  : 60px;
  right   : 10px;
  width   : 40px;
  height  : 40px;
  z-index : 99
}

.menu-search-list {
  display       : flex;
  flex-direction: column;
  max-height    : 290px;
  margin-top    : 20px
}

.menu-search-list a {
  padding  : 0 !important;
  font-size: 15px
}

.banner-top-align img {
  object-position: top
}

.top-range-slider.custom-range-slider ul {
  position: absolute;
  top     : -40px;
  right   : 0
}

.top-range-slider.custom-range-slider .custom-range-title {
  max-width: 90px
}

.irs--round .irs-handle {
  border: 2px solid #fff;
  width : 14px;
  height: 14px;
  top   : -5px
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #ef4130
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  background-color: transparent;
  color           : #666
}

.dark-range-slider .irs--round .irs-handle {
  border: 2px solid #000
}

.custom-range-slider input.custom-range-title {
  border          : 0;
  padding         : 0;
  max-width       : 100px;
  display         : flex;
  position        : relative;
  text-align      : center;
  color           : #000;
  font-family     : "Open Sans";
  font-weight     : 400;
  font-size       : 16px;
  background-color: transparent;
  pointer-events  : none
}

.custom-range-slider ul {
  display        : flex;
  justify-content: center;
  margin-bottom  : 8px
}

.custom-range-slider ul li {
  position     : relative;
  padding-right: 35px
}

.custom-range-slider ul li:before {
  position        : absolute;
  content         : "";
  top             : 50%;
  transform       : translateY(-50%);
  right           : 15px;
  width           : 10px;
  height          : 2px;
  background-color: #303030;
  z-index         : 9
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border-radius   : 0;
  border          : 0 !important;
  border-bottom   : 1px solid #bcbec0 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size       : 13px;
  line-height     : 13px;
  background-color: #c9963a;
  color           : #fff;
  border          : 1px solid #ffffff30;
  padding         : 4px 6px;
  border-radius   : 0;
  display         : flex;
  font-weight     : 600
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color      : #fff;
  order      : 2;
  margin     : 0 0 0 5px;
  font-size  : 18px;
  font-weight: 400
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  min-height: 40px;
  display   : block
}

.timeline-tabs {
  display      : flex;
  gap          : 12px;
  align-items  : flex-start;
  overflow-x   : scroll;
  margin-bottom: 70px
}

.year-block {
  display       : flex;
  flex-direction: column;
  align-items   : center;
  color         : #bbb;
  cursor        : pointer
}

.year-ticks {
  position   : relative;
  display    : flex;
  align-items: flex-start;
  gap        : 12px
}

.tick {
  width           : 2px;
  background-color: #e6e7e8
}

.tick.short {
  height: 20px
}

.tick.long {
  height: 40px
}

.year-label {
  margin-top  : 15px;
  writing-mode: vertical-rl;
  transform   : rotate(180deg);
  font-size   : 26px;
  line-height : normal;
  margin-left : -12px;
  font-weight : 700
}

.year-block.is-active .year-ticks:before {
  content         : "";
  position        : absolute;
  width           : 50%;
  left            : 0;
  height          : 100%;
  background-image: linear-gradient(90deg, rgb(255 255 255 / 80%), transparent)
}

.year-block.is-active .year-ticks:after {
  content         : "";
  position        : absolute;
  right           : 0;
  width           : 50%;
  height          : 100%;
  background-image: linear-gradient(270deg, rgb(255 255 255 / 80%), transparent)
}

.horizontal-timeline-block h5 {
  color        : #c9963a;
  font-size    : 22px;
  line-height  : normal;
  font-weight  : 700;
  margin-bottom: 6px
}

.horizontal-timeline-block span {
  color    : #414042;
  font-size: 18px
}

.timeline-tabs:after,
.timeline-tabs:before {
  position  : absolute;
  content   : "";
  top       : 0;
  left      : 0;
  width     : 100px;
  height    : 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 53.48%, #fff 100%);
  z-index   : 1
}

.timeline-tabs:after {
  left     : unset;
  right    : 0;
  transform: rotate(180deg)
}

.horizontal-timeline-detail .timeline-img img {
  aspect-ratio: 1/0.75
}

.youthville-counter .counter-block p {
  max-width  : 270px;
  line-height: normal
}

.theme-block.theme-block-with-border {
  border : 1px solid #e6e7e8;
  padding: 16px;
  height : 100%
}

.theme-devider {
  display   : block;
  background: #e6e7e8;
  width     : 100%;
  height    : 1px;
  margin    : 50px 0
}

.horizontal-timeline-block ul li {
  font-size   : 16px;
  position    : relative;
  padding-left: 25px
}

.horizontal-timeline-block ul li:not(:last-child) {
  margin-bottom: 4px
}

.theme-block-gallery a:first-child {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
  z-index : 3
}

#discover-projects-slider .splide__track,
#kbt-slider .splide__track,
#kwt-slider .splide__track,
#recent-viewed-projects-slider .splide__track,
#sanctuary-of-joy-slider .splide__track,
#satori-slider .splide__track {
  padding-left : 30px !important;
  padding-right: 30px !important
}

#kbt-slider .splide__track,
#kwt-slider .splide__track,
#sanctuary-of-joy-slider .splide__track,
#satori-slider .splide__track {
  margin-left : -30px !important;
  margin-right: -30px !important
}

.project-segment-overview-detail .theme-list-point li:before {
  top: 3px
}

.theme-list-point.sidebar-menu-link li {
  margin-left: 20px
}

.sidebar-menu-item h5::before {
  position          : absolute;
  content           : "";
  top               : 3px;
  right             : 0;
  background-image  : url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22%23C9963A%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M6%209l6%206l6%20-6%22/%3E%3C/svg%3E");
  background-size   : contain;
  width             : 20px;
  height            : 20px;
  background-repeat : no-repeat;
  -moz-transition   : .3s linear;
  -ms-transition    : .3s linear;
  -o-transition     : .3s linear;
  -webkit-transition: .3s linear;
  transition        : .3s linear
}

.menu-active h5::before {
  transform        : rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform   : rotate(-180deg);
  -ms-transform    : rotate(-180deg);
  -o-transform     : rotate(-180deg)
}

.sidebar-menu-link {
  height            : 0;
  overflow          : hidden;
  -moz-transition   : height .4s;
  -ms-transition    : height .4s;
  -o-transition     : height .4s;
  -webkit-transition: height .4s;
  transition        : height .4s
}

.sidebar-menu-dropdown:not(:last-child),
.sidebar-menu-item:not(:last-child) {
  margin-bottom : 15px;
  padding-bottom: 15px;
  border-bottom : 1px solid #c9963a50
}

.sidebar-menu-dropdown:not(:last-child) {
  margin-bottom: 15px
}

.sidebar-menu-item h5 {
  cursor  : pointer;
  position: relative
}

.img-tag {
  position   : absolute;
  bottom     : 10px;
  right      : 10px;
  width      : auto;
  height     : auto;
  max-width  : fit-content;
  z-index    : 9;
  color      : #fff;
  font-size  : 10px;
  font-weight: 600;
  text-shadow: 1px 1px #000
}

#amenities-img-slider .splide__arrow {
  color           : #ef4130;
  background-color: #fff;
  border          : 1px solid #fff
}

.diverse-solutions-logo img {
  height: 70px;
  width : auto
}

.diverse-solutions-desc h5 {
  color      : #c9963a;
  font-size  : 28px;
  line-height: normal
}

.diverse-solutions-desc p {
  margin: 8px 0 20px
}

.mb-8 {
  margin-bottom: 70px
}

.diverse-solutions-block:not(:last-child) {
  border-bottom : 1px solid #e6e7e8;
  padding-bottom: 40px;
  margin-bottom : 40px
}

.diverse-solutions-logo {
  margin-left: 40px
}

.join-our-team-detail h3 {
  color      : #c9963a;
  line-height: 32px;
  max-width  : 350px;
  font-size  : 28px
}

.join-our-team-detail {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  gap            : 30px;
  border-bottom  : 1px solid #e6e7e8;
  padding-bottom : 20px;
  margin-bottom  : 20px;
  min-height     : 85px
}

.join-our-team-desc h6 {
  font-family  : "Open Sans";
  font-weight  : 400;
  color        : #444;
  margin-bottom: 2px
}

.join-our-team-desc span {
  font-size: 18px
}

.join-our-team-desc li:not(:last-child) {
  border-right : 1px solid #e6e7e8;
  padding-right: 30px;
  margin-right : 30px
}

.join-our-team-detail .btn {
  flex: 0 0 auto
}

.join-our-gray-box .join-our-team-detail {
  padding      : 0;
  border       : 0;
  margin-bottom: 20px;
  min-height   : auto
}

.news-articles-detail .img-ratio {
  object-position: top center !important
}

.newsletter-btn {
  position        : absolute;
  bottom          : 0;
  left            : 0;
  font-size       : 14px;
  width           : 100%;
  padding         : 10px;
  background-color: #d5d5d5;
  color           : #000;
  font-weight     : 400;
  gap             : 4px
}

a.newsletter-btn:hover {
  color           : #fff;
  background-color: #c9963a
}

.newsletter-block picture {
  padding-bottom: 40px
}

.newsletter-btn svg {
  width : 20px;
  height: 20px
}

#confetti,
.banner-iframe,
.grow-bg-img img,
.grow-bg-img:before {
  height: 100%;
  width : 100%
}

.youthville-logo {
  max-width    : 240px;
  margin-bottom: 20px
}

.banner-iframe {
  object-fit: cover;
  position  : absolute;
  bottom    : 0;
  left      : 0
}

.first-banner-iframe {
  overflow      : hidden;
  aspect-ratio  : 16/9;
  padding-bottom: 56.25%;
  position      : relative;
  height        : 0;
  max-width     : 100%
}

.theme-list-point.is-size-7 li:before {
  top: 2px
}

.grow-bg-img img {
  position  : absolute;
  top       : 0;
  left      : 0;
  object-fit: cover
}

.bg-img-section {
  padding: 80px
}

.grow-bg-img:before {
  position  : absolute;
  content   : "";
  top       : 0;
  left      : 0;
  background: linear-gradient(90deg, #fbf7ef 41.89%, rgba(251, 247, 239, 0) 100%);
  z-index   : 1
}

.grow-with-kohinoor-desc {
  max-width: 650px;
  margin   : 40px 0
}

.image-bottom img {
  object-position: bottom
}

.banner-desc.banner-inner-tabs {
  bottom: 0
}

.banner-inner-tabs .tab-list {
  margin-bottom: 0 !important
}

.all-fp-logo img {
  height: 95px;
  width : auto
}

.satori-logo img {
  height: 65px
}

.kbt-logo img,
.kwt-logo img {
  height: 55px
}

.all-fp-logo,
.how-it-works-block:not(:last-child) {
  margin-bottom: 40px
}

.how-it-works-process {
  display        : flex;
  width          : 109px;
  height         : 109px;
  padding        : 10px 20px;
  position       : relative;
  justify-content: center;
  flex-direction : column;
  align-items    : center;
  border-radius  : 100px;
  background     : #c9963a;
  color          : #fff;
  text-align     : center;
  font-weight    : 500;
  margin         : 0 auto
}

.how-it-works-process span {
  font-size   : 32px;
  line-height : 28px;
  font-variant: lining-nums;
  font-family : Cormorant;
  font-weight : 600
}

.how-it-works-block .column {
  flex: 0 0 33.33%
}

.how-it-works-desc-col {
  flex: 0 0 50%
}

.how-it-works-desc {
  padding    : 20px;
  border-left: 1px solid #c9963a
}

.how-it-works-process:before {
  position        : absolute;
  content         : "";
  left            : 100%;
  height          : 1px;
  width           : 170px;
  background-color: #c9963a;
  top             : 50%;
  transform       : translateY(-50%)
}

.how-it-works-block:nth-child(2n) .how-it-works-desc {
  border-left : 0;
  border-right: 1px solid #c9963a
}

.how-it-works-block:nth-child(2n) .how-it-works-process:before {
  left : unset;
  right: 100%
}

.how-it-works-block:not(:last-child) .how-it-works-process:after {
  position        : absolute;
  content         : "";
  height          : 161px;
  width           : 1px;
  background-color: #c9963a;
  top             : 100%;
  left            : 0;
  right           : 0;
  margin          : 0 auto
}

.project-segment-overview-img img {
  aspect-ratio: 12/13 !important
}

.segment-highlights-detail ul.theme-list-point {
  gap: 0 20px
}

.segment-highlights-detail ul.theme-list-point li {
  width    : calc(50% - 10px);
  font-size: 15px
}

.accordion-gold.accordion .card__content p {
  font-size: 14px
}

.accordion-gold .card__title h4 {
  font-size: 22px
}

.accordion-gold .card__title {
  padding: 15px 0
}

.img-position-top img {
  object-position: top !important
}

#confetti {
  left              : 0;
  position          : fixed;
  top               : 0;
  z-index           : 9;
  visibility        : visible;
  transition        : opacity 1.5s ease-out, visibility 1.5s ease-out;
  -webkit-transition: opacity 1.5s ease-out, visibility 1.5s ease-out;
  -moz-transition   : opacity 1.5s ease-out, visibility 1.5s ease-out;
  -ms-transition    : opacity 1.5s ease-out, visibility 1.5s ease-out;
  -o-transition     : opacity 1.5s ease-out, visibility 1.5s ease-out
}

#confetti.hide {
  opacity   : 0;
  visibility: hidden
}