/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 30px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 30px 15px;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 60px 15px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

body:not(.com-sppagebuilder) #sp-main-body > .container,
body:not(.com-sppagebuilder) #sp-title .container { 
	max-width: 1170px!important;
}

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: #d22130;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 700;
	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: 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: 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 14px;
	font-size: 1.1rem
}

input {
	font-size: 19px!important;
}

.form-control:focus {
	border-color: rgba(210, 33, 48, 0.4);
	box-shadow: 0 0 25px 5px rgba(210, 33, 48, 0.1)!important;
}

.form-select:focus {
	border-color: rgba(210, 33, 48, 0.4);
    box-shadow: 0 0 25px 5px rgba(210, 33, 48, 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;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
    padding: 14px 14px!important;
	border-radius: 0!important;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus {
	border-color: rgba(210, 33, 48, 0.4);
    box-shadow: none;
}

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #d22130!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
    border: 2px solid #d22130!important;
    border-radius: 0!important;
    padding: 15px 40px!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: #d22130!important;
	background-color: #fff!important;
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
    background-color: #333!important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
    border: 2px solid #333!important;
    border-radius: 0!important;
    padding: 15px 40px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active,
.btn-secondary:focus, .sppb-btn-secondary:focus {
	color: #333!important;
	background-color: #fff!important;	
}


.btn-compact {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #d22130!important;
	font-size: 15px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
    border: 2px solid #d22130!important;
    border-radius: 0!important;
    padding: 12px 30px!important;
}

.btn-compact:hover, 
.btn-compact:active, 
.btn-compact:focus {
	color: #d22130!important;
	background-color: #fff!important;
}


.btn-tp-black,
.btn-tp-black-compact {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #252525!important;
    background-color: transparent!important;
    font-size: 16px!important;
    font-weight: 700!important;
    text-decoration: none!important;
	text-transform: uppercase!important;
    border: 2px solid #252525!important;
    border-radius: 0!important;
    padding: 14px 30px!important;
}

.btn-tp-black-compact {
    padding: 12px 25px!important;
}

.btn-tp-black:hover,
.btn-tp-black-compact:hover {
    color: #fff!important;
    background-color: #252525!important;
}

.btn-tp-black:focus-visible ,
.btn-tp-black-compact:focus-visible  {
    color: #fff!important;
    background-color: #252525!important;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.btn-tp-black:active,
.btn-tp-black-compact:active {
    color: #fff!important;
    background-color: #252525!important;
}


.btn-red-footer {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #d22130!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
    border-top: 0!important;
    border-right: 2px solid #d22130!important;
    border-bottom: 2px solid #d22130!important;
    border-left: 2px solid #d22130!important;
    border-radius: 0!important;
    padding: 15px 40px!important;
}

.btn-red-footer:hover,
.btn-red-footer:active,
.btn-red-footer:focus {
	color: #d22130!important;
	background-color: #fff!important;
}

@media screen and (max-width: 360px) {
	.btn-red-footer {
		font-size: 17px!important;
		padding: 15px 20px !important;
		white-space: normal!important;
	}
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

@media screen and (max-width: 575px) {
	#search-form [name="Search"] {
		font-size: 0px!important;
	}	

	#search-form [name="Search"] span {
		font-size: 18px!important;
	}
}

.view-search #search-form button, .view-search #search-form .btn {
	border-radius: 0;
}

#search-form .awesomplete input {
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#search-form button {
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

@media screen and (min-width: 575px) {
	#mksearch-modal .jconfirm-box-container {
		min-width: 450px!important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(0, 18, 25, 0.92)!important;
	backdrop-filter: blur(10px);
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
}

@media screen and (max-width: 575px) {
	#mksearch-modal .jconfirm-title {
		font-size: 30px!important;
	}
}

#mksearch-modal .btn-primary {
	padding: 15px 30px !important;
	z-index: 9;
}

#mksearch-modal .jconfirm-buttons button {
    color: #fff!important;
	background-color: #d22130!important;
	font-size: 20px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	padding: 16px 40px!important;
	border-radius: 0!important;
}

#mksearch-modal .jconfirm-buttons button:hover {
	color: #d22130!important;
	background-color: #fff!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	color: #d22130!important;
	background-color: #fff!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:focus,
#mksearch-modal .mksearch-container .btn.btn-primary:active,
#mksearch-modal .mksearch-container .btn.btn-primary:focus, 
#mksearch-modal .mksearch-container .btn.btn-primary:active {
    color: #fff!important;
	background-color: #d22130!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.6)!important;
}

#mksearch-modal .mksearch-container .form-control, .mksearch-container .form-control:focus {
    border-color: #fff!important;
}



/* Logo, top and main menu */
#sp-top-bar, #sp-logo-and-main-menu {
	position: relative;
	z-index: 9;
}

#sp-top-bar {
	display: flex;
    align-items: center;
	height: 50px;
}

@media screen and (max-width: 480px) {
	#sp-top-bar {
		height: auto;
        padding: 0;
	}	
}

@media screen and (max-width: 767px) {
	#sp-top1 {
		display: none!important;
	}
}

@media screen and (max-width: 1199px) {
	#sp-top1.col-lg-6 {
		width: 30%;
	}
	
	#sp-top2.col-lg-6 {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	#sp-top2.col-lg-6 {
		width: 100%;
	}
}

/*top1*/
#sp-top1 {
	padding: 0 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: start;
}

@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 18px 0 0;
}

#sp-top1 .menu li a {
	position: relative;
	font-size: 15px;
	padding: 0; 
	display: inline-block;
	text-decoration: none;
}

#sp-top1 ul li span {
	font-size: 18px;
}


/*top2*/
#sp-top2 {
	padding: 0 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: end;
}

@media screen and (max-width: 480px) {
	#sp-top2 {
		padding: 0 8px;
		justify-content: center;
	}
	
	#sp-top-bar .sp-module {
		margin: 0;
	}
}

@media screen and (min-width: 1200px) {
	#sp-top2 {
		padding: 0 15px 0 0;
	}
}

#sp-top2 .menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
    align-items: center;
    justify-content: space-around;
	flex-wrap: wrap;
}

@media screen and (min-width: 1300px) {
	#sp-top2 .menu {
		margin-right: -7px;
	}
}

#sp-top2 .menu li {
	position: relative;
	padding: 0 14px;
}

#sp-top2 .menu li:last-child {
    margin-right: 0;
	padding: 0 7px 0 14px;
}

@media screen and (max-width: 480px) {
    #sp-top2 {
        padding: 0;
    }
  
    #sp-top2 > .sp-column,
    #sp-top2 > .sp-column > .sp-module {
        width: 100%;
    }
  
    #sp-top2 .menu li {
		position: relative;
        width: 50%;
		padding: 0;
        text-align: center;
	}

	#sp-top2 .menu li:last-child {
		margin-right: 0;
		padding: 0;
	}	

  	#sp-top2 .menu li:last-child a {
        border-left: 3px solid #fff;
	}

    #sp-top2 .menu li a {
		padding: 18px 5px !important;
        width: 100%;
	}
}

#sp-top2 .menu li a {
	position: relative;
	font-size: 16px;
	padding: 0; 
	display: inline-block;
	text-decoration: none;
}


#sp-top2 .menu li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 25px; 
    width: 0;
    bottom: 0;
    height: 1px;
    transition: width 0.3s ease;
}

#sp-top2 .menu li a:hover::after {
    width: calc(100% - 25px);
	background-color: rgba(255, 255, 255, 0.7); 
}

#sp-top2 ul li span {
    width: 25px;
    text-align: right;
}
/**/

.header-sticky {
	position: fixed!important;
	top: 0px;
	width: 100%;
	animation: spFadeIn 0.8s;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.header-sticky {
		position: fixed!important;
		top: 0px;
		width: 100%;
		animation: spFadeIn 0.8s;
		z-index: 9;
	}
}

#sp-logo-and-main-menu.header-sticky {
    background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
}

#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: 70%;
	}
	
	#sp-menu.col-lg-9 {
		width: 30%;
	}
	
	.logo-image {
		height: 88px!important;
		padding: 15px 0px 15px 0px;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

.sp-megamenu-wrapper {
	justify-content: end;
}

@media screen and (min-width: 1200px) {
	.logo-image {
		height: 86px!important;
	}

	.sp-megamenu-wrapper {
		padding-right: 15px;
	}	
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#sp-logo.col-lg-3 {
		width: 20%;
	}
	
	#sp-menu.col-lg-9 {
		width: 80%;
	}
}

@media screen and (min-width: 1400px) {
	#sp-logo.col-lg-3 {
		width: 17%;
	}
	
	#sp-menu.col-lg-9 {
		width: 83%;
	}
}

.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;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 5px;
		font-size: 15px!important;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
		font-size: 16px!important;
	}
}

.sp-megamenu-parent>li.active:hover>a {
    color: #d22130;
}

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 16px!important;
	display: block!important;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	.sp-megamenu-parent .sp-dropdown li > a {
		font-size: 15px!important;
		display: block!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;
}

.sp-megamenu-parent .sp-menu-item .get-quote {
    display: flex;
    align-items: center;
    justify-content: center;
	height: 50px;
	padding: 0 20px;
	margin-left: 12px;
	background-color: #d22130; 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #d22130;
	border-radius: 0;
	font-size: 15px!important;
	text-align: center;
	font-weight: 700;
	transition: background-color 0.3s ease;
	transform: translateY(-2px);
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.sp-megamenu-parent .sp-menu-item .get-quote {
		padding: 0 20px;
	}
}

.sp-megamenu-parent .sp-menu-item .get-quote:hover {
	color: #d22130; 
	background-color: transparent; 
}



/* Offcanvas menu */
/* remove header sticky behavior */
.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
}
 
.offcanvas-menu .offcanvas-inner {
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
}
 
.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}
/**/

body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-overlay {
    background: rgba(20, 20, 30, 0.92);
}

.offcanvas-menu .logo {
	width: 55%;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
	padding: 10px 15px 0 10px;
	margin-top: 0;
	height: auto!important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 0 20px 20px 20px!important
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #d22130!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: #d22130;
}

/* 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;
	}
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #252525!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
	width: 30px;
    cursor: pointer;
}

.burger-icon > span {
    display: block;
    height: 3px;
	background-color: #252525!important;
    transition: background-color .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
    border-radius: 5px;
}

.offcanvas-active .burger-icon > span {
    margin: 3.8px -3px;
}

.close-offcanvas {
    top: 35px;
	right: 15px!important;
	z-index: 99;
}

@media screen and (max-width: 379px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 380px) {
	.offcanvas-menu { 
		width: 380px!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -380px;
	}
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-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 {
	text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner .header-modules {
	padding: 0!important;
	margin: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 19px;
    line-height: 19px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	display: flex;
	font-size: 18px;
	line-height: 1.4;
	padding: 8px 12px;
	color: #252525;
	font-weight: 700;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	color: #252525!important;
	right: 0!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1!important;
	padding: 12px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0!important;
	border-radius: 0;
}

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 10px;
}

.offcanvas-menu .btn-primary {
    padding: 16px 20px!important;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

.offcanvas-menu .top-menu-offcanvas a {
	font-size: 16px!important;
}

.offcanvas-menu .get-quote {
	padding: 18px 25px !important;
	margin-top: 15px;
	margin-left: 5px;
	background-color: #d22130; 
	color: #fff!important;
	text-transform: uppercase;
	border: 2px solid #d22130;
	border-radius: 0;
	font-size: 19px!important;
	text-align: center;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.offcanvas-menu .get-quote:hover {
	color: #d22130!important;
	background-color: transparent; 
}

.offcanvas-socials {
	margin-top: 30px!important;
}

.offcanvas-socials ul {
	list-style: none!important;
	padding: 0!important;
	margin-bottom: 0!important;
	display: flex!important;
	flex-direction: row!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li {
    overflow: visible;
}

.offcanvas-socials ul li:last-child {
	margin-right: 0!important;
}

.offcanvas-socials ul li a {
	border-bottom: none!important;
    display: inline-block!important;
	text-decoration: none!important;
	font-size: 0!important;
	padding: 0 12px!important;
}

.offcanvas-socials ul li:last-child a,
.offcanvas-socials ul li:last-child a span {
	padding-right: 0!important;
}

.offcanvas-socials ul li a:hover {
	color: #252525!important;
}

.offcanvas-socials ul li a::before {
	margin-right: 6px!important;
}

.offcanvas-socials ul li span {
    font-size: 26px!important;
}



/* Scroll up button */
.sp-scroll-up {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: #d22130;
    color: #fff;
    border-radius: 0;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #51b7e3;
}



/* Section - hero */
@media screen and (min-width: 1200px) {
	#section-hero {
		height: calc(100vh - 260px) !important;
		min-height: 600px !important;
		max-height: 780px !important;
	}
}

#section-hero > .sppb-row-container,
#section-hero > .sppb-row-container > .sppb-row {
	height: 100%;
}

@media screen and (max-width: 991px) {
	#section-hero .hero-slogan-container {
		background-color: rgba(255, 255, 255, 0.7);
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#section-hero .hero-text .sppb-addon-title,
	#section-hero .hero-text .sppb-addon-content {
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
	}
}



/* Section - services */
#section-services .services-heading {
	position: relative;
	border-bottom: 1px solid #274b59;
	padding-bottom: 10px;
}

#section-services .services-heading::after {
	content: '';
	position: absolute;
	display: block;
	width: 55px;
	height: 1px;
	background-color: #51b7e3;
	bottom: -1px;
}

@media screen and (max-width: 991px) {
	#section-services .services-list ul {
		padding-left: 15px;
	}
}

#section-services .services-list li {
	padding-bottom: 5px;
}



/* Footer */
/*footer 2*/
#section-footer2 {
	border-top: 5px solid #d22130;
}

#section-footer2 .vertical-menu ul {
    list-style: none;
    padding: 0;
}

#section-footer2 .vertical-menu ul li {
    display: flex;
    margin-bottom: 8px;
    position: relative;
    margin: 16px 0;
}

@media screen and (max-width: 767px) {
	#section-footer2 .vertical-menu ul li {
		justify-content: center;
	}
}

#section-footer2 .vertical-menu ul li:first-child {
    margin: 0 0 16px 0;
}

#section-footer2 .vertical-menu ul li a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative; 
}

@media screen and (max-width: 767px) {
    #section-footer2 .vertical-menu ul li a {
        padding: 2px 0;
        line-height: 1.2;
    }
}

#section-footer2 .vertical-menu ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 25px;
    background-color: rgba(255, 255, 255, 0.5); 
    transition: width 0.3s ease;
}

#section-footer2 .vertical-menu ul li a:hover::after {
    width: calc(100% - 25px);
}

/*footer 3*/
#section-footer3 .horizontal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start; 
}

#section-footer3 .horizontal-menu ul li {
	display: flex;
	align-items: center; 
	padding: 0 16px;
	position: relative;
	white-space: nowrap;
}

#section-footer3 .horizontal-menu ul span,
#section-footer3 .horizontal-menu ul li a {
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: 300!important;
}

#section-footer3 .horizontal-menu ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #fff; 
}

@media screen and (max-width: 991px) {
	#section-footer3 .horizontal-menu ul {
		flex-direction: column;
		align-items: center;
	}

	#section-footer3 .horizontal-menu ul li {
		padding: 10px 0;
		white-space: normal;
		text-align: center;
	}

	#section-footer3 .horizontal-menu ul li:not(:last-child)::after {
		content: none;
	}
}

#section-footer3 .horizontal-menu li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7); 
    transition: width 0.3s ease;
}

#section-footer3 .horizontal-menu ul li a:hover::after {
    width: 100%;
}



/* Page header / title */
body:not(.com-sppagebuilder) #sp-page-header {
    background-image: url('../../../images/tmpl/clouds.jpg');
	background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	animation-duration: 600ms;
    animation-name: fadeIn;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1.3;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	position: relative;
	display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

#sp-page-header .article-breadcrumbs-active-item h1::before { 
	position: absolute; 
	content: ""; 
	top: 50%; 
	left: -1340px; 
	width: 1300px; 
	height: 1px; 
	background: rgba(255, 255, 255, 0.2);
}

#sp-page-header .article-breadcrumbs-active-item h1::after { 
	position: absolute; 
	content: ""; 
	top: 50%; 
	right: -1330px; 
	width: 1300px; 
	height: 1px; 
	background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 120px;
		padding: 20px 0; 	
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 30px;	
	}

	#sp-title {
		padding: 0 15px; 		
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-weight: 600;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 130px;
		padding: 20px 0; 	
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 36px;	
	}

	#sp-title {
		padding: 0 30px; 		
	}	

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-weight: 600;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 150px;
		padding: 20px 0; 	
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 40px;	
	}

	#sp-title {
		padding: 0 30px; 		
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-weight: 600;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 170px;
		padding: 20px 0; 	
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 46px;	
	}

	#sp-title {
		padding: 0 30px; 		
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 200px;
		padding: 20px 0; 	
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 56px;	
	}

	#sp-title {
		padding: 0 30px; 		
	}
}



/* News & updates blog roll */
.blognews .article-list > .row {
	width: calc(100% + 60px);
    margin-left: -15px;
    margin-right: -15px;
}

.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 .article-list .article .article-intro-image, .blognews .article-list .article .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; 
	overflow: hidden;
	margin: 0;
    border-radius: 0;
	background-color: #d3d3d3;
}

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border: 1px solid #eee;
    box-shadow: 0 0 22px 5px rgba(25, 25, 25, 0.08);
	border-radius: 0;
}

.blognews .article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
    padding: 30px 30px 50px 30px;
    height: 100%;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article-body {
		padding: 20px 15px 40px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.blognews .article-list .article-body {
		padding: 30px 25px 40px 25px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.blognews .article-list .article-body {
		padding: 30px 30px 40px 30px;
	}
}

.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 .article-intro-image img:hover {
	filter: saturate(1) brightness(1.05);
	transition: filter 0.5s ease;
}

.blognews .article-list .article-header h2 {
	font-size: 24px!important;
	line-height: 1.3;
	margin-bottom: 15px!important;
}

.blognews .article-list .article-header h2 a {
	color: #252525;
	font-weight: 600!important;
}

.blognews .article-list .article-header h2 a:hover {
	color: #d22130!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 {
	font-size: 17px;
    line-height: 1.6;
}

.blognews .article-list .readmore a {
	display: inline-block;
	position: relative;
	color: #d22130 !important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0!important;
}

.blognews .article-list .readmore a:hover {
	color: #26337b!important;
}



/* Single article */
joomla-hidden-mail a {
	word-wrap: break-word;
}

.article-details .article-info {
	display: none!important;
}

.article-details .article-full-image,
.article-details .article-featured-video {
    margin-bottom: 40px;
}

.article-details .article-header {
	margin-bottom: 30px;
}

@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: 45%;
	position: relative;
	overflow: hidden;
}

.article-details .article-full-image img {
	position: absolute;
	top: 56.25%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 35px;
}



/*ul li*/
.article-details ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.article-details ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.article-details ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: #d22130;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.article-details ul {
		list-style: none;
		padding: 0;
		margin: 20px 0 0 20px;
	}
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center!important;
	flex-wrap: wrap;
	margin-top: 0;
}

.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: #012c3c;
    background-color: #012c3c;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #012c3c;
    background-color:  #012c3c;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #d22130;
	border-color: #d22130;
}

.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;
}

.pagination li:first-child {
	margin-left: 0;
}