@font-face {
	font-family: Lora;
	src: url(../fonts/Lora-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.woff') format('woff');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
}


.icon-tags:before {
	content: "\e7e5";
}

.icon-right1:before {
	content: "\e670";
}

.icon-left-arrow:before {
	content: "\e83d";
}

.icon-tag:before {
	content: "\e66c";
}

.icon-left1:before {
	content: "\e661";
}

.icon-left:before {
	content: "\e628";
}

.icon-right:before {
	content: "\e642";
}

.icon-time:before {
	content: "\e627";
}

.icon-audio:before {
	content: "\e613";
}

.icon-config:before {
	content: "\e626";
}

.icon-leftquote:before {
	content: "\e778";
}

.icon-service:before {
	content: "\e617";
}

.icon-info:before {
	content: "\e60e";
}

.icon-plus:before {
	content: "\e60d";
}

.icon-check:before {
	content: "\e614";
}

.icon-star:before {
	content: "\e629";
}

.icon-mobile:before {
	content: "\e62a";
}

.icon-phone1:before {
	content: "\e634";
}

.icon-leftquote1:before {
	content: "\e7c8";
}

.icon-calender:before {
	content: "\e600";
}

.icon-linkedin:before {
	content: "\e6ce";
}

.icon-navbar:before {
	content: "\e6fb";
}

.icon-home:before {
	content: "\e7c6";
}

.icon-behance:before {
	content: "\e87a";
}

.icon-googleplus:before {
	content: "\e87b";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-edit:before {
	content: "\e603";
}

.icon-comment:before {
	content: "\e8e8";
}

.icon-facebook:before {
	content: "\e630";
}

.icon-phone:before {
	content: "\e6a0";
}

.icon-address:before {
	content: "\e636";
}

.icon-quote:before {
	content: "\e635";
}

.icon-navbar1:before {
	content: "\e611";
}

.icon-user:before {
	content: "\e645";
}

.icon-email:before {
	content: "\e66f";
}

.icon-rightquote:before {
	content: "\e663";
}

.icon-close:before {
	content: "\e606";
}

.icon-search:before {
	content: "\e6c8";
}

footer a {
	color: #202426 !important;
}

[type="checkbox"] {
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.cmt-btn-color-skincolor {
	color: #fff;
}

.cmt-btn-color-skincolor:hover {
	color: #fff !important;
}

:root {
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--light: #f8f9fa;
	--dark: #343a40;
	--font-family-sans-serif: Lora
}

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

html {
	font-family: Lora;
	line-height: 1.15
}

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

body {
	margin: 0;
	font-family: Lora;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

h2,
h3 {
	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
}

strong {
	font-weight: bolder
}

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

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

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

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

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

textarea {
	overflow: auto;
	resize: vertical
}

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

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

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

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

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

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

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

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

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

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

.col,
.col-12,
.col-lg-12,
.col-lg-3,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-9,
.col-md-12,
.col-md-5,
.col-md-6,
.col-md-7,
.col-sm-12,
.col-sm-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
	display: flex !important
}

.flex-row {
	flex-direction: row !important
}

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

.justify-content-center {
	justify-content: center !important
}

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

.float-right {
	float: right !important
}

.position-sticky {
	position: sticky !important
}

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

.mr-0 {
	margin-right: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-1 {
	margin-left: .25rem !important
}

.pl-0 {
	padding-left: 0 !important
}

.pt-2 {
	padding-top: .5rem !important
}

.mr-auto {
	margin-right: auto !important
}

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

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

.cmt-row {
	padding: 90px 0
}

.cmt-bg {
	position: relative
}

.cmt-bg-layer {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.cmt-bg.cmt-bgimage-yes>.cmt-bg-layer {
	opacity: .92
}

.section-title {
	position: relative;
	margin-bottom: 30px
}

.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 10px
}

.title-desc {
	margin-bottom: 15px
}

.cmt-btn {
	display: inline-block;
	font-size: 15px;
	line-height: normal;
	padding: 12px 33px 12px 33px;
	background: 0 0;
	border: 1px solid transparent;
	position: relative;
	font-weight: 600;
	overflow: hidden;
	z-index: 2;
	vertical-align: middle;
	text-transform: capitalize;
	transition: all .4s
}

.submit.cmt-btn {
	margin-top: 20px
}

.cmt-btn i {
	display: inline-block;
	vertical-align: middle;
	text-align: inherit;
	margin-left: 10px;
	transition: all 0
}

.cmt-btn.cmt-icon-btn-right i {
	text-align: right;
	margin-left: 10px;
	margin-right: 0;
	font-size: 12px
}

.cmt-btn.cmt-icon-btn-left i {
	text-align: left;
	margin-right: 10px;
	margin-left: 0
}

.cmt-btn.cmt-btn-size-md {
	font-size: 15px;
	padding: 12px 33px 12px 33px
}

.cmt-btn.cmt-btn-size-md.cmt-icon-btn-left i {
	left: 30px
}

.cmt-btn.cmt-btn-size-md i {
	font-size: 12px;
	line-height: 1;
	right: 30px
}

.cmt-btn.cmt-btn-shape-square {
	border-radius: 0
}

.cmt-btn.btn-inline {
	padding: 0;
	border: 0;
	background-color: transparent
}

.cmt-btn.btn-inline i {
	display: inline-block;
	vertical-align: middle;
	transition: 0s
}

.cmt-btn.btn-inline.cmt-icon-btn-right i {
	margin-left: 7px;
	transition: all 0s
}

.cmt-btn.btn-inline:hover {
	opacity: .9
}

.cmt-post-entry-header {
	padding-left: 23px;
	position: relative
}

.cmt-blog-classic-content .cmt-post-entry-header:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #8cbc43;
}

.cmt-meta-line.byline:after,
.cmt-meta-line.tags-links:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 16px;
	border-radius: 0;
	background-color: rgba(153, 153, 153, .28);
	margin: 0 10px 2px;
	position: absolute;
	right: 0;
	top: 0
}

.wrap-form label {
	display: block
}

.newsletter-form input[type=email] {
	background-color: #f8f8f8;
	width: 100%;
	height: 46px;
	font-size: 15px;
	padding-left: 15px;
	outline: 0;
	border: 0;
	padding-right: 75px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.newsletter-form .cmt-btn[type=submit] {
	position: absolute;
	right: 0;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	height: 46px;
	padding: 8px 20px 7px;
	top: 0
}

span.list-item-label {
	margin-left: 5px
}

.cmt-contactform-3 input[type=text],
.cmt-contactform-3 select,
.cmt-contactform-3 textarea {
	padding: 12px 50px 12px;
	border-radius: 0;
	border: 1px solid rgba(119, 119, 119, .2);
	margin-bottom: 15px
}

.cmt-contactform-3 i {
	position: absolute;
	left: 35px;
	top: 13px;
	right: auto;
	opacity: 1;
	font-size: 16px;
	z-index: 1
}

.cmt-contactform-3 .checkbox-item {
	padding: 15px 0 15px;
	text-align: center;
	font-size: 14px;
	margin: 0 15px
}

.cmt-contactform-style3 .title {
	text-align: center;
	font-size: 22px;
	line-height: 38px
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	background-color: #212529;
	z-index: 999;
}

.sidebar.cmt-sidebar-right {
	padding: 85px 0
}

.sidebar.cmt-sidebar-right .content-area {
	padding: 15px 15px 0 20px
}

.sidebar .widget {
	padding: 0 10px 0 17px;
	position: relative;
	margin-bottom: 40px
}

.sidebar .widget {
	padding: 30px 20px
}

.sidebar .widget .widget-title {
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	text-transform: capitalize
}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.sidebar .widget ul>li {
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: none;
	position: relative
}

.sidebar .widget ul>li:first-child {
	border-top: 0;
	padding-top: 0
}

.sidebar .widget ul>li:last-child {
	padding-bottom: 0
}

.sidebar h3.widget-title:before {
	width: 3px;
	display: block;
	height: 35px;
	content: '';
	position: absolute;
	left: -20px;
	top: -5px
}

.sidebar .widget a {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px
}

.widget.widget-search {
	padding: 0 !important
}

.widget-search .form-group {
	margin: 0;
	position: relative
}

.widget-search .form-group input {
	padding: 14px;
	border: 1px solid transparent;
	height: 52px
}

.widget.widget-search .form-group i {
	position: absolute;
	right: 0;
	cursor: pointer;
	font-size: 18px;
	z-index: 1;
	top: 0;
	height: 52px;
	width: 52px;
	line-height: 50px;
	color: #000;
	border: 1px solid #fff;
	text-align: center
}

.sidebar .widget-categories ul li span {
	position: absolute;
	top: auto;
	right: 0;
	width: 30px;
	height: 23px;
	overflow: hidden;
	z-index: 1;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 15px;
	text-align: center;
	padding: 4px 3px;
	border-radius: 20px
}

.sidebar .widget-categories ul li:not(:last-child) {
	border-bottom: 1px solid #f0f0f0
}

.sidebar .widget-categories ul li {
	padding: 11px 0;
	display: block;
	position: relative
}

.sidebar .widget-categories ul li a:before {
	font-family: 'iconfont';
	content: "\e60d";
	position: absolute;
	top: -4px;
	left: 0;
	line-height: 26PX;
	font-size: 11px;
	font-weight: 700
}

.sidebar .widget-categories ul li a {
	padding-left: 20px;
	position: relative
}

.sidebar .widget ul>li:first-child {
	border-top: 0;
	padding-top: 0
}

.sidebar .widget ul.cmt-recent-post-list {
	margin: 0;
	padding: 0
}

.sidebar ul.cmt-recent-post-list>li .post-detail .post-date {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px
}

.sidebar ul.cmt-recent-post-list>li .post-detail .post-date i {
	margin-right: 7px;
	font-size: 11px
}

.sidebar .cmt-recent-post-list li a.post-title {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500
}

.sidebar ul.cmt-recent-post-list li:after {
	content: "";
 display: table;
	clear: both
}

.sidebar ul.cmt-recent-post-list>li>.post-detail {
	display: table-cell;
	vertical-align: middle
}

.sidebar .widget .tagcloud a {
	display: inline-block;
	padding: 7px 25px;
	margin: 5px 2px 5px;
	border: 1px solid #ebebeb;
	border-radius: 0;
	font-size: 14px !important;
	background-color: #fff;
	font-weight: 500
}

.form-control {
	padding: 17px 24px;
	height: auto;
	border-radius: 0;
	border: 1px solid transparent;
	font-size: 14px;
	background-color: transparent
}

input[type=text]:focus,
textarea:focus {
	border-color: #8cbc43 !important
}

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

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

a,
button,
input {
	outline: 0
}

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

strong {
	font-weight: 600
}

p {
	margin: 0 0 15px;
	color: #888
}

.form-control,
input[type=email],
input[type=text],
select,
textarea {
	transition: border linear .2s, box-shadow linear .2s;
	border-radius: 0;
	vertical-align: middle;
	width: 100%;
	color: #888;
	padding: 12px 20px;
	border-radius: 0;
	font-weight: 400;
	background-color: #f6f6f6;
	text-transform: inherit;
	font-size: 15px;
	outline: 0;
	line-height: inherit;
	letter-spacing: 0;
	border: 2px solid rgba(119, 119, 119, .2);
	margin-bottom: 20px;
	padding-top: 10px
}

button {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
	padding: 11px 40px 11px;
	border: 2px solid transparent;
	border-radius: 0;
	color: #fff;
	transition: all .25s ease;
	cursor: pointer;
	outline: 0 !important
}

.form-control:focus,
input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
	border: 1px solid #8cbc43 !important;
	box-shadow: none
}

form {
	position: relative
}

ul {
	margin: 12px 0;
	padding: 0
}

body {
	font-family: Lora;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #666
}

body {
	counter-reset: section
}

h2,
h3 {
	margin-bottom: 15px;
	font-weight: 600;
	color: #202426;
}

h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700
}

h3 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700
}

.fs_16 {
	font-size: 16px;
	line-height: 16px
}

.fs-24 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700
}

body .page {
	overflow: hidden;
	position: relative;
	z-index: 10
}

a {
	color: #202426
}

a,
img {
	transition: all .3s ease 0s
}

.container {
	counter-reset: featuredbox-number
}

.box-shadow {
	box-shadow: 0 2px 14px 0 rgb(0 0 0 / 7%)
}

.z-index-0 {
	z-index: 0
}

.spacing-11 {
	padding: 50px 50px 55px
}

.pr-140 {
	padding-right: 140px
}

.pl-0 {
	padding-left: 0
}

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

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

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

.mb-15 {
	margin-bottom: 15px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-20 {
	margin-bottom: 20px
}

.mr-0 {
	margin-right: 0
}

.cmt-blog-single-content blockquote cite,
.cmt-contactform-3 i,
.cmt-entry-date,
.cmt-meta-line i,
.cmt-textcolor-skincolor,
.footer .social-icons li>a:hover,
.footer a:hover,
.post .cmt-blog-single-content blockquote,
.sidebar .widget-categories ul li a:before,
a:hover,
nav.main-menu ul.menu>li a:hover {
	color: #8cbc43
}

.cmt-pagination .page-numbers.current {
	border-color: #8cbc43
}

.cmt-blog-single-content blockquote p,
.cmt-btn-color-dark,
.cmt-contactform-3 .checkbox-item,
.cmt-pagination .page-numbers,
span.list-item-label {
	color: #202426
}

.cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover {
	background-color: #202426
}

.cmt-bgcolor-white .cmt-btn.cmt-btn-style-fill.cmt-btn-color-skincolor:not(.btn-inline):hover {
	border-color: #202426
}

.cmt-bgcolor-white,
.cmt-blog-classic .cmt-post-featured-wrapper .cmt-blog-classic-content,
.cmt-pagination .page-numbers,
.sidebar .widget,
.sidebar .widget-categories ul li span {
	background-color: #fff
}

.cmt-blog-classic .cmt-post-featured-wrapper .cmt-meta-line,
.cmt-blog-single .cmt-blog-single-content .cmt-meta-line,
.cmt-blog-single .cmt-tags-links a {
	color: #888
}

.cmt-contactform-3 .checkbox-item {
	background-color: #f6f6f6
}

.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px
}

.social-icons li {
	display: inline-block;
	border: 0;
	display: inline-block;
	padding-left: 4px;
	min-width: 22px
}

.social-icons ul {
	margin: 0;
	padding: 0;
	clear: both
}

.site-branding {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.site-navigation {
	position: relative;
	z-index: 4
}

.cmt-header-style-01 .site-header-menu-inner.cmt-stickable-header {
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	border-top: 1px solid rgba(255, 255, 255, .08)
}

.footer .first-footer {
	padding: 50px 0 55px
}

.footer-logo {
	margin-bottom: 25px
}

.footer .widget .widget-title,
.widget .widget-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 32px;
	position: relative;
	background-color: transparent
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.footer .social-icons li>a {
	font-size: 19px;
	width: 34px;
	height: 34px;
	line-height: 34px
}

.copyright a,
.copyright span,
.first-footer a,
.first-footer ul li,
.widget-area .widget p {
	color: #888
}

.cmt-btn-color-skincolor {
	background-color: #8cbc43;
}

.footer .first-footer {
	border-bottom: 1px solid rgb(255, 255, 255, .07)
}

.first-footer .widget_contact_wrapper li {
	padding: 0 0 10px 30px;
	margin-bottom: 15px
}

.first-footer .widget_contact_wrapper i:before {
	margin-left: -30px;
	margin-right: 5px;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
	position: relative
}

.first-footer .widget-area:not(:first-child):after {
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	left: -12px;
	background-color: rgba(255, 255, 255, .07);
	top: 0
}

ul.widget_contact_wrapper li:first-child {
	margin-top: 30px;
	margin-right: 50px
}

ul.widget_contact_wrapper li {
	margin-left: 33px
}

.footer .widget ul>li {
	padding: 0 0 12px 0;
	color: #202426
}

.widget .social-icons {
	margin-left: 20px
}

.widget .social-icons li {
	margin: 0 5px
}

.bottom-footer-text {
	padding-top: 30px;
	padding-bottom: 25px;
	border-top: 1px solid #eee;
	font-size: 14px
}

.footer-nav-menu {
	margin: 0;
	padding: 0
}

.bottom-footer-text .footer-nav-menu li {
	display: inline-block;
	padding-left: 2px;
	padding-right: 14px;
	font-size: 15px;
	padding-bottom: 0
}

ul.widget_contact_wrapper li:first-child i:before {
	top: 10px;
	position: relative
}

.footer .social-icons li>a {
	text-align: center;
	background-color: transparent;
	font-size: 18px;
	color: rgb(204, 204, 204, .85)
}

.cmt-blog-classic .cmt-post-featured {
	position: relative
}

.cmt-blog-classic .cmt-post-featured a{
	display: block;
}

.cmt-blog-classic .cmt-post-featured-wrapper {
	margin-bottom: 30px
}

.cmt-blog-classic .cmt-post-featured-wrapper .cmt-blog-classic-content {
	padding: 30px 30px 19px;
	z-index: 1;
	position: relative;
	display: block;
	overflow: hidden
}

.cmt-blog-classic .cmt-post-featured-wrapper h3 {
	font-size: 22px;
	line-height: 38px;
	position: relative;
	font-weight: 700
}

.cmt-blog-classic .cmt-post-entry-header:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 4px
}

.cmt-blog-classic .cmt-blogbox-desc-footer-readmore .cmt-commentbox i {
	margin-right: 10px
}

.cmt-blog-classic .cmt-post-featured-wrapper .cmt-btn {
	padding: 12px 24px 12px 0
}

.cmt-blog-classic .cmt-post-featured-wrapper .cmt-btn:after {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 0;
	height: 1px;
	display: block;
	transition: all .8s cubic-bezier(.19, 1, .22, 1);
	content: "";
	opacity: 0
}

.cmt-blog-classic .cmt-post-featured-wrapper .cmt-blogbox-desc-footer-readmore:hover .cmt-btn:after {
	width: 63%;
	opacity: 1;
	transition-delay: .07s
}

.cmt-blog-classic .cmt-entry-date {
	display: inline-block;
	padding: 2px 20px;
	text-transform: capitalize;
	background-color: #8cbc43;
	color: #fff;
}

.cmt-blog-classic .cmt-post-featured-wrapper .cmt-post-entry-header:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 4px
}

.cmt-blog-classic .cmt-post-featured-wrapper .cmt-meta-line i {
	font-size: 12px;
	padding-right: 5px
}

.cmt-blog-classic .cmt-post-featured-wrapper .cmt-meta-line.byline:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 15px;
	border-radius: 0;
	background-color: rgba(153, 153, 153, .28);
	margin: 0 10px 2px;
	position: absolute;
	left: 66px;
	top: 0
}

.cmt-blog-classic .cmt-post-featured-wrapper .cmt-meta-line {
	padding-right: 15px;
	position: relative;
	font-size: 13px;
	padding-bottom: 6px
}

.cmt-blog-single-content {
	padding: 26px 33px
}

.cmt-blog-single .cmt-blog-single-content blockquote {
	display: block;
	padding: 20px 80px 20px 28px;
	position: relative;
	margin: 40px 0 50px 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	min-height: 100px;
	border: 0;
	border-left: 3px solid;
	font-style: normal;
	background: #f7f7f7
}

blockquote cite:before {
	content: "\2014\00a0"
}

.cmt-blog-single .cmt-blog-single-content blockquote cite {
	margin-top: -10px;
	font-size: 15px;
	font-weight: 400
}

.cmt-blog-single .cmt-blog-single-content blockquote p {
	margin-bottom: 10px
}

.cmt-blog-single .cmt-blog-single-content blockquote:before {
	right: 40px;
	content: "\e663";
	display: block;
	position: absolute;
	bottom: 55px;
	margin-bottom: .2em;
	color: #000;
	font-family: 'iconfont';
	font-weight: 700;
	font-size: 4em;
	line-height: .3;
	opacity: .05
}

.cmt-blog-single .cmt-tags-links-title {
	font-size: 16px;
	font-weight: 500;
	color: #111;
	margin: 7px 0;
	display: inline-block
}

.cmt-blog-single .cmt-tags-links a {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 7px;
	border-radius: 0;
	padding: 0 5px 0 0;
	position: relative
}

.cmt-blog-single .cmt-blogbox-desc-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 20px
}

.cmt-blog-single .cmt-social-share-wrapper {
	display: flex;
	align-items: center
}

.cmt-blog-single .cmt-post-entry-header {
	padding-left: 23px;
	position: relative
}

.cmt-blog-single .cmt-social-share-wrapper .cmt-social-share-title {
	font-size: 17px;
	margin-right: 10px;
	font-weight: 500;
	display: inline-block;
	color: #111
}

.cmt-blog-single .social-icons.square li>a {
	border-width: 1px;
	border-style: solid;
	height: 33px;
	width: 33px;
	line-height: 33px;
	text-align: center;
	display: block;
	background-color: transparent;
	font-size: 14px;
	border-radius: 0
}

@media (max-width: 1199px) {
	nav.main-menu.show {
		display: block;
		width: 100%;
		max-height: 10000px;
	}
}

.cmt-blog-single .comment-respond .comment-reply-title {
	font-size: 24px;
	line-height: 43px;
	margin-bottom: 7px
}

.cmt-blog-single .comment-notes {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 33px
}

.cmt-blog-single .comment-form input[type=text],
.cmt-blog-single .comment-form textarea {
	background-color: #f6f6f6;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 15px
}

.cmt-blog-single .comment-form .comment-form-author,
.cmt-blog-single .comment-form .comment-form-email,
.cmt-blog-single .comment-form .comment-form-url {
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%
}

.cmt-blog-single .cmt-blog-single-content .cmt-meta-line {
	padding-right: 15px;
	position: relative;
	font-size: 13px;
	padding-bottom: 6px
}

.cmt-blog-single .cmt-blog-single-content .cmt-meta-line i {
	font-size: 12px;
	padding-right: 5px
}

.cmt-blog-single .cmt-blog-single-content .cmt-meta-line.byline:after,
.cmt-blog-single .cmt-blog-single-content .cmt-meta-line.tags-links:after {
	right: -3px
}

.cmt-pagination {
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center
}

.cmt-pagination .page-numbers {
	width: 43px;
	height: 43px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	border: 2px solid #ebebeb;
	border-radius: 0;
	margin: 0 3px 10px;
	padding: 0;
	transition: all .3s ease 0s
}

.cmt-pagination .page-numbers.current {
	border-color: transparent
}

.header_extra {
	margin-right: 50px;
}

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

	.cmt-blog-classic .cmt-post-featured-wrapper .cmt-blog-classic-content,
	.cmt-blog-single-content {
		padding: 30px 15px 19px;
	}

	.res-991-mb-30 {
		text-align: center;
	}

	.pr-140 {
		padding-right: 15px;
	}

	.home-link {
		color: #fff
	}

	[type="checkbox"] {
		left: 3px;
	}
}

.home-link,
.footer-logo a {
	font-weight: 600;
	font-size: 20px;
}

nav.main-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative
}

nav.main-menu ul li {
	position: relative
}

nav.main-menu {
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	width: 55%;
	z-index: 2
}

nav.main-menu ul.menu>li {
	position: relative;
	display: inline-block
}

@media(min-width:1200px) {
	.site-header-menu-inner {
		background-color: #fff;
	}

	nav.main-menu ul.menu>li>a {
		display: block;
		position: relative;
		font-weight: 500;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 0
	}
}

@media(max-width:1199px) {
	.menubar {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 9
	}

	.menubar-box {
		display: block;
		width: 30px;
		height: 24px
	}

	.menubar-inner,
	.menubar-inner:after,
	.menubar-inner:before {
		position: absolute;
		width: 30px;
		height: 3px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
		border-radius: 4px;
		background-color: #fff
	}

	.menubar--squeeze .menubar-inner {
		top: 50%;
		display: block;
		margin-top: -2px;
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: .1s
	}

	.menubar-inner:after,
	.menubar-inner:before {
		display: block;
		content: ''
	}

	.menubar-inner:after {
		bottom: -8px
	}

	.menubar-inner:before {
		top: -8px
	}

	nav.main-menu {
		display: none;
		max-height: 10000px;
		position: absolute;
		box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
		z-index: 100;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #fff;
		border-top: 3px solid
	}

	nav.main-menu ul.menu,
	nav.main-menu ul.menu>li {
		display: block;
		position: relative
	}

	nav.main-menu ul.menu>li>a {
		display: block;
		font-weight: 600;
		font-size: 16px;
		padding: 15px 15px;
		line-height: 20px;
		border-top: solid 1px #e0e0e0;
		text-align: left
	}

	nav.main-menu ul.menu>li:first-child>a {
		border-top: 0
	}
}

.page-numbers.current {
	color: #fff;
	background-color: #8cbc43;
}

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

	.header #site-header-menu .site-navigation ul.menu>li>a {
		display: block;
		margin: 0;
		padding: 0 20px;
		text-decoration: none;
		position: relative;
		z-index: 1;
		height: 70px;
		line-height: 70px;
		font-weight: 600;
		color: #202426;
	}

	.header #site-header-menu .site-navigation ul.menu>li>a:hover {
		color: #8cbc43;
	}

	header.cmt-header-style-01 {
		position: absolute;
		left: 0;
		right: 0;
		border-bottom: 1px solid #eee;
		z-index: 3
	}
}

@media(max-width:1199px) {
	.container {
		max-width: 100%
	}

	.cmt-row .container,
	.sidebar .container,
	footer .container {
		max-width: 100%
	}

	.cmt-row .container,
	.sidebar .container,
	footer .container {
		padding: 0
	}

	.cmt-row .container>.row,
	.sidebar .container>.row,
	footer .container .row {
		margin: 0
	}

	.header .site-header-menu {
		background-color: #202426
	}

	#site-header-menu .site-navigation {
		margin: 0;
		padding: 10px 0
	}
}

@media only screen and (max-width:1131px) {
	ul.widget_contact_wrapper li:first-child {
		margin-right: 25px
	}
}

@media only screen and (min-width:991px) {
	.sidebar .col-lg-3.content-area {
		flex: 0 0 30%;
		max-width: 30%
	}

	.sidebar .col-lg-9.content-area {
		flex: 0 0 70%;
		max-width: 70%
	}
}

@media only screen and (max-width:991px) {
	.res-991-mt-15 {
		margin-top: 15px !important
	}

	.res-991-mb-30 {
		margin-bottom: 30px !important
	}

	.section-title {
		margin-bottom: 20px
	}

	.cmt-row {
		padding: 60px 0
	}

	ul.widget_contact_wrapper li {
		margin-left: 31px
	}

	.first-footer .widget-area:not(:first-child):after {
		display: none
	}

	.sidebar.cmt-sidebar-right {
		padding: 50px 0 0
	}

	ul.widget_contact_wrapper li:first-child i:before {
		top: 3px
	}
}

@media only screen and (max-width:767px) {
	.res-767-mt-30 {
		margin-top: 30px
	}

	.widget-area {
		margin-bottom: 30px
	}

	.section-title h2 {
		font-size: 22px;
		line-height: 38px
	}

	#footer-nav-menu,
	.copyright {
		text-align: center;
		display: block !important
	}

	.footer .first-footer {
		padding-bottom: 0
	}

	.cmt-blog-single .comment-form .comment-form-author,
	.cmt-blog-single .comment-form .comment-form-email,
	.cmt-blog-single .comment-form .comment-form-url {
		width: 100%
	}
}

@media only screen and (max-width:575px) {
	.cmt-blog-single .cmt-blogbox-desc-footer {
		display: block
	}

	.footer {
		background-position: right center
	}

	.first-footer .widget_contact_wrapper li:last-child {
		padding-bottom: 0
	}
}

@media only screen and (max-width:425px) {
	#footer-nav-menu {
		justify-content: flex-start !important
	}

	.cmt-social-share-wrapper {
		display: block
	}
}

@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.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: 20px;
	width: 100%;
	min-height: 250px;
	clear: both;
}

.t_de {
  clear: both;
	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
}

.post_tag_name {
	font-size: 25px;
	line-height: 2;
	margin: 0;
}

nav ol.breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ol.breadcrumb li {
	display: inline;
	word-break: break-all;
}

@media (max-width:1000px) {
	nav[aria-label="breadcrumb"] {
		padding: 15px 15px 0;
	}
}