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

html,
body {
  overflow-x: clip;
}

body {
  cursor: url(../images/icons/theme-icon.svg), auto;
}

html.html-menu-active,
html.is-active,
html.insomenu-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 {
  /* overflow-x: hidden !important; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans";
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.1px;
}

/* * {
  cursor: url(../images/icons/theme-icon.svg) 20 20, auto !important;
} */

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: transparent;
  display: flex;
  line-height: 11px;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
}

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

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

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

a {
  color: #595959;
}

a:hover {
  color: #ef4130;
}

a,
button {
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

p:last-child {
  margin-bottom: 0;
}

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

video {
  display: block;
}

.btn {
  position: relative;
  font-family: "Cormorant";
  width: fit-content;
  border: 1px solid;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-radius: 0;
  background-color: transparent;
}

.btn: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 {
  background-color: #ef4130;
  color: #fff;
  border-color: #ef4130;
}

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

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

.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: #c9963a !important;
  color: #c9963a !important;
}

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

.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 {
  line-height: 24px;
  margin-bottom: 12px;
  color: #2c2c2c;
}

p:last-child {
  margin-bottom: 0;
}

.order-2 {
  order: 2;
}

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

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

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

.fw-900 {
  font-weight: 900 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.is-gap-0 {
  gap: 0 !important;
}

.is-gap-1 {
  gap: 4px !important;
}

.is-gap-2 {
  gap: 8px !important;
}

.is-gap-3 {
  gap: 12px !important;
}

.is-gap-4 {
  gap: 16px !important;
}

.is-gap-5 {
  gap: 24px !important;
}

.is-gap-6 {
  gap: 32px !important;
}

.is-gap-7 {
  gap: 40px !important;
}

.is-gap-8 {
  gap: 48px !important;
}

.is-gap-9 {
  gap: 56px !important;
}

.is-gap-10 {
  gap: 64px !important;
}

.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

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

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

.border-right {
  border-right: 1px solid #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;
}

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

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

.text-primary {
  color: #ef4130;
}

.text-secondary {
  color: #2C2C2C;
}

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

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

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

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

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

.accordion .card {
  overflow: hidden;
  margin: -1px -1px 1px;
  background: transparent;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
  border-bottom: 1px solid #e6e7e8;
}

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

.accordion .card:not(:last-child):not(.is-active) {
  border-bottom: 1px solid #e6e7e8;
}

.accordion .card.is-active {
  background: transparent;
}

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

.accordion .card__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-bottom: -1px;
  padding: 20px 0;
  color: #000000;
  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: 0.8;
}

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

.accordion .card__title .icon {
  width: 28px;
  height: 28px;
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: -0.25rem;
  flex: 0 0 auto;
}

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

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

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

.img-fixed-ratio {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
  object-position: center !important;
  height: auto !important;
}

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

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

.max-w-700 {
  max-width: 700px;
}

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

.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-top-right {
  top: 0;
  right: 0;
}

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

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-modal-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;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-modal-background {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.close {
  color: #ef4130;
  width: 44px;
  height: 44px;
  display: flex;
  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;
  cursor: pointer;
  border-radius: 50%;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.close:hover {
  border: 1px solid #fff;
  color: #fff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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

.team-modal-title {
  margin-bottom: 20px;
}

.team-modal-title span {
  color: #2c2c2c;
}

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

/*** End Modal CSS ***/

::-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, 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, 0.3);
  background-color: #ef4130;
}

ul:last-child {
  margin-bottom: 0;
}

iframe {
  border: none;
}

a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both;
}

section,
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

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

.full-width {
  width: 100%;
}

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

.section-title h1,
.section-title h2 {
  font-size: 60px;
  line-height: 66px;
  color: #2c2c2c;
  margin: 0;
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-family: "Cormorant";
}

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

h1 {
  font-size: 50px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

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

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

.section-title h1 span,
.section-title h2 span {
  color: #1d57a3;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
  color: #fff;
}

.dark a:hover {
  color: #ef4130;
}

.title-white .title-tagline {
  color: #fff;
}

picture {
  display: block;
}

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

.col-form {
  position: relative;
}

.theme-input {
  position: relative;
}

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

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

button:focus {
  outline: 0;
}

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

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

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

.list-point {
  padding: 0;
}

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

.list-point li:last-child {
  margin-bottom: 0;
}

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

.splide__pagination__page {
  margin: 2px;
}

.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 0.2s linear;
  stroke-width: 1.5;
}

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

.splide {
  padding: 0;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  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 svg {
  font-size: 24px;
}

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

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

.splide__pagination__page {
  width: 8px;
  height: 8px;
  background: rgba(239, 65, 48, 0.75);
  opacity: 0.5;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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

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

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

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

.theme-block-img {
  position: relative;
  overflow: hidden;
}

.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.4;
  transition: all 0.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 {
  position: relative;
}

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

.theme-block-icon {
  opacity: 0;
}

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

.theme-block:hover .theme-block-icon {
  opacity: 1;
}

.theme-block-img img {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block:hover .theme-block-img>picture img {
  transform: scale(1.04);
  /* -webkit-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: 0px;
  display: flex;
  z-index: 2;
  padding: 16px;
  gap: 16px;
  width: 100%;
  align-items: end;
  justify-content: end;
}

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

.theme-block:hover h5 {
  opacity: 1;
}

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

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

.project-block-with-confi .theme-block-img:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30.46%, rgba(0, 0, 0, 0.48) 44.12%, rgba(0, 0, 0, 0.80) 73.14%);
}

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

.theme-project-block:hover .theme-block-img:before {
  opacity: 1;
}

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

.block-title h4 {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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

.tab-list .tab {
  position: relative;
  line-height: 1;
  background: transparent;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.tab-list {
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: fit-content;
}

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

.tab-list .tab:hover a:before,
.tab-list .tab.is-active a:before,
.tab.active a:before {
  opacity: 1;
}

.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;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.tab-list-block {
  margin-bottom: 30px;
}

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

.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: #ffffff;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.close-button svg {
  display: block;
}

.close-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

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

header {
  position: fixed;
  z-index: 9999;
  padding: 0 180px;
  width: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 83.71%);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}

html.html-menu-active #header,
html.is-active #header,
#header.sticky {
  background-color: #121212;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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

.scroll-up header {
  top: 0;
}

.menu-link {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  position: relative;
}

.sidebar-menu-close {
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.responsive-sidebar-menu {
  display: none !important;
}

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

.insomenu-active .sidebar-menu-close {
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.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: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

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

.sidebar-menu-item a:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-menu-item:not(:last-child),
.sidebar-menu-dropdown:not(:last-child) {
  margin-bottom: 50px;
}

.sidebar-menu-item a:hover {
  color: #ef4130;
}

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

.theme-logo a {
  display: block;
}

.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 {
  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);
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  border: 1px solid #ef4130;
  background: rgba(239, 65, 48, 0.75);
  backdrop-filter: blur(5px);
  text-transform: uppercase;
}

.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:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

.bg-light-golden {
  background-color: rgba(201, 150, 58, 0.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;
}

.plan-inquire-btn:hover {
  color: #fff;
}

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

.menu-active>.menu-link,
.header-dropdown:hover>.menu-link,
.menu-link.active,
.menu-link:hover {
  color: #C9963A;
}

.header-dropdown:hover>.menu-link::before,
.menu-active .menu-link::before,
.menu-link.active::before,
.menu-link:hover::before {
  /* filter: brightness(0) saturate(100%) invert(33%) sepia(91%) saturate(753%) hue-rotate(341deg) brightness(102%) contrast(101%) !important; */
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  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;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  background: rgba(239, 65, 48, 0.75);
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
}

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

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

.stock-image,
.actual-image,
.artistic-impression {
  position: relative;
}

.stock-image::after,
.actual-image::after,
.artistic-impression::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px #000000;
}

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

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

.splide__pagination {
  margin-top: 12px;
}

.social-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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

.social-icon:hover {
  transform: scale(1.2);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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

.arrow-none .splide__arrows {
  display: none;
}

.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 Start */

.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;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 888;
  overflow: hidden;
}

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

.header-dropdown.menu-active .header-dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 90px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.menu-block h5 {
  font-size: 18px;
  color: #ef4130;
  font-weight: 600;
  text-transform: uppercase;
  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;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-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;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: -26px;
  /* background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22%23AA8A4B%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M9%206l6%206l-6%206%22%20/%3E%3C/svg%3E"); */
  background-size: contain;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  filter: unset !important;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ef4130;
  opacity: 0;
}

.menu-link.dropdown-arrow:hover::before {
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dropdown-arrow:hover:before {
  /* background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22%23fff%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M9%206l6%206l-6%206%22%20/%3E%3C/svg%3E"); */
  filter: unset !important;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* .header-dropdown-content:before {
  position: absolute;
  content: "";
  top: -12px;
  left: 0;
  right: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  width: 14px;
} */

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

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

.header-dropdown-second {
  position: relative;
}

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

.header-dropdown-second:hover .header-dropdown-second-content {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.desktop-menu ul {
  display: flex;
}

ul.desktop-menu {
  display: flex;
  justify-content: center;
  /* gap: 40px; */
}

/* .insomenu-active #header::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  background-color: #fff;
  inset: 0;
  z-index: -1;
} */

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

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

.insomenu-bars span:before {
  top: -8px;
}

.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: 0.1s;
  transition-duration: 0.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 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.insomenu-bars span:after {
  bottom: -8px;
  width: 22px;
  -webkit-transition: bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.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);
}

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

.insomenu-active .insomenu-bars span:after {
  bottom: 0;
  transition: bottom 0.1s ease,
    -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 25px;
}

.insomenu-active .insomenu-bars span {
  width: 25px;
  left: 0;
}

.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 {
  position: fixed;
  background-color: #fff;
  color: #000000;
  right: 0;
  margin-top: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 580px;
  z-index: 999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  /* transform: translateX(100%); */
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.insomenu-active .theme-menu {
  opacity: 1;
  visibility: visible;
  /* transform: translateX(0); */
  pointer-events: all;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-menu .insomenu-bars {
  border: 1px solid #414042;
}

.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 {
  transform: unset;
  top: 15px;
  right: 180px;
  position: absolute;
}

#header-search-menu-detail {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fcf9f3;
}

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

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

.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;
  text-transform: uppercase;
  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, 0.10);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

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

.menu-search-btn .form-group {
  width: 100%;
}

/* Header End */
.banner-desc {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0 24px;
}

.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, 0.9) 100%);
}

footer {
  background-color: #121212;
}

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

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

.footer-link:not(:last-child) {
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 350px;
  margin-bottom: 50px;
}

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

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

.arrow-toggle:before,
.arrow-toggle:after {
  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-arrow-toggle {
  position: relative;
  overflow: hidden;
}

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

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

.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 0.4s ease;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: 0;
  overflow: hidden;
}

.arrow-toggle svg {
  transition: transform 0.4s ease;
}

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

.theme-element.our-story-element {
  bottom: -28%;
  right: -7%;
}

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

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

.col-projects-overview .img-ratio {
  aspect-ratio: 3 / 4;
}

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

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

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

.our-story-counter .column {
  padding: 20px 50px;
}

.our-story-counter .columns {
  margin: -20px -50px;
}

.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, 0.2);
}

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

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

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

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

.featured-projects-block .theme-block-img:before {
  opacity: 0;
}

.featured-projects-block:hover .theme-block-img:before {
  opacity: 0.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% - 4px);
}

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

.projects-grid-vertical picture,
.projects-grid-vertical .img-ratio {
  height: 100% !important;
}

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

.projects-grid-vertical:first-child {
  margin-bottom: 8px;
}

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

.overlay-0.theme-block-img:before {
  display: none;
}

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

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

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

.project-detail-banner.section-inner-banner:before {
  display: none;
}

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

.project-menu-item {
  width: 100%;
}

.project-menu-link {
  padding: 16px;
  display: flex;
  min-width: 190px;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #2c2c2c;
  border-bottom: 2px solid #dddddd;
}

.project-menu-link:hover,
.project-menu-item.active .project-menu-link {
  color: #000;
  border-bottom: 2px solid #ef4130;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.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, 0.40);
  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-overview-element {
  right: -120px !important;
  top: 30% !important;
}

.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: 520px;
}

.col-projects-amenities .img-ratio {
  aspect-ratio: 1 / 1.3;
}

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

.amenities-list li {
  width: calc(20% - 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;
}

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

.grid-item:nth-child(1) {
  margin-top: 0;
}

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

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

.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;
  text-transform: uppercase;
  font-variant: lining-nums;
}

.timeline-detail span {
  color: #222;
  font-family: Cormorant;
  font-variant: lining-nums;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  font-weight: 600;
  margin-top: 12px;
  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;
}

.theme-element.timeline-element {
  top: -2%;
  right: -10%;
}

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

.timeline-masonry-columns {
  display: flex;
}

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

.theme-element.about-us-element {
  bottom: -25%;
  right: -10%;
}

.vision-mission-item:not(:last-child) {
  margin-bottom: 30px;
}

.col-vision-mission-img img {
  aspect-ratio: 3/4;
}

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

.vision-mission-img .img-ratio {
  aspect-ratio: 4/3 !important;
}

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

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

.sada-sukhiraho-feature-title h4,
.col-sada-sukhiraho .card__title.is-active h4 {
  color: #c9963a;
}

.sada-sukhiraho-feature-title img,
.col-sada-sukhiraho .card__title.is-active 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: 3 / 4;
}

.theme-team-block img {
  aspect-ratio: 3/4;
}

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

.theme-team-block:hover .theme-block-img:before {
  opacity: 1;
}

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

.theme-team-desc-block span {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.theme-team-block:hover .theme-team-desc-block {
  opacity: 1;
}

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

.theme-team-block:hover h4 {
  color: #ef4130;
}

.gallery-block {
  position: relative;
  transform-origin: center center;
  transform: scale(0.9, 0.8);
  -webkit-transform: scale(0.9, 0.8);
  -moz-transform: scale(0.9, 0.8);
  -ms-transform: scale(0.9, 0.8);
  -o-transform: scale(0.9, 0.8);
  transition: transform 400ms;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -ms-transition: transform 400ms;
  -o-transition: transform 400ms;
}

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

.splide__slide.is-active .gallery-block:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 62.38%, rgba(0, 0, 0, 0.70) 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;
}

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

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

.location-map {
  height: 100%;
}

.tag {
  position: absolute;
  top: 10px;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 9px;
}

.tag.tag-residential {
  background-color: #EF412F;
}

.tag.tag-mixed {
  background: linear-gradient(90deg, #C9963A 0%, #EF4130 100%);
}

.tag.tag-commercial {
  background-color: #C9963A;
}

/* JS scroll */
.js-scroll {
  opacity: 0;
}

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

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

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

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

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

@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, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 3s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

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

.fade-up {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  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-up.scrolled {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.fade-down {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  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 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

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

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

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

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

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

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

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

.delay8 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.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;
}

/* JS scroll */

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

.form-group,
.form-group-wrapper {
  position: relative;
}

.mobile-with-country {
  display: flex;
}

.mobile-with-country .country-code {
  position: relative;
}

.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-results__options,
.mobile-with-country-code .select2-results,
.mobile-with-country-code .select2-dropdown {
  min-width: 200px !important;
}

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

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

.modal-title {
  margin-bottom: 30px;
}

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

.sidebar-menu-item a:hover {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


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

/* When menu is active, animate items */
html.insomenu-active .sidebar-menu-item {
  opacity: 1;
  transform: translateY(0);
}

html.insomenu-active .sidebar-menu-item:nth-child(1) {
  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:not(.insomenu-active) .sidebar-menu-item {
  transition-delay: 0s !important;
}

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

/* .js-scroll.scrolled {
  opacity: 1;
}

.awards-block {
  animation: fade-in-bottom 1s ease-in-out both;
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
}

.splide__slide:nth-child(2) .awards-block {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.splide__slide:nth-child(3) .awards-block {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
} */

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

.section-home-awards .splide__arrows {
  display: none;
}

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

.office-item a:hover {
  color: #EF4130;
}

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

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

.checkbox input[type="checkbox"]:checked+label::after,
.radio input[type="radio"]:checked+label::after {
  opacity: 1;
}

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

.theme-form-cols .column {
  padding: 20px;
}

.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;
  z-index: -1;
}

.header-dropdown-content .theme-scrollbar {
  height: 100%;
}

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

.header-dropdown-item:not(:last-child) {
  margin-bottom: 30px;
}

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

.menu-media-block:not(:last-child) {
  margin-bottom: 8px;
}

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

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

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

.card-horizontal {
  display: flex;
  gap: 16px;
  border: 1px solid #e6e7e8;
  padding: 10px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card-horizontal:hover {
  background-color: #C9963A10;
  border: 1px solid #C9963A;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card-horizontal-img picture {
  position: relative;
  overflow: hidden;
}

.card-horizontal-img img {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card-horizontal:hover .card-horizontal-img img {
  transform: scale(1.15);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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

.card-horizontal-desc h5 {
  font-size: 20px;
  font-variant: lining-nums;
  line-height: normal;
  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:not(:last-child) {
  margin-bottom: 30px;
}

.recent-blog .card-horizontal:not(:last-child) {
  margin-bottom: 20px;
}

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

.press-release-images picture:not(:last-child) {
  margin-bottom: 20px;
}

.popup-img-block .theme-block-img:before {
  opacity: 0;
}

.popup-img-block:hover .theme-block-img:before {
  opacity: 0.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;
}

.news-articles-cols .column {
  padding: 20px;
}

.columns.news-articles-cols {
  margin: -20px;
}

a.header-dropdown-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #ffffff;
  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/12 !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;
}

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

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

.theme-block:hover .project-confi-detail {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.project-img-with-confi {
  position: relative;
}

.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;
  font-family: "Cormorant";
  font-variant: lining-nums;
}

.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, 0.10);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.accordion.accordion-plus {
  background: rgba(230, 231, 232, 0.20);
  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;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.accordion-plus .is-active.card__title::before {
  transform: translateY(-50%) rotate(135deg);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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

.project-propeties-item {
  display: flex;
  gap: 20px;
}

.project-propeties-item {
  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: 50px;
  width: auto;
  margin: 0 auto 10px;
}

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

.block-icon-active .theme-block-icon {
  opacity: 1;
}

.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 / 1 !important;
}

.testimonials-block .img-ratio {
  aspect-ratio: 4 / 3 !important;
}

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

.work-img .img-ratio,
.for-you-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 {
  color: #c9963a;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
}

.theme-icon-text-item:not(:last-child) {
  margin-bottom: 30px;
}

.col-ready-to-assist:not(:last-child) {
  border-right: 1px solid #e6e7e8;
}

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

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

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

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