
@font-face {
	font-family:'FuturaPT-Book';
	src: url('../fonts/futura/FuturaPT-Book_gdi.eot');
	src: url('../fonts/futura/FuturaPT-Book_gdid41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/futura/FuturaPT-Book_gdi.woff') format('woff'),
		url('../fonts/futura/FuturaPT-Book_gdi.ttf') format('truetype'),
		url('../fonts/futura/FuturaPT-Book_gdi.svg#FuturaPT-Book') format('svg');
}
@font-face {
	font-family:'futurastd-bold';
	src: url('../fonts/futura/futurastd-bold.eot');
	src: url('../fonts/futura/futurastd-boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/futura/futurastd-bold.woff') format('woff'),
		url('../fonts/futura/futurastd-bold.ttf') format('truetype'),
		url('../fonts/futura/futurastd-bold.svg#FuturaPT-Book') format('svg');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "FuturaPT-Book";
  color: #444444;
}

a {
  color: #0b4338;
  text-decoration: none;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

b,strong{
  font-family: "futurastd-bold";
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0b4338;
  border-top-color: white;
  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;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0b4338;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: rgb(26, 25, 25);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 97;
  padding: 0px 0;
  top: 39px;
}

#header.header-scrolled {
  top: 0px;
  background: rgb(255 255 255);
  border-bottom: 1px solid #37332a;
  padding: 2px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
  font-size: 26px;
  width: 120px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .logo a {
  color: #000000;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 19px;
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 800;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #0b4338;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #0b4338;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.btn-blue ,.btn-blue:focus{
  margin-top: 10px;
  background: #084135;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}.btn-blue:hover{
  margin-top: 10px;
  background: #0c884e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.blk{
  display: block;
  }
  .blk  h4{
    display: block;
  }
#timer {
  font-family: "FuturaPT-Book";
  font-size: 20px;
  color: #222222;
  text-align: center;
}
#timer span {
  font-size: 60px;
  color: #222222;
  margin: 0 3px 0 15px;
}
#timer span:first-child {
  margin-left: 0;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover ,.btn-blue:hover {
  color: #fff;
  background: #083f34;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0b4338;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .section-title p {
 
    font-size: 25px;
  }
  .pricing .get-started-btn {

    padding: 10px 20px 11px 20px!important;
    
}

#header .logo img {
  height: auto;
  width: 100px;
  margin-top: 0px;
}
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000000;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #0b4338;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #0b4338;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-beg{
  margin-top: 50px;
}
/* #hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 12, 21, 0.267);
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
} 
#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.164);
}
#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}
#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}*/
@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #0b4338;
}
#hero .btn-get-started {
  font-family: "FuturaPT-Book";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #0b4338;
  margin-top: 15px;
}
#hero .btn-get-started:hover {
  background: #2456e1;
}
@media (min-width: 993px){
  
  .line{
    border: 1px solid #0000003d;
    margin: 10px;
  }
  #Banks .box{
    /* width: 200px!important; */
    height: 122px;
    margin-bottom: 50px;
  }
  #Banks .img-fluid{
    margin: 0 auto;
    display: block;
    width: 182px;
    height: auto;
   
  }
}
@media (max-width: 992px) {
  #Banks .box{
    display: block;
  }
  #Banks p{
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 19px;
  }

  #Banks .img-fluid{
    margin: 4px 0px 35px 0px !important;
    height: auto;
   /* display: block !important; */
    margin: 30px;
    width: 150px;

  }
  .btn-blue, .btn-blue:focus {
    width: 80%;
    display: block;
  }
 
  #hero .carousel-container {
  display: none;
  }
}
@media (min-width: 768px) {
  .wrap .seasonal img{
    height: 320px;
   
  }
  .formetar {
    width: 15%;
    height: 34px;
    background-color: #ffffffa3;
    top: 114px;
    right: 7%;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
}

  .addon-latest-posts .col-sm-4 img{
    height: 300px;
  }
  .addon-latest-posts .col-sm-3 img{
    height: 250px;
  }
  #gallery {
    /*background: #f5f5f5;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
}
}
@media (max-width: 767px) {
  .wrap .seasonal img{
    height: 250px;
   
  }
  video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
    width: 100%;
}
  .formetar {
    width: 57%;
    height: 34px;
    background-color: #ffffffa3;
    top: 97px;
    right: 1%;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
}
  .mytab li {
    margin-bottom: 10px;
}
  .addon-latest-posts .col-sm-4 img{
    height: 200px;
  }
  .addon-latest-posts .col-sm-3 img{
    height: 200px;
  }
#gallery {
  /*background: #f5f5f5;*/
  padding-bottom: 10px;
  margin-bottom: 10px;
}

  #topbar {
    background: #000000da;
  }
  #hero h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  /* #hero {
    height: 120vh;
  } */
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 12px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "futurastd-bold";
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #b7b2b1;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "futurastd-bold";
  /* color: #0b4338; */
 /* background: -webkit-linear-gradient(#0b4338, #1c927a);
  -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;*/
  background: -webkit-linear-gradient(#bb8c48, #0b4338);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0c433821;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0b4338;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "FuturaPT-Book";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0b4338;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0b4338;
}
.about .content .btn-learn-more:hover {
  background: #0b4338;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(12, 13, 14, 0.8), rgba(12, 13, 14, 0.8)), url(https://storage.googleapis.com/thelaketerraces/theurbanforest/external/01.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "futurastd-bold";
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "FuturaPT-Book";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #0b4338;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #0b4338;
  border: 2px solid #0b4338;
}

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
  color: #0b4338;
}
.gallery #gallery-flters li:last-child {
  margin-right: 0;
}
.gallery .gallery-item {
  margin-bottom: 30px;
}
.gallery .gallery-item .gallery-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.gallery .gallery-item .gallery-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #000000;
}
.gallery .gallery-item .gallery-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}
.gallery .gallery-item .gallery-info .preview-link, .gallery .gallery-item .gallery-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}
.gallery .gallery-item .gallery-info .preview-link:hover, .gallery .gallery-item .gallery-info .details-link:hover {
  color: #0b4338;
}
.gallery .gallery-item .gallery-info .details-link {
  right: 10px;
}
.gallery .gallery-item .gallery-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.gallery .gallery-item .gallery-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.gallery .gallery-item .gallery-links a:hover {
  color: #f59f8c;
}
.gallery .gallery-item:hover .gallery-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# gallery Details
--------------------------------------------------------------*/
.gallery-details {
  padding-top: 40px;
}
.gallery-details .gallery-details-slider img {
  width: 100%;
}
.gallery-details .gallery-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery-details .gallery-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b4338;
}
.gallery-details .gallery-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b4338;
}
.gallery-details .gallery-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}
.gallery-details .gallery-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.gallery-details .gallery-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.gallery-details .gallery-info ul li + li {
  margin-top: 10px;
}
.gallery-details .gallery-description {
  padding-top: 30px;
}
.gallery-details .gallery-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.gallery-details .gallery-description p {
  padding: 0;
}
.swiper-pagination-bullet-active{
  background-color:#000000;
}
/*--------------------------------------------------------------
# video
--------------------------------------------------------------*/
.video .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}
.video .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.video .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}
.video .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.video .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.video .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}
.video .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}
.video .member .social a:hover {
  color: #0b4338;
}
.video .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.video .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}
.video .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}
.video .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}
.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}
.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-family: "futurastd-bold";
  font-size: 28px;
}
.pricing h4 {
  font-size: 30px;
  color: #000000;
  font-weight: 400;
  font-family: "FuturaPT-Book";
  margin-bottom: 25px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
  font-size: 22px;
  text-align: center;
}
.pricing ul li {
  padding-bottom: 12px;
}
.pricing ul i {
  color: #0b4338;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #000000;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b4338;
  background: #fff;
}
.pricing .get-started-btn:hover {
  background: #000000;
  color: #fff;
}
.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #0b4338;
}
.pricing .featured .get-started-btn {
  background: #0b4338;
  color: #fff;
  border-color: #0b4338;
}
.pricing .featured .get-started-btn:hover {
  background: #2456e1;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}
.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}
.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "FuturaPT-Book";
}
.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #000000;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}
.contact .info-box i {
  font-size: 32px;
  color: #0b4338;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #0b4338;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.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;
  background: #fff;
  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 #18d26e;
  border-top-color: #eee;
  -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;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #0b4338;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #0b4338;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #2456e1;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 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: #123a6d;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  padding: 5px 0 5px 0;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}
#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #0b4338;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2456e1;
  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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #2456e1;
}


#footer .copyright {
  border-top: 1px solid #0f2f57;
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (min-width: 750px) {
  .video-banner{
    width: 100%;
  }
  .video {
    width: 100%;
    height: 280px;
  }
  .video-sec p {
    text-align: center;
    font-size: 20px;
    color: white;
    background-color: #0b4338;

  }
#gallery .img-fluid {
  width: 100%;
  height: 230px;
}
.d-banner{
  display: block!important;
}
.m-banner{
  display: none!important;
}

}
@media (max-width: 749px) {
  .video-banner{
    width: 100%;
    margin-top: 95px;
  }
  .video{
    width: 100%;
    height: 250px;
  }
  .video-sec p {
    text-align: center;
    font-size: 20px;
    color: white;
    background-color: #0b4338;

  }

  .d-banner{
    display: none!important;
  }
  .m-banner{
    display: block!important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 2;
  background: #000000d6;
}

#topbar.topbar-scrolled {
  top: -40px;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#topbar .contact-info i {
  font-style: normal;
  color: #ffffff;
}
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #0b4338;
}
#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: "/";
}


/*------------- gallery ------------------------*/

.latest-post,
.latest-post-inner {
    min-height: 240px;
    max-height: 240px;
    margin-bottom: 30px;
}
.contact-location .latest-post,
.contact-location .latest-post-inner {
    min-height: 486px;
    /* max-height: 240px; */
    margin-bottom: 30px;
}
.latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #6fab20;
}
.contact-location .latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #2ba76f00;
}
.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
    color: #fff;
    position: relative;
}

.latest-post .latest-post-inner a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
    position: absolute;
    bottom: 30px;
}

.latest-post .latest-post-inner:before {
    content: "";
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    background: transparent;
}

.latest-post .latest-post-inner .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
    background-color: #2762a9;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
    background-color: rgb(43 101 170 / 77%);
    transform: scale(1.2);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover:before {
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover {
    background-color: rgb(248 176 29 / 30%);
}

.sl-prev {
    display: block !important;
}

.sl-next {
    display: block !important;
}

.btn-primary:hover {
  border-radius:20px!important;
}
.btn-default1 {
    background-color: rgb(32, 177, 32);
    text-shadow: none;
    color: #fff;
    border-radius: 10px;
    padding: 10px 35px 10px 35px;
    margin: 0px auto;
    display: block;
}

.back-top::before {
    bottom: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(90deg,#643094,#00bcd4);
}
.back-top, .back-top:focus, .back-top:hover, .whitecolor.heading-title>span {
    color: #fff;
}
.back-top {
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 80px;
    background: #000000;
    /* background: linear-gradient(90deg,#08858b,#00c0b0); */
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before, .btn-gradient-hvr::before, .scndry-gradient-hvr::before {
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}
/*------------- End of gallery ------------------------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 45px;
}


.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    width: 145px;
}
.mytab>li>a:hover,.mytab>li:hover,
.mytab>li>a:focus {
    border-color: transparent !important;
    /* background-color: transparent; */
    border-radius: 5px;
    color: #000000;
}
.mytab li {
  float: none !important;
  display: inline-block;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tr:nth-child(even) {
  background-color: #ddddddd5;
}
th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.nav {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 70px;
  list-style: none;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
}
#gallery .nav , #gallery .carousel,#gallery .carousel-inner .active{
  margin-bottom: 0px;
  margin-top: 0px;
}
#floorplan .nav , #floorplan .carousel,#floorplan .carousel-inner .active{
  margin-bottom: 20px;
  margin-top: 0px;
}
.nav-tabs>li>a ,.nav-tabs .nav-link{
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  width: 145px;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: rgba(0, 0, 0, 0.37);
  color: #ffffff;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #0b4338;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
  color: white;
  background: #207983;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}

/* ---------Gallery--------------- */
@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}


.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
  z-index: 999;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.lum-close-button:hover {
  opacity: 1;
}
.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.lum-close-button:before {
  transform: rotate(45deg);
}
.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .section-title p {
 
    font-size: 22px;
  }

  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }

  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}

/* --------Accordian ---------*/
.accordion-button {
  color: #000000;
  font-size: 18px;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  font-size: 18px;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.avatar img {
  width: 100px;
  height: 100px;
    object-fit: cover;
}
.testimonial {

  opacity: 1;

  background: rgba(0, 0, 0, 0.04) url(https://storage.googleapis.com/thelaketerraces/theurbanforest/external/gallery-21.webp) top left repeat;

  z-index: 0;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

}



.testimonial:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.35);

}



.testimonial .testimonial-info-box {

  margin: 50px 0 0;

  border-radius: 0;

  border: none;

  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);

  position: relative;

  padding: 70px 20px 20px;

  text-align: center;

  background: #fff;

  border: 1px solid #0b4338;



}



.testimonial .testimonial-info-box .profile-user {

  position: absolute;

  left: 0;

  top: -50px;

  width: 100%;

}



.testimonial .testimonial-info-box .avatar{

  max-width: 100px!important;

  margin: 0 auto;

}
.testimonial .section-title h2{
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  filter: drop-shadow(2px 4px 6px black);
}
.testimonial .section-title p{
  font-size: 32px;
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  filter: drop-shadow(2px 4px 6px black);
}


.testimonial .testimonial-info-box .avatar img{
  width: 100px;
  height: 100px;
  border-radius: 100px;
background-color: white;
  border: 1px solid #0b4338;

}



.testimonial .testimonial-info-box h5 {

  margin-bottom: 7px;

  font-weight: 600;

  font-size: 18px;

}



.testimonial .testimonial-info-box p{

  font-size: 14px;

}



.testimonial .testimonial-info-box h6 {

  margin-bottom: 15px;

  font-size: 15px;

}



/** Testimonial 2 start **/

.testimonial-2{

  background: #f9f9f8;

  background: rgba(0, 0, 0, 0.04) url(https://storage.googleapis.com/thelaketerraces/theurbanforest/external/gallery-3.webp) top left repeat;

  z-index: 0;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

}



.testimonial-2:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: inherit;

}



.testimonial-2 h1 {

  color: #353535;

  opacity: 1;

}



.testimonial-2 .main-title p {

  color: #535353;

  opacity: 1;

}



.testimonial-2 .main-title{

  margin-bottom: 50px;

  text-align: center;

}



/** testimonial 3 start **/

.testimonial-3 {

  padding: 100px 0 110px;

}



.testimonial-3 .testimonial-info {

  max-width: 700px;

  margin: 0 auto 20px;

  text-align: center;

}



.testimonial-3 .testimonial-info img{

  max-width: 90px;

  border-radius: 100%;

}



.testimonial-3 .testimonial-info p {

  font-size: 15px;

}



.testimonial-3 .carousel-indicators li {

  position: relative;

  -webkit-box-flex: 0;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;

  width: 12px;

  height: 12px;

  border-radius: 50px;

  margin-right: 3px;

  margin-left: 3px;

  text-indent: -999px;

  background-color: #000;

  border: 0px;

}



.testimonial-3 .carousel-indicators {

  bottom: -10px;

  margin-bottom: 0;

}



.testimonial-3 .testimonial-info h5{

  margin: 20px 0 10px;

}



.testimonial-3 .testimonial-info h6 {

  font-size: 13px;

  text-transform: uppercase;

  font-weight: 600;

  color: #535353;

}



.testimonial-3 .testimonial-info p{

  margin-bottom: 20px;

}


/** Sub Banner start **/

.Home-sub-banner {

  background: rgba(0, 0, 0, 0.404) url(https://storage.googleapis.com/thelaketerraces/external/banner3.jpg) top left repeat;

  background-size: cover;

  height: 355px;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

}
.Home-sub-banner:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}



.Home-sub-banner .breadcrumb-area {

  letter-spacing: 1px;

  text-align: center;

  width: 100%;

  position: absolute;

  top: 50%;

  right: 0;

  left: 0;

}



.Home-sub-banner .breadcrumb-area h1 {

  margin: 0 0 10px;

  font-weight: 600;

  text-transform: uppercase;

  color: #fff;

  line-height: normal;

  font-size: 30px;

}



.Home-sub-banner .breadcrumbs li {

  display: inline-block;

  list-style: none;

  font-size: 16px;

  font-weight: 500;

}



.Home-sub-banner .breadcrumbs li a{

  color: #fff;

}



.Home-sub-banner .breadcrumbs .active {

  margin-left: 7px;

  color: #fff;

}



.Home-sub-banner .breadcrumbs .active:before {

  content: ">";

  font-family: "FontAwesome";

  font-size: 14px;

  margin-right: 7px;

  font-weight: 600;

}


/* ----------More Projects ------------*/

.wrap {
  width: 100%;
  background-color: white;
  padding: 20px 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14); }
  .wrap .seasonal img{
    width: 100%;
    object-fit: fill;
  }
  .wrap .seasonal {
    /* height: 300px; */
    margin-bottom: 10px;
    z-index: 0;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14); }

  .wrap .text h3 {
    font-weight: 500; }

    .wrap .text h3 a {
      color: #000000;
      font-size: 22px; }

      .logo img{
        width: 80px!important;
      }
      .text-left{
        text-align: left!important;
      }

.highlight .highlight_card {
    text-align: center;
    border-radius: 100%;
 text-align: center;
}

.highlight .highlight_card:hover{
   opacity: .9;
}
.highlight .highlight_card .text-icon {
    margin-bottom: 5px;
}
.highlight .highlight_card img{
  width: 100px;
  border-radius: 100%;
     box-shadow: 0 0 10px rgb(9 8 0 / 9%);
}
.relative{
  position: relative;
}
.abs-text{
    width: 250px;
    height: 34px;
    color: white;
    background-color: #0a1e38;
    bottom: 14px;
    right: 14px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
