@font-face {
    font-family: "Vazir";
    src: url("../../assets/fonts/regular/Vazir.ttf");
}
@font-face {
    font-family: "Vazir-Bold";
    src: url("../../assets/fonts/bold/Vazir-Bold.ttf");
}
@font-face {
    font-family: "Farnaz";
    font-style: normal;
    src: url("../../assets/fonts/bold/Far_Farnaz.ttf");
}

h1 {
    font-family: "Farnaz";
}

h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    font-family: Vazir;
    font-weight: 700;
}

.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
a {
	color: #3e425c;
	transition: 0.3s;
}
a:hover {
	color: #2095f3;
}
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
}
img {
	max-width: 100%;
	max-height: 100%;
}
body,
html {
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0;
}
p {
	margin: 0;
}
a,
a:hover {
	text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.center,
.left,
.right {
	position: relative;
}
.left {
	text-align: right;
}
.right {
	text-align: left;
}
.center {
	text-align: center;
}
@media only screen and (min-width: 1200px) {
	.lg-center {
		text-align: center;
	}
	.lg-left {
		text-align: right;
	}
	.lg-right {
		text-align: left;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.md-center {
		text-align: center;
	}
	.md-left {
		text-align: right;
	}
	.md-right {
		text-align: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm-center {
		text-align: center;
	}
	.sm-left {
		text-align: right;
	}
	.sm-right {
		text-align: left;
	}
}
.width50 {
	width: 50px;
}
.width60 {
	width: 60px;
}
.width70 {
	width: 70px;
}
.width80 {
	width: 80px;
}
.width90 {
	width: 90px;
}
.width100 {
	width: 100px;
}
.width110 {
	width: 110px;
}
.width120 {
	width: 120px;
}
.width50p {
	width: 50%;
}
.width70p {
	width: 70%;
}
.width80p {
	width: 80%;
}
.width90p {
	width: 90%;
}
.width100p,
.width100p img {
	width: 100%;
}
.v-center {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 9;
}
.h-center {
	right: 50%;
	transform: translateX(50%);
}
.content-center {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	right: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.flex-v-center {
	display: flex;
	align-items: center;
}
.inline li {
	display: inline;
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm-width100p {
		width: 100%;
	}
	.flex-v-center {
		display: inherit;
	}
}
@media only screen and (max-width: 767px) {
	.flex-v-center {
		align-items: inherit;
		display: inherit;
	}
}
.mt100 {
	margin-top: 100px;
}
.mt90 {
	margin-top: 90px;
}
.mt80 {
	margin-top: 80px;
}
.mt70 {
	margin-top: 70px;
}
.mt60 {
	margin-top: 60px;
}
.mt50 {
	margin-top: 50px;
}
.mt40 {
	margin-top: 40px;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb150 {
	margin-bottom: 150px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb0 {
	margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
	.lg-mb0 {
		margin-bottom: 0;
	}
	.lg-mb10 {
		margin-bottom: 10px;
	}
	.lg-mb20 {
		margin-bottom: 20px;
	}
	.lg-mb30 {
		margin-bottom: 30px;
	}
	.lg-mb40 {
		margin-bottom: 40px;
	}
	.lg-mb50 {
		margin-bottom: 50px;
	}
	.lg-mb60 {
		margin-bottom: 60px;
	}
	.lg-mb70 {
		margin-bottom: 70px;
	}
	.lg-mb80 {
		margin-bottom: 80px;
	}
	.lg-mb100 {
		margin-bottom: 100px;
	}
	.lg-mt0 {
		margin-top: 0;
	}
	.lg-mt10 {
		margin-top: 10px;
	}
	.lg-mt20 {
		margin-top: 20px;
	}
	.lg-mt30 {
		margin-top: 30px;
	}
	.lg-mt40 {
		margin-top: 40px;
	}
	.lg-mt50 {
		margin-top: 50px;
	}
	.lg-mt60 {
		margin-top: 60px;
	}
	.lg-mt70 {
		margin-top: 70px;
	}
	.lg-mt80 {
		margin-top: 80px;
	}
	.lg-mt100 {
		margin-top: 100px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.md-mb0 {
		margin-bottom: 0;
	}
	.md-mb10 {
		margin-bottom: 10px;
	}
	.md-mb20 {
		margin-bottom: 20px;
	}
	.md-mb30 {
		margin-bottom: 30px;
	}
	.md-mb40 {
		margin-bottom: 40px;
	}
	.md-mb50 {
		margin-bottom: 50px;
	}
	.md-mb60 {
		margin-bottom: 60px;
	}
	.md-mb70 {
		margin-bottom: 70px;
	}
	.md-mb80 {
		margin-bottom: 80px;
	}
	.md-mb100 {
		margin-bottom: 100px;
	}
	.md-mt0 {
		margin-top: 0;
	}
	.md-mt10 {
		margin-top: 10px;
	}
	.md-mt20 {
		margin-top: 20px;
	}
	.md-mt30 {
		margin-top: 30px;
	}
	.md-mt40 {
		margin-top: 40px;
	}
	.md-mt50 {
		margin-top: 50px;
	}
	.md-mt60 {
		margin-top: 60px;
	}
	.md-mt70 {
		margin-top: 70px;
	}
	.md-mt80 {
		margin-top: 80px;
	}
	.md-mt100 {
		margin-top: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm-mb0 {
		margin-bottom: 0;
	}
	.sm-mb10 {
		margin-bottom: 10px;
	}
	.sm-mb20 {
		margin-bottom: 20px;
	}
	.sm-mb30 {
		margin-bottom: 30px;
	}
	.sm-mb40 {
		margin-bottom: 40px;
	}
	.sm-mb50 {
		margin-bottom: 50px;
	}
	.sm-mb60 {
		margin-bottom: 60px;
	}
	.sm-mb70 {
		margin-bottom: 70px;
	}
	.sm-mb80 {
		margin-bottom: 80px;
	}
	.sm-mb100 {
		margin-bottom: 100px;
	}
	.sm-mt0 {
		margin-top: 0;
	}
	.sm-mt10 {
		margin-top: 10px;
	}
	.sm-mt20 {
		margin-top: 20px;
	}
	.sm-mt30 {
		margin-top: 30px;
	}
	.sm-mt40 {
		margin-top: 40px;
	}
	.sm-mt50 {
		margin-top: 50px;
	}
	.sm-mt60 {
		margin-top: 60px;
	}
	.sm-mt70 {
		margin-top: 70px;
	}
	.sm-mt80 {
		margin-top: 80px;
	}
	.sm-mt100 {
		margin-top: 100px;
	}
}
.section-padding {
	padding: 100px 0 70px;
}
.section-padding2 {
	padding: 100px 0;
}
.padding-top {
	padding-top: 100px;
}
.padding-bottom {
	padding-bottom: 100px;
}
.padding5050 {
	padding: 50px 0;
}
.padding2020 {
	padding: 20px 0;
}
.padding6030 {
	padding: 60px 0 30px;
}
.padding15 {
	padding: 15px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-70 {
	padding-top: 70px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-top-90 {
	padding-top: 90px;
}
.padding-top-100 {
	padding-top: 100px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-40 {
	padding-bottom: 40px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-bottom-70 {
	padding-bottom: 70px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-bottom-90 {
	padding-bottom: 90px;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding100 {
	padding: 100px;
}
.padding90 {
	padding: 90px;
}
.padding80 {
	padding: 80px;
}
.padding70 {
	padding: 70px;
}
.padding60 {
	padding: 60px;
}
.padding50 {
	padding: 50px;
}
.padding40 {
	padding: 40px;
}
.padding30 {
	padding: 30px;
}
.padding20 {
	padding: 20px !important;
}
.padding10 {
	padding: 10px;
}
@media only screen and (min-width: 1200px) {
	.lg-padding-top-10 {
		padding-top: 10px;
	}
	.lg-padding-top-20 {
		padding-top: 20px;
	}
	.lg-padding-top-30 {
		padding-top: 30px;
	}
	.lg-padding-top-40 {
		padding-top: 40px;
	}
	.lg-padding-top-50 {
		padding-top: 50px;
	}
	.lg-padding-top-60 {
		padding-top: 60px;
	}
	.lg-padding-top-70 {
		padding-top: 70px;
	}
	.lg-padding-top-80 {
		padding-top: 80px;
	}
	.lg-padding-top-90 {
		padding-top: 90px;
	}
	.lg-padding-top-100 {
		padding-top: 100px;
	}
	.lg-padding-bottom-10 {
		padding-bottom: 10px;
	}
	.lg-padding-bottom-20 {
		padding-bottom: 20px;
	}
	.lg-padding-bottom-30 {
		padding-bottom: 30px;
	}
	.lg-padding-bottom-40 {
		padding-bottom: 40px;
	}
	.lg-padding-bottom-50 {
		padding-bottom: 50px;
	}
	.lg-padding-bottom-60 {
		padding-bottom: 60px;
	}
	.lg-padding-bottom-70 {
		padding-bottom: 70px;
	}
	.lg-padding-bottom-80 {
		padding-bottom: 80px;
	}
	.lg-padding-bottom-90 {
		padding-bottom: 90px;
	}
	.lg-padding-bottom-100 {
		padding-bottom: 100px;
	}
	.lg-padding100 {
		padding: 100px;
	}
	.lg-padding90 {
		padding: 90px;
	}
	.lg-padding80 {
		padding: 80px;
	}
	.lg-padding70 {
		padding: 70px;
	}
	.lg-padding60 {
		padding: 60px;
	}
	.lg-padding50 {
		padding: 50px;
	}
	.lg-padding40 {
		padding: 40px;
	}
	.lg-padding30 {
		padding: 30px;
	}
	.lg-padding20 {
		padding: 20px;
	}
	.lg-padding10 {
		padding: 10px;
	}
	.lg-padding0 {
		padding: 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.md-padding-top-10 {
		padding-top: 10px;
	}
	.md-padding-top-20 {
		padding-top: 20px;
	}
	.md-padding-top-30 {
		padding-top: 30px;
	}
	.md-padding-top-40 {
		padding-top: 40px;
	}
	.md-padding-top-50 {
		padding-top: 50px;
	}
	.md-padding-top-60 {
		padding-top: 60px;
	}
	.md-padding-top-70 {
		padding-top: 70px;
	}
	.md-padding-top-80 {
		padding-top: 80px;
	}
	.md-padding-top-90 {
		padding-top: 90px;
	}
	.md-padding-top-100 {
		padding-top: 100px;
	}
	.md-padding-bottom-10 {
		padding-bottom: 10px;
	}
	.md-padding-bottom-20 {
		padding-bottom: 20px;
	}
	.md-padding-bottom-30 {
		padding-bottom: 30px;
	}
	.md-padding-bottom-40 {
		padding-bottom: 40px;
	}
	.md-padding-bottom-50 {
		padding-bottom: 50px;
	}
	.md-padding-bottom-60 {
		padding-bottom: 60px;
	}
	.md-padding-bottom-70 {
		padding-bottom: 70px;
	}
	.md-padding-bottom-80 {
		padding-bottom: 80px;
	}
	.md-padding-bottom-90 {
		padding-bottom: 90px;
	}
	.md-padding-bottom-100 {
		padding-bottom: 100px;
	}
	.md-padding100 {
		padding: 100px;
	}
	.md-padding90 {
		padding: 90px;
	}
	.md-padding80 {
		padding: 80px;
	}
	.md-padding70 {
		padding: 70px;
	}
	.md-padding60 {
		padding: 60px;
	}
	.md-padding50 {
		padding: 50px;
	}
	.md-padding40 {
		padding: 40px;
	}
	.md-padding30 {
		padding: 30px;
	}
	.md-padding20 {
		padding: 20px;
	}
	.md-padding10 {
		padding: 10px;
	}
	.md-padding0 {
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm-padding-top-10 {
		padding-top: 10px;
	}
	.sm-padding-top-20 {
		padding-top: 20px;
	}
	.sm-padding-top-30 {
		padding-top: 30px;
	}
	.sm-padding-top-40 {
		padding-top: 40px;
	}
	.sm-padding-top-50 {
		padding-top: 50px;
	}
	.sm-padding-top-60 {
		padding-top: 60px;
	}
	.sm-padding-top-70 {
		padding-top: 70px;
	}
	.sm-padding-top-80 {
		padding-top: 80px;
	}
	.sm-padding-top-90 {
		padding-top: 90px;
	}
	.sm-padding-top-100 {
		padding-top: 100px;
	}
	.sm-padding-bottom-10 {
		padding-bottom: 10px;
	}
	.sm-padding-bottom-20 {
		padding-bottom: 20px;
	}
	.sm-padding-bottom-30 {
		padding-bottom: 30px;
	}
	.sm-padding-bottom-40 {
		padding-bottom: 40px;
	}
	.sm-padding-bottom-50 {
		padding-bottom: 50px;
	}
	.sm-padding-bottom-60 {
		padding-bottom: 60px;
	}
	.sm-padding-bottom-70 {
		padding-bottom: 70px;
	}
	.sm-padding-bottom-80 {
		padding-bottom: 80px;
	}
	.sm-padding-bottom-90 {
		padding-bottom: 90px;
	}
	.sm-padding-bottom-100 {
		padding-bottom: 100px;
	}
	.sm-padding100 {
		padding: 100px;
	}
	.sm-padding90 {
		padding: 90px;
	}
	.sm-padding80 {
		padding: 80px;
	}
	.sm-padding70 {
		padding: 70px;
	}
	.sm-padding60 {
		padding: 60px;
	}
	.sm-padding50 {
		padding: 50px;
	}
	.sm-padding40 {
		padding: 40px;
	}
	.sm-padding30 {
		padding: 30px;
	}
	.sm-padding20 {
		padding: 20px;
	}
	.sm-padding10 {
		padding: 10px;
	}
	.sm-padding0 {
		padding: 0;
	}
	.section-padding {
		padding: 80px 0;
	}
	.padding-top {
		padding-top: 80px;
	}
	.padding-bottom {
		padding-bottom: 80px;
	}
	.padding-100-50 {
		padding-top: 80px;
		padding-bottom: 30px;
	}
	.padding-100-70 {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.padding-100-30 {
		padding-top: 80px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 50px 0;
	}
	.padding-top {
		padding-top: 50px;
	}
	.padding-bottom {
		padding-bottom: 50px;
	}
	.padding-100-50 {
		padding-top: 50px;
		padding-bottom: 0;
	}
	.padding-100-70 {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.padding-100-30 {
		padding-top: 50px;
		padding-bottom: 0;
	}
}
.theme__bg1 {
	position: relative;
	z-index: 2;
}
.theme__bg1:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background: #233645;
	z-index: -1;
}
.theme__bg2 {
	position: relative;
	z-index: 2;
}
.theme__bg2:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background: #ebf5f6;
	z-index: -1;
}
.white__bg {
	background: #fff;
}
.border {
	border: 1px solid #dfdfde;
}
.border-left {
	border-right: 1px solid #ddd;
}
.border-right {
	border-left: 1px solid #ddd;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.border-top {
	border-top: 1px solid #ddd;
}
.border_black_1px {
	border: 1px solid #222;
}
.border_black_2px {
	border: 2px solid #222;
}
.border_black_3px {
	border: 3px solid #222;
}
.border-radious3 {
	border-radius: 3px;
	overflow: hidden;
}
.border-radious4 {
	border-radius: 4px;
	overflow: hidden;
}
.border-radious5 {
	border-radius: 5px;
	overflow: hidden;
}
.border-radious55 {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.border-radious7 {
	border-radius: 7px;
	overflow: hidden;
}
.border-radious10 {
	border-radius: 10px;
}
.border-radious20 {
	border-radius: 20px;
}
.border-radious50 {
	border-radius: 50px;
}
.border-_5px_white {
	border: 0.5px solid #fff;
}
.shadow {
	box-shadow: 0 0 3px #ddd;
}
.shadow10 {
	box-shadow: 0 0 3px #ddd;
	transition: 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline: 0;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: 0;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
	outline: 0;
	width: 100%;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
	outline: 0;
}
textarea {
	width: 100%;
}
.bg {
	background-position: center !important;
	background-size: cover !important;
}
.space-100 {
	height: 100px;
}
.space-50 {
	height: 50px;
}
.space-80 {
	height: 80px;
}
.space-40 {
	height: 40px;
}
.space-60 {
	height: 60px;
}
.space-70 {
	height: 70px;
}
.space-30 {
	height: 30px;
}
.space-20 {
	height: 20px;
}
.space-15 {
	height: 15px;
}
.space-10 {
	height: 10px;
}
.space-5 {
	height: 5px;
}
.theme-1 .main-nav {
	background: #fff;
	min-height: 70px;
	box-shadow: 0 72px 20px 0 #fbfbff;
}
.theme-1 .main-nav.dark-bg > .container > .row {
	border: 0;
	background: #272727;
	margin-right: 0;
	margin-left: 0;
}
.theme-1 .main-nav.dark-bg .nav-search i {
	color: #fff;
}
.theme-1 .main-nav {
	position: relative;
	padding: 0 15px;
}
.theme-1 .main-nav > .container {
	position: relative;
}
.theme-1 .nav-search {
	display: inline-block;
	position: relative;
	cursor: pointer;
	top: 0;
	left: 0;
}
.theme-1 .nav-search a {
	color: #fff;
	display: block;
}
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(0.04) translateY(300%);
	}
	40% {
		transform: scale(0.04) translateY(0);
		transition: ease-out;
	}
	40% {
		transform: scale(0.04) translateY(0);
	}
	60% {
		opacity: 1;
		transform: scale(0.02) translateY(0);
	}
	61% {
		opacity: 1;
		transform: scale(0.04) translateY(0);
	}
	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%;
	}
	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}
.theme-1 .nav-social-wrap {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}
@media (min-width: 1200px) {
	.theme-1 .sidebar {
		margin-right: 40px;
	}
	.theme-1 .sidebar.sidebar-left {
		margin-right: 0;
		margin-left: 40px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.theme-1 .action-box-text {
		font-size: 13px;
	}
}
@media (min-width: 575px) {
	.theme-1 .main-nav {
		padding: 0;
	}
	.theme-1 .nav-social-wrap {
		padding: 0 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.theme-1 ul.top-info li {
		padding-left: 12px;
	}
	.theme-1 .logo {
		padding: 13px 0;
	}
	.theme-1 .logo img {
		width: 100%;
	}
	.theme-1 .sidebar-right {
		margin-top: 50px;
	}
	.theme-1 .sidebar-right .widget {
		margin-right: 0;
	}
	.theme-1 .footer-widget {
		display: inline-block;
		margin-bottom: 30px;
	}
	.theme-1 .footer-info-content {
		padding: 50px 100px 0;
	}
}
@media (max-width: 767px) {
	.theme-1 .ts-date {
		padding: 0;
		border-left: 0;
		display: block;
	}
	.theme-1 .top-nav {
		display: block;
		margin: 10px 0;
	}
	.theme-1 .top-social ul li a {
		padding: 0 10px;
	}
	.theme-1 .logo {
		padding: 13px 0 25px;
		text-align: center;
	}
	.theme-1 .main-nav.dark-bg {
		margin-bottom: 20px;
	}
	.theme-1 .main-nav.dark-bg > .container > .row {
		padding: 0 20px;
	}
	.theme-1 .post-title {
		font-size: 18px;
		line-height: 26px;
	}
	.theme-1 .sidebar-right {
		margin-top: 50px;
	}
	.theme-1 .sidebar-right .widget {
		margin-right: 0;
	}
	.theme-1 .social-icon li a i {
		margin-bottom: 10px;
	}
	.theme-1 .footer-widget {
		display: inline-block;
		margin-bottom: 30px;
	}
	.theme-1 .footer-info-content {
		padding: 50px 20px 0;
	}
	.theme-1 .footer-social li a i {
		margin-bottom: 10px;
	}
	.theme-1 .footer-menu .nav {
		display: inline-block;
	}
	.theme-1 .ts-author-comments::after {
		display: none;
	}
}
@media (max-width: 991px) {
	.theme-1 .post-video .post-video-content {
		padding: 0 20px 10px;
	}
	.theme-1 .post-video .post-video-content h3 {
		font-size: 18px;
	}
}
.theme-1 h2.post-title.title-small,
.theme-1 h2.post-title.title-small a {
	font-size: 16px;
	color: #17222b;
	margin-top: 10px;
	font-weight: 500;
}
.theme-1 .menu_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.theme-1 .search_form {
	position: absolute;
	height: 100%;
	width: 200px;
	right: -130px;
	top: -95px;
	background: #fff;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.theme-1 .search_form.active {
	visibility: visible;
	opacity: 1;
	display: block;
	transition: all 0.4s;
}
.theme-1 .search_form input {
	border: none;
	padding: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
	.theme-1 .post-video .post-video-content {
		padding: 0 20px 10px;
	}
	.theme-1 .post-video .post-video-content h3 {
		font-size: 18px;
	}
}
.theme-1 h2.post-title.title-small,
.theme-1 h2.post-title.title-small a {
	font-size: 16px;
	color: #17222b;
	margin-top: 10px;
	font-weight: 500;
}
.theme-1 .menu_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.theme-1 .search_form {
	position: absolute;
	height: 100%;
	width: 200px;
	right: -130px;
	top: -95px;
	background: #fff;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.theme-1 .search_form.active {
	visibility: visible;
	opacity: 1;
	display: block;
	transition: all 0.4s;
}
.theme-1 .search_form input {
	border: none;
	padding: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-1 .lang {
	padding-right: 15px;
}
.theme-1 .lang ul {
	margin: 0;
	padding: 0;
}
.theme-1 .lang ul li {
	list-style: none;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.theme-1 .lang ul li a {
	display: inline-block;
	padding: 7px;
}
.theme-1 .lang ul li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 40px;
	transition: all 0.3s;
}
.theme-1 .lang ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: auto;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	top: 70px;
	padding: 10px 0;
	transition: all 0.3s;
	width: 120px;
	opacity: 0;
}
.theme-1 .lang ul li ul li {
	list-style: none;
}
.theme-1 .lang ul li ul li a {
	padding: 5px 15px;
}
.theme-1 .lang ul li a {
	opacity: 0.75;
	color: #17222b;
}
.theme-1 .lang ul li a i {
	opacity: 1;
}
.theme-1 .menu_right > div {
	position: relative;
	z-index: 2;
	padding-left: 15px;
}
.theme-1 .menu_right > div:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #b9bcbf;
	left: -2px;
	top: 50%;
	margin-top: -12.5px;
}
.theme-1 .menu_right > div:last-child {
	padding-left: 0;
}
.theme-1 .menu_right > div:last-child:after {
	display: none;
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
.inner_bg {
	background: url(../img/bg/inner_bg.jpg);
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
.inner {
	height: 500px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}
@keyframes updown {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
.title_inner h6 {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.title_inner h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	text-transform: capitalize;
}
.box {
	background: #fff;
	padding: 40px;
}
.single_contact_box {
	margin-bottom: 30px;
	padding-right: 50px;
}
.single_contact_box .contact_title {
	position: relative;
	z-index: 2;
}
.single_contact_box .contact_title:before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: #1091ff;
	right: -20px;
	top: 50%;
	margin-top: -4px;
}
.single_contact_box .contact_title h3 {
	font-size: 20px;
	color: #17222b;
	font-weight: 500;
}
.author_about img {
	border-radius: 50%;
}
.author_about img {
	padding: 15px;
}
.author img {
	padding: 7px;
}
.cotact_form h3 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
}
.cotact_form .row .row div {
	padding: 0 5px;
}
.cpagination li {
	margin-left: 10px;
}
.cpagination li:last-child {
	margin-left: 0;
}
.cpagination li a {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
	color: #17222b;
	border: none;
	background: #e4e5e6;
	border-radius: 0 !important;
}
.cpagination li a:hover {
	color: #fff;
	background: #1091ff;
}
.cpagination.v3 li a {
	background: #fff;
}
.cpagination.v3 li a:hover {
	color: #fff;
	background: #1091ff;
}
.cpagination.v4 li a {
	background: #e4e5e6;
}
.cpagination.v4 li a:hover {
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
}
.author_about {
	position: relative;
	z-index: 2;
	/* padding-right: 150px; */
}
.author_about .author_img {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	overflow: hidden;
	height: 115px;
	width: 115px;
	text-align: center;
	line-height: 112px;
	border: 2px solid #e4e5e6;
}
.author_about ul li {
	color: #73797f;
	font-size: 15px;
	margin-left: 7px;
}
.author_about ul li:last-child {
	margin-left: 0;
}
.points li {
	font-weight: 500;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
	padding-right: 15px;
}
.points li:last-child {
	margin-bottom: 0;
}
.points li:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background: #17222b;
	right: 0;
	top: 50%;
	margin-top: -3px;
}
.points li:hover {
	text-decoration: underline;
}
.page_comments li {
	color: #888e92;
	font-size: 15px;
	font-weight: 500;
	margin-left: 10px;
}
.page_comments li i {
	padding: 5px;
}
.page_comments li:last-child {
	margin-left: 0;
}
.single_post_heading h1 {
	font-size: 36px;
}
.archives h3 {
	font-size: 24px;
	font-weight: 500;
}
.qhote p {
	padding: 20px 0;
}
.page_category h4,
li.page_category {
	font-size: 16px;
	color: #1091ff;
}
.tags li.tag_list {
	font-size: 15px;
	text-align: center;
	padding: 9px 15px;
	border: 1px solid #e4e5e6;
	background: #e4e5e6;
}
.tags li {
	margin-left: 5px;
}
.tags li a {
	font-size: 15px;
	text-align: center;
	padding: 9px 15px;
	border: 1px solid #e4e5e6;
	color: #17222b;
	font-weight: 500;
}
.tags li a:hover {
	background: #e4e5e6;
}
.tags li:last-child {
	margin-left: 0;
}
.comment_form input {
	background: #fff;
	margin-bottom: 15px;
}
.comment_form textarea {
	background: #fff;
}
.comment_form input.cbtn {
	margin-bottom: 0;
	border: none;
}
.comment_form2 input {
	margin-bottom: 15px;
}
.comment_form2 input.cbtn {
	margin-bottom: 0;
	border: none;
}
.comment_list h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.single_comment {
	padding-right: 60px;
	position: relative;
	z-index: 2;
}
.single_comment a {
	font-size: 18px;
	color: #17222b;
	font-weight: 500;
}
.single_comment p {
	font-size: 17px;
	font-weight: 300;
}
.single_comment .comment_img {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 45px;
}
.single_comment .replay a {
	text-transform: capitalize;
	color: #1091ff;
	font-size: 16px;
}
.comment_list2 .single_comment {
	padding: 20px;
	padding-right: 80px;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}
.comment_list2 .single_comment a {
	font-size: 18px;
	color: #17222b;
	font-weight: 500;
}
.comment_list2 .single_comment p {
	font-size: 17px;
	font-weight: 300;
}
.comment_list2 .single_comment .comment_img {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 45px;
	width: 45px;
}
.comment_list2 .single_comment .replay a {
	text-transform: capitalize;
	color: #1091ff;
	font-size: 16px;
}
.inner_cm {
	margin-right: 30px;
}
.bridcrumb {
	padding: 20px 0;
}
.author_content ul {
	margin: 0;
	padding: 0;
}
.author_img_wrap img,
.comment_img img {
	border-radius: 50%;
}
.author_content {
	margin-bottom: 20px;
}
.author_content a {
	font-size: 30px;
	font-weight: 500;
	color: #17222b;
}
.quote_type2 {
	padding: 30px;
}
.video_img {
	position: relative;
	z-index: 2;
}
.video_img_icon {
	position: absolute;
	top: 50%;
	right: 50%;
	background: #f55;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 28px;
	border-radius: 50%;
	color: #fff;
	margin-right: -40px;
	margin-top: -40px;
	transition: all 0.3s;
}
.video_img_icon:hover {
	transform: scale(1.1);
	transition: all 0.3s;
	color: #fff;
}
p.video_img_text {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #fff;
	font-size: 20px;
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
.dark-theme .main-nav {
	background: #233340;
}
.dark-theme .lang {
	padding-right: 15px;
}
.dark-theme .lang ul {
	margin: 0;
	padding: 0;
}
.dark-theme .lang ul li {
	list-style: none;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.dark-theme .lang ul li a {
	display: inline-block;
	padding: 7px;
}
.dark-theme .lang ul li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 40px;
	transition: all 0.3s;
}
.dark-theme .lang ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: auto;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	top: 70px;
	padding: 10px 0;
	transition: all 0.3s;
	width: 120px;
	opacity: 0;
}
.dark-theme .lang ul li ul li a {
	padding: 5px 15px;
}
.dark-theme .lang ul li a {
	opacity: 0.75;
}
.dark-theme .lang ul li a i {
	opacity: 1;
}
.dark-theme .main-nav.dark-bg > .container > .row {
	border: 0;
	background: #272727;
	margin-right: 0;
	margin-left: 0;
}
.dark-theme .main-nav.dark-bg .nav-search i {
	color: #fff;
}
.dark-theme .main-nav {
	position: relative;
	padding: 0 15px;
}
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(0.04) translateY(300%);
	}
	40% {
		transform: scale(0.04) translateY(0);
		transition: ease-out;
	}
	40% {
		transform: scale(0.04) translateY(0);
	}
	60% {
		opacity: 1;
		transform: scale(0.02) translateY(0);
	}
	61% {
		opacity: 1;
		transform: scale(0.04) translateY(0);
	}
	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%;
	}
	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}
.dark-theme .nav-social-wrap {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}
@media (min-width: 1200px) {
	.dark-theme .sidebar {
		margin-right: 40px;
	}
	.dark-theme .sidebar.sidebar-left {
		margin-right: 0;
		margin-left: 40px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.dark-theme .action-box-text {
		font-size: 13px;
	}
}
@media (min-width: 575px) {
	.dark-theme .main-nav {
		padding: 0;
	}
	.dark-theme .nav-social-wrap {
		padding: 0 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.dark-theme ul.top-info li {
		padding-left: 12px;
	}
	.dark-theme .logo {
		padding: 13px 0;
	}
	.dark-theme .logo img {
		width: 100%;
	}
	.dark-theme .sidebar-right {
		margin-top: 50px;
	}
	.dark-theme .sidebar-right .widget {
		margin-right: 0;
	}
	.dark-theme .footer-widget {
		display: inline-block;
		margin-bottom: 30px;
	}
	.dark-theme .footer-info-content {
		padding: 50px 100px 0;
	}
}
@media (max-width: 767px) {
	.dark-theme .ts-date {
		padding: 0;
		border-left: 0;
		display: block;
	}
	.dark-theme .top-nav {
		display: block;
		margin: 10px 0;
	}
	.dark-theme .top-social ul li a {
		padding: 0 10px;
	}
	.dark-theme .logo {
		padding: 13px 0 25px;
		text-align: center;
	}
	.dark-theme .main-nav.dark-bg {
		margin-bottom: 20px;
	}
	.dark-theme .main-nav.dark-bg > .container > .row {
		padding: 0 20px;
	}
	.dark-theme .post-title {
		font-size: 18px;
		line-height: 26px;
	}
	.dark-theme .sidebar-right {
		margin-top: 50px;
	}
	.dark-theme .sidebar-right .widget {
		margin-right: 0;
	}
	.dark-theme .social-icon li a i {
		margin-bottom: 10px;
	}
	.dark-theme .footer-widget {
		display: inline-block;
		margin-bottom: 30px;
	}
	.dark-theme .footer-info-content {
		padding: 50px 20px 0;
	}
	.dark-theme .footer-social li a i {
		margin-bottom: 10px;
	}
	.dark-theme .footer-menu .nav {
		display: inline-block;
	}
	.dark-theme .ts-author-comments::after {
		display: none;
	}
}
@media (max-width: 991px) {
	.dark-theme .post-video .post-video-content {
		padding: 0 20px 10px;
	}
	.dark-theme .post-video .post-video-content h3 {
		font-size: 18px;
	}
}
.dark-theme h2.post-title.title-small,
.dark-theme h2.post-title.title-small a {
	font-size: 16px;
	color: #17222b;
	margin-top: 10px;
	font-weight: 500;
}
.dark-theme .menu_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.dark-theme .search_form {
	position: absolute;
	height: 100%;
	width: 200px;
	right: -130px;
	top: -95px;
	background: #fff;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.dark-theme .search_form.active {
	visibility: visible;
	opacity: 1;
	display: block;
	transition: all 0.4s;
}
.dark-theme .search_form input {
	border: none;
	padding: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.dark-theme .lang {
	padding-right: 15px;
}
.dark-theme .lang li a {
	font-weight: 500;
	color: #9199a0;
}
.dark-theme .menu_right > div {
	position: relative;
	z-index: 2;
	padding-left: 15px;
}
.dark-theme .menu_right > div:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #65717a;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}
.dark-theme .menu_right > div:last-child {
	padding-left: 0;
}
.dark-theme .menu_right > div:last-child:after {
	display: none;
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
body.dark-theme {
	color: #fff;
}
.dark-theme {
	background: #17222b;
}
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
	color: #fff;
}
.dark-theme .box.single_contact_box {
	background: #29333c;
}
.dark-theme .single_contact_box {
	margin-bottom: 30px;
	padding-right: 50px;
}
.dark-theme .single_contact_box .contact_title {
	position: relative;
	z-index: 2;
}
.dark-theme .single_contact_box .contact_title:before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: #1091ff;
	right: -20px;
	top: 50%;
	margin-top: -4px;
}
.dark-theme .single_contact_box .contact_title h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.dark-theme .widget-title {
	color: #fff;
}
.dark-theme .single_post {
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.dark-theme .single_post:hover .single_post_text a {
	color: #secondary_color;
	transition: all 0.3s;
}
.dark-theme .post_type3 .single_post_text .post-p {
	color: #fff;
}
.dark-theme .single_post_text .meta {
	color: #1091ff;
	text-transform: uppercase;
}
.dark-theme .single_post_text .meta span {
	color: #c4c7c9;
	text-transform: capitalize;
}
.dark-theme .single_post_text a {
	color: #fff;
	font-weight: 500;
}
.dark-theme .single_post_text p {
	color: #fff;
}
.dark-theme .post_img {
	position: relative;
	z-index: 2;
}
.dark-theme .nav_style1 .owl-nav {
	position: absolute;
	left: 0;
	top: -48px;
}
.dark-theme .nav_style1 .owl-nav div {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #c1c4c6;
	color: #c1c4c6;
	transition: all 0.3s;
}
.dark-theme .nav_style1 .owl-nav div:last-child {
	margin-right: 14px;
}
.dark-theme .nav_style1 .owl-nav div:hover {
	background: #1091ff;
	border-color: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.dark-theme .dark-2 {
	background: #233340;
}
.dark-theme .nav1_dark_style .owl-nav div {
	border: 1px solid #515a60;
	color: #515a60;
}
.dark-theme .nav_style2 .owl-nav div {
	background: #233340;
	color: #fff;
}
.dark-theme .about_post_list ul {
	border-bottom: none;
}
.dark-theme .about_post_list li {
	margin-left: 10px;
}
.dark-theme .about_post_list li:last-child {
	margin-left: 0;
}
.dark-theme .about_post_list li a {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #a0a5a8;
}
.dark-theme .about_post_list li a.active {
	color: #fff;
}
.dark-theme .bridcrumb {
	color: #c4c7c9;
}
.dark-theme .single_post_text .meta2 {
	margin-bottom: 0;
}
.dark-theme .single_post_text .meta2 a {
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	margin-bottom: 5px;
	font-weight: 400;
}
.dark-theme .single_post_text .meta2 a:first-child {
	color: #1091ff;
}
.dark-theme .single_post_text .meta2 a:last-child {
	margin-right: 20px;
	color: #fff;
	opacity: 0.75;
}
.dark-theme .single_post_text .meta2 a:last-child:before {
	position: absolute;
	content: "/";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #fff;
	opacity: 0.3;
	text-align: center;
}
.dark-theme .single_post_text .meta5 {
	margin-bottom: 0;
}
.dark-theme .single_post_text .meta5 a {
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	margin-bottom: 5px;
	color: #fff;
}
.dark-theme .single_post_text .meta5 a:last-child {
	margin-right: 20px;
	font-weight: 400;
}
.dark-theme .single_post_text .meta5 a:last-child:before {
	position: absolute;
	content: "/";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.dark-theme .single_post_text .meta3 {
	margin-bottom: 10px;
}
.dark-theme .single_post_text .meta3 a {
	font-size: 14px !important;
	position: relative;
	z-index: 2;
	line-height: 17px;
	font-weight: 500;
	margin-bottom: 5px;
}
.dark-theme .single_post_text .meta3 a:first-child {
	color: #1091ff;
}
.dark-theme .single_post_text .meta3 a:last-child {
	margin-right: 20px;
	color: #fff;
	opacity: 0.75;
}
.dark-theme .single_post_text .meta3 a:last-child:before {
	position: absolute;
	content: "/";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #fff;
	opacity: 0.3;
	text-align: center;
}
.dark-theme .single_post_text .meta4 {
	margin-top: 0;
}
.dark-theme .single_post_text .meta4 a {
	font-size: 12px !important;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	font-weight: 400;
	color: #fff;
	opacity: 0.6;
}
.dark-theme .author a {
	color: #fff;
}
.dark-theme .author ul li {
	display: inline-block;
	color: #c4c7c9;
	font-size: 15px;
}
.dark-theme .author ul li a {
	color: #c4c7c9;
}
.dark-theme .tags li.tag_list {
	border: 1px solid #1091ff;
	background: #1091ff;
	color: #fff;
}
.dark-theme .tags li a {
	border: 1px solid #1091ff;
	color: #fff;
	font-weight: 500;
}
.dark-theme .tags li a:hover {
	background: #1091ff;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover {
	background: #233340;
}
.dark-theme .points li:before {
	background: #fff;
}
.dark-theme .comment_list2 .single_comment a {
	color: #fff;
}
.dark-theme .comment_form input,
.dark-theme .comment_form2 input {
	border: none;
	background: #29333c;
	margin-bottom: 15px;
	color: #fff;
}
.dark-theme .comment_form textarea,
.dark-theme .comment_form2 textarea {
	border: none;
	background: #29333c;
	color: #fff;
}
.dark-theme .comment_form input.cbtn2,
.dark-theme .comment_form2 input.cbtn2 {
	margin-bottom: 0;
	background: #1091ff;
}
.dark-theme .comment_form input.cbtn2:hover,
.dark-theme .comment_form2 input.cbtn2:hover {
	background: #29333c !important;
}
.dark-theme .bold {
	background: #17222b;
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
.theme-3 .main-nav.dark-bg > .container > .row {
	border: 0;
	background: #272727;
	margin-right: 0;
	margin-left: 0;
}
.theme-3 .main-nav.dark-bg .nav-search i {
	color: #fff;
}
.theme-3 .main-nav {
	position: relative;
	padding: 0 15px;
}
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(0.04) translateY(300%);
	}
	40% {
		transform: scale(0.04) translateY(0);
		transition: ease-out;
	}
	40% {
		transform: scale(0.04) translateY(0);
	}
	60% {
		opacity: 1;
		transform: scale(0.02) translateY(0);
	}
	61% {
		opacity: 1;
		transform: scale(0.04) translateY(0);
	}
	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%;
	}
	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}
.theme-3 .nav-social-wrap {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}
@media (min-width: 1200px) {
	.theme-3 .sidebar {
		margin-right: 40px;
	}
	.theme-3 .sidebar.sidebar-left {
		margin-right: 0;
		margin-left: 40px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.theme-3 .action-box-text {
		font-size: 13px;
	}
}
@media (min-width: 575px) {
	.theme-3 .main-nav {
		padding: 0;
	}
	.theme-3 .nav-social-wrap {
		padding: 0 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.theme-3 ul.top-info li {
		padding-left: 12px;
	}
	.theme-3 .logo {
		padding: 13px 0;
	}
	.theme-3 .logo img {
		width: 100%;
	}
	.theme-3 .sidebar-right {
		margin-top: 50px;
	}
	.theme-3 .sidebar-right .widget {
		margin-right: 0;
	}
	.theme-3 .footer-widget {
		display: inline-block;
		margin-bottom: 30px;
	}
	.theme-3 .footer-info-content {
		padding: 50px 100px 0;
	}
}
@media (max-width: 767px) {
	.theme-3 .ts-date {
		padding: 0;
		border-left: 0;
		display: block;
	}
	.theme-3 .top-nav {
		display: block;
		margin: 10px 0;
	}
	.theme-3 .top-social ul li a {
		padding: 0 10px;
	}
	.theme-3 .logo {
		padding: 13px 0 25px;
		text-align: center;
	}
	.theme-3 .main-nav.dark-bg {
		margin-bottom: 20px;
	}
	.theme-3 .main-nav.dark-bg > .container > .row {
		padding: 0 20px;
	}
	.theme-3 .post-title {
		font-size: 18px;
		line-height: 26px;
	}
	.theme-3 .sidebar-right {
		margin-top: 50px;
	}
	.theme-3 .sidebar-right .widget {
		margin-right: 0;
	}
	.theme-3 .social-icon li a i {
		margin-bottom: 10px;
	}
	.theme-3 .footer-widget {
		display: inline-block;
		margin-bottom: 30px;
	}
	.theme-3 .footer-info-content {
		padding: 50px 20px 0;
	}
	.theme-3 .footer-social li a i {
		margin-bottom: 10px;
	}
	.theme-3 .footer-menu .nav {
		display: inline-block;
	}
	.theme-3 .ts-author-comments::after {
		display: none;
	}
}
@media (max-width: 991px) {
	.theme-3 .post-video .post-video-content {
		padding: 0 20px 10px;
	}
	.theme-3 .post-video .post-video-content h3 {
		font-size: 18px;
	}
}
.theme-3 h2.post-title.title-small,
.theme-3 h2.post-title.title-small a {
	font-size: 16px;
	color: #17222b;
	margin-top: 10px;
	font-weight: 500;
}
.theme-3 .menu_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.theme-3 .search_form {
	position: absolute;
	height: 100%;
	width: 200px;
	right: -130px;
	top: -95px;
	background: #fff;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.theme-3 .search_form.active {
	visibility: visible;
	opacity: 1;
	display: block;
	transition: all 0.4s;
}
.theme-3 .search_form input {
	border: none;
	padding: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-3 .lang {
	padding-right: 15px;
}
.theme-3 .lang li a {
	font-weight: 500;
	color: #9199a0;
}
.theme-3 .menu_right > div {
	position: relative;
	z-index: 2;
	padding-left: 15px;
}
.theme-3 .menu_right > div:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #65717a;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}
.theme-3 .menu_right > div:last-child {
	padding-left: 0;
}
.theme-3 .menu_right > div:last-child:after {
	display: none;
}
.theme-3 .date3 {
	background: #29333c;
	padding: 21px;
	color: #fff;
	text-align: center;
}
.theme-3 .main-menu .row {
	padding: 8px;
	margin: 0;
}
.theme-3 .main-menu .col-lg-3 {
	padding: 0;
	margin: 0;
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
.theme-3 .container {
	max-width: 1230px;
}
.theme-3 .type19 .single_post_text p {
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: #17222b;
	direction: rtl;
}
.theme-3 .post_type6 .meta {
	position: relative;
	z-index: 2;
}
.theme-3 .post_type6 .meta:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 2px;
	background: #1091ff;
	z-index: 9;
	right: -40px;
	top: 50%;
	margin-top: -10px;
}
.theme-3 .footer {
	padding: 80px 0 0;
}
.theme-3 .footer .single_contact3 {
	display: inline-block;
	width: 32.33%;
	position: relative;
	z-index: 2;
	padding-right: 20px;
}
.theme-3 .footer .single_contact3 h6 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
}
.theme-3 .footer .single_contact3 h6:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background: #1091ff;
	right: -15px;
	top: 50%;
	margin-top: -3px;
}
.theme-3 .footer .single_contact3 p {
	color: #17222b;
	font-size: 15px;
	font-weight: 500;
}
.theme-3 .footer .single_contact3 a {
	color: #17222b;
	font-size: 15px;
	font-weight: 500;
}
.theme-3 .footer .single_footer_nav ul li a {
	color: #17222b;
}
.theme-3 .footer .widget-title2 {
	font-size: 20px;
	color: #17222b;
	font-weight: 400;
	margin-bottom: 30px;
}
.theme-3 .footer .copyright {
	background: #ecedee;
	margin-top: 30px;
	padding: 15px 0;
}
.theme-3 .footer .copyright p {
	color: #747a80;
}
.theme-3 .footer .copyright ul li a {
	color: #17222b;
	padding: 0 10px;
}
.theme-3 .footer .copyright ul li a:hover {
	color: #17222b;
}
.theme-3 .lang-3 a {
	color: #39424a;
}
.theme-3 .single_post_text .meta2 {
	margin-bottom: 0;
}
.theme-3 .single_post_text .meta2 a {
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	margin-bottom: 5px;
}
.theme-3 .single_post_text .meta2 a:first-child {
	color: #1091ff;
}
.theme-3 .single_post_text .meta2 a:last-child {
	margin-right: 20px;
	color: #17222b;
	opacity: 0.75;
}
.theme-3 .single_post_text .meta2 a:last-child:before {
	position: absolute;
	content: "|";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #17222b;
	opacity: 0.3;
	text-align: center;
}
.theme-3 .single_post_text .meta5 {
	margin-bottom: 0;
}
.theme-3 .single_post_text .meta5 a {
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	margin-bottom: 5px;
	color: #fff;
}
.theme-3 .single_post_text .meta5 a:last-child {
	margin-right: 20px;
	font-weight: 400;
}
.theme-3 .single_post_text .meta5 a:last-child:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	background: #000;
	margin-top: -10px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.theme-3 .single_post_text .meta3 {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.theme-3 .single_post_text .meta3:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 1.5px;
	background: #1091ff;
	right: -20px;
	top: 50%;
	margin-top: -7.5px;
}
.theme-3 .single_post_text .meta3 a {
	font-size: 14px !important;
	position: relative;
	z-index: 2;
	line-height: 17px;
	font-weight: 500;
	margin-bottom: 0;
}
.theme-3 .single_post_text .meta3 a:first-child {
	color: #1091ff;
}
.theme-3 .single_post_text .meta3 a:last-child {
	margin-right: 20px;
	color: #17222b;
	opacity: 0.75;
}
.theme-3 .single_post_text .meta3 a:last-child:before {
	position: absolute;
	content: "|";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #17222b;
	opacity: 0.3;
	text-align: center;
}
.theme-3 .single_post_text .meta {
	margin-bottom: 0;
}
.theme-3 .single_post_text .meta a {
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
}
.theme-3 .single_post_text .meta a:last-child {
	margin-right: 20px;
}
.theme-3 .single_post_text .meta a:last-child:before {
	position: absolute;
	content: "|" !important;
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
}
.theme-3 .single_post_text .meta4 {
	margin-top: 0;
}
.theme-3 .single_post_text .meta4 a {
	font-size: 12px !important;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	font-weight: 500;
	color: #17222b;
	opacity: 0.6;
}
.theme-3 .nav_style1 .owl-nav {
	position: absolute;
	left: 0;
	top: -48px;
}
.theme-3 .nav_style1 .owl-nav div {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	border: 1px solid #c1c4c6;
	color: #c1c4c6;
	transition: all 0.3s;
}
.theme-3 .nav_style1 .owl-nav div:last-child {
	margin-right: 14px;
}
.theme-3 .nav_style1 .owl-nav div:hover {
	background: #1091ff;
	border-color: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.theme-3 .type14 {
	padding-right: 85px;
	min-height: 60px;
}
.theme-3 .type14 .post_img {
	border-radius: 5px;
	overflow: hidden;
	max-height: 52px;
	max-width: 75px;
}
.theme-3 .type14 .single_post_text .meta {
	color: #737a7f;
}
.theme-3 .type16 {
	padding-right: 120px;
	min-height: 60px;
	margin-bottom: 0;
}
.theme-3 .type16 .post_img {
	border-radius: 5px;
	overflow: hidden;
	max-height: 69px;
	max-width: 100px;
}
.theme-3 .post_type15 .single_post_text {
	padding-left: 20%;
}
.theme-3 .post_type15 .single_post_text a {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
.theme-3 .border_tranding {
	border: 1px solid #fff;
}
.theme-3 .tranding3 .post_type15 .single_post_text {
	padding-bottom: 0;
}
.theme-3 .type17 {
	padding-left: 20px;
}
.theme-3 .type17 .post_img {
	height: 52px;
	width: 75px;
	border-radius: 5px;
}
.theme-3 .type17 .post_img .img_wrap {
	border-radius: 5px;
}
.theme-3 .type17 .post_img img {
	border-radius: 5px;
}
.theme-3 .type18 .single_post_text {
	padding-top: 20px;
}
.theme-3 .type18 .single_post_text a {
	font-size: 18px;
}
.theme-3 .type18 .post_img img {
	border-radius: 5px;
}
.theme-3 .feature3 .nav_style1 .owl-nav {
	position: absolute;
	left: 20px;
	top: -70px;
}
.theme-3 .type20 .post_img {
	width: 42%;
}
.theme-3 .type20 .post_img .tranding {
	height: 30px;
	width: 30px;
	font-size: 12px;
	line-height: 30px;
	right: 10px;
	top: 10px;
}
.theme-3 .type20 .single_post_text {
	width: 57%;
}
.theme-3 .type20 .single_post_text a {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 29px;
}
.theme-3 .type20 .single_post_text li a {
	margin-bottom: 0;
}
.theme-3 .type20 .single_post_text .post-p {
	font-size: 15px;
	color: #39424a;
}
.theme-3 .type20 .single_post_text .meta_col {
	margin-bottom: 15px;
}
.theme-3 .type20 .single_post_text .meta_col p {
	color: #17222b;
	opacity: 0.4;
	font-weight: 500;
}
.theme-3 .post_type21 .post_img:after {
	position: absolute;
	content: "";
	height: 40%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
	right: 0;
	bottom: 0;
}
.theme-3 .post_type21 .single_post_text {
	padding-bottom: 0;
}
.theme-3 .post_type21 .single_post_text a {
	font-size: 24px;
	line-height: 32px;
}
.theme-3 .type22 {
	padding-right: 120px;
	min-height: 60px;
}
.theme-3 .type22 .post_img {
	border-radius: 5px;
	overflow: hidden;
	max-height: 56.25px;
	max-width: 100px;
}
.theme-3 .type22 .single_post_text .meta {
	color: #1091ff;
}
.theme-3 a.single_social {
	display: inline-block;
	padding: 13px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	padding-right: 35px;
	background: #3b5998;
	margin: 4px 3px;
	color: #fff;
	overflow: hidden;
	width: 104px;
	line-height: 12px;
	border-radius: 4px;
}
.theme-3 a.single_social span.follow_icon {
	position: absolute;
	right: 0;
	font-size: 12px;
	height: 100%;
	width: 30px;
	text-align: center;
	top: 0;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #334d82;
}
.theme-3 a.single_social span.icon_text {
	display: block;
	line-height: 10px;
	font-size: 11px;
	margin-top: 5px;
}
.theme-3 a.social_twitter {
	background: #1da1f2;
}
.theme-3 a.social_twitter span.follow_icon {
	background: #1b87ca;
}
.theme-3 a.social_youtube {
	background: #ff5050;
}
.theme-3 a.social_youtube span.follow_icon {
	background: #d04648;
}
.theme-3 a.social_instagram {
	background: #9b45d5;
}
.theme-3 a.social_instagram span.follow_icon {
	background: #803db3;
}
.theme-3 a.social_vimeo {
	background: #1ab7ea;
}
.theme-3 a.social_vimeo span.follow_icon {
	background: #1999c3;
}
.theme-3 a.social_medium {
	background: #00ab6c;
}
.theme-3 a.social_medium span.follow_icon {
	background: #048f5e;
}
.theme-3 .sociai_style3 a.single_social {
	width: 142px;
	padding-right: 45px;
}
.theme-3 .sociai_style3.inner_socail4 a.single_social {
	width: 46%;
	padding-right: 45px;
}
@media screen and (min-width: 767px) and (max-width: 990px) {
	.theme-3 .post_type15 .post_img img {
		width: 364px;
	}
	.theme-3 a.single_social {
		display: inline-block;
		padding: 13px;
		font-size: 16px;
		font-weight: 500;
		position: relative;
		z-index: 2;
		padding-right: 35px;
		margin: 4px 3px;
		color: #fff;
		overflow: hidden;
		width: 96px;
		line-height: 12px;
		border-radius: 4px;
	}
	.theme-3 .post_type6 .post_img img {
		width: 800px;
	}
}
@media screen and (max-width: 990px) {
	.theme-3 .logo4 {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.theme-3 .social4.text-right {
		text-align: center !important;
		margin-bottom: 20px;
	}
	.theme-3 .top_date_social.text-right {
		text-align: center !important;
	}
}
@media screen and (max-width: 767px) {
	.theme-3 .type20 .post_img {
		width: 100%;
	}
	.theme-3 .type20 .single_post_text {
		width: 100%;
	}
	.theme-3 .type20 .single_post_text a {
		font-size: 20px;
		line-height: 24px;
	}
	.theme-3 .type20 .single_post_text p {
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.theme-3 .type20 .single_post_text {
		width: 100%;
	}
	.theme-3 .type20 .post_img {
		width: 100%;
	}
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
.theme-4 .search4 {
	color: #fff;
	cursor: pointer;
}
.theme-4 .main-nav {
	background: #17222b;
	min-height: 70px;
}
.theme-4 .main-nav.dark-bg > .container > .row {
	border: 0;
	background: #272727;
	margin-right: 0;
	margin-left: 0;
}
.theme-4 .main-nav.dark-bg .nav-search i {
	color: #fff;
}
.theme-4 .main-nav {
	position: relative;
	padding: 0 15px;
}
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(0.04) translateY(300%);
	}
	40% {
		transform: scale(0.04) translateY(0);
		transition: ease-out;
	}
	40% {
		transform: scale(0.04) translateY(0);
	}
	60% {
		opacity: 1;
		transform: scale(0.02) translateY(0);
	}
	61% {
		opacity: 1;
		transform: scale(0.04) translateY(0);
	}
	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%;
	}
	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}
.theme-4 .nav-social-wrap {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}
@media (min-width: 1200px) {
	.theme-4 .sidebar {
		margin-right: 40px;
	}
	.theme-4 .sidebar.sidebar-left {
		margin-right: 0;
		margin-left: 40px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.theme-4 .action-box-text {
		font-size: 13px;
	}
}
@media (min-width: 575px) {
	.theme-4 .main-nav {
		padding: 0;
	}
	.theme-4 .nav-social-wrap {
		padding: 0 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.theme-4 ul.top-info li {
		padding-left: 12px;
	}
	.theme-4 .logo {
		padding: 13px 0;
	}
	.theme-4 .logo img {
		width: 100%;
	}
	.theme-4 .sidebar-right {
		margin-top: 50px;
	}
	.theme-4 .sidebar-right .widget {
		margin-right: 0;
	}
	.theme-4 .footer-widget {
		display: inline-block;
		margin-bottom: 30px;
	}
	.theme-4 .footer-info-content {
		padding: 50px 100px 0;
	}
}
@media (max-width: 767px) {
	.theme-4 .ts-date {
		padding: 0;
		border-left: 0;
		display: block;
	}
	.theme-4 .top-nav {
		display: block;
		margin: 10px 0;
	}
	.theme-4 .top-social ul li a {
		padding: 0 10px;
	}
	.theme-4 .logo {
		padding: 13px 0 25px;
		text-align: center;
	}
	.theme-4 .main-nav.dark-bg {
		margin-bottom: 20px;
	}
	.theme-4 .main-nav.dark-bg > .container > .row {
		padding: 0 20px;
	}
	.theme-4 .post-title {
		font-size: 18px;
		line-height: 26px;
	}
	.theme-4 .sidebar-right {
		margin-top: 50px;
	}
	.theme-4 .sidebar-right .widget {
		margin-right: 0;
	}
	.theme-4 .social-icon li a i {
		margin-bottom: 10px;
	}
	.theme-4 .footer-widget {
		display: inline-block;
		margin-bottom: 30px;
	}
	.theme-4 .footer-info-content {
		padding: 50px 20px 0;
	}
	.theme-4 .footer-social li a i {
		margin-bottom: 10px;
	}
	.theme-4 .footer-menu .nav {
		display: inline-block;
	}
	.theme-4 .ts-author-comments::after {
		display: none;
	}
}
@media (max-width: 991px) {
	.theme-4 .post-video .post-video-content {
		padding: 0 20px 10px;
	}
	.theme-4 .post-video .post-video-content h3 {
		font-size: 18px;
	}
}
.theme-4 h2.post-title.title-small,
.theme-4 h2.post-title.title-small a {
	font-size: 16px;
	color: #17222b;
	margin-top: 10px;
	font-weight: 500;
}
.theme-4 .menu_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.theme-4 .search_form {
	position: absolute;
	height: 100%;
	width: 200px;
	right: -130px;
	top: -95px;
	background: #fff;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.theme-4 .search_form.active {
	visibility: visible;
	opacity: 1;
	display: block;
	transition: all 0.4s;
}
.theme-4 .search_form input {
	border: none;
	padding: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.theme-4 .date4 {
	position: relative;
	z-index: 2;
}
.theme-4 .date4:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1.5px;
	background: #17222b;
	left: 0;
	top: 0;
	opacity: 0.1;
}
.theme-4 .lang {
	padding-right: 15px;
}
.theme-4 .lang li a {
	font-weight: 500;
	color: #9199a0;
}
.theme-4 .menu_right > div {
	position: relative;
	z-index: 2;
	padding-left: 15px;
}
.theme-4 .menu_right > div:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #65717a;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}
.theme-4 .menu_right > div:last-child {
	padding-left: 0;
}
.theme-4 .menu_right > div:last-child:after {
	display: none;
}
.theme-4 .date3 {
	background: #29333c;
	padding: 27px;
	color: #fff;
	text-align: center;
}
.theme-4 .main-menu .row {
	padding: 8px;
	margin: 0;
}
.theme-4 .main-menu .col-lg-3 {
	padding: 0;
	margin: 0;
}
.theme-4 .main-menu .col-lg-2 {
	padding: 0;
	margin: 0;
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
body.bg4 {
	background: #fafafa;
}
.theme-4 .container {
	max-width: 1250px;
}
.theme-4 a:hover {
	color: #f55;
}
.theme-4 .page_category h4,
.theme-4 li.page_category {
	color: #f55;
}
.theme-4 .logo4 {
	display: flex;
	align-self: center;
	justify-content: center;
	padding: 20px;
	width: 250px;
	height: 150px;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-align: center;
}
.theme-4 .search4 {
	color: #fff;
	cursor: pointer;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	display: inline-block;
	padding: 21px;
}
.theme-4 .widget-title {
	padding-right: 40px;
}
.theme-4 .widget-title:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 30px;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	right: 0;
	top: 50%;
	margin-top: -2.5px;
	z-index: -1;
}
.theme-4 .social4 li a {
	width: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #ecedee;
	font-size: 15px;
	color: #17222b;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all 0.3s;
}
.theme-4 .social4 li a:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	right: -100%;
	z-index: -1;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	transition: all 0.3s;
}
.theme-4 .social4 li a:hover {
	color: #fff;
}
.theme-4 .social4 li a:hover:before {
	right: 0;
	transition: all 0.3s;
}
.theme-4 .date4 {
	text-align: center;
}
.theme-4 .date4 h5 {
	font-size: 18px;
}
.theme-4 .date4 h5 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
	opacity: 0.6;
}
.theme-4 .single_post_text .meta {
	color: #f55;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 12px;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
}
.theme-4 .single_post_text .meta span {
	color: #50585f;
	text-transform: capitalize;
}
.theme-4 .single_post_text a {
	color: #17222b;
	font-weight: 500;
}
.theme-4 .single_post:hover .single_post_text a {
	color: #f55;
	transition: all 0.3s;
}
.theme-4 .lang-3 {
	margin: 0;
	padding: 0;
}
.theme-4 .lang-3 li {
	list-style: none;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.theme-4 .lang-3 li a {
	display: inline-block;
	padding: 7px;
}
.theme-4 .lang-3 li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 40px;
	transition: all 0.3s;
}
.theme-4 .lang-3 li ul {
	position: absolute;
	right: 0;
	top: auto;
	text-align: right;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	top: 70px;
	padding: 10px 0;
	transition: all 0.3s;
	width: 120px;
	z-index: 999;
	opacity: 0;
}
.theme-4 .lang-3 li ul li a {
	padding: 5px 15px;
}
.theme-4 .lang-3 li a {
	opacity: 0.75;
	color: #17222b;
}
.theme-4 .lang-3 li a i {
	opacity: 1;
}
.theme-4 .social4 {
	position: relative;
	z-index: 1;
	font-size: 10px;
}
.theme-4 .social4 ul {
	margin: 0;
	padding: 0;
}
.theme-4 .single_post_text .meta2 {
	margin-bottom: 0;
}
.theme-4 .single_post_text .meta2 a {
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	margin-bottom: 5px;
}
.theme-4 .single_post_text .meta2 a:first-child {
	color: #f55;
}
.theme-4 .single_post_text .meta2 a:last-child {
	margin-right: 20px;
	color: #17222b;
	opacity: 0.75;
}
.theme-4 .single_post_text .meta2 a:last-child:before {
	position: absolute;
	content: "|";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #17222b;
	opacity: 0.3;
	text-align: center;
}
.theme-4 .single_post_text .meta5 {
	margin-bottom: 0;
}
.theme-4 .single_post_text .meta5 a {
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	margin-bottom: 5px;
	color: #fff;
}
.theme-4 .single_post_text .meta5 a:last-child {
	margin-right: 20px;
	font-weight: 400;
}
.theme-4 .single_post_text .meta5 a:last-child:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	background: #000;
	margin-top: -10px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.theme-4 .single_post_text .meta3 {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.theme-4 .single_post_text .meta3 a {
	font-size: 12px !important;
	position: relative;
	z-index: 2;
	line-height: 14px;
	font-weight: 500;
	margin-bottom: 0;
}
.theme-4 .single_post_text .meta3 a:first-child {
	color: #f55;
}
.theme-4 .single_post_text .meta3 a:last-child {
	margin-right: 20px;
	color: #17222b;
	opacity: 0.75;
}
.theme-4 .single_post_text .meta3 a:last-child:before {
	position: absolute;
	content: "|";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #17222b;
	opacity: 0.3;
	text-align: center;
}
.theme-4 .single_post_text .meta {
	margin-bottom: 0;
}
.theme-4 .single_post_text .meta a {
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
}
.theme-4 .single_post_text .meta a:last-child {
	margin-right: 20px;
}
.theme-4 .single_post_text .meta a:last-child:before {
	position: absolute;
	content: "|" !important;
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
}
.theme-4 .single_post_text .meta4 {
	margin-top: 0;
}
.theme-4 .single_post_text .meta4 a {
	font-size: 12px !important;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	font-weight: 500;
	color: #17222b;
	opacity: 0.6;
}
.theme-4 .type16 {
	padding-right: 110px;
	margin-left: 0;
	min-height: 65px;
	margin-bottom: 0;
}
.theme-4 .type16 .post_img {
	border-radius: 3px;
	overflow: hidden;
	max-height: 65px;
	max-width: 90px;
}
.theme-4 .business_carousel {
	border-radius: 5px;
}
.theme-4 .nav_style4 .owl-nav > div {
	position: absolute;
	top: 50%;
	right: -21px;
	height: 42px;
	width: 42px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin-top: -21px;
	border: 1px solid #dcdedf;
}
.theme-4 .nav_style4 .owl-nav > div:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
}
.theme-4 .shadow7 {
	box-shadow: 0 3px 6px #f1f1f1;
	direction: rtl;
	text-align: right;
}
.theme-4 .bg4 {
	background: #fafafa;
}
.theme-4 span.tranding {
	background: linear-gradient(-90deg, #f55, #ab50ef);
}
.theme-4 .type22 {
	padding-right: 85px;
	margin-left: 0;
	min-height: 50px;
	margin-bottom: 0;
}
.theme-4 .type22 .post_img {
	height: 50px;
	width: 75px;
	min-height: 50px;
}
.theme-4 .type22 .post_img img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.theme-4 .post_type12 .post_img {
	width: 42%;
}
.theme-4 .post_type12 .single_post_text {
	width: 58%;
}
.theme-4 .post_type12 .single_post_text a {
	font-size: 24px;
	line-height: 29px;
}
.theme-4 .post_type12 .single_post_text p {
	font-size: 17px;
	font-weight: 300;
	line-height: 27px;
}
.theme-4 .footer {
	padding: 80px 0 0;
}
.theme-4 .footer .single_contact3 {
	display: inline-block;
	width: 32.33%;
	position: relative;
	z-index: 2;
	padding-right: 20px;
}
.theme-4 .footer .single_contact3 h6 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
}
.theme-4 .footer .single_contact3 h6:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 6px;
	background: #f55;
	right: -15px;
	top: 50%;
	margin-top: -3px;
}
.theme-4 .footer .single_contact3 p {
	color: #17222b;
	font-size: 15px;
	font-weight: 500;
}
.theme-4 .footer .single_contact3 a {
	color: #17222b;
	font-size: 15px;
	font-weight: 500;
}
.theme-4 .footer .single_footer_nav ul li a {
	color: #17222b;
}
.theme-4 .footer .widget-title2 {
	font-size: 20px;
	color: #17222b;
	font-weight: 400;
	margin-bottom: 30px;
}
.theme-4 .footer .copyright {
	background: #ecedee;
	margin-top: 30px;
	padding: 15px 0;
}
.theme-4 .footer .copyright p {
	color: #747a80;
}
.theme-4 .footer .copyright ul li a {
	color: #17222b;
	padding: 0 10px;
}
.theme-4 .footer .copyright ul li a:hover {
	color: #17222b;
}
.theme-4 a.single_social {
	display: inline-block;
	padding: 13px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	padding-right: 35px;
	background: #3b5998;
	margin: 4px 3px;
	color: #fff;
	overflow: hidden;
	width: 104px;
	line-height: 12px;
	border-radius: 4px;
}
.theme-4 a.single_social span.follow_icon {
	position: absolute;
	right: 0;
	font-size: 12px;
	height: 100%;
	width: 30px;
	text-align: center;
	top: 0;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #334d82;
}
.theme-4 a.single_social span.icon_text {
	display: block;
	line-height: 10px;
	font-size: 11px;
	margin-top: 5px;
}
.theme-4 a.social_twitter {
	background: #1da1f2;
}
.theme-4 a.social_twitter span.follow_icon {
	background: #1b87ca;
}
.theme-4 a.social_youtube {
	background: #ff5050;
}
.theme-4 a.social_youtube span.follow_icon {
	background: #d04648;
}
.theme-4 a.social_instagram {
	background: #9b45d5;
}
.theme-4 a.social_instagram span.follow_icon {
	background: #803db3;
}
.theme-4 a.social_vimeo {
	background: #1ab7ea;
}
.theme-4 a.social_vimeo span.follow_icon {
	background: #1999c3;
}
.theme-4 a.social_medium {
	background: #00ab6c;
}
.theme-4 a.social_medium span.follow_icon {
	background: #048f5e;
}
.theme-4 .post_type6 .single_post_text {
	padding: 25px;
}
.theme-4 .post_type6 .single_post_text a {
	font-size: 24px;
	line-height: 30px;
}
.theme-4 .post_img img {
	border-radius: 3px;
}
.theme-4 .type18 .post_img img {
	border-radius: 5px;
}
.theme-4 .type18 .single_post_text a {
	font-size: 18px;
	line-height: 22px;
}
.theme-4 .type18 .single_post_text p {
	font-size: 15px;
	font-weight: 300;
	opacity: 0.85;
	line-height: 23px;
}
.theme-4 .single_post_text.py0 {
	padding: 20px 0 0;
}
.theme-4 .category4 ul {
	margin: 0;
	padding: 0;
}
.theme-4 .category4 ul li {
	list-style: none;
	margin-bottom: 10px;
}
.theme-4 .category4 ul li:last-child {
	margin-bottom: 0;
}
.theme-4 .category4 ul li a {
	background: #e8e8ea;
	display: block;
	border-radius: 3px;
	padding: 15px 20px 15px 15px;
	font-size: 20px;
	font-weight: 400;
	color: #17222b;
	position: relative;
	z-index: 2;
}
.theme-4 .category4 ul li a i {
	position: absolute;
	left: 0;
	font-size: 16px;
	color: transparent;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	top: 50%;
	margin-top: -20px;
}
.theme-4 .category4 ul li a:hover {
	color: #fff;
	font-weight: 500;
	background: linear-gradient(-90deg, #f55, #ab50ef);
}
.theme-4 .category4 ul li a:hover i {
	color: #fff;
}
.theme-4 .video4_list {
	background: #fff;
	position: relative;
	max-height: 635px;
	overflow-y: scroll;
}
.theme-4 .video4_list a {
	font-size: 20px;
	color: #17222b;
	font-weight: 400;
}
.theme-4 .video4_list h4 {
	font-size: 20px;
	font-weight: 400;
}
.theme-4 .video4_list:before {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 13px solid red;
	border-bottom: 7px solid transparent;
	position: absolute;
	content: "";
	right: -12px;
	top: 60px;
}
.theme-4 .video4_list:last-child {
	margin-bottom: 0;
}
.theme-4 .video4_list .video_list_author {
	position: relative;
	z-index: 2;
	padding-right: 35px;
	margin-bottom: 10px;
}
.theme-4 .video4_list .video_list_author i {
	position: absolute;
	right: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fe9898;
	font-size: 20px;
}
.theme-4 .video4_list .video_list_author h6 {
	font-size: 12px;
	text-transform: uppercase;
	color: #f55;
}
.theme-4 .video4_list .video_list_author h6 span {
	display: block;
	margin-top: 5px;
	text-transform: capitalize;
	color: #8a8f94;
	font-weight: 400;
}
.theme-4 p.meta.meta_style4 {
	position: relative;
	z-index: 2;
	padding-right: 12px;
}
.theme-4 p.meta.meta_style4:after {
	position: absolute;
	content: "";
	height: 18px;
	width: 3px;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	right: 0;
	top: 50%;
	margin-top: -9px;
}
.theme-4 .tranding_top {
	float: right;
	background: red;
	padding: 5px 20px;
	margin-left: 15px;
}
.theme-4 .top_carousel {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.theme-4 .top_carousel {
	padding: 5px 0 5px 20px;
}
.theme-4 .single_comment .replay a {
	color: #f55 !important;
}
.theme-4 .author_social li a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #ecedee;
	font-size: 15px;
	color: #17222b;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all 0.3s;
}
.theme-4 .author_social li a:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	right: -100%;
	z-index: -1;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	transition: all 0.3s;
}
.theme-4 .author_social li a:hover {
	color: #fff;
	background: 100% 0;
}
.theme-4 .author_social li a:hover:before {
	right: 0;
	transition: all 0.3s;
}
@media screen and (max-width: 1024px) and (max-width: 1300px) {
	.theme-4 body {
		overflow-x: hidden;
	}
	.theme-4 .widgets_small .single_post_text a {
		line-height: 19px;
		font-size: 13px;
	}
	.theme-4 .single_post_text .meta3 a {
		font-size: 10px !important;
	}
}
@media screen and (max-width: 990px) {
	.theme-4 .logo4 {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.theme-4 .social4.text-right {
		text-align: center !important;
		margin-bottom: 20px;
	}
	.theme-4 .top_date_social.text-right {
		text-align: center !important;
	}
}
@media screen and (max-width: 425px) {
	.theme-4 .single_post_text .meta3 {
		margin-bottom: 0;
		position: relative;
		z-index: 2;
	}
	.theme-4 .single_post_text .meta3 a {
		font-size: 12px !important;
		position: relative;
		z-index: 2;
		line-height: 14px;
		font-weight: 500;
		margin-bottom: 0;
	}
	.theme-4 .single_post_text .meta3 a:first-child {
		color: #f55;
	}
	.theme-4 .single_post_text .meta3 a:last-child {
		margin-right: 0;
		color: #17222b;
		opacity: 0.75;
	}
	.theme-4 .single_post_text .meta3 a:last-child:before {
		position: absolute;
		content: "|";
		height: 20px;
		width: 10px;
		right: -18px;
		top: 50%;
		margin-top: -10px;
		line-height: 20px;
		color: #17222b;
		opacity: 0.3;
		text-align: center;
		display: none;
	}
	.theme-4 .post_type12 .post_img {
		width: 100%;
	}
	.theme-4 .post_type12 .single_post_text {
		width: 100%;
	}
	.theme-4 .business3.padding30.white_bg.border-radious5.mb30 {
		padding: 20px 0;
	}
	.theme-4 .single_post.mb30.type18 {
		text-align: center;
	}
	.theme-4 .widgets_type4 {
		padding-right: 0;
	}
}
.theme-4 .search_form4 input[type="submit"] {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	padding: 15px 35px;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.theme-4 .post_type12 .single_post_text {
		width: 100%;
	}
	.theme-4 .post_type12 .post_img {
		width: 100%;
	}
}
.theme-input input {
	font-size: 16px;
	font-weight: 400;
	color: #1091ff;
}
a.cbtn1,
button.cbtn1,
input.cbtn1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 30px;
	background: #1091ff;
	border: none;
}
.banner {
	position: relative;
	z-index: 2;
}
.banner:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #17222b;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
}
.inner_overlay {
	position: relative;
	z-index: 1;
}
.inner_overlay:after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 60%;
	background: linear-gradient(to right, transparent, #17222b);
	right: 0;
	top: 0;
}
.category ul li a {
	position: relative;
	z-index: 2;
}
.category ul li a:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.6;
	right: 0;
	top: 0;
	z-index: -1;
	background: #17222b;
}
.border_left3 {
	border-right: 3px solid #bdc0c2;
}
.comment_form input,
.comment_form textarea {
	border: 1px solid #c4c7c9;
}
.dark-theme a.cbtn2,
.dark-theme button.cbtn2,
.dark-theme input.cbtn2,
a.cbtn2,
button.cbtn2,
input.cbtn2 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: #1091ff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.dark-theme a.cbtn2:hover,
.dark-theme button.cbtn2:hover,
.dark-theme input.cbtn2:hover,
a.cbtn2:hover,
button.cbtn2:hover,
input.cbtn2:hover {
	background: #17222b;
	color: #fff;
	transition: all 0.3s;
}
.theme-4 a.cbtn4,
.theme-4 button.cbtn4,
.theme-4 input.cbtn4 {
	padding: 15px 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(-90deg, #f55, #ab50ef);
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
.theme-4 a.cbtn4:hover,
.theme-4 button.cbtn4:hover,
.theme-4 input.cbtn4:hover {
	background: linear-gradient(-90deg, #f55, #ab50ef);
	color: #fff;
	transition: all 0.3s;
}
a.cbtn3,
button.cbtn3 {
	padding: 15px 40px;
	font-size: 16px;
	color: #17222b;
	border: 1px solid #1091ff;
	background: #fff;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: 400;
}
a.cbtn3:hover,
button.cbtn3:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.shadow5 {
	box-shadow: 0 72px 20px 0 #fbfbff;
}
@keyframes spin {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(-360deg);
	}
}
a {
	transition: all 0.4s;
	color: #1091ff;
	display: inline-block;
}
a:hover {
	transition: all 0.4s;
	color: #1091ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0;
	color: #17222b;
}
body {
	font-size: 16px;
	line-height: 27px;
	color: #17222b;
	font-weight: 400;
	overflow-x: hidden;
	direction: rtl;
	text-align: right;
}
.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.logo {
	max-width: 250px;
}
.banner {
	padding: 20px 30px;
	background: url(../img/bg/banner.jpg);
}
.banner a.cbtn1,
.banner button {
	padding: 10px;
	font-weight: 500;
}
.widget-title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.about_post_list ul {
	margin: 0;
	padding: 0;
}
.about_post_list ul li {
	list-style: none;
	margin-left: 10px;
}
.about_post_list ul li:last-child {
	margin-left: 0;
}
.about_post_list ul li a {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #a0a5a8;
}
.about_post_list ul li a.active {
	color: #17222b;
}
a.single_social {
	display: inline-block;
	padding: 12px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	padding-right: 35px;
	background: #3b5998;
	margin: 4px 3px;
	color: #fff;
	width: 104px;
	line-height: 12px;
}
a.single_social span.follow_icon {
	position: absolute;
	right: 8px;
	font-size: 12px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	top: 50%;
	margin-top: -10px;
}
a.single_social span.icon_text {
	display: block;
	line-height: 10px;
	font-size: 11px;
	margin-top: 5px;
}
.inner_socail4 a.single_social {
	display: inline-block;
	padding: 13px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	padding-right: 45px;
	margin: 4px 3px;
	color: #fff;
	overflow: hidden;
	width: 46%;
	line-height: 12px;
	border-radius: 4px;
}
.inner_socail4 a.single_social span.follow_icon {
	position: absolute;
	right: 0;
	font-size: 12px;
	height: 100%;
	width: 30px;
	text-align: center;
	top: 0;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner_socail4 a.single_social span.icon_text {
	display: block;
	line-height: 10px;
	font-size: 11px;
	margin-top: 5px;
}
a.social_twitter {
	background: #1da1f2;
}
a.social_youtube {
	background: #ff5050;
}
a.social_instagram {
	background: #9b45d5;
}
a.social_vimeo {
	background: #1ab7ea;
}
a.social_medium {
	background: #00ab6c;
}
.single_post {
	position: relative;
	z-index: 2;
	transition: all 0.3s;
	direction: rtl;
}
.single_post .single_post_text a:hover {
	color: #1091ff;
	transition: all 0.3s;
}
.single_post_text .meta {
	color: #1091ff;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
}
.single_post_text .meta span {
	color: #50585f;
	text-transform: capitalize;
}
.single_post_text a {
	color: #17222b;
	font-weight: 500;
}
.single_post_text h4 {
	font-size: 16px;
	color: #17222b;
	font-weight: 500;
	line-height: 21px;
}
.single_post_text h4 a {
	color: #17222b;
	font-weight: 500;
}
.post_img {
	position: relative;
	z-index: 2;
}
.post_img img {
	object-fit: cover;
}
.nav_style1 .owl-nav {
	position: absolute;
	left: 0;
	top: -48px;
}
.nav_style1 .owl-nav div {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #c1c4c6;
	color: #c1c4c6;
	transition: all 0.3s;
}
.nav_style1 .owl-nav div:last-child {
	margin-right: 14px;
}
.nav_style1 .owl-nav div:hover {
	background: #1091ff;
	border-color: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.tranding_border {
	border: 1px solid #fff;
}
span.tranding.tranding_border {
	line-height: 20px;
}
.widgets_small {
	padding-right: 120px;
	min-height: 77px;
}
.widgets_small .post_img {
	position: absolute;
	right: 0;
	top: 0;
	height: 77px;
	width: 100px;
}
.widgets_small .post_img img {
	width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
    overflow: hidden;
    height: 52px;
    border-radius: 4px;
}
.widgets_small:hover .post_img img {
	transform: scale(1.1);
	transition: all 0.3s;
}
.widgets_small .tranding img {
	height: 12px;
	width: 6px;
	padding-top: 2px;
}
.widgets_small .single_post_text a {
	line-height: 21px;
}
.widgets_small .single_post_text .meta {
	font-size: 12px;
	line-height: 20px;
}
.img_wrap {
	overflow: hidden;
}
span.tranding {
	height: 20px;
	width: 20px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
	border-radius: 50%;
	background: #f55;
	color: #fff;
	position: absolute;
	right: 5px;
	top: -10px;
}
.single_post2_carousel {
	margin-top: 10px;
}
.post_type3 .post_img span.tranding {
	height: 30px;
	width: 30px;
	font-size: 12px;
	line-height: 30px;
	right: 10px;
	top: 10px;
}
.post_type3 .single_post_text {
	padding: 20px 0;
	direction: rtl;
	text-align: right;
}
.post_type3 .single_post_text .meta {
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: unset;
	font-size: 14px;
}
.post_type3 .single_post_text .post-p {
	opacity: 0.85;
	font-size: 15px;
	line-height: 22px;
}
.post_type3 .single_post_text a {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.widgets_type4 {
	padding-right: 70px;
}
.post_type5 {
	margin-left: 20px;
	padding-right: 95px;
	direction: rtl;
	text-align: right;
}
.post_type5 .single_post_text p {
	font-size: 15px;
	font-weight: 300;
	opacity: 0.85;
	line-height: 21px;
	margin-top: 5px;
}
.post_type5 .post_img {
	width: 80px;
	height: 70px;
}
.post_type5 .post_img img {
	width: 80px;
	height: 70px;
}
.nav_style2 .owl-nav div {
	position: absolute;
	height: 100%;
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	z-index: 9;
	color: #17222b;
	transition: all 0.3s;
}
.nav_style2 .owl-nav div:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.post_type6 span.tranding {
	height: 54px;
	width: 54px;
	display: inline-block;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	background: #f55;
	color: #fff;
	position: absolute;
	right: auto;
	top: 15px;
	border-radius: 50%;
	right: 15px;
}
.post_type6 .single_post_text {
	position: absolute;
	bottom: 0;
	z-index: 9;
	padding: 40px;
	text-align: right;
	direction: rtl;
}
.post_type6 .single_post_text p.post-p {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
}
.post_type6 .single_post_text .meta {
	font-weight: 500;
	font-size: 14px;
}
.post_type6 .single_post_text .meta span {
	color: #fff;
}
.post_type6 .single_post_text p {
	color: #fff;
}
.post_type6 .single_post_text a {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
}
.post_type6 .single_post_text .meta {
	margin-bottom: 0;
}
.post_type6 .single_post_text .meta a {
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
}
.post_type6 .single_post_text .meta a:last-child {
	margin-right: 20px;
}
.post_type6 .single_post_text .meta a:last-child:before {
	position: absolute;
	content: "/";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
}
.post_type7 .single_post_text {
	position: absolute;
	bottom: 0;
	z-index: 9;
	padding: 40px 20px 20px;
}
.post_type7 .single_post_text .meta {
	font-weight: 500;
	font-size: 12px;
}
.post_type7 .single_post_text .meta span {
	color: #fff;
}
.post_type7 .single_post_text a {
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
}
.type8 {
	padding-left: 40px;
	min-height: 64px;
	padding-right: 100px;
	direction: rtl;
	text-align: right;
}
.type8 .post_img {
	height: 64px;
	width: 80px;
}
.post_type9 .tranding.left {
	right: auto;
	left: 15px;
}
.post_type9 .tranding.left img {
	width: 8px;
	height: 15px;
}
.nav_style3 .owl-nav div {
	position: absolute;
	background: #fff;
	width: 30px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-weight: 700;
	color: #000;
	top: 50%;
	left: 0;
	margin-top: -35px;
	transition: all 0.3s;
}
.nav_style3 .owl-nav div:hover {
	background: #1091ff;
	color: #fff;
	transition: all 0.3s;
}
.type10 .widgets_small {
	min-height: 56.25px;
}
.type10 .post_img {
	overflow: hidden;
    object-fit: cover;
}
.type10 .meta.meta2 {
	color: #71787d;
}
.post_img a{
        width: -webkit-fill-available;
}
.type10 span.tranding.tranding_border {
	border: 1px solid #fff;
	top: -12px;
	font-weight: 600;
}
.post_type11 .padding30 {
	padding: 30px;
}
.post_type12 {
	display: inline-block;
}
.post_type12 .post_img {
	width: 48%;
	float: right;
}
.post_type12 .single_post_text {
	width: 49%;
	float: right;
	padding: 0;
	padding-right: 30px;
}
.post_type13 {
	display: flex;
	align-items: center;
	height: 60px;
	padding-right: 100px;
}
.post_type13 .post_img {
	height: 60px;
	width: 80px;
	margin-top: 7px;
}
.category ul {
	margin: 0;
	padding: 0;
}
.category ul li {
	list-style: none;
	margin-bottom: 15px;
}
.category ul li:last-child {
	margin-bottom: 0;
}
.category ul li a {
	display: block;
	padding: 21px;
	position: relative;
	z-index: 2;
	text-align: right;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	transform: scale(1);
}
.category ul li a span {
	width: 80%;
	display: inline-block;
}
.category ul li a:hover {
	transform: scale(1.03);
}
.single_post_text .meta2 {
	margin-bottom: 0;
	direction: rtl;
	text-align: right;
}
.single_post_text .meta2 a {
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	margin-bottom: 5px;
	font-weight: 400;
}
.single_post_text .meta2 a:first-child {
	color: #1091ff;
}
.single_post_text .meta2 a:last-child {
	margin-right: 20px;
	color: #17222b;
	opacity: 0.75;
}
.single_post_text .meta2 a:last-child:before {
	position: absolute;
	content: "/";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #17222b;
	opacity: 0.3;
	text-align: center;
}
.single_post_text .meta5 {
	margin-bottom: 0;
}
.single_post_text .meta5 a {
	font-size: 12px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	margin-bottom: 5px;
	color: #fff;
}
.single_post_text .meta5 a:last-child {
	margin-right: 20px;
	font-weight: 400;
}
.single_post_text .meta5 a:last-child:before {
	position: absolute;
	content: "/";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.single_post_text .meta3 {
	margin-bottom: 10px;
}
.single_post_text .meta3 a {
	font-size: 14px !important;
	position: relative;
	z-index: 2;
	line-height: 17px;
	font-weight: 500;
	margin-bottom: 5px;
}
.single_post_text .meta3 a:first-child {
	color: #1091ff;
}
.single_post_text .meta3 a:last-child {
	margin-right: 20px;
	color: #17222b;
	opacity: 0.75;
}
.single_post_text .meta3 a:last-child:before {
	position: absolute;
	content: "/";
	height: 20px;
	width: 10px;
	right: -18px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	color: #17222b;
	opacity: 0.3;
	text-align: center;
}
.single_post_text .meta4 {
	margin-top: 0;
}
.single_post_text .meta4 a {
	font-size: 12px !important;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	line-height: 17px;
	font-weight: 500;
	color: #17222b;
	opacity: 0.6;
}
.popular_items {
	margin-top: 12px;
}
.sports_carousel_item {
	margin-top: 10px;
}
.footer .single_footer_nav ul {
	margin: 0;
	padding: 0;
}
.footer .single_footer_nav ul li {
	list-style: none;
	margin-bottom: 7px;
}
.footer .single_footer_nav ul li a {
	color: #fff;
	font-weight: 300;
}
.footer .single_footer_nav ul li a:hover {
	color: #1091ff;
}
.footer .single_footer_nav ul li:last-child {
	margin-bottom: 0;
}
.footer .widget-title2 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}
.footer .copyright {
	background: #232d36;
	margin-top: 30px;
	padding: 15px 0;
}
.footer .copyright p {
	color: #747a80;
}
.footer .copyright ul {
	margin: 0;
	padding: 0;
}
.footer .copyright ul li {
	list-style: none;
}
.footer .copyright ul li a {
	color: #747a80;
	padding: 0 10px;
}
.footer .copyright ul li a:hover {
	color: #fff;
}
input,
textarea {
	padding: 15px;
}
input,
textarea {
	padding: 15px;
	border: none;
	margin-bottom: 10px;
	background: #e9eaeb;
}
input::placeholder,
textarea::placeholder {
	color: #80868b;
}
.border_black {
	border-bottom: 1px dashed #dcdedf;
}
.inline li {
	display: inline-block;
}
.border_white {
	border-bottom: 1px dashed #3a434b;
}
.border_white_left {
	border-right: 1px dashed #3a434b;
}
.border_white_right {
	border-left: 1px dashed #3a434b;
}
.border_white_bottom {
	border-bottom: 1px dashed #3a434b;
}
.border_black_left {
	border-right: 1px dashed #dcdedf;
}
.white h2 {
	color: #fff;
}
.fifth_bg {
	background: #fcfcfc;
}
.theme3_bg {
	background: #ecedee;
}
.shadow3 {
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.white_bg {
	background: #fff !important;
}
.white {
	color: #fff !important;
}
.white a {
	color: #fff !important;
}
.white p {
	color: #fff !important;
}
.white h1 {
	color: #fff !important;
}
.white h2 {
	color: #fff !important;
}
.white h3 {
	color: #fff !important;
}
.white h4 {
	color: #fff !important;
}
.white h5 {
	color: #fff !important;
}
.white h6 {
	color: #fff !important;
}
.white li {
	color: #fff !important;
}
.white li a {
	color: #fff !important;
}
.author_social ul {
	margin: 0;
	padding: 0;
}
.author_social ul li {
	list-style: none;
}
.author_social ul li a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #e4e5e6;
	color: #17222b;
}
.author_social ul li a:hover {
	background: #1091ff;
	color: #fff;
}
.author_social p {
	font-size: 15px;
}
.author {
	position: relative;
	z-index: 2;
	padding-right: 60px;
	display: inline-block;
	text-align: right;
}
.author a {
	color: #17222b;
	font-weight: 500;
}
.author .author_img {
	right: 0;
	position: absolute;
	top: 50%;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e4e5e6;
	border-radius: 50%;
	overflow: hidden;
}
.author ul {
	margin: 0;
	padding: 0;
}
.author ul li {
	list-style: none;
	display: inline-block;
	color: #73797f;
	font-size: 15px;
}
.author ul li a {
	color: #73797f;
	font-weight: 400;
	font-size: 15px;
}
.shadow6 {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.bold {
	font-weight: 700;
	background: #dadcdd;
}
.button_group a {
	margin-left: 10px;
}
.button_group a:last-child {
	margin-left: 0;
}
.border4 {
	border-bottom: 1px solid #ecedee;
}
.layout3 .container {
	max-width: 1110px;
}
.theme-1 {
	background: #fcfcfc;
}
@media screen and (max-width: 1024px) and (max-width: 1300px) {
	.widgets_small .single_post_text a {
		line-height: 21px;
		font-size: 13px;
	}
	.single_post_text .meta2 a {
		font-size: 10px;
	}
	.type8 {
		padding-left: 30px;
	}
}
@media screen and (min-width: 990px) and (max-width: small__leptop) {
	.mt-md-60 {
		margin-top: 60px;
	}
}
@media screen and (min-width: 767px) and (max-width: 990px) {
	.md-mt-30 {
		margin-top: 30px;
	}
	.mt-md-60 {
		margin-top: 60px;
	}
}
@media screen and (max-width: 990px) {
	.single_post_heading h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.tags li {
		margin: 5px;
	}
	.menu_right {
		float: left;
		margin-top: 8px;
	}
	.footer .single_contact3 {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.date3 {
		width: 60%;
		float: left;
	}
}
@media screen and (max-width: 767px) {
	.top_date_social.text-right {
		text-align: right !important;
		padding: 10px 0;
	}
	.right_btn.text-right {
		text-align: right !important;
		margin-top: 12px;
	}
	.post_type6 {
		background: #17222b;
	}
	.post_type6 .single_post_text {
		padding: 20px;
		position: relative;
	}
	.post_type6 .single_post_text a {
		margin-top: 10px;
		color: #fff;
		font-size: 22px;
		line-height: 24px;
		font-weight: 700;
	}
	.post_type12 .single_post_text {
		width: 100%;
		float: unset;
		padding: 0;
		padding-right: 0;
		padding: 20px;
	}
	.post_type12 .post_img {
		width: 100%;
		float: unset;
	}
	.single_post_heading h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.author_about {
		padding-right: 0;
	}
	.author_about .author_img {
		position: relative;
		margin-bottom: 30px;
	}
	.date3 {
		width: 80%;
		float: left;
	}
	.date3 p {
		font-size: 12px;
	}
	.social4.text-right {
		text-align: center !important;
		margin-bottom: 20px;
	}
	.top_date_social.text-right {
		text-align: center !important;
	}
	.single_post_text .meta5 {
		margin-bottom: 0;
	}
	.single_post_text .meta5 a {
		font-size: 12px;
		text-transform: capitalize;
		position: relative;
		z-index: 2;
		line-height: 17px;
		margin-bottom: 5px;
		color: #fff;
	}
	.single_post_text .meta5 a:last-child {
		margin-right: 20px;
		font-weight: 400;
	}
	.single_post_text .meta5 a:last-child:before {
		position: absolute;
		content: "/";
		height: 20px;
		width: 10px;
		right: -18px;
		top: 50%;
		margin-top: -10px;
		line-height: 20px;
		color: #fff;
		text-align: center;
	}
	.type8 {
		padding-left: 0;
	}
}
@media screen and (max-width: 425px) {
	.post_type13 {
		height: auto;
	}
	p.video_img_text {
		display: none;
	}
	.replay.text-right {
		text-align: right !important;
	}
	.post_type13 {
		padding-right: 60px;
	}
	.post_type13 .post_img {
		height: 45px;
		width: 55px;
		margin-top: 12px;
	}
	.post_type3 .single_post_text a {
		font-size: 16px;
		font-weight: 700;
		line-height: 26px;
	}
	.post_type11 .padding30 {
		padding: 10px;
	}
	.widget-title {
		font-size: 20px;
	}
	.button_group a {
		margin-left: 0;
		margin-bottom: 15px;
	}
	.button_group a:last-child {
		margin-bottom: 0;
	}
	.single_post_text .meta2 a {
		margin-right: 0 !important;
	}
	.cpagination li a {
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 40px;
		padding: 0;
		font-size: 20px;
		font-weight: 500;
		border: none;
		border-radius: 0 !important;
	}
	.cpagination.v3.padding5050 {
		padding: 0 0 30px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
	a.single_social {
		width: 30.3%;
		font-size: 12px;
	}
	a.single_social span.icon_text {
		font-size: 9px;
	}
	.space-lg-30 {
		height: 30px;
	}
	.theme-3 a.single_social,
	.theme-4 a.single_social {
		width: 30.3%;
	}
}
.popular_items.mt0 {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.author_social.text-right {
		text-align: right !important;
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	a.single_social {
		width: 30.3%;
	}
	.post_type12 .single_post_text {
		width: 100%;
		float: unset;
		padding: 0;
		padding-right: 0;
		padding: 20px;
	}
	.post_type12 .post_img {
		width: 100%;
		float: unset;
	}
}
.page_comments ul {
	margin: 0;
	padding: 0;
}
.input-group:not(.has-validation)
	> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
		.form-floating
	) {
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
}
input.form-control.border-0.bg-light {
    margin-bottom: 0;
}
