:root {
	--default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--heading-font: "Raleway", sans-serif;
	--nav-font: "Poppins", sans-serif;
}

/* Global Colors */
:root {
	--background-color: #ffffff;
	--background-color-rgb: 255, 255, 255;
	--default-color: #444444;
	--default-color-rgb: 68, 68, 68;
	--heading-color: #545454;
	--heading-color-rgb: 84, 84, 84;
	--accent-color: #e96b56;
	--accent-color-rgb: 233, 107, 86;
	--contrast-color: #ffffff;
	--contrast-color-rgb: 255, 255, 255;
}

/* Nav Menu Colors */
:root {
	--nav-color: #444444;
	--nav-hover-color: #e96b56;
	--nav-dropdown-color: #444444;
	--nav-dropdown-hover-color: #e96b56;
	--nav-dropdown-background-color: #ffffff;
}

/* Smooth scroll */
:root {
	scroll-behavior: smooth;
}


@font-face {
	font-display: block;
	font-family: "bootstrap-icons";
	src: url("./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
		url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bi-search::before {
	content: "\f52a";
}

.bi-chevron-down::before {
	content: "\f282";
}

.bi-arrow-up-short::before {
	content: "\f145";
}

.bi-arrow-left::before {
	content: "\f12f";
}

.bi-arrow-right::before {
	content: "\f138";
}

.bi-list::before {
	content: "\f479";
}

.bi-x::before {
	content: "\f62a";
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	color: var(--default-color);
	background-color: var(--background-color);
	font-family: var(--default-font);
}

a {
	color: var(--accent-color);
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	color: rgba(var(--accent-color-rgb), 0.75);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-family: var(--heading-font);
}

/* advertisement */
.advertisement_close {
	margin-top: -1.5rem;
	background-color: #AF2032;
	padding: 10px;
	border-radius: 20px;
	font-size: 12px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	opacity: 0.8;
	position: absolute;
	right: -8px;
	top: -9px;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
	color: var(--default-color);
	transition: all 0.5s;
	z-index: 997;
	background-color: var(--background-color);
	box-shadow: 0px 0px 20px 0px rgba(var(--default-color-rgb), 0.1);
}

.header .topbar {
	background-color: #AF2032;
	height: 40px;
	padding: 0;
	font-size: 14px;
	transition: all 0.5s;
}


.header .topbar .contact-info img {
	max-width: 14px;
	height: auto;
	text-align: center;
	margin-top: 2px;
}

.header .topbar .contact-info span {
	padding-left: 5px;
	color: var(--contrast-color);
}

@media (max-width: 575px) {

	.header .topbar .contact-info i a,
	.header .topbar .contact-info i span {
		font-size: 13px;
	}

	.header-extra-links .auth_link,
	.service_request_btn {
		font-size: 12px !important;
	}
}

.header .topbar .contact-info i a {
	line-height: 0;
	transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
	color: var(--contrast-color);
	text-decoration: underline;
}

.header .topbar .social-links a {
	color: rgba(var(--contrast-color-rgb), 0.6);
	line-height: 0;
	transition: 0.3s;
	margin-left: 20px;
}

.header .topbar .social-links a:hover {
	color: var(--accent-color);
}

.header .branding {
	padding: 10px 0;
}

.header .logo {
	line-height: 1;
}

.header .logo img {
	max-height: 80px;
	margin-right: 8px;
}

.header .logo h1 {
	font-size: 26px;
	padding: 0 0 0 8px;
	margin: 11px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-left: 8px solid var(--accent-color);
}


/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-extra-links {
	margin: 0 0 0 30px;
}

.service_request_btn {
	margin-right: 15px;
	border-radius: 20px;
	background-color: #AF2032;
}

.service_request_bar {
	display: none;
}

@media (max-width: 768px) {
	.header-extra-links {
		margin: 0 15px 0 0;
	}

	.header .topbar {
		height: 75px;
	}

	.service_information {
		margin-bottom: 20px;
	}
}

.header-extra-links .auth_link {
	display: inline-block;
	line-height: 0;
	font-size: 14px;
}

.header-extra-links span {
	margin: 0 5px;
	color: #AF2032;
}

.header-extra-links .cart_icon img {
	margin-left: 15px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.header-extra-links .cart_icon span {
	background: #AF2032;
	color: #fff;
}

.login-dropdown,
.register-dropdown {
	top: 40px !important;
	background: #ebebeb;
	padding: 20px;
	opacity: 0.9;
}

.login-dropdown h4,
.register-dropdown h4 {
	color: #AF2032;
	font-size: 16px;
}

.login-dropdown button,
.register-dropdown button {
	background: #AF2032;
	color: #fff;
	border: 1px solid #AF2032;
}

#serviceModal .modal-header {
	background: #AF2032;
}

#serviceModal .modal-header h5 {
	margin: 0;
	padding: .3rem;
	color: #fff;
	font-size: 1.15rem;
}

#serviceModal .modal-header .btn-close {
	filter: brightness(0) invert(1);
	opacity: 0.75;
}

#serviceModal .accordion-item {
	border: none;
}

.service-item .accordion-button {
	display: none;
}

.parent-service .accordion-header .parent-service-accordion-button {
	background: #efe1e1;
	box-shadow: none;
	font-size: 16px;
	color: #382e2f;
}

.service_sub_items .sub_service_heading {
	font-size: 15px;
}

.service_sub_items .accordion-button {
	border: none;
	padding: 0;
	background: none;
	box-shadow: none;
	top: 33%;
}

.service_sub_items .cart_order_now {
	font-size: 15px;
}

.service_sub_items .service_descrption h6 {
	font-size: 15px;
}

.service_sub_items .service_descrption p {
	font-size: 13px;
}

.btn-checkout,
#registerShow,
.btn-checkout:hover {
	background: #fff;
	color: #AF2032;
	border: 1px solid #AF2032;
}

#btnPromoCode,
#loginShow,
.btn-order,
.btn-order:hover {
	background: #AF2032;
	color: #fff;
	border: 1px solid #AF2032;
}

/* .accordion-button.collapsed::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  } */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
	.navmenu {
		padding: 0;
	}

	.navmenu ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navmenu li {
		position: relative;
	}

	.navmenu a,
	.navmenu a:focus {
		color: var(--nav-color);
		padding: 18px 15px;
		font-size: 14px;
		font-family: var(--nav-font);
		font-weight: 400;
		display: flex;
		align-items: center;
		justify-content: space-between;
		white-space: nowrap;
		transition: 0.3s;
	}

	.navmenu a i,
	.navmenu a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
		transition: 0.3s;
	}

	.navmenu li:last-child a {
		padding-right: 0;
	}

	.navmenu li:hover>a,
	.navmenu .active,
	.navmenu .active:focus {
		color: var(--nav-hover-color);
	}

	.navmenu .dropdown ul {
		margin: 0;
		padding: 10px 0;
		background: var(--nav-dropdown-background-color);
		display: block;
		position: absolute;
		visibility: hidden;
		left: 14px;
		top: 130%;
		opacity: 0;
		transition: 0.3s;
		border-radius: 4px;
		z-index: 99;
		box-shadow: 0px 0px 30px rgba(var(--default-color-rgb), 0.15);
	}

	.navmenu .dropdown ul li {
		min-width: 200px;
	}

	.navmenu .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		color: var(--nav-dropdown-color);
	}

	.navmenu .dropdown ul a i {
		font-size: 12px;
	}

	.navmenu .dropdown ul a:hover,
	.navmenu .dropdown ul .active:hover,
	.navmenu .dropdown ul li:hover>a {
		color: var(--nav-dropdown-hover-color);
	}

	.navmenu .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navmenu .dropdown .dropdown ul {
		top: 0;
		left: -90%;
		visibility: hidden;
	}

	.navmenu .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: -100%;
		visibility: visible;
	}
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
	.mobile-nav-toggle {
		color: var(--nav-color);
		font-size: 28px;
		line-height: 0;
		margin-right: 10px;
		cursor: pointer;
		transition: color 0.3s;
	}

	.navmenu {
		padding: 0;
		z-index: 9997;
	}

	.navmenu ul {
		display: none;
		position: absolute;
		inset: 60px 20px 20px 20px;
		padding: 10px 0;
		margin: 0;
		border-radius: 6px;
		background-color: var(--nav-dropdown-background-color);
		border: 1px solid rgba(var(--default-color-rgb), 0.1);
		box-shadow: none;
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
	}

	.navmenu a,
	.navmenu a:focus {
		color: var(--nav-dropdown-color);
		padding: 10px 20px;
		font-family: var(--nav-font);
		font-size: 17px;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: space-between;
		white-space: nowrap;
		transition: 0.3s;
	}

	.navmenu a i,
	.navmenu a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		transition: 0.3s;
		background-color: rgba(var(--accent-color-rgb), 0.1);
	}

	.navmenu a i:hover,
	.navmenu a:focus i:hover {
		background-color: var(--accent-color);
		color: var(--contrast-color);
	}

	.navmenu a:hover,
	.navmenu .active,
	.navmenu .active:focus {
		color: var(--nav-dropdown-hover-color);
	}

	.navmenu .active i,
	.navmenu .active:focus i {
		background-color: var(--accent-color);
		color: var(--contrast-color);
		transform: rotate(180deg);
	}

	.navmenu .dropdown ul {
		position: static;
		display: none;
		z-index: 99;
		padding: 10px 0;
		margin: 10px 20px;
		background-color: var(--nav-dropdown-background-color);
		transition: all 0.5s ease-in-out;
	}

	.navmenu .dropdown ul ul {
		background-color: rgba(33, 37, 41, 0.1);
	}

	.navmenu .dropdown>.dropdown-active {
		display: block;
		background-color: rgba(33, 37, 41, 0.03);
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .mobile-nav-toggle {
		color: #fff;
		position: absolute;
		font-size: 32px;
		top: 15px;
		right: 15px;
		margin-right: 0;
		z-index: 9999;
	}

	.mobile-nav-active .navmenu {
		position: fixed;
		overflow: hidden;
		inset: 0;
		background: rgba(33, 37, 41, 0.8);
		transition: 0.3s;
	}

	.mobile-nav-active .navmenu>ul {
		display: block;
	}
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	overflow: hidden;
	background: var(--background-color);
	transition: all 0.1s ease-out;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #ffffff;
	border-color: var(--accent-color) transparent var(--accent-color) transparent;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 58px;
	z-index: 99999;
	background-color: #AF2032;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: var(--contrast-color);
	line-height: 0;
}

.scroll-top:hover {
	background-color: rgba(var(--accent-color-rgb), 0.8);
	color: var(--contrast-color);
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}


/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 0 0 50px 0;
	scroll-margin-top: 100px;
	overflow: clip;
}

@media (max-width: 1199px) {

	section,
	.section {
		scroll-margin-top: 66px;
	}
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
	text-align: center;
	padding-bottom: 60px;
	position: relative;
}

.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.section-title h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: var(--accent-color);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.section-title p {
	margin-bottom: 0;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* .hero {
	padding: 0 0 60px 0;
} */

.hero .carousel {
	width: 100%;
	min-height: 60vh;
	padding: 0;
	margin: 0;
	background-color: var(--background-color);
	/* position: relative; */
	/* z-index: 1; */
	overflow: hidden;
}

#services {
	padding: 20px 70px;
}

@media (max-height: 400px) {
	.hero .carousel {
		min-height: 100vh;
	}
}

.hero .carousel-item .hero-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.hero .carousel-item {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.hero .carousel-item:before {
	content: "";
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	inset: 0;
	z-index: 2;
}



.hero .carousel-container {
	position: relative;
	inset: 145px 0 0 0;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	flex-direction: column;
	z-index: 3;
}


.hero .featured {
	margin-top: -150px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 2px 9px 9px 2px rgba(var(--default-color-rgb), 0.3);
}

@media (max-height: 768px),
(max-width: 768px) {
	.hero .featured {
		margin-top: -70px;
	}
}

.hero .featured-item {
	background-color: var(--contrast-color);
	/* box-shadow: 0px 0 25px 0 rgba(var(--default-color-rgb), 0.1); */
	padding: 10px 20px;
	height: 100%;
	width: 100%;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}

.hero .featured-item .icon {
	margin-bottom: 10px;
}

.hero .featured-item h2 {
	background: none;
	border: none;
	font-size: 15px;
}

.featured-item .icon img {
	max-width: 120px;
	height: auto;
}

.service_sub_category_image {
	max-width: 60px;
	height: auto;
	margin-right: 15px;
}
.service_sub_category_image img {
	width: 100%;
	height: 45px;
}
@media (min-width: 576px) {
	.featured.container {
		max-width: 540px !important;
	}
}

@media (min-width: 768px) {
	.featured.container {
		max-width: 720px !important;
	}
}

@media (min-width: 992px) {
	.featured.container {
		max-width: 960px !important;
	}
}

@media (min-width: 1201px) and (max-width: 1899px) {
	.featured.container {
		max-width: 1200px !important;
	}
}

/* From 1900px and higher */
@media (min-width: 1900px) {
	.featured.container {
		max-width: 1200px !important;
	}
}

@media screen and (max-width: 1196px) {
	.hero .featured-item {
		padding: 4px 12px;
		text-align: center;
	}

	.hero .featured-item h2 {
		font-size: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.hero .carousel {
		min-height: 42vh;
	}
}

@media only screen and (max-width: 575px) {
	.hero .carousel {
		min-height: 31vh;
	}

	.hero .featured.container {
		/* margin-top: 25px; */
		max-width: 80%;
	}
}

@media only screen and (max-width: 480px) {
	.hero .featured.container {
		max-width: 90%;
	}

	.hero .featured-item {
		padding: 10px;
	}

	.header-extra-links a .user_auth_img {
		display: none;
	}

	.header-extra-links .auth_link,
	.service_request_btn {
		font-size: 11px !important;
	}
}

@media only screen and (max-width: 414px) {
	.header .logo img {
		max-height: 60px;
	}

	.header-extra-links .auth_link,
	.service_request_btn {
		font-size: 9px !important;
	}

	.header-extra-links a {
		font-size: 12px !important;
	}

	.header-extra-links span {
		margin: 0 2px;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
	padding: 30px;
	margin: 30px 0;
	box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
}

.widget-item {
	margin-bottom: 40px;
}

.search-widget {
	/* background: var(--background-color);
	border: 1px solid rgba(var(--default-color-rgb), 0.3);
	padding: 3px 10px;
	position: relative;
	border-radius: 30px;
	width: 50%;
	height: 50px; */
	position: relative;
	height: 50px;
	min-height: 70px;
	border: 0;
	background: #fff;
	width: 70%;
	padding: 10px 70px 10px 32px;
	font-size: 18px;
	color: #666;
	border-radius: 34px;
	z-index: 10;
}

.search-widget input[type=text] {
	border: 0;
	padding: 12px 0;
	border-radius: 4px;
	width: calc(100% - 40px);
	background-color: var(--background-color);
	color: var(--default-color);
}

.search-widget input[type=text]:focus {
	outline: none;
}

.search-widget button {
	background: none;
	color: var(--contrast-color);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	font-size: 16px;
	padding: 0 15px;
	margin: -1px;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	line-height: 0;
}

.search-widget img {
	max-width: 100%;
	height: auto;
	position: absolute;
	left: -30px;
	top: 22px;
}

.search-results {
	display: none;
	position: absolute;
	top: 74px;
	right: 0;
	left: 0;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 90%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 0px auto;
	font-size: 14px;
	z-index: 20;
}

.search-results.active {
	display: block;
}

.search-results ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.search-results li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.search-results li:last-child {
	border-bottom: none;
}

.search-results li:hover {
	background-color: #f0f0f0;
}

/* @media screen and (max-width: 768px) {
	.search-widget {
		width: 80%;
	}
} */

@media screen and (max-width: 1199px) {
	.search-results {
		right: 39px;
		width: 88%;
	}
}

@media screen and (max-width: 768px) {
	.search-widget {
		width: 300px;
		top: 20px;
		height: 45px;
		min-height: 35px;
		padding: 10px 30px 10px 20px;
	}

	.search-widget img {
		left: -7px;
		top: 14px;
	}

	.search-widget img {
		width: 80%;
	}

	.search-widget input[type=text] {
		height: 25px;
	}

	.search-results {
		right: 0;
		width: 300px;
		z-index: 999;
	}

	.parent-service .accordion-header .parent-service-accordion-button {
		font-size: 14px;
	}

	.service_model .modal-title {
		font-size: 16px;
	}

	.featured-item .icon img {
		max-width: 100px;
	}
}

@media screen and (max-width: 575px) {
	.search-widget {
		width: 270px;
	}

	.service_counter_input {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {
	.search-widget {
		width: 190px;
		height: 38px;
		padding-top: 6px;
		font-size: 15px;
	}

	.search-widget img {
		left: -3px;
		top: 13px;
	}

	.search-widget input[type=text] {
		height: 23px;
	}
}

@media screen and (max-width: 375px) {
	.search-widget {
		width: 145px;
	}
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
	/* opacity: 0.5; */
	/* transition: 0.3s; */
	/* filter: grayscale(100); */
}

/* .clients .swiper-slide img:hover {
	filter: none;
	opacity: 1;
} */

.clients .client-carousel {
	height: auto;
}

/* .clients .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: rgba(var(--default-color-rgb), 0.2);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--accent-color);
} */

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
	padding: 30px;
	width: 100%;
	box-shadow: 0px 0px 20px rgba(var(--default-color-rgb), 0.1);
}

.stats .stats-item img {
	color: var(--accent-color);
	display: block;
	font-size: 44px;
	float: left;
	line-height: 0;
}

.stats .stats-item .purecounter {
	color: var(--heading-color);
	font-size: 48px;
	line-height: 40px;
	display: block;
	font-weight: 700;
	margin-left: 60px;
}

.stats .stats-item p {
	color: rgba(var(--default-color-rgb), 0.6);
	padding: 9px 0 0 0;
	margin: 0 0 0 45px;
	font-family: var(--heading-font);
	font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: #444444;
	font-size: 14px;
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #FAFAFA;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
	font-size: 22px;
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Nunito", sans-serif;
	color: #777777;
}

#footer .footer-top h3 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #ea6981;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #777777;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #AF2032;
}

#footer .footer-newsletter {
	font-size: 15px;
}

#footer .footer-newsletter h4 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-newsletter #subscribe-form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
	text-align: left;
	border: 1px solid #f7c2cc;
}

#footer .footer-newsletter #subscribe-form input[type=email] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}

#footer .footer-newsletter #subscribe-form input[type=email]:focus-visible {
	outline: none;
}

#footer .footer-newsletter #subscribe-form input[type=button] {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 15px;
	padding: 0 22px;
	background: #AF2032;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter #subscribe-form input[type=button]:hover {
	background: #d01d3f;
}

#footer .credits a {
	padding-top: 5px;
	font-size: 13px;
	color: #444444;
}

#footer .social-links a {
	font-size: 16px;
	display: inline-block;
	background: #AF2032;
	color: #fff;
	line-height: 1.2;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .social-links a:hover {
	background: #d01d3f;
	color: #fff;
	text-decoration: none;
}



/*** Blog Start ***/

.blog-list-wrapper {
	margin-top: 85px;
}

.blog-carousel {
	width: 100%;
	height: 100%;
	position: relative;
}

.blog-carousel h4,
.blog-list h4 {
	/* background: #fff; */
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.image-container {
	position: relative;
}

.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7975754D;
	z-index: 1;
	cursor: pointer;
}

.blog-item h4 {
	position: relative;
	z-index: 2;
}

.icon-xxl {
	height: 4rem;
	line-height: 4rem;
	width: 4rem
}

.icon-shape {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	vertical-align: middle
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact:before {
	content: "";
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.contact .container {
	position: relative;
}

.contact .info {
	width: 100%;
}

.contact .info i {
	font-size: 20px;
	background: #AF2032;
	color: #fff;
	float: left;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #043c6d;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #444444;
}

.contact .info .email,
.contact .info .phone {
	margin-top: 40px;
}

.contact .php-email-form {
	width: 100%;
	background: #fff;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 4px;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type=button] {
	border: 0;
	padding: 10px 32px;
	color: #AF2032;
	transition: 0.4s;
	border-radius: 50px;
	border: 2px solid #AF2032;
	background: #fff;
}

.contact .php-email-form button[type=button]:hover {
	background: #AF2032;
	color: #fff;
}
@media (max-width: 575.98px) {
	.offcanvas-sm.offcanvas-start {
		border-right: 1px solid var(--fc-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: 560px
	}

	.offcanvas-sm.offcanvas-end {
		border-left: 1px solid var(--fc-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: 560px
	}

	.offcanvas-sm.offcanvas-top {
		border-bottom: 1px solid var(--fc-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%)
	}

	.offcanvas-sm.offcanvas-bottom,
	.offcanvas-sm.offcanvas-top {
		height: 30vh;
		left: 0;
		max-height: 100%;
		right: 0
	}

	.offcanvas-sm.offcanvas-bottom {
		border-top: 1px solid var(--fc-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-sm.show:not(.hiding),
	.offcanvas-sm.showing {
		transform: none
	}

	.offcanvas-sm.hiding,
	.offcanvas-sm.show,
	.offcanvas-sm.showing {
		visibility: visible
	}
}

@media (min-width: 576px) {
	.offcanvas-sm {
		--fc-offcanvas-height: auto;
		--fc-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-sm .offcanvas-header {
		display: none
	}

	.offcanvas-sm .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

@media (max-width: 767.98px) {
	.offcanvas-md {
		background-clip: padding-box;
		background-color: #fff;
		bottom: 0;
		color: #5c6c75;
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: transform 0.3s ease-in-out;
		visibility: hidden;
		z-index: 1045
	}
}

@media (max-width: 767.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-md {
		transition: none
	}
}

@media (max-width: 767.98px) {
	.offcanvas-md.offcanvas-start {
		border-right: 1px solid var(--fc-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: 560px
	}

	.offcanvas-md.offcanvas-end {
		border-left: 1px solid var(--fc-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: 560px
	}

	.offcanvas-md.offcanvas-top {
		border-bottom: 1px solid var(--fc-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%)
	}

	.offcanvas-md.offcanvas-bottom,
	.offcanvas-md.offcanvas-top {
		height: 30vh;
		left: 0;
		max-height: 100%;
		right: 0
	}

	.offcanvas-md.offcanvas-bottom {
		border-top: 1px solid var(--fc-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-md.show:not(.hiding),
	.offcanvas-md.showing {
		transform: none
	}

	.offcanvas-md.hiding,
	.offcanvas-md.show,
	.offcanvas-md.showing {
		visibility: visible
	}
}

@media (min-width: 768px) {
	.offcanvas-md {
		--fc-offcanvas-height: auto;
		--fc-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-md .offcanvas-header {
		display: none
	}

	.offcanvas-md .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

@media (max-width: 991.98px) {
	.offcanvas-lg {
		background-clip: padding-box;
		background-color: #fff;
		bottom: 0;
		color: #5c6c75;
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: transform 0.3s ease-in-out;
		visibility: hidden;
		z-index: 1045
	}
}

@media (max-width: 991.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-lg {
		transition: none
	}
}

@media (max-width: 991.98px) {
	.offcanvas-lg.offcanvas-start {
		border-right: 1px solid var(--fc-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: 560px
	}

	.offcanvas-lg.offcanvas-end {
		border-left: 1px solid var(--fc-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: 560px
	}

	.offcanvas-lg.offcanvas-top {
		border-bottom: 1px solid var(--fc-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%)
	}

	.offcanvas-lg.offcanvas-bottom,
	.offcanvas-lg.offcanvas-top {
		height: 30vh;
		left: 0;
		max-height: 100%;
		right: 0
	}

	.offcanvas-lg.offcanvas-bottom {
		border-top: 1px solid var(--fc-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-lg.show:not(.hiding),
	.offcanvas-lg.showing {
		transform: none
	}

	.offcanvas-lg.hiding,
	.offcanvas-lg.show,
	.offcanvas-lg.showing {
		visibility: visible
	}
}

@media (min-width: 992px) {
	.offcanvas-lg {
		--fc-offcanvas-height: auto;
		--fc-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-lg .offcanvas-header {
		display: none
	}

	.offcanvas-lg .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

@media (max-width: 1199.98px) {
	.offcanvas-xl {
		background-clip: padding-box;
		background-color: #fff;
		bottom: 0;
		color: #5c6c75;
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: transform 0.3s ease-in-out;
		visibility: hidden;
		z-index: 1045
	}
}

@media (max-width: 1199.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xl {
		transition: none
	}
}

@media (max-width: 1199.98px) {
	.offcanvas-xl.offcanvas-start {
		border-right: 1px solid var(--fc-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: 560px
	}

	.offcanvas-xl.offcanvas-end {
		border-left: 1px solid var(--fc-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: 560px
	}

	.offcanvas-xl.offcanvas-top {
		border-bottom: 1px solid var(--fc-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%)
	}

	.offcanvas-xl.offcanvas-bottom,
	.offcanvas-xl.offcanvas-top {
		height: 30vh;
		left: 0;
		max-height: 100%;
		right: 0
	}

	.offcanvas-xl.offcanvas-bottom {
		border-top: 1px solid var(--fc-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-xl.show:not(.hiding),
	.offcanvas-xl.showing {
		transform: none
	}

	.offcanvas-xl.hiding,
	.offcanvas-xl.show,
	.offcanvas-xl.showing {
		visibility: visible
	}
}

@media (min-width: 1200px) {
	.offcanvas-xl {
		--fc-offcanvas-height: auto;
		--fc-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xl .offcanvas-header {
		display: none
	}

	.offcanvas-xl .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

@media (max-width: 1399.98px) {
	.offcanvas-xxl {
		background-clip: padding-box;
		background-color: #fff;
		bottom: 0;
		color: #5c6c75;
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: transform 0.3s ease-in-out;
		visibility: hidden;
		z-index: 1045
	}
}

@media (max-width: 1399.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xxl {
		transition: none
	}
}

@media (max-width: 1399.98px) {
	.offcanvas-xxl.offcanvas-start {
		border-right: 1px solid var(--fc-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: 560px
	}

	.offcanvas-xxl.offcanvas-end {
		border-left: 1px solid var(--fc-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: 560px
	}

	.offcanvas-xxl.offcanvas-top {
		border-bottom: 1px solid var(--fc-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%)
	}

	.offcanvas-xxl.offcanvas-bottom,
	.offcanvas-xxl.offcanvas-top {
		height: 30vh;
		left: 0;
		max-height: 100%;
		right: 0
	}

	.offcanvas-xxl.offcanvas-bottom {
		border-top: 1px solid var(--fc-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-xxl.show:not(.hiding),
	.offcanvas-xxl.showing {
		transform: none
	}

	.offcanvas-xxl.hiding,
	.offcanvas-xxl.show,
	.offcanvas-xxl.showing {
		visibility: visible
	}
}

@media (min-width: 1400px) {
	.offcanvas-xxl {
		--fc-offcanvas-height: auto;
		--fc-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xxl .offcanvas-header {
		display: none
	}

	.offcanvas-xxl .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

.offcanvas {
	background-clip: padding-box;
	background-color: #fff;
	bottom: 0;
	color: #5c6c75;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	outline: 0;
	position: fixed;
	transition: transform 0.3s ease-in-out;
	visibility: hidden;
	z-index: 1045
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none
	}
}

.offcanvas.offcanvas-start {
	border-right: 1px solid var(--fc-offcanvas-border-color);
	left: 0;
	top: 0;
	transform: translateX(-100%);
	width: 560px
}

.offcanvas.offcanvas-end {
	border-left: 1px solid var(--fc-offcanvas-border-color);
	right: 0;
	top: 0;
	transform: translateX(100%);
	width: 560px
}

.offcanvas.offcanvas-top {
	border-bottom: 1px solid var(--fc-offcanvas-border-color);
	top: 0;
	transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
	height: 30vh;
	left: 0;
	max-height: 100%;
	right: 0
}

.offcanvas.offcanvas-bottom {
	border-top: 1px solid var(--fc-offcanvas-border-color);
	transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
	transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
	visibility: visible
}

.offcanvas-backdrop {
	background-color: #000;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1040
}

.offcanvas-backdrop.fade {
	opacity: 0
}

.offcanvas-backdrop.show {
	opacity: .5
}

.offcanvas-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1rem 1rem
}

.offcanvas-header .btn-close {
	margin-bottom: calc(1rem*-.5);
	margin-right: calc(1rem*-.5);
	margin-top: calc(1rem*-.5);
	padding: calc(1rem*.5) calc(1rem*.5)
}

.offcanvas-title {
	line-height: 1.6;
	margin-bottom: 0
}

.offcanvas-body {
	flex-grow: 1;
	overflow-y: auto;
	padding: 1rem 1rem
}


input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.input-spinner .button-minus,
.input-spinner .button-plus {
	background-color: transparent;
	border-color: #ecf0ef;
	height: 2rem;
	width: 1.8rem
}

.input-spinner .button-minus:hover,
.input-spinner .button-plus:hover {
	background-color: #ecf0ef;
	border-color: #ecf0ef
}

.input-spinner .form-input {
	background: 0 0;
	border: 1px solid #ecf0ef;
	height: 100%;
	min-height: 2rem;
	text-align: center;
	min-width: 2rem !important;
	max-width: 3rem !important;
}

.order-details {
	background: #f7f7f7;
	padding: 25px 50px;
	margin: 20px 0;
}

.order-details .card {
	border: none;
}

.order-details h4 {
	font-size: 18px;
}

.order-details h5 {
	font-size: 16px;
}

.order-details address {
	font-size: 14px;
	line-height: 20px;
}

.order-details .table tr,
.order-details .table td,
.order-details .table th {
	color: #6c757D;
	font-size: 14px;
}

#checkoutPorcess {
	background-color: #f4f5f8;
}

#checkoutPorcess .card {
	border-width: 0;
}

#checkoutPorcess .list-group-flush>.list-group-item:first-child {
	border-top-width: 0 !important;
}

#checkoutPorcess .list-group-flush>.list-group-item:last-child {
	border-bottom-width: 1px !important;
	margin-bottom: 30px;
}

#checkoutItemList {
	margin-top: 0px;
}

@media only screen and (max-width: 991px) {
	#userOrderInfo {
		margin-top: 15px;
	}

	.service_sub_items .sub_service_heading {
		font-size: 15px;
		line-height: 20px;
	}

	.price_wrapper {
		font-size: 15px;
		margin-top: 5px;
	}

	.service_model .modal-lg {
		max-width: 90%;
		margin: 0px auto;
	}

}

@media only screen and (max-width: 768px) {
	#checkoutItemList h6 {
		font-size: 14px;
		line-height: 23px;
	}
}

.date-button,
.date-button:hover {
	background: #fff;
	color: #AF2032;
	padding: 8px 0px;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid #AF2032;
	min-width: 60px;
}

.time-slot-button,
.time-slot-button:hover {
	background: #fff;
	border: 1px solid #AF2032;
	color: #AF2032;
	margin-bottom: 15px;
	min-width: 105px;
	margin-right: 10px;
}



.date-button.active,
.time-slot-button.active,
.time-slot-button:hover {
	background: #AF2032;
	color: #fff;
}

@media only screen and (max-width: 480px) {

	.date-button,
	.date-button:hover {
		padding: 6px 0px;
		font-size: 11px;
		min-width: 45px;
	}

}

@media only screen and (max-width: 376px) {

	.date-button,
	.date-button:hover {
		min-width: 38px;
	}

}

.page-title {
	--background-color: rgba(var(--default-color-rgb), .04);
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 20px 0;
	position: relative;
}

.page-title h1 {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.page-title .breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.page-title .breadcrumbs ol li+li {
	padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
	content: "/";
	display: inline-block;
	padding-right: 10px;
	color: rgba(var(--default-color-rgb), 0.3);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
	padding-top: 30px;
	padding-bottom: 0;
}

.blog-details .article {
	box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
	padding: 30px;
}

.blog-details .post-img {
	margin: -30px -30px 20px -30px;
	overflow: hidden;
}

.blog-details .title {
	color: var(--heading-color);
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	margin: 30px 0;
}

.blog-details .content {
	margin-top: 20px;
}

.blog-details .content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.blog-details .content blockquote {
	overflow: hidden;
	background-color: rgba(var(--default-color-rgb), 0.05);
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.blog-details .content blockquote p {
	color: var(--default-color);
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

.blog-details .content blockquote:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: var(--accent-color);
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-details .meta-top {
	margin-top: 20px;
	color: rgba(var(--default-color-rgb), 0.6);
}

.blog-details .meta-top ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}

.blog-details .meta-top ul li+li {
	padding-left: 20px;
}

.blog-details .meta-top i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
	color: rgba(var(--default-color-rgb), 0.6);
}

.blog-details .meta-top a {
	color: rgba(var(--default-color-rgb), 0.6);
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}

.blog-details .meta-bottom {
	padding-top: 10px;
	border-top: 1px solid rgba(var(--default-color-rgb), 0.1);
}

.blog-details .meta-bottom i {
	color: rgba(var(--default-color-rgb), 0.6);
	display: inline;
}

.blog-details .meta-bottom a {
	color: rgba(var(--default-color-rgb), 0.6);
	transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
	color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.blog-details .meta-bottom .cats li {
	display: inline-block;
}

.blog-details .meta-bottom .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}

.blog-details .meta-bottom .tags li {
	display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
	padding-right: 6px;
	color: var(--default-color);
	content: ",";
}

.blog-details .meta-bottom .share {
	font-size: 16px;
}

.blog-details .meta-bottom .share i {
	padding-left: 5px;
}

@media (max-width: 767px) {
	.footer-contact {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.f-info-text {
		text-align: center;
	}

	.footer-items-links {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	#footer .footer-top .footer-links ul li {
		padding: 0px;
	}

	.footer-newsletter {
		text-align: center;
	}

	.service_request_bar {
		display: inline-block;
	}

	.service_request_btn {
		background: none;
		color: #AF2032;
		border: none;
		font-size: 14px;
		margin-right: 0;
		padding: 0;
	}
}

@media (max-width: 420px) {
	.footer-items-links {
		justify-content: center;
	}

	#footer .footer-top .footer-links ul li {
		padding: 10px !important;
	}
}
