/* 

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;
}*/


.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;
    

}
.overflow5 {
   overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    

}

p {
    font-size: 1.5rem;
    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.5rem;
}
.justify {
    text-align: justify;
}
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;
}

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: 1rem;
    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;
}
  a.gray {
    color: #252525;
}