@font-face{
    font-family: 'iransans';
    src: url("fonts/iransans.ttf") format('truetype');
}
@font-face{
    font-family: 'droidNaskhRegular';
    src: url("fonts/droidnaskh-regular.ttf") format('truetype');
}
@font-face{
    font-family: 'droidNaskhBold';
    src: url("fonts/droidnaskh-bold.ttf") format('truetype');
}
@font-face{
    font-family: 'droidKufiRegular';
    src: url("fonts/droidkufi_regular.ttf") format('truetype');
}
@font-face{
    font-family: 'droidKufiBold';
    src: url("fonts/droidkufi_bold.ttf") format('truetype');
} body{
    background-image: url('../images/frontend/BG.gif');
    background-size: 44px auto;
}
body *{
    font-family: 'iransans';
}
#navbar-item{
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: #363636;
    border-bottom: 2px solid #5e5e5e;
    top:0;
    z-index: 2000;
}
.navbar-fixed-top{
    top: 40px;
}
/* Nav / Navbar Styles
===================================*/
.navbar {
	background: #fff;
	border-bottom: none;
	padding: 30px 0;
    transition-duration: 0.6s;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.01);
    border-bottom: 2px solid #ccc;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    color: #666;
    font-family: 'droidKufiBold';
    padding-right: 20px;
    padding-left:20px;
}

/* jQuery Styles
===================================*/
.navbar-scroll {
	background: #ffffff;
	padding: 0;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
	transition-duration: 0.6s;
}
.nav-dropdown-scroll {
	background: #e7eaea;
	box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}
.navbar-right{
    margin-right: 60px !important;
}
#language-box{
    font-family: 'iransans';
    font-size: 12px;
    float: right;
    color: #ffffff;
    padding-top: 10px;
    margin-right: 10px;
}
#left-navbar-box{
    float: left;
    font-family: "Arial";
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    letter-spacing: 2px;
    color:#fff;
    margin-left: 10px;
}
#left-navbar-box > div{
    display: inline-block;
    margin-right: 20px;
}
#left-navbar-box > div > i{
    font-family: 'FontAwesome';
    margin-right: 5px;
}
#sub-nav-item{
    height: 108px;
    line-height: 108px;
    direction: rtl;   
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 1px 5px 10px rgba(0,0,0,0.05);
}
#sub-nav-item ul{
    list-style: none;
    direction: rtl;
    padding-right:0;
}
#sub-nav-item ul li{
    display: inline-block;
    margin-left: 10px;
    padding-left: 60px;
}
#sub-nav-item ul li a{
    color:#666;
    font-size: 15px;
    font-family: 'iransans';
    text-decoration: none !important;
    display: block;
}
#main-content{
    background-color:#fff;
    box-shadow: 1px 5px 10px rgba(0,0,0,0.1);
}
.search-icon-plugin{
    margin-right: 100px !important;
}
.carousel{
    height: 406px !important;
    overflow: hidden;
}
.carousel-control > span:first-of-type{
    top:50%;
    transform: translateY(-50%);
    position: relative;
}
.icons-content{
    text-align: center;
}
.icons-content img{
    width: 90px;
    height:90px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.header-for-icons{
    font-size: 21px;
    color:#333;
    font-weight: bold;
    margin-bottom:5px;
    text-align: center;
    font-family: 'droidKufiBold';
}
.subheader-for-icons{
    font-size: 16px;
    color:#666;
    line-height: 25px;
    text-align: center;
    direction: rtl;
}
.header-for-title{
    margin-top: 80px;
    margin-bottom: 60px;
    color:#333;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    font-family: 'droidKufiBold';
}
.header-for-title > div{
    width: 200px;
    height: 6px;
    background-color: #ef3f3e;
    margin: 5px auto;
}
.image-for-content{
    border: 1px solid #aaa;
    border-radius: 4px;
    overflow: hidden;
    height: 296px;
    position: relative;
}
.image-for-content img{
    width: 100%;
    height:100%;
    position: absolute;
}
.content-for-product{
    font-size:18px;
    text-align: center;
    margin-top: 10px;
}
.content-for-product.droid{
    font-family: 'droidKufiRegular' !important;
    alignment: center;
}
.content-for-product span{
    font-family: 'droidKufiBold';
}
.content-for-product{
    margin-bottom: 10px;
}

.content-for-FAQ{
    font-size:18px;
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    direction: rtl;
}
.content-for-FAQ.droid{
    font-family: 'droidNaskhBold' !important;
    alignment: center;
}
.content-for-FAQ span{
    font-family: 'droidNaskhRegular';
    margin-right: 40px;
}
.content-for-FAQ{
    margin-bottom: 60px;
}




footer{
    height: 58px;
    width: 100%;
    background-color:#212121;
    text-align: center;
    border-top: 7px solid #ef3f3e;
    color:#919191;
    text-align: center;
    line-height: 50px;
    direction: rtl;
    font-family: 'droidNaskhBold';
}
#sub-nav-item{
    background-color:#fff !important;
}
@media(max-width: 1200px){
    .carousel{
        height: 290px !important;
    }
}
.load-more-button{
    border: 2px solid #ef3f3e;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    color:#ef3f3e;
    background-color: #fff;
    margin: 40px auto 60px auto;
    display: block;
    width: 200px;
    height: 40px;
    font-family: 'droidNaskhBold';
}
.icon-share-list{
    float: left;
    font-size: 29px;
    color: #656565;
    padding-top: 10px;
}
.title-for-list{
    color:#eb64a1;
    font-size:14px;
    font-weight:bold;
    direction: rtl;
    text-align: right;
    padding-top: 30px;
    margin-bottom: 30px;
    padding-right: 10px;
}
.title-for-list > div{
    background-color: #ef3f3e;
    width: 100px;
    height:4px;
}
.share-list-item{
    float:left;
    padding-left:10px;
    padding-top: 10px;
    width: 40px;
    position: relative;
    left: 10px;
    top: -70px;
}
.load-more-button:hover{
    background-color: #ef3f3e;
    color:#fff;
}
.header-list{
    padding: 0 10px;
    box-sizing: border-box;
}
.header-list > div{
    background-color:#e5e5e5;
    border:1px solid #e0e0e0;
    border-radius: 4px;
    color:#eb64a1;
    direction: rtl;
    padding: 0 10px;
    height: 41px;
    line-height: 41px;
    box-sizing: border-box;
}
.product-image{
    height: 268px;
    position: relative;
    overflow:hidden;
}
.product-list li{
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-image img{
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
.header-for-product{
    font-size: 28px;
    color:#000;
    direction: rtl;
    text-align: right;
    margin-top: 30px;
    font-weight: bold;
    padding-right: 30px;
}

.subheader-for-product{
    font-size: 23px;
    color:#666;
    direction: rtl;
    text-align: right;
    margin-top: 30px;
    font-weight: bold;
    padding-right: 30px;
}
.version-for-product{
    color:#9b9b9b;
    direction: rtl;
    text-align: right;
    padding-right: 30px;
    font-size: 19px;
    margin-top: 20px;
}
.product-image-main{
    width: 70%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 5px;
}
.list-of-guide{
    color:#666;
    font-size: 16px;
    font-weight: bold;
    direction: rtl;
    text-align: right;
    direction: rtl;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.list-of-guide a{
    color:#1e98ff;
    direction: rtl;
    padding-right: 10px;
    padding-left:10px;
    display: inline-block;
    text-decoration: underline;
}
.more-items-to-reach{
    display: inline-block;
    color:#167cf1;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    text-decoration: underline;
}
.content-for-product.margin-set-zero{
    margin-bottom: 0 !important;
}
.box-for-hyperlinks{
    background-color:#e6ffb2;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px !important;
    margin-top: 30px;
}
.header-for-downloads{
    font-size: 14px;
    font-weight: bold;
    color:#6bb300;
    direction: rtl;
    text-align: right;
}
.list-of-downloads-item{
    direction: rtl;
    text-align: right;
    padding-right: 0;
    list-style:none;
    margin-top: 20px;
}
.list-of-downloads-item > li{
    display: block;
    margin-bottom: 10px;
}
.list-of-downloads-item > li a{
    color:#6bb300;
    direction: rtl;
    text-align: right;
    text-decoration: none !important;
}
.list-of-downloads-item > li a span{
    font-weight: bold;
}
.shopping-separate-item{
    margin-top: 30px;
}
.list-of-downloads-item > li a img{
    width: 15px;
    margin-left: 10px;
}
.header-for-downloads img{
    margin-left: 10px;
}
.header-for-downloads > span{ 
    color:#5f9410;
}
.button-for-item{
    background-color:#ef3f3e;
    border:none;
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    color:#fff;
    width: 100%;
    margin-top: 30px;
}
.content-for-product{
    padding-right: 30px;
    font-size:16px;
    color: #666;
    direction: rtl;
    line-height: 35px;
    text-align: justify;
    padding-left: 15px;
    box-sizing: border-box;
}
.product-content{
    font-size: 15px;
    color:#000;
    font-weight: bold;
    line-height: 25px;
    box-sizing: border-box;
    direction: rtl;
}
.product-list {
    padding-right: 0;
    list-style:none;
    text-align: center;
}

.product-list li > div .product-content:last-of-type{
    padding-bottom: 10px !important;
}
.product-list li > div{
    border: 1px solid #d1d1d1;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.gallery{
    margin-top: 15px;
    margin-bottom: 15px;
}
.tags-items{
    direction: rtl;
    text-align: right;
    direction: rtl;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
    padding-right: 0 !important;
}
.tags-items li{
    display: inline-block;
    padding: 2px 6px;
    background-color:#e6ffb2;
    border: 1px solid #b1db5b;
    border-radius: 5px;
    height:20px;
    line-height: 15px;
    font-size: 12px !important;
}
.item-for-notification-side{
    font-size: 16px;
    color: #ef3f3e;
    font-weight: bold;
    direction: rtl;
    width: 150px;
    display: table-cell;
}
.item-for-notification-left{
    width: calc(100% - 180px);
    display: table-cell;
    margin-right: 15px;
    color:#6bb300;
    font-size:16px;
    font-weight: bold;
    direction: rtl;
    text-align: justify;
}
.notification-container{
    padding: 10px 10px;
    box-sizing: border-box;
    direction: rtl;
}
.row-for-form{
    direction: rtl;
}
.row-for-form label{
    color:#666;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    width: 300px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.row-for-form select{
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    text-align: center;
    color:#333;
    line-height: 41px;
    height: 41px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.row-for-form strong{
    padding-right: 20px;
}
.row-for-form input{
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    color:#333;
    line-height: 41px;
    height: 41px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.textarea-box-item{
    width: 100%;
    height: 300px;
    border-radius: 5px;
    border: 2px solid #e5e5e5;
    margin-top:5px;
    resize: none;
}
.submit-button-form > div:first-of-type{
    width: 273px;
    height: 45px;
    font-family: 'iransans';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #6bb300;
    direction: rtl;
}
.margin-top-set{
    margin-top: 20px;
    line-height: 30px;
}
.content-for-product.new-features{
    line-height: 45px;
    font-weight: bold;
}
#main-content{
    margin-top: 148px;
}
.no-border{
    border:none !important;
}
.logo-container img{
    width: 200px;
    margin-top: -21px;
}
.nav.navbar-nav.navbar-right{
    direction: rtl !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.navbar-header.navbar-right{
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.content-for-product.new-features a{
    color:#1e98ff;
    text-decoration: underline;
}
.green-color-span > span, .green-color-item{
    color: #6bb300 !important;
}
.margin-align-contact{
    margin-top:20px !important;
}
.captcha-render{
    width: 100%;
    height: 105px;
    border-radius: 5px;
    border: 2px solid #e5e5e5;
    margin-top: 20px;
}
.contact-container-box label span{
    color:#ff0000;
}
.contact-container-box label{
    color:#666;
    font-weight: bold;
    font-size: 16px;
}
.contact-container-box input{
    width: calc(100% - 0px);
}
.input-style{
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    text-align: right;
    color:#333;
    line-height: 41px;
    height: 41px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.row-for-form input:focus{
    outline: none;
    border: 2px solid #ccc;
}
.contact-container-box{
    border: 2px dashed #ccc;
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 30px;
    direction: rtl;
}
.mellat-bank-box{
    border: 2px solid #e5e5e5;
    padding: 2px 10px;
    text-align: center;
    color:#666;
    height: 40px;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    float:right;
    margin: 20px 10px;
    float: right;
}
.submit-box{
    background-color:#ef3f3e;
    border:none;
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    color:#fff;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;

    padding: 2px 10px;
    /*
    margin: 20px 10px;
        height: 40px;
        display: inline-block;
        float:right;
        float: right;
        */
}
.title-for-list > div.set-auto-width-border{
    width: 205px !important;
    margin-top: 5px;
}
.set-auto-width{
    width: auto !important;
    display: inline-block;
    margin-right: 15px;
    padding-left: 65px;
    padding-right: 65px;
    float: right;
    margin-top: 20px !important;
}
.mellat-bank-box img{
    width: 20px;
    margin-left: 10px;
}
.extra-margin-set{
    margin-top: 15px;
}
.header-list .item-for-price{
    color:#666 !important;
    font-weight: bold;
}
.gallery img{
    width: 100%;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
}
.item-for-notification{
    border: 1px solid #e8a945;
    border-radius: 10px;
    padding:22px;
}
.margin-set-small{
    margin-bottom: 5px !important;
    direction: rtl;
    text-align: right;
}
div.class-for-date{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1;
    float:left;
    position: relative;
    top: 4px;
}
.next-info-item{
    width: 216px;
    height: 182px;
    background-color:#e6ffb2;
    border: 2px dashed #00a651;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    position:relative;
    padding: 30px 15px;
    font-size: 14px;
    box-sizing: border-box;
    color:#6bb300;
    font-weight: bold;
    direction: rtl;
    text-align: justify;
    line-height: 28px;
}
.margin-for-each-item > div{
    margin-bottom: 10px;
}
.notify-handle-bar{
    color:#d82727;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
    direction: rtl;
    text-align: justify;
    padding-left: 30px;
    box-sizing: border-box;
}
.green-color-item{
    color:#5e9e00 !important;
}
.extra-margin-set{
    margin-top: 15px;
}
.notify-handle-bar img{
    width: 15px;
    height: auto;
    margin-left: 5px;
}
.info-box{
    position: absolute;
    right:15px;
    top: -12px;
    width: 30px;
}
@media(min-width: 990px){
    .product-list li{
        
    width: calc(25% - 10px);
    }
}
@media(max-width: 990px){
    .carousel{
        height: 220px !important;
    }
    .submit-button-form > div:first-of-type{
        width: 100%;
    }
}
@media(max-width: 768px){
    .content-for-product{
        margin-bottom: 5px !important;
    }
    .product-list li{
        margin-bottom: 10px;
    }
    .product-image{
        height: 150px;
    }
    .button-for-item{
        margin-top: 10px !important;
    }
    .carousel{
        height: auto !important;
    }
    #sub-nav-item ul li{
        padding-left: 15px !important;
        margin-left: 5px !important;
    }
    #sub-nav-item ul li a{
        font-size: 10px !important;
    }
    footer{
        font-size: 9px;
        height:auto;
        line-height: 25px !important;
        font-family: 'droidNaskhBold';
    }
    .header-for-product{
        line-height: 35px !important;
        font-size: 20px;
    }
    .subheader-for-product{
        line-height: 30px !important;
        font-size: 18px;
    }

    .mybtn-primary-outline {
        background-color: transparent;
        border-color: transparent;

    }
}
@media(min-width: 1200px){
    .container{
        width: 1330px !important;
    }
}