body{

    direction: rtl;
    font-family: iranyekan;
    background-color:#eeeeee;
}

.tnp-widget-minimal input.tnp-submit{
    width: 41% !important;
    background-color: #e74c3c !important;
    height: 51px !important;
}

a{
    text-decoration: none;
}
.main-header{

    margin: 50px auto;
    background-color: #fff;
    border-radius: 50px;
    width:76%;
    box-shadow: 5px 5px 5px #555555;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;



}
.header-search{

    margin-bottom: 100px;
}
.header-search form{


    border-radius: 30px;
    display: flex;
    overflow: hidden;
    width: 100%;
    background-color: red !important;
}
.header-search form input{

    width: 90%;
    background: #eaeaea;
    border: none;
    padding: 14px 20px;
    font-size: 15px;

}

.header-search form  button{

    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 12%;
    background: #ff4646;
    color: #fff;
    font-size: 20px;
}

.main-menu{

    position: relative;

}

header .main-menu > ul{

    display: flex;


}

header .main-menu > ul > li  >a{

    padding: 10px 15px;
    display: inline-block;
    color: #444;
    margin-top: 17px;


}

.main-menu  ul li  ul {

    flex-direction: column;
    margin-right: auto;
    position: absolute;
    background-color: #ffffff;
    width: 20%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    border-radius: 5px;
    box-shadow: 2px 2px 5px green;

}

.main-menu  ul li:hover ul{

    visibility: visible;
    opacity: 1;
    top:80px

}

.main-menu  ul li  ul li{

    width: 100% !important;
}

.main-menu  ul li  ul li a{

    color: #444 !important;
    padding: 20px 5px;
    font-size: 10px;
    display: block;
    width: 120px;


}


.header-logo img{

    width: 95%;
    margin-top: 5px;

}

.header-search{
    background-color: #eee;
    float: left;
    margin-left: 20px;
    border-radius: 100%;
    padding: 8px 10px;
    margin-top: 20px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-box-content{


    background-color: #fff;

    border-radius: 10px;
    min-height: 100px;
    padding: 50px  0;
}

.main-content-img img{

    width: 100%;
    border-radius: 10px;
}
.main-content-txt span{

    margin: 40px 0;
    display: inline-block;
    font-size: 20px;

}

.main-content-txt h6{

   font-weight: bold;
    font-size: 23px;

}

.main-content-txt p{

     margin: 50px 0;

}

.main-content-txt a{

    padding: 20px;
    background-color: #fff;
    border-radius: 120px;
    color: #555 !important;
    transition: all 0.4s;
    border:1px solid #555555;

}
.main-content-txt a:hover{

  background-color: #ff253a;
    color: #fff !important;
}

.responsive-btn{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 30px;
    color: #868686;

}

.navigation {
    background: #23282d;
    width: 300px;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 999;
    padding: 60px 20px 20px;
    display: none;
}
.navigation ul{

}
.navigation ul li {
    position: relative;
    margin: 15px 0;
    display: block;
}
.navigation ul li i {
    float: left;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}
.navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.navigation ul li ul {
    background: #42464a;
    padding: 3px 0;
    margin-top: 10px;
    display: none;
}
.navigation ul li ul li {
    margin: 6px;
}
.navigation ul li ul li a {
    color: #ddd;
    padding: 0 12px;
    display: block;
    font-size: 14px;
}
#hamberger {
    float: left;
    cursor: pointer;
    display: none;
}

.logo-hakim{

    color: #fff;
    display: block;
    text-align: center;
    border-bottom: 1px solid #5caf21;
    padding-bottom: 5px;
    font-weight: 400;

}

.logo-close i{

    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    font-size: 20px;
}


.main-footer{

    background:  #fff url("images/wave.png") no-repeat bottom center;
    min-height: 400px;
    margin-top: 20px;
    background-size: 100% 200px ;

}

.footer-tamas-title{
    padding: 20px;
    display: inline-block;
    font-weight: 500;
    color: #444;
    font-size: 20px;
}
.footer-tamas{
    margin-top: -17px;
}
.footer-tamas ul li {
    margin-top: 20px;
}

.footer-tamas ul li i {

    font-size: 20px;
    color: #ff4646;
}

.footer-tamas ul li span {

    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #444;
}

#gallery-1 img{

    border: none !important;
}

.header-search form{


    border-radius: 30px;
    display: flex;
    overflow: hidden;
}
.header-search form input{

    width: 90%;
    background: #fff !important;
    border: none;
    padding: 14px 20px;
    font-size: 15px;

}

.header-search form  button{

    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 12%;
    background: #ff4646;
    color: #fff;
    font-size: 20px;
}

.news_letter_txt{

    font-weight: 300;
    color: #555;
    font-size: 13px;
    line-height: 2;
}

.news_letter_form form{


    border-radius: 30px;
    display: flex;
    overflow: hidden;
}
.news_letter_form form input{


    width: 90%;
    background: #eaeaea;
    border: none;
    padding: 14px 20px;
    font-size: 15px;

}

.news_letter_form form  button{

    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 12%;
    background: #ff4646;
    color: #fff;
    font-size: 20px;
}

.namad{
    display: flex;

}

.copy-right{
    margin-top: 140px;
}

.copy-right  p{

    font-weight: 300;
    color: #555;
    font-size: 15px;
}

.page404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page404 h2{
    font-size: 25px;
    font-weight: bold;
    color: #5c636a;
    margin: 20px 0;
}

.page404 a{
    background: #ff4646;
    color: #fff !important;
    padding: 14px 20px;
    border-radius: 20px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.page404 img{
    height: auto;
    width: 60%;
    margin: 20px 0;
}

.page{
    background: #fff;
    border-radius: 20px;
    min-height: 300px;
    padding: 20px;
}
.page h1{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin: 50px auto;
    background-color:#0abde3;
    border-radius: 50px;
    width:60%;
    box-shadow: 5px 5px 5px #555555;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.page img{
    margin: 20px auto;
    display: block;
    height: auto;
}
.page p{
    color: #555;
    text-align: justify;
    line-height: 2;
    font-weight: 300;
}

.post-archive h1{

    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.product-item-box{
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 100px;
    position: relative;
    margin-bottom: 10px;

}
.product-item-box img{

    width: 70%;
    display: block;
    margin: 20px auto;
    height: auto;
}
.product-title{

    text-align: center;
    line-height: 1.5;
    height: 65px;
    margin: 20px auto;
    width: 90%;

}

.product-title  a{

   font-size: 20px;
    color: #555 !important;

}
.add-to-cart{

    background-color: #eee;
    border-radius: 20px;
    padding: 10px;
    color: #e74c3c !important;
    margin: 10px auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.product-info-box{

    display: flex;
    justify-content: center;
    align-items: center;
}

.skill h1{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin: 50px auto;
    background-color: #82ccdd;
    border-radius: 50px;
    width:100%;
    box-shadow: 5px 5px 5px #555555;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.skill  span{

   margin-right: 10px;

}

.box-contact{

    background-color: #fff;
    min-height: 550px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #555555;

}
.box-contact  h2{

    padding: 20px;

    font-size: 28px;
}

input[type='text'],input[type='email'],textarea{

    display: block;
    direction: rtl;
    background-color: #eee;
    width: 80%;
    border: none;
    padding: 10px;
    margin: 5px auto;
}

textarea{

    margin-bottom: 5px;
}

button{

    background-color: #ff253a;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin: 15px auto;
}

.box1contact{

    margin-top: 30px;
}


.pagination{

    margin-top: 40px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    min-width: 250px;

}

.page-numbers.current{

    background-color: #ff7675;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.page-numbers {

    color: #000 !important;
}

.pagination *{

    padding: 5px 10px;

}

.post-categories{
    display: inline-block;
}

.post-categories a{

    color:  #555 !important;
}

.post-meta span a {

    color:  #555 !important;
}

.post-meta span{

    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.post-archive h1{

    background: #fff;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #444;

}

.post-archive .product-item-box,.releated-posts-box .product-item-box{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.post-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.post-img img{
    width: 70%;
}
.single-post{

    background: #fff;
    min-height: 300px;
    border-radius: 20px;
    padding: 10px;
}

.single-post h1{
    font-size: 25px;
    font-weight: 500;
    border-bottom: 2px solid #eee;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}
.post-meta{
    color: #444;
    font-weight: 300;
    margin: 20px 0;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-meta span{
    margin-left: 20px;
    font-size: 15px;
    margin-right: 5px;
}

.post-img-single img{

    width: 50%;
    display: block;
    margin:40px auto;
    height: auto;
    border-radius: 10px;

}
.post-img-single p{

    color: #555 !important;
    line-height: 2;
    text-align: justify;
    font-weight: 300;
}

.post-tag{
    margin: 20px 0;
    font-weight: 300;
    color: #555;
}
.post-tag a{
    background: #eee;
    border-radius: 10px;
    color: #555 !important;
    padding: 5px 15px;
    margin-right: 10px;

}
.post-like{
    display: flex;
    margin-top: 40px;
    justify-content: center;
    align-items: center;

}

.post-like i{
    margin-right: 10px;
    font-size: 25px;
    color: #555;
}

.post-comment{

    margin-right: 40px !important;
}

.ashterak{

    margin-right: 40px;
}

/*comment*/
.post-comment{

    margin: 50px 0;
    color: #444 !important;
}

.comments-title {

    font-size: 20px !important;
    text-align: center !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;

}

ul.comment-list .comment-body{

    background-color: #fff;
    margin: 10px 0;
    border-radius: 10px;
    padding: 20px;
    line-height: 2;


}

.comment-author.vcard img{

    border-radius: 50%;
    margin: 5px 10px 15px;
}

.comment-meta.commentmetadata a{
    color: #555 !important;
}

.reply{

    background-color: #ff7675;
    display: inline-block;
    padding: 5px 20px;

}
.reply a{

    color: #fff !important;
}

#respond{

    background-color: #fff;
    border-radius: 20px;
    margin: 20px 0;
    padding: 10px;
    line-height: 2;
}
#respond textarea{

    background: #f9f9f9;
    border: none;
    width: 100%;
    border-radius: 10px;
    min-height: 212px;
    margin: 10px 0;
    padding: 10px;
    font-weight: 500;
    line-height: 1.5;
}
#respond input[type="text"],#respond input[type="email"] {
    background: #f9f9f9;
    border: none;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    font-weight: 500;

}


/*end comment*/


/*responsive */
@media screen and (max-width: 992px) {
    .main-content-txt {

        text-align: center;
    }
    .navigation{

        display: none;

    }
    #hamberger{

        display: block;
    }
}





@media screen and (max-width: 1200px) {
    .header-logo img {

        margin-top: 15px;
    }

    .navigation{

        display: none;

    }
}

@media screen and (max-width: 4000px) {

    .responsive-btn{

        display:none;
    }
}
@media screen and (max-width: 1400px) {

    .responsive-btn{

        display:none;
    }
    .header-logo img {

        margin-top: 15px;
    }
    .navigation{

        display: none;

    }
}
@media screen and (max-width: 1200px) {

    .responsive-btn{

        display:none;
    }

    .header-logo img{

        margin-top: 20px;

    }

    .navigation{

        display: none;

    }
}



@media screen and (max-width: 992px) {

    .responsive-btn{

        display:block;
        float: left;
        margin-top: 50px;

    }

    .header-logo img{

        width: 50%;
        margin: 1px auto;
        display: block;
        text-align: center;
    }

    .main-menu{

        display: none;
    }
    .navigation{

        display: none;

    }

    #hamberger{

        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;



    }


}

@media screen and (max-width: 768px) {

    .header-logo img{

        width: 50%;
        margin: 1px auto;
        display: block;
    }

    #hamberger{

        font-size: 30px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}

@media screen and (max-width: 576px) {
    .responsive-btn{

        margin: 1px auto;
        display: block;
    }
}

@media screen and (max-width: 768px) {
     .page img{

         width: 100%;
         margin: 10px auto;
         display: block;
     }
}

@media screen and (max-width: 992px) {
 .single-post  h1{

     font-size: 20px;
     line-height: 3;
 }
}




