.sub-menu  {
text-align:right;

}

* {
    
font-family: "IRANSans";    
}

p {
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 45px;
    text-align: justify;
}


.main-title {
    margin: 0;
    font-size: 25px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none;
}

.site-description {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
    font-size: 11px;
}

.dropdown-hover .main-navigation ul li.sfHover>ul, .dropdown-hover .main-navigation ul li:hover>ul, .dropdown-hover .secondary-navigation ul li.sfHover>ul, .dropdown-hover .secondary-navigation ul li:hover>ul {
    left: auto;
    opacity: 1;
    transition-delay: 150ms;
    pointer-events: auto;
    height: auto;
    overflow: visible;
    text-align: right;
}

.header-widget {
    float: left;
    overflow: hidden;
    max-width: 50%;
}

.main-navigation li {
    float: right;
    position: relative;
}


@font-face {

  font-family:nassim-regular;

  src: url('/fonts/nassim-regular.eot?#') format('eot'), 

       url('/fonts/nassim-regular.woff') format('woff'), 

       url('/fonts/nassim-regular.ttf') format('truetype'); 

}

@font-face {
  font-family: "IRANSans";
  font-weight: bold;
  src: url("/fonts/IRANSansWeb_Bold.woff") format("woff"), url("/fonts/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-weight: normal;
  src: url("/fonts/IRANSansWeb.woff") format("woff"), url("/fonts/IRANSansWeb.ttf") format("truetype");
}