@charset "utf-8";
/* CSS Document */

/* 
	Template Name: 
*/

/* Medium Devices, Desktops */
@media (max-width: 991px) {
	.header-lover .navbar-brand img {
		width: 150px;
		height: auto;
	}

	.sticky-wrapper {
		height: auto !important;
	}

	.sticky-wrapper .header-lover {
		position: relative !important;
	}

	.header-lover .navbar-nav {
		background-color: #fbfaf8;
		z-index: 99;
		position: relative;
	}

	.header-lover .dropdown-menu {
		border-radius: 0px;
	}

	.header-lover .navbar .nav-item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		width: 100%;
	}

	.header-lover .navbar .nav-item .nav-link {
		padding: 14px 16px;
	}

	.is-sticky .header-lover .navbar .nav-item .nav-link {
		color: #000;
	}

	.header-lover .navbar-nav {
		align-items: start;
	}

	.header-lover .navbar .nav-item:last-child {
		border-bottom: 0px;
	}

	.counter-area .row .col:first-child,
	.counter-area .row .col:nth-child(2) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.about-text h2 {
		font-size: 30px;
		line-height: 35px;
	}
}

/* Small Devices, Tablets */
@media (max-width: 767px) {
	.header-contact {
		text-align: center;
	}

	.header-hours {
		text-align: center;
		margin-top: 10px;
	}
.slider .carousel-caption {
	top: 0;
	bottom: auto;
	left: 0px;
	right: 0px;
	min-height: 600px;
	z-index: 1;
	text-align: left;
	position: relative;
	display: flex;
	align-items: center;
}
	.slider .carousel-caption h5 {
		font-size: 30px;
		line-height: 40px;
	}

	.slider .carousel-caption h6 {
		font-size: 20px;
		line-height: 20px;
	}

	.slider .carousel-control-next,
	.slider .carousel-control-prev {
		/* display: none; */
	}

	.call-us-text {
		font-size: 30px;
	}

	.comments-block ul li ul {
		margin-left: 0px;
	}
}

/* Extra Small Devices, Phones */
@media (max-width: 575px) {
	.header-upper {
		padding: 15px 0px;
	}

	.slider .carousel-caption {
		padding: 70px 0;
	}

	.banner-img {
		margin-top: 10px;
	}

	.counter-area .row .col:nth-child(3) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.blog-item-content {
		padding: 15px;
	}

	.blog-item ul li a {
		font-size: 10px;
	}

	.footer-contact li,
	.footer-link li {
		width: 100%;
		text-align: left;
		margin-right: 0px !important;

	}

	.footer-contact li a,
	.footer-link li a {
		padding: 0px;
	}

	.footer-link li span {

		padding: 0 0px;

	}

	.footer-link {
		/* border-top: 1px solid rgba(255, 255, 255, 0.1); */
		padding-top: 15px;
	}

	.footer-about .footer-link {
		border: none;
		padding-top: 0px;
	}

	.project-info {
		padding: 20px;
	}

	.blog-post-meta {
		left: 10px;
		bottom: 10px;
		padding: 10px;
	}

	.comments-block ul li .d-flex {
		display: inline-block !important;
	}

	.comments-block ul li .d-flex .flex-shrink-0 {
		padding-right: 0px;
		margin-bottom: 15px;
	}

	.services-area .value-box .caption p {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}