/*
Theme Name: ThinkBIT Solutions (Stackable)
Theme URI: http://underscores.me/
Author: ThinkBIT Solutions Phils. Inc.
Author URI: http://thinkbitsolutions.com
Description: ThinkBIT provides Websites, Apps, SEO and Digital Marketing, Event Registration Systems, Inventory Software and other software solutions to businesses.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thinkbit
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ThinkBIT Solutions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #f3f3f3;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.25em;
  padding: 0;
}

ul {
  list-style: outside disc;
}

ol {
  list-style: outside decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dl {
  margin: 0 0 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em;
}

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

table,
th,
td {
  border: 1px solid #f3f3f3;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  table-layout: fixed;
  width: 100%;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.25em;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.entry-hero-wrapper,
.hentry-wrapper,
.site-content-wrapper,
.site-footer-wrapper,
.site-header-wrapper,
.site-content-wrapper .has-post-thumbnail .entry-header-wrapper,
.widget-area-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  max-width: 56.25rem;
  width: 90%;
  width: calc(100% - 3em);
}

.content-area,
.site-content-wrapper {
  width: 100%;
}

.content-area,
.site-header-wrapper {
  max-width: 100%;
}

.site-content-wrapper {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

.site-content {
  overflow-x: hidden;
  /* Fixes scrollbar issue of .alignfull: https://wordpress.org/support/topic/stackable-theme-width-issue-2/ */
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.alignfull {
  width: 100vw;
  margin-left: calc( 50% - 50vw );
  max-width: none;
}

.alignwide {
  max-width: none;
}

@media (min-width: 1000px) {
  .alignwide {
    width: 75vw;
    margin-left: calc( 50% - 37.5vw );
    max-width: none;
  }
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
@font-face {
  font-family: "Avenir Book";
  src: url(fonts/Avenir-Book-01.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Avenir Book Oblique";
  src: url(fonts/Avenir-BookOblique-02.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Avenir Light";
  src: url(fonts/Avenir-Light-07.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Avenir Medium";
  src: url(fonts/Avenir-Medium-09.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Avenir Heavy";
  src: url(fonts/Avenir-Heavy-05.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Avenir Black";
  src: url(fonts/Avenir-Black-03.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Copperplate";
  src: url(fonts/Copperplate-Light-02.ttf);
  font-weight: normal;
}
body {
  font-family: "Avenir Book";
  background-color: #04091E !important;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.5px;
}

a:hover, a:active {
  text-decoration: none !important;
}

h3 {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Copperplate";
}

.navbar {
  background-color: rgba(4, 9, 30, 0.91);
  position: fixed;
  width: 100%;
  z-index: 99999;
  padding: 20px 40px 0;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .navbar {
    padding: 11px 20px;
    align-items: center;
  }
}
.navbar .navbar-brand {
  width: 200px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    width: 92px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    width: 98px;
  }
}
.navbar .navbar-toggler {
  outline: none;
}
.navbar .navbar-collapse {
  padding-left: 50px;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    display: block !important;
  }
}
.navbar .navbar-collapse ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  justify-content: flex-end;
}
.navbar .navbar-collapse ul li {
  display: inline-block;
  font-size: 11px;
  margin-left: 40px;
}
.navbar .navbar-collapse ul li:first-child {
  margin-left: 0 !important;
}
.navbar .navbar-collapse .topnav-wrap {
  border-bottom: 2px solid #072745;
  padding-bottom: 20px;
  margin-top: 13px;
}
.navbar .navbar-collapse .topnav-wrap img {
  margin-right: 7px;
  width: 17px;
  height: 17px;
}
.navbar .navbar-collapse .topnav-wrap a {
  color: #75C9EB;
}
.navbar .navbar-collapse .topnav-wrap p {
  margin-bottom: 0;
}
.navbar .navbar-collapse .topnav-wrap ul li {
  display: inline-flex;
}
@media (max-width: 1199px) {
  .navbar .navbar-collapse .topnav-wrap ul li {
    margin-left: 30px;
  }
}
.navbar .navbar-collapse .menu-wrap .nav-link {
  color: #ffffff !important;
  font-size: 14px;
  padding: 15px;
  margin-left: 10px;
}

#mobile-menu {
  z-index: 99999;
  background-color: #04091E;
  min-height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  height: 0;
}
#mobile-menu.show {
  min-height: 100vh;
  display: block;
}
#mobile-menu .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #75C9EB;
}
#mobile-menu .top .navbar-close {
  padding: 0px 7px;
  background-color: transparent;
  border: none;
  outline: none !important;
}
#mobile-menu .top ul {
  padding: 0;
  margin: 0;
}
#mobile-menu .top ul li {
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: middle;
}
#mobile-menu .top ul li aside {
  display: inline-block;
}
#mobile-menu .top ul li aside p {
  margin: 0;
}
#mobile-menu .top ul li aside a {
  color: #75C9EB;
  width: 26px;
  height: 26px;
  display: block;
  overflow: hidden;
}
#mobile-menu .top ul li aside a img {
  height: 26px !important;
  width: 26px !important;
}
#mobile-menu .mobile-nav {
  height: calc(100vh - 75px);
  overflow: auto;
}
#mobile-menu .mobile-nav .middle {
  padding: 30px 0 40px;
  margin: 0 20px 40px;
  border-bottom: 1px solid #75C9EB;
}
#mobile-menu .mobile-nav .middle ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#mobile-menu .mobile-nav .middle ul.menu {
  margin: 40px 0 70px;
}
#mobile-menu .mobile-nav .middle ul li {
  line-height: 3;
}
#mobile-menu .mobile-nav .middle ul li.menu-item-has-children > a {
  position: relative;
}
#mobile-menu .mobile-nav .middle ul li.menu-item-has-children > a::after {
  content: "";
  background-image: url("img/ico-dropdown.png");
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  display: inline-block;
  margin-left: 15px;
}
#mobile-menu .mobile-nav .middle ul li.menu-item-has-children > a.active::after {
  transform: rotate(90deg);
}
#mobile-menu .mobile-nav .middle ul li a {
  color: #ffffff;
}
#mobile-menu .mobile-nav .middle ul li ul.sub-menu {
  display: none;
  font-size: 14px;
  max-width: 60%;
  margin: auto;
}
#mobile-menu .mobile-nav .middle ul li ul.sub-menu li {
  line-height: 1.5;
  margin: 20px;
}
#mobile-menu .mobile-nav .middle .btn-contact {
  background-color: #166AAB;
  color: #ffffff;
  text-align: center;
  border: none;
  width: 100%;
  padding: 10px;
  outline: none;
}
#mobile-menu .mobile-nav .bottom {
  list-style: none;
  margin: 0 20px;
  font-size: 14px;
}
#mobile-menu .mobile-nav .bottom li {
  margin-bottom: 15px;
  position: relative;
}
#mobile-menu .mobile-nav .bottom li::before {
  content: "";
  display: block;
  background-image: url("img/ico-angle-block.png");
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 70px;
}
#mobile-menu .mobile-nav .bottom li::after {
  font-family: "Avenir Black";
  font-weight: bolder;
  pointer-events: none;
  position: absolute;
  right: 15px;
  z-index: 2;
  top: 27%;
  letter-spacing: 2px;
  color: #75C9EB;
  width: 48px;
  font-size: 13px;
}
#mobile-menu .mobile-nav .bottom li.contact::after {
  content: "CALL";
}
#mobile-menu .mobile-nav .bottom li.email::after {
  content: "EMAIL";
}
#mobile-menu .mobile-nav .bottom li p {
  margin: 0;
}
#mobile-menu .mobile-nav .bottom li a {
  font-family: "Avenir Medium";
  background-color: #072745;
  color: #75C9EB;
  border-radius: 3px;
  padding: 8px 10px;
  display: block;
}
#mobile-menu .inquire-now {
  padding: 40px 30px;
}
#mobile-menu .inquire-now h3 {
  text-align: center;
  color: #75C9EB;
}
#mobile-menu .inquire-now p {
  text-align: center;
}

.entry-content {
  min-height: calc(100vh - 245px);
}

.page-template-page-news .entry-content {
  min-height: calc(100vh - 270px);
}

.entry-footer {
  display: none !important;
}

.info-details {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .info-details {
    display: none;
  }
}
.info-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-details ul li p {
  margin-bottom: 0;
}
.info-details ul li img {
  margin-right: 15px;
  width: 17px;
  height: 17px;
}
.info-details ul li a {
  color: #75C9EB;
  text-decoration: none;
  line-height: 2.8;
}

.site-content {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .site-content {
    padding-top: 135px;
  }
}

textarea {
  height: 45px !important;
  resize: none;
}

.checkbox {
  color: #707070;
  margin-left: -15px;
  font-size: 11px;
}

.btn-submit {
  color: #072745;
  background-color: #ffffff;
  border: none;
  padding: 9px 0;
  width: 100%;
  margin-left: auto;
  display: inherit;
  font-size: 15px;
}
@media (min-width: 992px) {
  .btn-submit {
    max-width: 150px;
  }
}

.form-control {
  background: none !important;
  padding-left: 15px;
  border: none !important;
  border-bottom: 1.5px solid #245380 !important;
  border-radius: 0;
  margin-bottom: 15px;
  font-size: 15px;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.welcome-text {
  padding: 0 60px 0 0 !important;
}
@media (max-width: 1199px) {
  .welcome-text .contact_form-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  .welcome-text {
    padding: 0 !important;
  }
}
.welcome-text .btn-lg-inquire {
  display: none;
  background-color: #166AAB;
  border-radius: 0 !important;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .welcome-text .btn-lg-inquire {
    display: block;
  }
}
.welcome-text .wp-block-getwid-section__content .wp-block-columns {
  align-items: center;
}
.welcome-text h2, .welcome-text h3 {
  font-family: "Copperplate";
}
.welcome-text p {
  padding-right: 100px;
}
.welcome-text h2 {
  line-height: 1;
}
@media (max-width: 1299px) {
  .welcome-text h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 1199px) {
  .welcome-text h2 {
    font-size: 30px !important;
  }
}
.welcome-text .slick-slider {
  position: relative;
  z-index: 2;
}
.welcome-text .slick-slider .slick-arrow {
  position: absolute;
}
.welcome-text .slick-slider .slick-arrow::before {
  content: "";
  background-size: 20px 32px;
  display: inline-block;
  width: 20px;
  height: 32px;
  opacity: 1;
}
.welcome-text .slick-slider .slick-arrow.slick-prev::before {
  background-image: url("img/ico-angle-left.png");
}
.welcome-text .slick-slider .slick-arrow.slick-next::before {
  background-image: url("img/ico-angle-right.png");
}

.welcome-text-mobile .ms-slide-info {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.welcome-text-mobile .ms-slide-info .ms-info {
  padding: 30px;
  font-size: 18px;
  color: #75C9EB;
  max-width: 55%;
}
@media (max-width: 1199px) {
  .welcome-text-mobile .ms-slide-info .ms-info {
    max-width: 325px;
  }
}
.welcome-text-mobile .ms-slide-info .ms-info h3 {
  color: #75C9EB;
  font-size: 41px;
  line-height: 1;
  margin-bottom: 40px;
}
.welcome-text-mobile .ms-bullets-count .ms-bullet {
  width: 11px;
  height: 11px;
  background-image: none !important;
  background-color: #166AAB !important;
  border-radius: 100px;
}
.welcome-text-mobile .ms-bullets-count .ms-bullet.ms-bullet-selected {
  background-color: #75C9EB !important;
}
.welcome-text-mobile .ms-view {
  /* max-height: calc(100vh - 200px) !important; */
  overflow: hidden;
}

.contact_form-wrapper p {
  font-family: "Avenir Light";
}

.about-section {
  /* padding: 120px 6vw 120px 0; */
  padding: 30px 6vw 0px 0;
}
@media (max-width: 1199px) {
  .about-section {
    padding: 0 15px 70px 0;
  }
}
.about-section .about-wrap {
  padding: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .about-section .about-wrap {
    padding: 30px 0px 20px 6vw;
  }
}
.about-section .about-wrap::after {
  content: "";
  display: block;
  width: 200%;
  left: -30%;
  bottom: 145px;
  position: absolute;
}
@media (min-width: 1199px) {
  .about-section .about-wrap::after {
    border-bottom: 3px solid #072745;
  }
}
.about-section .about-wrap p {
  font-size: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .about-section .about-wrap p {
    margin-bottom: 25px;
  }
}
.about-section .about-wrap > div {
  position: relative;
  z-index: 2;
}
.about-section .about-wrap .btn-brochure {
  margin-bottom: 50px;
}
@media (min-width: 991px) {
  .about-section .about-wrap .btn-brochure {
    margin-top: 30px;
  }
}

.btn-lg-inquire {
  display: none;
}
@media (max-width: 1199px) {
  .btn-lg-inquire {
    display: block;
  }
}
.btn-lg-inquire a {
  background-color: #166AAB;
  border-radius: 0 !important;
  font-size: 18px;
  margin: -20px 0 0 !important;
  padding: 15px 5px;
}
@media (max-width: 1199px) {
  .btn-lg-inquire a {
    margin: -35px -15px -15px !important;
  }
}

.about-img {
  position: relative;
}
.about-img::after {
  content: "";
  border: 3px solid #072745;
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  right: -6%;
  bottom: -8%;
}
@media (max-width: 767px) {
  .about-img::after {
    width: 100%;
  }
}
.about-img .slick-slider {
  position: relative;
  z-index: 2;
}
.about-img .slick-slider .slick-arrow {
  position: absolute;
  bottom: -65px;
  top: auto;
  width: 50px;
  height: 33px;
}
@media (max-width: 767px) {
  .about-img .slick-slider .slick-arrow {
    bottom: -90px;
  }
}
.about-img .slick-slider .slick-arrow::before {
  content: "";
  background-size: 50px 33px;
  display: inline-block;
  width: 50px;
  height: 33px;
  opacity: 1;
}
.about-img .slick-slider .slick-arrow.slick-prev {
  left: 40px;
}
@media (max-width: 767px) {
  .about-img .slick-slider .slick-arrow.slick-prev {
    right: 48vw;
    left: auto;
  }
}
.about-img .slick-slider .slick-arrow.slick-prev::before {
  background-image: url("img/ico-arrow-prev.png");
}
.about-img .slick-slider .slick-arrow.slick-next {
  left: 95px;
}
@media (max-width: 767px) {
  .about-img .slick-slider .slick-arrow.slick-next {
    left: 48vw;
  }
}
.about-img .slick-slider .slick-arrow.slick-next::before {
  background-image: url("img/ico-arrow-next.png");
}

.features-wrapper .ugb-heading__subtitle,
.highlights-wrapper .ugb-heading__subtitle {
  font-family: "Avenir Medium";
}

.features-wrap,
.highlights-wrap {
  padding: 0 15vw 20px;
}
@media (max-width: 767px) {
  .features-wrap,
.highlights-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.features-wrap .col,
.highlights-wrap .col {
  margin-bottom: 40px;
  text-align: center;
}
.features-wrap img,
.highlights-wrap img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .features-wrap img,
.highlights-wrap img {
    width: 100px;
    height: 100px;
  }
}
.features-wrap h4,
.highlights-wrap h4 {
  font-size: 16px;
  color: #04091E;
  font-family: "Avenir Book" !important;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .features-wrap h4,
.highlights-wrap h4 {
    padding: 23px 8px 0;
    max-width: 190px;
    margin: auto;
  }
}
.features-wrap p,
.highlights-wrap p {
  color: #707070;
  font-size: 13px;
}
.features-wrap .carousel-indicators,
.highlights-wrap .carousel-indicators {
  bottom: -10px;
  padding: 0;
  margin: 0;
}
.features-wrap .carousel-indicators li,
.highlights-wrap .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #75C9EB;
  border: none;
}
.features-wrap .carousel-indicators li.active,
.highlights-wrap .carousel-indicators li.active {
  background-color: #166AAB;
}

.back-top {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 50px;
  height: auto;
  z-index: 99;
}

footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #072745;
  color: #166AAB;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 50px;
  }
}
footer p {
  margin-bottom: 0 !important;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul a {
  color: #75C9EB;
}
footer .footer-brand {
  display: inline-block;
}
footer .footer-brand img {
  width: 160px;
}
@media (max-width: 767px) {
  footer .footer-brand {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .menu-wrap {
    margin: 50px 0;
    line-height: 2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  footer .menu-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .menu-wrap ul a {
    color: #75C9EB;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  footer .contact-wrap {
    color: #75C9EB;
    margin-bottom: 65px;
    line-height: 2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  footer .contact-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .contact-wrap img {
    margin-right: 20px;
    width: 17px;
    height: 17px;
  }
}
footer .copyright {
  font-family: "Avenir Medium";
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 13px;
    text-align: center;
    color: #245380;
  }
}
footer .copyright > aside {
  display: inline-block;
}
footer .copyright ul.menu {
  display: flex;
}
@media (max-width: 767px) {
  footer .copyright ul.menu {
    margin-top: 8px;
  }
}
footer .copyright ul.menu li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  footer .copyright ul.menu li:first-child {
    margin: 0;
  }
}
footer .copyright ul.menu li a {
  color: #166AAB;
}
@media (max-width: 767px) {
  footer .copyright ul.menu li a {
    color: #245380;
  }
}

.footer-contact {
  padding: 40px 6vw;
}
@media (max-width: 767px) {
  .footer-contact {
    padding: 40px 15px;
  }
  .footer-contact .btn-submit {
    margin-top: 15px;
  }
}
.footer-contact h3 {
  font-size: 35px;
}
@media (min-width: 992px) {
  .footer-contact form {
    padding-right: 13%;
  }
}
.footer-contact form h3 {
  color: #75C9EB;
}
@media (max-width: 767px) {
  .footer-contact form h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
span.wpcf7-list-item label{
	text-align:left !important;
}
  .footer-contact form p {
    text-align: center;
    margin-bottom: 25px;
  }
}

.properties-wrapper {
  padding: 0 0 0 10vw;
  padding-right: calc(8vw - 30px);
}
@media (max-width: 991px) {
  .properties-wrapper {
    padding: 0 !important;
    margin: 0 -15px 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .properties-wrapper .carousel-control {
    top: auto;
    bottom: -80px;
    width: 45px;
    height: 30px;
  }
  .properties-wrapper .carousel-control.carousel-control-next {
    left: auto;
    right: calc(50vw - 60px);
  }
  .properties-wrapper .carousel-control.carousel-control-prev {
    left: calc(50vw - 60px);
  }
}
@media (min-width: 992px) {
  .properties-wrapper .tab-content {
    /* padding-left: 4vw; */
  }
}
.properties-wrapper .nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
}
.properties-wrapper .nav .nav-link {
font-size: 14px;
    padding: 0;
    /* padding-right: 40%; */
    /* margin-top: 40px; */
    cursor: pointer !important;
    position: relative;
    border: none;
    color: #1c3d5c;
	
}
.properties-wrapper .nav .nav-link {font-weight:bold;}

@media (max-width: 1199px) {
  .properties-wrapper .nav .nav-link {
    font-size: 18px;
  }
}
.properties-wrapper .nav .nav-link a {
  color: #245380;
}
.properties-wrapper .nav .nav-link.active {
      color: #000;
    background-color: transparent;
    font-weight: bold;
    font-family: "Avenir Heavy";
}
ul#tabsJustified li.nav-item {    
background: #60C7CC;
    margin: 5px;
    padding: 8px;}
.properties-wrapper .nav .nav-link.active::after {
  content: "";
  display: block;
  /* background-color: #ffffff; */
  height: 2px;
  position: absolute;
  width: 36%;
  right: -2.5vw;
  top: 50%;
}
.properties-wrapper .nav .nav-link.active a {
  color: #ffffff;
  background-color: transparent;
}
.properties-wrapper .slider-wrap {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .properties-wrapper .slider-wrap {
    margin-bottom: 40px;
    position: relative;
    padding-right: 30px;
  }
  .properties-wrapper .slider-wrap::after {
    content: "";
    border: 3px solid #072745;
    display: block;
    width: 80%;
    height: calc(100% - 30px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
.properties-wrapper .slider-wrap .alignnormal {
  position: relative;
  z-index: 2;
}
.properties-wrapper .slider-wrap .alignnormal ul {
  position: relative;
  z-index: 2;
}
.properties-wrapper .slider-wrap .alignnormal ul::before {
  content: "";
  background-image: url("img/ico-maximize.png");
  width: 35px;
  height: 35px;
  background-size: 35px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  pointer-events: none;
}
@media (min-width: 992px) {
  .properties-wrapper .slider-wrap .alignnormal ul::before {
    right: 35px;
  }
}
@media (min-width: 992px) {
  .properties-wrapper .slider-wrap .alignnormal ul li img {
    width: 97% !important;
    padding-bottom: 3%;
  }
}
.properties-wrapper .slider-wrap .alignnormal .rslides_nav {
  top: auto !important;
  bottom: -43px !important;
  left: auto;
  padding: 0 !important;
  background-color: transparent !important;
  color: transparent !important;
  line-height: 0;
  opacity: 1;
}
@media (max-width: 991px) {
  .properties-wrapper .slider-wrap .alignnormal .rslides_nav {
    top: 50% !important;
    bottom: 50% !important;
  }
}
.properties-wrapper .slider-wrap .alignnormal .rslides_nav::before {
  content: "";
  display: inline-block;
  background-size: 45px 30px;
  width: 45px;
  height: 30px;
  opacity: 1;
}
@media (max-width: 991px) {
  .properties-wrapper .slider-wrap .alignnormal .rslides_nav::before {
    background-size: 20px 32px;
    width: 20px;
    height: 32px;
  }
}
.properties-wrapper .slider-wrap .alignnormal .rslides_nav.prev {
  right: 85px;
}
@media (max-width: 991px) {
  .properties-wrapper .slider-wrap .alignnormal .rslides_nav.prev {
    right: auto;
    left: 30px;
  }
}
.properties-wrapper .slider-wrap .alignnormal .rslides_nav.prev::before {
  background-image: url("img/ico-arrow-prev.png");
}
@media (max-width: 991px) {
  .properties-wrapper .slider-wrap .alignnormal .rslides_nav.prev::before {
    background-image: url("img/ico-angle-left-dark.png");
  }
}
.properties-wrapper .slider-wrap .alignnormal .rslides_nav.next {
  right: 30px;
}
@media (max-width: 991px) {
  .properties-wrapper .slider-wrap .alignnormal .rslides_nav.next {
    right: 30px;
    left: auto;
  }
}
.properties-wrapper .slider-wrap .alignnormal .rslides_nav.next::before {
  background-image: url("img/ico-arrow-next.png");
}
@media (max-width: 991px) {
  .properties-wrapper .slider-wrap .alignnormal .rslides_nav.next::before {
    background-image: url("img/ico-angle-right-dark.png");
  }
}
.properties-wrapper .details p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .properties-wrapper .details {
    padding-left: 30px;
    padding-right: 30px;
  }
  .properties-wrapper .details img {
    max-width: 190px;
    display: block;
    margin: 0 auto 25px;
  }
}
.properties-wrapper .btn {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .properties-wrapper .btn {
    margin: 25px 3px 0;
    width: 50px;
  }
}
.properties-wrapper .carousel .carousel-control {
  opacity: 1;
}

#fancybox-wrap #fancybox-outer #fancybox-content {
  border-color: #75C9EB !important;
}
#fancybox-wrap #fancybox-outer .fancybox-title-over {
  display: none !important;
}

.page-wrap {
  padding-top: 30px;
}
.page-wrap a {
  color: #166AAB;
}
.page-wrap .entry-title {
  font-family: "Copperplate";
  color: #75C9EB;
}
.page-wrap .ui-accordion {
  margin-bottom: 60px;
}
.page-wrap .ui-accordion .ui-accordion-header {
  border: none !important;
}
.page-wrap .ui-accordion .ui-accordion-header .wp-block-getwid-accordion__header {
  font-size: 16px;
  padding: 0;
}
.page-wrap .ui-accordion .ui-accordion-header .wp-block-getwid-accordion__header a {
  color: #166AAB;
  font-size: 18px;
  padding: 10px 0;
  justify-content: flex-start;
}
.page-wrap .ui-accordion .ui-accordion-content .wp-block-getwid-accordion__content {
  font-size: 16px;
  padding: 25px 0;
  border: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none !important;
  background-color: #75C9EB;
  text-align: center;
  padding: 10px 15px;
  color: #072745;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
  background-color: #dc3232;
  text-align: center;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.news-page {
  min-height: calc(100vh - 248px);
}
.news-page .header-banner {
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.news-page .header-banner::before {
  content: "";
  background-color: #04091E;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-page .header-banner h2 {
  position: absolute;
  bottom: 10px;
  font-size: 45px;
}
.news-page .news-wrapper {
  padding: 80px 0 30px;
}
.news-page .news-wrapper .item-box {
  margin-bottom: 60px;
}
.news-page .news-wrapper .item-box .title {
  font-size: 25px;
  color: #75C9EB;
  margin-bottom: 0;
}
.news-page .news-wrapper .item-box .date {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .news-page .news-wrapper .item-box .excerpt {
    min-height: 142px;
  }
}
.news-page .news-wrapper .item-box .read-more {
  font-size: 12px;
  color: #072745;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 7px 25px;
  display: inline-block;
}
.news-page .news-wrapper .item-box .placeholder-wrapper a {
  display: block;
}
@media (min-width: 768px) {
  .news-page .news-wrapper .item-box .placeholder-wrapper a {
    height: 270px;
  }
}
.news-page .news-wrapper .item-box .placeholder-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .news-wrapper .item-box .placeholder-wrapper img.placeholder {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  object-fit: contain;
}
@media (min-width: 991px) {
  .news-page .news-wrapper .item-box .placeholder-wrapper img.placeholder {
    padding: 80px;
  }
}
.news-page .news-wrapper .pagination-wrap .page-numbers {
  color: #75C9EB;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 4px 10px;
  background-color: #ffffff;
  color: #072745;
}
.news-page .news-wrapper .pagination-wrap .page-numbers.current {
  background-color: #75C9EB;
  color: #ffffff;
}

.post-wrap {
  padding: 0 6vw;
}
.post-wrap .entry-content {
  border-bottom: 1px solid #072745;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .post-wrap .entry-content {
    border-bottom: none;
    border-right: 1px solid #072745;
  }
}
.post-wrap .entry-content .entry-title {
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 30px;
}
.post-wrap .entry-content p {
  font-size: 15px;
}
.post-wrap .news-sidebar {
  padding-bottom: 60px;
}
.post-wrap .news-sidebar h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 1199px) {
  .post-wrap .news-sidebar h2 {
    font-size: 32px;
  }
}
.post-wrap .news-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-wrap .news-sidebar ul li {
  border-bottom: 1px solid #072745;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.post-wrap .news-sidebar ul li:last-child {
  border-bottom: none;
}
.post-wrap .news-sidebar ul li a {
  font-family: "Avenir Book Oblique";
  color: #75C9EB;
  font-size: 13px;
}
.post-wrap .news-sidebar .no-data {
  background-color: #75C9EB;
  width: 100%;
  min-height: 200px;
  color: #072745;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  font-weight: 600;
}

.error404 .site-content {
  min-height: calc(100vh - 114px);
}
.error404 .site-content .error-404 {
  max-width: 80vw;
  margin: auto;
  padding-top: 20vh;
  text-align: center;
}
.error404 .site-content .error-404 .search-form {
  margin: 50px auto;
  width: 60vw;
  display: none;
}
.error404 .site-content .error-404 .search-form label {
  width: calc(100% - 200px);
  max-width: 450px;
}
@media (max-width: 767px) {
  .error404 .site-content .error-404 .search-form label {
    display: block;
    width: 100%;
  }
}
.error404 .site-content .error-404 .search-form label .screen-reader-text {
  display: none;
}
.error404 .site-content .error-404 .search-form label .search-field {
  background: none !important;
  padding: 7px;
  border: none !important;
  border-bottom: 1.5px solid #245380 !important;
  border-radius: 0;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  max-width: 200px;
}
.walkthrough-embed{
	padding: 0px 0px 30px 6vw;
}
@media (min-width: 768px) {
  .error404 .site-content .error-404 .search-form label .search-field {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .walkthrough-embed{
	padding: 60px 0px 30px 6vw;
}
}
@media (max-width: 767px) {
  .error404 .site-content .error-404 .search-form label .search-field {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .walkthrough-embed{
	margin-top: 150px;
	padding: 0px 0px 0px 6vw;
}
}


.error404 .site-content .error-404 .search-form label .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.error404 .site-content .error-404 .search-form label .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.error404 .site-content .error-404 .search-form label .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.error404 .site-content .error-404 .search-form label .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.error404 .site-content .error-404 .search-form .search-submit {
  color: #072745;
  background-color: #ffffff;
  border: none;
  padding: 9px 0;
  width: 100%;
  margin-left: auto;
  font-size: 15px;
}
@media (min-width: 768px) {
  .error404 .site-content .error-404 .search-form .search-submit {
    max-width: 150px;
  }
}
.error404 .site-content .error-404 .widget_archive {
  display: none;
}
option {
    background: #04091e;
}