﻿/**********************************************************************************
********************************Prolist[start]*************************************
***********************************************************************************/
.baner-line{
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 97%;
    height: 19px;
    background: #fff;
    border-top-left-radius: 115px !important;
    right: 0px;
    margin: 0px auto;
    box-shadow: 0 -20px 20px 0 rgb(26 26 26 / 20%) !important;
    border-top-right-radius: 115px !important;
}
.DimoContent {
    max-width: 1200px;
}

.tagOff {
    height: 30px;
    padding-top:0;
}

.ti-pr-pg {
    font-weight: bold;
    font-size: 18px;
    padding-right: 15px;
    text-align: right;
    color: #222;
    padding-bottom: 35px;
}

.container-dv {
    max-width: 1100px;
    margin: 0 auto;
    padding: 140px 0 30px 0;
    position: relative;
}

.bx-panel {
    padding: 40px 0 10px 0;
    background-image: url(../images/pattern-14.png);
    background-repeat: repeat;
    margin-bottom: 30px;
    background-size: 95px;
}

.pn-tp {
    padding: 40px 0;
}

.dt-pr {
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #fff;
    padding: 18px 20px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(50,50,50,.16);
    box-shadow: 0 5px 10px 0 rgba(50,50,50,.16);
    text-align: center;
}

    .dt-pr h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .dt-pr:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -24px;
        background-color: #000;
        width: 2px;
        height: 24px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

.col-pj:hover .dt-pr {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
}

    .col-pj:hover .dt-pr:after {
        height: 48px;
        bottom: -48px;
    }

.content-num {
    position: relative;
    overflow: hidden;
}

    .content-num span {
        font-size: 30px;
        line-height: 42px;
        height: 36px;
        font-weight: bold;
        color: #383838;
        text-align: center;
        margin-top: 42px;
        display: block;
    }

.t-99 {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}

.large-title-info {
    font-size: 14px;
    line-height: 26px;
}

.col-pj:hover .content-num {
    -webkit-animation: animate-in-to-top-content 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: animate-in-to-top-content 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes animate-in-to-top-content {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

@keyframes animate-in-to-top-content {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

.grid-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-gallery figure {
    margin: 0;
}

    .grid-gallery figure img {
        display: block;
        width: 100%;
    }

.grid-gallery figcaption h3 {
    margin: 0;
    padding: 5px 25px;
    color: #1C1773;
    direction: rtl;
    text-align: justify;
    font-size: 17px;
    line-height: 22px;
}

.grid-gallery figcaption p {
    margin: 0;
    padding: 0px 25px 0px;
    text-align: justify;
    font-size: 12px;
    line-height: 21px;
    direction: rtl;
}

.grid-wrap {
    max-width: 1470px;
    margin: 5px auto;
    padding: 0 1em 1.875em;
}

.grid {
    margin: 0 auto;
    text-align: center;
}

    .grid li {
           width: 30.5%;
    display: inline-block;
    cursor: pointer;
    margin: 10px;
    border-radius: 18px;    background-color: #f3f1f1;    margin-top: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .5s;
    }
     .grid li:hover{
         background-color: #fff;
        transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .5s;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    }
        .grid li .title-padding {
        }

        .grid li h3 {
             text-align: center;
    padding: 20px 5px;
    color: #222;
  
    direction: rtl;
    line-height: 49px;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    border-radius: 0px 0px 18px 18px;
        }

            .grid li h3 span {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: unset;
            }

.project-nd {
    text-align: center;
    color: #000;
    position: relative;
    width: 200px;
    margin: 10px auto 50px auto;
}

.clear {
    clear: both;
}

.c-projects_link {
    position: relative;
    display: block;
    text-decoration: none;
    opacity: 1;
    transition: opacity .45s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition: opacity .45s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);
    transition: opacity .45s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.c-projects_background {
    transition: -webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition: transform .6s cubic-bezier(.4,0,.2,1);
    transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
}

.o-background {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

.c-projects_link {
    overflow: hidden;
    padding-bottom: 76%;
}

.c-projects_info {
    z-index: 2;
}

.o-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    max-height: 200px;border-radius: 18px 18px 0px 0px;
}

.c-projects_title {
    line-height: 1.25;
    margin-bottom: 15px;
    text-align: right;
}

.c-projects_link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #1e1e22;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    transition: -webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1),-webkit-transform .45s cubic-bezier(.4,0,.2,1);
}

.c-projects_link:hover::after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.c-projects_location {
    font-size: 12px;
    line-height: 25px;
    text-align: justify;
    direction: rtl;
}

.c-projects_info {
    position: absolute;
    right: 0;
    bottom: -1.875rem;
    left: 0;
    padding: 3.25rem 1.5em;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1),-webkit-transform .45s cubic-bezier(.4,0,.2,1);
    color: #fff;
}

.c-projects_location {
    margin-bottom: -0.5rem;
}

.c-projects_link:hover .c-projects_info {
    -webkit-transform: translateY(-1.875rem);
    -ms-transform: translateY(-1.875rem);
    transform: translateY(-1.875rem);
    transition-delay: .15s;
}


@media screen and (max-width: 60em) {

    .grid li {
        width: 28.0%;
    }



    .info-keys {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .grid li {
        width: 90%;
        margin-bottom: 20px;
    }

    /*.c-projects_location {
        display: none;
    }*/

    .c-projects_link {
        padding-bottom: 80%;
    }

    .pn-tp {
        padding: 20px 0 0 0;
    }

    .bx-wrap {
        padding: 0 15px;
    }

        .bx-wrap .col-xs-4 {
            width: 100%;
            margin-bottom: 30px;
        }

    .col-pj img {
        display: none;
    }

    .content-num {
        display: none;
    }
}



.prolistprice {
    padding-top: 5px;
}


.first-gh {
    text-decoration: line-through;
    padding: 5px;
    font-family: yekan,bkoodakbold;
    font-size: 14px;
    color: #4D545A;
}

.filter-bx {
      border: 1px solid #e4e4e4;
    margin: 0px auto;
 
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 7px 0px;
    background-color: white;
    border-radius: 13px;
    padding: 15px 20px;
    margin-bottom: 10px;
    direction: rtl;
}

.pr-srch {
    position: relative;
}

.pr-srch-txt {
  border: 1px solid #dddddd;
   
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    
    position: relative;
}
.pr-10{
    padding-right:10px;
}
.pl-10{
    padding-left:10px;
}
.pr-srch-btn {
    position: absolute;
    background: none;
    background-image: url(/app_themes/images/icons/search-black.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 33px;
    background-size: 18px;
    background-position: 8px 8px;
    left: 1px;
    border: none;
    top: 1px;
}

.filter-bx h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.filter-bx-cat {
    padding: 0 10px;
}

.filter-bx ul {
    padding: 0;
    list-style: none;
}

    .filter-bx ul li {
        border-bottom: 1px solid #d8d8d847;
        padding: 5px;
        display: block;
    }

        .filter-bx ul li a:hover {
            text-decoration: none;
        }

        .filter-bx ul li h4:hover {
            font-weight: bold;
            text-decoration: none;
        }


        .filter-bx ul li i {
            float: left;
        }

        .filter-bx ul li h4 {
          font-size: 13px;
    color: #454545;
    padding: 9px 0px;
        }

        .filter-bx ul li:last-child {
            border-bottom: 0;
        }
        .filter-bx-no-border li{
            border:none !important;
            padding:10px 5px !important;
        }
.paging-tbl {
    clear: both;
    margin: 0px auto;
    font-size: 15px;
    padding-top: 40px;
    display: inline-block;
}
.paging-tbl td{
    border:none !important;
} 
    .paging-tbl a {
        background: #ddd;
        padding: 0px 5px;
        width: 50px;
        position: relative;
        display: inline-block;
        text-align: center;
        color: #000;
        font-size: 14px;border-radius: 11px;
    }

        .paging-tbl a:hover {
            text-decoration: none;
        }

    .paging-tbl span span {
        border: 1px solid #a9a9a9;
        font-weight: bold;
        width: 50px;
        display: inline-block;
        text-align: center;border-radius: 11px;
    }
    .balsaweb_m-15{
        margin:15px auto !important;
    }
@media only screen and (max-width:760px) {
    .pro-img-bx {
        height: auto;
        max-height: 400px;
    }

    .filter-bx {
        height: auto;
    }
    .o-background{
        max-height:276px;
    }
}


/**********************************************************************************
*********************************Prolist[end]**************************************
***********************************************************************************/

        /* Overlay style */


        #trigger-overlay2 {
            display: none;
    color: #292b40;
    padding: 9px 10px;
    border: none;
    background: #ffffff00;
    float: right;
    font-size: 12px;
    font-weight: bold;
    direction: rtl;
        }

        .overlay2 {
            width: 100%;
            position: relative;
        }


            .overlay2 .overlay-close2 {
                width: 26px;
                height: 26px;
                position: absolute;
                left: 25px;
                top: 22px;
                overflow: hidden;
                border: none;
                background: url(/App_Themes/images/icons/close.png) no-repeat center center;
                text-indent: 200%;
                color: transparent;
                outline: none;
                z-index: 100;
                background-size: 19px;
            }

        .ms-filter {
            position: absolute !important;
            top: 21px !important;
            left: 23px !important;
            margin: 0px auto !important;
            width: 112px !important;
            text-align: center !important;
            background: #db2328 !important;
            color: #fff !important;
            padding: 5px 7px !important;
            font-size: 13px !important;
            border-radius: 5px !important;
            cursor: pointer !important;
            text-indent: 0 !important;
        }

        .overlay2 nav {
            text-align: center;
            position: relative;
            top: 50%;
            height: 60%;
            font-size: 54px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .overlay2 ul {
            list-style: none;
            padding: 0;
            margin: 0 auto;
            height: 100%;
            position: relative;
        }

            .overlay2 ul li {
                display: block;
                height: 20%;
            }



                .overlay2 ul li a:hover,
                .overlay2 ul li a:focus {
                    color: #e3fcb1;
                }


        .overlay2-hugeinc.open {
            opacity: 1;
            visibility: visible;
        }

        .overlay2-hugeinc nav {
            -webkit-perspective: 1200px;
            perspective: 1200px;
        }

            .overlay2-hugeinc nav ul {
                opacity: 0.4;
                -webkit-transform: translateY(-25%) rotateX(35deg);
                transform: translateY(-25%) rotateX(35deg);
                -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
                transition: transform 0.5s, opacity 0.5s;
            }

        .overlay2-hugeinc.open nav ul {
            opacity: 1;
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
        }

        .overlay2-hugeinc.close nav ul {
            -webkit-transform: translateY(25%) rotateX(-35deg);
            transform: translateY(25%) rotateX(-35deg);
        }

        .ti-fiter {
            padding: 9px 15px;
            direction: rtl;
            color: #000;
            font-weight: bold;
            box-shadow: 0 4px 4px 0 rgba(0,0,0,.08);
            display: none;
            background: #ebebeb;
        }

        .dr-overload {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 44%);
            z-index: 999999;
            overflow: hidden;
        }

        .show-filter {
            display: block !important;
            position: fixed;
            z-index: 999999;
            height: 198px;
            max-width: 80%;
            left: 0px;
            right: 0px;
            margin: 0px auto;
            top: 15%;
        }

        .dr-closeFilter {
            background-color: rgb(255, 255, 255);
            border: none;
            outline: none;
            position: absolute;
            top: 16px;
            left: 16px;
            padding: 8px;
            display: none;
            cursor: pointer;
            border-radius: 50%;
            box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
        }

        .show-filter .dr-closeFilter {
            display: flex;
        }

        @media screen and (max-width: 990px) {

            .overlay2 {
                position: fixed;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: #fff;
                z-index: 9999999999;
                overflow: scroll;
            }

            .overlay2-hugeinc {
                opacity: 0;
                visibility: hidden;
            }

            .dr-rw-filter {
                      display: block;
        width: 91%;
        margin: 10px auto;
            }

            #trigger-overlay2, .ti-fiter {
                display: block;
            }
        }
