#site-logo {
    position: absolute;
    top: -15px;
    left: 14%;
    transform: translateX(-50%);
    z-index: 999;
}

.main-header-logo img {
    max-height: 120px;
    width: auto;
}

.contact-page-title{
    background: url("../images/slider/bg-slide-1.png") no-repeat;
}

.about-page-title{
    background: url("../images/slider/bg-slide-2.png") no-repeat;
}

.case-study-page-title{
    background: url("../images/slider/bg-slide-3.png") no-repeat;
}
.service-page-title{
    background: url("../images/slider/bg-slide-4.png") no-repeat;
}

.section-testimonials.style-3 .testimonials-item {
    background: url("../images/background/bg-testimonial-03.png");
}

#facts-logo-img {
    position: absolute !important;
    top: 17% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* Centers the image */
    width: 10%;
}
