:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

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

p {
	margin-top: 0;
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

b,
strong {
	font-weight: bolder
}

a {
	color: #007bff;
	text-decoration: none !important;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem
}

img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

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

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

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

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-8,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-sm-6 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
}

.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: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

@media screen and (prefers-reduced-motion:reduce) {

	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@media screen and (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.bg-primary {
	background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc !important
}

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62 !important
}

.bg-white {
	background-color: #fff !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: flex !important
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}
}

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

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

	.d-lg-block {
		display: block !important
	}
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-between {
	justify-content: space-between !important
}

.align-items-center {
	align-items: center !important
}

.align-self-center {
	align-self: center !important
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important
	}

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

.position-relative {
	position: relative !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

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

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mr-5 {
	margin-right: 3rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.m-auto {
	margin: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.text-right {
		text-align: right !important
	}

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

	.text-uppercase {
		text-transform: uppercase !important
	}

	.font-weight-bold {
		font-weight: 700 !important
	}

	.text-white {
		color: #fff !important
	}

	.text-success {
		color: #28a745 !important
	}

	a.text-success:focus,
	a.text-success:hover {
		color: #1e7e34 !important
	}

	.text-info {
		color: #17a2b8 !important
	}

	a.text-info:focus,
	a.text-info:hover {
		color: #117a8b !important
	}

	.text-danger {
		color: #dc3545 !important
	}

	a.text-danger:focus,
	a.text-danger:hover {
		color: #bd2130 !important
	}

	.text-muted {
		color: #6c757d !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	img,
	tr {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

@font-face {
	font-family: ElegantIcons;
	src: url(../fonts/ElegantIcons.eot);
	src: url(../fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'), url(../fonts/ElegantIcons.woff) format('woff'), url(../fonts/ElegantIcons.ttf) format('truetype'), url(../fonts/ElegantIcons.svg#ElegantIcons) format('svg');
	font-weight: 400;
	font-style: normal
}

.elegant-icon {
	font-family: ElegantIcons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.arrow_left:before {
	content: "\23"
}

.arrow_right:before {
	content: "\24"
}

.icon_close:before {
	content: "\4d"
}

.icon_search:before {
	content: "\55"
}

.icon_comment_alt:before {
	content: "\76"
}

.icon_house_alt:before {
	content: "\e009"
}

.icon_heart_alt:before {
	content: "\e030"
}

.icon_star-half_alt:before {
	content: "\e032"
}

.social_facebook:before {
	content: "\e093"
}

.social_twitter:before {
	content: "\e094"
}

.social_pinterest:before {
	content: "\e095"
}

.social_share:before {
	content: "\e0a0"
}

.icon_like:before {
	content: "\e106"
}

:root {
	--color-mode: "light";
	--color-primary: #5869DA;
	--color-secondary: #2d3d8b;
	--color-success: #09815C;
	--color-danger: #e3363e;
	--color-warning: #e38836;
	--color-info: #4da7d4;
	--color-light: #f8f9f9;
	--color-grey: #f7f8f9;
	--color-dark: #000c2d;
	--color-muted: #e38836;
	--color-white: #FFFFFF;
	--primary-border-color: #9b9b9b;
	--secondary-border-color: #f0f8ff;
	--mutted-border-color: #eaecee;
	--box-shadow-normal: 0 10px 10px rgba(0, 0, 0, 0.08);
	--box-shadow-hover: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
	--button-shadow-color-normal: hsla(0, 0%, 42.4%, 0.2);
	--button-shadow-color-hover: hsla(0, 0%, 42.4%, 0.3)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px
}

.btn,
.font-heading,
.post-title,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: 500;
	text-transform: none;
	font-family: 'Noto Sans JP', sans-serif
}

p {
	margin-bottom: 1.2em;
	font-weight: 400
}

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

.overflow-hidden {
	overflow: hidden
}

.clear {
	clear: both
}

.button,
a {
	transition: all .2s ease-out 0s
}

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

a {
	color: var(--color-muted)
}

a:hover {
	color: var(--color-primary)
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0
}

image,
img,
ul {
	padding: 0;
	margin: 0
}

figure {
	position: relative
}

.font-x-small {
	font-size: 10px
}

.font-small {
	font-size: 12px
}

.font-medium {
	font-size: 14px
}

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

.btn {
	font-weight: 700
}

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

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

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

.primary-color,
a.active,
sup {
	color: #000c2d
}

.excerpt {
	color: #696969
}

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

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

@keyframes circle_classic {
	0% {
		opacity: .1;
		transform: rotate(0) scale(.5)
	}

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

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

.text-limit-2-row {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical
}

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

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

#off-canvas-toggle,
.off-canvas-close,
.search-btn,
button.search-icon,
button.slick-arrow {
	cursor: pointer
}

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

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

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

.header-social-network .list-inline-item a {
	background: var(--color-primary);
	width: 24px;
	display: block;
	height: 24px;
	border-radius: 30px;
	line-height: 24px;
	text-align: center;
	font-size: 11px;
	color: #fff !important
}

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

#off-canvas-toggle span,
#off-canvas-toggle span::after,
#off-canvas-toggle span::before {
	background: var(--color-muted);
	display: inherit;
	height: 2px;
	position: relative;
	width: 15px
}

#off-canvas-toggle span::after,
#off-canvas-toggle span::before {
	content: "";
	left: 0;
	position: absolute;
	right: 0
}

#off-canvas-toggle span::before {
	top: -10px;
	width: 20px
}

#off-canvas-toggle span::after {
	top: -5px;
	width: 20px
}

#off-canvas-toggle p {
	display: inline;
	font-size: 12px;
	margin: 0 0 0 5px
}

.off-canvas-close {
	background: 0 0;
	border: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px
}

.off-canvas-close i {
	font-size: 24px
}

.off-canvas-toggle-cover {
	text-align: right
}

#sidebar-wrapper {
	background: #fff;
	height: 100%;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	width: 0;
	z-index: 1009;
	transition: all .2s ease;
	top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

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

.canvas-opened #sidebar-wrapper {
	width: 350px;
	transition: all .2s ease
}

.canvas-opened #off-canvas-toggle span {
	background: 0 0
}

.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: 30px;
	display: table;
	height: 100%;
	width: 1300px;
	padding-left: 50px
}

.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, .55);
	user-select: none;
	transition: visibility 0s linear .3s, transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.canvas-opened .dark-mark {
	opacity: 1;
	visibility: visible;
	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
}

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

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

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

.open-search-form .main-search-form {
	overflow: hidden;
	transition: transform .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: .1
}

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

.search-header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: var(--color-muted);
	font-style: italic
}

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

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

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

.input-group-append {
	margin-left: -1px
}

.main-header .main-nav ul li a,
.nav-topbar li a {
	position: relative;
	padding: 15px 0;
	display: block
}

.main-header .main-nav ul li>a::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	top: -1px;
	opacity: .5;
	transform: translateX(-50%)
}

.main-header .main-nav ul li ul a::after,
.main-header .main-nav ul li.mega-menu-item 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;
	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: 15px
}

.main-header .main-nav ul li.menu-item-has-children>a::before,
.nav-topbar li.menu-item-has-children>a::before {
	content: "\33";
	font-family: ElegantIcons;
	display: inline-block;
	padding-left: 5px;
	position: absolute;
	right: 0;
	font-size: 14px
}

.nav-topbar li.menu-item-has-children>ul>li.menu-item-has-children>a::before {
	content: "\35";
	font-family: ElegantIcons;
	display: inline-block;
	padding-right: 8px;
	position: absolute;
	right: 0;
	font-size: 14px
}

.main-header .main-nav ul ul.sub-menu,
.nav-topbar ul.sub-menu {
	text-align: left;
	position: absolute;
	min-width: 140px;
	background: #fff;
	left: 0;
	top: 130%;
	visibility: hidden;
	opacity: 0;
	padding: 15px 0;
	transition: all .2s ease-out 0s;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
	z-index: 9999;
	border: 1px solid #fafafa;
	border-radius: 3px
}

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

.main-header .main-nav ul ul.sub-menu,
.nav-topbar ul.sub-menu {
	display: block;
	padding-left: 15px
}

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

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

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

.nav-topbar ul.sub-menu li {
	position: relative
}

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

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

.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-header .main-nav ul li.mega-menu-item .tab-content a {
	padding: 0;
	text-transform: none
}

.header-sticky {
	position: fixed;
	z-index: 999;
	width: 100vw;
	left: 0;
	top: 0;
	background-color: #fff;
}

.header-sticky.sticky-bar.sticky .header-flex {
	justify-content: space-between
}

.header-sticky.sticky-bar.sticky .header-btn .get-btn {
	padding: 20px 20px
}

.mobile_menu {
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 99
}

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

.header-tools {
	padding: 30px 20px
}

.header-style-1 .divider-2 {
	margin-top: -2px
}

.main-header.header-style-1 h1.logo {
	font-weight: 900;
	font-size: 40px;
	line-height: 65px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

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

.footer-bottom-area .footer-border {
	border-top: 1px solid #e1e1e1
}

.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: 0
}

.footer-copy-right {
	border-top: 1px solid var(--mutted-border-color)
}

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

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

#scrollUp,
.pagination-area .page-link {
	border: 0;
	font-size: 13px;
	box-shadow: none;
	outline: 0;
	color: #889097;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	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)
}

#scrollUp:hover,
.pagination-area .page-link: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
}

#scrollUp {
	background-color: var(--color-primary);
	color: #fff
}

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

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

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

.vertical-divider>[class*=col-]:nth-child(n+2)::after {
	content: "";
	background-color: #e1e1e1;
	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
	}
}

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

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

.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: 2.2em
}

.entry-wraper .excerpt p,
.single-excerpt p {
	font-size: 1.2em;
    line-height: 2;
}

.entry-wraper .excerpt a {
    font-size: 1.2em;
    line-height: 2;
}

.dropcap p:first-child::first-letter {
	font-size: 4em;
	float: left;
	margin-top: .15em;
	margin-right: .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
}

.entry-wraper {
	position: relative
}

.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: .5rem;
	font-size: 13px
}

.overflow-hidden {
	overflow: hidden
}

.single-social-share a {
	width: 35px;
	display: block;
	height: 35px;
	text-align: center;
	line-height: 37px;
	font-size: 12px;
	border-radius: 50%;
	background-color: #eee
}

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

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

.entry-main-content {
	font-size: 1.2em
}

.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: 1.1em
}

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

.entry-bottom .tags a {
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	border-radius: 2px;
	font-size: 14px;
	text-transform: capitalize;
	font-style: italic;
	border-bottom: 1px solid #e1e1e1
}

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

blockquote {
	position: relative;
	border-left: 0;
	padding: 0 30px;
	font-weight: 400;
	margin-bottom: 1.5rem;
	font-style: italic
}

blockquote::before {
	content: "";
	top: 0;
	height: 100%;
	left: 0;
	width: 4px;
	position: absolute;
	background: #000
}

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

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

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

.author-bio {
	margin-bottom: 40px;
	text-align: left;
	display: flex;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 40px
}

.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: 400;
	text-decoration: none;
	margin-right: 20px;
	text-transform: capitalize;
	font-style: italic;
	border-bottom: 1px solid #e1e1e1;
	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-form {
	padding-top: 45px;
	margin-bottom: 20px
}

.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: 0
}

.form-control {
	border: 1px solid #e1e1e1;
	border-radius: 30px;
	height: 48px;
	padding-left: 18px;
	font-size: 14px;
	background: 0 0;
	background: #fff
}

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

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

.form-control::placeholder {
	font-weight: 300;
	color: #999
}

.form-control::placeholder {
	color: #777
}

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

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

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

.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 .3s linear 0s
}

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

.wp-block-separator {
	border-top: 1px solid #f4f5f9;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.wp-block-embed,
.wp-block-gallery,
.wp-block-image {
	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
}

.wp-block-separator.is-style-dots {
	border: none;
	width: auto
}

.wp-block-separator.is-style-dots {
	background: 0 0 !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 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
}

table {
	width: 100%;
	margin-bottom: 1.5rem;
	color: #212529;
	border-collapse: collapse
}

table p {
	margin-bottom: 0
}

.comment-content table td,
.comment-content table th,
.entry-main-content table td,
.entry-main-content table th {
	padding: .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
}

.comment-content ul li,
.entry-main-content ul li {
	list-style: disc inside;
	line-height: 2
}

.entry-main-content ul li.blocks-gallery-item {
	list-style: none
}

.comment-content li>ol,
.comment-content li>ul,
.entry-main-content li>ol,
.entry-main-content li>ul {
	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
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(88, 108, 218, .8)
	}

	100% {
		box-shadow: 0 0 0 5px transparent
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0 rgba(88, 108, 218, .1)
	}

	100% {
		box-shadow: 0 0 0 20px transparent
	}
}

.widget-header-1 h5,
.widget-header-2 h5 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid var(--mutted-border-color);
	padding-bottom: 10px;
	position: relative
}

.widget-header-2 h5::after {
	content: "";
	background: var(--color-dark);
	height: 3px;
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 0
}

.widget-header-3 h5 {
	text-transform: uppercase;
	font-size: 14px
}

.sidebar-widget ul.menu li {
	padding: 5px 0;
	position: relative;
	font-size: 14px
}

#sidebar-wrapper ul.sub-menu {
	padding: 0 !important;
	background: 0 0
}

.sidebar-widget ul.menu li:last-child {
	border: 0
}

.widget_tagcloud .tag-cloud-link {
	-moz-user-select: none;
	text-transform: capitalize;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 0;
	padding: 15px 20px;
	border-radius: 30px;
	margin: 0 5px 10px 0;
	border: 1px solid #ebebeb;
	background: #f2f3f5
}

.about-author-img {
	border-radius: 50%;
	width: 64px;
	height: 64px;
	box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent
}

.coupon_form .panel-body,
.login_form .panel-body {
	border: 1px solid #e6e6e6;
	padding: 30px;
	margin-top: 30px
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::before {
	background-color: var(--color-primary);
	border-color: var(--color-primary)
}

.form-subcriber input.form-control {
	padding: 16px 25px;
	line-height: 24px;
	border-radius: 30px 0 0 30px;
	max-width: 300px;
	font-size: .875rem
}

.form-subcriber .btn {
	font-size: 14px;
	border-radius: 0 30px 30px 0;
	padding: 0 25px;
	height: 47px
}

button.box-shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.widget_instagram .insta-feed li {
	width: 29.33%;
	margin: 5px
}

.widget_instagram .insta-feed li img {
	width: 100%
}

.entry-meta {
	line-height: 1;
	color: #666
}

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

.entry-meta.meta-2 .author-name {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-top: 7px
}

figure .post-format {
	background: #fff;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	border-radius: 2px
}

.post-thumb-80 img {
	width: 90px;
	height: 80px
}

.post-thumb-64 img {
	width: 64px;
	height: 64px;
	border-radius: 50%
}

.entry-meta.meta-0 span {
	position: relative
}

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

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

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

.tags {
	letter-spacing: .5px
}

.img-hover-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 280px;
	overflow: hidden
}

.post-thumb:hover .img-hover-slide {
	background-position: 30%;
	transition: all .4s ease
}

.post-module-1 .post-content-overlay {
	position: absolute;
	bottom: 0;
	transition-duration: .2s
}

.post-module-1 .post-thumb {
	box-shadow: 4px 4px 0 var(--color-grey)
}

.post-module-1 .post-thumb:hover .post-content-overlay {
	bottom: 5px
}

.post-module-1 .post-content-overlay .entry-meta {
	line-height: 1
}

.entry-meta.meta-0 span.post-cat,
.post-module-1 .post-content-overlay .entry-meta span.post-cat {
	padding-right: 7px;
	margin-right: 10px;
	font-weight: 700;
	color: #666
}

.entry-meta.meta-0 span.post-cat::after,
.post-module-1 .post-content-overlay .entry-meta span.post-cat::after {
	content: "";
	width: 3px;
	height: 3px;
	background: #999;
	position: absolute;
	right: 0;
	bottom: 3px;
	border-radius: 50%
}

.post-module-1 .post-content-overlay .entry-meta.text-white span.post-cat::after {
	background: #fff
}

.slick-dots li {
	margin: 0 .15rem
}

.slick-dots button {
	display: block;
	width: 6px;
	height: 6px;
	padding: 0;
	border: none;
	background-color: #999;
	text-indent: -9999px
}

.slick-dots li.slick-active button {
	background-color: #111
}

.top-right-icon {
	left: unset;
	right: 30px
}

.img-hover-slide:hover .top-left-icon,
.img-hover-slide:hover .top-right-icon {
	margin-top: -3px;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	transition: all .4s ease;
	transition-duration: .4s
}

.hover-up:hover {
	transform: translateY(-5px);
	box-shadow: var(--box-shadow-hover), 0 0 0 transparent
}

.hover-up-2:hover {
	transform: translateY(-5px)
}

.transition-normal {
	transition: all .25s cubic-bezier(.02, .01, .47, 1)
}

.post-card-1 {
	border: 1px solid var(--secondary-border-color);
	z-index: 12;
	transition: all .25s cubic-bezier(.02, .01, .47, 1);
	position: relative;
	background: #fff
}

.post-card-1::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 0;
	left: 10px;
	border-radius: 10px;
	box-shadow: var(--box-shadow-normal), 0 0 0 transparent;
	transition: all .25s cubic-bezier(.02, .01, .47, 1);
	z-index: -1
}

.post-card-1 .thumb-overlay {
	min-height: 220px;
	border-radius: 10px 10px 0 0
}

.post-card-1 .post-content {
	background: #fff;
	border-radius: 0 0 10px 10px
}

.post-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	min-height: 115px
}

.post-card-1 .top-right-icon {
	top: 20px;
	right: 20px
}

.post-card-1 .top-left-icon {
	top: 20px;
	left: 20px
}

.list-style-2 .post-thumb .img-hover-slide {
	min-height: 150px
}

.post-thumb .social-share,
figure .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
}

.post-thumb .social-share li,
figure .social-share li {
	width: 100%;
	text-align: center;
	max-width: 0;
	opacity: 0;
	transition: .3s;
	float: left;
	margin-left: 5px
}

.post-thumb .social-share li:first-child,
figure .social-share li:first-child {
	max-width: 24px;
	opacity: 1;
	pointer-events: none
}

.post-thumb .social-share li a,
figure .social-share li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	font-size: 11px;
	color: #fff
}

.post-thumb .social-share:hover li:nth-child(1),
figure .social-share:hover li:nth-child(1) {
	opacity: 0;
	max-width: 0
}

.post-thumb .social-share:hover li,
figure .social-share:hover li {
	opacity: 1;
	max-width: 24px
}

.post-thumb .social-share:hover li:last-child,
figure .social-share:hover li:last-child {
	margin-right: 15px
}

.social-share {
	height: 0;
	transition-duration: .2s
}

.bgcover:hover .social-share,
.post-thumb:hover .social-share {
	height: 30px;
	transition-duration: .2s
}

.post-thumb .social-share li a {
	background: #007aff
}

.header-social-network .list-inline-item a.fb,
.post-thumb .social-share li a.fb {
	background: #3b5999
}

.header-social-network .list-inline-item a.tw,
.post-thumb .social-share li a.tw {
	background: #55acee
}

.header-social-network .list-inline-item a.pt,
.post-thumb .social-share li a.pt {
	background: #bd081c
}

.thumb-overlay .post-thumb .social-share {
	right: 35px
}

.news-flash-cover .flash-news-title i {
	font-size: 12px
}

.news-flash-cover ul {
	line-height: 1
}

#date-time ul {
	right: 0
}

.widget_categories li.cat-item,
.widget_nav_menu li,
.widget_recent_comments li {
	border-bottom: 1px dotted rgba(0, 0, 0, .15);
	display: table;
	width: 100%;
	padding: 8px 0
}

.widget_categories li.cat-item:last-child {
	border: none
}

.widget_categories li.cat-item a,
.widget_pages li a {
	text-align: left;
	padding: 0
}

#sidebar-wrapper .menu li.menu-item-has-children ul.sub-menu {
	padding-left: 15px !important
}

.widget_categories li.cat-item span.post-count {
	float: right;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: var(--color-muted);
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 12px
}

.widget_categories li:hover span.post-count {
	background: var(--color-danger)
}

* {
	box-sizing: border-box
}

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

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

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

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

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

.mt-80 {
	margin-top: 80px !important
}
.mt-150 {
	margin-top: 150px !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-40 {
	margin-bottom: 40px !important
}

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

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

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

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

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

.p-25 {
	padding: 25px !important
}

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@media (min-width:992px) {
	.widget-area {
		padding-left: 30px
	}

	.entry-header.entry-header-style-1,
	.entry-wraper,
	.single-comment {
		max-width: 90%;
		margin: 0 auto
	}
}

.post-title{
	margin-bottom: 0;
}

@media (max-width:992px) {
	.comment-form .email {
		padding-left: 0
	}

	.header-tools,
	.logo {
		position: relative;
		z-index: 999;
		position: fixed;
		z-index: 999;
		top: 0;
		right: 30px;
		padding: 10px 0px;
	}

	.fixed-header{
		padding: 0 !important;
	}

	.bg-grey{
		padding-top: 60px !important;
	}

	.fixed-header .col-md-3 > a{
		font-size: 25px !important;
	}
}

@media (max-width:767px) {
	.comment-form .name {
		padding-right: 0;
		margin-bottom: 1rem
	}
}

.fixed-header {
	background: #fff;
	position: fixed;
	width: 100vw;
	z-index: 999;

}

@media (min-width:500px) {
	.show-xs {
		display: none !important;
		position: fixed;
		width: calc(100vw - 80px);
		background: #fff;
		z-index: 999;
	}
}

@media (max-width:480px) {
	.hidden-xs {
		display: none !important
	}
	.vertical-divider>[class*=col-]:nth-child(n+2)::after {
		content: none
	}

	.col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.loop-list-style-1 .post-thumb {
		margin-bottom: 15px
	}

	.entry-header .entry-title {
		font-size: 1.5em
	}

	.entry-wraper .excerpt p, .single-excerpt p {
		font-size: 1em;
	}
}

@media (min-width:1024px) {
	.phoneCont{
	  display: none !important;
	}
  }
  
  .positionFixed {
	  bottom: 0px;
	  left: 50%;
	  position: fixed;
	  transform: translate(-50%, 0%);
	  z-index: 999;
	  width: 100%;
	  background-color: #e4e4e4;
	  display: flex;
	  justify-content: center;
  }
  
  .ad-div {
	  margin-bottom: 50px;
	  width: 100%;
	  min-height: 250px;
	  clear: both;
  }
  
  .t_de {
	  clear: both;
	  height: 0.2rem;
	  width: 100%;
	  max-width: 100%;
	  line-height: 0.3rem;
	  font-size: 0.6rem;
	  padding: 0.5rem 0 1rem 0;
	  box-sizing: border-box;
	  color: #707070;
	  text-align: center;
  }
  
  .grecaptcha-badge {
	  visibility: hidden;
  }