html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'adelia';
  src: url('../fonts/adelia.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trajan Pro';
  src: url('../fonts/TrajanPro-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Serif Display';
  src: url('../fonts/DMSerifDisplay-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Gotham Book';
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Serif Display';
  font-weight: normal;
}

.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: transparent;
  display: flex;
  line-height: 11px;
  color: #fff;
  font-size: 9px;
}

.overflow-visible {
  overflow: visible !important;
}

a {
  color: #000000;
}

a:hover {
  color: #c7a346;
}

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: 15px;
}

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: 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: 600px;
  width: 100%;
  padding: 30px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #a78d74;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 9999;
}

.modal-title {
  color: #fff;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  font-family: 'Trajan Pro';
  margin-bottom: 20px;
}

#home.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  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%;
}

.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;
  /* border-radius: 10px; */
}

.theme-modal-card-body {
  padding: 30px;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 60%);
}

.close1,
.close {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #a78d74;
  background-color: #a78d74;
  position: absolute;
  top: -22px;
  right: -22px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  /* border-radius: 8px; */
  /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
}

.close1:hover,
.close:hover {
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fff;
  color: #1a2b56;
}

.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: #ffffffbb;
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: #ffffffbb;
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: #ffffffbb;
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: #ffffffbb;
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: #ffffffbb;
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: #ffffffbb;
}

.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: 40px;
  line-height: 50px;
  color: #4b3069;
  margin: 0;
  font-weight: 400;
  /* text-transform: uppercase; */
  position: relative;
  display: inline-block;
}

.section-title h4{color: #4b3069;}
.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h3 {
  color: #c7a346;
  font-family: 'adelia';
  font-size: 60px;
  line-height: 150px;
  display: block;
}

.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: #c7a346;
  /* font-family: 'DM Serif Display'; */
  border: 0;
  color: #fff;
  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: #c7a346;
}

.theme-btn.white-btn {
  background: #fff;
  color: #001421;
  border: 1px solid transparent;
}

.theme-btn.white-btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.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: 74px;
  right: 10px;
  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;
}

#back2top svg {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 7px;
  background-color: #1a2b56;
  color: #fff;
  border-radius: 100%;
}

#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;
  height: 100px;
  width: auto;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

label.error {
  color: #fff;
  background: red;
  font-size: 8px;
  position: absolute;
  left: 15px;
  bottom: -20px;
  line-height: 13px !important;
  top: auto;
  font-weight: bold;
}

.form-control.error {
  border-color: red;
}

.modal .form-control.error {
  margin-bottom: 30px;
}

.contact-form label.error {
  bottom: -16px;
  width: inherit;
}

.form-control {
  border-radius: 0;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 15px;
}

.list-point {
  padding: 0;
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 5px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 22px;
  background-size: 18px;
  left: 0;
  top: -1px;
  background-image: url(../images/icons/list-point.svg);
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: none;
}

.splide__arrow {
  width: 60px;
  height: 60px;
  padding: 10px;
  color: #fff;
  background-color: rgb(29 87 163 / 40%);
  border: 1px solid #c7a346;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: #c7a346;
  color: #fff;
  opacity: 1;
}

.splide__arrow svg {
  font-size: 24px;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #c7a346;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #c7a346;
  opacity: 1;
}

.splide__pagination {
  position: static;
  transform: none;
}

.sm-form-control {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 15px 15px 15px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 30px;
  display: block;
  text-align: justify;
  line-height: 26px;
}

.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: 12px 140px;
  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: 16px;
}

.col-header:last-child {
  text-align: right;
}

.theme-logo img {
  max-width: initial;
  width: auto;
  display: block;
  height: 70px;
}

.theme-logo a {
  display: block;
}

.header-primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.col-header:first-child {
  max-width: 240px;
  flex: 0 0 240px;
}

.header__menu-item {
  display: inline-block;
  padding: 16px 10px;
}

header .columns {
  /* height: 80px !important; */
}

#section-banner,
.section-cms {
  margin-top: 94px;
}

.white-text {
  color: #fff !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: fixed !important;
  top: 282px;
  right: -75px;
  font-size: 18px !important;
  padding: 8px 15px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  background-color: #261736;
  color: #ffffff;
  /* border-radius: 5px 5px 0 0; */
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
}

.sticky-btn-enquire:hover {
  background-color: #FFF;
  color: #000;
}

#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: #1a2b56;
  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: 25%;
  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 #ffffff;
  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%);
}

.listed-points li {
  color: #000000;
  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 #c7a346;
}

#footer {
  padding: 20px 0;
  background-color: #fff;
}

#home #footer {
  padding: 20px 0 80px; background: #f9eedc;
}

.copyright-bar .columns {
  margin-bottom: -5px;
}

.col-copyright {
  margin-bottom: 5px;
}

.copyright-detail span,
.copyright-detail p,
.copyright-detail a {
  font-size: 14px;
  color: #1a2b56;
}

.footer-block h3 {
  color: #c7a346;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-menu li a {
  color: #c5c5c5;
  font-size: 14px;
}

.col-copyright:last-child {
  text-align: right;
}

.footer-menu li a:hover,
.copyright-detail a:hover {
  color: #c7a346;
}

.contact b {
  color: #c7a346;
}

.theme-block {
  position: relative;
}

.theme-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #c7a346;
  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 #c7a346;
}

.theme-block:hover .theme-block-icon {
  opacity: 1;
}

.section-cms {
  min-height: calc(100vh - 161px);
}

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.about-company-item {
  padding: 30px;
  text-align: center;
  background-color: #eee;
}

.counter-block h3 {
  font-size: 32px;
  font-weight: 600;
}

.counter-block p {
  margin-top: 6px;
}

.theme-bg {
  background-color: #343434;
}

.call-btn {
  display: inline-block;
  margin-left: 25px;
}

.call-btn svg,
.call-btn a {
  display: inline-block;
  vertical-align: middle;
}

.call-btn svg {
  width: 30px;
  height: 30px;
}

.call-btn-icon {
  display: inline-block;
  margin-right: 3px;
}

.call-btn a {
  font-weight: 600;
  color: #261736;
}

.call-btn path {
  fill: #261736;
  -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;
}

.call-btn:hover a {
  color: #261736;
  -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;
}

.call-btn:hover svg path {
  fill: #261736;
  -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;
}

.call-button {
  padding: 10px 20px;
  /* border-radius: 5px; */
  border: 1px solid #261736;
  color: #fff;
  background-color: #261736;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s linear;
  font-weight: 600;
  text-transform: uppercase;
}

.call-button:hover {
  border: 1px solid #261736;
  color: #261736;
  background-color: transparent;
}

.social {
  display: flex;
  justify-content: center;
  gap:7px;
  padding-bottom: 10px;
}

.social__item .social__icon {
  padding: 12px;
  display: block;
  background-color: #000;
  border-radius: 100%;
}

.social__item .social__icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.social__item .social__icon svg path {
  fill: #ffffff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.social__item .social__icon:hover {
  background-color: #1a2b56;
}

.social__item .social__icon:hover svg path {
  fill: #fff;
}

.privacypolicy {
  padding: 20px;
  font-size: 12px;
  text-align: justify;
  background-color: #ffffff;
}

#register-modal .col-form-btn .theme-btn {
  margin-top: 10px;
}

#register-modal {
  background-size: cover;
  background-position: center;
}

.no-webp #register-modal {
  background-image: url(../images/modal-bg.jpg);
}

.webp #register-modal {
  background-image: url(../images/modal-bg.html);
}

#register-modal:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000ab;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}

input {
  font-family: 'Gotham Book' !important;
}

.privacypolicy a {
  color: #000000;
  font-weight: 600;
}

.privacypolicy a:hover {
  color: #c7a346;
}

.we-love-image img {
  border-radius: 0 280px 0 0;
}

.we-love-detail {
  position: relative;
  padding: 60px;
}

.we-love-detail .section-title h3 {
  text-align: right;
}

.legacy-detail .section-title h3,
.we-love-detail .section-title h3 {
  font-size: 120px;
  line-height: 270px;
}

#section-banner {
  border-bottom: 1px solid #eee;
}

.legacy-detail .section-title h2 {
  position: absolute;
  left: 15%;
  top: 15%;
}

.legacy-detail .section-title h2:last-child {
  left: unset;
  right: 26%;
  top: unset;
  bottom: 15%;
}

.section-legacy {
  background-size: cover;
  background-position: center;
  padding-top: 30px !important;
  padding-bottom: 300px !important;
}

.no-webp .section-legacy {
  background-image: url(../images/legacy/legacy-bg.jpg);
}

.webp .section-legacy {
  background-image: url(../images/legacy/legacy-bg.jpg);
}

.order-2 {
  order: 1;
}

/* .order-2 {
  order: 1;
} */
.imperial-goa-detail {
  padding: 60px 160px 60px 60px;
}

.imperial-goa-image img {
  border-radius: 0 120px 0 0;
}

.section-sub-title {
  font-family: 'DM Serif Display', serif; color: #4b3069;
  font-size: 18px;
  text-transform: uppercase;
}

.section-imperial-goa {
  background-size: cover;
  background-position: right;
}

.no-webp .section-imperial-goa {
  background-image: url(../images/imperial-goa/imperial-goa-bg.jpg);
}

.webp .section-imperial-goa {
  background-image: url(../images/imperial-goa/imperial-goa-bg.jpg);
}

.webp .section-investment-opp {
  background-image: url(../images/prime-investment-bg.jpg);
}

.imperial-goa-detail .title-tagline {
  max-width: 700px;
}


.section-location {
  background-size: cover;
  background-position: center;
}

.no-webp .section-location {
  background-image: url(../images/location/location-bg.jpg);
}

.webp .section-location {
  background-image: url(../images/location/location-bg.jpg);
}

.location-content {
  position: relative;
  max-width: 850px;
}

.location-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.location-detail-items {
  position: relative;
  display: flex;
  align-items: top;
  gap: 15px;
}
.location-detail-items ul{ padding-left:0 }

.location-desc span {
  position: relative;
  display: block;
}
.location-desc span.title { font-weight:700; color:#4b3069; }
.location-detail .column {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}

.location-detail .columns {
  margin-bottom: -30px !important;
}

.location-icon picture {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.location-detail {
  position: relative;
  max-width: 600px;
}


.section-amenities {
  background-size: cover;
  background-position: right;
  padding-top: 60px;
  padding-bottom: 60px;
}

.no-webp .section-amenities {
  background-image: url(../images/amenities/amenities-bg.jpg);
}

.webp .section-amenities {
  background-image: url(../images/amenities/amenities-bg.html);
}

.thankyou-block {
  background-size: cover;
  position: relative;
}

.thankyou-block:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}


.no-webp .thankyou-block {
  background-image: url(../images/thankyou-bg.jpg);
}

.webp .thankyou-block {
  background-image: url(../images/thankyou-bg.html);
}

.amenities-list-points {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px !important;
  max-width: 700px;
}

.amenities-list-points li {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}

.amenities-feature-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.amenities-feature-detail-items {
  position: relative;
  display: flex;
  /* align-items: center; */
  gap: 20px;
  margin-bottom: 24px;
}

.amenities-feature-desc h4 {
  font-family: 'Gotham Book';
  color: #c7a346;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.amenities-feature-desc span {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 10px;
  display: block;
}

.amenities-feature-detail {
  position: relative;
  margin-top: 60px;
}

.amenities-feature-detail .column {
  width: 50%;
  flex: 0 0 50%;
}

.amenities-feature-detail .columns.amenities-feature-detail-cols {
  position: relative;
}

.amenities-feature-icon picture,
.amenities-feature-icon picture img {
  width: 100%;
  height: 100%;
}

.amenities-feature-detail-items:last-child {
  margin-bottom: 0;
}

.amenities-feature-desc span:last-child {
  margin-bottom: 0;
}

.theme-logos-detail {
  max-width: 450px;
  margin: 0 auto;
}

.register-now-btn .theme-btn {
  font-family: 'DM Serif Display';
  text-transform: unset;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  padding: 6px 30px 10px;
}

.register-now-btn {
  position: relative;
  margin: 50px 0;
}

.section-register-now {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.register-now-btn .theme-btn:hover {
  background-color: #1a2b56;
  color: #fff;
}

.mobile-content {
  display: none !important;
}
.location-list li{padding-bottom: 5px;}
.location-list li:before{
  content: "";
  background: url(../images/icons/list-point.png) no-repeat;
  width: 17px; height: 15px; display: inline-block; margin:0px 5px 0px 0; 
}
.flat-layout{ border:1px solid #c7a347; position:relative; margin-top:20px; width:100%; display:block; }
.flat-layout h3, .flat-layout h4{color:#4b3069; font-weight:400;font-family: 'DM Serif Display', serif; padding:20px 0 0 0;}
.quote-btn{ background:#261736; display:inline-block; padding:5px 15px; color:#fff; margin-bottom: 15px;}
.section-gallery .gal-img { margin-bottom:20px;  }
.section-gallery .gal-img{text-align: right;}
.amenities-title{ background:#c7a346; color:#fff; padding:5px; display:inline-block; }
.site-visit-form{margin: 30px 0;}
.site-visit-form h3{color: #4b3069; margin: 15px 0; font-size: 17px; }
.site-visit-form .sm-form-control{border-bottom: 1px solid #c7a346; color: #000;}
.site-visit-form .inquiry-submit{background: #261736; margin: 35px 0;}
.copyright{font-weight: 700; font-size: 12px;}

.footer p{ font-size:13px; }
.footer a:hover{color: #000; text-shadow: 1px 0px #666;}
/*.button.owl-next{ display:none; }*/
.modal-header, .modal-footer, .modal-body {border-radius: 0!important; background: #a78d74; color: #fff;}
.modal-header{border-bottom: 0;}
.modal-body{border: 1px solid #fff;}
.modal-content{padding: 20px; background: #a78d74;}
.btn-close-outer{ background:#fff; padding: 3px;top: -21px; position: absolute; right: -21px; z-index: 999999999;}
.btn-close{     border-radius: 0; padding: 8px;}
.modal-body ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;  opacity: 1; /* Firefox */}
.modal-body :-ms-input-placeholder { /* Internet Explorer 10-11 */  color: #fff;}
.modal-body ::-ms-input-placeholder { /* Microsoft Edge */  color: #fff;}