html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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


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

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
}

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

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

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

a {
  color: #ffffff;
}

a:hover {
  color: #056D7A;
}

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

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
}

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

.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: 1000px;
  width: 100%;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #056D7A;
  margin: 0 auto;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.modal-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

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

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}

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

.theme-modal.is-active .theme-modal-card {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

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

.close1,
.close {
  color: #fff;
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
}

.close1:hover,
.close:hover {
  color: #0A9CAE;
}

.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 ***/
.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.3);
}

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

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

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

.full-width {
  width: 100%;
}

.center {
  text-align: center;
}

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

.section-title h1,
.section-title h2 {
  font-size: 36px;
  line-height: 50px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: 100;
  line-height: 1;
}

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

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

.section-title h1 span,
.section-title h2 span {
  color: #056D7A;
}

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

.dark p,
.dark span {
  color: #ffffff;
}

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

.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;
  background: #0076bc;
  font-family: 'Roboto', sans-serif;
  border: 0;
  color: #0b1624;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
}

.theme-btn:hover {
  color: #fff;
  background-color: #056D7A;
}

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

.theme-btn.white-btn:hover {
  background: #eee;
  color: #0076bc;
}

.col-form {
  position: relative;
  margin-bottom: 20px;
}

.theme-input {
  position: relative;
}

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

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

button:focus {
  outline: 0;
}

#back2top.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}

#back2top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 88;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 12px rgba(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%);
  border-radius: 50%;
}

#back2top svg {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 7px;
  background-color: #056D7A;
  color: #fff;
  border-radius: 100%;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#back2top:hover svg {
  background: #4BBDCC;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#back2top .up-arrow {
  margin-top: 4px;
  border-width: 2px 0 0 2px;
}

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

.thankyou-logo img {
  max-width: 320px;
  margin: 30px auto 0;
}

.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 {
  background-color: #056D7A;
  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 {
  bottom: 1.5em;
}

.splide__slide img {
  width: 100%;
}

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

.splide__arrow {
  width: unset;
  height: unset;
  padding: 10px;
  color: #fff;
  background-color: transparent;
  border: unset;
  opacity: 1;
}

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

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

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

.splide__pagination__page {
  width: 25px;
  height: 3px;
  background: #ffffff;
  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;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #ffffff;
  height: 5px;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.splide__pagination__page {
  border-radius: 0;
}

/* .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: 13px;
  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: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

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

.close-button svg {
  display: block;
}

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

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

header {
  position: fixed;
  z-index: 999;
  padding: 10px 80px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #056D7A;
  -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%);
  width: 100%;
  max-width: 1414px;
}

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

.header__menu-link:hover {
  color: #0A9CAE;
}

.header__menu-link {
  /* font-size: 10px; */
  color: #ffffff;
  text-transform: uppercase;
}

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

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

.theme-logo a {
  display: block;
}

.header-primary-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.header__menu-item {
  display: inline-block;
  padding: 22px 10px;
}

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

#section-location {
  margin-top: -8px !important;
}

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

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

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

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

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

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

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

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

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

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

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

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

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

.sticky-btn-enquire {
  position: relative !important;
  font-size: 10px !important;
  padding: 15px !important;
  z-index: 999 !important;
  transition: all 0.3s linear;
  background-color: #056D7A;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
}

.sticky-btn-enquire:hover {
  background-color: #ffffff;
  color: #056D7A;
}

#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: #056D7A;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border-top: 1px solid rgb(181 222 234 / 40%);
}

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

.location-column {
  margin-top: 60px;
}

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

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

.location-list h3 {
  color: #28438c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 52px;
}

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

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

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

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

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

#location-slider1 .splide__arrows .splide__arrow path {
  fill: #28438c;
}

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

#footer {
  padding: 20px 0;
  background-color: #024851;
}

#footer {
  padding-top: 80px;
  padding-bottom: 80px;
  /* margin-left: 80px; */
}

.copyright-bar .columns {
  margin-bottom: -5px;
}

.col-copyright {
  margin-bottom: 5px;
}

/* .copyright-detail span,
.copyright-detail p,
.copyright-detail a {
  font-size: 14px;
  color: #c5c5c5;
} */

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

.footer-menu li a {
  color: #c5c5c5;
  font-size: 14px;
}

.copyright-detail {
  position: relative;
  text-align: center;
  color: #000000;
  padding: 10px;
}

.copyright-detail span p>a,
.copyright-detail span p,
.copyright-detail span {
  color: #000000;
  opacity: 1;
}

.copyright-detail span p>a:hover {
  opacity: 0.5;
  color: #000000;
}

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

.footer-menu li a:hover,
.copyright-detail a:hover {
  color: #ffffff;
}

.contact b {
  color: #28438c;
}

.theme-block {
  position: relative;
}

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

.theme-block .theme-block-icon {
  position: absolute;
  top: calc(50% + 15px);
  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:before {
  opacity: 0.5;
}

.theme-block {
  border: 10px solid #28438c;
}

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

.col-form-btn {
  text-align: right;
  position: relative;
  margin-top: 40px;
}

::placeholder {
  color: #ffffff !important;
  position: relative;
  opacity: 1 !important;
}

.address-details {
  position: relative;
}

.address-details span,
.address-details p {
  color: #fff;
  position: relative;
}

.row-inquiry-form {
  margin: 0 -40px;
}

.col-inquiry-form {
  position: relative;
  padding: 0 40px;
}

.inquiry-submit {
  color: #fff;
  width: 100%;
  max-width: 170px;
  border-radius: unset;
  background: rgba(2, 72, 81, 0.8);
  border: 1px solid #FFFFFF;
  font-size: 14px;
}

.inquiry-submit span {
  text-transform: capitalize;
  font-size: 12px;
}

.address-details .theme-logo img {
  margin: 0 0 20px;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  font-family: 'Roboto', sans-serif;
}

.message {
  background: unset;
  border: unset;
  border-bottom: 1px solid #fff;
  resize: unset;
  color: #ffffff;
}

.col-form:last-child {
  margin-bottom: 60px !important;
}

#inquiry .section-title {
  margin-bottom: 0;
  padding-bottom: 20px;
}

#inquiry .section-title h2>span {
  display: inline-block;
}

.header__menu-link {
  position: relative;
}

.header__menu-link:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #32B4C5;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header__menu-link:hover::before {
  width: 100%;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.section-number:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 1px;
  z-index: 3;
  overflow: visible;
  background: rgba(0, 0, 0, 0.21);
  left: unset;
  right: calc(40% + 30px);
}

.section-number::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: 3;
  overflow: visible;
  background: #000000;
  right: calc(40% + 30px);
  z-index: 3;
}

.section-number.even:before {
  right: unset;
  left: calc(40% + 30px);
  background: rgba(255, 255, 255, 0.353);
}

.section-number.even::after {
  left: calc(40% + 30px);
  right: unset;
  background-color: #ffffff;
}


.section-number.number5::after {
  background-color: #ffffff;
}

.section-number.number5:before {
  background: rgba(255, 255, 255, 0.353);
}

.splide__arrow:hover {
  transform: scale(1.2) !important;
}

.discailmer span {
  font-size: 13px;
}


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

.nav1 li a.active {
  opacity: 1;
  visibility: visible;
}

.nav1 li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-weight: 600;
  transition: all ease-out 250ms;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  /* font-size: 10px; */
  width: 198px;
  text-align: center;
  left: -69px;
}

.nav1 li a:hover {
  opacity: 0.5;
}

.theme-wrapper {
  margin-left: 80px;
}

.social-btns a {
  position: relative;
}

.social-btns a img {
  position: relative;
  max-width: 40px;
}

.social-btns {
  display: grid;
  align-items: center;
  gap: 15px;
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 170px;
}

.social-btns a:hover {
  transform: scale(1.1);
}

.sidebar-details {
  width: 80px;
  height: 100vh;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  top: 80px;
  margin-bottom: -80px;
  background: #056D7A;
  z-index: 9;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 12px rgba(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%);
}

.nav1 li {
  position: absolute;
  top: 130px;
  transform: rotate(270deg);
  left: 35px;
}

.theme-wrapper-inner-sidebar {
  position: relative;
}

.nav1 ul {
  position: relative;
  width: 80px;
  height: 200px;
  top: 0;
}

.nav1 ul:before,
.nav1 ul::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 1px;
  background: #32B4C5;
  z-index: 99;
}

.nav1 ul::after {
  top: unset;
  bottom: 0;
}

span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}

p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 14px;
  color: #000000;
}

.section-number {
  font-size: 185px;
  font-weight: 700;
  color: #00000036;
  line-height: 217px;
  right: 0;
  bottom: 130px;
  position: absolute;
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 8px;
  background-color: #4BBDCC;
}

.section-title.before-none::before {
  display: none;
}

.title-description {
  margin-top: 10px;
}

.section-title {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

/************  Banner Section Start   *************/

.banner-img {
  position: relative;
}

.banner-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #056D7A;
  opacity: 0.3;
}

.banner-text span {
  position: relative;
  margin-bottom: 5px;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
}

.section-title h1 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}

.banner-text {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}



/************  Banner Section End   *************/




/************  Footer Section Start   *************/
.footer .theme-logo img {
  margin-bottom: 20px;
}

footer {
  color: #fff;
}

.footer-menu-links span>a {
  color: #B6EEF5;
}

.footer-menu-links span>a:hover {
  color: #32B4C5;
}

.footer-menu p {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}

.footer p {
  color: #ffffff;
}

.footer-menu-links span {
  position: relative;
  margin-bottom: 12px;
}

.footer-menu-links span:last-child {
  margin-bottom: 0px;
}

.address p:first-child,
.footer-contact-details p {
  margin-bottom: 3px;
}

.copyright-line {
  display: inline-block;
}

.foot-contact-details {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.foot-contact-details span {
  position: relative;
}

.foot-contact-details span::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #ffffff;
}

.foot-contact-details span:last-child:before {
  display: none;
}

.foot-contact-details span {
  margin-bottom: 0 !important;
}

.address {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.address::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 1px;
  background-color: #B6EEF5;
}

/************  Footer Section End   *************/




/************  Story Section Start   *************/


.section-title h2 span {
  font-size: unset;
  display: inline-block;
  font-weight: 700;
  color: #32B4C5;
}

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

.nav-menu span a {
  color: #292929;
  position: relative;
  font-weight: 800;
}

.nav-menu span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #000000;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.nav-menu span:hover:before {
  transform: rotate(-45deg);
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.nav-menu span {
  position: relative;
  color: #000;
  padding-left: 60px;
  padding-right: 30px;
}

.nav-menu span:last-child {
  padding-right: 0px;
}

.col-our-story {
  padding: 0 40px;
}

.row-our-story {
  margin: 0 -40px;
}

.custom-section-title h4 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.custom-section-title {
  margin-bottom: 40px;
}


.our-story-block {
  /* margin-bottom: 60px;
  padding-bottom: 80px; */
  position: relative;
}

.view-more {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: fit-content;
  border: 1px solid #000;
  background: transparent;
  font-weight: 600;
}

.view-more-btn {
  position: relative;
  margin-top: 50px;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.view-more:hover {
  background: #056D7A;
  color: #fff;
  border: 1px solid #056D7A;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.no-webp .theme-bg {
  background-image: url("../images/counter-bg.jpg");
}

.webp .theme-bg {
  background-image: url("../images/counter-bg.webp");
}

.theme-bg {
  position: relative;
  background-size: cover;
  background-position: center;
}

.theme-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 109, 122, 0.7);
}

#register-modal .theme-bg::before {
  background: rgba(2, 72, 81, 0.8);
  border: 1px solid #FFFFFF;
}

.section-title.dark:before {
  background-color: #ffffff;
}

.section-title.dark h2 span {
  color: #ffffff;
}

/************  Story Section End   *************/



/************  Legacy Section Start   *************/
.counter-number span {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  position: relative;
}

.counter-title span {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  max-width: 200px;
  margin-left: auto;
}

.legacy-detail {
  position: relative;
  text-align: right;
  margin-bottom: 80px;
}

.legacy-detail:nth-child(3),
.legacy-detail:nth-child(4) {
  margin-bottom: 0;
}

.add-back-icon {
  position: absolute !important;
  right: -50px;
  top: 40%;
  transform: translateY(-40%);
  line-height: 0;
}

.col-legacy:last-child {
  margin-top: 40px;
}

.section-number.number2 {
  color: rgba(255, 255, 255, 0.21);
  line-height: 217px;
  left: 0;
  right: unset;
}

.section-title.has-text-right::before {
  right: 0;
  left: unset;
}

/************  Legacy Section End   *************/




/************  PROJECTS Section Start   *************/
.section-project .title-description {
  max-width: 600px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-top: 10px;
}

.project-img {
  position: relative;
}

.project-img .project-img-content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.project-img-content p {
  color: #056D7A;
  margin-bottom: 5px;
}

.section-project .section-title {
  padding-bottom: 40px;
}

.project-image-details {
  position: relative;
}

.project-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.project-image-details .nav-menu {
  margin-bottom: 20px;
}

.col-project {
  align-self: center;
}

.project-tabs li {
  list-style: none;
  text-align: right;
  margin-bottom: 15px;
}

.project-tabs .tab a,
.project-tabs .customtablinks a,
.project-tabs .tablinks a {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.project-tabs .customtablinks a:before,
.project-tabs .tab a:before,
.project-tabs .tablinks a:before {
  background: #000;
  content: "";
  position: absolute;
  width: 220px;
  height: 1px;
  background-color: #056D7A;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: calc(100% + 30px);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.project-tabs .customtablinks.active a,
.project-tabs .tab.is-active a,
.project-tabs .tablinks.active a {
  color: #056D7A;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.project-tabs .tab.is-active a::before,
.project-tabs .customtablinks.active a::before,
.project-tabs .tablinks.active a::before {
  opacity: 1;
  visibility: visible;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.project-details {
  position: relative;
  margin-bottom: 80px;
}

.project-details-right .project-image-details .nav-menu {
  justify-content: right;
}

.project-title-left {
  left: -150px;
  right: unset;
}

.project-details-right .project-tabs li {
  text-align: left;
}

.project-details-right .project-tabs .tab.is-active a::before,
.project-details-right .project-tabs .customtablinks.is-active a::before,
.project-details-right .project-tabs .tablinks.active a::before {
  left: unset;
  right: calc(100% + 30px);
}

.project-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}

.project-title h2:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #000;
  opacity: 0.5;
}

.project-title h2 {
  position: relative;
}

/* .project-details:last-child {
  margin-bottom: 80px;
} */

.project-details:last-child .project-image-details:before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 70%;
  height: 1px;
  background: #000;
}

.big-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-number.number3 {
  bottom: -200px;
}

.bg-color {
  background-color: #056D7A;
}

/************  PROJECTS Section End   *************/





/************  Achivements Section Start   *************/
.achievements-details .title-description {
  margin-top: 10px;
}

.section-number.number4 {
  left: 0;
  right: unset;
  bottom: -200px;
  position: absolute;
  color: rgba(255, 255, 255, 0.21);
}

.achievements-details .section-title:first-child {
  margin-bottom: 0;
}

#achievements-slider {
  position: static;
}

#achievements-slider .splide__arrows {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: -33.33333%;
}

.splide__arrow {
  position: static;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  transform: none;
}

.col-achievements {
  position: relative;
}

.element-image {
  position: absolute;
  right: 0;
  top: 200px;
}

.element-image img {
  width: 100%;
  max-width: 400px;
  height: 200px;
  mix-blend-mode: luminosity;
}

/************  Achivements Section End   *************/




/************  Testimonial Section End   *************/
.section-number.number5 {
  color: rgba(255, 255, 255, 0.21);
  bottom: -40px;
}

.testimonial-img img {
  position: relative;
  max-width: 40px;
  margin-bottom: 30px;
}

.testimonial-content h4 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}

.text-white {
  color: #ffffff;
}

.placename {
  position: relative;
  padding-left: 60px;
}

.placename::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #ffffff;

}

#section-testimonial .splide__arrows {
  position: static;
  margin: 30px 0 0;
}

/************  Testimonial Section End   *************/



/*******************************************/
/*******************************************/

/**************                       About Page                     ***************/

/*******************************************/
/*******************************************/




/************  banner Section End   *************/
.nav-menu.dark span a {
  color: #ffffff;
}

.nav-menu.dark span::before {
  background-color: #ffffff;
}

.inner-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1154px;
  width: 100%;
}

.inner-banner-content .nav-menu {
  padding-bottom: 30px;
}

.inner-banner-content .section-title {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.inner-banner-img:before {
  opacity: 0.7;
}

.section-title-1 {
  max-width: 300px;
  padding-bottom: 0;
}

.section-title-1 h2 {
  font-weight: 300;
}

.section-title-1 h2 span {
  color: #056D7A;
}

.section-title-1 h2::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
}

/************  banner Section End   *************/



/************  Project Page Section Start   *************/

.project-ameneities-content p {
  color: #056D7A;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.splide__arrow svg path {
  fill: #056D7A;
}

.project-ameneities-content span {
  color: #000000;
  font-weight: 300;
}

.project-ameneities-content {
  position: relative;
  margin-top: 20px;
}

#project-completed-slider .splide__arrows {
  position: absolute;
  top: -95px;
  right: 0px;
}

.project-ameneities-image img {
  border: 1px solid #d5d5d5;
}

/* #project-completed-slider-track {
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
} */

#project-completed-slider {
  position: relative;
  margin-top: -10px;
  margin-left: -10px;
}

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

.theme-block-img .yBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: fit-content;
  -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-img:hover .yBox {
  opacity: 1;
  visibility: visible;
  -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-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 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;
}

.theme-block-img:hover:before {
  opacity: 0.5;
  -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-img .yBox svg {
  width: 35px;
  height: 35px;
}

.upcoming-text {
  color: #056D7A;
  font-size: 30px;
  font-weight: 300;
}

.view-project-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  color: #fff;
  background: #056D7A;
  font-size: 12px;
  padding: 5px 20px;
  text-transform: capitalize;
  z-index: 3;
  opacity: 0;
  border-radius: unset;
  visibility: hidden;
  -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-img:hover .view-project-btn {
  opacity: 1;
  visibility: visible;
  -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.project-model {
  padding: 0;
}

.project-logo img {
  height: 70px;
  margin: 0 auto 30px;
}

.project-content-details span,
.project-content-details p {
  color: #ffffff;
}

.project-content-details {
  position: relative;
  padding: 30px 60px;
  text-align: center;
}

.learn-more {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-color: #fff;
}

.project-title-tagline {
  font-family: 'Brandey-Regular';
}

.project-contact-details {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.learn-more:hover {
  border: 1px solid #ffffff;
  color: #056D7A;
  background-color: #ffffff;
}

.project-contact-details p {
  position: relative;
  margin-top: 20px;
  font-weight: 500;
}

.maharera-line span {
  font-size: 12px;
  display: flex;
  gap: 10px;
  text-align: left;
  align-items: center;
}

.maharera-line span>img {
  max-width: 20px;
  height: 20px;
}

.maharera-line {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.project-contact-details a:hover {
  color: #ffffff;
  opacity: 0.5;
}

.sidebar-details:before {
  content: "";
  position: absolute;
  right: -30px;
  background: url(../images/sidebar-element.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 100%;
  z-index: 9999;
}



/************  Project Page Section End   *************/




/************  Career Page Section End   *************/


.career-tagline h4 {
  position: relative;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  max-width: 260px;
  line-height: 1.1;
  text-transform: uppercase;
}

.file-upload [type="file"] {
  display: none;
}

.file-upload span {
  padding: 10px 0;
  width: 100%;
}

.file-upload label,
.file-upload {
  display: flex;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  background-color: transparent;
  resize: none;
  color: #fff;
  /* font-size: 14px; */
  border-bottom: 1px solid #FFFFFF;
  border-top: 0;
  padding: 15px 15px 15px 0;
}

.file-select-button svg {
  position: relative;
  width: 20px;
  height: 20px;
}

.file-upload-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.file-upload span {
  color: #ffffff !important;
}

/************  Career Page Section End   *************/













/************  About Page Section End   *************/

.theme-content-box h3>span,
.theme-content-box h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #056D7A;
  margin-bottom: 20px;
}

.theme-content-box h4::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.theme-content-box p {
  color: #505050;
}

.section-director-desk {
  background: #056D7A;
}

.theme-content-box.dark p {
  color: #ffffff;
}

.theme-content-box.dark h4 {
  color: #fff;
}

.theme-content-box.dark h4::before,
.theme-content-box.dark h4::after {
  display: none;
}

.theme-content-box h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
}

.theme-content-box h3>span {
  color: #ffffff;
  font-weight: 400;
}

.row-director-desk {
  margin: 0 -30px;
}

.col-director-desk {
  padding: 0 30px;
}

.theme-content-box h4::after {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.21);
  width: 200px;
  height: 1px;
  border-radius: 50%;
}

.logo-element img {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 100%;
  max-width: 40px;
}

.director-image {
  position: relative;
}


/************  About Page Section End   *************/












/************  Buyer’s Guide Page Start   *************/
.inner-banner-content.max-content {
  max-width: 1400px;
}

.section-title3 h2 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #056D7A;
  position: relative;
}

.section-title3 h2::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.section-title3 h2::after {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.21);
  width: 200px;
  height: 1px;
  border-radius: 50%;
}

.section-legal .theme-content-box h4::before,
.section-legal .theme-content-box h4::after {
  display: none;
}

.section-legal .theme-content-box h4 {
  margin-bottom: 5px;
}

.section-legal .theme-content-box {
  position: relative;
  margin-bottom: 30px;
}

.faqs-detail {
  overflow: hidden;
}

.faqs-detail .accordion-title {
  position: relative !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #4B465C;
  font-weight: 600;
  padding: 15px;
  gap: 20px;
  background: #FFFFFF;
  border: 1px solid #DBDADE;
  cursor: pointer;
}

.faqs-detail .accordion-desc {
  padding: 0 15px !important;
  border-left: 2px solid 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;
}

.faqs-detail .accordion .accordion-item {
  position: relative;
}

.faqs-detail .accordion .accordion-item.active .accordion-desc {
  padding: 15px !important;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: rgba(5, 109, 122, 0.08);
  position: relative;
  border: 1px solid #DBDADE;
  border-radius: 0px 0px 6px 6px;
  border-top: unset;
}

.faqs-detail .accordion .accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0%;
  background-color: #056D7A;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 3;
}

.faqs-detail .accordion .accordion-item.active::before {
  height: 100%;
}

.accordion .accordion-item.active .accordion-desc {
  padding: 15px 0;
  opacity: 1;
  max-height: 5000px;
}

.faqs-detail .feather-minus {
  display: none;
}

.faq-desc p {
  text-align: justify;
}

.faqs-detail .accordion .feather {
  position: relative;
  top: unset;
  transform: unset !important;
  right: unset;
  float: unset;
  margin: unset;
  color: #4B465C;
  border-radius: 100%;
  padding: 1px;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.faqs-detail .accordion-item.active .feather-plus {
  display: none;
}

.faqs-detail .accordion-item.active .feather-minus {
  display: block;
}

.faqs-detail .accordion-item {
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.faqs-detail .accordion-item.active {
  background-color: #FFFFFF15;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.accordion .accordion-item.active .accordion-desc {
  padding: 15px 0;
  opacity: 1;
  max-height: 5000px;
}

.accordion .accordion-item .accordion-desc {
  width: 100%;
  color: #262626;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
}

.section-legal {
  background: #E9FDFF;
}

.section-stampduty-registration {
  background: #E8F5FF;
}

.section-homeloan {
  background: #F1FCFF;
}

.faq-desc h4 {
  color: #056D7A;
  font-weight: 600;
  margin-bottom: 15px;
}

.faq-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  color: #4B465C;
}

.faq-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 5px;
  height: 5px;
  top: 7px;
  background-color: #4B465C;
  border-radius: 50%;
}

.section-title3 .title-description {
  margin-top: 20px;
}

.emi-calculator-detail .section-title.section-title3 {
  max-width: 280px;
}

.emi-calculator-detail .section-title.section-title3 h2 {
  color: #0A9CAE;
  font-weight: 100;
}

.col-legacy-title .title-description {
  margin-top: 0;
}

.order1 {
  order: 1 !important;
}

.order2 {
  order: 2 !important;
}

.achievements-image {
  position: relative;
  cursor: pointer;
}

.achievements-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #056D7A;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.achievements-image:hover::before {
  opacity: 0.5;
  visibility: visible;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.achievements-image .yBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.achievements-image .yBox svg {
  color: #fff;
  fill: #fff;
}

.achievements-image:hover .yBox {
  opacity: 1;
  visibility: visible;
  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;
}

.text-box {
  position: relative;
}

.faq-list li>p {
  color: #4B465C;
}

.home-loan-banks img {
  max-height: 20px;
}

.home-loan-banks {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

/************  Buyer’s Guide Page End   *************/

.section-title.has-text-centered::before {
  right: 0;
  margin: 0 auto;
}

.cms-item p>a {
  color: #32B4C5;
}

.cms-item p>a:hover {
  color: #056D7A;
}

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

.section-title-1 h2::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 1px;
  background: rgba(0, 0, 0, 0.21);
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 30px);
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header__menu-item.active .header__menu-link {
  color: #0A9CAE;
}

.header__menu-item.active .header__menu-link::before {
  width: 100%;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.nav1 li .registration-text.active {
  top: -10px;
}
.foot-contact-details span a:hover {
    color: #32B4C5;
}