.banner_section {
    background: #FA864C !important;
}

header.fix_style {
    background-color: rgba(147, 76, 250, 0.9);
}

.free_app_section .container .free_app_inner {
    background-color: #FA864C;
}

body {
    color: black;
    background-color: #E8ECEF;
}

.free_app_section .container .free_app_inner .free_text .app_btn li a {
    border: 2px solid #934CFA;
}

footer .top_footer {
    background-color: #934CFA;
}

footer .bottom_footer {
    background-color: #934CFA;
}

footer h2, footer h3, footer p, footer a {
    color: white;
}


footer .top_footer .social_media li a {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

footer .app_btn li a {
    border: 2px solid #934CFA;
}

.purple_backdrop {
    background-color: rgba(0, 0, 0, 0.3);
}

.banner_section .app_btn li a {
    border: 2px solid #934CFA;
}

.banner_section .app_btn li a:hover {
    background-color: #934CFA;
}

.owl-carousel .owl-dots button.active {
    background-color: #FA864C;
}

.section_title h2 {
    color: #934CFA;
}

.section_title h2 span {
    color: #FA864C;
}

.interface_section .owl-item .screen_frame_img img {
    border: none;
}

.interface_section .owl-item.center .screen_frame_img img {
    border: none;
}

.modern_ui_section .ui_images .right_img img:nth-child(2) {
    margin-left: -40px;
    margin-top: 40px;
}

.modern_ui_section .ui_images .right_img img:nth-child(1) {
    margin-left: -40px;
    margin-top: 40px;
}

.features_section .feature_detail .left_data .data_block .icon {
    margin-right: 0px;
}

.features_section .feature_detail .right_data .data_block .icon {
    margin-left: 0px;
}

.features_section .feature_detail .feature_box .data_block h4 {
    color: #FA864C;
}

@media screen and (max-width: 992px) {
    .free_app_section .container .free_app_inner .free_img img:last-child {
        margin-left: 0;
    }

    .navbar-expand-lg .navbar-nav {
        padding: 0;
        background-color: transparent;
        display: flex;
    }

    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav li {
        width: 100%;
    }
}