html {
  scroll-behavior: smooth;
}

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

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Black.woff2') format('woff2');
  font-weight: 900;
  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-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.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: 'Geomanist', sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Geomanist', 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: #666666;
}

a:hover {
  color: #055F8C;
}

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

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

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

.modal-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.theme-modal-card-body .columns {
  margin-left: -5px;
  margin-right: -5px;
}

.theme-modal-card-body .columns .column {
  margin-bottom: 15px;
  padding: 0 5px;
}

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

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  /*background-color: #F34B82;*/
    background-color:#055f8c;
  background-image: url(../images/pattern/cubes.png);
  background-repeat: repeat;
}

html.is-active:before {
  opacity: 1;
  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: 1;
  visibility: visible;
}

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

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

.close1,
.close {
  color: #055F8C;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: #fff;
  position: absolute;
  top: -22px;
  right: -22px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  border-radius: 7px;
  box-shadow: rgb(0 0 0 / 24%) 0px 0px 3px;
  border: 1px solid #ffffff30;
}

.close1:hover,
.close:hover {
  background-color: #055F8Caa;
  color: #fff;
  opacity: 1;
  /* box-shadow: rgb(0 0 0 / 40%) 0px 3px 8px; */
}

.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,
.section-title h3 {
  font-size: 44px;
  line-height: 48px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
  color: #BA0379;
}

.section-title h2,
.section-title h3 {
  background-image: url("../images/text-bg.svg");
  background-repeat: no-repeat;
  background-position: center -600px;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.section-title h3 {
  font-size: 34px;
  line-height: 46px;
}

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

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

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

.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: #055F8C;
  font-family: 'Geomanist', sans-serif;
  border: 0;
  color: #0b1624;
  display: inline-block;
  padding: 8px 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: #055F8C;
}

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

.theme-btn.white-btn:hover {
  background: #055F8C;
  color: #ffff;
}

.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 {
  z-index: 88;
  cursor: pointer;
}

#back2top svg {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 7px;
  background-color: #055F8C;
  color: #fff;
  border-radius: 100%;
}

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

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

.thankyou-logo img {
  max-width: 240px;
  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: #055F8C; */
  height: 100vh;
}

.thankyou-block h1 {
  color: #000;
  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__slide img {
  width: 100%;
}

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

.splide__arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  color: #fff;
  background-color: #D9D9D9;
  opacity: 1;
}

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

.splide__arrow--next svg {
  right: -2px;
  position: relative;
}

.splide__arrow--prev svg {
  left: -1px;
  position: relative;
}

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

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

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

.splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #055F8C;
  opacity: 1;
}

.splide__pagination {
  position: absolute;
  transform: none;
  margin-top: 0;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 12px 15px 12px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #ffffffbb;
  /* border-radius: 7px; */
  font-weight: 400 !important;
}

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

.footer-menu-details .header__menu-item:first-child {
  padding-left: 0;
}

.header__menu-item.active .header__menu-link {
  color: #055F8C;
  font-weight: 500;
}

header {
  position: fixed;
  z-index: 99999;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

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

.header__menu-link {
  font-size: 18px;
  color: #7C7C7C;
  font-weight: 400;
}

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

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

.theme-logo a {
  display: block;
}

.header-primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle;
}

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

.header__menu-item {
  display: inline-block;
  padding: 16px 20px;
}

header .columns {
  /* height: 80px !important; */
}

.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 {
  display: block;
  position: fixed !important;
  top: 400px;
  right: -56px;
  font-size: 17px !important;
  padding: 8px 15px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  background-color: #055F8C;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #fff;
  display: block;
  cursor: pointer;
}

#channel-submit:hover,
.sticky-btn-enquire:hover {
  background-color: #055F8C;
  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: #055F8C;
  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-line {
  display: inline-block;
}

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

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

.copyright-bar {
  padding: 11px;
  background-color: #055F8C;
}

.foot-address p {
  margin-bottom: 5px;
}

span {
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  margin-bottom: 15px;
}

.foot-address p>b {
  color: #5B5B5B;
}

.footer-details-menu,
.footer-address {
  margin-bottom: 40px;
}

.col-footer-address {
  padding: 0 60px;
}

.row-footer-address {
  margin: 0 -60px;
}

.theme-logo.theme-footer-logo img {
  height: 125px;
}

.col-footer-address {
  position: relative;
}

.col-footer-address:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
}

.upcoming-project-content h3 {
  position: relative;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}

.col-footer-address:last-child:before {
  display: none;
}

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

.social-icon svg {
  width: 35px;
  height: 35px;
  -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-icon svg:hover {
  transform: scale(1.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;
}

#footer {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #055F8C;
}

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

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

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

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

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

.col-copyright:last-child {
  text-align: center;
  margin: 0;
}

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

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

.theme-modal-card-body .col-form-btn {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 10px;
}

.contact-form-details {
  position: relative;
  padding: 0 30px;
}

#section-contact .section-title {
  margin-bottom: 30px;
}

.contact-form-details-inner {
  position: relative;
  background: rgb(228 76 60 / 80%);
  padding: 30px;
  width: 100%;
  height: auto;
  /* max-width: 600px; */
  /* margin: 0 auto; */
  /* border-radius: 8px; */
  border: 1px solid #ffffff25;
}

.contact-form-details-inner .columns {
  justify-content: center;
}

.contact-form-details-inner .column {
  padding: 0 5px;
  margin-bottom: 15px;
}

.contact-form-details-inner .columns {
  margin: 0 -5px;
}

.col-form.col-form-btn {
  width: 100%;
  max-width: 220px;
  margin-top: 10px;
}

.contact-form-details-inner ::placeholder {
  color: #ffffffbb !important;
  font-weight: 400;
}

#footer a:hover {
  color: #000000;
}

.theme-bg {
  position: relative;
   background: rgba(36, 198, 240, 0.05); 
}

.theme-modal-card-body .sm-form-control {
  border-bottom: 1px solid #ffffffee;
}

.theme-modal-card-body ::placeholder {
  color: #ffffff !important;
}


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

.banner-img {
  position: relative;
}

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

.section-cms,
#section-banner,
#section-project-fulldetails {
  margin-top: 104px;
}

.section-title.banner-text {
  position: absolute;
  top: 180px;
  left: 180px;
}

.section-title.banner-text h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 64px;
  font-family: "Playfair Display";
  text-transform: inherit;
}



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


/* ******* About Start ******** */

.counter-sub-span-details {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.theme-element {
  position: absolute;
  left: -630px;
  top: -60px;
}

.theme-element img {
  width: 100%;
  max-width: 540px;
  /* max-height: 600px; */
}

.about-brand-content p {
  color: #000;
  max-width: 1250px;
}

#section-about-brand .counter-number span {
  background-image: url(../images/text-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}


.counter-number span {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.3;
}

.col-about-counter:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
}

.col-about-counter:last-child::before {
  display: none;
}

.col-about-counter {
  position: relative;
  padding: 0 30px;
}

.row-about-counter {
  margin: 0 -30px;
}

.about-brand-content {
  margin-bottom: 40px;
}


/* ******* About End ******** */

/* ******* Dram Team Start ******** */
.dream-team-item-img img {
  border-radius: 50%;
}

.dream-team-item-img {
  position: relative;
  margin-bottom: 25px;
}

.dream-team-item-content p {
  color: #000;
  font-weight: 400;
}

.dream-team-item-content h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
  background-image: url(../images/text-bg.svg);
  background-repeat: no-repeat;
  background-position: center -140px;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.col-dream-team {
  padding: 0 40px;
}

.row-dream-team {
  margin: 0 -40px;
}

.section-dream-team .section-title {
  margin-bottom: 80px;
}


/* ******* Dram Team End ******** */


/* ******* suburbs Start ******** */
.section-suburbs-detials .row-about-counter {
  justify-content: center;
}

.col-about-counter {
  margin-bottom: 50px;
}

.suburbs-counter-item .col-about-counter:last-child {
  margin-bottom: 0px;
}

.facts-and-figures-detail .counter-sub-span-details {
  justify-content: center;
}

.facts-and-figures-detail.counter-number,
.facts-and-figures-detail.counter-block {
  position: relative;
  text-align: center;
}

.suburbs-counter-item .col-about-counter:nth-child(2)::before {
  display: none;
}

.suburbs-counter-item {
  position: relative;
  padding: 60px;
  background: rgba(238, 238, 238, 0.7);
}

.col-suburbs:nth-child(2) .suburbs-counter-item {
  background: rgba(241, 208, 227, 0.7);
}

.small-theme-padding {
  padding-left: 80px;
  padding-right: 80px;
}



/* ******* suburbs End ******** */



/* ******* upcoming Project Start ******** */

.upcoming-project-img img {
  max-width: 400px;
  margin: 0 auto 30px;
}

.section-upcoming-project {
  position: relative;
}

.col-upcoming-project {
  margin-bottom: 20px;
}

.section-upcoming-project:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3C3C3C;
  opacity: 0.6;
  z-index: 1;
}

/* .theme-bg-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
} */

.upcoming-project-content {
  position: relative;
  z-index: 1;
}

.section-upcoming-project {
  position: relative;
}

.webp #section-upcoming-project {
  background-image: url(../images/background-image.webp);

}

.no-webp #section-upcoming-project {
  background-image: url(../images/background-image.jpg);
}

#section-upcoming-project {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
}

.upcoming-project-img img {
  margin: 100px auto;
  height: 160px;
}

.upcoming-project-content p {
  color: #fff;
}

.know-more-btn {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: fit-content;
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 30px;
  background: #055F8C;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  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;
}

.know-more-btn:hover {
  color: #055F8C;
  background: #fff;
}

.maharera-line {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  z-index: 2;
  padding: 0 10px;
}

#section-upcoming-project {
  padding-top: 60px;
}

.upcoming-project-item-img {
  position: relative;
}

.upcoming-project-item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

#upcoming-project .upcoming-project-item-img:before {
	opacity: 0.1 !important;
}

#completed-project .upcoming-project-item-img:before {
	opacity: 0 !important;
}


.upcoming-project-site-logo img {
  position: relative;
  max-width: 160px;
  margin: 0 auto;
}

.upcoming-project-site-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.upcoming-project-item {
  position: relative;
}

.upcoming-project-item-content {
  position: relative;
  margin-top: 10px;
}

.upcoming-project-item-content span {
  color: #7C7C7C;
  text-transform: uppercase;
}

.upcoming-project-item-content p {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
}

.project-logo-img img {
  max-width: 240px;
  margin-bottom: 40px;
}

.project-fulldetail-item {
  position: relative;
  background: #FCF7F9;
}

.project-fulldetail-item-content {
  position: relative;
  padding: 60px;
}

.project-inner-item p {
  margin-bottom: 5px;
  color: #000000;
  display: block;
}

.project-inner-item p:first-child {
  background-image: url(../images/text-bg.svg);
  background-repeat: no-repeat;
  background-position: center -280px;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

.project-inner-details {
  position: relative;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.project-inner-details {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.project-btns a {
  background: #055F8C;
  color: #fff;
  border: 1px solid #055F8C;
  border-radius: 50px;
  display: block;
  max-width: fit-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px 12px;
}

.project-btns .learn-more-btn:hover {
  background: #055F8C !important;
  color: #fff !important;
  border: 1px solid #055F8C;
}

.project-btns .learn-more-btn {
  border: 1px solid #7C7C7C;
  background: transparent !important;
  color: #7C7C7C !important;
}

.project-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}











/* ******* upcoming Project End ******** */


/* ******* Testimonial Start ******** */

.quoutes-img img {
  max-width: 110px;
  margin: 0 auto 20px;
}

.customer-testimonial-item h4 {
  margin-bottom: 30px;
}

.customer-testimonial-item p {
  max-width: 600px;
  color: #000;
  margin: 0 auto;
  font-size: 18px;
}

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

.counter-title p {
  color: #231F20;
}

.section-sub-title h4 {
  margin-bottom: 0;
}

.section-sub-title {
  position: relative;
  margin-bottom: 40px;
}

.suburbs-counter-item .counter-number span {
  color: #BA0379;
  mix-blend-mode: luminosity;
}

.section-title.dark h2,
.section-title.dark h3 {
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-size: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  -webkit-font-smoothing: inherit;
}

#back2top a:hover {
  color: #055F8C;
}

#section-about-brand .counter-number span,
#section-about-brand .counter-title p {
  text-align: left;
}

#section-about-brand .facts-and-figures-detail .counter-sub-span-details {
  justify-content: left;
}

.container:not(.is-max-desktop):not(.is-max-widescreen) {
  max-width: 1104px !important;
}

.suburbs-counter-item .section-title h3 {
  background-position: center -200px;
}

.section-title.dark {
  color: #fff;
}

.suburbs-counter-item .col-about-counter:before {
  background: #000;
}

.foot-address p {
  max-width: 370px;
}

.col-footer-address:first-child {
  width: 260px;
}

.foot-address h4 {
  margin-bottom: 10px;
  color: #5B5B5B;
}

.artistic-impression {
  position: relative;
}

.artistic-impression.stoke-image {
  position: relative;
}

.artistic-impression::after {
  content: "Artist Impression";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: #fff;
  line-height: 12px !important;
  text-shadow: 2px 2px 2px black;
}

.artistic-impression.stoke-image::after {
  content: "Stock Image";
}

.section-upcoming-project.artistic-impression::after {
  z-index: 2;
}

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



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

.section-title.sub-banner-ttitle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 400px;
}

.banner-img.sub-banner:before {
  opacity: 0.5;
}

.theme-element1 {
  position: absolute;
  left: -150px;
}

.theme-element2 {
  position: absolute;
  right: -150px;
  opacity: 0.1;
  bottom: 10px;
  max-width: 350px;
}

.aboutus-item:first-child {
  margin-bottom: 80px;
}




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


/* ******* Our Projects Page End ******** */


.our-projects-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.our-projects-tabs .tab {
  background: transparent;
  padding: 16px 30px 14px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #7C7C7C;
  border-radius: 50px;
  cursor: pointer;
}

.our-projects-tabs .tab {
  color: #7C7C7C;
}

.our-projects-tabs .tab:hover,
.our-projects-tabs .tab.is-active {
  background: #055F8C;
  border: 1px solid #055F8C;
}

.our-projects-tabs .tab:hover a,
.our-projects-tabs .tab.is-active a {
  color: #fff !important;
}

.our-peroject-subline {
  position: relative;
  margin-bottom: 40px;
}

table.theme-table {
  border-collapse: collapse;
  background-color: white;
  overflow: hidden;
  width: 100%;
}

.theme-table th,
.theme-table td {
  font-family: 'Geomanist', sans-serif;
  text-align: left;
  font-size: 16px;
  padding: 12px 15px;
}

.theme-table th {
  background-color: #EEEEEE;
  color: #000;
}

.theme-table tr {
  border-bottom: 1px solid #D7D7D7;
}

.theme-table td p {
  margin-bottom: 5px;
}

.theme-table td {
  border-right: 1px solid #D7D7D7;
  text-align: left;
  vertical-align: baseline;
  font-size: 14px;
}

.theme-table td:first-child {
  border-left: 1px solid #D7D7D7;
}

.theme-table tr:first-child {
  border: 1px solid #D7D7D7;
  border-bottom: 0;
}

.theme-table th:first-child {
  min-width: 70px;
}

/* 
.theme-table tr>th:nth-child(2) {
  min-width: 500px !important;
}

.theme-table tr>th:nth-child(3) {
  min-width: 500px !important;
} */

/* ******* Our Projects Page End ******** */





/***  Contact Us Start   ***/
.section-contact .contact-form-details-inner .column {
  padding: 0 5px;
  margin-bottom: 20px;
}

.channel-partner-form .sm-form-control,
.section-contact .sm-form-control {
  border-bottom: 1px solid #055F8C;
  color: #000;
  font-family: 'Geomanist', sans-serif !important;
}

.section-contact .contact-form-details-inner {
  background: #f3fcff;
}

.section-contact ::placeholder {
  color: #000000 !important;
}

.section-contact .col-form.col-form-btn {
  width: 100%;
  max-width: unset;
  margin-top: 10px;
  margin-right: auto;
}

#channel-submit,
.section-contact .col-form.col-form-btn button {
  border-radius: 50px;
  padding: 12px 44px;
  margin: unset;
  background-color: #055F8C;
  color: #fff;
  max-width: fit-content;
}

.section-contact .contact-form-details-inner {
  padding: 80px 60px;
}

.contactus-details {
  padding: 50px;
  border: 4px solid #055F8C;
  border-left: unset;
}

.contact-us-item p:first-child {
  margin-bottom: 5px;
  background-image: url(../images/text-bg.svg);
  background-repeat: no-repeat;
  background-position: center -240px;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-us-item a {
  display: block;
  color: #000;
}

.contact-us-item {
  position: relative;
  margin-bottom: 30px;
}

.contact-us-item:last-child {
  margin-bottom: 0;
}

.our-projects-tabs {
  margin-bottom: 40px !important;
}

#section-contact {
  border-bottom: 2px solid #055F8C;
}

/***  Contact Us End   ***/
b {
  font-weight: 500 !important;
}

.tab a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #7C7C7C;
}

#section-faqs {
  padding-top: 50px;
  padding-bottom: 50px;
}

.accordion-item:first-child .accordion-title {
  padding-top: 0;
}

#section-contact .sm-form-control::placeholder {
  font-weight: 300 !important;
}

.section-contact .contact-form-details {
  padding: 0;
}

#section-about-brand .section-title {
  margin-bottom: 30px;
}

.faqs-answer-details li {
  position: relative;
  padding-left: 15px;
}

.faqs-answer-details li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background: #055F8C;
  border-radius: 50%;
}

.footer-title h4 {
  color: #5B5B5B;
}

.theme-element2 img {
  opacity: 0.1;
}

::selection {
  background-color: #f34b8044;
}

.copyright-detail a:hover {
  color: #ffffffb0;
}

.footer-menu-details .header__menu-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-us-item a:hover {
  color: #055F8C;
}

#section-contact .sm-form-control::placeholder {
  font-family: "Geomanist", sans-serif !important;
  font-weight: 400 !important;
}

.maharera-line a:hover,
.foot-address p>a:hover {
  color: #055F8C !important;
}

.col-form.col-form-btn .inquiry-submit1:hover {
  background-color: #055F8C;
}

.foot-address p>a {
  color: #000;
}

.dream-team-details .row-dream-team {
  justify-content: center;
}

.maharera-line a {
  color: #fff;
}

.upcoming-project-item {
  position: relative;
}

.project-know-more-btn .know-more-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: visible;
  z-index: 9;
}

.upcoming-project-item:hover::after,
.upcoming-project-item:hover .know-more-btn {
  opacity: 1;
  visibility: visible;
}


.upcoming-project-item-img:hover::before {
  /* background: #055F8C; */
  opacity: 0.6;
  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;
}

.theme-table th {
  min-width: 400px;
}

/****** latest Custom Accordian Start **********/

.accordion-title h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  pointer-events: none;
}


.accordion-title {
  list-style: none;
  outline: 0;
  transition: color 300ms ease-in-out;
  margin: 0;
  position: relative;
  padding: 20px 50px 20px 0px;
  width: 100%;
  color: #343434;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Geomanist', sans-serif;
  position: relative;
}

.accordion-title:before {
  content: "";
  position: absolute;
  top: 33px;
  height: 2px;
  margin-top: -1px;
  width: 16px;
  background: #000000;
  right: 15px;
}

.accordion-title::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 33px;
  height: 16px;
  margin-top: -8px;
  width: 2px;
  margin-left: -1px;
  background: #000000;
  transition: all 300ms ease-in-out;
}

[open] .accordion-title:after {
  opacity: 0;
  visibility: hidden;
}

.accordion-desc {
  position: relative;
  padding-bottom: 25px;
}

.accordion-item {
  overflow: hidden;
  border-bottom: 1px solid #cfd8dc;
  transition: height 300ms ease-in-out;
  position: relative;
}

.accordion-item:first-child .accordion-title::after,
.accordion-item:first-child .accordion-title:before {
  top: 13px;
}

/****** Emi Calculator start *****/
.emi-field .control>input {
  height: 30px;
  color: #055F8C;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #cdd6dd;
  width: 100px;
  max-width: inherit;
  border-radius: unset;
  padding: unset;
  padding: 0px 5px 0px 15px;
  margin-right: 0px;
}

.emi-range-item {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.calc__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  display: block;
  padding: 3px;
  border: 1px solid #d5d2d2;
}

.control {
  display: flex;
  align-items: center;
  gap: 6px;
}

.emi-range-item-details {
  margin-bottom: 30px;
}

.controllers-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.controller-row {
  margin-bottom: 30px;
}

.input.calc__input {
  height: 30px;
  color: #055F8C;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #cdd6dd;
  width: 70px;
}

input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  /* -moz-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -ms-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -o-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -webkit-box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  box-shadow: 0 4px 18px rgb(33 33 33 / 10%); */
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #cdd6dd;
  outline: none;
}

.col-emi {
  padding: 0 40px;
}

.row-emi {
  margin: 0 -40px;
}

.estimate__heading {
  padding-bottom: 80px;
}

.estimate,
.estimate__heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #333;
  width: 100%;
  margin-bottom: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.3;
  text-transform: lowercase;
  color: #999999;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 55%;
  transform: translateY(-55%);
}

.col-emi-item-details .calc-title {
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: inherit;
  color: #606060;
}

.chart {
  width: 360px;
  height: 360px;
  position: relative;
}

.estimate__heading text {
  color: #333;
  font-weight: 500;
}

.estimate__value {
  color: #055F8C;
  font-weight: bold;
  font-size: 24px !important;
}

.col-emi-item-details:first-child {
  margin-bottom: 20px;
}

.inner-col-emi-item-details {
  padding: 20px;
  border-radius: 7px;
  height: 100%;
  background-color: #fff;
  -moz-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -ms-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -o-box-shadow: 0 4px 18px rgba(33, 33, 33, .1);
  -webkit-box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  box-shadow: 0 4px 18px rgb(33 33 33 / 10%);
  position: relative;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 270px;
  height: fit-content;
}

.col-emi-item-details h3:last-child {
  color: #055F8C;
  font-weight: bolder;
}

.control input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.control input::-webkit-outer-spin-button,
.control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.control input[type=number] {
  -moz-appearance: textfield;
}

.icon svg {
  width: 16px;
  height: 14px;
  position: relative;
}

/****** Emi Calculator End *****/
.theme-content-box {
  margin-bottom: 30px;
}

.theme-content-box h4 {
  margin-bottom: 10px;
}

.theme-content-box:nth-child(3) h4,
.theme-content-box:nth-child(4) h4,
.theme-content-box:nth-child(5) h4 {
  margin-bottom: 0px;
}

.title-description p {
  margin-bottom: 10px;
  color: #000;
  line-height: 1.5;
}

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

.accordion-title.accordian2-title:first-child {
  padding: 20px 50px 20px 20px;
}

.accordion-title.accordian2-title {
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #DBDADE;
  cursor: pointer;
}

.accordion-item.accordian2-item:first-child .accordion-title::after,
.accordion-item.accordian2-item:first-child .accordion-title:before {
  top: 32px;
}

.accordion-desc.accordian2-desc {
  padding: 20px;
  border-right: 3px solid #055F8C;
  border-left: 3px solid #055F8C;
  background: #fff;
}

/* .faqs-detail .accordian2-item .accordion-title.accordian2-title::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 3px;
  height: 0%;
  background-color: #055F8C;
  -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 .accordian2-item[open] .accordion-title.accordian2-title::before {
  height: 105%;
} */

.nav-menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.accordion-title::after,
.accordion-title:before {
  top: 32px;
}

.nav-menu .header__menu-link {
  position: relative;
  background: transparent;
  padding: 16px 25px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #7C7C7C;
  border-radius: 50px;
  cursor: pointer;
  display: block;
}

.buyerguid-onepage {
  padding: 60px 0 0;
}

.buyerguid-onepage .nav-menu {
  justify-content: center;
}

.nav-menu .header__menu-link:hover,
.nav-menu .header__menu-link.is-active {
  background: #055F8C;
  border: 1px solid #055F8C;
  color: #fff;
}

.nav-menu li {
  list-style: none;
}

#buyer-guide .section-title {
  margin-top: 20px;
}

.project-inner-item {
  position: relative;
  margin-bottom: 30px;
}

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

.bhk-homes-details p:first-child {
  background-image: inherit !important;
  background-repeat: inherit !important;
  background-position: inherit !important;
  background-size: inherit !important;
  -webkit-background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-font-smoothing: inherit !important;
  margin-bottom: 10px;
}

.bhk-homes-details p {
  margin-bottom: 0 !important;
}

/**** Channel Partner Css Start ****/

.channel-partner-form {
  background: #f3fcff;
  padding: 80px 60px;
}

.channel-partner-form .sm-form-control:focus-visible {
  outline: 0;
}

.select-project-details,
.theme-mobile-input {
  position: relative;
  display: flex;
}

.select-project-details select,
.theme-mobile-input select {
  max-width: 130px;
}

.select-project-details input,
.theme-mobile-input input {
  position: relative;
  padding-left: 20px;
}

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

.channelpartner-submit {
  text-align: center;
}

/**** Channel Partner Css End ****/

.bg-position-center h2{
    background-position: center !important;
}
.contactus-details .section-title h2 {
    text-align: left !important;
}