﻿:root {
	--blue: #007bff;
	--indigo: #BC885D;
	--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
}

.pagination{
	display: flex;
	margin: 20px auto;
	justify-content: center;
}
.pagination li{
	list-style: none;
}
.pagination a{
	padding: 4px 10px;
	border: 1px solid #eee;
}

.pagination a.active,
.pagination a:hover{
	background-color:var(--main-color);
	color: #fff;
}

.cate-title h2 {
	font-weight: 700;
    line-height: initial;
    margin-bottom: 13px;
    transition: all .3s ease-in;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
}

article,aside,footer,header,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
}[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

h2,h3,h4,h5,h6 {
	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
}

img {
	vertical-align: middle;
	border-style: none
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,input,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,input {
	overflow: visible
}

textarea {
	overflow: auto;
	resize: vertical
}

h2,h3,h4,h5,h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

.container,.container-fluid {
	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: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-12,.col-lg-4,.col-lg-5,.col-lg-7,.col-lg-8,.col-md-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:768px) {
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:992px) {
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.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)
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.collapse:not(.show) {
	display: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar .container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.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 (max-width:991.98px) {
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
	.footer-social-media{
		margin-bottom: 20px !important;
	}
	.comment-form-area .comments-entry-form{
		padding: 10px !important;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

.media-body {
	flex: 1
}

.border-0 {
	border: 0!important
}

.rounded-0 {
	border-radius: 0!important
}

.d-flex {
	display: flex!important
}

.align-items-center {
	align-items: center!important
}

.align-self-center {
	align-self: center!important
}
.mt-0 {
	margin-top: 0!important
}

.mr-0 {
	margin-right: 0!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mr-2 {
	margin-right: .5rem!important
}

.px-0 {
	padding-right: 0!important
}

.px-0 {
	padding-left: 0!important
}

.pt-1 {
	padding-top: .25rem!important
}

@media (min-width:768px) {
	.mt-md-0 {
		margin-top: 0!important
	}
}

.text-center {
	text-align: center!important
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}

	.text-md-right {
		text-align: right!important
	}
}

@media print {
	*,::after,::before {
		text-shadow: none!important;
		box-shadow: none!important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	img {
		page-break-inside: avoid
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}

	body {
		min-width: 992px!important
	}

	.container {
		min-width: 992px!important
	}

	.navbar {
		display: none
	}
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-check:before {
    content: "\f00c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-user-o:before {
    content: "\f2c0"
}

:root {
	--main-color: #BC885D;
	--hover-color: #BC885D;
	--secondary-color: #30373f;
	--heading-color: #fff;
	--paragraph-color: #B2B2B2;
	--body-font: "DM Sans",sans-serif
}

html {
	overflow-x: hidden;
	font-family: var(--body-font)
}

* {
	box-sizing: border-box;
	outline: 0;
}

body {
	margin: 0;
	color: var(--paragraph-color);
	overflow-x: hidden;
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 30px;
	font-weight: 400
}

h2 {
	font-size: 22px;
	line-height: 1.4444444444
}

h3 {
	font-size: 24px;
	line-height: 1.0833333333
}

h4 {
	font-size: 20px;
	line-height: 1.2380952381
}

h2,h3,h4,h5,h6 {
	color: var(--heading-color);
	font-family: var(--body-font)
}

p {
	color: var(--paragraph-color);
	hyphens: auto;
	margin-bottom: 10px
}

a {
	color: inherit;
	text-decoration: none;
	color: var(--paragraph-color)
}

a,a:active,a:focus,a:hover {
	text-decoration: none;
	outline: 0;
	color: inherit
}

a i {
	padding: 0 2px
}

img {
	max-width: 100%
}

input[type=text]:focus,textarea:focus {
	outline: 0;
	box-shadow: none;
	border: 1px solid #ddd
}

.padding-top-120 {
	padding-top: 20px
}

.padding-bottom-90 {
	padding-bottom: 20px
}

.padding-120 {
	padding-top: 170px;
	padding-bottom: 170px
}

.margin-bottom-40 {
	margin-bottom: 40px
}

ul {
	padding-left: 15px
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #000;
	padding-left: 1em
}

.breadcrumb-area {
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0
}

.breadcrumb-area:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	/* background-color: rgba(0,0,0,.7); */
	z-index: -1
}

.widget ul.social-area {
	display: inline-flex
}

.widget ul.social-area li {
	display: inline-block;
	margin: 0 10px;
	color: #d4d4d4
}

.widget:last-child {
	margin-bottom: 0
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget ul li {
	display: block;
	margin: 8px 0;
	word-break: break-word
}

.widget ul li:first-child {
	margin-top: 0
}

.widget ul li:last-child {
	margin-bottom: 0
}

.widget ul li a {
	color: inherit;
	transition: all .3s ease-in
}

.widget ul li a:hover {
	color: var(--main-color)
}

.widget_tag_cloud {
	padding-bottom: 25px
}

.widget_tag_cloud .title {
	margin-bottom: 25px!important
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 0 14px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #e8e8e8;
	margin: 5px 2px;
	transition: all .3s ease-in;
	border-radius: 0;
	font-weight: 500;
	font-size: 12px!important
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff
}

.widgets-area .widget {
	border: 2px solid #e8e8e8;
	box-shadow: 0 30px 60px 0 rgba(0,0,0,.06);
	margin-bottom: 30px;
	padding: 25px 30px 30px 30px
}

.widgets-area .widget .title {
	font-weight: 700;
	padding-bottom: 22px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f1f1f1
}

.widget .about-me img {
	margin-bottom: 26px
}

.widget .about-me h6 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px
}

.widget .about-me p {
	font-size: 16px
}

.widget .about-me .widget-social-icon {
	margin-top: 17px;
	margin-bottom: -7px
}

.widget.widget-search .single-search-inner {
	position: relative
}

.widget.widget-search .single-search-inner input {
	width: 100%;
	border: 1px solid #e8e8e8;
	height: 60px;
	padding: 0 70px 0 30px
}

.widget.widget-search .single-search-inner button {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	width: 60px;
	background: var(--heading-color);
	border: 0;
	color: #fff
}

.widget.widget_recent_comments ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f1f1f1
}

.widget.widget_recent_comments ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.widget.widget_recent_comments ul li .media-body h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px
}

.widget.widget_recent_comments ul li .media-body p {
	font-size: 14px;
	margin-bottom: 0
}

.widget.widget_recent_comments ul li .media-body p i {
	margin-right: 8px
}

.widget.widget_categories ul li {
	border: 2px solid #e8e8e8;
	font-size: 14px;
	font-weight: 700;
	padding-left: 30px;
	height: 50px;
	line-height: 50px;
	margin: 10px 0
}

.widget.widget_categories ul li:first-child {
	margin-top: 0
}

.widget.widget_categories ul li:last-child {
	margin-bottom: 0
}

.widget.widget_categories ul li span {
	float: right;
	width: 50px;
	height: 100%;
	text-align: center;
	background: #e8e8e8
}

.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")
}

.header-area {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding-right: 60px;
	background: #fff;
}

.header-area .navbar-collapse .navbar-nav {
	opacity: 0;
	visibility: hidden
}

.header-area .navbar-collapse.active .navbar-nav {
	opacity: 1;
	visibility: visible
}

.logo-wrapper {
	padding-left: 50px;
	background: #fff
}

@media (max-width:991px) {
	.logo-wrapper{
		padding-left: 15px;
	}
}

.logo-wrapper .logo{
	font-size: 20px;
	color: #343a40;
}

.navbar-area {
	padding: 0
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
	display: block;
	width: 100%;
	transition: .5s;
	text-align: right
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
	margin-left: 48px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	color: var(--gray-dark);
	transition: all .3s ease-in;
	text-transform: capitalize
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
	color: var(--main-color)
}

@media only screen and (max-width:991px) {
	.padding-120 {
		padding-top: 70px;
		padding-bottom: 70px
	}
	.navbar-area.nav-style-01 .nav-container {
		padding: 20px 0
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
		text-align: left
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
		transition: all .3s ease-in;
		color: #656565
	}

	.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
		color: var(--main-color)
	}

	.navbar-area .nav-container {
		position: relative;
		z-index: 0;
		min-height: 80px
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		display: block;
		margin-top: 20px;
		border-bottom: 1px solid #ddd;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		display: block;
		text-align: left;
		line-height: 30px;
		padding: 10px 0;
		border-bottom: 1px solid #e2e2e2
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
		border-bottom: none
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
		margin-left: 0
	}
}

@media only screen and (max-width:575px) {
	.navbar-area .nav-container {
		margin: 0 15px
	}
}

.footer-bottom {
	background-color: #0a0a0a;
	padding: 25px 0
}

.footer-bottom .copyright-area p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #999
}

.footer-bottom .footer-social-media {
	margin: 0;
	padding: 0;
	text-align: right
}

.footer-bottom .footer-social-media li {
	display: inline-block;
	list-style: none;
	margin-right: 15px
}

.footer-bottom .footer-social-media li:last-child {
	margin-right: 0
}

.footer-bottom .footer-social-media li a {
	color: #fff;
	font-size: 16px;
	transition: all .3s ease-in
}

.footer-bottom .footer-social-media li a:hover {
	color: var(--hover-color)
}

.single-blog-list-item .blog-thumb {
	position: relative
}

.single-blog-list-item .blog-thumb a {
	display: inline-block
}

.single-blog-list-item .blog-details {
	padding: 20px 20px 22px 20px;
	border: 2px solid #e8e8e8
}

.single-blog-list-item .blog-details .blog-title h2 {
	font-weight: 700;
	line-height: initial;
	margin-bottom: 13px;
	transition: all .3s ease-in
}

.single-blog-list-item .blog-details .blog-title h2:hover {
	color: var(--main-color)
}

.single-blog-list-item .blog-details .blog-content p {
	font-size: 16px
}

.single-blog-list-item .blog-details .blog-meta {
	margin-top: 25px;
	border-top: 1px solid #e7e7e7;
	font-size: 14px;
	padding-top: 20px
}

.single-blog-list-item .blog-details .blog-meta span {
	border-right: 1px solid #dcdcdc;
	margin-right: 30px;
	padding-right: 26px
}

.single-blog-list-item .blog-details .blog-meta i {
	margin-right: 8px
}

.comment-form-area .comments-entry-form {
	margin-top: 44px;
	padding: 50px;
	background: #f7f7f7
}

.comment-form-area .contact-form .form-group .form-control {
	padding: 10px 25px
}

.comment-form-area .contact-form .form-group .text-box {
	height: 145px;
	padding-top: 20px
}

.home-2 {
	--heading-color: #111111;
	--paragraph-color: #777777
}

.home-2 .navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
	color: var(--main-color)
}

.home-2 .section-title .title {
	color: var(--heading-color)
}

.home-2 .section-title .sub-title {
	color: var(--paragraph-color);
	text-decoration: none;
	font-size: 18px
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,.54);
	z-index: 9;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in
}

.primary-btn {
	display: inline-block;
	padding: 15px 41px;
	background: var(--main-color);
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	transition: all .3s ease-in
}

.primary-btn i {
	margin-left: 5px
}

.primary-btn:active,.primary-btn:focus,.primary-btn:hover {
	color: #fff;
	background: var(--hover-color)
}

.social-area {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block
}

.social-area li {
	display: inline-block;
	padding: 0 8px;
	transition: all .3s ease-in
}

.social-area li:hover {
	color: var(--main-color)
}

.social-area li:last-child {
	padding-right: 0
}

.social-area li:first-child {
	padding-left: 0
}

.section-title {
	margin-top: -5px
}

.section-title .sub-title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	text-transform: capitalize;
	color: var(--main-color)
}

.section-title .title {
	font-size: 46px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
	margin: 0
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 30px
}

.contact-form .form-group .icon {
	position: absolute;
	left: 20px;
	top: 20px
}

.contact-form .form-group .form-control {
	width: 100%;
	height: 60px;
	background: #fff;
	border: 2px solid #e9e9e9;
	border-radius: 0;
	padding: 10px 20px;
	padding-left: 45px;
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #999
}

.contact-form .form-group .form-control:focus {
	box-shadow: none
}

.contact-form .form-group .text-box {
	height: 180px;
	padding-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.pb-15 {
	padding-bottom: 15px
}
@media only screen and (min-width:1600px) {
	.container {
		max-width: 1200px
	}

	.section-title .sub-title {
		margin-bottom: 11px
	}

	.section-title .title {
		font-size: 26px;
		line-height: 50px;
		font-weight: 700
	}

	.contact-form .form-group {
		margin-bottom: 20px
	}

	.contact-form .form-btn {
		margin-top: 10px
	}

	.contact-form .form-btn .btn {
		height: 60px;
		padding: 0 39px;
		font-size: 16px;
		letter-spacing: 1px
	}

	.footer-bottom .footer-social-media li {
		margin-right: 22px
	}
}

@media only screen and (max-width:1440px) {
	.primary-btn {
		padding: 10px 25px
	}
}

.navbar-area{
		background-color: #fff !important;
	}

@media all and (max-width:1200px) {
	.single-blog-list-item .blog-details .blog-title h2 {
		font-size: 28px
	}

	.single-blog-list-item .blog-details {
		padding: 10px 20px 20px 20px
	}
}

@media all and (max-width:991px) {
	.header-area {
		padding: 0;
		border-bottom: 1px solid #eee;
	}

	.responsive-mobile-menu {
		display: block;
		width: 100%;
		top: 0;
	}

	.responsive-mobile-menu .navbar-toggler {
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -20px;
		background-color: #fff;
		transform: scale(0.7);
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		padding: 0 25px;
		background: #fff;
		margin-top: 0
	}

	.responsive-mobile-menu {
		position: relative
	}

	.navbar-area.nav-style-01 .nav-container {
		padding: 0
	}

	.navbar-area {
		background: 0 0
	}

	.section-title .title {
		font-size: 40px;
		line-height: initial
	}

	.contact-form .form-btn .btn {
		width: 100%
	}
}

@media all and (max-width:767px) {
	.navbar-area .nav-container {
		min-height: 50px
	}

	.section-title .title {
		font-size: 35px
	}

	.single-blog-list-item .blog-details .blog-title h2 {
		font-size: 23px
	}

	.single-blog-list-item .blog-details .blog-meta span {
		margin-right: 20px;
		padding-right: 16px
	}

	.widget ul li:first-child {
		margin-left: 0
	}
}

@media only screen and (max-width:599px) {
	.navbar-area .navbar-collapse {
		position: fixed;
		z-index: 999;
        width: 100vw;
        top: 50px;
		left: 0;
	}

	.responsive-mobile-menu .navbar-toggler {
		right: 0
	}

	.single-blog-list-item .blog-details .blog-meta span {
		display: inline-block;
		border: 0;
		margin: 0
	}

	.navbar-area .nav-container {
		margin: 0 15px 0 0
	}
}

@media only screen and (max-width:384px) {
	.section-title .title {
		font-size: 32px;
		line-height: 42px
	}

	.comment-form-area .comments-entry-form {
		padding: 30px
	}

	.single-blog-list-item .blog-details .blog-title h2 {
		font-size: 20px
	}
}

@media only screen and (max-width:360px) {
	.contact-form .form-btn .btn {
		padding: 15px 0
	}

	.single-blog-list-item .blog-details {
		padding: 30px 30px 22px 30px
	}
}

.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}