@charset "UTF-8";
body {
  overflow-x: hidden;
}

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

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 50px;
}
@media all and (max-width: 1280px) {
  h1 {
    font-size: 45px;
  }
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 45px;
}
@media all and (max-width: 1280px) {
  h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

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

.section-padding {
  padding: 5%;
}

.subHead {
  color: #26aae1;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
}
.subHead.small {
  font-size: 20px;
}

.btnBlue {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  background-color: #26aae1;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "proxima-nova", sans-serif;
  margin-top: 30px;
  padding: 10px 35px;
  display: inline-block;
  position: relative;
}
.btnBlue:hover {
  text-decoration: none;
  color: #ffffff;
}

.page-template-template-thankyou .header nav.nav {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  padding: 15px 5%;
  z-index: 999;
  background: transparent;
  display: flex;
  align-items: center;
  top: 0;
}
.header.darkHeader {
  background-color: #051b2f;
}
.header.darkHeader #burger {
  top: 23px;
}
.header.darkHeader .logo-img {
  width: 100px;
}
@media all and (max-width: 1400px) {
  .header.darkHeader .logo-img {
    width: 80px;
  }
}
.header .logo-img {
  width: 120px;
  max-width: 100%;
  transition: width ease 0.3s;
}
@media all and (max-width: 1400px) {
  .header .logo-img {
    width: 100px;
  }
}
.header nav.nav {
  position: absolute;
  right: 5%;
}
.header nav.nav .logo-mob {
  display: none;
}
.header nav.nav .contBox {
  display: none;
}
.header nav.nav ul {
  padding: 0;
  margin: 0;
}
.header nav.nav ul li {
  list-style: none;
  display: inline-block;
}
.header nav.nav ul li.menu_register a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  background-color: #26aae1;
}
.header nav.nav ul li a {
  font-size: 18px;
  color: #26aae1;
  text-transform: capitalize;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  padding: 10px 15px;
  display: block;
  position: relative;
  font-weight: 400;
}
.header nav.nav ul li a:hover {
  text-decoration: none;
}
@media all and (max-width: 1400px) {
  .header nav.nav ul li a {
    font-size: 18px;
  }
}
@media all and (max-width: 1280px) {
  .header nav.nav ul li a {
    font-size: 16px;
    padding: 10px;
  }
}
@media all and (max-width: 992px) {
  .header nav.nav ul li {
    display: block;
    text-align: center;
  }
  .header nav.nav ul li a {
    font-size: 18px;
  }
}
@media all and (max-width: 992px) {
  .header nav.nav ul {
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .header nav.nav {
    background-color: #000000;
    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.nav.show {
    transform: translateX(0);
    opacity: 1;
  }
  .header nav.nav .logo-mob {
    display: block;
    width: 200px;
    max-width: 100%;
  }
  .header nav.nav .contBox {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .header nav.nav {
    width: 100%;
  }
}
.header div#burger {
  height: 40px;
  width: 35px;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 5%;
  top: 30px;
  z-index: 99999;
  cursor: pointer;
}
.header div#burger span {
  height: 5px;
  width: 100%;
  background-color: #26aae1;
  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.open span {
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #26aae1;
}
.header div#burger.open span:first-child {
  top: 12px;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
}
.header div#burger.open span:last-child {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(315deg);
  top: -12px;
}
@media all and (max-width: 992px) {
  .header div#burger {
    display: flex;
  }
}

.footer {
  background-color: #ebebeb;
}
.footer .footerInner img {
  margin-bottom: 30px;
  max-width: 300px;
  width: 100%;
}
.footer .footerInner p {
  margin-bottom: 0;
}
.footer .footerInner p.name {
  font-size: 28px;
}
.footer .footerInner a {
  color: #000;
}
.footer .footerInner .copy {
  max-width: 100%;
  width: 700px;
  margin: 30px auto 0;
}
.footer .footerInner .copy p {
  font-style: italic;
  opacity: 0.7;
}

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

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

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

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

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

/*
    SASS File for Gravity Forms CSS Override
*/
.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 !important;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1400px) {
  .gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: 1.4rem;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  border: none !important;
}
.gform_wrapper .gform_body .gform_fields .gfield ::placeholder {
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1400px) {
  .gform_wrapper .gform_body .gform_fields .gfield ::placeholder {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield ::placeholder {
    font-size: 1.4rem;
  }
}
.gform_wrapper .gform_footer {
  text-align: center;
  justify-content: center;
}
section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

#field_1_7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#field_1_7::before {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff9f9;
  font-size: 1.8rem;
  content: "Are you a broker?";
}
@media only screen and (max-width: 1400px) {
  #field_1_7::before {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #field_1_7::before {
    font-size: 1.4rem;
  }
}
#field_1_7 legend {
  display: none !important;
}
#field_1_7 .ginput_container_radio .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#field_1_7 .ginput_container_radio .gfield_radio input {
  display: none;
}
#field_1_7 .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin-left: 15px;
  position: relative;
}
#field_1_7 .ginput_container_radio .gfield_radio .gchoice label {
  cursor: pointer;
  padding-right: 23px;
  color: #ffffff;
}

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

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

.gfield-choice-input:checked + label + .custom-check {
  border: 1px solid white;
}

.gform_button {
  border: 1px solid #26aae1;
  background-color: #26aae1;
  color: #051b2f;
  transition: 0.3s;
  padding: 0.3em 1.5em !important;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .gform_button {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .gform_button {
    font-size: 1.2rem;
  }
}
.gform_button:hover {
  background-color: transparent;
  color: white;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  font-size: 10px !important;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  padding-top: 5px !important;
  width: 100%;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 5px 10px !important;
}

.gform_validation_errors, .instruction {
  display: none !important;
}

.ginput_container_select {
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  position: relative;
}
.ginput_container_select::after {
  position: absolute;
  right: 0;
  color: white;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 16px;
  font-weight: 100;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 1.8rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media only screen and (max-width: 1400px) {
  .select2-results__options, .select2-selection--single .select2-selection__rendered {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .select2-results__options, .select2-selection--single .select2-selection__rendered {
    font-size: 1.4rem;
  }
}

.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: #26aae1;
  color: black;
}

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

.select2-selection .select2-selection__rendered {
  color: white !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

.select2-selection__arrow {
  display: none !important;
}

.select2-search {
  display: none !important;
}

.select2-dropdown {
  z-index: 9999;
}

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

.banner .inner {
  display: grid;
  grid-template-columns: 55% 45%;
}
.banner .inner .imgBox {
  background-color: #000000;
}
.banner .inner .imgBox img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.banner .inner .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .inner .content .form-slide-out {
  width: 100%;
  height: 100%;
  background-color: #051b2f;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  max-width: 0;
  overflow: hidden;
  transition: 0.5s;
}
.banner .inner .content .form-slide-out .x-button {
  position: absolute;
  top: 40px;
  right: 40px;
  opacity: 0;
}
.banner .inner .content .form-slide-out .x-button::after {
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 100;
  color: white;
  font-size: 40px;
}
.banner .inner .content .form-slide-out.open .x-button {
  opacity: 1;
}
.banner .inner .content .form-slide-out .form-inner {
  min-width: 520px;
  max-width: 520px;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 1250px) {
  .banner .inner .content .form-slide-out .form-inner {
    min-width: 400px;
    max-width: 400px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .banner .inner .content .form-slide-out .form-inner {
    min-width: unset;
    max-width: unset;
  }
}
.banner .inner .content .form-slide-out .form-inner .form-title {
  text-align: center;
  margin-bottom: 20px;
  color: #26aae1;
}
.banner .inner .content .form-slide-out.open {
  max-width: 100%;
}
@media all and (max-width: 992px) {
  .banner .inner .content .form-slide-out {
    height: 600px;
    top: unset;
    bottom: 0;
  }
}
.banner .inner .content img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -2;
}
.banner .inner .content .text h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
.banner .inner .content .text .copy {
  margin-bottom: 30px;
}
.banner .inner .content .text .copy p {
  color: #ffffff;
}
.banner .inner .content .text h2 {
  color: #26aae1;
}
@media all and (max-width: 1280px) {
  .banner .inner .content {
    padding-top: 100px;
  }
}
@media all and (max-width: 992px) {
  .banner .inner {
    grid-template-columns: 100%;
    position: relative;
  }
  .banner .inner .content {
    position: absolute;
    padding-top: 5%;
    bottom: 0;
    z-index: 3;
  }
  .banner .inner .content img {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .banner .inner {
    height: 700px;
    position: relative;
  }
  .banner .inner .content {
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .banner .inner .content img {
    opacity: 0.7;
  }
}

.exploreSec {
  padding: 5% 0;
  overflow: hidden;
}
.exploreSec .inner {
  display: grid;
  grid-template-columns: 25% 75%;
  justify-content: center;
  align-items: center;
}
.exploreSec .inner .headingSec {
  padding: 10%;
  z-index: 2;
  padding-right: 0;
}
.exploreSec .inner .sliderOutter {
  position: relative;
  padding-bottom: 120px;
}
.exploreSec .inner .sliderOutter .exploreSlider {
  z-index: 2;
  width: 130%;
}
.exploreSec .inner .sliderOutter .exploreSlider .slide {
  margin: 0 30px;
  position: relative;
}
.exploreSec .inner .sliderOutter .exploreSlider .slide .img {
  height: 500px;
  position: relative;
}
.exploreSec .inner .sliderOutter .exploreSlider .slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exploreSec .inner .sliderOutter .exploreSlider .slide .NameBox {
  position: relative;
  left: -30px;
  margin-top: 10px;
}
.exploreSec .inner .sliderOutter .exploreSlider .slide .NameBox h3 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.exploreSec .inner .sliderOutter .exploreSlider .slide .NameBox p {
  color: #ffffff;
  font-size: 25px;
}
.exploreSec .inner .sliderOutter .arrowDot {
  position: absolute;
  width: 75%;
  left: -10%;
  bottom: 0%;
  height: 70%;
}
.exploreSec .inner .sliderOutter .arrowDot .desktop {
  display: block;
}
.exploreSec .inner .sliderOutter .arrowDot .mobile {
  display: none;
}
.exploreSec .inner .sliderOutter .arrowDot .innArrDot {
  height: 100%;
  display: grid;
  grid-template-columns: 90% 10%;
}
.exploreSec .inner .sliderOutter .arrowDot .innArrDot .inn2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.exploreSec .inner .sliderOutter .arrowDot .innArrDot .inn2 .counter-text {
  font-size: 25px;
}
.exploreSec .inner .sliderOutter .arrowDot .innArrDot .inn2 .dots {
  visibility: hidden;
}
.exploreSec .inner .sliderOutter .arrowDot .arrowbox {
  height: 90%;
  background-color: #26aae1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 30px;
  padding-bottom: 20px;
}
.exploreSec .inner .sliderOutter .arrowDot .arrowbox .arrows {
  display: flex;
}
.exploreSec .inner .sliderOutter .arrowDot .arrowbox .arrows > div {
  padding: 5px;
  cursor: pointer;
}
.exploreSec .inner .sliderOutter .arrowDot .arrowbox .arrows > div i {
  color: #ffffff;
  font-size: 30px;
}
.exploreSec .inner .sliderOutter .arrowDot .dots {
  margin-top: 20px;
}
.exploreSec .inner .sliderOutter .arrowDot .dots .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
}
.exploreSec .inner .sliderOutter .arrowDot .dots .slick-dots li {
  width: 100%;
  position: relative;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exploreSec .inner .sliderOutter .arrowDot .dots .slick-dots li.slick-active::before {
  opacity: 1;
  background-color: #051b2f;
}
.exploreSec .inner .sliderOutter .arrowDot .dots .slick-dots li button {
  visibility: hidden;
}
.exploreSec .inner .sliderOutter .arrowDot .dots .slick-dots li::before {
  height: 2px;
  opacity: 0.3;
  width: 100%;
  position: absolute;
  content: "";
  background-color: #26aae1;
}
@media all and (max-width: 992px) {
  .exploreSec {
    padding: 5%;
  }
  .exploreSec .inner {
    grid-template-columns: 100%;
  }
  .exploreSec .inner .headingSec {
    padding: 0%;
    margin-bottom: 30px;
  }
  .exploreSec .inner .sliderOutter .arrowDot {
    width: 100%;
    left: 0;
  }
  .exploreSec .inner .sliderOutter .exploreSlider {
    margin: 0 -10px;
    width: 100%;
  }
  .exploreSec .inner .sliderOutter .exploreSlider .slide {
    margin: 0 10px;
  }
  .exploreSec .inner .sliderOutter .exploreSlider .slide .img {
    height: 400px;
  }
  .exploreSec .inner .sliderOutter .exploreSlider .slide .NameBox {
    left: 0px;
    padding-left: 10px;
  }
}
@media all and (max-width: 767px) {
  .exploreSec .inner .sliderOutter {
    padding-bottom: 150px;
  }
  .exploreSec .inner .sliderOutter .arrowDot {
    background-color: #26aae1;
    padding: 0 20px 30px;
  }
  .exploreSec .inner .sliderOutter .arrowDot .desktop {
    display: none;
  }
  .exploreSec .inner .sliderOutter .arrowDot .mobile {
    display: block;
  }
  .exploreSec .inner .sliderOutter .arrowDot .arrowbox {
    padding: 0 20px;
    align-items: center;
  }
  .exploreSec .inner .sliderOutter .arrowDot .innArrDot {
    grid-template-columns: 100%;
  }
  .exploreSec .inner .sliderOutter .arrowDot .innArrDot .inn1 .counter-text {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 22px;
  }
  .exploreSec .inner .sliderOutter .arrowDot .innArrDot .inn2 {
    display: none;
  }
  .exploreSec .inner .sliderOutter .arrowDot .dots .slick-dots li::before {
    background-color: #ffffff;
    opacity: 0.5;
  }
  .exploreSec .inner .sliderOutter .exploreSlider {
    margin: 0;
  }
  .exploreSec .inner .sliderOutter .exploreSlider .slide .img {
    height: 300px;
  }
}

.elevateSec {
  background-color: #051b2f;
}
.elevateSec h2 {
  margin-top: 30px;
  color: #ffffff;
}
.elevateSec .elevateTypes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
.elevateSec .elevateTypes .type {
  position: relative;
  overflow: hidden;
}
.elevateSec .elevateTypes .type .main {
  width: 100%;
}
.elevateSec .elevateTypes .type:hover .textBox {
  transform: translateY(0);
}
.elevateSec .elevateTypes .type .textBox {
  position: absolute;
  transition: all 1s ease 0.1s;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15%;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  top: 0;
  left: 0;
  flex-direction: column;
  background-color: rgba(5, 27, 47, 0.86);
}
.elevateSec .elevateTypes .type .textBox h3 {
  color: #ffffff;
  margin-bottom: 30px;
}
.elevateSec .elevateTypes .type .textBox p {
  color: #ffffff;
  margin-bottom: 0;
}
@media all and (max-width: 1280px) {
  .elevateSec .elevateTypes .type .textBox {
    padding: 10%;
  }
}
@media all and (max-width: 992px) {
  .elevateSec .elevateTypes {
    grid-template-columns: 100%;
  }
  .elevateSec .elevateTypes .type {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .elevateSec .elevateTypes .type .textBox {
    transform: translateX(0);
    background-color: rgba(5, 27, 47, 0.4);
  }
}

.locationSec {
  padding-top: 0;
  position: relative;
}
.locationSec::before {
  position: absolute;
  width: 100%;
  height: 30%;
  background-color: #051b2f;
  z-index: -1;
  left: 0;
  top: -1px;
  content: "";
}
.locationSec .headInn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}
.locationSec .headInn h2 {
  color: #ffffff;
}
.locationSec .mapsec {
  position: relative;
  margin-top: 40px;
  padding: 0 20px 20px 0px;
}
.locationSec .mapsec::before {
  background-color: #26aae1;
  content: "";
  position: absolute;
  width: 60%;
  height: 90%;
  right: 0;
  bottom: 0;
}
.locationSec .mapsec img {
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.locationSec .mapsec #map {
  height: 550px;
}
@media all and (max-width: 1280px) {
  .locationSec .mapsec img {
    height: 250px;
  }
}
@media all and (max-width: 992px) {
  .locationSec {
    padding-top: 5%;
  }
  .locationSec::before {
    height: 50%;
  }
  .locationSec .headInn {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .locationSec .mapsec {
    position: relative;
    margin-top: 40px;
    padding: 0 20px 20px 0px;
  }
  .locationSec .mapsec img {
    height: auto;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9;
  }
  .locationSec .mapsec #map {
    height: 450px;
  }
}

.aboutBuilder {
  padding-top: 0;
}
.aboutBuilder .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
}
.aboutBuilder .inner .img {
  text-align: center;
}
.aboutBuilder .inner .img img {
  max-width: 400px;
  width: 100%;
}
.aboutBuilder .inner .about {
  padding-top: 0;
}
.aboutBuilder .inner .about h3 {
  text-transform: uppercase;
  margin-top: 30px;
}
@media all and (max-width: 992px) {
  .aboutBuilder .inner {
    grid-template-columns: 100%;
  }
  .aboutBuilder .inner .img {
    text-align: center;
    margin-bottom: 30px;
  }
  .aboutBuilder .inner .img img {
    max-width: 400px;
  }
  .aboutBuilder .inner .about {
    padding: 0;
  }
}

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