﻿
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
	color: #6E6D6D;
	font-size: 15px;
	background: #ffffff;
	overflow-x: hidden;
	font-family: 'Roboto Condensed';
}


a {
	color: #2c2b2b;
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

img[src=""] {
	opacity: 0;
}

.topbar {
	background: #d11100 !important;
}

a:hover {
	color: #3a526a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

:focus {
	box-shadow: none !important;
	outline: unset;
}

.main {
	min-height: 800px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.hidden {
	visibility: hidden;
	opacity: 0;
}

.visible {
	visibility: visible !important;
	opacity: 1;
}

.section {
	position: relative;
	background-attachment: inherit !important;
	background-size: cover !important;
	background-position: top center !important;
	width: 100%;
}

.menu-bg {
	background: #343434 !important;
	background-image: linear-gradient(-45deg, #2a2a2a 30%, #343434 30%) !important;
}

.bg-1 {
	background: #fbfbfb !important;
}

.bg-2 {
	background: #f56e6e !important;
}

.bg-3 {
	background: #f56e6e !important;
}

.bg-5 {
	background: #343434 !important;
}

.bg-6:before {
	background: url("/uploads/images/theme23/pattern.png") !important;
	content: "";
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	opacity: 0.5;
	top: 0;
}

.bb-1 {
	border-bottom: 1px solid #D6D6D6;
}

.bt-1 {
	border-top: 1px solid #D6D6D6;
}
/* NAV STYLES */


.main-nav .navbar-toggler-icon {
	margin: 0;
	height: unset;
}


/* NAV STYLES */
/* SECTIONS */

/* SLIDER SECTIONS */

.slider .owl-item.active .owl-lazy {
	opacity: 1 !important;
	max-height: unset !important;
}

.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: 12px;
	z-index: 5;
	/* background: rebeccapurple; */
	margin: 0px auto;
	display: inline-block;
	width: auto;
}
	/*.owl-dots {
	counter-reset: dots;
}

.owl-dot:before {
	counter-increment: dots;
	content: counter(dots);
}*/

	.owl-dots .owl-dot span {
		background: #ffffff;
		border: 5px solid #1f1f1f;
		width: 18px !important;
		height: 18px !important;
	}

	.owl-dots .owl-dot.active span {
		border: 5px solid #d11100;
		background: transparent;
	}

.slider-style-1 .owl-dots {
	margin: 0 !important;
	bottom: 30px;
}

	.slider-style-1 .owl-dots .owl-dot span {
		border-color: white;
		background: transparent;
	}

	.slider-style-1 .owl-dots .owl-dot.active span {
		background: transparent;
		border-color: #d11100;
	}

.more-button-1 {
	background: #d11100;
	padding: 0px 32px;
	line-height: 62px;
	display: inline-block;
	color: white;
	text-align: center;
	font-size: 17px;
	margin-top: 10px;
	border-radius: 2px;
	font-weight: 500;
	font-family: 'Roboto Condensed';
}

a.more-button-1:hover {
	color: white;
	background: black;
}

.more-button-1 i {
	margin-right: 6px;
	float: left;
	font-size: 16px;
}

.slider-style-1 {
	margin: 0px auto;
	background: url(/uploads/images/theme23/slider-bg.png) no-repeat center center transparent;
	background-size: cover;
}

	.slider-style-1 .item {
		margin: 0px auto;
		/* min-height: 600px; */
	}

		.slider-style-1 .item .row {
			-ms-flex-align: center !important;
			align-items: center !important;
			margin: 0;
		}

	.slider-style-1 .slide-description h2 {
		color: #ffffff;
		font-size: 4.5rem;
		font-weight: 600;
		max-width: 550px;
		font-family: 'Teko', sans-serif;
		line-height: 1;
	}

	.slider-style-1 .slide-description p {
		line-height: 30px;
		font-size: 16px;
		color: #ffffff;
		margin: 30px 0px;
	}


.slider-style-2 {
	/* min-height: 634px; */
	background: #F6F6F6;
}

	.slider-style-2 .item {
		margin: 0px auto;
	}

		.slider-style-2 .item .row {
			-ms-flex-align: center !important;
			align-items: center !important;
			margin: 0;
		}

	.slider-style-2 .slide-description h2 {
		color: #161616;
		font-size: 45px;
		font-weight: 700;
	}

	.slider-style-2 .slide-description p {
		line-height: 30px;
		font-family: 'quicksand', sans-serif;
		font-size: 15px;
		color: #161616;
		margin: 30px 0px;
	}

	.slider-style-2 .slide-image img {
		display: none;
	}

.slider-style-3 .owl-item {
	transition: .4s ease all;
	transform: scale(.8) !important;
	opacity: 0.8;
}

	.slider-style-3 .owl-item.center {
		transform: unset !important;
		transition: .4s ease all;
		opacity: 1;
	}

.slider-style-3 .slide-description {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	.slider-style-3 .slide-description h2 {
		font-family: Teko,sans-serif;
		color: white;
		font-size: 36px;
		/* letter-spacing: 12px; */
		transform: rotate(-90deg);
		left: -100px;
		top: 50%;
		display: inline-block;
		position: absolute;
		width: 300px;
		text-align: center;
	}

.slider-style-3 .more-button-1 {
	right: -25px;
	position: absolute;
	transform: rotate(90deg);
	top: 40%;
	background: transparent;
	color: #fda601;
}

.slider-style-3 .owl-dots {
	bottom: -60px;
}
/* SLIDER SECTIONS */

/* ADVANCED PARAGRAPH SECTOINS */
.ap-style-1 {
	padding: 20px 0px !important;
	color: #212121;
	padding-left: 0 !important;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
}

	.ap-style-1 .advanced-paragraph-content:after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 54px;
		height: 6px;
		background: #e3e3e3;
		border-radius: 36px;
	}

	.ap-style-1 .advanced-paragraph-content {
		padding-left: 24px;
	}

	.ap-style-1 .advanced-paragraph-icon {
		text-align: center;
	}

		.ap-style-1 .advanced-paragraph-icon a {
			font-size: 34px;
			line-height: 80px;
			color: #d11100;
			width: 80px;
			display: block;
		}


	.ap-style-1 a {
		color: #6E6D6D;
		font-size: 15px;
		line-height: 26px;
	}

	.ap-style-1 .advanced-paragraph-heading h3 {
		font-size: 20px;
		color: #161616;
		font-weight: 600 !important;
		font-family: 'Roboto Condensed';
	}


/*AP Style-2*/
.ap-style-2 {
	padding: 0px !important;
	color: #212121;
}

	.ap-style-2 .advanced-paragraph-content {
		text-align: center;
		line-height: 26px;
	}

	.ap-style-2 .advanced-paragraph-icon {
		text-align: center;
	}

		.ap-style-2 .advanced-paragraph-icon a {
			font-size: 42px;
			line-height: 100px;
			color: #1f1f1f;
			width: 100px;
			display: block;
			background: #ffffff;
			border-radius: 50%;
			margin: 0px auto;
			margin-bottom: 30px;
		}


	.ap-style-2 a {
		color: #6E6D6D;
		font-size: 14px;
	}

	.ap-style-2 .advanced-paragraph-heading h3 {
		font-size: 18px;
		color: #161616;
		font-weight: 500 !important;
	}
/*AP Style-2*/
/* ADVANCED PARAGRAPH SECTIONS */

/* PARAGRAPH STYLES */
.paragraph-style-1 {
	font-size: 15px;
	line-height: 32px;
	margin-bottom: 30px;
}

p.paragraph-style-2 {
	max-width: 680px;
	margin: 0px auto;
	font-size: 15px;
	line-height: 32px;
	margin-bottom: 30px;
	font-weight: 300 !important;
}

.heading-style-1 h2, .heading-style-1 h3, .heading-style-1 h4, .heading-style-1 h5 {
	color: #161616;
	margin-bottom: 0;
	font-weight: 500 !important;
	display: inline-block;
	font-family: 'Teko', sans-serif;
	font-size: 3.5rem;
	line-height: 1;
	margin-bottom: 20px;
}

	.heading-style-1 h2 span {
	}

.heading-style-1 h6 {
	font-size: 20px;
	color: #1d1c1c;
	margin-bottom: 30px !important;
	display: inline-block;
}
/* PARAGRAPH STYLES */

/* BUTTON STYLES */
.button-style-default {
	color: #ffffff;
	font-size: 13px;
	line-height: 52px;
	padding: 0px 28px;
	border-radius: 3px;
	min-width: 160px;
	/* font-family: 'Teko', sans-serif; */
	font-weight: 600;
	position: relative;
	background: #212120;
}

	.button-style-default i:before {
		margin-right: 10px;
		width: 45px;
		line-height: 52px;
		color: #ffffff;
		font-size: 12px;
	}

	.button-style-default:hover {
		background: #d11100;
		color: white;
		border: 1px solid transparent !important;
	}

		.button-style-default:hover i:before {
			color: white;
		}

.button-style-1 {
	border: 1px solid transparent;
	color: white;
	font-weight: 400;
	font-size: 15px;
	line-height: 46px;
	padding: 0px 28px;
	border-radius: 36px;
	background: black;
}

	.button-style-1 i {
		margin-right: 5px;
	}

	.button-style-1:hover {
		background: #f56e6e;
		color: #ffffff;
	}

.button-style-2 {
	background-color: #fff;
	color: #343434;
	border-color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -0.2px;
}

	.button-style-2 i {
		font-size: 28px;
		margin-right: 12px;
		float: left;
		line-height: 65px;
	}

	.button-style-2:hover {
		color: #0083c1;
	}

.button-style-3 {
	background: #CF3131;
	border-radius: 50% !important;
	width: 112px;
	height: 112px;
	line-height: 112px;
	font-size: 28px;
	color: white;
	padding: 0 !important;
	text-indent: 4px;
}

	.button-style-3:hover {
		color: white;
		background: #232222;
	}
/* BUTTON STYLES */

/* CARD STYLES */
.card-style-1 .card-body {
	text-align: center;
	position: relative;
	top: -42px;
}

	.card-style-1 .card-body .card-title {
		color: #ffffff;
		margin-bottom: 12px;
		display: inline-block;
		padding: 8px 22px;
		background: #0083c1;
		border-radius: 3px;
		font-family: 'Teko', sans-serif;
		font-weight: 400;
		font-size: 24px;
	}

.card-style-1:hover h5.card-title {
	background: #d11100;
}

.card-style-1 .card-body .btn {
	display: none;
}

.card-style-1 .card {
	border: 0;
}

.card-style-2 {
	margin: 16px 0px;
}

	.card-style-2 .card-body .btn {
		border: 1px solid #f56e6e;
		padding: 0;
		width: 38px;
		height: 38px;
		line-height: 38px;
		border-radius: 50%;
		color: white;
		background: #f56e6e;
		float: left;
		position: absolute;
		right: 15px;
		top: 22px;
	}

	.card-style-2:hover .card-body .btn {
		background: #1b1b1b;
		border-color: #1b1b1b;
	}

	.card-style-2 .card-body {
		display: block;
		position: relative;
		padding: 15px 20px;
	}

	.card-style-2 .card-title {
		max-width: 300px;
		color: #232222;
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 18px;
	}

	.card-style-2 .card-text {
		float: left;
		max-width: 300px;
	}
/* CARD STYLES */


/* COUNTER STYLES */
.count-default {
	text-align: center;
}

	.count-default .counter-icon {
		font-size: 36px;
		width: 50px;
		margin: 0px auto;
	}

	.count-default .counter {
		font-size: 38px;
		color: #191919;
		font-weight: 700 !important;
	}

	.count-default .counter-icon a {
		color: #f56e6e;
	}

	.count-default .counter-title a h3 {
		font-size: 18px;
		font-weight: 400 !important;
	}


/* COUNTER STYLES */

/* BLOG SLIDER STYLES */
.blog-slider-style-1 .blog-item {
	display: -ms-flexbox !important;
	display: flex !important;
}

	.blog-slider-style-1 .blog-item .avatar {
		flex: 30%;
		max-width: 200px;
	}

	.blog-slider-style-1 .blog-item .blog-item-descriptions {
		flex: 50%;
		max-width: 70%;
		padding-left: 20px;
	}

		.blog-slider-style-1 .blog-item .blog-item-descriptions h3 {
			margin: 0;
			font-weight: 500;
			font-size: 18px;
			margin-bottom: 14px;
		}

		.blog-slider-style-1 .blog-item .blog-item-descriptions p {
			font-size: 14px;
			font-family: 'quicksand', sans-serif;
		}

.blog-slider .owl-dots {
	bottom: 0;
	position: relative;
	margin: 0px auto;
	display: inherit;
	top: 40px !important;
}
.blog-slider .owl-item.active .owl-lazy {
    opacity: 1;
}
/* BLOG SLIDER STYLES */
.style-default .card-header {
	padding: 0 !important;
	border: 0;
	background: #F2F1F1;
	border-radius: 32px;
	padding: 8px 28px !important;
}

.style-default .card {
	border: 0;
	margin-bottom: 30px;
}

.style-default .card-header h2 button {
	color: black !important;
	padding: 0 !important;
	font-size: 16px;
	font-weight: 600;
}

.style-default .card-body {
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	color: #807878;
	padding: 20px 16px 6px 16px;
}
/* BLOG SLIDER STYLES */

/* BRAND SLIDER */

.brand-image a {
	display: block;
	text-align: center;
}

.brand-image img {
	width: auto !important;
	margin: 0px auto;
}
/* BRAND SLIDER */

/* GALLERY */
.fancy-item {
	overflow: hidden;
	margin-bottom: 12px;
}

	.fancy-item:hover a img {
		transform: scale(1.2);
		transition: all 0.5s ease-in-out;
	}

	.fancy-item a img {
		transition: all 0.3s ease-in-out;
	}

	.fancy-item:hover .fancybox:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: #191919bf;
		z-index: 8;
	}

	.fancy-item:hover .fancybox {
		position: relative;
	}

	.fancy-item .image-caption {
		color: white;
		position: absolute;
		top: 58%;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
		opacity: 0;
		font-size: 15px;
		z-index: 1;
		display: block !important;
	}

		.fancy-item .image-caption:before {
			position: absolute;
			top: -44px;
			left: 0;
			right: 0;
			font-size: 18px;
			font-weight: 600;
			content: "\e61a";
			font-family: 'themify';
			border: 2px solid white;
			display: inline-block;
			width: 36px;
			margin: 0px auto;
			height: 36px;
			border-radius: 50%;
			line-height: 32px;
		}

	.fancy-item:hover .fancybox .image-caption {
		opacity: 1;
		transition: all 0.3s ease-in-out;
	}
/* GALLERY */

/* BREADCRUMB */
.breadcrumb-area {
	color: #ffffff;
	text-align: center;
	position: relative;
	background-color: #f6f7fb;
	background-size: cover !important;
	padding: 6rem 0;
	background: url(/uploads/images/theme23/footer-bg.jpg) center center !important;
}

	.breadcrumb-area:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #050505fc;
		z-index: 0;
		opacity: 0.8;
	}

	.breadcrumb-area .breadcrumb {
		margin: 0;
		background: transparent;
		border-radius: 0;
		padding: 0;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		display: inline-block;
		width: auto;
		position: relative;
	}

		.breadcrumb-area .breadcrumb li {
			display: inline-block;
			padding-right: 22px;
		}


		.breadcrumb-area .breadcrumb a {
			font-size: 13px;
			line-height: 32px;
			color: #ffffff;
		}

		.breadcrumb-area .breadcrumb li:last-child {
			padding-right: 0 !important;
		}

		.breadcrumb-area .breadcrumb a:after {
			content: "\f054";
			font-family: 'font awesome 5 free';
			font-weight: 900;
			position: relative;
			left: 12px;
			font-size: 10px;
		}

		.breadcrumb-area .breadcrumb li:last-child a:after {
			opacity: 0;
		}

	.breadcrumb-area p {
		max-width: 600px;
		line-height: 28px;
		font-size: 15px;
		margin-bottom: 60px;
	}

	.breadcrumb-area h1, .breadcrumb-area h2 {
		font-size: 3.5rem;
		margin: 0;
		color: #ffffff;
		position: relative;
		font-family: 'Teko', sans-serif;
	}

		.breadcrumb-area h1 .first-word {
			color: #d11100;
		}
/* BREADCRUMB */

/* FORM */
.form-style-default .form-button button {
	background: #f56e6e !important;
	border: 1px solid #f56e6e;
}

	.form-style-default .form-button button:focus {
		background: #f56e6e !important;
		border: 1px solid #f56e6e;
	}

	.form-style-default .form-button button:hover {
		background: #151515 !important;
		border: 1px solid #151515;
	}

.form-style-default .form-button {
	text-align: center;
}

.form-style-1 .form-button button {
	background: #d11100 !important;
	border: 1px solid #d11100;
}

	.form-style-1 .form-button button:focus {
		background: #f56e6e !important;
		border: 1px solid #f56e6e;
	}

	.form-style-1 .form-button button:hover {
		background: #151515 !important;
		border: 1px solid #151515;
	}

.form-style-1 .form-button {
	text-align: left;
}

.form-style-2 .form-control {
	background: whitesmoke;
	border: 0;
}

.form-style-2 .form-group {
	margin-bottom: 18px;
}

.form-style-2 .form-button .btn {
	background: #d11100;
	border-color: #d11100;
}

	.form-style-2 .form-button .btn:focus {
		background: #d11100;
		border-color: #d11100;
	}
/* FORM */
.button-white a.btn {
	background: white;
	color: #30ce89;
	border-color: white;
}

	.button-white a.btn:hover {
		background: transparent;
		color: white;
	}

.pricing-table {
	background: #FBFBFB;
	padding: 80px 30px;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
}

	.pricing-table .pricing-header h2 {
		text-align: center;
		font-weight: 600;
		color: #1E1E1E;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

.pricing-price span:first-child {
	font-size: 46px;
	font-weight: 600;
	color: black;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 8px;
}

.pricing-table h2:after {
	background: #30CE89;
	content: "";
	position: absolute;
	width: 90px;
	height: 8px;
	border-radius: 36px;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: 0;
}

.pricing-header {
	position: relative;
}

span.suffix {
	text-align: center;
	display: block;
	font-size: 16px;
}

.pricing-table ul li {
	line-height: 36px;
	font-size: 15px;
}



.pricing-table ul {
	margin: 20px 0px;
}

.pricing-button {
	border: 1px solid #30ce89;
	border-radius: 36px;
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	line-height: 68px;
	padding: 0px 42px;
	background: #30ce89;
	display: block;
	margin: 0px auto;
	width: 220px;
	text-align: center;
	margin-top: 40px !important;
}

	.pricing-button:hover {
		background: #212121;
		color: white;
		border-color: #212121;
	}

.featured {
	margin-top: -80px;
	padding: 160px 30px;
	border-radius: 36px;
}

.br-36 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
}

.pricing-table.featured h2:after {
	background: #FB7500;
}

.pricing-table.featured .pricing-button {
	background: #fb7500;
	border-color: #fb7500;
}

.blog-item-descriptions h3 {
	font-weight: 700;
	font-size: 20px;
	margin: 20px 0px;
}

.blog-item-descriptions p {
	font-size: 16px;
	line-height: 28px;
	color: #242424;
}

.dmenu-style-3 .navbar-nav li a {
	color: #6E6D6D;
	padding: 0 !important;
	line-height: 36px;
	font-size: 15px;
	font-family: 'quicksand', sans-serif;
	font-weight: 500 !important;
}

	.dmenu-style-3 .navbar-nav li a i:before {
		margin-right: 10px;
		display: inline-block;
		width: 12px;
	}

.dmenu-style-3 .navbar-nav li {
	display: block;
	width: 100%;
}

.dmenu-style-3 .navbar-nav {
	display: block;
	margin-bottom: 20px;
}

/* SECTIONS */
/* BLOG */
.blog-list-page {
	padding: 4rem 0;
}

.post-image img {
	width: 100%;
}

.post-type-1 {
	border-radius: 2px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	text-align: left;
	padding-bottom: 10px !important;
	margin-bottom: 60px !important;
}

.post-container {
	padding: 2rem 0rem;
}

.post-title h2 {
	font-weight: 600;
	letter-spacing: 0;
	font-size: 22px;
	margin: 0;
	line-height: 30px;
}

	.post-title h2 a {
		color: #272727;
	}

.post-info {
	padding: 10px 0px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

.blog-post .post-title {
	padding: 20px 0px;
}

.post-info ul li {
	display: inline-block;
	padding-right: 24px;
	font-size: 13px;
	color: #6d6464;
}

a.read-more {
	display: inline-block;
	color: #f56e6e;
	font-size: 14px;
	border-radius: 3px;
	line-height: 28px;
	font-weight: 500;
}

	a.read-more i {
		margin-right: 10px;
		font-size: 18px;
		float: left;
		line-height: 28px;
	}

	a.read-more:hover {
		color: #111111;
	}

.post-list-module ul li, .blog-categories-module ul li {
	display: block;
	line-height: 28px;
	border-bottom: 1px solid #d0cdcd;
	padding: 10px 0px;
	font-size: 13px;
}

	.post-list-module ul li:last-child, .blog-categories-module ul li:last-child {
		border-bottom: 0;
	}

.post-list-module h2, .blog-categories-module h2 {
	font-size: 20px;
	margin: 0;
	padding: 16px 0px;
	color: #232222;
	font-weight: 500;
}

	.post-list-module h2 i, .blog-categories-module h2 i {
		color: #00a6f6;
		display: none;
	}

.post-list-type-1 ul, .blog-categories-module ul {
	padding: 0;
	border-top: 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

	.blog-categories-module ul li:before {
		content: "\f30b";
		font-family: 'font awesome 5 free';
		font-weight: 900;
		margin-right: 12px;
		color: #e4e4e4;
	}

	.blog-categories-module ul li:hover:before {
		color: #f56e6e;
	}

.post-content h2, .post-content h2 span, .post-summary h2 span {
	font-size: 18px;
	font-weight: 500 !important;
	color: black;
	margin-bottom: 15px !important;
}

.blog-post .post-content ul, .html-editor-module ul {
	margin-left: 0;
	margin-bottom: 40px;
}

	.blog-post .post-content ul li, .html-editor-module ul li {
		position: relative;
		padding-left: 20px;
		font-size: 15px;
		color: #656262;
		font-weight: 300;
		margin-bottom: 15px;
		line-height: 28px;
	}

		.blog-post .post-content ul li:before {
			content: "";
			width: 7px;
			line-height: 100%;
			background: #f3f3f3;
			height: 100%;
			position: absolute;
			left: 0;
		}

.post-content iframe {
	max-width: 100%;
	border: 0;
}

.blog-post h2 {
	font-size: 22px !important;
	font-weight: 500 !important;
}

.blog-post h3 {
	font-size: 18px;
	color: black;
	font-weight: 500;
}

.post-content h3 span, .post-content h3 strong {
	font-size: 22px;
	font-weight: 500 !important;
	color: black;
}

.post-content p {
	font-size: 15px;
	color: #656262;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 28px;
}

blockquote {
	font-size: 15px;
	color: #656262;
	font-weight: 300;
	margin-bottom: 15px;
	border-left: 4px solid #f56e6e;
	padding: 12px;
	padding-right: 0;
	line-height: 28px;
}

.post-type-1 .post-summary p {
	line-height: 32px;
	font-size: 16px;
	color: #7e7575;
}

.post-content p strong {
	color: black;
}

.blog-pagination li a {
	background: #e8e8e821;
	border: 1px solid #d6d4d480;
	color: black;
	padding: 0.7rem 1rem;
}

.blog-pagination .page-link:focus {
	background: white;
}

.blog-pagination .page-link:hover {
	background: white;
}

.items-info {
	font-size: 14px;
	margin-bottom: 15px;
}
/* BLOG COMMENTS */
.post-comments {
	margin-top: 35px;
	border: 1px solid #e2e0e0;
	padding: 0px 20px;
	margin: 34px 0px;
}

.total-comment {
	font-weight: 600;
	background: #00a6f6;
	padding: 10px 20px;
	color: white;
	border-bottom-left-radius: 9px;
	display: inline-block;
	border-bottom-right-radius: 9px;
}

.comment-avatar span {
	width: 80px;
	height: 80px;
	background: #f2f2f2;
	display: block;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 700;
	color: #1d1d1d;
}

.comment-author span {
	font-weight: 600;
	font-size: 18px;
	color: black;
	display: block;
}

.comment-info span {
	color: #949494;
}

.comment {
	margin-top: 10px;
}

	.comment p {
		font-size: 14px;
	}

.comment-container form {
	margin-top: 30px !important;
}

.comment-container {
	border-bottom: 1px solid #e2e0e0;
	padding: 20px 0px;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
}

.post-comments .comment-container:last-child {
	border-bottom: 0;
}

.reply-button {
	background: #3b405d;
	padding: 6px 16px;
	color: white !important;
	border-radius: 3px;
	display: inline-block;
}

.sub-comment {
	padding-left: 3rem !important;
}

.leave-a-comment {
	margin-top: 40px !important;
}

	.leave-a-comment h4 {
		font-weight: 600;
		font-size: 22px;
		color: black;
		display: block;
		border-bottom: 1px solid #e2e0e0;
		padding-bottom: 14px;
		margin-bottom: 30px;
	}
/* BLOG COMMENTS */
/* BLOG */

.footer {
	background: url("/uploads/images/theme23/footer-bg.jpg") !important;
	padding: 4rem 0 3rem 0;
}

	.footer:before {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		content: "";
		background-color: rgba(17, 17, 17, 0.92);
	}
