@charset "utf-8";
/* CSS Document */

/* 
	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design 
*/

/* Medium Devices, Desktops */
@media (max-width: 991px) {
.sticky-wrapper {
	height: auto !important;
}
.sticky-wrapper .header-lover {
	position: relative !important;
}
.header-lover .navbar-nav {
	background-color: #171717;
	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;
	color: #fff;
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #fff;
}
.header-lover .navbar-nav {
	align-items: start;
}
.header-lover .navbar .nav-item:last-child {
	border-bottom: 0px;
}
.cta-text h2 {
	font-size: 50px;
}
}

/* Small Devices, Tablets */
@media (max-width: 767px) {
.single-feature {
	border-right: 0px;
	padding: 30px;
}
.video-btn {
	position: relative;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	background-color: #ff5a19;
	margin: auto;
	border-radius: 50%;
	z-index: 1;
	font-size: 20px;
	transition: 0.3s;
	color: #fff;
	-webkit-transform: inherit;
	transform: inherit;
}
.video-box {
	text-align: left;
	margin-top: 35px;
}
.portfolio-carousel .owl-item:nth-of-type(odd) {
	margin-top: 0px;
}
.comments-block ul li ul {
	margin-left: 0px;
}
.comments-block ul li a.reply {
	top: 0px;
	bottom: auto;
}
}

/* Extra Small Devices, Phones */
@media (max-width: 575px) {
.header-upper {
	padding: 15px 0px;
}
.header-social {
	text-align: center;
	margin-bottom: 10px;
}
.header-upper-link li.call a {
	font-size: 14px;
}
.header-upper-link {
	justify-content: center;
}
.slider .carousel-item {
	height: 400px;
}
.banner-caption h5 {
	font-size: 28px;
	line-height: 38px;
}
.cta-text h2 {
	font-size: 28px;
	line-height: 38px;
}
.video-box {
	text-align: center;
}
.blog-post-meta li a {
	font-size: 11px;
}
.comments-block ul li .d-flex {
	display: inline-block !important;
}
.comments-block ul li .d-flex .flex-shrink-0 {
	margin-bottom: 15px;
}
}
