/* General */
@media screen and (max-width: 991px) {
	#sp-main-body {
		padding: 30px 0px 40px 0px;
	}
}

@media screen and (min-width: 992px) {
	#sp-main-body {
		padding: 60px 0px 60px 0px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #eaeaea!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

body.view-article p:not(.blockquote) {
    margin-bottom: 1.75rem;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}



/* Fonts */
a {
	font-weight: 600;
	color: #045c86;
}

a:focus, a:active {
	font-weight: 600;
	color: #0579AF;
}

a:hover {
    color: #fd79a1;
}

::selection {
  background-color: #333;
  color: #fff; 
}

@font-face {
    font-family: 'Kefa';
    src: url('../fonts/Kefa-Regular.woff') format('woff'),
        url('../fonts/Kefa-Regular.woff') format('woff2'),
		url('../fonts/Kefa-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Kefa';
	margin-bottom: 0.75rem;
	font-weight: 600;
}

.h2:not([itemprop="headline"]), .h3, .h4, .h5, .h6, h2:not([itemprop="headline"]), h3, h4, h5, h6 {
	margin-top: 1.75rem;
}

@media screen and (max-width: 399px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 30px;
	}

	.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: 17px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 36px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 32px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 28px;
	}

	.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, .article-list .article .article-header h1, .article-list .article .article-header h2 {
		font-size: 54px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 46px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 36px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 26px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 22px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 20px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0px;
	padding: 14px 14px;
	font-size: 1.1rem
}

input {
	font-size: 20px!important;
}

.form-control:focus {
	border-color: rgba(253, 121, 161, 0.4);
}

.form-select:focus {
	border-color: rgba(253, 121, 161, 0.4);
    box-shadow: none;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 0px!important;
}

textarea {
	border-radius: 0px!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: 0px!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(185, 29, 45, 0.4);
    box-shadow: none;
}

.btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
	background-color: #fd79a1!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 16px 30px 16px 30px!important;
}

.btn-primary:hover, .sppb-btn-primary:hover,
.btn-primary:active, .sppb-btn-primary:active,
.btn-primary:focus, .sppb-btn-primary:focus {
	color: #000!important;
	background-color: #FC92B3!important;
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
    background-color: #ccc!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 16px 30px 16px 30px!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active,
.btn-secondary:focus, .sppb-btn-secondary:focus {
	color: #000!important;
	background-color: #ddd!important;	
}

.btn-rose {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
	background-color: #fd79a1!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 16px 30px 16px 30px!important;
}

.btn-rose:hover {
	background-color: #FC92B3!important;
}

.btn-rose:focus, .btn-rose:active {
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}



/* Search */
#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: 400px) {
	.jconfirm-box-container {
		min-width: 370px!important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(33, 44, 48, 0.99)!important;
}

.jconfirm-buttons button {
	color: #000!important;
    background-color: #fd79a1!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border-radius: 0px!important;
	padding: 12px 30px!important;
}

.jconfirm-buttons button:hover {
	color: #000!important;
	background-color: #FC92B3!important;
}

.mksearch-container .form-control, .mksearch-container .form-control:focus {
    border-color: #fff!important;
}



/* Convert forms */
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0px!important;
}

.cf-control-input h1, .cf-control-input h2, .cf-control-input h3, .cf-control-input h4, .cf-control-input h5, .cf-control-input h6 {
	margin-top: 0px!important;
}

.cf-fields input:focus, .cf-fields textarea:focus {
	border-color: rgba(253, 121, 161, 0.4)!important;
}

.cf-fields h1 {
	color: #bf1c2d!important;
}

.cf-btn {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
	background-color: #fd79a1!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 14px 30px 14px 30px!important;
    transition: all .15s ease-in-out;
}

.cf-btn:hover {
	color: #000!important;
	background-color: #FC92B3!important;
    opacity: 1!important;
}

.convertforms h1, .convertforms h2, .convertforms h3 {
	margin-bottom: 0px!important;
}	

@media screen and (max-width: 399px) {
	.convertforms h1 {
		font-size: 28px!important;
		line-height: 34px!important;
	}

	.convertforms h2 {
		font-size: 26px!important;
		line-height: 32px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.convertforms h1 {
		font-size: 36px!important;
		line-height: 42px!important;
	}

	.convertforms h2 {
		font-size: 32px!important;
		line-height: 38px!important;
	}
}

@media screen and (min-width: 768px) {
	.convertforms h1 {
		font-size: 44px!important;
		line-height: 50px!important;
	}

	.convertforms h2 {
		font-size: 38px!important;
		line-height: 44px!important;
	}
}



/* Logo, top and main menu */
#sp-top2 {
	padding: 12px 0px 15px 0px;
	background-color: #72c4e4;
}

#sp-top2 > .sp-column {
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}

#sp-top2 .menu {
	list-style: none;
	padding: 0;
}

#sp-top2 .menu {
	margin-bottom: 0px;
}

#sp-top2 .menu li {
	display: inline-block;
}

#sp-top2 .menu li a {
	margin-right: 30px;
}

#sp-top2 .menu li .fa-phone-volume {
	color: #404040;
}

#sp-top2 .menu li a:hover span {
	color: #045c86!important;
}

#sp-top2 .menu li:last-child a {
	margin-right: 0;
}

#sp-top2 .menu li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

#sp-top2 .menu li a::before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 6px;
	font-weight: 900;
}

/* Header */
.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeIn 0.8s;
	z-index: 9;
}

#sp-logo-and-main-menu.header-sticky {
    background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
}

@media screen and (max-width: 319px) {
	#sp-top2 .menu li {
		width: 100%;
		text-align: center;
		display: list-item;
	}
	
	#sp-top2 .menu li a {
		margin-right: 0px;
	}
	
	#sp-top2 > .sp-column {
		display: flex;
		justify-content: center;
		margin-right: 0px;
	}
}

@media screen and (min-width: 320px) and (max-width: 575px) {
	#sp-top2 .menu li:first-child {
		position: absolute;
		left: 25px;
	}
	
	#sp-top2 .menu li:nth-child(2) {
		position: absolute;
		right: 25px;
	}
}

@media screen and (max-width: 767px) {
	#sp-top1 {
		width: 0%;
	}
	
	#sp-top2 {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-top1 {
		width: 160px;
	}
	
	#sp-top2 {
		flex-grow: 1;
	}
}

@media screen and (max-width: 767px) {
	#sp-top2 .menu li .trigger-mksearch {
		display: none;
	}
	
	#sp-top2 .menu li .email-link {
		margin-right: 0px;
	}
}

@media screen and (max-width: 499px) {
	#sp-top2 .menu li .email-link  {
		display: none;
	}
}

@media screen and (min-width: 500px) {
	#sp-top2 .menu li .email-link-mobile {
		display: none;
	}
}

#sp-top2 .menu li a.trigger-mksearch {
    margin-right: 0px;
}

#sp-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
	#sp-top2 {
		padding: 8px 0px 10px 0px;
	}
	
	#sp-menu {
		padding-right: 0px;
	}
}

@media screen and (min-width: 330px) and (max-width: 991px) {
	#sp-top2 > .sp-column {
		margin-right: 25px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
	#sp-menu {
		padding-right: 30px;
	}
}

@media screen and (min-width: 992px) {
	#sp-top-menu > .container {
		padding-right: 30px;
	}	
}

#sp-logo {
    position: relative;
}

.logo-image {
	transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-image:hover {
	filter: brightness(1.05);
}

@media screen and (max-width: 767px) {
	.logo-image, .logo-image-phone {
		height: 120px!important;
	}
	
	#sp-logo > .sp-column {
		position: absolute;
		bottom: -53px;
		z-index: 99;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.logo-image, .logo-image-phone {
		height: 150px!important;
	}
	
	#sp-menu > .sp-column {
		margin-right: 0px;
	}
	
	#sp-logo > .sp-column {
		position: absolute;
		bottom: -40px;
		z-index: 99;
	}
}

@media screen and (min-width: 992px) {
	.logo-image, .logo-image-phone {
		height: 100%!important;
	}	
}

.sp-megamenu-wrapper a {
	text-transform: uppercase;	
}

@media screen and (max-width: 991px) {
	.col-lg-3 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 25%;
	}

	#sp-logo img {
		padding: 10px 0px 10px 0px;
	}
}

@media screen and (min-width: 992px) {
	#sp-logo > .sp-column {
		position: absolute;
		left: 0px;
		bottom: 6px;
	}
	
	#sp-logo-and-main-menu.header-sticky #sp-logo > .sp-column {
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	#sp-logo-and-main-menu.header-sticky .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		line-height: 90px!important;
	}
	
	#sp-logo-and-main-menu.header-sticky .logo-image {
		height: 165px!important;
	}
}

.sp-megamenu-wrapper > ul {
    white-space: nowrap;
}

.sp-megamenu-wrapper .sp-dropdown ul {
    white-space: normal;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 20px;
}

@media screen and (max-width: 1199px) {
    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 12px;
    }
}

.sp-megamenu-parent .sp-dropdown::before {
    content: ""; 
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 8px; 
    background-color: #fff; 
}

.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

.sp-megamenu-parent>li.active>a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #045c86;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #333333;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 20px!important;
    display: block;
}

#sp-menu > .sp-column {
    display: flex;
	align-items: center;
	margin-right: 15px;
}



/* Offcanvas menu */
body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-menu {
	background-color: #fff;
	color: #252525;
 	background-image: url('../../../images/offcanvas-bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
}

.offcanvas-menu .offcanvas-inner {
    padding: 50px 25px 25px 25px;
}

a#offcanvas-toggler:hover {
	color: #045c86!important;
}

/* switch to mobile menu */
@media screen and (max-width: 991px) {
	#offcanvas-toggler.d-lg-none {
	display: flex!important;
	}

	.sp-megamenu-parent.d-none {
	display: none!important;
	}

	.sp-megamenu-wrapper {
		float: right;
	}
	
	#sp-top-bar {
		display: none!important;
	}
	
	#sp-menu .sp-module  {
		display: none!important;
	}	
	
	#sp-logo-and-main-menu {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

#offcanvas-toggler {
	width: 100%;
}

body.offcanvas-active {
	position: fixed;
    right: 0;
    width: 100%;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #333333!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
}

.offcanvas-active .burger-icon > span {
    margin: 4.8px 0;
}

.burger-icon > span {
	background-color: #333333!important;
}

.offcanvas-menu { 
	width: 320px!important;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -320px;
}

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-menu ul.menu > li > a {
	text-transform: uppercase;
}

.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!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: #045c86!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 20px;
    line-height: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
	padding: 15px 12px 15px 12px;
	display: flex;
	font-weight: 700;
	border-bottom: 1px dotted #e5e5e5;
}

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: 14px 10px 14px 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child) > span {
	border-bottom: 1px dotted #ddd;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0px;
}

.offcanvas-menu .mod-finder__search .btn {
	font-size: 0px!important;
	border-radius: 0px;
}

.offcanvas-menu .js-finder-search-query.form-control {
    padding: 10px 10px;
}

.offcanvas-menu .btn-primary {
    padding: 16px 20px 16px 20px !important;
}

.offcanvas-menu .mod-finder__search .btn .icon-search::before {
	font-size: 16px;
}

ul.menu-child li {
	padding: 0px 0px 0px 0px;
}

#offcanvas-toggler {
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}



/* Front page blog module (learn more...) */
#section-learn-more {
	background-image: url('../../../images/learn-more-bg.jpg');
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	#section-learn-more {
		background-image: url('../../../images/learn-more-bg-portrait.jpg');
		background-size: cover;
		background-position: center;
	}

	#section-learn-more .blog-article-item:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-learn-more .col-lg-4 {
		width: 50%!important;
	}
}

#section-learn-more .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.7);
	transition: filter 0.5s ease;
}

#section-learn-more .blog-article-image-container:hover {
	filter: saturate(1.2);
}

#section-learn-more .blog-article-item-inner {
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(128, 128, 128, 0.25);
	padding: 0px;
	border-radius: 0px;
}

#section-learn-more .blog-article-info-container {
    padding: 30px 30px 40px 30px;
	text-align: center;
}

#section-learn-more .mod-articles-category-title {
    font-family: 'Kefa';
	font-weight: 600;
	display: inline-block;
	color: #333;
	font-size: 30px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
	#section-learn-more .blog-article-item-inner {
		padding: 0px;
	}

	#section-learn-more .blog-article-info-container {
		padding: 20px 15px 30px 15px;
	}	
	
	#section-learn-more .blog-article-image-container,
	#section-learn-more .blog-article-video-container lite-youtube {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

@media screen and (max-width: 767px) {
	#section-learn-more .mod-articles-category-title {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 991px) {
	#section-learn-more .mod-articles-category-title {
		font-size: 24px;
		line-height: 24px;
	}
}

#section-learn-more .mod-articles-category-title:hover {
	color: #045c86!important;
}

#section-learn-more .mod-articles-category-title:focus, #section-learn-more .mod-articles-category-title:active {
	color: #444!important;
}	

#section-learn-more .mod-articles-readmore-title {
	margin: 10px 0px 5px 0px;
	position: relative;
	display: inline-block!important;
}

#section-learn-more .mod-articles-readmore-title a {
	display: inline-block!important;
	color: #045c86!important;
	font-size: 18px!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
}	

#section-learn-more .mod-articles-readmore-title a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #045c86;
    transform: scaleX(1);
    transform-origin: center;
    transition: transform 0.3s ease;
}

#section-learn-more .mod-articles-readmore-title a:hover::after {
    transform: scaleX(0);
}

#section-learn-more .mod-articles-readmore-title a:hover {
	color: #045c86!important;
}

#section-learn-more .mod-articles-readmore-title a:focus,
#section-learn-more .mod-articles-readmore-title a:active {
	color: #045c86!important;
}

#section-learn-more .blog-article-video-container {
    position: relative;
    padding-top: 65%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    overflow: hidden; 
}

#section-learn-more .blog-article-video-container lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#section-learn-more .blog-article-video-container .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-learn-more lite-youtube > .lty-playbtn {
    display: block;
    width: 100%;
    height: 100%;
    filter: none!important;
	background: none!important;
    font-size: 60px;
	position: absolute;
    cursor: pointer;
    z-index: 1;
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

#section-learn-more lite-youtube > .lty-playbtn::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f144';
    color: #fd79a1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight: 900;
    background-color: #fff; 
    padding: 2px; 
    line-height: 60px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#section-learn-more lite-youtube {
	filter: saturate(0.7);
	transition: filter 0.5s ease;
}

#section-learn-more lite-youtube:hover {
	filter: saturate(1.2);
}

@media screen and (max-width: 991px) {
	#section-learn-more .blog-article-item.col-lg-4 {
		margin-bottom: 20px;
	}
}



/* Blog roll - generic */
.generic-blog .blog-article-image-container,
.generic-blog .blog-article-video-container {
    margin: 0px 0px 25px 0px;
    border-radius: 0px;
	background-color: #d3d3d3;
}

.generic-blog .article .article-intro-image img {
    border-radius: 0px;
}

.generic-blog .blog-article-image-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.generic-blog .blog-article-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.generic-blog .blog-article-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
    overflow: hidden;
}

.generic-blog .blog-article-video-container lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.generic-blog .article-body {
	padding: 0px;
}

.generic-blog .article {
    border: none;
	background-color: #fff;
	height: 100%;
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
	.generic-blog .article {
		padding: 0px;
	}

	.generic-blog .article .article-intro-image img {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.generic-blog .col-lg-4 {
		width: 50%!important;
	}
}

.generic-blog .article-intro-image img {
	filter: saturate(0.7);
	transition: filter 0.5s ease;
}

.generic-blog .article-intro-image img:hover {
	filter: saturate(1.15);
}

.generic-blog .article-header h2 {
	color: #4b4b4b;
	font-family: "Kefa";
	font-size: 40px!important;
	line-height: 50px;
	margin-bottom: 15px !important;
}

@media screen and (max-width: 991px) {
	.generic-blog .article-header h2 {
		font-size: 20px!important;
		line-height: 26px;
	}
}

.generic-blog .article-header h2 a {
	color: #4b4b4b!important;
}

.generic-blog .article-header h2 a:hover {
	color: #606060!important;
}

.generic-blog .article-header h2 a:focus,.generic-blog .article-header h2 a:active {
	color: #252525!important;
}

@media screen and (min-width: 750px) and (max-width: 991px) {
	.generic-blog .col-lg-6 {
		width: 50%!important;
	}
}

.generic-blog .col-lg-6:not(:last-child) {
	margin-bottom: 80px;
}

.generic-blog .readmore {
	text-align: center;
}

.generic-blog .readmore a {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
	background-color: #fd79a1!important;
	font-size: 16px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 14px 30px 14px 30px!important;
	margin-top: 20px;
}

.generic-blog .readmore a:hover {
	background-color: #FC92B3!important;
}

.generic-blog .readmore a:focus, .generic-blog .readmore a:active {
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8)!important;
}

.generic-blog .blog-article-video-container .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.generic-blog lite-youtube > .lty-playbtn {
    display: block;
    width: 100%;
    height: 100%;
    filter: none;
	background: none!important;
    font-size: 60px;
	position: absolute;
    cursor: pointer;
    z-index: 1;
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

.generic-blog lite-youtube > .lty-playbtn::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f144';
    color: #fd79a1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight: 900;
    background-color: #fff; 
    padding: 2px; 
    line-height: 60px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.generic-blog lite-youtube {
	filter: saturate(0.7);
	transition: filter 0.5s ease;
}

.generic-blog lite-youtube:hover {
	filter: saturate(1.15);
}



/* Generic single article */
.article-header [itemprop="headline"] {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
	}
}

.article-details .article-full-image img {
    border-radius: 0px;
	filter: brightness(95%);
}

.blockquote {
	font-size: 26px;
	font-weight: 400;
	padding: 50px 50px 50px 100px;
	margin: 60px 40px 60px 40px;
	line-height: 1.5;
	font-style: italic;
	position: relative;
	border: 1px solid #ccc;
}

.blockquote > span {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
    display: block;
	text-transform: uppercase;
	font-style: normal;
}

.blockquote::before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 50px;
    color: #fd79a1;
    position: absolute;
    left: 30px;
    top: 35px;
}

@media screen and (max-width: 575px) {
	.blockquote {
		font-size: 20px;
		padding: 60px 30px 25px 30px;
		margin: 30px 0px 30px 0px;
	}
	
	.blockquote > span {
		font-size: 16px;
	}
	
	.blockquote::before {
		font-size: 36px;
		left: 30px;
		top: 10px;
	}
}



/* Our team blog */
.our-people-blog .blog-article-image-container,
.our-people-blog .blog-article-video-container {
    margin: 0px 0px 25px 0px;
    border-radius: 0px;
	background-color: #d3d3d3;
}

.our-people-blog .article .article-intro-image img {
    border-radius: 0px;
}

.our-people-blog .article-body {
	padding: 0px;
}

.our-people-blog .article {
    border: none;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(128, 128, 128, 0.25);
	height: 100%;
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
	.our-people-blog .article {
		padding: 0px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.our-people-blog .col-lg-4 {
		width: 50%!important;
	}
}

.our-people-blog .article-intro-image img {
	transition: filter 0.5s ease;
}

.our-people-blog .article-intro-image img:hover {
	filter: brightness(1.2);
}

.our-people-blog .article-header h2 {
	font-size: 22px!important;
	line-height: 28px;
	margin-bottom: 15px !important;
}

@media screen and (max-width: 991px) {
	.our-people-blog .article-header h2 {
		font-size: 20px!important;
		line-height: 26px;
	}
}

.our-people-blog .article-header h2 a {
	color: #bf1e2e!important;
}

.our-people-blog .article-header h2 a:hover {
	color: #bf1e2e!important;
}

.our-people-blog .article-header h2 a:focus,.our-people-blog .article-header h2 a:active {
	color: #252525!important;
}

.our-people-blog .col-lg-4 {
	margin-bottom: 30px;
}

.our-people-blog .readmore a {
    position: relative;
	font-size: 17px;
	color: #bf1e2e!important;
	text-transform: uppercase;
	font-weight: 600!important;
}	

.our-people-blog .readmore a:hover {
	color: #252525!important;
}

.our-people-text-container {
	padding: 20px;
}

.our-people-blog-name {
    font-family: 'Kefa';
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 5px;
}

.our-people-blog-name a {
	color: #333333;
}

.our-people-blog-name a:hover {
	color: #606060;
}

.our-people-blog-title-1 {
    color: #045c85;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.our-people-blog-photo {
    position: relative;
    width: 100%;
    padding-top: 120%;
    overflow: hidden;
}

.our-people-blog-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-people-blog-photo-link {
    position: relative;
    width: 100%;
    padding-top: 120%;
    overflow: hidden;
}

.our-people-blog-photo-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	will-change: filter; 
}

.our-people-blog-photo-link > a::before {
    content: '';
    position: absolute;
	top: 60%;
    left: 0;
    right: 0;
    bottom: 0;
	background: linear-gradient(
        to top,
        rgba(75, 75, 75, 1) 0%,      
        rgba(75, 75, 75, 0.95) 20%,    
        rgba(75, 75, 75, 0.8) 40%,    
        rgba(75, 75, 75, 0.5) 60%,     
        rgba(75, 75, 75, 0.1) 80%,     
        rgba(75, 75, 75, 0) 100%      
    );
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    pointer-events: none; 
}

.our-people-blog-photo-link > a:hover::before {
    opacity: 1; 
}

.our-people-blog-photo-link > a::after {
    content: 'READ MORE';
    position: absolute;
	bottom: 20px;
    left: 50%;
	transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 2;
    pointer-events: none;
}

.our-people-blog-photo-link > a:hover::after {
    opacity: 1; 
}



/* Our team single article */
.our-people-cols-container {
	display: flex;
	flex-wrap: wrap;
}

.our-people-cols-container .our-people-photo img{
	box-shadow: 0 4px 12px rgba(128, 128, 128, 0.8);
}

@media screen and (max-width: 479px) {
	.our-people-cols-container .our-people-photo img{
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.our-people-cols-container .our-people-photo img{
		width: 100%;
	}
}

.our-people-name h2 {
	font-family: "Kefa";
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.our-people-photo-col {
		width: 100%;
	}

	.our-people-name-title-col {
		width: 100%;
		padding: 20px 0px 20px 0px;
	}
}

@media screen and (min-width: 768px)  {
	.our-people-photo-col {
		width: 30%;
		margin-top: 12px;
	}

	.our-people-name-title-col {
		width: 70%;
		padding: 0px 0px 0px 40px;
	}
}

.our-people-title-1 {
	color: #045c85;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.our-people-description {
	margin-top: 20px;
}



/* Page heading with bg */
#sp-page-header {
    background-image: url('../../../images/page-header-bg-inner.png'), url('../../../images/page-header-bg-outer.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 0px, 50% 0px;
	background-size: 100% auto, cover;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
	flex-direction: column;
    justify-content: end;
	position: relative;
}

#sp-page-header .article-breadcrumbs-active-item {
	text-align: center;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	font-family: 'Roboto';
	display: flex;
    justify-content: center;
	color: #ec416c;
	font-weight: 600!important;
    letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 100px;
		padding-bottom: 23px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 24px;	
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 120px;
		padding-bottom: 23px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 30px;	
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 140px;
		padding-bottom: 35px;
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 36px;	
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 180px;
		padding-bottom: 40px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 40px;	
	}
}

@media screen and (min-width: 1200px) {
	#sp-page-header .article-breadcrumbs-container {
		min-height: 205px;
		padding-bottom: 50px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 44px;	
	}
}



/* Scroll up button */
.sp-scroll-up {
	right: 20px;
	bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.4);
	border-radius: 0px;
	opacity: 1;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: rgba(0,0,0,0.8);
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center !important;
	margin-top: 35px;
}

@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;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #4b4b4b;
    background-color: #4b4b4b;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #4b4b4b;
    background-color:  #4b4b4b;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #fff;
	background-color: #fd79a1;
	border-color: #fd79a1;
}

.pagination li a, .pagination li>span {
	padding: 9px;
	border-radius: 0px!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: 46px;
	text-align: center;
	margin: 6px;
	border-radius: 12px;
}



/* Section - main slider */
#section-main-slider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../../../images/hero-img-watercolor-overlay-left.png'), url('../../../images/hero-img-watercolor-overlay-right.png');
	background-position: top left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
	z-index: 4;
	pointer-events: none;
}

@media screen and (max-width: 1400px) {
	#section-main-slider::before {
		background-image: url('../../../images/hero-img-watercolor-overlay-small.png');
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

#section-main-slider .owl-nav {
	z-index: 99;
}



/* Section - learn more about P2L */
#section-learn-more {
	box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.3), 
				0 10px 15px rgba(0, 0, 0, 0.3)!important; 
}



/* Section - meet the team */
#section-meet-the-team .mk_article_carousel .mk-image-container {
	position: relative;
	width: 100%;
	padding-top: 120%;
	overflow: hidden;
}

#section-meet-the-team .mk_article_carousel .mk-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-meet-the-team .mk-article-content {
	padding: 15px;
	text-align: center;
}

#section-meet-the-team .mk-article-title {
    font-family: 'Kefa';
	line-height: 1;
}

#section-meet-the-team .mk-article-text {
	color: #045c85;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	#section-meet-the-team .mk_article_carousel .owl-dots {
        padding: 5px 20px 5px 20px!important;
    }
}

#section-meet-the-team .mk_article_carousel .owl-dots .owl-dot span {
    border: 2px solid #4b4b4b;
	background-color: transparent!important;
}

#section-meet-the-team .mk_article_carousel .owl-dots .owl-dot.active span {
    border: 2px solid #4b4b4b;
	background-color: #4b4b4b!important;
}

#section-meet-the-team .mk_article_carousel .owl-dots .owl-dot span:hover {
    border: 2px solid #fd79a1;
	background-color: #fd79a1!important;
}

#section-meet-the-team .mk_article_carousel .item > a {
    position: relative;
    display: inline-block;
    overflow: hidden; 
}

#section-meet-the-team .mk_article_carousel .item > a::before {
    content: '';
    position: absolute;
	top: 60%;
    left: 0;
    right: 0;
    bottom: 0;
	background: linear-gradient(
        to top,
        rgba(75, 75, 75, 1) 0%,      
        rgba(75, 75, 75, 0.95) 20%,    
        rgba(75, 75, 75, 0.8) 40%,    
        rgba(75, 75, 75, 0.55) 60%,     
        rgba(75, 75, 75, 0.1) 80%,     
        rgba(75, 75, 75, 0) 100%      
    );
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    pointer-events: none; 
}

#section-meet-the-team .mk_article_carousel .item > a:hover::before {
    opacity: 1; 
}

#section-meet-the-team .mk_article_carousel .item > a::after {
	content: 'READ MORE';
    position: absolute;
	bottom: 25px;
    left: 50%;
	transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 2;
    pointer-events: none;
}

#section-meet-the-team .mk_article_carousel .item > a:hover::after {
    opacity: 1; 
}



/* Bottom and footer */
#section-bottom {
	box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.25)!important;
}

#section-bottom .bottom-social-menu {  
	display:flex;
	justify-content: center;
	margin-top: 20px;
}

#section-bottom .bottom-social-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

#section-bottom .bottom-social-menu li {
	margin: 2px 0;
}

#section-bottom .bottom-social-menu ul li {
	display: inline-block;
}

#section-bottom .bottom-social-menu ul li span {
	color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    width: 90px;
    height: 90px;
}

#section-bottom .bottom-social-menu ul li a {
	color: #fff!important;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 0px;
    margin: 0px 5px 0px 5px;
}


#section-bottom .bottom-social-menu ul li a.facebook-link,
#section-bottom .bottom-social-menu ul li a.instagram-link,
#section-bottom .bottom-social-menu ul li a.linkedin-link,
#section-bottom .bottom-social-menu ul li a.x-link {
    position: relative; 
    display: inline-block;
    overflow: hidden;
}

#section-bottom .bottom-social-menu ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: -1; 
    transition: transform 0.5s ease; 
}

#section-bottom .bottom-social-menu ul li a.facebook-link::before {
    background-image: url('../../../images/facebook-bg.png'); 
	backface-visibility: hidden; 
	will-change: transform; 
}

#section-bottom .bottom-social-menu ul li a.facebook-link span {
	margin-left: -2px;
}

#section-bottom .bottom-social-menu ul li a.instagram-link::before {
    background-image: url('../../../images/instagram-bg.png'); 
	backface-visibility: hidden; 
	will-change: transform; 
}

#section-bottom .bottom-social-menu ul li a.linkedin-link::before {
    background-image: url('../../../images/linkedin-bg.png'); 
	backface-visibility: hidden; 
	will-change: transform; 
}

#section-bottom .bottom-social-menu ul li a.x-link::before {
    background-image: url('../../../images/x-bg.png'); 
	backface-visibility: hidden; 
	will-change: transform; 
}

#section-bottom .bottom-social-menu ul li a:hover::before {
    transform: rotate(10deg);
	transform-origin: center;	
}

#section-bottom .bottom-social-menu ul li a:hover span {
	text-shadow: 0px 2px 8px rgba(255, 255, 255, 0.3) !important;
}

@media screen and (max-width: 560px) {
	#section-bottom .bottom-social-menu ul li a.facebook-link::before,
	#section-bottom .bottom-social-menu ul li a.instagram-link::before,
 	#section-bottom .bottom-social-menu ul li a.linkedin-link::before,
	#section-bottom .bottom-social-menu ul li a.x-link::before {
		background-size: 80%; 
	}
	
	#section-bottom .bottom-social-menu ul li span {
		font-size: 20px;
		width: 75px;
		height: 75px;
	}
	
	#section-bottom .bottom-social-menu ul li a {
		margin: 0px;
	}
}

#section-bottom .useful-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 767px) {
	#section-bottom .useful-links ul {
		text-align: center;
	}
}

#section-bottom .useful-links li {
	margin: 6px 0px;
}

#section-bottom .bottom-underline-link a {
    position: relative;
    display: inline-block;
}

#section-bottom .useful-links li > a,
#section-bottom .bottom-underline-link a .sppb-addon-title {
	color: #045c86!important;
	font-size: 22px;
	font-weight: 500;
	position: relative;
	text-decoration: none;
	display: inline-block;
}

#section-bottom .useful-links ul li a::after,
#section-bottom .bottom-underline-link a .sppb-addon-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #045c86;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s ease;
}

#section-bottom .useful-links ul li a:hover::after,
#section-bottom .bottom-underline-link a .sppb-addon-title:hover::after {
    transform: scaleX(0);
}

#section-bottom .useful-links ul li a:hover,
#section-bottom .bottom-underline-link a .sppb-addon-title:hover::after {
	color: #045c86!important;
}

#section-bottom .useful-links ul li a:focus,
#section-bottom .useful-links ul li a:active,
#section-bottom .bottom-underline-link a:focus,
#section-bottom .bottom-underline-link a:active {
	color: #045c86!important;
}

#section-bottom .bottom-underline-link-tel,
#section-bottom .bottom-underline-link-email {
	position: relative;
    overflow: hidden;
}

#section-bottom .bottom-underline-link-tel::after,
#section-bottom .bottom-underline-link-email::after  {
    font-family: "Font Awesome 6 Free";
	font-size: 18px;
    margin-left: 10px;
}

#section-bottom .bottom-underline-link-tel::after {
    content: "\f2a0";
	font-weight: 900;
    transform: translateY(-50%);
}

#section-bottom .bottom-underline-link-email::after {
    content: "\f0e0";
	font-weight: 400;
    transform: translateY(-50%);
}

#section-bottom .bottom-link a {
	color: #333;
}

#section-bottom .bottom-link a:hover {
	color: #045c86;
}