/* General */
@media screen and (max-width: 991px) {
	#sp-main-body {
		padding: 40px 0px 90px 0px;
	}
}

@media screen and (min-width: 992px) {
	#sp-main-body {
		padding: 70px 0px 100px 0px;
	}
}

body:not(.com-fabrik) #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;
}

.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: 500;
}

a:focus, a:active {
	font-weight: 500;
	color: #0e2d7a;
}

::selection {
  background-color: #202020;
  color: #fff; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1.1;
}

.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: 32px;
	}

	.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, .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;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0px;
	padding: 16px 14px;
}

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: 16px 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(20, 63, 173, 0.4);
    box-shadow: none;
}

.btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #143fad!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px;
	padding: 18px 28px!important;
}

.btn-primary:hover, .sppb-btn-primary:hover,
.btn-primary:active, .sppb-btn-primary:active,
.btn-primary:focus, .sppb-btn-primary:focus {
	background-color: #0e2d7a!important;
}

.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #000!important;
    background-color: #ccc!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 18px 28px!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;	
}


.link-black-black {
	position: relative;
	color: #252525;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

.link-black-black:focus, .link-black-black:active {
	font-weight: 700;
}

.link-black-black::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 2px solid #252525;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

.link-black-black:hover::after {
    width: 50%;
    border-color: #143fad;
}


.link-black-blue {
	position: relative;
	color: #252525;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

.link-black-blue:focus, .link-black-blue:active {
	font-weight: 700;
}

.link-black-blue::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 2px solid #143fad;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

.link-black-blue:hover::after {
    width: 50%;
    border-color: #252525;
}



/* Search */
body.com-finder .finder {
	margin-top: 30px;
}

@media screen and (max-width: 575px) {
	#search-form [name="Search"] {
		font-size: 0px!important;
	}	

	#search-form [name="Search"] span {
		font-size: 18px!important;
	}
}

.view-search #search-form button, .view-search #search-form .btn {
	border-radius: 0px;
}

#search-form .awesomplete input {
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#search-form button {
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

@media screen and (min-width: 575px) {
	#mksearch-modal .jconfirm-box-container {
		min-width: 450px!important;
	}
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.95)!important;
}

#mksearch-modal .jconfirm-title {
	font-size: 34px!important;
}

#mksearch-modal .jconfirm-buttons button {
    background-color: #143fad!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	padding: 18px 28px!important;
	border-radius: 0px!important;
}

#mksearch-modal .jconfirm-buttons button:hover {
	background-color: #0e2d7a!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:hover {
	background-color: #0e2d7a!important;
}

#mksearch-modal .mksearch-container .btn.btn-primary:focus,
#mksearch-modal .mksearch-container .btn.btn-primary:active,
#mksearch-modal .mksearch-container .btn.btn-primary:focus, 
#mksearch-modal .mksearch-container .btn.btn-primary:active {
	background-color: #0e2d7a!important;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.6)!important;
}

#mksearch-modal .mksearch-container .form-control, .mksearch-container .form-control:focus {
    border-color: #fff!important;
}

.trigger-mksearch .fas {
    transition: transform 0.2s ease-in-out;
}

.trigger-mksearch:hover .fas {
    transform: scale(1.15);
}



/* Convert Forms */
.convertforms input, .convertforms textarea {
	color: #252525!important;
}

.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;
	margin-bottom: 20px!important;
	line-height: 1.2!important;
}

.cf-fields input:focus, .cf-fields textarea:focus {
	border-color: rgba(20, 63, 173, 0.4)!important;
}

@media screen and (max-width: 399px) {
	.cf-control-input h1 {
		font-size: 30px!important;
	}

	.cf-control-input h2 {
		font-size: 26px!important;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.cf-control-input h1 {
		font-size: 32px!important;
	}

	.cf-control-input h2 {
		font-size: 28px!important;
	}
}

@media screen and (min-width: 768px) {
	.cf-control-input h1 {
		font-size: 36px!important;
	}

	.cf-control-input h2 {
		font-size: 32px!important;
	}
}

.cf-btn {
	display: inline-block!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #143fad!important;
	font-size: 18px!important;
	font-weight: 600!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0px!important;
	padding: 18px 28px!important;
	transition: all 0.3s ease!important;
	margin-top: 10px!important;
}

.cf-btn:hover, .cf-btn:active, .cf-btn:focus {
	background-color: #0e2d7a!important;
	opacity: 1!important;
}



/* Logo and main menu */
#sp-logo-and-main-menu {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
	background-color: transparent;
	padding: 0;
	transition: background-color 0.3s ease; 
	height: 160px;
}

@media screen and (max-width: 1199px) {
	#sp-logo-and-main-menu.header-sticky {
		padding: 0;
		height: 90px;
	}
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu.header-sticky {
		padding: 0;
		height: 110px;
	}
}

.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(12, 39, 69, 0.8);
	backdrop-filter: blur(10px);
}

#sp-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
	#sp-menu {
		padding-right: 0px;
	}

	#sp-logo-and-main-menu:not(.header-sticky) {
		background-color: transparent;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#sp-top1 > .sp-column {
		margin-right: 15px;
	}
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu > .container {
		max-width: 1500px;
	}	

	#sp-top-menu > .container {
		padding-right: 30px;
	}	
}

@media screen and (max-width: 1199px) {
	.logo-image, .logo-image-phone {
		height: 90px!important;
	}
	
	#sp-logo-and-main-menu,
	#sp-logo-and-main-menu > .container
	#sp-logo-and-main-menu > .container > .container-inner,
	#sp-logo-and-main-menu > .container > .container-inner > .row,
	#sp-logo-and-main-menu #sp-logo,
	#sp-menu {
		height: 90px;
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	#sp-logo-and-main-menu:not(.header-sticky) .logo-image, #sp-logo-and-main-menu:not(.header-sticky) .logo-image-phone {
		height: 120px!important;
	}
	
	#sp-logo-and-main-menu:not(.header-sticky),
	#sp-logo-and-main-menu:not(.header-sticky) > .container
	#sp-logo-and-main-menu:not(.header-sticky) > .container > .container-inner,
	#sp-logo-and-main-menu:not(.header-sticky) > .container > .container-inner > .row,
	#sp-logo-and-main-menu:not(.header-sticky) #sp-logo,
	#sp-logo-and-main-menu:not(.header-sticky) #sp-menu {
		height: 120px;
	}
}

@media screen and (max-width: 1199px) {
	.col-lg-2 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 25%;
	}

	#sp-logo img {
		padding: 12px 0px 12px 0px;
	}
}

@media screen and (min-width: 1200px) {
	#sp-logo-and-main-menu.header-sticky .logo-image {
		height: 85px!important;
	}
}

.sp-megamenu-wrapper a {
	text-transform: uppercase;	
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: 7px;
    padding-top: 10px;
}

.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 10px;
    }
}

.sp-megamenu-parent>li.active>a {
	font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 15px;
}

body.itemid-101 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background-color: rgba(255, 255, 255, 0.75);
}

.sp-megamenu-parent>li>a::before {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid #fff;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    transition: width .3s ease
}

.sp-megamenu-parent>li>a:not(.trigger-mksearch):hover::before {
    width: calc(100% - 42px);
}

.sp-megamenu-parent>li.active>a:hover {
    color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #143fad;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 16px!important;
    display: block;
	line-height: 1.4;
}

.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: 6px 0;
}

#sp-menu > .sp-column {
    display: flex;
	align-items: center;
	margin-right: 15px;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
	margin-left: 10px;
}



/* Offcanvas menu */
body.offcanvas-active {
    position:relative!important;
    overflow: hidden;
}

.offcanvas-menu {
    overflow-y: auto;
}

.offcanvas-menu .logo-image, .offcanvas-menu .logo-image-phone {
    padding-left: 8px;
	height: 80px !important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px 25px 25px 25px;
}

a#offcanvas-toggler:hover {
	color: #143fad!important;
}

#offcanvas-toggler::after {
    font-family: Poppins;
	content: "MENU";
    color: #fff;
	margin: 0px 0px 0px 3px;
    display: block;
    font-weight: 600;
}

.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: #ddd;
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}

	.sp-megamenu-wrapper {
		float: right;
	}
	
	#sp-top-bar {
		display: none!important;
	}
	
	#sp-menu .sp-module  {
		display: none!important;
	}	
}

#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: #fff!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 15px!important;
}

#sp-menu .burger-icon {
    margin-right: 5px!important;
}

.offcanvas-active .burger-icon > span {
    margin: 4.8px 0;
}

.burger-icon > span {
	background-color: #fff!important;
}

.offcanvas-menu { 
	width: 340px!important;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -340px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0px;
}

@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: #fff;
	line-height: 1.4;
}

.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: 8px 12px;
	display: flex;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.4;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a.open-search-icon {
	display: none!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child):not(.menu-parent-open) > a, .offcanvas-menu .offcanvas-inner ul.menu > li:not(:last-child):not(.menu-parent-open) > span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 16px 10px 16px 10px;
}

.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;
}

.offcanvas-menu ul li .trigger-mksearch span {
	display: none;
}



/* Section - main slider */
@media screen and (min-width: 992px) {
	#section-main-slider .owl-dots {
		position: absolute;
		top: 50%;
		transform: translateY(-50%); 
		right: 60px;
		width: auto;
		display: flex;
		flex-direction: column; 
		justify-content: center;
		gap: 5px;
	}
}



/* Section - celebrating 45 years */
#section-celebrating .sppb-addon-single-image-container, #section-celebrating .sppb-addon-single-image-container .sppb-img-responsive {
	width: 100%;
}



/* Section - integrity, quality */
#section-integrity-quality > .sppb-row-container {
	padding-left: 10px!important;
	padding-right: 10px!important;
}



/* Section - featured projects */
.project-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-tag-item {
	display: flex;
    align-items: center; 
	padding: 3px 30px 3px 0;
    text-align: center;
	text-transform: uppercase;
	border: 2px solid transparent; 
	border-radius: 20px;
}

.project-tag-item a {
	position: relative;
    color: #252525;
	font-size: 18px;
	font-weight: 600;
}

@media screen and (max-width: 575px) {
	.project-tag-item {
		padding: 3px 10px 3px 0;
	}
	
	.project-tag-item a {
		font-size: 17px;
	}
}

.project-tag-item a {
	position: relative;
    color: #252525;
	font-size: 18px;
	font-weight: 600;
}

.project-tag-item.active-tag a {
	display: flex;
    align-items: center; 
	color: #143fad;
	border: 2px solid #143fad; 
	border-radius: 20px;
	padding: 3px 15px;
    text-align: center;
	text-transform: uppercase;
}

.project-tag-item.active-tag a:hover {
	background-color: #143fad;
}

.project-tag-item.active-tag:hover a {
    color: #fff;
}

.project-tag-item:not(.active-tag) a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    border-bottom: 2px solid #143fad;
    transform: translateX(-50%);
    transition: width 0.3s ease, border-color 0.3s ease;
}

.project-tag-item a:hover::after {
    width: calc(100% - 4px);
}

#section-featured-projects-header .project-tag-item.active-tag {
	display: none;
}

#section-featured-projects .owl-item .mk-article-content {
	position: absolute;
	bottom: 60px;
	left: 80px;
}

#section-featured-projects .mk-article-cat,
#section-featured-projects .mk-article-title a h3 {
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.74);
}

@media screen and (max-width: 575px) {
	#section-featured-projects .owl-item .mk-article-content {
		bottom: 15px;
		left: 15px;
	}
	
	#section-featured-projects .mk-article-title a h3 {
		font-size: 24px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#section-featured-projects .owl-item .mk-article-content {
		bottom: 20px;
		left: 20px;
	}
	
	#section-featured-projects .mk-article-title a h3 {
		font-size: 28px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#section-featured-projects .owl-item .mk-article-content {
		bottom: 20px;
		left: 30px;
	}
	
	#section-featured-projects .mk-article-title a h3 {
		font-size: 24px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#section-featured-projects .owl-item .mk-article-content {
		bottom: 30px;
		left: 40px;
	}
	
	#section-featured-projects .mk-article-title a h3 {
		font-size: 28px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	#section-featured-projects .owl-item .mk-article-content {
		bottom: 50px;
		left: 50px;
	}
	
	#section-featured-projects .mk-article-title a h3 {
		font-size: 34px;
	}
}

@media screen and (max-width: 1199px) {
	#section-featured-projects .owl-nav.disabled {
		display: flex!important; 
	}

	#section-featured-projects .owl-stage {
		height: 320px!important; 
	}

	#section-featured-projects .mk-article-image {
		height: 100%!important; 
	}

	#section-featured-projects .mk-article-image img {
		width: 100%;
		height: 100%; 
		object-fit: cover; 
	}
}

@media screen and (min-width: 1200px) {
	#section-featured-projects .owl-carousel {
		width: 160vw;
		margin-left: -33vw;
	}

	/*on page load, middle one set to show with js*/
	#section-featured-projects .owl-item.active .mk-article-cat,
	#section-featured-projects .owl-item.active .mk-article-title {
		display: none;
	}


	#section-featured-projects .owl-item.active {
	  transition: transform 0.5s ease-in-out;
	}

	#section-featured-projects .owl-item.middle-item .mk-article-image {

	}

	#section-featured-projects .owl-item:not(.middle-item) .mk-article-image {
		padding-top: 20px;
		margin-bottom: -30px;
	}

	#section-featured-projects .mk-article-image {
		height: 550px!important; 
	}

	#section-featured-projects .mk-article-image img {
		width: 100%;
		height: 100%; 
		object-fit: cover; 
	}
	
	#section-featured-projects .mk-article-content {
		padding-right: 50px!important; 
	}
}

#section-featured-projects .owl-next,
#section-featured-projects .owl-prev {
    position: relative;
	margin: 0 10px;
}

#section-featured-projects .owl-next span,
#section-featured-projects .owl-prev span {
    display: none; 
}

#section-featured-projects .owl-next::before {
    content: "NEXT"; 
}

#section-featured-projects .owl-prev::before {
    content: "PREV"; 
}

#section-featured-projects .owl-next::before,
#section-featured-projects .owl-prev::before {
    color: #252525; 
    font-size: 16px; 
    font-weight: 700; 
}

#section-featured-projects .owl-next::after,
#section-featured-projects .owl-prev::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 2px solid #143fad;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

#section-featured-projects .owl-next:hover::after,
#section-featured-projects .owl-prev:hover::after {
    width: 50%;
}



/* Section - our core services */
@media screen and (min-width: 992px) {
	#section-core-services .blog-article-row .blog-article-item:nth-child(2) .blog-article-image {
		order: 2;
	}

	#section-core-services .blog-article-row .blog-article-item:nth-child(2) .blog-article-content {
		order: 1;
		text-align: right;
	}
}

#section-core-services .blog-article-content {
    display: flex;
	align-items: center;
    background-image: url('../../../images/dots-bg.png');
    background-repeat: repeat;
}

#section-core-services .blog-article-item.row,
#section-core-services .blog-article-image.col-lg-6,
#section-core-services .blog-article-content.col-lg-6 {
	padding-right: 0;
}

#section-core-services .blog-article-row.row {
	margin: 0 -15px 0 0;
}

#section-core-services .blog-article-row .blog-article-item .blog-article-image {
	padding-left: 0;
}

@media screen and (min-width: 992px) {
	#section-core-services .mod-articles-category-title {
		position: relative;
	}

	#section-core-services .mod-articles-category-title::before {
		position: absolute;
		content: '';
		border-bottom: 1px solid #143fad;
		top: -20px;
		left: -180px;
		width: 200px;
	}

	#section-core-services .blog-article-row .blog-article-item:nth-child(2) .mod-articles-category-title::before {
		left: auto;
		right: -185px;
	}
}

#section-core-services .blog-article-row > .blog-article-item:not(:last-child) {
	margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
	#section-core-services .blog-article-row > .blog-article-item:not(:last-child) {
		margin-bottom: 50px;
	}
}

#section-core-services .blog-article-image-container {
	padding-top: 80%;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: filter 0.5s ease;
	margin-bottom: 4px;
}

#section-core-services .blog-article-image-container:hover {
	filter: brightness(1.2);
}

#section-core-services .blog-article-item-inner {
	height: 100%;
	box-shadow: 0 0 8px rgba(128, 128, 128, 0.25);
	padding: 15px;
	border-radius: 6px;
}

@media screen and (max-width: 991px) {
	#section-core-services .blog-article-item-inner {
		padding: 0;
	}
	
	#section-core-services .blog-article-content.col-lg-6 {
		padding-right: 15px;
	}

	#section-core-services .blog-article-info-container {
		padding: 20px 0;
	}	
}

@media screen and (min-width: 992px) and (max-width: 1699px) {
	#section-core-services .blog-article-info-container {
		padding: 20px 40px 20px 60px;
	}
	
	#section-core-services .blog-article-row .blog-article-item:nth-child(2) .blog-article-info-container {
		padding: 20px 70px 20px 60px;
	}
}

@media screen and (min-width: 1700px) {
	#section-core-services .blog-article-info-container {
		padding: 0 60px 0 80px;
	}
	
	#section-core-services .blog-article-row .blog-article-item:nth-child(2) .blog-article-info-container {
		padding: 0 90px 0 80px;
	}
}

#section-core-services .mod-articles-category-title {
	font-weight: 400;
	color: #252525;
	display: inline-block;
	font-size: clamp(2rem, 1.7925rem + 1.0063vw, 3rem);
    line-height: 1.2;
    margin-bottom: 25px;
}

#section-core-services .mod-articles-category-introtext {
	color: #000;
	font-size: 18px;
    font-weight: 300;
	margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
	#section-core-services .mod-articles-category-title {
	    margin-bottom: 15px;
	}

	#section-core-services .mod-articles-category-introtext {
		font-size: 17px;
		line-height: 26px;
		margin-bottom: 20px;
	}
}

#section-core-services .mod-articles-category-title:hover {
    color: #606060;
}

#section-core-services .mod-articles-category-title:focus, #section-core-services .mod-articles-category-title:active {
	color: #606060!important;
}	

#section-core-services .mod-articles-readmore-title {
	margin-bottom: 5px;
}

#section-core-services .mod-articles-readmore-title a {
	position: relative;
	color: #143fad;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

#section-core-services .mod-articles-readmore-title a:focus, #section-core-services .mod-articles-readmore-title a:active {
	font-weight: 700;
}

#section-core-services .mod-articles-readmore-title a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 2px solid #143fad;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

#section-core-services .mod-articles-readmore-title a:hover::after {
    width: 50%;
    border-color: #252525;
}

#section-core-services .blog-article-video-container {
    position: relative;
    padding-top: 80%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    overflow: hidden; 
}

#section-core-services .blog-article-video-container lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	max-width: 1200px!important;
}

#section-core-services .blog-article-video-container .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-core-services lite-youtube > .lty-playbtn {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: none!important;
    font-size: 60px;
	position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

#section-core-services lite-youtube > .lty-playbtn::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f144';
    color: #fe0032!important;
    background-color: #fff;
	font-weight: 900;
	border-radius: 100%;
	font-size: 70px;
	padding: 2px 4px 3px 4px;
}

#section-core-services lite-youtube > .lty-playbtn::before {
    content: '';
    color: #fff;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 100%;
    box-shadow: 0 0 0 15px rgba(255,255,255,.6),0 0 0 30px rgba(255,255,255,.4),0 0 0 45px rgba(255,255,255,.2);
    z-index: -1;
    animation: rippleEffect 2s infinite;
	height: 70px;
	width: 70px;
}

@keyframes rippleEffect {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5); 
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

#section-core-services lite-youtube {
	transition: filter 0.5s ease;
}

#section-core-services lite-youtube:hover {
	filter: brightness(1.2);
}

@media screen and (max-width: 991px) {
	#section-core-services .blog-article-item.col-lg-6 {
		margin-bottom: 20px;
	}
}



/* Section - testimonials */
#section-testimonials #sppb-addon-wrapper-b1330e04-1331-4eba-95b7-bc40e2832dfb {
    z-index: 1;
    background-image: url('../../../images/quote-mark.png');
    background-repeat: no-repeat;
    background-position: 50% 10px;
	background-size: 100px auto;
}

#section-testimonials .mk-slide-title {
	font-size: 17px;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	#section-testimonials .mk-slide-title {
		padding-left: 15%;
		padding-right: 15%;
		line-height: 1.8;
	}
}

#section-testimonials .mk-slide-subtitle {
	text-transform: uppercase;
}

#section-testimonials .owl-nav {
    gap: 30px;
}

#section-testimonials .owl-next,
#section-testimonials .owl-prev {
    position: relative;
}

#section-testimonials .owl-next span,
#section-testimonials .owl-prev span {
    display: none; 
}

#section-testimonials .owl-next::before {
    content: "NEXT"; 
}

#section-testimonials .owl-prev::before {
    content: "PREV"; 
}

#section-testimonials .owl-next::before,
#section-testimonials .owl-prev::before {
    color: #fff; 
    font-size: 16px; 
    font-weight: 700; 
}

#section-testimonials .owl-next::after,
#section-testimonials .owl-prev::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 2px solid #fff;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

#section-testimonials .owl-next:hover::after,
#section-testimonials .owl-prev:hover::after {
    width: 50%;
    border-color: #rgba(255, 255, 255, 0.4);
}



/* Section - news & updates */
#section-news .blog-article-item-inner {
	padding: 40px 40px 45px 40px;
    transition: box-shadow 0.3s ease-in-out; 
	height: 100%;
	border: 1px solid #e5e5e5;
}

#section-news .blog-article-item-inner:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); 
}

@media screen and (max-width: 991px) {
	#section-news .blog-article-item:first-child {
		margin-bottom: 30px;
	}
}

#section-news .blog-article-item .mod-articles-category-title {
	color: #252525;
	font-size: 24px;
	font-weight:600;
	line-height: 1.4;
}

#section-news .blog-article-item .mod-articles-category-title:hover {
	color: #606060;
}

#section-news .blog-article-item .mod-articles-category-introtext {
	margin: 20px 0;
}


#section-news .blog-article-item .article-readmore-link {
	position: relative;
	color: #252525;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

#section-news .blog-article-item .article-readmore-link:focus, #section-news .blog-article-item .article-readmore-link:active {
	font-weight: 700;
}

#section-news .blog-article-item .article-readmore-link::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 2px solid #143fad;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

#section-news .blog-article-item .article-readmore-link:hover::after {
    width: 50%;
    border-color: #252525;
}



/* Default blog roll */
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    font-weight: 700;
}

.article-list .article {
    padding: 0;
	border: none;
	margin-bottom: 40px;	
}

@media screen and (max-width: 575px) {
	.article-list .article {
		margin-bottom: 20px;	
	}	
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: 0;
	border-radius: 0px;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 0px;
}

.article-list .article-body {
    padding: 20px 0;
}

@media screen and (max-width: 575px) {
	.article-list .article-body {
		padding: 10px 0 20px 0;
	}	
}

.article-list .readmore {
	margin-top: 20px;
}

.article-list .readmore a {
	position: relative;
	color: #252525;
	font-size: 16px;
	font-weight: 700!important;
	padding: 0;
	text-transform: uppercase;
}

.article-list .readmore a:focus, .article-list .readmore a:active {
	font-weight: 700;
}

.article-list .readmore a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 2px solid #143fad;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    transition: width 0.3s ease, border-color 0.3s ease;
}

.article-list .readmore a:hover::after {
    width: 50%;
    border-color: #252525;
}



/* Projects blog roll */
.blog-project-tags-container {
	display: flex;
    justify-content: center;
	margin: 10px 0 40px 0;
}

.blog .article-header h2 {
	font-size: 28px!important;
}

.blog .article-header h2 a:hover {
	color: #606060!important;
}

.blog .tags {
	margin-bottom: 0!important;
}

.blog .tags > li {
    position: relative;
	font-size: 20px;
	font-weight: 300;
	color: #252525;
	text-transform: uppercase;
    background: transparent;
	padding: 0;
}

.blog .tags > li::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f124';
	font-weight: 900;
	font-size: 20px;
    display: inline-block; 
    transform: rotate(45deg);
	margin-right: 12px;
}

.blog .article-intro-image img {
    transition: filter 0.3s ease-in-out;
}

.blog .article-intro-image img:hover {
    filter: brightness(1.1);
}



/* Single article */
.article-header [itemprop="headline"] {
	color: #252525;
}

@media screen and (max-width: 767px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 10px;
	}
}

div[itemprop="articleBody"] {
    line-height: 1.7;
}

.article-details .article-full-image img {
    width: 100%;
	border-radius: 0px;
	filter: brightness(95%);
}

.article-details .article-ratings-social-share {
	margin-top: 40px;
    padding: 25px 5px;
    border-top: 1px solid #ddd;
    border-bottom: none;
}

.article-social-share .social-share-icon ul li a {
    border: none;
	color: #fff;
    background-color: #1c393d;
	height: 40px;
    line-height: 40px;
    width: 40px;
}

.article-social-share .social-share-icon ul li a:hover {
	color: #fff;
    background-color: #143fad;
}

.blockquote {
	font-size: 36px;
	font-weight: 400;
	padding: 0 50px 0 50px;
	margin: 60px 85px 60px 85px;
	line-height: 1.5;
	position: relative;
}

.blockquote::before {
    content: '';
    position: absolute;
    top: 8%;
    left: 0;
    width: 5px;
    height: 84%;
    background-color: #0e2d7a;
}

@media screen and (max-width: 575px) {
	.blockquote {
		font-size: 18px;
		padding: 0 20px 0 20px;
		margin: 40px 5px 30px 10px;
	}
	
	.blockquote::before {
		top: 5%;
		height: 90%;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.blockquote {
		font-size: 20px;
		padding: 0 20px 0 20px;
		margin: 40px 5px 30px 40px;
	}
	
	.blockquote::before {
		top: 6%;
		height: 88%;
	}
}



/* Individual project article */
.project-data-container {
	margin: 30px 0 30px 0;
}
.project-data-row {
    display: flex;
	flex-wrap: wrap;
    gap: 20px; 
}

.project-data-column {
    min-width: 170px; 
}

@media screen and (max-width: 575px) {
	.project-data-column {
		width: 100%; 
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.project-data-column {
		width: calc(50% - 10px); 
	}
}

@media screen and (min-width: 992px) {
	.project-article-tags {
		padding-right: 50px;
	}
}

.project-data-heading {
	font-weight: 600;
	margin-bottom: 5px;	
}	

.project-images-row {
	margin-top: 50px;
}

.project-images-row .project-image-col {
	margin-bottom: 30px;
}
.project-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

.project-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}



/* Page heading with bg */
body:not(.com-sppagebuilder) #sp-page-header {
	background: url('../../../images/page-header-bg.png') 0 0 no-repeat;
	background-repeat: repeat;
	background-color: #eee;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    justify-content: start;
	align-items: end;
	position: relative;
	padding: 0;
}

#sp-page-header .article-breadcrumbs-active-item {
	margin-bottom: -20px;
	margin-left: -7px;
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: start;
	color: #fff;
	font-weight: 700!important;
    letter-spacing: 1px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

@media screen and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -130px;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 150px 15px 0 0;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 36px;	
	}

	#sp-page-header .article-breadcrumbs-active-item {
		margin-bottom: -9px;
		margin-left: -3px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -130px;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 170px 15px 0 0;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 48px;	
	}

	#sp-page-header .article-breadcrumbs-active-item {
		margin-bottom: -11px;
		margin-left: -3px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -130px;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 180px 15px 0 0;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 64px;	
	}

	#sp-page-header .article-breadcrumbs-active-item {
		margin-bottom: -12px;
		margin-left: -5px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -130px;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 200px 15px 0 0;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 74px;	
	}

	#sp-page-header .article-breadcrumbs-active-item {
		margin-bottom: -15px;
		margin-left: -5px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -170px;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 220px 15px 0 0;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 86px;	
	}
	
	#sp-page-header .article-breadcrumbs-active-item {
		margin-bottom: -20px;
		margin-left: -7px;
	}
}

@media screen and (min-width: 1600px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		margin-top: -170px;
	}

	#sp-page-header .article-breadcrumbs-container {
		padding: 240px 15px 0 0;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 95px;	
	}
	
	#sp-page-header .article-breadcrumbs-active-item {
		margin-bottom: -20px;
		margin-left: -7px;
	}
}

	

/* Scroll up button */
.sp-scroll-up {
	right: 20px;
	bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
	font-size: 20px;
	color: #fff;
	background-color: #8a8b8e;
	border-radius: 0px;
	opacity: 0.5;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    background-color: #000;
	opacity: 1;
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center !important;
	margin-top: 0px;
}

@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;
	}
}

ul.pagination li:first-child, ul.pagination li:last-child {
   display: none;
}

ul.pagination .page-link .fa-angle-left::before {
    content: "\f177"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

ul.pagination .page-link .fa-angle-right::before {
    content: "\f178"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.pagination>.active>a, .pagination>.active>span {
    color: #143fad;
	border: none;
    background-color: transparent;
	font-weight: 600;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #143fad;
    background-color: transparent;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #143fad;
	background-color: transparent;
	border: none;
}

.pagination li a, .pagination li>span {
	background-color: transparent;
	font-weight: 600;
	border: none;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: transparent;
	border: none;
}

.pagination li.page-item {
	text-align: center;
}

.pagination li:first-child {
	margin-left: 0;
}



/* Bottom and footer */
#section-bottom .sppb-addon-title {
    display: flex;
    align-items: flex-start; 
    gap: 10px; 
}

#section-bottom .sppb-addon-title .sppb-addon-title-icon {
    flex-shrink: 0; 
    margin-top: 6px; 
}

#section-bottom .sppb-addon-header a:hover .sppb-addon-title {
	color: #ddd!important;
}

#section-footer .copyright-col {
    border-top: 1px solid #484e4f;
}

#section-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#section-footer ul li:not(:last-child) {
	padding: 0 20px;
}

@media screen and (min-width: 1200px) {
	#section-footer ul li:first-child {
		padding: 0 80px 0 0;
	}
}

#section-footer ul li a {
	position: relative;
}

#section-footer ul li a,
#section-footer ul li span {
    color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    #section-footer ul {
        flex-direction: column; 
        align-items: center; 
    }

    #section-footer ul li {
        width: 100%; 
        text-align: center; 
		padding: 6px 20px!important;
    }
}

#section-footer ul li a::before {
	margin-right: 6px;
	font-weight: 200;
}

#section-footer ul li a::after {
    display: block!important;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    transition: width .3s ease
}

#section-footer ul li a:hover::after {
    width: calc(100% - 4px);
}