/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#header .navbar {
        padding: 0.5rem 0;
}
.logo img{	width: 180px; }

#home .hero-wrap .hero-mask {
	background: linear-gradient(45deg, rgba(0, 113, 179, 0.65),65%, rgba(0, 113, 179, 0)), url(/photo/11/1903/0/normal);
	background-position: top;
	background-repeat: no-repeat; 
	background-size: cover;
}

.text-shadow{
	text-shadow: 0 7px 50px #e3e3e3;
}

#map { 
	width: 100%;
	height: 300px;
}

#screenshot .owl-carousel .owl-item .item{
	position: relative;
  	padding-top: 56.25%;
}
#screenshot .owl-carousel .owl-item .img-fluid{
	position: absolute;
	top: 0;
  	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fa-quote-left::before {
	color: #0071b3;
}

