.footer-main-section .footer-top-section {
    background-color: #232323;
    padding: 20px 0 20px;
    color: #fff;

}

.footer-main-section .footer-top-section p {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
}
@media (max-width:568px){
    .footer-top-section .left-content{
        display: none;
    }
}
.footer-main-section .footer-top-section svg {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
}

.main-footer-wrapper {
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.main-footer-wrapper .about-company {
    margin: 20px 0 40px;
}

.main-footer-wrapper .about-company img {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    width: 200px;
}

.main-footer-wrapper .about-company p {
    color: #fff;
    line-height: 30px;
}

.main-footer-wrapper .about-company p strong {
    color: #ff5700;

}

.main-footer-wrapper .footer-col {
    margin-bottom: 40px;
}

.main-footer-wrapper .footer-col h5 {
    color: #fff;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-footer-wrapper .footer-col .border-btm {
    width: 80px;
    height: 3px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.main-footer-wrapper .footer-col .border-btm::before {
    width: 10px;
    height: 100%;
    background-color: #ff5700;
    position: absolute;
    content: "";
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.main-footer-wrapper .footer-col .footer-list li {
    margin: 5px 0;
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 8px;
}

.main-footer-wrapper .footer-col .footer-list li a {
    color: #fff;
    transition: all 0.3s;
}

.main-footer-wrapper .footer-col .footer-list li:hover a {
    color: #ff5700;
}

.main-footer-wrapper .footer-col .footer-list li a svg {
    color: #ff5700;
}

.main-footer-wrapper .footer-col .footer-list.social li {
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0;
}

.main-footer-wrapper .footer-col .footer-list.social li svg {
    font-size: 20px;
    margin-right: 10px;

}

.copyright-section {
    background-color: #232323;
    padding: 20px 0 10px;
    color: #fff;
}

.copyright-section a {
    color: #ff5700 !important;
}