html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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


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

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

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

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


body {
  overflow: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Geomanist';
  color: #2c2e35;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geomanist";
  font-weight: normal;
}

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

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

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

html.insomenu-active {
  overflow: hidden;
}

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

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

a {
  color: #666666;
}

a:hover {
  color: #41abbc;
}

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

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

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

p {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.columns.gap-7 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.gap-7>.column {
  padding-left: 96px;
  padding-right: 96px;
}

.columns.gap-6 {
  margin-left: -84px !important;
  margin-right: -84px !important;
}

.gap-6>.column {
  padding-left: 84px;
  padding-right: 84px;
}

.columns.gap-5 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.gap-5>.column {
  padding-left: 72px;
  padding-right: 72px;
}

.columns.gap-4 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.gap-4>.column {
  padding-left: 60px;
  padding-right: 60px;
}

.columns.gap-3 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.gap-3>.column {
  padding-left: 48px;
  padding-right: 48px;
}

.columns.gap-2 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.gap-2>.column {
  padding-left: 36px;
  padding-right: 36px;
}

.columns.gap-1 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.gap-1>.column {
  padding-left: 24px;
  padding-right: 24px;
}

.pr-5 {
  padding-right: 30px !important;
}

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

.pb-5 {
  padding-bottom: 30px !important;
}

.pt-5 {
  padding-top: 30px !important;
}

.px {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.is-size-6 {
  font-size: 22px !important;
}

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

.is-size-8 {
  font-size: 12px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid;
}

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

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

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

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

.border-2 {
  border: 2px solid;
}

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

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

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

.border-right-2 {
  border-right: 2px solid;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-light-gray {
  border-color: #dedede;
}

.border-theme {
  border-color: #41abbc;
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(10px);
}

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

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

.theme-modal-card-head {
  background-color: transparent;
  border: 0;
  padding: 20px 30px;
  height: inherit;
  border-radius: 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 600px;
  width: 100%;
  padding: 30px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #41abbc;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
}

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

#home.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #30b7c478;
  background-color: #f1d67dba !important;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

html.is-active-1:before,
html.is-active:before {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
}

.theme-modal-card-title {
  margin: 0;
  text-transform: uppercase;
}

.theme-modal-background {
  background-color: #000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal-card-body {
  border: 0;
  position: relative;
  overflow: visible;
}

.theme-modal-card-body {
  padding: 30px;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 20%);
}

.close {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #ffffff60;
  background-color: #41abbc;
  position: absolute;
  top: -22px;
  right: -22px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  /* border-radius: 8px; */
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.close:hover {
  background-color: #ffffff;
  color: #41abbc;
  opacity: 1;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.theme-modal-card-body:before {
  left: 0;
}

.theme-modal-card-body:after {
  right: 0;
}

.theme-modal-card-title {
  color: #020203;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}

.theme-modal-card-body img {
  margin: 0 auto;
  max-width: 350px;
}

.col-theme-modal .section-title {
  margin-bottom: 15px;
}

.theme-modal .section-title h2 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

/*** End Modal CSS ***/
.columns.row-register {
  margin-bottom: -12px !important;
}

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

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

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

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

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

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

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

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

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

.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

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

iframe {
  border: none;
}

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

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

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

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

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

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

.full-width {
  width: 100%;
}

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

.section-title h1,
.section-title h2 {
  font-size: 80px;
  line-height: 80px;
  color: #050009;
  margin: 0;
  font-weight: 900;
  position: relative;
  display: inline-block;
  font-family: 'Geomanist Book';
}

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

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


.dark a:hover {
  color: #41abbc;
}

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

/* .columns,
.columns:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.column {
  padding-top: 0;
  padding-bottom: 0;
} */

picture {
  display: block;
}

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

.theme-btn {
  position: relative;
  font-family: 'Geomanist';
  border: 0;
  color: #0b1624;
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
  letter-spacing: 1px;
  /* border-radius: 5px; */
}

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

.theme-btn:hover span {
  color: #ffffff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 0px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn:hover::before {
  height: 100%;
  background-color: #41abbc;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* .theme-btn:hover {
  color: #fff;
  background-color: #41abbc;
} */

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

.theme-btn.white-btn:hover {
  background: #41abbc;
  color: #fff;
}

.col-form {
  position: relative;
}

.theme-input {
  position: relative;
}

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

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

button:focus {
  outline: 0;
}

.thankyou-msg {
  font-size: 16px !important;
  color: #050009 !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  margin: 30px auto 0;
  height: 60px;
  width: auto;
}

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

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

.form-control.error {
  border-color: red;
}

.modal .form-control.error {
  margin-bottom: 30px;
}

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

.form-control {
  border-radius: 0;
}

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

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  color: #050009;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-point {
  padding: 0;
}

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

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

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

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

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

/* For Roman Pagination */
/* .splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num, upper-roman); 
} */

.splide.pagination .splide__pagination__page.is-active {
  transform: unset;
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px;
}

.splide__arrow svg {
  fill: transparent;
  height: 45px;
  transition: fill .2s linear;
  width: 45px;
}

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

.splide {
  padding: 0;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: none;
}

.splide__arrow {
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background-color: #41abbc;
  border: 1px solid #41abbc;
  opacity: 1;
}

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

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

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

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

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #41abbc;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #41abbc;
  opacity: 1;
}

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

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

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

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

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

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

.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #41abbc;
  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: absolute;
  z-index: 9999;
  padding: 40px 80px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  /* box-shadow: 0 1px 3px rgb(0 0 0 / 10%); */
}

#header.sticky {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.theme-menu ul {
  display: flex;
  justify-content: end;
}

.menu-link {
  font-size: 22px;
  text-transform: capitalize;
  color: #000;
}

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

.theme-logo a {
  display: block;
}

.col-header:first-child {
  padding: 0;
  flex: 0 0 260px;
}

.menu-item {
  padding: 16px 10px;
}

#section-banner,
.section-cms {
  margin-top: 0;
}

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

.sticky-btn-enquire {
  position: fixed !important;
  top: 50%;
  right: -88px;
  padding: 7px 30px !important;
  z-index: 999 !important;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #ED4F2C;
  color: #ffffff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 4px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.sticky-btn-enquire:hover {
  color: #fff;
}

#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0;
}

.sticky-bottom-form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 999;
  background: #41abbc;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  border-bottom: 0;
}

.sticky-bottom-form .col-form {
  position: relative;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}

.col-form-title {
  display: none;
}

.sticky-bottom-form .col-form .sm-form-control {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 19px;
}

.copyright-detail p {
  display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
  position: absolute;
  color: white;
  top: 50%;
  letter-spacing: 10px;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.location-block {
  padding: 0 0 0 60px;
}

#location-slider1 {
  margin-top: 40px;
}

h3 {
  font-size: 24px;
}

.location-list h3 {
  color: #41abbc;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 52px;
}

.listed-points li {
  color: #2c2e35;
  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 #41abbc;
}

#location-slider1 .splide__arrows .splide__arrow {
  bottom: -40px;
  top: auto;
  transform: none;
  left: 60px;
}

#location-slider1 .splide__arrows .splide__arrow.splide__arrow--next {
  left: 100px;
}

#location-slider1 .splide__arrows .splide__arrow svg {
  font-size: 16px;
}

#location-slider1 .splide__arrows .splide__arrow path {
  fill: #41abbc;
}

#location-slider1 .splide__arrow {
  opacity: 1;
  background: transparent;
}

.location-img {
  background-color: #fff;
  padding: 30px;
  border: 10px solid #41abbc;
}

#footer {
  background-color: #202020;
}

.footer-block h3 {
  color: #41abbc;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.col-copyright:last-child {
  text-align: right;
}

.contact b {
  color: #41abbc;
}

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

.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #41abbc;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}

.theme-block .theme-block-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

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

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

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

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.about-company-item {
  padding: 30px;
  text-align: center;
  background-color: #eee;
}

.counter-block h3 {
  font-size: 32px;
  font-weight: 600;
}

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

/* Accordion Css Start */

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

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

.accordion {
  background: #f3f3f3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
  border: 1px solid #d9d9d9;
}

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

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

.accordion .card:not(:last-child):not(.is-active) {
  border-bottom-color: transparent;
}

.accordion .card.is-active {
  background: #fff;
}

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

.accordion .card__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  margin: 0;
  margin-bottom: -1px;
  padding: 8px 20px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion .card__title:hover .icon {
  opacity: 0.8;
}

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

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

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

a,
[data-toggle] {
  cursor: pointer;
}

/* Accordion Css End */

.theme-bg {
  background-color: #ed4f2c !important;
}

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

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

.yellow-bg {
  background-color: #f1d67d !important;
}

.blue-bg {
  background-color: #7ed5d5 !important;
}

.dark-blue-bg {
  background-color: #25a2c9 !important;
}

.theme-text {
  color: #41abbc !important;
}

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

.call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #41abbc;
  background-color: #41abbc;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
  padding: 0;
}

.call-btn svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7px;
}

@keyframes theme-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(29 87 163);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.theme-img-animation>picture>img {
  filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.plan-inquire-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  background: #fff;
  padding: 10px 20px;
}

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

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

.menu-link.active {
  color: #41abbc;
}

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

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

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

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

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

.tab-list .tab {
  position: relative;
  display: block;
  line-height: 1;
  padding: 14px 24px;
  border: 1px solid #000;
  text-align: center;
  width: 200px;
  background: transparent;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-list .tab:hover,
.tab-list .tab.is-active {
  background: #41abbc;
  border: 1px solid #41abbc;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


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

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

.theme-block.theme-img-animation {
  overflow: hidden;
}

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

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

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

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

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

.splide__pagination {
  margin-top: 30px;
}

.social-icon {
  position: relative;
  display: block;
  transform: scale(1.0);
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.social-media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-top: 50px;
}

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



/* SwiperJs Arrow Css Start */
.swiper__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background-color: rgb(29 87 163 / 40%);
  border: 1px solid #41abbc;
  opacity: 1;
}

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

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

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

.swiper__arrow svg {
  fill: transparent;
  height: 45px;
  transition: fill .2s linear;
  width: 45px;
}

.swiper-button-prev svg {
  transform: scaleX(-1);
}

.swiper-button-prev {
  left: 60px;
}

.swiper-button-next {
  right: 60px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

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

.img-zoom-animation {
  overflow: hidden;
  position: relative;
}

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

@keyframes zoom-out-img {
  0% {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -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 */
/* SwiperJs Arrow Css End */
.insomenu-bars {
  top: 50%;
  right: 80px;
  margin: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 444;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.insomenu-bars span,
.insomenu-bars span:after,
.insomenu-bars span:before {
  width: 40px;
  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: 0;
  margin: 0 auto;
  height: 3px;
  background-color: #ee4719;
}

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

.insomenu-active .insomenu-bars span,
.insomenu-active .insomenu-bars span:after,
.insomenu-active .insomenu-bars span:before {
  opacity: 1;
}

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

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

.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: #f1d67d !important;
  color: #fff;
  width: 100%;
  right: 0;
  padding: 0;
  padding: 140px 80px 40px !important;
  margin-top: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #00000030;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  -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;
  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 ul li {
  padding: 12px 0;
  border-bottom: 1px solid #00000030;
}

.menu-item {
  line-height: 32px;
}

.theme-menu ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sticky-btn-enquire {
  z-index: 888 !important;
}

.theme-menu ul {
  flex-direction: column;
  justify-content: start;
}

.theme-element {
  position: absolute;
  z-index: 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;
}

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

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

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

.banner-bg-element {
  max-width: 1100px;
  margin-left: 100px;
  width: 60%;
}

.banner-text-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 100px 200px;
  width: 60%;
}

.banner-desc p {
  font-size: 30px;
  max-width: 600px;
  margin-left: auto;
}

.section-banner:before {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #d8bad9;
}

.section-banner:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 25%;
  height: 30%;
  background-color: #f1d67d;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}

.radial-gradient-element:before {
  position: absolute;
  content: "";
  top: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 100%;
  filter: blur(110px);
}

.social-icon svg {
  width: 45px;
  height: 45px;
  stroke-width: 1.5;
  color: #ED4F2C;
  display: flex;
}

.proptech-grid-cols .column:first-child {
  flex: 0 0 33.33%;
}

.industries-grid-block {
  padding: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industries-grid-block h6 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  color: #000;
}

.industries-grid-block p {
  font-size: 20px;
  margin-top: 15px;
}

.industries-grid-img,
.industries-grid-img picture,
.industries-grid-img img {
  height: 100%;
  object-fit: cover;
  position: relative;
}

.vertical-construction-core {
  height: 50%;
}

.vertical-industries {
  height: 33.33%;
}

.industries-logo img {
  height: auto;
  padding: 80px;
}

.industries-logo {
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
}

.what-different-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 100px;
  width: 50%;
  left: 30%;
}

.different-title-with-desc {
  display: flex;
  gap: 40px;
}

.what-different-desc {
  padding-top: 20px;
  font-size: 20px;
}

.what-different-desc b {
  display: block;
}

.what-different-bottom-element {
  bottom: -60px;
  right: 10%;
}

.what-different-top-element {
  top: 5%;
  left: 3%;
}

.theme-icon img {
  height: 70px;
  width: auto;
  margin: 0 auto;
}

.what-we-solve-cols {
  padding: 100px 0;
  position: relative;
}

.theme-desc h6 {
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  margin: 20px 0 10px;
}

.theme-desc p {
  margin: 0 auto;
  max-width: 300px;
}

.theme-icon-block {
  text-align: center;
}

.what-we-solve-cols .column:not(:last-child) {
  border-right: 1px solid #fff;
}

.section-what-we-solve:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 20%;
  height: 45%;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  background-color: #7ed5d5;
}

.what-we-solve-cols:before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 20%;
  height: 45%;
  background-color: #f1d67d;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.what-we-solve-right-element {
  right: -70px;
}

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

.brandworks-block-detail,
.brandworks-cols .column {
  position: relative;
}

.brandworks-block {
  padding: 100px 40px;
  position: relative;
  height: 100%;
  text-align: center;
  z-index: 1;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brandworks-block-detail:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7ed5d5c9;
  z-index: 1;
}

.brandworks-cols .column:nth-child(even) .brandworks-block-detail:before {
  background-color: #ed4f2cc9;
}

.brandworks-block .theme-icon img {
  max-height: 100px;
  max-width: 100px;
  height: auto;
  width: auto;
}

.brandworks-block h6 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  margin: 40px 0 30px;
}

.brandworks-block p {
  max-width: 300px;
  margin: 0 auto;
}

.brandworks-cols .column:nth-child(odd) .brandworks-block-detail {
  margin-top: 60px;
}

.brandworks-cols .column:nth-child(even) .theme-icon {
  order: 2;
}

.brandworks-cols .column:nth-child(even) .brandworks-block h6 {
  margin-top: 0;
}

.brandworks-cols .column:nth-child(even) .brandworks-block p {
  margin-bottom: 30px;
}

.brand-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00383873;
  z-index: 1;
}

.footer-detail p {
  font-size: 24px;
  line-height: 34px;
  color: #373739;
}

.footer-detail h5 {
  font-size: 42px;
  line-height: 52px;
  font-weight: normal;
}

.footer-right-element {
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.footer-left-element {
  left: -3%;
  top: 0%;
  max-width: 130px;
}

.about-detail.container {
  max-width: 800px !important;
  width: fit-content;
}

.about-detail p {
  font-size: 20px;
  line-height: 30px;
}

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

.about-logo {
  margin-top: 50px;
}

.about-right-element {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.about-left-element {
  left: 15%;
  bottom: -15%;
  z-index: 1;
  transform: scaleX(-1) rotate(175deg);
}

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

.section-aboutus::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 25%;
  height: 60%;
  background-color: #f1d67d;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.who-we-are-img img {
  /* max-width: 720px; */
  mix-blend-mode: lighten;
}

.who-we-are-wrapper {
  position: relative;
  left: 50%;
  padding: 0 60px 0 0;
  width: 50%;
}

.who-we-are-img img {
  position: absolute;
  top: -20%;
  left: 0;
  height: 100%;
  object-fit: contain;
  width: 55%;
}

.who-we-are-tag h5 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
}

.who-we-are-tag h5:not(:last-child) {
  margin-bottom: 15px;
}

.who-we-are-desc {
  max-width: 500px;
  margin-top: 50px;
}

.who-we-are-wrapper .section-title h2 {
  position: relative;
  right: 100px;
}

.section-who-we-are {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.brand-logo img {
  max-width: 50%;
  margin: 0 auto;
  padding: 0 30px;
}

.brand-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}

.what-we-are-not-des h6 {
  font-size: 20px;
  line-height: 30px;
}

.what-we-are-not-des h6:not(:last-child) {
  margin-bottom: 10px;
}

.what-we-are-not-wrapper h5 {
  max-width: 540px;
  margin: 80px auto 0 0;
}

.why-we-exist-wrapper .section-title .title-tagline {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}

.why-we-exist-wrapper p {
  max-width: 600px;
}

.why-we-exist-img img {
  width: auto;
  height: 70px;
  margin-bottom: 15px;
}

.columns.row-why-we-exist {
  margin-top: 20px;
}

.column.col-why-we-exist {
  width: 33.33%;
  flex: 0 0 auto;
}

.cols-why-we-exist {
  max-width: 1130px;
  margin-bottom: 30px;
}

.what-we-are-not-right-element {
  right: 20%;
  bottom: 15%;
}

.what-we-are-not-title h2 {
  margin-left: 60px;
}

.who-we-are-bottom-element {
  bottom: -60px;
  right: 0;
}

.section-why-we-exist {
  padding-bottom: 200px !important;
}

.our-belief-detail h3 {
  font-size: 44px;
  line-height: normal;
  font-weight: 600;
  color: #000;
}

.our-belief .theme-icon img {
  height: 50px;
}

.our-belief .theme-desc h6 {
  font-weight: 400;
  font-size: 24px;
}

.our-belief-detail {
  padding-top: 100px;
}

.our-belief-img {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}

.section-what-we-are-not:before {
  position: absolute;
  content: "";
  top: -1px;
  right: 0;
  width: 200px;
  height: 200px;
  background-color: #f1d67d;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.what-we-solve {
  padding: 0 30px;
}

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

html.insomenu-active .theme-menu .menu-item {
  opacity: 1;
  transform: translateY(0);
}

html.insomenu-active .theme-menu .menu-item:nth-child(1) {
  transition-delay: 0.1s;
}

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

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

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

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

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

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

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

/* Without Gsap Animation Start */

.headertext {
  opacity: 0;
  visibility: hidden;
}

.headertext .word {
  display: inline-block;
  white-space: nowrap;
}

.headertext .word span {
  display: inline-block;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  will-change: transform, opacity;
  -moz-transition: transform 0.6s ease-out, opacity 0.3s ease-out;
  -ms-transition: transform 0.6s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.6s ease-out, opacity 0.3s ease-out;
  -webkit-transition: transform 0.6s ease-out, opacity 0.3s ease-out;
  transition: transform 0.6s ease-out, opacity 0.3s ease-out;
}

.img-animation {
  opacity: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 1.5s ease, opacity 1.5s ease;
  -ms-transition: clip-path 1.5s ease, opacity 1.5s ease;
  -o-transition: clip-path 1.5s ease, opacity 1.5s ease;
  -webkit-transition: clip-path 1.5s ease, opacity 1.5s ease;
  transition: clip-path 1.5s ease, opacity 1.5s ease;
  visibility: hidden;
}

.img-animation.animated {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Without Gsap Animation End */

@-webkit-keyframes top-bottom {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes top-bottom {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.our-belief-img img {
  -webkit-animation: top-bottom 1.5s infinite alternate;
  animation: top-bottom 1.5s infinite alternate;
}

.theme-sticky-menu {
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: 99;
  padding-left: 30px;
}

.sticky-menu-link {
  padding: 5px 0;
  display: block;
  line-height: normal;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}

.sticky-menu-link:before {
  position: absolute;
  content: "";
  top: 14%;
  left: -35px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #f1e8d5;
  margin: 0 auto;
  width: 20px;
  transform: rotate(90deg);
  opacity: 0;
}

.sticky-menu-link.active {
  font-weight: 600;
}

.sticky-menu-link.active:before {
  opacity: 1;
}

.thankyou-block:before,
.thankyou-block:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 20%;
  height: 35%;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  background-color: #7ed5d5;
}

.thankyou-block:after {
  bottom: unset;
  right: unset;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}