body,html{
    overflow-x:hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    direction: rtl;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

a{
    text-decoration: none;

}

.main-layout-size{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.top-fixed-view{
    background: #20272d;
    height: 680px;
    background-image: url("../../images/top-header-view-2.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
}

.header-view{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 99;
    height: 80px;
}

.header-view.active{
    background:  #ffffff;
    box-shadow: 0 2px 10px 0 rgba(50,52,57,.11);
}

.header-layout-contr {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
}

.header-logo-view{
    flex: initial;
    content: " ";
    height: 51px;
    width: 193px;
    background-image: url("../../images/header-white.png");
    background-origin: padding-box;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 155px 41px;
}

.header-menu-btn{
    flex: 1;
    height: 51px;
    width: 51px;
    background-image: url("../../images/menu-button.svg");
    background-position: center left;
    margin-left: 30px;
    background-repeat: no-repeat;
    display: none;
    background-size: 34px 34px;
}

.header-view.active .header-logo-view{
    background-image: url("../../images/header.png");
}
.header-view.active .header-menu-btn {
    background-image: url("../../images/menu-button-black.svg");
}
.header-links-view{
    flex: 1;
    height: 70px;
    display: flex;
    align-items: center;
}

.header-view.active .header-link-btn-view{
    color: #4c4c4c;
}
.header-view.active .header-link-btn-view:hover{
    border: 2px #4c4c4c solid;
}
.header-link-btn-view{
    cursor: pointer;
    border-radius: 2px;
    font-family: "sky-bold" , Arial;
    flex: initial;
    transition: 0.2s all;
    padding: 10px 15px;
    padding-top: 14px;
    margin-right: 20px;
    color: #fff;
    border: 2px rgba(255,255,255,0) solid;
}

.header-link-btn-view:hover {
    border: 2px #ffffff solid;
}

.partners-box-view{
    margin-top: 100px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
}
.partners-box-view::after{
    content: "";
    position: absolute;
    background: #ffffff;
    height: 150px;
    transform: rotate(-3deg);
    top: -160px;
    width: 1600px;
    left: -80px;
    border-radius: 50px;
}
.partners-box-view::before{
    content: "";
    position: absolute;
    background: #ffffff;
    height: 150px;
    transform: rotate(3deg);
    width: 1600px;
    border-radius: 50px;
    top: -160px;
    right: -80px;
}
.partners-box-view-title{
    font-family: "sky-bold" , Arial;
    font-size: 30px;
    color: #4c4c4c;
    position: relative;
    text-align: center;
    padding: 10px;
}
.partners-box-view-title::before{
    content: "";
    width: 100px;
    height: 1px;
    background: #4c4c4c;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.partners-list-view{
    height: 140px;
}

.partners-list-item{
    width: 180px;
    height: 140px;
    background-origin: content-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.facebook-item-view{
    background-image: url("../../images/logo-facebook.png");
}
.youtube-item-view{
    background-image: url("../../images/logo-youtube.png");
}
.inst-item-view{
    background-image: url("../../images/logo-insta.png");
}
.twitter-item-view{
    background-image: url("../../images/logo-twitter.png");
}
.dailymotion-item-view{
    background-image: url("../../images/logo-dailymotion.png");
}
.snapchat-item-view{
    background-image: url("../../images/logo-snapchat.png");
}
.partners-box-view-list{
    position: absolute;
    top: -30px;
    left: 0px;
    right: 0px;
}

.clients-bottom-view{
    position: absolute;
    width: 1600px;
    left: -120px;
    top: -70px;
    background: #f4f5fb;
    height: 120px;
    transform: rotate(2deg);
}
.clients-top-view{
    position: absolute;
    width: 1600px;
    left: -120px;
    top: -60px;
    background: #fff;
    height: 120px;
    transform: rotate(-3deg);
}

.clients-list-box-view{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 80px;
}

.content-creators-join-us-btn{
    position: absolute;
    bottom: 20px;
    width: 200px;
    left: 0px;
    right: 0;
    padding-bottom: 5px;
    padding-top: 7px;
    background: #FFFFFF;
    color: #4c4c4c;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 3px;
    font-family: "sky-bold" , Arial;
}
.content-creators-bottom-view{
    background-image: linear-gradient(0deg,#4583d9,#4d8be5);
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    left: 0px;
    height: 150px;
}
.content-creators-box-view{
    padding-top: 70px;
    z-index: 5;
    position: relative;
}
.content-creators-title-view{
    transform: translate3d(50px , 0px , 10px);
    padding: 10px;
    text-align: center;
    font-family: "sky-bold" , Arial;
    font-size: 30px;
    color: #f12d1f;
}
.content-creators-side-view{
    background-image: url("../../images/content-creators-man.png");
    left: -100px;
    top: 100px;
    opacity: 0;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    width: 328px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

.partners-side-view{
    background-image: url("../../images/partners-side-image-view.png");
    left: 0px;
    top: 0px;
    opacity: 1;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    width: 328px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
.partners-box-view-caption{
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
    font-family: "sky-bold" , Arial;
    color: #E71D36;
}
.content-creators-items-list{
    display: flex;
    flex-wrap: wrap;
}
.content-creators-items-list-item{
    flex: 1 0 30%;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 2px;
    padding: 15px;
    color: #a1b1bc;
    opacity: 1;
    transform: scale(1.2,1.2);
    margin: 10px;
    font-family: "Shiraz" , Arial;
}
.content-creators-items-list-item-title {
    font-size: 18px;
    color: #ffffff;
    font-family: "sky-bold" , Arial;
}
.content-creators-caption-view{
    font-family: "shiraz" , Arial;
    transform: translate3d(0px , 20px , 10px);
    opacity: 0.5;
    font-weight: 400;
    font-size: 18px;
    color: #a1b1bc;
    text-align: center;
}
.clients-carousel-itemview{
    width: 168px;
    height: 168px;
    margin: 10px;
    background-repeat: no-repeat;
    background-size: 168px 168px;
    background-position: center;
    border-radius: 50%;
}
.clients-carousel-itemview-title{
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
    font-family: "sky-bold" , Arial;
    color: #5c5c5c;
}
.owl-prev{
    position: absolute;
    top: 30%;
    left: -30px;
    width: 30px;
    height: 30px;
    background-color:rgba(0,0,0,0.3);
    background-image: url("../../images/left-arrow.svg");
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    content: " ";
}
.owl-next{
    position: absolute;
    top: 30%;
    right: -30px;
    width: 30px;
    height: 30px;
    background-color:rgba(0,0,0,0.3);
    background-image: url("../../images/right-arrow.svg");
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    content: " ";
}
.owl-prev:hover , .owl-next:hover{
    background-color: rgba(0,0,0,0.4);
}
.partners-inner-boxview{
    opacity: 0;
    position: relative; height: 270px;
}
.clients-inner-boxview{
    opacity: 0;
    transform:translateY(-80px);
    position: relative; background: #f4f5fb;min-height: 450px
}
.services-inner-boxview{
    padding-top: 20px;
    position: relative;
    background-size: cover;
    min-height: 560px;
    background-repeat: no-repeat;
    background-color: #f4f5fb;
}
.services-overlay-view{
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.4;
}
.services-title-view{
    position: relative;
    color: #4c4c4c;
    text-align: center;
    font-family: "sky-bold" , Arial;
    font-size: 30px;
}
.services-title-view::before{
    content: "";
    width: 100px;
    height: 1px;
    background: #4c4c4c;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
.callus-alert-view{
    width: 70px;
    height: 40px;
    text-align: left;
    position: absolute;
    top: 13px;
    left: 50px;
    z-index: 9999;
    display: none;
    font-size: 14px;
    padding-right: 10px;
    color: red;
    font-family: "sky-bold" , Arial;
    padding-top: 7px;
}
.callus-form-line{
    padding: 10px;
    position: relative;
}
.callus-input-text{
    padding: 8px 14px;
    border: none;
    background: #FFFFFF;
    border-radius: 3px;
    font-family: "sky-bold" , Arial;
    font-size: 16px;
    width: calc(100% - 28px);
}
.callus-from-view{
    padding-top: 20px;
    transform: translateY(30px);
    width: 380px;
    float: right;
}
.callus-details-view{
    margin-right: 500px;
    transform: translateY(-30px);
}
.callus-send-btn{
    display: inline-block;
    cursor: pointer;
    width: 140px;
    border: none;
    height: 40px;
    font-family: "sky-bold" , Arial;
    font-size: 16px;
    background: #E71D36;
    color: #fff;
    text-align: center;
    padding: 5px 18px;
}
.callus-send-sent{
    width: 100%;
    color:green;
    display: block;
    font-family: "sky-bold" , Arial;
    font-size: 16px;
}
.callus-send-btn:hover{
    background: #e1162f;
}

.callus-send-loader {
    height: 40px;
    width: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-image: url("../../images/Spinner.svg");
}

.callus-inner-view{
    position: relative;
    background: #f7f7f5;
    padding-top: 20px;
}

.callus-phone-number-view,.callus-social-links-view,.callus-mail-view{
    margin-top: 50px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right 13px;
    font-family: "sky-bold" , Arial;
    font-size: 22px;
    padding-right: 44px;
}
.callus-phone-number-view{
    background-image: url("../../images/phone-receiver.svg");
}
.callus-mail-view{
    background-image: url("../../images/close-envelope.svg");
}
.callus-social-links-view{
    background-image: url("../../images/group.svg");
}
.callus-social-links-list{
    display: flex;
}
.callus-social-links-list-item{
    flex: initial;
    width: 38px;
    height: 38px;
    margin-right: 2px;
    margin-left: 2px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    transition: 0.2s all;
}
.social-link-facebook{
    background-image: url("../../images/facebook-logo-light.svg");
}
.social-link-twitter{
    background-image: url("../../images/twitter-logo-light.svg");
}
.social-link-insta{
    background-image: url("../../images/instagram-light.svg");
}
.social-link-snapchat{
    background-image: url("../../images/snapchat-light.svg");
}
.social-link-facebook:hover{
    background-image: url("../../images/facebook-logo.svg");
}
.social-link-twitter:hover{
    background-image: url("../../images/twitter.svg");
}
.social-link-insta:hover{
    background-image: url("../../images/instagram.svg");
}
.social-link-snapchat:hover{
    background-image: url("../../images/snapchat.svg");
}
.callus-side-view{
    background-image: url("../../images/live-support-girl.jpg");
    left: -100px;
    opacity: 0.5;
    top: 0px;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    width: 408px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

.about-inner-view{
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3c3c3c;
}

.about-copyright-title{
    font-family: "sky-bold" , Arial;
    padding-right: 10px;
    color: #f4f5fb;
}

.about-caption-box-view{
    padding: 10px;
    font-family: "shiraz" , Arial;
    border-radius: 10px;
    margin-top: 10px;
    line-height: 150%;
    color: #f1f1f1;
    text-align: right;
}
.services-item-box-view{
    background-size: 58px 58px;
    font-family: "shiraz" , Arial;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 80px;
}
.services-item-layout-view{
    background: #FFFFFF;
    width: 420px;
    padding: 15px;
}
.services-item-layout-right-radius{
    -webkit-border-radius: 14px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 14px;
    -moz-border-radius-topright: 0;
    border-radius: 14px;
    border-top-right-radius: 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.02);
    border: 1px rgba(0,0,0,0.06) solid;
}
.services-item-layout-left-radius{
    float: left;
    -webkit-border-radius: 14px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 14px;
    -moz-border-radius-topleft: 0;
    border-radius: 14px;
    border-top-left-radius: 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.02);
    border: 1px rgba(0,0,0,0.06) solid;
}
.services-item-title{
    font-size: 22px;
    font-family: "sky-bold" , Arial;
}
.services-item-coding{
    background-image: url("../../images/coding.svg");
}
.services-item-secure{
    background-image: url("../../images/shield.svg");
}
.services-item-caption{
    font-size: 16px;
    color: #4c4c4c;
    font-family: Tahoma;
}

.services-item-design{
    background-image: url("../../images/palette.svg");
}
.services-item-social{
    background-image: url("../../images/megaphone.svg");
}
.content-creators-inner-boxview{
    position: relative; background-image: url("../../images/1.jpg");min-height: 550px;
}

@media screen and (max-width: 840px) {

    .services-inner-boxview{
        min-height: 620px;
    }
    .services-item-layout-view{
        margin: 10px;
        width: calc(100% - 20px);
    }

    .about-caption-box-view{

        margin: 10px;

    }

    .callus-input-text {
        width: 100%;
    }

    .main-layout-size {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .content-creators-side-view {
        display: none;
    }

    .partners-inner-boxview {
        height: 260px;
    }

    .header-links-view ,.callus-side-view{
        display: none;
    }

    .header-links-view{
        position: fixed;
        top: 80px;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        background: #FFFFFF;
        left: 10px;
        width: 210px;
        border-top: 3px #4d8be5 solid;
        height: 350px;
        box-shadow: 2px 2px 1px rgba(0,0,0,0.02);
    }
    .owl-prev , .owl-next {
        display: none;
    }
    .header-link-btn-view{
        display: block;
        flex: 100%;
        color: #000000;
    }

    .header-link-btn-view:hover , .header-view.active .header-link-btn-view:hover{
        border: 2px transparent solid;
    }

    .header-menu-btn {
        display: block;
    }

    .clients-top-view {
        height: 60px;
    }

    .clients-list-box-view {
        top: 40px;
    }

    .clients-inner-boxview {
        height: 300px;
    }

    .callus-from-view {
        width: 100%;
        float: none;
    }

    .callus-details-view{
        margin-right: 10px;
        padding-bottom: 10px;
    }

    .partners-side-view {
        display: none;
    }

    .content-creators-inner-boxview{
        min-height: 850px;
    }

}

.partners-inner-boxview.in-view{
    transition: 1s all;
    z-index: 10;
    opacity: 1;
}
.clients-inner-boxview.in-view{
    transition: 1s all;
    opacity: 1;
    z-index: 10;
    transform: translateY(0px);
}

.content-creators-inner-boxview.in-view .content-creators-title-view{
    transition: 1s all;
    transform: translate3d(0px , 0px , 10px);
}
.content-creators-inner-boxview.in-view .content-creators-side-view {
    transition: 1s all;
    left: 0px;
    opacity: 1;
}
.content-creators-inner-boxview.in-view .content-creators-caption-view {
    transition: 1s all;
    left: 0px;
    opacity: 1;
    transform: translate3d(0px , 0px , 10px);
}
.content-creators-inner-boxview.in-view .content-creators-items-list-item{
    transition: 1s all;
    transform: scale(1 ,1);
    z-index: 11;
    opacity: 1;
}
.callus-inner-view.in-view .callus-side-view{
    transition: 1s all;
    opacity: 1;
    left: 0px;
}
.callus-inner-view.in-view .callus-from-view{
    transition: 1s all;
    transform: translateY(0px);
}
.callus-inner-view.in-view .callus-details-view{
    transition: 1s all;
    transform: translateY(0px);
}
.owl-dots{
    margin-top: 15px;
    text-align: center;
}
.owl-dot{
    display: inline-block;
    width: 10px;
    height:10px;
    margin: 5px 10px;
    background: #D6D6D6;
    border-radius: 50%;
}
.owl-dot.active{
    background: #869791;
}
.light-font{
    font-family: Tahoma;
    font-weight: lighter;
}
.main-parallax-view{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.main-parallax-content-view{
    position: absolute;
    cursor: pointer;
    top: 250px;
    background: #E71D36;
    font-family: "sky-bold" , Arial;
    font-size: 26px;
    padding: 6px 40px;
    padding-bottom: 4px;
    left: 0;
    right: 0;
    z-index: 3;
    margin-right: auto;
    margin-left: auto;
    width: 240px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    border: 2px #E71D36 solid;
    transition: 0.3s all;
}
.main-parallax-content-view:hover{
    background: #f12740;
}
.main-parallax-item-view{
    font-family: "sky-bold" , Arial;
    position: absolute;
    color: #FFFFFF;
    border-radius: 50%;
    top: 140px;
    font-size: 22px;
    text-align: center;
    /*    box-shadow: 1px 7px 1px rgba(0,0,0,0.2);
*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 32px 32px;
    padding-top: 10px;
}
.pp1{
    top: 120px;left: 80px; width: 100px; height: 100px; line-height: 100px;
    background-image: url("../../images/karaoke-microphone-icon.svg");
    background-position: center 5px;
    padding-top: 20px;
    background-size: 42px 42px;
}
.pp2{
    top: 320px; left: 190px; width: 100px; height: 100px; line-height: 100px;
    background-image: url("../../images/oscar-statue.svg");
    background-size: 52px 52px;
    padding-top: 30px;
}
.pp3{
    top: 140px; right: 160px; width: 100px; height: 100px; line-height: 100px;
    background-image: url("../../images/volleyball.svg");
    background-size: 52px 52px;
    padding-top: 30px;
}
.pp4{
    top: 390px; right:140px; width: 170px; height: 170px; line-height: 170px;
    background-image: url("../../images/desktop-monitor.svg");
    background-size: 52px 52px;
}
.pp5{
    top: 150px; left: 290px; width: 170px; height: 170px; line-height: 170px;
    background-image: url("../../images/youtube-gold.svg");
    background-size: 68px 68px;
}
.pp6{
    top: 420px; right: 430px; width: 160px; height: 160px; line-height: 160px;
    background-image: url("../../images/copyright-symbol.svg");
    background-size: 52px 52px;

}
.pp7{
    top: 210px; right: 300px; width: 170px; height: 170px; line-height: 170px;
    background-image: url("../../images/folded-newspaper.svg");
    background-size: 52px 52px;
}
.pp8{
    top: 380px; left: 390px; width: 170px; height: 170px; line-height: 170px;
    background-image: url("../../images/star.svg");
    background-size: 52px 52px;
}
@media screen and (max-width: 840px) {
    .pp1{
        top: 400px;left: 100px; width: 100px; height: 100px; line-height: 100px;
    }
    .pp2{
        top: 340px; left: -10px; width: 100px; height: 100px; line-height: 100px;
    }
    .pp3{
        top: 125px; right: 10px; width: 100px; height: 100px; line-height: 100px;
    }
    .pp4{
        top: 510px; right:90px; width: 170px; height: 170px; line-height: 170px;
    }
    .pp5{
        top: 110px; left: 20px; width: 170px; height: 170px; line-height: 170px;
    }
    .pp6{
        top: 420px; right: 430px; width: 160px; height: 160px; line-height: 160px;
    }
    .pp7{
        top: 350px; right: -25px; width: 170px; height: 170px; line-height: 170px;
    }
    .pp8{
        top: 380px; left: 390px; width: 170px; height: 170px; line-height: 170px;
    }
}