
i.niafam {
    font-family: niafam-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
font-size: 20px;
    line-height: 33px;
}

.niafam-search:before {
    content: "\e934"
}

.niafam-close:before {
    content: "\e915"
}


.niafam-rss:before {
    content: "\e900"
}


body {
    font-family: var(--cssFont)
}


.search-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10000;
    background-color: #00205Bbb;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.search-area--opened {
    visibility: visible;
    opacity: 1
}

.search-area__close-btn {
    font-size: 1em;
    position: absolute;
    top: 20px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    line-height: 12px;
    background-color: #ffb81c;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    color: #000;
    opacity: 1
}

.search-area__close-btn i {
    color: #000
}

.search-area__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 80px 0;
    -webkit-transition: .5s;
    transition: .5s
}

.search-area__input {
    border-width: 0 0 2px 0;
    border-radius: 0;
    font-size: 28px;
    padding: 10px 0;
    border-color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    background-color: transparent;
    opacity: 1;
    color: #fff;
    margin-bottom: 20px
}

.search-area__input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-area__input:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-area__input::-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-area__input::placeholder {
    opacity: 1;
    color: #fff
}

.search-area__text {
    color: #fff
}




.menu-height {
    padding: 0 10;
    position: relative;
    z-index: 100;
    width: 100%;


}

.menu__fix {
   margin: 10px 0 0px 0;
    width: 100%;
   
}
.rssicone{
    font-size: 19px;
color: white;
}

.header {
    height:auto;
    background-size: cover;
    top: 0;
    right: 0;
    width: 100%;
}

.logo-box {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}



.css-menu {
    -webkit-transition: .2s;
    transition: .2s;
    height: auto;
    background-color: transparent
}

@media (min-width:991.98px) {
    .sm-simple {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent
    }

    #espritmenu {
        height: 100%
    }

    #espritmenu>ul {
        height: 100%
    }

    #espritmenu>ul>li ul li a:hover {
        color: var(--pcolor)
    }

    #espritmenu>ul>li>a::after {
        content: "\e92f";
        font-size: 12px;
        position: absolute;
        left: 10px;
        top: 50%;
        font-weight: 600;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: niafam-icons
    }

    #espritmenu>ul>li>a:only-child::after {
        content: none
    }

    #espritmenu>ul>li>a:not(:only-child) {
        padding-left: 28.5px !important
    }

    #espritmenu>ul>li>ul {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    #espritmenu>ul>li {
        height: 100%;
        border: 0
    }

    #espritmenu>ul>li>a {
        font-weight: 500;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .3s;
        transition: .3s;
        font-size:15px !important;;
        position: relative;
    padding: 5px 10px !important;;
    }

    #espritmenu>ul>li>a.has-submenu {
        padding: 23px 4.5px
    }

    #espritmenu>ul>li>a .sub-arrow {
        left: 6px;
        width: 14px
    }

    #espritmenu>ul>li>a .sub-arrow::before {
        content: none
    }

    #espritmenu>ul>li:hover>a {
        color: #12540c;
    }

    #espritmenu>ul>li:hover>a::before {
        width: 100%;
        right: 0
    }

    .sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        background: 0 0
    }

    .sm-simple ul {
        border: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0;
        max-width: initial !important;
        -webkit-transform: none;
        transform: none;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
        border-radius: 10px
    }

    .sm-simple ul ul {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    .sm-simple.sm-rtl ul a .sub-arrow {
        left: 10px;
        right: auto;
        width: 14px
    }

    .sm-simple.sm-rtl ul a .sub-arrow::before {
        content: "\e931";
        font-family: niafam-icons
    }

    .sm-simple ul a,
    .sm-simple ul a:active,
    .sm-simple ul a:focus,
    .sm-simple ul a:hover {
        font-size: 15px;
        padding: 15px 15px
    }

    .sm-simple.sm-rtl ul a.has-submenu {
        padding: 11px 15px 11px 30px
    }

    .sm-simple a,
    .sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        padding: 10px 15px;
        color: #454545
    }

    .sm-simple .scroll-down-arrow {
        border-color: #000 transparent transparent transparent
    }

    .sm-simple .scroll-down,
    .sm-simple .scroll-up {
        background: red
    }
}

@media (max-width:991.98px) {
    #mainMenu-trigger {
        display: block !important;
        z-index: 10;
        position: relative
    }

    #espritmenu {
        display: none
    }
}

a {
    -webkit-transition: .3s;
    transition: .3s
}

.h-100 {
    height: 100% !important
}

.w-100 {
    width: 100% !important
}

.cover-link {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 50
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes pulse2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.main-pusher {
    background: #fff
}

.right__header {
    height: 100%
}

.right__header img {
    height: 100%
}

.right__header .shoar {
    height: initial
}
.serachhhboxxx{
    display: flex;
    justify-content: start;
    align-items: end;
}

.left__header {
    -webkit-box-flex: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.right__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%
}

.logo-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;

}

.css-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.css-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.search__box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    border-radius: 5px 0 0 5px;

}



.lang {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #fff
}

.lang i {
    font-size: 14px
}

.lang:hover {
    color: var(--yellow)
}

.lang__more {
    position: absolute;
    top: 100%;
    left: -12px;
    color: var(--blue);
    border-radius: 50%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0
}

.lang__area {
    position: relative
}

.lang__area:hover .lang__more {
    visibility: visible;
    opacity: 1
}

#btn-search {
    cursor: pointer;

    color: #383838;
    margin: 0 0 0 10px
}

#btn-search:hover {
    color: var(--yellow)
}

.shoar {
    padding: 10px 0
}

.news__box .css-bg {
    opacity: .03
}

.css__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
    margin-bottom: 0px
}

.news__img img {
    -webkit-transition: .3s;
    transition: .3s
}

.news__img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.nav__cell {
    width: 20%;
    padding: 0 5px
}

.nav__cell.is-nav-selected .nav__item {
    opacity: 1
}

.nav__item {
    -webkit-transition: .3s;
    transition: .3s;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    border-radius: 15px;
    opacity: .4
}



.main-pusher {
    -webkit-transition: .3s;
    transition: .3s
}

.main-pusher--pushed {
    -webkit-transform: translateX(280px);
    transform: translateX(280px)
}


.custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px
}


html[dir=ltr] .search__box::before {
    left: auto;
    right: 100%;
    border-width: 0 0 63px 30px;
    border-color: transparent transparent var(--blue) transparent
}

html[dir=ltr] #btn-search {
    margin: 0 20px 0 0
}

html[dir=ltr] .menu-height {
    padding: 0 0 0 13px
}

html[dir=ltr] .search__box {
    border-radius: 0 5px 5px 0
}





@media (max-width:1449.98px) and (min-width:1200px) {
    .container-1490 {
        max-width: 1200px
    }
}

@media (max-width:1399.98px) and (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }
}

@media (max-width:1449.98px) {
   

    .css-menu {
      
    }

    .header {
        height: auto
    }

    .ccoip-menu {
        height: 140px
    }

    .logo-box {
        height: 100%;
        padding: 10px 0
    }

    .logo-box a {
        height: 100%
    }

    .logo-box img {
        height: 100%;
        width: initial
    }

    .left__header {
  
        padding: 10px 0
    }

    .left__header a {
        height: 100%
    }

    .left__header img {
      max-width: 100%;
        width: initial
    }

    #espritmenu>ul>li>a {
        font-size: 16px
    }

    #espritmenu>ul>li>a.has-submenu {
        padding: 16px 4.5px
    }

    .sm-simple a,
    .sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        padding: 16px 10px
    }

 

    #btn-search {
        font-size: 20px
    }

    .search__box::before {
        border-width: 49px 30px 0 0
    }

    
   

@media (max-width:991.98px) {
    .search__box {
 
    }

    .shoar {
        padding: 20px 0
    }

    .logo-box {
        padding: 10px 0
    }

    .left__header {
        padding: 15px 0 0 0;
    }




}


@media (max-width:767.98px) {
    .logo-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
.dolatcontact {
    font-size:10px;
margin-right: 10px !important;
            margin-bottom: 10px;
}
  .left__header img {
        display: none
    }
  

    
}

@media (max-width:575.98px) {
    .left__header {
        padding: 0
    }

}
