/*========================================================================

	Template Name : Ulkmor - Blog Article HTML Template
	Author : Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Featured post
	04. Grid style
	05. List style
	06. Sidebar
	07. Carousel arrow style
	08. Instagram
	09. Footer
	10. Advertisement
	11. Inner page title
	12. Single post
	13. Comment box
	14. Send comment form
	15. Login, Register box
	16. Contact us
	17. About us
	18. Counter
	19. 404 page
	20. Faq
	21. Post video item
	22. Gallery
	23. Privacy policy
	
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* font-family: 'Lato', sans-serif; */

/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #4c454c;
	color: #fff;
}
::-moz-selection {
 background-color: #4c454c;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #6C6D74;
	letter-spacing: 0.5px;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #8A8A93;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333;
	padding: 0px;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 22px;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a{
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
.dropcap {
	font-size: 24px;
	line-height: 45px;
	display: inline-block;
	border-radius: 100%;
	float: left;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	margin: 0 12px 0 0;
	background-color: #dc3545;
	position: relative;
	text-transform: uppercase;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #dc3545;
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #c42332;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #dc3545;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	text-decoration: none;
	color: #fff;
	background-color: #383338;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- block title --- */
.block-title {
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.block-title h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 12px 0px;
	position: relative;
	border-top: 4px solid;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.view-all-link a {
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 2px 12px;
	font-size: 10px;
	background-color: rgba(0,0,0,0.1);
	color: #333;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.view-all-link a:hover {
	background-color: #dc3545;
	color: #fff;
}
/* ===================================
	02. Header
=================================== */
/* header upper */
header {
	background-color: #212425;
}
.header-upper {
	padding: 10px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
/* header upper links */
.header-upper-links li {
	position: relative;
	padding-right: 12px;
	margin-right: 8px !important;
}
.header-upper-links li:last-child {
	padding-right: 0px;
	margin-right: 0px !important;
}
.header-upper-links li:last-child:after {
	display: none;
}
.header-upper-links li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	right: 0px;
	top: 50%;
	background-color: #cecece;
	transform: translateY(-50%);
}
.header-upper-links li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-upper-links li a:hover {
	color: #dc3545;
}
.languages-block .dropdown button {
	padding: 0px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	align-items: center;
	display: flex;
}
.languages-block .dropdown button img {
	padding-right: 6px;
}
.languages-block .dropdown .dropdown-menu {
	border-radius: 0px;
	padding: 0;
}
.languages-block .dropdown .dropdown-menu .dropdown-item {
	padding: 10px 14px;
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.languages-block .dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
/* header lover */
.header-lover-center {
	position: relative;
}
/* header upper social */
.header-lover {
	/* border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background-color: #2d3031; */
}
.header-social li {
	margin-right: 0px !important;
	padding-left: 4px;
}
.header-social li:first-child {
	padding-left: 0;
}
.header-social li a {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social li a:hover {
	color: #dc3545;
}
/* header search */
.header-search {
	position: relative;
}
.header-search a {
	background-color: #dc3545;
	color: #fff !important;
}
.header-search .dropdown-menu {
	width: 250px;
}
.header-lover .navbar-brand {
	padding: 0;
	margin: 0;
}
.header-middle {
	padding: 16px 0px;
}
.header-middle .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 13px;
	color: #fff;
	padding: 20px 18px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-toggle:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	border: 0px;
	font-size: 10px;
	top: 50%;
	position: absolute;
	margin-left: 6px;
	transform: translateY(-50%);
}
.header-lover .navbar .nav-item:first-child .nav-link {
	padding-left: 0px;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active a {
	color: #dc3545;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #212529;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #dc3545;
}
.header-lover .navbar-toggler span {
	background-color: #2D2E33;
}
.header-lover .dropdown-menu {
	margin: 0px;
	border: 1px solid rgba(255,255,255,0.1);
	border-top: 2px solid #dc3545;
	padding: 0;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 10px 20px 10px 20px;
	position: relative;
	font-size: 13px;
	background-color: #212425;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background-color: #dc3545;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #fff;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #fff;
}
/* header newsletter link */
.header-newsletter-link {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.header-newsletter-link a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 6px 16px;
	border: 2px solid #dc3545;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-newsletter-link a:hover {
	background-color: #dc3545;
}
.header-newsletter-link a i {
	font-size: 18px;
	margin-right: 6px;
}
.nav-btn a {
	padding: 20px 14px !important;
}
.nav-btn a span {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border-radius: 100%;
	background-color: #dc3545;
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
 @media screen and (min-width: 768px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* ===================================
	03. Featured post
=================================== */
.featured-post-item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.featured-post-item:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,000000+73&0+0,0.9+73 */
	background: -moz-linear-gradient(top, rgba(153,153,153,0) 0%, rgba(0,0,0,0.9) 73%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(153,153,153,0) 0%, rgba(0,0,0,0.9) 73%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(153,153,153,0) 0%, rgba(0,0,0,0.9) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#e6000000', GradientType=0 ); /* IE6-9 */
}
.featured-post-item .featured-post-item-img {
	position: relative;
}
.featured-post-item .featured-post-item-img .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.featured-post-item .featured-post-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding-right: 15px;
	z-index: 2;
}
.featured-post-item .featured-post-content .featured-post-title a {
	color: #fff;
	font-weight: 400;
}
.featured-post-item .featured-post-content .post-meta li {
	color: #fff;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.featured-post-item .featured-post-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.featured-post-item .featured-post-content .post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fff;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.featured-post-item .featured-post-content .post-meta li:last-child:before {
	display: none;
}
.featured-post-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	width: 100%;
}
.featured-post-carousel .owl-nav .owl-prev {
	float: left;
	margin: 0 0 0 15px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.2) !important;
	border: 0 !important;
	color: #fff !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 6px;
	font-size: 12px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-post-carousel .owl-nav .owl-next {
	float: right;
	margin: 0 15px 0 0;
	color: #fff !important;
	width: 40px;
	height: 40px;
	font-size: 12px !important;
	background-color: rgba(255,255,255,0.2) !important;
	border: 0 !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-post-carousel .owl-nav .owl-prev:hover, .featured-post-carousel .owl-nav .owl-next:hover {
	background-color: #dc3545 !important;
}
.featured-post-carousel.owl-carousel .owl-item img {
	width: auto !important;
}
/* featured post area 2 */
.featured-post-2-image {
	border-radius: 10px;
	overflow: hidden;
}
.featured-post-2-des h6 a {
	display: inline-block;
	border-radius: 6px;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #fff;
	font-weight: 300;
	padding: 6px 10px;
}
.featured-post-2-des {
	padding: 42px 30px 40px 56px;
}
.featured-post-2-des time {
	color: #b5b5b5;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 20px;
}
.featured-post-2-des h2 a {
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 14px;
	color: #333;
	display: inline-block;
	margin-bottom: 15px;
}
.featured-post-carousel-2 .owl-nav {
	position: absolute;
	bottom: 40px;
	left: 56%;
}
.featured-post-carousel-2 .owl-nav .owl-prev, .featured-post-carousel-2 .owl-nav .owl-next {
	float: left;
	margin: 0 0 0 6px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,1) !important;
	border: 0 !important;
	color: #333 !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 6px;
	font-size: 12px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-post-carousel-2 .owl-nav .owl-prev:hover, .featured-post-carousel-2 .owl-nav .owl-next:hover {
	background-color: #dc3545 !important;
	color: #fff !important;
}
.featured-post-carousel-2.owl-carousel .owl-item img {
	width: auto !important;
}
/* ===================================
	04. Grid style
=================================== */
/* grid style 1 */
.grid-style-1 {
	position: relative;
}
.grid-style-1 .grid-style-1-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.grid-style-1 .grid-style-1-img:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-style-1:hover .grid-style-1-img:before {
	opacity: 1;
}
.grid-style-1 .grid-style-1-img .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.grid-style-1 .grid-style-1-content .grid-style-1-title a {
	color: #333;
	font-weight: 400;
}
.grid-style-1 .grid-style-1-content .post-meta li {
	color: #999;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.grid-style-1 .grid-style-1-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.grid-style-1 .grid-style-1-content .post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.grid-style-1 .grid-style-1-content .post-meta li:last-child:before {
	display: none;
}
/* grid style 2 */
.grid-style-2 {
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.grid-style-2 .grid-style-2-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.grid-style-2 .grid-style-2-img:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-style-2 .grid-style-2-img:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background-size: 100% auto;
	background-image: url(../img/curve.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.grid-style-2:hover .grid-style-2-img:before {
	opacity: 1;
}
.grid-style-2 .grid-style-2-img .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.grid-style-2 .grid-style-2-content {
	padding: 0px 15px 15px 15px;
}
.grid-style-2 .grid-style-2-content .grid-style-2-title a {
	color: #333;
	font-weight: 400;
}
.grid-style-2 .grid-style-2-content .post-meta {
	border-top: 1px dashed rgba(0,0,0,0.1);
	padding-top: 15px;
}
.grid-style-2 .grid-style-2-content .post-meta li {
	color: #999;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.grid-style-2 .grid-style-2-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.grid-style-2 .grid-style-2-content .post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.grid-style-2 .grid-style-2-content .post-meta li:last-child:before {
	display: none;
}
/* ===================================
	05. List style
=================================== */
/* list style 1 */
.list-style-1 {
	position: relative;
	display: table;
	background-color: #1f2024;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}
.list-style-1 .list-style-1-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.list-style-1-content {
	padding: 30px;
}
.list-style-1 .list-style-1-img:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.list-style-1:hover .list-style-1-img:before {
	opacity: 1;
}
.list-style-1 .list-style-1-img .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.list-style-1 .list-style-1-content .list-style-1-title a {
	color: #fff;
	font-weight: 400;
}
.list-style-1 .list-style-1-content .post-meta li {
	color: #dc3545;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.list-style-1 .list-style-1-content .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.list-style-1 .list-style-1-content .post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.list-style-1 .list-style-1-content .post-meta li:last-child:before {
	display: none;
}
/* listing post */
.travel-new-box {
	border-radius: 10px;
}
.listing-post {
	display: flex;
	align-items: center;
}
.listing-post .listing-post-thumbnail {
	max-width: 46%;
	border-radius: 10px;
	overflow: hidden;
}
.listing-post .listing-post-content {
	margin-left: 15px;
}
.listing-post .listing-post-title a {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listing-post .listing-post-title a:hover {
	color: #dc3545;
}
.listing-post .listing-post-meta a {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 300;
}
/* listing post-2 */
.listing-post-2 {
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.listing-post-2 .listing-post-2-thumbnail {
	max-width: 32%;
	border-radius: 10px;
	overflow: hidden;
}
.listing-post-2 .listing-post-2-content {
	padding: 15px;
}
.listing-post-2 .listing-post-2-content .post-label {
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 10px;
}
.listing-post-2 .listing-post-2-title a {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listing-post-2 .listing-post-2-title a:hover {
	color: #dc3545;
}
.listing-post-2 .listing-post-2-meta a {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 300;
}
/* ===================================
	06. Sidebar
=================================== */
/* sidebar title */
.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}
.sidebar-title h3 {
	position: relative;
	color: #333;
	font-size: 26px;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	text-transform: capitalize;
}
/* sidebar about box */
.sidebar-about-box {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.sidebar-about-box .sidebar-about-text {
	padding: 30px;
}
/* sidebar social icon */
.sidebar-social-icon {
	position: relative;
	margin-bottom: 48px;
}
.sidebar-social-icon li {
	display: inline-block;
	text-align: center;
	margin: 2px;
	padding: 25px 0;
	width: 31.95%;
	margin-right: 0px;
	border-radius: 10px;
}
.sidebar-social-icon li a {
	font-size: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	color: #fff;
}
.sidebar-social-icon li a span {
	font-size: 12px;
	width: 100%;
	display: inline-block;
}
.facebook-color {
	background-color: #2f58a1;
}
.twitter-color {
	background-color: #069cd5;
}
.pinterest-color {
	background-color: #da0d32;
}
.linkedin-color {
	background-color: #0076b8;
}
.instagram-color {
	background-color: #35475c;
}
.google-plus-color {
	background-color: #ec453e;
}
/* sidebar subscribe */
.sidebar-subscribe-widget {
	position: relative;
	padding: 30px;
	background-color: #1f2024;
	border-radius: 10px;
}
.sidebar-subscribe-widget form input {
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	color: #333;
	border: 0px;
	height: 50px;
	padding: 10px;
}
.sidebar-subscribe-widget form button {
	width: 100%;
	border: 0px;
	border-radius: 10px;
	background-color: #dc3545;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	height: 50px;
	padding: 10px;
	margin-top: 4px;
}
/* trending box */
.trending-box {
	border-radius: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.trending-box li {
	padding: 20px 20px 20px 20px;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.trending-box li:last-child {
	border-bottom: 0px;
}
.trending-box li .item-info {
	font-size: 14px;
	color: #999;
	margin-bottom: 8px;
	font-style: italic;
}
.trending-box li h4 a {
	color: #333;
	font-size: 16px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.trending-box li h4 a:hover {
	color: #dc3545;
}
/* sidebar top news box */
.sidebar-top-news-box {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.sidebar-top-news-box .sidebar-top-news-box-text {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: translateY(-50%);
	text-align: center;
}
.sidebar-top-news-box .sidebar-top-news-box-text .sidebar-center {
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	display: inline-block;
	border-radius: 10px;
	margin: auto;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.5);
}
.sidebar-top-news-box .sidebar-top-news-box-text .heading-title-small {
	font-size: 12px;
	font-weight: 600;
}
.sidebar-top-news-box .sidebar-top-news-box-text .heading-title a {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sidebar-top-news-box .sidebar-top-news-box-text .heading-title a:hover {
	color: #dc3545;
}
/* tags list */
.tags-list {
	display: inline-block;
}
.tags-list li {
	float: left;
}
.tags-list li a {
	background-color: #efefef;
	color: #000;
	font-weight: 400;
	line-height: 100%;
	border-radius: 6px;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 14px;
	padding: 8px 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tags-list li a:hover {
	background-color: #dc3545;
	color: #fff;
}
/* category widget */
.category-widget li {
	margin-bottom: 15px;
}
.category-widget li a {
	position: relative;
	color: #000;
	font-size: 15px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	margin-bottom: 1px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.category-widget li a:hover, .category-widget li a:hover span {
	color: #dc3545;
}
.category-widget li a span {
	float: right;
	font-size: 11px;
	text-align: center;
	color: #84858a;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.category-widget li:last-child {
	margin-bottom: 0px;
}
/* subCategory */
.subcategory li a {
	color: #000;
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 4px;
	border-radius: 4px;
	background-color: #ccc;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.subcategory li a:hover, .subcategory li.active a {
	color: #fff;
	background-color: #dc3545;
}
/* ===================================
	07. Carousel arrow style
=================================== */
/* carousel arrow style 1 */
.carousel-arrow-style-1 .owl-nav {
	text-align: center;
	position: absolute;
	top: -78px;
	right: 0;
}
.carousel-arrow-style-1 .owl-nav > button {
	margin: 0px 0px 0px 2px !important;
	background: none;
	border: 1px solid #dedede !important;
	color: #999;
	width: 26px;
	height: 26px;
	line-height: 22px;
	padding: 0;
	border-radius: 4px !important;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.carousel-arrow-style-1 .owl-nav > button:hover {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}
/* ===================================
	08. Instagram
=================================== */
.instagram-item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.instagram-item a {
	display: block;
	position: relative;
}
.instagram-item .insta-tag {
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.instagram-item .insta-tag span {
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	background-color: #dc3545;
}
.instagram-item .instagram-item-actionbox {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.instagram-item .instagram-item-actionbox ul li {
	color: #fff;
	font-size: 14px;
}
.instagram-item:hover .instagram-item-actionbox, .instagram-item:hover .insta-tag {
	opacity: 1;
}
/* ===================================
	09. Footer
=================================== */
footer {
	background-color: #212425;
}
.footer-top .footer-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 30px;
	text-transform: uppercase;
}
/* footer social */
.footer-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: #3c3c3c;
	border-radius: 100%;
	margin-right: 6px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
	background-color: #dc3545;
}
/* footer link */
.footer-link li {
	position: relative;
	margin-bottom: 12px;
}
.footer-link li a {
	color: #ccc;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #666;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.footer-link li a:hover {
	color: #dc3545;
}
/* footer contact us */
.footer-contact-us {
	background-color: #343737;
	padding: 20px 20px;
	border-top: 4px solid #dc3545;
}
.footer-contact-us li {
	margin-bottom: 15px;
	color: #ccc;
	border-bottom: 1px solid rgba(255,2552,255,0.1);
	padding-bottom: 15px;
}
.footer-contact-us li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}
.footer-contact-us li h5 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 8px;
}
.footer-contact-us li a {
	color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-us li a:hover {
	color: #dc3545;
}
/* copyright footer */
.copyright-footer {
	border-top: 1px dashed rgba(255,255,255,0.1);
}
/* footer light */
.footer-light {
	background-color: #f8f9fa;
}
.footer-light .footer-top .footer-title {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.footer-light .footer-link li a {
	color: #333;
}
.footer-light .footer-link li a:hover {
	color: #dc3545;
}
.footer-light .copyright-footer {
	border-top: 1px dashed rgba(0,0,0,0.1);
	background-color: #eee;
}
/* ===================================
	10. Advertisement
=================================== */
.header-middle .advertisement-banner{
	text-align:right;
}
.advertisement-banner {
	border-radius: 10px;
	overflow: hidden;
	text-align:center;
}
.advertisement-banner img{
	border-radius: 10px;
}
/* ===================================
	11. Inner page title
=================================== */
.inner-page-title-bg {
	background-image: url(../img/bg/inner-page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index:0;
}
.inner-page-title-bg:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index:-1;
}
.inner-page-title {
	position: relative;
}
.inner-page-title .breadcrumb li {
	display: inline-block;
	font-size: 14px;
	margin: 0px;
	color: #fff;
}
.inner-page-title .breadcrumb-item + .breadcrumb-item:before {
	content: "-";
}
.inner-page-title .breadcrumb li a {
	color: #dc3545;
}
/* ===================================
	12. Single post
=================================== */
.post-single-title {
	font-size: 28px;
	line-height: 38px;
}
/* single post img */
.single-post-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.single-post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	background-color: #dc3545;
	z-index: 2;
}
.single-post-label-2 {
	position: absolute;
	bottom: 25px;
	left: 25px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	background-color: #dc3545;
	z-index: 2;
}
.single-post-label:hover, .single-post-label-2:hover {
	color: #fff;
}
/* single post video iframe */
.single-post-video-iframe {
	position: relative;
}
.single-post-video-iframe iframe {
	width: 100%;
	height: 400px;
	border: 0px;
	border-radius: 10px;
	overflow: hidden;
}
/* post single meta */
.single-post-meta-box {
	border-bottom: 1px solid #eee;
}
.single-post-meta li {
	color: #999;
	position: relative;
	margin-right: 16px;
	padding-right: 14px;
}
.single-post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.single-post-meta li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.single-post-meta li:last-child:before {
	display: none;
}
/* blockquote */
.single-post-content blockquote {
	background-color: #dc3545;
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 15px 15px 100px;
	position: relative;
}
.single-post-content blockquote i {
	position: absolute;
	top: 50%;
	left: 25px;
	color: rgba(255,255,255,0.3);
	font-size: 50px;
	transform: translateY(-50%);
}
.single-post-content blockquote p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	color: #fff;
}
/* single post liststyle */
.single-post-liststyle li {
	padding-bottom: 8px;
}
.single-post-liststyle li i {
	color: #dc3545;
	padding-right: 6px;
}
/* options tags */
.options-tags-list li {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.options-tags-list li:last-child {
	padding-right: 0px;
}
.options-tags-list li a {
	background-color: #efefef;
	color: #000;
	font-weight: 400;
	line-height: 100%;
	border-radius: 6px;
	margin: 0 0px 5px 0;
	display: inline-block;
	padding: 8px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.options-tags-list li a:hover {
	background-color: #dc3545;
	color: #fff;
}
/* share post */
.share-this-post-list li {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.share-this-post-list li:first-child {
	padding-right: 6px;
	font-weight: 600;
}
.share-this-post-list li:last-child {
	padding-right: 0px;
}
.share-this-post-list li a {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	margin: 0 0px 5px 0;
	display: inline-block;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.share-this-post-list li a i {
	color: #fff;
	padding-right: 0px;
}
/* ===================================
	13. Comment box
=================================== */
.box-comment {
	margin-bottom: 40px;
}
.box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment .box-comment {
	margin-left: 40px;
	margin-top: 40px;
}
.box-comment .box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment figure {
	margin: 0 20px 0 0;
}
.box-comment figure img {
	border-radius: 100%;
	border: 1px dashed rgba(0,0,0,0.4);
}
.box-comment h6 {
	font-size: 18px;
	display: inline-block;
}
.box-comment h6 span {
	font-size: 12px;
	color: #6C6D74;
	font-weight: 300;
	width: 100%;
	display: inline-block;
	font-style: italic;
}
.box-comment h6 span span.current-year {
	width: auto;
	display: inline-block;
}
.box-comment .review-text {
	width: 100%;
}
.box-comment .review-text a {
	float: right;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #333;
	color: #fff;
	border-radius: 100%;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-comment .review-text a:hover {
	background-color: #dc3545;
}
.box-comment p {
	margin-bottom: 0px;
}
/* ===================================
	14. Send comment form
=================================== */
.send-comment-form input {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
}
.send-comment-form textarea {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
}
/* ===================================
	15. Login, Register box
=================================== */
.sign-in-up-box input[type="email"], .sign-in-up-box input[type="password"], .sign-in-up-box input[type="text"] {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
}
.forgot-password {
	color: #333;
	text-decoration: underline;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.forgot-password:hover {
	color: #dc3545;
	text-decoration: underline;
}
.no-account a {
	color: #333;
	text-decoration: underline;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.no-account a:hover {
	color: #dc3545;
}
/* benefits liststyle */
.benefits-liststyle li {
	padding-bottom: 8px;
}
.benefits-liststyle li:last-child {
	padding-bottom: 0px;
}
.benefits-liststyle li i {
	color: #dc3545;
	padding-right: 6px;
}
/* ===================================
	16. Contact us
=================================== */
/* map box */
.map-box iframe {
	width: 100%;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	border: 0px;
}
/* contact info */
.contact-info p {
	margin-bottom: 0px;
}
.contact-info li {
	margin-bottom: 20px;
}
.contact-info li h5 {
	padding-bottom: 8px;
}
.contact-info li h5 i {
	color: #dc3545;
	padding-right: 6px;
	font-size: 16px;
}
.contact-info li:last-child {
	margin-bottom: 0px;
}
.contact-info li a {
	color: #8A8A93;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-info li a:hover {
	color: #dc3545;
}
/* contact form */
.contact-form input {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
}
.contact-form textarea {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* ===================================
	17. About us
=================================== */
.about-img {
	border-radius: 10px;
	overflow: hidden;
}
.icon-list-style li {
	font-size: 14px;
	padding-bottom: 10px;
}
.icon-list-style li:last-child {
	padding-bottom: 0px;
}
.icon-list-style li i {
	font-size: 13px;
	color: #dc3545;
}
/* ===================================
	18. Counter
=================================== */
.single-count-item {
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 25px 15px;
	text-align: center;
}
.single-count-item h3 {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0px;
	text-transform: capitalize;
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.single-count-item span {
	color: #dc3545 !important;
	font-size: 50px;
	line-height: 36px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 0px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* ===================================
	19. 404 page
=================================== */
.error-text h2 {
	font-size: 50px;
	padding: 10px 0px;
	font-weight: 600;
}
/* ===================================
	20. Faq
=================================== */
.faq-box .accordion-item .accordion-header .accordion-button .fa-times-circle {
	display: inline-block;
	color: #dc3545;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-times-circle {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-chevron-down {
	display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-chevron-down {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	position: relative;
}
.faq-box .accordion-item .accordion-header .accordion-button:after{
	display:none;
}
.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #333 !important;
	padding: 20px 20px !important;
	font-size: 14px;
	background-color: #f7f6f4;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:left;
}
.faq-box .accordion-item {
	margin-bottom: 10px;
	border: 1px dashed rgba(0,0,0,0.3) !important;
	border-radius: 10px !important;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	background-color: #f5f5f5;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #dc3545 !important;
	padding: 20px !important;
	font-size: 14px;
	font-weight: 600;
	background-color: #f5f5f5;
	border-bottom: 1px dashed rgba(0,0,0,0.3) !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:left;
}
.faq-box .accordion-item .accordion-body ul {
	margin-left: 15px;
}
.faq-box .accordion-item .accordion-body ul li {
	list-style: circle;
}
/* ===================================
	21. Post video item
=================================== */
.post-video-item {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.post-video-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: 0;
}
.post-video-item .image {
	overflow: hidden;
}
.post-video-item .image img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-video-item:hover .image img {
	transform: scale(1.1);
}
.post-video-item .post-label {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	background-color: #dc3545;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.post-video-item .link-box {
	position: absolute;
	top: 18px;
	right: 15px;
	line-height: 20px;
	z-index: 1;
}
.post-video-item .link-box a {
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-video-item .link-box a:hover {
	color: #dc3545;
}
/* ===================================
	22. Gallery
=================================== */
.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.gallery-item:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background-color: transparent;
	border-left: 2px solid #dc3545;
	border-top: 2px solid #dc3545;
	top: 15px;
	border-radius: 10px 0px 10px 0px;
	left: 15px;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background-color: transparent;
	border-right: 2px solid #dc3545;
	border-bottom: 2px solid #dc3545;
	bottom: 15px;
	border-radius: 10px 0px 10px 0px;
	right: 15px;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item:hover:after, .gallery-item:hover:before {
	opacity: 1;
}
.gallery-item .post-label {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	background-color: #dc3545;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.gallery-item img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item .thumb-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item:hover img {
	transform: scale(1.1);
}
.gallery-item .thumb-overlay a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-item:hover .thumb-overlay {
	background-color: rgba(0,0,0,0.6);
}
.gallery-item:hover .thumb-overlay a {
	transform: scale(1);
}
#gallerylist .gallerydiv {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
/* ========== filter 1 ========== */
.filter1 li span {
	cursor: pointer;
	padding: 6px 20px 6px 20px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	border-top: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0);
}
.filter1 li span:after {
	position: absolute;
	content: "";
	width: 8px;
	background-color: #ccc;
	height: 8px;
	border-radius: 100%;
	top: 50%;
	right: -7px;
	transform: translateY(-50%);
	opacity: 0.5;
}
.filter1 li:last-child span:after {
	display: none;
}
.filter1 li span.active {
	border-bottom: 1px solid #dc3545;
	color: #dc3545;
	font-weight: 600;
}
/* ===================================
	23. Privacy policy
=================================== */
.privacy-policy-content h3 {
	color: #dc3545;
	font-size: 22px;
}
.privacy-policy-content p {
	margin-bottom: 0px;
}
.privacy-policy-content ul li {
	padding-bottom: 8px;
}
.privacy-policy-content ul li:last-child {
	padding-bottom: 0px;
}
.privacy-policy-content ul li i {
	color: #dc3545;
	padding-right: 6px;
}
