/*========================================================================

	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;
}
.yie5pe {
	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 --- */
.w0zngp {
	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;
}
.w0zngp:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #c42332;
}
/* --- Buttons --- */
.dvi4tc {
	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;
}
.dvi4tc:hover {
	text-decoration: none;
	color: #fff;
	background-color: #383338;
}
/* --- Loading --- */
#e5otw4 {
	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;
}
#e5otw4 .o9ydr3 {
	top: 50%;
	position: relative;
}
/* --- block title --- */
.bvob52 {
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.bvob52 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;
}
.p2lm63 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;
}
.p2lm63 a:hover {
	background-color: #dc3545;
	color: #fff;
}
/* ===================================
	02. Header
=================================== */
/* header upper */
header {
	background-color: #212425;
}
.rfy9nv {
	padding: 10px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
/* header upper links */
.bk8dkg li {
	position: relative;
	padding-right: 12px;
	margin-right: 8px !important;
}
.bk8dkg li:last-child {
	padding-right: 0px;
	margin-right: 0px !important;
}
.bk8dkg li:last-child:after {
	display: none;
}
.bk8dkg li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	right: 0px;
	top: 50%;
	background-color: #cecece;
	transform: translateY(-50%);
}
.bk8dkg 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;
}
.bk8dkg li a:hover {
	color: #dc3545;
}
.f5vezy .j443zf button {
	padding: 0px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	align-items: center;
	display: flex;
}
.f5vezy .j443zf button img {
	padding-right: 6px;
}
.f5vezy .j443zf .zj7ufg {
	border-radius: 0px;
	padding: 0;
}
.f5vezy .j443zf .zj7ufg .geosyf {
	padding: 10px 14px;
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.f5vezy .j443zf .zj7ufg .geosyf:last-child {
	border-bottom: 0px;
}
/* header lover */
.kg1zll {
	position: relative;
}
/* header upper social */
.tach9u {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background-color: #2d3031;
}
.ek39cb li {
	margin-right: 0px !important;
	padding-left: 4px;
}
.ek39cb li:first-child {
	padding-left: 0;
}
.ek39cb 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;
}
.ek39cb li a:hover {
	color: #dc3545;
}
/* header search */
.nz6qk3 {
	position: relative;
}
.nz6qk3 a {
	background-color: #dc3545;
	color: #fff !important;
}
.nz6qk3 .zj7ufg {
	width: 250px;
}
.tach9u .syemez {
	padding: 0;
	margin: 0;
}
.oq4aor {
	padding: 16px 0px;
}
.oq4aor .syemez {
	padding: 0px;
	margin: 0px;
}
.tach9u .tzqj15 {
	padding: 0px 0px;
}
.tach9u .tzqj15 .kudo6q .fth79b {
	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;
}
.tach9u .onzbai: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%);
}
.tach9u .tzqj15 .kudo6q:first-child .fth79b {
	padding-left: 0px;
}
.tach9u .tzqj15 .kudo6q .fth79b:hover, .tach9u .tzqj15 .kudo6q.mf6a9t a {
	color: #dc3545;
}
.tach9u .tzqj15 .kudo6q.mf6a9t .zj7ufg .geosyf {
	color: #212529;
}
.tach9u .tzqj15 .kudo6q.mf6a9t .zj7ufg .geosyf:hover {
	color: #dc3545;
}
.tach9u .jbsx1a span {
	background-color: #2D2E33;
}
.tach9u .zj7ufg {
	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);
}
.tach9u .zj7ufg .geosyf {
	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;
}
.tach9u .zj7ufg .geosyf:last-child {
	border-bottom: 0px;
}
.tach9u .zj7ufg .geosyf:hover {
	color: #fff;
	background-color: #dc3545;
}
.tach9u .tzqj15 .kudo6q.mf6a9t .zj7ufg .geosyf {
	color: #fff;
}
.tach9u .tzqj15 .kudo6q.mf6a9t .zj7ufg .geosyf:hover {
	color: #fff;
}
/* header newsletter link */
.hyvrk4 {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.hyvrk4 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;
}
.hyvrk4 a:hover {
	background-color: #dc3545;
}
.hyvrk4 a i {
	font-size: 18px;
	margin-right: 6px;
}
.iyhjyh a {
	padding: 20px 14px !important;
}
.iyhjyh 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*/
.jbsx1a {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.jbsx1a span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.jbsx1a span + span {
	margin-top: 4px;
	width: 18px;
}
.jbsx1a span + span + span {
	width: 10px;
}
 @media screen and (min-width: 768px) {
/* shows the dropdown menu on hover */
.tzqj15 .j443zf:hover .zj7ufg, .tzqj15 .j443zf .zj7ufg:hover {
	display: block!important;
}
}
/* ===================================
	03. Featured post
=================================== */
.n7zrdz {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.n7zrdz: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 */
}
.n7zrdz .lodt4p {
	position: relative;
}
.n7zrdz .lodt4p .djeq8j {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.n7zrdz .sy29he {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding-right: 15px;
	z-index: 2;
}
.n7zrdz .sy29he .bzfohu a {
	color: #fff;
	font-weight: 400;
}
.n7zrdz .sy29he .qcli32 li {
	color: #fff;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.n7zrdz .sy29he .qcli32 li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.n7zrdz .sy29he .qcli32 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fff;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.n7zrdz .sy29he .qcli32 li:last-child:before {
	display: none;
}
.o3jist .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
	width: 100%;
}
.o3jist .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;
}
.o3jist .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;
}
.o3jist .owl-nav .owl-prev:hover, .o3jist .owl-nav .owl-next:hover {
	background-color: #dc3545 !important;
}
.o3jist.owl-carousel .owl-item img {
	width: auto !important;
}
/* featured post area 2 */
.vi81im {
	border-radius: 10px;
	overflow: hidden;
}
.dcy95d 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;
}
.dcy95d {
	padding: 42px 30px 40px 56px;
}
.dcy95d time {
	color: #b5b5b5;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 20px;
}
.dcy95d h2 a {
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 14px;
	color: #333;
	display: inline-block;
	margin-bottom: 15px;
}
.jswko0 .owl-nav {
	position: absolute;
	bottom: 40px;
	left: 56%;
}
.jswko0 .owl-nav .owl-prev, .jswko0 .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;
}
.jswko0 .owl-nav .owl-prev:hover, .jswko0 .owl-nav .owl-next:hover {
	background-color: #dc3545 !important;
	color: #fff !important;
}
.jswko0.owl-carousel .owl-item img {
	width: auto !important;
}
/* ===================================
	04. Grid style
=================================== */
/* grid style 1 */
.q9aw5z {
	position: relative;
}
.q9aw5z .skxm7w {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.q9aw5z .skxm7w: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;
}
.q9aw5z:hover .skxm7w:before {
	opacity: 1;
}
.q9aw5z .skxm7w .djeq8j {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.q9aw5z .uywdtx .wl8pod a {
	color: #333;
	font-weight: 400;
}
.q9aw5z .uywdtx .qcli32 li {
	color: #999;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.q9aw5z .uywdtx .qcli32 li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.q9aw5z .uywdtx .qcli32 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.q9aw5z .uywdtx .qcli32 li:last-child:before {
	display: none;
}
/* grid style 2 */
.cip36i {
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.cip36i .qm9210 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.cip36i .qm9210: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;
}
.cip36i .qm9210: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;
}
.cip36i:hover .qm9210:before {
	opacity: 1;
}
.cip36i .qm9210 .djeq8j {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.cip36i .jeogqp {
	padding: 0px 15px 15px 15px;
}
.cip36i .jeogqp .ih0uhd a {
	color: #333;
	font-weight: 400;
}
.cip36i .jeogqp .qcli32 {
	border-top: 1px dashed rgba(0,0,0,0.1);
	padding-top: 15px;
}
.cip36i .jeogqp .qcli32 li {
	color: #999;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.cip36i .jeogqp .qcli32 li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.cip36i .jeogqp .qcli32 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.cip36i .jeogqp .qcli32 li:last-child:before {
	display: none;
}
/* ===================================
	05. List style
=================================== */
/* list style 1 */
.bghmsg {
	position: relative;
	display: table;
	background-color: #1f2024;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}
.bghmsg .rpfrah {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.rbbex1 {
	padding: 30px;
}
.bghmsg .rpfrah: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;
}
.bghmsg:hover .rpfrah:before {
	opacity: 1;
}
.bghmsg .rpfrah .djeq8j {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.bghmsg .rbbex1 .g1i6e9 a {
	color: #fff;
	font-weight: 400;
}
.bghmsg .rbbex1 .qcli32 li {
	color: #dc3545;
	position: relative;
	margin-right: 16px;
	padding-right: 20px;
}
.bghmsg .rbbex1 .qcli32 li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.bghmsg .rbbex1 .qcli32 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.bghmsg .rbbex1 .qcli32 li:last-child:before {
	display: none;
}
/* listing post */
.x4sfmo {
	border-radius: 10px;
}
.fac1g7 {
	display: flex;
	align-items: center;
}
.fac1g7 .djrfjw {
	max-width: 46%;
	border-radius: 10px;
	overflow: hidden;
}
.fac1g7 .j4mw9a {
	margin-left: 15px;
}
.fac1g7 .wbzb5u 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;
}
.fac1g7 .wbzb5u a:hover {
	color: #dc3545;
}
.fac1g7 .g2ia55 a {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 300;
}
/* listing post-2 */
.gvnykr {
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.gvnykr .xchhxj {
	max-width: 32%;
	border-radius: 10px;
	overflow: hidden;
}
.gvnykr .uel62d {
	padding: 15px;
}
.gvnykr .uel62d .djeq8j {
	padding: 4px 10px;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	font-size: 10px;
}
.gvnykr .m9rbgq 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;
}
.gvnykr .m9rbgq a:hover {
	color: #dc3545;
}
.gvnykr .zrqbvb a {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 300;
}
/* ===================================
	06. Sidebar
=================================== */
/* sidebar title */
.lqqswm {
	position: relative;
	margin-bottom: 20px;
}
.lqqswm h3 {
	position: relative;
	color: #333;
	font-size: 26px;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	text-transform: capitalize;
}
/* sidebar about box */
.nw7d7q {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.nw7d7q .qzzpkn {
	padding: 30px;
}
/* sidebar social icon */
.e4e2hk {
	position: relative;
	margin-bottom: 48px;
}
.e4e2hk li {
	display: inline-block;
	text-align: center;
	margin: 2px;
	padding: 25px 0;
	width: 31.95%;
	margin-right: 0px;
	border-radius: 10px;
}
.e4e2hk 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;
}
.e4e2hk li a span {
	font-size: 12px;
	width: 100%;
	display: inline-block;
}
.mjfdp0 {
	background-color: #2f58a1;
}
.rfr203 {
	background-color: #069cd5;
}
.qkqit3 {
	background-color: #da0d32;
}
.xhvezs {
	background-color: #0076b8;
}
.f9v9fp {
	background-color: #35475c;
}
.zb70dc {
	background-color: #ec453e;
}
/* sidebar subscribe */
.rr82af {
	position: relative;
	padding: 30px;
	background-color: #1f2024;
	border-radius: 10px;
}
.rr82af form input {
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	color: #333;
	border: 0px;
	height: 50px;
	padding: 10px;
}
.rr82af 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 */
.fdoczd {
	border-radius: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.fdoczd li {
	padding: 20px 20px 20px 20px;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.fdoczd li:last-child {
	border-bottom: 0px;
}
.fdoczd li .paptk3 {
	font-size: 14px;
	color: #999;
	margin-bottom: 8px;
	font-style: italic;
}
.fdoczd 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;
}
.fdoczd li h4 a:hover {
	color: #dc3545;
}
/* sidebar top news box */
.b1av1i {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.b1av1i .y8bia3 {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: translateY(-50%);
	text-align: center;
}
.b1av1i .y8bia3 .xq15ey {
	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);
}
.b1av1i .y8bia3 .zg3lbr {
	font-size: 12px;
	font-weight: 600;
}
.b1av1i .y8bia3 .gkl9eh 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;
}
.b1av1i .y8bia3 .gkl9eh a:hover {
	color: #dc3545;
}
/* tags list */
.p5rewm {
	display: inline-block;
}
.p5rewm li {
	float: left;
}
.p5rewm 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;
}
.p5rewm li a:hover {
	background-color: #dc3545;
	color: #fff;
}
/* category widget */
.e77so2 li {
	margin-bottom: 15px;
}
.e77so2 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;
}
.e77so2 li a:hover, .e77so2 li a:hover span {
	color: #dc3545;
}
.e77so2 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;
}
.e77so2 li:last-child {
	margin-bottom: 0px;
}
/* subCategory */
.qycyqg 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;
}
.qycyqg li a:hover, .qycyqg li.mf6a9t a {
	color: #fff;
	background-color: #dc3545;
}
/* ===================================
	07. Carousel arrow style
=================================== */
/* carousel arrow style 1 */
.meyosa .owl-nav {
	text-align: center;
	position: absolute;
	top: -78px;
	right: 0;
}
.meyosa .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;
}
.meyosa .owl-nav > button:hover {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}
/* ===================================
	08. Instagram
=================================== */
.enara6 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.enara6 a {
	display: block;
	position: relative;
}
.enara6 .qd6w8c {
	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;
}
.enara6 .qd6w8c span {
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	background-color: #dc3545;
}
.enara6 .dzdhch {
	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;
}
.enara6 .dzdhch ul li {
	color: #fff;
	font-size: 14px;
}
.enara6:hover .dzdhch, .enara6:hover .qd6w8c {
	opacity: 1;
}
/* ===================================
	09. Footer
=================================== */
footer {
	background-color: #212425;
}
.sz7h7o .kp11af {
	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 */
.aatbch 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;
}
.aatbch a:hover {
	background-color: #dc3545;
}
/* footer link */
.h0fbbu li {
	position: relative;
	margin-bottom: 12px;
}
.h0fbbu 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;
}
.h0fbbu li a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #666;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.h0fbbu li a:hover {
	color: #dc3545;
}
/* footer contact us */
.q851e4 {
	background-color: #343737;
	padding: 20px 20px;
	border-top: 4px solid #dc3545;
}
.q851e4 li {
	margin-bottom: 15px;
	color: #ccc;
	border-bottom: 1px solid rgba(255,2552,255,0.1);
	padding-bottom: 15px;
}
.q851e4 li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}
.q851e4 li h5 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 8px;
}
.q851e4 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;
}
.q851e4 li a:hover {
	color: #dc3545;
}
/* copyright footer */
.udwynl {
	border-top: 1px dashed rgba(255,255,255,0.1);
}
/* footer light */
.jy93oi {
	background-color: #f8f9fa;
}
.jy93oi .sz7h7o .kp11af {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.jy93oi .h0fbbu li a {
	color: #333;
}
.jy93oi .h0fbbu li a:hover {
	color: #dc3545;
}
.jy93oi .udwynl {
	border-top: 1px dashed rgba(0,0,0,0.1);
	background-color: #eee;
}
/* ===================================
	10. Advertisement
=================================== */
.oq4aor .fr5vzj{
	text-align:right;
}
.fr5vzj {
	border-radius: 10px;
	overflow: hidden;
	text-align:center;
}
.fr5vzj img{
	border-radius: 10px;
}
/* ===================================
	11. Inner page title
=================================== */
.a367b3 {
	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;
}
.a367b3:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index:-1;
}
.bjw6hy {
	position: relative;
}
.bjw6hy .ilp0vv li {
	display: inline-block;
	font-size: 14px;
	margin: 0px;
	color: #fff;
}
.bjw6hy .qlmub4 + .qlmub4:before {
	content: "-";
}
.bjw6hy .ilp0vv li a {
	color: #dc3545;
}
/* ===================================
	12. Single post
=================================== */
.f5wqr6 {
	font-size: 28px;
	line-height: 38px;
}
/* single post img */
.kw7hcz {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.q7ooz2 {
	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;
}
.no14g4 {
	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;
}
.q7ooz2:hover, .no14g4:hover {
	color: #fff;
}
/* single post video iframe */
.di77fx {
	position: relative;
}
.di77fx iframe {
	width: 100%;
	height: 400px;
	border: 0px;
	border-radius: 10px;
	overflow: hidden;
}
/* post single meta */
.d1hquw {
	border-bottom: 1px solid #eee;
}
.ety72n li {
	color: #999;
	position: relative;
	margin-right: 16px;
	padding-right: 14px;
}
.ety72n li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.ety72n li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.ety72n li:last-child:before {
	display: none;
}
/* blockquote */
.l4asmz blockquote {
	background-color: #dc3545;
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 15px 15px 100px;
	position: relative;
}
.l4asmz blockquote i {
	position: absolute;
	top: 50%;
	left: 25px;
	color: rgba(255,255,255,0.3);
	font-size: 50px;
	transform: translateY(-50%);
}
.l4asmz blockquote p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	color: #fff;
}
/* single post liststyle */
.bx2zf8 li {
	padding-bottom: 8px;
}
.bx2zf8 li i {
	color: #dc3545;
	padding-right: 6px;
}
/* options tags */
.pj1lr5 li {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.pj1lr5 li:last-child {
	padding-right: 0px;
}
.pj1lr5 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;
}
.pj1lr5 li a:hover {
	background-color: #dc3545;
	color: #fff;
}
/* share post */
.y9p0jc li {
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.y9p0jc li:first-child {
	padding-right: 6px;
	font-weight: 600;
}
.y9p0jc li:last-child {
	padding-right: 0px;
}
.y9p0jc 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;
}
.y9p0jc li a i {
	color: #fff;
	padding-right: 0px;
}
/* ===================================
	13. Comment box
=================================== */
.bktlpw {
	margin-bottom: 40px;
}
.bktlpw:last-child {
	margin-bottom: 0px;
}
.bktlpw .bktlpw {
	margin-left: 40px;
	margin-top: 40px;
}
.bktlpw .bktlpw:last-child {
	margin-bottom: 0px;
}
.bktlpw figure {
	margin: 0 20px 0 0;
}
.bktlpw figure img {
	border-radius: 100%;
	border: 1px dashed rgba(0,0,0,0.4);
}
.bktlpw h6 {
	font-size: 18px;
	display: inline-block;
}
.bktlpw h6 span {
	font-size: 12px;
	color: #6C6D74;
	font-weight: 300;
	width: 100%;
	display: inline-block;
	font-style: italic;
}
.bktlpw h6 span span.ao9wl8 {
	width: auto;
	display: inline-block;
}
.bktlpw .njd523 {
	width: 100%;
}
.bktlpw .njd523 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;
}
.bktlpw .njd523 a:hover {
	background-color: #dc3545;
}
.bktlpw p {
	margin-bottom: 0px;
}
/* ===================================
	14. Send comment form
=================================== */
.hobyio input {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
}
.hobyio textarea {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
}
/* ===================================
	15. Login, Register box
=================================== */
.djx87g input[type="email"], .djx87g input[type="password"], .djx87g input[type="text"] {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
}
.dwkoce {
	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;
}
.dwkoce:hover {
	color: #dc3545;
	text-decoration: underline;
}
.jufdng 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;
}
.jufdng a:hover {
	color: #dc3545;
}
/* benefits liststyle */
.pttgrt li {
	padding-bottom: 8px;
}
.pttgrt li:last-child {
	padding-bottom: 0px;
}
.pttgrt li i {
	color: #dc3545;
	padding-right: 6px;
}
/* ===================================
	16. Contact us
=================================== */
/* map box */
.hmsdl4 iframe {
	width: 100%;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	border: 0px;
}
/* contact info */
.na2ovy p {
	margin-bottom: 0px;
}
.na2ovy li {
	margin-bottom: 20px;
}
.na2ovy li h5 {
	padding-bottom: 8px;
}
.na2ovy li h5 i {
	color: #dc3545;
	padding-right: 6px;
	font-size: 16px;
}
.na2ovy li:last-child {
	margin-bottom: 0px;
}
.na2ovy 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;
}
.na2ovy li a:hover {
	color: #dc3545;
}
/* contact form */
.qhmkod input {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
	height: 50px;
}
.qhmkod textarea {
	background-color: #f7f6f4;
	border: 1px dashed rgba(0,0,0,0.3);
	border-radius: 10px;
	font-size: 14px;
}
.rfpeex.yz8rp5 ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* ===================================
	17. About us
=================================== */
.lypl5d {
	border-radius: 10px;
	overflow: hidden;
}
.oegmqa li {
	font-size: 14px;
	padding-bottom: 10px;
}
.oegmqa li:last-child {
	padding-bottom: 0px;
}
.oegmqa li i {
	font-size: 13px;
	color: #dc3545;
}
/* ===================================
	18. Counter
=================================== */
.mctkyc {
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 25px 15px;
	text-align: center;
}
.mctkyc 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;
}
.mctkyc 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
=================================== */
.gab8mu h2 {
	font-size: 50px;
	padding: 10px 0px;
	font-weight: 600;
}
/* ===================================
	20. Faq
=================================== */
.t1cvek .yh1omn .i3apnl .bdp35k .u6b5ys {
	display: inline-block;
	color: #dc3545;
}
.t1cvek .yh1omn .i3apnl .bdp35k.ihe4az .u6b5ys {
	display: none;
}
.t1cvek .yh1omn .i3apnl .bdp35k.ihe4az .gd5hia {
	display: inline-block;
}
.t1cvek .yh1omn .i3apnl .bdp35k .gd5hia {
	display: none;
}
.t1cvek .yh1omn .i3apnl .bdp35k {
	position: relative;
}
.t1cvek .yh1omn .i3apnl .bdp35k:after{
	display:none;
}
.t1cvek .yh1omn .i3apnl i {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.t1cvek .yh1omn .i3apnl {
	background-color: transparent;
}
.t1cvek .yh1omn .i3apnl .bdp35k.ihe4az {
	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;
}
.t1cvek .yh1omn {
	margin-bottom: 10px;
	border: 1px dashed rgba(0,0,0,0.3) !important;
	border-radius: 10px !important;
}
.t1cvek .yh1omn:last-child {
	margin-bottom: 0px;
}
.t1cvek .yh1omn .i3apnl {
	padding: 0px;
	border-bottom: 0;
}
.t1cvek .yh1omn .ggexsp {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	background-color: #f5f5f5;
}
.t1cvek .yh1omn .i3apnl .bdp35k {
	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;
}
.t1cvek .yh1omn .ggexsp ul {
	margin-left: 15px;
}
.t1cvek .yh1omn .ggexsp ul li {
	list-style: circle;
}
/* ===================================
	21. Post video item
=================================== */
.md9h6g {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.md9h6g:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: 0;
}
.md9h6g .fsu2ar {
	overflow: hidden;
}
.md9h6g .fsu2ar 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;
}
.md9h6g:hover .fsu2ar img {
	transform: scale(1.1);
}
.md9h6g .djeq8j {
	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;
}
.md9h6g .pua784 {
	position: absolute;
	top: 18px;
	right: 15px;
	line-height: 20px;
	z-index: 1;
}
.md9h6g .pua784 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;
}
.md9h6g .pua784 a:hover {
	color: #dc3545;
}
/* ===================================
	22. Gallery
=================================== */
.zq2x2r {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.zq2x2r: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;
}
.zq2x2r: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;
}
.zq2x2r:hover:after, .zq2x2r:hover:before {
	opacity: 1;
}
.zq2x2r .djeq8j {
	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;
}
.zq2x2r 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;
}
.zq2x2r .nqeo8v {
	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;
}
.zq2x2r:hover img {
	transform: scale(1.1);
}
.zq2x2r .nqeo8v 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;
}
.zq2x2r:hover .nqeo8v {
	background-color: rgba(0,0,0,0.6);
}
.zq2x2r:hover .nqeo8v a {
	transform: scale(1);
}
#tq74tt .k3mbm5 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
/* ========== filter 1 ========== */
.slsxng 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);
}
.slsxng 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;
}
.slsxng li:last-child span:after {
	display: none;
}
.slsxng li span.mf6a9t {
	border-bottom: 1px solid #dc3545;
	color: #dc3545;
	font-weight: 600;
}
/* ===================================
	23. Privacy policy
=================================== */
.s0eqto h3 {
	color: #dc3545;
	font-size: 22px;
}
.s0eqto p {
	margin-bottom: 0px;
}
.s0eqto ul li {
	padding-bottom: 8px;
}
.s0eqto ul li:last-child {
	padding-bottom: 0px;
}
.s0eqto ul li i {
	color: #dc3545;
	padding-right: 6px;
}

/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .v7m6vm {
  color: #aaa;
  border-color: #eee;
}

/* Theme 452 migration utility pages */
.tmvydf {
	display: inline-block;
	white-space: nowrap;
	font-size: 0;
}
.tmvydf a {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding: 0 16px;
	margin-left: 8px;
	background-color: #dc3545;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	vertical-align: top;
}
.tmvydf a:last-child {
	background-color: #212529;
}
.up0uqp {
	overflow: hidden;
}
.up0uqp h1,
.up0uqp h2,
.up0uqp h3,
.up0uqp p,
.up0uqp li {
	color: #222;
}
.cg8p2t h1 {
	margin-top: 12px;
	color: #fff;
	font-size: 38px;
	line-height: 1.2;
}
.aidbcg,
.hnkl6b {
	background-color: #11151b;
}
.aidbcg h2,
.aidbcg p,
.hnkl6b h2,
.hnkl6b p {
	color: #fff;
}
.xquo4n span {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 14px;
	background-color: #dc3545;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}
.qa75y8 {
	margin-top: 24px;
	font-size: 0;
}
.npagjx {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 22px;
	margin: 0 10px 10px 0;
	background-color: #dc3545;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	vertical-align: top;
	border: 0;
}
.npagjx:hover {
	background-color: #212529;
	color: #fff;
}
.ckf0c7 {
	background-color: #fff;
	color: #212529;
}
.ckf0c7:hover {
	background-color: #dc3545;
	color: #fff;
}
.h1c4z5,
.j6yuh1,
.wnjrvh,
.beiyrw,
.udd8yb,
.a74eu3 {
	background-color: #fff;
	color: #222;
}
.h1c4z5 {
	padding: 34px 30px;
	border-top: 5px solid #dc3545;
}
.h1c4z5 h3,
.h1c4z5 p,
.h1c4z5 li,
.h1c4z5 b,
.h1c4z5 em {
	color: #222;
}
.h1c4z5 ul {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}
.h1c4z5 li {
	padding: 13px 0;
	border-top: 1px solid #e6e6e6;
}
.h1c4z5 b {
	display: inline-block;
	width: 64px;
}
.h1c4z5 em {
	font-style: normal;
	color: #555;
}
.twj9f7 {
	background-color: #f5f6f8;
}
.j6yuh1 {
	height: 100%;
	padding: 28px 24px;
	border: 1px solid #e5e5e5;
	border-top: 4px solid #dc3545;
}
.j6yuh1 span {
	display: inline-block;
	margin-bottom: 14px;
	color: #dc3545;
	font-size: 22px;
	font-weight: 700;
}
.j6yuh1 h3 {
	font-size: 21px;
	line-height: 1.35;
	margin-bottom: 10px;
}
.j6yuh1 p {
	margin-bottom: 0;
	color: #555;
}
.wnjrvh {
	padding: 38px 42px;
	border: 1px solid #e5e5e5;
	border-left: 5px solid #dc3545;
}
.wnjrvh h2 {
	margin-bottom: 16px;
}
.wnjrvh ol {
	margin: 0;
	padding-left: 22px;
	column-count: 2;
	column-gap: 42px;
}
.beiyrw {
	padding: 38px 36px;
	border: 1px solid #e5e5e5;
	border-top: 5px solid #dc3545;
}
.beiyrw h2,
.beiyrw p {
	color: #222;
}
.beiyrw input {
	display: block;
	width: 100%;
	height: 52px;
	margin-bottom: 14px;
	padding: 0 16px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #222;
	box-sizing: border-box;
}
.md1at1 {
	margin-top: 8px;
	font-size: 0;
}
.md1at1 button,
.md1at1 a {
	display: inline-block;
	min-width: 126px;
	height: 50px;
	line-height: 50px;
	padding: 0 22px;
	margin: 0 10px 10px 0;
	border: 0;
	background-color: #dc3545;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.md1at1 a {
	background-color: #212529;
}
.a74eu3 {
	padding: 34px 30px;
	border-left: 5px solid #dc3545;
}
.a74eu3 span {
	display: inline-block;
	margin-bottom: 12px;
	color: #dc3545;
	font-weight: 700;
	letter-spacing: 1px;
}
.a74eu3 ul,
.udd8yb ul {
	margin: 18px 0 0;
	padding-left: 20px;
}
.ktp7s4 {
	font-size: 0;
}
.ktp7s4 .beiyrw,
.udd8yb {
	display: inline-block;
	width: 58%;
	min-height: 520px;
	vertical-align: top;
	font-size: 16px;
	box-sizing: border-box;
}
.udd8yb {
	width: 42%;
	padding: 38px 34px;
	background-color: #212529;
}
.udd8yb h2,
.udd8yb p,
.udd8yb li,
.udd8yb b,
.udd8yb span {
	color: #fff;
}
.qc3dlk {
	padding-top: 14px;
	margin-top: 14px;
	border-top: 1px solid rgba(255,255,255,.18);
}
.qc3dlk b,
.qc3dlk span {
	display: block;
}
.qc3dlk b {
	color: #dc3545;
}
.bqfxuf {
	background-color: #fff;
	padding: 16px;
	border-bottom: 5px solid #dc3545;
}
.bqfxuf img {
	display: block;
	width: 100%;
	max-height: 420px;
	object-fit: cover;
}
.r2j5t0 {
	font-size: 0;
}
.r2j5t0 > div {
	display: inline-block;
	width: 25%;
	min-height: 230px;
	padding: 30px 22px;
	background-color: #fff;
	border-right: 1px solid #e5e5e5;
	vertical-align: top;
	font-size: 16px;
	box-sizing: border-box;
}
.r2j5t0 > div:last-child {
	border-right: 0;
}
.r2j5t0 span {
	display: inline-block;
	margin-bottom: 14px;
	color: #dc3545;
	font-size: 22px;
	font-weight: 700;
}
.kyvame .bghmsg {
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.kyvame .hifnke {
	min-height: 240px;
}
@media (max-width: 991px) {
	.wnjrvh ol {
		column-count: 1;
	}
	.ktp7s4 .beiyrw,
	.udd8yb,
	.r2j5t0 > div {
		display: block;
		width: 100%;
		min-height: 0;
	}
	.r2j5t0 > div {
		border-right: 0;
		border-bottom: 1px solid #e5e5e5;
	}
}
@media (max-width: 575px) {
	.cg8p2t h1 {
		font-size: 30px;
	}
	.h1c4z5,
	.wnjrvh,
	.beiyrw,
	.udd8yb,
	.a74eu3 {
		padding: 26px 22px;
	}
	.md1at1 button,
	.md1at1 a,
	.npagjx {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
