@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
body{
	font-family: 'Cardo', serif;
	position: relative;
}
a{
	text-decoration: none !important;
}
p{
	margin:0px;
	font-size: 15px;
}

h1.display-3{
	text-shadow: 1px 1px 3px #76767687;
}
ul{
	list-style-type: none;
	padding: 0;
}
.form-control{
	border-radius: 0px;
}
.form-control:focus{
	box-shadow: none !important;
	border-color: #7db2cb !important;
}
.font-size-15{
	font-size: 15px !important;
}
.font-size-14{
	font-size: 14px !important;
}
.font-size-13{
	font-size: 13px !important;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-700{
	font-weight: 600;
}
.line-height-25{
	line-height: 25px;
}
.text-grey{
	color: #8c8c8c !important;
}
.text-light-grey{
	color: #ddd;
}
.text-blue{
	color: #7db2cb !important;
}
.background-blue{
	background-color: #7db2cb !important;
}
.logo-bar{
	padding: 20px 0;
}
.navigation-bar{
	padding: 20px 0;
}
.desktop-nav{
	text-align: center;
}
.desktop-nav li{
	display: inline-block;
}
.desktop-nav li a{
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
}
.desktop-nav li a:hover{
	color: #7db2cb;
}
.desktop-nav li.active a{
	font-size: 15px;
	font-weight: bold;
	color: #7db2cb;
}
.mobile-navbar{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #cccccc;
	height: 100vh;
	z-index: 100000;
	display: none;
}
.mobile-navbar ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mobile-navbar ul li a{
	font-size: 35px;
	font-weight: bold;
	color: #333;
}
.close-icon {
	position: absolute;
	right: 21px;
	top: 13px;
}
.close-icon i{
	font-size: 25px;
	cursor: pointer;
}
.owl-carousel  .owl-carousel .owl-nav.disabled{
	display: none !important;
}
.owl-carousel .owl-dots.disabled{
	display: block;
}
.owl-dots{
	text-align: center;
	margin-top: 30px;
}
.owl-dots .owl-dot span{
	background-color: #e1e1e1;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	border-radius: 50%;
	display: block;
}
.owl-dots .owl-dot.active span{
	background-color: #7db2cb;
}
footer{
	padding: 30px 0;
}
.social-icons{
	display: inline-flex;
	text-align: center;
	margin-top: 40px;
}
.social-icons li{
	margin: 0 10px;
}
.social-icons li a i{
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: #7db2cb;
	color: #fff;
	text-align: center;
}
.small-banner{
	padding: 150px 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
}
.image-text-row{
	padding: 50px 0;
}
.overview-text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.feedback-box{
	padding: 30px;
	background-color: #e4f6ff;
	min-height: 180px;
}
.feedback-box p{
	font-size: 16px;
}
.testimonials img{
	margin-top: 35px;
}
.portfolio-items{
	padding-top: 50px;
}
.portfolio-wrapper {
	margin-bottom: 30px;
	min-width: 255px;
}
.portfolio-wrapper img{
	padding: 10px;
	border: 2px solid #7db2cb;
	border-radius: 3px;
	width: 255px;
    height: 170px;
    object-fit: cover;
}
.portfolio-wrapper:hover .portfolio-overlay{
	display: block;
}
.portfolio-overlay {
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 10px;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,181,204,1) 0%, rgba(149,200,224,1) 100%);
}
.portfolio-overlay h5{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.showhouses{
	padding-top: 70px;
}
.single-showhouse{
	padding: 20px 30px;
	text-align: center;
	border: 2px solid #7db2cb;
	min-height: 685px;
}
.single-showhouse i{
	color: #333333;
}
.min-height-image{
	min-height: 180px;
}
.single-showhouse h4{
	font-weight: bold;
}
.carousel-container {
	position: relative;
  }
  .press-details-wrapper .carousel-container {
	justify-content: center;
	}
  .carousel-item img {
	object-fit: cover;
  }
  
  #carousel-thumbs {
	background: rgba(125, 178, 203, 0.4);
	bottom: 0;
	left: 0;
	padding: 0 50px;
	position: absolute;
	right: 0;
  }
  .press-details-wrapper #carousel-thumbs {
	position: relative;
	width: 100%
  }
  #carousel-thumbs img {
	border: 5px solid transparent;
	cursor: pointer;
	width: 173px;
    height: 233px;
    object-fit: cover;
  }
  #carousel-thumbs img:hover {
	border-color: rgba(255,255,255,.3);
  }
  .carousel-item .thumb{
      min-width: 173px;
  }
  #carousel-thumbs .selected img {
	border-color: #fff;
  }
  .carousel-control-prev,
  .carousel-control-next {
	width: 50px;
	opacity: 1;
  }
  .press-images img{
	margin-bottom: 30px;
    width: 350px;
    padding: 15px;
    border: 5px solid #ddd;
    height: 418px;
    object-fit: cover;
  }
  .press-images a{
    min-width: 350px;
    display: block;
  }
  .show-house-image-wrap{
      min-width: 208px;
  }
  .show-house-image-wrap img{
      width: 208px;
      height: 270px;
      object-fit: cover;
  }
  /*.owl-carousel .owl-item{*/
  /*    min-width: 100%;*/
  /*}*/
  .owl-carousel .owl-item img{
      width: 100%;
      height: 720px;
      object-fit: cover;
  }