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

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}

.com-finder p {
    margin-bottom: 1rem!important;
}



/* Fonts */
@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #187BB4;
  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(25, 133, 197, 0.4);
	box-shadow: 0 0 25px 5px rgba(25, 133, 197, 0.1)!important;
}

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

.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #187BB4!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-decoration: none!important;
    border: 1px solid #187BB4!important;
    border-radius: 50px!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: #187BB4!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: 18px!important;
	font-weight: 700!important;
	text-decoration: none!important;
    border: 1px solid #333!important;
    border-radius: 50px!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-tp-blue {
    display: inline-block!important;
    white-space: nowrap!important;
    color: #187BB4!important;
    background-color: transparent!important;
    font-size: 18px!important;
    font-weight: 700!important;
    text-decoration: none!important;
    border: 1px solid #187BB4!important;
    border-radius: 50px!important;
    padding: 18px 30px!important;
}

.btn-tp-blue:hover {
    color: #fff!important;
    background-color: #187BB4!important;
}

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

.btn-tp-blue:active {
    color: #fff!important;
    background-color: #187BB4!important;
}


.btn-link-arrow {
	display: inline-block;
	position: relative;
	color: #187BB4 !important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-decoration: none;
	padding: 0!important;
}

.btn-link-arrow:hover {
	color: #fb8636!important;
}

.btn-link-arrow::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
	transition: transform 0.3s ease;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.btn-link-arrow:hover::after {
	color: #187BB4;
	transform: translateY(-50%) rotate(-45deg);
}



/* Convert Forms */
#sp-main-body .convertforms input, .convertforms textarea {
	color: #252525!important;
}

#sp-main-body .convertforms .cf-content-wrap, #sp-main-body .convertforms .cf-form-wrap {
    padding: 0px!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: 0px!important;
	margin-bottom: 20px!important;
	line-height: 1.2!important;
}

#sp-main-body .cf-fields input:focus, .cf-fields textarea:focus {
	border-color: rgba(25, 133, 197, 0.4)!important;
    box-shadow: 0px 0px 25px 5px rgba(25, 133, 197, 0.1)!important;
}

@media screen and (max-width: 399px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 30px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 26px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 32px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 28px!important;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body .cf-control-input h1 {
		font-size: 42px!important;
	}

	#sp-main-body .cf-control-input h2 {
		font-size: 36px!important;
	}
}

#sp-main-body .cf-btn {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #187BB4!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
    border: 1px solid #187BB4!important;
    border-radius: 50px!important;
    padding: 15px 40px!important;
}

#sp-main-body .cf-btn:hover, #sp-main-body .cf-btn:hover, #sp-main-body .cf-btn:hover {
	color: #187BB4!important;
	background-color: #fff!important;
}



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

body.com_sppagebuilder #sp-logo-and-main-menu {
	box-shadow: 0 20px 30px -10px rgba(201, 222, 235, 0.5);
}

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

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

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

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

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

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

#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 a::after {
    content: '';
    display: block;
    position: absolute;
    left: 25px; 
    width: 0;
    bottom: 0;
    height: 1px;
    transition: width 0.3s ease;
}

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

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

#sp-top1 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(201, 222, 235, 0.5);
}

#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: 22%;
	}
	
	#sp-menu.col-lg-9 {
		width: 78%;
	}
}

.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: 1399px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 10px;
		font-size: 18px!important;
	}
}

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

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 18px!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: 600;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
}

.sp-megamenu-parent .sp-menu-item .get-consultation {
    display: flex;
    align-items: center;
    justify-content: center;
	height: 54px;
	padding: 0 30px;
	margin-left: 12px;
	background-color: #187BB4; 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #187BB4;
	border-radius: 50px;
	font-size: 15px!important;
	text-align: center;
	font-weight: 600;
	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-consultation {
		padding: 0 20px;
	}
}

.sp-megamenu-parent .sp-menu-item .get-consultation:hover {
	color: #187BB4; 
	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: 58%;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
	padding: 10px 15px 0 15px;
	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: #187BB4!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: #187BB4;
}

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

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-consultation {
	padding: 18px 25px !important;
	margin-top: 15px;
	margin-left: 5px;
	background-color: #187BB4; 
	color: #fff!important;
	text-transform: uppercase;
	border: 2px solid #187BB4;
	border-radius: 50px;
	font-size: 16px!important;
	text-align: center;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.offcanvas-menu .get-consultation:hover {
	color: #187BB4!important;
	background-color: transparent; 
}

.offcanvas-menu .offcanvas-contacts li {
	display: flex!important;
	position: relative;
	margin: 16px 0;
}

.offcanvas-menu .offcanvas-contacts li a {
	display: inline-flex!important;
	align-items: flex-start;
	font-size: 16px!important;
	font-weight: 500!important;
	padding: 10px 0 10px 10px!important;
	text-transform: inherit!important;
}

.offcanvas-menu .offcanvas-contacts li a span.fa-solid {
	flex-shrink: 0;
	margin-top: 2px;
}



/* lite-youtube */
lite-youtube > .lty-playbtn {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    background: none!important;
    font-size: 60px;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

lite-youtube .lty-playbtn::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f144';
    color: #ff0000!important;
    background: none!important;
	font-weight: 900;
	font-size: 76px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
	lite-youtube .lty-playbtn::after {
		font-size: 60px;
	}	
}

lite-youtube .lty-playbtn:hover::after {
    color: #ff0000!important; 
	transition: all 0.3s ease;
}

lite-youtube .lty-playbtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px; 
    height: 40px;
	border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: -1;
}

lite-youtube .lty-playbtn:hover::before {
	background-color: #fff;
	transition: all 0.3s ease;
}

lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	max-width: 1200px!important;
}

lite-youtube {
	filter: saturate(0.8) brightness(0.95);
	transition: filter 0.5s ease;
}

lite-youtube:hover {
	filter: saturate(1) brightness(1);
	transition: filter 0.5s ease;
}



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

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



/* Section - hero */
#section-hero {
	position: relative;
	overflow: hidden;
}

#section-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height: 60%;
	background: radial-gradient(circle at top left, #c9deeb 0%, transparent 100%);
	filter: blur(60px);
	pointer-events: none;
	z-index: 0;
}

#section-hero .hero-intro-text .sppb-addon-title {
	font-size: clamp(1.825rem, 1.2906rem + 1.5287vw, 3.125rem)!important;
	line-height: 1.3!important;
}

#section-hero ul {
	list-style: none;
	padding-left: 0;
}

#section-hero li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	width: fit-content;
}

#section-hero li::before {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	color: #187BB4;
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

#section-hero li:hover::before {
	transform: translateY(-50%) rotate(-45deg);
}

#section-hero li:hover a {
	color: #fb8636;
}

#section-hero .btn-tp-blue {
    font-size: 16px!important;
    padding: 15px 20px!important;
}



/* Section - our core services */
#section-services .service-box-container {
	transition: transform 0.6s ease, box-shadow 0s ease;
}
#section-services .service-box-container:hover {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.12);
	transition: transform 0.6s ease, box-shadow 0.6s ease;
}
@media screen and (min-width: 992px) {
	#section-services .service-box-container:hover {
		transform: translateY(-20px);
	}
}



/* Section - testimonials */
#section-testimonials .mk-content-carousel .mk-content-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
}

#section-testimonials .mk-content-carousel .mk-image-inner img {
    width: 140px !important;
}

#section-testimonials .mk-slide-title {
	line-height: 1.6;
}

#section-testimonials .owl-dots {
    margin-top: 20px;
} 

@media screen and (max-width: 575px) {
	#section-testimonials .mk-content-carousel .mk-image-inner {
		padding-top: 30px;
	}

	#section-testimonials .mk-content-carousel .mk-content {
		padding-top: 25px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}
	
	#section-testimonials .mk-content-carousel .mk-image-inner img {
		width: 90px!important;
	}
	
	#section-testimonials .owl-dots {
		margin-top: 0;
		margin-bottom: 0;
	} 
}

#section-testimonials .owl-nav {
	top: calc(50% - 10px)!important;
}

#section-testimonials .owl-prev span,
#section-testimonials .owl-next span {
    display: none;
}

#section-testimonials .owl-prev {
	position: absolute;
	left: max(-60px, calc(-50vw + 50% + 30px));
	margin-left: 0!important;
}

#section-testimonials .owl-next {
	position: absolute;
	right: max(-60px, calc(-50vw + 50% + 30px));
	margin-right: 0!important;
}

#section-testimonials .owl-prev::before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}

#section-testimonials .owl-next::before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}



/* Section - latest news & updates */
#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: 1px solid rgba(201, 222, 235, 0.5);
	box-shadow: 0 0 12px 5px rgba(201, 222, 235, 0.3);
	border-radius: 45px;
	transition: all 0.3s ease;
}

#section-news .mod-articles-item-content:hover {
    border: 1px solid rgba(201, 222, 235, 1);
	box-shadow: 0 0 22px 5px rgba(201, 222, 235, 0.6);
    transition: all 0.3s ease;
}

#section-news .blog-article-image-container {
	padding-top: 56.25%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: saturate(0.8) brightness(1);
	transition: filter 0.5s ease;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}

#section-news .blog-article-video-container {
    position: relative;
    padding-top: 56.25%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; 
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}

#section-news .blog-article-image-container:hover {
	filter: saturate(1) brightness(1.05);
	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 {
	color: #252525;
	font-size: 24px;
	line-height: 1.2;
}

#section-news .mod-articles-link:hover {
	color: #fb8636!important;
}

#section-news .mod-articles-link,
#section-news .mod-articles-link:hover {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transform: translateZ(0);
}

#section-news .mod-articles-title {
	margin-bottom: 5px;
  	margin-top: 0;
	padding: 0;
}

#section-news .mod-articles-title .list-inline {
	margin-bottom: 10px;
}

#section-news .mod-articles-text-content .mod-articles-writtenby {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 700;
}

#section-news .mod-articles-text-content .mod-articles-writtenby a {
	color: #187BB4;
	font-weight: 700!important;
    text-decoration: none;
	transform: translateZ(0);
}

#section-news .mod-articles-text-content .mod-articles-writtenby a:hover {
	color: #fb8636;
  	font-weight: 700!important;
    text-decoration: none;
	transform: translateZ(0);
}

#section-news .mod-articles-text-content .mod-articles-writtenby a,
#section-news .mod-articles-text-content .mod-articles-writtenby a:hover {
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    color: #187BB4;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#section-news .mod-articles-text-content .mod-articles-writtenby a:hover {
    color: #fb8636;
}

#section-news .mod-articles-text-content .mod-articles-writtenby span {
	display: none!important
}

#section-news .mod-articles-link:focus, #section-news .mod-articles-link:active {
	color: #444!important;
}

@media screen and (max-width: 575px) {
	#section-news .blog-article-item-inner {
		padding: 0;
	}

	#section-news .blog-article-info-container {
		padding: 20px 15px 30px 15px;
	}	
}

@media screen and (max-width: 991px) {
	#section-news .mod-articles-link {
		font-size: 24px;
	}
}

#section-news .mod-articles-text-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px 30px 50px 30px;
}

@media screen and (max-width: 575px) {
	#section-news .mod-articles-text-content {
		padding: 20px 15px 40px 15px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	#section-news .mod-articles-text-content {
		padding: 25px 25px 40px 25px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#section-news .mod-articles-text-content {
		padding: 30px 30px 40px 30px;
	}
}

#section-news .mod-article-intro-text {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 16px;
	padding-top: 12px;
}

#section-news .mod-article-intro-text p {
	margin-bottom: 0!important;
}

#section-news .readmore {
    margin-top: auto;
}

#section-news .readmore a {
	display: inline-block;
	position: relative;
	color: #187BB4 !important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0!important;
	transform: translateZ(0);
}

#section-news .readmore a:hover {
	color: #fb8636!important;
}

#section-news .readmore a::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
	transition: transform 0.3s ease;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#section-news .readmore a:hover::after {
	color: #187BB4;
	transform: translateY(-50%) rotate(-45deg);
}



/* section - faq */
#section-faq .faq-heading {
	position: relative;
}

#section-faq .faq-heading .sppb-container-inner .sppb-row-column {
	padding-left: 0!important;
	padding-right: 0!important;
}


#section-faq .sppb-panel-body {
	padding-top: 0!important;
}

#section-faq .sppb-panel-group > .sppb-panel:not(:last-child) {
	border-bottom: 1px solid #e0e4e8;
}

#section-faq button.sppb-panel-heading::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    color: #252525;
	content: "\f067";
	font-weight: 900;
	right: 5px;
	top: 50%;
    transform: translateY(-50%);
}

#section-faq button.sppb-panel-heading:hover {
	color: #fb8636;
}

#section-faq button.sppb-panel-heading.active::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";    
	color: #187BB4;
    content: "\f068";
    font-weight: 900;
	right: 5px;
	top: 50%;
    transform: translateY(-50%);
}



/* Footer */
/*contact info*/
/*body:not(.com-sppagebuilder) #sp-footer1 .sppb-row-container {
	padding-left: 0!important;	
	padding-right: 0!important;
}*/

@media screen and (min-width: 1200px) and (max-width: 1499px) {
	#column-wrap-id-b0c160f0-8b06-46e5-9b13-703c52bec10c,
	#column-wrap-id-e16ef28c-f300-4791-8433-8a03bfc0f1cc,
	#column-wrap-id-f6d1c211-ba38-4361-9528-00ee4ad5c47e,
	#column-wrap-id-ca5ef7c2-5fc2-48c8-b790-6455902d5cde {
	   max-width: 100%!important;
	   flex-basis: 100%!important;
	}
	
	#column-wrap-id-b0c160f0-8b06-46e5-9b13-703c52bec10c {
	   order: 1!important;
	}
	
	#column-wrap-id-e16ef28c-f300-4791-8433-8a03bfc0f1cc {
	   order: 3!important;
	}
	
	#column-wrap-id-f6d1c211-ba38-4361-9528-00ee4ad5c47e {
	   order: 2!important;
	}

	#column-wrap-id-ca5ef7c2-5fc2-48c8-b790-6455902d5cde {
	   order: 4!important;
	}
}

@media screen and (max-width: 575px) {
	.contacts-container-row .sppb-addon-title {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.contacts-container-rowsppb-addon-title-icon {
		margin-bottom: 4px;
	}
}

#section-footer1 .sppb-addon-title {
	display: flex;
    align-items: center;
    gap: 10px;
}

#section-footer1 .sppb-addon-title > span {
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	background-color: #fb8636;
    border-radius: 50%;
    width: 50px;
    height: 50px;
	min-width: 50px;
	transition: background-color 0.3s ease;
}

#section-footer1 .sppb-addon-title:hover span {
	background-color: #187BB4;
}

/*logo and links*/
#section-footer2 .horizontal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start; 
}

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

#section-footer2 .horizontal-menu ul span,
#section-footer2 .horizontal-menu ul li a {
	position: relative;
	font-size: 19px;
	color: #fff;
	font-weight: 300!important;
	text-transform: uppercase;
}

#section-footer2 .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-footer2 .horizontal-menu ul {
		flex-direction: column;
		align-items: center;
	}

	#section-footer2 .horizontal-menu ul li {
		padding: 10px 0;
		white-space: normal;
		text-align: center;
	}
	
	#section-footer2 .horizontal-menu ul li:not(:last-child)::after {
		content: none;
	}
}

#section-footer2 .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-footer2 .horizontal-menu ul li a:hover::after {
    width: 100%;
}


#section-footer2 .footer-socials ul {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin: 0;
	padding: 0;
}

#section-footer2 .footer-socials ul li {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
}

#section-footer2 .footer-socials ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-weight: 400;
    font-size: 0px;
    padding: 0!important;
}

#section-footer2 .footer-socials ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #fb8636;
	font-size: 18px;
    margin: 0;
    padding: 0!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
    backface-visibility: hidden;
}

#section-footer2 .footer-socials ul li a:hover span {
    color: #252525!important;
    background-color: #fff;
}

/*copyright*/
#section-footer3 > .sppb-row-container > .sppb-row {
	border-top: 2px solid rgba(255, 255, 255, 0.6);
}

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

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

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: start;
	color: #252525;
	font-weight: 300;
	margin-bottom: 0px;
}

@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: 32px;	
	}

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

@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: 400;
	}
}

@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: 400;
	}
}

@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: 60px;	
	}

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



/* News & updates blog roll */
.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;
	border-top-left-radius: 45px;
    border-top-right-radius: 45px;
	background-color: #d3d3d3;
}

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border: 1px solid rgba(201, 222, 235, 0.5);
    box-shadow: 0 0 22px 5px rgba(201, 222, 235, 0.3);
	border-radius: 45px;
    transition: all 0.3s ease;
}

.blognews .article-list .article:hover {
	border: 1px solid rgba(201, 222, 235, 1);
    box-shadow: 0 0 12px 5px rgba(201, 222, 235, 0.6);
    transition: all 0.3s ease;
}

.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.2;
	margin-bottom: 5px!important;
}

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

.blognews .article-list .article-header h2 a:hover {
	color: #fb8636!important;
}

.blognews .article-list .article-header h2 a:focus,.blognews .article-list .article-header h2 a:active {
	color: #444!important;
}

.blognews .article-list .createdby {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 700;
}

.blognews .article-list .createdby a {
	color: #187BB4;
	font-weight: 700!important;
}

.blognews .article-list .createdby a:hover {
	color: #fb8636;
}

.blognews .article-list .article-introtext {
	font-size: 17px;
    line-height: 1.6;
	padding-top: 12px;
}

.blognews .article-list .readmore a {
	display: inline-block;
	position: relative;
	color: #187BB4 !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: #fb8636!important;
}

.blognews .article-list .readmore a::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
	transition: transform 0.3s ease;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.blognews .article-list .readmore a:hover::after {
	color: #187BB4;
	transform: translateY(-50%) rotate(-45deg);
}



/* Team blog roll */
.blogteam .article-list .row [class^="col-lg"] {
    margin-bottom: 40px; 
}

@media screen and (max-width: 991px) {
	.blogteam .article-list .row [class^="col-lg"] {
		margin-bottom: 30px; 
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.blogteam .article-list .row .col-lg-4 {
		width: 50%; 
	}
}

.blogteam .article-list .article .article-intro-image, .blogteam .article-list .article .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 95%; 
	overflow: hidden;
	margin: 0;
    border-radius: 0;
	border-top-left-radius: 45px;
    border-top-right-radius: 45px;
	background-color: #d3d3d3;
}

.blogteam .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border: 1px solid rgba(201, 222, 235, 0.5);
    box-shadow: 0 0 22px 5px rgba(201, 222, 235, 0.3);
	border-radius: 45px;
    transition: all 0.3s ease;
}

.blogteam .article-list .article:hover {
	border: 1px solid rgba(201, 222, 235, 1);
    box-shadow: 0 0 12px 5px rgba(201, 222, 235, 0.6);
    transition: all 0.3s ease;
}

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

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

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

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

.blogteam .article-list .article-intro-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: 0;
	filter: saturate(0.8) brightness(0.95);
	transition: filter 0.5s ease;
}

.blogteam .article-list .article-intro-image img:hover {
	filter: saturate(1) brightness(1);
	transition: filter 0.5s ease;
}

.blogteam .article-list .article-header h2 {
	font-size: 24px!important;
	line-height: 1.2;
	margin-bottom: 3px!important;
}

.blogteam .article-list .team-member-job-title {
	font-weight: 600;
}

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

.blogteam .article-list .article-header h2 a:hover {
	color: #fb8636!important;
}

.blogteam .article-list .article-header h2 a:focus,.blogteam .article-list .article-header h2 a:active {
	color: #444!important;
}

.blogteam .article-list .createdby {
	font-size: 16px;
	font-weight: 700;
	color: #187BB4;
	margin-bottom: 0;
}

.blogteam .article-list .article-introtext {
	font-size: 17px;
    line-height: 1.6;
	padding-top: 12px;
}

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

.blogteam .article-list .readmore a:hover {
	color: #fb8636!important;
}

.blogteam .article-list .readmore a::after {
	content: "\f061"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
	transition: transform 0.3s ease;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.blogteam .article-list .readmore a:hover::after {
	color: #187BB4;
	transform: translateY(-50%) rotate(-45deg);
}



/* 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 (min-width: 768px) {
	.article-details .article-header,
	.article-details [itemprop="articleBody"] {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@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%;
	border-radius: 35px;
	position: relative;
	overflow: hidden;
}

.article-details .article-full-image img {
	position: absolute;
	top: 50%;
	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;
}

.article-details [itemprop="articleBody"] img {
	border-radius: 35px;
}

blockquote, .blockquote {
	font-size: 22px;
	font-weight: 600;
	background-color: #c9deeb;
	padding: 50px 40px 50px 100px;
	margin: 40px 80px;
	line-height: 1.3!important;
	position: relative;
	border-radius: 35px;
}

blockquote > span, .blockquote > span {
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px;
    display: block;
	text-transform: initial;
}

blockquote::before, .blockquote::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 55px;
    width: 40px;
    height: 31px;
	background-image: url('../../../images/quote-mark-dark.png'); 
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
	blockquote, .blockquote {
		margin: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	blockquote, .blockquote {
		font-weight: 500;
		font-size: 18px;
		padding: 80px 20px 50px 20px;
		margin: 40px 0;
	}
	
	blockquote > span, .blockquote > span {
		font-weight: 500;
		font-size: 16px;
		margin-top: 15px;
	}
	
	blockquote::before, .blockquote::before {
		font-size: 20px;
		left: 20px;
		top: 35px;
	}
}



/* Our team single article */
.staff-article-details .staff-cols-container {
	display: flex;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.staff-article-details .staff-photo img {
	border-radius: 40px;
	filter: brightness(0.95);
	width: 100%;
}

.staff-article-details .staff-title-col {
	display: flex;
    flex-direction: column;
}

.staff-article-details .staff-name h2 {
	margin-top: 0!important;
	margin-bottom: 3px!important;
}

.staff-article-details .staff-job-title {
	font-size: 20px;
	font-weight: 600;
}

.staff-article-details .staff-description {
	margin-top: 20px;
}

.staff-article-details .user-article-item a {
	color: #252525;
	font-weight: 400;
}	

.staff-article-details .user-article-item a:hover {
	color: #fb8636;
}	

@media screen and (max-width: 767px) {
	.staff-article-details .staff-photo-col {
		width: 100%;
	}

	.staff-article-details .staff-title-col {
		width: 100%;
		padding: 35px 0 0 0;
	}

	.staff-article-details .staff-cols-container {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px)  {
	.staff-article-details .staff-photo-col {
		width: 30%;
	}

	.staff-article-details .staff-title-col {
		width: 70%;
		padding: 0 0 20px 50px;
	}
}



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

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

.article-details ul li::before,
.staff-article-details ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: #fb8636;
	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 40px;
	}
}



/* Pagination */
.pagination-wrapper {
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center !important;
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:nth-last-child(2) .page-link {
	position: relative;
	min-width: 42px;
	min-height: 42px;
	border: 1px solid #187BB4;
}

.pagination .page-item:not(.disabled):nth-child(2) .page-link:hover,
.pagination .page-item:not(.disabled):nth-last-child(2) .page-link:hover {
	background-color: #187BB4;
	border-color: #187BB4;
}

.pagination li:first-child,
.pagination li:last-child {
  display: none;
}

@media screen and (max-width: 991px) {
	.pagination-wrapper {
		margin-top: 0;
	}

	.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

@media screen and (min-width: 992px) {
	.pagination li:nth-child(2), 
	.pagination li:nth-last-child(2) {
		display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #187BB4;
    background-color: #187BB4;
	font-weight: 400;
	font-size: 18px;
}

.pagination>li:not(.disabled)>a>span {
	color: #187BB4;
}

.pagination>li:not(.disabled)>a:hover>span {
	color: #fff;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff!important;
	border-color: #187BB4;
    background-color: #187BB4;
}

.pagination>li>a:hover, .pagination>li>span:hover {
    color: #fff!important;
	background-color: #fb8636;
	border-color: #fb8636;
}

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

.pagination .page-item:nth-child(2) .page-link:focus,
.pagination .page-item:nth-last-child(2) .page-link:focus {
	background-color: transparent;	
}

.pagination li a, .pagination li>span {
	padding: 0;
	border: none;
	border-radius: 50%!important;
	background-color: #fff;
	font-size: 18px;
	font-weight: 400;
	width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-link:focus {
    box-shadow: none;
	background-color: transparent;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb!important;
	border-color: #bbb!important;
	background-color: #fff;
}

.pagination li.page-item {
	margin: 6px;
}



/* Accordions */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
    color: #187BB4;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="open"]::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}

[data-rlta-element="container"] [role="button"][data-rlta-state="closed"]::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    position: relative;
    font-weight: 900;
}