#sp-header {
    background: #ffffff99;
}
.animated-text {
     position: fixed;
     top: 74vh;
     transition: all 0.8s ease;
     width: 340px;
     height: 80px;
     transform: scale(3) translateX(20%);
}

.animated-text.animate {
     transition: all 0.8s ease;
     transform: scale(1) translateX(-5%);
     top: 5px;
     z-index: 9999;
     transform-origin: -5% 0%;
}

@media (max-width: 576px){
.logo-image-phone {
    height: 60px;
    margin: 40px 0 10px -10px;
}
}

.agency-project-details .sppb-addon-content ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 89%;
    color: rgba(23, 22, 20, 0.7)
}

#sp-header .logo a {
    font-size: 0px;
    line-height: 0;
    margin: 0px -100px 0px 0px;
    padding: 0;
}

.sp-page-title {
    padding: 120px 0 0px 0;
}

.sp-page-title .sp-page-title-heading {
    font-size: 40px;
    line-height: 1;
    text-shadow: 3px 2px #000000;
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
    text-shadow: 2px 1px #000000;
}

.sp-page-title .breadcrumb {
    font-size: 18px;
    background: #000000aa;
    padding: 4px 25px;
    margin: 150px 0 0 0;
    text-shadow: 2px 1px #000000;
}





#sp-bottom .sp-module {
   margin-bottom: 10px;
}

#sp-footer .sp-module-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 30px;
}