html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  html,body {
    background: #fff;
    font-family: 'iransans', sans-serif;
  }

  h1, h2,h3,h4,h5,h6{
    font-family: 'yekan';
  }

  .header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    left: 40px;
    display: none;
  }


.main-banner:before {
    content: '';
    background-image: url(../images/hero-fa.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0 !important;
    top: 100px;
    width: 1159px;
    height: 797px;
    z-index: -1;
  }

  .main-banner:after {
    content: '';
    background-image: url(../images/hero-fa-2.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 100px;
    width: 212px;
    height: 653px;
    z-index: -1;
  }


  .header-area .main-nav .logo h4 {
    font-size: 18px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    line-height: 100px;
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }


  .header-area .main-nav .nav {
    float: left;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
    font-family: 'yekan';
  }
  

  .main-green-button
  {
    float: left;
  }