.clients-logo img {
    border-radius: 9px;
}

.chooseus-block-one .inner-box p {
    text-align: left
}

.rtl .chooseus-block-one .inner-box p {
    text-align: right
}

.processing-block-two .inner-box h4 {
    border: 5px solid #a3c8e6;
}

.rtl .processing-block-two .inner-box h4 {
    left: unset;
    right: 0;
    border: 5px solid #a3c8e6;
}

.chooseus-block-one .inner-box .icon-box {
    color: var(--them-white-icon);
}

.slide-text.alternat-2 .text-inner:before {
    background: linear-gradient(90deg, rgba(46,53,129,1) 0%, rgba(55,169,225,1) 100%);
    /*linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
    /*            border-top: 3px solid #319bd7;
                    border-bottom: 3px solid #319bd7;
        */
}

.slide-text .text-inner .text-list li {
    color: var(--them-white-icon);
}

    .slide-text .text-inner .text-list li:before {
        width: 50px;
        height: 50px;
        top: -5px;
    }

.color-white {
    color: var(--them-white-icon);
}

.theme-btn, .btn-one {
    color: var(--them-white-icon) !important;
}

.handle-preloader {
    background: linear-gradient(90deg, rgba(18,34,76,1) 0%, rgba(50 164 213) 100%);
    /*linear-gradient(90deg, rgba(46, 53, 129, 1) 0%, rgb(50 164 213) 100%)*/
    /*linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
}

.chooseus-section .outer-container {
    background: linear-gradient(90deg, rgba(46,53,129,1) 0%, rgba(55,169,225,1) 100%);
}

.industries-block-one .inner-box:before {
    background-color: #dedede;
}


.industries-section .industries-block-one {
    width: 20%;
    text-align: center;
}

.industries-block-one .inner-box {
    padding: 5px;
}

    .industries-block-one .inner-box .icon-box {
        margin-bottom: 0;
    }

.process-style-two .outer-container {
    background: linear-gradient(90deg, rgba(46,53,129,1) 0%, rgba(55,169,225,1) 100%);
}

.processing-block-two {
    width: 370px;
    height: 370px;
}

.subscribe-style-two .bg-color-2 {
    background: linear-gradient(90deg, rgba(46, 53, 129, 1) 0%, rgba(55, 169, 225, 1) 100%);
}

.main-footer.light-footer {
    background: linear-gradient(90deg, rgba(46, 53, 129, 1) 0%, rgba(55, 169, 225, 1) 100%);
}

.subscribe-style-two .inner-container {
    background: #1a1a1a;
}

.copyright a {
    color: #bdffb1 !important;
}


.main-footer.light-footer .social-links li a:hover {
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--theme-color-2);
}

.contact-section .info-box .single-item p {
    max-width: 100%
}

.mobile-menu .nav-logo img {
    max-width: 100%;
}

.mobile-ltr {
    direction: ltr;
}
.btn-lang-mobile {
    background-color: unset !important;
    padding: unset !important;
    float: unset !important;
}