.home-p {
    /*background: #eee;*/
    border: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-start-start-radius: 15px;
    background: #28aa4a;
    color:white;
    padding: 4px;
}


.service-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    /*box-shadow: inset 0px -50px 50px -40px rgba(0, 0, 0, 0.8);*/
    box-shadow: inset 0px -50px 50px -40px rgba(0, 0, 0, 0);
    z-index: 1;
    transition: all 500ms ease;
}

.clients-section {
    box-shadow: none !important;
}



.social-icon {
    background-color: white;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
      /*border-radius: 50%;*/
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1877F2;
    font-size: 15px;
}

.social-icon:hover {
    background-color: green;
}

.social-icon:hover a {
    color: white;
}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 5px;

}
