@charset "utf-8";
/*
Theme Name: tatami
Theme URI: http://tatami.com
Author: tatami
Author URI: http://tatami.com
Description: tatami
Version: 1
License: GNU General Public License v2 or later
Text Domain: tatami
*/
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;
}

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: #282D4F;
    --color2: #FF6C00;
    --color3: #23103A;
    --color4: #B22206;
    --color5: #fff;
    --color6: #000;
    --color7: #DBDBDB;
    --color8: #F2F2F2;
    --color9: #6D6D6D;
}

/***********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: #3d434e;
    font-family: 'yekanbakh_regular', 'roboto';
    font-size: 14px;
    color: var(--color3);
    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 {
    position: relative;
    z-index: 9;
}

header .header_wrapper {
    background-color: var(--color5);
    box-shadow: 0px 3px 16px -3px #00000024;
    border-top: 3px solid var(--color1);
}

.header_wrapper .all {
}

.header_wrapper .mobile_first_row_wrapper {
    padding: 15px 0;
}

.mobile_first_row_wrapper .mobile_menu_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_wrapper .header_contact_wrapper{
    padding-right: 0;
}
.header_wrapper .header_contact_wrapper .header_contact_holder{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.header_wrapper .header_contact_wrapper .contact_btn{
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.header_wrapper .header_contact_wrapper .contact_btn.advise_btn{
    background-color: var(--color1);
}
.header_wrapper .header_contact_wrapper .contact_btn.advise_btn span::before{
    content: '\e91c';
    font-family: icon;
    font-size: 24px;
    display: inline-block;
    color: var(--color5);
}
.header_wrapper .header_contact_wrapper .contact_btn.tell_btn{
    background-color: var(--color2);
}
.header_wrapper .header_contact_wrapper .contact_btn.tell_btn span::before{
    content: '\e90f';
    font-family: icon;
    font-size: 24px;
    display: inline-block;
    color: var(--color5);
}

.header_wrapper .logo_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_wrapper .logo_wrapper .imgholder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_wrapper .logo_wrapper .imgholder a{
    display: inline-flex;
}

.header_wrapper .logo_wrapper .imgholder img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header_wrapper .mobile_second_row_wrapper {
    background-color: var(--color1);
    max-height: 0;
    transition: all 0.4s ease-in-out;
}
.header_wrapper .mobile_second_row_wrapper.active{
    padding: 10px 0;
}

.header_wrapper .mobile_second_row_wrapper .search-wrapper{
    opacity: 0;
    transition: all 0.3s linear;
}

.header_wrapper .mobile_second_row_wrapper.active .search-wrapper{
    opacity: 1;
    transition-delay: 0.2s;
}
.header_wrapper .mobile_second_row_wrapper.active .search-wrapper .search-input-holder{
}
.header_wrapper .mobile_second_row_wrapper .search_holder {
    padding: 10px 0;
}

.header_wrapper .search_holder {
}

.header_wrapper .search_holder input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 12px;
    padding: 5px 20px;
    border: none;
}

.header_wrapper .desktop_first_row_wrapper, .header_wrapper .desktop_second_row_wrapper {
    display: none;
}

/*Styles of footer start from here*/

footer{
    margin-top: 60px;
    margin-bottom: 85px;
}
footer .footer_cta_wrapper{
    background-color: var(--color3);
    padding-top: 35px;
}
footer .footer_cta_wrapper .footer_cta_content{}
footer .footer_cta_wrapper .footer_cta_title{
    color: var(--color5);
    font-size: 20px;
    font-family: 'yekanbakh_bold';
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
footer .footer_cta_wrapper .footer_cta_subtitle{
    color: var(--color5);
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 32px;
}
footer .footer_cta_wrapper .footer_cta_btn_holder{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}
footer .footer_cta_wrapper .contact_btn{}
footer .footer_cta_wrapper .contact_btn.advise_btn{}
footer .footer_cta_wrapper .contact_btn.tell_btn{}
footer .footer_cta_wrapper .contact_btn span{}
footer .footer_cta_wrapper .contact_btn.advise_btn span{
    background-color: var(--color5);
    color: var(--color1);
}
footer .footer_cta_wrapper .contact_btn.tell_btn span{}
footer .footer_cta_wrapper .contact_btn span::before{}
footer .footer_cta_wrapper .contact_btn.advise_btn span::before{
    color: var(--color1);
}
footer .footer_cta_wrapper .contact_btn.tell_btn span::before{}
footer .footer_cta_wrapper .footer_cta_img{
    margin-top: 25px;
}
footer .footer_cta_wrapper .imgholder{}
footer .footer_cta_wrapper .imgholder img{
    width: 100%;
    height: auto;
    display: block;
}
footer .footer_body_wrapper{
    background-color: var(--color1);
    padding: 35px 0;
}
footer .footer_body_wrapper .footer_info_wrapper{
    text-align: center;
}
footer .footer_body_wrapper .footer_logo_holder{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
footer .footer_body_wrapper .footer_logo_holder img{
    max-width: 100%;
    height: auto;
    display: block;
}
footer .footer_body_wrapper .footer_desc{
    color: var(--color5);
    font-size: 16px;
    line-height: 32px;
}
footer .footer_body_wrapper .social_media_holder{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}
footer .footer_body_wrapper .social_media_item{}
footer .footer_body_wrapper .social_media_item a{
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color5);
    border-radius: 40px;
}
footer .footer_body_wrapper .social_media_item a::before{
    font-family: icon;
    font-size: 24px;
    color: var(--color2);
}
footer .footer_body_wrapper .social_media_item.instagram a::before{
    content: '\e908';
}
footer .footer_body_wrapper .social_media_item.whatsapp a::before{
    content: '\e924';
}
footer .footer_body_wrapper .social_media_item.telegram a::before{
    content: '\e925';
}
footer .footer_body_wrapper .social_media_item.aparat a::before{
    content: '\e900';
}
footer .footer_body_wrapper .social_media_item.linkedin a::before{
    content: '\e909';
}
footer .footer_body_wrapper .footer_contact_wrapper{
    margin: 30px 0;
}
footer .footer_body_wrapper .footer_title{
    color: var(--color5);
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
footer .footer_body_wrapper .footer_title::before{
    content: '';
    width: 10px;
    height: 20px;
    background-color: var(--color2);
    display: inline-block;
    border-radius: 4px;
    margin-left: 10px;
}
footer .footer_body_wrapper .contact_info_holder{
}
footer .footer_body_wrapper .contact_item{
    margin: 8px 15px;
}
footer .footer_body_wrapper .contact_item a{
    color: #ffffffd6;
    font-size: 18px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
footer .footer_body_wrapper .contact_item a::before{
    font-family: icon;
    font-size: 22px;
    color: var(--color5);
    margin-left: 10px;
}
footer .footer_body_wrapper .contact_item.tell a::before{
    content: '\e90b';
}
footer .footer_body_wrapper .contact_item.email a::before{
    content: '\e906';
}
footer .footer_body_wrapper .contact_item.address a::before{
    content: '\e90a';
}
footer .footer_body_wrapper .footer_menu_wrapper{}
footer .footer_body_wrapper .footer_menu_holder{}
footer .footer_body_wrapper .footer_menu_holder nav{}
footer .footer_body_wrapper .footer_menu_holder ul{}
footer .footer_body_wrapper .footer_menu_holder li{
    margin: 8px 15px;
}
footer .footer_body_wrapper .footer_menu_holder li a{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #ffffffd6;
}
footer .footer_copyright_wrapper{
    background-color: var(--color3);
    padding: 20px 0;
}
footer .footer_copyright_wrapper .copyright_txt_holder{}
footer .footer_copyright_wrapper .copyright_txt{
    color: var(--color5);
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}

/*End of footer*/

/*General styles start from here*/

.module_setting {
    padding: 10px 0;
    margin: 40px 0;
}

.primary_btn_style {

    display: inline-block;
}

.primary_btn_style span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color2);
    color: var(--color5);
    font-size: 18px;
    padding: 0 10px;
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid var(--color2);
}

.primary_btn_style span::after {
    content: '\e926';
    font-family: 'icon';
    font-size: 24px;
    color: var(--color5);
    display: block;
    margin-right: 8px;
    transform: rotate(135deg);
}

.secondary_btn_style {
    display: inline-block;
}

.secondary_btn_style span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color1);
    color: var(--color5);
    font-size: 18px;
    padding: 0 10px;
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid var(--color1);
}

.secondary_btn_style span::after {
    content: '\e926';
    font-family: 'icon';
    font-size: 24px;
    color: var(--color5);
    display: block;
    margin-right: 8px;
    transform: rotate(135deg);
}

.third_btn_style {
    display: inline-block;
}

.third_btn_style span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color5);
    color: var(--color1);
    font-size: 18px;
    padding: 0 10px;
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid var(--color1);
}

.third_btn_style span::after {
    content: '\e926';
    font-family: 'icon';
    font-size: 24px;
    color: var(--color1);
    display: block;
    margin-right: 8px;
    transform: rotate(135deg);
}
.contact_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.contact_btn.advise_btn{}
.contact_btn.tell_btn{}
.contact_btn span{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 0 13px;
    color: var(--color5);
    font-size: 16px;
    border-radius: 14px;
}
.contact_btn.advise_btn span{
    background-color: var(--color1);
}
.contact_btn.tell_btn span{
    background-color: var(--color2);
}
.contact_btn span::before{
    font-family: 'icon';
    font-size: 20px;
    margin-left: 5px;
    color: var(--color5);
    display: block;
}
.contact_btn.advise_btn span::before{
    content: '\e91c';
}
.contact_btn.tell_btn span::before{
    content: '\e90f';
}

.heading_holder {
    text-align: center;
}

.heading_holder.btn_holder {
}

.heading_holder .heading_title {
    color: var(--color3);
    font-family: 'yekanbakh_bold';
    margin-bottom: 13px;
}

.heading_holder .heading_title::after{
    content: '';
    width: 60px;
    height: 3px;
    background-color: var(--color2);
    display: block;
    margin: 10px auto 0 auto;
    border-radius: 4px;
}

.heading_holder.btn_holder .heading_title {
}

.heading_holder .heading_subtitle {
    color: var(--color9);
    width: 80%;
    margin: 0 auto;
}

.heading_holder.btn_holder .heading_subtitle {
}


.swiper-pagination {
    position: relative;
    left: 50% !important;
    top: auto !important;
    bottom: auto !important;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: center;
    /* background-color: var(--color5); */
    margin: 20px 0;
    border-radius: 10px 10px 0 0;
    border: none;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.swiper-pagination-bullet {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: transparent;
    opacity: 1;
    margin: 0 4px;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: all 0.3s linear;
}

.swiper-pagination-bullet::before{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: var(--color7);
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.swiper-pagination-bullet-active {
    border-color: var(--color2);
    transition: all 0.3s linear;
}

.swiper-pagination-bullet-active::before{
    background-color: var(--color2);
}

/*Styles of mobile-menu start from here*/
#mask {
    position: fixed;
    z-index: 9;
    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: -100%;
    width: 100%;
    background: var(--color5);
    z-index: 999;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px;
}

#menumobile img {
    max-width: 70%;
    height: auto;
    display: block;
}

#nomenumobile {
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    font-size: 10px;
    color: red;
    background-color: #f6d6d6;
}

.delete-icon {
    width: 35px;
    height: 35px;
    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;
}

.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 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.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;
    border: 1px solid var(--color7);
    background-color: var(--color8);
    border-radius: 16px;
    padding: 10px 15px;
}

.main-mm ul li a {
    color: var(--color3);
    display: block;
    padding: 8px 0;
    position: relative;
    width: 100%;
    font-family: 'yekanbakh_medium';
    font-size: 16px;
    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: 300px;
    background: var(--color10);
    right: -330px;
    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(--color2);
    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(--color2);
    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: 20px;
    height: 2px;
    border-radius: 5px;
    background: var(--color1);
    cursor: pointer;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.mmenu-icon {
    position: relative;
    width: 45px;
    height: 45px;
    left: 0;
    border-radius: 10px;
    border: 1px solid var(--color1);
}

.mmenu-icon .mmenu-icon-inner:before {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--color1);
    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: 20px;
    height: 2px;
    background: var(--color1);
    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*/

.inner_pages_opt {
    padding: 15px 0 15px 0;
    margin: 20px 0;
}

.inner_pages_heading_wrapper {
    background-color: var(--color10);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0;
}

.inner_pages_heading_wrapper .heading_img_holder {
    margin-bottom: 20px;
}
.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;
    margin: 0 auto;
    border-radius: 15px;
}

.inner_pages_heading_wrapper .heading_content_holder {
    text-align: center;
}

.inner_pages_heading_wrapper .heading_content_holder .page_title {
    color: var(--color1);
    font-size: 24px;
}

.inner_pages_heading_wrapper .heading_content_holder .page_excerpt {
    color: var(--text1);
    margin-top: 10px;
    text-align: justify;
}

.archive_faq_holder {
    margin-top: 20px;
}

.archive_faq_holder .faq_content {
    padding: 20px 0;
    border-radius: 10px;
    margin-bottom: 30px;
}

.archive_faq_holder .faq_title {
    font-size: 22px;
    text-align: center;
    color: var(--text1);
    margin-bottom: 22px;
}

.archive_faq_holder .faq_wrapper {
}

.archive_faq_holder .faq_holder {
    background-color: var(--color10);
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--color2);
}

.archive_faq_holder .faq_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.archive_faq_holder .faq_question .question_holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.archive_faq_holder .faq_question .faq-number {
    min-width: 25px;
    min-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color2);
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    margin-left: 10px;
    color: var(--color5);
}

.archive_faq_holder .faq_question p {
    font-size: 16px;
    line-height: 32px;
    transition: all 0.3s linear;
}

.archive_faq_holder .faq_question.open p {
    color: var(--color1);
}

.archive_faq_holder .faq_question .arrow {
}

.archive_faq_holder .faq_question .arrow::before {
    content: '\e918';
    font-family: 'icon';
    font-size: 18px;
    color: var(--color5);
    display: flex;
    justify-content: center;
    background-color: var(--color2);
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    transition: all 0.3s linear;
}

.archive_faq_holder .faq_question.open .arrow::before {
    transform: rotate(180deg);
    background-color: var(--color2);
    color: var(--color5);
}

.archive_faq_holder .faq_answer_holder {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.archive_faq_holder .faq_answer {
);
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    line-height: 32px;
    color: var(--text1);
    text-align: justify;
}


.archive_description {
}

.archive_description .content_holder {
    background-color: var(--color5);
    padding: 20px 15px;
    border-radius: 16px;
    border: 1px solid var(--color2);
    box-shadow: 4px 5px 0px 0px var(--color2);
}

.archive_description .content_holder::before {

}

/*Styles of content_design start from here*/
.content_design {
    width: 100%;
    padding-bottom: 20px;
    text-align: justify;
}

.content_design h1, .content_design h2, .content_design h3, .content_design h4, .content_design h5, .content_design h6 {
    margin: 15px 0;
    color: var(--color1);
    font-weight: 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(--text1);
}

.content_design strong{
    font-family: 'kalameh_bold';
    font-weight: normal;
}

.content_design p a {
    color: var(--color4);
    font-size: 16px;
    position: relative;
    margin: 0 4px;
    display: inline-block;
}

.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: flex-start;
}

.content_design ul li::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: var(--color2);
    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(--color1);
    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: '\e91b';
    font-family: icon;
    color: var(--color1);
    font-size: 20px;
    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(--color1);
    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%;
    margin: 10px 0;
    border: 1px solid var(--color1);
    overflow-x: auto;
}

.content_design table thead{}

.content_design table thead tr{
    border-bottom: 1px solid var(--color1);
}

.content_design table thead tr th{
    padding: 15px;
    font-size: 16px;
    font-family: 'kalameh_bold';
    color: var(--color1);
    border-left: 1px solid var(--color1);
}

.content_design table tbody {
}

.content_design table tbody tr {
    border-bottom: 1px solid var(--color1);
}

.content_design table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

.content_design table tbody tr td {
    padding: 10px 15px;
    border-left: 1px solid var(--color1);
    font-size: 16px;
}

/*End of content_design*/

.woocommerce-no-products-found {
    background-color: #f9efef;
    border-radius: 10px;
    border: 1px solid var(--color4);
}

.woocommerce-info {
    font-size: 16px;
    padding: 15px;
}

.woocommerce-no-products-found .woocommerce-info {
    color: var(--color4);
}


/*Styles of product card start from here*/

.product_item {
}

.product_item .product_content {
    position: relative;
    padding-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 16px;
    margin-bottom: 25px;
    background-color: var(--color5);
}

.product_content .product_imgholder {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    margin: 12px;
}

.product_content .product_imgholder img {
    width: 100%;
    height: auto;
    display: block;
}

.product_content .product_info_holder {
    padding: 0 15px;
}

.product_content .product_title {
    min-height: 74px;
}

.product_content .product_title a {
    font-size: 18px;
    color: var(--color3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product_content .product_sku_holder {
}

.product_content .sku_value {
    font-size: 16px;
    font-family: 'roboto';
    color: var(--color3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.product_content .sku_value::before{
    content: '\e916';
    font-family: icon;
    font-size: 24px;
    display: inline-block;
    color: var(--color3);
}



.product_content .product_more_btn_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product_content .product_tell_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color8);
    border-radius: 12px;
    font-size: 18px;
    padding: 5px 15px;
    min-height: 56px;
}
.product_content .product_tell_btn::before{
    content: '\e90f';
    font-family: 'icon';
    font-size: 28px;
    color: var(--color3);
    display: block;
    margin-left: 8px;
}
.product_content .product_more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff6c002e;
    min-width: 56px;
    min-height: 56px;
    border-radius: 16px;
}

.product_content .product_more_btn::after {
    content: '\e903';
    font-family: 'icon';
    font-size: 28px;
    color: var(--color2);
    display: block;
}


/*End of product card*/

/*Styles of post vertical card start from here*/

.post_vertical_item {
}

.post_vertical_item .vertical_post_content {
}

.vertical_post_content .post_thumbnail {
    position: relative;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--color7);
}

.vertical_post_content .post_thumbnail .post_pub_date{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--color5);
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 16px;
}
.vertical_post_content .post_thumbnail .post_pub_date::before{
    content: '\e918';
    font-family: 'icon';
    font-size: 18px;
    color: var(--color2);
    display: block;
    margin-left: 10px;
}

.vertical_post_content .post_thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.vertical_post_content .post_info {
    padding: 0 15px;
    margin-top: 20px;
}

.vertical_post_content .post_title {
    min-height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.vertical_post_content .post_title a {
    display: block;
    font-size: 18px;
    line-height: 32px;
}

/*End of post vertical card*/

/*Styles of post horizontal card start from here*/

.post_horizontal_item {margin-bottom: 15px;}

.post_horizontal_item .horizontal_post_content {display: flex;justify-content: space-between;align-items: center;}

.horizontal_post_content .post_thumbnail {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    width: 40%;
}

.horizontal_post_content .post_thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.horizontal_post_content .post_info {width: 57%;}

.horizontal_post_content .post_title {
    min-height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.horizontal_post_content .post_title a {
    display: block;
    font-size: 18px;
    line-height: 32px;
}

.horizontal_post_content .post_more {margin-top: 10px;}

.horizontal_post_content .post_more a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: var(--text2);
}
.horizontal_post_content .post_more a::after{
    content: '\e91c';
    font-family: 'icon';
    font-size: 18px;
    color: var(--text2);
    display: block;
    margin-right: 10px;
}

/*End of post horizontal card*/

/*Styles of advise popup start from here*/
#consultationModal{}
#consultationModal .modal-dialog{}
#consultationModal .modal-content{}
#consultationModal .modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#consultationModal .modal-header .heading-holder{}
#consultationModal .modal-title{
    font-size: 16px;
    font-family: 'kalameh_bold';
    margin-bottom: 8px;
}
#consultationModal .modal-subtitle{
    font-size: 16px;
    color: var(--text2);
}
#consultationModal .btn-close{
    margin-left: 0;
    background-color: #ff000063;
    transition: all 0.3s linear;
}
#consultationModal .btn-close:focus{
    outline: none;
    box-shadow: none;
}
#consultationModal .btn-close::before{}
#consultationModal .modal-body{}
#consultationModal .modal-body form{}
#consultationModal .modal-body form label{
    font-size: 16px;
    color: var(--text1);
    margin-bottom: 10px;
}
#consultationModal .modal-body form label .text-danger{}
#consultationModal .modal-body form input{
    min-height: 45px;
    border: 1px solid var(--color8);
    transition: all 0.3s linear;
    border-radius: 12px;
}
#consultationModal .modal-body form input:focus{
    outline: none;
    border-color: var(--color1);
    box-shadow: 4px 4px 0px 1px var(--color1);
}
#consultationModal .modal-body form .invalid-feedback{
    background-color: #ff19000d;
    padding: 10px;
    border-radius: 12px;
    font-size: 13px;
    margin-top: 7px;
}
#consultationModal .modal-body #submitBtn{
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    margin-top: 10px;
    background-color: var(--color1);
    border: none;
    font-size: 16px;
    font-family: 'kalameh_bold';
    transition: all 0.3s linear;
}
#consultationModal .modal-body #submitBtn:focus, #consultationModal .modal-body #submitBtn:hover{
    background-color: var(--color3);
    color: var(--text1);
}
#consultationModal #successMessage{
    font-size: 18px;
    text-align: center;
}
/*End of advise popup*/

.bottom_navigation_wrapper{
    width: 100%;
    background-color: var(--color5);
    box-shadow: 0px -1px 13px -7px #00000099;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.bottom_navigation_wrapper ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.bottom_navigation_wrapper .navigation_item{
    width: 20%;
}
.bottom_navigation_wrapper .navigation_item a{
    display: block;
    width: auto;
    height: auto;
    background-color: var(--color5);
    border: none;
    text-align: center;
    font-size: 16px;
    color: var(--color1);
}
.bottom_navigation_wrapper .navigation_item.home_item a{
    background-color: var(--color2);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.bottom_navigation_wrapper .navigation_item a::before{
    font-family: 'icon';
    font-size: 24px;
    color: var(--color1);
    display: block;
}
.bottom_navigation_wrapper .navigation_item.menu_item a::before{
    content: '\e904';
}
.bottom_navigation_wrapper .navigation_item.search_item a::before{
    content: '\e90d';
    transform: rotateY(180deg);
}
.bottom_navigation_wrapper .navigation_item.home_item a::before{
    content: '\e912';
    color: var(--color5);
    font-size: 30px;
}
.bottom_navigation_wrapper .navigation_item.tell_item a::before{
    content: '\e928';
    transform: rotateY(180deg);
}
.bottom_navigation_wrapper .navigation_item.advise_item a::before{
    content: '\e91c';
}

.badge_holder{
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9;
}
.badge_holder .badge_item{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color3);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid var(--color5);
}
.badge_holder .badge_item::before{
    content: '\e90b';
    font-family: 'icon';
    font-size: 32px;
    color: var(--color5);
    display: block;
}
.badge_holder .badge_item.tell_item::before{
    content: '\e90f';
}
.badge_holder .badge_item.advise_item::before{
    content: '\e91c';
}


/*End of general style*/


/* Small screens: less than 576px */
@media (max-width: 575.98px) {
    .header_wrapper .header_contact_wrapper .contact_btn.advise_btn span::before, .header_wrapper .header_contact_wrapper .contact_btn.tell_btn span::before{
        margin: 0;
    }
}

@media (min-width: 576px){
    .heading_holder.btn_holder{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .heading_holder.btn_holder .heading_title {
        text-align: right;
    }
    .heading_holder.btn_holder .heading_subtitle {
        text-align: right;
        margin-right: 0;
    }
}

/* Medium screens: 576px to 767px */
@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (min-width: 768px) {
    .inner_pages_heading_wrapper .heading_content_holder .page_title{
        font-size: 32px;
    }
    .inner_pages_heading_wrapper .heading_content_holder .page_excerpt{
        margin-top: 15px;
    }
    .inner_pages_heading_wrapper .heading_content_holder{
        text-align: right;
    }
    .archive_faq_holder .faq_holder{
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .archive_faq_holder .faq_question p{
        font-size: 18px;
    }
    .archive_faq_holder .faq_question .faq-number{
        min-width: 40px;
        min-height: 40px;
        font-size: 18px;
        margin-left: 15px;
    }
    .archive_faq_holder .faq_question .arrow::before{
        width: 40px;
        height: 40px;
    }
    .archive_faq_holder .faq_question .arrow{
        margin-right: 15px;
    }
    .archive_faq_holder .faq_answer{
        font-size: 18px;
    }
    .bottom_navigation_wrapper{
        display: none;
    }
    .badge_holder{
        display: flex !important;
    }
    footer{
        margin-top: 80px;
        margin-bottom: 0;
    }
    footer .footer_cta_wrapper .footer_cta_content{
        order: 2;
    }
    footer .footer_cta_wrapper .footer_cta_img{
        order: 1;
        margin-top: -70px;
    }
    footer .footer_cta_wrapper .footer_cta_title{
        text-align: right;
    }
    footer .footer_cta_wrapper .footer_cta_subtitle{
        text-align: right;
    }
    footer .footer_cta_wrapper .footer_cta_btn_holder{
        justify-content: flex-start;
    }
    footer .footer_body_wrapper{
        padding: 50px 0;
    }
    footer .footer_body_wrapper .footer_contact_wrapper{
        margin: 0;
        margin-top: 30px;
    }
    footer .footer_body_wrapper .footer_menu_wrapper{
        margin: 0;
        margin-top: 30px;
    }
}

/* Large screens: 768px to 991px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .inner_pages_opt{
        margin: 30px 0;
    }

}

@media (min-width: 992px) {
    h1 {
        font-size: 24px;
    }

    .inner_pages_heading_wrapper {
        padding: 40px 0;
    }

    .inner_pages_heading_wrapper .heading_content_holder .page_excerpt {
        margin-top: 15px;
        font-size: 18px;
        line-height: 36px;
    }


    .archive_faq_holder {
        margin-top: 70px;
    }

    .archive_faq_holder .faq_content {
        padding: 40px 30px;
        margin-bottom: 50px;
    }

    h3 {
        font-size: 20px;
    }

    .archive_faq_holder .faq_title {
        margin-bottom: 25px;
    }

    .archive_faq_holder .faq_holder {
        padding: 10px;
        margin-bottom: 15px;
    }

    .archive_faq_holder .faq_question {
        padding: 10px 0;
    }

    .archive_description .content_holder {
        padding: 30px;
    }
    .inner_pages_opt{
        margin: 30px 0;
    }
    footer{
        margin-top: 180px;
    }
    footer .footer_cta_wrapper .footer_cta_img{
        margin-top: -85px;
    }
    footer .footer_cta_wrapper .footer_cta_title{
        font-size: 24px;
    }
    footer .footer_cta_wrapper .footer_cta_subtitle{
        font-size: 20px;
    }
    footer .footer_cta_wrapper .contact_btn span{
        font-size: 18px;
    }
    footer .footer_cta_wrapper .contact_btn span::before{
        font-size: 26px;
    }
    footer .footer_body_wrapper{
        padding: 70px 0;
    }
    footer .footer_body_wrapper .footer_info_wrapper{
        text-align: right;
    }
    footer .footer_body_wrapper .footer_logo_holder{
        margin-bottom: 20px;
    }
    footer .footer_body_wrapper .footer_desc{
        font-size: 18px;
        line-height: 36px;
    }
    footer .footer_body_wrapper .social_media_holder{
        justify-content: flex-start;
    }
    footer .footer_body_wrapper .footer_contact_wrapper{
        margin-top: 0;
    }
    footer .footer_body_wrapper .footer_title{
        font-size: 22px;
    }
    footer .footer_body_wrapper .contact_item a{
        font-size: 20px;
    }
    footer .footer_body_wrapper .contact_item a::before{
        font-size: 24px;
    }
    footer .footer_body_wrapper .footer_menu_wrapper{
        margin-top: 0;
    }
    footer .footer_body_wrapper .footer_menu_holder li a{
        font-size: 20px;
    }
}


/* Extra large screens: 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra extra large screens: 1200px and up */
@media (min-width: 1200px) {
    footer{
        margin-top: 300px;
    }
    footer .footer_cta_wrapper .footer_cta_img{
        margin-top: -220px;
    }
}