@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  overflow-x: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "Montserrat", sans-serif;
  color: #000F37;
  text-transform: capitalize;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p.serif span {
  color: #0096AD;
  font-weight: 700;
}

p {
  font-size: 18px;
  color: #000F37;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: inherit;
}

h1 {
  font-size: 75px;
  font-weight: 500;
}
@media all and (max-width: 1280px) {
  h1 {
    font-size: 65px;
  }
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 55px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 400;
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.subHead {
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  color: #453F83;
}
@media all and (max-width: 992px) {
  .subHead {
    font-size: 20px;
  }
}

.btnP {
  background-color: #453F83;
  padding: 15px 30px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #ffffff;
}
.btnP:hover {
  background-color: #0096AD;
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .btnP {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.btnW {
  background-color: #ffffff;
  padding: 15px 30px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #453F83;
}
.btnW:hover {
  background-color: #0096AD;
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .btnW {
    padding: 10px 20px;
    font-size: 16px;
  }
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

@media all and (max-width: 767px) {
  select, button {
    font-family: "Montserrat", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
  }
}

.section-padding {
  padding: 0 5% 5%;
}
@media all and (max-width: 992px) {
  .section-padding {
    padding: 5%;
  }
}

.sec-padding {
  padding: 5% 0;
}
@media all and (max-width: 992px) {
  .sec-padding {
    padding: 5%;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 2%;
  z-index: 999;
  transition: all 1s ease 0.1s;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 100%);
}
.header.darkHeader {
  background: #453F83;
  padding: 10px 2%;
}
.header.darkHeader .logo.mobile .logo-img {
  width: 150px;
}
.header.darkHeader #burger {
  top: 33px;
}
.header.darkHeader .nav ul li.logo a {
  height: 100px;
}
.header.darkHeader .nav ul li.logo::before {
  position: absolute;
  width: 70%;
}
.header.darkHeader .nav ul li.pBtn a {
  background-color: #000F37;
}
@media all and (max-width: 992px) {
  .header.darkHeader .nav ul li.logo {
    position: absolute;
    top: 30px;
    height: 80px;
  }
}
.header .logo.mobile {
  display: none;
}
.header .logo.mobile .logo-img {
  width: 200px;
  transition: all 0.3s ease 0.1s;
}
.header .nav ul {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav ul li {
  display: inline-block;
}
.header .nav ul li a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.header .nav ul li a:hover {
  color: #0096AD;
}
.header .nav ul li.logo {
  position: unset;
  margin: 0 auto;
  position: relative;
}
.header .nav ul li.logo::before {
  position: absolute;
  width: 100%;
  max-width: 200px;
  height: 100%;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 1s ease 0.1s;
}
.header .nav ul li.logo a {
  transition: all 1s ease 0.1s;
  width: 400px;
  height: 150px;
  opacity: 0;
  z-index: 999;
  padding: 0;
}
.header .nav ul li.pBtn a {
  background-color: #453F83;
  padding: 15px 30px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #ffffff;
}
.header .nav ul li.pBtn a:hover {
  background-color: #0096AD;
  color: #ffffff;
}
@media all and (max-width: 1730px) {
  .header .nav ul li a {
    font-size: 15px;
    padding: 15px;
  }
  .header .nav ul li.logo a {
    width: 300px;
  }
  .header .nav ul li.pBtn a {
    font-size: 15px;
  }
}
@media all and (max-width: 1500px) {
  .header .nav ul li a {
    font-size: 14px;
    padding: 15px 10px;
  }
  .header .nav ul li.logo a {
    width: 200px;
    height: 100px;
  }
  .header .nav ul li.pBtn a {
    font-size: 14px;
  }
}
@media all and (max-width: 1250px) {
  .header .nav ul li a {
    font-size: 12px;
    padding: 15px 5px;
  }
  .header .nav ul li.logo a {
    width: 180px;
    height: 100px;
  }
  .header .nav ul li.pBtn a {
    font-size: 12px;
  }
}
@media all and (max-width: 1150px) {
  .header .nav ul li.logo a {
    width: 250px;
    height: 100px;
  }
}
@media all and (max-width: 992px) {
  .header .nav {
    background-color: #453F83;
    padding: 5%;
    width: 90%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(120%);
    opacity: 0;
    transition: all 1s ease 0.3s;
  }
  .header .nav.show {
    transform: translateX(0);
    opacity: 1;
  }
  .header .nav ul {
    flex-direction: column;
  }
  .header .nav ul li {
    width: 100%;
  }
  .header .nav ul li a {
    font-size: 17px;
    padding: 10px 0px;
  }
  .header .nav ul li.logo {
    position: absolute;
    top: 30px;
  }
  .header .nav ul li.pBtn a {
    font-size: 17px;
    background-color: #0096AD;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
  }
}
.header div#burger {
  height: 40px;
  width: 35px;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 5%;
  top: 53px;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.3s ease 0.1s;
}
.header div#burger span {
  height: 4px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin-bottom: 7px;
  transition: all 1s ease 0.1s;
  z-index: 99999;
}
.header div#burger span:last-child {
  margin-bottom: 0;
}
.header div#burger span:nth-child(2n) {
  margin-left: 8px;
}
.header div#burger.open span {
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #ffffff;
}
.header div#burger.open span:first-child {
  top: 11px;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
}
.header div#burger.open span:last-child {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(-45deg);
  top: -11px;
}
@media all and (max-width: 992px) {
  .header div#burger {
    display: flex;
  }
}
@media all and (max-width: 992px) {
  .header {
    padding: 10px 5%;
  }
  .header .logo.mobile {
    display: block;
  }
  .header .logo.mobile .logo-img {
    width: 200px;
  }
}
@media all and (max-width: 767px) {
  .header div#burger {
    top: 33px;
  }
  .header .logo.mobile {
    display: block;
  }
  .header .logo.mobile .logo-img {
    width: 150px;
  }
}

footer.footer {
  padding-top: 5%;
}
footer.footer .innerFooter {
  display: grid;
  grid-template-columns: 50% 50%;
}
footer.footer .innerFooter .logoBox img {
  width: 250px;
}
footer.footer .innerFooter .footerDet .contDet {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
}
footer.footer .innerFooter .footerDet .contDet .head {
  color: #453F83;
  font-weight: 700;
}
footer.footer .innerFooter .footerDet .contDet .info {
  display: flex;
  gap: 20px;
  font-weight: 500;
}
footer.footer .innerFooter .footerDet .contDet .info a:hover {
  color: #000F37;
}
footer.footer .innerFooter .footerDet .copy p {
  opacity: 0.6;
  font-size: 15px;
}
footer.footer .innerFooter .footerDet .copy p a {
  font-size: inherit;
}
footer.footer .innerFooter .footerDet .copy p a:hover {
  color: inherit;
}
@media all and (max-width: 1280px) {
  footer.footer .innerFooter {
    grid-template-columns: 40% 60%;
  }
  footer.footer .innerFooter .footerDet .contDet {
    flex-direction: column;
  }
}
@media all and (max-width: 992px) {
  footer.footer .innerFooter {
    grid-template-columns: 100%;
    gap: 30px;
  }
  footer.footer .innerFooter .logoBox img {
    width: 200px;
  }
  footer.footer .innerFooter .footerDet .contDet {
    flex-direction: column;
  }
  footer.footer .innerFooter .footerDet .contDet .info {
    flex-direction: column;
    gap: 10px;
  }
}

/*
  SASS file for Wrappers Only
*/
.main-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 20px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid white;
  padding: 10px 0 !important;
  color: white;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.gform_wrapper .gform_body .gform_fields .gfield input::placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  color: white;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1400px) {
  .gform_wrapper .gform_body .gform_fields .gfield input::placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield input::placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
    font-size: 1.4rem;
  }
}
.gform_wrapper .gform_footer {
  margin-top: 30px !important;
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 15px 40px !important;
  background-color: #ffffff;
  color: #000F37;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  border: none;
  font-weight: 500;
}
@media all and (max-width: 992px) {
  .gform_wrapper .gform_footer .gform_button {
    padding: 10px 30px !important;
  }
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

#field_1_8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#field_1_8 label {
  color: #ffffff;
}
#field_1_8::before {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  content: "Are you a broker?";
  color: #ffffff;
}
#field_1_8 legend {
  display: none !important;
}
#field_1_8 .ginput_container_radio .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#field_1_8 .ginput_container_radio .gfield_radio input {
  display: none;
}
#field_1_8 .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin-left: 15px;
  position: relative;
}
#field_1_8 .ginput_container_radio .gfield_radio .gchoice label {
  cursor: pointer;
  padding-left: 23px;
  font-family: "Montserrat", sans-serif;
}

#field_1_6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#field_1_6 label {
  color: #ffffff;
}
#field_1_6 legend {
  display: none !important;
}
#field_1_6 .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#field_1_6 .ginput_container_checkbox .gfield_checkbox input {
  display: none;
}
#field_1_6 .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  margin-left: 15px;
  position: relative;
}
#field_1_6 .ginput_container_checkbox .gfield_checkbox .gchoice label {
  cursor: pointer;
  padding-left: 23px;
  font-family: "Montserrat", sans-serif;
}

.custom-check {
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid transparent;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.custom-check .custom-check-inner {
  height: 11px;
  width: 11px;
  border-radius: 50%;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: unset !important;
}

.gfield-choice-input:checked + label + .custom-check .custom-check-inner {
  background-color: white;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-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;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-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;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

.homeBanner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #000000;
  padding: 5%;
}
.homeBanner video, .homeBanner .back {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.6;
}
.homeBanner .videoPlayMobile {
  display: none;
}
.homeBanner h1, .homeBanner h3 {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.homeBanner .play {
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.homeBanner .play span {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
}
.homeBanner .play p {
  color: #ffffff;
  margin: 0;
}
.homeBanner .builderLogo {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .homeBanner {
    height: 700px;
    flex-direction: column;
    gap: 20px;
  }
  .homeBanner .builderLogo {
    position: unset;
    width: 100px;
  }
  .homeBanner .videoPlayMobile {
    display: block;
  }
  .homeBanner .play {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .homeBanner {
    height: 600px;
  }
}

.aboutSec {
  overflow: hidden;
  padding-top: 5%;
}
.aboutSec .sliderOutter {
  margin-top: 5%;
  position: relative;
}
.aboutSec .sliderOutter .arrows {
  position: absolute;
  top: 45%;
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 3;
}
.aboutSec .sliderOutter .arrows > div {
  background-color: #453F83;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.aboutSec .sliderOutter .arrows > div img {
  width: 15px;
}
.aboutSec .sliderOutter .arrows > div.next img {
  transform: rotate(180deg);
}
.aboutSec .aboutSlider {
  width: 130%;
  left: -15%;
}
.aboutSec .aboutSlider .img {
  margin: 0 15px;
}
@media all and (max-width: 992px) {
  .aboutSec .aboutSlider {
    left: 0;
    width: 100%;
  }
}

.btnBox {
  margin-top: 30px;
}

.theCom .col {
  display: grid;
  grid-template-columns: 40% 55%;
  justify-content: space-between;
  margin-bottom: 5%;
}
.theCom .iframeBox {
  padding-top: 50%;
  position: relative;
  width: 100%;
}
.theCom .iframeBox iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.theCom .videoBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.theCom .videoBox video {
  width: 100%;
}
.theCom .videoBox .play {
  position: absolute;
  left: 0%;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 3;
  width: 70px;
  display: inline-block;
}
.theCom .videoBox .play span {
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
}
.theCom .videoBox .play p {
  color: #ffffff;
  margin: 0;
}
@media all and (max-width: 992px) {
  .theCom .col {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.the_homes .homesSec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 70px;
  margin-top: 30px;
}
.the_homes .homesSec .home .imgBox {
  position: relative;
}
.the_homes .homesSec .home .imgBox .type {
  background-color: #453F83;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.the_homes .homesSec .home .dets {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  align-items: flex-end;
}
.the_homes .homesSec .home .dets .details {
  width: calc(100% - 40px);
}
.the_homes .homesSec .home .dets .details p {
  margin-bottom: 0;
}
.the_homes .homesSec .home .dets .details p.title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000F37;
  font-size: 22px;
}
.the_homes .homesSec .home .dets .link {
  width: 20px;
}
.the_homes .homesSec .home .dets .link img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .the_homes .homesSec {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 500px) {
  .the_homes .homesSec {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.featuresBox {
  background-color: #000F37;
  overflow: hidden;
  margin-bottom: 5%;
}
.featuresBox .two-col {
  display: grid;
  grid-template-columns: 50% 50%;
}
.featuresBox .two-col .mainS {
  overflow: hidden;
  padding: 100px 0;
  max-height: 800px;
}
.featuresBox .two-col .mainS .mainSlider .slick-list {
  display: flex;
  align-items: center;
  overflow: visible;
}
.featuresBox .two-col .mainS .mainSlider .slick-list .img {
  height: 600px;
}
.featuresBox .two-col .mainS .mainSlider .slick-list .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.featuresBox .two-col .featureDet {
  background-color: #000F37;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10%;
}
.featuresBox .two-col .featureDet .subHead {
  color: #0096AD;
}
.featuresBox .two-col .featureDet h2 {
  color: #ffffff;
}
.featuresBox .two-col .featureDet p {
  color: #ffffff;
}
.featuresBox .two-col .feature .fe:last-child p::before {
  display: none;
}
.featuresBox .two-col .feature .fe p {
  padding: 30px 0;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
}
.featuresBox .two-col .feature .fe p::before {
  width: 100px;
  height: 1.5px;
  position: absolute;
  content: "";
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.featuresBox .two-col .sliderNav {
  max-width: 500px;
  margin: 50px auto 0;
}
.featuresBox .two-col .sliderNav .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
}
.featuresBox .two-col .sliderNav .slick-dots li {
  list-style: none;
  position: relative;
}
.featuresBox .two-col .sliderNav .slick-dots li:focus-visible {
  box-shadow: none;
}
.featuresBox .two-col .sliderNav .slick-dots li button {
  padding: 0;
  opacity: 0.6;
}
.featuresBox .two-col .sliderNav .slick-dots li.slick-active::before {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  position: absolute;
  border: 1px solid #ffffff;
  content: "";
  z-index: 2;
}
.featuresBox .two-col .sliderNav .slick-dots li.slick-active button {
  opacity: 1;
}
@media all and (max-width: 992px) {
  .featuresBox .two-col {
    display: flex;
    flex-direction: column-reverse;
    grid-template-columns: 100%;
  }
  .featuresBox .two-col .featureDet {
    padding: 5%;
  }
  .featuresBox .two-col .featureDet .sliderNav {
    margin-top: 30px;
  }
  .featuresBox .two-col .mainS {
    padding: 50px 0;
    max-height: 600px;
  }
  .featuresBox .two-col .mainS .mainSlider .slick-list .img {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .featuresBox .two-col .featureDet .feature .fe p {
    padding: 15px 0;
  }
  .featuresBox .two-col .mainS {
    padding: 50px 0;
    max-height: 400px;
  }
  .featuresBox .two-col .mainS .mainSlider .slick-list .img {
    height: 300px;
  }
}

.sitePlan {
  padding-bottom: 0;
}
.sitePlan .headBox {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media all and (max-width: 992px) {
  .sitePlan .headBox {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: flex-start;
  }
}

.neighbourhoodSec .cols {
  display: grid;
  grid-template-columns: 65% 35%;
  justify-content: space-between;
  align-items: center;
}
.neighbourhoodSec .cols .copyBox {
  padding: 10%;
}
.neighbourhoodSec .cols .copyBox .neighbourhood {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.neighbourhoodSec .cols .copyBox .neighbourhood img {
  width: 100%;
  margin-bottom: 30px;
}
.neighbourhoodSec .cols .copyBox .neighbourhood .head {
  color: #0096AD;
  font-size: 22px;
  font-weight: 400;
}
.neighbourhoodSec .cols .AmenitySec {
  position: relative;
  overflow: hidden;
}
.neighbourhoodSec .cols .AmenitySec .btnArr {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
.neighbourhoodSec .cols .AmenitySec .btnArr .arrowsA {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.neighbourhoodSec .cols .AmenitySec .btnArr .arrowsA > div {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.neighbourhoodSec .cols .AmenitySec .btnArr .arrowsA > div img {
  width: 15px;
}
.neighbourhoodSec .cols .AmenitySec .btnArr .arrowsA > div.prevA {
  transform: rotate(180deg);
}
.neighbourhoodSec .cols .AmenitySec .loader {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
  right: -100px;
  top: 40%;
  display: flex;
  align-items: center;
}
.neighbourhoodSec .cols .AmenitySec .loader::after {
  border: 3px solid #ffffff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-color: #ffffff #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-135deg);
}
.neighbourhoodSec .cols .AmenitySec .loader::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border: 6px solid #0096AD;
  border-color: #0096AD #0096AD rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 5.2s ease-in-out infinite;
  transform: rotate(135deg);
}
.neighbourhoodSec .cols .AmenitySec .loader .count {
  position: absolute;
  left: 50px;
}
.neighbourhoodSec .cols .AmenitySec .loader .count p {
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  font-size: 25px;
  font-weight: 600;
}
.neighbourhoodSec .cols .AmenitySec .loader .count p span:first-child {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.neighbourhoodSec .cols .AmenitySec .imgBox {
  height: 900px;
}
.neighbourhoodSec .cols .AmenitySec .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1500px) {
  .neighbourhoodSec .cols {
    grid-template-columns: 60% 40%;
  }
  .neighbourhoodSec .cols .AmenitySec .imgBox {
    height: 800px;
  }
}
@media all and (max-width: 1280px) {
  .neighbourhoodSec .cols .AmenitySec .imgBox {
    height: 600px;
  }
}
@media all and (max-width: 992px) {
  .neighbourhoodSec .cols {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .neighbourhoodSec .cols .copyBox {
    padding: 0%;
  }
  .neighbourhoodSec .cols .copyBox .neighbourhood {
    margin-top: 20px;
  }
  .neighbourhoodSec .cols .copyBox .neighbourhood img {
    margin-bottom: 10px;
  }
  .neighbourhoodSec .cols .AmenitySec .loader {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .neighbourhoodSec .cols .copyBox .neighbourhood {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .neighbourhoodSec .cols .AmenitySec .btnArr {
    position: relative;
    padding: 0;
    margin-top: 20px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .neighbourhoodSec .cols .AmenitySec .btnArr .btnW {
    background-color: #453F83;
    color: #ffffff;
  }
  .neighbourhoodSec .cols .AmenitySec .btnArr .arrowsA > div {
    background-color: #000F37;
  }
  .neighbourhoodSec .cols .AmenitySec .btnArr .arrowsA > div img {
    filter: invert(1);
  }
  .neighbourhoodSec .cols .AmenitySec .imgBox {
    height: 400px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}
.theBuilder .cols {
  display: grid;
  grid-template-columns: 45% 50%;
  justify-content: space-between;
}
.theBuilder .cols .btnBox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.theBuilder .cols .btnBox img {
  width: 150px;
}
@media all and (max-width: 992px) {
  .theBuilder .cols {
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 767px) {
  .theBuilder .cols .btnBox {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

.formSec .two-col {
  display: grid;
  grid-template-columns: 50% 50%;
}
.formSec .two-col .formBox {
  background-color: #000F37;
  padding: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.formSec .two-col .formBox h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.formSec .two-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .formSec .two-col {
    grid-template-columns: 100%;
  }
  .formSec .two-col .imgBox {
    display: none;
  }
  .formSec .two-col .formBox {
    padding: 5%;
  }
  .formSec .two-col .formBox h2 {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
