﻿: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;
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

aside,
figure,
footer,
header {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "lora", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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
}

@font-face {
	font-family: 'lora';
	src: url(../font/Lora-Regular.ttf) format('truetype');
	font-display: swap;
}

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

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

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

blockquote {
	margin: 0 0 1rem
}

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

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

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

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,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button {
	text-transform: none
}

[type=button],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

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

h1 {
	font-size: 1.5rem
}

h2 {
	font-size: 1.5rem
}

h3 {
	font-size: 1.75rem
}

h5 {
	font-size: 1.25rem
}

.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: 1190px
	}
}

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

.col-12,
.col-lg-12,
.col-md-12,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

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

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

@media (min-width:768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

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

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

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

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

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	appearance: none
}

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

.m-0 {
	margin: 0 !important
}

.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-youtube:before {
	content: "\f167"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(../fonts/fa-brands-400.woff2) format("woff2");
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

@font-face {
	font-family: themify;
	src: url(../fonts/themify.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

[class^=ti-] {
	font-family: themify;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.ti-search:before {
	content: "\e610"
}

.ti-arrow-right:before {
	content: "\e628"
}

.ti-close:before {
	content: "\e646"
}

.ti-menu:before {
	content: "\e68e"
}

.ti-facebook:before {
	content: "\e741"
}

.ti-twitter-alt:before {
	content: "\e74b"
}

.ti-pinterest-alt:before {
	content: "\e753"
}

:root {
	--main-color: #ebcfa7
}

aside,
figure,
footer,
header {
	display: block
}

html {
	font-family: sans-serif;
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

img {
	border: 0
}

figure {
	margin: 0
}

button,
input,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button {
	text-transform: none
}

textarea {
	overflow: auto;
	vertical-align: top
}

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

body {
	font-family: 'lora', sans-serif;
	color: #727272;
	font-size: 16px;
	background: #fffdf9;
	line-height: 1.6;
}

h1,
h2,
h3,
h5 {
	color: #333;
	margin-top: 0;
	margin-bottom: .5rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -.01em;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize
}

.meta-info,
.themelazer-pagination,
.themelazer_tagcloud a {
	font-family: Muli, sans-serif
}

h1 {
	font-size: 22px
}

ul {
	margin-top: 0;
	margin-bottom: 1rem;
	list-style: none
}

img {
    display: block;
    margin: 0 auto;
	max-width: 100%
}

.themelazer_title_head {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 40px
}

.themelazer_title_head:before {
	content: '';
	border-top: 2px solid #56d465;
	flex: 1 0 1em
}

.themelazer_title_head:after {
	content: '';
	border-top: 2px solid #56d465;
	flex: 1 0 1em
}

.themelazer_title_head h3 {
	margin: 0;
	text-align: center;
	font-size: 22px;
	display: inline-block
}

.themelazer_title_head h3:before {
	content: '';
	border: .5px solid #56d465;
	text-align: left;
	margin: 0 1em 0 0;
}

.themelazer_title_head h3:after {
	content: '';
	border-radius: 15px;
	border: .5px solid #56d465;
	text-align: left;
	margin: 0 0 0 1em;
}

.header-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .5s ease-in-out;
	transform: translate(0, 100%) scale(0, 0);
	opacity: 0;
	visibility: hidden;
	z-index: 999999
}

.header-search .header-search-form {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%)
}

.header-search .header-search-form input[type=search] {
	font-size: 54px;
	width: 50%;
	height: 100%;
	position: relative;
	z-index: 2;
	text-transform: capitalize;
	background-color: transparent;
	box-sizing: border-box;
	min-height: 0;
	color: inherit;
	border: solid 1px #56d465;
	border-style: none none solid;
	font-weight: 600
}

@media only screen and (max-width:575px) {
	.header-search .header-search-form input[type=search] {
		width: 75%
	}
}

.header-search .header-search-form .search-btn {
	padding: 24px 10px;
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 4px;
	cursor: pointer
}

.header-search .header-search-form .search-btn i:before {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-left: 0
}

.header-search .header-search-form .search-btn:focus {
	box-shadow: none;
	outline: 0
}

.header-search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #000;
	background-color: #fff;
	border: none;
	opacity: 1;
	visibility: visible;
	height: 50px;
	width: 50px;
	border-radius: 100px;
	cursor: pointer;
	box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .75);
	transition: all .3s ease-in-out
}

.header-search .close i {
	font-size: 16px;
	text-align: center !important
}

.header-search .close i:focus {
	box-shadow: none;
	border: none;
	outline: 0
}

.header-search .close i:hover {
	background-color: #fff
}

li,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	transition: all .4s ease
}

a:hover {
	color: #56d465;
	text-decoration: none
}

.themelazer_promomenu_wrapper {
	display: flex;
	align-items: center
}

.themelazer-blog-body {
	float: left;
	width: 100%;
	background: #fffdf8;
	margin-bottom: 60px;
	padding-top: 80px;
}

.themelazer_title_p {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e9ecef;
	padding-bottom: 15px;
	margin-bottom: 50px
}

.themelazer_title_p h2 {
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: -10px
}

.themelazer_title_p p {
	margin: 0
}

.themelazer-content-area {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 100px 0;
}

.themelazer_single_content {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.themelazer_single_content ul {
	margin-top: 32px;
	margin-bottom: 32px
}

.themelazer_single_content ul li:before {
	content: '';
	width: .25rem;
	height: .25rem;
	background: #ced4da;
	margin-top: .75rem;
	left: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0
}

.themelazer_single_content ul li {
	position: relative;
	padding-left: 2.5rem;
	color: #000
}

ul[class*=wp-block-] {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0
}

.wp-block-gallery .blocks-gallery-item:before {
	display: none
}

.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 16px)/ 2);
	margin: 0 16px 16px 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 0
}

.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.themelazer_single_feature {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative
}

. {
	padding: 0
}

li {
	color: #777
}

.row-centered {
	align-items: center !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.footer-area {
	float: left;
	width: 100%
}

.copyright-area-inner {
	color: #000;
	font-size: 14px;
	text-align: center
}

.themelazer_footer_menu {
	float: left;
	float: left;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14
}

.themelazer_footer_menu li {
	float: left;
	margin-left: 10px
}

.themelazer_footer_menu li a {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	color: #000;
	position: relative;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	transition: all .4s ease
}

.themelazer_footer_menu li a:hover {
	color: #56d465
}

.themelazer_sidebar {
	padding-left: 50px
}

.themelazer_main_header {
	position: fixed;
	display: block;
	z-index: 999;
	width: 100vw;
}

.themelazer_logo_footer2 {
	text-align: center;
	align-items: center
}

.header-s-m li:hover {
	color: #fff
}

.header-s-m.black_color li:hover {
	color: #56d465
}

.themelazer_footer_social_media {
	float: right;
	position: relative;
	z-index: 2
}

.themelazer_footer_social_media .themelazer_social_wrapper {
	margin: 0;
	padding: 0
}

.themelazer_footer_social_media .themelazer_social_wrapper li {
	float: left
}

.themelazer_footer_social_media .themelazer_social_wrapper li a {
	display: block;
	padding: 0;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #a2a2a2;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	line-height: 40px;
	border: solid 1px #56d465
}

.header-s-m li:hover {
	color: #fff
}

.header-s-m.black_color li:hover {
	color: #56d465
}

.header-s-m {
	float: right;
	position: absolute;
	right: 20px;
	top: -12px;
	margin: 0;
	padding: 0
}

.header-s-m li {
	float: left;
	display: block;
	padding: 0;
	margin-left: 15px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #acacac;
	cursor: pointer;
	transition: all .4s ease
}

.header-s-m.black_color li {
	float: left;
	display: block;
	padding: 0;
	margin-left: 15px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	transition: all .4s ease
}

.themelazer_main_header .themelazer_middle_header {
	position: relative;
	top: 0;
	background: #000
}

.themelazer_main_header .themelazer_middle_header.white_bg {
	position: relative;
	top: 0;
	background: #fff;
	color: #000;
	border: 1px solid #f2f1f1;
	z-index: 999 !important
}

.themelazer_main_header .themelazer_middle_header .container {
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px
}

.themelazer_mobile_logo {
	position: absolute;
	top: 50%;
	bottom: auto;
	padding: 0;
	z-index: 3;
	transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
	display: none
}

.themelazer_mobile_logo img {
	height: 45px
}

.sidemenuoption {
	background: #fff;
	height: 100%;
	right: 0;
	top: 0;
	width: 355px;
	transform: translateX(110%);
	z-index: 1000;
	position: fixed;
	overflow-y: auto;
	box-shadow: -2px 0 10px rgba(0, 0, 0, .06);
	transition: all .2s linear;
	padding-top: 45px
}

.menuoption-close {
	position: absolute;
	right: 16px;
	top: 8px;
	font-size: 24px;
	cursor: pointer;
	z-index: 100;
	font-weight: lighter;
	color: #000
}

.site-name-logo {
	margin: 0 auto 30px auto;
	text-align: center
}

.site-name-logo img {
	max-width: 60%
}

.themelazer-nav {
	width: 100vw;
	position: absolute;
	top: 36px;
	left: 0;
	display: flex;
	flex-direction: column;
}

.themelazer-navigation {
	text-align: center;
	color: #161616;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.themelazer-navigation ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.themelazer-navigation ul li {
	display: inline-block;
	float: none;
	vertical-align: top
}

.themelazer-navigation .menu li>a {
	float: left;
	padding: 0;
	color: inherit;
	font-family: 'Open Sans', sans-serif
}

.themelazer-navigation .menu>li {
	padding: 0 10px
}

.themelazer-navigation .menu.black_color>li>a {
	padding: 0;
	height: 45px;
	line-height: 46px;
	color: #000;
	position: relative;
	font-weight: 600;
	margin: 0;
	padding: 0;
	display: inline;
	background-repeat: no-repeat;
	box-sizing: border-box
}

.themelazer-navigation .menu.black_color>li>a:hover {
	background-size: 100% 1px;
	color: #56d465
}

.themelazer-navigation .menu>li>a {
	padding: 0;
	height: 50px;
	line-height: 50px;
	color: #fff;
	position: relative;
	font-weight: 800
}

.themelazer-navigation .menu>li>a:before {
	background-color: #fff;
	height: 1px;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 39px;
	transform: translateY(1px);
	transition: all .15s cubic-bezier(.39, .575, .565, 1);
	transition-property: opacity, transform;
	content: ""
}
/*
.themelazer-navigation .menu>li:first-child {
	margin-left: -21px
} */

.themelazer-navigation .menu>li:hover>a:before {
	opacity: 1;
	transform: translateY(-3px) translateZ(0);
	color: #56d465
}

.themelazer-navigation li:hover>a:after {
	color: inherit
}

.themelazer_tagcloud a {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 5px 10px;
	border: 1px solid #56d465;
	border-radius: 99999px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .04em;
	line-height: 1
}

.themelazer_widget_categories {
	float: left;
	width: 100%;
	margin-bottom: 28px
}

.themelazer_widget_categories>ul {
	padding: 0;
	margin-top: -10px;
	margin-bottom: 0
}

.themelazer_widget_categories ul li {
	float: left;
	width: 100%;
	list-style: none;
	display: block;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #eaeaea
}

.themelazer_widget_categories ul li a {
	position: relative;
	margin-top: 3px
}

.themelazer_widget_categories ul li a:hover span {
	border: solid 1px #56d465
}

.themelazer_widget_categories ul li span {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	line-height: 30px;
	border: solid 1px #eaeaea;
	text-align: center;
	font-size: 13px;
	color: #000;
	transition: all .4s ease
}

.themelazer_footer_widget_area {
	float: left;
	width: 100%;
	margin-bottom: 40px
}

.copyright-area {
	padding: 20px 0;
	float: left;
	width: 100%
}

img {
	max-width: 100%
}

.single-input-item {
	color: #151515;
	margin-bottom: 30px
}

.single-input-item label {
	color: #151515;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	position: relative
}

.single-input-item input,
.single-input-item textarea {
	border: 1px solid #dfdfdf;
	color: #151515;
	font-weight: 500;
	display: block;
	outline: 0;
	padding: 15px 20px;
	transition: .3s;
	width: 100%;
	font-size: 13px
}

.single-input-item input:focus,
.single-input-item textarea:focus {
	border-color: #56d465
}

​h5.dez-tilte {
	text-align: center
}

div {
	display: block
}

button {
	text-transform: none
}

button:focus,
input,
input:focus,
textarea,
textarea:focus {
	overflow: visible;
	outline: 0
}

.icon-bx-wraper.left .icon-bx-xl {
	float: left;
	margin-right: 5px
}

.blog-social-list {
	float: right
}

.blog-social-list a {
	text-align: center;
	display: inline-block;
	list-style: none
}

.blog-social-list a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	border-radius: 100px
}

.themelazer_tag_share {
	float: left;
	width: 100%;
	margin-bottom: 30px
}

.blog-tags {
	float: left
}

.blog-tags a {
	color: #939393;
	background-color: #f5f6f7;
	display: inline-block;
	border-radius: 5px;
	font-size: 11px;
	margin: 0 0 5px;
	padding: 5px 10px;
	font-weight: 600;
	text-transform: uppercase;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease
}

.blog-tags a:hover {
	background: #56d465;
	color: #fff
}

.themelazer-comment-wrapper {
	margin-top: 20px
}

.submit_themelazern_large {
	float: left;
	padding: 0 20px;
	font-size: 11px;
	letter-spacing: .2em;
	font-weight: 800;
	text-transform: uppercase;
	outline: 0;
	height: 45px;
	line-height: 45px;
	transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	color: #fff;
	background-color: #56d465;
	border: 0;
	cursor: pointer;
	margin-bottom: 30px;
}

.facebook-bg {
	background: #bababa
}

.twitter-bg {
	background: #bababa
}

.linkedin-bg {
	background: #bababa
}

.pinterest-bg {
	background: #bababa
}

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

.blog-style-one {
	margin-bottom: 50px;
	float: left;
	width: 100%;
	position: relative
}

.blog-style-one .text-box {
	float: left;
	width: 100%;
	position: relative
}

.blog-style-one .single-blog-style-one .img-box {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.blog-style-one .single-blog-style-one .meta-info {
	float: left;
	width: 100%;
	margin-bottom: 10px
}

.blog-style-one .single-blog-style-one .img-box img {
	width: 100%;
	-webkit-transition: all .4s ease;
	object-fit: cover;
	display: block;
	transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.text-box .meta-info a {
	display: inline-block;
	vertical-align: middle;
	transition: all .4s ease
}

.blog-style-one .single-blog-style-one .text-box h3 {
	margin-bottom: 15px
}

.blog-style-one .single-blog-style-one .text-box h3 a {
	font-size: 20px;
	color: #000 !important;
	background-image: linear-gradient(to right, #56d465 0, #eaeaea 100%);
	background-position: 0 calc(100% - .1em);
	background-size: 0 2px;
	transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
	padding: 0;
	display: inline;
	background-repeat: no-repeat;
	box-sizing: border-box;
	transition: all .4s ease
}

.blog-style-one .single-blog-style-one .text-box h3 a:hover {
	background-size: 100% 2px
}

.blog-style-one .single-blog-style-one .text-box p {
	color: #4b4f56;
	float: left;
	width: 100%;
	margin: 0;
	font-size: 15px
}

.blog-style-one .single-blog-style-one:hover .img-box img {
	transform: scale(1.05)
}

.blog-style-one .single-blog-style-one:hover .img-box:after {
	opacity: 1
}

.blog-style-one.blog-style-one .single-blog-style-one .text-box .meta-info img {
	max-width: 100%
}

.text-box .meta-info a {
	display: inline-block;
	vertical-align: middle;
	transition: all .4s ease
}

.blog-style-one .single-blog-style-one .meta-info {
	float: left;
	width: 100%;
	margin-bottom: 10px
}

.meta-info {
	line-height: 1.2
}

.meta-info ul {
	display: inline-block;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2
}

.meta-info ul li a {
	font-weight: 600;
	font-size: 13px
}

.meta-info ul li a img {
	width: 30px;
	border-radius: 100px;
	margin-right: 10px;
	border-radius: 100px;
	padding: 1px;
	border: solid 1px #56d465
}

.meta-info ul li {
	display: inline-block;
	color: rgba(10, 10, 10, .7);
	font-size: 13px;
	text-transform: capitalize
}

.meta-info ul li+li {
	margin-left: 3px
}

.meta-info ul li+li:before {
	content: '\2043';
	font-weight: 600;
	color: #56d465;
	margin-right: 6px
}

.footer-meta-info {
	float: left;
	width: 100%;
	margin-top: 15px
}

.footer-meta-info .themelazer_more_themelazern {
	float: left;
	font-size: 12px;
	padding-bottom: 0;
	border-bottom: 1px solid #56d465;
	transition: .2s;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600
}

.blog-style-one .single-blog-style-one .img-box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 15px
}

.blog-style-one .single-blog-style-one .img-box>img {
	width: 100%;
	transition: all .4s ease
}

.blog-style-one .single-blog-style-one .text-box h3 {
	color: #000;
	transition: all .4s ease;
	float: left;
	width: 100%
}

.themelazer-pagination-wrapper {
	margin: 0;
	padding: 0
}

.themelazer-pagination {
	text-align: center
}

.themelazer-pagination .page-numbers {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	background: 0 0;
	border: 1px solid #ccc;
	color: #000;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 2px;
	transition: all .4s ease
}

.themelazer-pagination .page-numbers:hover {
	border: 1px solid transparent;
	display: inline-block;
	background: #fff;
	color: #000;
	border: 1px solid #56d465;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center
}

.themelazer-pagination .page-numbers.next {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	background: 0 0;
	border: 1px solid #ccc;
	color: #000;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 2px;
	transition: all .4s ease
}

.themelazer-pagination .page-numbers.next:hover {
	border: 1px solid transparent;
	display: inline-block;
	background: #fff;
	color: #000;
	border: 1px solid #56d465;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center
}

.themelazer-pagination .page-numbers.current {
	border: 1px solid transparent;
	display: inline-block;
	background: #fff;
	color: #000;
	border: 1px solid #56d465;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 20px
}

.themelazer-widget-author {
	padding: 0 10px 10px 10px;
	margin-bottom: 20px
}

.author-container {
	text-align: center
}

.themelazer-author-title {
	font-size: 16px;
	margin-bottom: 20px
}

.themelazer-author-avatar a {
	display: inline-block
}

.themelazer-author-avatar a img {
	border-radius: 100px;
	width: 180px;
	padding: 4px;
	border: 1px dashed #56d465
}

.themelazer-author-avatar {
	margin-bottom: 15px
}

.themelazer-author-data .author-description {
	margin-bottom: 10px;
	font-size: 15px;
	color: #000
}

.themelazer-author-data .themelazer-autograph-about {
	margin-bottom: 15px
}

.themelazer-author-social-links .themelazer-social-links-items .themelazer-social-links-item {
	display: inline-block;
	margin: 0
}

.themelazer-author-social-links .themelazer-social-links-items a {
	font-size: 15px;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	background: #dadcde;
	border-radius: 100px;
	color: #a2a2a2
}

.themelazer-author-social-links .themelazer-social-links-items a:hover {
	color: #56d465
}

.themelazer-author-social-links .themelazer-social-links-items .themelazer-facebook {
	background: 0 0
}

.themelazer-author-social-links .themelazer-social-links-items .themelazer-twitter {
	background: 0 0
}

.themelazer-author-social-links .themelazer-social-links-items .themelazer-youtube {
	background: 0 0
}

.sidebar .single-sidebar {
	margin-bottom: 40px
}

.sidebar .single-sidebar:last-child {
	margin-bottom: 0
}

.sidebar .single-sidebar h3,
.sidebar .single-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.sidebar .single-sidebar .title:after {
	content: '';
	border-top: 2px solid #56d465;
	flex: 1 0 1em
}

.sidebar .single-sidebar .title:before {
	content: '';
	border-top: 2px solid #56d465;
	flex: 1 0 1em
}

.sidebar .single-sidebar .title h3:before {
	content: '';
	border: .5px solid #56d465;
	text-align: left;
	margin: 0 1em 0 0;
}

.sidebar .single-sidebar .title h3:after {
	content: '';
	border-radius: 15px;
	border: .5px solid #56d465;
	text-align: left;
	margin: 0 0 0 1em;
}

.sidebar .single-sidebar .title {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 40px
}

.sidebar .single-sidebar .title h3 {
	margin: 0;
	text-align: center;
	font-size: 18px;
	display: inline-block
}

.themelazer_post_categories {
	float: left;
	width: 100%;
	margin-bottom: 5px
}

.themelazer_post_categories a {
	letter-spacing: .04em;
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	transition: .2s;
	color: #56d465
}

@media only screen and (min-width:760px) and (max-width:1199px) {
	.container {
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px
	}

	.themelazer_sidebar {
		padding-left: 30px
	}
}


@media only screen and (min-width:992px) {
	.header-s-m{
		display: none;
	}

	.themelazer-navigation ul{
		display: flex;
		flex-direction: row;
	}

	.themelazer-nav{
		position: fixed;
		top: 0;
		left: 50%;
	}
}



@media only screen and (min-width:768px) and (max-width:992px) {
	.themelazer-navigation {
		display: none
	}

	.container {
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px
	}

	.blog-style-one .single-blog-style-one .text-box h3 a {
		font-size: 18px
	}

	.themelazer_mobile_logo {
		display: block
	}

	.themelazer_content {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 50px
	}

	.themelazer_sidebar {
		width: 100%;
		padding-left: 15px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.header-search .header-search-form input[type=search] {
		font-size: 28px
	}
}

@media only screen and (max-width:900px) {
	.themelazer-content-area {
		padding: 20px 0 !important;
	}
}

@media only screen and (max-width:767px) {
	#contact-form{
		padding: 15px;
	}

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

	.themelazer_mobile_logo {
		display: block
	}

	.themelazer-blog-body {
		padding-top: 50px;
	}

	.themelazer-navigation {
		display: none
	}

	.themelazer-navigation.show {
		display: block !important
	}

	.themelazer_content {
		margin-bottom: 50px
	}

	.themelazer_sidebar {
		padding-left: 15px
	}

	.themelazer_footer_menu {
		display: none
	}

	.themelazer_footer_social_media {
		display: none
	}

	.blog-social-list {
		float: left
	}

	.themelazer-pagination .page-numbers.current {
		margin: 0
	}

	.themelazer_footer_widget_area {
		margin-bottom: 30px
	}

	.header-search .header-search-form input[type=search] {
		font-size: 22px
	}

	.themelazer_title_p h2 {
		margin-top: 10px
	}

	.themelazer_post_categories {
		display: none;
	}

	.meta-info {
		display: none;
	}

    .themelazer_main_header {
        position: relative;
    }

    .themelazer-blog-body {
        padding-top: 10px;
    }

    p {
        line-height: 1.3;
    }

    h1 {
        font-size: 23px;
        font-weight: 600;
        text-align: center;
    }
}
.positionFixed{bottom:0;left:50%;position:fixed;transform:translate(-50%,0);z-index:999;width:100%;background-color:#e4e4e4;display:flex;justify-content:center}
.ad-div{margin-bottom:5px;width:100%}
.t_de{height:.2rem;max-width:100%;line-height:.3rem;font-size:.6rem;padding:.5rem 0 1rem 0;box-sizing:border-box;color:#707070;text-align:center}
.grecaptcha-badge{visibility:hidden}

/* Modern Pagination Styles */
.basic-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 40px;
    padding: 0;
    list-style: none;
    gap: 8px;
  }

  .blog-page__pagination {
    margin: 50px 0 30px;
  }

  .basic-pagination li {
    display: inline-block;
    margin-right: 0 !important;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #212529;
    background-color: #fff;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.1);
  }

  .basic-pagination li a::before,
  .basic-pagination li span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 123, 255, 0.1), transparent);
    transition: left 0.5s ease;
  }

  .basic-pagination li a:hover::before {
    left: 100%;
  }

  .basic-pagination li a i {
    font-size: 16px;
    vertical-align: middle;
  }

  .basic-pagination li a:hover {
    border: 2px solid #56d465;
    background-color: #56d465;
    color: #fff;
    transform: translateY(-2px);
  }

  .basic-pagination li a.current {
    background-color: #56d465;
    border: 2px solid #56d465;
    color: #fff;
    font-weight: 400;
  }

  .basic-pagination li a.disabled,
  .basic-pagination li span.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }

  .basic-pagination li span.ellipsis {
    background-color: transparent;
    border: none;
    color: #56d465;
    font-weight: 600;
    cursor: default;
    box-shadow: none;
  }

  .basic-pagination li span.ellipsis:hover {
    background-color: transparent;
    border: none;
    transform: none;
    box-shadow: none;
  }

  /* Enhanced hover effects for better UX */
  .basic-pagination li a:not(.disabled):not(.current):hover {
    animation: paginationPulse 0.6s ease-in-out;
  }

  @keyframes paginationPulse {
    0% { transform: translateY(-2px) scale(1); }
    50% { transform: translateY(-2px) scale(1.05); }
    100% { transform: translateY(-2px) scale(1); }
  }

  /* Responsive design */
  @media only screen and (max-width: 768px) {
    .basic-pagination {
      margin: 40px 0 30px;
      gap: 6px;
    }

    .blog-page__pagination {
      margin: 30px 0 20px;
    }

    .basic-pagination li a,
    .basic-pagination li span {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 14px;
    }

    .basic-pagination li a i {
      font-size: 14px;
    }
  }

  @media only screen and (max-width: 480px) {
    .basic-pagination {
      gap: 4px;
    }

    .basic-pagination li a,
    .basic-pagination li span {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 13px;
    }

    .basic-pagination li a i {
      font-size: 12px;
    }
  }
