/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 40px 0 30px 0;
	}
	
	.com-sppagebuilder #sp-main-body {
		padding: 0 10px!important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 45px 20px;
	}
	
	.com-sppagebuilder #sp-main-body {
		padding: 0 20px!important;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 60px 30px;
	}
	
	.com-sppagebuilder #sp-main-body {
		padding: 0 40px!important;
	}
}

#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 */
a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #19354d;
  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: 700;
	line-height: 1.2;
	letter-spacing: 1px;
}

body.view-article .h2:not([itemprop="headline"], .sppb-addon-title), body.view-article .h3:not(.sppb-addon-title), body.view-article .h4:not(.sppb-addon-title), body.view-article .h5:not(.sppb-addon-title), body.view-article .h6:not(.sppb-addon-title) {
	margin-top: 1.75rem;
}

@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: 52px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 44px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 36px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 32px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 28px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 24px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
	border-radius: 30px;
	padding: 14px 18px;
	font-size: 18px;
	border: 1px solid #ccc!important;
	box-sizing: border-box!important;
}

input {
	font-size: 18px!important;
}

.form-control:focus {
	border-color: rgba(25, 53, 77, 1)!important;
	box-shadow: 0 0 10px 3px rgba(25, 53, 77, 0.25)!important;
	outline: none!important;
}

.form-select:focus {
	border-color: rgba(25, 53, 77, 1)!important;
    box-shadow: 0 0 10px 3px rgba(25, 53, 77, 0.25)!important;
	outline: none!important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 30px!important;
}

textarea {
	border-radius: 20px!important;
	border: 1px solid #ccc!important;
	box-sizing: border-box!important;
}

textarea:focus {
	border-color: rgba(25, 53, 77, 1)!important;
	box-shadow: 0 0 10px 3px rgba(25, 53, 77, 0.25)!important;
	outline: none!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: 30px!important;
	border: 1px solid #ccc!important;
	box-sizing: border-box!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, 
select:not(.form-select):not(.form-control):focus {
	border-color: rgba(25, 53, 77, 1)!important;
    box-shadow: 0 0 10px 3px rgba(25, 53, 77, 0.25)!important;
	outline: none!important;
}


.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	position: relative!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #19354d!important;
	font-size: 18px!important;
	font-weight: 500!important;
	border: none!important;
	border-radius: 999px!important;
	padding: 14px 35px!important;
	transition: all 0.3s ease!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active {
	background-color: #000!important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	background-color: #19354d!important;
	outline: 3px solid #19354d!important;
}

.btn:focus:not(:focus-visible), 
.btn-primary:focus:not(:focus-visible), 
.sppb-btn-primary:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	position: relative!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #1f2328!important;
	font-size: 18px!important;
	font-weight: 500!important;
	border: none!important;
	border-radius: 999px!important;
	padding: 14px 35px!important;
	transition: all 0.3s ease!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active {
	background-color: #606060!important;
}

.btn-secondary:focus, .sppb-btn-secondary:focus {
	background-color: #606060!important;
	outline: 3px solid #333!important;
}

.btn-secondary:focus:not(:focus-visible), 
.sppb-btn-secondary:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-arrow-rounded {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 10px 10px 10px 30px;
    background-color: #19354d;
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.btn-arrow-rounded:hover {
    background-color: #000;
}

.btn-arrow-rounded::after {
    content: "\f062"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #19354d;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(45deg); 
    transition: transform 0.25s ease;
}

.btn-arrow-rounded:hover::after,
.btn-arrow-rounded:focus-visible::after {
    transform: rotate(90deg);
}

.btn-arrow-rounded:hover,
.btn-arrow-rounded:focus-visible {
    color: #fff;
    text-decoration: none;
}

.btn-arrow-rounded:focus {
    color: #fff; 
	outline: none;
}

.btn-arrow-rounded:focus-visible {
    outline: 1px solid #19354d;
    outline-offset: 1px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #19354d;
}

.btn-arrow-rounded:active {
    color: #fff;
    background-color: #0a1824;
    border-color: #0a1824!important;
}


.btn-arrow-rounded-white {
    display: inline-flex!important;
    align-items: center;
    gap: 20px;
    padding: 10px 10px 10px 30px!important;
    background-color: #fff!important;
    color: #19354d!important;
    font-family: inherit;
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 1.2!important;
    text-decoration: none;
    border: none!important;
    border-radius: 999px!important;
    cursor: pointer!important;
    transition: background-color 0.25s ease, border-color 0.25s ease!important;
}

.btn-arrow-rounded-white:hover {
    background-color: #f4f8fe!important;
}

.btn-arrow-rounded-white::after {
    content: "\f062"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #19354d;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(45deg); 
    transition: transform 0.25s ease;
}

.btn-arrow-rounded-white:hover::after,
.btn-arrow-rounded-white:focus-visible::after {
    transform: rotate(90deg);
}

.btn-arrow-rounded-white:hover,
.btn-arrow-rounded-white:focus-visible {
    color: #19354d;
    text-decoration: none;
}

.btn-arrow-rounded-white:focus {
    color: #19354d; 
	outline: none;
}

.btn-arrow-rounded-white:focus-visible {
    outline: 1px solid #fff;
    outline-offset: 1px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #fff;
}

.btn-arrow-rounded-white:active {
    color: #19354d;
    background-color: #eee;
}


.btn-link-underline {
	position: relative;
	color: #252525;
	font-size: 18px!important;
	font-weight: 500;
	padding: 0;
	text-decoration: none;
}

.btn-link-underline:hover {
    color: #19354d;
}

.btn-link-underline::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    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: #19354d;
}

.btn-link-underline:active {
	font-weight: 500;
}

.btn-link-underline:focus {
	outline: 2px solid #19354d!important;
	outline-offset: 4px!important;
	border-radius: 2px!important;
}

.btn-link-underline:focus:not(:focus-visible) {
	outline: none!important;
}



/* Convert Forms */
#sp-main-body .cf-response p {
	margin-bottom: 0 !important;
}

#sp-main-body .cf-heading {
	font-family: 'Archivo', sans-serif !important;
}

#sp-main-body .cf-label {
	margin-top: 12px!important;
	font-weight: 500;
}

#sp-main-body .convertforms input, .convertforms textarea, .convertforms select {
	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, #sp-bottom1 .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: 52px !important;
	}

	.cf-control-input h2 {
		font-size: 44px !important;
	}
}

#sp-main-body .convertforms .cf-control-input-desc {
    font-size: 17px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.cf-btn {
    display: inline-flex!important;
    align-items: center!important;
    gap: 20px!important;
    padding: 10px 10px 10px 30px!important;
    background-color: #19354d!important;
    color: #fff!important;
    font-family: inherit!important;
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 1.2!important;
    text-decoration: none!important;
    border: none!important;
    border-radius: 999px!important;
    cursor: pointer!important;
    transition: background-color 0.25s ease, border-color 0.25s ease!important;
}

.cf-btn:hover {
    background-color: #000!important;
}

.cf-btn::after {
    content: "\f062"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #19354d;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(45deg); 
    transition: transform 0.25s ease;
}

.cf-btn:hover::after,
.cf-btn:focus-visible::after {
    transform: rotate(90deg);
}

.cf-btn:hover,
.cf-btn:focus-visible {
    color: #fff;
    text-decoration: none;
	opacity: 1!important;
}

.cf-btn:focus {
    color: #fff; 
	outline: none;
}

.cf-btn:focus-visible {
    outline: 1px solid #19354d;
    outline-offset: 1px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #19354d;
}

.cf-btn:active {
    color: #fff;
    background-color: #0a1824;
    border-color: #0a1824!important;
}

.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;
}

#section-get-free-estimate select:invalid,
#section-get-free-estimate select:has(option[value=""]:checked) {
    color: #fff!important;
}

#section-get-free-estimate select option {
    color: #252525!important;  
}

/*footer newsletter form*/
#section-footer1 .convertforms .cf-form-wrap {
	padding: 0!important;
}

#section-footer1 .cf-checkbox-group {
    align-items: start!important;
}

#section-footer1 input {
    color: #252525!important;
}

#section-footer1 .cf-checkbox-group input {
    margin-top: 2px;
}

#section-footer1 .cf-checkbox-group .cf-label {
	color: #fff!important;
	font-size: 14px!important;
	font-weight: 300;
}

#section-footer1 .cf-control-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

#section-footer1 .cf-control-group input[type="checkbox"] + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;       
    user-select: none;
}

#section-footer1 .cf-control-group input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;               
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #333;
    box-sizing: border-box;
    transition: all 0.15s ease-in-out;
}

#section-footer1 .cf-control-group input[type="checkbox"] + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;              
    width: 5px;
    height: 9px;
    border: solid #19354d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);   
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

#section-footer1 .cf-control-group input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

#section-footer1 .cf-control-group input[type="checkbox"]:focus-visible + label::before {
    outline: 2px solid #fff;
    outline-offset: 1px;
}

#section-footer1 .cf-control-group input[type="checkbox"]:hover + label::before {
    border-color: #000;
}

/*button*/
#section-footer1 .cf-btn {
    display: inline-flex!important;
    align-items: center!important;
    gap: 20px!important;
	width: auto!important;
    padding: 10px 10px 10px 30px!important;
    background-color: #19354d!important;
    color: #fff!important;
    font-family: inherit!important;
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 1.2!important;
    text-decoration: none!important;
    border: 2px solid #fff!important;
    border-radius: 999px!important;
    cursor: pointer!important;
    transition: background-color 0.25s ease, border-color 0.25s ease!important;
}

#section-footer1 .cf-btn:hover {
    background-color: #000!important;
}

#section-footer1 .cf-btn::after {
    content: "\f062"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #19354d;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(45deg); 
    transition: transform 0.25s ease;
}

@media screen and (max-width: 574px) {
	#section-footer1 .cf-btn {
		padding: 15px 30px!important;
		width: 100%!important;
		justify-content: center;
	}	
		
	#section-footer1 .cf-btn::after {
		position: absolute;
		right: 8px;
	}
}

#section-footer1 .cf-btn:hover::after,
#section-footer1 .cf-btn:focus-visible::after {
    transform: rotate(90deg);
}

#section-footer1 .cf-btn:hover,
#section-footer1 .cf-btn:focus-visible {
    color: #fff;
    text-decoration: none;
	opacity: 1!important;
}

#section-footer1 .cf-btn:focus {
    color: #fff; 
	outline: none;
}

#section-footer1 .cf-btn:focus-visible {
    outline: 1px solid #19354d;
    outline-offset: 1px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #19354d;
}

#section-footer1 .cf-btn:active {
    color: #fff;
    background-color: #0a1824;
    border-color: #0a1824!important;
}



/* Logo, top and main menu */
@media screen and (max-width: 575px) {
	#sp-top-bar {
		padding: 0 20px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-top-bar {
		padding: 0 20px;
	}
}

@media screen and (min-width: 768px) {
	#sp-top-bar {
		padding: 0 60px;
	}
}

#sp-top-bar > .container {
	height: 35px;
	background-color: #19354d;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

@media screen and (max-width: 574px) {
	#sp-top-bar > .container {
		height: 25px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
}



/*top menu*/
#sp-top-bar > .container > .container-inner,
#sp-top-bar > .container > .container-inner > .row {
	height: 100%;
}

#sp-top1 {
    display: flex;
    align-items: center;
	justify-content: end;
}

#sp-top1 a {
    display: flex;
    align-items: center;
	height: 100%;
}

@media screen and (min-width: 1700px) {
	#sp-top1 {
		display: none!important;
	}
}

@media screen and (max-width: 767px) {
	#sp-top1 {
		display: none!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1699px) {
	#sp-top-bar > .container {
		height: 85px;
	}
}

#sp-top-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

#sp-top-bar .phone-item {
	position: relative;
	color: #fff;
	font-size: 18px;
	padding: 0;
}

#sp-top-bar .phone-item::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../../images/tmpl/phone.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
	margin-top: -2px;
    vertical-align: middle;
	filter: brightness(0) invert(1);
}

#sp-top-bar .phone-item::after {
    content: "";
    position: absolute;
    left: 28px;         
    right: 0;
    bottom: 14px;       
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

#sp-top-bar .phone-item:hover::after {
    transform: scaleX(1);
}

#sp-top-bar .get-estimate {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    height: 56px;
    padding: 0 6px 0 30px;
    margin-left: 30px;
    background-color: #fff;
    color: #19354d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
	text-transform: initial;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

#sp-top-bar .get-estimate:hover {
	background-color: #f4f8fe;
}

#sp-top-bar .get-estimate::after {
    content: "\f062";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #19354d;
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

#sp-top-bar .get-estimate:hover::after,
#sp-top-bar .get-estimate:focus-visible::after {
    transform: rotate(90deg);
}

#sp-top-bar .get-estimate:hover,
#sp-top-bar .get-estimate:focus-visible {
    text-decoration: none;
    text-shadow: none;
}

#sp-top-bar .get-estimate:focus {
    color: #19354d;
    outline: none;
}

#sp-top-bar .get-estimate:focus-visible {
    outline: 1px solid #19354d;
    outline-offset: 1px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #19354d;
}

#sp-top-bar .get-estimate:active {
    color: #19354d;
    background-color: #f4f8fe;
    border-color: #f4f8fe !important;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    #sp-top-bar .get-estimate {
        height: 56px;
        padding: 0 10px 0 25px;
        margin-left: 25px;
        font-size: 18px;
        gap: 16px;
    }
	
    #sp-top-bar .get-estimate::after {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
}
/**/

#sp-logo-and-main-menu {
	position: relative;
	background-color: #fff;	
}

@media screen and (max-width: 575px) {
	#sp-top-bar {
		padding: 0 10px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-logo-and-main-menu {
		padding: 0 10px;
	}
}

@media screen and (min-width: 768px) {
	#sp-logo-and-main-menu {
		padding: 0 40px;
	}
}


#sp-logo-and-main-menu.header-sticky {
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	z-index: 99;
}

/*main menu - responsive hiding of items*/
@media screen and (max-width: 1399px) {
	#sp-menu .sp-megamenu-parent > li:first-child {
		display: none!important;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1850px) {
	#sp-menu .sp-megamenu-parent > li:first-child {
		display: none!important;
	}
}

@media screen and (max-width: 1699px) {
	#sp-menu .sp-megamenu-parent li a.phone-item,
	#sp-menu .sp-megamenu-parent li a.get-estimate {
		display: none!important;
	}
}
/**/ 

#sp-top-bar > .container {
	max-width: 1770px!important;
}

#sp-logo-and-main-menu > .container {
	max-width: 1800px!important;
}

.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeIn 0.8s;
	z-index: 9;
}

#sp-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding-right: 30px;
}

@media screen and (max-width: 1199px) {
	#sp-menu {
		margin-top: 0;
		padding-right: 15px;
	}	
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	#sp-menu {
		padding-right: 17px;
	}	
}

#sp-logo > .sp-column {
	display: flex;
	align-items: center;
	height: 100%;
}

@media screen and (min-width: 768px) {
	#sp-logo > .sp-column {
		padding-left: 10px;
	}
}

@media screen and (max-width: 992px) {
	#sp-logo-and-main-menu .container > .container-inner > .row {
		height: 100px;
	}

	.logo-image, .logo-image-phone {
		height: 70px!important;
		padding: 0;
	}
	
	#offcanvas-toggler {
        height: 100px;
        line-height: 100px;
    }
}

@media screen and (max-width: 480px) {
	#sp-logo-and-main-menu .container > .container-inner > .row {
		height: 80px;
		flex-wrap: nowrap;
	}

	.logo-image, .logo-image-phone {
		height: 55px!important;
		padding: 0;
	}
	
	#offcanvas-toggler {
        height: 80px;
        line-height: 80px;
    }
}

@media screen and (max-width: 320px) {
	#sp-logo-and-main-menu .container > .container-inner > .row {
		height: 60px;
		flex-wrap: nowrap;
	}

	.logo-image, .logo-image-phone {
		height: 35px!important;
		padding: 0;
	}
	
	#offcanvas-toggler {
        height: 60px;
        line-height: 60px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-menu > .sp-column {
		margin-right: 0;
	}
}

/*header column widths*/
@media screen and (max-width: 991px)  {
	#sp-logo.col-lg-3 {
		flex-grow: 1;
		width: auto;
	}

	#sp-menu.col-lg-9 {
		width: 50px;	
	}
}

@media screen and (min-width: 992px) {
	#sp-top1.col-lg-3, #sp-logo.col-lg-3 {
		width: 320px; 
	}

	#sp-top2.col-lg-9, #sp-menu.col-lg-9 {
		flex-grow: 1;
		width: auto;
	}
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	text-transform: uppercase;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700;
}

.sp-megamenu-parent>li.active>a:hover {
    color: #19354d;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: block;
	line-height: 1.2;
	padding-left: 5px;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: -5px;
}

/*hover effects*/
.sp-megamenu-parent > li:not(:last-child)::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 10px); 
	opacity: 0;
	transition: all 0.25s ease;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #19354d;
}

.sp-megamenu-parent > li:nth-last-child(2)::before {
    transform: translate(calc(-50% + 25px), 10px); 
}

.sp-megamenu-parent > li:nth-last-child(2):hover::before,
.sp-megamenu-parent > li:nth-last-child(2).submenu-open::before {
    transform: translate(calc(-50% + 25px), 0);
}

.sp-megamenu-parent > li.submenu-open::before,
.sp-megamenu-parent > li:hover::before {
	transform: translate(-50%, 0);
	opacity: 1;
}

.sp-megamenu-parent > li.sp-has-child::before {
	left: calc(50% - 15px);
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    border-top: 5px solid #19354d;
	left: -5px!important;
}

.sp-dropdown-items li a {
	position: relative;
	display: inline-block;
	transition: transform 0.25s ease;
}

.sp-dropdown-items li a::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg); 
	opacity: 0;
	transition: all 0.25s ease;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #19354d;
}

.sp-dropdown-items li a:hover {
	transform: translateX(10px); 
}

.sp-dropdown-items li a:hover::before {
	opacity: 1;
	transform: translateY(-50%) rotate(90deg) translateX(0);
}

/**/
.sp-megamenu-parent .sp-menu-item .get-estimate {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    height: 56px;
    padding: 0 6px 0 30px;
    margin-left: 30px;
    background-color: #19354d;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
	text-transform: initial;
    border: 2px solid #19354d;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.sp-megamenu-parent .sp-menu-item .get-estimate:hover {
	background-color: #000;
}

.sp-megamenu-parent .sp-menu-item .get-estimate::after {
    content: "\f062";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #fff;
    color: #19354d;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.sp-megamenu-parent .sp-menu-item .get-estimate:hover::after,
.sp-megamenu-parent .sp-menu-item .get-estimate:focus-visible::after {
    transform: rotate(90deg);
}

.sp-megamenu-parent .sp-menu-item .get-estimate:hover,
.sp-megamenu-parent .sp-menu-item .get-estimate:focus-visible {
    text-decoration: none;
    text-shadow: none;
}

.sp-megamenu-parent .sp-menu-item .get-estimate:focus {
    color: #fff;
    outline: none;
}

.sp-megamenu-parent .sp-menu-item .get-estimate:focus-visible {
    outline: 1px solid #19354d;
    outline-offset: 1px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #19354d;
}

.sp-megamenu-parent .sp-menu-item .get-estimate:active {
    color: #fff;
    background-color: #0a1824;
    border-color: #0a1824 !important;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .sp-megamenu-parent .sp-menu-item .get-estimate {
        height: 56px;
        padding: 0 10px 0 25px;
        margin-left: 25px;
        font-size: 18px;
        gap: 16px;
    }
    .sp-megamenu-parent .sp-menu-item .get-estimate::after {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
}
/**/

.sp-megamenu-parent .sp-menu-item .phone-item {
	padding: 0 0 0 35px;
}

.sp-megamenu-parent .sp-menu-item .phone-item::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../../images/tmpl/phone.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
	margin-top: -2px;
    vertical-align: middle;
}

.sp-megamenu-parent .sp-menu-item .phone-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	border-left: 1px solid #ddd;
	margin-left: 10px;
}



/* Offcanvas menu */
/* remove header sticky behavior */
.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
}

.offcanvas-menu .offcanvas-inner {
    display: flex;
    flex-direction: column;
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
	padding: 0px 20px 25px 20px;
}
/**/
.offcanvas-menu .offcanvas-inner .header-modules {
    margin-bottom: 5px!important;
}

.offcanvas-overlay {
	background: rgba(0, 0, 0, 0.6)!important;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
    margin-left: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
    margin: 0;
}

.offcanvas-menu .logo  {
    width: 72%;
}

.offcanvas-menu .logo-image  {
    width: auto!important;
	height: 80px!important;
	padding: 15px 0 10px 13px;
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #122a57!important;
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #252525!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 12px!important;
	margin-top: 18px;
}

#sp-menu .burger-icon {
	width: 30px;
}

.offcanvas-active .burger-icon > span {
    margin: 3.9px -3px;
}

.burger-icon > span {
	background-color: #252525!important;
	height: 3px;
	border-radius: 5px;
}

@media screen and (max-width: 399px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 400px) {
	.offcanvas-menu { 
		width: 400px!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -400px;
	}
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 5px;
}

@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: #252525;
}

.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: #19354d;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 24px;
    line-height: 24px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    right: 0!important; 
    top: auto!important; 
	margin-top: -14px;
	font-size: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
    color: #252525;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .nav-header {
	display: block;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 3px;
}

.offcanvas-menu ul.menu-child li {
	padding: 5px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-family: 'Archivo', sans-serif!important;
	font-size: 23px;
	display: flex;
	font-weight: 700;
    line-height: 1.4;
}

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: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a.open-search-icon {
	display: none!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%;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 15px;
}

/* Get an estimate btn*/
.offcanvas-menu .item-130 {
	padding: 10px 0!important;
}

.offcanvas-menu li .get-estimate {
    display: inline-flex!important;
    align-items: center;
	justify-content: center;
    width: 100%;
	height: 60px;
    padding: 0 6px 0 30px;
    margin-top: 10px;
    background-color: #19354d!important;
    color: #fff!important;
    font-size: 20px!important;
    font-weight: 500!important;
    line-height: 60px!important;
    text-align: center;
    text-decoration: none;
	text-transform: initial;
    border: 2px solid #19354d;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.offcanvas-menu li .get-estimate:hover {
	background-color: #000;
}

.offcanvas-menu li .get-estimate::after {
    position: absolute;
	content: "\f062";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
	right: 8px;
    background-color: #fff;
    color: #19354d;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.offcanvas-menu li .get-estimate:hover::after,
.offcanvas-menu li .get-estimate:focus-visible::after {
    transform: rotate(90deg);
}

.offcanvas-menu li .get-estimate:hover,
.offcanvas-menu li .get-estimate:focus-visible {
    text-decoration: none;
    text-shadow: none;
}

.offcanvas-menu li .get-estimate:focus {
    color: #fff;
    outline: none;
}

.offcanvas-menu li .get-estimate:focus-visible {
    outline: 1px solid #19354d;
    outline-offset: 1px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #19354d;
}

.offcanvas-menu li .get-estimate:active {
    color: #fff;
    background-color: #0a1824;
    border-color: #0a1824 !important;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .offcanvas-menu li .get-estimate {
        height: 56px;
        padding: 0 10px 0 25px;
        margin-left: 25px;
        font-size: 18px;
        gap: 16px;
    }
	
    .offcanvas-menu li .get-estimate::after {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
}

.offcanvas-menu .item-131 {
	display: none!important;
}

/* contact menu */
.offcanvas-menu .contact-menu-offcanvas {
	margin-top: 5px;
}

.offcanvas-menu .contact-menu-offcanvas a {
	font-size: 19px!important; 
	display: flex!important; 
	font-weight: 500!important; 
    line-height: 1.2!important; 
}

.offcanvas-menu .contact-menu-offcanvas a span {
	font-size: 16px!important;
	margin-top: 3px;
}



/* lite-youtube + lite-vimeo */
lite-youtube > .lty-playbtn,
lite-vimeo > .ltv-playbtn {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none!important;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
    transition: none!important;
    border: 0;
}

lite-youtube .lty-playbtn::after,
lite-vimeo .ltv-playbtn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background-image: url('../../../images/tmpl/play-btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
    lite-youtube .lty-playbtn::after,
    lite-vimeo .ltv-playbtn::after {
        width: 60px;
        height: 60px;
    }
}

lite-youtube,
lite-vimeo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 115%;
    background-position: center;
    max-width: 100%!important;
    filter: saturate(0.8) brightness(0.95);
    transition: filter 0.5s ease;
}

lite-youtube:hover,
lite-vimeo:hover {
    filter: saturate(1) brightness(1);
    transition: filter 0.5s ease;
}

lite-vimeo > .ltv-playbtn {
    opacity: 1!important;
}

lite-vimeo.ltv-activated > .ltv-playbtn,
lite-vimeo.ltv-activated .ltv-playbtn::after {
    display: none !important;
}



/* Section paddings and border radiuses */
@media screen and (max-width: 575px) {
	#section-hero, #section-hero .sppb-row-overlay,
	#section-get-free-estimate,
	#section-services-2,
	#section-news,
	#section-footer1 {
		border-radius: 20px;
	}
	
	#section-get-free-estimate,
	#section-footer1 {
		margin-right: calc(50% - 50vw + 10px)!important;
		margin-left: calc(50% - 50vw + 10px)!important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#section-hero, #section-hero .sppb-row-overlay,
	#section-get-free-estimate,
	#section-services-2,
	#section-news,
	#section-footer1 {
		border-radius: 30px;
	}
	
	#section-get-free-estimate,
	#section-footer1 {
		margin-right: calc(50% - 50vw + 40px)!important;
		margin-left: calc(50% - 50vw + 40px)!important;
	}
}

@media screen and (min-width: 768px) {
	#section-hero, #section-hero .sppb-row-overlay,
	#section-get-free-estimate,
	#section-services-2,
	#section-news,
	#section-footer1 {
		border-radius: 40px;
	}
	
	#section-get-free-estimate,
	#section-footer1 {
		margin-right: calc(50% - 50vw + 50px)!important;
		margin-left: calc(50% - 50vw + 50px)!important;
	}
}



/* Section - hero */
#section-hero {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1200px) {
	#section-hero {
		height: calc(100vh - 240px);
		min-height: 550px;
		max-height: 800px;
	}
}

@media screen and (min-width: 1700px) {
	#section-hero {
		height: calc(100vh - 190px);
	}
}

#section-hero > .sppb-row-container,
#section-hero > .sppb-row-container > .sppb-row {
	height: 100%;
}

#section-hero .hero-title-text .sppb-addon-title {
	font-size: clamp(2.5rem, 1.8077rem + 3.0769vw, 5.5rem)!important;
	line-height: 1.15!important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}



/* Section - get a free estimate */
#section-get-free-estimate {
	margin-bottom: 0!important;
}

body:not(.itemid-101) #section-get-free-estimate {
	margin-top: 40px!important;
}

#section-get-free-estimate input,
#section-get-free-estimate select,
#section-get-free-estimate textarea {
	border-color: #eee!important;
}

#section-get-free-estimate input:focus,
#section-get-free-estimate select:focus,
#section-get-free-estimate textarea:focus {
	border-color: rgba(25, 53, 77, 0.4)!important;
}

#section-get-free-estimate .cf-btn {
	width: 100%;
	justify-content: center!important;
	padding: 18px!important;
}

#section-get-free-estimate .cf-btn::after {
    position: absolute;
    right: 8px;
}



/* Section - faq */
#section-faq .faq-heading {
	position: relative;
}

#section-faq button.sppb-panel-heading::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    color: #19354d;
	content: "\f067";
	font-weight: 900;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
}

#section-faq button.sppb-panel-heading:hover {
	background-color: #f7f7f7;
}

#section-faq button.sppb-panel-heading.active::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";    
	color: #fff;
    content: "\f068";
    font-weight: 900;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
}



/* Section - news & updates */
#section-news .mod-articles-grid {
    display: grid;
    grid-gap: var(--grid-layout-gap);
    grid-template-columns: repeat(3, 1fr);
}

@container (600px <= width < 1200px) {
    #section-news .mod-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #section-news .mod-articles-grid > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: calc(50% - var(--grid-layout-gap) / 2);
    }
}

@container (width < 600px) {
    #section-news .mod-articles-grid {
        grid-template-columns: 1fr;
		grid-gap: 45px!important;
    }
}

@media screen and (min-width: 1200px) {
	#section-news .mod-articles-grid {
		column-gap: 30px;
    }
}

#section-news .mod-articles-item {
    padding: 15px;
    background-color: #fff;
	border-radius: 20px;
}

#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;
	border-radius: 0;
}

#section-news .blog-article-image-container {
	padding-top: 65%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	filter: saturate(0.8);
	border-radius: 20px;
	transition: filter 0.5s ease;
}

#section-news .blog-article-video-container {
    position: relative;
    padding-top: 65%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
	border-radius: 20px;
}

#section-news .blog-article-video-container lite-vimeo {
    aspect-ratio: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section-news .blog-article-image-container:hover {
	filter: saturate(1) brightness(1.03);
	transition: filter 0.5s ease;
}

#section-news .blog-article-item-inner {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
	border-radius: 0;
}

#section-news .mod-articles-link {
	font-weight: 600;
	display: inline-block;
	color: #252525;
	font-size: 23px;
	line-height: 1.3;
}

#section-news .mod-articles-link:hover {
	color: #19354d!important;
}

#section-news .mod-articles-title {
    display: flex;
	margin-bottom: 25px;
}

#section-news .mod-articles-link:focus, #section-news .mod-articles-link:active {
	color: #19354d!important;
}

@media screen and (max-width: 575px) {
	#section-news .mod-articles-link {
		font-size: 21px;
	}
}

#section-news .mod-articles-text-content {
    display: flex;
    flex: 1;
    flex-direction: column;
	padding: 20px 15px 15px 15px;	
    z-index: 9;
}

@media screen and (max-width: 399px) {
	#section-news .mod-articles-text-content {
        padding: 10px 0 0 0;
	}
}

#section-news .mod-article-intro-text {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 16px;
	padding-top: 5px;
}

#section-news .mod-article-intro-text p {
	margin-bottom: 0!important;
}

#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;
}

#section-news .readmore a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #19354d;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

#section-news .readmore a:hover::after {
    width: 30%;
    border-color: #19354d;
}

#section-news .readmore a:hover {
	color: #19354d!important;
}



/* Footer */
@media screen and (min-width: 1200px) and (max-width: 1499px) {
	#section-footer1 {
		padding: 75px 40px 55px 40px!important;
	}
	
	#section-footer1 .footer-col-2 {
		padding-left: 0!important;
	}
}

#section-footer1 {
    z-index: 0;
    position: relative;
	margin-top: 40px!important;
	margin-bottom: 40px!important;
}

#section-footer1 .vertical-menu ul {
	list-style: none;
	padding: 0;
}

#section-footer1 .vertical-menu li {
  display: flex;
  margin-bottom: 8px;
}

#section-footer1 .vertical-menu ul li {
	position: relative;
	margin: 20px 0;
}

#section-footer1 .vertical-menu ul li:first-child {
	margin: 0 0 20px 0;
}

#section-footer1 .vertical-menu ul li a {
    position: relative;
	display: inline-flex;
	align-items: flex-start;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

#section-footer1 .vertical-menu li a span.fa-solid {
	flex-shrink: 0; 
	margin-top: 3px;
}

@media screen and (max-width: 767px) {
	#section-footer1 .vertical-menu ul li {
		display: flex;
		justify-content: center;
	}

	#section-footer1 .vertical-menu ul li a {
		width: auto;
		padding: 2px 0;
		line-height: 1.2;
	}

	#section-footer1 .vertical-menu ul li a::after {
		left: 0;
		right: 0;
	}
}

#section-footer1 .vertical-menu.chevron-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
	content: "\f061"; 
    color: #fff;
    font-size: 12px;
	font-weight: 900; 
    margin-right: 8px; 
    display: inline-block;
	transform: translateY(5px);
}

#section-footer1 .vertical-menu ul li a::after {
    content: "";
    position: absolute;
    left: 28px;         
    right: 0;
    bottom: -2px;       
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

#section-footer1 .vertical-menu.chevron-menu ul li a::after {
	left: 20px;  
}

#section-footer1 .vertical-menu ul li a:hover::after {
    transform: scaleX(1);
}

/* socials */
#section-footer1 .footer-socials ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px;
}

#section-footer1 .footer-socials ul li {
	display: inline-block;
}

#section-footer1 .footer-socials ul a {
	position: relative;
	font-size: 0;
	text-decoration: none;
	display: inline-block;
	
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
	
}

#section-footer1 .footer-socials ul a:hover {
	background-color: #fff;
}

#section-footer1 .footer-socials ul a:hover span {
	color: #19354d;
}

#section-footer1 .footer-socials ul a span {
	font-size: 18px;
	color: #fff;
	padding-right: 0!important;
}

@media screen and (min-width: 1200px) and (max-width: 1449px) {
	#section-footer1 .footer-socials ul {
		gap: 15px;
	}
	
	#section-footer1 .footer-socials ul a span {
		font-size: 16px;
	}
}



/* Page header */
body:not(.com-sppagebuilder) #sp-page-header {
    position: relative;
    background-image: url('../../../images/tmpl/page-header-background.webp');
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    animation-duration: 600ms;
    animation-name: fadeIn;
}

body:not(.com-sppagebuilder) #sp-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 53, 77, 0.55);
    z-index: 0;
	border-radius: 40px;
}

@media screen and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin: 0 10px;
	}

	body:not(.com-sppagebuilder) #sp-page-header,
	body:not(.com-sppagebuilder) #sp-page-header::before {
		border-radius: 20px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin: 0 35px;
	}

	body:not(.com-sppagebuilder) #sp-page-header,
	body:not(.com-sppagebuilder) #sp-page-header::before {
		border-radius: 30px;
	}
}

@media screen and (min-width: 768px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin: 0 45px;
	}

	body:not(.com-sppagebuilder) #sp-page-header,
	body:not(.com-sppagebuilder) #sp-page-header::before {
		border-radius: 40px;
	}
}

body:not(.com-sppagebuilder) #sp-page-header .container {
    position: relative;
    z-index: 1;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    justify-content: center;
    position: relative;
    line-height: 1.3;
    flex-direction: column;
	padding: 20px 0;  
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
	color: #fff;
	font-weight: 700;
	animation-duration: 1000ms;
    animation-name: fadeIn;
	margin-bottom: 0!important;
}

@media screen and (max-width: 575px) {
	#sp-page-header {
		padding: 0 5px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 180px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 40px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header {
		padding: 0 20px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 240px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 50px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 260px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 54px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 280px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 60px;
	}
}

@media screen and (min-width: 1199px) and (max-width: 1599px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 300px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 70px;
	}
}

@media screen and (min-width: 1600px) {
	#sp-page-header {
		padding: 0 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 340px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 80px;
	}
}



/* News & updates blog roll */
body.news.view-category #sp-main-body {
	background-color: #f4f8fe;
}

@media screen and (max-width: 575px) {
	body.news.view-category #sp-main-body {
		margin: 10px 20px 0 10px;
		padding: 20px 0 0 0;
		border-radius: 20px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	body.news.view-category #sp-main-body {
		margin: 40px 40px 0 40px;
		padding: 40px 20px 20px 20px;
		border-radius: 30px;
	}
}

@media screen and (min-width: 768px) {
	body.news.view-category #sp-main-body {
		margin: 40px 40px 0 40px;
		padding: 50px 30px 20px 30px;
		border-radius: 40px;
	}
}

.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-4 {
		width: 50%; 
	}
}

.blognews .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 65%; 
	overflow: hidden;
	margin-bottom: 10px;
    border-radius: 20px;
	background-color: #eee;
	transition: filter 0.5s ease;
}

.blognews .blog-article-video-container lite-vimeo {
    aspect-ratio: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blognews .blog-article-image-container {
	padding-top: 65%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	filter: saturate(0.8);
    border-radius: 20px;
	transition: filter 0.5s ease;
}

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 15px;
    margin-bottom: 0;
	border: none;
    border-radius: 20px;
	background-color: #fff;
    transition: all 0.3s ease;
}

.blognews .article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	padding: 15px;
	height: 100%;
	z-index: 9;
}

@media screen and (max-width: 399px) {
	.blognews .article-list .article-body {
        padding: 10px 0 0 0;
	}
}

.blognews .article-list .article-intro-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	filter: saturate(0.8) brightness(1);
	transition: filter 0.5s ease;
}

.blognews .article-list .blog-article-image-container:hover {
	filter: saturate(1) brightness(1.03);
	transition: filter 0.5s ease;
}

.blognews .article-list .article-header h2 {
	font-size: 23px;
    font-weight: 600;
	line-height: 1.3;
	margin-bottom: 14px!important;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article-header h2 {
		font-size: 21px;
	}
}

.blognews .article-list .article-header h2 a {
	color: #252525;
	font-weight: 500!important;
}

.blognews .article-list .article-header h2 a:hover {
	color: #19354d!important;
}

.blognews .article-list .article-header h2 a:focus,.blognews .article-list .article-header h2 a:active {
	color: #19354d!important;
}

.blognews .article-list .article-introtext {
	display: flex;
    flex: 1;
	flex-direction: column;
	font-size: 17px;
    line-height: 1.6;
}

.blognews .readmore {
	margin-top: auto;
}

.blognews .readmore a {
	position: relative;
	color: #252525!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-decoration: none;
}

.blognews .readmore a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #19354d;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

.blognews .readmore a:hover::after {
    width: 30%;
    border-color: #19354d;
}

.blognews .readmore a:hover {
	color: #19354d!important;
}



/* Single article */
[itemprop="articleBody"] h1, [itemprop="articleBody"] h2, [itemprop="articleBody"] h3, [itemprop="articleBody"] h4, [itemprop="articleBody"] h5, [itemprop="articleBody"] h6 {
	margin-top: 2rem;
}

joomla-hidden-mail a {
	word-wrap: break-word;
}

@media screen and (min-width: 768px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 20px;
		margin-top: 0;
	}
}

@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.8;
}

.article-details .wf-columns {
	margin: 20px 0;
}

.article-details .article-full-image {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.article-details .article-full-image img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.article-details .article-full-image img {
    border-radius: 0;
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto!important;
	aspect-ratio: 16 / 9;
    border-radius: 0;
}
	
.article-details .article-info {
	display: none;
}

.article-details .article-featured-video {
	position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    margin: 0 0 2rem 0;
    border-radius: 0;
    background-color: #070707;
}

@media screen and (max-width: 575px) {
	.article-details .article-featured-video,
	.article-details .article-full-image img {
		border-radius: 20px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.article-details .article-featured-video,
	.article-details .article-full-image img {
		border-radius: 30px;
	}
}

@media screen and (min-width: 768px) {
	.article-details .article-featured-video,
	.article-details .article-full-image img {
		border-radius: 40px;
	}
}

.article-details .article-featured-video lite-vimeo {
    aspect-ratio: auto!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blockquote, .blockquote {
	color: #274d9b;
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	padding: 0 0 0 25px;
	margin: 40px 80px;
	position: relative;
	line-height: 1.6;
}

blockquote::before, .blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #274d9b;
}

@media screen and (max-width: 575px) {
	blockquote, .blockquote {
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 40px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	blockquote, .blockquote {
		font-size: 16px;
		padding: 0 0 0 20px;
		margin: 40px 20px;
	}
}

/* ul li */
.dot-li .sppb-addon-content ul,
.dot-li-white .sppb-addon-content ul,
.article-details ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 30px 0;
}

.dot-li .sppb-addon-content ul li,
.dot-li-white .sppb-addon-content ul li,
.article-details ul li  {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

.dot-li .sppb-addon-content ul li::before,
.dot-li-white .sppb-addon-content ul li::before,
.article-details ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	background-color: #19354d;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dot-li .sppb-addon-content ul li::before,
.article-details ul li::before {
	color: #fff;
	background-color: #19354d;
}

.dot-li-white .sppb-addon-content ul li::before {
	color: #19354d;
	background-color: #fff;	
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center!important;
	flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 15px;
}

.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: #19354d;
    background-color: #19354d;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color: #000;
    background-color:  #000;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #000;
	border-color: #000;
}

.pagination li a, .pagination li>span {
	padding: 10px;
	border-radius: 10px!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] {
    margin-bottom: 0;
}

[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;
    line-height: 1.5;
	margin-left: 5px;
	padding-right: 20px;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f068';
    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: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    border: 1px solid #19354d;
    border-radius: 20px;
    padding: 1.25rem;
	margin-bottom: 20px;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:hover {
	border-bottom: 1px solid transparent;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel] {
	border: none;
    border-radius: 20px;
	padding: 0;
	margin-bottom: 20px;
	font-size: 17px;
	color: #fff;
	background-color: #19354d;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button]:hover {
    background-color: #f2f2f2;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:hover, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:hover {
    color: #fff;
	border-color: #19354d;
	background-color: #19354d;
	margin-bottom: 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening] {
    color: #fff;
	border-color: #19354d;
	background-color: #19354d;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 0;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=panels]>[data-rlta-element=panel]>[data-rlta-element=panel-content] {
    padding: 0 1.25em 1.25em 1.25em;
}



/* 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: 50%;
}

.sp-scroll-up .fas.fa-angle-up::before {
	content: "\f062";
	font-size: 14px;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    color: #fff;
	background-color: #19354d;
}