/*========================================================================

	Template Name : Gushira - News Magazine Responsive Multipage HTML Template
	Author : Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. News block one
	04. News slider home 2
	05. Post mini box
	06. News block horizontal one
	07. News block horizontal two
	08. News block vertical one
	09. News block vertical two
	10. News block two
	11. Sidebar
	12. Instagram
	13. Post video item
	14. Footer
	15. Category item
	16. Inner page title
	17. List style
	18. Contact us
	19. Gallery
	20. Filter
	21. Single post
	22. Comment box
	23. Send comment form
	24. Sign in, Sign up box
	25. Faq
	26. 404 page
	27. Privacy policy
	28. Team
	
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', 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: 'Open Sans', 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;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
}
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;
}
.form-control {
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
	border: 2px solid #f43d46;
}
/* --- 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: #ff5a60;
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #f9464d;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #333;
	border-bottom: 1px solid #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	-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;
	border-color: #f43d46;
	color: #f43d46;
}
.btn-style-1.btn-sm {
	padding: 8px 12px;
	font-size: 10px;
}
.btn-style-2 {
	color: #fff;
	border: 0;
	border-radius: 0px;
	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: #f43d46;
	-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-2:hover {
	text-decoration: none;
	color: #fff;
	background-color: #383338;
}
.sign-up-with-google-btn {
	color: #333;
	border: 2px solid #888888;
	border-radius: 0px;
	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: #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;
}
.sign-up-with-google-btn:hover {
	border: 2px solid #f43d46;
}
/* --- 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;
}
/* --- section title --- */
.section-title h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	padding-bottom: 8px;
	position: relative;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #CCC;
}
.section-title h2:after {
	position: absolute;
	left: 0px;
	content: "";
	bottom: -2px;
	width: 40px;
	height: 3px;
	background-color: #f43d46;
	z-index: 0;
}
/* ===================================
	02. Header
=================================== */
/* header upper */
.header-upper {
	background-color: #002e5a;
	padding: 10px 0px;
}
.header-search {
	position: relative;
}
.header-search input {
	width: 100%;
	border-radius: 0px;
	font-size: 12px;
	padding-right: 48px;
	height: 40px;
}
.header-search button {
	position: absolute;
	height: 40px;
	top: 0;
	right: 0px;
	width: 40px;
	border: 0px;
	background-color: #f43d46;
	color: #fff;
}
/* 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: #f43d46;
}
.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-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
}
.header-social {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.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;
	background-color: #002e5a;
	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: #fff;
	background-color: #f43d46;
}
.header-lover .navbar-brand {
	padding: 0;
	margin: 0;
}
.header-middle {
	background-color: #fff;
	padding: 16px 0px;
}
.header-middle .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.advertisement-banner img {
	border: 1px solid rgba(255,255,255,0.6);
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 13px;
	color: #333;
	font-weight: 600;
	padding: 20px 18px;
	text-transform: uppercase;
	border-left: 1px solid #e0e0e0;
	-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 .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active a {
	color: #f43d46;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #212529;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #f43d46;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	border-right: 1px solid #e0e0e0;
}
.header-lover .navbar-toggler span {
	background-color: #2D2E33;
}
.header-lover .dropdown-menu {
	margin: 0px;
	border: 0;
	padding: 0;
	border-radius: 0px;
	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: 12px 20px 12px 20px;
	position: relative;
	font-size: 12px;
	background-color: #002e5a;
	color: #fff;
	font-weight: 600;
	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: #f43d46;
}
.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;
}
.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: #f43d46;
}
/*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;
}
}
/* header-2 */
.header-2 .header-lover {
	border-bottom: 0px;
	border-top: 0px;
	background-color: #002e5a;
}
.header-2 .header-lover .navbar .nav-item .nav-link {
	color: #fff;
}
.header-2 .header-lover .navbar .nav-item .nav-link {
	border-left: 1px solid rgba(255,255,255,0.2);
}
.header-2 .header-lover .navbar .nav-item:last-child .nav-link {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.header-2 .header-lover .navbar .nav-item .nav-link:hover, .header-2 .header-lover .navbar .nav-item.active a {
	color: #f43d46;
}
.header-2 .header-social li a {
	background-color: #fff;
	color: #333;
}
.header-2 .header-social li a:hover {
	background-color: #f43d46;
	color: #fff;
}
/* ===================================
	03. News block one
=================================== */
.news-block-one {
	width: 100%;
	position: relative;
}
.news-block-one .news-block-one-img {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.news-block-one .news-block-one-img 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;
	z-index: -1;
}
.news-block-one:hover .news-block-one-img img {
	transform: scale(1.1);
}
.news-block-one .news-block-one-img:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: "";
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
.news-block-one .post-tag {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.news-block-one .post-tag a {
	display: inline-block;
	background-color: #f43d46;
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.news-block-one .news-block-content {
	position: absolute;
	bottom: 15px;
	background-color: rgba(255,255,255,1);
	right: 0px;
	width: 80%;
	padding: 20px;
	left: 0;
	margin: auto;
	text-align: center;
}
.news-block-one .news-block-content .post_title {
	line-height: 30px;
	margin-bottom: 10px;
}
.news-block-one .news-block-content .post_title a {
	font-size: 24px;
	color: #000;
	-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;
}
.news-block-one .news-block-content .post_title a:hover {
	color: #f43d46;
}
.news-block-one .news-block-content .post-meta {
	margin-bottom: 6px;
}
.news-block-one .news-block-content .post-meta li {
	font-size: 14px;
	color: #f43d46;
}
.news-slider-home-carousel.owl-theme .owl-dots .owl-dot span {
	margin: 0 4px;
}
.news-slider-home-carousel.owl-theme .owl-dots .owl-dot.active span, .news-slider-home-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #f43d46;
}
.news-slider-home-carousel .owl-dots {
	margin-top: 20px !important;
}
/* ===================================
	04. News slider home 2
=================================== */
.news-slider-home-carousel-2 .news-block-one .news-block-content .post_title {
	line-height: 20px;
}
.news-slider-home-carousel-2 .news-block-one .news-block-content .post_title a {
	font-size: 15px;
}
.news-slider-home-carousel-2 .news-block-one .news-block-content {
	padding: 10px;
}
.news-slider-home-carousel-2 .news-block-one .news-block-content .post-meta li {
	font-size: 12px;
}
.news-slider-home-carousel-2 .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	width: 100%;
}
.news-slider-home-carousel-2 .owl-nav .owl-prev {
	float: left;
	margin: 0 0 0 -20px;
	width: 40px;
	height: 40px;
	background-color: #fff !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 0;
	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;
}
.news-slider-home-carousel-2 .owl-nav .owl-next {
	float: right;
	margin: 0 -20px 0 0;
	width: 40px;
	height: 40px;
	font-size: 12px !important;
	background-color: #fff !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 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;
}
.news-slider-home-carousel-2 .owl-nav .owl-prev:hover, .news-slider-home-carousel-2 .owl-nav .owl-next:hover {
	background-color: #f43d46 !important;
}
/* ===================================
	05. Post mini box
=================================== */
.post-mini-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.post-mini-thumbnail-img {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.post-mini-thumbnail-img 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-mini-box:hover .post-mini-thumbnail-img img {
	transform: scale(1.1);
}
.post-mini-content {
	padding-left: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.post-heading-link {
	color: #151515;
	display: inline-block;
	margin-bottom: 8px;
}
.post-heading-link h5 {
	font-size: 15px;
}
.post-info li {
	font-size: 11px;
}
/* ===================================
	06. News block horizontal one
=================================== */
.news-block-horizontal-one {
	display: flex;
	width: 100%;
}
.news-block-horizontal-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	flex: 1;
	margin-right: 30px;
}
.news-block-horizontal-img 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;
}
.news-block-horizontal-one:hover .news-block-horizontal-img img {
	transform: scale(1.1);
}
.news-block-horizontal-content {
	padding: 20px;
	width: 56%;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.news-block-horizontal-content .meta a {
	color: #919191;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 12px;
}
.news-block-horizontal-content .meta a:hover {
	color: #f43d46;
}
.news-block-horizontal-link {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 30px;
}
.news-block-horizontal-link a {
	text-decoration: none;
	color: #000;
	-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;
}
.news-block-horizontal-link a:hover {
	color: #f43d46;
}
/* ===================================
	07. News block horizontal two
=================================== */
.news-block-horizontal-two {
	display: flex;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px;
	align-items: 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;
}
.news-block-horizontal-two:hover {
	background-color: #f8f9fa;
}
.news-block-horizontal-two-post-date {
	text-align: center;
	background: #f43d46;
	padding: 30px;
	margin-right: 20px;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(176,176,176,1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(176,176,176,1);
	box-shadow: 4px 4px 0px 0px rgba(176,176,176,1);
}
.news-block-horizontal-two-post-date .date-day {
	font-size: 36px;
	line-height: 30px;
	font-weight: 400;
}
.news-block-horizontal-two-post-date .date-month {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	margin-top: 10px;
	letter-spacing: 0.2em;
}
.news-block-horizontal-two-content {
	flex: 1;
}
.news-block-horizontal-two-content .meta a {
	color: #919191;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 12px;
}
.news-block-horizontal-two-content .meta a:hover {
	color: #f43d46;
}
.news-block-horizontal-two-link {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 24px;
}
.news-block-horizontal-two-link a {
	text-decoration: none;
	color: #000;
	-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;
}
.news-block-horizontal-two-link a:hover {
	color: #f43d46;
}
/* ===================================
	08. News block vertical one
=================================== */
.news-block-vertical-one {
	width: 100%;
	position: relative;
}
.news-block-vertical-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.news-block-vertical-one .post-date {
	text-align: center;
	background: #f43d46;
	display: inline-block;
	padding: 21px 22px 12px 24px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
}
.news-block-vertical-one .post-date:before {
	content: "";
	width: 100%;
	height: 100%;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	position: absolute;
	top: 4px;
	left: 5px;
	background: #f43d46;
	z-index: -1;
}
.news-block-vertical-one .post-date .date-day {
	font-size: 36px;
	line-height: 18px;
	font-weight: 400;
}
.news-block-vertical-one .post-date .date-month {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	margin-top: 10px;
	letter-spacing: 0.2em;
}
.news-block-vertical-img 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;
}
.news-block-vertical-one:hover .news-block-vertical-img img {
	transform: scale(1.1);
}
.news-block-vertical-content {
	padding: 20px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.news-block-vertical-content .meta a {
	color: #919191;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 12px;
}
.news-block-vertical-content .meta a:hover {
	color: #f43d46;
}
.news-block-vertical-link {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
}
.news-block-vertical-link a {
	text-decoration: none;
	color: #000;
	-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;
}
.news-block-vertical-link a:hover {
	color: #f43d46;
}
/* upcoming events carousel */
.upcoming-events-carousel .owl-nav {
	text-align: right;
	position: absolute;
	top: -79px;
	right: 0;
}
.upcoming-events-carousel .owl-nav .owl-prev, .upcoming-events-carousel .owl-nav .owl-next {
	border: 1px solid rgba(0,0,0,0.1) !important;
	width: 30px;
	height: 30px;
	border-radius: 0px;
	line-height: 30px;
	text-align: center;
	font-size: 10px !important;
	margin: 0px 0px 0px 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;
}
.upcoming-events-carousel .owl-nav .owl-prev:hover, .upcoming-events-carousel .owl-nav .owl-next:hover {
	background-color: #f43d46;
	color: #fff;
}
/* ===================================
	09. News block vertical two
=================================== */
.news-block-vertical-two {
	width: 100%;
	position: relative;
	border: 4px solid rgba(0,0,0,0.1);
	padding: 15px;
}
.news-block-vertical-two-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.news-block-vertical-two .post-date {
	text-align: center;
	background: #f43d46;
	display: inline-block;
	padding: 10px 0px 0px 0px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
}
.news-block-vertical-two .post-date .date-day {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
}
.news-block-vertical-two .post-date .date-month {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
	background-color: #002e5a;
}
.news-block-vertical-two-img 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;
}
.news-block-vertical-two:hover .news-block-vertical-two-img img {
	transform: scale(1.1);
}
.news-block-vertical-two-content {
	background-color: #fff;
}
.news-block-vertical-two-content .meta a {
	color: #919191;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	margin-right: 6px;
}
.news-block-vertical-two-content .meta a:hover {
	color: #f43d46;
}
.news-block-vertical-two-content .meta a i {
	color: #f43d46;
}
.news-block-vertical-two-link {
	font-size: 20px;
	margin-bottom: 6px;
	line-height: 26px;
}
.news-block-vertical-two-link a {
	text-decoration: none;
	color: #000;
	-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;
}
.news-block-vertical-two-link a:hover {
	color: #f43d46;
}
/* ===================================
	10. News block two
=================================== */
.news-block-two {
	width: 100%;
	position: relative;
}
.news-block-two .news-block-two-img {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.news-block-two .news-block-two-img 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;
	z-index: -1;
}
.news-block-two:hover .news-block-two-img img {
	transform: scale(1.1);
}
.news-block-two .news-block-two-img:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: "";
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
.news-block-two .post-tag {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.news-block-two .post-tag a {
	display: inline-block;
	background-color: #f43d46;
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.news-block-two .news-block-content {
	position: absolute;
	bottom: 15px;
	background-color: rgba(255,255,255,1);
	right: 0px;
	width: 90%;
	padding: 10px;
	left: 0;
	margin: auto;
	text-align: center;
}
.news-block-two .news-block-content .post_title {
	line-height: 18px;
	margin-bottom: 6px;
}
.news-block-two .news-block-content .post_title a {
	font-size: 16px;
	color: #000;
	-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;
}
.news-block-two .news-block-content .post_title a:hover {
	color: #f43d46;
}
.news-block-two .news-block-content .post-meta {
	margin-bottom: 6px;
}
.news-block-two .news-block-content .post-meta li {
	font-size: 14px;
	color: #f43d46;
}
/* ===================================
	11. Sidebar
=================================== */
.sidebar {
	position: relative;
}
/* 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;
}
/* category widget */
.category-widget {
	position: relative;
	padding: 30px;
	background-color: #f8f9fa;
}
.cat-list li a {
	position: relative;
	color: #84858a;
	font-size: 14px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	margin-bottom: 1px;
	padding: 15px 20px;
	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;
}
.cat-list li a span {
	float: right;
	width: 30px;
	height: 30px;
	font-size: 11px;
	border: 2px solid #9f9f9f;
	text-align: center;
	line-height: 25px;
	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;
}
.cat-list li a:hover span {
	border: 2px solid #f43d46;
}
.cat-list li:last-child a {
	margin-bottom: 0px;
}
.cat-list li.active a, .cat-list li a:hover {
	color: #f43d46;
}
/* social icon one */
.social-icon-one {
	position: relative;
}
.social-icon-one li {
	margin-right: 6px;
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
}
.social-icon-one li a {
	width: 76px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	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;
}
.facebook-color a {
	background-color: #2f58a1;
}
.twitter-color a {
	background-color: #069cd5;
}
.pinterest-color a {
	background-color: #da0d32;
}
.linkedin-color a {
	background-color: #0076b8;
}
.vimeo-color a {
	background-color: #4eceea;
}
.instagram-color a {
	background-color: #35475c;
}
.google-plus-color a {
	background-color: #ec453e;
}
.blog-color a {
	background-color: #f06a35;
}
/* sidebar subscribe widget */
.sidebar-subscribe-widget {
	position: relative;
	padding: 30px;
	background-color: #f8f9fa;
}
.sidebar-subscribe-widget form input {
	width: 100%;
	border: 0px;
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	height: 50px;
	padding: 10px;
}
.sidebar-subscribe-widget form button {
	width: 100%;
	border: 0px;
	background-color: #f43d46;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	height: 50px;
	padding: 10px;
	margin-top: 4px;
}
/* sidebar tabs widget */
.sidebar-tabs-widget .nav-tabs .nav-link, .sidebar-tabs-widget .nav-tabs {
	border: 0;
	border-radius: 0px;
}
.sidebar-tabs-widget .nav-tabs .nav-link {
	background-color: #000;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.4);
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	position: relative;
	-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;
}
.sidebar-tabs-widget .nav-tabs .nav-item:last-child .nav-link {
	border-right: 0px;
}
.sidebar-tabs-widget .nav-tabs .nav-link.active:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	bottom: -6px;
	background-color: #f43d46;
	left: 0px;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	z-index: -1;
}
.sidebar-tabs-widget .nav-tabs .nav-link.active, .sidebar-tabs-widget .nav-tabs .nav-link:hover {
	background-color: #f43d46;
}
.sidebar-tabs-widget .tab-content .post-mini-box {
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.sidebar-tabs-widget .tab-content .post-mini-box:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}
/* video post mini box */
.video-post-mini-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.side-video-post .video-post-mini-box {
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	padding-bottom: 20px;
}
.side-video-post .video-post-mini-box:last-child {
	border-bottom: 0px;
	padding-bottom: 0;
}
.video-post-mini-thumbnail-img {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.video-post-mini-thumbnail-img 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;
}
.video-post-mini-box:hover .video-post-mini-thumbnail-img img {
	transform: scale(1.1);
}
.video-post-mini-content {
	padding-right: 20px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.video-post-heading-link {
	color: #151515;
	display: inline-block;
}
.video-post-heading-link h5 {
	font-size: 15px;
}
.video-post-info {
	margin-bottom: 6px;
}
.video-post-info li {
	font-size: 11px;
	text-transform: uppercase;
}
.video-post-mini-thumbnail-img .post-play-button {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	color: #333;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
}
/* 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%;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 12px;
	padding: 8px 10px;
	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;
}
.tags-list li a:hover {
	background-color: #f43d46;
	color: #fff;
}
/* ===================================
	12. Instagram
=================================== */
.instagram-item {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.instagram-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(244,61,70,0.7);
	left: 0px;
	top: 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;
	opacity: 0;
}
.instagram-item:hover:after {
	opacity: 1;
}
.instagram-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;
}
.instagram-item:hover img {
	transform: scale(1.1);
}
.instagram-item .instagram-item-title {
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-block;
	background-color: #f43d46;
	color: #fff;
	font-size: 12px;
	padding: 8px 12px;
	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;
	z-index: 1;
}
.instagram-item:hover .instagram-item-title {
	background-color: #000;
}
.instagram-item .post-instagram {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	color: #333;
	left: 8px;
	z-index: 2;
	bottom: 8px;
	border-radius: 100%;
	transform: scale(0);
	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;
}
.instagram-item:hover .post-instagram {
	opacity: 1;
	transform: scale(1);
}
.instagram-carousel.owl-theme .owl-dots .owl-dot span {
	margin: 0 4px;
}
.instagram-carousel.owl-theme .owl-dots .owl-dot.active span, .instagram-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #f43d46;
}
.instagram-carousel .owl-dots {
	margin-top: 20px !important;
}
/* ===================================
	13. Post video item
=================================== */
.post-video-item {
	position: relative;
	width: 100%;
}
.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 .title {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	color: #fff;
}
.post-video-item .title h3 {
	line-height: 20px;
	margin-bottom: 10px;
}
.post-video-item .title a {
	font-size: 16px;
	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 .title a:hover {
	color: #f43d46;
}
.post-video-item .title span {
	background-color: #f43d46;
	padding: 6px 12px;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-video-item .link-box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	line-height: 20px;
	z-index: 1;
}
.post-video-item .link-box a {
	font-size: 30px;
	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: #f43d46;
}
.post-video-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	width: 100%;
}
.post-video-carousel .owl-nav .owl-prev {
	float: left;
	margin: 0 0 0 -20px;
	width: 40px;
	height: 40px;
	background-color: #fff !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 0;
	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;
}
.post-video-carousel .owl-nav .owl-next {
	float: right;
	margin: 0 -20px 0 0;
	width: 40px;
	height: 40px;
	font-size: 12px !important;
	background-color: #fff !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	text-align: center;
	line-height: 40px !important;
	border-radius: 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;
}
.post-video-carousel .owl-nav .owl-prev:hover, .post-video-carousel .owl-nav .owl-next:hover {
	background-color: #f43d46 !important;
}
/* ===================================
	14. Footer
=================================== */
.footer-top {
	background-color: #f7f7f7;
}
/* footer widget title */
.footer-widget-title {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 30px;
	margin-bottom: 30px;
}
.footer-widget-title:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	background-color: #f43d46;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
/* footer popular categories */
.f-popular-categories li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e6e2e2;
}
.f-popular-categories li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.f-popular-categories li a {
	color: #333;
	font-size: 13px;
	display: inline-block;
	position: relative;
	width: 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;
}
.f-popular-categories li a i {
	padding-right: 2px;
	font-size: 10px;
}
.f-popular-categories li a:hover {
	color: #f43d46;
	padding-left: 10px;
}
.f-popular-categories li a span {
	float: right;
}
/* footer popular reviews */
.review-block {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.review-block:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.review-block .inner-box {
	position: relative;
	padding-left: 105px;
}
.review-block .inner-box .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 86px;
}
.review-block .inner-box .image a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: rgba(0,0,0,0.30);
}
.review-block .inner-box:hover .image a:before {
	opacity: 1;
}
.review-block .inner-box .text {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	margin-bottom: 12px;
}
.review-block .inner-box .text a {
	position: relative;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	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;
}
.review-block .inner-box .text a:hover {
	color: #e73f43;
}
.review-block .inner-box .ratings {
	position: relative;
	color: #ffffff;
	font-size: 13px;
}
.review-block .inner-box .ratings i {
	position: relative;
	color: #333;
	font-size: 16px;
}
.review-block .inner-box .ratings .fa.light {
	color: rgba(255,255,255,0.10);
}
/* footer contact */
.footer-contact li {
	padding-bottom: 12px;
	color: #333;
}
.footer-contact li:last-child {
	padding-bottom: 0px;
}
.footer-contact li i {
	width: 20px;
}
.footer-contact li a {
	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;
}
.footer-contact li a:hover {
	color: #f43d46;
}
/* footer social */
.footer-social {
}
.footer-social li {
	margin-right: 0px !important;
	padding-left: 4px;
}
.footer-social li:first-child {
	padding-left: 0;
}
.footer-social li a {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #002e5a;
	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;
}
.footer-social li a:hover {
	color: #fff;
	background-color: #f43d46;
}
/* footer links */
.footer-bottom {
	background-color: #e6e6e6;
}
.footer-links li {
	position: relative;
	padding: 0px 12px;
}
.footer-links li:first-child {
	padding-left: 0px;
}
.footer-links li:last-child {
	padding-right: 0px;
}
.footer-links li:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	background-color: rgba(0,0,0,0.4);
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
}
.footer-links li:last-child:before {
	display: none;
}
.footer-links li a {
	color: #333;
	font-size: 13px;
	-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-links li a:hover {
	color: #f43d46;
}
/* footer-dark */
.footer-dark .footer-top {
	background-color: #282828;
}
.footer-dark .footer-bottom {
	background-color: #1c1c1c;
}
.footer-dark .footer-widget-title {
	color: #fff;
}
.footer-dark .f-popular-categories li a {
	color: #ccc;
}
.footer-dark .f-popular-categories li a:hover {
	color: #f43d46;
}
.footer-dark .review-block .inner-box .text a {
	color: #ccc;
}
.footer-dark .review-block .inner-box .text a:hover {
	color: #f43d46;
}
.footer-dark .review-block .inner-box .ratings i {
	color: #ccc;
}
.footer-dark .footer-contact li, .footer-dark .footer-contact li a {
	color: #ccc;
}
.footer-dark .footer-contact li a:hover {
	color: #f43d46;
}
.footer-dark .footer-social li a {
	border: 0px;
}
.footer-dark .footer-links li a {
	color: #ccc;
}
.footer-dark .footer-links li a:hover {
	color: #f43d46;
}
.footer-dark .footer-links li:before {
	background-color: rgba(255,255,255,0.2);
}
.footer-dark .footer-copyright {
	color: #ccc;
}
/* ===================================
	15. Category item
=================================== */
.category-item {
	position: relative;
	z-index: 0;
}
.category-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.category-item .image {
	overflow: hidden;
}
.category-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;
}
.category-item:hover .image img {
	transform: scale(1.1);
}
.category-item .image .category-link {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: translateY(-50%);
	text-align: center;
}
.category-item .image .category-link a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: rgba(255,255,255,0.8);
	color: #333;
	display: inline-block;
	padding: 8px 18px;
	-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-item .image .category-link a:hover {
	background-color: rgba(244,61,70,0.8);
	color: #fff;
}
/* ===================================
	16. Inner page title
=================================== */
.inner-page-title {
	background-color: #f7f7f7;
}
.inner-page-title .breadcrumb li {
	display: inline-block;
	font-size: 14px;
	margin: 0px;
}
.inner-page-title .breadcrumb-item + .breadcrumb-item:before {
	content: "-";
}
.inner-page-title .breadcrumb li a {
	color: #f43d46;
}
/* ===================================
	17. List style
=================================== */
.list_style1 li {
	font-size: 14px;
	padding-bottom: 10px;
}
.list_style1 li:last-child {
	padding-bottom: 0px;
}
.list_style1 li i {
	font-size: 13px;
	color: #f43d46;
}
/* ===================================
	18. Contact us
=================================== */
/* map */
.map-area iframe {
	width: 100%;
	height: 400px;
	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: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: #f43d46;
}
.contact-social a {
	margin-right: 10px;
}
/* contact form */
.contact-form input {
	background-color: #f7f6f4;
	border: 2px solid #f7f6f4;
	border-radius: 0px;
	font-size: 14px;
	height: 50px;
}
.contact-form textarea {
	background-color: #f7f6f4;
	border: 2px solid #f7f6f4;
	border-radius: 0px;
	font-size: 14px;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* ===================================
	19. Gallery
=================================== */
.gallery-item {
	position: relative;
	overflow: hidden;
}
.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);
}
/* ===================================
	20. Filter
=================================== */
#filterslist .filter-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.filter1 {
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}
.filter1 li {
	margin-right: 0px !important;
}
.filter1 li span {
	cursor: pointer;
	padding: 6px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: #333;
	text-transform: uppercase;
	margin-bottom: 4px;
	-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;
}
.filter1 li span.active, .filter1 li span:hover {
	color: #fff;
	background-color: #f43d46;
}
/* simpal filter */
.simpal-filter-link {
	width: 100%;
}
.simpal-filter-link a {
	background-color: #333;
	padding: 6px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 4px;
	-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;
}
.simpal-filter-link a:hover, .simpal-filter-link a.active {
	color: #fff;
	background-color: #f43d46;
}
/* ===================================
	21. Single post
=================================== */
.post-single-meta {
	border-bottom: 1px solid #eee;
}
.post-single-meta dl {
	margin-bottom: 0px;
}
.post-single-meta dl dt, .post-single-meta dl dd {
	display: inline-block;
}
.post-single-meta li {
	display: inline-block;
	position: relative;
	padding: 0px 12px;
	font-size: 13px;
}
.post-single-meta li:first-child {
	padding-left: 0px;
}
/* blockquote 1 */
.blockquote-1 {
	background-color: #f7f7f7;
	border-left: 4px solid #dee1e6;
	padding: 15px;
}
.blockquote-1 p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
}
/* blockquote 2 */
.blockquote-2 i {
	font-size: 30px;
	color: #aeb1be;
}
.blockquote-2 p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	color: #000;
}
/* 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%;
	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: #f43d46;
	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;
}
/* related posts carousel */
.related-posts-carousel .owl-nav {
	text-align: right;
	position: absolute;
	top: -79px;
	right: 0;
}
.related-posts-carousel .owl-nav .owl-prev, .related-posts-carousel .owl-nav .owl-next {
	border: 1px solid rgba(0,0,0,0.1) !important;
	width: 30px;
	height: 30px;
	border-radius: 0px;
	line-height: 30px;
	text-align: center;
	font-size: 10px !important;
	margin: 0px 0px 0px 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;
}
.related-posts-carousel .owl-nav .owl-prev:hover, .related-posts-carousel .owl-nav .owl-next:hover {
	background-color: #f43d46;
	color: #fff;
}
/* single post carousel */
.single-post-carousel .owl-nav {
	text-align: right;
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.single-post-carousel .owl-nav .owl-prev, .single-post-carousel .owl-nav .owl-next {
	border: 0 !important;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	line-height: 40px;
	background-color: #fff !important;
	text-align: center;
	font-size: 10px !important;
	margin: 0px 0px 0px 4px;
	-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;
}
.single-post-carousel .owl-nav .owl-prev:hover, .single-post-carousel .owl-nav .owl-next:hover {
	background-color: #f43d46 !important;
	color: #fff;
}
/* post video */
.post-video iframe {
	width: 100%;
	height: 450px;
	border: 0px;
}
/* single post feature */
.single-post-feature li {
	padding-bottom: 10px;
}
.single-post-feature li:last-child {
	padding-bottom: 0px;
}
.single-post-feature li i {
	font-size: 10px;
	padding-right: 6px;
	color: #f43d46;
}
/* ===================================
	22. 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 h6 {
	font-size: 18px;
	display: inline-block;
}
.box-comment h6 span {
	font-size: 12px;
	color: #6C6D74;
}
.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: #f43d46;
}
.box-comment p {
	margin-bottom: 0px;
}
/* ===================================
	23. Send comment form
=================================== */
.send-comment-form input {
	background-color: #f7f6f4;
	border: 2px solid #f7f6f4;
	border-radius: 0px;
	font-size: 14px;
	height: 50px;
}
.send-comment-form textarea {
	background-color: #f7f6f4;
	border: 2px solid #f7f6f4;
	border-radius: 0px;
	font-size: 14px;
}
/* ===================================
	24. Sign in, Sign up 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-radius: 0px;
	font-size: 14px;
	height: 50px;
	border: 0px;
}
.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: #f43d46;
	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: #f43d46;
}
/* ===================================
	25. Faq
=================================== */
.faq-box .accordion-item .accordion-header .accordion-button .fa-times-circle {
	display: inline-block;
	color: #f43d46;
}
.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 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: 18px;
	background-color: #f7f6f4;
	font-weight: 400;
}
.faq-box .accordion-item {
	margin-bottom: 0px;
	border-radius: 0px !important;
	border-bottom: 1px solid #d7d7d7 !important;
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !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: #f43d46 !important;
	padding: 20px !important;
	border-bottom: 0;
	font-size: 18px;
	border-radius: 0px;
	background-color: #f5f5f5;
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.faq-box .accordion-item .accordion-body ul {
	margin-left: 15px;
}
.faq-box .accordion-item .accordion-body ul li {
	list-style: circle;
}
/* ===================================
	26. 404 page
=================================== */
.error-text h2 {
	font-size: 50px;
	padding: 10px 0px;
	font-weight: 600;
}
/* ===================================
	27. Privacy policy
=================================== */
.privacy-policy-single-content {
	margin-bottom: 30px;
}
.privacy-policy-single-content:last-child {
	margin-bottom: 0px;
}
.privacy-policy-single-content h3 {
	color: #f43d46;
	font-size: 22px;
}
.privacy-policy-single-content p {
	margin-bottom: 0px;
}
.privacy-policy-single-content ul li {
	padding-bottom: 8px;
}
.privacy-policy-single-content ul li:last-child {
	padding-bottom: 0px;
}
.privacy-policy-single-content ul li i {
	color: #8A8A93;
	padding-right: 6px;
}
/* ===================================
	28. Team
=================================== */
.team-item {
	overflow: hidden;
	position: relative;
}
.team-item .image {
	overflow: hidden;
}
.team-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;
}
.team-item:hover .image img {
	transform: scale(1.1);
}
.team-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002e5a+0,2989d8+50,002e5a+100&0.8+0,0+50,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,46,90,0.8) 0%, rgba(41,137,216,0) 50%, rgba(0,46,90,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,46,90,0.8) 0%, rgba(41,137,216,0) 50%, rgba(0,46,90,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,46,90,0.8) 0%, rgba(41,137,216,0) 50%, rgba(0,46,90,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002e5a', endColorstr='#cc002e5a', GradientType=0 ); /* IE6-9 */
	-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;
}
.team-item:hover:after {
	opacity: 1;
}
.team-item .team-item-caption {
	position: absolute;
	top: 15px;
	text-align: right;
	right: 15px;
	z-index: 2;
	-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;
}
.team-item .team-item-caption p {
	color: #fff;
}
.team-item .team-item-caption h4 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 6px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 8px;
	position: relative;
}
.team-item .team-item-caption h4:after {
	position: absolute;
	content: "";
	width: 70px;
	height: 1px;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
}
.team-social {
	position: absolute;
	left: 15px;
	bottom: 15px;
	padding: 0px;
	margin: 0px;
	width: auto;
	z-index: 2;
	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;
}
.team-social li a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 14px 0;
	width: 22px;
	display: block;
	text-align: center;
	font-size: 14px;
	-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;
}
.team-social li a:hover {
	color: #6382f7;
}
.team-social li:last-child a {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.team-item:hover .team-item-caption h4, .team-item:hover .team-item-caption p {
	color: #fff;
}
.team-item:hover .overlay, .team-item:hover .team-social {
	opacity: 1;
}
