.octf-btn {
    background: #6cb345;
}

.octf-btn:hover {
    background: #4d8d2b;
}

.octf-btn-cta .contact-header i {
    color: #6cb345;
}

.ot-image-box:after, .icon-box-s1 .line-box::after {
    background: #6cb345;
}

.ot-counter.v3 span,
.ot-heading>span {
    color: #6cb345;
}

.home-graphic-sec .svg-graphic svg a:hover, .icon svg {
    fill: #6cb345;
}

.home-slider .tech-box.v3 span, .technology-sec .tech-box span, .contact-info i, .icon-box-s1 .icon-main {
    color: #6cb345;
}

.home-slider .tech-box.v3:hover, .technology-sec .tech-box:hover {
    border-color: #6cb345;
    background: linear-gradient(to bottom, rgba(41, 185, 89, 0.6) 0%, rgba(46, 182, 64, 0.6) 1%, rgba(50, 192, 109, 0.7) 100%);
}

#site-logo {
    width: 350px;
}

#site-logo img {
    width: 330px;
}

footer img.logo {
    max-width: 80%;
}

@media only screen and (max-width: 1024px) {
    .header_mobile .mlogo_wrapper .mobile_logo {
        float: left;
        width: 300px;
        height: auto;
    }

    .header_mobile .mlogo_wrapper img {
        height: auto;
    }

    footer img.logo {
        max-width: 100%;
    }
}