: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,"Noto Sans","Liberation Sans",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;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

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,"Noto Sans","Liberation 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
}

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
}

blockquote {
	margin: 0 0 1rem
}

b,strong {
	font-weight: bolder
}

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

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

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

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

figure {
	margin: 0 0 1rem
}

img {
	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:not(:focus-visible) {
	outline: 0
}

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
}
[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

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

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

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

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

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

@media (min-width:576px) {
	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
}

@media (min-width:768px) {
	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

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

@media (min-width:992px) {
	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

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

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

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

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

@media (min-width:1200px) {
	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

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

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	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
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

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

textarea.form-control {
	height: auto
}

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

.form-inline {
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
}

.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
	margin-top: 0
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat
}

@media (min-width:576px) {
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (min-width:768px) {
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-toggler {
	display: none
}

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

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

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

.fa-ul > li {
	position: relative;
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-clock:before {
	content: "\f017";
}

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

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-search:before {
	content: "\f002";
}

.fa-share-square:before {
	content: "\f14d";
}

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

.fa-user:before {
	content: "\f007";
}

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

.fab,
.far {
	font-weight: 400;
	font-style: normal;
}

:root {
	--main-color-one: #fff34d;
	--main-color-two: #FBAF5D;
	--main-color-three: #EFA48D;
	--main-color-four: #F13B3A;
	--secondary-color: #FEEBE4;
	--heading-color-one: #333333;
	--heading-color-two: #666666;
	--heading-color-three: #333333;
	--hover-color-one: #FF6280;
	--hover-color-two: #FF695C;
	--paragraph-color: #666666;
	--heading-font-one: "Playfair Display", serif;
	--body-font: "Roboto", sans-serif;
	--extra-font: "Noto Sans JP", sans-serif;
	--extra-font-two: "Source Serif Pro", serif;
	--extra-font-three: "Oswald", sans-serif;
}

html {
	overflow-x: hidden;
	font-family: var(--body-font);
}

* {
	box-sizing: border-box;
	outline: none;
}

body {
	margin: 0;
	color: var(--paragraph-color);
	overflow-x: hidden;
	font-family: var(--body-font);
	font-size: 16px;
}

h1 {
	font-size: 48px;
	line-height: 1.0833333333;
}

h2 {
	font-size: 36px;
	line-height: 1.4444444444;
}

h3 {
	font-size: 24px;
	line-height: 1.0833333333;
}

h4 {
	font-size: 20px;
	line-height: 1.2380952381;
}

h5 {
	font-size: 16px;
	line-height: 1.0833333333;
}

h6 {
	font-size: 14px;
	line-height: 1.0833333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0px;
}

p {
	color: var(--paragraph-color);
	font-family: var(--body-font);
	hyphens: auto;
	line-height: 1.6;
	margin-bottom: 0px;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
	color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: inherit;
}

a i {
	padding: 0 2px;
}

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

ol:not([class]) {
	margin-bottom: 20px;
}

ol:not([class]) ol {
	margin-bottom: 0px;
}

ul ol:not([class]) {
	margin-bottom: 0px;
}

dl,
ol,
ul {
	padding-left: 0px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 0px;
}

ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	color: var(--paragraph-color);
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
	color: #fff;
}

.first-word {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: var(--main-color-one);
	text-transform: capitalize;
}

.post-meta .list .list-item {
	display: inline-block;
	margin-right: 25px;
}

.post-meta .list .list-item:last-child {
	margin-right: 0;
}

.post-meta .list .list-item a {
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.post-meta .list .list-item a:hover {
	color: var(--main-color-one);
}

.post-meta .list .list-item a .icon {
	font-size: 14px;
	display: inline-block;
	color: var(--main-color-one);
	padding-right: 4px;
	vertical-align: 2px;
}

.post-meta .list .list-item a .text {
	font-size: 16px;
	display: inline-block;
	text-transform: capitalize;
}

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

.social-link-list .list-item a {
	display: inline-block;
	font-size: 16px;
	color: #999999;
	margin: 0 4px;
	transition: all linear 0.3s;
}

.social-link-list .list-item a:hover {
	color: var(--main-color-one);
}

.social-link-list .list-item:first-child a {
	margin-left: 0;
}

.social-link-list .list-item:last-child a {
	margin-right: 0;
}

.title a {
	transition: all linear 0.2s;
}

.title a:hover {
	color: var(--main-color-one);
}

.title.v-2 a:hover {
	color: var(--main-color-two);
}

.wp-block-cover-text p {
	padding: 1.5em 14px;
}

.wp-block-pullquote > p:first-child {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0;
	}
}

.wp-block-cover-text p {
	padding: 1.5em 14px;
}

.wp-block-pullquote > p:first-child {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0;
	}
}


.widget-area-wrapper .widget {
	margin-bottom: 30px;
	margin-bottom: 30px;
	border: 1px solid #FEF6F3;
}

.widget-area-wrapper .widget:last-child {
	margin-bottom: 0;
}

.widget-area-wrapper .widget .widget-title {
	font-family: var(--extra-font-two);
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #FEF6F3;
	padding: 13px 0 14px;
	color: var(--heading-color-three);
	text-transform: capitalize;
}

.widget-area-wrapper .widget.widget-search {
	border: none;
}

.widget-area-wrapper .widget.widget-search form {
	display: flex;
}

.widget-area-wrapper .widget.widget-search form .form-group {
	flex: 1;
}

.widget-area-wrapper .widget.widget-search form .form-group .form-control {
	height: 50px;
	width: 100%;
	border-color: #F3BAA9;
	border-right: none;
	border-radius: 0;
}

.widget-area-wrapper .widget.widget-search form .form-group .form-control::placeholder {
	text-transform: capitalize;
}

.widget-area-wrapper .widget.widget-search form .form-btn-1 {
	height: 50px;
	width: 20%;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	text-align: center;
	padding: 12px 22px;
	border: 1px solid #F3BAA9;
	border-left: none;
	color: rgba(128, 128, 128, 0.583) !important;
	background-color: transparent;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border-radius: 0;
}

.widget-area-wrapper .widget.widget-upcomming-blog {
	border: none;
}

.widget-area-wrapper .widget.widget-upcomming-blog .img-box {
	position: relative;
}

.widget-area-wrapper .widget.widget-upcomming-blog .img-box .content {
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 0;
	background-color: #fff;
	text-align: center;
	padding: 20px 20px 22px;
}

.widget-area-wrapper .widget.widget-upcomming-blog .img-box .content .catg {
	display: block;
}

.widget-area-wrapper .widget.widget-upcomming-blog .img-box .content .catg a {
	font-family: var(--extra-font-two);
	color: var(--main-color-three);
	text-transform: capitalize;
}

.widget-area-wrapper .widget.widget-upcomming-blog .img-box .content .title {
	font-family: var(--extra-font-two);
	color: var(--heading-color-one);
	font-weight: 600;
	font-size: 30px;
	text-transform: capitalize;
	margin-top: 5px;
}

.widget-area-wrapper .widget.widget-upcomming-blog .img-box .content .title a {
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.widget-area-wrapper .widget.widget-upcomming-blog .img-box .content .title a:hover {
	color: var(--main-color-three);
}

.widget-area-wrapper .widget.widget-about-author {
	text-align: center;
}

.widget-area-wrapper .widget.widget-about-author .img-box img {
	border-radius: 50%;
}

.widget-area-wrapper .widget.widget-about-author .content {
	padding: 0 20px 20px;
}

.widget-area-wrapper .widget.widget-about-author .content .title {
	font-family: var(--extra-font-two);
	color: var(--heading-color-one);
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	margin: 14px 0 8px;
}

.widget-area-wrapper .widget.widget-about-author .content .title a {
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.widget-area-wrapper .widget.widget-about-author .content .title a:hover {
	color: var(--main-color-three);
}

.widget-area-wrapper .widget.widget-about-author .content .info {
	font-size: 16px;
}

.widget-area-wrapper .widget.widget-about-author .content .social-link-list {
	margin-top: 7px;
}

.widget-area-wrapper .widget.widget-about-author .content .social-link-list a {
	color: var(--heading-color-two);
}

.widget-area-wrapper .widget.widget-about-author .content .social-link-list a:hover {
	color: var(--main-color-three);
}

.widget-area-wrapper .widget.widget-category .list {
	margin-top: -5px;
	padding: 0 20px;
	padding-bottom: 9px;
}

.widget-area-wrapper .widget.widget-category .list li {
	margin-bottom: 7px;
}

.widget-area-wrapper .widget.widget-category .list li a {
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.widget-area-wrapper .widget.widget-category .list li a:hover {
	color: var(--main-color-three);
}

.widget-area-wrapper .widget.widget-recent-post .post-list {
	margin: 0 20px 20px;
}

.widget-area-wrapper .widget.widget-recent-post .post-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget-area-wrapper .widget.widget-recent-post .post-list li .thumb {
	margin-right: 10px;
}

.widget-area-wrapper .widget.widget-recent-post .post-list li .content {
	-webkit-box-flex: 1;
	flex: 1;
	align-self: center;
}

.widget-area-wrapper .widget.widget-recent-post .post-list li .content .catg {
	text-transform: capitalize;
	font-size: 12px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.widget-area-wrapper .widget.widget-recent-post .post-list li .content .catg:hover {
	color: var(--main-color-three);
}

.widget-area-wrapper .widget.widget-recent-post .post-list li .content .post-title {
	font-family: var(--extra-font-two);
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.widget-area-wrapper .widget.widget-recent-post .post-list li .content .post-title:hover {
	color: var(--main-color-three);
}

.widget-area-wrapper .widget.widget-recent-post .post-list > li {
	margin-top: 15px;
}

.widget-area-wrapper .widget.widget-recent-post .post-list > li:first-child {
	margin-top: 0;
}

.widget-area-wrapper .widget.widget-recent-post .post-list > li:last-child {
	margin-bottom: 0;
	border: none;
}

.widget-area-wrapper .widget.widget-gallery .list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px 20px;
	margin: -5px 0;
}

.widget-area-wrapper .widget.widget-gallery .list li {
	width: 50%;
}

.widget-area-wrapper .widget.widget-gallery .list li img {
	width: 100%;
	padding: 5px;
}

.widget-area-wrapper .widget.widget-tag .tag-wrapper {
	padding: 0 17px 10px;
}

.widget-area-wrapper .widget.widget-tag .btn-tag {
	text-transform: capitalize;
	font-size: 12px;
	display: inline-block;
	background-color: #EEEEEE;
	padding: 3px 10px;
	margin: 0 3px 10px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border: 1px solid #EEEEEE;
}

.widget-area-wrapper .widget.widget-tag .btn-tag:hover {
	color: #fff;
	background-color: var(--main-color-three);
	border-color: var(--main-color-three);
}

.widget-area-wrapper.dark-version .widget {
	border: none !important;
	background-color: #0E0836;
	color: #fff;
}

.widget-area-wrapper.dark-version .widget .widget-title {
	background-color: var(--main-color-four);
	color: #fff;
}

.widget-area-wrapper.dark-version .widget .info {
	color: #fff;
}

.widget-area-wrapper.dark-version .widget a {
	color: #fff !important;
}

.widget-area-wrapper.dark-version .widget a:hover {
	color: var(--main-color-four) !important;
}

.widget-area-wrapper.dark-version .widget.widget-search form {
	border-color: #fff;
}

.widget-area-wrapper.dark-version .widget.widget-search form input {
	background-color: transparent !important;
	border-color: #fff;
	color: #fff;
}

.widget-area-wrapper.dark-version .widget.widget-search form input::placeholder {
	color: #fff;
}

.widget-area-wrapper.dark-version .widget.widget-search form .form-control {
	border-color: #fff;
}

.widget-area-wrapper.dark-version .widget.widget-search form button {
	border-color: #fff;
}

.widget-area-wrapper.dark-version .widget.widget-search form button i {
	color: #fff;
}

.widget-area-wrapper.dark-version .widget.widget-upcomming-blog .content {
	background-color: #0E0836;
}

.widget-area-wrapper.dark-version .widget.widget-about-author .info {
	opacity: 0.7;
}

.widget-area-wrapper.dark-version .widget.widget-tag .btn-tag {
	background-color: transparent;
	border-color: #2F2381;
}

.widget-area-wrapper.dark-version .widget.widget-tag .btn-tag:hover {
	background-color: var(--main-color-four);
	color: #fff !important;
}

.widget-area-wrapper.dark-version .widget.widget-recent-post ul {
	padding-bottom: 20px;
}

.widget-area-wrapper.dark-version .widget.widget-recent-post ul li a {
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.widget-area-wrapper.style-02 .widget {
	border: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.widget-area-wrapper.style-02 .widget img {
	border-radius: 10px;
}

.widget-area-wrapper.style-02 .widget .widget-title {
	font-family: var(--extra-font);
	color: var(--heading-color-one);
	font-weight: 500;
	text-align: left;
	position: relative;
	margin-bottom: 30px;
	background-color: transparent;
}

.widget-area-wrapper.style-02 .widget .widget-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: var(--main-color-one);
}

.widget-area-wrapper.style-02 .widget.widget-search {
	border-bottom: none;
	margin-bottom: 11px;
}

.widget-area-wrapper.style-02 .widget.widget-search form .form-group input {
	border-bottom-left-radius: 35px !important;
	border-top-left-radius: 35px;
	background-color: #dddddd2b;
	border-color: #dddddd2b;
	padding-left: 20px;
}

.widget-area-wrapper.style-02 .widget.widget-search form button {
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	background-color: #eee;
	border-color: #eee;
}

.widget-area-wrapper.style-02 .widget.widget-about-author .widget-title {
	text-align: center;
	position: relative;
}

.widget-area-wrapper.style-02 .widget.widget-about-author .widget-title::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.widget-area-wrapper.style-02 .widget.widget-about-author .img-box img {
	margin: 5px 0 8px;
	display: inline-block;
	width: 80%;
}

.my-comment ul {
	display: flex;
	margin-bottom: 15px;
}

.my-comment ul li {
	margin-right: 10px;
}

.my-comment ul li i {
	color: var(--main-color-one);
}

.widget-area-wrapper.style-02 .widget.widget-about-author .content .title {
	font-family: var(--heading-font-one);
	color: var(--heading-color-three);
	font-weight: 700;
}

.widget-area-wrapper.style-02 .widget.widget-about-author .content .social-link-list a {
	color: var(--heading-color-three);
}

.widget-area-wrapper.style-02 .widget.widget-about-author .content a:hover {
	color: var(--main-color-one);
}

.widget-area-wrapper.style-02 .widget.widget-about-author .content .info {
	padding: 13px 0 10px;
}

.widget-area-wrapper.style-02 .widget.widget-upcomming-blog {
	padding-bottom: 50px;
	margin-bottom: 34px;
}

.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .img-box {
	position: relative;
}

.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .img-box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	left: 0;
	top: 0;
	opacity: 0.2;
	z-index: 1;
	border-radius: 10px;
}

.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .content {
	z-index: 2;
	background-color: transparent;
}

.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .content .title {
	margin: 21px 0 15px;
}

.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .content .catg.bar {
	position: relative;
	padding: 5px;
}

.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .content .catg.bar::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background-color: #fff;
}

.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .content a {
	color: #fff !important;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .content a:hover {
	color: var(--main-color-one) !important;
}

.widget-area-wrapper.style-02 .widget.widget-category {
	margin-bottom: 10px;
}

.widget-area-wrapper.style-02 .widget.widget-category .widget-title {
	margin-bottom: 10px;
}

.widget-area-wrapper.style-02 .widget.widget-category .list {
	padding-left: 0;
	padding-right: 0;
}

.widget-area-wrapper.style-02 .widget.widget-category .list li {
	margin-bottom: 14px;
}

.widget-area-wrapper.style-02 .widget.widget-category .list li a:hover {
	color: var(--main-color-one);
}

.widget-area-wrapper.style-02 .widget.widget-gallery .list {
	padding: 0;
	margin: 0 -4px;
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .widget-title {
	margin-bottom: 35px;
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .post-list {
	margin: 0 0px 25px;
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .post-list li {
	margin-top: 20px;
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .post-list li .post-title {
	line-height: 24px;
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .post-list li a {
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .post-list li a:hover {
	color: var(--main-color-one);
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .post-list li .catg {
	display: block;
	margin-top: -1px;
	color: var(--main-color-one);
}

.widget-area-wrapper.style-02 .widget.widget-tag {
	border-bottom: none;
}

.widget-area-wrapper.style-02 .widget.widget-tag .widget-title {
	margin-bottom: 35px;
}

.widget-area-wrapper.style-02 .widget.widget-tag .tag-wrapper {
	padding: 0 0 10px;
}

.widget-area-wrapper.style-02 .widget.widget-tag a {
	border-radius: 12px;
}

.widget-area-wrapper.style-02 .widget.widget-tag a:hover {
	background-color: var(--main-color-one);
}

.widget-area-wrapper.style-1 .widget {
	margin-bottom: 50px;
}

.widget-area-wrapper.style-1 .widget:last-child {
	margin-bottom: 0;
}

.widget-area-wrapper.style-1 .widget.widget-search .form-control {
	padding-left: 20px;
}

.widget-area-wrapper.style-1 .widget.widget-upcomming-blog .content {
	bottom: 15px;
}

.widget-area-wrapper.style-1 .widget.widget-about-author .img-box img {
	margin: 5px 0 8px;
	display: inline-block;
}

.widget-area-wrapper.style-1 .widget.widget-about-author .content .title {
	font-family: var(--heading-font-one);
	color: var(--heading-color-three);
	font-weight: 700;
}

.widget-area-wrapper.style-1 .widget.widget-about-author .content .social-link-list a {
	color: var(--heading-color-three);
}

.widget-area-wrapper.style-1 .widget.widget-about-author .content a:hover {
	color: var(--main-color-three);
}

.widget-area-wrapper.style-1 .widget.widget-about-author .content .info {
	padding: 13px 0 10px;
}

.widget-area-wrapper.style-1 .widget.widget-category .list li {
	margin-bottom: 14px;
}

.widget-area-wrapper.style-1 .widget.widget-recent-post .catg {
	display: block;
}

.widget-area-wrapper.style-1 .widget.widget-recent-post .post-title {
	font-weight: 500 !important;
	line-height: 24px;
}

.navbar.navbar-area.white .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-area {
	padding: 0;
}

.navbar-area.nav-style-02.charity-nav-02 .nav-container {
	padding: 0 0 0 20px;
	background-color: var(--main-color-one);
}

.logo-wrapper .logo {
	font-size: 1.5em;
}

.form-btn-1 {
	background: url(../image/search.png) no-repeat center;
}

.navbar-area.nav-style-02.charity-nav-03 .nav-container {
	padding: 0 0 0 20px;
	background-color: transparent;
}

.navbar-area.nav-style-02 .nav-container {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0 15px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
	color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a:hover {
	color: var(--main-color-two);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
	margin-left: 5px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content.color-black ul li a {
	color: var(--heading-color-three);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content.color-black ul li a:hover {
	color: #fbaf5d;
}

.navbar-area.nav-style-01 {
	background-color: #fff;
}

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

.navbar-area.nav-style-01 .nav-container {
	background-color: #fff;
	box-shadow: none;
	border-radius: 0;
	padding: 0 15px;
	border-bottom: 1px solid #eee;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100vw;
    height: 50px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
	color: var(--paragraph-color);
}

.navbar-area .nav-container {
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 30px;
}

.navbar-area .nav-container .nav-right-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 0px;
}

.navbar-area .nav-container .nav-right-content ul li {
	display: inline-block;
	margin: 0 0 0 8px;
	font-size: 16px;
	font-family: var(--heading-font);
	text-transform: capitalize;
	font-weight: 400;
	line-height: 70px;
	color: #6a7795;
}

.navbar-area .nav-container .nav-right-content ul li:first-child {
	margin-left: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li a .icon {
	font-size: 18px;
	display: inline-block;
	vertical-align: -2px;
	padding-right: 6px;
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
	color: var(--hover-color-one);
}

@media only screen and (max-width: 991px) {
	#bizcoxx_main_menu {
		border-bottom: 2px solid #eee;
	}

	.navbar-nav li {
		padding: 10px;
	}

	.navbar-area.nav-style-02 .nav-container {
		padding: 20px 20px;
	}

	.navbar-area.nav-style-02 .nav-container .navbar-toggler {
		background-color: #fff;
		height: 50px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin-bottom: 2px;
	}

	.navbar-area.nav-style-01 .nav-container {
		padding: 20px 0px;
		margin-left: 0;
	}

	.navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
		background-image: none;
		height: 50px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin-bottom: 3px;
	}

	.navbar-area .nav-container {
		position: relative;
		z-index: 0;
		min-height: 45px;
	}

	.navbar-area .nav-container .responsive-mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		width: 100%;
	}

	.navbar-area .nav-container .navbar-brand .navbar-toggler {
		border: 1px solid #e2e2e2;
		height: 50px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin-bottom: 3px;
	}
}

@media only screen and (max-width: 575px) {
	.navbar-area .nav-container {
		margin: 0 15px;
	}
}
/*----------------------------------------------------*/
.custom-header-container {
	/* max-width: 1790px; */
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/*-------------------------
Footer Area
-------------------------*/
.footer-area .footer-top {
	padding: 100px 0 60px;
}

.footer-area .footer-top .footer-widget .widget-title {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Jost", sans-serif;
	margin-bottom: 30px;
}

.footer-area .footer-top .footer-widget .footer-item-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center;
	margin-top: 15px;
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item {
	margin: 0px 15px;
	display: inline-block;
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item a {
	font-family: var(--extra-font);
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: #333333;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item a:hover {
	color: var(--hover-color-one);
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item:last-child {
	margin-right: 0;
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item:first-child {
	margin-left: 0;
}

.footer-area .footer-top .footer-widget .social-icon-list {
	text-align: right;
	margin-top: 15px;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item {
	display: inline-block;
	margin: 0 5px;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item:last-child {
	margin-right: 0;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item:first-child {
	margin-left: 0;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #F2F3F5;
	display: inline-block;
	line-height: 41px;
	text-align: center;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item a .icon {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item a:hover {
	background-color: var(--main-color-one);
	color: #fff;
}

.footer-area .footer-bottom {
	background-color: #ffe4f7;
}

.footer-area .footer-bottom .copyright-area {
	text-align: center;
	padding: 24px 0 20px 0;
}

.footer-area .footer-bottom .copyright-area .copyright-area-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-area .footer-bottom .copyright-area .copyright-area-inner .copyright {
	font-family: var(--extra-font);
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	text-transform: initial;
}

.highlight-index-04 .img-box-wrap .content {
	padding: 25px 20px 32px;
	position: absolute;
	background-color: #fff;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.highlight-index-04 .img-box-wrap .content .icon {
	font-size: 20px;
	color: var(--main-color-three);
}

.highlight-index-04 .img-box-wrap .content .title {
	font-family: var(--heading-font-one);
	font-size: 18px;
}

.highlight-index-04 .img-box-wrap .img-box {
	margin: 0 5px;
}

.highlight-index-04 .img-box-wrap .img-box:first-child {
	margin-left: 0;
}

.highlight-index-04 .img-box-wrap .img-box:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/

.single-gallery-item .img-box {
	overflow: hidden;
	border-radius: 5px;
}

.single-gallery-item .img-box img {
	border-radius: 5px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.single-gallery-item .content {
	text-align: center;
}

.single-gallery-item:hover .img-box img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.travel-gallery-wrapper .btn-wrapper {
	margin-top: 20px;
	text-align: center;
}

.single-gallery-item .img-box {
	position: relative;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.single-gallery-item .img-box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #7db9e808), to(#00000069));
	background-image: linear-gradient(to bottom, #7db9e808 32%, #00000069 100%);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.single-gallery-item:hover .img-box::after {
	opacity: 1;
}

/*--------------------------------------------------------------
## Contact us
--------------------------------------------------------------*/
.contact-us-area-wrapper {
	padding: 100px 0;
}

.address-wrapper {
	background-color: #F8F9FA;
	padding: 29px 35px;
}

.address-wrapper .address-list .single-address-item {
	margin-bottom: 25px;
}

.address-wrapper .address-list .single-address-item .content .title {
	font-family: var(--extra-font-two);
	color: var(--heading-color-three);
	font-weight: 600;
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.address-wrapper .address-list .single-address-item .content .info {
	font-size: 16px;
}

.get-in-touch-wrapper .title {
	font-size: 35px;
	font-weight: 500;
	font-family: var(--extra-font-two);
	color: var(--heading-color-one);
	text-transform: capitalize;
	margin-top: -4px;
	margin-bottom: 35px;
}

.get-in-touch-wrapper .col-md-6 {
	margin-bottom: 20px;
}

.get-in-touch-wrapper .form-group {
	margin-bottom: 0;
}

.get-in-touch-wrapper input {
	height: 50px;
	padding: 5px 10px;
	border-radius: 0;
}

.get-in-touch-wrapper textarea {
	width: 100%;
	height: 150px;
	resize: none;
	border-color: #ddd;
	padding: 5px 10px;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search-box-wrapper .form .form-group {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 10px;
}

.search-box-wrapper .form .form-group input {
	height: 50px;
	border-radius: 0;
}

.search-box-wrapper .form .btn-wrapper .btn-default {
	height: 50px;
	border-radius: 0;
}

.search-box-wrapper .content {
	margin-top: 78px;
}

.search-box-wrapper .content .title {
	font-family: var(--extra-font-two);
	font-size: 24px;
	font-weight: 400;
	color: var(--heading-color-one);
	text-transform: capitalize;
	text-align: center;
}

/*--------------------------------------------------------------
# About Author
--------------------------------------------------------------*/
.about-author-area-wrapper .content-wrap .content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-author-area-wrapper .content-wrap .content .title {
	font-family: var(--extra-font-two);
	font-size: 30px;
	font-weight: 600;
	color: var(--heading-color-three);
	text-transform: capitalize;
}

.about-author-area-wrapper .content-wrap .content .info {
	margin-bottom: 10px;
}

.about-author-area-wrapper .content-wrap .content .socila-link-wrap a {
	color: #707070;
}

.about-author-area-wrapper .content-wrap .content .socila-link-wrap a:hover {
	color: var(--main-color-three);
}

.author-aritcle-area-wrapper .btn-wrapper {
	text-align: center;
	margin-top: 20px;
}

.custom-container-1140 {
	max-width: 1140px;
	margin: 0 auto;
}

#bizcoxx_main_menu {
	position: absolute;
	left: 40%;
	top: 10px;
	width: 730px;
}

#bizcoxx_main_menu ul {
	display: flex;
	justify-content: space-between
}

#bizcoxx_main_menu ul a {
	font-family: var(--heading-font-one);
	font-size: 18px;
	font-weight: bold;
	color: var(--heading-color-one);
	display: inline-block;
	width: 100%;
	height: 100%;
}

#bizcoxx_main_menu ul a:hover {
	color: var(--main-color-one);
}
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details-area-wrapper {
	padding-top: 10px;
	max-width: 1140px;
	margin: 0 auto;
}

.blog-details-area-wrapper .info {
	line-height: 28px;
}

.blog-details-area-wrapper .info p,
.blog-details-area-wrapper .info ul li{
	line-height: 2;
}

.blog-details-area-wrapper .single-box .title {
	font-family: var(--extra-font-two);
	font-weight: 600;
	font-size: 45px;
	color: var(--heading-color-three);
	margin-bottom: 35px;
	line-height: 60px;
}

.blog-details-area-wrapper .img-box img {
	border-radius: 7px;
}

.blog-details-area-wrapper .content .post-meta {
	margin-bottom: 29px;
}

.blog-details-area-wrapper .content .post-meta a .icon {
	font-size: 16px;
	vertical-align: 0;
	padding-left: 0;
	margin-left: -1px;
}

.blog-details-area-wrapper .blog-details-tag-icon {
	margin-top: 44px;
	border-bottom: 1px solid #ffe4f7;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog-details-area-wrapper .blog-details-tag-icon .tag .name,
.blog-details-area-wrapper .blog-details-tag-icon .icon .name {
	display: inline-block;
	font-family: var(--heading-font);
	font-weight: 400;
	color: var(--heading-color-two);
	text-transform: capitalize;
	margin-right: 3px;
}

.blog-details-area-wrapper .blog-details-tag-icon .tag a {
	display: inline-block;
	text-transform: capitalize;
	font-size: 12px;
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
	padding: 2px 10px;
	margin-right: 5px;
	border-radius: 10px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.blog-details-area-wrapper .blog-details-tag-icon .tag a:hover {
	color: #fff;
	background-color: var(--main-color-one);
	border-color: var(--main-color-one);
}

.blog-details-area-wrapper .blog-details-tag-icon .icon ul {
	display: inline-block;
}

.blog-details-area-wrapper .blog-details-tag-icon .icon ul li {
	display: inline-block;
}

.blog-details-area-wrapper .blog-details-tag-icon .icon ul li a {
	display: inline-block;
	text-transform: capitalize;
	font-size: 15px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.blog-details-area-wrapper .blog-details-tag-icon .icon ul li a:hover {
	color: var(--main-color-one);
}

.blog-details-area-wrapper .contact-1 .info {
	margin-bottom: 29px;
}

.blog-details-area-wrapper .img-box-2 {
	margin-top: 45px;
	margin-bottom: 44px;
}

.blog-details-area-wrapper .quote {
	font-family: var(--extra-font-two);
	font-weight: 600;
	font-size: 24px;
	color: var(--heading-color-three);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-details-area-wrapper .quote .icon {
	margin-right: 10px;
	font-size: 32px;
	color: #ddd;
	position: relative;
	bottom: -3px;
}

.blog-details-area-wrapper .quote-1 {
	margin: 44px 0 29px;
    border-left: 5px solid var(--main-color-one);
    font-style: italic;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    background-color: #ffe4f7;
    padding: 50px 39px 55px 37px;
    text-align: center;
    margin: 40px 0 35px;
    border-radius: 5px;
}

.blog-details-area-wrapper .quote-2 {
	margin: 47px 0 45px;
}

.blog-details-area-wrapper .contact-2 .info {
	margin-bottom: 29px;
}

.btn-wrapper {
	display: block;
}

.btn-wrapper .btn-default {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	border: 2px solid var(--main-color-one);
	background-color: var(--main-color-one);
	color: #fff;
	line-height: 50px;
	text-transform: capitalize;
	padding: 0 35px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.btn-wrapper .btn-default:hover {
	background-color: transparent;
	color: var(--main-color-one);
}


.video-slider-inst .slick-dots li {
	position: relative;
	bottom: 5px;
	width: 12px;
	height: 12px;
	background: #DDDDDD;
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
}

.video-slider-inst .slick-dots li button {
	display: none;
}


.food-blog-grid .single-slider-item .title {
	margin-top: 17px !important;
	margin-bottom: 12px !important;
}

.food-blog-grid .single-slider-item .post-meta {
	margin-top: 14px !important;
}

.food-blog-grid .btn-wrapper {
	margin-bottom: 60px;
}

/*--------------------------------------------------------------
## Blog List
--------------------------------------------------------------*/
.blog-list-area-wrapper.index-01 {
	padding: 100px 0 0;
}

.blog-list-area-wrapper.index-01 .single-blog-list-1-index-1:last-child {
	border-bottom: none;
}

.blog-list-area-wrapper.index-01 .pagination {
	margin-top: 70px;
}

.blog-list-area-wrapper.index-01 .pagination .page-number {
	border-radius: 50%;
}

.single-blog-list-1-index-1 {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 40px;
}

.single-blog-list-1-index-1:first-child {
	margin-top: 0;
}

.single-blog-list-1-index-1 .content-top .title {
	font-family: var(--heading-font-one);
	font-size: 20px;
	color: var(--heading-color-one);
	margin: 15px 0;
	line-height: 50px;
    margin: 0;
}

.logo-wrapper {
	height: 45px;
	line-height: 45px;
	width: 1140px;
	margin: 0 auto;
}

.single-blog-list-1-index-1 .content-top .img-box {
	border-radius: 18px;
}

.single-blog-list-1-index-1 .content-bottom .info {
	margin-top: 0;
	margin-bottom: 24px;
	line-height: 2;
}

.single-blog-list-1-index-1 .content-bottom .post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-blog-list-1-index-1 .content-bottom .post-meta .left-content .btn-wrapper .reading-btn {
	display: inline-block;
	text-transform: capitalize;
	font-family: var(--extra-font);
	color: var(--heading-color-one);
	padding-bottom: 10px;
	position: relative;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.single-blog-list-1-index-1 .content-bottom .post-meta .left-content .btn-wrapper .reading-btn::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 52%;
	height: 1px;
	background-color: #707070;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.single-blog-list-1-index-1 .content-bottom .post-meta .left-content .btn-wrapper .reading-btn:hover {
	color: var(--main-color-one);
}

.single-blog-list-1-index-1 .content-bottom .post-meta .left-content .btn-wrapper .reading-btn:hover::after {
	background-color: var(--main-color-one);
	width: 100%;
}

.single-blog-list-1-index-1 .content-bottom .post-meta .right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-blog-list-1-index-1 .content-bottom .post-meta .right-content .list {
	-ms-flex-item-align: end;
	align-self: flex-end;
	height: 19px;
}

.single-blog-list-1-index-1.travel .title {
	margin-bottom: 35px !important;
}



/*----------------------------
Pagination
----------------------------*/
.pagination {
	margin-top: 40px;
}

.pagination .pagination-list li {
	display: inline-block;
}

.pagination .pagination-list li .page-number {
	color: var(--paragraph-color);
	display: inline-block;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0 6px;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
	border: 1px solid transparent;
	font-weight: 400;
}

.pagination .pagination-list li .page-number.current {
	background-color: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one);
}

.pagination .pagination-list li .page-number:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one);
}


/*--------------------------------------------------------------
## Recent Post
--------------------------------------------------------------*/
.recent-post-area-wrapper .btn-wrapper {
	text-align: center;
	margin-top: 0px;
}

.recent-post-area-wrapper.v-2 .content .catagory a {
	color: #fff;
}

.single-recent-post-wrap .content .catagory a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 2px 18px;
	background-color: var(--main-color-two);
	color: var(--heading-color-one);
}

.single-recent-post-wrap .content .title {
	font-family: var(--heading-font-one);
	font-size: 35px;
	font-weight: 400;
	color: var(--heading-color-one);
	margin: 17px 0 25px;
	line-height: 50px;
}

.single-recent-post-wrap .content .title a {
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.single-recent-post-wrap .content .title a:hover {
	color: var(--main-color-two);
}

.single-recent-post-wrap .content .post-meta {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
}

.single-recent-post-wrap .content .post-meta .list-item a:hover {
	color: var(--main-color-two);
}

.img-box img {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.logo-wrapper .logo {
		padding-left: 0;
		font-size: 1.5em;
	}

	.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
		width: 100vw;
		padding-right: 15px;
		padding-left: 15px;
	}

	.row {
		margin: 0 !important;
	}

	.footer-area .footer-bottom .copyright-area {
		text-align: center;
		padding: 24px 0 34px 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.widget-area-wrapper.style-1 .widget.widget-upcomming-blog .img-box .content .title {
		font-size: 26px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* index-01 */

	.single-blog-list-1-index-1 .content-top .title {
		font-size: 33px;
	}

	.style-02 .widget.widget-upcomming-blog .img-box img {
		width: 100%;
	}

	.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .content .title {
		margin: 17px 0 11px;
		font-size: 28px;
	}
}


@media only screen and (max-width: 991px) {
	/* .logo-wrapper {
		margin-left: 20px;
	} */

	.navbar-area.nav-style-01 .logo-wrapper {
		padding-left: 15px;
		margin-left: 2em;
		margin-left:0;
	}

	.navbar-area.nav-style-01 {
		position: absolute;
		background-color: #fff;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 44;
	}

	.blog-list-area-wrapper.index-01 {
		padding: 45px 0 0;
	}

	.widget-area-wrapper.style-02 {
		margin-top: 100px;
	}

	.col-md-6.col-lg-4.col-xl-3.widg {
		margin: auto;
	}

	.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .img-box img {
		width: 100%;
	}

	.widget-area-wrapper.style-02 .widget:last-child {
		margin-bottom: 0px;
	}

	.footer-area .footer-top .footer-widget .footer-item-list {
		text-align: left;
		margin: 33px 0 34px;
	}

	.footer-area .footer-top .footer-widget .footer-item-list .list-item {
		display: block;
		margin: 0px 0px 18px;
	}

	.footer-area .footer-top .footer-widget .footer-item-list .list-item:last-child {
		margin-bottom: 0;
	}

	.footer-area .footer-top .footer-widget .social-icon-list {
		text-align: left;
		margin-top: 0;
	}

	.index-01 .footer-top {
		padding: 56px 0 60px;
	}

	.footer-area .logo-wrapper {
		padding-left: 0px;
	}

	.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .content .title {
		margin: 17px 0 11px;
		font-size: 28px;
	}

	.widg {
		margin: auto;
		margin-top: 100px;
	}

	.highlight-index-04 .img-box-wrap .content .title {
		font-size: 12px;
	}

	.responsive-mobile-menu {
		height: 45px;
	}

	.navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
		background-color: #fff;
		margin-left: 0 !important;
        display: none;
	}

	.address-wrapper {
		margin-bottom: 100px;
	}

	.blog-details-area-wrapper .single-box .title {
		font-size: 42px;
		line-height: 55px;
	}
}

@media only screen and (max-width: 767px) {
    .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
        display: block;
	}

	.navbar-area.nav-style-01 {
		background-color: transparent;
	}

	.single-blog-list-1-index-1 .content-top .title {
		font-size: 32px;
		line-height: 50px;
	}

	.style-1 .widget.widget-upcomming-blog {
		text-align: center;
	}

	.style-1 .widget.widget-upcomming-blog .img-box {
		display: inline-block;
		text-align: center;
	}

	.footer-area.index-04 .footer-top .logo-wrapper {
		border: none;
	}

	.style-1 .widget.widget-upcomming-blog {
		text-align: center;
		background-color: transparent;
	}

	.error-area-wrapper .content .title {
		font-size: 35px;
	}

	.widget-area-wrapper.style-02 .widget.widget-upcomming-blog {
		text-align: center;
	}

	.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .img-box {
		display: inline-block;
	}

	.widget-area-wrapper.style-02 .widget.widget-upcomming-blog .img-box img {
		width: auto;
	}
}

@media only screen and (max-width: 768px) {
	.navbar-area.nav-style-01 .nav-container {
		padding: 0;
	}

	.navbar.navbar-area.navbar-expand-lg.has-topbar.nav-style-01 .navbar-collapse {
		background-color: #fff;
		position: fixed;
		top: 19px;
		left: 0;
		padding-left: 20px;
		width: 100vw;
	}

	#bizcoxx_main_menu {
		position: fixed;
		top: 45px;
		left: 0;
		width: 100vw;
		display: none;
	}

	.single-blog-list-1-index-1 .content-top .title {
		font-size: 28px;
		line-height: 42px;
	}

	.single-blog-list-1-index-1 .post-meta {
		display: block !important;
	}

	.btn-wrapper .reading-btn {
		font-size: 14px;
	}

	.post-meta .list .list-item a .text {
		font-size: 14px;
	}

	.single-blog-list-1-index-1 .content-bottom .post-meta .right-content {
		margin-top: 20px;
	}

	.blog-details-area-wrapper .single-box .title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.logo-wrapper img {
		width: 130px;
	}

	.widget-area-wrapper .widget.widget-search form .form-group {
		margin-bottom: 0;
	}

	.single-blog-list-1-index-1 .content-top .title {
		font-size: 28px;
		line-height: 40px;
	}

	.copyright-area-inner {
		display: flex;
		flex-direction: column;
	}

	.copyright-area-inner .right-content {
		margin-top: 15px;
	}

	.single-recent-post-wrap .content .title {
		font-size: 30px;
		line-height: 42px;
	}

	.highlight-index-04 .img-box-wrap .content .title {
		display: none !important;
	}
    
	.get-in-touch-wrapper .title {
		font-size: 28px;
		padding: 0 15px;
	}

	.get-in-touch-wrapper .btn-wrapper {
		padding: 0 15px;
	}

	.contact-us-area-wrapper {
		padding-top: 10px;
	}
}
.cate-title {
    font-family: var(--heading-font-one);
    font-size: 24px;
    color: var(--heading-color-one);
    margin: 15px 0;
    line-height: 50px;
    margin:0px;
}

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