
.listing-foo {
    text-align: left;
}

.listing-foo p {
    margin-top: 0;
    margin-bottom: 0.3rem;
    position: relative;
}

.listing-foo p a {
    color: #ffffff;
    text-decoration: none;
}

.footer-section {
    /* padding: 80px 0px; */
    padding-top: 80px;
    background-color: #005078;
}

.listing-foo .text-uppercase {
    font-size: 25px;
    color: white !important;
}

.listing-foo p {
    color: #ffffff !important;
}
.a_img_image_size{
height: 60px !important;
width: auto !important;
}


/* ---------------bottom-btn-arrow-------------- */

#back-to-top {
    opacity: 0;
    top: 87%;
    right: 2%;
    z-index: 4;
    width: 40px;
    height: 50px;
    border: unset;
    position: fixed;
    transition: 0.9s;
    cursor: pointer;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    background-color: #E95010;
}

#back-to-top .icon-btn-1 {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 25px;
    transition: 0.5s;
    position: absolute;
    color: white;
    transform: translateY(-50%);
}
/* ----------------------------------------------------- */
/* .Copy-box{
display: flex;
justify-content: space-between;
align-items: center;
padding-right: none !important;
padding: none !important;
} */
.copy-right-box a{
text-decoration: none;
color: white;
}
.copy-right-box h6{
color: white;
}
.copy-right-section{
    background: linear-gradient(to right, #a60d00, #d43f00);
    padding: 20px 0px;
}
@media only screen and (max-width: 578px) {
    .About-section-box{
     padding-top: 20px;
    }
  }