:root {
  --p140: 95px;
  --p60: 60px;
  --p40: 40px;
  --p30: 30px;
  --p20: 10px;
  --txt-52: 52px;
  --txt-28: 28px;
  --txt-22: 22px;
  --txt-20: 20px;
  --menu-txt: 16px;
}

@media only screen and (max-width: 1288px) {
  :root {
    --menu-txt: 12px;
    --p60: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  :root {
    --p140: 80px;
    --p60: 30px;
    --p60: 35px;
    --p40: 25px;
    --p30: 20px;
    --txt-52: 42px;
    --txt-28: 24px;
    --txt-22: 20px;
    --txt-20: 18px;
  }
}

@media only screen and (max-width: 768px) {
  :root {
    --p140: 60px;
    --p60: 30px;
    --p40: 20px;
    --p30: 15px;
    --txt-52: 38px;
    --txt-28: 24px;
    --txt-22: 20px;
    --txt-20: 18px;
  }
}

@media only screen and (max-width: 480px) {
  :root {
    --p140: 20px;
    --p60: 15px;
    --p40: 12px;
    --p30: 10px;
    --p20: 8px;
    --txt-52: 32px;
    --txt-28: 20px;
    --txt-22: 18px;
    --txt-20: 16px;
  }
}

.p20 {
  padding: var(--p20);
}

.pt20 {
  padding-top: var(--p20);
}

.pb20 {
  padding-bottom: var(--p20);
}

.pl20 {
  padding-left: var(--p20);
}

.pr20 {
  padding-right: var(--p20);
}

.px20 {
  padding-left: var(--p20);
  padding-right: var(--p20);
}

.py20 {
  padding-top: var(--p20);
  padding-bottom: var(--p20);
}

.m20 {
  margin: var(--p20);
}

.mt20 {
  margin-top: var(--p20);
}

.mb20 {
  margin-bottom: var(--p20);
}

.ml20 {
  margin-left: var(--p20);
}

.mr20 {
  margin-right: var(--p20);
}

.mx20 {
  margin-left: var(--p20);
  margin-right: var(--p20);
}

.my20 {
  margin-top: var(--p20);
  margin-bottom: var(--p20);
}

.p30 {
  padding: var(--p30);
}

.pt30 {
  padding-top: var(--p30);
}

.pb30 {
  padding-bottom: var(--p30);
}

.pl30 {
  padding-left: var(--p30);
}

.pr30 {
  padding-right: var(--p30);
}

.px30 {
  padding-left: var(--p30);
  padding-right: var(--p30);
}

.py30 {
  padding-top: var(--p30);
  padding-bottom: var(--p30);
}

.m30 {
  margin: var(--p30);
}

.mt30 {
  margin-top: var(--p30);
}

.mb30 {
  margin-bottom: var(--p30);
}

.ml30 {
  margin-left: var(--p30);
}

.mr30 {
  margin-right: var(--p30);
}

.mx30 {
  margin-left: var(--p30);
  margin-right: var(--p30);
}

.my30 {
  margin-top: var(--p30);
  margin-bottom: var(--p30);
}

.p40 {
  padding: var(--p40);
}

.pt40 {
  padding-top: var(--p40);
}

.pb40 {
  padding-bottom: var(--p40);
}

.pl40 {
  padding-left: var(--p40);
}

.pr40 {
  padding-right: var(--p40);
}

.px40 {
  padding-left: var(--p40);
  padding-right: var(--p40);
}

.py40 {
  padding-top: var(--p40);
  padding-bottom: var(--p40);
}

.m40 {
  margin: var(--p40);
}

.mt40 {
  margin-top: var(--p40);
}

.mb40 {
  margin-bottom: var(--p40);
}

.ml40 {
  margin-left: var(--p40);
}

.mr40 {
  margin-right: var(--p40);
}

.mx40 {
  margin-left: var(--p40);
  margin-right: var(--p40);
}

.my40 {
  margin-top: var(--p40);
  margin-bottom: var(--p40);
}

.p60 {
  padding: var(--p60);
}

.pt60 {
  padding-top: var(--p60);
}

.pb60 {
  padding-bottom: var(--p60);
}

.pl60 {
  padding-left: var(--p60);
}

.pr60 {
  padding-right: var(--p60);
}

.px60 {
  padding-left: var(--p60);
  padding-right: var(--p60);
}

.py60 {
  padding-top: var(--p60);
  padding-bottom: var(--p60);
}

.m60 {
  margin: var(--p60);
}

.mt60 {
  margin-top: var(--p60);
}

.mb60 {
  margin-bottom: var(--p60);
}

.ml60 {
  margin-left: var(--p60);
}

.mr60 {
  margin-right: var(--p60);
}

.mx60 {
  margin-left: var(--p60);
  margin-right: var(--p60);
}

.my60 {
  margin-top: var(--p60);
  margin-bottom: var(--p60);
}

.p140 {
  padding: var(--p140);
}

.pt140 {
  padding-top: var(--p140);
}

.pb140 {
  padding-bottom: var(--p140);
}

.pl140 {
  padding-left: var(--p140);
}

.pr140 {
  padding-right: var(--p140);
}

.px140 {
  padding-left: var(--p140);
  padding-right: var(--p140);
}

.py140 {
  padding-top: var(--p140);
  padding-bottom: var(--p140);
}

.m140 {
  margin: var(--p140);
}

.mt140 {
  margin-top: var(--p140);
}

.mb140 {
  margin-bottom: var(--p140);
}

.ml140 {
  margin-left: var(--p140);
}

.mr140 {
  margin-right: var(--p140);
}

.mx140 {
  margin-left: var(--p140);
  margin-right: var(--p140);
}

.my140 {
  margin-top: var(--p140);
  margin-bottom: var(--p140);
}

.menu-txt {
  font-size: var(--menu-txt) !important;
}

.txt-52 {
  font-size: var(--txt-52);
}

.txt-28 {
  font-size: var(--txt-28);
}

.txt-22 {
  font-size: var(--txt-22);
}

.txt-20 {
  font-size: var(--txt-20);
}

/* lato-100 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/lato-v20-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-100.woff2") format("woff2"), url("../fonts/lato-v20-latin-100.woff") format("woff"), url("../fonts/lato-v20-latin-100.ttf") format("truetype"), url("../fonts/lato-v20-latin-100.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-100italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/lato-v20-latin-100italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-100italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-100italic.woff2") format("woff2"), url("../fonts/lato-v20-latin-100italic.woff") format("woff"), url("../fonts/lato-v20-latin-100italic.ttf") format("truetype"), url("../fonts/lato-v20-latin-100italic.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-300.woff2") format("woff2"), url("../fonts/lato-v20-latin-300.woff") format("woff"), url("../fonts/lato-v20-latin-300.ttf") format("truetype"), url("../fonts/lato-v20-latin-300.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-300italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/lato-v20-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-300italic.woff2") format("woff2"), url("../fonts/lato-v20-latin-300italic.woff") format("woff"), url("../fonts/lato-v20-latin-300italic.ttf") format("truetype"), url("../fonts/lato-v20-latin-300italic.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-regular.woff2") format("woff2"), url("../fonts/lato-v20-latin-regular.woff") format("woff"), url("../fonts/lato-v20-latin-regular.ttf") format("truetype"), url("../fonts/lato-v20-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v20-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-italic.woff2") format("woff2"), url("../fonts/lato-v20-latin-italic.woff") format("woff"), url("../fonts/lato-v20-latin-italic.ttf") format("truetype"), url("../fonts/lato-v20-latin-italic.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-700.woff2") format("woff2"), url("../fonts/lato-v20-latin-700.woff") format("woff"), url("../fonts/lato-v20-latin-700.ttf") format("truetype"), url("../fonts/lato-v20-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/lato-v20-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-700italic.woff2") format("woff2"), url("../fonts/lato-v20-latin-700italic.woff") format("woff"), url("../fonts/lato-v20-latin-700italic.ttf") format("truetype"), url("../fonts/lato-v20-latin-700italic.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v20-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-900.woff2") format("woff2"), url("../fonts/lato-v20-latin-900.woff") format("woff"), url("../fonts/lato-v20-latin-900.ttf") format("truetype"), url("../fonts/lato-v20-latin-900.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* lato-900italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/lato-v20-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/lato-v20-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-900italic.woff2") format("woff2"), url("../fonts/lato-v20-latin-900italic.woff") format("woff"), url("../fonts/lato-v20-latin-900italic.ttf") format("truetype"), url("../fonts/lato-v20-latin-900italic.svg#Lato") format("svg");
  /* Legacy iOS */
}

/* eb-garamond-regular - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/eb-garamond-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/eb-garamond-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/eb-garamond-v19-latin-regular.woff2") format("woff2"), url("../fonts/eb-garamond-v19-latin-regular.woff") format("woff"), url("../fonts/eb-garamond-v19-latin-regular.ttf") format("truetype"), url("../fonts/eb-garamond-v19-latin-regular.svg#EBGaramond") format("svg");
  /* Legacy iOS */
}

/* eb-garamond-500 - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eb-garamond-v19-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/eb-garamond-v19-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/eb-garamond-v19-latin-500.woff2") format("woff2"), url("../fonts/eb-garamond-v19-latin-500.woff") format("woff"), url("../fonts/eb-garamond-v19-latin-500.ttf") format("truetype"), url("../fonts/eb-garamond-v19-latin-500.svg#EBGaramond") format("svg");
  /* Legacy iOS */
}

/* eb-garamond-600 - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/eb-garamond-v19-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/eb-garamond-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/eb-garamond-v19-latin-600.woff2") format("woff2"), url("../fonts/eb-garamond-v19-latin-600.woff") format("woff"), url("../fonts/eb-garamond-v19-latin-600.ttf") format("truetype"), url("../fonts/eb-garamond-v19-latin-600.svg#EBGaramond") format("svg");
  /* Legacy iOS */
}

/* eb-garamond-700 - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/eb-garamond-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/eb-garamond-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/eb-garamond-v19-latin-700.woff2") format("woff2"), url("../fonts/eb-garamond-v19-latin-700.woff") format("woff"), url("../fonts/eb-garamond-v19-latin-700.ttf") format("truetype"), url("../fonts/eb-garamond-v19-latin-700.svg#EBGaramond") format("svg");
  /* Legacy iOS */
}

/* eb-garamond-800 - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/eb-garamond-v19-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/eb-garamond-v19-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/eb-garamond-v19-latin-800.woff2") format("woff2"), url("../fonts/eb-garamond-v19-latin-800.woff") format("woff"), url("../fonts/eb-garamond-v19-latin-800.ttf") format("truetype"), url("../fonts/eb-garamond-v19-latin-800.svg#EBGaramond") format("svg");
  /* Legacy iOS */
}

@-webkit-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-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-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-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-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-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-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-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
}

.feb {
  font-family: "EB Garamond", serif !important;
}

* {
  font-family: "Lato", sans-serif !important;
}

.color1-bg {
  background-color: #0097ca;
}

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

h1 {
  font-family: "Montserrat";
  font-weight: normal;
}

h2 {
  font-family: "Montserrat";
  font-weight: normal;
}

h3 {
  font-family: "Montserrat";
  font-weight: normal;
}

h4 {
  font-family: "Montserrat";
  font-weight: normal;
}

h5 {
  font-family: "Montserrat";
  font-weight: normal;
}

h6 {
  font-family: "Montserrat";
  font-weight: normal;
}

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

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

a {
  color: #666666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #1d57a3;
  text-decoration: none;
  outline: 0;
}

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

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

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

button {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

button:focus {
  outline: 0;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px !important;
}

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

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

.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 {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

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

iframe {
  border: none;
}

b {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

div {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

li {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

input {
  -moz-outline: none;
  outline: 0;
}

input:active {
  -moz-outline: none;
  outline: 0;
}

input:focus {
  -moz-outline: none;
  outline: 0;
}

input:hover {
  -moz-outline: none;
  outline: 0;
}

textarea {
  -moz-outline: none;
  outline: 0;
}

textarea:active {
  -moz-outline: none;
  outline: 0;
}

textarea:focus {
  -moz-outline: none;
  outline: 0;
}

textarea:hover {
  -moz-outline: none;
  outline: 0;
}

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

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

section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

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

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

.full-width {
  width: 100%;
}

.center {
  text-align: center;
}

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

.section-title h1 {
  font-size: var(--txt-52);
  line-height: 50px;
  color: #0097ca;
  margin: 0;
  font-family: "EB Garamond", serif !important;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

.section-title h2 {
  font-size: var(--txt-52);
  line-height: 50px;
  color: #0097ca;
  margin: 0;
  font-family: "EB Garamond", serif !important;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

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

.dark h1 {
  color: #fff;
}

.dark h2 {
  color: #fff;
}

.dark h3 {
  color: #fff;
}

.dark h4 {
  color: #fff;
}

.dark h5 {
  color: #fff;
}

.dark h6 {
  color: #fff;
}

.dark p {
  color: #ccc;
}

.dark span {
  color: #ccc;
}

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

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

.theme-btn {
  position: relative;
  background: #b6dfeb;
  font-family: "Montserrat", 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;
  -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: #cfedf6;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

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

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

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

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

.theme-input {
  position: relative;
}

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

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

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

#back2top {
  position: fixed;
  bottom: 74px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 111;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: none;
}

#back2top img {
  visibility: visible !important;
  width: 42px;
  background-color: #b3dce7;
  border-radius: 50%;
}

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

.form-group {
  position: relative;
}

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

.close {
  color: #fff;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  text-shadow: none;
  opacity: 1;
}

.social-icon a img {
    filter: opacity(0.5);
}
.social-icon a:hover img {
    filter: opacity(1);
}
.close:hover {
  color: #ffffff;
  opacity: 0.9;
  background: #0467ad;
}

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

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

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

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

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

.title-tagline {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

.section {
  position: relative;
  padding: 100px 0;
}

.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #ffffff;
  position: absolute;
  -webkit-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 var(--p60);
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffffee;
  height: 80px;
  -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

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

#header.sticky {
  -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 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

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

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

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

.theme-logo img {
  max-width: 200px;
}

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

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

.socials .contact-head{
    padding-left:12px;
}
.socials .contact-head{
    align-items: center;
}
.contact-head .txt {
    margin-top: 40px;
}

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

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

.webp .pattern-bg {
  background-image: url(../images/so-white.webp);
}

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

.no-webp .pattern-bg {
  background-image: url(../images/so-white.jpg);
}

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

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

.theme-padding {
  padding: 0 var(--p140);
}

.welcome::before {
  content: "";
  background-color: #0097ca;
  height: 40%;
  position: absolute;
  right: 0;
  top: 0;
  width: 5%;
}

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

.location-list ul li:before,
.welcome-list ul li:before {
  border: 2px solid #28438c;
}

.location-img,
.welcome-img {
  padding: 30px;
}

.location .welcome-img,
.welcome .welcome-img {
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -45px;
  height: 70px;
    display: flex;
    align-items: center;
  font-size: 18px !important;
  padding: 8px 15px !important;
  z-index: 999 !important;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #0097ca;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  /*font-weight: 600;*/
}

.sticky-form.open {
  right: 0;
}

.sticky-form {
  position: fixed;
  top: 35%;
  cursor: pointer;
  z-index: 9999;
  right: -400px;
  background: #1d57a3;
  padding: 30px 30px 24px 30px;
  max-width: 400px;
  width: 400px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.close-form {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
}

.close-form span {
  color: #1d57a3;
  font-size: 25px;
  line-height: 30px;
}

a.sticky-btn-enquire:hover {
  background-color: #000a;
  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;
}

#scontactform .sm-form-control::-webkit-input-placeholder {
  color: #000 !important;
}

#scontactform .sm-form-control::-moz-placeholder {
  color: #000 !important;
}

#scontactform .sm-form-control:-ms-input-placeholder {
  color: #000 !important;
}

#scontactform .sm-form-control:-moz-placeholder {
  color: #000 !important;
}

.theme-bt {
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-bt span {
  color: #1d57a3;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-bt:hover {
  background-color: #0076bc;
}

.theme-bt:hover span {
  color: #fff;
}

.contact-section {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 9999;
  background: #1d57a3;
  max-width: 1300px;
  margin: 0 auto;
  right: 0;
  border-top: 1px solid rgba(181, 222, 234, 0.4);
}

.contact-section .col-form {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}

.contact-section .col-form .sm-form-control {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #b6dfeb;
  color: #b6dfeb !important;
}

.contact-section .sm-form-control::-webkit-input-placeholder {
  color: #b6dfeb !important;
}

.contact-section .sm-form-control::-moz-placeholder {
  color: #b6dfeb !important;
}

.contact-section .sm-form-control:-moz-placeholder {
  color: #b6dfeb !important;
}

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

.contact-section.sm-form-control:-ms-input-placeholder {
  color: #b6dfeb !important;
}

.footer1_detail p {
  display: inline-block;
  font-size: 14px;
}

.footer1_detail span {
  font-size: 14px;
}

#footer {
  padding: 20px 20px 10px 0;
}

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

.contact b {
  color: #28438c;
}

.floorplan-img {
  position: relative;
  border: 10px solid #28438c;
}

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

.floorplan-img .yBox {
  position: absolute;
  top: calc(50% + 15px);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}

.floorplan-img .yBox svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.floorplan-img:hover:before {
  opacity: 0.5;
}

.floorplan-img:hover .yBox {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .insomenu-bars {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
  }
  .insomenu-bars span {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #28438c;
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .insomenu-bars span:after {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #28438c;
    display: block;
    content: "";
    bottom: -8px;
    width: 20px;
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #28438c;
    top: -8px;
    display: block;
    content: "";
    top: -8px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  .insomenu-active .insomenu-bars span {
    opacity: 1;
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
  }
  .insomenu-active .insomenu-bars span:after {
    opacity: 1;
    bottom: 0;
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
  }
  .insomenu-active .insomenu-bars span:before {
    opacity: 1;
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 1;
    width: 25px;
  }
  .insomenu-active .menu-creative {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .insomenu-active #header-primary-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }
  #header-primary-menu {
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 0;
    padding: 0 20px 20px !important;
    margin-top: 70px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #header-primary-menu ul li {
    display: block;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  #header-primary-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .header__menu-item {
    line-height: 32px;
  }
  .is-hidden-touch {
    display: none;
  }
  .is-hidden-desktop {
    display: block !important;
  }
  .col-location,
  .col-welcome {
    width: 100% !important;
  }
  .location-block,
  .welcome-block {
    padding: 30px 0 0 0px;
  }
  .col-celestial-galleria {
    width: 100% !important;
  }
  .contact-section-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -119px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #1d57a3;
    z-index: 9999;
  }
  .contact-section.open .close-form {
    opacity: 1;
    background-color: transparent;
  }
  .contact-section.open .contact-section-inner {
    bottom: 0;
  }
  .contact-section {
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgba(45, 41, 38, 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
  }
  .contact-section .col-form {
    width: 50%;
  }
  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .col-form-title h3 {
    margin: 0;
    padding: 6px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-top: 1px solid #b6dfeb;
    text-transform: uppercase;
  }
  #footer {
    padding: 20px 20px 60px 0;
  }
  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  .sticky-form {
    width: 400px;
    max-width: 100%;
  }
  .sticky-btn-enquire {
      height: auto;
          justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    text-align: center;
  }
  .col-footer {
    padding: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .col-footer:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
    #section-banner {
  margin-top: 80px;
}
  .section {
    position: relative;
    padding: 60px 0;
  }
  .section-title h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  #location-slider1 .splide__arrows .splide__arrow {
    bottom: -24px;
  }
}

@media screen and (max-width: 600px) {
  .contact-section .col-form {
    width: 100%;
  }
  .contact-section-inner {
    bottom: -214px;
  }
  #back2top {
    display: none !important;
  }
  p {
    font-size: 14px;
    line-height: 24px !important;
  }
  .section-title h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .section-title h2:before {
    height: 2px;
  }
  .location-list h3,
  .welcome-list h3 {
    min-height: inherit;
  }
  .connectivity-list {
    margin-top: 10px;
  }
  .listed-points li {
    font-size: 14px;
    line-height: 24px !important;
  }
}

li.header__menu-item.btn {
  background: #0097ca;
  border-radius: 10px;
  padding: 10px 25px;
}

li.header__menu-item.btn .header__menu-link {
  color: #ffffff;
  font-weight: 600;
}

li.header__menu-item.btn:hover {
  background: #0097ca99;
}

li.header__menu-item.btn:hover .header__menu-link {
  color: #101010;
}

li.header__menu-item .header__menu-link {
  color: #101010;
}

li.header__menu-item .header__menu-link:hover {
  color: #0097ca;
  /*font-weight: 600;*/
}

.sai-title {
  font-family: "EB Garamond", serif !important;
  color: #0097ca;
  font-size: var(--txt-52);
  font-weight: normal;
}

.sai-subtitle {
  color: #333333;
  font-size: var(--txt-28);
  font-weight: 600;
}

.color1 {
  color: #0097ca !important;
}

.white {
  color: #fff !important;
}

.welcome {
  background-color: #f8f8f8;
}

.wlcome-txt-image {
  margin: 0 calc(var(--p140) * -1);
  position: relative;
}

.wlcome-txt-image::before {
  content: "";
  display: block;
  width: 10%;
  background-color: #0097ca;
  height: 5px;
  position: absolute;
  top: 0;
}

.welcome {
  margin-bottom: 6% !important;
  overflow: unset;
}

.welcome .section-title {
  margin-left: -12px;
}

.welcome-img {
    position: absolute;
    margin-top: -6%;
  /*margin-right: -9%;*/
  /*margin-bottom: -70%;*/
}


@media only screen and (max-width: 1440px) {
    .welcome-img {
    margin-top: -3%;
}
.gallery .splide__slide {
  border-radius: 30px;
}
}

@media (max-width: 1024px) {
  .welcome-img {
      position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.welcome-text{
    padding-bottom: 50px;
}
.welcome .wlcome-txt-image {
  position: relative;
  padding-top: 50px;
}

.welcome .wlcome-txt-image picture img {
  /*position: absolute;*/
  left: 0;
}

.overview .line {
  display: block;
  background-color: #333333;
  height: 1px;
  width: 95%;
}

.overview-txt p {
  margin-bottom: 0;
  line-height: var(--txt-20);
}

.overview .notification {
  border-radius: 20px;
}

.overview .notification p:nth-child(1) {
  font-weight: 600;
}

.overview .usp-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin: 10px;
}

.overview ul.disk li {
  list-style-type: disc;
}

.overview .usp-img {
  margin-left: calc(var(--p140) * -1);
}

.overview .usp-img img {
  margin-top: calc(var(--p140) * -1);
}

.overview .usp-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.overview .icon-bx {
  background-color: #f8f8f8;
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
}

.overview .icon-bx picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overview .icon-bx img {
  width: 65%;
}

.overview h3 {
  display: inline-block;
}

.amenities {
  overflow: unset;
  margin-bottom: calc(var(--p60)* 2) !important;
  background-image: url(../images/assets/Pattern.png), url(../images/assets/Pattern.webp);
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
}

.amenities .notification {
  border-radius: 20px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.amenities .notification .icon-bx {
  background-color: #149fce;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.amenities .notification .icon-bx picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.amenities .notification .icon-bx img {
  width: 80%;
}

.amenities .notification .icon-bx:hover {
  background-color: #0f789b;
}

.amenities .line {
  background-color: #333333;
  height: 1px;
  width: 100vw;
  margin-left: calc(var(--p140) * -1);
}

.amenities-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.location {
  padding-bottom: var(--p30);
}

.location-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}

.location-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.location-text-list .icon-bx {
  background-color: #fff;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.location-text-list .icon-bx picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.location-text-list .icon-bx img {
  width: 80%;
}

.location-text-list .icon-bx:hover {
  background-color: #fefefe;
}

.location .map-bx {
  position: relative;
  margin-bottom: calc(var(--p60)* -3);
  padding: 20px;
}

.location .map-bx img {
  border-radius: 0 0 0 40px;
}

@media only screen and (max-width: 480px) {
  .location .map-bx img {
    border: 1px solid #000;
  }
}

.location .map-bx::before, .location .map-bx::after {
  content: '';
  display: block;
  position: absolute;
  height: 100px;
  width: 100px;
  z-index: -1;
}

@media only screen and (max-width: 480px) {
  .location .map-bx::before, .location .map-bx::after {
    all: unset;
  }
}

.location .map-bx::before {
  background-color: #333333;
  -webkit-transform: translate(-45%, -45%);
          transform: translate(-45%, -45%);
}

.location .map-bx::after {
  background-color: #0097ca;
  right: 0;
  height: 400px;
  width: 270px;
  -webkit-transform: translate(var(--p140), -80%);
          transform: translate(var(--p140), -80%);
}

.splide__arrow {
  background-color: #000a;
  height: 50px;
  width: 50px;
}

.splide__arrow svg {
  fill: white;
}

.gallery {
  z-index: 2;
}

.gallery .splide__slide {
  border-radius: 35px;
  overflow: hidden;
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
}

.gallery-card {
  position: relative;
  background-color: #ffffff;
}

.gallery-card .glass {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff9;
}

.gallery-card a {
  display: none;  
}
.gallery-card .glass img {
  background: #0008;
  padding: 5px;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  opacity: 0;
  
}

.gallery .splide__slide.is-active .gallery-card picture{
  opacity: 1;
}
.gallery .splide__slide .gallery-card picture{
    opacity: 0.6;
}

.gallery .splide__slide.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery .splide__slide.is-active .glass {
  background-color: #0000;
}

.gallery .splide__slide.is-active a {
    display: block;
}
.gallery .splide__slide.is-active .glass img {
  opacity: 1;
}

#plan-slider {
  padding: 0 20%;
  margin-bottom: -50vh;
}

@media (max-width: 768px) {
  #plan-slider {
    padding: 0 10px;
  }
}

#plan-slider .splide__slide .plan-card img {
  border-radius: 20px;
}

.floorplans {
  padding-top: calc(var(--p140) * 2);
  margin-top: calc( var(--p140) * -2) !important;
  overflow: unset;
  margin-bottom: 50vh !important;
}

.contactus {
  z-index: 2;
}

.contactus .cont-img {
  position: relative;
}

.contactus .section-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: var(--p140);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactus .socials {
  background-color: #2b2b2b;
  border-radius: 0 0 30px 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.contactus .contact-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media only screen and (max-width: 768px) {
  .contactus .contact-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /*padding-left: 20px;*/
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
}

.contactus .contact-head .icon-bx {
  background-color: #262626;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .contactus .contact-head .icon-bx {
    width: 70px;
    height: 70px;
  }
  .contactus .contact-head .icon-bx picture {
    width: 70px;
  }
}

.contactus .contact-head .icon-bx picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactus .contact-head .icon-bx img {
  width: 80%;
}

.contactus .contact-head .icon-bx:hover {
  background-color: #fefefe;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.social-icon img {
  width: 42px;
  height: 42px;
}

.color2-bg {
  background-color: #333333;
}

.aboutcompany {
  padding-bottom: 0;
  margin-bottom: -7% !important;
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
}

@media only screen and (max-width: 768px) {
  .aboutcompany {
    padding-bottom: 0;
    margin-bottom: 0% !important;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.aboutcompany .right .img-box {
  -webkit-transform: translateY(298%);
          transform: translateY(298%);
}

@media only screen and (max-width: 768px) {
  .aboutcompany .right .img-box {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.aboutcompany .right .compny-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: var(--p140);
  top: 350px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  z-index: 1;
  /*-webkit-transform: translate(-35%, 20%);*/
          /*transform: translate(-35%, 20%);*/
}

@media only screen and (max-width: 1520px) {

    .aboutcompany .right .compny-info{
    top: 215px;
    /*-webkit-transform: translate(-35%, 6%);*/
    /*transform: translate(-35%, 6%);*/
}
.aboutcompany .right .compny-info .c-details {
    /*margin-right: -171px;*/
}
}
@media only screen and (max-width: 1440px) {
 .aboutcompany .right .compny-info{
    top: 175px;
    /*-webkit-transform: translate(-35%, 6%);*/
    /*transform: translate(-35%, 6%);*/
}   
    
}    
@media only screen and (max-width: 1024px) {
  .aboutcompany .right .compny-info {
      top: unset;
    /*-webkit-transform: translate(0, 0);*/
    /*        transform: translate(0, 0);*/
         left: unset; 
     top: unset;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .aboutcompany .right .compny-info .c-details{
      margin: 0 var(--p140);
  }
}

@media only screen and (max-width: 768px) {
  .aboutcompany .right .compny-info {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  
}

.aboutcompany .right .compny-info .c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aboutcompany .right .compny-info .c-logo a picture {
  width: 200px;
  aspect-ratio: 1 / 1;
}

.aboutcompany .right .compny-info .c-logo a picture img {
  width: 440px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: 20px;
  background-color: #ffffff99;
}




@media only screen and (max-width: 1023px) {
  .aboutcompany .right .compny-info .c-logo a picture img {
    aspect-ratio: 304 / 167;
  }
  
  li.header__menu-item.btn {
    /*position: absolute;*/
    bottom: 0;
    right: 90px;
    padding: 5px 15px !important;
    align-items: center;
    display: flex;
    justify-content: center;
}
  li.header__menu-item.btn a{
      text-align:center;
  }
  
     .aboutcompany .right .compny-info{
        margin-top: -100%;
        gap :20px;
    }
  .aboutcompany .right .compny-info .c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 250px;
  background-color: #ffffff99;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutcompany .right .compny-info .c-logo a picture img {
     padding: 0px;
     background-color: transparent;
}
  .section.overview .sai-subtitle {
      text-align: center;
  }
  
  
  
}

.aboutcompany .right .compny-info .c-details {
  padding: 80px 50px;
  background-color: #ffffff99;
  border-radius: 0 0 0 25px;
}

@media only screen and (max-width: 768px) {
   
  .aboutcompany .right .compny-info .c-details {
      
    padding: 20px;
  }
  .aboutcompany .right .compny-info .c-details * {
    text-align: center;
  }
  
  

  
  
  
}
#section-amenities{
    padding-top:0px;
}
.aboutcompany .left picture {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  z-index: 1;
}

@media only screen and (max-width: 768px) {
#head-contact .modal-close {
    top: 90px !important;
}
 .contact-head .txt {
    margin-top: 25px;
}
  .aboutcompany .left picture {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .aboutcompany .right .compny-info .c-details{
      background-color: #ffffffdd;
  }
  .splide__arrow {
  background-color: #000;
  height: 25px;
  width: 25px;
  top: 0;
}
.splide__arrow--prev {
    right: 3em;
    left: unset;
}
.splide__track {
    padding-top: 25px;
}
.gallery .splide__slide {
    border-radius: 10px;
    
}
}

@media (max-width: 1288) {
  .header__menu-item {
    display: inline-block;
    padding: 25px 5px;
  }
}

@media (max-width: 1288px) {
  .is-touch-hide {
    display: none;
  }
}

@media (min-width: 1288px) {
  .is-desktop-hide {
    display: none;
  }
  .is-desktop-hide #header-primary-menu {
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 0;
    padding: 0 20px 20px !important;
    margin-top: 70px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}

@media only screen and (max-width: 1024px) {
  #section-overview, #section-location, #section-aboutcompany {
    padding: 0;
  }
  .overview .usp-img img {
    margin-top: 0;
  }
  .overview .usp-img {
    margin-left: 0;
}
}

@media only screen and (max-width: 480px) {
  #section-overview .sai-subtitle {
    text-align: left;
  }
}

footer .line-art {
  width: 100%;
  height: 15px;
    transform: translateY(-1.7rem);
  border-radius: 25px;
  background-color: #0097ca;
}

@media only screen and (max-width: 480px) {
  footer .line-art {
    height: 5px;
  }
}

footer .footer1_detail {
  position: initial;
}

footer .footer1_detail p.inso {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: fixed;
  right: -75px;
  bottom: 130px;
}
/*# sourceMappingURL=all-custom.css.map */
.modal-card form{
  padding: 10px;
}

.modal-card .contact-container,
.modal-card .name-container{
display: flex;
justify-content: center;
    column-gap: 20px;
  }
  #head-contact .modal-card .inquiry-submit{
background-color: #0097ca;
color: #ffffff;
margin-bottom: 2%;

  }
  #head-contact .modal-card .inquiry-submit:hover{
background-color: #006e92;

  }
  .overview-txt p{
    margin-bottom: 20px;
  }
#head-contact .modal-close {
    background: #fff5;
    height: 50px;
    position: fixed;
    right: 20px;
    top: 120px;
    width: 50px;
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg::after, .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    border-bottom: 3px solid #0097ca !important;
    border-left: 3px solid #0097ca !important;
}
#section-welcome{
    padding-bottom:0px;
}
