﻿ 

.mainlang {
    position: absolute;
    right: 1%;
    top: 1px;
}
    .mainlang input {
        margin: 1px;
        cursor: pointer;
        width: 20px;
        height: 17px;
    }
.intro-header {
    width: 100%;
    max-height: 300px;
}
.DimoContent {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 3px 3px 0 0;
    direction: rtl;
    text-align: justify;
    padding: 7px auto;
    color: #000;
    margin: 10px auto;
    min-width: 183px;
    font-size: 13px;
    line-height: 33px;
    margin-top: 9px;
    font-family: iranyekan;
    background: #fff;
    margin-bottom: 3px;
    width: 90%;
    max-width: 1400px;
    overflow: hidden;
    min-height: 300px;
}

    .DimoContent h2 {
        font-size: 19px;
        padding: 15px 0 10px;
        font-weight: bold;
        color: #2d2d2d;
        line-height: 30px;
    }
    .DimoContent h3 {
        font-size: 17px;
        padding: 15px 0 10px;
        line-height: 30px;
    }
    .DimoContent h4 {
        font-size: 17px;
        padding: 15px 0 10px;
    }
    .DimoContent ul li {
        list-style: inside;
    }
    .DimoContent .title-ln {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

    .DimoContent .dt-balsa {
        width: 25px;
        background: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
    }

        .DimoContent .dt-balsa span {
            background-color: #a30000 !important;
            display: block;
            border-radius: 50%;
        }

            .DimoContent .dt-balsa span:nth-child(1) {
                width: 6px;
                height: 6px;
            }

            .DimoContent .dt-balsa span:nth-child(2) {
                width: 4px;
                height: 4px;
                margin-left: 1.5px;
            }

            .DimoContent .dt-balsa span:nth-child(3) {
                width: 3px;
                height: 3px;
                margin-top: 1px;
            }
.dimo_introtitle {
    font: 18px iranyekan,arial;
    direction: rtl;
    text-align: right;
    line-height: 27px;
    padding-right: 3px;
     
}
    /*.dimo_introtitle:before {
        display: inline-block;
        border-top: 1px dashed #777777;
        position: relative;
        color: #979797;
        min-width: 40px;
        content: "";
        bottom: 2px;
    }*/

    .dimo_introtitle a {
        color: #000;
    }

.frmdetail {
    text-align: right;
    margin-top: 3px;
    font: 12px yekannumber,iransansweb;
    direction: rtl;
    color: #969595;
    padding: 3px 0;
    margin-bottom: 25px;
    overflow: hidden;
}

    .frmdetail a {
        color: #393939;
        text-decoration: none;
    }

    .frmdetail i {
        font-size: 14px;
        color: #6467be;
        margin-left: 3px;
        padding: 5px 5px 5px 3px;
        float: right;
    }
.dimo-icon {
    float: right;
}

    .dimo-icon i, .dimo-icon svg {
        margin-left: 3px;
        font-size: 10px;
    }

    .dimo-icon span {
        margin-left: 10px;
        font-size: 11px;
    }
.theme-color-default {
    color: #fff;
    background-color: #8c1f1f;
}

    .theme-color-default:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        color: #000;
    }

    .theme-color-default:hover {
        opacity: 1;
    }

.balsa-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.balsa-btn {
    border: none;
    padding: 0 15px;
    opacity: 0.8;
    line-height: 33px;
    min-width: 90px;
}

.balsa-txt {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #c8c8c8;
    font-weight: bold;
    font-size: 12px;
    font-family: 'IRANSansWeb';
    min-height: 33px;
}
.ulProList li{
    width:24%;
    list-style:none;
    text-align:center;
    margin:3px;
    float:right;
    margin-bottom:10px;
    overflow:hidden;
}
    .ulProList img{
        width:100%;
    }
.ulProList h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px;
    background: #e6e6e661;
    color: #313131;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}

.breadcrumb-container {
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    outline: 1px solid rgba(0, 0, 0, 0.00);
}


/**********************************************************************************
********************************Preloader[start]***********************************
***********************************************************************************/
.preloadbox {
    background-image: url(/App_Themes/images/Preoloader/Preloader.gif);
    background-size: 155px;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.preloader {
    top: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

    .preloader p {
        width: 100%;
        height: 40px;
        color: #09005f;
        text-align: center;
        vertical-align: middle;
        position: fixed;
        top: 65%;
        font-family: yekan,Arial;
    }

/**********************************************************************************
*********************************Preloader[end]************************************
***********************************************************************************/

/**********************************************************************************
**********************************PopUp[start]*************************************
***********************************************************************************/
.alert-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0000009c;
    width: 100%;
    height: 100%;
    z-index: 999999;
    cursor: pointer;
}

.txt-popup a {
    color: #000;
}

.ms_pic {
    position: fixed;
    z-index: 999;
    left: 31%;
    top: 15%;
    z-index: 99999;
}

.msclose {
    position: fixed;
    top: 10%;
    left: 30%;
    cursor: pointer;
    width: 17px;
    opacity: 0.5;
}

    .msclose:hover {
        opacity: 1;
    }

.txt-popup {
    top: 8%;
    position: fixed;
    background: #ffffffa6;
    width: 100%;
    max-width: 600px;
    left: 29%;
    min-height: 265px;
    padding: 15px;
    text-align: justify;
    direction: rtl;
    line-height: 25px;
    border-radius: 5px;
    font-size: 13px;
}

    .txt-popup h3 {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .txt-popup img {
        margin-top: 10px;
    }
/**********************************************************************************
***********************************PopUp[end]**************************************
***********************************************************************************/

/**********************************************************************************
********************************whatsapp[start]************************************
***********************************************************************************/


.whatsapp {
    position: fixed;
    bottom: 3%;
    left: 2%;
}

    .whatsapp img {
        height: auto;
        width: 55px;
    }

    .whatsapp:after {
        width: 62px;
        height: 62px;
        box-sizing: border-box;
        content: '';
        display: block;
        position: absolute;
        top: -3px;
        left: -3px;
        pointer-events: none;
        border: 4px solid #2db742;
        border-radius: 50%;
        -webkit-animation-duration: 1.6s;
        animation-duration: 1.6s;
        -webkit-animation-name: intervalHamburgerBorder;
        animation-name: intervalHamburgerBorder;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
/**********************************************************************************
*********************************whatsapp[end]*************************************
***********************************************************************************/

/**********************************************************************************
*********************************Broadcumb[start]**********************************
***********************************************************************************/

.cui {
    margin-bottom: 10px !important;
    list-style: none !important;
    border-radius: 4px !important;
    direction: rtl;
    padding: 2px 10px !important;
    margin-top: 15px;
}
    .cui .fa-home {
        color:#0095d5;
    }
    .breadcrumb > li {
        display: inline-block;
    }

.cui li a {
    color: #acacac;
    font: 13px IRANSansWeb;
    font-weight: normal;
}

.cui li i, .cui li svg {
    margin: 0px 5px;
    position: relative;
    top: 1px;
    color: #acacac;
}

.cui > li + li:before {
    content: "" !important;
    padding: 0 !important;
}
/**********************************************************************************
*********************************Broadcumb[end]************************************
***********************************************************************************/


/**********************************************************************************
*******************************butan Package[start]********************************
***********************************************************************************/

.buton-service-bx {
    overflow: hidden;
}

    .buton-service-bx i {
        font-size: 30px;
        color: #8c1f1f;
    }

.full-row-bx {
    background: #8c1f1f;
    text-align: center;
    padding: 20px 30px;
    margin: 40px 0;
    overflow: hidden;
    color: #fff;
}

    .full-row-bx a {
        color: #fff;
    }

.full-row-why-bx {
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
    overflow: hidden;
}

.full-row-why-bx-item {
    border: 1px solid #9d9d9d;
    padding: 10px;
    font-size: 12px;
    min-height: 173px;
    margin-bottom: 20px;
}

.full-row-why-bx img {
    width: 50px;
}

.full-row-why-bx a {
    color: #000;
}

/**********************************************************************************
*********************************butan Package[end]********************************
***********************************************************************************/

.validator {
    color: red;
}

.info, .success, .warning, .error, .validation {
    display: block;
    padding: 10px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    direction: rtl;
    font: 9pt iransansweb;
    background-size: 25px 25px;
    background-position: 98% 7px;
    clear: both;
    font-weight: bold;
    margin: 10px 0;
    border-radius: 2px;
}

.info {
    color: #ECA821;
    background-color: #4068B4;
    background-image: url('/App_Themes/images/Information.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/App_Themes/images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/App_Themes/images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/App_Themes/images/Error.png');
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 45%;
    margin-left: 640px;
    overflow: hidden;   
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    z-index: 99999999;
    opacity: 0.7;
    background: url('/App_Themes/images/totop.png') no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

    #toTop:hover {
        outline: none;
        background-position: right 0;
    }

.no-pn{
    padding:0;
}
.clear{
    clear:both;
}
.right{
    float:right;
}
.left{
    float:left;
}
.none{
    display:none;
}
.ltr{
    direction:ltr;
}
.rtl{
    direction:rtl;
}
.center {
    text-align: center;
}

.dt-nw-bx {
    border-right: 3px solid #d7c17b;
    padding: 10px 20px;
    margin: 10px 0;
    background: #fbf2e4a8;
}
    .dt-nw-bx, .dt-nw-bx a {
        opacity: 0.6;
        font-size: 13px;
    }


    @media (min-width: 1024px) {
        .DimoContent {
        padding:10px 15px;
    }
}

@media (max-width: 760px) {
    .mobile-none {
        display:none;
    }
    .ulProList li {
        width: 48%;
    }
}

