.sf-menu {
	margin: 40px 0 0 0;
}
.sf-menu a {
	line-height: auto;
}

.navbar-brand {
	margin-right: 0;
}

.sf-menu li.nav-item a.nav-link {
	padding-left: 16px;
	padding-right: 16px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #7c7c7c;
}

.sf-menu li.nav-item a.nav-link:hover {
	color: #ed1b2f;
	text-decoration: underline;
}

.carousel-control-next-icon, .carousel-control-prev-icon 
{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	background: black no-repeat center center;
	background-size: 100% 100%;
}

.home-section {
	background: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0;
	border-bottom: 2px solid lightslategray;
	margin-bottom:0;
	position: relative;
}

.banner-about, .banner-products, .banner-gallery, .banner-services, .banner-news, .banner-contact {
	min-width: auto;
	height: 15vw;
	background-size: cover;
}

.fea-item {
	margin-bottom: 20px;
}

.card {
	border-radius: 15px;
	border: 3px solid rgba(0,0,0,.125); 
	height: 100%;
	margin-bottom: 10px;
}

.card .card-body {
	padding: 12px;
}

.card .card-body .features-tit {
	margin-top: 0;
	margin-bottom: 0;
}

#loc {
	min-width: auto;
	height: auto;
}

.tbl-list {
	
}

.tbl-list .item {
	margin-bottom: 40px;
}

.gallery .img-thumbnail {
	width: 100%;
}

.gallery .item {
	margin-bottom:10px;
}

footer {
	background-color: #f1f1f1;
}

.footer-wrap {
	min-width: 100%;
	height: auto;
}

@media (max-width: 991.98px) {
	.navbar-nav {
		display: block;
	}
	.sf-menu {
		margin: 0px 0 0 0;
	}
	.sf-menu li.nav-item a.nav-link {
		padding-left: 4px;
		padding-right: 4px;
		font-weight: 700;
	}
	.banner-about, .banner-products, .banner-gallery, .banner-services, .banner-news, .banner-contact {
		height: 20vw;
	}
}

@media (max-width: 767.98px) {
	
	nav .container {
		max-width: 100%;
	}
	
	nav .container > .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.navbar {
		min-height: 100px;
	}
	.sf-menu {
		margin: 20px 0 0 0;
		float: none;
	}
	.sf-menu a {
		line-height: 50px;
	}
	.sf-menu li.nav-item {
		float: none;
		padding: 0 10px;
	}
	.top-logo {
		text-align: center;
	}
	.top-logo img {
		padding: 0 60px;
		min-height: 100px;
		width: auto;
	}
	.top-logo .navbar-toggler {
		position: absolute;
		top: 30px;
		right: 20px;
	}
	
	.banner-about, .banner-products, .banner-gallery, .banner-services, .banner-news, .banner-contact {
		height: 22vw;
	}
	
	.quickcon {
		border-left: 0;
	}
	
	.tbl-list .item .img {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer-link ul li {
		display: block;
	}
}

