@charset "UTF-8";
/*#############################################################
## Reset
/*###########################################################*/
html {
  scroll-behavior: auto !important;
}
.site-main {
  min-height: 70vh;
}
a {
  text-decoration: none;
}
b, strong {
  font-weight: 700;
}
hr {
  opacity: 1;
  color: #263746;
}
input {
  outline: 0;
}
/*#############################################################
## Headers Tags
/*###########################################################*/
.h1, h1 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .h1, h1 {
    font-size: 32px;
  }
}
.h1.big-heading, h1.big-heading {
  font-size: 55px;
}
.h1.small-heading, h1.small-heading {
  font-size: 32px;
}
.h2, h2 {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  .h2, h2 {
    font-size: 26px;
  }
}
.h2.big-heading, h2.big-heading {
  font-size: 40px;
}
.h2.small-heading, h2.small-heading {
  font-size: 20px;
}
.h3, h3 {
  font-size: 22px;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "Work Sans", sans-serif;
  color: #263746;
  font-weight: 600;
  margin-bottom: 30px;
}
.h1:last-child, h1:last-child, .h2:last-child, h2:last-child, .h3:last-child, h3:last-child, .h4:last-child, h4:last-child, .h5:last-child, h5:last-child, .h6:last-child, h6:last-child {
  margin-bottom: 0;
}
.h1 a, h1 a, .h2 a, h2 a, .h3 a, h3 a, .h4 a, h4 a, .h5 a, h5 a, .h6 a, h6 a {
  color: inherit;
}
.h1 a:link, .h1 a:focus, .h1 a:hover, .h1 a:visited, .h1 a:active, h1 a:link, h1 a:focus, h1 a:hover, h1 a:visited, h1 a:active, .h2 a:link, .h2 a:focus, .h2 a:hover, .h2 a:visited, .h2 a:active, h2 a:link, h2 a:focus, h2 a:hover, h2 a:visited, h2 a:active, .h3 a:link, .h3 a:focus, .h3 a:hover, .h3 a:visited, .h3 a:active, h3 a:link, h3 a:focus, h3 a:hover, h3 a:visited, h3 a:active, .h4 a:link, .h4 a:focus, .h4 a:hover, .h4 a:visited, .h4 a:active, h4 a:link, h4 a:focus, h4 a:hover, h4 a:visited, h4 a:active, .h5 a:link, .h5 a:focus, .h5 a:hover, .h5 a:visited, .h5 a:active, h5 a:link, h5 a:focus, h5 a:hover, h5 a:visited, h5 a:active, .h6 a:link, .h6 a:focus, .h6 a:hover, .h6 a:visited, .h6 a:active, h6 a:link, h6 a:focus, h6 a:hover, h6 a:visited, h6 a:active {
  color: inherit;
}
.sub-heading, .sub-heading p {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #6C757D;
}
@media only screen and (max-width: 767px) {
  .sub-heading, .sub-heading p {
    font-size: 17px;
  }
}
/*#############################################################
## Content
/*###########################################################*/
body {
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #263746;
}
body p:last-child, body ul:last-child {
  margin-bottom: 0;
}
li a {
  color: inherit;
}
.wb-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.wb-video:last-child {
  margin-bottom: 0;
}
.wb-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wb-map iframe {
  height: 400px;
  width: 100%;
}
.elements-back-button {
  padding: 0 15px;
  width: 100%;
  margin: auto;
  max-width: 1100px;
  position: absolute;
  top: 20px;
  left: auto;
}
@media only screen and (max-width: 1200px) {
  .elements-back-button {
    left: 15px;
  }
}
.elements-back-button a, .elements-back-button i {
  color: #263746;
}
/*#############################################################
## Special Class: Icons
/*###########################################################*/
.text-with-icon {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.text-with-icon i[class^="fa-"] {
  position: absolute;
  left: 0;
  top: 3px;
}
.falcon-icons {
  color: #044D66;
}
/*#############################################################
## Block default Padding and Color
/*###########################################################*/
body, [data-layout-id], [data-content-block-id] {
  background-color: #fffffff;
}
[data-content-block-id], .wb-layout {
  position: relative;
  padding: 60px 0;
}
[data-content-block-id].section-1-style, .wb-layout.section-1-style {
  background-color: #D9F0FA;
}
.content-container {
  background-color: #fffffff;
}
/*#############################################################
## Website Header
/*###########################################################*/
.site-header-style {
  background-color: #ffffff;
}
.falcon-burger-style > div {
  background-color: #263746;
}
.logo-text {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  color: #313131;
  font-size: 24px;
}
.website-logo img {
  max-height: 55px;
  transition: unset;
}
/*-------------------------------
# Breakpoints
--------------------------------*/
.menu-for-desktop {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .menu-for-desktop {
    display: block;
  }
}
.menu-for-mobile {
  display: block;
}
@media only screen and (min-width: 1400px) {
  .menu-for-mobile {
    display: none;
  }
}
/*-------------------------------
# Header Menu
--------------------------------*/
nav[role="navigation"] svg {
  height: 30px;
}
.desktop-menu .primary-menu-link {
  color: #263746;
}
.desktop-menu .primary-menu-link:not(.mainmenu-active):hover {
  color: #009BDE;
}
.desktop-menu .primary-menu-link.mainmenu-active > span {
  color: #009BDE;
}
.desktop-menu .primary-menu-link.mainmenu-active::after {
  background-color: #ffffff;
}
.desktop-menu .primary-submenu-container {
  border-top-color: #044D66;
  border-top-width: 5px;
  border-top-style: solid;
}
.desktop-menu .primary-submenu-container .secondary-menu-link {
  color: #58595b;
}
.desktop-menu .primary-submenu-container .secondary-menu-link:hover {
  background-color: #eeeeee;
}
.desktop-menu .primary-submenu-container .secondary-menu-link.submenu-active {
  background-color: #ffffff;
  color: #009BDE;
}
/*#############################################################
## Website Footer
/*###########################################################*/
footer .footer-main, footer .footer-copyright {
  background-color: #263746;
}
footer .footer-main h2, footer .footer-main h3, footer .footer-main h4, footer .footer-main h5, footer .footer-main h6, footer .footer-main li, footer .footer-main p, footer .footer-copyright h2, footer .footer-copyright h3, footer .footer-copyright h4, footer .footer-copyright h5, footer .footer-copyright h6, footer .footer-copyright li, footer .footer-copyright p {
  color: #ffffff;
}
footer .footer-main h2 a, footer .footer-main h2 span, footer .footer-main h3 a, footer .footer-main h3 span, footer .footer-main h4 a, footer .footer-main h4 span, footer .footer-main h5 a, footer .footer-main h5 span, footer .footer-main h6 a, footer .footer-main h6 span, footer .footer-main li a, footer .footer-main li span, footer .footer-main p a, footer .footer-main p span, footer .footer-copyright h2 a, footer .footer-copyright h2 span, footer .footer-copyright h3 a, footer .footer-copyright h3 span, footer .footer-copyright h4 a, footer .footer-copyright h4 span, footer .footer-copyright h5 a, footer .footer-copyright h5 span, footer .footer-copyright h6 a, footer .footer-copyright h6 span, footer .footer-copyright li a, footer .footer-copyright li span, footer .footer-copyright p a, footer .footer-copyright p span {
  color: inherit;
}
footer .footer-main h2 a, footer .footer-main h3 a, footer .footer-main h4 a, footer .footer-main h5 a, footer .footer-main h6 a, footer .footer-main li a, footer .footer-main p a, footer .footer-copyright h2 a, footer .footer-copyright h3 a, footer .footer-copyright h4 a, footer .footer-copyright h5 a, footer .footer-copyright h6 a, footer .footer-copyright li a, footer .footer-copyright p a {
  transition: all 0.2s ease-in-out 0s;
}
footer .footer-main h2 a:hover, footer .footer-main h3 a:hover, footer .footer-main h4 a:hover, footer .footer-main h5 a:hover, footer .footer-main h6 a:hover, footer .footer-main li a:hover, footer .footer-main p a:hover, footer .footer-copyright h2 a:hover, footer .footer-copyright h3 a:hover, footer .footer-copyright h4 a:hover, footer .footer-copyright h5 a:hover, footer .footer-copyright h6 a:hover, footer .footer-copyright li a:hover, footer .footer-copyright p a:hover {
  color: #009bde;
}
/*-------------------------------
# Button Container
--------------------------------*/
.buttons-container {
  position: relative;
  left: -5px;
  width: calc(100% + 5px);
  margin-bottom: -10px;
}
.buttons-container a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}
/*-------------------------------
# Button 1 Style
--------------------------------*/
.btn {
  border-width: 2px;
  border-style: solid;
  outline: none;
  box-shadow: none;
  position: relative;
  text-transform: capitalize;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 8px;
  line-height: 24px;
  min-width: 200px;
}
.btn.button-1-style, .btn.button-1-style:link, .btn.button-1-style:focus, .btn.button-1-style:visited, .btn.button-1-style:active {
  border-color: #044D66;
  background-color: #044D66;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}
.btn.button-1-style:hover {
  background-color: #022835;
  border-color: #022835;
  color: #fff;
}
.btn.button-2-style, .btn.button-2-style:link, .btn.button-2-style:focus, .btn.button-2-style:visited, .btn.button-2-style:active {
  border-color: #009BDE;
  background-color: #009BDE;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}
.btn.button-2-style:hover {
  background-color: #0077ab;
  border-color: #0077ab;
  color: #ffffff;
}
.btn.btn-small {
  padding: 3px 15px;
}
.btn.btn-large {
  padding: 15px 15px;
}
.btn.btn-width-auto {
  min-width: auto;
}
.btn .disabled, .btn:disabled {
  opacity: 0.8;
  pointer-events: auto;
  cursor: not-allowed;
}
.btn.btn-loading::after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: inherit;
  font-size: inherit;
  margin-left: 15px;
  font-weight: 400;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: fa-spin 1s linear infinite;
  animation: fa-spin 1s linear infinite;
}
.btn.button-1-style.btn-transparent {
  background-color: transparent;
  border-color: #044D66;
  color: #044D66;
}
.btn.button-1-style.btn-white {
  background-color: #ffffff;
  color: #044D66;
}
.btn.button-2-style.btn-transparent {
  background-color: transparent;
  border-color: #009BDE;
  color: #009BDE;
}
.btn.button-2-style.btn-white {
  background-color: #ffffff;
  color: #009BDE;
}
.btn.btn-header {
  text-transform: capitalize;
}
/*#############################################################
## Image
/*###########################################################*/
img, svg {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
img:last-child, svg:last-child {
  margin-bottom: 0;
}
.images-container > img {
  margin-bottom: 20px;
}
.wb-bg-image, .content-block-image {
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}
.wb-bg-image:last-child, .content-block-image:last-child {
  margin-bottom: 0;
}
/*#############################################################
## Forms
/*###########################################################*/
input {
  outline: 0;
}
.wb-form .form-label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
  cursor: pointer;
}
.wb-form .form-check-label {
  cursor: pointer;
}
.wb-form .input-wrapper br {
  display: none;
}
.wb-form input[type="text"].form-control, .wb-form input[type="email"].form-control, .wb-form textarea.form-control {
  color: #6C757D;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 8px 12px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.wb-form input[type="text"].form-control:focus, .wb-form input[type="email"].form-control:focus, .wb-form textarea.form-control:focus {
  outline: 0;
  box-shadow: unset;
}
.wb-form ::-webkit-input-placeholder {
  color: #6C757D !important;
}
.wb-form.transparent-fields {
  /*-------------------------------
        ## Default
        --------------------------------*/
  /*-------------------------------
        # Inputs
        --------------------------------*/
}
.wb-form.transparent-fields ::-webkit-input-placeholder {
  color: #6C757D !important;
  opacity: 0.7 !important;
}
.wb-form.transparent-fields :focus::placeholder {
  opacity: 1 !important;
}
.wb-form.transparent-fields input[type="text"], .wb-form.transparent-fields input[type="email"], .wb-form.transparent-fields input[type="url"], .wb-form.transparent-fields input[type="password"], .wb-form.transparent-fields input[type="search"], .wb-form.transparent-fields input[type="number"], .wb-form.transparent-fields input[type="tel"], .wb-form.transparent-fields input[type="range"], .wb-form.transparent-fields input[type="date"], .wb-form.transparent-fields input[type="month"], .wb-form.transparent-fields input[type="week"], .wb-form.transparent-fields input[type="time"], .wb-form.transparent-fields input[type="datetime"], .wb-form.transparent-fields input[type="datetime-local"], .wb-form.transparent-fields input[type="color"], .wb-form.transparent-fields select, .wb-form.transparent-fields textarea {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
}
select select:link, select select:focus, select select:hover, select select:visited, select:active select:focus-visible {
  outline: 0;
}
/*#############################################################
## Bootstrap Reset
/*###########################################################*/
.accordion-button {
  box-shadow: none !important;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1100px;
  }
}
/*#############################################################
## Bootstrap Grid/Column
/*###########################################################*/
.wb-column {
  container-type: inline-size;
}
.wb-column .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
@container (max-width:767px) {
  .wb-column div[class^="col-"]:not(.layout-exclude) {
    width: 100%;
  }
}
/*#############################################################
## Paginatiom
/*###########################################################*/
nav.falcon-pagination .falcon-next-prev {
  display: none;
}
nav.falcon-pagination .falcon-numbers {
  display: block;
}
nav.falcon-pagination .falcon-numbers .falcon-label-container {
  display: none;
}
nav.falcon-pagination .falcon-numbers .falcon-numbers-container {
  display: block;
  text-align: center;
}
nav.falcon-pagination .falcon-numbers .falcon-numbers-container ul.pagination {
  display: inline-flex;
  gap: 0;
}
nav.falcon-pagination .falcon-numbers .falcon-numbers-container ul.pagination li > .page-link {
  color: #044D66;
}
nav.falcon-pagination .falcon-numbers .falcon-numbers-container ul.pagination li > .page-link:focus {
  box-shadow: none;
}
nav.falcon-pagination .falcon-numbers .falcon-numbers-container ul.pagination li.active > .page-link {
  color: #FFF;
  background-color: #044D66;
  border-color: #044D66;
}
/*#############################################################
## Slick SLider
/*###########################################################*/
.slick-general:not(.slick-initialized) {
  display: none;
}
.slick-general.slick-initialized {
  display: block;
}
.slick-general.slick-slider {
  min-width: 100%;
  width: 0;
}
.slick-general.slick-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.slick-general.slick-slider.slick-add-gap .slick-list {
  margin: 0 -10px;
}
.slick-general.slick-slider.slick-add-gap .slick-list .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 767px) {
  .slick-general.slick-slider.slick-same-height .slick-track {
    display: flex;
  }
  .slick-general.slick-slider.slick-same-height .slick-slide {
    height: inherit;
  }
  .slick-general.slick-slider.slick-same-height .slick-slide div[class^="wb-"] {
    height: 100%;
  }
}
.slick-general.slick-slider .slick-arrow {
  z-index: 100;
}
.slick-general.slick-slider .slick-arrow.slick-prev, .slick-general.slick-slider .slick-arrow.slick-next {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  color: #313131;
  outline: none;
  background-color: transparent;
  border: 1px solid #313131;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: auto;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.slick-general.slick-slider .slick-arrow.slick-prev:hover, .slick-general.slick-slider .slick-arrow.slick-next:hover {
  outline: none;
  color: #FFF;
  border: 1px solid #313131;
  background-color: #313131;
}
.slick-general.slick-slider .slick-arrow.slick-prev.slick-disabled, .slick-general.slick-slider .slick-arrow.slick-next.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.slick-general.slick-slider .slick-arrow.slick-prev::before, .slick-general.slick-slider .slick-arrow.slick-next::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 30px;
  display: inline-block;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
}
.slick-general.slick-slider .slick-arrow.slick-prev {
  top: 50%;
  left: -70px;
}
.slick-general.slick-slider .slick-arrow.slick-prev::before {
  content: "";
}
@media only screen and (max-width: 1300px) {
  .slick-general.slick-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.slick-general.slick-slider .slick-arrow.slick-next {
  top: 50%;
  right: -70px;
}
.slick-general.slick-slider .slick-arrow.slick-next::before {
  content: "";
}
@media only screen and (max-width: 1300px) {
  .slick-general.slick-slider .slick-arrow.slick-next {
    right: 10px;
  }
}
.slick-general.slick-slider.slick-dotted {
  position: relative;
}
.slick-general.slick-slider.slick-dotted .slick-dots {
  position: relative;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}
.slick-general.slick-slider.slick-dotted .slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-general.slick-slider.slick-dotted .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: inherit;
  height: inherit;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #CCCCCC;
  border-radius: 50%;
}
.slick-general.slick-slider.slick-dotted .slick-dots li button:before {
  display: none;
}
.slick-general.slick-slider.slick-dotted .slick-dots li button:hover {
  outline: none;
}
.slick-general.slick-slider.slick-dotted .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-general.slick-slider.slick-dotted .slick-dots li button:focus {
  outline: none;
}
.slick-general.slick-slider.slick-dotted .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-general.slick-slider.slick-dotted .slick-dots li.slick-active button {
  background-color: #313131;
}
/*-------------------------------
# Tabs Default Design
--------------------------------*/
.wb-tabs-container .nav-pills, .tabs-blocks .nav-pills {
  border-bottom: solid 1px #dee2e6;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 48px !important;
}
.wb-tabs-container .nav-pills li.nav-item, .tabs-blocks .nav-pills li.nav-item {
  margin-bottom: -1px;
}
.wb-tabs-container .nav-pills .nav-link, .tabs-blocks .nav-pills .nav-link {
  border: solid 1px #DEE2E6;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #263746;
  background: #fff;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border-bottom: 0;
}
.wb-tabs-container .nav-pills .nav-link.active, .tabs-blocks .nav-pills .nav-link.active {
  color: #ffffff;
  background: #044D66;
  margin-top: -4px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.wb-tabs-container .tab-content .label, .tabs-blocks .tab-content .label {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
}
.wb-tabs-container .tab-content .label .dot, .tabs-blocks .tab-content .label .dot {
  width: 13px;
  height: 13px;
  background: #044D66;
  display: block;
  border-radius: 50%;
  display: inline-block;
}
.wb-tabs-container .tab-content .price-percentage, .tabs-blocks .tab-content .price-percentage {
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  margin: 10px 0;
  display: flex;
  gap: 30px;
}
.wb-tabs-container .tab-content .unit .label .dot, .tabs-blocks .tab-content .unit .label .dot {
  background: #1c458e;
}
/*###
/*-------------------------------
# Fix : Long Links shows Horizontal Scroll 
--------------------------------*/
a[href*=www], a[href*=http], a[href^=mailto], a[href^=tel] {
  word-break: break-word;
}
input[type="text"], input[type="email"], textarea, select {
  color: #6C757D;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 8px 12px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  outline: 0;
  box-shadow: unset;
}
.social-media-1 .social-media-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.social-media-1 .social-media-wrapper .each-social-media {
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 3px;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out 0s;
}
.social-media-1 .social-media-wrapper .each-social-media:hover {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #263746;
}
/*#############################################################
## Modal Reset
/*###########################################################*/
.remodal, [data-remodal-id] {
  display: none;
}
.remodal:not(.remodal-menu) {
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .remodal:not(.remodal-menu) {
    padding: 15px;
    margin: 0;
  }
}
.remodal:not(.remodal-menu) a[data-remodal-action="close"] {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  top: -50px;
  color: #FFF;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .remodal:not(.remodal-menu) a[data-remodal-action="close"] {
    top: 0;
    color: #263746;
  }
}
.remodal-wrapper.remodal-appraisal .remodal.remodal-appraisal {
  max-width: 1050px;
}
.remodal-overlay.remodal-menu {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99991;
}
/* Remodal Color around the Container  */
.remodal-overlay.remodal-menu {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99991;
}
/* Position Vertically */
.remodal.remodal-menu:after, .remodal-wrapper.remodal-menu:after {
  vertical-align: middle;
}
/* Position Horizontally */
.remodal-wrapper.remodal-menu {
  text-align: center;
  padding: 0;
  z-index: 99992;
  overflow-x: hidden;
  /* Remodal Container */
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu {
  margin: 0;
  padding: 0;
  max-width: 800px;
  background-color: #ffffff;
  background: #ffffff;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container {
  background-color: #ffffff;
  text-align: left;
  overflow: hidden;
  min-height: calc(100vh + 1px);
  display: grid;
  grid-template-rows: auto 2fr auto;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-top {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 1px 2px 8px rgba(17, 17, 17, 0.12);
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-top .logo-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  color: #009BDE;
  font-size: 24px;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-top .logo-img {
  max-height: 55px;
  filter: brightness(0%) invert(1);
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-top a[data-remodal-action="close"] {
  color: #009BDE;
  display: inline-block;
  text-decoration: none;
  font-size: 30px;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle {
  padding: 15px;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li {
  display: block;
  padding: 0;
  margin-bottom: 15px;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #263746;
  padding: 5px 0;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li a:hover {
  color: #009BDE;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li:last-child {
  margin-bottom: 0;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper:hover a.menu-parent {
  background-color: #FFF;
  color: #263746;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper a.menu-parent {
  cursor: pointer;
  position: relative;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper a.menu-parent .toggle-menu {
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper a.menu-parent .toggle-menu::after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: inherit;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out 0s;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper a.menu-parent .toggle-menu.active-toggle-menu::after {
  transform: scaleY(-1);
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper .menu-child-wrapper {
  background-color: #FFF;
  display: none;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper .menu-child-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper .menu-child-wrapper ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper .menu-child-wrapper ul li a {
  font-family: "Asap", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #263746;
  padding: 10px 24px;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-middle ul.mobile-menu li.menu-parent-wrapper .menu-child-wrapper ul li a:hover {
  background-color: #FFF;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-bottom {
  text-align: center;
  margin-top: 20px;
  padding: 15px;
}
@media (pointer: coarse) {
  .remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-bottom {
    margin-bottom: 60px;
  }
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-bottom .social-media-1 .social-media-wrapper .each-social-media {
  background-color: transparent;
  border: 1px solid #263746;
  color: #263746;
}
.remodal-wrapper.remodal-menu .remodal.remodal-menu .remodal-menu-container .menu-container-bottom .social-media-1 .social-media-wrapper .each-social-media:hover {
  background-color: #263746;
  color: #FFF;
}
.remodal:not(.remodal-menu) {
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .remodal:not(.remodal-menu) {
    padding: 15px;
    margin: 0;
  }
}
.remodal:not(.remodal-menu) a[data-remodal-action="close"] {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  top: -50px;
  color: #FFF;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .remodal:not(.remodal-menu) a[data-remodal-action="close"] {
    top: 0;
    color: #044D66;
  }
}
@keyframes animateMargin1 {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: 30px;
  }
  75% {
    margin-top: 0;
  }
  100% {
    margin-top: 30px;
  }
}
@keyframes animateMargin2 {
  0% {
    margin-top: 10px;
  }
  25% {
    margin-top: 20px;
  }
  75% {
    margin-top: 10px;
  }
  100% {
    margin-top: 20px;
  }
}
@keyframes animateMargin3 {
  0% {
    margin-top: 20px;
  }
  25% {
    margin-top: 10px;
  }
  75% {
    margin-top: 20px;
  }
  100% {
    margin-top: 10px;
  }
}
@keyframes animateMargin4 {
  0% {
    margin-top: 30px;
  }
  25% {
    margin-top: 0;
  }
  75% {
    margin-top: 30px;
  }
  100% {
    margin-top: 0;
  }
}
.animateme:nth-child(1) {
  animation: animateMargin1 9s ease-in-out infinite;
}
.animateme:nth-child(2) {
  animation: animateMargin2 9s ease-in-out infinite;
}
.animateme:nth-child(3) {
  animation: animateMargin3 9s ease-in-out infinite;
}
.animateme:nth-child(4) {
  animation: animateMargin4 9s ease-in-out infinite;
}
/* Rule to pause animation on hover */
.wb-l9xnyt68cylk .row:hover .animateme {
  animation-play-state: paused;
  margin-top: 0 !important;
}
/* Disable animation on tablet devices */
@media (max-width: 1024px) {
  .animateme {
    animation: none !important;
  }
}

.wb-4hb56duwzl9u {
  position: relative;
  z-index: 100;
}
.wb-4hb56duwzl9u .header-wrapper {
  position: relative;
  z-index: 5;
}
.wb-4hb56duwzl9u .header-wrapper .header-container header {
  padding: 15px 60px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1399px) {
  .wb-4hb56duwzl9u .header-wrapper .header-container header {
    padding: 15px 0px;
  }
}
.wb-4hb56duwzl9u .header-wrapper .header-container header.page-scrolled {
  position: fixed;
  left: 0;
  right: 0;
}
.wb-4hb56duwzl9u .header-wrapper .header-container header .burger-toggler {
  width: 28px;
  display: inline-block;
}
.wb-4hb56duwzl9u .header-wrapper .header-container header .burger-toggler > div {
  height: 3px;
  background-color: #009BDE;
}
.wb-4hb56duwzl9u .header-wrapper .header-container header .burger-toggler > div:nth-of-type(2) {
  margin: 5px 0;
}
.wb-mcvqlf8cxip8 ul.desktop-menu {
  list-style-type: none;
  margin: 0;
  padding: 7px 0;
  display: inline-block;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li:last-child::after {
  display: none;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li a {
  font-family: "Work Sans", sans-serif;
  text-transform: capitalize;
  color: #263746;
  padding: 8px 16px;
  transition: background 0.3s ease-in-out 0s;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li a:hover {
  color: #009BDE;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li:last-child {
  margin-right: 0;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li.menu-parent-wrapper:hover a.menu-parent {
  background-color: #fff;
  color: #009BDE;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li.menu-parent-wrapper:hover .menu-child-wrapper {
  visibility: visible;
  opacity: 1;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li.menu-parent-wrapper a.menu-parent {
  cursor: pointer;
  position: relative;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li.menu-parent-wrapper a.menu-parent::after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: inherit;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  display: none;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li.menu-parent-wrapper .menu-child-wrapper {
  display: block;
  position: absolute;
  left: 5px;
  top: 100%;
  background-color: #FFF;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li.menu-parent-wrapper .menu-child-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li.menu-parent-wrapper .menu-child-wrapper ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li.menu-parent-wrapper .menu-child-wrapper ul li a {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #263746;
  padding: 10px 24px;
  display: block;
  text-align: left;
  transition: background 0.3s ease-in-out 0s;
}
.wb-mcvqlf8cxip8 ul.desktop-menu > li.menu-parent-wrapper .menu-child-wrapper ul li a:hover {
  color: #009BDE;
  background-color: #F5F5F5;
}

.wb-vatwezcist7r .subscription .wb-form .row > div .mb-3 {
  display: none;
}
.wb-vatwezcist7r.main-footer {
  background-color: #263746;
  padding: 50px 0 30px 0;
}
@media (max-width: 767px) {
  .wb-vatwezcist7r.main-footer {
    padding: 50px 0 30px 0;
  }
}
.wb-vatwezcist7r.main-footer hr {
  color: rgba(255, 255, 255, 0.5);
}
.wb-vatwezcist7r.main-footer p {
  color: #ffffff;
}
.wb-vatwezcist7r.main-footer h5 {
  padding: 5px 0;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 5px;
}
.wb-vatwezcist7r.main-footer .subscription-wrap .subscribe-header {
  font-size: 20px;
}
.wb-vatwezcist7r.main-footer .subscription-wrap p {
  font-size: 14px;
  line-height: 21px;
}
.wb-vatwezcist7r.main-footer .subscription-wrap .subscription {
  margin-bottom: 30px;
}
.wb-vatwezcist7r.main-footer .subscription-wrap .subscription .wb-form .row {
  display: flex;
  flex-wrap: nowrap;
}
.wb-vatwezcist7r.main-footer .subscription-wrap .subscription .wb-form .row > div:first-child {
  width: 70%;
}
.wb-vatwezcist7r.main-footer .subscription-wrap .subscription .wb-form .row > div:last-child {
  width: 30%;
}
.wb-vatwezcist7r.main-footer .subscription-wrap .subscription .wb-form .input-wrapper input[type="email"], .wb-vatwezcist7r.main-footer .subscription-wrap .subscription .wb-form .input-wrapper.input-wrapper-submit button {
  min-width: auto;
}
.wb-vatwezcist7r.main-footer .subscription-wrap .subscription .wb-form .input-wrapper input[type="email"] {
  border-radius: 8px;
  border: 1px solid #CED4DA;
  background: #FFF;
}
.wb-vatwezcist7r.main-footer .subscription-wrap .subscription .wb-form .input-wrapper.input-wrapper-submit button {
  text-transform: capitalize;
}
.wb-vatwezcist7r.main-footer .footer-logo {
  margin-bottom: 24px;
}
.wb-vatwezcist7r.main-footer .footer-logo .logo-img {
  max-width: 300px;
}
.wb-vatwezcist7r.main-footer .footer-links .each-quick-link {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wb-vatwezcist7r.main-footer .footer-links .each-quick-link {
    margin-bottom: 20px;
  }
}
.wb-vatwezcist7r.main-footer .footer-links .each-quick-link .footer-title {
  position: relative;
  display: block;
  pointer-events: none;
}
@media (max-width: 767px) {
  .wb-vatwezcist7r.main-footer .footer-links .each-quick-link .footer-title {
    pointer-events: all;
    cursur: pointer;
  }
}
@media (max-width: 767px) {
  .wb-vatwezcist7r.main-footer .footer-links .each-quick-link .footer-title:after {
    font-family: "Font Awesome 6 Pro";
    content: "";
    font-weight: 300;
    color: #ffffff;
    pointer-events: none;
    position: absolute;
    padding-right: 5px;
    font-size: 18px;
    right: 0;
    margin-left: 10px;
    top: 8px;
    padding: 0;
    transform: translatey(0%);
    transition: all 0.3s ease-in-out 0s;
  }
}
.wb-vatwezcist7r.main-footer .footer-links .each-quick-link .footer-title.open:after {
  transform: rotate(180deg);
}
.wb-vatwezcist7r.main-footer .footer-links .each-quick-link ul li {
  line-height: 21px;
}
.wb-vatwezcist7r.main-footer .footer-links .each-quick-link ul li a {
  color: #ffffff;
  line-height: inherit;
  display: block;
  font-size: 14px;
}
.wb-vatwezcist7r.main-footer .footer-links .each-quick-link ul li a:hover {
  color: #009bde;
}
@media (max-width: 767px) {
  .wb-vatwezcist7r.main-footer .footer-links .each-quick-link ul.list-unstyled {
    display: none;
  }
}
.wb-vatwezcist7r.main-footer .wb-form label {
  display: none;
}
.wb-vatwezcist7r.main-footer .footer-copyright p {
  font-size: 12px;
}
.wb-vatwezcist7r.main-footer .footer-copyright p a {
  color: #ffffff;
}
.wb-vatwezcist7r.main-footer .footer-copyright p a:hover {
  color: #009bde;
}
.wb-vatwezcist7r.main-footer .footer-copyright .text-start p {
  display: flex;
  gap: 7px;
}
.wb-vatwezcist7r .contact-info {
  margin-bottom: 15px;
}
.wb-vatwezcist7r .contact-info a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 21px */
  display: block;
  color: #ffffff;
}
.wb-vatwezcist7r .contact-info a i {
  margin-right: 7px;
}
.wb-vatwezcist7r .contact-info a:hover {
  color: #009bde;
}
.wb-vatwezcist7r .contact-info a:hover i {
  color: #009bde;
}
.wb-vatwezcist7r .social-media .social-media-wrapper {
  display: flex;
  justify-content: start;
  gap: 16px;
}
@media (max-width: 767px) {
  .wb-vatwezcist7r .social-media .social-media-wrapper {
    justify-content: start;
  }
}
.wb-vatwezcist7r .social-media .social-media-wrapper a {
  color: #ffffff;
  font-size: 24px;
}
.wb-ojmdhjb9b6gn {
  background-color: #e5e5e5;
}

.wb-ukgqgazwtf10 {
  background-color: #e5e5e5;
}

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}#i2l03h{background-image:url('https://pixelwiz.wbcms.net?image='https://pixelwiz.wbcms.net?image=https://resources.wbcms.net/uploads/11/ba330acc-a717-4f52-808e-ec1771bc7072/imageplaceholderChangeimagehere.jpg&width=1900&fit=crop'&width=1900&fit=crop');}#io5fjr{background-image:url('https://pixelwiz.wbcms.net?image='https://pixelwiz.wbcms.net?image=https://resources.wbcms.net/uploads/11/ba330acc-a717-4f52-808e-ec1771bc7072/imageplaceholderChangeimagehere.jpg&width=1900&fit=crop'&width=1900&fit=crop');}