﻿@charset "UTF-8";
/*
* @subsection   RD Navbar
* @description  Describes style declarations for RD Navbar extension
*/
.rd-navbar-wrap, .rd-navbar-static.rd-navbar--is-clone, .rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-fixed .rd-navbar-submenu-toggle, .rd-navbar-cart, .rd-navbar-static .rd-navbar-cart-buy, .rd-navbar-fixed .rd-navbar-cart-floating, .rd-navbar-fixed .rd-navbar-cart-floating:before, .rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy, .rd-navbar-fixed .rd-navbar-search .form-group, .rd-navbar-fixed .rd-navbar-collapse, .rd-navbar-fixed .rd-navbar-collapse:before {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

:root {
    --theme-color: #ffd32e;
    --theme-fcolor: #305534;
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
    display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar-outer {
    color: white;
}

.rd-navbar-wrap {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-navbar-search-wrap {
    display: block;
    vertical-align: middle;
    width: 100%;
}

.rd-navbar-static .rd-navbar-nav-wrap {

}

.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    z-index: 20;
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
    display: none;
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0px 0px 5px 0px #00000063;
}

.rd-navbar-static.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    background: white;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
    display: none;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-nav, .rd-navbar-toggle {
    display: none;
}

.rd-navbar-static .rd-navbar-subpanel {
    width: 100%;
}

.rd-navbar-static .rd-navbar-subpanel > div {
    vertical-align: middle;
}

.rd-navbar-static .rd-navbar-outer .rd-navbar-inner {
    position: relative;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
    position: absolute;
    padding: 8px 0;
    color: #999;
    background: white;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-megamenu li > a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 16px;
    text-decoration: none;
    color: #545454;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-megamenu li.focus > a,
.rd-navbar-static .rd-navbar-megamenu li.opened > a,
.rd-navbar-static .rd-navbar-megamenu a:hover {
    color: #fff;
    background: #404040;
}

.rd-navbar-static .rd-navbar-dropdown {
    width: 270px;
}

.rd-navbar-static .rd-navbar-megamenu {
    margin: auto;
    margin-top: 10px;
    left: 0;
    right: 0;
    display: table;
    table-layout: fixed;
    padding: 16px 8px;

}

.rd-navbar-static .rd-navbar-megamenu > li {
    display: table-cell;
}

.rd-navbar-static .rd-navbar-nav {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
}

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav > li {
    display: inline-block;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu {
    top: 100%;
    z-index: 2;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
    right: 50%;
    margin-right: -50px;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
    right: 100%;
    top: -8px;
    z-index: 2;
}

.rd-navbar-static .rd-navbar-nav > li > a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    box-sizing: border-box;
    font-weight: bold;
}

.rd-navbar--is-stuck .rd-navbar-nav > li > a {
    color:white;
    transition: 200ms;
}

.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover {
    background: #ffffff75;
    transition: 200ms;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: block;
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #333;
}

.rd-navbar-fixed .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span:after {
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-toggle span:after {
    top: 8px;
}

.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #333;
    backface-visibility: hidden;
    border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-toggle.active span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rd-navbar-fixed .rd-navbar-toggle.active span:before, .rd-navbar-fixed .rd-navbar-toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-navbar-fixed .rd-navbar-toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-fixed .rd-navbar-toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    top: -56px;
    right: 0;
    min-width: 232px;
    max-width: 450px;
    width: 100%;
    padding: 132px 0 56px;
    bottom: -56px;
    color: #999;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    z-index: 15;
    -webkit-transform: translateX(-105%);
    transform: translateX(105%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    height: 100%;
    overflow: auto;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    list-style: none;
    padding: 0px;
    margin-top: 0px;
}

.rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
    content: '';
    display: block;
    height: 8px;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
    display: block;
    padding: 11px 11px 11px 56px;
    color: #333;
    text-decoration: none;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li a:hover {
    background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.active > a {
    color: #fff;
    background: var(--theme-color);
    text-shadow: 1px 1px 1px gray;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
    display: none;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu li > a {
    padding-left: 32px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
    padding-left: 48px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
    display: block;
    padding-right: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 48px;
    text-align: center;
    color: #999;
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:hover {
    color: #333;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0, -50%);
}

/*
* @subsection   RD Navbar Brand
*
* @description  Describes style declarations for RD Navbar brand
*/
.rd-navbar-brand {
    display: none;
    color: #333;
}

.rd-navbar-static .rd-navbar-brand {
    display: table-cell;
    width: 350px;
    text-align: right;
}

.rd-navbar-static .rd-navbar-brand > * {
    display: table-cell;
    vertical-align: middle;
}

.rd-navbar-static .rd-navbar-brand > img {
    margin-right: 0px;
}

.rd-navbar-static .rd-navbar-brand > span > a {
    font-size: 28px;
    line-height: 48px;
    color: var(--theme-color);
}

.rd-navbar-static .rd-navbar-brand > a span {
    display: none;
}

.brand-desc {
    display: block;
}

.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    text-align: right;
    position: fixed;
    top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    line-height: 58px;
    height: 55px;
    z-index: 68;
    left: 50%;
    transform: translate(-50%, 0);
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-height: 55px;
}

.rd-navbar-fixed .rd-navbar-brand a {
    display: inline-block;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-cart-floating {
    display: none;
}

.rd-navbar-cart-toggle {
    font-family: 'Material Icons';
}

.rd-navbar-cart-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #333;
}

.rd-navbar-cart-toggle span, .rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
    transition: .3s all ease;
}

.rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rd-navbar-cart-toggle span:before {
    content: "";
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-cart-toggle span:after {
    content: "";
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-cart-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
}

.rd-navbar-cart-toggle.active span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-cart {
    display: none;
    text-align: left;
    color: #999;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25), 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    height: 328px;
    width: 100%;
}

.rd-navbar-cart:before {
    content: '';
    position: absolute;
    height: 32px;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(#fff, rgba(255, 255, 255, 0));
    z-index: 1;
}

.rd-navbar-cart-items {
    overflow: auto;
    max-height: 100%;
    height: 100%;
    padding: 16px 0;
}

.rd-navbar-cart-items::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-cart-items::-webkit-scrollbar-thumb {
    background: #999;
}

.rd-navbar-cart .rd-navbar-cart-item__preview {
    border-radius: 50%;
}

.rd-navbar-cart .rd-navbar-cart-item {
    position: relative;
    padding: 8px 0;
}

.rd-navbar-cart .rd-navbar-cart-item__left, .rd-navbar-cart .rd-navbar-cart-item__body, .rd-navbar-cart .rd-navbar-cart-item__remove {
    position: relative;
    display: table-cell;
}

.rd-navbar-cart .rd-navbar-cart-item__left {
    padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item__left img {
    max-width: none;
}

.rd-navbar-cart .rd-navbar-cart-item__body {
    vertical-align: middle;
    width: 100%;
}

.rd-navbar-cart .rd-navbar-cart-item__title {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.rd-navbar-cart .rd-navbar-cart-item__counter {
    font-size: 14px;
    line-height: 1.3;
}

.rd-navbar-cart .rd-navbar-cart-item__remove {
    vertical-align: middle;
    width: 56px;
    font-size: 24px;
    padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 88px;
    display: block;
    height: 1px;
    background: rgba(153, 153, 153, 0.2);
}

.rd-navbar-static .rd-navbar-cart-wrap {
    position: relative;
    float: right;
    margin-top: 12px;
    margin-left: 20px;
}

.rd-navbar-static .rd-navbar-cart-floating {
    display: block;
}

.rd-navbar-static .rd-navbar-cart-floating .rd-navbar-cart-buy {
    display: none;
}

.rd-navbar-static .rd-navbar-cart {
    display: block;
    position: absolute;
    width: 320px;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 2;
}

.rd-navbar-static .rd-navbar-cart.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-static .rd-navbar-cart-buy {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    color: #fff;
    background: #2ecc71;
}

.rd-navbar-static .rd-navbar-cart-buy:hover {
    background: #40d47e;
}

.rd-navbar-static .rd-navbar-cart-buy:before {
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.rd-navbar-fixed .rd-navbar-cart {
    display: block;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    padding-bottom: 56px;
    z-index: 19;
}

.rd-navbar-fixed .rd-navbar-cart.active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-buy {
    display: none;
}

.rd-navbar-fixed .rd-navbar-cart-floating {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    color: #FFF;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.25);
    width: 56px;
    height: 56px;
    outline: 1px solid transparent;
    backface-visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-cart-floating:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f44336;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 56px;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy:before {
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
    color: #FFF;
    height: 56px;
    line-height: 56px;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active {
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active:before {
    -webkit-transform: translate(-50%, -50%) scale(20);
    transform: translate(-50%, -50%) scale(20);
    background: #2ecc71;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-buy {
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-toggle {
    visibility: hidden;
    opacity: 0;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel {

}

.rd-navbar-static .rd-navbar-panel:before, .rd-navbar-static .rd-navbar-panel:after {
    display: table;
    content: "";
    line-height: 0;
}

.rd-navbar-static .rd-navbar-panel:after {
    clear: both;
}

.rd-navbar-fixed .rd-navbar-panel-canvas {
    position: fixed;
    height: 75px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 68;
    background: white;
    box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 3%);
}

.rd-navbar-fixed .rd-navbar-toggle {
    position: fixed;
    z-index: 68;
    top: 16px;
    right: 4px;
}

/*
* @subsection   RD Navbar Search
*
* @description  Describes style declarations for RD Navbar search
*/
.rd-navbar-search,
.rd-navbar-search-toggle {
    display: none;
}

.rd-navbar-static .rd-navbar-search {
    display: block;
}

.rd-navbar-static .rd-navbar-search form {
    position: relative;
    margin: 0px;
}

.rd-navbar-static .rd-navbar-search form input {
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 16px 12px 56px;
    height: 48px;
    color: #404040;
    font-family: 'iran_sans';
    margin-bottom: 0px;
    border: 1px solid #c1c1c180;
    border-radius: 10px;

}

.rd-navbar-static .rd-navbar-search form button[type="submit"] {
    position: absolute;
    font-size: 22px;
    line-height: 19px;
    text-align: center;
    background: #c1c1c180;
    top: 0px;
    left: 0px;
    padding: 12px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: 'iran_sans';
    font-size: 23px;
    color: black;
}

.rd-navbar-static .rd-navbar-search form button[type="submit"]:hover {
    color: #fff;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    display: block;
    position: fixed;
    top: 15px;
    right: 5px;
    font-family: 'Material Icons';
    width: 48px;
    height: 48px;
    z-index: 68;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #333;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
    transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
    position: absolute;
    top: -3px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 25px;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-weight: normal;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 25px;
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
    font-weight: normal;
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search {
    display: block;
    position: fixed;
    top: 75px;
    background: #ffd32e;
    z-index: 14;
    height: 60px;
    width: 100%;
    right: 0px;
}

.rd-navbar-fixed .rd-navbar-search .form-group {
    position: absolute;
    top: 7px;
    left: 56px;
    right: 20px;
    z-index: 68;
    visibility: visible;
    opacity: 1;
    width: calc(100% - 40px);
}

.rd-navbar-fixed .rd-navbar-search .form-group:before {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: gray;
}

.rd-navbar-fixed .rd-navbar-search .form-group input {
    width: calc(100% - 110px);
    height: 46px;
    display: inline-block;
    font-size: 22px;
    line-height: 46px;
    font-family: 'iran_sans';
    margin: 0px;
    border-radius: 5px;
    border: none;
    padding-right: 40px;
    box-sizing: border-box;
}

.rd-navbar-fixed .rd-navbar-search.active .form-group {
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search form button[type="submit"] {
    display: none;
}

/*
* @subsection   RD Navbar Collapse
*
* @description  Describes style declarations for RD Navbar collapse
*/
.rd-navbar-collapse,
.rd-navbar-collapse-toggle {
    display: none;
}

.rd-navbar-static .rd-navbar-inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1446px;
    box-sizing: border-box;
}

.rd-navbar-static .rd-navbar-collapse {
    display: block;
    direction: ltr;
    padding: 0;
}

.rd-navbar-static .rd-navbar-collapse ul {
    padding: 0;
    margin: 0;
}

.rd-navbar-static .rd-navbar-collapse li {
    display: inline-block;
}

.rd-navbar-static .rd-navbar-collapse li a:hover {
    text-decoration: underline;
}

.rd-navbar-fixed .rd-navbar-collapse {
    display: block;
}

.rd-navbar-fixed .rd-navbar-collapse li > a:hover {
    color: var(--theme-color);
}

.rd-navbar-fixed .rd-navbar-collapse > li > a {
    display: block;
    padding: 11px 16px;
    color: #151111;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a:hover {
    background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
    visibility: visible;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    max-width: 300px;
    width: 94%;
    line-height: 33px;
    box-sizing: border-box;
    font-size: 13.5px;
    background: white;
    position: fixed;
    right: 10px;
    top: 80px;
    padding: 10px 0px;
    z-index: 20;
}

.rd-navbar-fixed .rd-navbar-collapse.active li {
    transition: 100ms all ease 100ms;
    opacity: 1;
}

.rd-navbar-fixed .rd-navbar-collapse.active:before {
    background: #fff;
    -webkit-transform: scale(12);
    transform: scale(12);
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    display: block;
    position: fixed;
    top: 18px;
    left: 4px;
    font-family: 'Material Icons';
    width: 48px;
    height: 48px;
    z-index: 68;
    padding: 0;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #333;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span, .rd-navbar-fixed .rd-navbar-collapse-toggle span:before, .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
    transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span:before, .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span:before {
    content: "\f142";
    font-family: 'FontAwesome';
    font-size: 25px;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 25px;
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
}

.rd-navbar-fixed .rd-navbar-collapse-toggle.active span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-clientarea {
    display: table-cell;
    min-width: 200px;
}

.rd-navbar-fixed .rd-navbar-clientarea {
    display: none;
}

.rd-navbar-static .rd-navbar--is-stuck .rd-navbar-outer {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: white;
}

.rd-navbar-static .rd-navbar-outer {
    margin-top: 0 !important;
    background-color: white;
}

.rd-navbar-fixed .rd-navbar-outer {
    height: 75px;
    width: 100%;
    background: #fffffff7;
    margin-top: -80px;
    transition: 500ms;
    box-shadow: 1px 2px 10px #c1c1c18a;
}

.rd-navbar-fixed .rd-navbar-social {
    display: none;
}

.rd-navbar-fixed .rd-navbar-mob-static {
    display: table;
}

.rd-navbar-fixed .rd-navbar-mob-static > div {
    display: table-cell;
    width: 50%;
}

.rd-navbar-static .rd-navbar-dark {
    background-color: #2d2d21;
}

.rd-navbar-fixed .rd-navbar-dark ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0px;
}

.rd-navbar-fixed .rd-navbar-dark ul li {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-dark .top-right ul li {
    display: block;
    position: relative;
}

.rd-navbar-fixed .rd-navbr-top-dark {
    display: none;
}

.rd-navbar-fixed .rd-navbr-top-dark a {
    margin: 0px auto;
}

.rd-navbar-fixed .rd-navbar-collapse.active .rd-navbr-top-dark {
    display: block;
}

.rd-navbr-top-dark > div {
    display: block;
    position: relative;
}

.rd-navbr-top-dark a {
    color: white;
    text-decoration: none !important;
    font-size: 13px;
    display: block;
    position: relative;
}

.rd-navbr-top-dark > div > ul > li:after {
    position: absolute;
    content: "";
    z-index: 1;
    height: 12px;
    width: 1px;
    background-color: white;
    left: 0;
    top: 5px;
}

.rd-navbr-top-dark > div > ul > li label {
    padding-right: 22px;
}

.rd-navbr-top-dark > div > ul > li:last-child:after {
    background-color: unset;
}

.rd-navbr-top-dark > .top-left > ul > li:after {
    left: -12px;
    top: 3px;
}

.rd-navbr-top-dark > .top-left > ul > li {
    margin-right: 14px;
}

.rd-navbr-top-dark {
    display: table;
    width: 100%;
}

.rd-navbr-top-dark > div {
    display: table-cell;
    padding: 10px 0px;
    direction: rtl;
}

.top-left {
    text-align: left;
    display: inline-block;
    color: #fff;
}

.top-right i[class*='fa '] {
    font-size: 18px;
    position: absolute;
    top: 2px;
    right: 0px;
}

.top-right {
    text-align: right;
    display: inline-block;
    font-size: 13px;
    direction: rtl;
}

.rd-navbar-static .top-right ul > li {
    padding: 0px 10px;
    position: relative;
}

.rd-navbar-static .top-right ul > li:last-child {
    border-left: none;
}

.top-left ul > li > a {
    font-size: 15.5px;
    color: white;
    margin-right: 10px;
}

.top-right img {
    top: 7px;
    position: absolute;
    right: 3px;
}

.btn-clientarea {
    background-color: #0d5882;
    padding: 3px 10px;
}

.info-bar {
    background-color: #2e363a;
    height: 35px;
}

.rd-navbar-nav ul {
    list-style: none;
}

.rd-navbar-nav-no-margin {
    margin: 0px;
}

.btn-search {
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    color: inherit;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    transition: .3s all ease;
    border: none;
}

.brand-name {
    text-decoration: none;
    display: table !important;
    width: 100%;
    opacity: 1;
    transition: 200ms;
}

.brand-name div {
    font-size: 23px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    color: #373737;
}

.brand-name img {
    max-height: 65px;
}

.rd-navbar-static .rd-navbr-top-dark ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.rd-navbar-static .rd-navbr-top-dark li {
    display: inline-block;
    position: relative;
}

.first-row > div {
    display: table-cell;
    vertical-align: middle;
}

.first-row {
    width: 100%;
    font-size: 0px;
    display: table;
    padding: 15px 0px;
}

.first-row > div:nth-child(1), .first-row > div:nth-child(3) {
    width: 25%;
}

.first-row > div:nth-child(2) {
    width: 50%;
}

.menulist-row {
    background-color: #42719F;
    box-shadow: 0px 30px 30px 0px rgb(0 0 0 / 3%);
}

.first-row > div:nth-child(3) {
    text-align: left;
}

.first-row > div:nth-child(3) > div {
    display: inline-block;
}

.rd-navbar--is-stuck .first-row {
    display: none;
}

.rd-navbar-fixed.active .brand-name {
    opacity: 0 !important;
    transition: 200ms;
}

.menulist-row > div {
    display: table;
    max-width: 1446px;
    width: 100%;
    margin: auto;
}

.menulist-row > div > div {
    display: table-cell;
    vertical-align: middle;
}

.button-area {
    text-align: left;
    padding-left: 10px;
}

.button-area > a {
    color: #373737;
    position: relative;
    font-size: 23px;
    display: inline-block;
    width: 45px;
    height: 45px;
    top: 5px;
    border-radius: 3px;
}

.button-area > a:hover {
    background: #ffffff70;
}

.button-area > a > i {
    color: #373737;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-area-mob {
    position: absolute;
    top: -5px;
    left: 0px;
    display: none;
}

.button-area-mob > a {
    color: #373737;
    position: relative;
    font-size: 23px;
    display: inline-block;
    width: 45px;
    height: 45px;
    top: 5px;
    border-radius: 3px;
}

.button-area-mob > a:hover {
    background: #ffffff70;
}

.button-area-mob > a > i {
    color: #373737;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cat-menu {
    padding: 5px;
    position: relative;
    cursor: pointer;
    width: 175px;

}

.cat-menu > div > i {
    color: gray;
    transition: 400ms;
    transition-delay: 400ms;
}

.cat-menu:hover > div > i {
    color: white;
    transition: 200ms;

}

.cat-menu:hover > div > i:last-child {
    transform: rotate(180deg);
    transition: 200ms;
}

.cat-menu:hover > div:last-child > ul {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    transition: 400ms;
}

.cat-menu > div > i:first-child {
    margin-left: 15px;
}

.cat-menu > div > i:last-child {
    margin-right: 15px;
    transition: 400ms;
    transition-delay: 400ms;
}

.cat-menu > div:last-child > ul {
    position: absolute;
    top: 56px;
    right: 4px;
    opacity: 0;
    transform: translateY(30px);
    visibility: hidden;
    transition: 200ms;
    transition-delay: 400ms;
    margin: 0px;
    padding: 0px;
    z-index: 10;
    width: 202px;
    max-height: calc(100vh - 220px);
    list-style: none;
    background: white;
}

.cat-menu > div:last-child > ul > li > a {
    cursor: pointer;
    text-decoration: none;
    color: #373737;
    text-align: right;
    padding: 8px 10px;
    display: block;
}

.cat-menu > div:first-child {
    padding: 10px;
    box-sizing: border-box;
    width: 202px;
    background: #2d2d21;
}

.department-menu {
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 500ms;
    transition-delay: 500ms;
    position: initial;
}

.department:hover .department-menu {
    height: auto;
    transition: 500ms;
}

.department label {
    cursor: pointer;
}

.department-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    margin-top: 20px;

}

.department-menu ul li:first-child {
    border-top: 1px solid gray;
}

.department-menu ul li:last-child {
    border-bottom: none;
}

.department-menu ul li {
    text-align: right;
    border-bottom: 1px solid gray;
    border-top: none;
    color: #616161;
    font-weight: normal;
}

.department-menu a {
    color: #616161;
}

.department-menu a {
    color: #616161;
}

.sub-right-menu {
    position: absolute;
    right: 181px;
    width: calc(100vw - 300px);
    padding: 0px 18px;
    box-sizing: border-box;
    top: 0px;
    max-width: calc(1200px - 250px);
    display: none;
}

.sub-right-menu > div {
    background: #2d2d21;
    overflow: auto;
    padding: 10px;
    height: calc(100vh - 300px);
    box-sizing: border-box;
}

.sub-right-menu ul {
    display: inline-block;
    max-width: 100%;
    list-style: none;
    margin: 0;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    padding: 0px;
    width: 100%;
}

.sub-right-menu ul > li {
    border: none !important;
}

.department-menu a {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
}

.Desktopmenu a:hover ~ .sub-right-menu {
    display: initial;
}

.Desktopmenu label, .Desktopmenu input[type='checkbox'] {
    display: none;
}

.sub-right-menu:hover {
    display: initial;
}

.sub-right-menu a {
    display: block;
    width: auto;
    color: white;
    padding: 7px 10px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    transition: 300ms;
}

.sub-right-menu a:before {
    content: '';
    height: 3px;
    width: 3px;
    background: white;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
}

.sub-right-menu a:hover {
    background: white;
    transition: 300ms;
    color: black;
}

.switch-menu {
    display: none;
    font-size: 0px;
}

.switch-menu > div {
    display: inline-block;
    color: black;
    width: 50%;
    font-size: 16px;
    text-align: center;
    padding: 8px 0px;
    box-sizing: border-box;
    background: #c1c1c10d;
    border-bottom: 2px solid #c1c1c135;
    cursor: pointer;
}

.switch-menu > div.active {
    border-bottom: 2px solid #ffd32e;
    background: #c1c1c135;
}

.menu-cat {
    display: none;
    height: 100vh;
    overflow: auto;
}

.menu-cat .fa-angle-down {
    transition: 300ms;
}

.menu-cat .fa-angle-down.active {
    transition: 300ms;
    transform: rotate(180deg);
}

.menu-cat .fa-angle-down:before {
    padding: 11px;
    line-height: 38px;
}

.top-menu-icon {
    display: table;
    width: 220px;
    border-spacing: 15px 0px;
}

.top-menu-icon > div {
    display: table-cell;
    color: #2C2D2EE5;
}

.top-client-area {
    border: 1px solid #c1c1c180;
    border-radius: 15px;
    font-size: 13px;
    width: 122px;
    padding: 10px 32px 10px 10px;
    position: relative;
    display: flex;
    align-items: center;
    cursor:pointer;
    color:#373737;
}

.top-client-area > i {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 20px;
    transform: rotate(180deg);
}
.top-card {
    font-size: 28px;
    transform: scaleX(-1);
    position: relative;
    border: 1px solid #c1c1c180;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    cursor:pointer;
}

.top-card > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:25px;

}
.rd-navbar-fixed .sub-right-menu > div{
    height:auto;
}