@media (min-width:1920px) {

    /* xl  desktop */
    .sec1 {
        background: url(../img/0bg3.jpg) 50% 0% no-repeat;
        background-size: cover;
        height: 700px;
    }

}

@media (min-width:992px) and (max-width:1199px) {

    /*   lg ipadpro*/
    .sec1 {
        background: url(../img/0bg3.jpg) 20% 50% no-repeat;
    }

    .filter {
        width: 600px;
        left: 40%;
    }

    .sec3 {
        background: url(../img/s3bg.jpg) 120% 50% no-repeat;
        background-size: cover;

    }

    .sec5 {
        background: #fff url(../img/s5bg.jpg) 20% 50% no-repeat;
        background-size: cover;

    }

    .sec4 {
        background: #fff url(../img/4bg.jpg) 80% 70% no-repeat;
        background-size: 150%;
    }

}

@media (min-width:768px) and (max-width:991px) {



    h1 {
        font-size: 22px;
    }

    h1 strong {
        font-size: 32px;
    }



    .filter {
        width: 500px;
        left: 40%;
    }


    .sec1 {
        height: 540px;
        background: url(../img/0bg3.jpg) 30% 80% no-repeat;
        background-size: cover;
    }

    .tio2 {
        left: 50px;
        bottom: 80px;
    }

    .title {
        font-size: 24px;
    }

    .sub_title {
        font-size: 15px;
    }

    .sec2 ul {
        margin-top: 20px !important;
    }

    .num {
        display: none;
    }

    .sec2 li {
        padding-left: 20px;
    }

    .sec3 strong,
    .sec5 strong {
        font-size: 22px;
    }

    .sec3 span,
    .sec5 span {
        font-size: 12px;
    }

    .work {
        width: 150px;
    }

    .work figure {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        padding: 15px;
    }

    .work figure:before {
        content: '';
        position: absolute;
        background: url(../img/icons/right-arrow.svg) 0% no-repeat;
        background-size: 50px;
        right: -50px;

    }

    .work span {
        font-size: 12px;
    }

    .mb-5 {
        margin-bottom: 20px !important;
    }

    .s4_content2 ul {
        max-width: 100%
    }

    .over {
        width: 200px;
    }

    .over span {
        font-size: 12px;
    }

    .over figure {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        padding: 15px;

    }

    .type {
        width: 50%;
        font-size: 12px;
        padding: 10px;
    }

}


@media (max-width:767px) {
    /*   xs heraxos*/


    h1 {
        font-size: 20px;
    }

    h1 strong {
        font-size: 24px;
    }



    .filter {
        width: 470px;
        left: 0%;
    }


    .sec1 {
        background: url(../img/0bg3.jpg) 15% 80% no-repeat;
        background-size: cover;
    }

    .tio2 {
        left: 50px;
        bottom: 130px;
    }


    .title {
        font-size: 24px;
    }

    .sub_title {
        font-size: 15px;
    }

    .sec2 {
        padding-top: 70px !important;
    }

    .s2_content {
        flex-direction: column;
    }

    .sec2 ul {
        margin-top: 20px !important;
    }

    .s2_filter {}

    .num {
        font-size: 50px;
        left: -32px;
        top: 50%;
        height: 80px;
        margin-top: -50px;
    }

    .sec2 li {
        padding-left: 30px;
        margin-left: 10px;
    }

    .sec3 {
        background: url(../img/s3bg.jpg) 100% 50% no-repeat;
    }

    .sec3 strong,
    .sec5 strong {
        font-size: 22px;
    }

    .sec3 span,
    .sec5 span {
        font-size: 12px;
        padding: 0;
    }

    .s5_content,
    .s3_content {
        background: none;
    }

    .sec4 {
        background: none;
    }

    .s4_content {
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }

    .work {
        width: 150px;
        margin-bottom: 30px;
    }

    .work figure {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
        padding: 20px;
    }

    .work figure:before {
        display: none;

    }

    .work span {
        font-size: 12px;
    }

    .mb-5 {
        margin-bottom: 20px !important;
    }

    .s4_content2 ul {
        max-width: 100%;
        padding: 0;
    }

    .s6_content {
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }

    .over {
        width: 300px;
    }

    .over span {
        font-size: 12px;
    }

    .over figure {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
        padding: 30px;

    }

    .type {
        width: 100%;
        font-size: 14px;
        padding: 40px 20px;
        margin-bottom: 0;
    }

    .s7_content {
        flex-direction: column;
        align-items: center;

    }

    */
}
