﻿@font-face {
    font-family: "yekanbakhBold";
    src: url("../../../assets/all-fonts/yekanbakhBold/Yekan-Bakh-FaNum-06-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'yekanbakhmedium';
    src: url("../../../assets/all-fonts/yekanbakhmedium/Yekan-Bakh-FaNum-05-Medium.woff") format("woff")
}

@font-face {
    font-family: "iranbold";
    src: url("../../../assets/all-fonts/iranbold/IRANSansWeb_Bold.eot") format("eot");
    src: url("../../../assets/all-fonts/iranbold/IRANSansWeb_Bold.woff") format("woff");
    src: url("../../../assets/all-fonts/iranbold/IRANSansWeb_Bold.woff2") format("woff2");
    src: url("../../../assets/all-fonts/iranbold/IRANSansWeb_Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

:root {
    --fontFamilyfontFamily: 'yekanbakhmedium';
    --fontFamilyBold: "iranbold";
    --fontFamilyBold2: "yekanbakhBold";
    --fontTitle: 'iranbold';
    --rounded: 10px;
    --mainColor: #741683;
    --secondColor: #da8f16;
    --hoverColor: #da8f16;
    --transition: all ease .3s;
}

.header_area {
    width: 100%;
    z-index: 100;
    transition: all ease .3s;
    position: relative
}

.nav-header {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.nav-header:hover {
    text-decoration: none
}

.contactusmobile {
    display: none
}

.logo-caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    justify-content: center
}

.logo-caption p {
    color: #777;
    margin: 0
}

.logo {
    width: 100px
}

.caption-logo {
    color: var(--mainColor)
}

.nav-login {
    margin-right: auto
}

.top-menu {
    display: flex;
    align-items: center;
    padding: 5px 0
}

.sum-span {
    font-size: 17px;
    color: #ccc;
    font-family: var(--fontFamilyfontFamily)
}

.nav-dropdown {
    display: none
}

.the-show {
    background: var(--secondColor);
    color: #fff !important
}

.nav-dropdown li a .submenu-indicator .submenu-indicator-chevron {
    border-color: rgba(0, 0, 0, 0) var(--mainColor) var(--mainColor) rgba(0, 0, 0, 0)
}

.nav-menu > li > .nav-dropdown li:hover .submenu-indicator .submenu-indicator-chevron {
    border-color: rgba(0, 0, 0, 0) #1b8afe #1b8afe rgba(0, 0, 0, 0) !important
}

.top-span {
    font-size: 22px
}

.topbar {
    width: 100%;
    background: #232323;
    padding: 8px 40px;
    display: flex;
    align-items: center; /*! padding: ; */
}

.parent-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topbar-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 0
}

.topbar .parent-topbar .topbar-items > li:not(:first-child) {
    margin-right: 40px;
    position: relative
}

.topbar .parent-topbar .topbar-items > li:not(:first-child)::after {
    content: "";
    height: 10px;
    width: 1px;
    background: hsla(0, 0%, 100%, .3);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -20px
}

.topbar-items-right > .topbar-item > a > i {
    margin-right: 0 !important
}

.topbar .parent-topbar .topbar-items li a:hover {
    text-decoration: none;
    color: #fff
}

.topbar .parent-topbar .topbar-items li a {
    color: hsla(0, 0%, 100%, .8);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    transition: all ease .3s
}

.topbar .parent-topbar .topbar-items li a i {
    margin-right: 8px;
    font-size: 13px
}

.SMAbout {
    color: #fff;
    width: 100%;
    font-size: 12px;
    text-align: justify;
    display: flex;
    margin: 10px 0;
    align-items: center
}

.SMAbout i {
    transition: all .3s
}

.SMAbout:hover i {
    transform: translateX(-3px);
    color: #fff
}

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

.nav-menus-wrapper {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%
}

.parent-item-footer h3 {
    color: #444;
    font-family: var(--fontFamilyBold), sans-serif;
    margin-bottom: 27px;
    font-size: 18px; /*! border-bottom: 1px solid #fff; */
    padding-bottom: 15px;
    width: 100%;
    text-align: right
}

.nav-search-button::after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: var(--mainColor);
    border-radius: 50%;
    transform: scale(0, 0);
    position: absolute;
    top: -7px;
    left: 35px;
    z-index: -1;
    transition: all linear .3s
}

.nav-search-button:hover::after {
    transform: scale(4)
}

footer {
    background-color: rgba(247, 247, 247, .631372549)
}

footer .email-footer1 {
    font-size: 19px !important
}

footer .email-footer2 {
    font-size: 20px !important
}

footer .logo {
    width: 150px
}

footer .nav-header {
    gap: 5px;
    margin-bottom: 10px
}

footer .nav-header h4 {
    color: var(--secondColor);
    font-size: 22px;
    font-family: var(--fontFamilyBold2);
    text-align: center
}

footer .nav-header span {
    background: #4e5b70;
    padding: 4px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    text-align: center
}

@media (max-width: 992px) {
    .parent-item-footer {
        align-items: center !important;
    }
    footer .nav-header h4 {
        text-align: right
    }

    footer .item-footer1 {
        padding: 0 !important
    }

    footer .box-item-footer h3 {
        margin-right: 0 !important
    }
}

@media (max-width: 576px) {
    footer .parent-footer-iran {
        gap: 0 !important
    }

    footer .logo {
        width: 155px !important;
        object-fit: contain
    }

    footer .nav-header {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        gap: 0px
    }

    footer .nav-header div {
        align-items: center
    }

    footer .nav-header div h4 {
        font-size: 20px !important;
        margin-bottom: 5px
    }

    footer .nav-header div span {
        font-size: 16px !important;
        width: 157px;
        line-height: 18px
    }
}

.parent-item-footer {
    display: flex;
    flex-wrap: wrap
}

.footer-phone {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

footer h6 {
    color: #fff;
    padding: 10px 0;
    margin-bottom: 5px;
    width: 100%;
    font-size: 18px; /*! font-family: 'Mikhak-Bold',sans-serif; */
    text-align: right
}

.call span {
    display: flex;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    text-align: justify;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap
}

.call span i {
    margin-left: 5px
}

.call span a {
    margin-right: 4px;
    color: #ccc;
    transition: all .3s
}

.call span a:hover {
    text-decoration: none;
    color: #fff
}

.footer-icon {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px
}

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

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

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

.ul-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column
}

.ul-footer li {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    color: #fff;
    flex-wrap: wrap
}

.footer-link {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 15px;
    color: #fff;
    transition: all ease .3s
}

.footer-link > i {
    margin-left: 5px;
    transition: all ease .3s
}

.footer-link:hover {
    text-decoration: none;
    color: var(--secondColor)
}

.footer-form {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    margin-top: 18px
}

.footer-form input {
    width: 100%;
    outline: none;
    height: 34px;
    padding: 0 1rem;
    color: #505050;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    border-radius: 8px
}

.footer-form button {
    height: 34px;
    width: 100px;
    border-radius: 8px;
    background: var(--mainColor);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border: none
}

.footer-form button:hover {
    background: var(--secondColor);
    color: #505050
}

.my-footer-icon a:hover {
    color: #fff !important
}

.namads {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 10px
}

.namads > a {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px; /*! margin: 5px 0; */
    border: 1px solid #ccc
}

.namads > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.call2 {
    display: flex;
    flex-direction: column
}

.last_text {
    background: #fafafa;
    padding: 10px 0
}

.parent-text-iran-tech {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.parent-iran-tech {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fontFamilyBold2)
}

@media (max-width: 992px) {
    .parent-iran-tech {
        flex-direction: column;
        gap: 6px
    }
}

.parent-iran-tech p {
    color: var(--mainColor);
    margin: 0;
    font-size: 14px
}

.last_text a {
    color: var(--mainColor);
    transition: all ease .3s;
    font-size: 14px
}

.parent-text-iran-tech a:hover {
    color: #b71c1c;
    text-decoration: none
}

.last_text p {
    color: var(--mainColor);
    text-align: center
}

.parent_btn_top {
    position: fixed;
    z-index: 100;
    bottom: 48px;
    right: 30px;
    border-radius: 100%;
    background-color: #fff;
    padding: 4px;
    box-shadow: 0 0 5px #333
}

.fixicone:hover {
    text-decoration: none;
    color: #fff; /*! background: ; */
    background-color: var(--secondColor)
}

.logo-caption img {
    width: 110px
}

.nav-brand > img {
    width: 157px;
    filter: drop-shadow(0px 0px 2px #fff);
    animation-name: rotate-logo;
    animation-duration: 5s;
    animation-fill-mode: forwards
}

.megamenu-list img {
    border-radius: 8px;
    width: 100%;
    height: 100%
}

.megamenu-list ul {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0
}

.parent-list {
    display: flex !important;
    width: 50% !important
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.classy-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
    animation: 2000ms linear 0s normal none infinite running classy-load;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ddd #ddd #111;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9
}

@-webkit-keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.navigation {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-family: inherit;
    justify-content: space-between;
    transition: all ease .5s;
    padding: 0 30px;
    height: 100px;
}

.parent-logo-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 100%
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

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

.nav-brand {
    text-decoration: none !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 7px
}

.nav-brand:hover, .nav-brand:focus {
    color: #343a40
}

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

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

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

.nav-toggle {
    width: 30px;
    height: 30px;
    color: #5c5c5c;
    position: relative;
    display: none;
    cursor: pointer;
    padding-top: 3px !important
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--mainColor);
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 var(--mainColor), 0 1em 0 0 var(--mainColor);
    left: 0;
    margin-top: -16px
}

.navigation-portrait .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center
}

.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: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

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

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

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

.nav-menus-wrapper-close-button {
    width: 100%;
    padding: 10px 7px 10px 30px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
    transition: all ease .3s;
    color: #4b5259;
    text-align: right
}

.nav-menus-wrapper-close-button:hover {
    color: red
}

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

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    display: flex;
    align-items: center;
    height: 100%
}

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

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

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

.nav-menu > li {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 5px
}

.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
}

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

.nav-menu > li > a {
    display: flex;
    padding: 7px;
    text-decoration: none;
    font-size: 18px;
    color: var(--mainColor);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    line-height: 25px;
    align-items: center;
    font-family: var(--fontFamilyfontFamily);
    position: relative;
    border-radius: 10px
}

.nav-menu > li > a:hover {
    color: var(--secondColor)
}

.nav-menu > li > a:hover .submenu-indicator-chevron {
    border-color: rgba(0, 0, 0, 0) var(--secondColor) var(--secondColor) rgba(0, 0, 0, 0)
}

.nav-menu > li:last-child::after {
    display: none
}

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

.dropdown2 {
    top: 0 !important
}

.dropdown2 > li:first-child {
    border-radius: 1em 0 0 0
}

.dropdown2 > li:last-child {
    border-radius: 0 0 0 1em
}

.nav-menu > li > .nav-dropdown li:hover > a {
    text-decoration: none
}

.nav-menu > li > .nav-dropdown li:hover .submenu-indicator-chevron {
    border-color: rgba(0, 0, 0, 0) #fff #fff rgba(0, 0, 0, 0)
}

.my-position {
    left: 0; /*! height: 220px; */
}

.nav-menu > li > a > i, .nav-menu > li > a > [class*=ion-] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

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

.social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.social a {
    padding: 7px;
    width: 40px;
    height: 40px;
    background: var(--mainColor);
    border-radius: 10px
}

.social a img {
    width: 100%;
    height: 100%
}

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

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

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

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

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

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

.submenu-indicator {
    margin-right: 9px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin-bottom: 4px
}

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

.submenu-indicator-chevron {
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: rgba(0, 0, 0, 0) var(--mainColor) var(--mainColor) rgba(0, 0, 0, 0);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s
}

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

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

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

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

.nav-search {
    margin-right: auto
}

.navigation-portrait .nav-search { /*! height: 48px; */
    padding: 0 10px;
    margin-right: 52px
}

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

.nav-search-button {
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 10px;
    transition: all ease .3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
    display: flex;
    align-items: center
}

.searchBar_button {
    width: 45px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border-radius: 10px;
    font-size: 25px;
    color: #444;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: all .3s;
    border: 0;
    border: 1px solid #fff
}

.searchBar_div_active {
    transition: all .3s;
    opacity: 1 !important;
    visibility: visible !important
}

.searchBar_button {
    font-size: 25px;
    color: #fff;
    cursor: pointer
}

.nav-input {
    margin-right: 10px;
    transition: all ease .4s
}

.searchBar_div {
    position: absolute;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 300px;
    left: -5px;
    top: 102%
}

.searchBar_div_main {
    border-radius: 1.5em;
    background: #fff;
    display: flex;
    display: flex;
    padding: 0;
    flex-direction: column;
    position: relative
}

.searchBar_div_main_form {
    display: flex
}

.searchBar_div_main_form > input {
    padding-right: 1rem;
    border-radius: 0 1.5em 1.5em 0;
    border: 2px solid var(--mainColor);
    font-size: 15px;
    height: 50px;
    outline: none;
    width: 100%
}

.searchBar_div_main_form > button {
    border-radius: 1.5em 0 0 1.5em;
    border: 2px solid var(--mainColor);
    font-size: 17px;
    height: 50px;
    padding: 0 15px;
    border-left: 0;
    background: var(--mainColor);
    color: #fff;
    transition: all .3s
}

.searchBar_div_main_form > button {
    font-size: 17px;
    color: #fff
}

.searchBar_div_main::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 1rem;
    border: 15px solid rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-color: var(--mainColor)
}

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

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-search-icon:after, .nav-search-icon:before {
    content: "";
    pointer-events: none
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
    color: #27ae60
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=text], .nav-search-inner input[type=search] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=text], .navigation-portrait .nav-search-inner input[type=search] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.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, .nav-button:focus {
    color: #fff;
    text-decoration: none
}

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

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

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

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

.nav-all-phone {
    margin-right: 10px
}

.phone-number-parent {
    border: 1px solid #fff;
    width: 121px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 10px;
    transition: all ease .3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

.phone-number-parent::after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: var(--mainColor);
    border-radius: 50%;
    transform: scale(0, 0);
    position: absolute;
    top: -7px;
    left: 35px;
    z-index: -1;
    transition: all linear .3s
}

.phone-number-parent:hover {
    text-decoration: none;
    color: #fff
}

.phone-number-parent:hover::after {
    transform: scale(4)
}

.phone-number-parent i {
    font-size: 18px;
    color: #eee;
    z-index: 1;
    transition: all ease .3s;
    margin-right: 7px
}

.sub-all-phone {
    width: 240px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 55px;
    padding: 10px 0;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s
}

.sub-all-phone::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 1rem;
    border: 15px solid rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff
}

.sub-all-phone > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px
}

.sub-all-phone > div::after {
    content: "";
    width: 70%;
    height: 1px;
    background: #eee
}

.sub-all-phone > div::after:last-child {
    display: none
}

.sub-all-phone > div:last-child {
    margin-bottom: 0
}

.sub-all-phone > div > span {
    color: #555;
    font-size: 13px;
    margin-bottom: 10px
}

.sub-all-phone > div > a {
    color: #555;
    font-size: 14px;
    transition: all ease-in .3s;
    padding-bottom: 12px
}

.parent-phoneNum {
    padding-bottom: 12px
}

.parent-phoneNum a {
    color: #555;
    margin-right: 10px;
    font-size: 14px;
    transition: all ease-in .3s
}

.parent-phoneNum a:hover {
    text-decoration: none;
    color: #222
}

.sub-all-phone > div > a:hover {
    text-decoration: none;
    color: #222
}

.sub-phone-a {
    padding-bottom: 0 !important
}

.last-div-phone::after {
    display: none
}

.nav-all-phone:hover .sub-all-phone {
    opacity: 1;
    visibility: visible
}

.header_area.fixedmenu .main_header_area .phone-number-parent {
    border-color: var(--mainColor)
}

.header_area.fixedmenu .main_header_area .phone-number-parent i {
    color: var(--mainColor)
}

.header_area.fixedmenu .main_header_area .phone-number-parent:hover i {
    color: #fff !important
}

.header_area.fixedmenu .main_header_area .phone-number-parent:hover {
    color: #fff
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    position: absolute;
    list-style: none;
    z-index: 98;
    background: #fff;
    top: 100%;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 0 8px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .12), 0 10px 10px -6px rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .12);
    right: 0 !important
}

.dropdown2 > li:last-child {
    border-radius: 0 0 0 1em !important
}

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

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

.nav-menu > li > .nav-dropdown { /*! border-top: solid 1px #eee; */
}

.nav-dropdown > li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all ease .3s;
    border-bottom: 1px solid #e4e5e5;
    padding: 7px 0
}

.nav-dropdown > li:last-child {
    border-bottom: none
}

.nav-dropdown > li > a {
    width: 100%;
    padding: 5px 8px;
    display: inline-block;
    text-decoration: none;
    transition: all ease .3s;
    font-size: 16px;
    color: var(--mainColor);
    text-align: right;
    font-family: var(--fontFamilyfontFamily);
    border-radius: 10px
}

.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
    color: var(--secondColor)
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-dropdown > li:hover > a .submenu-indicator-chevron, .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: rgba(0, 0, 0, 0) #27ae60 #27ae60 rgba(0, 0, 0, 0)
}

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

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

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

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

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

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

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

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

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

.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)
}

.megamenu-panel {
    width: 650px;
    padding: 15px; /*! display: none; */
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd; /*! box-shadow: 0 10px 20px rgba(0, 0, 0, .075); */
    border-radius: 0 0 1em 1em;
    top: 100%
}

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

.megamenu-panel [class*=container] {
    width: 100%
}

.megamenu-panel [class*=container] [class*=col-] {
    padding: 0
}

.megamenu-panel-half {
    width: 50%
}

.megamenu-panel-quarter {
    width: 25%
}

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

.megamenu-panel-row {
    width: 100%
}

.megamenu-panel-row:before, .megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0
}

.megamenu-panel-row:after {
    clear: both
}

.megamenu-panel-row [class*=col-] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
    margin-left: 0
}

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

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

.megamenu-panel-row .col-1 {
    width: 5.5833333333%
}

.megamenu-panel-row .col-2 {
    width: 14.1666666667%
}

.megamenu-panel-row .col-3 {
    width: 22.75%
}

.megamenu-panel-row .col-4 {
    width: 31.3333333333%
}

.megamenu-panel-row .col-5 {
    width: 39.9166666667%
}

.megamenu-panel-row .col-6 {
    width: 48.5%
}

.megamenu-panel-row .col-7 {
    width: 57.0833333333%
}

.megamenu-panel-row .col-8 {
    width: 65.6666666667%
}

.megamenu-panel-row .col-9 {
    width: 74.25%
}

.megamenu-panel-row .col-10 {
    width: 82.8333333333%
}

.megamenu-panel-row .col-11 {
    width: 91.4166666667%
}

.megamenu-panel-row .col-12 {
    width: 100%
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

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

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff
}

.megamenu-tabs-nav > li.active a, .megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff
}

.megamenu-tabs-pane.active {
    display: block
}

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

.megamenu-lists {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%
}

.megamenu-list {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block; /*! float: left; */
    list-style: none
}

.megamenu-list:last-child {
    margin: 0;
    border: none
}

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

.megamenu-list li a {
    width: 100%;
    padding: 8px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
    transition: all ease .3s;
    border-radius: 1em
}

.megamenu-list li a:hover {
    background-color: #ee384e;
    color: #fff;
    border-radius: 1em
}

.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40
}

.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: rgba(0, 0, 0, 0)
}

.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: 45%;
    text-align: left
}

.main_header_area {
    width: 100%
}

.main_header_area {
    width: 100%;
    transition: all ease .3s;
    background: #fff;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .08);
}

.main_header_area.scrolled .navigation {
    height: 70px
}

.main_header_area.scrolled .nav-brand > img {
    width: 124px
}

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

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

.navigation-portrait .nav-menu > li > a:hover {
    color: var(--secondColor)
}

@media only screen and (min-width: 320px)and (max-width: 767px) {
    .nav-dropdown > li > a, .megamenu-list > li > a {
        width: 65%
    }
}

.header_area.fixedmenu .main_header_area { /*! position: sticky; */
    background: #fff;
    right: 0;
    left: 0;
    box-shadow: 0 0 5px #ccc;
    animation: slide-down .7s
}

.header_area.fixedmenu .main_header_area a { /*! color:  var(--mainColor); */
}

.header_area.fixedmenu .main_header_area .nav-search-button {
    border-color: var(--mainColor)
}

.header_area.fixedmenu .main_header_area .nav-search-button i {
    color: var(--mainColor) !important
}

.header_area.fixedmenu .main_header_area .nav-search-button::before {
    color: var(--mainColor)
}

.header_area.fixedmenu .main_header_area .nav-search-button:hover {
    color: #fff !important
}

.header_area.fixedmenu .main_header_area .nav-search-button:hover i {
    color: #fff !important
}

.header_area.fixedmenu .main_header_area .nav-search-button:hover::before {
    color: #fff
}

.header_area.fixedmenu .main_header_area .submenu-indicator .submenu-indicator-chevron {
    border-color: rgba(0, 0, 0, 0) var(--mainColor) var(--mainColor) rgba(0, 0, 0, 0)
}

.nav-submenu .submenu-indicator .submenu-indicator-chevron {
    border-color: #fff #4b5259 #4b5259 #fff !important
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px !important
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.nav-dropdown > li.focus > a {
    color: #ee384e
}

.me {
    width: 100%;
    height: 300vh;
    background-color: #111
}

.nav-dropdown > li > a:focus {
    color: var(--mainColor)
}

.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: rgba(0, 0, 0, 0) #ee384e #ee384e rgba(0, 0, 0, 0)
}

.nav-menu > li > .nav-dropdown {
    border: none; /*! border-radius: 0 0 8px 8px; */
}

.parent-footer-iran {
    padding: 25px 0;
    gap: 30px;
    display: grid;
    grid-template-columns:1fr 4fr
}

.parent-footer-iran2 {
    display: flex;
    flex-wrap: wrap
}

.parent-footer-iran2 .item-footer2 {
    flex: 0 0 25%
}

.parent-footer-iran2 .item-footer3 {
    flex: 0 0 25%
}

.parent-footer-iran2 .item-footer4 {
    flex: 0 0 25%
}

.parent-footer-iran2 .item-footer5 {
    flex: 0 0 25%
}

.parent-footer-iran2 .item-footer6 {
    flex: 0 0 50%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 30px
}

.parent-footer-iran2 .item-footer7 {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 30px;
    padding-right: 34px
}

@media (max-width: 992px) {
    .parent-footer-iran2 .item-footer6 {
        flex: 0 0 100%;
        justify-content: center
    }

    .parent-footer-iran2 .item-footer7 {
        flex: 0 0 100%;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .parent-footer-iran2 .item-footer2 {
        flex: 0 0 50%
    }

    .parent-footer-iran2 .item-footer3 {
        flex: 0 0 50%
    }

    .parent-footer-iran2 .item-footer3 h3 {
        margin-left: 0
    }

    .parent-footer-iran2 .item-footer4 {
        flex: 0 0 50%
    }

    .parent-footer-iran2 .item-footer5 {
        flex: 0 0 50%
    }

    .parent-footer-iran2 .item-footer5 h3 {
        margin-left: 0
    }
}

.parent-footer p {
    line-height: 30px;
    margin: 0
}

.clock-support {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px
}

.clock-support > div {
    width: 50%;
    text-align: right
}

.clock-support > div > a {
    color: #ccc;
    transition: all ease-in .4s
}

.clock-support > div > a:hover {
    color: #fff;
    text-decoration: none
}

.clock-support i {
    color: #fff;
    margin-left: 1px;
    font-size: 14px
}

.titr-footer {
    color: #505050;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
    font-size: 20px;
    text-align: right;
    font-family: "iransansbold"
}

.titr-footer2 {
    color: #fff;
    font-size: 16px;
    text-align: right;
    width: 100%
}

.parent-about-namad-footer {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px
}

.footer-namad {
    padding: 30px 0;
    background: #aaa
}

.about-namad {
    text-align: right
}

.about-namad h4 {
    color: #444;
    margin-bottom: 9px;
    font-family: var(--fontFamilyBold2)
}

.about-namad p {
    color: #515050;
    line-height: 28px;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: right;
    margin-bottom: 0
}

.parent-footer span {
    display: flex;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    text-align: justify;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap
}

.parent-footer span i {
    margin-left: 7px
}

.icon-bm {
    margin-bottom: 15px
}

.parent-footer span a {
    color: #ccc;
    transition: all ease .3s
}

.parent-footer span a:hover {
    color: #fff;
    text-decoration: none
}

.nav-search-button i {
    font-size: 18px;
    color: #eee;
    z-index: 1;
    transition: all ease .3s
}

.user-header {
    margin-left: 7px
}

.tikland {
    font-size: 20px !important;
    color: #fff
}

.header_area.fixedmenu .main_header_area .tikland {
    color: #222
}

.header_area.fixedmenu .main_header_area .nav-brand span {
    color: #222
}

.display-dec {
    display: none !important
}

.icon-respancive {
    display: none !important
}

.footer-mobile {
    display: none !important
}

.icon-img {
    width: 32px;
    height: 32px
}

.icon-mobile-phone {
    display: none
}

.namad-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin-bottom: 25px;
    gap: 15px
}

@media (min-width: 992px)and (max-width: 1200px) {
    .btn-user, .btn-phone-number, .btn-follow {
        padding: 8px 8px !important
    }

    .social span {
        width: 100%
    }

    .footer-icon a {
        width: 40px !important;
        height: 40px !important
    }
}

@media (max-width: 992px) {

    .btn-phone-number:hover {
        background: none !important
    }

    .btn-phone-number {
        background: none !important;
        padding: 8px 10px 8px 14px !important
    }

    .btn-phone-number svg {
        fill: var(--mainColor) !important
    }

    .btn-user:hover {
        background: none !important
    }

    .btn-user {
        background: none !important;
        padding: 8px 10px !important
    }

    .btn-user svg {
        fill: var(--mainColor) !important
    }

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

@media (max-width: 1200px) {
    .nav-menu > li > a {
        padding: 15px 25px;
        font-size: 16px
    }

    .nav-brand img {
        width: 100px; /*! height: 100%; */
    }

    .nav-menus-wrapper {
        margin-right: 40px
    }

    .megamenu-panel {
        left: -150px !important
    }

    .btn-user, .btn-follow, .btn-phone-number {
        width: 130px !important
    }
}

@media (min-width: 1000px)and (max-width: 1200px) {
    .nav-menu > li {
        padding: 0 6px
    }
}

.btn-user .Icon06res {
    display: none
}

.btn-phone-number .Icon05res {
    display: none
}

.fl-fl {
    background: var(--mainColor);
    text-transform: uppercase;
    padding: 4px;
    background: var(--mainColor);
    text-transform: uppercase;
    padding: 13px 10px;
    width: 190px;
    position: fixed;
    left: -147px;
    z-index: 999999;
    text-align: right;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 2;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 0px 4px 0px #eee;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 100
}

.fl-fl span {
    font-size: 18px
}

@media (max-width: 576px) {
    .fl-fl {
        display: none
    }
}

.fl-fl img {
    width: 25px
}

.fl-fl svg {
    width: 25px;
    fill: #fff
}

.fl-fl span {
    color: #fff
}

.float-tg {
    top: 165px
}

.float-in {
    top: 220px
}

.float-gp {
    top: 275px
}

.float-rs {
    top: 330px
}

.float-wh {
    top: 275px
}

.float-ig {
    top: 385px
}

.float-iy {
    top: 440px
}

.fl-fl .fab {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    padding-right: 0px;
    width: 40px;
    margin-left: 3px;
    padding-right: 9px
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
    font-family: var(--fontFamilyfontFamily)
}

.fl-fl:hover {
    left: 0;
    background-color: var(--secondColor)
}

.item-footer1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .btn-phone span {
        display: none
    }

    .btn-follow {
        display: none !important
    }

    .btn-search {
        display: none !important
    }

    .btn-phone-number span {
        display: none !important
    }

    .btn-phone-number svg {
        display: block !important;
        width: 23px !important;
        fill: #fff
    }

    .btn-user svg {
        width: 28px !important
    }

    .navigation-portrait .nav-menu > li {
        border-top: none
    }

    .btn-user svg {
        width: 18px
    }

    .my-user, .my-phone {
        display: block !important
    }

    .btn-buy {
        display: none !important
    }

    .parent-namad { /*! margin-top: 20px; */
    }

    .code {
        margin-bottom: 22px !important
    }

    .display-dec {
        display: block !important
    }

    .btn-phone i {
        font-size: 21px;
        color: #fff
    }

    .parent-btn-header {
        gap: 0 !important;
        margin-right: auto
    }

    .nav-menu > li::after {
        display: none
    }

    .nav-brand img {
        width: 120px !important
    }

    .logo-caption { /*! margin-right: 69px !important; */
    }

    .btn-user span {
        display: none
    }

    .btn-user .Icon06 {
        display: none
    }

    .btn-phone-number .Icon05 {
        display: none
    }

    .btn-user .Icon06res {
        display: inline-block
    }

    .btn-phone-number .Icon05res {
        display: inline-block
    }

    .navigation {
        justify-content: unset !important
    }

    .btn-user i {
        margin-left: 0 !important;
        font-size: 21px !important;
        color: #fff
    }

    .nav-dropdown {
        border: none !important
    }

    .navigation { /*! display: none; */
    }

    .nav-buy {
        display: none
    }

    .btn-link-header span {
        display: none
    }

    .btn-link-header {
        border: 1px solid #999;
        border-radius: 50% !important;
        width: 30px;
        height: 30px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .btn-link-header i {
        margin-right: 0 !important
    }

    .header_area.fixedmenu .main_header_area .submenu-indicator .submenu-indicator-chevron {
        border-color: rgba(0, 0, 0, 0) #4b5259 #4b5259 rgba(0, 0, 0, 0)
    }

    .nav-dropdown {
        box-shadow: none
    }

    .nav-submenu li:first-child {
        border-top: 1px solid #eee
    }

    .nav-menu > li > a {
        font-size: 16px !important
    }

    .navigation-portrait .submenu-indicator-chevron {
        top: 15px
    }

    .nav-phone {
        margin-right: 10px
    }

    .namads > a {
        width: 65px;
        height: 65px;
        display: inline-block
    }

    .namads {
        justify-content: center;
        margin-top: 0;
        gap: 10px
    }

    .navigation-portrait .nav-search {
        margin-right: auto
    }

    .nav-menu {
        flex-direction: column
    }

    .nav-menu > li {
        flex-direction: column;
        height: unset !important
    }

    .nav-dropdown {
        width: 100%
    }

    .nav-dropdown > li {
        flex-direction: column
    }

    .navigation-portrait .submenu-indicator, .navigation-portrait .nav-dropdown .submenu-indicator {
        left: 0;
        right: unset !important
    }

    .nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
        border-color: var(--secondColor)
    }

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

    .child-item-footer span {
        font-size: 16px
    }

    .child-item-footer i {
        font-size: 12px !important
    }

    .child-item-footer {
        font-size: 15px !important
    }

    .child-item-footer a {
        font-size: 16px !important
    }

    .megamenu-panel {
        width: 100%;
        padding: 0 !important;
        box-shadow: none;
        height: unset
    }

    .megamenu-lists {
        flex-direction: column
    }

    .parent-list {
        width: 100% !important;
        flex-direction: column
    }

    .megamenu-list:last-child {
        display: none !important
    }

    .megamenu-list ul {
        width: 100%;
        flex-wrap: wrap
    }

    .megamenu-list li a {
        border-bottom: 1px solid #eee;
        padding: 10px 15px
    }

    .megamenu-list li a {
        border-radius: 0
    }

    .nav-dropdown > li:hover {
        border-radius: 5px
    }

    .megamenu-list li a:hover {
        border-radius: 5px
    }

    .dropdown2 > li:hover {
        border-radius: 5px
    }

    .nav-dropdown > li > a:focus {
        color: var(--mainColor)
    }

    .navigation-portrait .nav-menus-wrapper {
        padding: 5px;
        flex-direction: column !important;
        display: flex !important
    }

    .call {
        margin-top: 30px
    }

    .parent_btn_top {
        right: 10px
    }

    .fixicone {
        width: 40px;
        height: 40px;
        font-size: 24px
    }

    .nav-search-button span {
        display: none
    }

    .nav-search-button::before {
        margin-left: 0
    }

    .nav-search-button {
        padding: 5px 10px
    }

    .nav-dropdown > a {
        background: var(--secondColor)
    }

    .submenu-indicator-chevron {
        border-color: rgba(0, 0, 0, 0) #555 #555 rgba(0, 0, 0, 0)
    }

    .nav-menu > li > .nav-dropdown li:hover .submenu-indicator .submenu-indicator-chevron {
        border-color: rgba(0, 0, 0, 0) #fff #fff rgba(0, 0, 0, 0)
    }

    .user-header {
        margin-left: 0
    }

    .searchBar_div {
        left: 20px
    }

    .searchBar_button {
        width: 40px;
        height: 30px;
        font-size: 18px
    }

    .nav-input {
        margin-right: 0;
        margin-left: 5px
    }

    .phone-number {
        display: none
    }

    .phone-number-parent i {
        margin-right: 0;
        font-size: 18px
    }

    .phone-number-parent {
        width: 40px;
        height: 30px
    }

    .nav-all-phone {
        margin-right: 0;
        margin-left: 10px
    }

    .sub-all-phone {
        left: 75px
    }

    .footer-row > div:nth-child(2) {
        display: none
    }

    .box-item-footer {
        margin-top: 33px
    }

    .footer-display, .display-footer-none {
        display: none !important
    }

    .btn-user, .btn-follow, .btn-phone-number {
        width: unset !important
    }

    .parent-footer-iran2 {
        margin-top: 0px !important;
        gap: 0 !important
    }

    .parent-footer-iran {
        display: flex;
        flex-direction: column;
        gap: 0
    }
}

@media (max-width: 769px) {
    .parent-footer-iran {
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .box-item-footer {
        margin-top: 0px
    }

    .namads {
        gap: 8px
    }

    .body-footer {
        padding: 0
    }

    .order-foot2 {
        display: block !important
    }

    .icon-respancive {
        display: flex !important;
        margin-top: 20px !important;
        justify-content: center !important
    }

    .nav-all-phone:hover .sub-all-phone {
        opacity: 0;
        visibility: hidden
    }

    .parent-footer-iran2 {
        margin-top: 0px !important
    }

    .parent-footer-iran {
        grid-template-columns:repeat(1, 1fr) !important
    }

    .item-footer1 {
        grid-area: 1/1/2/3
    }

    .item-footer3 {
        grid-area: 2/2/3/3
    }

    .item-footer4 {
        grid-area: 2/1/3/2
    }

    .my-footer-icon {
        display: none
    }

    .footer-icon {
        order: 1;
        margin-bottom: 0;
        margin-top: 0;
        gap: 14px
    }

    .namad-mobile {
        display: flex;
        margin-top: -65px
    }
}

@media (max-width: 576px) {
    .parent-item-footer .child-item-footer {
        display: none
    }

    .last_text {
        background: #f2f2f2
    }

    .contactusmobile {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .email-mob {
        justify-content: center;
    }

    .addres-mob {
        text-align: center !important;
        font-size: 13px !important
    }

    .float-sm {
        display: none
    }

    .logo-caption h1 {
        font-size: 13px !important;
        line-height: 26px !important
    }

    .text-dey {
        display: none !important
    }

    .logo-caption img {
        width: 70px
    }

    .sub-span {
        font-size: 17px !important
    }

    .logo-caption {
        gap: 0 !important
    }

    .order-foot2 {
        display: none !important
    }

    .btn-user svg {
        width: 25px !important
    }

    .btn-phone-number svg {
        width: 21px !important
    }

    #scroll-top {
        display: none !important
    }

    .icon-mobile-phone {
        display: block;
        font-size: 18px;
        margin-left: 3px
    }

    .text-mobile-phone {
        display: none
    }

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

    .footer-mobile {
        display: block !important;
        background: #959595;
        color: #fff
    }

    .footer__section {
        width: 100%;
        padding: 16px;
        display: flex;
        align-content: center;
        justify-content: center;
        color: #fff;
        gap: 7px;
        transition: all ease .3s
    }

    .namads-mobile {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:1fr;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        margin-top: 15px;
        padding: 15px
    }

    .namads-mobile a {
        width: 100%;
        height: 140px;
        background: #fff;
        border-radius: 8px;
        overflow: hidden
    }

    .parent-item-footer {
        gap: 18px !important;
        padding-bottom: 7px
    }

    .child-item-footer a {
        font-size: 16px
    }

    .img-box-footer {
        margin-bottom: 0
    }

    .namads-mobile a img {
        width: 100%;
        height: 100%
    }

    .ul-footer-mobile {
        list-style: none;
        margin: 0;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: right;
        gap: 12px
    }

    .ul-footer-mobile a {
        display: flex;
        align-items: center;
        justify-content: right;
        width: 100%;
        color: #d9d8d8;
        transition: all ease .3s
    }

    .ul-footer-mobile a:hover {
        text-decoration: none;
        color: var(--secondColor)
    }

    #accordion-faq .card {
        border-radius: 0 !important;
        cursor: pointer;
        background: rgba(0, 0, 0, 0);
        border-bottom: 1px solid #bbb
    }

    .icone-arrow {
        margin-right: auto !important;
        transition: all ease .3s
    }

    [data-toggle=collapse] .fa:before {
        content: ""
    }

    [data-toggle=collapse].collapsed .fa:before {
        content: ""
    }

    .topbar {
        display: none !important
    }

    .nav-brand img {
        width: 103px !important
    }

    .nav-toggle {
        margin-right: 0 !important
    }

    .box-item-footer h3 {
        margin-bottom: 12px !important
    }

    .code {
        margin-top: 0 !important
    }

    .top-span {
        font-size: 20px !important
    }

    .sum-span {
        font-size: 13px !important
    }

    .body-footer {
        padding: 20px 0 0 !important
    }

    .logo-caption { /*! margin-right: 60px !important; */
    }

    .order-foot2 {
        order: 2
    }

    .order-foot1 {
        order: 1
    }

    .parent-footer-bottom {
        flex-direction: column
    }

    .fixicone {
        display: none !important
    }

    .display-footer-none {
        display: none
    }

    .iran-tech {
        order: 2
    }

    .code input {
        font-size: 14px
    }

    .img-box-footer img {
        width: 110px !important
    }

    .img-box-footer h4 {
        font-size: 18px !important
    }

    .parent-item-footer > img {
        margin-top: 0 !important
    }

    .parent-iran-tech {
        padding: 10px 0;
        gap: 10px
    }

    .parent-iran-tech p {
        font-size: 15px
    }

    .last_text {
        padding: 0 !important
    }

    .parent-text-iran-tech {
        flex-direction: row
    }

    .my-footer-icon2 a:hover {
        text-decoration: none;
        color: var(--mainColor)
    }

    .last_a, .last_p_text {
        font-size: 14px !important
    }

    .nav-item button { /*! width: 80px !important; *//*! height: 35px !important; */
    }

    .call {
        margin-top: 0 !important
    }

    .footer-icon a {
        width: 37px !important;
        height: 37px !important;
        font-size: 24px
    }

    .titr-footer {
        margin-top: 30px
    }

    footer {
        padding: 0
    }

    .text-Membership p {
        margin-bottom: 0
    }

    .tikland {
        font-size: 18px !important
    }

    .parent-item-footer {
        margin-top: 0px !important
    }

    .logo-caption p {
        font-size: 14px
    }

    .logo {
        width: 90px !important
    }

    .parent-footer-iran2 {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:1fr;
        grid-column-gap: 40px !important;
        grid-row-gap: 20px !important
    }

    .child-item-footer a {
        font-size: 15px !important
    }

    .child-item-footer {
        font-size: 12px !important
    }

    .box-item-footer ul li a {
        font-size: 16px
    }

    .parent-footer-iran {
        padding: 25px 0
    }

    .navigation {
        height: 90px
    }

    .parent-footer-iran .nav-header h4 {
        color: var(--secondColor);
        font-size: 30px
    }

    .parent-footer-iran .nav-header span {
        padding: 3px;
        font-size: 13px
    }
}

@media (max-width: 411px) {
    .addres-mob {
        font-size: 12px !important
    }
}

@media (max-width: 380px) {
    .nav-search-button {
        padding: 5px 10px;
        font-size: 12px
    }

    .namads > a {
        width: 55px;
        height: 55px
    }

    .tikland {
        font-size: 11px !important
    }

    .nav-brand > div > span {
        font-size: 11px
    }

    .titr-slider h2 {
        font-size: 40px !important
    }
}

.btn-link-header {
    color: #4b5259 !important;
    display: flex;
    align-items: center;
    padding: 7px 14px;
    transition: all ease .3s;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    border-radius: 8px
}

.btn-link-header i {
    margin-right: 7px
}

.btn-link-header:hover {
    background: #ffca06;
    text-decoration: none;
    color: #5c5c5c
}

.li-last {
    background: var(--secondColor)
}

.nav-phone, .nav-buy {
    margin-right: 15px
}

.link-menu-footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.link-menu-footer ul li a {
    color: #505050;
    font-size: 16px;
    transition: all ease .3s;
    padding: 6px 0;
    display: flex
}

.link-menu-footer ul li a:hover {
    color: var(--mainColor);
    text-decoration: none
}

.text-footer p {
    line-height: 32px;
    text-align: justify;
    font-size: 14px;
    color: #505050
}

.item-contact-footer {
    margin-bottom: 8px;
    font-size: 16px
}

.item-contact-footer i {
    color: var(--mainColor);
    font-size: 14px;
    margin-left: 5px
}

.item-contact-footer a {
    color: #505050;
    font-size: 14px;
    transition: all ease .3s
}

.item-contact-footer a:hover {
    color: var(--mainColor);
    text-decoration: none
}

.footer-bottom {
    background: var(--mainColor);
    margin-top: 10px
}

.parent-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}

.iran-tech {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    transition: all ease .3s
}

.last_p_text {
    margin-bottom: 0
}

.last_a {
    color: #fff;
    font-size: 12px;
    transition: all ease .3s
}

.last_a:hover {
    color: #ccc;
    text-decoration: none
}

.footer_twitter:hover {
    color: #fff;
    text-decoration: none;
    background: #008abe
}

.fixicone {
    width: 42px;
    height: 42px;
    z-index: 10;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mainColor);
    transition: all ease .3s;
    bottom: 9px;
    position: fixed;
    right: 9px;
    color: #fff
}

.logo-caption h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px
}

.sub-span {
    font-family: var(--fontFamilyBold);
    color: #444;
    font-size: 20px
}

.btn-user:hover {
    text-decoration: none;
    background: var(--secondColor);
    color: #fff
}

.nav-menu_ul {
    top: -1px !important
}

.img-box-footer {
    display: flex;
    align-items: end;
    margin-bottom: 5px
}

.img-box-footer img {
    width: 150px;
    filter: drop-shadow(0px 0px 2px #fff)
}

.img-box-footer h4 {
    font-family: var(--fontFamilyBold), sans-serif;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 26px
}

.text-logo-footer {
    margin-right: 10px
}

.parent-item-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 3px
}

.parent-item-footer > img {
    width: 100px
}

.child-item-footer {
    color: #222;
    display: flex;
    align-items: start;
    gap: 3px;
    justify-content: center;
    font-family: var(--fontFamilyBold2)
}

.child-item-footer i { /*! margin-left: 5px; */
}

.child-item-footer span {
    color: var(--mainColor);
    transition: all ease .3s;
    font-size: 13px;
    line-height: 20px;
    font-family: var(--fontFamilyBold2);
    text-align: center
}

.text-footer-about {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    margin: 10px 0 3px 0;
    display: flex;
    align-items: center;
    line-height: 1.9;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.footer-more-link {
    color: #fff;
    width: fit-content;
    font-size: 12px;
    text-align: justify;
    display: flex;
    margin: 10px 0;
    align-items: center;
    transition: all .3s;
    gap: 5px
}

.footer-more-link:hover {
    text-decoration: none;
    color: var(--secondColor)
}

.footer-more-link svg {
    width: 12px;
    fill: #fff;
    transition: all ease .3s
}

.footer-more-link:hover svg {
    fill: var(--secondColor)
}

.child-item-footer a {
    color: var(--mainColor);
    transition: all ease .3s;
    font-size: 18px;
    font-family: var(--fontFamilyBold2)
}

.child-item-footer a:hover {
    color: var(--secondColor);
    text-decoration: none
}

.footer-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 26px;
    width: 43px;
    height: 43px;
    color: #fff;
    background-color: var(--mainColor);
    transition: all ease .3s
}

.footer-icon a svg {
    fill: #fff
}

.footer-icon a:hover {
    background-color: var(--secondColor)
}

.box-item-footer h3 {
    color: var(--mainColor);
    font-family: var(--fontFamilyBold2);
    font-size: 22px;
    position: relative;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 10px;
    padding: 7px;
    margin: 0 35px 10px 35px
}

@media (max-width: 1200px) {
    .box-item-footer h3 {
        margin: 0 15px 10px 15px
    }
}

@media (max-width: 992px) {
    .box-item-footer h3 {
        margin: 0 15px 10px 15px
    }
}

.box-item-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /*! flex-direction: column; *//*! gap: 12px; */
}

.contact-footer ul li {
    margin: 4px 0 !important
}

.box-item-footer ul li a {
    color: #222;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    font-size: 17px;
    justify-content: center;
    font-family: var(--fontFamilyBold2)
}

.box-item-footer2 h3 {
    color: #fff;
    font-family: var(--fontFamilyBold);
    margin-bottom: -5px;
    font-size: 22px;
    margin-top: 34px;
    text-align: right
}

.box-item-footer ul li a:hover {
    text-decoration: none;
    color: var(--secondColor)
}

.box-item-footer p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    -webkit-line-clamp: 8;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
    color: #fff
}

.box-item-footer ul li a i {
    margin-left: 7px;
    transition: all ease .7s
}

.code {
    position: relative;
    width: 100%;
    margin-bottom: 61px;
    display: flex;
    align-items: center;
    margin-top: 47px
}

.code input {
    width: 100% !important;
    outline: none;
    border: 1px solid #dedede;
    padding: 0 12px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    border-radius: 10px
}

.code button {
    position: absolute;
    left: 1px;
    height: 100%;
    text-decoration: none;
    background-color: var(--secondColor);
    width: 30px;
    border-radius: 10px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    border: none;
    color: #fff
}

.code button:hover { /*! background: var(--secondColor); */
    color: #333
}

@media (min-width: 992px)and (max-width: 1200px) {
    .nav-menu > li > a {
        padding: 5px 0 !important
    }

    .nav-menu > li {
        padding: 0 4px;
    }

    .nav-brand img {
        width: 66px !important
    }

    .logo-caption { /*! margin-right: 67px !important; */
    }

    .baner-search {
        height: unset !important
    }

    .parent-logo-menu {
        gap: 0
    }

    .parent-btn-header {
        gap: 6px !important
    }

    .parent-btn-header span {
        font-size: 15px
    }

    .box-item-footer ul li a {
        font-size: 16px
    }
}

.btn-phone:hover {
    text-decoration: none; /*! background-color: var(--secondColor); */
    color: #fff; /*! border-color: var(--secondColor); */
}

.parent-btn-header {
    display: flex;
    align-items: center;
    gap: 5px
}

.parent-btn-header img {
    width: 24px
}

.btn-phone-number {
    border-radius: 10px;
    color: #fff;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    gap: 8px;
    background: var(--mainColor);
    flex-direction: row-reverse;
    width: 148px
}

.btn-phone-number:hover {
    background: var(--secondColor);
    text-decoration: none;
    color: #fff
}

.btn-phone-number svg {
    width: 21px;
    fill: #fff
}

.body-footer {
    width: 100%;
    background: #151515;
    padding: 40px 0 0
}

.child-item-footer svg {
    width: 15px;
    fill: #fff;
    transition: all ease .3s
}

.child-item-footer a:hover svg {
    fill: var(--secondColor)
}

.sub-logo {
    color: #797f86 !important;
    font-family: var(--fontFamilyfontFamily), sans-serif !important;
    font-size: 14px
}

.box-item-footer ul li {
    margin: 10px 0;
    list-style: none !important;
}

.box-item-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.btn-user svg {
    width: 15px;
    fill: #fff;
    transition: all ease .3s
}

.btn-user {
    color: #fff;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    gap: 5px;
    border-radius: 10px;
    background: var(--mainColor);
    flex-direction: row-reverse;
    width: 148px
}

.btn-user img {
    width: 19px
}

.btn-user svg {
    width: 24px;
    transition: all ease .3s;
    fill: #fff
}

.btn-follow {
    border-radius: 10px;
    color: #fff;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    gap: 8px;
    background: var(--mainColor);
    flex-direction: row-reverse;
    width: 148px
}

.btn-follow svg {
    width: 24px;
    transition: all ease .3s;
    fill: #fff
}

.btn-follow:hover {
    text-decoration: none;
    background: var(--secondColor) !important;
    color: #fff
}

@media (min-width: 991px)and (max-width: 1400px) {
    .navigation {
        padding: 0 !important
    }

    .topbar {
        padding: 0 !important
    }
}

@keyframes rotate-logo {
    0% {
        transform: perspective(500px) rotateY(-35deg);
        -webkit-transform: perspective(500px) rotateY(-35deg);
        -moz-transform: perspective(500px) rotateY(-35deg);
        -ms-transform: perspective(500px) rotateY(-35deg);
        -o-transform: perspective(500px) rotateY(-35deg)
    }
    50% {
        transform: perspective(500px) rotateY(35deg);
        -webkit-transform: perspective(500px) rotateY(35deg);
        -moz-transform: perspective(500px) rotateY(35deg);
        -ms-transform: perspective(500px) rotateY(35deg);
        -o-transform: perspective(500px) rotateY(35deg)
    }
    75% {
        transform: perspective(500px) rotateY(-35deg);
        -webkit-transform: perspective(500px) rotateY(-35deg);
        -moz-transform: perspective(500px) rotateY(-35deg);
        -ms-transform: perspective(500px) rotateY(-35deg);
        -o-transform: perspective(500px) rotateY(-35deg)
    }
    100% {
        transform: perspective(500px) rotateY(0deg);
        -webkit-transform: perspective(500px) rotateY(0deg);
        -moz-transform: perspective(500px) rotateY(0deg);
        -ms-transform: perspective(500px) rotateY(0deg);
        -o-transform: perspective(500px) rotateY(0deg)
    }
}

@media (max-width: 576px) {
    footer {
        background: #f2f2f2 !important
    }

    .addres-mob {
        width: 100%
    }
}

/*# sourceMappingURL=header.css.map */
