﻿@font-face {
    font-family: BYekan;
    src: url(fonts/BYekan.eot) format('eot'),
    url(fonts/BYekan.woff) format('woff'),
    url(fonts/BYekan.ttf) format('truetype')
}

html , body , p , h1 , h2 , h3 , h4 ,h5 ,h6 , div {
  
   font-family: BYekan !important;
  
}

.row {
    position: relative;
}

img.logo-img {
    position: absolute;
    left: 0;
top:10px;
}

img.logo-img {
    position: absolute;
    left: 50px;
    top: -50px;
}

.row {
    position: relative;
    top: 30px;
}

@media screen  and (max-width:763px ){

img.logo-img{
         display:none !important;
}
}