html, body {
    position: relative;
    background-color: #f1f1f1;
    margin: 0;
    padding: 0;
    font-family: 'web_yekan';
    cursor: default;
    direction: rtl;
    font-size: 14px;
}
.tr1{
    transition: all 0.2s ease-out;
}
.tr2{
    transition: all 0.3s ease-out;
}
.tr3{
    transition: all 0.5s ease-out;
}
.tr4{
    transition: all 0.7s ease-out;
}
.tr5{
    transition: all 1s ease-out;
}
.no-pad{
    padding: 0;
}
.pad{
    padding: 15px;
}
a:hover , a:active{
    text-decoration: none;
    outline: none;
}
button{
    outline: none;
}
.clear{
    clear: both;
}
.relative{
    position: relative;
}
.center-tx{
    text-align: center !important;
}
.left-tx{
    text-align: left;
}
.right-tx{
    text-align: right;
}
.center-bx{
    margin: 0 auto;
}
.block{
    display: block;
}
.in-block{
    display: inline-block;
}
.hidd{
    visibility: hidden;
}
.no-br{
    border: none !important;
}
.bg-white{
    background-color: #fff !important;
}
.bg-black{
    background-color: #000;
}
.width-100{
    width: 100%;
}
.bg-trp{
    background-color: transparent !important;
}


header{
    height: 70px;
    padding: 6px 0 10px 0;
    background-color: transparent;
    position: fixed !important;
    top: 0;
    z-index: 3;
    border-top: 5px solid #000f2e;
    box-sizing: none;
    border-bottom: 1px solid rgba(0,0,0,0);
}
.head-active{
    background-color: #163a5c;
    border-bottom: 1px solid #1c4a6d;
}
.head-seprate{
    width: 15px;
    float: right;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    margin-right: 0;
}
.logo-header {
    height: 100%;
    margin-top: 3px;
}

.header-content {
    height: 100%;
}
.menu-icon {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}
.menu-icon:hover {
    background-color: #042f50;
}
.basket-icon {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon-buy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}
.basket-icon:hover {
    background-color: #042f50;
}
.basket-icon span{
    position: absolute;
    top: 8px;
    right: 0;
    text-align: center;
    height: 14px;
    padding: 0 5px;
    font-size: 10px;
    font-family: arial;
    background-color: red;
    border-radius: 7px;
    color: #fff;
}
.serach-icon {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon-serach.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin: 0;
    cursor: pointer;
}
.serach-icon:hover {
    background-color: #042f50;
    
}
.serach-form-box{
    width: 350px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 9px 0 0 0;
    transform-origin: top right;
    visibility: hidden;
    transform: scale(0.7);
    opacity: 0;
}
.serach-form{
    width: 80%;
    height: 100%;
    outline: 0;
    border: none;
    background-color: #fff;
    float: right;
    border: 8px solid #042f50;
        
}
.serach-bt{
    width: 20%;
    height: 100%;
    outline: 0;
    border: none;
    background-color: #fbce53;  
    float: left;
    border: 8px solid #042f50;
    border-right: none;
}
.serach-bt:hover{
    background-color: #ffde84;
}
.serach-icon:hover .serach-form-box{
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}
.search-focus.serach-icon{
    background-color: #042f50;
}
.search-focus .serach-form-box{
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}
.login-link {
    line-height: 50px;
    color: #fff;
    font-size: 1.1em;
    padding: 0 15px;
}
.login-link:hover {
    background-color: #042f50;
    color: #fff;
}

.nav-menu {
    list-style: none;
    padding-right: 10px;
}
.nav-menu li{
    float: right;
    position: relative;
}
.nav-menu li a{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 1.1em;
    padding: 0 10px;
    float: right;
}
.nav-menu li:hover{
    background-color: #042f50;
    color: #fff;
}
.sub-active:hover{
    background-image: url(../images/sub-menu-arr.png);
    background-repeat: no-repeat;
    background-position: center 40px;
}
.sub-menu-box{
    position: absolute;
    right: 0;
    top: 100%;
    width: 500px;
    transform-origin: top right;
    visibility: hidden;
    transform: scale(0.7);
    opacity: 0;
    padding-top: 9px;
}
.nav-menu li:hover .sub-menu-box{
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}
.nav-sub-menu{
    list-style: none;
    background-color: #042f50;
    width: auto;
    padding: 0;
    float: right;
    width: 200px;
}
.nav-sub-menu li{
    float: right;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #1c4a6d
}
.nav-sub-menu li a:hover{
    background-color: #00223c;
}
.nav-sub-menu li a{
    width: 100%;
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
}
#footer{
    background-color: #163a5c;
    min-height: 200px;
    padding: 0 0 50px 0;
    background-image: url(../images/footer-logo.png);
    background-repeat: no-repeat;
    background-position: center 95%;
}
.footer-social{
    background-color: #042f50;
}

.footer-social-box{
    height: 60px;
}
.footer-social-box a{
    padding: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
}
.footer-social-box:hover a{
    opacity: 0.2;
}
.footer-social-box a:hover{
    opacity: 1;
}
.footer-social-telegram{
   background-image: url(../images/social-telegram.png);
    background-color: #2ea1db;
}
.footer-social-insta{
   background-image: url(../images/social-insta.png);
    background-color: #7b5541;
}
.footer-social-google{
   background-image: url(../images/social-google.png);
    background-color: #d6492f;
}
.footer-social-linkedin{
   background-image: url(../images/social-linkedin.png);
    background-color: #1686b0;
}
.footer-social-twitter{
   background-image: url(../images/social-twitter.png);
    background-color: #49c7ea;
}
.footer-social-facebook{
   background-image: url(../images/social-facebook.png);
    background-color: #3a589b;
}

.footer-content-box{
    padding-top: 30px;
}
.footer-links-box ul{
    list-style: none;
    padding: 0;
}
.footer-links-box ul li{
    float: right;
    width: 100%;
    border-radius: 5px;
    background-image: url(../images/footer-arr.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    transition: all 0.2s ease-out;
}
.footer-links-box ul li:hover{
    background-color: #00223c ;
}
.footer-links-box ul li a{ 
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding-right: 10%;
    display: block;
}
.ft-search {
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.ft-serach-form {
    width: 100%;
    height: 100%;
    line-height: 50px;
    outline: none;
    border: none;
    background: transparent;
    padding: 0 55px 0 10px;
}

.ft-serach-bt {
    width: 50px;
    height: 50px;
    background-color: #eeeeee;
    box-sizing: border-box;
    border: 3px solid #fff;
    background-image: url(../images/icon-footer-serach.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    font-size: 18px;
}
.ft-serach-bt:hover {
    background-color: #fbce53;
}

.footer-lc img{
    margin: 0 auto;
    height: 150px;
    display: block;
}

#bank-section {
    background-color: #fff;
    min-height: 70px;
    text-align: center;
    padding: 20px 15px;
}
#bank-section-sale {
    min-height: 70px;
    text-align: center;
    padding: 20px 15px;
}
#bank-section-sale p{
    color: #fff;
}

.banks-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
}
#bank-section p{
    color: #595959;
    font-size: 14px;
}

#posts-section {
    min-height: 300px;
    text-align: center;
    padding: 30px 0;
}

.po-sec-title {
    line-height: 60px;
    margin-bottom: 15px;
    font-size: 36px;
}
.all-posts{
    width: 1140px;
}
.po-sec-box{
    width: 285px;
    padding: 0 15px;
    float: left;
}
.po-sec-item{
    background-color: #042f50;
    min-height: 260px;
    margin-bottom: 30px;
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.3);
}
.po-sec-item img{
    width: 100%;
}
.po-sec-item p{
    color: #fff;
    padding:15px;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
}

#content-page {
    min-height: 300px;
    padding-top: 85px;
    padding-bottom: 20px;
}

.yellow-bt {
    max-width: 600px;
    padding:10px 15px;
    background-color: #f6bb37;
    border: 2px solid #CB6A20;
    text-align: center;
    border-radius: 20px;
    display: block;
    float: none;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
.yellow-bt:hover {
    max-width: 600px;
    padding:10px 15px;
    background-color: #f6bb37;
    border: 2px solid #CB6A20;
    text-align: center;
    border-radius: 20px;
    display: block;
    float: none;
    margin: 20px auto 0 auto;
    cursor: pointer;
}

.yellow-bt-tx1{
    width: 100%;
    color: #000;
    font-size: 25px;
}
.yellow-bt-tx2{
    width: 100%;
    color: #717171;
    font-size: 25px;
}


.green-bt {
    max-width: 600px;
    padding:10px 15px;
    background-color: #41a85f;
    border: 2px solid #317f48;
    text-align: center;
    border-radius: 20px;
    display: block;
    float: none;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
.green-bt:hover {
    background-color: #317f48;
    border: 2px solid #144e25;
    background-image: -webkit-linear-gradient( 90deg, #41a85f 0%, #1f6d36 100%);
}
.green-bt-tx1{
    width: 100%;
    color: #fbfd7d;
    font-size: 25px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}
.green-bt-tx2{
    width: 100%;
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}
.comments-title {
    text-align: right;
    border-bottom: 2px solid #c2c2c2;
    margin-bottom: 30px;
    height: 18px;
    margin-top: 20px;
}
.comments-title span{
    color: #565555;
    font-size: 18px;
    background-color: #fff;
    padding: 0 0 0 15px;
}

.comments-user-box {
    background-color: #cecece;
    padding: 10px;
    margin-bottom: 10px;
}

.comments-user-name {
    color: #000;
    text-align: right;
    font-size:14px;
}
.comments-time {
    color: #000;
    text-align: left;
    font-size:14px;
}
.comments-box p{
    font-size: 14px;
    color: #666;
    text-align: right;
    margin: 10px 0 0 0;
    float: right;
    line-height: 20px;
}

/*d ddddddddddddddddddddddddd*/

.comments-box2 {
    background: #efefef none repeat scroll 0 0;
    border: 1px dashed #fff;
    padding: 20px 20px 30px;
}
.comments2-title {
    text-align: right;
    border-bottom: 2px solid #c2c2c2;
    margin-bottom: 40px;
    height: 18px;
    margin-top: 30px;
}
.comments2-title span{
    color: #565555;
    font-size: 22px;
    background-color: #fff;
    padding: 0 0 0 15px;
}

.comments2-user-box {
    padding: 10px;
    margin-bottom: 10px;
}

.comments2-user-name {
    color: #365899;
    text-align: right;
    font-size:18px;
}
.comments2-time {
    color: #000;
    font-size:11px;
	padding-right:10px;
}
.comments2-box p{
    font-size: 14px;
    color: #666;
    text-align: right;
    margin: 10px 0 0 0;
    float: right;
    line-height: 25px;
}
.comments2-box hr{
    float: right;
    width: 100%;
    border-color: #acacac;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
}
.comments2-admin-box {
    padding: 5px;
    margin-bottom: 5px;
}
.comments2-admin-pic{
    padding-left: 5px;
    margin-top: 5px;
}
.comments2-admin-pic img{
    width: 80%;
}
.response-bt2 {
    padding: 0 0px;
    color: #3280B9;
    font-size: 13px;
    clear: both;
    margin-top: 10px;
}
.response-bt2:hover {
    color: #000;
}

/*ddddddddddddddddddddddddd*/
.response-bt {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background-color: #c61e2f;
    color: #fff;
    font-size: 14px;
    float: left; 
    clear: both;
    margin-top: 10px;
}
.response-bt:hover {
    color: #ffffff;
    background: #FF6600;
}
.comments-box hr{
    float: right;
    width: 60%;
    border-color: #acacac;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
}
.comments-admin-box {
    background-color: #cecece;
    padding: 10px;
    margin-bottom: 10px;
}
.comments-admin-pic{
    padding-left: 10px;
    margin-top: 10px;
}
.comments-admin-pic img{
    width: 60%;
}

.q-field {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    background-color: #fff;
    color: #000;
}

.q-write-tx {
    min-height: 100px;
    margin: 15px 0;
}

.sale-footer {
    background-color: #042f50;
    min-height: 100px;
}

.sale-footer-write-box {
    background-color: #074c82;
    padding: 15px;
    color: #fff;
    text-align: center;
    
}



.pagin-box {
    padding: 10px;
    border: 1px solid #ccc;
}
.pagin-box ul{
    margin: 0 auto;
    padding: 0;
    display: table;
}
.pagin-box ul li a{
    border-radius: 0 !important;
    background-color: #2c3f6c !important;
    color: #fff;
    margin: 0 2px;
}
.pagin-box ul li a:hover{
    color: #d69943;
}

.login-signup-box{
    margin-top: 30px;
}
.login-signup-box .log-inner{
    border: 1px solid #dddddd;
    background-color: #fff;
    min-height: 375px;
    margin-bottom: 30px;
}
.log-inner-head{
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.log-inner-head p{
    color: #58595b;
    margin: 15px 0;
}
.log-inner input{
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 15px;
}
.login-box button{
    width: 100px;
    line-height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #f2c93a;
    color: #0d3a5d;
    text-align: center;
    border: none;
    font-size: 22px;
    display: block;
}
.signup-box button{
    width: 100px;
    line-height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #0d3a5d;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 22px;
    display: block;
}
.login-signup-box .sh-safe-text{
    margin-bottom: 30px;
}
.message-active header{
    top: 60px;
}
.message-active #content-page {
    padding-top: 145px;
}
.message-active .message-box{
    background-color: #39b54a;
    text-align: center;
    line-height: 60px;
    position: fixed;
    z-index: 2;
}
.message-active .message-box p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}
.login-bot-text h3{
    color: #0d3a5d;
    margin-bottom: 25px;
}
.login-bot-text h5{
    color: #58595b;
    margin-bottom: 20px;
    line-height: 22px;
}