/***
 Theme Name: Flow
 Theme URI: http://demos.alithemes.com/html/flow
 Description: Personal Blog HTML Template
 Author: alithemes.com
 Author URI: http://alithemes.com
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
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
***/

/* Import third party CSS library */
/*Google fonts
	font-family: 'Poppins', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');

:root {
	--color-mode: "light";
	--color-brand-1: #ffcda3;
	--color-brand-2: #fce2ce;
	--color-brand-3: #ffede5;
	--color-brand-4: #fff5ef;
	--color-primary: #87c6e3;
	--color-secondary: #455265;
	--color-success: #76e1c6;
	--color-danger: #f0a9a9;
	--color-warning: #e6bf7e;
	--color-info: #58c1c8;
	--color-grey-900: #101010;
	--color-grey-700: #252627;
	--color-grey-400: #363738;
	--color-grey-100: #9c9c9c;
	--color-light: #F3F3F3;
	--color-dark: #111111;
	--color-link: #222831;
	--color-muted: #222831;
	--color-white: #FFFFFF;
	--card-bg: #FFFFFF;
	--input-bg: #f3f4f5;
	--primary-border-color: #9b9b9b;
	--secondary-border-color: #f0f8ff;
	--mutted-border-color: #eaecee;
	--box-shadow-normal: 30px 30px 64px rgba(0, 0, 0, 0.03);
	--box-shadow-hover: 30px 30px 64px rgba(0, 0, 0, 0.05);
	--button-shadow-color-normal: 14px 14px 36px rgba(85, 85, 85, 0.1);
	--button-shadow-color-hover: 14px 14px 36px rgba(85, 85, 85, 0.3);
	--font-body: 'Source Sans Pro', sans-serif;
	--font-heading: 'Source Sans Pro', sans-serif;
}

[data-bs-theme=dark] {
	--color-mode: "dark";
	--color-brand-1: #d4a574;
	--color-brand-2: #c4976a;
	--color-brand-3: #4f423f;
	--color-brand-4: #26221d;
	--color-primary: #5ba3cc;
	--color-secondary: #8a9baf;
	--color-success: #4db396;
	--color-danger: #d17b7b;
	--color-warning: #c4a050;
	--color-info: #3a9ba2;
	--color-grey-900: #f5f5f5;
	--color-grey-700: #e0e0e0;
	--color-grey-400: #c0c0c0;
	--color-grey-100: #707070;
	--color-light: #2a2a2a;
	--color-dark: #f0f0f0;
	--color-dark-changeless: #111111;
	--color-link: #e0e0e0;
	--color-muted: #a0a0a0;
	--color-white: #1a1a1a;
	--color-white-changeless: #ffffff;
	--card-bg: #1d1d1d;
	--input-bg: #1d1d1d;
	--primary-border-color: #4a4a4a;
	--secondary-border-color: #333333;
	--mutted-border-color: #3a3a3a;
	--box-shadow-normal: 0px 0px 0px rgba(255, 255, 255, 0.02);
	--box-shadow-hover: 0px 0px 0px rgba(255, 255, 255, 0.04);
	--button-shadow-color-normal: 0px 0px 0px rgba(255, 255, 255, 0.05);
	--button-shadow-color-hover: 0px 0px 0px rgba(255, 255, 255, 0.1);
}

[data-bs-theme=dark] .reverse {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	-o-filter: invert(100%);
	filter: invert(100%);
}

[data-bs-theme=dark] .search-icon svg path {
	stroke: #f5f5f5;
}

[data-bs-theme=dark] .bg-dark {
	background-color: var(--color-white) !important;
}

[data-bs-theme=dark] .tag-category.text-dark {
	color: var(--color-white) !important;
}

[data-bs-theme=dark] .flow-arrow-left {
	background-image: url(../imgs/theme/svg/arrow-left-circle-white.svg);
}

[data-bs-theme=dark] .flow-arrow-right {
	background-image: url(../imgs/theme/svg/arrow-right-circle-white.svg);
}

[data-bs-theme=dark] .bg-dark-changeless {
	background-color: var(--color-dark-changeless) !important;
}

[data-bs-theme=dark] .text-white.changeless {
	color: #fff !important;
}

[data-bs-theme=dark] .scroll-progress {
	background-color: #4f4f4f !important;
}

[data-bs-theme=dark] .bg-dark.changeless {
	background-color: var(--color-dark-changeless) !important;
}

[data-bs-theme=dark] .text-white.changeless {
	color: var(--color-white-changeless) !important;
}

[data-bs-theme=dark] .box-shadow {
	box-shadow: none !important;
}

[data-bs-theme=dark] .loop-list-style-1 article {
	border: 1px solid var(--mutted-border-color);
}

[data-bs-theme=dark] .bg-primary {
	background-color: var(--color-brand-1) !important;
}

.position-relative {
	position: relative !important;
}

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

/*Bootstrap color customize*/
.text-primary {
	color: var(--color-primary) !important;
}

.text-secondary {
	color: var(--color-secondary) !important;
}

.text-success {
	color: var(--color-success) !important;
}

.text-danger {
	color: var(--color-danger) !important;
}

.text-warning {
	color: var(--color-warning) !important;
}

.text-info {
	color: var(--color-info) !important;
}

.text-light {
	color: var(--color-light) !important;
}

.text-dark {
	color: var(--color-dark) !important;
}

.text-muted,
.text-muted a {
	color: var(--color-muted) !important;
}

.text-white {
	color: var(--color-white) !important;
}

.text-grey-900 {
	color: var(--color-grey-900)
}

.text-grey-700 {
	color: var(--color-grey-700)
}

.text-grey-400 {
	color: var(--color-grey-400)
}

.text-grey-100 {
	color: var(--color-grey-100)
}

.text-brand {
	color: var(--color-brand-1)
}

.bg-primary {
	background-color: var(--color-primary) !important;
}

.bg-secondary {
	background-color: var(--color-secondary) !important;
}

.bg-success {
	background-color: var(--color-success) !important;
}

.bg-brand-1 {
	background-color: var(--color-brand-1) !important;
}

.bg-brand-2 {
	background-color: var(--color-brand-2) !important;
}

.bg-brand-3 {
	background-color: var(--color-brand-3) !important;
}

.bg-brand-4 {
	background-color: var(--color-brand-4) !important;
}

.bg-danger {
	background-color: var(--color-danger) !important;
}

.bg-warning {
	background-color: var(--color-warning) !important;
}

.bg-info {
	background-color: var(--color-info) !important;
}

.bg-grey-900 {
	background-color: var(--color-grey-900) !important;
}

.bg-grey-700 {
	background-color: var(--color-grey-700) !important;
}

.bg-grey-400 {
	background-color: var(--color-grey-400) !important;
}

.bg-grey-100 {
	background-color: var(--color-grey-100) !important;
}

.bg-muted {
	background-color: var(--color-muted) !important;
}

.bg-dark {
	background-color: var(--color-dark) !important;
}

.bg-white {
	background-color: var(--color-white) !important;
}

.bg-primary {
	background-color: var(--color-dark) !important;
}

.bg-transparent {
	background: transparent !important;
}

.btn-primary {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.btn-secondary {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}

.btn-success {
	background-color: var(--color-success);
	border-color: var(--color-success);
}

.btn-danger {
	background-color: var(--color-danger);
	border-color: var(--color-danger);
}

.btn-warning {
	background-color: var(--color-warning);
	border-color: var(--color-warning);
}

.btn-info {
	background-color: var(--color-info);
	border-color: var(--color-info);
}

.form-control:focus {
	outline: none;
	border-color: var(--mutted-border-color);
}


.btn {
	text-align: center;
	white-space: nowrap;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1rem;
}

.text-center {
	text-align: center !important;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.input-group-append {
	display: inline-block;
	vertical-align: super;
	font-size: 0.95rem;
	top: 0;
	margin-left: .5rem;
	position: relative;
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: var(--card-bg);
	background-clip: padding-box;
	border: 1px solid var(--mutted-border-color);
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.w-100 {
	width: 100% !important;
}

.input-group {
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	align-items: center;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: var(--color-danger) !important;
}

.border-radius-3 {
	border-radius: 3px;
}

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

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

.btn-md {
	padding: 17px 21px;
	border-radius: 10px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.btn-lg {
	padding: 21px 24px;
	border-radius: 10px;
	line-height: 1;
	font-weight: 700;
	font-size: 16px;
}

.hover-up-3 {
	transition: 0.2s;
}

.hover-up-3:hover {
	transform: translateY(-3px);
	transition: 0.2s;
}

.box-shadow {
	box-shadow: var(--box-shadow-normal);
}

.box-shadow:hover {
	box-shadow: var(--box-shadow-hover);
}

.button-shadow {
	box-shadow: var(--button-shadow-color-normal);
}

.button-shadow:hover {
	box-shadow: var(--button-shadow-color-hover);
}

/* GENERAL */
body {
	font-family: var(--font-body);
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	position: relative;
	background-color: var(--color-white);
	color: var(--color-grey-900);
	margin: 0;
}


body main {
	position: relative;
	overflow: hidden;
}

::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: .5rem;
}

.font-heading {
	font-weight: 700;
	font-family: var(--font-heading);
}

.display-1 {
	font-family: var(--font-heading);
	font-size: 96px;
	line-height: 144px;
	letter-spacing: -0.04px;
	font-weight: 700;
}

.display-2 {
	font-family: var(--font-heading);
	font-size: 72px;
	line-height: 108px;
	letter-spacing: 0;
	font-weight: 600;
}

h1 {
	font-size: 56px;
	line-height: 72px;
}

h2 {
	font-size: 48px;
	line-height: 64px;
}

h3 {
	font-size: 36px;
	line-height: 48px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.2em;
	font-weight: 400;
	color: var(--color-grey-700)
}

.img {
	max-width: 100%;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}

.img-circle {
	border-radius: 50%;
}

.hr {
	height: 1px;
	width: 100%;
	background: var(--mutted-border-color);
}

.overflow-hidden {
	overflow: hidden
}

.clear {
	clear: both
}

a,
.button {
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}

*:focus {
	text-decoration: none;
	outline: none
}

a {
	color: var(--color-link);
}

a:hover {
	color: var(--color-grey-400);
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none
}

.transition-02s,
.transition-02s:hover {
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
	outline: none !important;
	box-shadow: none;
}

input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .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 var(--mutted-border-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0
}

img,
image,
video {
	max-width: 100%;
}

ul {
	padding: 0;
	margin: 0;
}

figure {
	position: relative;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

::placeholder {
	color: #838383
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px
}

.font-xs {
	font-size: 12px;
}

.font-sm {
	font-size: 14px;
}

.font-md {
	font-size: 16px;
}

.font-lg {
	font-size: 20px;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-ultra {
	font-weight: 900;
}

.has-top-border,
.separator {
	border-top: 1px solid rgb(225, 225, 255);
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.btn {
	transition: 0.2s;
}

.btn:hover {
	transform: translateY(-3px);
	transition: 0.2s;
}

#scrollUp {
	right: 31px;
	bottom: 18px;
	font-size: 22px;
	transition: 0.2s;
}

#scrollUp:hover {
	transition: 0.2s;
	transform: translateY(-3px);
}

.img-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.font-weight-900 {
	font-weight: 900
}

.has-border {
	border: 1px solid var(--mutted-border-color)
}

.svg-icon-24 {
	height: 24px;
}

/*loader 2*/

.loader-2 {
	--dur: 2s;
	display: block;
	margin: auto;
	width: 3em;
	height: auto;
}

.loader__glare-top,
.loader__glare-bottom,
.loader__model,
.loader__motion-thick,
.loader__motion-medium,
.loader__motion-thin,
.loader__sand-drop,
.loader__sand-fill,
.loader__sand-grain-left,
.loader__sand-grain-right,
.loader__sand-line-left,
.loader__sand-line-right,
.loader__sand-mound-top,
.loader__sand-mound-bottom {
	animation-duration: var(--dur);
	animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
	animation-iteration-count: infinite;
}

.loader__glare-top {
	animation-name: glare-top;
}

.loader__glare-bottom {
	animation-name: glare-bottom;
}

.loader__model {
	animation-name: loader-flip;
	transform-origin: 12.25px 16.75px;
}

.loader__motion-thick,
.loader__motion-medium,
.loader__motion-thin {
	transform-origin: 26px 26px;
}

.loader__motion-thick {
	animation-name: motion-thick;
}

.loader__motion-medium {
	animation-name: motion-medium;
}

.loader__motion-thin {
	animation-name: motion-thin;
}

.loader__sand-drop {
	animation-name: sand-drop;
}

.loader__sand-fill {
	animation-name: sand-fill;
}

.loader__sand-grain-left {
	animation-name: sand-grain-left;
}

.loader__sand-grain-right {
	animation-name: sand-grain-right;
}

.loader__sand-line-left {
	animation-name: sand-line-left;
}

.loader__sand-line-right {
	animation-name: sand-line-right;
}

.loader__sand-mound-top {
	animation-name: sand-mound-top;
}

.loader__sand-mound-bottom {
	animation-name: sand-mound-bottom;
	transform-origin: 12.25px 31.5px;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue), 90%, 10%);
		--fg: hsl(var(--hue), 90%, 90%);
	}
}

/* Animation */
@keyframes loader-flip {
	from {
		transform: translate(13.75px, 9.25px) rotate(-180deg);
	}

	24%,
	to {
		transform: translate(13.75px, 9.25px) rotate(0);
	}
}

@keyframes glare-top {
	from {
		stroke: rgba(255, 255, 255, 0);
	}

	24%,
	to {
		stroke: white;
	}
}

@keyframes glare-bottom {
	from {
		stroke: white;
	}

	24%,
	to {
		stroke: rgba(255, 255, 255, 0);
	}
}

@keyframes motion-thick {
	from {
		animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
		stroke: rgba(255, 255, 255, 0);
		stroke-dashoffset: 153.94;
		transform: rotate(0.67turn);
	}

	20% {
		animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
		stroke: rgb(32, 32, 32);
		stroke-dashoffset: 141.11;
		transform: rotate(1turn);
	}

	40%,
	to {
		stroke: rgba(255, 255, 255, 0);
		stroke-dashoffset: 153.94;
		transform: rotate(1.33turn);
	}
}

@keyframes motion-medium {

	from,
	8% {
		animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
		stroke: rgba(255, 255, 255, 0);
		stroke-dashoffset: 153.94;
		transform: rotate(0.5turn);
	}

	20% {
		animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
		stroke: white;
		stroke-dashoffset: 147.53;
		transform: rotate(0.83turn);
	}

	32%,
	to {
		stroke: rgba(255, 255, 255, 0);
		stroke-dashoffset: 153.94;
		transform: rotate(1.17turn);
	}
}

@keyframes motion-thin {

	from,
	4% {
		animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
		stroke: rgba(255, 255, 255, 0);
		stroke-dashoffset: 153.94;
		transform: rotate(0.33turn);
	}

	24% {
		animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
		stroke: rgb(53, 53, 53);
		stroke-dashoffset: 134.7;
		transform: rotate(0.67turn);
	}

	44%,
	to {
		stroke: rgba(255, 255, 255, 0);
		stroke-dashoffset: 153.94;
		transform: rotate(1turn);
	}
}

@keyframes sand-drop {

	from,
	10% {
		animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
		stroke-dashoffset: 1;
	}

	70%,
	to {
		stroke-dashoffset: -107;
	}
}

@keyframes sand-fill {

	from,
	10% {
		animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
		stroke-dashoffset: 55;
	}

	70%,
	to {
		stroke-dashoffset: -54;
	}
}

@keyframes sand-grain-left {

	from,
	10% {
		animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
		stroke-dashoffset: 29;
	}

	70%,
	to {
		stroke-dashoffset: -22;
	}
}

@keyframes sand-grain-right {

	from,
	10% {
		animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
		stroke-dashoffset: 27;
	}

	70%,
	to {
		stroke-dashoffset: -24;
	}
}

@keyframes sand-line-left {

	from,
	10% {
		animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
		stroke-dashoffset: 53;
	}

	70%,
	to {
		stroke-dashoffset: -55;
	}
}

@keyframes sand-line-right {

	from,
	10% {
		animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
		stroke-dashoffset: 14;
	}

	70%,
	to {
		stroke-dashoffset: -24.5;
	}
}

@keyframes sand-mound-top {

	from,
	10% {
		animation-timing-function: linear;
		transform: translate(0, 0);
	}

	15% {
		animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
		transform: translate(0, 1.5px);
	}

	51%,
	to {
		transform: translate(0, 13px);
	}
}

@keyframes sand-mound-bottom {

	from,
	31% {
		animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
		transform: scale(1, 0);
	}

	56%,
	to {
		transform: scale(1, 1);
	}
}


.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: var(--color-dark);
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

/*sticky*/
.main-header {
	border-bottom: 1px solid var(--mutted-border-color);
	display: block;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	width: 100%;
	z-index: 20;
}

.header-sticky.slide-down {
	-webkit-animation: slide-down 0.3s;
	animation: slide-down 0.3s;
}

.header-sticky.slide-up {
	-webkit-animation: slide-up 0.3s;
	animation: slide-up 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.sticky-bar.slide-down {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1040;
	-webkit-box-shadow: var(--box-shadow-normal), 0 0 0 transparent;
	box-shadow: var(--box-shadow-normal), 0 0 0 transparent;
	background: var(--card-bg) !important;
}

.sticky-bar .divider-2 {
	display: none
}

.preloader {
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 999999;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.circle {
	margin: 40px auto;
	position: relative;
	width: 12px;
	height: 12px;
	background-color: var(--color-secondary);
	box-shadow: -20px 0px 0px var(--color-secondary);
	border-radius: 50%;
	-webkit-animation: circle_classic 1s ease-in-out infinite alternate;
	-moz-animation: circle_classic 1s ease-in-out infinite alternate;
	animation: circle_classic 1s ease-in-out infinite alternate;
}

@-webkit-keyframes circle_classic {
	0% {
		opacity: 0.1;
		-webkit-transform: rotate(0deg) scale(0.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotate(360deg) scale(1.2);
	}
}

@-moz-keyframes circle_classic {
	0% {
		opacity: 0.1;
		-moz-transform: rotate(0deg) scale(0.5);
	}

	100% {
		opacity: 1;
		-moz-transform: rotate(360deg) scale(1.2);
	}
}

@keyframes circle_classic {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5);
	}

	100% {
		opacity: 1;
		transform: rotate(360deg) scale(1.2);
	}
}

.hide {
	opacity: 0;
	transition-delay: 0.5s;
	pointer-events: none;
}

.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;
}

.scroll-progress {
	height: 3px;
	width: 0px;
	z-index: 9999999;
	position: fixed;
	top: 0;
}

.dropdown-menu-language {
	min-width: 100px !important;
	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);
	padding: 10px;
}

.dropdown-menu-language li {
	padding: 3px 0;
}

/*cursor*/
#off-canvas-toggle,
.user-account,
.subscribe,
.search-close,
button.slick-arrow,
.off-canvas-close,
.search-button,
.slick-arrow,
button.search-icon,
.single-more-articles-close,
.search-btn {
	cursor: pointer;
}

/*Header*/
h1.logo {
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	margin: 0;
}

/*dark light logo*/
.light-mode {
	display: block;
}

.darrk-mode {
	display: none;
}

[data-bs-theme="dark"] .light-mode {
	display: none;
}

[data-bs-theme="dark"] .darrk-mode {
	display: block;
}


.divider-2 {
	width: 100%;
	border-bottom: 3px double #000;
}

.line-dots {
	width: 100%;
	border-bottom: dotted 1px #222;
	height: 1px;
	display: block;
	position: relative;
}

.line-dots::before {
	content: '';
	height: 1px;
	width: 100%;
	border-bottom: dotted 1px #222;
	position: absolute;
	top: -2px;
	left: 0;
}

.line-dots::after {
	content: '';
	height: 1px;
	width: 100%;
	border-bottom: dotted 1px #222;
	position: absolute;
	top: 2px;
	left: 0;
}

button.search-icon {
	border: none;
	background: none;
	padding: 0;
	font-weight: 500;
	line-height: 1;
}

button.search-icon svg {
	height: 24px;
}

.header-social-network {
	line-height: 1
}

.header-social-network .list-inline-item a {
	width: 30px;
	display: block;
	height: 30px;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	border: 2px solid;
}

.header-social-network .list-inline-item:not(:last-child) {
	margin-right: 7px
}

/*Offcanvas Sidebar*/
html.has-offcanvas {
	overflow: hidden;
}

.off-canvas-close {
	background: none;
	border: 0;
	position: absolute;
	right: 45px;
	top: 45px;
}

.off-canvas-toggle-cover {
	text-align: right;
	position: absolute;
	right: 15px;
	top: 45px;
}

.topbar .off-canvas-toggle-cover {
	right: 15px;
	top: 15px;
}

.off-canvas-toggle img {
	height: 24px;
}

#sidebar-wrapper {
	background: var(--color-dark);
	height: 100%;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	width: 0;
	z-index: 1041;
	-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;
	color: var(--color-grey-100);
}

#sidebar-wrapper.position-right {
	right: 0;
	left: unset;
}

.canvas-opened #sidebar-wrapper {
	width: 400px;
	-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: 20px;
	transform: rotate(-45deg);
}

.canvas-opened #off-canvas-toggle span::before {
	top: -4px;
	width: 20px;
	transform: rotate(45deg);
}

.sidebar-inner {
	padding: 120px 50px 50px 50px;
	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 .3s, opacity .3s ease, -webkit-transform .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 .3s, transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

.canvas-opened .dark-mark {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

.widget-creative-menu {
	font: 3rem/1.1 var(--font-heading), sans-serif;
}

.widget-creative-menu li+li {
	margin-top: 1.5rem;
}

#sidebar-wrapper a {
	color: var(--color-white);
}

#sidebar-wrapper a:hover {
	color: var(--color-brand-1);
}

.widget-creative-menu sup {
	display: inline-block;
	vertical-align: super;
	font-size: 0.95rem;
	top: -.7rem;
	margin-left: .5rem;
	position: relative;
}

.offcanvas-copyright p {
	color: #ddd
}

/*Search form*/
body.open-search-form {
	overflow: hidden;
}

header .search-icon .ti-close,
.open-search-form header .search-icon .ti-search {
	display: none;
}

.open-search-form header .search-icon .ti-close {
	display: inline;
}

.main-search-form {
	transform: scaleY(0);
	height: 0px;
	width: 100%;
}

.open-search-form .main-search-form {
	overflow: hidden;
	transition: transform 0.2s ease-in-out;
	height: 100vh;
	transform: scaleY(1);
	transform-origin: top;
	position: absolute;
	background: #fff;
	z-index: 2;
}

.search-text-bg {
	font-size: 80px;
	text-transform: uppercase;
	opacity: 0.1;
}

.main-search-form-cover {
	max-width: 800px;
}

.search-header {
	font-style: italic;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
}

.search-header .form-control {
	border-width: 0
}

.search-header .input-group {
	background-color: var(--card-bg);
}

.input-group .search-header input[type="text"] {
	font-size: 18px;
}

.search-header .custom-select {
	border: 0;
	border-radius: 0;
	height: 48px;
	background-color: #f5f5f5;
}

.search-header .nice-select {
	-ms-flex-preferred-size: 110px !important;
	flex-basis: 110px !important;
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
	margin-left: 0 !important;
}

.search-header button {
	border-radius: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.notice-icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #f1f1f1;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}

.notice-icon.active::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	background: var(--color-success);
}

.notice-icon img {
	height: 18px;
	display: inline;
	margin-top: -3px;
}

.w-70 {
	width: 70%;
}

.w-30 {
	width: 30%;
}

/*Main header*/
.topbar .social-network {
	font-size: 14px;
}

.slicknav_nav {
	font-size: 18px;
}

.main-header .main-nav ul li a,
.nav-topbar li a {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 16px;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1;
}

.main-header.sticky-bar .main-nav ul li a,
.nav-topbar li a {
	padding-top: 28px;
	padding-bottom: 28px;
}


.main-header .main-nav ul li a:hover,
.nav-topbar li a:hover {
	color: var(--color-dark)
}

.main-header .main-nav ul li.menu-item-has-children ul a {
	color: var(--color-muted)
}

.main-header .main-nav ul li.menu-item-has-children ul a:hover {
	transform: translateX(4px);
}

.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 .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.main-header .main-nav ul li.menu-item-has-children>a,
.nav-topbar li.menu-item-has-children>a {
	padding-right: 5px;
}

.main-header .main-nav ul li.menu-item-has-children>a::after,
.nav-topbar li.menu-item-has-children>a::after {
	content: "";
	position: absolute;
	right: 0;
	width: 5px;
	height: 5px;
	background: var(--color-muted);
	border-radius: 50%;
}

.main-header .main-nav ul li.menu-item-has-children:hover>a::after,
.nav-topbar li.menu-item-has-children:hover>a::after {
	background: var(--color-brand-1);
}

.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
	position: absolute;
	min-width: 200px;
	background: var(--card-bg);
	border: 1px solid var(--mutted-border-color);
	left: 100%;
	top: 130px;
	visibility: hidden;
	opacity: 0;
	padding: 10px 20px 10px 30px;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
	box-shadow: var(--box-shadow-normal);
	z-index: 9999;
	border-radius: 10px;
	width: 100%;
	transform: translateX(-50%);
}

.nav-topbar>li:hover>ul.sub-menu,
.main-header ul>li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}


.nav-topbar ul.sub-menu>li>a,
.main-header .main-nav ul ul.sub-menu>li>a {
	font-weight: 600;
	line-height: 2;
	padding: 5px 0;
}

.main-header .main-nav ul ul.sub-menu>li>a:hover {
	background: none
}

.main-header .main-nav ul li h6 a {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
}

.main-header button a {
	color: #fff !important
}

/*submenu - level 3*/
.nav-topbar ul.sub-menu li {
	position: relative
}

.nav-topbar ul.sub-menu li ul.sub-menu {
	left: 100%;
	visibility: hidden;
	opacity: 0;
	top: 130%;
	margin-left: 5px;
}

.nav-topbar ul.sub-menu li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.logo-mobile {
	max-width: 45px;
	z-index: 500;
	position: relative;
}

.nav-topbar>li {
	position: relative;
	padding: 0 5px;
}

.nav-topbar li a {
	position: relative;
	font-size: 12px;
}

/* 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 20px;
}

.main-menu>li.current-item a {
	padding-left: 15px !important
}

.main-menu>li.current-item a::before {
	content: "";
	background-color: var(--color-primary);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	animation: shadow-pulse 1s infinite;
}

.main-menu>li:first-child {
	padding-left: 0;
}

.main-menu>li.mega-menu-item {
	position: static;
}

.sub-mega-menu {
	flex-wrap: wrap;
	position: absolute;
	top: unset;
	left: 0;
	width: 100%;
	transform: scaleY(0);
	height: 0px;
}

.mega-menu-item.open .sub-mega-menu {
	transition: transform 0.2s ease-in-out;
	height: auto;
	transform: scaleY(1);
	transform-origin: top;
	z-index: 999;
}

.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: 20px 0;
	line-height: 35px;
	background: #fff;
	margin-top: 2px;
	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);
}

.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: absolute;
	right: 0px;
	width: 100%;
	z-index: 99;
	top: 88px;
}

.header-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--mutted-border-color)
}

.header-top-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-tools {
	padding: 15px 0;
}

.vertical-divider {
	width: 1px;
	height: 20px;
	background-color: var(--primary-border-color);
}

.header-style-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 100px;
	margin-right: 80px;
	float: left;
}

.header-right {
	display: flex;
	gap: 15px;
	align-items: center;
}

.header-fluid .header-style-1 .header-right {
	margin-right: 54px;
}

.bg-square {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	width: 100%;
	height: 100%;
	max-height: 600px;
	max-width: 35%;
	min-width: 300px;
	background-color: var(--color-brand-4);
	z-index: -1;
}

.bg-square-2 {
	position: absolute;
	top: 0%;
	bottom: auto;
	width: 100%;
	height: 100%;
	max-height: 70%;
	max-width: 45%;
	min-width: 300px;
	background-color: var(--color-brand-4);
	z-index: -1;
}

.bg-square-3 {
	position: absolute;
	top: 0%;
	bottom: auto;
	width: 100%;
	height: 100%;
	max-width: 50%;
	min-width: 300px;
	background-color: var(--color-brand-4);
	z-index: -1;
	max-height: 80%;
}

.sub-header-title {
	font-size: 24px;
}

.header-title-2 img {
	height: 30px;
}

.header-title.layout-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*PAGE ABOUT*/
.shape-arrow {
	position: absolute;
	bottom: -60px;
	left: 40%;
}

.shape-document {
	position: absolute;
	top: 40%;
	right: 15px;
}

.value-box {
	display: flex;
	align-items: flex-start;
}

.value-icon {
	width: 45px;
	margin-right: 25px;
}

/*PAGE AUTHOR*/
.author-social a {
	height: 48px;
	width: 48px;
	background: #ebebeb;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	color: #fff;
	box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.2);
}

.author-social a:hover {
	transition-duration: 0.2s;
	transform: translateY(-3px);
}

.author-social .social-fb a {
	background-color: #4E6297;
}

.author-social .social-tw a {
	background-color: #55ACE3;
}

.author-social .social-pi a {
	background-color: #E60023;
}

.author-social .social-ins a {
	background-color: #FD1D1D;
}

/*PAGE LOGIN*/
.shape-arrow-login {
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
}

/*PAGE DESIGN*/
.color-box-cover {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.color-box {
	border-radius: 20px;
	box-shadow: var(--box-shadow-normal);
	overflow: hidden;
	margin: 0 30px 30px 0;
}

.color-box:hover {
	box-shadow: var(--box-shadow-hover);
}

.color-preview {
	height: 120px;
	width: 180px;
}

.color-info {
	padding: 20px;
}

/*Footer layouts*/
.bottom-area-2 {
	background-image: url(../imgs/theme/sketch-2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bottom-area-2 .widget-about {
	background-image: url(../imgs/theme/sketch-3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bottom-area-2 p {
	color: #ddd
}

footer.bg-dark {
	color: #fff
}

footer.bg-dark a {
	color: #ddd
}

.bottom-line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
}

.footer-area {
	color: #fff
}

.footer-area ul li+li {
	margin-top: 10px;
}

.footer-bottom-area .footer-border {
	border-top: 1px solid rgb(225, 225, 225);
}

.footer-bottom-area .list-inline-item:not(:last-child) {
	margin-right: .8rem;
}

.footer-copy-right {
	overflow: hidden
}

.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-menu ul li {
	display: inline-block;
	margin-left: 36px
}

.footer-menu ul li:first-child {
	margin-left: 0px
}

.footer-copy-right {
	border-top: 1px solid rgba(255, 255, 255, 0.15)
}

.footer-copy-right p {
	font-weight: 600;
}

.footer-copy-right .text-muted a {
	color: var(--color-brand-1) !important
}

/*Pagination*/
.pagination-area .page-item {
	margin: 0
}

.pagination-area .page-item:first-child {
	margin: 0
}

.pagination-area .page-link,
#scrollUp {
	border: 0;
	font-size: 16px;
	box-shadow: none;
	outline: 0;
	color: #889097;
	background: #fff;
	border-radius: 10px;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	padding: 0;
	margin-right: 10px;
	box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
	transition: all .25s cubic-bezier(.02, .01, .47, 1);
}

.pagination-area .page-link:hover,
#scrollUp:hover {
	box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
}

.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;
}

#scrollUp {
	background-color: var(--color-brand-1);
	color: #111111;
}

h1.page-404 {
	font-size: 5.2rem;
}

/*Breadcrumb*/
.breadcrumb {
	display: inline-block;
	padding: 0;
	text-transform: capitalize;
	color: var(--color-muted);
	font-size: 16px;
	background: none;
	margin: 0;
	border-radius: 0;
}

.breadcrumb span {
	position: relative;
	text-align: center;
	padding: 0 10px;
}

.breadcrumb span::before {
	content: "\35";
	font-family: 'ElegantIcons';
	display: inline-block;
}

.breadcrumb span.no-arrow::before {
	content: none;
}

/*LOOP*/
.border-top-1 {
	border-top: 1px solid rgb(225, 225, 225);
}

.border-bottom-1,
.horizontal-divider {
	border-bottom: 1px solid rgb(225, 225, 225);
}

.border-top-2 {
	border-top: 4px double rgb(225, 225, 225);
}

.vertical-divider {
	overflow: hidden;
	position: relative;
}

.vertical-divider>[class*="col-"]:nth-child(n + 2)::after {
	content: "";
	background-color: rgb(225, 225, 225);
	position: absolute;
	top: 0;
	bottom: 0;
}

@media (max-width:767px) {
	.vertical-divider>[class*="col-"]:nth-child(n + 2)::after {
		width: 100%;
		height: 1px;
		left: 0;
		top: -4px;
	}
}

@media (min-width:768px) {
	.vertical-divider>[class*="col-"]:nth-child(n + 2)::after {
		width: 1px;
		height: auto;
		left: -1px;
	}
}

.divider-wave,
.divider-wave-2 {
	position: relative
}

.loop-grid-3 .first-post .post-title::after,
.divider-wave::after {
	content: "";
	background: url(../imgs/theme/wave-line-1.svg) center center no-repeat;
	width: 59px;
	height: 5px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.divider-wave-2::after {
	content: "";
	background: url(../imgs/theme/wave-line-2.svg) center center no-repeat;
	width: 59px;
	height: 11px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

/*CATEGORY PAGES*/
.loop-list-style-1 article {
	box-shadow: var(--box-shadow-normal);
}

.loop-list-style-1 article+article {
	margin-top: 30px;
}

.loop-list-style-1.loop-list-2 article+article {
	margin-top: 50px;
}

.loop-list-style-1 .post-thumb {
	min-height: 260px;
}

.loop-list-style-1.loop-list-2 .post-thumb {
	min-height: 360px;
}

.archive-header {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.archive-header h1 sub {
	display: inline-block;
	vertical-align: super;
	font-size: 1.2rem;
	top: -.7rem;
	margin-left: .5rem;
	position: relative;
	font-family: var(--font-body);
	color: var(--color-muted);
	font-weight: 400;
}

.archive .loop-list-1 .first-post .img-hover-slide {
	min-height: 400px;
}

.post-list-icon a {
	margin-left: 8px;
	opacity: 0.5;
	cursor: pointer;
}

.post-list-icon a:hover {
	opacity: 1;
}

.post-list-icon i {
	font-size: 13px;
}

.img-hover-scale img {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.img-hover-scale:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.img-hover-scale-2 img {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.img-hover-scale-2:hover img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

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

/*SINGLE POST*/
.entry-meta .author-avatar {
	float: left;
	margin: -3px 15px 0 0;
}

.entry-meta .author-avatar img {
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
}

.entry-meta span {
	position: relative;
}

.entry-header .entry-title {
	font-size: 3.2em;
}

.entry-wraper .excerpt p,
.single-excerpt p {
	font-size: 22px;
}

.dropcap p:first-child::first-letter {
	font-size: 4em;
	float: left;
	margin-top: .15em;
	margin-right: 0.15em;
	line-height: 1;
}

.dropcap blockquote p:first-child::first-letter {
	font-size: inherit;
	margin: 0;
	line-height: inherit;
	float: none;
}

.entry-main-content h1,
.entry-main-content h2,
.entry-main-content h3,
.entry-main-content h4,
.entry-main-content h5,
.entry-main-content h6 {
	font-weight: 700;
	font-family: var(--font-heading);
}

.entry-wraper {
	position: relative;
}

.entry-left-col {
	position: absolute;
	left: -20%;
	height: 200vh;
	z-index: 2;
	top: 3rem;
	bottom: 0;
}

.social-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
}

.social-sticky a {
	display: block;
	color: rgba(0, 0, 0, .54);
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .34);
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 0.5rem;
	font-size: 13px;
}

.single-tools {
	display: table;
	float: right;
	background: #f5f5f5;
	padding: 7px 15px;
	border-radius: 2px;
}

.overflow-hidden {
	overflow: hidden;
}

.single-thumnail .arrow-cover i {
	color: #fff;
}

.single-excerpt p {
	line-height: 1.5;
}

.entry-main-content {
	font-size: 18px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--mutted-border-color);
}

.entry-main-content p {
	line-height: 1.75;
}

.entry-main-content h2 {
	line-height: 1.25;
	margin-top: 30px;
	margin-bottom: 28px;
	font-size: 1.5rem;
}

.entry-main-content p {
	font-size: 18px;
	color: var(--color-grey-700);
}

.entry-main-content figure {
	margin-bottom: 30px;
	margin-top: 30px;
}

.entry-bottom {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.entry-bottom .tags a {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	margin-right: 15px;
	border-radius: 10px;
	font-size: 14px;
	text-transform: capitalize;
	border: 1px solid var(--color-brand-2);
	background: var(--color-brand-4);
	line-height: 1;
	padding: 15px 20px;
	box-shadow: var(--box-shadow-hover);
}

.related-posts .img-hover-slide {
	min-height: 200px;
}

blockquote {
	position: relative;
	padding: 50px;
	font-weight: 400;
	margin-bottom: 1.5rem;
	background: var(--color-brand-4);
	font-size: 24px;
	border-radius: 20px;
	border: 1px solid var(--color-brand-2);
}

blockquote p {
	font-size: 22px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

.btn-play-video {
	color: #fff;
	border: 1px solid #fff;
	width: 50px;
	height: 40px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
}

.entry-header-style-2 {
	position: relative;
	background-color: #f6f8fa;
	background-position: center;
	background-size: cover;
}

.entry-header-style-2 .entry-header-content {
	margin: 0 auto;
	max-width: 860px;
	padding: 0 30px
}

.entry-header-style-2::before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 45, 57, .3);
	content: '';
	pointer-events: none;
	transition: all .3s ease;
}

.entry-header-style-2 .entry-meta .author-avatar {
	float: none;
}

.entry-header-content {
	position: relative;
	z-index: 3
}

/*Author box*/
.bt-1 {
	border-top: 1px solid;
}

.border-color-1 {
	border-color: rgb(225, 225, 225);
}

.author-bio {
	margin-bottom: 40px;
	text-align: left;
	display: flex;
	padding-bottom: 40px;
}

.author-bio .author-image img {
	border-radius: 10px;
	width: 190px;
	height: 216px;
}

.author-bio .author-image {
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	width: 190px;
	height: 216px;
	margin-right: 30px;
}

.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;
	margin-right: 20px;
	text-transform: capitalize;
	font-style: italic;
	border-bottom: 1px solid rgb(225, 225, 225);
	color: #666;
}

.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 h4 {
	margin-bottom: 35px;
	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: 100px;
	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 {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	margin-right: 15px;
	border-radius: 10px;
	font-size: 14px;
	text-transform: capitalize;
	border: 1px solid var(--color-brand-2);
	background: var(--color-brand-4);
	line-height: 1;
	padding: 15px 20px;
	box-shadow: var(--box-shadow-hover);
}

.comment-form {
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.comment-form .form-group {
	margin-bottom: 30px;
}

.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;
}

.form-control {
	border: none;
	border-radius: 10px;
	height: 64px;
	padding-left: 24px;
	padding-right: 24px;
	color: var(--color-grey-400);
	font-size: 18px;
	background: var(--input-bg);
	font-weight: 700;
}

.search-header .form-control {
	background: var(--card-bg);
	;
}

.search-header .form-control:focus {
	background: var(--card-bg);
	;
}

textarea.form-control {
	border-radius: 10px
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}

.custom_select {
	position: relative;
	width: 100%;
}

.custom_select .nice-select {
	width: 100%;
	margin-bottom: 1rem;
}

.nice-select .list {
	width: 100%;
}

.comment-form textarea {
	padding-top: 22px;
	border-radius: 10px;
	height: 100% !important;
}

.button-contactForm {
	background: #ef3f48;
	color: #fff;
	border-color: #ef3f48;
	padding: 12px 25px;
}

.button {
	display: inline-block;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 54px;
	border-radius: 30px;
	color: #fff;
	border: 1px solid var(--color-primary);
	text-transform: uppercase;
	background: var(--color-primary);
	cursor: pointer;
	transition: all 300ms linear 0s;
}

.button:hover {
	background: var(--color-danger);
	border: 1px solid var(--color-danger)
}

.single-comment.depth-2 {
	margin-left: 50px;
}

/*BONUS: WORDPRESS STYPE*/
.wp-block-separator {
	border-top: 1px solid var(--mutted-border-color);
	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.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;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 0 16px;
	padding: 30px;
	background: #f4f5f9;
	border-radius: 5px;
}

.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;
	display: table;
}

.wp-block-image .alignleft {
	float: left;
	margin-right: 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;
	width: 100%;
	margin: 10px 0;
	caption-side: bottom
}

.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;
}

table p {
	margin-bottom: 0;
}

.entry-main-content table td,
.entry-main-content table th,
.comment-content table td,
.comment-content table th {
	padding: 0.5em 1em;
	border: 1px solid #e6e6e6;
}

.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;
}

@-webkit-keyframes slide-down {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes slide-down {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}


.dark-light-mode .toggle {
	display: grid;
	place-items: center;
	cursor: pointer;
	line-height: 1;
}

.dark-light-mode .input {
	display: none;
}

.dark-light-mode label {
	margin-bottom: 0 !important;
}

.dark-light-mode .icon {
	grid-column: 1 / 1;
	grid-row: 1 / 1;
	transition: transform 500ms;
	line-height: 0.1;
}

.dark-light-mode .icon--moon {
	transition-delay: 200ms;
}

.dark-light-mode .icon--sun {
	transform: scale(0);
}

.dark-light-mode #switch:checked+.icon--moon {
	transform: rotate(360deg) scale(0);
}

.dark-light-mode #switch:checked~.icon--sun {
	transition-delay: 200ms;
	transform: scale(1) rotate(360deg);
}


.logo path {
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
}

.logo:hover path {
	animation: draw 2s forwards;
}

@keyframes draw {
	to {
		stroke-dashoffset: 0;
	}
}

.float-md-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.list-inline-item {
	display: inline-block;
}

.d-none {
	display: none !important;
}



@media (min-width: 992px) {
	.d-lg-block {
		display: block !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

}