/*FOOTER 1
-----------------------*/

footer {
    float: left;
    width: 100%;
}
.footer-top {
    float: left;
    width: 100%;
    background-color: #001229;
    padding: 20px 0;
}

.lf-footer-middle {
    float: left;
    width: 100%;
    background-color: #001229;
    padding: 30px 0;
}

.lf-footer-bottom {
    float: left;
    width: 100%;
	background-color: #001229;
}
.lf-footer-bottom-1 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 10px;
}
.lf-footer-bottom-1 ul a {
    color: #f6f7ff;
}

.lf-footer-col-1 {
	float: left;
	width: 100%;
}

.lf-footer-col-2 {
	float: left;
	width: 50%;
	min-height: 1px;
}

.lf-footer-col-3 {
	float: left;
	width: 33.333%;
	min-height: 1px;
}

.lf-footer-col-4 {
	float: left;
	width: 25%;
	min-height: 1px;
}

.lf-footer-col-4 img {
    width: auto!important;
    height: 70px!important;
    filter: brightness(0) invert(1);
}
.lf-footer-col-5 {
	float: left;
	width: 20%;
}

.lf-footer-col-6 {
	float: left;
	width: 16.666%;
	min-height: 1px;
}

.footer-icons {
    text-align: center;
}

.footer-icons a {
    display: inline-block;
    margin: 0 14px;
}

.lf-footer-middle h2,
.lf-footer-middle h3,
.lf-footer-middle h4 {
	font-size: 20px;
    font-weight: bold;
    color: #f6f7ff;
    margin: 0 0 5px 0;
    line-break: anywhere;
}

.lf-footer-middle a {
    font-size: 16px;
    line-height: 26px;
    color: #f6f7ff;
    text-decoration: none;
}

.lf-widget-menu {
    padding: 0 10px;
}

.lf-footer-middle h2 a,
.lf-footer-middle h3 a,
.lf-footer-middle h4 a {
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	color: #f6f7ff;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #7d7d7d;
}

.lf-footer-col-5.lf-footer-middle-2 h4 {
    color: transparent;
}

/* CREDIT */

.credit-footer {
    float: left;
    width: 100%;
    background-color: #131313;
}

.credit-footer a {
    color: #f6f7ff;
}

.footer-text {
    float: left;
    width: 100%;
	color: #f6f7ff;
	line-height: 50px;
}

.credit {
    float: right;
    /* width: 150px; */
	height: 50px;
    text-align: left;
}

.credit i {
    float: left;
    height: 50px;
    width: 30px;
    padding: 0;
}

.credit i svg {
    width: 30px;
    height: 50px;
    fill: #f6f7ff;
}

.credit div {
    float: left;
    padding-left: 5px;
}

.credit a {
    float: left;
    line-height: 50px;
    width: calc(100%);
	color: #f6f7ff;
    text-align: center;
	text-decoration: none;
}

.credit .first-letter::first-letter {
	color: #00b3b3!important;
	font-weight: bold;
}

/*----------------------------------responsive------------------------------------*/

@media screen and (max-width: 950px) {

[class^="lf-footer-col"] {
	width: 100%;
}

.lf-footer-col-4 {
	width: 50%;
    margin-bottom: 20px;
}
.lf-footer-col-4 img {
    width: auto !important;
    height: auto !important;
    filter: brightness(0) invert(1);
}
.credit-footer [class^="md-col"] {
    width: 100%;
}
.footer-text {
    text-align: center;
}
.credit {
    width: 100%;
	height: 30px;
}

.credit a {
    float: left;
    display: flex;
    margin: auto;
    width: 100%;
    line-height: 30px;
    justify-content: center;
}

.credit i {
    height: 30px;
	line-height: 30px;
}

.credit i svg {
    height: 30px;
}

}

@media screen and (max-width: 600px) {

}
