@charset "utf-8";
/*
Theme Name: Decokar
Theme URI: http://decokar.com
Author: Decokar
Author URI: http://decokar.com
Description: Decokar
Version: 1
License: GNU General Public License v2 or later
Text Domain: decokar
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    /* font: inherit; */
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color: #f7f7f7;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*******************normalize*********************/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], /* 1 */
[type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

a:focus, a:hover {
    text-decoration: none;
}


/**************************style*********************************/

:root {
    --color1: #060771;
    --color2: #BF1A1A;
    --color3: #FF6C0C;
    --color4: #FFE08F;
    --color5: #fff;
    --color6: #000;
    --color7: #D9D9D9;
    --color8: #3B3B3B;
    --color9: #212121;
    --text1: #212121;
    --text2: #595959;
    --text3: #C7C7C7;
    --text4: #676767;
    --text5: #A8A8A8;
}

/***********fonts************/
@font-face {
    font-family: yekanbakh_light;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/yekanbakh/YekanBakhFaLight.ttf');
}

@font-face {
    font-family: yekanbakh_regular;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/yekanbakh/YekanBakhFaRegular.ttf');
}

@font-face {
    font-family: yekanbakh_medium;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/yekanbakh/YekanBakhFaMedium.ttf');
}

@font-face {
    font-family: yekanbakh_bold;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/yekanbakh/YekanBakhFaBold.ttf');
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/roboto/Roboto_Regular.ttf');
}

@font-face {
    font-family: 'icon';
    src: url('assets/fonts/icon/icomoon.eot?tol4mi');
    src: url('assets/fonts/icon/icomoon.eot?tol4mi#iefix') format('embedded-opentype'),
    url('assets/fonts/icon/icomoon.ttf?tol4mi') format('truetype'),
    url('assets/fonts/icon/icomoon.woff?tol4mi') format('woff'),
    url('assets/fonts/icon/icomoon.svg?tol4mi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body, input, textarea, a {
    color: var(--text1);
    font-family: 'yekanbakh_regular', 'roboto';
    font-size: 16px;
    color: var(--text1);
    line-height: 1.625;
    text-decoration-line: none;
}

p {
    line-height: 30px;
    font-size: 16px;
}

/***********end fonts************/
/*******public styles*******/

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


h1 {
    font-size: 22px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*Styles of header start from here*/

header{
    padding: 12px 0;
    border-top: 5px solid var(--color1);
    border-bottom: 1px solid var(--color7);
}
header .header_wrapper{}
header .mobile_header_wrapper{}
header .mobile_header_wrapper .mobile_tools_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .mobile_header_wrapper .mmenu-icon{
    border: 1px solid var(--color3);
    background-color: var(--color3);
    display: flex;
    justify-content: center;
    align-items: center;
}
header .mobile_header_wrapper .mmenu-icon-inner{}
header .mobile_header_wrapper .auth_btnwrapper{}
header .mobile_header_wrapper .auth_btn.auth_mobile{
    margin-right: 13px;
}
header .mobile_header_wrapper .mobile_logo_wrapper{
    display: flex;
    align-items: center;
}
header .mobile_header_wrapper .mobile_logo_wrapper .img_holder{}
header .mobile_header_wrapper .mobile_logo_wrapper .img_holder img{
    width: 100%;
    height: auto;
    display: block;
}
header .desktop_header_wrapper{
    display: none;
}
header .desktop_header_wrapper .desktop_logo_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .desktop_header_wrapper .desktop_logo_wrapper .img_holder{
    display: inline-flex;
}
header .desktop_header_wrapper .desktop_logo_wrapper .img_holder img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
header .desktop_header_wrapper .desktop_menu_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .desktop_header_wrapper .desktop_menu_wrapper nav{}
header .desktop_header_wrapper .desktop_menu_wrapper ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
header .desktop_header_wrapper .desktop_menu_wrapper li{}
header .desktop_header_wrapper .desktop_menu_wrapper li a{padding: 5px 10px;font-family: 'yekanbakh_medium';}
header .desktop_header_wrapper .desktop_tools_wrapper{}
header .desktop_header_wrapper .tools_holder{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
header .desktop_header_wrapper .tools_holder .register_business_btn{
    padding: 5px 15px;
    min-height: 45px;
    background-color: var(--color3);
    color: var(--color5);
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .desktop_header_wrapper .tools_holder .auth_desktop{
}
/*Ens of header*/

/*Styles of footer start from here*/

footer{
    background-color: var(--color1);
    padding: 45px 0;
    padding-bottom: 0;
    margin-top: 90px;
}
footer .footer_wrapper{}
.footer_wrapper .footer_info_wrapper{}
.footer_info_wrapper .footer_logo_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_info_wrapper .footer_logo{
    width: 50%;
    display: inline-flex;
}
.footer_info_wrapper .footer_logo img{
    max-width: 100%;
    height: auto;
    display: block;
}
.footer_info_wrapper .footer_about_wrapper{
    margin-top: 25px;
}
.footer_info_wrapper .footer_about_wrapper .footer_about{
    color: var(--color5);
    text-align: center;
}
.footer_info_wrapper .social_holder{
    margin-top: 20px;
    text-align: center;
}
.footer_info_wrapper .social_holder .social_title_holder{
    color: var(--color4);
    font-size: 18px;
    font-family: 'yekanbakh_bold';
    margin-bottom: 10px;
    display: block;
}
.footer_info_wrapper .social_holder ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.footer_info_wrapper .social_holder .social_item{}
.footer_info_wrapper .social_holder .social_item a{
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color3);
    border-radius: 100%;
}
.footer_info_wrapper .social_holder .social_item a::before{
    font-family: 'icon';
    font-size: 22px;
    display: inline-flex;
    color: var(--color5);
}
.footer_info_wrapper .social_holder .social_item.instagram a::before{
    content: '\e908';
}
.footer_info_wrapper .social_holder .social_item.telegram a::before{
    content: '\e909';
}
.footer_info_wrapper .social_holder .social_item.whatsapp a::before{
    content: '\e924';
}
.footer_info_wrapper .social_holder .social_item.aparat a::before{
    content: '\e900';
}
.footer_info_wrapper .social_holder .social_item.linkedin a::before{
    content: '\e909';
}
.footer_wrapper .footer_contact_wrapper{
    margin-top: 30px;
}
.footer_contact_wrapper .footer_contact_items{
    text-align: center;
}
.footer_contact_wrapper .footer_contact_item{
    margin: 10px 0;
}
.footer_contact_wrapper .footer_contact_item a, .footer_contact_wrapper .footer_contact_item span{
    color: var(--color5);
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer_contact_wrapper .footer_contact_item a::before, .footer_contact_wrapper .footer_contact_item span::before{
    font-family: 'icon';
    font-size: 22px;
    display: inline-flex;
    color: var(--color5);
    margin-left: 10px;
}
.footer_contact_wrapper .footer_contact_item.tell a::before{
    content: '\e90b';
}
.footer_contact_wrapper .footer_contact_item.mobile a::before{
    content: '\e92a';
}
.footer_contact_wrapper .footer_contact_item.email a::before{
    content: '\e906';
}
.footer_contact_wrapper .footer_contact_item.address span::before{
    content: '\e929';
}
.footer_wrapper .copyright_wrapper{
    background-color: var(--color5);
    padding: 15px 10px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.footer_wrapper .copyright_txt{
    text-align: center;
    color: var(--color6);
}
/*End of footer*/

/*General styles start from here*/

.inner_pages_opt{}
.inner_pages_heading_wrapper{
    background-image: linear-gradient(to top, var(--color1), #3b3df3);
    padding: 30px 0;
    margin-bottom: 30px;
}
.inner_pages_heading_wrapper .heading_img_holder{}
.inner_pages_heading_wrapper .heading_img_holder .img_holder{}
.inner_pages_heading_wrapper .heading_img_holder .img_holder img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.inner_pages_heading_wrapper .heading_content_holder{}
.inner_pages_heading_wrapper .heading_content_holder .page_title{
    color: var(--color5);
    font-family: 'yekanbakh_medium','roboto';
    margin-bottom: 15px;
}
.inner_pages_heading_wrapper .heading_content_holder .page_excerpt{
    font-size: 17px;
    color: var(--color5);
}

header .auth_btn{
    padding: 5px 15px;
    min-height: 45px;
    background-color: var(--color1);
    color: var(--color5);
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .auth_dropdown{
    position: relative;
}
header .auth_dropdown__toggle{
    gap: 8px;
}
header .auth_dropdown__arrow{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--color5);
    transition: transform 0.2s ease;
}
header .auth_dropdown__menu{
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    background-color: var(--color5);
    border: 1px solid var(--color7);
    border-radius: 12px;
    padding: 8px 0;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    pointer-events: none;
    z-index: 1000;
}
header .auth_dropdown:hover .auth_dropdown__menu,
header .auth_dropdown:focus-within .auth_dropdown__menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
header .auth_dropdown:hover .auth_dropdown__arrow,
header .auth_dropdown:focus-within .auth_dropdown__arrow{
    transform: rotate(180deg);
}
header .auth_dropdown__link{
    display: block;
    padding: 8px 16px;
    color: var(--color9);
    transition: background-color 0.2s ease, color 0.2s ease;
}
header .auth_dropdown__link:hover{
    background-color: #fff3e8;
    color: var(--color3);
}
header .auth_dropdown__link--logout{
    color: var(--color2);
}

/*Styles of mobile-menu start from here*/
#mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -110%;
    width: 100%;
    background: var(--color4);
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    padding: 15px;
}

#menumobile img {
    max-width: 40%;
    height: auto;
    display: block;
}

#nomenumobile {
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    font-size: 10px;
    color: red;
    background-color: #f6d6d6;);
}

.delete-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-icon:before {
    content: "";
    position: absolute;
    background: #bf0a0a;
    width: 17px;
    height: 2px;
    transform: rotate(-45deg);
    display: inline-block;
    bottom: 0;
    top: 0;
    margin: auto;
}

.delete-icon:after {
    content: "";
    position: absolute;
    background: #bf0a0a;
    width: 17px;
    height: 2px;
    transform: rotate(45deg);
    display: inline-block;
    bottom: 0;
    top: 0;
    margin: auto;
}

.come-menumobile {
    right: 0px !important;
}

#menumobile .mobile_logo_wrapper {
    padding: 15px;
    background-color: var(--color1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
}

.mobile_logo_wrapper .logo_wrapper {
    display: block;
}

.close_mobile_wrapper {
}

.menu_back_holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.main-mm {
    padding: 20px 0;
    text-align: right;
}

.main-mm ul li {
    margin-bottom: 10px;
    text-align: left;
    background-color: var(--color5);
    border-radius: 16px;
    padding: 10px 15px;
}

.main-mm ul li a {
    color: var(--text1);
    display: block;
    padding: 8px 0;
    position: relative;
    width: 100%;
    font-size: 18px;
    font-family: 'yekanbakh_medium';
    text-align: right;
    transition: all 0.3s linear;
}

.main-mm ul li a:hover {
    color: var(--color2);
}

.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: var(--color4);
    right: -110%;
    transition: all 0.3s;
    z-index: 9;
    padding: 20px;
}

.childer i {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 10px;
    border: solid var(--color5);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg););
    left: 12px;
}

.childer {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 4px;
    width: 30px;
    height: 30px;
    background-color: var(--color1);
    border-radius: 10px;
}

.come-submenu {
    right: 0px !important;
}

.sub-closer {
    cursor: pointer;
    width: 90px;
    height: 35px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background-color: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.sub-closer i {
    cursor: pointer;
    border: solid var(--color5);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
}

.title-subcome {
    color: var(--color5);
    font-weight: normal;
    position: relative;
    margin-left: 6px;
    font-size: 15px;
}

.mmenu-icon {
    display: block;
}

.mmenu-icon .mmenu-icon-inner {
    width: 28px;
    height: 2px;
    border-radius: 5px;
    background: var(--color5);
    cursor: pointer;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.mmenu-icon {
    position: relative;
    width: 45px;
    height: 45px;
    left: 0;
    border-radius: 10px;
}

.mmenu-icon .mmenu-icon-inner:before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--color5);
    position: absolute;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    border-radius: 5px;
    -webkit-transition: 0.6s;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: 0.6s;
}

.mmenu-icon .mmenu-icon-inner:after {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--color5);
    position: absolute;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    border-radius: 5px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.mmenu-icon.openmobile .mmenu-icon-inner:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mmenu-icon.openmobile .mmenu-icon-inner:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mmenu-icon.openmobile .mmenu-icon-inner {
    width: 0;
    transform: translate(10px);
}

/*End of mobile-menu*/

.module_setting{
    margin: 40px 0;
}

.heading_holder{
    text-align: center;
    margin-bottom: 25px;
}
.heading_holder .heading_title{
    font-family: 'yekanbakh_medium';
    color: var(--color1);
    margin-bottom: 10px;
}
.heading_holder .heading_subtitle{
    color: var(--text2);
    width: 86%;
    margin: 0 auto;
}
.swiper{
    padding-bottom: 40px;
}
.swiper-pagination{
    bottom: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: var(--color3);
}
.swiper-pagination .swiper-pagination-bullet-active{}

.button{
    font-size: 16px;
    font-family: 'yekanbakh_medium';
    padding: 10px 25px;
    border-radius: 12px;
    color: var(--color5);
    border: 1px solid var(--color1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.button.primary{
    background-color: var(--color1);
}
.button.secondary{
    background-color: var(--color3);
    border-color: var(--color3);
}


/*Styles of content_design start from here*/
.content_design {
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 16px;
    text-align: justify;
    background-color: var(--color5);
    border: 1px solid var(--color7);
}

.content_design h1, .content_design h2, .content_design h3, .content_design h4, .content_design h5, .content_design h6 {
    margin: 15px 0;
    color: var(--text1);
    font-family: 'yekanbakh_bold';
    text-align: right;
    line-height: 32px;
    display: block;
}

.content_design p {
    text-align: justify;
    font-size: 16px;
    margin-top: 10px;
    line-height: 32px;
    color: var(--text2);
}

.content_design p a {
    color: #264796;
    font-size: 16px;
    position: relative;
    margin: 0 4px;
    display: inline-block;
}

.content_design strong{
    font-family: 'peyda_medium';
    color: var(--text1);
    font-weight: normal;
}

.content_design p a::before, .content_design a::after {
    position: absolute;
    top: 4px;
    font-weight: 100;
    font-size: 150%;
    line-height: 1;
    vertical-align: middle;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
}

.content_design p a::before {
    left: -0.4em;
    content: ']';
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.content_design p a::after {
    right: -.4em;
    content: '[';
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.content_design p a:hover:before, .content_design p a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.content_design img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
    /* box-shadow: 0px 2px 4px -1px #00000070; */
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.content_design .gallery_item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.content_design .aligncenter {
    margin: 10px auto;
}

.content_design .alignright {
    margin-right: 0;
    float: right;
    margin-left: 20px;
    margin-top: 10px;
}

.content_design .alignleft {
    margin-left: 0;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.content_design ul {
    margin: 13px 0;
    padding: 0;
    text-align: justify;
}

.content_design ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    color: var(--text1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content_design ul li::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: var(--color1);
    border-radius: 5px;
    margin-left: 10px;
}

.content_design ol {
    list-style-type: persian;
    text-align: justify;
    margin: 15px 0;
    margin-right: 15px;
}

.content_design ol li {
    font-size: 16px;
    line-height: 28px;
    color: var(--text1);
    margin-bottom: 10px;
}

.content_design ol li::marker{
    color: var(--color3);
    font-size: 18px;
}

.content_design blockquote {
    position: relative;
    text-align: center;
    background-color: var(--color3);
    padding: 25px 20px;
    border-radius: 16px;
    margin: 20px 0;
}

.content_design blockquote::before, .content_design blockquote::after {
    content: '\e920';
    font-family: icon;
    color: var(--color5);
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.content_design blockquote::before {
    top: 5px;
    right: 11px;
    transform: rotate(180deg);
}

.content_design blockquote::after {
    bottom: 5px;
    left: 11px;
}

.content_design blockquote p {
    text-align: center;
    color: var(--color4);
    line-height: 33px;
    margin: 10px 0;
}

.content_design .wp-video {
    margin: 0 auto;
}

.lg-outer .lg-inner {
    direction: ltr;
}

.gallery_item {
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 8px -2px #00000087;
}

.gallery_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.gallery_item a::before {
    content: '\e916';
    font-family: icon;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: calc(50% - 12.5px);
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 3;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.2s linear;
}

.gallery_item:hover a::before {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.2s linear;
}

.gallery_item a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 54, 145, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.gallery_item:hover a:after {
    opacity: 0.8;
}

.content_design .page_gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0;
    margin-top: 30px;
    text-align: center;
}

.fade {
    opacity: 0;
    background-color: rgba(38, 71, 150, 0);
    transition: opacity 0.3s linear;
}

.fade.show {
    opacity: 1;
    background-color: rgba(38, 71, 150, 0.7);
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.content_design table {
    width: 100%;
    border: 1px solid #264796;
}

.content_design table tbody {
}

.content_design table tbody tr {
    border-bottom: 1px solid #264796;
}

.content_design table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

.content_design table tbody tr td {
    padding: 10px 15px;
    border-left: 1px solid #264796;
}

/*End of content_design*/

/*End of general styles*/

/*Styles of business cards content start from here*/

.business_card{}
.business_card .business_card_holder{
    padding: 10px;
    background-color: var(--color5);
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
}
.business_card .business_card_holder .business_thumb{
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.business_card .business_card_holder .business_thumb img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.business_card .business_card_content{
    position: relative;
    text-align: center;
    margin-top: -25px;
    z-index: 2;
}
.business_card .business_card_content .business_logo_wrapper{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 100%;
    box-shadow: rgb(5 26 55 / 18%) 0px 4px 16px 0px;
    margin: 0 auto;
    background-color: var(--color5);
}
.business_card .business_card_content .business_logo_wrapper img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.business_card .business_card_content .business_title_holder{
    margin-top: 10px;
}
.business_card .business_card_content .business_title{}
.business_card .business_card_content .business_title a{
    font-size: 16px;
    font-family: 'yekanbakh_medium';
    color: var(--color6);
}
.business_card .business_card_content .business_cats_holder{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}
.business_card .business_card_content .business_cats_holder li{
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px;
}
.business_card .business_card_content .business_cats_holder li{}
.business_card .business_card_content .business_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.business_card .business_card_content .business_verify{
    background-color: #ffeded;
    color: var(--color2);
    padding: 5px 0;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    font-size: 14px;
    min-height: 40px;
}

.business_card .business_card_content .business_verify::before{
    font-family: 'icon';
    font-size: 16px;
    margin-left: 5px;
}
.business_card .business_card_content .business_verify.business_verified{
    background-color: #d3ffd3;
    color: #005a00;
}
.business_card .business_card_content .business_verify.business_verified::before{
    content: '\e922';
}
.business_card .business_card_content .business_verify.business_not_verified{}
.business_card .business_card_content .business_verify.business_not_verified::before{
    content: '\e922';
}
.business_card .business_card_content .business_info{
    color: var(--color5);
    width: 48%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    min-height: 40px;
    background-color: var(--color1);
    border-radius: 5px;
}

/*End of business cards content*/

/*Styles of post cards content*/

.post_item{}
.post_item .post_content{
    background-color: var(--color5);
    border-radius: 16px;
    overflow: hidden;
}
.post_item .post_content .post_thumb_holder{
    position: relative;
}
.post_item .post_content .img_holder{}
.post_item .post_content .img_holder img{
    width: 100%;
    height: auto;
    display: block;
}
.post_item .post_content .post_date{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--color4);
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 16px;
}
.post_item .post_content .post_info_holder{
    padding: 20px 15px;
}
.post_item .post_content .post_title{}
.post_item .post_content .post_title a{
    font-size: 18px;
}
.post_item .post_content .post_more_holder{
    margin-top: 15px;
}
.post_item .post_content .post_more_btn{
    padding: 10px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0f9;
    border-radius: 10px;
    color: var(--color1);
    font-family: 'yekanbakh_medium';
}

/*End of post cards content*/


/*Styles of media quries start from here*/

@media (max-width: 575.98px) {
    header .auth_btn{
    font-size: 13px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (max-width: 767.98px) {
}

@media (min-width: 768px) {

    header .mobile_header_wrapper{
        display: none;
    }
    header .desktop_header_wrapper{
        display: block;
    }
    .footer_wrapper .copyright_wrapper{
    justify-content: space-between;
}

}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) {
    header{
        padding: 15px 0;
        border-top: 7px solid var(--color1);
    }
    header .auth_btn, header .desktop_header_wrapper .tools_holder .register_business_btn{
        padding: 5px 20px;
        min-height: 50px;
    }
    header .desktop_header_wrapper .desktop_menu_wrapper nav{
    margin-right: 30px;
}
    .heading_holder .heading_title{
    font-size: 26px;
    margin-bottom: 15px;
}
    .heading_holder .heading_subtitle{
    font-size: 18px;
    width: 50%;
}
    .heading_holder{
    margin-bottom: 30px;
}
    .module_setting{
        margin: 80px 0;
    }
    .business_card .business_card_content .business_title_holder{
    margin-top: 20px;
}
    .business_card .business_card_content .business_title a{
    font-size: 18px;
}
    .business_card .business_card_content .business_cats_holder{
    margin: 15px 0;
}
    .business_card .business_card_content .business_cats_holder li{
    font-size: 16px;
    padding: 10px 15px;
}
    .business_card .business_card_content .business_verify{
    min-height: 55px;
    font-size: 17px;
}
    .business_card .business_card_content .business_verify::before{
    font-size: 20px;
}
    .business_card .business_card_content .business_info{
    min-height: 55px;
    font-size: 17px;
}
    .button{
    font-size: 18px;
    padding: 10px 30px;
}
    .post_item .post_content .post_title{
        min-height: 57px;
    }
    footer{
    padding: 60px 0;
    padding-bottom: 0;
}
    .footer_info_wrapper .footer_logo{
    width: 40%;
}
    .footer_info_wrapper .footer_about_wrapper{
    margin-top: 30px;
}
    .footer_info_wrapper .footer_about_wrapper .footer_about{
    font-size: 18px;
    line-height: 36px;
}
    .footer_info_wrapper .social_holder{}
    .footer_info_wrapper .social_holder .social_title_holder{
    font-size: 20px;
    margin-bottom: 15px;
}
    .footer_wrapper .footer_contact_wrapper{
    margin-top: 40px;
}
    .footer_contact_wrapper .footer_contact_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .footer_contact_wrapper .footer_contact_item{}
    .footer_wrapper .copyright_wrapper{
    margin-top: 40px;
    padding: 20px 60px;
}
    .footer_wrapper .source{
    font-size: 17px;
}
    .footer_wrapper .copyright_txt{
    font-size: 18px;
}
    .footer_contact_wrapper .footer_contact_item a, .footer_contact_wrapper .footer_contact_item span{
    font-size: 20px;
}
    .footer_contact_wrapper .footer_contact_item a::before, .footer_contact_wrapper .footer_contact_item span::before{
    font-size: 26px;
}
    .inner_pages_heading_wrapper{
    padding: 40px 0;
    margin-bottom: 45px;
}
    .inner_pages_heading_wrapper .heading_content_holder{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
    .inner_pages_heading_wrapper .heading_content_holder .page_title{
    font-size: 26px;
    margin-bottom: 20px;
}
    .inner_pages_heading_wrapper .heading_content_holder .page_excerpt{
    font-size: 19px;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}
