* {
    scroll-behavior: smooth !important;
}

.logo a img {
    width: 250px;
}

.logo-box a img {
    width: 180px;
}

.box-banner {
    position: relative;
    padding-bottom: 50px;
}

/* .solution-section {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
} */

.widget-content .list li span {
    margin-left: -20px;
    font-weight: bold;
}

.image-shadow {
    box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
}

/* .designe-process .link-btn {
    position: absolute;
    left: 60px;
    bottom: -24px;
    transform: scale(0, 0);
    transition: all 500ms ease;
} */


.designe-process .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #4527a4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.designe-process .link-btn a:hover {
    transform: scale(1.4, 1.4);
    transition: 500ms ease;
    background-color: #fff;
    color: #4527a4;
}

.testimonial-client-logo {
    max-width: 150px;
    height: 80px;
    position: relative;
    display: inline-block;
}

.login-button {
    padding: 5px 20px !important;
    float: left;
    box-sizing: border-box;
    border: 1px solid #4527a4;
    box-shadow: unset !important;
}

.register-button {
    padding: 5px 20px !important;
    box-shadow: unset !important;
    border: 1px solid #4527a4;
    box-sizing: border-box;
    margin-left: 20px;
}

.login-button:hover {
    box-shadow: unset !important;
    border: 1px solid #4527a4;
}

.menu-link:hover {
    color: #4527a4 !important;
}

.menu-link:after {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0%;
    background-color: #4527a4;
    display: block;
    content: '';
    transition: 0.2s;
}

.menu-link:hover:after {
    left: 0;
    width: 100%;
    color: #4527a4;
}


.btn-box.language-switch-box a {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    background: none !important;
    color: #4527a4 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    padding: 5px 10px !important;
}

.btn-box.language-switch-box a:hover {
    background: #4527a4 !important;
    color: #fff !important;
}


.btn-box.language-switch-box a:before {
    content: none !important;
}

.btn-box.language-switch-box a:after {
    content: none !important;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
}

.footer-widget {
    margin-bottom: 20px;
}

.footer-widget .text {
    margin-bottom: 15px;
}

.footer-widget .social-links {
    margin-top: 10px;
}

.footer-widget .widget-title {
    margin-bottom: 15px;
}

.footer-widget .list li {
    margin-bottom: 10px;
}

.footer-bottom {
    margin-top: 20px;
}

.main-footer .footer-top .contact-widget .list li {
    line-height: 1.5 !important;
}

.main-footer .footer-top {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.language-switcher {
    color: #4527a4 !important;

}

.language-switcher:hover {
    color: #000 !important;
}

@media only screen and (max-width: 499px) {
    .banner-style-12 .content-box .btn-box {
        width: auto !important;
    }

    .banner-style-12 .content-box .btn-box .btn-two {
        width: auto !important;
    }

    .solution-section .image-column img {
        margin: 30px 0 !important;
    }

    .language-switcher {
        color: #9c83ec !important;
    }
}