/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 30px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 30px 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-main-body {
		padding: 60px 30px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

@media screen and (min-width: 992px) {
	body:not(.com-sppagebuilder) #sp-main-body {
		padding: 0 30px;
	}
	
	body:not(.com-sppagebuilder) #sp-main-body > .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	body:not(.com-sppagebuilder) #sp-component {
		border-right: 1px solid #eee;
		padding: 60px 40px 60px 0;
	}

	body:not(.com-sppagebuilder) #sp-right {
		padding: 60px 0;
	}
}

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit,
.article-can-edit.d-flex {
    display: none!important; 
}

.com-finder p {
    margin-bottom: 1rem!important;
}



/* Fonts */
h3.sppb-addon-title {
	margin-top: 0!important;
}

.title-underlined .sppb-addon-title {
	position: relative;
	border-bottom: 1px solid #78d122;
	padding-bottom: 7px;
}

.title-underlined .sppb-addon-title::after {
	content: '';
	position: absolute;
	display: block;
	width: 70px;
	height: 4px;
	background-color: #78d122;
	bottom: -4px;
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #78d122;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 1.3;
}

body.view-article .h2:not([itemprop="headline"]), body.view-article .h3, body.view-article .h4, body.view-article .h5, body.view-article .h6, body.view-article h2:not([itemprop="headline"]), body.view-article h3, body.view-article h4, body.view-article h5, body.view-article h6 {
	margin-top: 1.75rem;
}

@media screen and (max-width: 399px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 26px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 25px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 22px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 20px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 19px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 18px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 28px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 26px;
	}

	.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: 29px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 54px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 42px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 32px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 28px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 24px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 22px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0;
	padding: 14px;
	font-size: 1.1rem;
}

.form-control:focus {
	border-color: rgba(120, 209, 34, 0.4);
	box-shadow: 0 0 25px 5px rgba(120, 209, 34, 0.05)!important;
}

.form-select:focus {
	border-color: rgba(120, 209, 34, 0.4);
    box-shadow: 0 0 25px 5px rgba(120, 209, 34, 0.05)!important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 0!important;
}

textarea {
	border-radius: 0!important;
}

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: 14px!important;
	border-radius: 0!important;
}

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, input[type="tel"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus {
	border-color: rgba(120, 209, 34, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #78d122!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 30px!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover {
    background-color: #333!important;
}

.btn:focus-visible, .btn-primary:focus-visible, .sppb-btn-primary:focus-visible {
    background-color: #333!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn:active, .btn-primary:active, .sppb-btn-primary:active {
    background-color: #333!important;
}

.btn-secondary, .sppb-btn-secondary {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #fff!important;
    background-color: #404040!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase;
    border: none!important;
    border-radius: 0!important;
    padding: 16px 30px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover {
    background-color: #78d122!important;
}

.btn-secondary:focus-visible, .sppb-btn-secondary:focus-visible {
    background-color: #78d122!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn-secondary:active, .sppb-btn-secondary:active {
    background-color: #78d122!important;
}


.btn-green-arrow {
	display: inline-block;
	position: relative;
	color: #252525;
	background-color: #78d122;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	padding: 16px 50px 16px 30px;
}

.btn-green-arrow::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	margin-left: 10px;
	display: inline-block; 
	position: absolute; 
	right: 25px; 
	transition: transform 0.3s ease;
}

.btn-green-arrow:hover {
	color: #252525;
}

.btn-green-arrow:hover::after {
	transform: rotate(-45deg); 
}

.btn-green-arrow:focus, .btn-green-arrow:active {
	color: #252525;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

@media screen and (max-width: 575px) {
	#search-form [name="Search"] {
		font-size: 0px!important;
	}	

	#search-form [name="Search"] span {
		font-size: 18px!important;
	}
}

.view-search #search-form button, .view-search #search-form .btn {
	border-radius: 0;
}

#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;
}

@media screen and (min-width: 575px) {
	#mksearch-modal .jconfirm-box-container {
		min-width: 450px!important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(20, 20, 20, 0.90)!important;
	backdrop-filter: blur(10px);
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
}

@media screen and (max-width: 575px) {
	#mksearch-modal .jconfirm-title {
		font-size: 30px!important;
	}
}

#mksearch-modal .btn-primary {
	padding: 18px 30px 15px 30px !important;
	z-index: 9;
}

#mksearch-modal .btn-primary i {
	font-size: 18px!important;
}

#mksearch-modal .jconfirm-buttons button {
    background-color: #78d122!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	padding: 15px 40px!important;
	border-radius: 0!important;
}

#mksearch-modal .jconfirm-buttons button:hover {
	color: #fff!important;
	background-color: #808080!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #fff!important;
	background-color: #808080!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:focus,
#mksearch-modal .mksearch-container .btn.btn-primary:active,
#mksearch-modal .mksearch-container .btn.btn-primary:focus, 
#mksearch-modal .mksearch-container .btn.btn-primary:active {
	background-color: #808080!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.6)!important;
}

#mksearch-modal .mksearch-container .form-control, .mksearch-container .form-control:focus {
    border-color: #fff!important;
}



/* RSForms */
#userForm h2 {
	position: relative;
	font-size: 30px!important;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	#userForm h2 {
		font-size: 26px!important;
	}
}

#userForm h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 360px;
	height: 1px;
	background-color: #78d122;
	bottom: 0;
	left: 0;
}

#userForm h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 70px;
	height: 4px;
	background-color: #78d122;
	bottom: -4px;
	left: 0;
}

.rsform-input-box, .rsform-text-box {
    border-radius: 0!important;
    width: 100%!important;
    box-shadow: none!important;
    border: none!important;
    border-bottom: 1px solid #252525!important;
    color: #252525!important;
    background: none!important;
    padding: 5px 0 10px 0!important;
    margin-bottom: 10px!important;
    font-size: 16px!important;
}

.rsform-input-box:focus, .rsform-text-box:focus {
	box-shadow: none !important;
}

.rsform-input-box::placeholder, .rsform-text-box::placeholder {
	color: #fff!important;
}



/* Logo, top and main menu */
#sp-top-section {
    position: relative;
	display: flex;
    align-items: center;
	height: 50px;
	background-color: #252525;
}

@media screen and (min-width: 768px) {
	#sp-top-section::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: calc(50% + 220px); 
		height: 100%;
		background-color: #78d122;
		z-index: 0;
	}
}

#sp-top1 {
    display: flex;
	justify-content: start;
    align-items: center;
}

#sp-top2 {
    display: flex;
	justify-content: end;
    align-items: center;
}

#sp-top1 a, #sp-top2 a {
	color: #fff;
}

/*top socials*/
#sp-top1 ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 22px;
}

#sp-top1 ul li {
	display: inline-block;
}

#sp-top1 ul a {
	position: relative;
	font-size: 0;
	text-decoration: none;
	display: inline-block;
}

#sp-top1 ul a span {
	font-size: 18px;
	color: #fff;
	padding-right: 0!important;
}

@media screen and (min-width: 1200px) and (max-width: 1449px) {
	#sp-top1 ul {
		gap: 15px;
	}
	
	#sp-top1 ul a span {
		font-size: 16px;
	}
}

#sp-top1 ul a:hover span {
	color: #4e4e4e;
}

/*top-right menu*/
#sp-top2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start; 
}

#sp-top2 ul li {
	display: flex;
	align-items: center; 
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}

#sp-top2 ul li a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

#sp-top2 ul li a:hover {
	color: #78d122;
}

#sp-top2 .only-icon {
	font-size: 0px!important;
	line-height: 0!important;
}

#sp-top2 .only-icon:hover span {
	color: #78d122!important;
}

#sp-top2 .only-icon span {
    font-size: 15px;
	padding-right: 0!important;
}
/**/

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-top1.col-lg-2  {
		width: 18%;
	}

	#sp-top2.col-lg-10  {
		width: 82%;
	}
}

@media screen and (max-width: 767px) {
	#sp-top-section {
		display: none;
	}
}

#sp-main-menu.header-sticky {
	position: fixed!important;
	top: 0px;
	width: 100%;
	animation: spFadeIn 1.0s;
	z-index: 999;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-logo.header-sticky {
		position: fixed!important;
		top: 0px;
		width: 100%;
		animation: spFadeIn 1.0s;
		z-index: 999;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
	}
}

#sp-logo, #sp-menu {
	z-index: 9;
}

#sp-logo {
	background-color: #fff;
}

#sp-logo > .sp-column {
	height: 100%;
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
}

#sp-logo-and-top-menu .logo {
	height: 100%;
    align-items: center;
    display: flex;
	padding: 25px 0;
}

@media screen and (max-width: 991px) {
	#sp-menu > .sp-column {
		justify-content: center;
	}
	
	#sp-logo-and-top-menu .logo {
		justify-content: center;
		padding: 30px 0;
	}
}

@media screen and (max-width: 575px) {
	#sp-logo-and-top-menu .logo {
		padding: 15px 0;
	}
}

@media screen and (max-width: 1199px) {
	#sp-top3.col-lg-5 {
		width: 100%;
		order: 1;
	}
	
	#sp-logo.col-lg-7 {
		width: 100%;
		order: 2;
	}
	
	.logo-image {
		height: auto!important;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.logo-image {
		height: 60px!important;
	}	
}

@media screen and (max-width: 767px) {
	#sp-top3.col-lg-5 {
		order: 2;
	}
	
	#sp-logo.col-lg-7 {
		order: 1;
	}
}

#sp-top3 {
	display: flex;
	align-items: center;
	justify-content: end;
}

#sp-top3 > .sp-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (max-width: 399px) {
	#sp-top3 .sp-module.phone-numbers,
	#sp-top3 .sp-module.phone-numbers a	{
		font-size: 15px!important;
	}
}


@media screen and (max-width: 767px) {
	#sp-top3 {
		padding: 15px;
		align-items: center;
		justify-content: center;
	}
	
	#sp-top3 .sp-module.phone-numbers {
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#sp-top3 {
		padding: 15px;
	}	

	#sp-top3 > .sp-column {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	
	#sp-top3 .sp-module.request-appointment-btn {
		order: 2;
	}
	
	#sp-top3 .sp-module.phone-numbers {
		order: 1;
	
	}
	
	#sp-top3 .sp-module.phone-numbers > .sp-module-content {
		display: flex;
		height: 100%;
		align-items: center;
	}
}

#sp-top3 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
    align-items: center;
	justify-content: end;
}

@media screen and (max-width: 767px) {
	#sp-top3 .menu {
		justify-content: center;
	}
}

#sp-top3 .menu li {
	position: relative;
	padding: 0 15px;
}

#sp-top3 .menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background-color: #aaa;
}

#sp-top3 .menu li:first-child {
	padding: 0 15px 0 5px;
}

#sp-top3 .menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

#sp-top3 a {
	position: relative;
	color: #252525;
	font-size: 16px;
	font-weight: 600;
	padding: 0; 
	display: inline-block;
}

#sp-top3 a:hover {
	color: #78d122;
}

#sp-top3 .menu li a.request-appointment {
    color: #252525;
	background-color: #78d122;
    border: 2px solid #78d122;
	padding: 14px 20px;
    text-transform: uppercase;
	text-align: center;
    border-radius: 4px;
}

#sp-top3 .menu li a.request-appointment:hover {
    color: #78d122;
	background-color: #fff;
	border-color: #78d122;
}

#sp-top3 .sp-module p {
	margin-bottom: 0!important;
}

@media screen and (max-width: 1199px) {
	#sp-top3  {
		background-color: #eee;
	}
}

#sp-main-menu {
    position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 99;
}

@media screen and (min-width: 992px) {
	#sp-main-menu > .container {
		padding-right: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.sp-megamenu-wrapper {
		justify-content: end;
		width: auto!important;
	}
}

@media screen and (max-width: 991px) {
	.sp-megamenu-wrapper {
		justify-content: center;
		width: auto!important;
		padding: 0;
	}
}

.sp-megamenu-wrapper {
	width: 100%;
}

.sp-megamenu-wrapper > ul {
	display: flex!important;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0; 
    margin: 0;
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper > ul > li {
    flex: 1 1 0;
    margin: 0; 
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.sp-megamenu-wrapper > ul > li {
		flex: initial;
	}
}

.sp-megamenu-wrapper > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}
.sp-megamenu-wrapper > ul > li > a::after {
    flex-shrink: 0;
    margin-left: 0.4em;
}

.sp-megamenu-wrapper ul li.submenu-open > a,
.sp-megamenu-wrapper ul li a:hover {
	background-color: #78d122;
}

.sp-megamenu-parent>li:last-child {
   margin-right: 15px;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 0px;
}

.sp-megamenu-parent .sp-dropdown li > a {
	display: block!important;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 12px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
	}
	
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
		font-size: 16px!important;
	}
}

.sp-megamenu-parent .sp-dropdown li > a:hover {
	color: #78d122;
	background-color: #000;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 6px 20px;
    line-height: 1.3;
}

.sp-megamenu-parent .sp-dropdown ul.sp-mega-group li a {
	font-weight: 700;
    padding: 5px 7px;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    margin-bottom: 0;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 600;
    color: #252525;
	background-color: #78d122;
}

.sp-megamenu-parent>li.active:hover>a {
    color: #252525;
}

.sp-megamenu-wrapper ul li a.only-icon {
	font-size: 0!important;
}

.sp-megamenu-wrapper ul li a.only-icon span {
	font-size: 19px!important;
	vertical-align: middle;
	padding: 0 8px;
}



/* Offcanvas menu */
/* Remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
}
 
.offcanvas-menu .offcanvas-inner {
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
}
 
.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
/**/

.offcanvas-menu .logo {
	width: 65%;
	padding: 0 0 0 20px;
}

.offcanvas-menu .logo-image {
    height: auto!important;
}

body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-overlay {
    background: rgba(20, 20, 20, 0.92);
}

.offcanvas-menu .offcanvas-inner {
    padding: 0 25px 25px 25px!important
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #78d122!important;
}

#offcanvas-toggler::after {
	content: "MENU";
	color: #252525;
	margin: 0 0 0 3px;
	display: block;
	font-size: 22px;
	font-weight: 500;
}

@media screen and (max-width: 575px) {
	#offcanvas-toggler::after {
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	#offcanvas-toggler::after {
		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: #78d122;
	font-weight: 600;
}

/* 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;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.sp-megamenu-wrapper {
		position: absolute;
        right: 30px;
        top: -95px;
	}
	
	#sp-main-menu.header-sticky .sp-megamenu-wrapper {
        top: 35px;
	}	
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #252525!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 20px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
	width: 25px;
    cursor: pointer;
}

.burger-icon > span {
    display: block;
    height: 2px;
	background-color: #252525!important;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
	.burger-icon > span {
		background-color: #fff!important;
	}	
}

.offcanvas-active .burger-icon > span {
    margin: 4.8px -3px;
}

.close-offcanvas {
    top: 28px;
	right: 15px!important;
	z-index: 99;
}

@media screen and (max-width: 379px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 380px) {
	.offcanvas-menu { 
		width: 380px!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -380px;
	}
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-left: 0;
	margin-right: 0;
}

.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 {
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 19px;
    line-height: 19px;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	display: flex;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	padding: 6px 12px;
	color: #252525;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner .header-modules ul.menu li a {
	font-family: 'Poppins', sans-serif;
}

body.ltr .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 {
	color: #252525!important;
	right: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    right: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
   	color: #252525!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1!important;
	padding: 8px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0!important;
	border-radius: 0;
}

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 10px;
}

.offcanvas-menu .btn-primary {
    padding: 16px 20px!important;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

ul.menu-child li {
	padding: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 15px;
}

.offcanvas-menu .top-right-menu-offcanvas {
	border-top: 1px solid #ddd;
    padding-top: 15px!important;
}

.offcanvas-menu .top-right-menu-offcanvas a {
	font-size: 17px !important;
	text-transform: initial!important;
    padding: 8px 10px!important;
}

/*socials*/
.offcanvas-menu .offcanvas-socials ul {
	display: flex;
	flex-direction: row!important;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 22px;
}

.offcanvas-menu .offcanvas-socials ul li {
	display: inline-block;
}

.offcanvas-menu .offcanvas-socials ul a {
	position: relative;
	font-size: 0;
	text-decoration: none;
	display: inline-block;
}

.offcanvas-menu .offcanvas-socials ul a span {
	font-size: 18px;
	color: #fff;
	padding-right: 0!important;
}

@media screen and (min-width: 1200px) and (max-width: 1449px) {
	.offcanvas-menu .offcanvas-socials ul {
		gap: 15px;
	}
	
	.offcanvas-menu .offcanvas-socials ul a span {
		font-size: 16px;
	}
}

.offcanvas-menu .offcanvas-socials ul a:hover span {
	color: #e94e1b;
}

.offcanvas-menu .offcanvas-socials ul a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 17px;
	height: 1px;
	background-color: #fff;
	transition: background-color 0.3s;
}

.offcanvas-menu .offcanvas-socials ul a:hover::after {
	background-color: #e94e1b;
}



/* Scroll up button */
.sp-scroll-up {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 0;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #78d122;
}



/* Section - main slider */
#section-main-slider .mk-slideshow-title {
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

#section-main-slider .mk-slideshow-title::after {
	content: '';
	position: absolute;
	display: block;
	width: 20%;
	height: 5px;
	background-color: #fff;
	bottom: -5px;
}

@media screen and (max-width: 767px) {
	#section-main-slider .mk-slideshow-title br {
		display: none;
	}
}

#section-main-slider .owl-prev span,
#section-main-slider .owl-next span {
    display: none;
}

#section-main-slider .owl-prev::before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

#section-main-slider .owl-next::before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}



/* Section - welcome */
#section-welcome .sppb-nav.sppb-nav-custom {
    display: flex;
	flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
    list-style: none;
	width: calc(100% + 7.5px)!important;
}

#section-welcome .sppb-nav.sppb-nav-custom li {
    flex: 1 1 auto;
	margin: 0 5px;
}

@media screen and (min-width: 768px) {
	#section-welcome .sppb-nav.sppb-nav-custom li {
		max-width: 250px;	
	}
}

#section-welcome .sppb-nav.sppb-nav-custom li a {
    display: block;
    width: 100%;
	padding: 15px 0;
}



/* Section - testimonials */
#section-testimonials .mk_article_carousel .mk-article-content {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 130px;
	height: 100%;
}

#section-testimonials .mk_article_carousel .mk-article-title {
    position: relative;
	font-style: italic;
	text-align: center;
}

#section-testimonials .mk_article_carousel .mk-article-title::before {
    content: "";
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 64px;
	background-image: url('../../../images/quote-mark.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#section-testimonials .mk_article_carousel .mk-article-text {
	text-align: center;
}

@media screen and (max-width: 767px) {
	#section-testimonials .mk_article_carousel .mk-article-content {
		padding-top: 80px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
	}
	
	#section-testimonials .mk_article_carousel .mk-article-title::before {
		top: -60px;
		left: 50%;
		width: 50px;
		height: 46px;
	}

	#section-testimonials .mk_article_carousel .mk-article-title h3 {
		font-size: 26px;
	}
	
	#section-testimonials .mk_article_carousel .mk-article-text {
		font-size: 16px;
		line-height: 1.4;
	}

	#section-testimonials .mk_article_carousel .owl-prev, 
	#section-testimonials .mk_article_carousel .owl-next {
		color: rgba(255, 255, 255, 0.5) !important;
	}
	
	#section-testimonials .mk_article_carousel .owl-prev:hover, 
	#section-testimonials .mk_article_carousel .owl-next:hover {
		color: rgba(255, 255, 255, 1) !important;
	}
}

#section-testimonials .mk_article_carousel  .owl-prev span,
#section-testimonials .mk_article_carousel  .owl-next span {
    display: none;
}

#section-testimonials .mk_article_carousel  .owl-prev::before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

#section-testimonials .mk_article_carousel .owl-next::before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

#section-testimonials .mk_article_carousel .owl-nav .owl-prev {
	font-size: 30px;
	margin-left: 20px!important;
}

#section-testimonials .mk_article_carousel .owl-nav .owl-next {
	font-size: 30px;
	margin-right: 20px!important;
}



/* Section - blog */
#section-news .row [class^="col-lg"] {
    margin-bottom: 30px; 
}

@media screen and (min-width: 992px) {
	#section-news .row [class^="col-lg"] {
		margin-bottom: 0; 
	}
}

#section-news .mod-articles-item,
#section-news .mod-articles-item-content {
	height: 100%;
}

#section-news .mod-articles-item {
    border: 1px solid #ddd;
}

#section-news .mod-articles-col {
	margin-bottom: 30px;
}

#section-news .mod-articles-item-content {
	display: flex;
    flex-direction: column;
}

#section-news .blog-article-image-container {
	padding-top: 56.25%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
}

#section-news .blog-article-video-container {
    position: relative;
    padding-top: 56.25%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; 
	border-radius: 0;
}

#section-news .blog-article-item-inner {
	height: 100%;
	padding: 0;
	border-radius: 0;
}

#section-news .mod-articles-title {
	line-height: 0.9!important;
}

@media screen and (max-width: 767px) {
	#section-news .mod-articles-title {
		line-height: 1.2!important;
	}
}

#section-news .mod-articles-link {
	font-weight: 700;
	display: inline;
	color: #252525;
	font-size: 22px;
}

#section-news .mod-articles-link:hover {
	color: #78d122!important;
}

#section-news .mod-articles-title {
	margin-bottom: 20px;
}

#section-news .mod-articles-link:focus, #section-news .mod-articles-link:active {
	color: #444!important;
}

#section-news .mod-articles-text-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #fff;
	padding: 40px 30px;	
	border-radius: 0;
    z-index: 9;
}

@media screen and (max-width: 575px) {
	#section-news .mod-articles-link {
		font-size: 22px;
	}

	#section-news .mod-articles-text-content {
		padding: 30px 20px;	
	}
}

#section-news .readmore {
	margin-top: auto;
}

#section-news .readmore a {
	position: relative;
	color: #252525!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-decoration: none;
	text-transform: uppercase;
}


#section-news .readmore a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #252525;
    bottom: -2px;
    left: 0;
    width: 0;
    transition: width 0.3s ease, border-color 0.3s ease;
}

#section-news .readmore a:hover::after {
    width: calc(100% - 2px);
    border-color: #78d122;
}

#section-news .readmore a:hover {
	color: #78d122!important;
}



/* Section - footer 1 */
#section-footer1 .sppb-addon-header a:hover {
	color: #fff;
}
/*socials*/
#section-footer1 .footer-socials ul {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 15px;
	margin: 0;
	padding: 0;
}

#section-footer1 .footer-socials ul li {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
}

#section-footer1 .footer-socials ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0px;
    padding: 0!important;
}

#section-footer1 .footer-socials ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #252525;
    background-color: #fff;
	font-size: 18px;
    margin: 0;
    padding: 0!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#section-footer1 .footer-socials ul li a:hover span {
    color: #fff!important;
    background-color: #303030;
}

/* Section - footer 2 */
#section-footer2 {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#section-footer2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: center; 
}

#section-footer2 ul li {
	display: flex;
	align-items: center; 
	padding: 0 20px 0 15px;
	position: relative;
	white-space: nowrap;
}

#section-footer2 ul li a {
	padding: 5px 0;
}

#section-footer2 ul span,
#section-footer2 ul li a {
	position: relative;
	font-size: 14px;
	color: #252525;
	font-weight: 500!important;
	text-transform: uppercase;
}

#section-footer2 ul li a:hover {
	color: #fff;
}

#section-footer2 ul li:not(:last-child)::after {
	content: "|";
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: 0;
	color: rgba(0, 0, 0, 0.8); 
}



/* Single article */
joomla-hidden-mail a {
	word-wrap: break-word;
}

.article-details .article-header {
	position: relative;
	margin-bottom: 30px;
}

.article-details .article-header h1 {
	font-size: 36px!important;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
}

@media screen and (max-width: 575px) {
	.article-details .article-header h1 {
		font-size: 26px!important;
	}
}

.article-details .article-header::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #78d122;
	bottom: 0;
	left: 0;
}

.article-details .article-header::after {
	content: '';
	position: absolute;
	display: block;
	width: 90px;
	max-width: 30%;
	height: 4px;
	background-color: #78d122;
	bottom: -4px;
	left: 0;
}

.article-details [itemprop="articleBody"] p {
	line-height: 1.6;
}

.article-details ul li {
	padding: 5px 0;
}

.article-details .wf-columns {
	margin: 20px 0;
}

.article-details .article-full-image {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.article-details .article-full-image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.article-details iframe[src*="youtube"] {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

blockquote {
    color: #fff;
    background: #78d122;
    text-align: center;
    border: none;
    font-weight: 300;
    margin: 20px 0;
    padding: 20px;
}

blockquote p:first-of-type {
	margin-top: 16px;
}



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    color: #3877be;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}



/* News blog roll */
.blognews .article-list .row {
    margin-right: -45px; 
}

.blognews .article-list .row [class^="col-lg"] {
    margin-bottom: 40px; 
}

@media screen and (max-width: 991px) {
	.blognews .article-list .row [class^="col-lg"] {
		margin-bottom: 30px; 
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.blognews .article-list .row .col-lg-6 {
		width: 50%; 
	}
}

.blognews .article-list .article .article-intro-image, .blognews .article-list .article .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; 
	overflow: hidden;
	margin: 0;
    border-radius: 0;
	background-color: #070707;
}

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.06);
	border: 1px solid #ddd;
	border-radius: 0;
    transition: all 0.3s ease;
}

.blognews .article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	background-color: #fff;
	padding: 40px 30px;	
    height: 100%;
    border-radius: 0;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article-body {
		padding: 30px 20px;	
	}
}

.blognews .article-list .article-intro-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.blognews .blog-article-image-container {
	position: relative;
}	

.blognews .article-list .article-header h2 {
	font-size: 22px!important;
	line-height: 1.2;
	margin-bottom: 0!important;
}

.blognews .article-list .article-header h2 a {
	color: #252525;
	font-weight: 700!important;
}

.blognews .article-list .article-header h2 a:hover {
	color: #78d122!important;
}

.blognews .article-list .article-header h2 a:focus,.blognews .article-list .article-header h2 a:active {
	color: #444!important;
}

.blognews .article-list .article-introtext {
	display: flex;
    flex-direction: column;
    flex: 1;
	padding-top: 15px;
}

.blognews .article-list .readmore {
	margin-top: auto;
}

.blognews .article-list .readmore a {
	position: relative;
	color: #252525!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-decoration: none;
	text-transform: uppercase;
}

.blognews .article-list .readmore a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #252525;
    bottom: -2px;
    left: 0;
    width: 0;
    transition: width 0.3s ease, border-color 0.3s ease;
}

.blognews .article-list .readmore a:hover::after {
    width: calc(100% - 2px);
    border-color: #78d122;
}

.blognews .article-list .readmore a:hover {
	color: #78d122!important;
}



/* Testimonials blog roll */
.blogtestimonials .article-list .article {
	padding: 0 0 20px 0;
	border: none;
	border-bottom: 1px solid #ddd;
}

.blogtestimonials .article-list .article-header h2 {
	font-size: 22px;
}

.blogtestimonials .article-list .article-header h2 a {
	font-weight: 700;
}



/* Droppics - default theme */
.droppicsgallerydefault .wimg.droppicslightbox {
	display: flex;
	width: 25%!important;
	height: 100%!important;
	padding: 0px!important;
	margin: 0px!important;
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement {
	width: 100%!important;
    aspect-ratio: 3 / 2!important;
	margin: 2px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 399px) {
	.droppicsgallerydefault .wimg.droppicslightbox {
		width: 100%!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.droppicsgallerydefault .wimg.droppicslightbox {
		width: 50%!important;
	}
}

.droppicsgallerydefault .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;
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement:hover img {
	transform: scale(1.05);
    filter: brightness(70%);
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement::before {
	content: "\f00e"; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: transparent; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	font-size: 38px; 
	transition: color 0.3s ease; 
	z-index: 1;
	opacity: 0.8;
}

.droppicsgallerydefault .wimg.droppicslightbox .cboxElement:hover::before {
	color: #fff; 
}



/* Page heading with bg */
#sp-page-header .sp-module-content .mod-custom {
	background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
    position: relative;
    overflow: hidden; 
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .sp-module-content .mod-custom {
		border-top: 1px solid #eaeaea;
	}
}

#sp-page-header .sp-module .mod-custom p {
    margin-bottom: 0!important;
    height: 100%;
    display: flex; 
}

#sp-page-header .sp-module-content .mod-custom img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    display: block;
    flex: 1;
}

#sp-page-header .sp-module-content #mod-custom183 img {
    object-fit: contain; 
    object-position: bottom;
    display: block;
    flex: 1;
}

#sp-page-header .sp-module {
    position: relative;
}

#sp-page-header .sp-module-title {
    position: absolute;
    bottom: 0; 
    left: 50%;
    transform: translateX(-50%);
	font-weight: 700;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	line-height: 1.1;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	text-align: center;
	width: 1290px;
	max-width: calc(100% + 1px);
	padding: 20px 15px;
	margin: 0 0 0 -1px!important;
	box-sizing: border-box;
	z-index: 10;
}

@media screen and (min-width: 1200px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -80px;
	}
}

@media screen and (max-width: 399px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 140px;
	}
	
	#sp-page-header .sp-module-content #mod-custom183 {
		height: 100px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 28px;
		padding: 12px 10px;
	}
}

@media screen and (min-width: 400px) and (max-width: 575px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 160px;
	}
	
	#sp-page-header .sp-module-content #mod-custom183 {
		height: 120px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 34px;
		padding: 15px 12px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 180px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 38px;
		padding: 18px 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 200px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 40px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 280px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 44px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 320px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 48px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 380px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 52px;
	}
}

@media screen and (min-width: 1601px) {
	#sp-page-header .sp-module-content .mod-custom {
		height: 420px;
	}
	
	#sp-page-header .sp-module-title {
		font-size: 54px;
	}
}



/* Sidebars */
#sp-right .sp-module {
    border: none;
	padding: 0 0 0 40px;
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	#sp-right .sp-module {
		padding: 0;
	}
}

#sp-right .sp-module .sp-module-content > .menu > li.menu-deeper > a {
	pointer-events: none;
	font-weight: 600!important;
}

#sp-right .sp-module .sp-module-content > .menu > li.menu-deeper li:not(.menu-deeper) {
	padding-left: 20px;
}

#sp-right .sp-module li a {
	font-weight: 400!important;
}

#sp-right .sp-module ul>li>a:hover {
    color: #78d122;
}

#sp-right .sp-module .sp-module-title {
    margin: 0 0 10px 0;
    padding-bottom: 0;
    font-size: 22px;
	text-transform: uppercase;
    border-bottom: none;
}

@media screen and (max-width: 991px) {
	#sp-main-body #sp-right{
		order: 2;
		margin-top: 35px;
		margin-bottom: 0;
	}

	body:not(.com-sppagebuilder) #sp-main-body #sp-component {
		order: 1;
	}

	#sp-right .sp-module {
		margin-top: 35px;
		margin-bottom: 35px;
	}
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center!important;
	flex-wrap: wrap;
	margin-top: 20px;
}

.pagination-wrapper .pagination,
.pagination-wrapper .pagination-counter {
    margin-bottom: 10px!important;
	color: #252525 !important;
}

@media screen and (max-width: 767px) {
	ul.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

@media screen and (max-width: 575px) {
	.pagination-wrapper .pagination-counter {
		display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #78d122;
    background-color: #78d122;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #78d122;
    background-color:  #78d122;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #252525;
	border-color: #252525;
}

.pagination li a, .pagination li>span {
	padding: 10px;
	border-radius: 0!important;
	background-color: #fff;
	font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #fff;
}

.pagination li.page-item {
	width: 45px!important;
	text-align: center;
	margin: 4px;
	border-radius: 0;
}

.pagination li:first-child {
	margin-left: 0;
}