
.top-header {
    padding: 10px 20px 5px;
    background-color: #194595;
}

.top-header a {
    color: #dbdbdb;
    font-size: 14px;
}

.top-header a:hover {
    font-weight: bold;
}

.iran-flag {
    background: url("../pics/iran-f.png") no-repeat right;
    background-size: contain;
    height: 20px;
    width: 30px;
    margin: 0 0 0 5px;
    display: inline-block;
}

.english-flag {
    background: url("../pics/eng-flag.png") no-repeat left;
    background-size: contain;
    height: 20px;
    width: 30px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.envelope {
    background: url("../pics/envelop.png") no-repeat;
    background-size: contain;
    height: 20px;
    width: 40px;
    margin: 0;
    display: inline-block;
}

.vr {
    display: inline-block;
    height: 15px;
    width: 1px;
    margin: 0 10px;
    background-color: #dbdbdb;
    vertical-align: middle;
}

.search-section {
    padding: 25px 20px;
    background: linear-gradient(to top, #bcbcbc, #9b9b9b);
    border-radius: 0 0 0 20px;
    color: #767676;
    border-bottom: 2px solid #efefef;
}

.search-section .input-group-append button {
    width: 39px;
    border: none;
    cursor: pointer;
    background: url("../pics/fa-main-search.png") no-repeat;
    background-size: contain;
}

.search-section .input-group {
    padding: 0;
    margin: 0 auto 0 0;
    max-width: 100%;
    position: relative;
}

.search-section .input-group .search-box-option {
    padding: 10px;
    margin: 0 auto;
    right: 2px;
    top: 38px;
    width: 88%;
    z-index: 999;
    background-color: #fff;
    position: absolute;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #404040;
}

.search-section .input-group .search-box-option ul {
    padding: 0;
    margin: 0 auto;
}

.search-section .input-group .search-box-option li {
    text-align: right;
    list-style: none;
    line-height: 30px;
    width: 100%;
    display: block;
}

.search-section .input-group .search-box-option a {
    width: 100%;
    display: block;
    padding: 2px 5px;
}

.search-section .input-group .search-box-option li a:hover {
    background-color: #eee;
}

.search-section .input-group input {
    border: 1.5px solid #7f7f7f;
    background-color: #d1d1d1;
    margin-left: 0;
    border-radius: 0 5px 5px 0 !important;
}

.search-section .input-group input:focus {
    outline: none;
    box-shadow: none;
    border: 1.5px solid #7f7f7f;
    background-color: #eaeaea;
}

.search-section .input-group-append button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    background-color: transparent !important;
}

.search-section .input-group-append button:hover {
    background-color: transparent;
}

.search-section .heart {
    background: url("../pics/heart.png") no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    margin: 0;
    display: inline-block;
}

.search-section small {
    font-size: 10px;
}

.search-section .login {
    background: url("../pics/login.png") no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    margin: 0;
    display: inline-block;
}

.search-section .cart {
    background: url("../pics/cart.png") no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    margin: 0;
    display: inline-block;
}

.search-section .vr {
    display: inline-block;
    height: 30px;
    width: 1px;
    margin: 0 10px;
    background-color: #cecece;
    vertical-align: top;
}

@media screen and (max-width: 813px) {
    .search-section {
        padding: 10px;
    }
}


.header_area {
    background: linear-gradient(to bottom, #fff, #fff, #f2f2f2);
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 6px solid #4770be;
    border-radius: 0 0 5px 5px;
}

@font-face {
    font-family: 'Dana-reg';
    src: url('../fonts/dana-fanum-regular.eot');
    src: local('../fonts/Dana'), url('../fonts/dana-fanum-regular.woff') format('woff'), url('../fonts/dana-fanum-regular.woff2') format('truetype');
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    z-index: 99;
    font-family: 'Dana-reg'!important;
}
.navigation a{
    font-family: 'Dana-reg'!important;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-left {
    right: auto;
    left: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-left.nav-menus-wrapper-open {
    right: auto;
    left: 0;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 20000;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    right: 24px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    right: 0;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-right: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-right: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-right: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-right: 110px;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    left: 0;
    top: 0;
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.navigation-portrait .megamenu-panel-half {
    width: 100%;
}

.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
    float: none;
    display: block;
    width: 100% !important;
    margin-right: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
    margin-top: 0;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.navigation-hidden .nav-header {
    display: none;
}

.navigation-hidden .nav-search {
    display: none;
}

.align-to-left {
    float: left;
}

.nav-header {
    float: right;
}

.nav-brand {
    position: relative;
    z-index: 9;
    display: inline-block;
    bottom: 48px;
    vertical-align: middle;
    text-decoration: none;
}

.nav-brand img {
    width: 150px;
    object-fit: contain;
    margin-left: 10px;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: right;
}

.nav-logo:focus > img {
    outline: initial;
}

.nav-menus-wrapper {
    margin-top: 35px;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.nav-menu > li {
    display: inline-block;
    float: right;
    text-align: right;
}

.nav-menu > li > a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    border-right: 1px solid #aeaeae;
    text-decoration: none;

    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    text-transform: uppercase;
}

.nav-menu > li > a > i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.nav-menu > li > a > [class*=ion-] {
    height: 16px;
    line-height: 16px;
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.nav-menu > li:hover > a {
    background: #194595;
    color: #fff;
}

.nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.nav-menu > li.active > a {
    background: #194595;
    color: #fff;
}

.nav-menu > li.focus > a {
    background: #194595;
    color: #fff;
}

.nav-menu > .active > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}

.navigation-landscape .nav-dropdown.nav-dropdown-right > li > a {
    text-align: left;
}

.navigation-landscape .nav-dropdown.nav-dropdown-right .submenu-indicator {
    right: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-right .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navigation-landscape .megamenu-list {
    margin: 0 0;
    padding: 5px 0;
    border-left: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
    font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}

.submenu-indicator {
    margin-right: 6px;
    margin-top: 6px;
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover {
    color: #fff;
    text-decoration: none;
}

.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.nav-dropdown {
    min-width: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.nav-dropdown .nav-dropdown {
    right: 100%;
}

.nav-dropdown > li {
    width: 100%;
    float: right;
    clear: both;
    position: relative;
    text-align: right;
}

.nav-dropdown > li > a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    float: right;
    font-size: 14px;
    background-color: #fdfdfd;
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover {
    background: #194595;
    color: #fff;
}

.nav-dropdown > li > a:focus {
    background: #194595;
    color: #fff;
}

.nav-dropdown > li:hover > a {
    background: #194595;
    color: #fff;
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #00c395 #00c395 transparent;
}

.nav-dropdown > li > .nav-dropdown-right {
    right: auto;
    left: 100%;
}

.nav-dropdown > li.focus > a {
    background: #194595;
    color: #fff;
}

.nav-dropdown .submenu-indicator {
    left: 15px;
    top: 10px;
    position: absolute;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #00c395 #00c395 transparent;
}

.nav-dropdown.nav-dropdown-right {
    left: 0;
}

.nav-dropdown-horizontal {
    width: 100%;
    right: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    right: 0;
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}

.nav-dropdown-horizontal > li > a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 99;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

    .nav-menus-wrapper {
        margin-top: 0;
        overflow: scroll;
    }

    .navigation {
        padding: 10px;
    }

    .navigation-portrait .megamenu-panel {
        padding: 5px;
    }

    .megamenu-panel {
        width: 100%;
        box-shadow: none;
    }

    .nav-dropdown > li > a {
        width: 65%;
    }

    .megamenu-list > li > a {
        width: 65%;
    }

    .nav-brand {
        position: relative;
        z-index: 1;
        bottom: 0;
    }

    .nav-brand img {
        width: 50px;
        object-fit: contain;
        margin-left: 10px;
    }

    .header_area {
        height: auto;
    }
}

@media only screen and (max-width: 991.5px) {
    .nav-menus-wrapper {
        margin-top: 0;
    }

    .nav-toggle {
        top: 40%;
    }
}
