/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Conv_Helvetica_LT_57_Condensed';
  src: url('../fonts/Helvetica LT 57 Condensed.eot');
  src: local('☺'), url('../fonts/Helvetica LT 57 Condensed.woff') format('woff'),
    url('../fonts/Helvetica LT 57 Condensed.ttf') format('truetype'),
    url('../fonts/Helvetica LT 57 Condensed.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Conv_Helvetica_LT_57_Condensed', 'Open Sans', sans-serif;
  background: #fff;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 992px) {
          #kpd_chat{
          width: 480px !important;
          }
          }
.klogo{
  position: fixed;
    z-index: 995;
    right: 1%;
    height: 111px;
    bottom: 7%;
    background: transparent;
}
.sticky-buttons {
  position: fixed;
  top: 65vh;
  left: 0px;
  z-index: 1000;
}
/*
#scrollspyNav {
  margin-top: 200px;
  z-index: 200;
}

#scrollspyNav .scrollspy-indicators > a {
  border-radius: 0%;
  width: 3px;
  height: 36px;
  background-color: grey;
  margin-bottom: 4px;
}
#scrollspyNav .scrollspy-indicators > a.active {
  background-color: #8ec63e;
}
*/
.btn {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

a {
  color: #145fa7;
}

.bg-custom {
  /*background-image: linear-gradient(15deg, #0f1e45 0%, #0b3c5d 100%);*/
  /*background: rgba(15, 30, 69, 0.8);*/
  background: rgba(15, 30, 69, 1);
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*='col'] {
  margin-bottom: 1rem;
}
.navbar-brand img {
  padding: 8px 0;
}

.social-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

a.nav-link {
  color: white !important;
  transition: 0.3s;
}
a.nav-link:hover {
  color: #8ec63e !important;
  /*
  border-bottom: 2px solid #8ec63e;
  padding-bottom: 6px;*/
}
a.nav-link.sub-link.slheader {
  color: #8ec63e !important;
  border-bottom: 1px;
}
a.sub-link {
  color: white !important;
  transition: 0.3s;
}
a.sub-link:hover {
  color: #8ec63e !important;
  border-bottom: 0px;
}

.navbar .dropdown-menu {
  border: none;
  background: rgba(15, 30, 69, 0.8) !important;
}
.navbar .dropdown-menu ul {
  padding-inline-start: 0px;
}
li.nav-item {
  list-style-type: none;
}

ul.third-level {
  margin-top: 1.2rem;
}
ul.third-level li {
  list-style-type: none;
}
ul.third-level > li > a.third-link {
  color: #fff !important;
}
ul.third-level > li > a.third-link:hover {
  color: #8ec63e !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    height: fit-content;
    /*  height of nav-item  */
    top: 50px;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }

  .navbar .dropdown-menu {
    background-color: #fff;
  }
}
.navbar .dropdown-menu .container .row {
  /*border-top: 3px solid white;*/
}
.bluetext,
.text-blue {
  color: #145fa7 !important;
}
.greentext,
.text-green {
  color: #8ec63e !important;
}
.lightbluetext,
.text-lightblue {
  color: #2799d0 !important;
}
.greytext,
.text-grey {
  color: gray !important;
}
.blacktext,
.text-black {
  color: black !important;
}
.bg-grey {
  background-color: #eaeaea;
}
.bg-black {
  background-color: #000 !important;
}
.bg-darkestgrey {
  background-color: #231f20 !important;
}

.bgcolor-grey:before {
  content: '';
  background: #f4f4f4 !important;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.bg-darkgrey {
  background-color: #dfe0e0;
}
.bg-lightblue {
  background: #2799d0 !important;
}
.bg-green {
  background-color: #8ec63e;
}
a:hover {
  color: #8ec63e;
  text-decoration: none;
}

.btn-primary {
  background: #145fa7 !important;
  background-image: -webkit-linear-gradient(top, #145fa7, #1b75ac);
  background-image: -moz-linear-gradient(top, #145fa7, #1b75ac);
  background-image: -ms-linear-gradient(top, #145fa7, #1b75ac);
  background-image: -o-linear-gradient(top, #145fa7, #1b75ac);
  background-image: -webkit-gradient(to bottom, #145fa7, #1b75ac);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  text-shadow: 1px 1px 20px #000000;
  border: solid #337fed 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.btn-primary:hover {
  border: solid #337fed 1px;
  background: #1e62d0 !important;
  background-image: -webkit-linear-gradient(top, #1e62d0, #3d94f6);
  background-image: -moz-linear-gradient(top, #1e62d0, #3d94f6);
  background-image: -ms-linear-gradient(top, #1e62d0, #3d94f6);
  background-image: -o-linear-gradient(top, #1e62d0, #3d94f6);
  background-image: -webkit-gradient(to bottom, #1e62d0, #3d94f6);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
}
.btn-group-vertical {
  font-size: 0.8rem;
  font-weight: 200;
}
.btn-group-vertical > a > i {
  float: right;
}
.ico-rotate-45 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}
.hero__scroll {
  position: absolute;
  bottom: 10px;
  width: 200px;
  margin: auto;
  display: block;
  cursor: pointer;
  padding-bottom: 40px;
  left: 0;
  right: 0;
  color: #8ec63e;
}
.hero__scroll .chevron {
  margin-top: 20px;
  display: block;
  font-size: 24px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  color: #8ec63e;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #145fa7;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #145fa7;
  border-top-color: #8ec63e;
  border-bottom-color: #8ec63e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #8ec63e;
  transition: all 0.4s;
  border: 2px solid #8ec63e;
}

.back-to-top i:hover {
  background: #8ec63e;
  color: #1a1814;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: white;
}

#topbar .contact-info i {
  color: #d9ba85;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li + li {
  padding-left: 10px;
}

#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: '/';
}

.navbar-toggler {
  color: white;
  font-size: 30px;
}

.close-drawer {
  color: #145fa7;
  font-size: 25px;
}
#side-drawer {
  height: 100vh;
  width: 100vw; /*Ideal width for sidebar accdg to https://forums.envato.com/t/standard-sidebar-width/75633*/
  top: 0;
  left: -100vw;
  z-index: 1032; /*z-index of standard bootstrap navbar is 1030 + 1 offset due to side-drawer-void*/
  transition: top 0.25s ease;

  /*padding: 30px 100px 0px 100px;*/
}

#side-drawer-void {
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1031; /*z-index of standard bootstrap navbar is 1030*/
  background: rgba(0, 0, 0, 0.6);
}
.side-inner {
  padding: 50px;
}
.side-inner .list-group-item {
  color: #145fa7;
  font-size: 24px;
  font-weight: 700;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  text-decoration: underline;
  text-decoration-color: #8ec63e;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.2em;
  background-color: transparent;
}
.side-inner .list-group-item.active {
  background-color: transparent;
}
.side-inner .social-links {
  padding: 20px;
}
.side-inner .social-links a {
  margin-right: 10px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
}

#header.header-scrolled {
  /*
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
  */
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
  margin-left: 100px;
}

#header .navtoggler {
  margin-right: 100px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #d9ba85;
}

.nav-menu .book-a-table a {
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-menu .book-a-table a:hover {
  background: #cda45e;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1a1814;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #cda45e;
}

.nav-menu .drop-down > a:after {
  content: '\ea99';
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: '\eaa0';
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: '\ea9d';
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #1a1814;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .mobile-nav-close {
  margin: 0 15px 0 auto;
  display: block;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

.mobile-nav .mobile-nav-close:hover {
  color: #fff;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #cda45e;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: '\ea99';
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: '\eaa1';
}

.mobile-nav .book-a-table a {
  color: #fff;
  border: 2px solid #cda45e;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .book-a-table a:hover {
  background: #cda45e;
  color: #fff;
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
}

@media(max-width: 767px) {
  #hero {
    height: 50vh;
    background-size: 100% auto; /* Auto width, 100% height */
    background-attachment: scroll; /* Allows image to scroll with content */
    background-repeat: no-repeat;
  }
}

#hero-no-overlay {
  width: 100%;
  height: 100vh;
  /*background: url('../img/about1.jpg') top center;*/
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#hero:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.overlay:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#hero-no-overlay:before{
  content: none !important;
}

section.no-overlay:before{
  content: none !important;
}

#hero .container {
  padding-top: 110px;
}

#hero-no-overlay .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
  #hero-no-overlay .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#hero-no-overlay h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #145fa7;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#hero h1 span {
  color: #cda45e;
}

#hero h2 {
  color: #eee;
  
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#hero .btns {
  margin-top: 30px;
}

#hero-no-overlay h1 span {
  color: #cda45e;
}

#hero-no-overlay h2 {
  color: #145fa7;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#hero-no-overlay .btns {
  margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#hero-no-overlay .btn-menu,
#hero-no-overlay .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#hero-no-overlay .btn-menu:hover,
#hero-no-overlay .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#hero .btn-book {
  margin-left: 15px;
}

#hero-no-overlay .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  #hero-no-overlay {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  #hero-no-overlay {
    height: auto;
  }
  #hero-no-overlay .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #hero-no-overlay h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-no-overlay h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#benefits-hero {
  width: 100%;
  height: 80vh;
  background: url('../img/benefits/Top\ banner_banner.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#benefits-hero video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#benefits-hero:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#benefits-hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #benefits-hero .container {
    padding-top: 98px;
  }
}

#benefits-hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#benefits-hero h1 span {
  color: #cda45e;
}

#benefits-hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#benefits-hero .btns {
  margin-top: 30px;
}

#benefits-hero .btn-menu,
#benefits-hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#benefits-hero .btn-menu:hover,
#benefits-hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#benefits-hero .btn-book {
  margin-left: 15px;
}

#benefits-hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#benefits-hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#benefits-hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#benefits-hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#benefits-hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #benefits-hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #benefits-hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #benefits-hero {
    height: auto;
  }
  #benefits-hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #benefits-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #benefits-hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#nssfgo-hero {
  width: 100%;
  height: 80vh;
  background: url('../img/nssfgo/NSSFGo_banner.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#nssfgo-hero video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#nssfgo-hero:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#nssfgo-hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #nssfgo-hero .container {
    padding-top: 98px;
  }
}

#nssfgo-hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#nssfgo-hero h1 span {
  color: #cda45e;
}

#nssfgo-hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#nssfgo-hero .btns {
  margin-top: 30px;
}

#nssfgo-hero .btn-menu,
#nssfgo-hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#nssfgo-hero .btn-menu:hover,
#nssfgo-hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#nssfgo-hero .btn-book {
  margin-left: 15px;
}

#nssfgo-hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#nssfgo-hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#nssfgo-hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#nssfgo-hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#nssfgo-hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #nssfgo-hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #nssfgo-hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #nssfgo-hero {
    height: auto;
  }
  #nssfgo-hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #nssfgo-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #nssfgo-hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#nssfgo-hero input {
  border: none;
  background-color: white;
}
#nssfgo-hero input:focus,
#nssfgo-hero select:focus,
#nssfgo-hero textarea:focus,
#nssfgo-hero button:focus {
  outline: none;
  outline-color: white;
}

#nssfgo-hero .fa {
  color: gray;
  margin: auto;
}

#nssfgo-hero .input-group {
  background-color: white;
  border: 1px white solid;
  padding: 10px;
  margin-top: 20px;
}

#contact-hero {
  width: 100%;
  height: 100vh;
  background: url('../img/contactus.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#contact-hero video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#contact-hero:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#contact-hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #contact-hero .container {
    padding-top: 98px;
  }
}

#contact-hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#contact-hero h1 span {
  color: #cda45e;
}

#contact-hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#contact-hero .btns {
  margin-top: 30px;
}

#contact-hero .btn-menu,
#contact-hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#contact-hero .btn-menu:hover,
#contact-hero .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#contact-hero .btn-book {
  margin-left: 15px;
}

#contact-hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#contact-hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#contact-hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#contact-hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#contact-hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #contact-hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #contact-hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #contact-hero {
    height: auto;
  }
  #contact-hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #contact-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #contact-hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#contact-hero input {
  border: none;
  background-color: white;
}
#contact-hero input:focus,
#contact-hero select:focus,
#contact-hero textarea:focus,
#contact-hero button:focus {
  outline: none;
  outline-color: white;
}

#contact-hero .fa {
  color: gray;
  margin: auto;
}

#contact-hero .input-group {
  background-color: white;
  border: 1px white solid;
  padding: 10px;
  margin-top: 20px;
}

#contact-hero input {
  border: none;
  background-color: white;
}
#contact-hero input:focus,
#contact-hero select:focus,
#contact-hero textarea:focus,
#contact-hero button:focus {
  outline: none;
  outline-color: white;
}

#contact-hero .fa {
  color: gray;
  margin: auto;
}

#contact-hero .input-group {
  background-color: white;
  border: 1px white solid;
  padding: 10px;
  margin-top: 20px;
}

#benefits-main .contact-form {
  background-color: white;
  padding: 30px;
}

#benefits-main .contact-form h1,
#benefits-main .contact-form h2 {
  color: white;
}

#benefits-main .contact-form .bluetext,
#benefits-main .contact-form .bluetext h1 {
  color: #145fa7 !important;
}

#benefits-main .contact-form input,
#benefits-main .contact-form textarea.form-control {
  border: none;
  background-color: white;
}
#benefits-main .contact-form .fa {
  color: gray;
  margin: auto;
}

#benefits-main .contact-form .input-group {
  background-color: white;
  border: 1px white solid;
  padding: 10px;
  margin-top: 20px;
  color: grey;
}

.pattern {
  background-image: url('../img/spikes.png') !important;
}

#realestate {
  width: 100%;
  height: 100vh;
  background: url('../img/realestate/Residential_banner.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#realestate video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#realestate:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#realestate .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #realestate .container {
    padding-top: 98px;
  }
}

#realestate h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#realestate h1 span {
  color: #cda45e;
}

#realestate h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#realestate .btns {
  margin-top: 30px;
}

#realestate .btn-menu,
#realestate .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#realestate .btn-menu:hover,
#realestate .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#realestate .btn-book {
  margin-left: 15px;
}

#realestate .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#realestate .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#realestate .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#realestate .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#realestate .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #realestate {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #realestate .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #realestate {
    height: auto;
  }
  #realestate .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #realestate h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #realestate h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.text-section {
  color: black;
}

.sidebar-box {
  width: 100%;
  margin: 0 20px 0 0;
  /*max-height: 50vh;*/
  position: relative;
  overflow: hidden;
  text-align: justify;
}

.sidebar-box .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 80px 0 80px 0;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(1, white)
  );
}

.sidebar-box .read-more a.read-more-btn {
  position: absolute;
  bottom: 100;
  left: 0;
  margin-top: 100px;
}

span.text-divider {
  display: block;
  border-bottom: 7px solid #8ec63e;
  width: 30%;
}

#text-area {
  width: 100%;
  position: relative;
  padding: 0;
  background-color: white;
  margin-top: 100px;
}

#text-area:before {
  content: '';
  background: white;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#text-area .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #text-area .container {
    padding-top: 48px;
  }
}

#text-area h1 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #145fa7;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#text-area h1 span {
  color: #cda45e;
}

#text-area h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#text-area .btns {
  margin-top: 30px;
}

#text-area .btn-menu,
#text-area .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#text-area .btn-menu:hover,
#text-area .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#text-area .btn-book {
  margin-left: 15px;
}

#text-area .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#text-area .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#text-area .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#text-area .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#text-area .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #text-area {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #text-area .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #text-area {
    height: auto;
  }
  #text-area .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #text-area h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #text-area h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.default-section {
  width: 100%;
  height: 100vh;
  background: none;
  position: relative;
  padding: 30px 0 30px 0;
}

.height-override{
  height: 100% !important;
}

.mid-height{
 height: 75vh; 
}

.default-section:before {
  content: '';
  /*background: white;*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.default-section .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  .default-section .container {
    padding-top: 20px;
  }
}

.default-section h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

.default-section h1 span {
  color: #cda45e;
}

.default-section h2 {
  color: #000000;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

.default-section .btns {
  margin-top: 30px;
}

.default-section .btn-menu,
.default-section .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

.default-section .btn-menu:hover,
.default-section .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

.default-section .btn-book {
  margin-left: 15px;
}

.default-section .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.default-section .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.default-section .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.default-section .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

.default-section .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#careershero::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 1024px) {
  .default-section {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  .default-section .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  .default-section {
    height: auto;
  }
  .default-section .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .default-section h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .default-section h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#about2 {
  width: 100%;
  height: 100vh;
  background: url('../img/skyline.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#about2:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about2 .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #about2 .container {
    padding-top: 98px;
  }
}

#about2 h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#about2 h1 span {
  color: #cda45e;
}

#about2 h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#about2 .btns {
  margin-top: 30px;
}

#about2 .btn-menu,
#about2 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#about2 .btn-menu:hover,
#about2 .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#about2 .btn-book {
  margin-left: 15px;
}

#about2 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#about2 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#about2 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#about2 .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#about2 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #about2 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #about2 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #about2 {
    height: auto;
  }
  #about2 .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #about2 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #about2 h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #text-area {
    margin-top: 0;
  }

  .mobile-mt-none {
    margin-top: 0 !important;
  }
}

#about3 {
  width: 100%;
  height: 100vh;
  background: url('../img/Retired.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#about3:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about3 .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #about3 .container {
    padding-top: 98px;
  }
}

#about3 h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#about3 h1 span {
  color: #cda45e;
}

#about3 h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#about3 .btns {
  margin-top: 30px;
}

#about3 .btn-menu,
#about3 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#about3 .btn-menu:hover,
#about3 .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#about3 .btn-book {
  margin-left: 15px;
}

#about3 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#about3 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#about3 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#about3 .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#about3 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #about3 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #about3 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #about3 {
    height: auto;
  }
  #about3 .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #about3 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #about3 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#singleestate {
  width: 100%;
  height: 100vh;
  background: url('../img/estate.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#singleestate:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#singleestate .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #singleestate .container {
    padding-top: 98px;
  }
}

#singleestate h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#singleestate h1 span {
  color: #cda45e;
}

#singleestate h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#singleestate .btns {
  margin-top: 30px;
}

#singleestate .btn-menu,
#singleestate .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#singleestate .btn-menu:hover,
#singleestate .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#singleestate .btn-book {
  margin-left: 15px;
}

#singleestate .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#singleestate .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#singleestate .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#singleestate .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#singleestate .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #singleestate {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #singleestate .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #singleestate {
    height: auto;
  }
  #singleestate .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #singleestate h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #singleestate h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#gallery {
  width: 100%;
  height: 100vh;
  background-color: black;
  position: relative;
  padding: 0;
}

#gallery:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#gallery .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #gallery .container {
    padding-top: 98px;
  }
}

#gallery h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#gallery h1 span {
  color: #cda45e;
}

#gallery h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#gallery .btns {
  margin-top: 30px;
}

#gallery .btn-menu,
#gallery .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#gallery .btn-menu:hover,
#gallery .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#gallery .btn-book {
  margin-left: 15px;
}

#gallery .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#gallery .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#gallery .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#gallery .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#gallery .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #gallery {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #gallery .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #gallery {
    height: auto;
  }
  #gallery .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #gallery h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #gallery h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .gallery-cover {
    margin-left: 0 !important;
    padding: 20px 20px 20px 20px !important;
  }

  .gallery-cover h1 {
    font-size: 2rem !important;
  }
}

.gallery-cover {
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 13px;
  padding: 70px 40px 10px 40px;
}
.gallery-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bluebox {
  padding: 50px;
  background-color: #0072bc;
}

.blackbox {
  padding: 18px;
  background-color: rgba(0, 0, 0, 0.8);
}
.whitebox {
  padding: 90px 60px 50px 60px;
  background-color: #fff;
  color: #000;
}
.whitebox h1 {
  border-left: 3px solid #0072bc;
  padding-left: 10px;
}
.whitebox h2 {
  margin-top: 25px;
}
.whitebox .btn {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .whitebox {
    padding: 40px;
  }

  .bluebox {
    padding: 20px;
    margin-bottom: 25px;
  }
}
.greenbox {
  background-color: rgb(142, 198, 62);
  text-align: center;
  color: white;
  padding: 30px;
}
.greenbox-border {
  border-left: 2px solid #3a8b29;
  border-right: 2px solid #3a8b29;
}
.greenbox h2 {
  color: white !important;
  font-size: 2em !important;
}
.greenbox p {
  padding-left: 30px;
  padding-right: 30px;
}
.estate-details {
  padding: 15px;
}

.estate-details i {
  font-size: 26px;
}

#about4 {
  width: 100%;
  height: 100vh;
  background: url('../img/about4.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#about4:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about4 .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #about4 .container {
    padding-top: 98px;
  }
}

#about4 h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#about4 h1 span {
  color: #cda45e;
}

#about4 h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#about4 .btns {
  margin-top: 30px;
}

#about4 .btn-menu,
#about4 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#about4 .btn-menu:hover,
#about4 .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#about4 .btn-book {
  margin-left: 15px;
}

#about4 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#about4 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#about4 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#about4 .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#about4 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #about4 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #about4 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #about4 {
    height: auto;
  }
  #about4 .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #about4 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #about4 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#nssfgo2 {
  width: 100%;
  height: 100vh;
  background: url('../img/nssfgo2.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#nssfgo2:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#nssfgo2 .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #nssfgo2 .container {
    padding-top: 98px;
  }
}

#nssfgo2 h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#nssfgo2 h1 span {
  color: #cda45e;
}

#nssfgo2 h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#nssfgo2 .btns {
  margin-top: 30px;
}

#nssfgo2 .btn-menu,
#nssfgo2 .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#nssfgo2 .btn-menu:hover,
#nssfgo2 .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#nssfgo2 .btn-book {
  margin-left: 15px;
}

#nssfgo2 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#nssfgo2 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#nssfgo2 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#nssfgo2 .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#nssfgo2 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #nssfgo2 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #nssfgo2 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #nssfgo2 {
    height: auto;
  }
  #nssfgo2 .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #nssfgo2 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #nssfgo2 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#virtualtour {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
}

#virtualtour:before {
  content: '';
  background: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#virtualtour .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #virtualtour .container {
    padding-top: 20px;
  }
}

#virtualtour h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#virtualtour h1 span {
  color: #cda45e;
}

#virtualtour h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#virtualtour img {
  width: 100%;
}

#virtualtour .btns {
  margin-top: 30px;
}

#virtualtour .btn-menu,
#virtualtour .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#virtualtour .btn-menu:hover,
#virtualtour .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#virtualtour .btn-book {
  margin-left: 15px;
}

#virtualtour .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#virtualtour .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#virtualtour .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#virtualtour .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#virtualtour .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #virtualtour {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #virtualtour .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #virtualtour {
    height: auto;
  }
  #virtualtour .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #virtualtour h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #virtualtour h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#benefits-main {
  width: 100%;
  position: relative;
  padding: 0;
  padding-bottom: 80px;
  padding-top: 80px;
}

#benefits-main:before {
  content: '';
  background: #e2e2e2;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#benefits-main .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #benefits-main .container {
    padding-top: 20px;
  }
}

#benefits-main h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #145fa7;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#benefits-main h1 span {
  color: #cda45e;
}

#benefits-main h2 {
  color: #145fa7;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#benefits-main img {
  width: 100%;
}

#benefits-main .btns {
  margin-top: 30px;
}

#benefits-main .btn-menu,
#benefits-main .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#benefits-main .btn-menu:hover,
#benefits-main .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#benefits-main .btn-book {
  margin-left: 15px;
}

#benefits-main .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#benefits-main .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#benefits-main .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#benefits-main .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#benefits-main .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #benefits-main {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #benefits-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #benefits-main .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #benefits-main {
    height: auto;
  }
  #benefits-main .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #benefits-main {
    padding-top: 0;
    padding-bottom: 0;
  }
  #benefits-main .container {
    padding-top: 0;
  }
  #benefits-main h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #benefits-main h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.otherbenefits h2 {
  color: #145fa7 !important;
  font-size: 30px !important;
  margin-top: 20px;
}
.otherbenefits p {
  color: #000 !important;
  text-align: justify;
}

#booktour {
  width: 100%;
  height: 100vh;
  background: url('../img/realestate/Booking\ Form_banner.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#booktour:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#booktour .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #booktour .container {
    padding-top: 98px;
  }
}

#booktour h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#booktour h1 span {
  color: #cda45e;
}

#booktour h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#booktour .btns {
  margin-top: 30px;
}

#booktour .btn-menu,
#booktour .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#booktour .btn-menu:hover,
#booktour .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#booktour .btn-book {
  margin-left: 15px;
}

#booktour .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#booktour .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#booktour .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#booktour .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#booktour .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #booktour {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #booktour .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #booktour {
    height: auto;
  }
  #booktour .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #booktour h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #booktour h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#booktour input {
  border: none;
  background-color: white;
}
#booktour input:focus,
#booktour select:focus,
#booktour textarea:focus,
#booktour button:focus {
  outline: none;
  outline-color: white;
}

#booktour .fa {
  color: gray;
  margin: auto;
}

#booktour .input-group {
  background-color: white;
  border: 1px white solid;
  padding: 10px;
  margin-top: 20px;
}

#moneytalk {
  width: 100%;
  height: 100vh;
  background: url('../img/benefits/Money\ Talk_banner.jpg') top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#moneytalk:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#moneytalk .container {
  padding-top: 10px;
}

@media (max-width: 992px) {
  #moneytalk .container {
    padding-top: 98px;
  }
}

#moneytalk h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#moneytalk h1 span {
  color: #cda45e;
}

#moneytalk h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 18px;
  font-family: 'Conv_Helvetica_LT_57_Condensed', sans-serif;
}

#moneytalk .btns {
  margin-top: 30px;
}

#moneytalk .btn-menu,
#moneytalk .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#moneytalk .btn-menu:hover,
#moneytalk .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#moneytalk .btn-book {
  margin-left: 15px;
}

#moneytalk .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#moneytalk .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#moneytalk .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#moneytalk .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#moneytalk .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #moneytalk {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #moneytalk .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #moneytalk {
    height: auto;
  }
  #moneytalk .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #moneytalk h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #moneytalk h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#moneytalk input {
  border: none;
  background-color: white;
}
#moneytalk input:focus,
#moneytalk select:focus,
#moneytalk textarea:focus,
#moneytalk button:focus {
  outline: none;
  outline-color: white;
}

#moneytalk .fa {
  color: gray;
  margin: auto;
}

#moneytalk .input-group {
  background-color: white;
  border: 1px white solid;
  padding: 10px;
  margin-top: 20px;
}

.secondary-headline {
  border-left: 3px solid #8ec63e;
  margin-left: 1rem;
}
.secondary-headline-white{
  border-left: 3px solid #fff !important;
}

.left-border {
  border-left: 3px solid #8ec63e;
}
small {
  font-size: 60%;
}

.bg-blue {
  background-color: #145fa7;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
@media (min-width:320px) {
section {
  padding: 20px 0;
  overflow: hidden;
}
}
@media (min-width:1025px){
section {
  padding: 60px 0;
  overflow: hidden;
}
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
}

.section-title h2::after {
  content: '';
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #cda45e;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: '/';
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url('../img/about-bg.jpg') center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.about:before {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-img {
  position: relative;
  transition: 0.5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #cda45e;
  border-top: 5px solid #cda45e;
  transition: 0.5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #cda45e;
  border-bottom: 5px solid #cda45e;
  transition: 0.5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #cda45e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: 'Playfair Display', serif;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #cda45e;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: '......................................................................'
    '....................................................................'
    '....................................................................';
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #1a1814;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: #cda45e;
}

.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #cda45e;
}

.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #cda45e;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #cda45e;
}

.specials .nav-link.active {
  color: #1a1814;
  background: #cda45e;
  border-color: #cda45e;
}

.specials .nav-link:hover {
  border-color: #cda45e;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}

.events .event-item .price {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #cda45e;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .owl-nav,
.events .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.events .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.events .owl-dot.active {
  background-color: #cda45e !important;
}

@media (min-width: 992px) {
  .events .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br + br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.book-a-table .php-email-form input::-webkit-input-placeholder,
.book-a-table .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:-ms-input-placeholder,
.book-a-table .php-email-form textarea:-ms-input-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::-ms-input-placeholder,
.book-a-table .php-email-form textarea::-ms-input-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: #cda45e;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type='submit'] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type='submit']:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #cda45e !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: #cda45e;
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.8) 20%,
    rgba(0, 212, 255, 0) 100%
  );
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-webkit-input-placeholder,
.contact .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input:-ms-input-placeholder,
.contact .php-email-form textarea:-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-ms-input-placeholder,
.contact .php-email-form textarea::-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type='submit'] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type='submit']:hover {
  background: #d3af71;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: white;
  padding: 0 0 30px 0;
  color: #145fa7;
  font-size: 14px;
  z-index: 200;
  width: 100%;
  box-shadow: 0px -8px 17px 0px rgba(97, 93, 97, 0.44);
}
#footer-section {
  width: 100vw;
  -webkit-box-shadow: 0px -8px 17px 0px rgba(97, 93, 97, 0.44);
  -moz-box-shadow: 0px -8px 17px 0px rgba(97, 93, 97, 0.44);
  box-shadow: 0px -8px 17px 0px rgba(97, 93, 97, 0.44);
}
.footer-black {
  background: black !important;
  color: #fff !important;
}

#footer .footer-top {
  background: #fff;
  /*border-top: 1px solid #8ec63e;*/
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #145fa7;
}

#footer .footer-black .footer-info p {
  color: #fff;
}

#footer .footer-side-border {
  border-left: 2px solid #145fa7;
}

#footer .footer-black .footer-side-border {
  border-left: 2px solid #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #145fa7;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border: 1px solid #145fa7;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-black .social-links a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

#footer .footer-top .social-links a:hover {
  background: #145fa7;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #145fa7;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-black h4 {
  color: #fff;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  padding-left: 50px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #145fa7;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #145fa7;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-black .footer-links ul a {
  color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #8ec63e;
  text-decoration: underline;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;

  padding: 6px 10px;
  position: relative;

  border: 1px solid #145fa7;
}

#footer .footer-black .footer-newsletter form {
  border: 1px solid #fff;
}
#footer .footer-black i {
  color: white;
}
#footer .footer-top .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #fff;
  color: #145fa7;
}

#footer .footer-black .footer-newsletter form input[type='email'] {
  background: #000;
  color: #fff;
}

#footer .footer-top .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type='submit']:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.btn i {
  margin-left: 10px;
}

.nav-side-menu {
  overflow: auto;
  font-size: 18px;
  font-weight: 200;
  top: 0px;
  padding-left: 0px;
  color: #000;
}

.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  background-color: transparent;
  text-decoration: underline;
  color: #8ec63e;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  border: none;
  line-height: 28px;
  margin-left: 0px;
  margin-right: 50px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #8ec63e;
}

.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #84a3c6;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #145fa7;
  font-size: 24px;
  font-weight: 700;
}
.nav-side-menu li a:hover {
  text-decoration: underline;
  text-decoration-color: #8ec63e;
  text-decoration-thickness: 4px;
  text-underline-offset: 0.2em;
  background-color: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu li a:active {
  text-decoration: underline;
  text-decoration-color: #8ec63e;
  text-decoration-thickness: 4px;
  text-underline-offset: 0.2em;
}
.nav-side-menu li a.sidenavselected {
  text-decoration: underline;
  text-decoration-color: #8ec63e;
  text-decoration-thickness: 4px;
  text-underline-offset: 0.2em;
}

.sub-menu-link {
  border: none;
  line-height: 28px;
  margin-left: 0px;
  margin-right: 50px;
  font-size: 18px !important;
  font-weight: 200 !important;
  color: black !important;
}
.sub-menu-link:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #8ec63e !important;
  text-decoration-thickness: 0px !important;
  text-underline-offset: 0em !important;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
.sub-menu li {
  display: inline;
}
#videoDiv {
  width: 100%;
  height: 360px;
  position: relative;
}
#video2 {
  width: 100%;
  height: auto;
}

.carousel-inner {
  padding-right: 15%;
  padding-left: 15%;
}

.carousel-indicators {
  bottom: -50px !important;
}

.carousel-inner > .carousel-item.carousel-item-next,
.carousel-inner > .carousel-item.active.carousel-item-right {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  top: 0;
}
.carousel-inner > .carousel-item.carousel-item-prev,
.carousel-inner > .carousel-item.active.carousel-item-left {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  top: 0;
}
.carousel-inner > .carousel-item.next.carousel-item-left,
.carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.carousel-inner > .carousel-item.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  top: 0;
}

.carousel-indicators > li {
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.carousel-indicators .active {
  color: rgb(142, 198, 62);
  background-color: rgb(142, 198, 62);
}
/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators-nssf {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  width: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.carousel-indicators-nssf li {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #8ec63e;
}
.carousel-indicators-nssf li.active {
  margin-bottom: 5px;
  background: #8ec63e;
}

.modal-header {
  background: /* gradient can be an image */ linear-gradient(
      to left,
      rgba(255, 255, 255, 1) 0%,
      rgb(20, 95, 167) 100%
    )
    left bottom #fff no-repeat;
  background-size: 100% 5px; /* if linear-gradient, we need to resize it */
}

.arrow-left {
  position: absolute;
  right: 0;
  top: 40%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #eaeaea;
}
.resource-item {
  margin-bottom: 2rem;
  margin-right: 1rem;
}

.square {
  position: relative;
  /*width: 25%;*/
}

.square:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.job-item {
  background-color: white;
}
.job-item-caption {
  position: absolute;
  padding-top: 40%;
  width: 100%;
  height: 100%;
}
.job-item-caption h2 {
  font-weight: 900;
  font-size: 1.6rem;
}
/*
.job-item::before {
  content: "";
  width: 0;
}

.job-item::before .ib {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.job-item::before {
  padding-top: 40%;
}
*/

#subscribe .input-group {
  background-color: white;
  border: 1px white solid;
  padding: 10px;
  margin-top: 20px;
}
#subscribe .input-group i {
  color: grey;
  margin-top: 10px;
}
#subscribe input {
  border: none;
  background-color: white;
}
.img-overlay::before {
  /*apply to the parent container of the image */
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
i.icofont-navigation-menu {
  text-shadow: 0 0 5px black;
}
#number1::after {
  content: '%';
}
#number2::after {
  content: ' Trillion';
}
#number3::after {
  content: ' Days';
}
.subheader h5 {
  font-size: 2rem;
}
.card-btn {
  position: absolute;
  bottom: 10px;
  right: 40px;
  color: white;
}
#videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  /* background-color: black;*/
}
#videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: black;
}
ul.third-level a,
ul.third-level a:link,
ul.third-level a:visited {
  color: white;
}
ul.third-level a:hover {
  color: #8ec63e;
}

@media (max-width: 768px) {
  ul.header-dropdown-link-mobile {
    margin-left: -20px;
  }
  ul.header-dropdown-link-mobile > li {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .mobile-padding-x-none {
    padding-right: 0;
    padding-left: 0;
  }

  .mobile-mb-3 {
    margin-bottom: 1rem;
  }
  
  .mobile-px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .mobile-pl-30 {
    padding-left: 30px !important;
  }

  .greenbox-border {
    border-left: 0;
    border-right: 0;
  }

  .mobile-benefit-card-overlay {
    padding-top: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  #individualContributors {
    padding: 0 0 30px 0;
  }

  #individualContributors .title-header {
    line-height: 40px;
  }

  #features .title-header {
    line-height: 40px;
  }
}

@media (max-width: 470px) {
  .mobile-benefit-card-overlay  {
    padding-top: 10px !important;
  }
  .mobile-benefit-card-overlay > p {
    line-height: 20px;
    margin-left: 0.5rem !important;
  }
  .mobile-benefit-card-overlay > h5 {
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .mobile-benefit-card-overlay > h5  {
    line-height: 15px;
    margin-bottom: 5px !important;
  }
  .mobile-benefit-card-overlay > p {
    line-height: 15px;
  }
}

.main-404-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 80vh;
  color: black;
}

.desktop-flex-column {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .desktop-flex-column {
    flex-direction: row;
  }
}
.c-form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(21, 94, 168, 0.9);
}
.c-form input,
.comment-form form input {
  height: 50px;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 10px 25px;
  width: 100%;
  margin-bottom: 15px;
  color: #000;

  font-size: 12px;
}

.c-form select {
    height: 50px;
    background-color: #fff;
    border: solid 1px #ddd;
    padding-left: 25px;
    width: 100%;
    margin-bottom: 15px;
    color: #000;

    font-size: 12px;
}


.c-form textarea,
.comment-form form textarea {
  height: 130px;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 15px 25px;
  width: 100%;
  margin-bottom: 15px;
  color: #000;

  font-size: 12px;
}

.comment-form form textarea {
  height: 180px;
}

.c-form button,
.comment-form form button {
  margin: 0 auto;
  display: table;
  padding: 0 30px;
  transition: 0.4s;
}

.comment-form form button {
  margin: 0;
}

.form-checkbox {
  width: 1rem !important;
  height: 1rem !important;
}


.statusMessage,
.successmessage,
.errormessage {
  display: none;
  margin: auto;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 auto;
  padding: 30px;
}

.statusMessage p {
  margin: 0;
  color: #888;
}

.successmessage p {
  margin: 0;
  color: #888;
}

.errormessage p {
  margin: 0;
  color: #888;
}

.gallery_title {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.6rem;
}

.main-container-citadel .carousel-inner {
  max-height: 400px;
}
.main-container-citadel .carousel-inner img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 600px;
}

.main-container-citadel #custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}

.main-container-citadel #custCarousel .carousel-indicators > li {
  width: 100px;
}

.main-container-citadel #custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.main-container-citadel #custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

.main-container-citadel #custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.main-container-citadel .carousel-item img {
  width: 50%;
}
.main-container-citadel .carousel-indicators li {
  background-color: transparent;
  border-bottom: 0;
}
.main-container-citadel .carousel-indicators > li {
  border-radius: 0;
  width: 7px;
  height: 7px;
  border-color: grey;
}
.main-container-citadel .carousel-indicators > li.active {
  border-radius: 0;
  width: 7px;
  height: 7px;
  border-color: #8ec63e;
}
.carousel-inner {
  max-height: 400px;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 600px;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}

#custCarousel .carousel-indicators > li {
  width: 100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item img {
  width: 50%;
}
.carousel-indicators li {
  background-color: transparent;
  border-bottom: 0;
}
.carousel-indicators > li {
  border-radius: 0;
  width: 7px;
  height: 7px;
  border-color: grey;
}
.carousel-indicators > li.active {
  border-radius: 0;
  width: 7px;
  height: 7px;
  border-color: #8ec63e;
}


/*benefits*/
.post-slide8 {
  margin: 0 10px;
  position: relative;
  background: #fff;
  margin-bottom: 2em;
}
.post-slide8 .post-img {
  position: relative;
  overflow: hidden;
}
.post-slide8 .post-img img {
  width: 100%;
  height: auto;
}
.post-slide8 .over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}
.post-slide8:hover .over-layer {
  opacity: 1;
}
.post-slide8 .post-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 45%;
  text-align: center;
}
.post-slide8 .post-link li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.post-slide8 .post-link li a {
  color: #fff;
  font-size: 20px;
}
.post-slide8 .post-link li a:hover {
  color: #8ec63e;
  text-decoration: none;
}
.post-slide8 .post-content {
  padding: 10px;
}
.post-slide8 .post-title {
  margin: 0 0 15px 0;
}
.post-slide8 .post-title a {
  font-size: 18px;
  font-weight: 700;
  color: #145fa7;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.post-slide8 .post-title a:hover {
  text-decoration: none;
  color: #8ec63e;
}
.post-slide8 .post-description {
  font-size: 14px;
  line-height: 24px;
  color: grey;
  text-align: justify;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -3rem;
}

.owl-next {
  right: -3rem;
}

@media (max-width: 330px) {
  .mobile-xs-padding-x-none {
    padding-left: 0;
    padding-right: 0;
  }
}

#about2:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
  top: 0;
  color: #fff;
}
.vid-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-family: Avenir, Helvetica, sans-serif;
}
.vid-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
}
.vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}
.moneytalks-caption {
  position: absolute;
  bottom: 10px;
  left: 40px;
}
.card-btn {
  position: absolute;
  bottom: 10px;
  right: 40px;
}
.populartalk_title {
  font-size: 1.2rem;
}
.populartalk_desc {
  font-size: 1rem;
  font-weight: lighter;
}
#episodes a:link,
a:visited,
a:hover {
  color: white;
}
.video-image {
  height: 180px;
  width: 125px;
}
.overlay {
  width: 100%;
  padding: 0 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  text-align: left;
}
.overlay p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.overlay p:nth-child(2) {
  font-size: 0.8rem;
  color: #8ec63e;
}

.owl-carousel-fwb .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 110px !important;
  font-size: 2rem;
}

.owl-carousel-fwb .owl-prev.disabled,
.owl-carousel-fwb .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-carousel-fwb .owl-prev {
  left: -35px;
}

.owl-carousel-fwb .owl-next {
  right: -35px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}

.owl-carousel-fwb .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel-fwb .next-carousel:hover {
  background-position: -24px -53px;
}
.resource-item a,
.resource-item a:visited {
  color: white;
}
.resource-item a:hover {
  color: #8ec63e;
}

@media (min-width:320px) {
  .pressrelease {
  margin: 0 10px 10px 0;
  width: 100%;
}
}
@media (min-width:961px) {
  .pressrelease {
  margin: 0 10px 10px 0;
  width: 50%;
}
}
@media (min-width:1025px){
.pressrelease {
  margin: 0 10px 10px 0;
  width: 30%;
}
}
.pressrelease .secondary-headline h3 {
  font-size: 1.2rem;
}

/* .pressrelease a:link, a:visited {
  color: #145fa7 !important;
}
.pressrelease a:hover{
  color: black !important;
} */