/*
Theme Name: Hinza
Author URI: https://hinzaco.com/
Version: 1.0
*/
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/iranyekan/IY-700.eot");
    src: url("assets/fonts/iranyekan/IY-700.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/iranyekan/IY-700.woff2") format("woff2"),
    url("assets/fonts/iranyekan/IY-700.woff") format("woff"),
    url("assets/fonts/iranyekan/IY-700.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url("assets/fonts/iranyekan/IY-300.eot");
    src: url("assets/fonts/iranyekan/IY-300.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/iranyekan/IY-300.woff2") format("woff2"),
    url("assets/fonts/iranyekan/IY-300.woff") format("woff"),
    url("assets/fonts/iranyekan/IY-300.ttf") format("truetype");
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/iranyekan/IY-400.eot");
    src: url("assets/fonts/iranyekan/IY-400.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/iranyekan/IY-400.woff2") format("woff2"),
    url("assets/fonts/iranyekan/IY-400.woff") format("woff"),
    url("assets/fonts/iranyekan/IY-400.ttf") format("truetype");
}

@font-face {
    font-family: shabnam;
    src: url("assets/fonts/shabnam/Shabnam.eot");
    src: url("assets/fonts/shabnam/Shabnam.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/shabnam/shabnam.woff2") format("woff2"),
    url("assets/fonts/shabnam/shabnam.woff") format("woff"),
    url("assets/fonts/shabnam/shabnam.ttf") format("truetype");
}

body, body *, p, h1, h2, h3, h4, h5, ul, ol {
    font-family: iranyekan, shabnam !important;
}
i{
    font-family: "Font Awesome 5 Free" !important;
}
body {
    color: #626262;
    text-align: right;
    font-size: 14px;
    direction: rtl;
}

a {
    text-decoration: none;
    outline: medium none !important;
    color: #0897db;
    transition: all 0.3s;
}

a:hover, a:focus {
    color: #c52c1f;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

button, *[role=button] {
    transition: all 0.5s;
    outline: medium none !important;
    color: #0897db;
}

button:hover,
button:focus,
*[role=button]:hover,
*[role=button]:focus {
    outline: none !important;
    box-shadow: none !important;
}

article, aside, footer, header, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    color: #343434;
    font-size: 15px;
    line-height: 1.8;
}

pre {
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
}

a:focus, input:focus, textarea:focus, button:focus, .header-box a:focus,
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.site-footer a:focus, .site-footer input:focus, .closepop a:focus,
.nav-menu ul ul a:focus, .site-footer button:focus {
    outline-color: #fff;
}

.article_content .read-btn a:focus {
    outline-color: #000;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*-------------- Alignments ---------------*/
.alignleft {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.alignright {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*--------------- Clearings -------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

/*--------- Forms ---------*/

label {
    color: #3f3f3f;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 2px solid #e8e8e8;
    border-radius: 1rem 0 1rem 0;
    display: block;
    padding: 1.5em;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
    border-color: #3f3f3f;
}

select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 3em;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-left: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #000;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
    padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #000;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #3f3f3f;
}

:-moz-placeholder {
    color: #3f3f3f;
}

::-moz-placeholder {
    color: #3f3f3f;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #3f3f3f;
}

/*------ Formatting ---------*/

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/*-------- Lists ----------*/

ul,
ol {
    margin: 0 0 1.5em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-right: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*---------- Tables ---------*/

table {
    border-collapse: collapse;
    width: 100%;
}

thead th {
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: right;
}

tbody, td, th {
    border: 1px dashed;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-right: 0;
}

th:last-child,
td:last-child {
    padding-left: 0;
}

/*---------- Links -----------*/

.topbar .mail i, .call span i {
    margin-left: 10px;
}

.topbar .mail {
    text-align: right;
}

.topbar .social-icons {
    text-align: left;
}

.topbar .social-icons p {
    text-align: left;
}

.topbar .social-icons i {
    padding-right: 12px;
}

.menu-section {
    text-align: right;
}

.call {
    text-align: left;
}

.bottom-header .btn, .about-team .btn {
    margin-right: 15px;
}



/* --------- MENUS CSS --------- */
.nav-menu ul ul ul {
    right: 216px;
}

.nav-menu ul ul li {
    text-align: right;
    border-right: none;
    border-left: none !important;
}

/*--------------- SUPERFISH MENU ---------------------------*/
.sf-arrows .sf-with-ul:after {
    left: 14px;
    right: inherit;
}

.sf-arrows .sf-with-ul {
    padding: 10px 10px 10px 25px;
}


.sf-arrows ul .sf-with-ul:after {
    top: 12px;
    left: 15px;
}


/*------------- Navigation -------------*/
.logo {
    padding: 0 0 0 15px;
}

p.site-description {
    font-size: 13px;
    margin: 0;
    color: #222;
}

h1.site-title, p.site-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

h1.site-title a, p.site-title a {
    color: #c52c1f;
}

/*----- search box ------*/
.search-box {
    text-align: left;
}

.search-outer {
    right: 0;
}

.search-inner {
    transform: translateY(-50%);
    right: 25%;
    left: 25%;
}

.search-inner .search-form input {
    float: right;
}

.search-outer button.search-close {
    transform: translateY(-50%);
    left: 5%;
}



.article_content .metabox span,
.article_content .metabox a,
.metabox1 span{
    margin-right: 0;
    margin-left: 15px;
}
.article_content .metabox i, .metabox1 i {
    margin-right: 0;
    margin-left: 5px;
}

.article_content .article-title {
    text-align: right;
    direction: rtl;
}

.article_content {
    text-align: right;
    direction: rtl;
}

/* --------- SLIDER --------- */

#banner .banner-content {
    text-align: right;
}

#banner .read-btn a i {
    margin-right: 10px;
}

/*-------- Features Section --------*/

.features-title h2 {
    margin-left: 15px;
}

.features-section {
    text-align: right;
}

.wp-custom-header .wp-custom-header-video-button {
    background-color: rgba(34, 34, 34, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    height: 45px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    left: 30px;
    top: 30px;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;
}

.admin-bar .wp-custom-header-video-button {
    top: 62px;
}

.has-header-image.business-accounting-front-page .site-branding,
.has-header-video.business-accounting-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
}

/*------- Front Page ------------*/
.business-accounting-front-page .site-content {
    padding: 0;
}

.business-accounting-panel {
    overflow: hidden;
    position: relative;
}

.panel-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.panel-image:before {
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f222100000", endColorstr="#4d000000", GradientType=0);
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    top: 100px;
}

.business-accounting-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: 1px solid #ddd;
}

.panel-content {
    position: relative;
}

.panel-content .wrap {
    padding-bottom: 0.5em;
    padding-top: 1.75em;
}

/* Panel edit link */
.business-accounting-panel .edit-link {
    display: block;
    margin: 0.3em 0 0;
}

/* Front Page - Recent Posts */
.business-accounting-front-page .panel-content .recent-posts article {
    border: 0;
    color: #3f3f3f;
    margin-bottom: 3em;
}

.recent-posts .entry-header {
    margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}

.business-accounting-panel .recent-posts .entry-header .edit-link {
    color: #222;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-right: 1em;
}

/*-------- Regular Content -----------*/
.site-content-contain {
    position: relative;
}

.site-content {
    padding: 2.5em 0 0;
}

/*-------- Posts ----------------*/
.sticky {
    position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
    display: none;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.business-accounting-front-page) .entry-title {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}

.entry-header .entry-title {
    margin-bottom: 0.25em;
}

.entry-title a {
    color: #000;
    text-decoration: none;
    margin-right: -2px;
}

h3.entry-title a {
    font-weight: 500;
}

.entry-title:not(:first-child) {
    padding-top: 0;
}

.entry-meta {
    color: #767676;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1818em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}

.entry-meta a {
    color: #767676;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.pagination,
.comments-pagination {
    font-size: 14px;
    font-weight: 800;
    padding: 2em 0 3em;
    text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
    width: 0.666666666em;
    height: 0.666666666em;
}

.comments-pagination {
    border: 0;
}

.page-numbers {
    display: none;
    padding: 10px;
}

.page-numbers.current {
    display: inline-block;
    background: #000;
}

.page-numbers.current .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
}

.prev.page-numbers,
.next.page-numbers {
    background-color: #000;
    display: inline-block;
    color: #fff;
    font-weight: normal;
}

.prev.page-numbers,
.next.page-numbers {
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
    background: #1d1d1d;
    color: #fff;
    cursor: pointer;
}

.prev.page-numbers {
    float: right;
}

.next.page-numbers {
    float: left;
}

a.more-link {
    color: #fff;
    background: #000;
    padding: 6px 10px;
    float: right;
}

.more-link:before {
    margin-top: 0 !important;
}

.article_content .read-btn i {
    padding-right: 10px;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 48%;
}

/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
    padding-bottom: 2em;
}

body:not(.business-accounting-front-page) .entry-header {
    padding: 1em 0;
}

body:not(.business-accounting-front-page) .entry-header,
body:not(.business-accounting-front-page) .entry-content,
body:not(.business-accounting-front-page) #comments {
    margin-right: auto;
    margin-left: auto;
}

body:not(.business-accounting-front-page) .entry-header {
    padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
    color: #222;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
    margin-right: 0;
    white-space: nowrap;
}

.taxonomy-description {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
}

/* More tag */
.entry-content .more-link:before {
    content: "";
    display: block;
    margin-top: 1.5em;
}

/* Single Post */
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.business-accounting-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
    margin-right: auto;
    margin-left: auto;
    max-width: 740px;
}

.single-featured-image-header {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
    display: block;
    margin: auto;
}

.page-links {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 2em 0 3em;
}

.page-links .page-number {
    color: #767676;
    display: inline-block;
    padding: 0.5em 1em;
}

.page-links a {
    display: inline-block;
}

.page-links a .page-number {
    color: #222;
}

/* Entry footer */
.entry-footer {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 2em;
    padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    padding-right: 2.5em;
    position: relative;
    text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
    margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
    color: #3f3f3f;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
    color: #767676;
    right: 0;
    margin-left: 0.5em;
    position: absolute;
    top: 2px;
}

.entry-footer .edit-link {
    display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
    background-color: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin-top: 2em;
    padding: 0.7em 2em;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
    background-color: #767676;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.format-quote blockquote {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 300;
    overflow: visible;
    position: relative;
}

.format-quote blockquote .icon {
    display: block;
    height: 20px;
    right: -1.25em;
    position: absolute;
    top: 0.4em;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 20px;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    margin-left: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    margin-right: 0.5em;
}

/*----------- Pages ---------*/
header.page-header h2 {
    font-size: 22px;
}

.page-header {
    padding-top: 2em;
}

.page .entry-header .edit-link {
    font-size: 14px;
}

.search .page .entry-header .edit-link {
    font-size: 11px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page:not(.home) #content {
    padding-bottom: 1.5em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
    margin-bottom: 3em;
}

/*----------- Footer --------------*/
#colophon {
    background-color: #1c1a1b;
}

.site-footer .wrap {
    padding-bottom: 1.5em;
    padding-top: 2em;
}

/* Footer widgets */
.site-footer input[type="search"]::placeholder,
.site-footer .widget-area a:hover {
    color: #fff;
}

.site-footer input.search-field {
    width: 100%;
    background: transparent;
}

.site-footer .widget .tagcloud a {
    color: #fff;
}

.site-footer .tagcloud a:hover {
    background: #fff;
    color: #000;
}

.site-footer input[type="search"] {
    color: #fff;
    border: 1px solid;
    border-radius: 0px;
}

.site-footer h2:after {
    border-bottom: solid 3px #fff;
    width: 15%;
    padding-bottom: 8px;
    content: "";
    display: block;
}

.site-footer .widget ul li a {
    font-size: 15px;
}

.site-footer h2.widget-title a,
.site-footer h2.widget-title {
    color: #fff;
}

.site-footer h2.widget-title {
    margin-top: 15px;
}

.site-footer button.search-submit {
    background: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 5px;
    color: #000;
    width: 100%;
    border-radius: 0px;
}

h2.widget-title {
    margin-bottom: 20px;
}

.site-footer .widget ul li a:hover {
    color: #fff;
}

/* Site info */
.site-info p,
.site-info a {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff94;
}

.site-info {
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    border-top: 1px solid #fff8e147;
}
.copyright:hover a{
    color: #FFF8E1;
}
.copyright {
    background: transparent;
}

/*------- Comments ------------*/
#comments {
    clear: both;
    padding: 2em 0 0.5em;
}

.comments-title {
    font-size: 20px;
    margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li:before {
    display: none;
}

.comment-body {
    margin-right: 65px;
}

.comment-author {
    font-size: 16px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comment-author .avatar {
    height: 50px;
    width: 50px;
}

.comment-author .says {
    display: none;
}

.comment-meta {
    margin-bottom: 1.5em;
}

.comment-metadata {
    color: #767676;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comment-metadata a {
    color: #767676;
}

.comment-metadata a.comment-edit-link {
    color: #222;
    margin-right: 1em;
}

.comment-body {
    color: #3f3f3f;
    font-size: 14px;
    margin-bottom: 4em;
}

.comment-reply-link {
    font-weight: 800;
    position: relative;
}

.comment-reply-link .icon {
    color: #222;
    right: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
}

.children .comment-author .avatar {
    height: 30px;
    right: -45px;
    width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #3f3f3f;
    padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-style: italic;
}

.comments-pagination {
    margin: 2em 0 3em;
}

.form-submit {
    text-align: left;
}

/*-------- Widgets ----------*/
#secondary {
    padding: 1em 0 2em;
}

.page-template-page-with-right-sidebar #sidebar,
.page-template-page-with-left-sidebar #sidebar {
    margin: 4% 0 0;
}

.widget_text ul li ul {
    margin: 0 1.5em 0 0;
}

.widget_text ul li li {
    padding-right: 0;
    padding-left: 0;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
    float: left;
}

.search-form .search-submit {
    left: 0px;
}

.widget .tagcloud a, .widget.widget_tag_cloud a, .wp_widget_tag_cloud a {
    float: right;
}


/* Add some space around the visual edit shortcut buttons. */
.business-accounting-panel .customize-partial-edit-shortcut button {
    right: 30px;
}


.screen-reader-text:focus {
    right: 5px;
}

.slider .swiper-slide {
    direction: ltr;
}

.about-team .swiper-slide {
    direction: ltr;
}

.slider .swiper-slide img {
    box-shadow: 0 13px 0 #323232;
    margin-top: 61px;
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.about-team .swiper-slide img {

    margin-top: 0;
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.slider .swiper-slide .elementor-image-carousel-caption,
.about-team .swiper-slide .elementor-image-carousel-caption {
    position: relative;
    z-index: 1;
    text-align: right;
    direction: rtl;
}

.slider .swiper-slide .elementor-image-carousel-caption .title,
.about-team .swiper-slide .elementor-image-carousel-caption .title {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
    direction: rtl;
}

.slider .swiper-slide .elementor-image-carousel-caption .desc,
.about-team .swiper-slide .elementor-image-carousel-caption .desc {
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px;
    direction: rtl;
}

.about-team .swiper-slide .elementor-image-carousel-caption .desc p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    direction: rtl;
    font-weight: 300;
}

.slider .swiper-slide .elementor-image-carousel-caption .btn {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 26px;
    font-weight: 700;
    border-radius: 1.5rem 0 1.5rem 0;
    color: #FFF8E1;
    border-color: #FFF8E1;
    transition: 0.4s;
}
.slider .swiper-slide .elementor-image-carousel-caption .btn:hover{
    background-color: #FFF8E1;
    color:#323232;
}
.slider .swiper-slide .swiper-slide-inner,
.about-team .swiper-slide .swiper-slide-inner {
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto !important;
    direction: rtl;
}

.slider .swiper-slide .swiper-slide-inner .swiper-slide-image,
.about-team .swiper-slide .swiper-slide-inner .swiper-slide-image {
    flex: 0 0 49%;
    max-width: 50%;
    margin-right: 8%;
    margin-left: 8%;
    height: 600px;
    object-fit: cover;
}

.slider .swiper-slide:nth-child(2n+1) img {
    margin-bottom: -100px;
    border-radius: 2.5rem 0 2.5rem 0 !important;
}

.slider .swiper-slide:nth-child(2n+1):after {
    content: "";
    background-image: url("assets/images/bg-pattern.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 76%;
    position: absolute;
    left: 30px;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider .swiper-slide:nth-child(2n+1):before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    bottom: 111px;
    left: 0;
    border-radius: 50px 0 50px 0;
    background:#323232;
    z-index: 0;
}

.slider .swiper-slide:nth-child(2n+1) .swiper-slide-inner {
    background-color: #323232;
    padding-bottom: 13px;
    border-radius: 50px 0 50px 0;
}

.slider .swiper-slide:nth-child(2n+1) .swiper-slide-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 111px;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 0;
}

.slider .swiper-slide:nth-child(2n+1) .swiper-slide-inner:after {
    content: "";
    background-image: url("assets/images/bg-pattern-02.png");
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(17%) saturate(10%) hue-rotate(44deg) brightness(101%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(15%) sepia(17%) saturate(10%) hue-rotate(44deg) brightness(101%) contrast(88%);
    background-repeat: no-repeat;
    width: 176px;
    height: 86px;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    left: 36%;
}

.slider .swiper-slide:nth-child(2n) .swiper-slide-inner,
.about-team .swiper-slide .swiper-slide-inner {
    flex-direction: row-reverse;
}

.slider .swiper-slide:nth-child(2n) .swiper-slide-inner .swiper-slide-image,
.about-team .swiper-slide .swiper-slide-inner .swiper-slide-image {
    max-width: 41%;
    border-radius: 2.5rem 0 2.5rem 0 !important;
    margin-left: 0;
}

.slider .swiper-slide:nth-child(2n):after {
    content: "";
    background-image: url("assets/images/bg-pattern-03.png");
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 10%;
    top: 0;
    width: 48%;
    height: 100%;
}

.about-team .swiper-slide:after {
    content: "";
    background-image: url("assets/images/bg-pattern-03.png");
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 10%;
    top: 20%;
    width: 48%;
    height: 60%;
}

.slider .swiper-slide:nth-child(2n):before {
    content: "";
    position: absolute;
    width: 58%;
    height: 100%;
    bottom: 0px;
    left: inherit;
    right: 0;
    border-radius: 0px 0 50px 0;
    background: #89180e;
}

.about-team .swiper-slide:before {
    content: "";
    position: absolute;
    width: 58%;
    height: 60%;
    bottom: 20%;
    left: inherit;
    right: 0;
    border-radius: 0px 0 50px 0;
    background: #89180e;
}

.slider .swiper-slide:nth-child(2n) .swiper-slide-inner:after {
    content: "";
    background-image: url("assets/images/bg-pattern-02.png");
    -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(61%) saturate(3335%) hue-rotate(350deg) brightness(103%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(19%) sepia(61%) saturate(3335%) hue-rotate(350deg) brightness(103%) contrast(91%);
    width: 176px;
    height: 86px;
    position: absolute;
    top: 0;
    left: 9%;
}

.about-team .swiper-slide .swiper-slide-inner:after {
    content: "";
    background-image: url("assets/images/bg-pattern-02.png");
    -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(61%) saturate(3335%) hue-rotate(350deg) brightness(103%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(19%) sepia(61%) saturate(3335%) hue-rotate(350deg) brightness(103%) contrast(91%);
    width: 176px;
    height: 86px;
    position: absolute;
    top: 80%;
    right: 9%;
}

.slider .swiper-pagination .swiper-pagination-bullet,
.about-team .swiper-pagination .swiper-pagination-bullet {
    background-color: #cccccc;
    width: 88px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
    outline: none;
}

.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.about-team .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #89180e;
}

.slider .swiper-pagination,
.about-team .swiper-pagination {
    text-align: left;
    margin: -30px auto 0;
    position: relative;
    width: 100%;
    max-width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
}

/*@media (min-width: 576px) {
	.slider .swiper-pagination.swiper-pagination-left {
		max-width: 510px;
	}
}

@media (min-width: 768px) {
	.slider .swiper-pagination.swiper-pagination-left {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.slider .swiper-pagination.swiper-pagination-left {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.slider .swiper-pagination.swiper-pagination-left {
		max-width: 1270px;
	}
}

@media (max-width: 1199.98px) {
	.slider .swiper-slide {
		height: 491px;
	}

	.slider .swiper-slide .slide-02 {
		height: 410px;
	}

	.slider .swiper-slide .slide-02:before {
		width: 64%;
	}

	.slider .swiper-slide .slide-02:after {
		width: 54%;
	}

	.slider .swiper-slide .slide-01 .slide-inner:after {
		left: 30%;
	}
}

@media (max-width: 991.98px) {
	.slider .swiper-slide {
		height: auto;
	}

	.slider .swiper-slide img {
		margin-top: 0;
	}

	.slider .swiper-slide .slide-01 .slide-inner {
		padding: 50px 0;
		border-radius: 0;
	}

	.slider .swiper-slide .slide-01 .slide-inner:after {
		background-size: 120px;
	}

	.slider .swiper-slide .slide-01 .slide-inner:before,
	.slider .swiper-slide .slide-01 .slide-inner:after {
		content: none;
	}

	.slider .swiper-slide .slide-01 img {
		margin: 0px;
	}

	.slider .swiper-slide .slide-01:before {
		content: none;
	}

	.slider .swiper-slide .slide-01 .slide-content {
		padding-left: 30px;
	}

	.slider .swiper-slide .slide-01:after {
		content: none;
	}

	.slider .swiper-slide .slide-02 {
		height: auto;
	}

	.slider .swiper-slide .slide-02:before,
	.slider .swiper-slide .slide-02:after {
		content: none;
	}

	.slider .swiper-slide .slide-02 .slide-inner {
		background-color: #151738;
		padding: 50px 30px;
	}

	.slider .swiper-slide .slide-02 .slide-inner:after {
		content: none;
	}
}

@media (max-width: 767.98px) {
	.slider .swiper-pagination .swiper-pagination-bullet {
		width: 50px;
	}

	.slider .swiper-pagination.swiper-pagination-left {
		padding-left: 30px;
	}
}*/

.section-title {
    margin: 0 0 40px;
}
body *{
    font-family: iranyekan, shabnam;
}
.section-title .title .elementor-heading-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    color: #c52c1f;
    font-family: iranyekan, shabnam;
}

.section-title .pre-title .elementor-heading-title {
    font-size: 13px;
    color: #323232;
    font-weight: 700;
    font-family: iranyekan, shabnam;
}

.main-services {
    margin-bottom: 60px;
}

.main-services .service-item {
}

.main-services .service-item .elementor-icon-box-icon {
    text-align: right;
}

.main-services .service-item .elementor-icon-box-icon .elementor-icon {
    font-size: 60px;
}

.main-services .service-item .elementor-icon-box-content {
    text-align: right;
}

.main-services .service-item .elementor-icon-box-content .elementor-icon-box-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #c52c1f;
}

.main-services .service-item .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #626262;
}

.main-services .service-item-list {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #626262;
}
.main-services .elementor-icon svg{
    fill:#323232;
}
.main-cta {
    margin-bottom: 60px;
}

.main-cta .elementor-container {
    padding: 50px 0px 50px 50px;
    background: #89180e;
    border-radius: 50px 0 50px 0;
}
.main-cta .elementor-container .elementor-widget-text-editor p{
    color:#e3e3e3;
}
.main-services .elementor-icon svg .fill-primary{
    fill: #fff8e2;
}
.main-cta:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 50px 0 50px 0;
    background: #89180e;
}

.main-cta .title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #fff;
}

.main-cta .desc {
    color: #fff;
    font-size: 14px;
}

.main-cta .btn .elementor-button-link {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 26px;
    font-weight: 700;
    border-radius: 1.5rem 0 1.5rem 0;
    transition: all 0.3s;
    background: #FFF8E1;
    border: 1px solid #FFF8E1;
    color: #323232;
}

.main-cta .btn .elementor-button-link:hover,
.main-cta .btn .elementor-button-link:focus {
    color: #FFF8E1;
    border-color: #323232;
    background-color: #323232 ;
}

.main-about {
    margin-bottom: 60px;
}

.main-about .desc {
    padding-left: 30px;
}

.main-about .desc * {
    font-size: 14px;
    color: #626262;
    line-height: 28px;
    text-align: justify;
}

.main-about .desc a {
    color: #c52c1f;
    font-weight: bold;
}
.main-about .about-pic img{
    max-height: 500px;
    object-fit: cover;
    border-radius: 2.5rem 0 2.5rem 0 !important;
}
.main-recent-posts-title {
    background-image: url(assets/images/pattern-01.png);
    background-color: #89180e !important;
    padding: 80px 0;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
}

.main-recent-posts-title .title .elementor-heading-title {
    margin-bottom: 50px;
}

.main-recent-posts-title .title .elementor-heading-title,
.main-recent-posts-title .pre-title .elementor-heading-title {
    color: #fff;
}

.main-recent-posts {
    margin-bottom: 60px;
}

.main-recent-posts .eael-grid-post {
    border: 0 !important;
    margin-top: -120px;
}

.main-recent-posts .eael-grid-post .eael-grid-post-holder {
    border: 0;
    background-color: transparent !important;
}

.main-recent-posts .eael-grid-post .eael-entry-media {
    overflow: visible;
}

.main-recent-posts .eael-grid-post .eael-entry-media .eael-entry-thumbnail,
.main-recent-posts .eael-grid-post .eael-entry-media .eael-entry-overlay {
    border-radius: 1.5rem 0 1.5rem 0;
    overflow: hidden;
}

.main-recent-posts .eael-grid-post .eael-entry-wrapper {
    padding: 100px 30px 30px 30px;
    margin-top: -50px;
    border: 2px solid #e8e8e8;
    border-radius: 1.5rem 0 1.5rem 0;
}

.main-recent-posts .eael-grid-post .eael-entry-title {
    margin: 0;
}

.main-recent-posts .eael-grid-post .post-carousel-categories {
    opacity: 1;
    visibility: visible;
    text-align: right;
    padding: 0 30px;
    top: inherit;
    bottom: -45px;
}

.main-recent-posts .eael-grid-post .post-carousel-categories li {
    margin: 0;
}

.main-recent-posts .eael-grid-post .post-carousel-categories li a {
    color: #323232;
    display: block;
    font-size: 13px;
}

.main-recent-posts .eael-grid-post .eael-entry-title .eael-grid-post-link {
    display: block;
    color: #c52c1f;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-recent-posts .eael-grid-post .eael-entry-title .eael-grid-post-link:hover{
    color: #c52c1f;
}
.site-footer {
    padding-top: 80px;
    background-color: #323232 !important;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 6.5rem 0 0 0;
}

.site-footer .footer-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #fff;
}

.site-footer ul {
    margin-bottom: 0;
    display: flex
;
    justify-content: space-around;
}

.site-footer  ul li {
    display: flex;
    margin-bottom: 15px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    width:31%;
}

.site-footer  ul li i {
    color: #c52c1f;
    font-size: 30px;
    margin-left: 0px;
    font-family: "Font Awesome 5 Free" !important;
}

.site-footer  .address-info {
    color: #ffffff;
    text-align: center;
}

.site-footer .footer-contact-address .address-info h6 {
    color: #c09634;
    font-size: 13px;
    margin-bottom: 0;
}

.site-footer .footer-contact-address .address-info p {
    font-size: 13px;
    margin-bottom: 0;
}

.site-footer .footer-socials li {
    background: transparent !important;
    display: inline-block;
}

.site-footer .footer-socials li a {
    font-size: 20px !important;
}

.site-footer .footer-logo {
    height: 60px;
    width: auto;
}

.site-footer .footer-logo img {
    height: 100%;
    width: auto;
}

.site-footer .footer-link {
    margin-top: 20px;
}

.site-footer .footer-link ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 26px;
}

.menu-section .toggle-menu {
    margin: 0;
    text-align: right;
}

.menu-section .toggle-menu i {
    background: transparent;
    color: #89180e;
    font-size: 30px;
}

.contact-page {
    direction: rtl;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-page .title {
    margin-bottom: 30px;
}

.contact-page .title, .contact-page .title .elementor-heading-title {
    font-size: 18px;
    font-weight: bold;
    color: #c52c1f;
}

.contact-page .footer-contact-address ul li {
    display: flex;
    margin-bottom: 15px;
}

.contact-page .footer-contact-address i {
    color: #0897db;
    font-size: 30px;
    margin-left: 15px;
}

.contact-page .footer-contact-address .address-info {
    color: #ffffff;
}

.contact-page .footer-contact-address .address-info h6 {
    color: #0897db;
    font-size: 13px;
    margin-bottom: 0;
}

.contact-page .footer-contact-address .address-info p {
    font-size: 13px;
    margin-bottom: 0;
}

.contact-page .btn[type="submit"] {
    padding: 14px 26px;
    line-height: 22px;
    font-size: 14px;
    width: 160px;
    text-align: center;
    background: #0897db;
    border-color: #0897db;
    color: #ffffff;
    font-weight: 700;
    border-radius: 1.5rem 0 1.5rem 0;
    transition: all 0.3s;
    margin-right: 15px;
}

.contact-page .btn[type="submit"]:hover, .contact-page .btn[type="submit"]:focus {
    color: #0897db;
    border-color: #0897db;
    background: #ffffff;
}

.contact-page .row {
    margin-bottom: 0;
}

.form-contact .row p {
    margin-bottom: 0px !important;
}

.form-control {
    padding: 5px 10px;
    border: 1px solid var(--background-color);
    background: #fff;
    border-radius: 5px;
    font-size: 13px;
    line-height: 30px;
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
    direction: rtl !important;
    font-family: var(--text-font-family);
}

.form-contact input[type=text], .form-contact input[type=number], .form-contact input[type=email], .form-contact input[type=tel], .form-contact input[type=url], .form-contact input[type=password], .form-contact input[type=search], .form-contact textarea, .form-contact .input-text {
    background: #fff;
}

textarea.form-control {
    line-height: 20px;
    padding-top: 10px;
    max-width: 100%;
    height: 100px;
    border-radius: 1.5rem 0 1.5rem 0;
    border: 2px solid #e8e8e8;
}

.form-control:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}

.form-control[type="tel"],
.form-control[type="email"] {
    direction: ltr !important;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.form-contact form label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.form-contact .wpcf7 form>div{
    margin-bottom: 0px;
}
.form-contact .wpcf7-submit {

    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 1.5rem 0 1.5rem 0;
    position: relative;
    background: #323232;
    color: #FFF8E1;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid  #323232;
    transition: all .2s ease-in-out;
    padding: 8px 25px;
    line-height: 30px;
    text-align: center;
    margin: 0px auto;
    justify-content: center;
    display: flex;
}

.form-contact .wpcf7-submit:hover {
    background:  #FFF8E1;
    color: #323232;
    border-color: #FFF8E1;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color:#323232;
}
/*------------- Contact / End ----------------------*/
.form-group {
    margin: 0 0 30px;
}

.form-group .form-control {
    text-align: right;
    direction: rtl;
    font-size: 14px;
    padding: 0 15px;
    font-weight: normal;
    line-height: 40px;
}

.form-group .file {
    position: relative;
}

.form-group .file input[type="file"] {
    opacity: 0;
    height: 45px;
}

.form-group .file:before {
    content: 'آپلود فایل';
    padding: 10px 15px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #CCCCCC;
    color: #767676;
    font-weight: normal;
    border-radius: 0 1rem 0 1rem;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.form-group .file:hover:before {
    border-color: #3f3f3f;
    color: #3f3f3f;
}

.form-group .note {
    font-size: 12px;
    color: #555;
    display: block !important;
    direction: rtl;
    text-align: right;
    margin-top: 10px !important;
}

/*--------- Media --------------*/
@media (max-width: 1199.98px) {
    .slider .swiper-slide .swiper-slide-inner .swiper-slide-image {
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 30px;
    }

    .slider .swiper-slide {
        height: 540px;
    }

    .slider .swiper-slide .swiper-slide-inner .elementor-image-carousel-caption {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider {
        margin-bottom: 30px;
    }

    .slider .swiper-slide:nth-child(2n):before {
        width: 70%;
    }

    .about-team .swiper-slide {
        height: 400px
    }

    .about-team .swiper-slide .swiper-slide-inner .swiper-slide-image {
        flex-basis: 35%;
        max-width: 35%;
    }

    .about-team .swiper-slide:before {
        width: 70%;
    }

    .main-services, .section-title {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-cta .elementor-container {
        padding: 50px 15px 50px 30px;
    }

    .main-recent-posts-title {
        padding-top: 40px;
    }

    .site-footer {
        padding-top: 60px;
    }
    .slider .swiper-slide .swiper-slide-inner .swiper-slide-image, .about-team .swiper-slide .swiper-slide-inner .swiper-slide-image{

        height: 500px;
    }
}

@media screen and (max-width: 1000px) {
    .nav-menu .nav ul li a:focus,
    a.closebtn.responsive-menu:focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

    .toggle-menu {
        display: none;
        cursor: pointer;
        z-index: 999999;
        text-align: left;
    }

    .search-box {
        margin: 30px 0;
        text-align: right;
    }

    .toggle-menu i {
        font-size: 20px;
        color: #fff;
        padding: 7px 9px;
        border-radius: 50%;
        background:#c52c1f;
    }

    .search-box i {
        padding: 7px;
        font-size: 18px;
        margin: 2px 0;
        background: #c52c1f;
        border-radius: 50%;
        color: #fff;
    }

    .toggle-menu button {
        background: transparent;
        border: none;
        padding: 0;
    }

    .sidenav {
        height: 100%;
        visibility: hidden;
        width: 0%;
        position: fixed;
        z-index: 9999999;
        top: 0;
        right: 0;
        background-color: #252525;
        overflow-x: hidden;
        transition: 0.8s ;
        padding-top: 60px;
    }

    .sidenav.show {
        visibility: visible;
        width: 100%;
        transition: 0.8s width ease-in-out;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        left: inherit;
        font-size: 30px;
        margin-right: 10px;
        display: block;
        width: 50px;
        height: 50px;
        color: #FFF8E1;
        border: none;
        background: transparent;
    }

    .sidenav #primary-site-navigation {
        width: 100%;
    }

    .toggle-menu span {
        font-size: 30px;
        cursor: pointer;
        text-align: left;
    }

    .toggle-menu {
        display: block;
        margin: 5px 0;
    }

    .nav-menu ul ul li {
        display: block;
    }

    .nav-menu .nav ul li {
        border-top: 1px #303030 solid;
        display: block;
    }

    .nav ul li a {
        padding: 10px;
        display: block;
        color: #ffffff;
        border: none;
        background: none !important;
    }

    .page-template-custom-home-page .nav-menu .current_page_item > a, .nav-menu .current-menu-item > a, .nav-menu .current_page_ancestor > a {
        color: #FFF8E1;
        background: transparent !important;
    }

    .sf-arrows .sf-with-ul:after {
        left: 0;
        top: 0;
        position: relative;
        display: inline-block;
    }

    .nav ul li ul li a:before {
        content: none;
    }

    .sf-arrows .sf-with-ul {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .nav ul li ul li a {
        padding-right: 20px !important;
        text-align: center;
        font-weight: 300;
    }

    .nav ul li ul li ul li a {
        padding-right: 30px !important;
    }

    .nav-menu ul ul {
        position: static;
        width: 100%;
        border: 0;
        background: #100422;
        padding-top: 15px;
        padding-bottom: 17px;
        margin-bottom: 10px;
    }

    .nav-menu li {
        padding: 0;
        display: block;
    }

    .main-header-box {
        padding-bottom: 15px;
    }

    #sidelong-menu {
        text-align: center;
        display: inline;
    }

    #header ul.sub-menu:before {
        display: none;
    }

    .main-menu-navigation {
        padding: 20px 10px 0;
        margin-top: 5px;
        border-top: 1px solid #FFF8E1;
    }

    .nav-menu .sub-menu > li > a:focus, .nav ul li a:focus {
        outline: -webkit-focus-ring-color auto 1px;
    }

    .nav-menu ul li a:hover {
        color: #000;
        background: #fff !important;
    }

    .sf-arrows .sf-with-ul:after:active ul {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .slider {
        margin-bottom: 0;
    }
    .slider .swiper-slide:nth-child(2n+1) .swiper-slide-inner{
        padding-bottom: 0px;
    }

    .slider .swiper-slide:nth-child(2n+1):before {
        bottom: 0;
    }

    .slider .swiper-slide:nth-child(2n+1) .swiper-slide-inner:after {
        background-size: contain;
        width: 15%;
        left: 30%;
    }

    .slider .swiper-slide .elementor-image-carousel-caption .title {
        font-size: 18px;
    }

    .slider .swiper-slide:nth-child(2n+1) .swiper-slide-inner .elementor-image-carousel-caption {
        padding-right: 0;
    }

    .slider .swiper-slide:nth-child(2n) .swiper-slide-inner .elementor-image-carousel-caption {
        padding-left: 0;
    }

    .slider .swiper-slide .elementor-image-carousel-caption .desc {
        font-size: 12px;
    }

    .slider .swiper-slide .elementor-image-carousel-caption .btn {
        font-size: 13px;
        padding: 10px 26px;
    }

    .slider .swiper-pagination {
        margin-bottom: -20px;
    }

    .about-team {
        margin-bottom: 30px;
    }

    .about-team .swiper-slide .elementor-image-carousel-caption .title {
        font-size: 20px;
    }

    .about-team .swiper-slide .elementor-image-carousel-caption .desc {
        font-size: 14px;
    }

    .about-team .swiper-slide:before, .about-team .swiper-slide:after {
        height: 100%;
        bottom: 0;
        top: 0;
    }

    .about-team .swiper-slide .swiper-slide-inner:after {
        content: none;
    }

    .about-team .swiper-slide {
        height: 300px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title .title .elementor-heading-title {
        font-size: 20px;
    }

    .main-services, .main-cta, .main-about, .main-recent-posts {
        margin-bottom: 30px;
    }

    .main-services .service-item .elementor-icon-box-content .elementor-icon-box-description {
        font-size: 13px;
        line-height: 21px;
        font-weight: 300;
        text-align: justify;
    }

    .main-cta .title {
        font-size: 18px;
    }

    .main-about .section-title {
        padding-right: 0;
    }

    .main-about .desc {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-about .about-pic * {
        height: 100%;
        overflow: hidden;
    }

    .main-about .about-pic img {
        object-fit: cover;
        max-width: inherit;
        width: 100%;
    }

    .main-about .desc * {
        font-size: 13px;
        line-height: 21px;
        font-weight: 300;
    }

    .main-recent-posts-title .title .elementor-heading-title {
        margin-bottom: 15px;
    }

    .main-recent-posts-title {
        padding-top: 30px;
    }

    .site-footer {
        border-radius: 4.5rem 0 0 0;
    }

    .site-footer .footer-logo {
        display: none;
    }
}

@media screen and (min-width: 30em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 15px;
    }

    h1 {
        font-size: 30px;
    }

    h2,
    .home.blog .entry-title,
    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 13px;
    }

    h6 {
        font-size: 16px;
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 14px;
    }

    /* Fix image alignment */
    img.alignleft {
        float: right;
        margin-left: 1.5em;
    }

    img.alignright {
        float: left;
        margin-right: 1.5em;
    }

    /* Front Page */
    .panel-content .wrap {
        padding-bottom: 2em;
        padding-top: 3.5em;
    }

    .page-one-column .panel-content .wrap {
        max-width: 740px;
    }

    .panel-content .entry-header {
        margin-bottom: 4.5em;
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 0;
    }

    /* Blog Index, Archive, Search */
    .taxonomy-description {
        font-size: 14px;
    }

    /* Site Footer */
    .site-footer {
        font-size: 16px;
        color: #fff;
    }
}

@media screen and (min-width: 48em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 15px;
        line-height: 1.5;

    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 13px;
    }

    /* Layout */
    .wrap {
        max-width: 1000px;
        padding-right: 3em;
        padding-left: 3em;
    }

    .error404 #primary {
        float: none;
    }

    /* Site Branding */
    .site-branding {
        margin: 0 !important;
        padding: 0;
    }

    .has-header-image.business-accounting-front-page .site-branding,
    .has-header-video.business-accounting-front-page .site-branding,
    .has-header-image.home.blog .site-branding,
    .has-header-video.home.blog .site-branding {
        bottom: 0;
        display: block;
        right: 0;
        height: auto;
        padding-top: 0;
        position: absolute;
        width: 100%;
    }

    .has-header-image.business-accounting-front-page .custom-header,
    .has-header-video.business-accounting-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        display: block;
        height: auto;
    }

    .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
        max-width: 350px;
    }

    .title-tagline-hidden.home.has-header-image .custom-logo-link img,
    .title-tagline-hidden.home.has-header-video .custom-logo-link img {
        max-height: 200px;
    }

    .site-title {
        font-size: 36px;
    }

    /* Main Navigation */
    .site-header .site-navigation-fixed .menu-scroll-down {
        display: none;
    }

    /* Scroll down arrow */
    .site-header .menu-scroll-down {
        display: block;
        padding: 1em;
        position: absolute;
        left: 0;
    }

    .site-header .menu-scroll-down .icon {
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        -ms-transform: rotate(-90deg); /* IE 9 */
        transform: rotate(-90deg);
    }

    .site-header .menu-scroll-down {
        color: #fff;
        top: 2em;
    }

    .menu-scroll-down .icon {
        height: 18px;
        width: 18px;
    }

    /* Front Page */
    .business-accounting-front-page.has-header-image .site-branding,
    .business-accounting-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        margin-bottom: 70px;
    }

    .panel-content .wrap {
        padding-bottom: 4.5em;
        padding-top: 6em;
    }

    .panel-image {
        height: 100vh;
        max-height: 1200px;
    }

    .background-fixed .panel-image {
        background-attachment: fixed;
    }

    .page-two-column .panel-content .entry-header {
        float: right;
        width: 36%;
    }

    .page-two-column .panel-content .entry-content {
        float: left;
        width: 58%;
    }

    /* Front Page - Recent Posts */
    .page-two-column .panel-content .recent-posts {
        clear: left;
        float: left;
        width: 58%;
    }

    .panel-content .recent-posts article {
        margin-bottom: 4em;
    }

    .panel-content .recent-posts .entry-header,
    .page-two-column #primary .panel-content .recent-posts .entry-header,
    .panel-content .recent-posts .entry-content,
    .page-two-column #primary .panel-content .recent-posts .entry-content {
        float: none;
        width: 100%;
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 1.5em;
    }

    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
    }

    /* Posts */
    .site-content {
        padding: 2em 0 0;
    }

    .single-post .entry-title,
    .page .entry-title {
        font-size: 26px;
    }

    .comments-pagination,
    .post-navigation {
        clear: both;
    }

    .post-navigation .nav-previous {
        float: right;
        width: 50%;
    }

    .post-navigation .nav-next {
        float: left;
        text-align: left;
        width: 50%;
    }

    .nav-next,
    .post-navigation .nav-next {
        margin-top: 0;
    }

    .blog .site-main > article,
    .archive .site-main > article,
    .search .site-main > article {
        padding-bottom: 4em;
    }

    .navigation.pagination {
        clear: both;
        float: left;
        width: 58%;
    }

    .has-sidebar .navigation.pagination,
    .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
        float: none;
        width: 100%;
    }

    .entry-footer {
        display: table;
        width: 100%;
    }

    .entry-footer .cat-tags-links {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .entry-footer .edit-link {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }

    .entry-footer .edit-link a.post-edit-link {
        margin-top: 0;
        margin-right: 1em;
    }

    /* without sidebar */
    :not(.has-sidebar) .entry-content blockquote.alignleft {
        margin-right: -17.5%;
        width: 48%;
    }

    :not(.has-sidebar) .entry-content blockquote.alignright {
        margin-left: -17.5%;
        width: 48%;
    }

    /* with sidebar */
    .has-sidebar .entry-content blockquote.alignleft {
        margin-right: 0;
        width: 34%;
    }

    .has-sidebar .entry-content blockquote.alignright {
        margin-left: 0;
        width: 34%;
    }

    .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
        margin-left: -72.5%;
        width: 62%;
    }

    /* blog and archive */
    .blog:not(.has-sidebar) .entry-content blockquote.alignleft,
    .business-accounting-front-page.page-two-column .entry-content blockquote.alignleft,
    .archive:not(.has-sidebar) .entry-content blockquote.alignleft,
    .page-two-column .entry-content blockquote.alignleft {
        margin-right: -72.5%;
        width: 62%;
    }

    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .business-accounting-front-page.page-two-column .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright {
        margin-left: 0;
        width: 36%;
    }

    /* Post formats */
    .format-quote blockquote .icon {
        right: -1.5em;
    }

    /* Pages */
    .page.page-one-column .entry-header,
    .business-accounting-front-page.page-one-column .entry-header,
    .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 4em;
    }

    .page:not(.home) #content {
        padding-bottom: 3.25em;
    }

    .comments-title {
        margin-bottom: 2.5em;
    }

    ol.children .children {
        padding-right: 2em;
    }

    /* Posts pagination */
    .nav-links .nav-title {
        position: relative;
    }

    .nav-title-icon-wrapper {
        position: absolute;
        text-align: center;
        width: 2em;
    }

    .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
        right: -2em;
    }

    .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
        left: -2em;
    }

    /* Secondary */
    #secondary {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media screen and ( min-width: 67em ) {
    .sticky .icon-thumb-tack {
        font-size: 32px;
        height: 22px;
        right: -1.25em;
        top: 0.75em;
        width: 32px;
    }

    .page-numbers {
        display: inline-block;
        margin-left: 5px;
    }

    .page-numbers:hover {
        background: #1d1d1d;
        color: #fff !important;
    }

    .page-numbers.current {
        display: inline-block;
        background: #000;
        color: #fff;
    }

    .page-numbers.current .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    .comment-body {
        margin-right: 0;
    }
}

@media screen and ( min-width: 79em ) {
    .has-sidebar .entry-content blockquote.alignleft {
        margin-right: -20%;
    }

    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright,
    .business-accounting-front-page .entry-content blockquote.alignright {
        margin-left: -20%;
    }
}

@media (max-width: 767.98px) {
    .topbar {
        padding: 12px 0 8px;
    }

    .topbar .social-icons i {
        /*padding-right:10px;*/
        padding-left: 0;
    }

    .menu-section .toggle-menu i {
        font-size: 26px;
    }

    .bottom-header .btn {
        padding: 10px 20px;
        font-size: 13px;
        width: auto;
    }

    .slider .swiper-slide .elementor-image-carousel-caption .desc {
        display: none;
    }

    .slider .swiper-slide .elementor-image-carousel-caption .title {
        font-size: 16px;
    }

    .slider .swiper-slide {
        height: auto;
        padding-bottom: 45px;
    }

    .slider .swiper-pagination {
        text-align: center;
        margin: 15px auto 0;
    }

    .about-team {
        margin-bottom: 15px;
    }

    .about-team .swiper-slide .elementor-image-carousel-caption {
        padding-right: 15px;
    }

    .about-team .swiper-slide .elementor-image-carousel-caption .title {
        font-size: 16px;
    }

    .about-team .swiper-slide .elementor-image-carousel-caption .desc,
    .about-team .swiper-slide .elementor-image-carousel-caption .desc p {
        font-size: 12px;
    }

    .about-team .swiper-slide {
        height: auto;
        min-height: 180px;
    }

    .slider .swiper-slide:nth-child(2n) .swiper-slide-inner .swiper-slide-image {
        margin-left: 15px;
    }

    .main-services .service-item .elementor-icon-box-wrapper {
        display: flex;
    }

    .main-services .service-item .elementor-icon-box-icon {
        margin-bottom: 0 !important;
        margin-left: 15px !important;
    }

    .main-services .service-item .elementor-icon-box-content .elementor-icon-box-title {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .main-cta .elementor-container {
        padding: 35px 15px 15px 15px;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .main-recent-posts {
        margin-top: -90px;
    }

    .main-recent-posts .eael-grid-post {
        margin-top: 0;
    }

    .main-recent-posts .eael-grid-post .eael-grid-post-holder-inner {
        display: flex;
    }

    .main-recent-posts .eael-grid-post .eael-entry-media {
        flex: 0 0 40%;
    }

    .main-recent-posts .eael-grid-post .eael-entry-wrapper {
        flex: 0 0 70%;
        padding: 25px;
        padding-right: calc(10% + 25px);
        background: #fff;
        margin-top: 0;
        margin-right: -10%;
        max-width: 70%;
    }

    .main-recent-posts .eael-grid-post .post-carousel-categories {
        bottom: inherit;
        top: 60px;
        right: 100%;
    }
}

@media screen and ( max-width: 768px) and (min-width: 720px) {
    .search-bar input[type="search"] {
        width: 86%;
    }

    .page-template-custom-home-page .bottom-header {
        position: static;
        background: #fff;
    }

    .page-template-custom-home-page h1.site-title a,
    .page-template-custom-home-page p.site-title a,
    .page-template-custom-home-page p.site-description {
        color: #222;
    }

    .page-template-custom-home-page .search-box i {
        background: #c52c1f;
    }

    #sidebar .widget_calendar th,
    #sidebar .widget_calendar td {
        padding: 0;
    }

    #sidebar .widget {
        padding: 15px 5px;
    }

    .article_content .content {
        margin-top: 10px;
    }

    .prev.page-numbers, .next.page-numbers {
        float: none;
    }

    .page-numbers.current, .nav-menu ul ul a {
        color: #fff !important;
    }

    #slider .carousel-control-next, #slider .carousel-control-prev {
        width: 6%;
    }

    #slider, #slider img {
        height: 312px;
    }

    #slider .carousel-caption {
        top: 45%;
    }
}

@media screen and (max-width: 720px) {
    .page-template-custom-home-page .bottom-header {
        position: static;
        background: #fff;
    }

    .page-template-custom-home-page h1.site-title a,
    .page-template-custom-home-page p.site-title a,
    .page-template-custom-home-page .nav-menu ul li a,
    .page-template-custom-home-page p.site-description {
        color: #222;
    }

    /*.topbar, .logo, .topbar .social-icons, .menu-section, .call {
        text-align: center;
    }

    .topbar .mail {
        text-align: center;
        margin-bottom: 10px;
    }*/
    .menu-section, .call {
        margin: 0;
    }

    #slider .carousel-caption {
        left: 10%;
        padding: 0;
    }

    .site-info,
    .site-info p {
        transform: none;
    }

    #slider .inner_carousel h2,
    #slider .inner_carousel small, #slider .inner_carousel hr.small-hr {
        display: none;
    }

    .features-title hr.title-hr {
        width: 15%;
    }

    #slider .carousel-control-next, #slider .carousel-control-prev {
        width: 8%;
    }

    #slider .carousel-control-next i, #slider .carousel-control-prev i {
        padding: 8px 10px;
        font-size: 15px;
    }

    #slider, #slider img {
        height: 172px;
    }
}

@media screen and (max-width: 375px) {
    .article_content .content {
        margin-top: 10px;
    }

    .site-footer .search-form .search-submit {
        padding: 12px;
    }

    .site-footer input.search-field {
        width: 100%;
    }

    .article-text span {
        margin-left: 6px;
        padding-left: 6px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 90% !important;
        float: none !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 426px) {
    .site-footer .search-form .search-submit {
        padding: 10px;
        position: static;
        margin-top: 10px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 42% !important;
        float: right !important;
        margin-left: 10px;
    }

    #sidebar .widget_calendar td {
        padding: 1px;
    }

    #sidebar h2.widget-title {
        width: 100% !important;
    }

    #sidebar .search-form .search-submit {
        padding: 9px;
    }

    .site-footer h2.widget-title {
        color: #000 !important;
    }

    .site-footer td {
        padding: 2px;
    }

    .widget .tagcloud a:hover,
    .widget .tagcloud a:focus,
    .widget.widget_tag_cloud a:hover,
    .widget.widget_tag_cloud a:focus,
    .wp_widget_tag_cloud a:hover,
    .wp_widget_tag_cloud a:focus {
        border-color: #bbb;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 1000px) {
    #banner, #banner img {
        height: 400px;
    }

    .widget_calendar td, #sidebar td {
        padding: 0px;
    }

    .prev.page-numbers, .next.page-numbers {
        float: none;
    }

    .page-numbers.current {
        color: #fff;
    }
}

@media only screen and (max-width: 900px) and (min-width: 720px) {
    #banner .banner-content h2 {
        font-size: 35px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 42% !important;
        float: right !important;
        margin-left: 10px;
    }
}

@media (max-width: 575.98px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bottom-header .btn {
        display: none;
    }

    .custom-logo-link img {
        width: 140px;
    }

    .bottom-header {
        padding: 0;
    }

    .slider .swiper-slide .swiper-slide-inner .swiper-slide-image {
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .slider .swiper-slide:nth-child(2n+1):before {
        border-radius: 30px 0 30px 0;
    }

    .slider .swiper-slide .elementor-image-carousel-caption .title {
        font-size: 14px;
    }

    .slider .swiper-slide .elementor-image-carousel-caption .btn {
        padding: 10px 15px;
    }

    .slider .swiper-slide .swiper-slide-inner .elementor-image-carousel-caption {
        padding-left: 15px;
        padding-top: 20px;
    }

    .section-title .title .elementor-heading-title {
        font-size: 16px;
    }

    .section-title .pre-title {
        margin-bottom: 10px;
    }

    .section-title .pre-title .elementor-heading-title {
        font-size: 12px;
    }

    .main-services, .main-cta, .main-about, .main-recent-posts {
        margin-bottom: 15px;
    }

    .main-services .service-item .elementor-icon-box-icon .elementor-icon {
        font-size: 45px;
    }

    .main-services .service-item .elementor-icon-box-content .elementor-icon-box-description,
    .main-about .desc * {
        font-size: 12px;
        line-height: 20px;
    }

    .main-recent-posts .eael-grid-post .eael-entry-title .eael-grid-post-link {
        font-size: 13px;
    }

    .main-recent-posts .eael-grid-post .eael-entry-wrapper {
        padding: 15px 15px 35px;
        padding-right: calc(10% + 15px);
    }

    .main-recent-posts .eael-grid-post .eael-entry-title .eael-grid-post-link {
        line-height: 16px;
        white-space: normal;
    }

    .main-recent-posts .eael-grid-post .post-carousel-categories {
        font-size: 12px;
        top: inherit;
        bottom: 40%;
        padding: 0 15px;
    }

    .main-recent-posts-title {
        padding: 20px 0 50px;
    }

    .site-footer {
        border-radius: 3rem 0 0 0;
        padding-top: 30px;
    }

    .site-footer .row {
        margin: 0;
    }

    .main-cta .title {
        font-size: 14px;
    }

    .main-cta .desc {
        font-size: 12px;
    }

    .main-cta .btn .elementor-button-link {
        font-size: 13px;
        padding: 10px 20px;
    }

    .elementor-pagination-position-outside .swiper-container {
        padding-bottom: 15px;
    }

    .slider .swiper-slide {
        padding-bottom: 0;
    }

    .slider .swiper-slide .swiper-slide-inner {
        display: block;
        position: relative;
    }

    .slider .swiper-slide .swiper-slide-inner .swiper-slide-image {
        margin: 0;
        max-width: inherit !important;
        width: 100%;
    }

    .slider .swiper-slide .swiper-slide-inner .elementor-image-carousel-caption {
        padding: 20px 15px !important;
        position: absolute;
        bottom: 13px;
        width: 100%;
        background: rgb(137 24 14 / 68%);
        border-radius: 2.5rem 0 2.5rem 0;
    }

    .slider .swiper-slide:before, .slider .swiper-slide .swiper-slide-inner:before, .slider .swiper-slide:after {
        content: none !important;
    }

    .slider .swiper-slide .swiper-slide-inner:after {
        bottom: inherit;
        top: 0;
    }
    .slider .swiper-slide .swiper-slide-inner, .about-team .swiper-slide .swiper-slide-inner{
        padding:15px;
    }
    .about-team .swiper-slide:before {
        width: 100%;
        border-radius: 15px;
    }
    .about-team .swiper-slide .swiper-slide-inner .swiper-slide-image{
        display: none;
    }
    .site-footer ul{
        flex-direction: column;
    }
    .site-footer ul li{
        margin-bottom: 0px;
        width: 100%;
    }
    .main-recent-posts .eael-post-grid-container .eael-post-grid .eael-grid-post{
        padding: 5px;
    }
    .slider .swiper-slide .swiper-slide-inner .swiper-slide-image, .about-team .swiper-slide .swiper-slide-inner .swiper-slide-image{
        height: 500px;
    }
    .site-footer .address-info *{
        font-size: 14px;
        font-weight: 300;
    }
}
@media(max-width:380px){
    .main-recent-posts .eael-grid-post .post-carousel-categories{
        bottom: 20%;

    }
}