/* General */
@media screen and (max-width: 767px) {
	#sp-main-body {
		padding: 30px 0px 40px 0px;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 60px 0px 50px 0px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeInUp;
}

hr {
	border-top: 1px solid #252525!important;
	margin-top: 25px !important;
    margin-bottom: 25px !important;	
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}



/* Fonts */
a {
	font-weight: 600;
	color: #3c6a43;
}

a:focus, a:active {
	font-weight: 600;
	color: #414042;
}

a:hover {
    color: #182a1a;
}

::selection {
  background-color: #414042;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.75rem;
	font-weight: 600;
}

.h2:not([itemprop="headline"]), .h3, .h4, .h5, .h6, h2:not([itemprop="headline"]), h3, h4, h5, h6 {
	margin-top: 1.75rem;
}

@media screen and (max-width: 399px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 22px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 21px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 20px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 19px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 18px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 17px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 24px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 23px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 22px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 21px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 20px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 38px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 32px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 24px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 22px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 20px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 18px;
	}
}



/* Buttons, links and forms */
.form-control {
    padding: .75rem 1rem;
    border-radius: 5px;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus, .form-control:focus, textarea:focus {
    border-color: #55965F!important;
}

.btn-primary, .sppb-btn-primary {
	display: inline-block;
    color: #fff!important;
    border-color: #3c6a43!important;
    background-color: #3c6a43!important;
	border: none !important;
    border-radius: 60px !important;
	padding: 15px 40px 15px 40px !important;
}

.btn-primary:hover, .sppb-btn-primary:hover,
.btn-primary:active, .sppb-btn-primary:active,
.btn-primary:focus, .sppb-btn-primary:focus {
    color: #fff!important;
	border-color: #182a1a!important;
    background-color: #182a1a!important;
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block;
    color: #fff!important;
    border-color: #414042!important;
    background-color: #414042!important;
	border: none !important;
    border-radius: 60px !important;
	padding: 15px 40px 15px 40px !important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active,
.btn-secondary:focus, .sppb-btn-secondary:focus {
    color: #fff!important;
	border-color: #202020!important;
	background-color: #202020!important;
}

.btn-services {
	display: inline-block;
	text-align: left;
	position: relative;
	width: 100%;
	color: #030f27;
	background-color: #fff;
	font-size: 17px;
	font-weight: 600;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	padding: 16px 10px 20px 15px;
}

.btn-services::before {
	content: "\f058"; 
	font-family: "Font Awesome 5 Free";
    font-weight: 400;
	margin-right: 10px; 
    display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #3e6e45;
	color: #fff;
	border-radius: 100%;
	width: 42px;
	height: 42px;
	font-size: 24px;
}

.btn-services:hover::before {
	background-color: #fff;
	color: #3e6e45;
}

.btn-services:hover {
	color: #fff;
	background-color: #3e6e45;
}

.btn-services:focus, .btn-services:active {
	color: #fff;
	background-color: #3e6e45;
}


.btn-white {
	display: inline-block;
	white-space: nowrap;
	color: #030f27;
	background-color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 60px;
	padding: 15px 35px 15px 35px;
}

.btn-white:hover {
	color: #fff;
	background-color: #182a1a;
}

.btn-white:focus, .btn-white:active {
	color: #030f27;
	background-color: #ddd;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 15px!important;
    border-radius: 0px!important;
}

/* convert forms */
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0px!important;
}

.cf-btn {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #3c6a43!important;
	font-size: 18px!important;
	font-weight: 500!important;
	border: none!important;
	border-radius: 60px!important;
	padding: 15px 50px 15px 50px!important;
}

.cf-btn:hover {
	color: #fff!important;
	background-color: #182a1a!important;
    opacity: 1!important;
}



/* Logo and main menu */
#sp-top1 {
	display: flex; 
	justify-content: end;
	align-items: center;
}

#sp-top1 .menu {
	list-style: none;
	padding: 0;
}

#sp-top1 .menu {
	margin: 3px 0px 0px 0px;
}

#sp-top1 .menu li {
	padding: 5px 0px 5px 0px;
}

#sp-top1 a {
	color: #fff;
	font-weight: 400;
    font-size: 16px;
}

#sp-top1 a:hover {
	color: #BAEFC2;
}

@media screen and (max-width: 1199px) {
	#sp-logo-and-top-menu {
		display: flex;
		align-items: center;
		height: 100px;
		background-color: #182b1b;
		z-index: 9;
		position: relative;
	}
	
	#sp-logo-and-top-menu.topbar-sticky,
	.body-innerwrapper #sp-main-menu.header-sticky 	{
		border-bottom: 1px solid #5c6b5d;
	}

	.body-innerwrapper #sp-logo-and-top-menu {
		width: 80%;
	}
	
	.body-innerwrapper #sp-main-menu {
		width: 20%;
		top: 0;
		right: 0;
		height: 100px;
	}

	.body-innerwrapper #sp-main-menu.header-sticky {
		position: relative;
	}
	
	.body-innerwrapper #sp-main-menu:not(.header-sticky) {
		position: absolute;
	}
	
	#sp-main-menu {
		background-color: #182a1a;
		z-index: 9;
	}
	
	.logo-image {
        height: 70px!important;
		padding: 0px 0px 5px 5px;
    }

	
	#sp-top1, #sp-menu .product-guide-menu {
		display: none!important;
	}

	#sp-main-menu > .container {
        display: flex;
		justify-content: end;
		align-items: center;
		height: 100%;
	}
	
	.header-sticky, .topbar-sticky {
		position: fixed!important;
		top: 0;
		z-index: 9;
		animation: spFadeInDown 0.6s;
	}
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-top-menu {
		display: flex;
		align-items: start;
		height: 180px;
		background-color: #182b1b;
		padding-top: 20px;
		z-index: 9;
		position: relative;
	}

	#sp-logo-and-top-menu {
		border-bottom: 2px solid #182b1b;
	}
	
	.header-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		z-index: 9;
		animation: spFadeInDown 0.6s;
	}
	
	#sp-menu {
		background-color: #f7f9fa;
		z-index: 9;
		border-radius: 6px;
	}

	#sp-menu {
		background-color: #f7f9fa;
		z-index: 9;
		border-radius: 6px;
		box-shadow: 0 0 10px rgba(128, 128, 128, 0.3);
	}

	#sp-main-menu.header-sticky #sp-menu {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	#sp-main-menu:not(.header-sticky) > .container {
		margin-top: -40px;
	}
}

#sp-menu .sp-megamenu-wrapper {
	margin-left: 25px;
}

#sp-menu .sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: space-between; 
	list-style-type: none; 
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

#sp-menu .sp-megamenu-wrapper > ul > li:last-child {
   margin-left: auto;
}

#sp-menu .sp-megamenu-wrapper ul li a {
    white-space: normal;
}

#sp-menu .sp-megamenu-wrapper ul li a {
    white-space: normal;
}

#sp-menu>.sp-column {
    height: 100%;
    flex-wrap: nowrap;
    display: flex;
}

#sp-menu>.sp-column>.sp-module {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
	order: 2;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 20px;
}

.sp-megamenu-parent>li.active:hover>a {
    color: #3c6a43;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 500;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 18px!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    display: block;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #3c6a43;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 20px 20px 20px 15px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-dropdown li.menu_item>a {
    padding: 9px 8px 8px 8px;
}

	

/* Offcanvas menu */
.offcanvas-menu {
  color: #252525;
}

a#offcanvas-toggler:hover {
	color: #0b1649!important;
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}

	.sp-megamenu-wrapper {
		float: none!important;
	}
	
	#sp-top-bar {
		display: none!important;
	}
	
	#sp-menu {
		width: auto!important;
	}	
	
	#sp-logo > .sp-column {
		margin-left: 0px;
	}
}

@media screen and (max-width: 575px) {
	#sp-menu > .sp-column {
		margin-right: 5px;
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

@media screen and (min-width: 575px) and (max-width: 1199px) {
	#sp-menu > .sp-column {
		margin-right: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

#offcanvas-toggler {
	width: 100%;
	color: #fff;
	margin-left: 0px!important;
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff!important;
}

.close-offcanvas {
	top: 36px;
}

.close-offcanvas .burger-icon {
	margin-right: 18px!important;
}

#offcanvas-toggler .burger-icon {
    margin-right: 5px!important;
}

.offcanvas-active .burger-icon > span {
    margin: 4.8px 0;
}

body.ltr .offcanvas-menu .logo {
	padding: 0px 0px 10px 15px;
}

.burger-icon > span {
	background-color: #fff!important;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	background-color: #182a1a;
}

body.ltr .offcanvas-menu > div:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 15px 10px 5px 15px !important;
}

@media screen and (max-width: 399px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 400px) {
	.offcanvas-menu { 
		width: 380px!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -380px;
	}
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 22px;
	font-weight: 400;
}

.offcanvas-menu .offcanvas-inner .top-menu-offcanvas ul.menu>li>a, .offcanvas-menu .offcanvas-inner .top-menu-offcanvas ul.menu>li>span {
    font-size: 16px;
}

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:hover > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #55965F;
	font-weight: 400!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a, .offcanvas-menu .offcanvas-inner ul.menu > li > ul li span {
	font-size: 20px;
	padding: 8px 12px 8px 12px;
	display: flex;
	font-weight: 400;
	line-height: 1.3;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > span {
	line-height: 1.3;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0px;
}

.com-finder p {
    margin-bottom: 1rem!important;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0px;
	border-radius: 0px;
	flex: 1;
	border-top-right-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}

.offcanvas-menu .awesomplete input {
	border-top-left-radius: 18px !important;
    border-bottom-left-radius: 18px !important;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

ul.menu-child li {
	padding: 0px 0px 0px 0px;
}

#offcanvas-toggler {
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

@media screen and (max-width: 400px) {
	#offcanvas-toggler {
		font-size: 20px;
	}
	
	.burger-icon>span {
		margin: 4px 0px;
	}
	
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 1px;
	}
}



/* Search */
#search-form .awesomplete input {
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#search-form button {
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}



/* Front page blog module */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.col-lg-4 {
		width: 50%!important;
	}
}

#section-blog .blog-article-image-container {
	padding-top: 70%;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	transition: filter 0.5s ease;
}

#section-blog .blog-article-image-container:hover {
	filter: brightness(1.2);
}

#section-blog .blog-article-item-inner {
	height: 100%;
	box-shadow: 0 0 8px rgba(128, 128, 128, 0.25);
	padding: 15px;
	border-radius: 6px;
}

#section-blog .blog-article-info-container {
	padding: 10px;
}

@media screen and (max-width: 575px) {
	#section-blog .blog-article-item-inner {
		padding: 0px;
	}

	#section-blog .blog-article-info-container {
		padding: 10px 15px 20px 15px;
	}	
	
	#section-blog .blog-article-image-container,
	#section-blog .blog-article-video-container lite-youtube {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
}

#section-blog .mod-articles-category-title {
    display: inline-block;
	color: #414042;
	font-size: 18px;
	margin-bottom: 10px;
}

#section-blog .mod-articles-category-title:focus, #section-blog .mod-articles-category-title:active {
	color: #3c6a43!important;
}	

#section-blog .mod-articles-readmore-title {
	margin-bottom: 5px;
}

#section-blog .mod-articles-readmore-title a {
    position: relative;
	font-size: 18px;
	color: #3c6a43;
	text-transform: uppercase;
}	

#section-blog .mod-articles-readmore-title a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(60, 107, 67, 0.4);
}

#section-blog .mod-articles-readmore-title a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: -2px;
    left: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(60, 107, 67, 1);
	transition: width 0.4s ease;
}

#section-blog .mod-articles-readmore-title a:hover::after, #section-blog .mod-articles-readmore-title a:active::after, #section-blog .mod-articles-readmore-title a:focus::after {
	width: 100%;
}

#section-blog .blog-article-video-container {
    position: relative;
    padding-top: 70%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    overflow: hidden; 
}

#section-blog .blog-article-video-container lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#section-blog .blog-article-video-container .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-blog lite-youtube > .lty-playbtn {
    display: block;
    width: 100%;
    height: 100%;
    background: none!important;
    font-size: 60px;
	position: absolute;
    cursor: pointer;
    z-index: 1;
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

#section-blog lite-youtube > .lty-playbtn::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f144';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-blog lite-youtube {
	transition: filter 0.5s ease;
}

#section-blog lite-youtube:hover {
	filter: brightness(1.2);
}

@media screen and (max-width: 991px) {
	#section-blog .blog-article-item.col-lg-4 {
		margin-bottom: 20px;
	}
}



/* Blog roll */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.article-list .col-lg-6 {
		width: 50%!important;
	}
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: 0px 0px 25px 0px;
    border-radius: 0px;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 0px;
}

.article-list .article-body {
	padding: 0px 10px 0px 10px;
}

.article-list .article {
    border: none;
	box-shadow: 0 0 8px rgba(128, 128, 128, 0.25);
	height: 100%;
	padding: 20px 20px 5px 20px;
}

@media screen and (max-width: 575px) {
	.article-list .article-body {
		padding: 0px 20px 0px 20px;
	}

	.article-list .article {
		padding: 0px;
	}

	.article-list .article .article-intro-image img,
	.article-list .article .article-featured-video iframe {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
}

.article-list .article-intro-image img {
	transition: filter 0.5s ease;
}

.article-list .article-intro-image img:hover {
	filter: brightness(1.2);
}

.article-list .article-header h2 {
	font-size: 24px!important;
	line-height: 30px;
}

@media screen and (max-width: 991px) {
	.article-list .article-header h2 {
		font-size: 20px!important;
		line-height: 26px;
	}
}

.article-list .article-header h2 a {
	color: #414042!important;
}

.article-list .article-header h2 a:hover {
	color: #414042!important;
}

.article-list .article-header h2 a:focus,.article-list .article-header h2 a:active {
	color: #3c6a43!important;
}

.article-list .col-lg-6 {
	margin-bottom: 30px;
}

.article-list .readmore a {
    position: relative;
	font-size: 18px;
	color: #3c6a43!important;
	text-transform: uppercase;
	font-weight: 600!important;
}	

.article-list .readmore a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(60, 107, 67, 0.4);
}

.article-list .readmore a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: -2px;
    left: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(60, 107, 67, 1);
	transition: width 0.4s ease;
}

.article-list .readmore a:hover::after, .article-list .readmore a:active::after, .article-list .readmore a:focus::after {
	width: 100%;
}



/* Individual article */
.blockquote {
	font-size: 20px;
	font-weight: 500;
	padding: 30px 40px 30px 50px;
	margin: 0px 20px 0px 20px;
	line-height: 1.6;
	position: relative;
}

.blockquote > span {
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	margin-top: 10px;
    display: block;
	text-transform: initial;
}

.blockquote::before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 32px;
    color: #3c6a43;
    position: absolute;
    left: 2px;
    top: 23px;
}

@media screen and (max-width: 575px) {
	.blockquote {
		font-size: 18px;
		padding: 20px 10px 20px 45px;
		margin: 0px;
	}
	
	.blockquote::before {
		font-size: 28px;
		left: 5px;
		top: 14px;
	}
	
	.article-details .article-full-image {
		margin-bottom: 1rem;
	}
}



/* Droppics in articles */
.wimg.droppicslightbox {
	display: flex;
	width: 33%!important;
	height: 100%!important;
	padding: 0px!important;
	margin: 0px!important;
}

.wimg.droppicslightbox .cboxElement {
	width: 100%!important;
	height: 240px!important;
	margin: 2px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 399px) {
	.wimg.droppicslightbox {
		width: 100%!important;
	}
	
	.wimg.droppicslightbox .cboxElement {
		height: 220px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.wimg.droppicslightbox {
		width: 50%!important;
	}
	
	.wimg.droppicslightbox .cboxElement {
		height: 200px!important;
	}
}

.wimg.droppicslightbox .cboxElement img {
	border-radius: 0px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
    margin-left: 0px!important;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover; 
	transition: 0.8s ease;
}

.wimg.droppicslightbox .cboxElement:hover img {
	transform: scale(1.05);
    filter: brightness(70%);
}

.wimg.droppicslightbox .cboxElement::before {
	content: "\f00e"; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: transparent; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	font-size: 40px; 
	transition: color 0.3s ease; 
	z-index: 1;
	opacity: 0.8;
}

.wimg.droppicslightbox .cboxElement:hover::before {
	color: #fff; 
}



/* Page heading with bg */
.breadcrumb {
    border-radius: 0px;
}

#sp-page-header {
	background-image: url('../../../images/page-header-bg.jpg'); 
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin-top: -40px;
}

#sp-page-header > .container {
	background-image: url('../../../images/hero-mini-logo.png'); 
    background-position: bottom center;
    background-repeat: no-repeat;
	z-index:99;
	padding-bottom: 1px;
}

#sp-page-header #sp-title li.breadcrumb-item {
	margin: 0; 
	position: relative; 
}

#sp-page-header #sp-title li.float-start {
	display: none;	
}

#sp-page-header #sp-title .breadcrumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

#sp-page-header #sp-title li.breadcrumb-item {
	text-align: center;
	color: #fff;
	font-weight: 600;
}


@media screen and (max-width: 575px) {
	#sp-page-header #sp-title li.breadcrumb-item {
		font-size: 30px;
		line-height: 36px;
	}

	#sp-page-header #sp-title .breadcrumb {
		height: 180px;
		padding: 30px 40px 10px 40px; 
	}
	
	#sp-page-header > .container {
		background-size: 120px 37px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header #sp-title li.breadcrumb-item {
		font-size: 34px;
		line-height: 40px;
	}

	#sp-page-header #sp-title .breadcrumb {
		height: 200px;
		padding: 10px 40px 10px 40px; 
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header #sp-title li.breadcrumb-item {
		font-size: 38px;
		line-height: 44px;
	}

	#sp-page-header #sp-title .breadcrumb {
		height: 220px;
		padding: 20px 40px 20px 40px; 
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header #sp-title li.breadcrumb-item {
		font-size: 42px;
		line-height: 48px;
	}

	#sp-page-header #sp-title .breadcrumb {
		height: 240px;
		padding: 20px 40px 20px 40px; 
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	#sp-page-header #sp-title li.breadcrumb-item {
		font-size: 46px;
		line-height: 52px;
	}

	#sp-page-header #sp-title .breadcrumb {
		height: 260px;
		padding: 20px 40px 20px 40px; 
	}
}

@media screen and (min-width: 1601px)  {
	#sp-page-header #sp-title li.breadcrumb-item {
		font-size: 60px;
		line-height: 66px;
	}

	#sp-page-header #sp-title .breadcrumb {
		height: 300px;
		padding: 20px 40px 20px 40px; 
	}
}

/*for smart search results which adds search term to breadcrumbs*/
#sp-page-header #sp-title li:nth-child(3) {
	display: none;	
}

#sp-page-header #sp-title li a {
	color: #fff;
	pointer-events: none;
}



/* Section - main image */
@media screen and (max-width: 1199px) {
	#section-main-image {
		height: calc(100vh - 130px);
		min-height: 500px;
	}
}

@media screen and (min-width: 1200px) {
	#section-main-image {
		height: calc(100vh - 200px);
		min-height: 500px;
	}
}



/* Section - serving clients */
.serving-clients-img-container .sppb-addon-single-image-container, .serving-clients-img-container .sppb-img-responsive {
	width: 100%;	
}



/* Section - get started */
#section-get-started {
	z-index: 2!important;	
}



/* Section - bottom and footer */
#section-bottom .bottom-area-link a {
    position: relative;
}

#section-bottom .bottom-area-link a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#section-bottom .bottom-area-link a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: -4px;
    left: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
	transition: width 0.4s ease;
}

#section-bottom .bottom-area-link a:hover::after {
	width: 100%;
}

#section-footer .menu li a {
    color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}

@media screen and (min-width: 576px) {
	#section-footer .footer-links li:not(:first-child) a {
		padding-left: 10px;
	}

	#section-footer .footer-links ul li + li::before {
		content: "|";
		padding: 0 2px;
		color: #fff;
	}
	
	#section-footer .footer-links .menu li:not(:last-child) {
		margin-right: 10px;
	}
}

#section-footer .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
	display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
	#section-footer .footer-links .menu {
		display: block;
	}
	
	#section-footer .footer-links .menu li {
		text-align: center;
		margin-bottom: 10px;
	}
}

#section-footer .footer-socials-menu .menu li:not(:last-child) {
	margin-right: 15px;
}

#section-footer .menu li a:hover {
	color: #BAEFC2;
}

#section-footer .menu li a::before {
	margin-right: 6px;
	font-weight: 200;
}

#section-footer .footer-socials-menu .menu li:last-child a span.pe-2 {
    padding-right: 0px!important;
}

#section-footer  .socials-menu-item {
    font-size: 0px;
}

#section-footer .menu li span {
    font-size: 18px;
    margin-top: 3px;
}



/* Scroll up button */
.sp-scroll-up {
	right: 20px;
	bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	background-color: rgba(62,110,70, 0.6);
	border-radius: 4px;
	opacity: 1;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: rgba(62,110,70, 1);
}



/* Pagination */
@media screen and (max-width: 1199px) {
	ul.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

.pagination-wrapper .pagination-counter {
    display: none!important;
}

.pagination-wrapper {
    display: flex;
	justify-content: center !important;
	margin-top: 25px;
}

.pagination-wrapper ul.pagination {
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	ul.pagination {
		margin-bottom: 0px!important;
	}
	
	.pagination-wrapper {
		margin-top: 5px;
	}
}

.pagination>.active>a, .pagination>.active>span {
    border-color: #3c6a43;
    background-color: #3c6a43;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #3c6a43;
    background-color:  #3c6a43;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #182a1a;
	border-color: #182a1a;
}

.pagination li a, .pagination li>span {
	padding: 9px 5px;
	border-radius: 0px!important;
	background-color: #f7f7f7;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #f7f7f7;
}

.pagination li.page-item {
	width: 45px;
	text-align: center;
	margin: 3px;
	border-radius: 0px;
}	