header {
	box-shadow: none !important;
}

.table > thead > tr > th:after {
	left: 95% !important;
	border-bottom: 0px solid;
}

.notch {
	top: 0;
	text-align: center;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
}

.notch img {
	vertical-align: top;
}

.title-wrap {
	position: relative;
	z-index: 99;
}

.home-title {
	font-size: 64px;
	color: rgb(37 129 8 / 86%);
	line-height: 1.1;
	text-shadow: 1px 1px 2px #fff, 0 0 0 #000, 1px 1px 2px #fff;
	font-weight: 900;
	mix-blend-mode: multiply;
}

.home-subtitle {
	font-size: 35px;
	font-weight: 400;
	line-height: 1.3;
	color: rgba(0, 0, 0, .5);
	margin-top: 30px;
	max-width: 575px;
}

@media (max-width: 1199px) {
	.home-title {
		font-size: 54px;
	}
	body {
		background-position: center 20%;
	}
	.home-subtitle {
		font-size: 33px;
	}
}

@media (max-width: 768px) {
	.home-title {
		font-size: 48px;
		margin-top: 20px;
	}
	body {
		background-position: center 20%;
	}
	.home-subtitle {
		font-size: 33px;
	}
	.topbar-right {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.title-wrap {
		background: none !important;
	}
}

@media (max-width: 550px) {
	.cat-sec {
		padding-top: 0 !important;
	}
	.home-title {
		font-size: 40px;
		margin-top: 30px;
	}
	.home-subtitle {
		font-size: 24px;
		display: inline-grid;
	}
	.home-subtitle img {
		width: 20px;
	}
}

.content-wrapper {
}

.box-services {
	border-radius: 15px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .2);
	padding: 30px;
	text-align: center;
	background-color: white;
	max-width: 350px;
	width: 100%;
	margin: 30px auto;
}

.box-services h2 {
	color: #096e3c;
	font-size: 44px;
	font-weight: 900;
}

.box-services p.na {
	margin: 20px 0 60px 0;
	min-height: 100px;
	font-size: 18px;
	color: #555;
	line-height: 1.5em;
}

.box-services div.text-center {
	position: absolute;
	width: 126px;
	left: 50%;
	margin-left: -63px;
	bottom: 30px;
}

.box-services a {
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 50px;
	padding: 9px 20px;
	color: white;
	background-color: #99cc53;
	border: 1px solid #91c24e;
	line-height: 22px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transition: all .3s;
}

.box-services a:hover {
	text-decoration: none;
	background-color: #83b53e;
	color: white;
}

.capnav {
	height: 100px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.capnav li a {
	color: #333;
	font-weight: 500;
}

.capnav li a.pillow {
	border-radius: 50px;
	background-color: #1e774d;
	color: white;
	font-size: 13px;
}

.capnav li {
	list-style: none;
	display: inline-block;
}

.banner {
	background-image: url(../imgs/banner-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}

.vc_row:not(.vc_inner):not(.vc_gitem_row) {
	background: transparent;
}

.mobile-nav ul {
	display: block;
}
#mobile-nav .dropdown-menu a {
	padding: 15px;
}
#sub-mail {
	
	
	box-shadow: 0 0 5px rgba(0, 0, 0, .3) !important;
	border-radius: 50px !important;
	display: inline-block !important;
	height: 60px;
	background-color: white;
	padding-left: 19px;
}
.mc4wp-form-fields .form-inline{align-items: start; justify-content: center;}
.mc4wp-form-fields .form-inline .form-group{flex:auto; max-width: 471px;}
#sub-btn {
	border-radius: 50px !important;
	margin: 5px 0 5px -105px;
	width: 100px;
	height: 50px;
	padding: 0;
	line-height: 50px;
	vertical-align: top;
	border: 0;
}

.page-template-home-page .wpcf7 {
	text-align: center;
	background: url(../imgs/email-sub-bg.png) no-repeat 15%;
	height: 100px;
}

.page-template-home-page span.wpcf7-not-valid-tip {
	position: absolute;
	display: inline-block !important;
	left: 32%;
	bottom: -46px;
}

body.home {
	/* background: url(../imgs/bg.png) no-repeat center 600px /contain; */
}

body {
	/* background: url(../imgs/bg.png) no-repeat center 250px /contain; */
	height: auto;
}

.section-page {
	background: transparent;
}

#footer {
	background: transparent !important;
}
li.account > a span:first-child,
li.login > a span:first-child {
	padding: 0 20px !important;
	border-radius: 55px;
	background: #99cc53;
	color: white !important;
	height: 35px !important;
	line-height: 34px;
	display: inline-block;
}

.custom-right {
	position: absolute;
	right: 15px;
}

.mobile-menu-btn .toggle-menu {
	margin-top: 0;
}

#sidebar label.screen-reader-text {
	display: none;
	visibility: hidden;
	height: 0;
}

@media (max-width: 450px) {
	#menu-login {
		display: none;
	}
	.nav-center {
		margin: 0 0 auto auto !important;
	}
}

.home #topbar {
	background: transparent;
}

.home-subtitle span img {
	width: 38px;
}

.owl-dot {
	background: #99cc53;
}

.owl-dot.active {
	border-color: #99cc53;
}

.posts .post-holder .post-more::after {
	color: #99cc53;
}

.with-topbar + .content-below-header > .section-page {
	padding-top: 150px;
}

#page-title {
	background-color: transparent;
}

.col-xs-6 {
	width: 50%;
	float: left;
}

.form-input-holder {
	width: 100%;
}

#subject-field {
	margin: 0 -5px 18px;
}

#engage-contact-form .form-row {
	display: block;
}

.pricing-box {
	overflow: hidden;
	border-color: rgba(0, 0, 0, .1) !important;
	background: rgba(255, 255, 255, .75);
}

.main-nav .nav-right i {
	padding-top: 0;
}

.pricing-box.pricing-box-minimal.pricing-box-gray {
	max-width: 500px;
	margin: 20px auto;
}

.widget_categories .list-unstyled li a:before,
.widget_recent_entries .list-unstyled li a:before,
.widget_pages .list-unstyled li a:before,
.widget_meta .list-unstyled li a:before,
.widget_archive .list-unstyled li a:before,
.widget_nav_menu .list-unstyled li a:before,
.widget_text .list-unstyled li:before,
.widget_product_categories .list-unstyled li:before {
	content: none !important;
	padding-right: 0 !important;
}

.reg_create {
	font-size: 18px !important;
}

.page-template-register ul.icon-list {
	padding: 15px;
	background: white;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	border-radius: 15px;
}

.reg-form {
	max-width: 666px;
}

@media (min-width: 769px) {
	.h-banner {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.vc_col-sm-6 + .vc_col-sm-6 {
		margin-top: 0 !important;
	}
}

.pricing-box.pricing-box-minimal {
	background: rgba(255, 255, 255, .9);
	box-shadow: inset 0 0 123px rgba(0, 0, 0, .05);
	color: #333 !important;
	border: 1px solid #eee;
}

.pricing-box-minimal .pricing-box-features li {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	padding-bottom: 10px;
}

.pricing-box-minimal .pricing-box-features li:last-child {
	border: 0;
}

.pricing-box-price h5::first-letter {
	font-size: 60%;
	vertical-align: top;
	margin-right: 5px;
}

#topbar .topbar-social a,
#topbar.topbar-light,
#topbar .topbar-social a:last-child {
	border: 0;
}

.vntd-social-icons a {
	color: #008067;
}

span.title-shrink {
	font-size: 30px;
}

div.dataTables_wrapper .custom-select {
	padding: 0 15px;
}

.dropdown-menu {
	padding: 0 !important;
}
.single-post .post-holder .post-medias {
	background: none;
	margin: 4px;
	border-radius: 3px;
	overflow: hidden;
}
.single-post .post-holder .post-medias {
	display: inline-block;
	box-shadow: 0 0 4px #ccc;
}
.single-post .post-holder img {
	border: 20px solid white;
}

.table-borderless {
	border: 0 !important;
}
