footer{
    padding: 8rem 0;
    background-color: var(--primary-color);
	font-size:1.4rem;
}
footer.p_b_15{
	padding-bottom:15rem;
}
footer .flex{
    margin: -1rem;
}
footer * {
    color: #EDF9F9!important;
}
footer .flex .col{
    flex: 1;
    padding: 1rem;
}
footer .flex .col h6{
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
footer .flex .col ul li{
    display: block;
}
footer .flex .col ul li:not(:last-child){
    margin-bottom: .8rem;
}

footer .flex .col a:hover{
    opacity: 0.8;
}
footer .flex .col .footer_logo{
    width: 6.3rem;
    height: 6.3rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
}
footer .flex .col .footer_logo a{
    display: block;
    width: 100%;
    height: 100%;
}
footer .flex .col .footer_logo a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
footer .flex .col .social_icons{
    display: flex;
    gap: 1rem;
}
footer .flex .col .social_icons a{
    width: 3rem;
    height: 3rem;
    display: block;
    overflow: hidden;
}
footer .flex .col .social_icons a img{
     width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal{
	background: #04768e;
	margin-bottom: 0px!important;
	padding-bottom: 3rem;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal.p_b_15{
	padding-bottom:15rem;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal ul li a{
	background: #04768e!important;
	color:#fff!important;
}
.otgs-development-site-front-end{
	display:none;
}