:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
}

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

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
}

h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	h4 {
		font-size: 1.5rem
	}
}

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

ul {
	padding-left: 2rem
}

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

ul ul {
	margin-bottom: 0
}

blockquote {
	margin: 0 0 1rem
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

img {
	vertical-align: middle
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

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

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

textarea {
	resize: vertical
}

.container {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	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: 1140px
	}
}

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

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

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

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

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

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px
}

.page-link {
	padding: .375rem .75rem
}

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.d-flex {
	display: flex !important
}

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

.pt-0 {
	padding-top: 0 !important
}

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

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	src: url(../font/fa-solid-900.woff2) format("woff2");
}


.fa {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-bars:before {
	content: "\f0c9"
}

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

.fa {
	font-family: "Font Awesome 5 Free"
}

.fa {
	font-weight: 900
}

.fa {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-bars:before {
	content: "\f0c9"
}

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

.fa {
	font-family: "Font Awesome 5 Free"
}

.fa {
	font-weight: 900
}

a,
blockquote,
body,
div,
footer,
form,
h2,
h3,
h4,
header,
html,
i,
img,
li,
nav,
p,
section,
span,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

footer,
header,
nav,
section {
	display: block
}

body {
	font-family: Poppins, sans-serif;
	line-height: 1.3;
	overflow-x: hidden;
	font-weight: 400
}

ul {
	list-style: none
}

a:hover {
	text-decoration: none;
	color: inherit
}

blockquote {
	quotes: none
}

blockquote:after,
blockquote:before {
	content: '';
	content: none
}

button {
	outline: 0;
	cursor: pointer
}

button:focus {
	outline: 0
}

* {
	margin: 0;
	padding: 0
}

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

button {
	outline: 0
}

input {
	outline: 0
}

textarea {
	outline: 0
}

section {
	display: block;
	position: relative
}

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

p {
	color: #666;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400
}

a {
	color: inherit
}

h2 {
	font-weight: 600
}

.btn-default img,
.responsive-mobile-menu,
a {
	transition: all .3s ease
}

.container {
	max-width: 1200px;
	padding: 0 15px
}

header {
	background: #fff;
	border-bottom: 1px solid #ddd
}

a {
	text-decoration: none
}

header nav {
	margin-left: auto
}

header nav>ul>li {
	display: inline-block;
	padding: 21px 19px 20px;
	position: relative
}

header nav ul li a {
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	color: #555
}

.btn-default {
	display: inline-block;
	color: #fff;
	padding: 0 27px;
	line-height: 44px
}

.btn-default img {
	margin-left: 10px
}

.btn-default:hover {
	color: #fff
}

.block {
	padding: 80px 0
}

.pt-50 {
	padding-top: 90px
}

.blog-thumbnail {
	margin-bottom: 27px
}

.blog-thumbnail img {
	width: 100%
}

.blog-info>span {
	display: block;
	color: #a3a3a3;
	font-size: 16px;
	margin-bottom: 7px
}

.blog-info>h2 {
	color: #000;
	font-size: 18px;
	line-height: 30px
}

.ct-links li {
	display: flex;
	border-bottom: 1px solid #fbdfde;
	padding: 24px 0 26px;
	align-items: center
}

.ct-links li:first-child {
	padding-top: 0
}

.ct-links li:last-child {
	padding-bottom: 0;
	border-bottom: 0
}

.ct-icon {
	width: 54px
}

.ct-info>h4 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px
}

.ct-info>span {
	display: block;
	color: #a3a3a3;
	font-size: 14px
}

.contact-form-sec {
	background-color: #fbfbfb;
	padding: 60px 30px 59px
}

.contact-form-sec>h3 {
	color: #000;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 600
}

.form-group {
	margin-bottom: 25px
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #ececec;
	background-color: #fff;
	color: #a3a3a3;
	font-size: 16px;
	padding: 0 20px
}

.form-group textarea {
	padding: 20px 20px;
	resize: none;
	height: 150px
}

.contact-form p {
	color: #a3a3a3;
	font-size: 18px
}

.contact-form p a {
	color: #000;
	text-transform: capitalize
}

.form-submit {
	text-align: right
}

.form-submit button {
	border: 0
}

footer {
	padding: 20px 0 !important;
	border-top: 1px solid #eee;
}

.copyright p {
	color: #a3a3a3;
	font-size: 16px !important;
}

.copyright {
	text-align: right
}

p {
	font-size: 16px;
	line-height: 28px;
	color: #a3a3a3
}

.ct-links.v2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px
}

.ct-links.v2 li {
	max-width: calc(100% / 4 - 5px);
	flex: 0 0 calc(100% / 4 - 5px);
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0
}

.ct-links.v2 li:last-child {
	margin-right: 0
}

.ct-links.v2 li:first-child {
	padding-right: 30px
}

.map-sec.v2 {
	height: 100%
}

.blog-post {
	margin-bottom: 30px
}

.blogs-page {
	margin-bottom: -30px
}

.pagination {
	justify-content: center;
	margin-top: 100px
}

.page-link {
	min-width: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 18px;
	background-color: #fbe3e2;
	padding: 0;
	border: 0;
	border-radius: 0 !important
}

.page-link:hover {
	color: #fff
}

.page-item {
	margin-right: 10px
}

.page-item:last-child {
	margin-right: 0
}

.widget-title {
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 25px;
	background-color: #fbe3e2;
	padding: 15px 30px
}

.widget-search form {
	position: relative
}

.widget-search form input {
	width: 100%;
	height: 50px;
	border: 1px solid #ececec;
	padding: 0 20px;
	color: #a3a3a3;
	font-size: 14px
}

.widget-search form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	text-align: center;
	border: 0
}

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

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

.wd-post {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1
}

.wd-post:first-child {
	padding-top: 0
}

.wd-post:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.wd-post-info>span {
	display: block;
	color: #a3a3a3;
	font-size: 14px;
	margin-bottom: 5px
}

.wd-post-info>h3 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px
}

.widget-categories ul li {
	padding: 20px 30px;
	border-bottom: 1px solid #f1f1f1
}

.widget-categories ul li a {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	position: relative;
	padding-left: 15px
}

.widget-categories ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	background-image: url(../image/caret.png);
	background-repeat: no-repeat;
	transform: translateY(-50%)
}

.widget-categories ul li:first-child {
	padding-top: 0
}

.widget-categories ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.tagscloud a {
	display: inline-block;
	color: #000;
	font-size: 14px;
	background-color: #fbe3e2;
	padding: 0 20px;
	line-height: 30px;
	margin-right: 7px;
	margin-bottom: 10px
}

.tagscloud a:hover {
	color: #fff
}

.meta {
	margin-bottom: 20px
}

.meta li {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	padding: 0 15px;
	position: relative
}

.meta li:before {
	content: '|';
	position: absolute;
	top: 0;
	left: 100%;
	color: #a3a3a3
}

.meta li:first-child {
	padding-left: 0
}

.meta li:last-child {
	padding-right: 0
}

.meta li:last-child:before {
	display: none
}

.meta li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500
}

.meta li img {
	margin-right: 5px;
	position: relative;
	top: -2px
}

.blog-post.single>h2,
.cate-title h2 {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px
}

.cate-title h2:hover {
	color: #e5443f;
}

.blog-post.single p {
	margin-bottom: 20px
}

blockquote {
	background-color: #fbe3e2;
	padding: 30px;
	border: 2px dashed #e5443f;
	margin-bottom: 25px
}

blockquote p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0
}

.related-tags {
	margin-top: 30px;
	margin-bottom: 50px
}

.related-tags>h3 {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-right: 20px
}

.related-tags>h3 img {
	margin-right: 5px
}

.related-tags .tagscloud {
	display: inline-block
}

.related-tags li {
	display: inline-block
}

.comments-form>h2 {
	color: #000;
	font-size: 22px;
	margin-bottom: 20px
}

.comments-form {
	background-color: #fbfbfb;
	padding: 30px
}

.menu-btn {
	margin-left: 20px;
	font-size: 30px;
	display: none
}

.row.blogs {
	margin-bottom: -30px
}

.responsive-mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	left: -350px;
	width: 350px;
	z-index: 99999999;
	height: 100%;
	overflow: auto;
	opacity: 0;
	visibility: hidden
}

.responsive-mobile-menu ul {
	float: left;
	width: 100%
}

.responsive-mobile-menu ul li {
	float: left;
	width: 100%
}

.responsive-mobile-menu ul li a:before {
	content: '\f067';
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-weight: 900;
	font-size: 13px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%)
}

.responsive-mobile-menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 10px
}

.responsive-mobile-menu ul ul {
	display: none;
	padding: 20px 0 20px 20px
}

.responsive-mobile-menu ul ul li a {
	border-bottom: 0;
	padding: 0;
	margin-bottom: 15px
}

.responsive-mobile-menu ul ul li:last-child a {
	margin-bottom: 0
}

.responsive-mobile-menu.active {
	opacity: 1;
	visibility: visible;
	left: 0;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 999;
}

.header-content {
	justify-content: space-between;
}

.logo a{
	font-size: 1.1em;
	font-weight: 550;
}

@media only screen and (max-width:991px) {
	header nav {
		display: none
	}

	header {
		padding: 0
	}

	.menu-btn {
		display: inline-block
	}

	.block {
		padding: 55px 0
	}

	.ct-links.v2 li {
		max-width: 50%;
		flex: 0 0 50%;
		margin-bottom: 40px
	}

	.ct-links.v2 {
		margin-bottom: 30px
	}

	.sidebar {
		margin-top: 60px
	}

	.form-submit {
		text-align: left
	}

	.contact-form>.col-lg-6>p {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:768px) {

	.meta li {
		display: block;
		padding: 0;
		margin-right: 0;
		margin-bottom: 15px
	}

	.meta li:before {
		display: none
	}

	.related-tags>h3 {
		display: block;
		margin-bottom: 20px;
		margin-right: 0
	}

	footer {
		text-align: center
	}

	.copyright {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:576px) {

	.ct-links.v2 li {
		max-width: 100%;
		flex: 0 0 100%
	}

	.blog-post.single>h2 {
		font-size: 23px;
		line-height: 32px
	}

	.ct-links.v2 li:first-child {
		padding-right: 0
	}

	.ct-links.v2 li {
		display: block
	}

	.ct-links.v2 {
		text-align: center
	}

	.ct-icon {
		margin: 0 auto;
		margin-bottom: 20px
	}

	.responsive-mobile-menu {
		width: 250px;
		left: -250px
	}
}

@media only screen and (max-width:480px) {

	.contact-form p {
		font-size: 15px
	}
}

.blog-info>h2:hover,
.wd-post-info>h3:hover,
.widget-categories ul li a:hover,
.meta li a,
.menu-btn,
.menu-btn:hover,
header nav ul li a:hover {
	color: #e5443f;
}


.page-link:hover,
.widget-search form button,
.tagscloud a:hover,
.responsive-mobile-menu,
.btn-default {
	background-color: #e5443f;
}

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

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