@charset "utf-8";
/* create by https://caktoos.ir */

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.woff') format('woff');
    src: url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body{
    margin: 0;
    width: 100%;
    font-family: 'IRANSansXFaNum';
    direction: rtl;
}
h1,h2,h3,h4,input,p,textarea{
    font-family: 'IRANSansXFaNum';
}
@media (min-width: 1024px) {

    header{
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-shadow: 0px 5px 10px #c7c7c7;
        z-index: 10000000000000000000;
        background-color: white;
        position: absolute;
    }
    header a{
        text-decoration: none;
        color: #171717;
    }
    .top-menu{
        padding-top: 37px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .top-menu a{
        margin-right: 31px;
    }

    .logo{
        padding-top: 7px;
        margin-left: 5%;
        width: 6%;
        margin-right: 3%;
    }
    .logo img{
        width: 100%;
    }
    .slider-main{
        padding-top: 100px;
        overflow: hidden;
    }
    .dlmenu{
        margin: auto;
        margin-top: 90px;
        width: 90%;
        display: flex;
        justify-content: space-around;
    }
    .dlmenu a{
        text-decoration: none;
    }
    .dlmenu img{
        width: 200px;
        box-shadow: 5px 9px 10px #ababab;
        border-radius: 10px;
    }
    .mobileapp{
        width: 100%;
        background-color: #f9f9f9;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin-top: 70px;
        padding-bottom: 50px;
    }
    .mobileapp .mitem img{
        width: 60%;
        margin: auto;
        display: block;
    }
    .mobileapp .mitem h1{
        margin: auto;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .itemshows{
        width: 75%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: auto;
        margin-top: 20px;
        background-color: #e7e7e7;
        border-radius: 10px;
        padding: 10px 10px;
        box-shadow: 4px 5px 8px #b9b9b9;
        transition: 1s ease;
        cursor: pointer;
    }
    .itemshows:hover{
        width: 77%;
        box-shadow: 5px 13px 8px #b9b9b9;
    }
    .topstart{
        width: 100%;
        height: 120px;
    }
    .itemshows .logoitem{
        width: 25%;
    }
    .itemshows .infoitem{
        width: 75%;
        padding-top: 4px;
    }
    .itemshows .infoitem h1{
        margin: 0;
        margin-right: 8px;
        font-size: 20px;
    }
    .itemshows .infoitem h2{
        margin: 0;
        margin-right: 8px;
        font-size: 13px;
        font-weight: normal;
        color: #5d5d5d;
    }
    .itemshows .logoitem img{
        width: 100%;
        margin-top: 5px;
    }
    .mobileapp .mitem{
        width: 33%;
    }
    .mobileapp .litem{
        width: 33%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .mobileapp .ritem{
        width: 33%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .abuteus-main{
        background-image: url(../image/abuteus.webp);
        width: 100%;
        height: 280px;
        margin-top: 45px;
        padding-top: 25px;
    }
    .abuteus-main h1{
        color: white;
        width: 100%;
        text-align: center;
    }
    .abuteus-main h2{
        color: white;
        width: 100%;
        text-align: center;
    }
    .btn-w{
        text-decoration: none;
        color: white;
        font-weight: bolder;
        border: solid 2px #fff;
        padding: 6px 20px;
        margin: auto;
        display: block;
        width: fit-content;
        background-color: #ffffff1f;
        border-radius: 10px;
        transition: 1s ease;
    }
    .btn-w:hover{
        background-color: #fff;
        color: black;
    }

    .btn-b{
        text-decoration: none;
        color: black;
        font-weight: bolder;
        border: solid 2px #000;
        padding: 6px 20px;
        margin: auto;
        display: block;
        width: fit-content;
        background-color: #ffffff1f;
        border-radius: 10px;
        transition: 1s ease;
    }
    .btn-b:hover{
        background-color: #000;
        color: white;
    }

    .blog-mainb .titles{
        width: 100%;
        text-align: center;
    }
    .blog-mainb{
        width: 90%;
        margin: auto;
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .main-items{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
    }
    .main-items a{
        text-decoration: none;
    }
    .main-items .ritems{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 70%;
        margin-left: auto;
        background-color: #eee;
        padding: 19px 21px;
        border-radius: 20px;
        box-shadow: 6px 4px 10px #a3a3a3;
        transition: 1s ease;
        margin-bottom: 40px;
    }
    .main-items .ritems:hover{
        width: 72%;
        box-shadow: 16px 13px 10px #a3a3a3;
    }
    .main-items .ritems img{
        width: 30%;
        border-radius: 15px;
        box-shadow: 9px 6px 11px #9d9a9a;
    }
    .main-items .ritems .dicitems{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .main-items .ritems .dicitems h1{
        margin: 0;
        margin-right: 25px;
        font-size: 24px;
        margin-top: 21px;
        color: black;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .main-items .ritems .dicitems h2{
        margin: 0;
        margin-right: 25px;
        font-size: 17px;
        color: #575757;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }


    .main-items .litems{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 70%;
        margin-right: auto;
        background-color: #eee;
        padding: 19px 21px;
        border-radius: 20px;
        box-shadow: 6px 4px 10px #a3a3a3;
        transition: 1s ease;
        margin-bottom: 40px;
    }
    .main-items .litems:hover{
        width: 72%;
        box-shadow: 16px 13px 10px #a3a3a3;
    }
    .main-items .litems img{
        width: 30%;
        border-radius: 15px;
        box-shadow: 9px 6px 11px #9d9a9a;
    }
    .main-items .litems .dicitems{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .main-items .litems .dicitems h1{
        margin: 0;
        margin-right: 25px;
        font-size: 24px;
        margin-top: 21px;
        color: black;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .main-items .litems .dicitems h2{
        margin: 0;
        margin-right: 25px;
        font-size: 17px;
        color: #575757;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }


    .main-items .litemsb{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 90%;
        margin-right: auto;
        background-color: #eee;
        padding: 19px 21px;
        border-radius: 20px;
        box-shadow: 6px 4px 10px #a3a3a3;
        transition: 1s ease;
        margin-bottom: 40px;
    }
    .main-items .litemsb:hover{
        width: 91%;
        box-shadow: 16px 13px 10px #a3a3a3;
    }
    .main-items .litemsb img{
        width: 30%;
        height: fit-content;
        border-radius: 15px;
        box-shadow: 9px 6px 11px #9d9a9a;
    }
    .main-items .litemsb .dicitems{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .main-items .litemsb .dicitems h1{
        margin: 0;
        margin-right: 25px;
        font-size: 21px;
        margin-top: 21px;
        color: black;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .main-items .litemsb .dicitems h2{
        margin: 0;
        margin-right: 25px;
        font-size: 15px;
        color: #575757;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }





    .abutmain{
        width: 80%;
        margin: auto;
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .abutmain .rmenu{
        background-color: #fd7611;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 20px 25px 20px 80px;
        border-radius: 0px 10px 10px 0px;
    }
    .abutmain .rmenu .items{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    .abutmain .rmenu .items h2{
        margin: 0px;
        color: white;
        margin-top: 10px;
        font-size: 18px;
    }
    .abutmain .rmenu .items i{
        color: white;
        font-size: 23px;
        margin-left: 13px;
        border: solid 2px white;
        padding: 8px;
        border-radius: 40px;
        height: fit-content;
        width: fit-content;
    }
    .abutmain .lmenu{
        background-color: #eee;
        padding: 20px 25px 20px 25px;
        border-radius: 10px 0px 0px 10px;
    }
    .abutmain .lmenu .formcn{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .abutmain .lmenu .formcn .itemss{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
    .abutmain .lmenu .formcn .itemss input[type=text]{
        margin-right: 11px;
        padding: 10px;
        border: solid 1px #cbcbcb;
        border-radius: 5px;
        text-align: center;
    }
    .abutmain .lmenu .formcn .itemss textarea{
        margin-right: 11px;
        padding: 10px;
        border: solid 1px #cbcbcb;
        border-radius: 5px;
        text-align: right;
        direction: rtl;
        width: 100%;
    }
    .topbnname{
        background-image: url('../image/tools/header.webp');
        width: 100%;
        height: 125px;
        padding-top: 160px;
        box-shadow: -8px 8px 10px #f1f1f1;
        background-repeat: no-repeat;
        background-color: #fb6216;
    }



    footer{
        width: 100%;
        padding-top: 240px;
        padding-bottom: 25px;
    }
    footer h1{
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 15px;
        color: #b9b9b9;
        font-weight: 100;
    }
    footer a{
        color: black;
        text-decoration: none;
    }

    .mrnav{
        width: 35%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .mrnav .steps{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-bottom: 60px;
    }
    .mrnav .steps h1{
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 21px;
        border-bottom: solid 2px #757575;
        padding-bottom: 9px;
        color: #414141;
    }
    .mrnav .steps .part{
        width: 90%;
        margin: auto;
        margin-top: 15px;
        border-radius: 6px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .mrnav .steps .part input[type=text]{
        border: none;
        font-size: 18px;
        outline: none;
        border-top: solid 1px #919191;
        border-right: solid 1px #919191;
        border-bottom: solid 1px #919191;
        border-radius: 0px 10px 10px 0px;
        padding: 8px 11px;
    }
    .mrnav .steps .part i{
        background-color: #fc6914;
        color: white;
        padding: 15px 18px;
        border-radius: 10px 0px 0px 10px;
        cursor: pointer;
    }
    .mrnav .steps a{
        text-decoration: none;
        color: #3f3f3f;
        width: 98%;
        display: block;
        margin: 0px 7px;
        padding: 10px 0px;
        transition: 1s ease;
    }
    .mrnav .steps a:hover{
        background-color: #f7f7f7;
    }
    .main-sblog{
        width: 100%;
    }
    .main-sblog .image{
        width: 100%;
    }
    .main-sblog .image img{
        margin: auto;
        display: block;
        width: 50%;
    }
    .main-sblog h1{
        width: 90%;
        margin: auto;
        margin-top: 25px;
        text-align: center;
    }
    .main-sblog p{
        width: 90%;
        margin: auto;
        margin-top: 25px;
    }
}
@media (max-width: 1024px) {

    header{
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        box-shadow: 0px 5px 10px #c7c7c7;
        z-index: 10000000000000000000;
        background-color: white;
        position: absolute;
    }
    header a{
        text-decoration: none;
        color: #171717;
    }
    .top-menu{
        padding-top: 37px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .top-menu a{
        margin-right: 31px;
    }

    .logo{
        padding-top: 7px;
        margin-left: 5%;
        width: 6%;
        margin-right: 3%;
    }
    .logo img{
        width: 100%;
    }
    .slider-main{
        padding-top: 100px;
        overflow: hidden;
    }
    .dlmenu{
        margin: auto;
        margin-top: 90px;
        width: 90%;
        display: flex;
        justify-content: space-around;
    }
    .dlmenu a{
        text-decoration: none;
    }
    .dlmenu img{
        width: 200px;
        box-shadow: 5px 9px 10px #ababab;
        border-radius: 10px;
    }
    .mobileapp{
        width: 100%;
        background-color: #f9f9f9;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin-top: 70px;
        padding-bottom: 50px;
    }
    .mobileapp .mitem img{
        width: 60%;
        margin: auto;
        display: block;
    }
    .mobileapp .mitem h1{
        margin: auto;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .itemshows{
        width: 75%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: auto;
        margin-top: 20px;
        background-color: #e7e7e7;
        border-radius: 10px;
        padding: 10px 10px;
        box-shadow: 4px 5px 8px #b9b9b9;
        transition: 1s ease;
        cursor: pointer;
    }
    .itemshows:hover{
        width: 77%;
        box-shadow: 5px 13px 8px #b9b9b9;
    }
    .topstart{
        width: 100%;
        height: 120px;
    }
    .itemshows .logoitem{
        width: 25%;
    }
    .itemshows .infoitem{
        width: 75%;
        padding-top: 4px;
    }
    .itemshows .infoitem h1{
        margin: 0;
        margin-right: 8px;
        font-size: 20px;
    }
    .itemshows .infoitem h2{
        margin: 0;
        margin-right: 8px;
        font-size: 13px;
        font-weight: normal;
        color: #5d5d5d;
    }
    .itemshows .logoitem img{
        width: 100%;
        margin-top: 5px;
    }
    .mobileapp .mitem{
        width: 33%;
    }
    .mobileapp .litem{
        width: 33%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .mobileapp .ritem{
        width: 33%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .abuteus-main{
        background-image: url(../image/abuteus.webp);
        width: 100%;
        height: 280px;
        margin-top: 45px;
        padding-top: 25px;
    }
    .abuteus-main h1{
        color: white;
        width: 100%;
        text-align: center;
    }
    .abuteus-main h2{
        color: white;
        width: 100%;
        text-align: center;
    }
    .btn-w{
        text-decoration: none;
        color: white;
        font-weight: bolder;
        border: solid 2px #fff;
        padding: 6px 20px;
        margin: auto;
        display: block;
        width: fit-content;
        background-color: #ffffff1f;
        border-radius: 10px;
        transition: 1s ease;
    }
    .btn-w:hover{
        background-color: #fff;
        color: black;
    }

    .btn-b{
        text-decoration: none;
        color: black;
        font-weight: bolder;
        border: solid 2px #000;
        padding: 6px 20px;
        margin: auto;
        display: block;
        width: fit-content;
        background-color: #ffffff1f;
        border-radius: 10px;
        transition: 1s ease;
    }
    .btn-b:hover{
        background-color: #000;
        color: white;
    }

    .blog-mainb .titles{
        width: 100%;
        text-align: center;
    }
    .blog-mainb{
        width: 90%;
        margin: auto;
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .main-items{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
    }
    .main-items a{
        text-decoration: none;
    }
    .main-items .ritems{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 70%;
        margin-left: auto;
        background-color: #eee;
        padding: 19px 21px;
        border-radius: 20px;
        box-shadow: 6px 4px 10px #a3a3a3;
        transition: 1s ease;
        margin-bottom: 40px;
    }
    .main-items .ritems:hover{
        width: 72%;
        box-shadow: 16px 13px 10px #a3a3a3;
    }
    .main-items .ritems img{
        width: 30%;
        border-radius: 15px;
        box-shadow: 9px 6px 11px #9d9a9a;
    }
    .main-items .ritems .dicitems{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .main-items .ritems .dicitems h1{
        margin: 0;
        margin-right: 25px;
        font-size: 24px;
        margin-top: 21px;
        color: black;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .main-items .ritems .dicitems h2{
        margin: 0;
        margin-right: 25px;
        font-size: 17px;
        color: #575757;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }


    .main-items .litems{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 70%;
        margin-right: auto;
        background-color: #eee;
        padding: 19px 21px;
        border-radius: 20px;
        box-shadow: 6px 4px 10px #a3a3a3;
        transition: 1s ease;
        margin-bottom: 40px;
    }
    .main-items .litems:hover{
        width: 72%;
        box-shadow: 16px 13px 10px #a3a3a3;
    }
    .main-items .litems img{
        width: 30%;
        border-radius: 15px;
        box-shadow: 9px 6px 11px #9d9a9a;
    }
    .main-items .litems .dicitems{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .main-items .litems .dicitems h1{
        margin: 0;
        margin-right: 25px;
        font-size: 24px;
        margin-top: 21px;
        color: black;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .main-items .litems .dicitems h2{
        margin: 0;
        margin-right: 25px;
        font-size: 17px;
        color: #575757;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }


    .main-items .litemsb{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 90%;
        margin-right: auto;
        background-color: #eee;
        padding: 19px 21px;
        border-radius: 20px;
        box-shadow: 6px 4px 10px #a3a3a3;
        transition: 1s ease;
        margin-bottom: 40px;
    }
    .main-items .litemsb:hover{
        width: 91%;
        box-shadow: 16px 13px 10px #a3a3a3;
    }
    .main-items .litemsb img{
        width: 30%;
        height: fit-content;
        border-radius: 15px;
        box-shadow: 9px 6px 11px #9d9a9a;
    }
    .main-items .litemsb .dicitems{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .main-items .litemsb .dicitems h1{
        margin: 0;
        margin-right: 25px;
        font-size: 21px;
        margin-top: 21px;
        color: black;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .main-items .litemsb .dicitems h2{
        margin: 0;
        margin-right: 25px;
        font-size: 15px;
        color: #575757;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }





    .abutmain{
        width: 80%;
        margin: auto;
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .abutmain .rmenu{
        background-color: #fd7611;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 20px 25px 20px 80px;
        border-radius: 0px 10px 10px 0px;
    }
    .abutmain .rmenu .items{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    .abutmain .rmenu .items h2{
        margin: 0px;
        color: white;
        margin-top: 10px;
        font-size: 18px;
    }
    .abutmain .rmenu .items i{
        color: white;
        font-size: 23px;
        margin-left: 13px;
        border: solid 2px white;
        padding: 8px;
        border-radius: 40px;
        height: fit-content;
        width: fit-content;
    }
    .abutmain .lmenu{
        background-color: #eee;
        padding: 20px 25px 20px 25px;
        border-radius: 10px 0px 0px 10px;
    }
    .abutmain .lmenu .formcn{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .abutmain .lmenu .formcn .itemss{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
    .abutmain .lmenu .formcn .itemss input[type=text]{
        margin-right: 11px;
        padding: 10px;
        border: solid 1px #cbcbcb;
        border-radius: 5px;
        text-align: center;
    }
    .abutmain .lmenu .formcn .itemss textarea{
        margin-right: 11px;
        padding: 10px;
        border: solid 1px #cbcbcb;
        border-radius: 5px;
        text-align: right;
        direction: rtl;
        width: 100%;
    }
    .topbnname{
        background-image: url('../image/tools/header.webp');
        width: 100%;
        height: 125px;
        padding-top: 160px;
        box-shadow: -8px 8px 10px #f1f1f1;
        background-repeat: no-repeat;
        background-color: #fb6216;
    }



    footer{
        width: 100%;
        padding-top: 240px;
        padding-bottom: 25px;
    }
    footer h1{
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 15px;
        color: #b9b9b9;
        font-weight: 100;
    }
    footer a{
        color: black;
        text-decoration: none;
    }

    .mrnav{
        width: 35%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .mrnav .steps{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-bottom: 60px;
    }
    .mrnav .steps h1{
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 21px;
        border-bottom: solid 2px #757575;
        padding-bottom: 9px;
        color: #414141;
    }
    .mrnav .steps .part{
        width: 90%;
        margin: auto;
        margin-top: 15px;
        border-radius: 6px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .mrnav .steps .part input[type=text]{
        border: none;
        font-size: 18px;
        outline: none;
        border-top: solid 1px #919191;
        border-right: solid 1px #919191;
        border-bottom: solid 1px #919191;
        border-radius: 0px 10px 10px 0px;
        padding: 8px 11px;
    }
    .mrnav .steps .part i{
        background-color: #fc6914;
        color: white;
        padding: 15px 18px;
        border-radius: 10px 0px 0px 10px;
        cursor: pointer;
    }
    .mrnav .steps a{
        text-decoration: none;
        color: #3f3f3f;
        width: 98%;
        display: block;
        margin: 0px 7px;
        padding: 10px 0px;
        transition: 1s ease;
    }
    .mrnav .steps a:hover{
        background-color: #f7f7f7;
    }
    .main-sblog{
        width: 100%;
    }
    .main-sblog .image{
        width: 100%;
    }
    .main-sblog .image img{
        margin: auto;
        display: block;
        width: 50%;
    }
    .main-sblog h1{
        width: 90%;
        margin: auto;
        margin-top: 25px;
        text-align: center;
    }
    .main-sblog p{
        width: 90%;
        margin: auto;
        margin-top: 25px;
    }
}
