html {
  scroll-behavior: smooth;
}

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

@font-face {
  font-family: 'Geomanist';
  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-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';
  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.woff2') format('woff2');
  font-weight: normal;
  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;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex !important;
}

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

.align-item-center {
  align-items: center !important;
}

.align-item-end {
  align-items: end !important;
}

.p-relative {
  position: relative;
}

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

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

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

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

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

p,
a,
span,
small {
  line-height: 1.2;
}

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

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: #071638;
}

/*** 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(20px);
}

.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: #071638;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
}

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

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

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

html.is-active-1:before,
html.is-active:before {
  opacity: 0.3;
  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 #ffffff30;
  background-color: #071638;
  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: #071638;
  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: 90px;
  line-height: 80px;
  color: #071638;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: -4px;
}

.section-title.small-title h2 {
  font-size: 60px;
  line-height: 50px;
}

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: #071638;
}

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

.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: #fff;
  background-color: #071638;
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  text-align: center;
  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: uppercase;
  border-radius: 50px;
}

.theme-btn span {
  line-height: 11px;
  -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;
  display: none;
}

.theme-btn:hover::before {
  height: 100%;
  background-color: #071638;
  -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: #071638;
} */

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

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

.theme-btn.primary-btn {
  background-color: #061638;
  color: #fff;
  text-transform: capitalize;
}

.theme-btn.primary-btn:hover {
  background-color: #071638;
}

.col-form {
  position: relative;
}

.theme-input {
  position: relative;
}

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

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

button:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

.thankyou-block {
  height: 100vh;
}

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

.list-point {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

.splide {
  padding: 0;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  opacity: 0.2;
}

.splide__arrow {
  width: 45px;
  height: 45px;
  padding: 0;
  color: #071638;
  background-color: transparent;
  border: 0;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: transparent;
  color: #1f3d83;
  opacity: 1;
}

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

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

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

.white-arrow .splide__arrow {
  color: #fff;
}

.arrow-lg .splide__arrow {
  width: 100px;
  height: 100px;
}

.arrow-lg .splide__arrow svg {
  width: 100%;
  height: 100%;
  stroke-width: 1;
}

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

.splide__pagination__page.is-active {
  transform: none;
  background: #071638;
  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: 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;
}

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

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

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

.theme-logo a {
  display: block;
}

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

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

.scrolled.fade-in {
  animation: 2s ease-in-out both fade-in
}

.scrolled.fade-in-top {
  animation: 2s ease-in-out both fade-in-top
}

.scrolled.fade-in-bottom {
  animation: 2s ease-in-out both fade-in-bottom
}

.scrolled.fade-in-left {
  animation: 2s ease-in-out both fade-in-left
}

.scrolled.fade-in-right {
  animation: 2s ease-in-out both fade-in-right
}

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

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

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

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

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
  }

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

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }

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

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

  100% {
    opacity: 1
  }
}

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

.fade-down,
.fade-left,
.fade-right,
.fade-up {
  opacity: 0;
  transition-duration: 2s
}

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

.fade-up {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0)
}

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

.fade-down {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0)
}

.fade-right {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0)
}

.fade-left {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0)
}

.fade-down,
.fade-left,
.fade-right,
.fade-up,
.zoom-out {
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: ease-out
}

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

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

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

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

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

/* Js Scroll End */

.sticky-btn-enquire {
  position: fixed !important;
  top: 210px;
  right: -55px;
  padding: 10px 15px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  background-color: #071638;
  color: #ffffff;
  border: 1px solid #fff;
}

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

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

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

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

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

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

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

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

h3 {
  font-size: 24px;
}

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

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

.contact b {
  color: #28438c;
}

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

.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  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{
    position: relative;
}

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

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

.video-block .theme-block-icon {
  width: 230px;
  height: 230px;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.video-block .theme-block-icon svg {
  width: 100%;
  height: 100%;
}

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

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

.counter-block h3 {
  font-size: 72px;
  line-height: 62px;
  font-weight: 600;
}

.counter-block p {
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

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

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

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

.theme-text {
  color: #071638 !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: #071638;
  background-color: #071638;
  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;
  padding: 15px;
  background-color: transparent;
  opacity: 0;
}

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

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

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

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

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

.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: #071638;
  border: 1px solid #071638;
  -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: 70px 0;
}

.splide__pagination {
  margin-top: 30px;
}

.social__icon {
  position: relative;
  display: block;
  max-width: 36px;
  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-icons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

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

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

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

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

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

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

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

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

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

/* SwiperJs Arrow Css End */

.js-scroll {
  opacity: 0;
}

header a {
  color: #fff;
}


header a:hover {
  color: #FAE895;
}

.menu-link:hover {
  color: #FAE895;
}

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

#header.sticky {
  background-color: #071638;
  border-bottom: 1px solid #ffffff30;
  padding: 8px 200px;
  -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%);
  -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-header-page header {
  background-color: #071638;
  padding: 8px 200px;
}

.menu-link {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 2px;
}

.header-dropdown-content a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 0 30px 10px 0;
  margin-bottom: 10px;
  color: #c9c9c9;
  border-bottom: 1px solid #ffffff20;
}

.header-dropdown-content a:hover {
  color: #fff;
}

.header-dropdown-content a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.header-dropdown-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150%;
  width: max-content;
  background-color: #071638;
  padding: 20px;
  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: 1px solid #ffffff20;
  border-top: 0;
  text-align: left;
}

.header-dropdown:hover .header-dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 135%;
  -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;
}

.col-header:last-child {
  text-align: right;
  padding: 0;
}

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

.theme-logo a {
  display: block;
}

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

.menu-item {
  display: inline-block;
  padding: 16px 20px;
  position: relative;
}

.section-cms {
  margin-top: 85px;
}

.menu-link.active {
  color: #fff;
  font-weight: 600;
}

.sub-menu-item {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: calc(100% + -15px);
  z-index: 99;
  width: max-content;
  display: flex;
  gap: 50px;
  min-width: 100%;
  background-color: #071638;
  border: 1px solid #ffffff30;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  box-shadow: rgba(33, 33, 33, 0.1) 0px 4px 18px 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;
  right: -100%;
  text-align: left;
  border-radius: 15px;
}

.sub-menu-link svg path {
  -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;
}

#home .sub-menu-link svg path {
  stroke: #fff;
}

.sub-menu-link:hover svg path {
  stroke: #FAE895 !important;
}

.project-tag {
  font-size: 8px;
  border-radius: 6px;
  padding: 5px;
  background-color: #fae8951f;
  color: #FAE895;
  margin-left: 8px;
}

.sub-menu h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.sub-menu li a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 13px;
  margin-bottom: 8px;
  font-family: 'Geomanist Book';
}

.sub-menu li a:hover {
  color: #FAE895 !important;
}

.sub-menu li a:last-child {
  margin: 0;
}

.menu-active .sub-menu {
  top: calc(100% + 5px);
  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;
}

.sub-menu .accordion {
  display: none !important;
}

.p-none {
  pointer-events: none !important;
}

.banner-image {
  position: relative;
}

.theme-header-page .theme-top-section {
  margin-top: 90px;
}

.banner-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ab;
}

#home .banner-image:before {
  background-color: #00000070;
}

.sub-menu-link svg {
  margin-bottom: 2px;
}

/* Footer Css Start  */
#footer {
  padding: 80px 0 0;
  background-color: #071638;
}

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

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

.footer-menu ul {
  display: flex;
  gap: 80px;
}

.footer-menu ul li a {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 16px;
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper a:hover {
  color: #eed18b;
}

.footer-wrapper h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-menu {
  padding-top: 0;
}

.footer-developer-logo {
  max-width: 160px;
  margin-left: auto;
}

.footer-block {
  margin-bottom: 25px;
}

.footer-block:last-child {
  margin-bottom: 0;
}

.footer-block p {
  margin-bottom: 5px;
}

.copyright-bar .footer-menu {
  padding: 0;
  border: none;
}

.copyright-bar {
  background-color: #00112c;
  padding: 15px 0;
  position: relative;
  z-index: 9;
}

.footer-wrapper {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff80;
}

.footer-wrapper.footer_wrapper {
  padding: 60px 0;
  border-bottom: none;
}

.footer-menu .active {
  color: #eed18b;
}

.footer_wrapper {
  max-width: 1000px;
  margin-right: auto;
}

.footer-inner-col.is-hidden-desktop {
  display: none;
}

/* Footer Css End  */

.banner-detail {
  position: absolute;
  padding: 140px 100px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
}

.theme-title span {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.theme-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-title.theme-title-left {
  justify-content: start !important;
}

.theme-title h5 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 0 8px 15px;
  margin-left: 15px;
  border-left: 2px solid;
}

.arrow-btn {
  display: flex;
  width: fit-content;
  gap: 15px;
  align-items: center;
}

.btn-lg.theme-btn {
  font-size: 18px;
}

.btn-lg.arrow-btn svg {
  width: 60px;
  height: 18px;
}

.arrow-btn svg {
  width: 40px;
  height: 12px;
  fill: #fff;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.white-btn.arrow-btn svg {
  fill: #071638;
}

.theme-btn.white-btn:hover svg {
  fill: #fff;
  -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-btn.line-btn {
  background-color: transparent;
  color: #071638;
  border: 1px solid #071638;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 14px;
}

.theme-btn.line-btn:hover {
  background-color: #071638;
}

.banner-detail .theme-title {
  margin: 30px auto;
  max-width: 900px;
}

.banner-detail .section-title {
  max-width: 860px;
  margin: 0 auto;
}

.about-company-item {
  position: relative;
}

.about-company-item .about-bg-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001545b5;
}

.counter-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px;
}

.theme-title-with-desc {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  margin-bottom: 60px;
}

.theme-title-with-desc .section-title {
  flex-shrink: 0;
}

.project-confi-update {
  display: flex;
  margin: 30px -22px;
  max-width: 640px;
}

.project-confi-update li {
  width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 22px;
  position: relative;
}

.project-confi-update h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #071638;
}

.location-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.project-confi-update li:not(:last-child):before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #071638;
}

.project-confi-update li:not(:first-child) {
  text-align: center;
}

.latest-launches-detail {
  padding: 60px;
}

.latest-launches-detail h5 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
  color: #071638;
}

.project-location-update {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071638;
  font-size: 20px;
  margin: 10px 0 40px;
}

#video-slider:before {
  position: absolute;
  content: "";
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background-color: #fff;
  z-index: 9;
  -moz-transition: all 5s linear;
  -ms-transition: all 5s linear;
  -o-transition: all 5s linear;
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
}

#video-slider.scrolled::before {
  width: 70%;
  -moz-transition: all 5s linear;
  -ms-transition: all 5s linear;
  -o-transition: all 5s linear;
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
}

.icons-tab .tab {
  border: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.icons-tab .tab img {
  max-width: 160px;
}

.icons-tab .tab-list {
  gap: 70px;
}

.tab-content h5 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.theme-title.theme-big-title span {
  font-size: 30px;
  color: #071638;
}

.testimonial-block {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-block:not(:last-child) {
  margin-bottom: 40px;
}

.testimonial-img {
  width: 170px;
  flex: 0 0 170px;
}

.testimonial-img img {
  width: 170px;
  flex: 0 0 170px;
  object-fit: cover;
  height: 170px;
  /*filter: grayscale(1);*/
  border-radius: 25px;
}

.testimonial-title h5 {
  font-weight: 700;
  margin-bottom: 2px;
}

.testimonial-title span {
  color: #071638 !important;
  font-family: 'Geomanist Book';
  font-size: 14px;
}

.testimonial-desc p {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-title {
  margin-bottom: 10px;
}

.arrow-outside-slider .splide__arrow--prev {
  left: -30px;
}

.arrow-outside-slider .splide__arrow--next {
  right: -30px;
}

.arrow-outside-slider {
  padding-left: 80px;
  padding-right: 80px;
}

.without-overlay .banner-image:before {
  display: none;
}

.project-counter {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.project-conter-block span {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.project-conter-block h4 {
  font-size: 30px;
  font-weight: 600;
}

.project-aboutus-desc {
  margin: 100px 0;
}

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

.amenities-block {
  text-align: center;
  padding: 20px;
  border: 1px solid #3a3a3a80;
}

.amenities-block:not(:last-child) {
  margin-bottom: 20px;
}

.amenities-block span {
  color: #fff;
  margin-top: 20px;
  display: block;
  font-family: 'Geomanist Book';
}

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

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

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

.master-plan-block {
  max-width: 600px;
  margin: 0 auto 30px;
}

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

.specification-icon {
  width: 70px;
  flex: 0 0 70px;
}

.specification-title {
  border-bottom: 1px solid #ffffff20;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: end;
  gap: 30px;
}

.specification-title h4 {
  color: #b39047;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Geomanist Book';
}

.specification-desc p {
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Geomanist Book';
}

.specification-desc p:not(:last-child) {
  margin-bottom: 7px;
}

video {
  display: block;
}

.xs-d-none,
.sm-d-none,
.md-d-none {
  display: none;
}

.floor-plan-title {
  font-size: 18px;
  font-family: 'Geomanist Book';
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}

.contact-detail {
  padding-right: 30px;
}

.section-project-amenities .splide__track {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* test.. */

.team-block {
  position: relative;
  text-align: center;
  padding: 20px;
  border: 1px solid #dcddde;
  height: 100%;
  display: flex;
  flex-direction: column;
  -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;
}

.team-block:hover {
  -webkit-box-shadow: 0px 0px 25px 1px rgba(148, 145, 145, 1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(148, 145, 145, 1);
  box-shadow: 0px 0px 25px 1px rgba(148, 145, 145, 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;
}

.modal-team-member {
  border: 1px solid #acacac;
  padding: 20px;
}

.modal-team-member h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.modal-team-member picture {
  margin-top: 15px;
}

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

.team-detail-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  -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;
}

.team-detail-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 800px;
  width: 100%;
  padding: 50px 30px;
  max-height: inherit;
  background-color: #fff;
  margin: 0 auto;
  transform: translateY(-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;
  border: 1px solid #ffffff20;
  z-index: 99;
}

.team-detail-modal.is-active .team-detail-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;
}

.team-detail-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
}

.team-detail-modal-close,
.team-detail-modal-close span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.team-status {
  font-size: 14px;
  margin: 5px 0 3px;
}

.team-detail-modal-wrapper span {
  color: #ffff;
  font-weight: 600;
}

.team-detail-modal-wrapper h3 {
  font-size: 26px;
  margin-bottom: 5px;
}

.about-team-wrapper {
  margin-top: 60px;
}

.team-detail h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.blue-text {
  color: #3b5a9e;
}

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

.team-img img {
  border-radius: 100%;
  max-width: 210px;
  margin: 0 auto;
}

.yellow-text {
  color: #b39047;
}

.about-team-desc {
  max-width: 900px;
  margin: 0 auto;
}

.contact-block {
  margin-bottom: 30px;
}

.contact-block a {
  color: #fff;
  border-right: 1px solid #fff;
}

.contact-block a:last-child {
  border-right: none;
}

.contact-block h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.contact-block p {
  margin-bottom: 10px;
}

.contact-block p:last-child {
  margin-bottom: 0;
}

.contact-block a:hover,
.blog-title h3 a:hover,
.blog-desc p a:hover {
  color: #b39047;
}

.contact-form-title h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form-title {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 2px solid #fff;
  background-color: #071638;
}

.col-form span {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

textarea::placeholder {
  font-family: "Nunito Sans";
}

.contact-us-form-wrapper .sm-form-control {
  border: 1px solid #d3d3d3;
  padding: 12px 20px;
  color: #071638;
}

.blue-btn:hover {
  border: 1px solid #071638;
  background-color: #fff;
}

.blue-btn:hover span {
  color: #071638;
}

.blue-btn {
  border: 1px solid;
}

.arrow-icon svg path {
  -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;
}

.blue-btn:hover .arrow-icon svg path {
  stroke: #071638;
  -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;
}

.blue-btn svg {
  display: flex;
  width: 18px !important;
  height: 18px !important;
}

.opacity {
  opacity: 0;
}

.contact-us-form-wrapper {
  padding: 30px;
  background-color: #fff;
}

.section-contact-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #071638;
  width: 50%;
  height: 100%;
  z-index: -1;
}

iframe {
  display: block;
}

.contact-us-form-wrapper .col-form .sm-form-control::-webkit-input-placeholder {
  color: #61616180;
  font-family: "Geomanist";
}

.contact-us-form-wrapper .col-form .sm-form-control:-ms-input-placeholder {
  color: #61616180;
  font-family: "Geomanist";
}

.contact-us-form-wrapper .col-form .sm-form-control::placeholder {
  color: #61616180;
  font-family: "Geomanist";
}

.csr-activity-wrapper {
  display: flex;
  justify-content: space-between;
  /*flex-direction: column;*/
  height: 100%;
}

.csr_activity_col:nth-child(1) {
  align-self: end;
}

.tag-line {
  color: #000;
}

.yellow-text {
  color: #b39047;
}

.modal-team-member span,
.team-status span {
  color: #000;
}

.vision-mission-block {
  position: relative;
}

.vision-desc,
.mission-desc {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  z-index: 1;
  padding: 0 30px;
}

.mission-img img {
  filter: grayscale(1);
}

.vision-img,
.mission-img {
  position: relative;
}

.vision-img::before,
.mission-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 1;
}

.section-blog-detail {
  padding: 20px;
}

.blog-title h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Geomanist Book";
}

.section-blog-items {
  border: 1px solid #ffffff30;
  height: 100%;
}

.theme-card-desc,
.theme-card-title-and-desc {
  margin-bottom: 20px;
}

.blog-item .theme-card-title-and-desc:last-child,
.blog-item .theme-card-desc:last-child {
  margin-bottom: 0;
}

.theme-card-title-and-desc h3 {
  color: #071638;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.order-2 {
  order: 2;
}

/*.csr-activity-wrapper {*/
/*  justify-content: end;*/
/*}*/

.team-block .team-detail {
  margin-top: 15px;
}

.section-our-projects,
.section-blog {
  border-bottom: 1px solid #ffffff10;
}

.white-tabs .tab {
  border: 1px solid #ffffff30;
}

.white-tabs .tab.is-active,
.white-tabs .tab:hover {
  background-color: #fff;
}

.white-tabs .tab.is-active a,
.white-tabs .tab:hover a {
  color: #071638;
}

.project-theme-card {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff10;
  border: 1px solid #ffffff30;
  display: flex;
  flex-direction: column;
}

.project-theme-card:hover {
  box-shadow: 4px 4px 32px 0 rgba(0, 0, 0, .12);
  -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-theme-card-img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.project-theme-card-desc {
  padding: 30px;
  /* width: 55%;
  flex: 0 0 55%; */
}

.project-theme-card-desc h5 {
  font-size: 26px;
  color: #071638;
  font-weight: 700;
  letter-spacing: 0;
}

.is-justified-start {
  justify-content: start;
}

.project-theme-card-img {
  /* width: 45%;
  flex: 0 0 45%; */
  position: relative;
}

.rara-block {
  position: absolute;
  color: #3b5a9e;
  padding: 6px 10px 3px;
  background-color: #fff;
  bottom: 5px;
  right: 5px;
}

.rara-block span{
  color: #3b5a9e;
}

.banner-videos video {
  min-height: 100vh;
  object-fit: cover;
}

/* reveal effact */
.reveal-effect {
  position: relative;
  opacity: 0 !important;
}

.reveal-effect.scrolled:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  animation: 1s reveal linear forwards;
  -webkit-animation-duration: 1s;
  z-index: 1;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.scrolled>* {
  animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
  }

  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@-webkit-keyframes reveal-inner {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: hidden;
    opacity: 0;
  }

  51% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

.reveal-effect.scrolled {
  opacity: 1 !important;
}

.gallery-title {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #071638;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #fff;
}

#whygrc-slider .swiper__arrows {
  justify-content: start;
}

.whygrc-desc {
  color: #fff;
}

.whygrc-desc h4 {
  margin-bottom: 10px;
  font-size: 30px;
}

.gallery-block .gallery-title {
  display: none;
}

.plan-inquire-btn svg {
  display: flex;
  width: 40px;
  height: 40px;
}

.theme-block:hover .plan-inquire-btn {
  opacity: 1;
}

.why-grc-block {
  border: 1px solid #ffffff30;
  height: 100%;
}

.whygrc-desc-update h4 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.whygrc-desc-update p {
  font-size: 15px;
  font-weight: 300;
}

.whygrc-desc-update {
  text-align: center;
  padding: 20px;
}

.dark .project-theme-card-desc h5,
.dark .project-confi-update h6 {
  color: #fff;
}

.dark .project-confi-update span {
  color: #ffffff90;
}

.dark .project-location-update svg {
  stroke: #fff;
}

.dark .project-confi-update li:not(:last-child):before {
  background-color: #ffffff60;
}
/*.master-plan-block-wrapper{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*   gap: 20px;*/
/*}*/

/*#testimonial-slider .splide__arrows{*/
/*    display: none;*/
/*}*/
#amenities-main-slider-shreekrish .splide__track,
#amenities-main-slider .splide__track{
  padding: 0;
}
.flex-column{
  flex-direction: column;  
}
