.main-footer .about-widget .logo{
    background-color: #fff!important;
}
.banner-section .content-box:before{
    border: 0px!important;
}
.projects-section:before{
    top: 0!important;
}
.about-section .outer-box{
    box-shadow: 0px 0px 10px 10px rgb(215 209 209);
}
.country-block{
    min-height: 100px!important;

}
.country-details {
    display: none;
    text-align: left;
}
 .country-block .inner-box:hover .country-details {
   display: block;
   position: relative;
   padding-top: 20px;
}
.country-block .inner-box:hover .country-details p{
    color: var(--theme-color-light);
}
/**client*/
@media(max-width:768px) {
    #homepage-client-section p {
        font-size: 17px !important;
        line-height: 25px !important;
    }
    #homepage-client-section h6 {
        font-size: 20px !important;
        line-height: 30px !important;
        margin: 0;
    }
}

#homepage-client-section {
    max-width: 1440px;
    margin: auto;
}

#homepage-client-section h6 {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
}

#homepage-client-section p {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}

@media(max-width:568px) {
    #homepage-client-section p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 568px) and (max-width: 992px) {
    #homepage-client-section p {
        font-size: 20px;
        line-height: 30px;
    }
}

#homepage-client-section img {
    max-width: 110px;
}

#homepage-client-section .animation {
    height: 150px;
    background-color: #fff;
    width: fit-content;
    overflow: hidden;
    margin-left: 1rem;
}

#homepage-client-section .animation>div>div {
    width: 150px;
    height: 100px;
    margin-bottom: 50px;
    display: inline-block;
}

#homepage-client-section .animation div:first-child {
    animation: img-animation-aff 3s infinite;
}

#homepage-client-section .animation>div>div img {
    width: 100%;
    height: auto;
   
}

@keyframes img-animation-aff {
    0% {
        margin-top: 0;
    }
    25% {
        margin-top: 0;
    }
    50% {
        margin-top: -90px;
    }
    75% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}

#homepage-client-section .animations-sec {
    height: 150px;
    background-color: #fff;
    width: fit-content;
    overflow: hidden;
    margin-left: 1rem;
}

#homepage-client-section .animations-sec>div>div {
    width: 144px;
    height: 144px;
    margin-bottom: 50px;
    display: inline-block;
}

#homepage-client-section .animations-sec div:first-child {
    animation: img-animation-aff 7s infinite;
}

#homepage-client-section .animations-sec>div>div img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
}
.product-block .image img{
        height: 350px;
    object-fit: contain;

}