@charset "UTF-8";
/*
	Theme Name: Hinza
	Theme URI: https://hinzaco.com
	Description: A lightweight and minimalist WordPress theme for Elementor website.
	Author: Hinza Team
	Author URI: https://hinzaco.com
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 5.9
	Tested up to: 6.6
	Requires PHP: 8.1
	Text Domain: hinza

*/


@font-face {
    font-family: IRANsans;
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/IranSans/UltraLight/IRANSansWeb_UltraLight.eot') format('eot'),
    url('assets/fonts/IranSans/UltraLight/IRANSansWeb_UltraLight.woff') format('woff'),
    url('assets/fonts/IranSans/UltraLight/IRANSansWeb_UltraLight.woff2') format('woff2'),
    url('assets/fonts/IranSans/UltraLight/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANsans;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/IranSans/Light/IRANSansWeb_Light.eot') format('eot'),
    url('assets/fonts/IranSans/Light/IRANSansWeb_Light.woff') format('woff'),
    url('assets/fonts/IranSans/Light/IRANSansWeb_Light.woff2') format('woff2'),
    url('assets/fonts/IranSans/Light/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANsans;
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/IranSans/Regular/IRANSansWeb.eot') format('eot'),
    url('assets/fonts/IranSans/Regular/IRANSansWeb.woff') format('woff'),
    url('assets/fonts/IranSans/Regular/IRANSansWeb.woff2') format('woff2'),
    url('assets/fonts/IranSans/Regular/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANsans;
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/IranSans/Medium/IRANSansWeb_Medium.eot') format('eot'),
    url('assets/fonts/IranSans/Medium/IRANSansWeb_Medium.woff') format('woff'),
    url('assets/fonts/IranSans/Medium/IRANSansWeb_Medium.woff2') format('woff2'),
    url('assets/fonts/IranSans/Medium/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANsans;
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/IranSans/Bold/IRANSansWeb_Bold.eot') format('eot'),
    url('assets/fonts/IranSans/Bold/IRANSansWeb_Bold.woff') format('woff'),
    url('assets/fonts/IranSans/Bold/IRANSansWeb_Bold.woff2') format('woff2'),
    url('assets/fonts/IranSans/Bold/IRANSansWeb_Bold.ttf') format('truetype');
}


@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/shabnam/ttf/Shabnam-FD-WOL.ttf') format('truetype'),
    url('assets/fonts/shabnam/ttf/Shabnam-FD-WOL.eot') format('eot'),
    url('assets/fonts/shabnam/woff2/Shabnam-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('assets/fonts/shabnam/woff/Shabnam-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Bold-FD-WOL.ttf') format('truetype'),
    url('assets/fonts/shabnam/ttf/Shabnam-Bold-FD-WOL.eot') format('eot'),
    url('assets/fonts/shabnam/woff2/Shabnam-Bold-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('assets/fonts/shabnam/woff/Shabnam-Bold-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Light-FD-WOL.ttf') format('truetype'),
    url('assets/fonts/shabnam/ttf/Shabnam-Light-FD-WOL.eot') format('eot'),
    url('assets/fonts/shabnam/woff2/Shabnam-Light-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('assets/fonts/shabnam/woff/Shabnam-Light-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Medium-FD-WOL.ttf'),
    url('assets/fonts/shabnam/woff2/Shabnam-Medium-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('assets/fonts/shabnam/woff/Shabnam-Medium-FD-WOL.woff') format('woff');
}


:root {
    --primary-color: #183da7;
    --primary-color-light: #698095;
    --primary-color-dark: #221F3C;
    --secondary-color: #918f9e;
    --thirdly-color: #e2b97f;
    --accent-color: #0F3359;
    --text-color: #212121;
    --text-color-medium: #4d4d4d;
    --text-color-light: #B5B5B5;
    --background-color: #F2F2F2;
    --background-color-light: #F8F8F9;
    --border-color-light: #e6e6e6;
    --border-color-medium: #d1d3d4;
    --border-color-dark: #919395;
    --border-color-secondary: #393650;
    --text-font-family: IRANsans;
    --digits-font-family: shabnam-digits;
}

body * {
    font-family: var(--text-font-family);
    font-size: 14px;
    line-height: 26px;
    /*color: var(--text-color);*/
    font-weight: normal;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body, * {
    margin: 0;
}

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;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s;
}

/*----------- General / Start --------------*/
.container {
    width: 100%;
    max-width: 1140px;
    padding: 0 10px;
    margin: 0 auto;
}

.row {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    .col-xs-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 7.41%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 15.83%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 24.25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 32%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 40.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 49%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 73.75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.section {
    padding: 70px 10px;
}

.section.pt-double {
    padding-top: 150px;
}

.entry-title,
.section .section-title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    color: var(--accent-color);
    display: flex;
    justify-content: center;
    /* margin: 0px auto; */
    align-items: center;

}

.section.page-header .section-title .elementor-heading-title {
    font-size: 30px;
}

.section .section-subtitle .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    position: relative;
}

.section .section-subtitle .elementor-heading-title:before {
    content: '';
    width: 14px;
    height: 2px;
    background: var(--primary-color);
    /*transform: rotate(-30deg);*/
    display: inline-block;
    margin-left: 7px;
}

.section .section-subtitle .elementor-heading-title:after {
    content: '';
    width: 10px;
    height: 2px;
    background: var(--secondary-color);
    /*transform: rotate(-30deg);*/
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 4px;
}

.entry-title {
    margin-bottom: 30px;
}

.section .desc * {
    font-family: var(--text-font-family);
    font-size: 14px;
    color: var(--text-color-medium);
    text-align: left;
    line-height: 26px;
}

.section .desc-col-product .desc strong {
    font-weight: 600;
}

.section.section-product-details .desc strong {
    font-weight: 600;
}

.section .desc-col-product .desc a {
    color: var(--accent-color);
    font-weight: 600;
}

.section.section-product-details .desc a {
    color: var(--accent-color);
    font-weight: 600;
}

.section .desc p {
    margin-bottom: 10px;
}

.section .desc p:last-child {
    margin: 0;
}

.section .desc ol li:before,
.section .desc ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary-color);
    margin-left: 5px;
    display: inline-block;
}


@media (max-width: 991.98px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section.pt-double {
        padding-top: 80px;
    }

    .entry-title,
    .section .section-title .elementor-heading-title {

        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section.pt-double {
        padding-top: 60px;
    }

    .entry-title,
    .section .section-title .elementor-heading-title {

        line-height: 26px;
    }
}

.btn .elementor-button {
    font-family: var(--text-font-family) !important;
    padding: 0 20px !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    color: #fff;
    border-radius: 30px !important;
}

.btn .elementor-button .elementor-button-text {
    color: #fff;
}

.btn:hover .elementor-button {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color);
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.elementor-widget-image img {
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
}

.site-main {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*----------- General / End --------------*/
/*----------- Header / Start --------------*/
.header {
    position: relative;
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* optional */
    transition: all 0.3s ease;
}

.container-header {
    position: unset;
}

.header .container-header .nav-icon-right {
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: auto;
    height: 100%;
    top: auto;
    margin: 0;
    right: 30px;
}

.header.fixed .container-header .nav-icon-right svg {
    fill: var(--accent-color) !important;
}

.header .container-header .nav-icon-lan {
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: auto;
    height: 100%;
    top: auto;
    margin: 0;
    left: 30px;
}

.header .container-header .nav-icon-lan .elementor-icon-list-text {
    color: #ffff;
    transition: all 0.3s;
    font-size: 14px;
    font-family: var(--text-font-family);

}

.fixed.header .container-header .nav-icon-lan .elementor-icon-list-text {
    color: var(--accent-color) !important;
}

.navbar-nav .hfe-nav-menu .hfe-menu-item {
    font-family: var(--text-font-family);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 300;
    text-shadow: none;
    padding-right: 10px !important;
    padding-left: 10px !important;
    white-space: nowrap;
    display: flex;
    line-height: 40px;
    transition: all 0.3s;
    gap: 5px;
}

.navbar-nav .hfe-nav-menu .menu-item-has-children .sub-menu .menu-item a {
    font-size: 14px;
    font-family: var(--text-font-family) !important;

}

.navbar-nav .hfe-nav-menu .menu-item-has-children .sub-menu {
    right: 0px;
}

.fixed .navbar-nav .hfe-nav-menu .hfe-menu-item {
    color: var(--accent-color) !important;
}

.navbar-brand .name .elementor-heading-title {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 0 10px;
    letter-spacing: 1px;
    font-family: var(--text-font-family);
}

.fixed .navbar-brand .name .elementor-heading-title {
    color: var(--accent-color);

}

.navbar-brand .name.en .elementor-heading-title {
    font-weight: 100;
    letter-spacing: 0;
    font-size: 10px;
}

.nav-icon-lan .elementor-icon-list-items .elementor-icon-list-item:nth-child(1) {
    border-right: 1px solid #f1f1f1;
    margin-right: 0px;
    padding-right: 8px;
}

/*----------- Header / End --------------*/
/*----------- Footer / Start --------------*/
.footer .footer-nav .menu-item .hfe-menu-item {
    font-family: var(--text-font-family);
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.3s;
}

.footer .footer-content .info .elementor-icon-box-title {
    font-size: 14px;
    font-weight: 300;
    font-family: var(--text-font-family);
}

.footer .footer-content .info .elementor-icon-box-title a {
    font-size: 14px;
    font-weight: 300;
    font-family: var(--text-font-family);
}

.footer .footer-content .elementor-icon-box-wrapper svg {
    font-size: 18px !important;
}

.logo-info .elementor-icon-list-items .elementor-icon-list-item a svg {
    font-size: 18px !important;
}

.logo-info .elementor-icon-list-items .elementor-icon-list-item a {
    justify-content: flex-start !important;
    text-align: left;
    flex-direction: row;
}

.logo-info .elementor-widget-image img {
    width: 165px !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright .elementor-widget-icon-list .elementor-icon-list-text {
    font-family: var(--text-font-family);
    font-size: 13px;
    color: var(--secondary-color);
}

/*----------- Footer / End --------------*/
/*----------- Projects section / Start --------------*/
/*.projects {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.projects .col {
    flex: 0 0 50%;
    max-width: calc(50% - 5px);
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.projects .col:not(:first-child) .card-project {
    flex: 0 0 50%;
    max-width: calc(50% - 5px);
}

.projects .card-project {
    width: 100%;
    position: relative;
}

.projects .card-project .card-img {
    display: block;
    width: 100%;
    height: 100%;
}

.projects .card-project .card-img img {
    width: 100% !important;
    height: 100% !important;
    max-width: inherit !important;
    object-fit: cover;
}

.projects .card-project .overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.projects .card-project:hover .overlay {
    top: 0;
    opacity: 1;
}

.projects .card-project .overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    opacity: 0.66;
    z-index: 0;
}

.projects .card-project .overlay .card-title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: var(--text-font-family);
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.projects .card-project .overlay .card-desc {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: var(--text-font-family);
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}*/

/*----------- Projects section / End --------------*/
/*----------- Cta section / Start --------------*/
.section-cta .section-subtitle .elementor-heading-title {
    color: #fff;
}

.section-cta .section-subtitle .elementor-heading-title:before {
    background: var(--secondary-color);
}

.section-cta .section-subtitle .elementor-heading-title:after {
    background: #fff;
}

.section-cta .section-title .elementor-heading-title {
    color: #fff;
}

.section-cta .btn .elementor-button {
    background: transparent !important;
    border-color: #fff;
}

.section-cta .btn:hover .elementor-button {
    background: var(--primary-color) !important;
    border-color: var(--primary-color);
}

.section-cta .btn .elementor-button .elementor-button-icon svg {
    vertical-align: middle;
}

/*----------- Cta section / End --------------*/
/*----------- Blog cart / Start --------------*/
.blog-cart {
    border: 1px solid var(--border-color-light);
    transition: all 0.5s;
}

.blog-cart .img-wrapper {
    display: block;
    aspect-ratio: 16/9;
}

.blog-cart .img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    max-width: inherit !important;
    object-fit: cover;
    display: block;
}

.blog-cart .info-wrapper {
    padding: 30px 0px 0px;
}

.blog-cart .info-wrapper .blog-title {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: block;
    margin: 10px 0;

    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .4s;
}

.blog-cart .info-wrapper:hover .blog-title {
    color: var(--primary-color);
}

.blog-cart .info-wrapper .blog-date {

    font-size: 13px;
    font-weight: 400;
    color: #b3b3b3;
}

.blog-cart .info-wrapper .blog-date:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    height: 2px;
    width: 12px;
    background: #b3b3b3;
}

.blog-cart .info-wrapper .blog-desc {
    font-family: var(--text-font-family);

    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    color: var(--text-color-medium);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-cart .info-wrapper .btn {
    font-family: var(--text-font-family);
    font-weight: bold;
    display: block;
    margin: 20px auto 0px;
    background: var(--primary-color-light);
    color: #ffffff;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
    text-align: center;
    width: fit-content;
    transition: 0.4s;

}

.blog-cart .info-wrapper:hover .btn {
    background: var(--primary-color-dark);
}

/*----------- Blog cart / End --------------*/
/*----------- Hero section / Start --------------*/
.section-hero {
    margin-top: -111px;
    min-height: calc(100vh - 40px);
}

.section-hero .swiper-slide-inner img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.slider-hero .swiper-wrapper {
    height: 100vh;
}

.section-hero .slider-hero {
    position: relative;
}

.section-hero .elementor-image-carousel-caption {
    position: absolute;
    z-index: 1;
    font-family: var(--text-font-family);
    color: #fff;
    font-size: 30px;
    top: 40%;
    right: 60%;
    left: calc(50% - 570px);
    text-align: left !important;
    animation: fadeInUp 1s;
    animation-fill-mode: both;

}

.section-hero .slider-hero .swiper-slide-inner:after {
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #00000a;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.65;

}

.trait {
    z-index: 11;
    position: absolute;
    top: 25%;
    left: 0px;
}

.trait .trait-item .elementor-image-box-description {
    color: #cccccc;
    font-size: 12px;
    line-height: normal;
    font-family: var(--text-font-family);
    font-weight: 200;
}

.trait .trait-item .elementor-image-box-img {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    animation-delay: 1s;
    animation: fadeInUp 1s;
    animation-fill-mode: both;
    position: relative;
}

.trait .trait-item .elementor-image-box-img:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #ffffff;
    bottom: -1px;
    left: 0;
    width: 0;
    transition: width 0.5s;
}

.trait .trait-item:hover .elementor-image-box-img:after {
    width: 100%;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.clock-container {
    display: flex;
    flex-direction: row;
    text-align: left;
    margin-right: auto;
    width: 300px;
}

.clock {
    width: 100px;
    height: 100px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    position: relative;
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-right: 20px;
}

.hand {
    width: 50%;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0% 50%;
    transform: rotate(90deg);
    transition: all 0.05s ease-in-out;
}

#hour {
    height: 4px;
    width: 40%;
    background: #f1f1f1;
}

#minute {
    height: 3px;
    width: 60%;
    background: #f1f1f1;
}

#second {
    height: 2px;
    width: 70%;
    background: var(--primary-color);
}

#jalali-date {
    margin-top: 10px;
    font-family: sans-serif;
    align-items: center;
    display: flex;
    text-align: left;
    line-height: normal;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    float: left;

}

.slider-hero .swiper .elementor-swiper-button {
    z-index: 12;
}

/*----------- Hero section / End --------------*/
/*----------- Page header / Start --------------*/
.page-header, .entry-header {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -100px;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    display: flex;

}

.page-header .section-title .elementor-heading-title,
.entry-header .section-title .elementor-heading-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.page-header .breadcrumb {
}

.page-header .breadcrumb li {
    margin-right: 10px !important;
    margin-left: 0px;
}

.page-header .breadcrumb li .hfe-breadcrumbs-home-icon {
    margin-right: 0 !important;
}

.page-header .breadcrumb li *,
.entry-header .breadcrumb * {
    font-family: var(--text-font-family);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
}

.entry-header {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.entry-header > .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.entry-header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: 0.75;
}

.entry-header * {
    position: relative;
    z-index: 1;
}

.entry-header .desc {
    max-width: 700px;
}

.entry-header .desc * {
    color: #fff;
}

.entry-header .breadcrumb > span {
    font-size: 0;
}

.entry-header .breadcrumb > span > span:not(:last-child):after {
    content: '/';
    margin: 0 10px;
}


@media (max-width: 991.98px) {
    .page-header, .entry-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .page-header, .entry-header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*----------- Page header / End --------------*/
/*----------- Section forms / Start --------------*/
.form-group {
    font-family: var(--text-font-family);
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 10px;
}

.form-group .form-control {
    display: block;
    width: 100%;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid var(--border-color-medium);
    background: #fff;
    transition: all 0.5s;
}

.form-group .form-control:focus {
    outline: 0;
    background: #fff;
}

.form-group textarea.form-control {
    padding: 15px;
    line-height: 20px;
    height: 110px;
}

.form-control[type="file"] {
    margin-top: 20px;
    color: var(--text-color)
}

form .row > p {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

form .wpcf7-not-valid-tip {
    padding-top: 5px;
    color: var(--accent-color);
    font-size: 12px;
}

form .wpcf7-submit {
    font-family: var(--text-font-family) !important;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

form .wpcf7-submit:hover {
    background: var(--accent-color) !important;
    border-color: var(--accent-color);
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 12px !important;
    border-color: #007254;
    border-width: 1px;
    font-weight: 400 !important;
    font-family: var(--text-font-family);
    border-radius: 5px;
    color: var(--primary-color);
}

form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: calc(50% - 12px);
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: var(--accent-color);
    border-color: var(--accent-color);
    border-radius: 5px;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: var(--text-font-family);
    text-align: left;
    direction: ltr;
}

.wpcf7-form {
    direction: ltr;
}

/*----------- Section forms / End --------------*/
/*----------- Home page / Start --------------*/
.main-services .tab-content .icon .elementor-image-box-img img {
    width: 80px;
    max-width: 80px;
    height: auto;
    max-height: 80px;

}

.main-services .e-n-tabs-heading {
    display: flex;
    justify-content: space-around;
}

.main-services .e-n-tabs {
    gap: 0px;
}

.main-services .e-n-tabs-heading .e-n-tab-title-text {
    font-family: var(--text-font-family);
    font-size: 18px;
}

.main-services .e-n-tabs-heading .e-n-tab-title[aria-selected="false"] .e-n-tab-title-text {
    color: var(--text-color-light);
}

.main-services .tab-content .icon .elementor-image-box-title {
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: normal;
    font-family: var(--text-font-family);
    transition: 0.4s;
}

.main-services .tab-content .icon:hover .elementor-image-box-title {
    color: var(--thirdly-color);
}

.main-services .e-n-tab-title {
    cursor: pointer;
}

.main-about .btn .elementor-button-text {
    font-family: var(--text-font-family);
    font-size: 14px;
}

.main-about .btn .elementor-button {
    border-radius: 30px !important;
    padding: 0px 30px !important;
    line-height: 38px !important;
}

.section-articles {
    background: var(--background-color-light);
}

.section-articles .latest-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.section-articles .latest-blog .blog-cart {
    flex: 0 0 32%;
    width: 32%;
    background: #ffffff;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-articles .latest-blog .blog-cart .img-wrapper {
    flex: 0 0 45%;
    aspect-ratio: inherit;
}

.section-articles .latest-blog .blog-cart .info-wrapper {
    flex: 0 0 55%;
}

/*----------- Home page / End --------------*/
/*----------- About page / Start --------------*/

.section-team .team-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 10px;
    z-index: 1;
}

.section-team .team-slider .item {
    padding: 30px;
    border: 1px solid var(--border-color-medium);
    /*width:30%;*/
}

.section-team .team-slider .item .pic {
    aspect-ratio: 1/1;
}

.section-team .team-slider .item .pic img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}

.section-team .team-slider .item .name .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
}

.section-team .team-slider .item .label .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}


.section-team .team-slider .item-list {
    padding-bottom: 90px;
}

.section-team .team-slider .swiper-button-prev,
.section-team .team-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.5s;
}

.section-team .team-slider .swiper-button-prev:after,
.section-team .team-slider .swiper-button-next:after {
    font-size: 20px;
}

.section-team .team-slider .swiper-button-prev {
    left: 70px;
    right: inherit;
    bottom: 10px;
    top: inherit;
}

.section-team .team-slider .swiper-button-next {
    left: 10px;
    right: inherit;
    bottom: 10px;
    top: inherit;
}

.section-team .team-slider .swiper-button-prev:hover,
.section-team .team-slider .swiper-button-next:hover {
    background: var(--secondary-color);
}

.ability-section .item-ability .elementor-icon-list-item .elementor-icon-list-text {
    font-family: var(--text-font-family);
    color: #000;
    font-weight: 100 !important;
}

.ability-section .item-ability .elementor-icon-list-item {
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.ability-section .item-ability .elementor-icon-list-item:nth-child(1) {
    background-color: var(--primary-color);
}

.ability-section .item-ability .elementor-icon-list-item:nth-child(1) .elementor-icon-list-text {
    color: #fff;
}

/*----------- About page / End --------------*/
/*----------- costumer page / Start --------------*/

.customers-content .customer-item .elementor-image-box-title {
    font-size: 14px;
    font-weight: 300;
    color: #0F3359;

    line-height: normal;
    transition: all 0.3s;
    font-family: var(--text-font-family);
}

/*----------- costumer page / End --------------*/
/*----------- Services page / Start --------------*/
.section-service .service-info .section-title .elementor-heading-title {
    justify-content: right;
    font-weight: 400;
}

.service-description .elementor-icon-list-text {
    font-family: var(--text-font-family) !important;
    font-size: 14px;
    color: var(--text-color-medium);
    text-align: justify;
    line-height: 26px;
}

.section-service .sub-service-item:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    left: 1%;
    top: 40px;
    border-radius: 50%;
    background: #1D41A9;
    z-index: 1;
    right: auto !important;
}

.section-service .sub-service-item:first-child:before {
    top: -20px;
}

.section-service .sub-service-item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(1% + 30px);
    width: 2px;
    background: #cccccc;
}

.section-service .sub-service-item {
    position: relative;
    padding: 60px 0;
    padding-left: calc(1% + 75px);
}

.section-service .sub-service-item:first-child {
    padding-top: 0px;
}

.sub-service-item .elementor-widget-container img {
    height: 450px !important;
    object-fit: cover;
}

.service-item .item {
    transition: all 0.4s;
}

.service-item .item .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;

}

.service-item .item {
    transition: all 0.4s;
}

.service-item .item:hover {
    background-color: var(--primary-color);

}

.service-item .item:hover .elementor-heading-title {
    color: #fff;

}

/*----------- Services page / End --------------*/
/*----------- Product List page / Start --------------*/
.product-sidebar-wrapper {
    position: relative !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.product-sidebar-wrapper .product-widget {
    top: 15px;
    margin-bottom: 20px;
}

.product-sidebar-wrapper .product-widget .sidebar-title {
    font-family: var(--text-font-family);
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--background-color);
}


.product-sidebar-wrapper .product-widget .categories {

    margin-bottom: 10px;

}

.product-sidebar-wrapper .product-widget .categories li a {
    font-family: var(--text-font-family);
    font-size: 14px;
    color: var(--text-color);
    padding-left: 10px;
}

.product-sidebar-wrapper .product-widget .categories li {

    background-color: #ffffff;
    padding: 15px;
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
}

.product-sidebar-wrapper .product-widget .categories li ul li {
    padding: 10px;
}

.product-sidebar-wrapper .product-widget .categories li .img-cat {
    max-width: 30px;
    vertical-align: middle;
    z-index: 1;
    position: relative;
}

.product-sidebar-wrapper .product-widget .categories li a:hover {
    color: var(--primary-color);
}

.product-sidebar-wrapper .product-widget .categories li ul li a {
    font-size: 13px;


}

.product-sidebar-wrapper .product-widget .categories li.has-children ul li .img-cat {
    max-width: 20px;

}


.product-sidebar-wrapper .product-widget .categories li.current:before {
    content: "";
    background-color: var(--primary-color);
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;

}

.product-sidebar-wrapper .product-widget .categories li.current > .img-cat {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
}

.product-sidebar-wrapper .product-widget .categories li.current a {
    color: #fff;
    position: relative;
    z-index: 1;
}

.product-sidebar-wrapper .product-widget .categories li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.product-sidebar-wrapper .product-widget .categories li.has-children ul li {
    border-bottom-width: 0px;
}

.product-sidebar-wrapper .product-widget .categories li.current.has-children ul li a {
    color: var(--text-color);
}

.product-sidebar-wrapper .product-widget .categories li ul li.current a {
    color: #fff;
}


.product-sidebar-wrapper .product-widget .categories li.parent-has-children {
    position: relative;
}

.product-sidebar-wrapper .product-widget .categories li.parent-has-children .child-arrow {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid black;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    transition: .4s;
    left: 5px;
    cursor: pointer;
}


.product-sidebar-wrapper .product-widget .categories li.parent-has-children > a {
    font-family: var(--text-font-family);
    font-size: 14px;
    color: var(--text-color);
    padding-left: 25px;
}

.product-sidebar-wrapper .product-widget .categories li.parent-has-children .children {
    display: none;
    padding-top: 17px;
    padding-bottom: 7px;
    padding-right: 15px;
    list-style-type: none;
}

.categories ul.sub-categories {
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.4s ease;
}

.categories li.open > ul.sub-categories {
    max-height: 100%;

}

.product-sidebar-wrapper .product-widget .categories li.has-children ul li:nth-child(1) {
    margin-top: 20px;
}

.categories li.has-children > a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.categories li.has-children > a::after {
    content: "▼";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s;
}

.categories li.open.has-children > a::after {
    transform: translateY(-50%) rotate(180deg);
}

.product-sidebar-wrapper .product-widget .categories .parent-has-children .child-arrow.arrow-rotate {
    transform: rotate(135deg);
    border-color: var(--accent-color);
}

.product-sidebar-wrapper .product-widget .categories .children li:before {
    width: 8px;
    height: 3px;
    min-height: 3px;
    border-radius: 5px;
}

.entry-header {
    background-image: url(assets/images/young-man-hand-.jpg);
    background-position: center;
}

.term-tools .entry-header {
    background-image: url(assets/images/industrial_services.jpg);
    background-position: center;
}

.term-3d-scanners .entry-header {
    background-image: url(assets/images/einscan-sp_platinum-3d-scanner.png);
    background-position: center;
}

.term-3d-printers .entry-header {
    background-image: url(assets/images/31.jpg);
    background-position: center;
}

.term-3d-printing-pens .entry-header {
    background-image: url(assets/images/writer-3d-printing.jpg);
    background-position: center;
}

.term-specialized-materials .entry-header {
    background-image: url(assets/images/term-metal.jpg);
    background-position: center;
}

.product-list .archive-pag .nav-links {
    text-align: center;
    color: #173ea7;
    font-weight: 500;
    gap: 20px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}

.product-list .archive-pag .nav-links a {
    color: #173ea7;
    font-weight: 500;
}

/*----------- Product List page / End --------------*/
/*----------- Product Card / Start --------------*/
.card-product {
    background-color: #fff;
    overflow: hidden;
    max-width: 100%;
    padding: 0;
    text-align: center;
    transition: all 0.5s ease;
    border: 1px solid #bbd3d3;
    margin-bottom: 30px;
    height: 250px;
    position: relative;
    display: block;
}

.card-product h3 {
    width: 114%;
    height: 146px;
    position: absolute;
    display: block;
    background-color: #333333;
    transform: rotate(13deg);
    opacity: 0.9;
    top: auto;
    bottom: -70px;
    right: 0%;
    z-index: 3;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-product:hover h3 {
    transform: rotate(0deg);
    opacity: 1;
}

.card-product .pd-img {
    display: block;
    position: relative;

}

.card-product .pd-img img {

    max-width: inherit !important;
    object-fit: cover;
    display: block;
}

.card-product .pd-img .fa-link:before {
    content: none;
}

.card-product .pd-title {
    display: block;
    font-family: var(--text-font-family);
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    padding: 0;
    width: auto;
    position: absolute;
    bottom: 92px;
    left: 76px;
    right: 15px;
    z-index: 4;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: rotate(-13deg);
}

.card-product:hover h3 .pd-title {
    transform: rotate(0deg);
}


.card-product:hover .pd-img i {
    color: var(--accent-color);
}

.product-list .col-lg-3 {
    width: 49%;
}

.term-3d-printers .product-list .col-lg-3 {
    width: 49%;
}

.term-3d-printers .product-list .col-lg-3 .card-product h3 {
    width: 60%;
    float: right;
    background-color: rgba(51, 51, 51, 0.9);
    height: inherit;
    transform: skew(-20deg);
    right: -10%;
    transition: all 0.4s ease-in-out;
    padding-right: 10%;
    top: 0px;
}

.term-3d-printers .product-list .col-lg-3 .card-product h3 .pd-title {
    color: #ffffff;
    transform: skew(20deg);
    transition: all 0.4s;
    transition-timing-function: ease-in-out;
    font-size: 18px;
    max-width: 150px;
    max-height: 200px;
    margin: 20px auto;
    line-height: 1.7em;
    padding-right: 5px;
    white-space: pre-wrap;
    position: initial;
}

.term-3d-printers .product-list .col-lg-3 .card-product {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    clear: both;
    direction: rtl;
    margin-top: 30px;
    background-position: center;
    background-size: cover;
    border: 1px solid var(--primary-color-light);
    display: block;
}

.card-product .btn-more {
    position: absolute;
    bottom: 60px;
    z-index: 14;
    left: 33%;
    opacity: 0;
    transition: all 0.8s ease;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 5px 20px;
}

.card-product:hover .btn-more {
    opacity: 1;
}

/*----------- Product Card / End --------------*/
/*----------- Product Single / Start --------------*/
#order-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

#order-popup .container-popup .elementor-widget-container {
    width: 100%;
}

#order-popup .container-popup .close-btn svg {
    font-size: 22px;
    cursor: pointer;
}

#order-popup .container-popup .elementor-heading-title {
    font-size: 16px;
    font-family: var(--text-font-family);
}

.product-single .product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-single .product-cat {
    font-family: var(--text-font-family);
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: bold;
}

.product-single .product-cat a {
    color: var(--text-color-medium);
    font-weight: 500;
}

.product-single .product-cat i {
    color: #fff;
    -webkit-text-stroke: 1px var(--secondary-color);
    margin-left: 5px;
}

.product-single .product-excerpt {
    font-family: var(--text-font-family);
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;
    color: var(--text-color);
    padding-left: 30px;
}

.product-single .product-image img {
    height: auto !important;
}

.product-single .product-desc {
    margin-top: 30px;
}

.product-single .product-desc,
.product-single .product-desc * {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: normal;
    color: var(--text-color-medium);
    text-align: justify;
}

.product-single .product-desc strong,
.product-single .product-desc b {
    font-weight: bold;
}

.product-single .product-desc ol,
.product-single .product-desc ul {
    margin-right: 0;
    padding-right: 20px;
}

.product-single .product-desc h2,
.product-single .product-desc h3,
.product-single .product-desc h4,
.product-single .product-desc h5 {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
}

.product-single .product-desc h2 {
    font-size: 22px;
}

.product-single .product-desc h3 {
    font-size: 20px;
}

.product-single .product-desc h4 {
    font-size: 18px;
}

.product-single .product-desc h5 {
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .product-single .product-excerpt {
        margin-top: 15px;
        margin-bottom: 30px;
        padding-left: 0;
    }
}


.product-info-section .section-title .elementor-heading-title {
    justify-content: left;
}

.product-info-section .section-title:after {
    content: "";
    width: calc(100% - 140px);
    height: 1px;
    background-color: var(--primary-color-light);
    position: absolute;
    margin-left: 35px;
    top: 50%;
    left: 100px;
}

.product-info-section .slider-product .eae-slide-inner {
    border: 1px solid #eeeeee;
}

.product-info-section .slider-product .eae-fit-aspect-ratio {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
}

.section-product-details.section {
    padding-top: 0px;
}

.section-product-details .title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 16px;
    color: var(--primary-color-dark);
}

.section-product-details .details-col .item .elementor-image-box-wrapper .elementor-image-box-content {
    display: flex;
    gap: 40px;
}

.details-col .item .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    font-family: var(--text-font-family);
    font-size: 16px;
    color: var(--primary-color-dark);
    background-color: #FAFAFA;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    line-height: 1.7em;
    width: 20%;
    font-weight: 400;
}

.details-col .item .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    font-family: var(--text-font-family);
    font-size: 16px;
    line-height: 1.7em;
    background-color: #FAFAFA;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    width: 80%;
    font-weight: 400;
}

/*----------- Product Single / End --------------*/

/* ------------ contact Page / Start------------------*/
.contact-info .elementor-icon-box-wrapper .elementor-icon-box-content {
}

.contact-info .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
}

.contact-info .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title * {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: bold;
    color: var(--text-color);
}

.contact-info .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color-medium);
    line-height: 26px;
}

.contact-info .elementor-icon-box-wrapper .elementor-icon-box-icon {
    /*margin-left:10px;*/
}

.contact-info .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
    font-size: 42px;
}

.contact-info .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg path {
    fill: var(--primary-color);
    width: 80px;

}


.form-wrapper .section-subtitle .elementor-heading-title {
    color: #ffffff;
    font-weight: 500;
}

.form-wrapper .section-subtitle .elementor-heading-title:before {
    background: var(--secondary-color);
}

.form-wrapper .section-subtitle .elementor-heading-title:after {
    background: #fff;
}

.form-wrapper .desc * {
    color: #fff;
}

.form-wrapper .form-group {
    color: var(--text-color-light);
    gap: 10px;

}

.form-wrapper .form-group input {
    width: 100% !important;
    flex: 0 0 100%;
    border-radius: 0;
    border: 2px solid #e6e6e6;
    font-size: 14px;
    font-weight: 300;
    color: #4d4d4d;
    padding: 8px 12px;
    font-family: var(--text-font-family);
    text-align: left;
}

.form-wrapper .form-group .col-lg-12 {
    width: 100%
}

.form-wrapper .form-group textarea {
    font-family: var(--text-font-family);
    text-align: left;
    height: 100px;
    width: 100% !important;
    flex: 0 0 100%;
    border-radius: 0;
    border: 2px solid #e6e6e6;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 12px;
}

.form-wrapper .form-group .form-control {
    margin-top: 10px;
}

.form-wrapper .file-group {
    position: relative;

}

.form-wrapper .file-group:after {
    content: 'انتخاب فایل';
    font-family: var(--text-font-family);
    font-size: 14px;
    /*font-weight: bold;*/
    color: var(--primary-color);
    width: 92px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer;
}

.form-wrapper .file-group .form-control[type="file"] {
    color: var(--secondary-color);
    margin-top: 20px;
}

.form-wrapper form .wpcf7-submit {
    margin: 30px auto 0;
    border: 1px solid #fff;
    display: block;
    line-height: 42px;
    padding: 0 30px;
    width: 100%;
}

.form-wrapper form .wpcf7-submit:hover {
    border-color: var(--accent-color);
}

.contact .map:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 70%;
    bottom: 30%;
    background: #183DA7;
    z-index: -1;

}

.contact .map img {
    min-height: 400px;
    object-fit: cover;
}

/* ------------ contact Page / End------------------*/
/*-------------- Blog Single Page / Start -----------*/

.single-post .navbar-nav .hfe-nav-menu .hfe-menu-item {
    color: var(--accent-color) !important;
}

.single-post .navbar-brand .name .elementor-heading-title {
    color: var(--accent-color);
}

.single-post .container-header .nav-icon-right svg {
    fill: var(--accent-color) !important;
}

.single-post .container-header .nav-icon-lan .elementor-icon-list-text {
    color: var(--accent-color) !important;
}

.single-post .container-header .navbar-col .hfe-nav-menu-icon svg {
    fill: var(--accent-color) !important;
}

.single-post .header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
}

.blog-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
}

.single-post {
    background: #f0f0f0;
}

.blog-container .top-blog {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.blog-container .top-blog .blog-img-wrapper {
    height: 100%;
}

.blog-container .top-blog .blog-img-wrapper img {
    width: 100%;
    height: 100% !important;
    max-width: 100% !important;
    display: block;
    object-fit: cover;
}

.single .blog-info-wrapper {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single .blog-info-wrapper .blog-title {
    display: block;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: bold;
    font-family: var(--text-font-family);
    margin-bottom: 20px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single .blog-info-wrapper .blog-details {
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.single .blog-info-wrapper .blog-date {
    font-family: var(--text-font-family);
}

.single .blog-info-wrapper .cat-links,
.single .blog-info-wrapper .cat-links a {
    font-family: var(--text-font-family);
}

.single .blog-info-wrapper .blog-date,
.single .blog-info-wrapper .cat-links,
.single .blog-info-wrapper .cat-links a {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
}

.single .blog-info-wrapper .blog-desc {
    position: relative;
    text-align: justify;
}


.single .blog-info-wrapper .blog-desc * {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--text-font-family);
    color: var(--text-color);
}

.single .blog-content {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    margin-top: 30px;
}

.single .blog-content p {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 15px;
    text-align: justify;

}

.single .blog-content ul,
.single .blog-content ol {
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 10px;
    font-family: var(--text-font-family);
}

.single .blog-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: var(--accent-color);
    margin-left: 6px;
    display: inline-block;
}

.single .blog-content h2,
.single .blog-content h3,
.single .blog-content h4,
.single .blog-content h5 {
    margin-top: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.single .blog-content h2 {
    font-size: 18px;
}

.single .blog-content h3 {
    font-size: 18px;
}

.single .blog-content h4 {
    font-size: 16px;
}

.single .blog-content h5 {
    font-size: 15px;
}

.single .blog-content video {
    max-width: 100%;
}

.single .tags-links,
.single .tags-links a {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--digits-font-family);
    margin-bottom: 10px;
    color: var(--primary-color);
    text-decoration: none;
    margin-top: 15px;
}

.single .navigation .nav-links {
    margin-top: 30px;

    border-top: 1px solid var(--border-color-light);
    display: flex;
}

.single .navigation .nav-links .nav-previous,
.single .navigation .nav-links .nav-next {
    float: none;
    flex: 0 0 50%;
}

.single .navigation .nav-links .nav-previous {
    border-right: 1px solid var(--border-color-light);
    padding-right: 10px;
}

.single .navigation .nav-links .nav-next {
    padding-right: 10px;
}

.single .navigation .nav-links .nav-previous a,
.single .navigation .nav-links .nav-next a {
    display: flex;
    gap: 10px;
    font-family: var(--digits-font-family);
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    padding-bottom: 20px;
    padding-top: 20px;
}

.single .navigation .nav-links .nav-next a {
    justify-content: flex-end;
}

.single .navigation.post-navigation {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px;
}

.single .navigation .nav-links .nav-previous a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.single .navigation .nav-links .nav-next a:after {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.single .navigation .nav-links .nav-previous a:hover,
.single .navigation .nav-links .nav-next a:hover {
    color: var(--text-color)
}

.blog-sidebar .sidebar-title {
    font-family: var(--text-font-family);
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 0;
}

.blog-sidebar .widget {
    margin-bottom: 20px;
}

.blog-sidebar .wp-block-categories {
    margin-bottom: 60px;
}

.blog-sidebar .wp-block-categories .cat-item a {
    color: var(--text-color);
    font-family: var(--text-font-family);
    font-size: 14px;
    padding: 10px 0;
    display: block;
}

.blog-sidebar .wp-block-categories .cat-item:hover a,
.blog-sidebar .wp-block-categories .cat-item.current-cat a {
    color: var(--primary-color)
}

.blog-sidebar .wp-block-categories .cat-item:first-child a {
    padding-top: 0;
}

.blog-sidebar .wp-block-categories .cat-item:last-child a {
    padding-bottom: 0;
}

.blog-sidebar .wp-block-categories .cat-item:not(:last-child) a {
    border-bottom: 1px solid var(--border-color-medium);
}

.blog-sidebar .wp-block-categories .cat-item:before {
    color: var(--primary-color);
}

.blog-sidebar .wp-block-latest-posts li {
    height: 80px;
    margin-bottom: 20px;
}

.blog-sidebar .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
    width: 80px;
    height: 80px;
}

.blog-sidebar .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
    height: auto !important;
    object-fit: cover;
}

.single .nav-links .meta-nav {
    display: none;
}

.blog-sidebar .wp-block-latest-posts__post-date {
    font-family: var(--text-font-family);
    color: var(--text-color);
    font-size: 12px;
    display: block;
    line-height: 30px;
}

.blog-sidebar .wp-block-latest-posts__post-title {
    color: var(--primary-color);
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: var(--text-font-family);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.btn-pdf-blog{
    font-family: var(--text-font-family);
    font-weight: bold;
    display: inline-block;
    border:0;
    background: var(--primary-color-light);
    color: #ffffff;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
    text-align: center;
    width: fit-content;
    transition: 0.4s;
}

.btn-pdf-blog:hover {
    background: var(--primary-color-dark)
}

/*-------------- Blog Single Page / End -----------*/
/*-------------- Blog list Page / Start -----------*/
.archive-blog {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px;
}

.latest-posts .row {
    gap: 3%;
}

.latest-posts .blog-cart {
    margin-bottom: 15px;
}

.latest-posts .blog-cart .info-wrapper {
    padding: 20px 25px;
}

.latest-posts .info-wrapper .blog-title {
    font-size: 15px;
    margin: 5px 0 10px;
}

.latest-posts .blog-cart .info-wrapper .blog-date {
    font-size: 12px;
}

.latest-posts .blog-cart .info-wrapper .btn {
    font-size: 13px;
    padding-right: 20px;
    background-size: 12px;
}

.archive-blog .archive-pag .nav-links {
    text-align: center;
    color: #173ea7;
    font-weight: 500;
    gap: 20px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}

.archive-blog .archive-pag .nav-links a {
    color: #173ea7;
    font-weight: 500;
}

/*-------------- Blog list Page / End -----------*/
/*-------------- Blog home Page / Start -----------*/
/*.slider-blog .swiper-slide .bdt-img-wrap img {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

.slider-blog .bdt-content .bdt-title a {
    font-family: var(--text-font-family);
    font-size: 22px !important;
    font-weight: bold;
}

.slider-blog .bdt-content .bdt-category a {
    font-family: var(--text-font-family);
    font-size: 16px !important;
    font-weight: 500;

}

.slider-blog .bdt-content .bdt-desc {
    margin-bottom: 20px;
}

.slider-blog .bdt-content .bdt-desc p {
    font-family: var(--digits-font-family);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 6em;
    color: var(--text-color);
    font-weight: 300;

}

.slider-blog .bdt-content .bdt-meta .bdt-date {
    font-family: var(--digits-font-family);
}

.slider-blog .bdt-item:hover .bdt-item {
    color: var(--accent-color);
}

.slider-blog .bdt-mercury-image-slider .bdt-navigation-wrap .bdt-button-next, .slider-blog .bdt-mercury-image-slider .bdt-navigation-wrap .bdt-button-prev {
    transform: scale(-1, 1);
}

#hero-blog .blog-hero .latest-blog {
    display: flex;

}

#hero-blog .blog-hero .latest-blog .col:nth-child(1) {
    width: 33.3333%;
}

#hero-blog .blog-hero .latest-blog .col:nth-child(2) {
    width: 66.66666%;
    display: flex;

}

#hero-blog .blog-hero .latest-blog .blog-cart {
    height: 600px;
    justify-content: center;
    display: flex;
    position: relative;
    border-radius: 0px;
}

#hero-blog .blog-hero .latest-blog .blog-cart img {
    height: 600px !important;
}

#hero-blog .blog-hero .latest-blog .col:nth-child(2) .blog-cart {
    width: 50%;

}


#hero-blog .blog-hero .blog-cart .info-wrapper {
    position: absolute;
    padding: 30px;
    background: #007254;
    bottom: 0;
    margin: 30px;
    border-radius: 0px 0px 15px 15px;
    width: 90%;
    max-width: 100%;


}

#hero-blog .blog-hero .blog-cart .img-wrapper {
    aspect-ratio: auto;
}

#hero-blog .blog-hero .blog-cart .info-wrapper .blog-desc {
    display: none;
}

#hero-blog .blog-hero .blog-cart .info-wrapper .blog-title {
    color: #fff;
}

.popular-blog .latest-blog .col .blog-cart {
    margin-bottom: 10px;
    display: flex;
}

.popular-blog .latest-blog .col .blog-cart .img-wrapper {
    width: 30%;
}

.popular-blog .latest-blog .col .blog-cart .info-wrapper {
    width: 70%;
}

.latest-blog .col .blog-cart .blog-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 5em;
}*/

/*-------------- Blog home Page / End -----------*/
/*-------------- projects list Page /Start -----------*/
/*.projects-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.projects-archive-title {
    font-family: var(--text-font-family);
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    padding-right: 15px;
    border-right: 4px solid var(--accent-color);
    color: var(--primary-color);
}

.projects-list .project-item {
    width: 32%;
    flex: 0 0 32%;
    margin-bottom: 40px;
    position: relative;
}

.projects-list .project-item .project-pic {
    display: block;
    aspect-ratio: 3/2;
    position: relative;
    overflow: hidden;
}

.projects-list .project-item .project-pic img {
    height: 100% !important;
    max-height: inherit !important;
    object-fit: cover;
    display: block;
    transition: all 0.5s;
}

.projects-list .project-item:hover .project-pic img {
    transform: scale(1.05);
}

.projects-list .project-item .project-info {
    background: var(--primary-color);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: -50px;
    right: 10px;
    left: 10px;
    opacity: 0;
    transition: all 0.5s;
}

.projects-list .project-item:hover .project-info {
    bottom: -30px;
    opacity: 1;
}

.projects-list .project-item .project-info .project-title {
    font-family: var(--text-font-family);
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.projects-list .project-item .project-info .project-categories {
    text-align: center;
}

.projects-list .project-item .project-info .project-categories .category-item {
    font-family: var(--text-font-family);
    font-size: 13px;
    font-weight: bold;
    color: var(--secondary-color);
}

.projects-list .project-item .project-info .project-categories .category-item:not(:last-child):after {
    content: '،';
    margin-right: 2px;
    margin-left: 5px;
}

@media (max-width: 991.98px) {
    .projects-list .project-item .project-info {
        bottom: -30px;
        opacity: 1;
        padding: 25px;
    }

    .projects-list .project-item .project-info .project-title {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .projects-list .project-item .project-info {
        padding: 10px;
        gap: 5px;
    }

    .projects-list .project-item .project-info .project-title {
        font-size: 14px;
    }
}*/

/*-------------- projects list Page / End -----------*/
/*-------------- about-us / start -----------*/
.about-img .elementor-image-box-img {
    margin-bottom: 0px !important;
}

.about-img .elementor-image-box-img img {
    filter: grayscale(100%) brightness(55%);
    -webkit-filter: grayscale(100%) brightness(55%);
    -moz-filter: grayscale(100%) brightness(55%);
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}

.about-img .elementor-image-box-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 26px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;

}

.about-img .elementor-image-box-content .elementor-image-box-title {
    font-family: var(--text-font-family);
    font-size: 18px;
}

.about-img .elementor-image-box-content .elementor-image-box-title {
    color: #fff;
}

.about-img .elementor-widget-image-box:hover .elementor-image-box-img img {
    filter: none;
}

.manager-section .manager-speech-title .section-title .elementor-heading-title, .manager-section .manager-speech-title .section-subtitle .elementor-heading-title {
    color: #fff;
}

.manager-section .manager-speech .desc * {
    color: #bfbfbf;
}

.manager-section .manager-speech-title .section-subtitle .elementor-heading-title:before {
    background: var(--secondary-color);
}

.manager-section .manager-speech-title .section-subtitle .elementor-heading-title:after {
    background: #fff;
}

.member-team .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 0px !important;

}

.member-team .elementor-image-box-wrapper .elementor-image-box-img img {
    height: 300px !important;
    object-fit: cover;
}

.member-team .elementor-image-box-wrapper {
    background: #f8f8f8;
}

.member-team .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 30px;
}

.member-team .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    font-family: var(--text-font-family);
    font-size: 18px;
    color: var(--text-color);
}

.member-team .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    font-family: var(--text-font-family);
    font-size: 16px;
}

.social-team {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    height: 300px;
    justify-content: flex-end;
    overflow: hidden;


}

.member-team .social-team .elementor-social-icons-wrapper {
    padding: 0px;
    background: #28146d;
    transform: translateX(100%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.member-team:hover .social-team .elementor-social-icons-wrapper {
    transform: translateX(0);
}

/*-------------- about-us / end -----------*/
/*-------------responsive------------*/
@media (max-width: 1300px) {
    .header .container-header {
        padding: 0 60px;
    }

    .header .container-header .nav-icon-right {
        right: 15px;
    }

    .header .container-header .nav-icon-lan {

        left: 15px;
    }
}

@media (max-width: 1160.98px) {
    .header .container-header {
        max-width: 992px;
    }

    .header .container-header .navbar-brand {
        width: 30%;
    }

    .header .container-header .navbar-col {
        width: 70%;
    }

    .section-hero .elementor-image-carousel-caption {
        left: calc(50% - 489px);
    }
}

@media (max-width: 1023.98px) {
    .header .container-header {
        max-width: 720px;
        padding: 0px;
    }

    .header .container-header .navbar-brand {
        width: 40%;
    }

    .navbar-nav .hfe-nav-menu .menu-item-has-children .sub-menu .menu-item a {
        color: #fff;
        font-weight: 200;
        background-color: rgba(0, 0, 10, 0.9) !important;
    }

    .header .container-header .navbar-col {
        width: 60%;
    }

    .header .container-header .navbar-col .navbar-nav > .elementor-widget-container {
        align-items: center;
        display: flex;
    }

    .header.fixed .container-header .navbar-col .hfe-nav-menu-icon svg {
        fill: var(--accent-color)
    }

    .header .container-header .navbar-col .hfe-nav-menu__layout-horizontal {
        width: 83vw !important;
        right: 9% !important;
        left: auto !important;
        top: 50px;
        background-color: rgba(0, 0, 10, 0.9) !important;
        position: fixed;

    }


    .header .container-header .navbar-col .hfe-nav-menu__layout-horizontal .menu-item .hfe-menu-item {
        background-color: transparent !important;
        font-family: var(--text-font-family);
        padding: 5px 0px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 300;
    }

    .header .container-header .navbar-col .hfe-nav-menu__layout-horizontal .menu-item {
        border: 0px !important;
    }

    .section-hero .elementor-image-carousel-caption {
        right: 50%;
        left: calc(50% - 400px);
    }

    .trait .trait-item .elementor-image-box-img {
        padding-bottom: 10px;
        margin-bottom: 10px !important;
    }

    .main-services .tab-content .icon .elementor-image-box-img img {
        width: 70px;
        max-width: 70px;
        height: auto;
        max-height: 70px;
    }

    .card-product .pd-title {
        font-size: 16px;
        right: auto;
        left: auto;
        width: 76%;
        text-align: center;
    }

    .card-product h3 {
        display: flex;
        justify-content: center;
    }

    .term-3d-printers .product-list .col-lg-3 .card-product h3 .pd-title {
        font-size: 16px;
    }

    .header .container-header .navbar-col .hfe-nav-menu__layout-horizontal .menu-item .hfe-menu-item {
        color: #ffff !important;
    }
}


@media (max-width: 992.98px) {
    .header .container-header {
        padding: 0 40px;
    }

    .section-hero .elementor-image-carousel-caption {
        right: 40%;
        left: calc(50% - 300px);
    }

    .main-services .tab-content .icon .elementor-image-box-img img {
        width: 50px;
        max-width: 50px;
        height: auto;
        max-height: 50px;
    }

    .main-services .e-n-tabs-heading .e-n-tab-title-text {
        font-size: 16px;
    }

    .term-3d-printers .card-product .pd-img {
        height: 100% !important;
    }

    .term-3d-printers .card-product .pd-img img {
        height: 100% !important;
    }

    .term-3d-printers .product-list .col-lg-3 .card-product h3 {
        align-items: center;
        padding-right: 5%;
    }

    .product-sidebar-wrapper .product-widget .categories li .img-cat {
        max-width: 30px;
    }

    .main-about .btn-about .elementor-button-text {
        font-size: 13px;
    }

    .blog-container .site-main .row .col-md-3 {
        width: 30%;
    }

    .blog-container .site-main .row .col-md-9 {
        width: 69%;
    }

    .blog-container .top-blog {
        flex-direction: column;
    }

    .blog-container .top-blog .col-md-5, .blog-container .top-blog .col-md-7 {
        width: 100%;
    }

    .single .blog-info-wrapper {
        padding: 20px 0 0;
    }

    .archive-blog .latest-posts .post {
        flex: 0 0 49%;
        width: 49%;
    }

    /*.projects .col {
        flex: 0 0 100%;
        max-width: 100%;
    }*/
    /*.section-about .btn {
        margin-left: calc(40% + 40px);
    }

    .section-about .pic-wrapper .pic2 {
        width: 50%;
        bottom: 30px;
        left: -12px;
    }
    .member-team .elementor-image-box-wrapper .elementor-image-box-img img {
        height: 250px !important;
    }
    .social-team{
        height: 250px;
        top: 25px;
    }
    .member-team .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
        font-size: 16px;
    }
    .member-team .elementor-image-box-wrapper .elementor-image-box-content {
        padding: 20px;
    }
    .member-team .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description{
        font-size: 14px;
    }*/
    .form-wrapper form .wpcf7-submit {
        margin: 10px auto 0;
    }

    .product-sidebar-wrapper .product-widget .categories li a {
        padding-right: 5px;
    }

    .product-sidebar-wrapper .product-widget .categories li .img-cat {
        max-width: 20px;
    }

    .product-sidebar-wrapper .product-widget .categories li.open ul li {
        padding: 10px 10px 5px 0px;
    }

    .archive .latest-posts .col-md-4, .category .latest-posts .col-md-4 {
        width: 49%;
    }
}


@media (max-width: 767.98px) {
    .product-sidebar-wrapper .product-widget .categories li.current.has-children ul li a {
        display: contents;
        width: 100%;
    }

    .section-hero .elementor-image-carousel-caption {
        left: auto;
        right: auto;
        text-align: center !important;
        display: flex;
        justify-content: center;
        margin: 0px auto;
        width: 100%;
        padding: 0px 20px;
    }

    .trait .trait-item .elementor-image-box-description {
        display: none;
    }

    .trait .trait-item .elementor-image-box-img {
        border: none;
    }

    .trait {
        top: 70%;
        left: 0px;
        width: 50%;
    }

    .header .container-header {
        max-width: 100%;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: center;
    }

    .header .container-header .navbar-brand {
        width: 60%;
        margin-right: auto;
        justify-content: left;
    }

    .header .container-header .navbar-col {
        width: calc(40% - 87px);
    }

    .header .container-header .nav-icon-right {
        position: inherit;
        width: 22px;
    }

    .header .container-header .nav-icon-lan {
        position: inherit;
        width: 65px;
    }

    .main-services .e-n-tabs-heading {
        display: contents;
    }

    .main-services .e-n-tab-title {
        margin-bottom: 0px !important;
        border: 1px solid #979797 !important;
        margin-top: 20px !important;
    }

    .product-list .col-lg-3 {
        width: 100%;
    }

    .product-sidebar-wrapper .product-widget .categories li.has-children ul li .img-cat {
        max-width: 0px;
    }

    .product-sidebar-wrapper .product-widget .categories {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .archive .latest-posts .col-md-4, .category .latest-posts .col-md-4 {
        width: 100%;
    }

    .blog-container .site-main .row .col-md-3 {
        display: none;
    }

    .blog-container .site-main .row .col-md-9 {
        width: 100%;
    }


    .blog-cart .info-wrapper {
        padding: 20px 0px;
    }

    .blog-cart .info-wrapper .btn {
        margin: 10px auto 0px;
    }

    .category .latest-posts .blog-cart .info-wrapper .btn, .archive .latest-posts .blog-cart .info-wrapper .btn {
        margin: 10px 0px 0px;
        height: 35px;
        line-height: 35px;
    }

    .section-articles .latest-blog .blog-cart {
        padding: 20px 20px 30px;
    }

    .latest-posts .blog-cart {
        display: flex;
    }

    .latest-posts .blog-cart .info-wrapper {
        flex: 0 0 55%;
        padding: 20px;
        width: 55%;
    }

    .blog-cart .info-wrapper .btn {
        height: 40px;
        font-size: 13px;
        padding: 0 20px;
        font-weight: 400;
    }

    .latest-posts .blog-cart .img-wrapper {
        flex: 0 0 45%;
        aspect-ratio: inherit;
    }

    .latest-posts .blog-cart .info-wrapper .blog-desc {
        display: none;
    }


    .footer .logo {
        width: 70px;
    }

    /*.section-about .pic-wrapper img {
        max-height: 320px;
    }*/
    .section-articles .latest-blog .blog-cart {
        flex-direction: column;
    }

    /*.manager-section .elementor-widget-image .elementor-widget-container img{
        height: 300px !important;
        margin-bottom: 60px;
        object-fit: cover;
        width: auto !important;
    }
    .member-team .social-team .elementor-social-icons-wrapper{
        transform: translateX(0);
    }
    .social-team{
        right:5px;
        top: 55px;
    }*/
    .form-group {
        margin-bottom: 10px;
    }

    .section-articles .latest-blog .blog-cart:nth-child(3) {
        display: none;
    }

    .section-articles .latest-blog .blog-cart {
        width: 49%;
        flex: 0 0 49%;
    }

    .section.page-header .section-title .elementor-heading-title {
        font-size: 26px;
    }

    .sub-service-item .elementor-widget-container img {
        height: 100% !important;

    }

    .section-service .sub-service-item {
        padding: 30px 0;
        padding-left: calc(1% + 60px);
    }

    .section-service .sub-service-item:before {
        width: 40px;
        height: 40px;
    }

    .section-service .sub-service-item:after {
        left: calc(1% + 20px);
    }

    .section-service .sub-service-item:before {
        top: 23px;
    }

    .card-product .pd-title {
        font-size: 14px;
    }

    .page-header .section-title .elementor-heading-title, .entry-header .section-title .elementor-heading-title {
        font-size: 26px;
    }

    .details-col .item .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        width: 70%;
        font-size: 14px;
    }

    .details-col .item .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        width: 30%;
        font-size: 15px;
    }

    .details-col .item {
        display: flex;
        width: 100%;
    }

    .details-col .item .elementor-widget-container {
        width: 100%;
    }

    .section-product-details .details-col .item .elementor-image-box-wrapper .elementor-image-box-content {
        gap: 20px;
    }

    .blog-sidebar .sidebar-title {
        font-size: 16px;
    }

    .blog-sidebar .widget {
        margin-bottom: 10px;
    }

    .navbar-col .navbar-nav > .hfe-nav-menu {
        height: 100%;
    }

    .details-col .elementor-image-box-wrapper {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .mobile-sidebar-toggle {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .product-sidebar-wrapper {
        display: none;
        transition: all 0.3s ease;
        background: #fff;
        padding: 15px;
        position: relative;
        z-index: 10;
    }

    .product-sidebar-wrapper.active {
        display: block;
    }

    .product-sidebar-wrapper .product-widget .sidebar-head {
        display: none;
    }

    .mobile-sidebar-toggle {
        display: block;
        background: var(--primary-color-dark);
        color: white;
        padding: 10px 15px;
        border: none;
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 16px;
        width: 100%;
        font-family: var(--text-font-family);
    }

    .product-sidebar-wrapper .product-widget .categories li {
        padding: 10px;
    }

    .page-header .section-title .elementor-heading-title, .entry-header .section-title .elementor-heading-title {
        font-size: 24px;
    }

    .section-hero .elementor-image-carousel-caption {
        font-size: 24px;
        top: 46%;
    }

    .section-hero .swiper-slide-inner img {
        height: 70vh;
    }

    .section-hero .slider-hero .swiper-slide-inner:after {
        height: 70vh;
    }

    .slider-hero .swiper-wrapper {
        height: 70vh;
    }

    .trait {
        top: 80%;
        width: 100%;
    }

    .trait .trait-item {
        width: 25% !important;
    }

    .main-services .tab-content .icon .elementor-image-box-img img {
        width: 40px;
        max-width: 40px;
        height: auto;
        max-height: 40px;
    }

    .product-sidebar-wrapper .product-widget .categories li {
        width: 100%;
    }

    .section-hero {
        height: 70vh;
        min-height: auto;
    }

    .header .container-header .navbar-col .hfe-nav-menu__layout-horizontal {
        top: 45px;
    }

    .tab-content > .elementor-element > .e-con-inner {
        padding: 20px 0px;
    }

    .navbar-brand .name .elementor-heading-title {
        font-size: 14px;
        margin: 0px;


    }

    .card-product {
        display: flex;
        align-items: center;
    }

    .blog-cart .info-wrapper .blog-title {
        font-size: 16px;
    }

    .blog-sidebar {
        display: none;
    }

    .category .blog-sidebar, .archive .blog-sidebar {
        display: block;
    }

    .footer .footer-content > .elementor-element {
        flex-direction: column;
    }

    .category .blog-sidebar .wp-block-categories, .archive .blog-sidebar .wp-block-categories {
        display: flex;
        flex-wrap: wrap;
    }

    .category .blog-sidebar .wp-block-categories .cat-item, .archive .blog-sidebar .wp-block-categories .cat-item {
        display: inline-flex;
        margin: 0 5px 10px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #cccccc;
        padding: 11px 16px;
        transition: all 0.3s;
        align-items: center;
    }

    .blog-sidebar .widget .wp-block-latest-posts {
        display: none;
    }

    .blog-sidebar .widget:nth-child(3) {
        display: none;
    }

    .blog-sidebar .wp-block-categories {
        margin-bottom: 20px;
    }

    .footer .footer-content .elementor-icon-box-icon {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .footer .footer-nav .menu-item .hfe-menu-item {
        font-size: 12px;
        padding-left: 10px;
    }

    .page-header, .entry-header {
        min-height: 320px;
    }

    .section.page-header .section-title .elementor-heading-title {
        font-size: 24px;
    }

    .contact-info .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
        font-size: 32px;
    }

    .contact .map img {
        min-height: 300px;
        object-fit: cover;
    }

    .single .blog-info-wrapper .blog-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .footer .contact-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
        margin-left: 5px;
    }

    .footer .contact-box .elementor-icon-box-wrapper .elementor-icon-box-title * {
        font-size: 14px;
    }

    .footer .contact-box .elementor-icon-box-wrapper .elementor-icon-box-description {
        font-size: 13px;
    }

    .footer {
        padding-bottom: 10px !important;
    }

    .footer .footer-content .elementor-icon-box-wrapper svg {
        font-size: 16px !important;
    }

    .logo-info .elementor-icon-list-items .elementor-icon-list-item a svg {
        font-size: 16px !important;
    }

    .tab-content .icon {
        width: 100% !important;
    }

    .tab-content > .elementor-element > .e-con-inner {
        padding: 10px;
        gap: 20px;
    }

    .main-services .e-n-tabs-heading .e-n-tab-title-text {
        font-size: 15px;
    }

    .tab-content .icon .elementor-image-box-content {
        align-items: center;
        display: flex;
    }

    .tab-content .icon .elementor-image-box-img {
        margin-bottom: 0px !important;
    }

    .main-services .tab-content .icon .elementor-image-box-title {
        text-align: left;
        padding-left: 20px;
    }

    .product-list .col-lg-3 {
        width: 100%;
    }

    .term-3d-printers .product-list .col-lg-3 {
        width: 100%;
    }

    .card-product .btn-more {
        opacity: 1;
    }

    .tab-content .icon .elementor-image-box-wrapper {
        display: flex;
    }

    .blog-cart .info-wrapper .blog-desc {
        display: none;
    }

    .customers-content > .e-con-inner {
        grid-template-columns:repeat(2, 1fr) !important;
    }

    .about-img .elementor-image-box-content .elementor-image-box-title {
        font-size: 16px !important;
    }


    .contact-info {
        width: 100% !important;
    }

    .section-articles .latest-blog .blog-cart {
        flex-direction: row;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .section-articles .latest-blog .blog-cart {
        padding: 0px;
    }

    .blog-cart .info-wrapper {
        padding: 20px 15px 20px 10px;
    }

    .blog-cart .info-wrapper .blog-title {
        font-size: 14px;

    }

    .blog-cart .info-wrapper .btn {
        height: 30px;
        font-size: 13px;
        padding: 1px 15px;
        font-weight: 400;
        display: inline-flex;
        align-items: center;
        margin: 0px;
    }

    .section-service .sub-service-item:before {
        width: 20px;
        height: 20px;
        left: 0;
        top: 23px;

    }

    .section-service .sub-service-item:after {
        left: calc(0% + 10px);
    }

    .section-service .sub-service-item {
        padding-left: calc(1% + 20px);
    }

    .service-description .btn {
        width: 100%;
    }

    .service-description .btn .elementor-button {
        width: 100%;
    }

    .details-col .item .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        width: 100%;
    }

    .details-col .item .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
        width: 100%;
    }

    .section-product-details .details-col .item .elementor-image-box-wrapper .elementor-image-box-content {
        gap: 5px;
        flex-direction: column;
        border: 1px solid #183da759;
    }

    .section.page-header .section-title .elementor-heading-title {
        font-size: 20px;
    }

    .page-header .section-title .elementor-heading-title, .entry-header .section-title .elementor-heading-title {
        font-size: 20px;
    }

    .footer-nav {
        display: none;
    }

    .footer .footer-content .elementor-icon-box-icon {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer .footer-content .elementor-icon-box-wrapper {
        flex-direction: row !important;
        justify-content: center;
        margin-bottom: 10px;
        gap: 5px !important;
    }

    .footer-content .info {
        padding-bottom: 5px;
    }

    .section-articles .latest-blog .blog-cart .info-wrapper {
        flex: 0 0 55%;
        width: 55%;
    }
}

@media (max-width: 430px) {

    .footer .footer-nav .menu-item .hfe-menu-item {
        font-size: 10px;
        padding-left: 5px;
    }

    .about-section .btn {
        width: 100%;
    }

    .about-section .btn a {
        width: 100%;
    }

    .service-item > .e-con-inner > .elementor-element {
        grid-template-columns: repeat(1, 1fr);
    }


}

@media (max-width: 379.98px) {
    .header .container-header .navbar-brand .name {
        display: none;
    }

    .blog-cart .info-wrapper .blog-title {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        max-height: 5em;
        line-height: 32px;
    }

    .section-product-details .btn {
        width: 100%;
    }

    .section-product-details .btn a {
        width: 100%;
    }

}
