/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
@font-face {
    font-family: 'wYekan' ;
    src:url('../fonts/wYekan.eot?#') format('eot'),    
          url('../fonts/wYekan.woff') format('woff'),
          url('../fonts/wYekan.ttf') format('truetype'); 
}

/*.html5vid { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; z-index: -1; opacity: 0; -webkit-transition: opacity .5s linear; transition: opacity .5s linear; }
.html5vid:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; background-color: #181818; }
.html5vid video { max-width: none !important; border: none; -o-object-fit: cover; object-fit: cover; background-size: cover; opacity: 1; width: 100%; height: 100%; position: absolute; left: 0px; top: 0%; display: block; }
.html5vid.video-loaded { opacity: 1; }

video { width: 100%; }*/


/*.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
    background: rgba(0, 0, 0, 0.59);
    opacity: .5;
}

.bg-overlay ~ .container, .bg-overlay ~ .container-fluid {
    position: relative;
    z-index: 2;
}*/
.justify {
    text-align: justify;
}
.comments .comment .image {
    border-radius: 65px;
    display: block;
    float: right;
    height: 65px;
    overflow: hidden;
    width: 65px;
}
.comments .comment .text {
    padding: 0 86px 0 0px;
    min-height: 80px;
    position: relative;
}
.overflowTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.overflow {
   overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
 
}
.overflow2 {
   overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
 
}
.overflow3 {
   overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
 
}
p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #777777;
    font-family: 'wYekan' , IranSans , "Poppins", sans-serif !important;
    /*text-align:  right  !important ;*/

}

.lead {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.8em;
}

.single-post .post-item .post-item-description p {
    font-size: 1.4rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'wYekan' , IranSans , "Poppins", sans-serif;
    color: #1f1f1f;
    margin: 0;
    letter-spacing: 0.5px;
}
h3, .h3

 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 500;
}
body {
    margin: 0;
    font-family: 'wYekan' , IranSans , -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: right;
    background-color: #fff;
    /*text-align: right !important;*/
}
  .rev-btn, .rev-btn:visited {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    font-family: 'wYekan' , IranSans , Roboto,sans-serif;
    cursor: pointer;
}
  .round50 {
    padding: 20px;
    margin: 0px;
    border: 5px solid #253993;
    border-radius: 50%;
}
  @media (max-width: 1024px) {
    #header #logo {
        position: absolute !important;
        width: 100%;
        text-align: center;
        margin: 0 !important;
        float: none;
        height: 80px;
        left: 0;
        right: 0;
        padding: 0 !important;
    }
}