/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 40px 0 30px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 45px 20px;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 80px 30px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

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 {
    display: none!important; 
}

.com-finder p {
    margin-bottom: 1rem!important;
}



/* Fonts */
@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #404040;
  color: #fff; 
}

.error-code, .coming-soon-number {
    color: #D30000!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 500;
	line-height: 1.2;
}

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: 2rem;
}


@media screen and (max-width: 399px) {
	.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: 20px;
	}

	.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: 30px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 28px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 26px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 24px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 22px;
	}

	.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: 42px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 36px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 30px;
	}

	.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: 18px;
	border-color: #ddd!important;
}

input {
	font-size: 18px!important;
}

.form-control:focus,
.form-select:focus {
	border-color: rgba(203, 255, 64, 0.6);
	box-shadow: 0 0 5px 5px rgba(203, 255, 64, 0.1)!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;
	border-color: #ddd!important;
}

textarea:focus {
	border-color: #ddd;
    box-shadow: 0 0 5px 5px rgba(203, 255, 64, 0.1)!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: 18px!important;
	border-radius: 0!important;
	border-color: #ddd!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: #ddd;
    box-shadow: 0 0 5px 5px rgba(203, 255, 64, 0.1)!important;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	position: relative!important;
	white-space: nowrap!important;
	color: #000!important;
	background-color: #cbff40!important;
	font-size: 20px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0!important;
	padding: 22px 60px!important;
	clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	transition: clip-path 0.3s ease!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active,
.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	color: #000!important;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	position: relative!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #000!important;
	font-size: 20px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0!important;
	padding: 22px 60px!important;
	clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	transition: clip-path 0.3s ease!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;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);	
}


.btn-green {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	color: #000;
	background-color: #cbff40;
	font-size: 20px!important;
	font-weight: 700!important;
	text-transform: uppercase;
	border: none;
	border-radius: 0!important;
	padding: 22px 60px!important;
	clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	transition: clip-path 0.3s ease;
}

.btn-green:hover {
	color: #000;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}


.btn-black {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	color: #fff;
	background-color: #000;
	font-size: 20px!important;
	font-weight: 700!important;
	text-transform: uppercase;
	border: none;
	border-radius: 0!important;
	padding: 22px 60px!important;
	clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	transition: clip-path 0.3s ease;
}

.btn-black:hover {
	color: #fff;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}


@media screen and (max-width: 575px) {
	.btn, .btn-primary, .sppb-btn-primary, .btn-secondary, .sppb-btn-secondary, .btn-green, .btn-black {
		font-size: 18px !important;	
	    padding: 20px 40px!important;
	}	
}


.btn-green-arrow {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	color: #000;
	background-color: #cbff40;
	font-size: 20px!important;
	font-weight: 700!important;
	text-transform: uppercase;
	border: none;
	border-radius: 0!important;
	padding: 22px 80px 22px 60px!important;
	clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	transition: clip-path 0.3s ease;
}

.btn-green-arrow::after {
    content: '\f061';
    position: absolute;
    right: 42px;
    top: 50%;
	transform: translateY(-50%) translateX(-10px); 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #000;
    transition: all 0.3s ease;
}

.btn-green-arrow:hover {
	color: #000;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 575px) {
	.btn-green-arrow {
		font-size: 18px !important;	
	    padding: 20px 65px 20px 40px!important;
	}	
	
	.btn-green-arrow::after {
		right: 32px;
		font-size: 17px;
	}
}


.btn-link-underline {
	position: relative;
	color: #252525;
	font-size: 18px!important;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

.btn-link-underline:hover {
	color: #000;
}

.btn-link-underline::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #404040;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

.btn-link-underline:hover::after {
    width: 0;
    border-color: #404040;
}

.btn-link-underline:focus, .btn-link-underline:active {
	font-weight: 700;
}



/* Convert Forms */
#sp-main-body .cf-response p {
	margin-bottom: 0 !important;
}

#sp-main-body .convertforms input, .convertforms textarea {
	font-size: 18px !important;
	color: #252525 !important;
}

#sp-main-body .convertforms input {
	height: 54px;
}

#sp-main-body input::placeholder,
#sp-main-body textarea::placeholder {
    color: #606060;
}

#sp-main-body .convertforms .cf-content-wrap, #sp-main-body .convertforms .cf-form-wrap {
    padding: 0 !important;
}

#sp-main-body .cf-control-input h1, #sp-main-body .cf-control-input h2, #sp-main-body .cf-control-input h3, #sp-main-body .cf-control-input h4, #sp-main-body .cf-control-input h5, #sp-main-body .cf-control-input h6 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.2 !important;
}

@media screen and (max-width: 399px) {
	.cf-control-input h1 {
		font-size: 28px !important;
	}

	.cf-control-input h2 {
		font-size: 26px !important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.cf-control-input h1 {
		font-size: 30px !important;
	}

	.cf-control-input h2 {
		font-size: 28px !important;
	}
}

@media screen and (min-width: 768px) {
	.cf-control-input h1 {
		font-size: 42px !important;
	}

	.cf-control-input h2 {
		font-size: 36px !important;
	}
}

#sp-main-body .convertforms .cf-control-input-desc {
    font-size: 17px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.cf-btn {
    display: inline-block !important;
    white-space: nowrap !important;
    color: #000 !important;
    background-color: #cbff40 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
	text-transform: uppercase !important;
    border: none !important;
	border-radius: 0!important;
	padding: 22px 80px 22px 60px!important;
	clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	transition: clip-path 0.3s ease;
}

.cf-btn::after {
    content: '\f061';
    position: absolute;
    right: 42px;
    top: 50%;
	transform: translateY(-50%) translateX(-10px); 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    color: #000;
    transition: all 0.3s ease;
}

.cf-btn:hover {
	color: #000 !important;
	background-color: #cbff40 !important;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	opacity: 1 !important;
}

.cf-btn:focus-visible {
    color: #000 !important;
	background-color: #cbff40 !important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8) !important;
}

.cf-btn:active {
    color: #000 !important;
	background-color: #cbff40 !important;
}

@media screen and (max-width: 480px) {
	.cf-btn {
		font-size: 18px !important;	
	    padding: 20px 65px 20px 40px!important;
	}	
	
	.cf-btn::after {
		right: 32px;
		font-size: 17px;
	}
}

.convertforms.cf-success.cf-success-hideform .cf-fields, .convertforms.cf-success.cf-success-hideform .cf-footer {
    display: none !important;
}

.convertforms .cf-response p {
    margin-bottom: 0 !important;
}



/* Logo, top and main menu */
#sp-top-bar, #sp-logo-and-main-menu {
	position: relative;
	z-index: 999;
}

#sp-logo-and-main-menu {
	background-color: #000;
}

#sp-logo-and-main-menu > .container {
	max-width: 1500px!important;
}

#sp-top-bar {
    position: relative;
	display: flex;
    align-items: center;
	height: 50px;
}

#sp-top-bar > .container {
	max-width: 1570px!important;
}

@media screen and (max-width: 767px) {
	#sp-top-bar {
		display: none!important;
	}
}

#sp-top1 {
	padding: 0 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: end;
}

@media screen and (min-width: 1200px) {
	#sp-top1 {
		padding: 0 15px 0 0;
	}
}

#sp-top1 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
    align-items: center;
}

@media screen and (min-width: 1300px) {
	#sp-top1 .menu {
		margin-right: -7px;
	}
}

#sp-top1 .menu li {
	position: relative;
	padding: 0;
	padding: 0 14px;
}

#sp-top1 .menu li a {
    display: flex;
    align-items: center;
    gap: 8px; 
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding: 0; 
	text-decoration: none;
}

#sp-top1 .menu li a:hover {
	color: #cbff40;
}

#sp-top1 ul li span {
	font-size: 14px;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #252525;
	background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    padding-right: 0!important;
	transition: background-color 0.5s ease;
}

#sp-top1 .menu li:last-child {
    margin-right: 0;
}

.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeInDown 1.0s;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.header-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		animation: spFadeIn 0.8s;
		z-index: 9;
	}
}

#sp-logo-and-main-menu.header-sticky {
    background-color: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 12px rgba(255, 255, 255, 0.175);
}

#sp-logo, #sp-menu {
	z-index: 9;
}

#sp-logo > .sp-column {
	height: 100%;
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
}

#sp-logo-and-main-menu .logo {
	height: 100%;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-3 {
		width: 80%;
	}
	
	#sp-menu.col-lg-9 {
		width: 20%;
	}
	
	.logo-image {
		height: 76px!important;
		padding: 15px 0;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#sp-logo.col-lg-3 {
		width: 20%;
	}
	
	#sp-menu.col-lg-9 {
		width: 80%;
	}
	
}

.sp-megamenu-wrapper {
	justify-content: end;
}

@media screen and (min-width: 1200px) {
	.sp-megamenu-wrapper {
		padding-right: 15px;
	}	

	.logo-image {
		height: 80px!important;
	}
}

.sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: space-between; 
	list-style-type: none; 
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
	text-transform: uppercase;
}

.sp-megamenu-parent>li.active:hover>a {
    color: #cbff40;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: -5px!important;
}

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 19px!important;
	display: block!important;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.sp-megamenu-parent>li>a:not(.get-started), .sp-megamenu-parent>li>span:not(.get-started) {
		padding: 0 10px!important;
		font-size: 18px!important;
	}
	
	.sp-megamenu-parent .sp-dropdown li > a {
		font-size: 17px !important;
	}
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 1.3;
}

.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: 5px 0;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
}

/* get started link */
.sp-megamenu-parent .sp-menu-item .get-started {
	position: relative;
	padding: 0 20px 0 50px;
	margin-right: 430px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	transition: all 0.3s ease;
}

.sp-megamenu-parent .sp-menu-item .get-started::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: #cbff40; 
	clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%);
	z-index: -1;
	pointer-events: none;
	transition: none;
}

.sp-megamenu-parent .sp-menu-item .get-started::before {
	content: '';
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 18px;
	color: #000;
	opacity: 0;
	transition: all 0.3s ease;
}

.sp-megamenu-parent .sp-menu-item .get-started:hover::before {
	content: '\f061';
	opacity: 1;
	transform: translateY(-50%) translateX(0);
}

@media screen and (max-width: 1619px) {
	.sp-megamenu-parent .sp-menu-item .get-started {
		padding: 0 20px 0 65px;
		margin-right: 0;
		transition: padding 0.3s ease;
	}
	
	.sp-megamenu-parent .sp-menu-item .get-started:hover {
		padding-left: 50px;
		padding-right: 35px;
	}
	
	.sp-megamenu-parent .sp-menu-item .get-started::before {
		right: 10px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.sp-megamenu-parent .sp-menu-item .get-started {
		font-size: 18px!important;
	}	
	
	.sp-megamenu-parent .sp-menu-item .get-started::before {
		font-size: 16px;
	}
}



/* Offcanvas menu */
body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

/* remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
    flex-shrink: 0!important;
    z-index: auto!important;
}

.offcanvas-menu .offcanvas-inner {
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
}

.offcanvas-menu {
    border-left: 6px solid #4e4e4e;
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
/**/

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
    padding-top: 0;
	padding-left: 18px;
	height: 80px !important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 0 25px 25px 25px;
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #cbff40!important;
}

.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: #cbff40;
}

/* 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: right;
	}
}

@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.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
}

.offcanvas-active .burger-icon > span {
    margin: 4.8px 0;
}

.burger-icon > span {
	background-color: #fff!important;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 2px;
	}
}

.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 {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 20px;
    line-height: 20px;
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 19px;
	line-height: 1.4;
	padding: 8px 12px;
	display: flex;
	font-weight: 600;
	text-transform: uppercase;
}

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 {
	right: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 12px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

ul.menu-child li {
	padding: 0;
}

.offcanvas-menu .get-started {
	padding: 22px 25px !important;
	margin-top: 15px;
	margin-left: 5px;
	background-color: #cbff40; 
	color: #000!important;
	text-transform: uppercase;
	border: none;
    border-radius: 0;
	font-size: 20px!important;
	text-align: center;
	font-weight: 700!important;
	clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	transition: clip-path 0.3s ease;
}

.offcanvas-menu .get-started:hover {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.offcanvas-menu .offcanvas-contacts li {
	display: flex!important;
	position: relative;
	margin: 14px 0;
}

.offcanvas-menu .offcanvas-contacts li a {
	font-size: 17px!important;
	font-weight: 600!important;
	padding: 10px 10px!important;
	text-transform: initial!important;
}

.offcanvas-menu .offcanvas-contacts li a {
	display: inline-flex!important;
	align-items: flex-start;
}

.offcanvas-menu .offcanvas-contacts li a span.fa-solid {
	flex-shrink: 0;
	margin-top: 2px;
}



/* lite-youtube */
lite-youtube > .lty-playbtn {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    background: none!important;
    font-size: 60px;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

lite-youtube .lty-playbtn::after {
    content: '';
    display: block;
    width: 76px;
    height: 76px;
    background: url('../../../images/tmpl/play.png') no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

lite-youtube .lty-playbtn:hover::after {
    color: #cbff40!important; 
	transition: all 0.3s ease;
}

lite-youtube .lty-playbtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px; 
    height: 40px;
	border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: -1;
}

lite-youtube .lty-playbtn:hover::before {
	background-color: #fff;
	transition: all 0.3s ease;
}

lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	max-width: 1200px!important;
}

lite-youtube {
	filter: saturate(0.8) brightness(0.95);
	transition: filter 0.5s ease;
}

lite-youtube:hover {
	filter: saturate(1) brightness(1);
	transition: filter 0.5s ease;
}



/* Section - hero */
@media screen and (min-width: 1200px) {
	#section-hero {
		height: calc(100vh - 200px) !important;
		min-height: 600px !important;
		max-height: 780px !important;
	}
}

#section-hero {
	clip-path: polygon(0 0, 100% 0, 100% 78%, 30% 100%, 0 78%);
}

@media screen and (max-width: 991px) {
	#section-hero {
		clip-path: polygon(0 0, 100% 0, 100% 82%, 30% 100%, 0 82%);
	}
}

@media screen and (max-width: 575px) {
	#section-hero {
		clip-path: polygon(0 0, 100% 0, 100% 88%, 26% 100%, 0 88%);
	}
}



/* Section - services */
#section-services > .sppb-row-container {
    max-width: 1400px;
}

#section-services .services-menu ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}

#section-services .services-menu li {
	display: flex;
	width: calc(50% - 15px);
	margin-bottom: 0;
	position: relative;
}

#section-services .services-menu ul li {
	position: relative;
	margin: 0;
}

#section-services .services-menu ul li:first-child {
	margin: 0;
}

#section-services .services-menu ul li a {
	display: inline-flex;
	align-items: flex-start;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	padding: 6px 15px 6px 0;
}

#section-services .services-menu ul li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	width: calc(100% + 20px);
	height: 100%;
	background-color: #cbff40;
	clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

#section-services .services-menu ul li a:hover {
	color: #000;
	transform: translateX(10px);
}

#section-services .services-menu ul li a:hover::after {
	opacity: 1;
}

#section-services .services-menu li a span.fa-solid {
	flex-shrink: 0; 
	margin-top: 3px;
}

@media screen and (max-width: 630px) {
	#section-services .services-menu ul {
		flex-direction: column;
	}
	
	#section-services .services-menu li {
		width: 100%;
	}
	
	#section-services .services-menu ul li a {
		padding: 2px 0;
		line-height: 1.6;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-services .services-menu ul {
		flex-direction: column;
	}
	
	#section-services .services-menu li {
		width: 100%;
	}
	
	#section-services .services-menu ul li a {
		padding: 2px 0;
		line-height: 1.6;
	}
}

#section-services .services-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
	content: "\f101"; 
    font-size: 14px;
	font-weight: 900; 
    margin-right: 8px; 
    display: inline-block;
	transform: translateY(2px);
}


	
/* Section - news & updates */
#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-col {
	margin-bottom: 30px;
}

#section-news .mod-articles-item-content {
	display: flex;
    flex-direction: column;
	clip-path: polygon(0 0, 100% 0, 100% 92%, 20% 100%, 0 92%);
	padding: 20px 40px;
    background-color: #fff;
}

@media screen and (max-width: 575px) {
	#section-news .mod-articles-item-content {
		padding: 15px 20px;
	}
}

#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: 1.1!important;
}

#section-news .mod-articles-link {
	display: inline;
	color: #000;
	font-size: 26px;
}

#section-news .mod-articles-link:hover {
	color: #404040!important;
}

#section-news .mod-articles-title {
	margin-bottom: 15px;
}

#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: 25px 10px 50px 10px;
	border-radius: 0;
    z-index: 9;
}

@media screen and (max-width: 575px) {
	#section-news .mod-articles-link {
		font-size: 22px!important;
	}

	#section-news .mod-articles-text-content {
		padding: 20px 0px 40px 0px;	
	}
}

#section-news .readmore {
	margin-top: auto;
}

#section-news .readmore a {
	position: relative;
	color: #000!important;
	font-size: 18px!important;
	font-weight: 500!important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	padding: 6px 15px 6px 0;
	transition: all 0.3s ease;
	z-index: 1;
}

#section-news .readmore a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f101";
    font-size: 14px;
    font-weight: 900;
    margin-right: 3px;
    display: inline-block;
    transform: translateY(-1px);
}

#section-news .readmore a::after {
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	width: calc(100% + 20px);
	height: 100%;
	background-color: #cbff40;
	clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

#section-news .readmore a:hover {
	color: #000!important;
	transform: translateX(10px);
}

#section-news .readmore a:hover::after {
	opacity: 1;
}



/* Section - testimonials */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#section-testimonials > .sppb-row-container {
		max-width: 80vw;
	}
}

#section-testimonials .mk-content-carousel .mk-content {
	display: flex;
    flex-direction: column;
	box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.07);
	margin: 12px;
	border-radius: 20px;
}

#section-testimonials .mk-content-carousel .mk-slide-text {
	order: 1;
}

#section-testimonials .mk-content-carousel .mk-slide-title-container {
	position: relative;
	order: 2;
}

#section-testimonials .mk-content-carousel .mk-slide-title-container::after {
    content: '';
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 70px;
    height: 52px;
    background-image: url('../../../images/tmpl/quote-mark.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#section-testimonials .mk-slide-title {
	font-family: 'Lora', sans-serif;
}

#section-testimonials .owl-dots {
    margin-top: 20px;
	margin-bottom: 0;
} 

@media screen and (max-width: 480px) {
	#section-testimonials .mk-content-carousel .mk-slide-title-container::after {
		width: 50px;
		height: 37px;
	}

	#section-testimonials .mk-content-carousel .mk-content {
		padding-top: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
		padding-left: 25px;
	}
	
	#section-testimonials .mk-slide-title,
	#section-testimonials .mk-slide-subtitle {
		max-width: calc(100% - 55px);
	}
}

#section-testimonials .owl-nav {
	top: calc(50% - 70px)!important;
}

#section-testimonials .owl-prev span,
#section-testimonials .owl-next span {
    display: none;
}

#section-testimonials .owl-prev {
	position: absolute;
	left: max(-80px, calc(-50vw + 50% + 40px));
	margin-left: 0!important;
}

#section-testimonials .owl-next {
	position: absolute;
	right: max(-80px, calc(-50vw + 50% + 40px));
	margin-right: 0!important;
}

#section-testimonials .owl-prev::before {
    font-family: "Font Awesome 6 Free";
    content: "\f060";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

#section-testimonials .owl-next::before {
    font-family: "Font Awesome 6 Free";
    content: "\f061";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}



/* Footer */
@media screen and (min-width: 768px) {
	#section-footer1 .footer1-left-col {
		clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
	}

	#section-footer1 .footer1-right-col {
		clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
	}
}

#section-footer1 .get-bid-text .sppb-addon-title {
	font-size: clamp(1.75rem, 1.5197rem + 0.9211vw, 2.625rem)!important;
	line-height: 1.3!important;
}


#section-footer2 .have-questions-text::before {
	content: "";
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url('../../../images/tmpl/icon-phone.png'); 
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 15px 5px 15px;
	vertical-align: middle;
}

/* socials */
#section-footer2 .footer-socials ul {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin: 0;
	padding: 0;
}

#section-footer2 .footer-socials ul li {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0;
}

#section-footer2 .footer-socials ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0;
    padding: 0!important;
}

#section-footer2 .footer-socials ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
	font-size: 18px;
    margin: 0;
    padding: 0!important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#section-footer2 .footer-socials ul li a:hover span {
    color: #000!important;
    background-color: #cbff40;
}
/**/

#section-footer2 .vertical-menu ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

#section-footer2 .vertical-menu ul li {
	display: flex;
	position: relative;
	margin: 18px 0;
}

#section-footer2 .vertical-menu ul li:last-child {
	margin: 18px 0 0 0;
}

#section-footer2 .vertical-menu.contact-menu ul li {
	max-width: 210px;
}

#section-footer2 .vertical-menu ul li a {
	position: relative;
	display: inline-flex;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
	#section-footer2 .vertical-menu ul li {
		justify-content: center;
		text-align: center;
	}
	
	#section-footer2 .vertical-menu ul li a.address-item {
		text-align: center;
		display: inline;
	}
}

#section-footer2 .vertical-menu.chevron-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
	content: "\f101"; 
    color: #cbff40;
    font-size: 16px;
	font-weight: 900; 
    margin-right: 8px; 
    display: inline-block;
	transform: translateY(2px);
    transition: color 0.3s ease;
}

#section-footer2 .vertical-menu.chevron-menu ul li a:hover::before {
    text-decoration: underline;
    text-decoration-color: #000!important;
}

#section-footer2 .vertical-menu li a span {
	flex-shrink: 0;
	color: #cbff40;
}

@media screen and (max-width: 767px) {
	#section-footer2 .vertical-menu li a span {
		flex-shrink: 0;
		margin-top: 2px;
	}

	#section-footer2 .vertical-menu ul li a {
		padding: 2px 0;
		line-height: 1.2;
	}
}

#section-footer2 .vertical-menu ul li a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.8);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

#section-footer2 .vertical-menu ul li a:hover span {
    text-decoration: underline;
    text-decoration-color: #000!important;
}

/*footer 3*/
#section-footer3 {
	border-top: 1px solid #404040;
}



/* Page header */
body:not(.com-sppagebuilder) #sp-page-header {
	background-image: url('../../../images/tmpl/page-header-bg.webp');
    background-repeat: no-repeat;
    background-position: 40% 100%;
	background-size: cover;
	animation-duration: 600ms;
    animation-name: fadeIn;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    line-height: 1.3;
    flex-direction: column;
	padding: 20px 0 70px 0;  
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		background-position: 30% 100%;
		padding: 0;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 160px;
	    padding: 20px 0 40px 0;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 30px;	
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 20px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 200px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 38px;	
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 20px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 240px;
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 44px;	
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 270px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 50px;	
	}
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 300px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 56px;	
	}
}

@media screen and (min-width: 1600px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 320px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 60px;	
	}
}



/* News & updates blog roll */
.blognews {
	margin-top: -30px;
}

.blognews,
.blognews .article-list,
.blognews .article-list .row,
.blognews .article-list .row [class^="col-"] {
    overflow: visible !important;
}

.blognews .article-list .row {
    margin-left: -15px;
    margin-right: -15px;
}

.blognews .article-list .row [class^="col-lg"] {
    margin-bottom: 25px;
    padding: 15px;
    filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12));
}

@media screen and (max-width: 991px) {
    .blognews .article-list .row [class^="col-lg"] {
        margin-bottom: 0;
        padding: 25px;
    }
}

@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: none;
    border-radius: 0;
    background-color: #070707;
}

.blognews .article-list .article {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 20% 100%, 0 92%);
    transform: translateZ(0);
    padding: 20px 40px;
    background-color: #fff;
    position: relative;
}

.blognews .article-list .article-body {
    display: flex;
    flex: 1;
    flex-direction: column;
	padding: 25px 10px 50px 10px;
    height: 100%;
    border-radius: 0;
    z-index: 9;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article {
		padding: 15px 20px;
	}

    .blognews .article-list .article-body {
        padding: 20px 0 40px 0px;	
    }
}

.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: 26px!important;
    line-height: 1.3;
    margin-bottom: 0!important;
}

@media screen and (max-width: 575px) {
    .blognews .article-list .article-header h2 {
        font-size: 22px!important;
    }
}

.blognews .article-list .article-header h2 a {
    color: #000;
    font-weight: 600!important;
}

.blognews .article-list .article-header h2 a:hover {
    color: #000!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 {
    padding-top: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blognews .article-list .readmore {
    margin-top: auto;
}

.blognews .article-list .readmore a {
    position: relative;
    color: #000!important;
    font-size: 18px!important;
    font-weight: 500!important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 6px 15px 6px 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.blognews .article-list .readmore a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f101";
    font-size: 14px;
    font-weight: 900;
    margin-right: 3px;
    display: inline-block;
    transform: translateY(-1px);
}

.blognews .article-list .readmore a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #cbff40;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.blognews .article-list .readmore a:hover {
    color: #000!important;
    transform: translateX(10px);
}

.blognews .article-list .readmore a:hover::after {
    opacity: 1;
}



/* Single article */
joomla-hidden-mail a {
	word-wrap: break-word;
}

@media screen and (min-width: 768px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
	}
}

.article-details [itemprop="articleBody"] {
	margin-top: 25px;
}

@media screen and (max-width: 575px) {
	.article-details .article-full-image,
	.article-details .article-featured-video {
		margin-bottom: 30px;
	}

	.article-details .article-header {
		margin-bottom: 15px;
	}
}

.article-details [itemprop="articleBody"] p {
	line-height: 1.7;
}

.article-details .wf-columns {
	margin: 20px 0;
}

.article-details .article-full-image {
	width: 100%;
	height: 0;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.article-details .article-full-image img {
	position: absolute;
	top: 56.25%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.article-details .article-full-image img {
    border-radius: 0;
	filter: brightness(98%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto!important;
	aspect-ratio: 16 / 9;
	border-radius: 0;
}

blockquote, .blockquote {
	font-size: 19px;
	font-weight: 400;
	font-style: italic;
	background-color: #fff;
	padding: 15px 40px;
	margin: 40px 80px;
	line-height: 1.7!important;
	position: relative;
	border-left: 5px solid #cbff40;
}

blockquote > span, .blockquote > span {
    display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 25px;
	text-transform: initial;
	font-style: normal;
}

@media screen and (max-width: 991px) {
	blockquote, .blockquote {
		margin: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	blockquote, .blockquote {
		font-weight: 500;
		font-size: 17px;
		padding: 15px 0 15px 20px;
		margin: 40px 0;
	}
	
	blockquote > span, .blockquote > span {
		font-size: 16px;
		margin-top: 15px;
	}
}

/*ul li*/
.article-details ul {
	padding: 0 0 0 40px;
	margin: 0;
}

@media screen and (max-width: 480px) {
	.article-details ul {
		padding: 0 0 0 20px;
	}
}

.article-details ul li  {
	position: relative;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}

.article-details ul li > ul  {
	padding: 0 0 0 10px;
}

.article-details ul li > ul li {
	padding: 0 0 0 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}



/* 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: #4e4e4e;
    background-color: #4e4e4e;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color: #4e4e4e;
    background-color: #4e4e4e;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #000;
	background-color: #cbff40;
}

.pagination li a, .pagination li>span {
	padding: 10px;
	border-radius: 0!important;
	background-color: #f7f7f7;
	font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #f7f7f7;
}

.pagination li.page-item {
	width: 45px!important;
	text-align: center;
	margin: 4px;
	border-radius: 0;
}

.pagination li:first-child {
	margin-left: 0;
}



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=panel] {
    padding: 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    padding: 1.25rem 1.5rem;
	min-height: 70px;
}

[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] {
    font-size: 20px;
    color: #000;
}

@media screen and (max-width: 480px) {
	[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] {
		font-size: 18px;
	}
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f068';
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    position: relative;
    font-weight: 900;
	margin-left: 15px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    position: relative;
    font-weight: 900;
	margin-left: 15px;
}



/* 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.3);
    color: #fff;
    border-radius: 0;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    color: #252525;
	background-color: #cbff40;
}