﻿@charset "UTF-8";

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
}

*,
::after,
::before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
}

h2,
h3,
h4,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

	h4 {
		font-size: 1.5rem
	}
}

h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	padding-left: 2rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

img,
svg {
	vertical-align: middle
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	text-transform: none
}

textarea {
	resize: vertical
}

.container,
.container-fluid {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container {
		max-width: 1140px
	}
}

@media (min-width:1400px) {

	.container {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y)
}

@media (min-width:576px) {

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
}

@media (min-width:768px) {

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width:992px) {

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
	color: #212529
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar>.container-fluid {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.border-0 {
	border: 0 !important
}

.border-0 {
	border-width: 0 !important
}

.w-100 {
	width: 100% !important
}

.justify-content-center {
	justify-content: center !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {

	.text-sm-end {
		text-align: right !important
	}
}

@media (min-width:992px) {

	.d-lg-none {
		display: none !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}
}


.fa,
.fab {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-times:before {
	content: "\f00d"
}

.fa-twitter:before {
	content: "\f099"
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-brands-400.woff2) format("woff2");
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-solid-900.woff2) format("woff2");
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

.fab {
	font-weight: 400
}

.fa {
	font-family: "Font Awesome 5 Free"
}

.fa {
	font-weight: 900
}

:root {
	--body-font-size: 15px;
	--line-height30: 1.8;
	--main-color: #cf8036;
	--main-color-opacity: 25, 151, 148;
	--body-font: "Khula", sans-serif;
	--heading-font: "Poppins", sans-serif;
	--paragraph-color: #959595;
	--heading-color: #111
}

html {
	overflow-x: hidden;
	font-family: var(--body-font)
}

* {
	box-sizing: border-box;
	outline: 0;
}

body {
	margin: 0;
	color: var(--paragraph-color);
	font-family: var(--body-font);
	line-height: var(--line-height30);
	font-size: var(--body-font-size)
}

h2 {
	font-size: 18px;
	line-height: 1.3380952381
}

h3 {
	font-size: 32px;
	line-height: 1.3833333333
}

h4 {
	font-size: 18px;
	line-height: 1.3380952381
}

h6 {
	font-size: 18px;
	line-height: 1.2380952381
}

h2,
h3,
h4,
h6 {
	color: var(--heading-color);
	font-family: var(--heading-font);
	font-weight: 600
}

p {
	color: var(--paragraph-color);
	hyphens: auto;
	margin-bottom: 10px;
	word-break: break-word
}

a {
	color: inherit;
	text-decoration: none;
	transition: .4s
}

a,
a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
	color: inherit
}

a:hover {
	color: var(--main-color)
}

a i {
	padding: 0 2px
}

img {
	max-width: 100%;
	height: auto
}

button:active,
button:focus,
button:hover {
	outline: 0
}

input[type=email]:focus,
input[type=submit]:focus,
input[type=text]:focus,
textarea:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #ddd
}

ul {
	padding-left: 15px
}

.btn {
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
	border: 0;
	transition: all .5s ease;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	transform: perspective(1px) translateZ(0);
	border-radius: 0
}

.btn:active,
.btn:focus {
	outline: 0;
	box-shadow: none;
	color: #fff
}

.btn:after {
	content: "";
	background: var(--main-color);
	position: absolute;
	transition: all .4s ease-in;
	z-index: -1;
	height: 100%;
	left: -35%;
	top: 0;
	transform: skew(30deg);
	transition-duration: .6s;
	transform-origin: top left;
	width: 0
}

.btn:hover {
	color: #fff
}

.btn:hover:after {
	height: 100%;
	width: 135%
}

.btn-base {
	color: #fff;
	border: 0;
	background: var(--main-color)
}

.btn-base:after {
	background: #fff
}

.btn-base:hover::after {
	background: var(--main-color)
}

.pagination-area a {
	color: #959595;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px
}

.pagination-area a:hover {
	color: var(--main-color)
}

.single-input-wrap {
	position: relative;
	height: 40px;
	margin-bottom: 30px;
	line-height: 42px
}

.single-input-wrap input {
	border: none;
	padding: 3px 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 100%;
	height: 100%;
	color: #808191;
	background: #fff;
	transition: all .4s ease-in;
	position: relative
}

.single-input-wrap textarea {
	border: 1px solid rgba(0, 0, 0, .102);
	border-radius: 5px;
	width: 100%;
	color: #747e8c;
	font-size: 15px;
	padding: 20px 30px 30px 30px;
	transition: all .4s ease-in;
	position: relative
}

.social-area {
	padding: 0;
	margin: 0
}

.social-area li {
	list-style: none;
	display: inline-block;
	padding: 0 6px
}

.social-area li:first-child {
	margin-left: 0
}

.social-area li:last-child {
	margin-right: 0
}

.social-area li a {
	transition: .4s;
	border: 0;
	font-size: 16px;
	background: 0 0;
	border-radius: 3px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.social-area li a:hover {
	color: var(--main-color)
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: var(--main-color);
	z-index: 991;
	content: "";
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease-in;
}

.pd-top-70 {
	padding-top: 70px
}

.pd-top-115 {
	padding-top: 100px
}

.pd-bottom-45 {
	padding-bottom: 45px
}

.pd-bottom-100 {
	padding-bottom: 100px
}

.pd-bottom-110 {
	padding-bottom: 60px
}

.side-navbar {
	height: 100%;
	width: 260px;
	position: fixed;
	z-index: 12333300;
	text-align: left;
	left: -300px;
	background: #222;
	padding: 20px;
	overflow-x: scroll
}

i {
	cursor: pointer
}

i {
	float: right;
	cursor: pointer;
	display: block;
	font-size: 17px
}

ul.side-navbar-items {
	padding: 0 0 0 10px;
	margin-top: 20px
}

ul.side-navbar-items li {
	list-style: none
}

ul.side-navbar-items li a {
	color: #b5b5b5;
	font-size: 12px;
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
	letter-spacing: 1px
}

ul.side-navbar-items li a:hover {
	color: var(--main-color)
}

.navbar-area {
	padding: 0;
	top: 0;
	position: fixed;
	z-index: 98;
	width: 100% !important;
	transition: all .4s;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 9px 150px -30px rgba(0, 0, 0, .09)
}

.copyright {
	border-top: 1px solid #666;
	padding: 20px 0;
}

.navbar-area .lawel-header-left {
	width: 200px;
	align-items: center;
	display: flex
}

.navbar-area .navbar {
	padding: 0
}

.navbar-area .nav-container {
	background-color: transparent;
	padding: 5px 35px 4px;
	transition: all .4s;
	/* min-height: 60px */
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
	display: block;
	width: 100%
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
	margin-top: 0;
	display: inline-block;
	font-weight: 400;
	line-height: 50px;
	text-transform: capitalize
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	color: #242424;
	font-size: 12px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
	color: var(--main-color)
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
	margin-left: 24px
}

.navbar-nav {
	opacity: 0;
	margin-right: -30px;
	visibility: hidden;
	transition: all .3s ease 0s
}

.menu-open {
	opacity: 1;
	margin-right: 0;
	visibility: visible
}

.responsive-mobile-menu button:focus {
	outline: 0;
	border: none
}

.responsive-mobile-menu {
	display: none;
	position: absolute;
	transition: .4s;
	left: auto;
	right: 35px;
	top: 17px;
	background: var(--main-color)
}

.toggle-btn {
	width: 36px;
	height: 36px;
	transition-duration: .5s;
	border: 0;
	background: 0 0
}

.toggle-btn .icon-left {
	transition-duration: .5s;
	position: absolute;
	height: 2px;
	width: 11px;
	top: 17px;
	background-color: #fff;
	left: 7px
}

.toggle-btn .icon-left:before {
	transition-duration: .5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: #fff;
	content: "";
	top: -7px;
	left: 0
}

.toggle-btn .icon-left:after {
	transition-duration: .5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: #fff;
	content: "";
	top: 7px;
	left: 0
}

.toggle-btn .icon-left:hover {
	cursor: pointer
}

.toggle-btn .icon-right {
	transition-duration: .5s;
	position: absolute;
	height: 2px;
	width: 11px;
	top: 17px;
	background-color: #fff;
	left: 18px
}

.toggle-btn .icon-right:before {
	transition-duration: .5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: #fff;
	content: "";
	top: -7px;
	left: 0
}

.toggle-btn .icon-right:after {
	transition-duration: .5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: #fff;
	content: "";
	top: 7px;
	left: 0
}

.toggle-btn .icon-right:hover {
	cursor: pointer
}

.toggle-btn:hover {
	cursor: pointer
}

.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

@media all and (max-width:991px) {
		.pd-top-115 {
			padding-top: 60px
		}

	.navbar-area .nav-container {
		position: relative;
		z-index: 0
	}

	.navbar-area .nav-container .navbar-collapse {
		display: none;
		margin-top: 13px;
		padding-right: 0
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		display: block;
		margin-top: 20px
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		display: block;
		text-align: left;
		line-height: 30px;
		padding: 10px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
		display: block
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
		border-bottom: none
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
		margin-left: 0
	}
}

@media all and (max-width:575px) {

	.responsive-mobile-menu {
		right: 0;
		top: 19px
	}
}

.blog-post-item-wrap {
	margin-bottom: 45px
}

.blog-post-item-wrap .post-content {
	padding-top: 30px;
	text-align: center;
}

.blog-post-item-wrap .post-content h6 {
	color: var(--main-color);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	letter-spacing: 1px
}

.blog-post-item-wrap .post-content h6:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid var(--main-color);
	width: 100%;
	left: 0;
	top: -10px
}

.blog-post-item-wrap .post-content h4 {
	margin: 16px 0;
	font-size: 22px;
	font-weight: 500
}

.blog-post-item-wrap .post-meta ul {
	margin: 0;
	padding: 0
}

.blog-post-item-wrap .post-meta ul li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	letter-spacing: 1px;
	position: relative
}

.blog-post-item-wrap .post-meta ul li:first-child {
	padding-left: 0
}

.blog-post-item-wrap .post-meta ul li:last-child {
	padding-right: 0
}

.blog-post-item-wrap .post-meta ul li:nth-child(2) a:before {
	position: absolute;
	content: ".";
	left: -3px;
	top: -5px;
	font-size: 15px;
	z-index: 1
}

.blog-post-item-wrap .post-meta ul li:nth-child(2) a:after {
	position: absolute;
	content: ".";
	right: -3px;
	top: -5px;
	font-size: 15px;
	z-index: 1
}

.blog-post-item-wrap .post-meta ul li a {
	padding-left: 0;
	color: var(--heading-color);
	text-transform: uppercase
}

.blog-post-item-wrap .post-meta ul li a:hover {
	color: var(--main-color)
}

.single-post-footer {
	border-bottom: 1px solid #eee;
	padding-top: 30px;
	padding-bottom: 30px
}

.single-post-footer .tag-inner span a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 12px;
	color: var(--main-color)
}

.single-post-footer .social-area li a {
	color: var(--heading-color)
}

.single-post-footer .social-area li a:hover {
	color: var(--main-color)
}

.comments-inner-wrap {
	display: inline-block;
	margin-top: 40px
}

.comments-inner-wrap .comments-title {
	color: #111;
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	font-family: Lustria, serif
}

.comment-form {
	padding-top: 25px
}

.comment-form .btn {
	height: 60px;
	line-height: 60px
}

.comment-form .single-input-wrap {
	margin-bottom: 30px;
	height: auto
}

.comment-form .single-input-wrap input {
	height: 60px;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #e5e5e5 !important
}

.comment-form .single-input-wrap textarea {
	min-height: 130px;
	width: 100%;
	padding: 5px 20px 20px;
	border-radius: 0;
	border: 1px solid #e5e5e5 !important;
	font-size: 12px;
	letter-spacing: 1px
}

.comment-form .submit-btn {
	font-family: Lustria, serif;
	font-style: italic;
	font-size: 13px;
	font-weight: 400
}

.widget .widget-title {
	margin-bottom: 17px;
	color: #b5b5b5;
	font-size: 13px;
	font-family: Lustria, serif;
	font-style: italic;
	font-weight: 400
}

.widget_link ul {
	padding: 0;
	margin: 0;
	display: inline-block
}

.widget_link ul li {
	list-style: none;
	margin-bottom: 8px
}

.sidebar-area .widget {
	margin-bottom: 35px;
	border: 1px solid #ccc;
	padding: 35px
}

.sidebar-area .widget-title {
	color: var(--heading-color)
}

.widget_author_bio {
	position: relative
}

.widget_author_bio .bio-data {
	background: #222;
	text-align: center;
	padding: 10px 0;
	position: absolute;
	width: 85%;
	left: 20px;
	bottom: 20px
}

.widget_author_bio .bio-data h4 {
	color: #b5b5b5;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	font-weight: 400
}

.widget_author_bio .bio-data h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	margin: 0;
	font-weight: 400
}

.widget-subscribe-form p {
	color: var(--main-color);
	font-size: 15px;
	margin: 0 0 20px 0;
	font-family: var(--heading-font)
}

.widget-subscribe-form .single-input-wrap input {
	border: 1px solid #ccc;
	background: url(../img/arrow2.png) #f9f9f9;
	background-repeat: no-repeat;
	background-position: center right
}

.social-widget .social-area li a {
	color: var(--heading-color)
}

.social-widget .social-area li a:hover {
	color: var(--main-color)
}

.category-widget .cat-name-list ul {
	margin: 0;
	padding: 0;
	text-align: left
}

.category-widget .cat-name-list ul li {
	list-style: none;
	border-bottom: 1px solid #ccc
}

.category-widget .cat-name-list ul li:last-child {
	border-bottom: 0
}

.category-widget .cat-name-list ul li:last-child a {
	padding-bottom: 0
}

.category-widget .cat-name-list ul li a {
	color: #222;
	font-size: 14px;
	display: inline-block;
	padding: 8px 0
}

.category-widget .cat-name-list ul li a:hover {
	color: var(--main-color)
}

.footer-area {
	background: #222;
	padding: 75px 0 0
}

.footer-inner .widget-title {
	color: #b5b5b5
}

.footer-inner .widget_link ul li {
	display: inline-block;
	margin: 5px
}

.footer-inner .widget_link ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px
}

.footer-inner .widget_link ul li a:hover {
	color: var(--main-color)
}

.footer-inner .widget_link ul li:last-child {
	margin-bottom: 0
}

.footer-inner .social-area li a {
	font-size: 14px;
	color: #fff
}

.footer-inner .social-area li a:hover {
	color: var(--main-color)
}

.footer-logo {
	margin-bottom: 30px
}

.footer-logo a{
	color: #fff;
	font-size: 20px;
}

.footer-widget {
	margin-bottom: 40px
}

.footer-widget .single-input-wrap {
	margin-top: 30px
}

.footer-widget .single-input-wrap input {
	background: url(../img/arrow.png) #fff;
	background-repeat: no-repeat;
	background-position: center right
}

@media all and (min-width: 1399px) {
	.container {
		max-width: 1140px;
	}
}

@media all and (max-width: 1199px) {
	.widget_author_bio .bio-data {
		left: 16px;
	}
}

.navbar-area .lawel-header-left .logo{
	font-size: 20px;
	color: #000;
}

.side-menu-bar {
	display: none !important;
}

@media all and (max-width: 991px) {
	.nav-right-part-desktop{
		display: none;
	}
	.copyright{
		margin-bottom: 20px;
	}
	.side-menu-bar {
		display: block !important;
	}

	.navbar-area {
		background: #fff;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav>li {
		border-bottom: 1px solid #fff;
	}

	.navbar-area .nav-container {
		padding: 8px 35px 8px;
	}

	.blog-post-item-wrap .post-content {
		padding-top: 0;
	}

	.navbar-area .lawel-header-left {
		width: inherit;
		display: block;
		text-align: center;
		position: relative;
	}

	.side-menu-bar {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.navbar-area .lawel-header-left .logo {
		/* opacity: 0; */
		/* visibility: hidden; */
		transition: all ease-in 0.3s;
		display: inline-block;
	}
}

@media all and (max-width: 767px) {
	.sidebar-area {
		margin-top: 45px;
	}

	.sidebar-area .widget .thumb img {
		width: 100%;
	}

	.widget_author_bio .bio-data {
		width: 94%;
	}
}

@media all and (max-width: 575px) {

	.container,
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-post-footer .tag-inner {
		margin-top: 15px;
	}

	.single-post-footer .tag-inner span:first-child a {
		margin-left: 0;
	}
}

@media all and (max-width: 425px) {
	.widget_author_bio .bio-data {
		width: 92%;
	}

	.blog-post-item-wrap .post-content h4 {
		font-size: 20px;
	}
}

@media all and (max-width: 375px) {
	.widget_author_bio .bio-data {
		width: 91%;
	}
}

@media all and (max-width: 360px) {
	.widget_author_bio .bio-data {
		width: 89%;
	}
}

.svg-inline--fa.fa-w-14 {
	width: .875em;
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	margin: 30px 0;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: var(--main-color);
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-item:first-child .page-link {
	height: 100%;
	;
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	height: 100%;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color)
}

.nav-right-part ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.nav-right-part ul li {
    list-style: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: var(--heading-color);
    font-size: 15px;
    margin-left: 20px;
}

.positionFixed{bottom:0;left:50%;position:fixed;transform:translate(-50%,0);z-index:999;width:100%;background-color:#e4e4e4;display:flex;justify-content:center}
.ad-div{margin-bottom:50px;width:100%}
.t_de{height:.2rem;max-width:100%;line-height:.3rem;font-size:.6rem;padding:.5rem 0 1rem 0;box-sizing:border-box;color:#707070;text-align:center}
.grecaptcha-badge{visibility:hidden}