/*   MSA! CSS */
body{
    text-align: right;
    background: linear-gradient( 45deg ,rgb(96, 43, 117) , rgb(230, 82, 230), rgb(119, 26, 225));
}
header{
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    z-index: 9999;
}
h1 , h2 , h3 , h4 , h5 , h6 , p {
    font-family: iransans !important;
    line-height: 2;
}
.stock-market-price #market-rate .main-wrapper .amount{
    font-family: iransans !important;
}
.our-feature-two .text .title {
    font-size: 40px;
}
.theme-banner-one .illustration{
    right: unset !important;
    left: 10%;
    top: 15%;
}
.theme-banner-one .main-text-wrapper {
    padding: 170px 0 120px;
}
.stock-market-price #market-rate , .progress-slider , .partner-slider , .theme-counter {
    direction: ltr;
}
.apps-overview .inner-wrapper {
    left: unset !important;
}
.apps-overview .inner-wrapper .s8-mockup{
    right: -110px;
}
.apps-overview .inner-wrapper .x-mockup{
    right: 250px;
}
.our-work-progress .section-title-wrapper{
    float: right;
    width: 30%;
}
.our-work-progress .main-wrapper .progress-slider-wrapper {
    float: left;
    width: 70%;
}
.partner-section {
    padding: 0px 0 50px;
}
.theme-title h2 {
    font-size: 50px;
}

.charts {
    margin:-250px 10% 0 !important;
    /* disable click */
    pointer-events: none;
}

.our-work-progress.bg-color{
    background-color: transparent !important;
}

header .bg-white {
    background-color: #ffffffad!important;
}

@media( max-width:668px)
{
    .our-work-progress .section-title-wrapper , .our-work-progress .main-wrapper .progress-slider-wrapper {
        width: 100%;
    }
    .charts {
        margin:-50px 10% 0 !important;
    }
    
}





