.topbar-one__info__item a {
    color: white;
}

.topbar-one__info__item address {
    color: white;
}

.topbar-one__social a {
    color: var(--floens-white);
}

.main-slider-two__title {
    font-size: 75px;

}

@media(max-width:1500px) {
    .contact-custom {
        display: none;
    }
}

.contact-custom {
    font-size: 20px;
}

.page-header {

    padding-top: 60px;
    padding-bottom: 60px;
}

.footers {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: #1d528f;
    border-top: 1px solid #1d528f;
    z-index: 1000;

}

.footer-btn {
    flex: 1;
    text-align: center;
    padding: 3px 0;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.footer-text {
    color: #fff;
}


@media (min-width:1200px) {
    .footers {
        display: none;
    }
}

@media(max-width:768px) {
    .main-slider-two__title {
        font-size: 50px;

    }
}

.text-justify {
    text-align: justify;
}

.footer-btn i {
    font-size: 20px;
}