/*=============
TABLE CONTENT
Import Google Fonts
Include Third Party CSS Library
GENERAL
HEADER
Offcanvas Sidebar
Search form
Main header
Mega menu
Header layouts
Page layouts
Pagination
Breadcrumb
CATEGORY PAGES
SINGLE POST
Author box
comment
Post share social
WP STYPE
Custom amine
=============*/

/* GENERAL */
body {
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-style: normal;
	/* background: #f7f8f9; */
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Frank Ruhl Libre', serif;
	margin-top: 0px;
	font-style: normal;
	font-weight: 900;
	text-transform: normal;
}
.entry-meta.font-x-small {
	font-weight: 600;
}
p {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}
video {
	max-width: 100%;
}
.img {
	max-width: 100%;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.fix {
	overflow: hidden;
}
.clear {
	clear: both;
}
.logo-img{
	/* max-width: 98px; */
}
a,
.button {
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: #659ec7;
}
a:hover {
	color: #659ec7;
	text-decoration: underline;
}
a:focus,
/* a:hover, */
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
.transition-02s,
.transition-02s:hover {
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}
input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
img {
	max-width: 100%;
}
ul {
	padding: 0;
	margin: 0;
}
.font-size-1rem {
	font-size: 1rem;
}
.readmore-btn:hover i {
	padding-left: 6px;
}
.boxed-btn {
	background: #fff;
	display: inline-block;
	padding: 18px 44px;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 14px;
	font-weight: 400;
	border: 0;
	border: 1px solid;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.boxed-btn:hover {
	color: #fff !important;
	border: 1px solid;
}
.boxed-btn:focus {
	outline: none;
}
.boxed-btn.large-width {
	width: 220px;
}
[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}
[data-opacity="1"]::before {
	opacity: 0.1;
}
[data-opacity="2"]::before {
	opacity: 0.2;
}
[data-opacity="3"]::before {
	opacity: 0.3;
}
[data-opacity="4"]::before {
	opacity: 0.4;
}
[data-opacity="5"]::before {
	opacity: 0.5;
}
[data-opacity="6"]::before {
	opacity: 0.6;
}
[data-opacity="7"]::before {
	opacity: 0.7;
}
[data-opacity="8"]::before {
	opacity: 0.8;
}
[data-opacity="9"]::before {
	opacity: 0.9;
}
::placeholder {
	color: #838383;
}
.section-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}
.font-x-small {
	font-size: 11px !important;
}
.font-small {
	font-size: 13px !important;
}
.font-medium {
	font-size: 15px !important;
}
.font-large {
	font-size: 20px !important;
}
.separator {
	border-top: 1px solid #f2f2f2;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	font-size: 22px;
	color: #646464;
	opacity: 1;
	visibility: visible;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease 0s;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: -30px;
}
.owl-carousel .owl-nav div.owl-next i {
	position: relative;
	right: 0;
	top: 1px;
}
.owl-carousel .owl-nav div.owl-prev i {
	position: relative;
	right: 1px;
	top: 0px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel:hover .owl-nav div:hover {
	color: #fff;
	background: #ff3500;
}
.btn {
	background: #ff656a;
	-moz-user-select: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 0;
	margin-bottom: 0;
	padding: 27px 44px;
	border-radius: 5px;
	min-width: 200px;
	margin: 10px;
	cursor: pointer;
	transition: color 0.4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
	margin: 0;
}
.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e6373d;
	z-index: 1;
	border-radius: 5px;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleX(0);
}
.btn:hover::before {
	transform: scaleX(1);
	color: #fff !important;
	z-index: -1;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
#scrollUp {
	height: 50px;
	width: 22px;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 15px;
	padding-top: 5px;
}
#scrollUp:hover {
	color: #fff;
}
.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
}
.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	margin: 0 auto;
}
.preloader img.jump {
	max-height: 100px;
}
.align-center-vertical {
	margin-top: auto;
	margin-bottom: auto;
}
.text-limit-2-row {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
}
.text-limit-3-row {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical;
}
.img-hover-scale {
	overflow: hidden;
	position: relative;
}
.img-hover-scale img {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.img-hover-scale:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.img-hover-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	min-height: 280px;
	overflow: hidden;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.entry-header-3 .img-hover-slide {
	min-height: 380px;
}
.post-thumb:hover .img-hover-slide,
.single-header-2:hover .img-hover-slide {
	background-position: 30%;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.img-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.thumb-overlay {
	position: relative;
}
.thumb-overlay::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
	background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
	background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.thumb-overlay:hover::before {
	background-color: rgba(0, 0, 0, 0.2);
}
.transition-ease-04 {
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.top-right-icon {
	position: absolute;
	bottom: 15px;
	right: 15px;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	z-index: 3;
	color: #fff;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition-duration: 0.4s;
	-ms-transition: all 0.4s ease;
}
.top-right-icon i {
	top: 2px;
}
.img-hover-scale:hover .top-right-icon,
.img-hover-slide:hover .top-right-icon {
	margin-top: -3px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition-duration: 0.4s;
	-ms-transition: all 0.4s ease;
}
.hover-box-shadow {
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition-duration: 0.4s;
	-ms-transition: all 0.4s ease;
}
.hover-box-shadow:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition-duration: 0.4s;
	-ms-transition: all 0.4s ease;
}
.letter-background {
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.07);
	z-index: 1;
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	text-transform: uppercase;
	font-size: 4rem;
	font-weight: 900;
}
.font-weight-ultra {
	font-weight: 900;
}
.scroll-progress {
	height: 3px;
	width: 0px;
	z-index: 1;
	position: absolute;
	bottom: -3px;
}

/*cursor*/
#off-canvas-toggle,
.user-account,
.subscribe,
.search-clos,
button.slick-arrow,
.off-canvas-close,
.search-button,
.slick-dots button,
.slider-post-thumb,
button.search-icon {
	cursor: pointer;
}

/*Gradient*/
.gradient-bg-1 {
	background: rgb(226, 70, 92);
	background: -webkit-linear-gradient(left, rgba(226, 70, 92, 1) 0%, rgba(254, 65, 65, 1) 50%, rgba(255, 185, 87, 1) 100%);
	background: -o-linear-gradient(left, rgba(226, 70, 92, 1) 0%, rgba(254, 65, 65, 1) 50%, rgba(255, 185, 87, 1) 100%);
	background: linear-gradient(to right, rgba(226, 70, 92, 1) 0%, rgba(254, 65, 65, 1) 50%, rgba(255, 185, 87, 1) 100%);
}

/*Header*/
h1.logo-text {
	font-size: 20px;
	font-weight: 600;
	margin-left: 5px;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 7px;
}
#off-canvas-toggle span,
#off-canvas-toggle span::before,
#off-canvas-toggle span::after {
	background: #353c49;
	display: inherit;
	height: 2px;
	position: relative;
	width: 15px;
}
#off-canvas-toggle span::before,
#off-canvas-toggle span::after {
	content: "";
	left: 0;
	position: absolute;
	right: 0;
}
#off-canvas-toggle span::before {
	top: -8px;
	width: 15px;
}
#off-canvas-toggle span::after {
	top: -4px;
	width: 15px;
}
#off-canvas-toggle p {
	display: inline;
	font-size: 12px;
	margin: 0 0 0 5px;
}
.off-canvas-close {
	background: none;
	border: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#datetime {
	min-width: 160px;
	margin-bottom: -8px;
	margin-left: 15px;
}
.vline-space {
	height: 15px;
	width: 1px;
	background: #cbd3d7;
	margin: 0 10px -2px 10px;
}
button.search-icon {
	background: none;
	padding: 0;
	border: 0;
	font-size: 16px;
	width: 30px;
}
.top-bar ul.header-social-network li a {
	padding: 0px;
	font-size: 12px;
}
button.subscribe {
	border: 1px solid;
	background: none;
	margin: 0 0 0 15px;
	border-radius: 30px;
	padding: 5px 15px;
	font-weight: bold;
}
.user-account .ti-user {
	margin-right: 2px;
}
.dropdown-menu {
	border-radius: 5px;
}
#userMenuDropdow.dropdown-menu,
#langMenuDropdow.dropdown-menu {
	background: #ffff;
	border: 0;
	padding: 5px 15px;
	margin-top: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
#langMenuDropdow.dropdown-menu {
	min-width: 110px;
}
#userMenuDropdow.dropdown-menu a,
#langMenuDropdow.dropdown-menu a {
	font-size: 12px;
	padding: 7px 0;
}
#userMenuDropdow.dropdown-menu a i,
#langMenuDropdow.dropdown-menu a i {
	margin-right: 8px;
	color: #b0b8cc;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
form.menu-search-form {
}
form.menu-search-form input {
	width: 100%;
}

/*Offcanvas Sidebar*/
.off-canvas-toggle-cover {
	position: absolute;
	z-index: 300;
}
#sidebar-wrapper {
	background: #fff;
	height: 100%;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	width: 0;
	z-index: 1009;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	top: 0;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}
.position-midded {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
}
#sidebar-wrapper.position-right {
	right: 0;
	left: unset;
}
.canvas-opened #sidebar-wrapper {
	width: 350px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.canvas-opened #off-canvas-toggle span {
	background: none;
}
.canvas-opened #off-canvas-toggle span::after {
	top: -4px;
	width: 15px;
	transform: rotate(-45deg);
}
.canvas-opened #off-canvas-toggle span::before {
	top: -4px;
	width: 15px;
	transform: rotate(45deg);
}
.sidebar-inner {
	padding: 30px;
	display: table;
	height: 100%;
}
.dark-mark {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1003;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease; /* transition: visibility 0s linear .3s,opacity .3s ease,-webkit-transform .3s ease; */ /* transition: visibility 0s linear .3s,transform .3s ease,opacity .3s ease; */
	transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.canvas-opened .dark-mark {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

/*Search form*/
.main-search-form {
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.open-search-form .main-search-form {
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.main-search-form .search-form label {
	width: 100%;
}
.main-search-form .search-form input {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: transparent;
	border: none;
	border-radius: 999px;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	margin: 0;
	padding: 9px 0 9px 50px;
	text-align: left;
	width: 100%;
	background: #fff;
	border: 1px solid #dfe0e6;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.main-search-form .search-form-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 23px;
	margin-top: -3px;
	opacity: 0.6;
}
.main-search-form .search-switch {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -3px;
	line-height: 1;
	border-left: 1px solid #dfe0e6;
	padding-left: 15px;
	font-size: 14px;
}

/*Main header*/
.main-header .main-nav ul li a {
	position: relative;
	color: #4d4d4d;
	font-weight: normal;
	padding: 0;
	display: block;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	line-height: 1.5;
	line-height: 59px;
}
.main-header .main-nav ul li > a::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	top: -1px;
	opacity: 0.5;
	transform: translateX(-50%);
}
.main-header .main-nav ul li.mega-menu-item a::after,
.main-header .main-nav ul li ul a::after {
	content: none;
}
.main-header .main-nav ul li.current-menu-item > a::after,
.main-header .main-nav ul li:hover a::after {
	width: 50px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.main-header .main-nav ul li.mega-menu-item > a,
.main-header .main-nav ul li.menu-item-has-children > a {
	padding-right: 15px;
}
.main-header .main-nav ul li.mega-menu-item > a::before,
.main-header .main-nav ul li.menu-item-has-children > a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	font-size: 8px;
	display: inline-block;
	padding-left: 5px;
	position: absolute;
	right: 0;
}
.main-header .main-nav ul ul.sub-menu {
	text-align: left;
	position: absolute;
	min-width: 170px;
	background: #fff;
	left: 0;
	top: 120%;
	visibility: hidden;
	opacity: 0;
	padding: 17px 0;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.main-header .main-nav ul ul.sub-menu {
	display: block;
	padding-left: 15px;
	border-radius: 0 0 5px 5px;
}
.main-header .main-nav ul ul.sub-menu > li > a {
	font-weight: 500;
	line-height: 35px;
}
.main-header .main-nav ul ul.sub-menu > li > a:hover {
	background: none;
}
.header-area .header-top .header-info-right .header-social a i {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
.header-area .header-top .header-info-right .header-social a:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.main-header ul > li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.main-header .main-nav ul li h6 a {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
}
ul.slicknav_nav {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.logo-mobile {
	max-width: 180px;
	z-index: 500;
	position: relative;
}

/* Mega menu */
.main-menu {
	list-style-type: none;
	margin: 0;
	height: 100%;
	align-items: center;
}
.main-menu > li {
	height: 100%;
	position: relative;
	display: inline-block;
	padding: 0 10px;
}
.main-menu > li.mega-menu-item {
	position: static;
}
.sub-mega-menu {
	z-index: 3;
	flex-wrap: wrap;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	width: 100%;
	display: none;
	box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
	border-top: 1px solid #f4f5f9;
	border-radius: 0 0 5px 5px;
}
.main-menu > li:hover > .sub-mega-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.sub-mega-menu .nav {
	width: 180px;
	padding: 30px 0 0 30px;
}
.sub-mega-menu .tab-content {
	width: calc(100% - 180px);
}
.sub-mega-menu .nav-pills .nav-link {
	font-size: 12px;
	line-height: 1.8;
	color: #222;
	border-radius: 30px;
	padding: 5px 20px;
	text-align: left;
	border-radius: 50px;
}
.sub-mega-menu .nav-pills .nav-link.active,
.sub-mega-menu .show > .nav-pills .nav-link {
	color: #fff;
	background-color: #7f8991;
}
.sub-mega-menu .tab-content .tab-pane {
	padding: 25px 50px 35px 30px;
}
.main-header .main-nav ul li .sub-mega-menu.sub-menu-list {
	padding: 15px;
	line-height: 35px;
}
.main-header .main-nav ul li .sub-mega-menu.sub-menu-list a {
	line-height: 35px;
	font-weight: 500;
}
.main-header .main-nav ul li.mega-menu-item .tab-content a {
	padding: 0;
	text-transform: none;
}
.header-sticky.sticky-bar.sticky .header-flex {
	justify-content: space-between;
}
.header-sticky.sticky-bar.sticky .header-btn .get-btn {
	padding: 20px 20px;
}
.header-area .slicknav_btn {
	top: -51px;
	right: 17px;
}
.slicknav_menu .slicknav_nav a:hover {
	background: transparent;
}
.slicknav_menu {
	background: transparent;
}
.mobile_menu {
	position: fixed;
	right: 0px;
	width: 100%;
	z-index: 99;
}
.header-sticky.sticky-bar.sticky .header-right-btn {
	display: none !important;
}
.header-sticky.sticky-bar.sticky .sticky-logo {
	display: block !important;
}
.sticky-logo {
	display: none !important;
}
.sticky-logo.info-open {
	padding: 12px;
}

/*Header layouts*/
.main-header {
	position: relative;
	z-index: 1002;
}
.main-header #userMenuDropdow.dropdown-menu,
.main-header #userMenuDropdow.dropdown-menu {
	margin-top: 15px;
}
.header-style-1 {
	background: #ffffff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.header-style-1 .header-bottom,
.header-style-2 .header-bottom,
.header-style-2.header-style-3 .header-bottom {
	border-top: 1px solid #f4f5f9;
	height: 60px;
	line-height: 60px;
}
.header-style-1 .search-button,
.header-style-2 .search-button {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 70px;
	z-index: 300;
}
.header-style-1 .top-bar,
.header-style-2 .topbar-inner {
	border-bottom: 1px solid #f4f5f9;
}
.header-style-2 .off-canvas-toggle-cover {
	right: 15px;
	left: unset;
}
.header-style-2.header-style-3 .topbar-inner {
	border: 0;
}
.open-search-form .header-style-2 .off-canvas-toggle-cover {
	right: 80px;
}
.header-style-2 .header-bottom {
	border: none;
}
.header-style-2 ion-icon {
	font-size: 17px;
	margin-bottom: -2px;
}
.header-style-2 input.search_field {
	border: 1px solid #eee;
	height: 30px;
	border-radius: 30px;
	background: #f7f8f9;
	font-size: 12px;
	width: 180px;
	position: relative;
	padding: 0 20px 0 20px;
}
.header-style-2 .search-form .search-icon {
	position: absolute;
	right: 10px;
	font-size: 13px;
	top: 3px;
	opacity: 0.5;
}
.tools-icon {
	text-align: right;
}
.tools-icon a {
	padding: 0 7px;
	position: relative;
}
span.notification {
	position: absolute;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	top: -10px;
	right: 0;
	border-radius: 50%;
	display: block;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

/*Page layouts*/
.content-404 {
	margin: 0 auto;
}
.content-404 h1 {
	font-size: 8rem;
}
.content-404 input#search {
	max-width: 450px;
	margin: 0 auto;
	border-radius: 40px;
	padding-left: 25px;
}
/* .footer-area .footer-logo {
margin-bottom: 40px;
} */
.footer-area .footer-pera p {
	color: #a8a8a8;
	font-size: 15px;
	margin-bottom: 50px;
	line-height: 1.8;
}
.footer-area .footer-pera.footer-pera2 p {
	padding: 0;
}
.footer-area .footer-tittle h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 29px;
	font-weight: 500;
	text-transform: capitalize;
}
.footer-area {
	color: #9babb6;
}
.footer-area li.cat-item {
	padding: 5px 0;
}
.footer-area .footer-tittle ul li {
	color: #012f5f;
	margin-bottom: 15px;
}
.footer-area .footer-tittle ul li a {
	color: #333333;
	font-weight: 300;
}
.footer-area .footer-tittle ul li a:hover {
	padding-left: 5px;
}
.footer-area .footer-form form {
	position: relative;
}
.footer-area .footer-form form input {
	width: 100%;
	height: 43px;
	border: 0;
	border-bottom: 1px solid #403f3f;
	background: none;
}
.footer-area .footer-form form .form-icon button {
	position: absolute;
	top: 0;
	right: -20px;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 13px 22px;
	line-height: 1;
}
.footer-area .footer-social a i {
	color: #222222;
	margin-right: 12px;
	font-size: 19px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.footer-area .footer-social a i:hover {
	box-shadow: 0 -3px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.footer-area .insta-feed {
	padding-top: 5px;
	margin: -2px;
	display: flex;
	flex-wrap: wrap;
}
.footer-area .insta-feed li {
	width: 29.33%;
	margin: 5px;
}
.footer-area .insta-feed li img {
	width: 100%;
}
.footer-bottom-area .footer-border {
	border-top: 1px solid #e6e6e6;
}
.footer-bottom-area .list-inline-item:not(:last-child) {
	margin-right: 30px;
}
.footer-bottom-area .footer-copy-right p {
	font-weight: 300;
	line-height: 1;
	margin: 0;
}
.footer-bottom-area .footer-copy-right p a:hover {
	color: #fff;
}
.footer-bottom-area .footer-copy-right .footer-social-left {
	text-align: right;
	padding-right: 10%;
}
.footer-bottom-area .footer-copy-right .footer-social-left li{
	display: inline-block;
	margin-left: 5px;
}
.footer-bottom-area .footer-copy-right .footer-social-left li a i::before {
	font-size: 32px;
}
.footer-menu ul li {
	display: inline-block;
	margin-left: 36px;
}
.footer-menu ul li:first-child {
	margin-left: 0px;
}

/*Pagination*/
.pagination-area .page-item {
	margin: 0;
}
.pagination-area .page-item:first-child {
	margin: 0;
}
.pagination-area .page-link {
	border: 0;
	font-size: 13px;
	box-shadow: none;
	outline: 0;
	color: #889097;
	background: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	padding: 0;
	margin-right: 10px;
}
.pagination-area .page-item.active .page-link {
	color: #fff !important;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link {
	border-radius: 50% !important;
	background: none;
}

/*Breadcrumb*/
.breadcrumb {
	display: inline-block;
	padding: 0;
	text-transform: capitalize;
	color: #6e6e6e;
	font-size: 0.875rem;
	background: none;
	margin: 0;
	border-radius: 0;
}
.breadcrumb span {
	position: relative;
	text-align: center;
	padding: 0 10px;
}
.breadcrumb span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	display: inline-block;
	color: #101d35;
	font-size: 9px;
}
.breadcrumb span.no-arrow::before {
	content: none;
}

/*LOOP*/
.loop-list-style-1 .post-thumb {
	/* border-radius: 10px; */
}
.loop-list-style-1 .post-thumb img {
	width: 150px;
	height: 150px;
}
.loop-list-style-1 .post-thumb.post-thumb-big img {
	width: 250px;
	height: 250px;
}

/*CATEGORY PAGES*/
.archive-header h2 {
	font-size: 45px;
	position: relative;
}
.archive-header h2 span.post-count {
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	background: #fff;
	display: inline-block;
	padding: 5px 20px;
	margin-left: 15px;
	border-radius: 30px;
	border: 1px solid #abd7ab;
	color: #98ca98;
}
.archive .loop-list-1 .first-post .img-hover-slide {
	min-height: 400px;
}
.animate-conner-box::after {
	content: " ";
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	bottom: -45px;
	right: -45px;
	border-left: 45px solid #659ec7;
	border-bottom: 45px solid #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.animate-conner:hover .animate-conner-box::after {
	bottom: 0 !important;
	right: 0 !important;
}

/*SINGLE POST*/
.entry-header-1 h1 {
	/* max-width: 70%; */
}
.entry-header-2 h1 {
	max-width: 80%;
	margin: 0 auto;
}
.overflow-hidden {
	overflow: hidden;
}
.font-weight-500 {
	font-weight: 500;
}
.single-sidebar-share {
	position: absolute;
	left: -100px;
}
.single-social-share a {
	background: #ffffff;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15), 0px 3px 8px -2px rgba(0, 0, 0, 0.15);
	display: block;
	font-weight: 500;
}
.single-thumnail .arrow-cover i {
	color: #fff;
}
.single-excerpt p {
	line-height: 1.5;
}
.entry-main-content p {
	line-height: 1.75;
}
.entry-main-content h2 {
	line-height: 1.25;
	margin-top: 30px;
	margin-bottom: 28px;
	font-size: 24px;
}
.entry-main-content h3 {
	font-size: 22px;
}
.entry-main-content h4 {
	font-size: 20px;
}
.entry-main-content p {
	font-size: 18px;
}
.entry-main-content figure {
	margin-bottom: 30px;
	margin-top: 30px;
}
.entry-bottom .tags a {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	border-radius: 30px;
	font-size: 14px;
}
.related-posts .img-hover-slide {
	min-height: 200px;
}
.single-header-2 .single-thumnail {
	min-height: 540px;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.single-header-2 .entry-header-1 {
	padding: 100px;
}
.single-header-3.single-header-2 .entry-header-1 {
	padding: 50px;
}

/*Author box*/
.author-bio {
	text-align: left;
	display: flex;
}
.author-bio .author-image img {
	border-radius: 50%;
	width: 90px;
	height: 90px;
}
.author-bio .author-image {
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	width: 90px;
	height: 90px;
	margin-right: 40px;
}
.author-bio .author-info {
	flex-grow: 1;
}
.author-bio h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.author-bio h5 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
	color: var(--color-black);
}
.author-bio .author-description {
	margin-top: 15px;
	margin-bottom: 15px;
}
.author-bio .author-bio-link {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	margin-right: 20px;
	border-radius: 30px;
	font-size: 14px;
}
.author-bio .author-social {
	display: inline-block;
}
.author-bio .author-social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}
.author-bio .author-social-icons li {
	display: inline-block;
}
.author-bio .author-social-icons li:first-child a {
	margin-left: 0;
}
.author-bio .author-social-icons li a {
	text-align: center;
	font-size: 16px;
	margin-left: -1px;
	padding-top: 0;
	display: block;
	margin-left: 20px;
}
.author-bio .author-social-icons li a i {
	font-size: 14px;
}
.author .author-bio {
	margin: 0;
	padding: 50px;
	border: 0;
	background: #f4f5f9;
	border-radius: 5px;
}

/*comment*/
.comments-area {
	background: transparent;
	border-top: 1px solid #eee;
	padding: 45px 0;
	margin-top: 50px;
}
@media (max-width: 414px) {
	.comments-area {
		padding: 50px 8px;
	}
}
.comments-area h4 {
	margin-bottom: 35px;
	color: #2a2a2a;
	font-size: 18px;
}
.comments-area h5 {
	font-size: 16px;
	margin-bottom: 0px;
}
.comments-area a {
	color: #2a2a2a;
}
.comments-area .comment-list {
	padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
	padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
	padding-left: 25px;
}
.comments-area .thumb {
	margin-right: 20px;
}
.comments-area .thumb img {
	width: 70px;
	border-radius: 50%;
}
.comments-area .date {
	font-size: 14px;
	color: #999999;
	margin-bottom: 0;
	margin-left: 20px;
}
.comments-area .comment {
	margin-bottom: 10px;
	color: #777777;
	font-size: 15px;
}
.comments-area .btn-reply {
	background: #fff;
	color: #9babb6;
	padding: 5px 18px;
	font-size: 12px;
	display: block;
	font-weight: 400;
	border: 1px solid #eee;
	border-radius: 30px;
}
.comment-form {
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin-top: 50px;
}
.comment-form .form-group {
	margin-bottom: 30px;
}
.comment-form h4 {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px;
	color: #2a2a2a;
}
.comment-form .name {
	padding-left: 0px;
}
@media (max-width: 767px) {
	.comment-form .name {
		padding-right: 0px;
		margin-bottom: 1rem;
	}
}
.comment-form .email {
	padding-right: 0px;
}
@media (max-width: 991px) {
	.comment-form .email {
		padding-left: 0px;
	}
}
.form-control {
	border: 1px solid #eee;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent;
	background: #fff;
}
.form-control:focus {
	outline: 0;
	box-shadow: none;
}
.form-control::placeholder {
	font-weight: 300;
	color: #999999;
}
.form-control::placeholder {
	color: #777777;
}
.comment-form textarea {
	padding-top: 18px;
	border-radius: 5px;
	height: 100% !important;
	background: #fff;
}
.comment-form::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 13px;
	color: #777;
}
.comment-form::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 13px;
	color: #777;
}
.comment-form:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 13px;
	color: #777;
}
.comment-form:-moz-placeholder {
	/* Firefox 18- */
	font-size: 13px;
	color: #777;
}
.button-contactForm {
	background: #659ec7;
	color: #fff;
	border-color: #659ec7;
	padding: 12px 25px;
}
.button {
	display: inline-block;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 54px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #659ec7;
	text-transform: uppercase;
	background: #659ec7;
	cursor: pointer;
	transition: all 300ms linear 0s;
}
.button:hover {
	background: #010f22;
	border: 1px solid #010f22;
}

/*post-share-social*/
figure .social-share,
.post-thumb .social-share {
	position: absolute;
	float: left;
	overflow: hidden;
	padding-left: 0;
	bottom: 10px;
	right: 0;
	margin: 0;
	z-index: 200;
}
.animate-conner .post-thumb .social-share {
	right: 35px;
}
figure .social-share li,
.post-thumb .social-share li {
	width: 100%;
	text-align: center;
	max-width: 0px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	float: left;
	margin-left: 5px;
}
figure .social-share li:first-child,
.post-thumb .social-share li:first-child {
	max-width: 30px;
	opacity: 1;
	pointer-events: none;
}
figure .social-share li a,
.post-thumb .social-share li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
}
figure .social-share:hover li:nth-child(1),
.post-thumb .social-share:hover li:nth-child(1) {
	opacity: 0;
	max-width: 0;
}
figure .social-share:hover li,
.post-thumb .social-share:hover li {
	opacity: 1;
	max-width: 30px;
}
figure .social-share:hover li:last-child,
.post-thumb .social-share:hover li:last-child {
	margin-right: 15px;
}
.social-share {
	height: 0;
	transition-duration: 0.2s;
}
.bgcover:hover .social-share,
.post-thumb:hover .social-share {
	height: 30px;
	transition-duration: 0.2s;
}
.post-thumb .social-share li a {
	background: #007aff;
}
.post-thumb .social-share li a.fb {
	background: #3b5999;
}
.post-thumb .social-share li a.tw {
	background: #55acee;
}
.post-thumb .social-share li a.pt {
	background: #bd081c;
}

/*WP STYPE*/
.wp-block-separator {
	border-top: 1px solid #f4f5f9;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
	margin-bottom: 30px;
}
.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: calc((100% - 32px) / 3);
	margin-right: 16px;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
	margin-right: 0;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
	width: calc((100% - 30px) / 6);
	margin-right: 15px;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(5n) {
	margin-right: 0;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: 100%;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover;
}
.wp-block-separator.is-style-dots {
	border: none;
	width: auto;
}
.wp-block-separator.is-style-dots {
	background: none !important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto;
}
.wp-block-separator.is-style-dots::before {
	content: "\00b7 \00b7 \00b7";
	color: currentColor;
	font-size: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif;
}
.wp-block-separator.is-style-dots {
	text-align: center;
	line-height: 1;
}
article blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 0 16px;
	padding: 30px;
	background: #f4f5f9;
	border-radius: 5px;
}
article blockquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 30px;
	line-height: 1.3;
	font-style: normal;
}
.wp-block-image {
	margin-bottom: 30px;
}
.entry-main-content figure.alignleft {
	margin-right: 30px;
	margin-top: 20px;
}
.wp-block-image .alignleft {
	float: left;
	margin-right: 1em;
}
.entry-main-content figure.alignright {
	margin-left: 30px;
	margin-top: 20px;
}
.wp-block-image .alignright {
	float: right;
	margin-left: 1em;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
	display: table-caption;
	caption-side: bottom;
	width: 100%;
}
.wp-block-image figcaption {
	color: #6a6a6a;
	z-index: 1;
	bottom: 0;
	right: 0;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}
.tooltip-inner {
	font-size: 0.7em;
}
table {
	width: 100%;
	margin-bottom: 1.5rem;
	color: #212529;
	border-collapse: collapse;
}
.entry-main-content table td,
.entry-main-content table th,
.comment-content table td,
.comment-content table th {
	padding: 0.5em;
	border: 1px solid #d0d0d0;
}
.entry-main-content dd,
.single-comment dd {
	margin: 0 0 1.65em;
}
.entry-main-content ul {
	list-style: disc;
}
.entry-main-content ul li,
.comment-content ul li {
	list-style: disc inside;
	line-height: 2;
}
.entry-main-content ul li.blocks-gallery-item {
	list-style: none;
}
.entry-main-content li > ul,
.entry-main-content li > ol,
.comment-content li > ul,
.comment-content li > ol {
	padding-left: 2rem;
}
.entry-main-content ol {
	padding-left: 0;
}
ol li {
	list-style: decimal inside;
	width: 100%;
	line-height: 2;
}
pre {
	border: 1px solid #eee;
	font-size: 1em;
	line-height: 1.8;
	margin: 15px 0;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #fff;
	border-radius: 15px;
}

/*custom amine*/
.loader,
.bar {
	width: 100px;
	height: 20px;
}
.bar {
	position: absolute;
	display: flex;
	align-items: center;
}
.bar::before,
.bar::after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: #3fa9f5;
	opacity: 0;
	border-radius: 10px;
	animation: slideleft 3s ease-in-out infinite;
}
.bar1::before {
	animation-delay: 0s;
}
.bar1::after {
	animation-delay: 0.3s;
}
.bar2::before {
	animation-delay: 0.6s;
}
.bar2::after {
	animation-delay: 0.9s;
}
.bar3::before {
	animation-delay: 1.2s;
}
.bar3::after {
	animation-delay: 1.5s;
}
@keyframes slideleft {
	10% {
		opacity: 0;
		transform: scale(0);
		right: 0;
	}
	50% {
		opacity: 1;
		transform: scale(1);
	}
	90% {
		opacity: 0;
		transform: scale(0);
		right: 100%;
	}
}
[data-loader="spinner"] {
	width: 35px;
	height: 35px;
	display: inline-block;
	-webkit-animation: spinner 1.2s infinite ease-in-out;
	-o-animation: spinner 1.2s infinite ease-in-out;
	animation: spinner 1.2s infinite ease-in-out;
	background: url(../imgs/favicon.svg);
	box-shadow: 0 0 10px #fff;
}
@-webkit-keyframes spinner {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		-ms-transform: perspective(120px) rotateX(0) rotateY(0);
		-o-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}
@-moz-keyframes spinner {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		-ms-transform: perspective(120px) rotateX(0) rotateY(0);
		-o-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		-ms-transform: perspective(120px) rotateX(0) rotateY(0);
		-o-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		-ms-transform: perspective(120px) rotateX(0) rotateY(0);
		-o-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	50% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}
	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}
@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.8);
	}
	100% {
		box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
	}
}
@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}
@keyframes jump {
	0% {
		transform: translate3d(0, 50%, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
.jump {
	transform-origin: 0;
	animation: jump 0.5s linear alternate infinite;
}


/***
Styling for widgets

***/

.widget-title span {
	font-weight: 600;
}

.widget-title {
	font-weight: 800;
}

/*Entry meta*/

.entry-meta {
	/* line-height: 1; */
	line-height: normal;
}

.entry-meta.meta-2 .author-img img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.entry-meta.meta-2 .author-name {
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}

.entry-meta .author-add {
	font-size: 12px;
}

.entry-meta.meta-1 span {
	margin-right: 20px;
}

.entry-meta.meta-1 span i {
	margin-right: 3px;
}

.entry-meta.meta-0 span {
	padding: 4px 10px;
	font-size: 11px;
	letter-spacing: 0.8px;
	/* font-weight: bold; */
	text-transform: uppercase;
	border-radius: 30px;
	position: relative;
	display: inline-block;
}

.entry-meta.meta-2 span {
	font-size: 11px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

span.has-dot {
	position: relative;
	padding-left: 10px;
}

span.has-dot::before {
	content: "";
	width: 2px;
	height: 2px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: block;
	left: -3px;
}

.widget-header .widget-title {
	position: relative;
	z-index: 2;
}

/*SLICK SLIDER*/

/*featured-slider-1*/

.slick-slide img {
	max-width: 100%;
	height: auto;
}

.featured-slider-1 {
	background: #fff;
}

.featured-slider-1 .post-title,
.loop-list-1 .first-post .post-title {
	max-width: 75%;
}

.featured-slider-1 .post-title.full-width {
	max-width: 100%;
}

.slider-caption {
	padding: 30px;
}

button.slick-arrow {
	background: none;
	border: 0;
	position: relative;
	padding: 0;
	margin: 0 5px;
}

/*featured-slider-2*/

.featured-slider-2-items .post-thumb .thumb-overlay {
	min-height: 600px;
}

.featured-slider-2 .post-content-overlay {
	position: absolute;
	transition-duration: 0.2s;
	width: 100%;
	top: 200px;
	z-index: 500;
}

.featured-slider-2 .post-content-overlay .post-title {
	max-width: 50%;
}

.featured-slider-2-nav-cover {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}

.featured-slider-2-nav .slick-current img {
	border: 5px solid;
}

.featured-slider-2 .arrow-cover {
	position: absolute;
	left: 0;
	z-index: 300;
}

.featured-slider-2 .arrow-cover i {
	color: #fff;
}

/*widgets-post-carausel-1*/

.editor-picked {
	padding: 30px;
}

a.read-more {
	font-size: 12px;
	border-radius: 30px;
	border: 1px solid #abd7ab;
	padding: 5px 15px;
	color: #98ca98;
	font-weight: 600;
	display: inline-block;
}

/*widgets-post-carausel-2*/

.post-carausel-2 .img-hover-slide {
	min-height: 310px;
}

.slick-dots {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: -30px;
	right: 15px;
}

.slick-dots li {
	margin: 0 2px;
}

.slick-dots button {
	display: block;
	height: 8px;
	width: 8px;
	border: 2px solid #B2B2B2;
	background: transparent;
	text-indent: -9999px;
	padding: 0;
	border-radius: 6px;
}

.slick-dots li.slick-active button {
	width: 20px;
}

/*widgets-post-carausel-3*/

.post-carausel-3 .img-hover-slide {
	min-height: 450px;
}

.post-carausel-3 .thumb-overlay::before {
	border-radius: 0;
}

/*POST MODULES*/

/*Post module 1*/

.post-module-1 .post-content-overlay {
	position: absolute;
	bottom: 15px;
	left: 15px;
	transition-duration: 0.2s;
	padding-right: 15px;
}

.post-module-1 .post-thumb:hover .post-content-overlay {
	bottom: 20px;
	transition-duration: 0.2s;
}

.post-module-1 .list-post .post-thumb {
	width: 130px;
	height: 100px;
}

/*post-module-4*/

.post-module-4 .img-hover-slide {
	height: 570px;
}

.post-module-1.post-module-5 .list-post .post-thumb {
	width: 80px;
	height: 80px;
}

/*post-module-6*/

.last-comment span.item-count {
	margin: 0 15px 0 0;
	text-align: center;
}

.last-comment .author-avatar {
	width: 35px;
	display: block;
	margin-top: 5px
}

/*Post aside 1*/

.post-aside-style-1 .post-thumb {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.post-aside-style-1 .post-thumb img {
	border-radius: 50%;
}

/*Post aside 2*/

.post-aside-style-2 .post-thumb {
	width: 80px;
	height: 80px;
}

.post-aside-style-2 .post-thumb img {
	/* border-radius: 10px; */
}


/*news-flash*/

.news-flash-cover h6 {
	line-height: 24px;
}

/*Sidebar left*/

.sidebar-left .sidebar-widget {
	padding: 20px;
}

/*Top authors*/

.widget-top-auhor a {
	margin: 7px;
	display: inline-block;
	position: relative;
}

.widget-top-auhor a img,
.last-comment img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.widget-top-auhor a.active::after {
	content: "";
	width: 9px;
	height: 9px;
	position: absolute;
	border-radius: 50%;
	background: #72b572;
	border: 1px solid #fff;
	bottom: 0px;
	right: 0px;
}

/*Newsletter*/

.form-newsletter input {
	background: #f7f7f9;
	border: 1px solid #eee;
	border-radius: 30px;
	padding: 0 0 0 15px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	width: 100%;
}

.form-newsletter button {
	background: none;
	border: 0;
	position: absolute;
	top: 7px;
	right: 10px;
	color: #f2546a;
	font-size: 15px;
}

/*Categories*/

.widget_categories li.cat-item,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_nav_menu li {
	text-align: right;
	display: table;
	width: 100%;
}

.widget_categories li.cat-item a,
.widget_archive li a,
.widget_pages li a {
	text-align: left;
	float: left;
	padding: 5px 0;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	/* font-weight: 600; */
}

.text-muted a {
	color: #9babb6;
}

.widget_categories_2 li {
	padding: 10px 0;
}

.widget_categories_2 li>a>span {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: #ecf0f3;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	color: #91a2ae;
	transition-duration: 0.2s;
}

.widget_categories_2 li.active>a,
.widget_categories_2 li:hover>a {
	color: #212d45;
	transition-duration: 0.2s;
}

.widget_categories_2 li.active>a>span,
.widget_categories_2 li:hover>a>span {
	background: #a5a5a5;
	color: #fff;
	transition-duration: 0.2s;
}

/*Weather*/

.widget-weather p {
	margin: 0;
	font-size: 13px;
}

.widget-weather h2 {
	margin: 0;
	font-size: 40px;
	line-height: 1;
}

/*Tab*/

nav.tab-nav {
	position: relative;
	top: 0;
	background: none;
	border-radius: 120px;
	padding: 0 11px;
	border: 0 solid;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border: none;
}

nav.tab-nav .nav-tabs {
	border: none;
}

.tab-nav.style-1 .nav-link.active,
.tab-nav.style-1 .nav-link:hover {
	color: #fff;
}

.tab-nav.style-1 .nav-link {
	display: block;
	padding: 6px 13px;
	border-radius: 30px;
	line-height: 1;
	margin: 0 3px;
}

/*Social network widget*/

.follow-us a {
	display: block;
	padding: 12px 13px;
	color: #fff;
	width: 50%;
	border-radius: 5px;
	font-size: 15px;
	overflow: hidden;
	height: 46px;
}

.follow-us a .social-count {
	font-weight: bold;
}

.follow-us i.v-align-space {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 8px;
	line-height: 1;
}

.follow-us .social-icon {
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.follow-us a:hover i {
	-webkit-transform: translateY(-35px) !important;
	-ms-transform: translateY(-35px) !important;
	transform: translateY(-35px) !important;
}

.follow-us a i {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .2s cubic-bezier(.65, .23, .31, .88);
	-o-transition: .2s cubic-bezier(.65, .23, .31, .88);
	transition: .2s cubic-bezier(.65, .23, .31, .88);
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}

.follow-us a i.nth-2 {
	position: absolute;
	top: 38px;
	left: 0;
}

/*Widget About*/

.about-author-img {
	border-radius: 50%;
	width: 52px;
	height: 52px;
}

.post-format-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: #ecf0f3;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	color: #91a2ae;
}

/*Videos*/

.video-area {
	background-image: url(../imgs/bg-20.png);
	background-repeat: no-repeat;
	background-color: #021228;
	background-position: left center;
	color: #8b8cb3;
}

.video-area .letter-background,
.footer-area .letter-background {
	color: rgba(255, 255, 255, 0.2);
}

.play_btn a {
	color: #212d45;
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 29px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	background: rgba(255, 255, 255, 1);
	display: block;
}

.play_btn.play_btn_small a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
}

.play_btn.play_btn_small a i {
	margin-right: -3px;
}

/*Taber*/

.widget-taber a.nav-link {
	font-size: 14px;
	padding: 4px 15px 0 0;
	float: left;
	position: relative;
}

.widget-taber a.nav-link.active {
	font-size: 18px;
	padding-top: 0;
	padding-left: 15px;
}

.widget-taber a.nav-link.active::before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -4px;
	animation: shadow-pulse 1s infinite;
}

.widget-taber nav.tab-nav {
	padding: 0;
}

.widget-taber-content {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

/*Tag close*/

.tagcloud a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 15px;
	display: inline-block;
	background: #f7f8f9;
	border-radius: 30px;
	margin: 0 5px 10px 0;
	color: #9babb6;
}

/*BORDER RADIUS DECLARE*/

.border-radius-2 {
	border-radius: 2px;
	overflow: hidden;
}

.border-radius-5 {
	border-radius: 5px;
	overflow: hidden;
}

.border-radius-10 {
	border-radius: 10px;
	overflow: hidden;
}

.border-radius-15 {
	border-radius: 15px;
	overflow: hidden;
}

.border-radius-20 {
	border-radius: 20px;
	overflow: hidden;
}

/*PADDING AND MARGIN DECLARE*/

.mt-5 {
	margin-top: 5px !important
}

.mt-10 {
	margin-top: 10px !important
}

.mt-15 {
	margin-top: 15px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mt-25 {
	margin-top: 25px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mt-35 {
	margin-top: 35px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-45 {
	margin-top: 45px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mt-55 {
	margin-top: 55px !important
}

.mt-60 {
	margin-top: 60px !important
}

.mt-65 {
	margin-top: 65px !important
}

.mt-70 {
	margin-top: 70px !important
}

.mt-75 {
	margin-top: 75px !important
}

.mt-80 {
	margin-top: 80px !important
}

.mt-85 {
	margin-top: 85px !important
}

.mt-90 {
	margin-top: 90px !important
}

.mt-95 {
	margin-top: 95px !important
}

.mt-100 {
	margin-top: 100px !important
}

.mt-105 {
	margin-top: 105px !important
}

.mt-110 {
	margin-top: 110px !important
}

.mt-115 {
	margin-top: 115px !important
}

.mt-120 {
	margin-top: 120px !important
}

.mt-125 {
	margin-top: 125px !important
}

.mt-130 {
	margin-top: 130px !important
}

.mt-135 {
	margin-top: 135px !important
}

.mt-140 {
	margin-top: 140px !important
}

.mt-145 {
	margin-top: 145px !important
}

.mt-150 {
	margin-top: 150px !important
}

.mt-155 {
	margin-top: 155px !important
}

.mt-160 {
	margin-top: 160px !important
}

.mt-165 {
	margin-top: 165px !important
}

.mt-170 {
	margin-top: 170px !important
}

.mt-175 {
	margin-top: 175px !important
}

.mt-180 {
	margin-top: 180px !important
}

.mt-185 {
	margin-top: 185px !important
}

.mt-190 {
	margin-top: 190px !important
}

.mt-195 {
	margin-top: 195px !important
}

.mt-200 {
	margin-top: 200px !important
}

.mb-5 {
	margin-bottom: 5px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.mb-15 {
	margin-bottom: 15px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-25 {
	margin-bottom: 25px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-35 {
	margin-bottom: 35px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.mb-45 {
	margin-bottom: 45px !important
}

.mb-50 {
	margin-bottom: 50px !important
}

.mb-55 {
	margin-bottom: 55px !important
}

.mb-60 {
	margin-bottom: 60px !important
}

.mb-65 {
	margin-bottom: 65px !important
}

.mb-70 {
	margin-bottom: 70px !important
}

.mb-75 {
	margin-bottom: 75px !important
}

.mb-80 {
	margin-bottom: 80px !important
}

.mb-85 {
	margin-bottom: 85px !important
}

.mb-90 {
	margin-bottom: 90px !important
}

.mb-95 {
	margin-bottom: 95px !important
}

.mb-100 {
	margin-bottom: 100px !important
}

.mb-105 {
	margin-bottom: 105px !important
}

.mb-110 {
	margin-bottom: 110px !important
}

.mb-115 {
	margin-bottom: 115px !important
}

.mb-120 {
	margin-bottom: 120px !important
}

.mb-125 {
	margin-bottom: 125px !important
}

.mb-130 {
	margin-bottom: 130px !important
}

.mb-135 {
	margin-bottom: 135px !important
}

.mb-140 {
	margin-bottom: 140px !important
}

.mb-145 {
	margin-bottom: 145px !important
}

.mb-150 {
	margin-bottom: 150px !important
}

.mb-155 {
	margin-bottom: 155px !important
}

.mb-160 {
	margin-bottom: 160px !important
}

.mb-165 {
	margin-bottom: 165px !important
}

.mb-170 {
	margin-bottom: 170px !important
}

.mb-175 {
	margin-bottom: 175px !important
}

.mb-180 {
	margin-bottom: 180px !important
}

.mb-185 {
	margin-bottom: 185px !important
}

.mb-190 {
	margin-bottom: 190px !important
}

.mb-195 {
	margin-bottom: 195px !important
}

.mb-200 {
	margin-bottom: 200px !important
}

.ml-5 {
	margin-left: 5px !important
}

.ml-10 {
	margin-left: 10px !important
}

.ml-15 {
	margin-left: 15px !important
}

.ml-20 {
	margin-left: 20px !important
}

.ml-25 {
	margin-left: 25px !important
}

.ml-30 {
	margin-left: 30px !important
}

.ml-35 {
	margin-left: 35px !important
}

.ml-40 {
	margin-left: 40px !important
}

.ml-45 {
	margin-left: 45px !important
}

.ml-50 {
	margin-left: 50px !important
}

.ml-55 {
	margin-left: 55px !important
}

.ml-60 {
	margin-left: 60px !important
}

.ml-65 {
	margin-left: 65px !important
}

.ml-70 {
	margin-left: 70px !important
}

.ml-75 {
	margin-left: 75px !important
}

.ml-80 {
	margin-left: 80px !important
}

.ml-85 {
	margin-left: 85px !important
}

.ml-90 {
	margin-left: 90px !important
}

.ml-95 {
	margin-left: 95px !important
}

.ml-100 {
	margin-left: 100px !important
}

.ml-105 {
	margin-left: 105px !important
}

.ml-110 {
	margin-left: 110px !important
}

.ml-115 {
	margin-left: 115px !important
}

.ml-120 {
	margin-left: 120px !important
}

.ml-125 {
	margin-left: 125px !important
}

.ml-130 {
	margin-left: 130px !important
}

.ml-135 {
	margin-left: 135px !important
}

.ml-140 {
	margin-left: 140px !important
}

.ml-145 {
	margin-left: 145px !important
}

.ml-150 {
	margin-left: 150px !important
}

.ml-155 {
	margin-left: 155px !important
}

.ml-160 {
	margin-left: 160px !important
}

.ml-165 {
	margin-left: 165px !important
}

.ml-170 {
	margin-left: 170px !important
}

.ml-175 {
	margin-left: 175px !important
}

.ml-180 {
	margin-left: 180px !important
}

.ml-185 {
	margin-left: 185px !important
}

.ml-190 {
	margin-left: 190px !important
}

.ml-195 {
	margin-left: 195px !important
}

.ml-200 {
	margin-left: 200px !important
}

.mr-5 {
	margin-right: 5px !important
}

.mr-10 {
	margin-right: 10px !important
}

.mr-15 {
	margin-right: 15px !important
}

.mr-20 {
	margin-right: 20px !important
}

.mr-25 {
	margin-right: 25px !important
}

.mr-30 {
	margin-right: 30px !important
}

.mr-35 {
	margin-right: 35px !important
}

.mr-40 {
	margin-right: 40px !important
}

.mr-45 {
	margin-right: 45px !important
}

.mr-50 {
	margin-right: 50px !important
}

.mr-55 {
	margin-right: 55px !important
}

.mr-60 {
	margin-right: 60px !important
}

.mr-65 {
	margin-right: 65px !important
}

.mr-70 {
	margin-right: 70px !important
}

.mr-75 {
	margin-right: 75px !important
}

.mr-80 {
	margin-right: 80px !important
}

.mr-85 {
	margin-right: 85px !important
}

.mr-90 {
	margin-right: 90px !important
}

.mr-95 {
	margin-right: 95px !important
}

.mr-100 {
	margin-right: 100px !important
}

.mr-105 {
	margin-right: 105px !important
}

.mr-110 {
	margin-right: 110px !important
}

.mr-115 {
	margin-right: 115px !important
}

.mr-120 {
	margin-right: 120px !important
}

.mr-125 {
	margin-right: 125px !important
}

.mr-130 {
	margin-right: 130px !important
}

.mr-135 {
	margin-right: 135px !important
}

.mr-140 {
	margin-right: 140px !important
}

.mr-145 {
	margin-right: 145px !important
}

.mr-150 {
	margin-right: 150px !important
}

.mr-155 {
	margin-right: 155px !important
}

.mr-160 {
	margin-right: 160px !important
}

.mr-165 {
	margin-right: 165px !important
}

.mr-170 {
	margin-right: 170px !important
}

.mr-175 {
	margin-right: 175px !important
}

.mr-180 {
	margin-right: 180px !important
}

.mr-185 {
	margin-right: 185px !important
}

.mr-190 {
	margin-right: 190px !important
}

.mr-195 {
	margin-right: 195px !important
}

.mr-200 {
	margin-right: 200px !important
}

.p-5 {
	padding: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-5 {
	padding-top: 5px !important
}

.pt-10 {
	padding-top: 10px !important
}

.pt-15 {
	padding-top: 15px !important
}

.pt-20 {
	padding-top: 20px !important
}

.pt-25 {
	padding-top: 25px !important
}

.pt-30 {
	padding-top: 30px !important
}

.pt-35 {
	padding-top: 35px !important
}

.pt-40 {
	padding-top: 40px !important
}

.pt-45 {
	padding-top: 45px !important
}

.pt-50 {
	padding-top: 50px !important
}

.pt-55 {
	padding-top: 55px !important
}

.pt-60 {
	padding-top: 60px !important
}

.pt-65 {
	padding-top: 65px !important
}

.pt-70 {
	padding-top: 70px !important
}

.pt-75 {
	padding-top: 75px !important
}

.pt-80 {
	padding-top: 80px !important
}

.pt-85 {
	padding-top: 85px !important
}

.pt-90 {
	padding-top: 90px !important
}

.pt-95 {
	padding-top: 95px !important
}

.pt-100 {
	padding-top: 100px !important
}

.pt-105 {
	padding-top: 105px !important
}

.pt-110 {
	padding-top: 110px !important
}

.pt-115 {
	padding-top: 115px !important
}

.pt-120 {
	padding-top: 120px !important
}

.pt-125 {
	padding-top: 125px !important
}

.pt-130 {
	padding-top: 130px !important
}

.pt-135 {
	padding-top: 135px !important
}

.pt-140 {
	padding-top: 140px !important
}

.pt-145 {
	padding-top: 145px !important
}

.pt-150 {
	padding-top: 150px !important
}

.pt-155 {
	padding-top: 155px !important
}

.pt-160 {
	padding-top: 160px !important
}

.pt-165 {
	padding-top: 165px !important
}

.pt-170 {
	padding-top: 170px !important
}

.pt-175 {
	padding-top: 175px !important
}

.pt-180 {
	padding-top: 180px !important
}

.pt-185 {
	padding-top: 185px !important
}

.pt-190 {
	padding-top: 190px !important
}

.pt-195 {
	padding-top: 195px !important
}

.pt-200 {
	padding-top: 200px !important
}

.pt-260 {
	padding-top: 260px !important
}

.pb-5 {
	padding-bottom: 5px !important
}

.pb-10 {
	padding-bottom: 10px !important
}

.pb-15 {
	padding-bottom: 15px !important
}

.pb-20 {
	padding-bottom: 20px !important
}

.pb-25 {
	padding-bottom: 25px !important
}

.pb-30 {
	padding-bottom: 30px !important
}

.pb-35 {
	padding-bottom: 35px !important
}

.pb-40 {
	padding-bottom: 40px !important
}

.pb-45 {
	padding-bottom: 45px !important
}

.pb-50 {
	padding-bottom: 50px !important
}

.pb-55 {
	padding-bottom: 55px !important
}

.pb-60 {
	padding-bottom: 60px !important
}

.pb-65 {
	padding-bottom: 65px !important
}

.pb-70 {
	padding-bottom: 70px !important
}

.pb-75 {
	padding-bottom: 75px !important
}

.pb-80 {
	padding-bottom: 80px !important
}

.pb-85 {
	padding-bottom: 85px !important
}

.pb-90 {
	padding-bottom: 90px !important
}

.pb-95 {
	padding-bottom: 95px !important
}

.pb-100 {
	padding-bottom: 100px !important
}

.pb-105 {
	padding-bottom: 105px !important
}

.pb-110 {
	padding-bottom: 110px !important
}

.pb-115 {
	padding-bottom: 115px !important
}

.pb-120 {
	padding-bottom: 120px !important
}

.pb-125 {
	padding-bottom: 125px !important
}

.pb-130 {
	padding-bottom: 130px !important
}

.pb-135 {
	padding-bottom: 135px !important
}

.pb-140 {
	padding-bottom: 140px !important
}

.pb-145 {
	padding-bottom: 145px !important
}

.pb-150 {
	padding-bottom: 150px !important
}

.pb-155 {
	padding-bottom: 155px !important
}

.pb-160 {
	padding-bottom: 160px !important
}

.pb-165 {
	padding-bottom: 165px !important
}

.pb-170 {
	padding-bottom: 170px !important
}

.pb-175 {
	padding-bottom: 175px !important
}

.pb-180 {
	padding-bottom: 180px !important
}

.pb-185 {
	padding-bottom: 185px !important
}

.pb-190 {
	padding-bottom: 190px !important
}

.pb-195 {
	padding-bottom: 195px !important
}

.pb-200 {
	padding-bottom: 200px !important
}

.pl-5 {
	padding-left: 5px !important
}

.pl-10 {
	padding-left: 10px !important
}

.pl-15 {
	padding-left: 15px !important
}

.pl-20 {
	padding-left: 20px !important
}

.pl-25 {
	padding-left: 25px !important
}

.pl-30 {
	padding-left: 30px !important
}

.pl-35 {
	padding-left: 35px !important
}

.pl-40 {
	padding-left: 40px !important
}

.pl-45 {
	padding-left: 45px !important
}

.pl-50 {
	padding-left: 50px !important
}

.pl-55 {
	padding-left: 55px !important
}

.pl-60 {
	padding-left: 60px !important
}

.pl-65 {
	padding-left: 65px !important
}

.pl-70 {
	padding-left: 70px !important
}

.pl-75 {
	padding-left: 75px !important
}

.pl-80 {
	padding-left: 80px !important
}

.pl-85 {
	padding-left: 85px !important
}

.pl-90 {
	padding-left: 90px !important
}

.pl-95 {
	padding-left: 95px !important
}

.pl-100 {
	padding-left: 100px !important
}

.pl-105 {
	padding-left: 105px !important
}

.pl-110 {
	padding-left: 110px !important
}

.pl-115 {
	padding-left: 115px !important
}

.pl-120 {
	padding-left: 120px !important
}

.pl-125 {
	padding-left: 125px !important
}

.pl-130 {
	padding-left: 130px !important
}

.pl-135 {
	padding-left: 135px !important
}

.pl-140 {
	padding-left: 140px !important
}

.pl-145 {
	padding-left: 145px !important
}

.pl-150 {
	padding-left: 150px !important
}

.pl-155 {
	padding-left: 155px !important
}

.pl-160 {
	padding-left: 160px !important
}

.pl-165 {
	padding-left: 165px !important
}

.pl-170 {
	padding-left: 170px !important
}

.pl-175 {
	padding-left: 175px !important
}

.pl-180 {
	padding-left: 180px !important
}

.pl-185 {
	padding-left: 185px !important
}

.pl-190 {
	padding-left: 190px !important
}

.pl-195 {
	padding-left: 195px !important
}

.pl-200 {
	padding-left: 200px !important
}

.pr-5 {
	padding-right: 5px !important
}

.pr-10 {
	padding-right: 10px !important
}

.pr-15 {
	padding-right: 15px !important
}

.pr-20 {
	padding-right: 20px !important
}

.pr-25 {
	padding-right: 25px !important
}

.pr-30 {
	padding-right: 30px !important
}

.pr-35 {
	padding-right: 35px !important
}

.pr-40 {
	padding-right: 40px !important
}

.pr-45 {
	padding-right: 45px !important
}

.pr-50 {
	padding-right: 50px !important
}

.pr-55 {
	padding-right: 55px !important
}

.pr-60 {
	padding-right: 60px !important
}

.pr-65 {
	padding-right: 65px !important
}

.pr-70 {
	padding-right: 70px !important
}

.pr-75 {
	padding-right: 75px !important
}

.pr-80 {
	padding-right: 80px !important
}

.pr-85 {
	padding-right: 85px !important
}

.pr-90 {
	padding-right: 90px !important
}

.pr-95 {
	padding-right: 95px !important
}

.pr-100 {
	padding-right: 100px !important
}

.pr-105 {
	padding-right: 105px !important
}

.pr-110 {
	padding-right: 110px !important
}

.pr-115 {
	padding-right: 115px !important
}

.pr-120 {
	padding-right: 120px !important
}

.pr-125 {
	padding-right: 125px !important
}

.pr-130 {
	padding-right: 130px !important
}

.pr-135 {
	padding-right: 135px !important
}

.pr-140 {
	padding-right: 140px !important
}

.pr-145 {
	padding-right: 145px !important
}

.pr-150 {
	padding-right: 150px !important
}

.pr-155 {
	padding-right: 155px !important
}

.pr-160 {
	padding-right: 160px !important
}

.pr-165 {
	padding-right: 165px !important
}

.pr-170 {
	padding-right: 170px !important
}

.pr-175 {
	padding-right: 175px !important
}

.pr-180 {
	padding-right: 180px !important
}

.pr-185 {
	padding-right: 185px !important
}

.pr-190 {
	padding-right: 190px !important
}

.pr-195 {
	padding-right: 195px !important
}

.pr-200 {
	padding-right: 200px !important
}

.bt-1 {
	border-top: 1px solid;
}

.accordion-wrapper .card-header button {
	padding: 0 0 0 1.1rem;
	cursor: pointer;
	width: 100%;
	margin: 0;
	border: 0;
	color: #659ec7;
	transition: all 150ms ease-in-out;
	background: none;
}

.accordion-wrapper .card-header button:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    content: "\f077";
    font-size: 0.85rem;
		font-weight: bold;
    width: 1rem;
    margin-top: 0.15rem;
    margin-left: -0.3rem;
    display: inline-block;
		color: #659ec7;
		left: 1.15rem;
}
.accordion-wrapper .card-header button.collapsed:before {
    content: "\f078";
}

.widget-sidebar-scroll ul.list-post{
	overflow-y:scroll;
	max-height:400px;
}
