
/* ****footer start**** */


.website-footer-bg {
    background: #233040;
    color: white;
    padding: 40px 0;
    /* border-radius: 10px 10px 0px 0px; */
}

.website-flogo img {
    width: 66%;
    margin: 10px 0px;
}

.website-ft-icon {
    list-style: none;
}

.website-foot-icon i {
    color: #ff6b00;
    font-size: 30px;
}

.website-footer-links {
    /* padding-left: 0; */
    margin-top: 10px;
}

.website-footer-box h4 {
    color: #ff6b00;
    font-weight: 600;
    margin-bottom: 15px;
}

.website-footer-links li {
    list-style: none;
    padding: 2px 0;

}

.website-footer-links li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: all .1s ease-in-out;
}

.website-footer-links li a:hover {
    color: #ff7f50;
    padding-left: 3px;

}

@media (max-width: 1440px) {
    .website-footer-links li a {
        font-size: 13px;
    }

    .website-footer-box p {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .website-footer-links li a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .website-footer-links li a {
        font-size: 15px;
    }
}


@media (max-width: 320px) {

    .website-footer-links li a {
        font-size: 15px;
    }
}

/* ****footer end**** */