@charset "UTF-8";
/*
Theme Name: Karena
Theme URI: http://demo.themsah.com/karena
Author: Themsah Team
Author URI: https://www.zhaket.com/store/web/themsah
Description: Karena Wordpress theme Design by themsah team.
Version: 1.5.0
Text Domain: Themsah
*/

html,
body,
div,
span,
applet,
object,
iframe,
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;
}

a {
    color: #000;
}

li {
    list-style: none;
}

input {
    font-family: IRANSans;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #041C3F;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0px -1px 13px #041C3F;
}

::-webkit-scrollbar-thumb {
    background: #F5B904;
    border-radius: 10px;
}

/* vazir-font */
@font-face {
    font-family: Vazir;
    src: url('fonts/vazir/Vazir-FD.eot');
    src: url('fonts/vazir/Vazir-FD.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir/Vazir-FD.woff2') format('woff2'),
    url('fonts/vazir/Vazir-FD.woff') format('woff'),
    url('fonts/vazir/Vazir-FD.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir/Vazir-Bold-FD.eot');
    src: url('fonts/vazir/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir/Vazir-Bold-FD.woff2') format('woff2'),
    url('fonts/vazir/Vazir-Bold-FD.woff') format('woff'),
    url('fonts/vazir/Vazir-Bold-FD.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir/Vazir-Thin-FD.eot');
    src: url('fonts/vazir/Vazir-Thin-FD.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir/Vazir-Thin-FD.woff2') format('woff2'),
    url('fonts/vazir/Vazir-Thin-FD.woff') format('woff'),
    url('fonts/vazir/Vazir-Thin-FD.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir/Vazir-Light-FD.eot');
    src: url('fonts/vazir/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir/Vazir-Light-FD.woff2') format('woff2'),
    url('fonts/vazir/Vazir-Light-FD.woff') format('woff'),
    url('fonts/vazir/Vazir-Light-FD.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir/Vazir-Medium-FD.eot');
    src: url('fonts/vazir/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir/Vazir-Medium-FD.woff2') format('woff2'),
    url('fonts/vazir/Vazir-Medium-FD.woff') format('woff'),
    url('fonts/vazir/Vazir-Medium-FD.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/vazir/Vazir-Black-FD.eot');
    src: url('fonts/vazir/Vazir-Black-FD.eot?#iefix') format('embedded-opentype'),
    url('fonts/vazir/Vazir-Black-FD.woff2') format('woff2'),
    url('fonts/vazir/Vazir-Black-FD.woff') format('woff'),
    url('fonts/vazir/Vazir-Black-FD.ttf') format('truetype');
    font-weight: 900;
}

body {
    background-color: #FFFFFF;
    direction: rtl;
    font-family: Vazir;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.top-header {
    padding-top: 40px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.inner-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contact {
    display: flex;
}

.social-club {
    border-right: 1px dotted rgb(214, 214, 214);
    display: flex;
}

.social-club a {
    color: #041C3F;
    font-size: 24px;
    margin-inline-start: 15px;
}

.social-club a:hover,
.social-club-footer a:hover {
    color: #F5B904;
    transition: 0.3s;
}

.address {
    margin-inline-end: 20px;
    font-weight: bold;
}

.address .fa-map-marker-alt {
    color: #F5B904;
}

.top-menu-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.menu-header {
    background-color: #041C3F;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 83%;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 0 5px #041c3f80;
    z-index: 3;
}

.phone-call {
    width: 16%;
    background-color: #041C3F;
    height: 60px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline-flex;
    box-shadow: 0 0 5px #041c3f80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.before-container {
    z-index: 2;
}

.before-container {
    height: 60px;
    width: 100%;
    background: #041C3F;
    box-shadow: 0 0 5px #041c3f80;

}

.inner-menu-header {
    width: 100%;
}

.inner-menu-header ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    z-index: 99999999999999;
}

.inner-menu-header ul li {
    display: inline-block;
    position: relative;
}

.inner-menu-header ul li a {
    padding: 0px 15px;
    display: block;
    color: #000;
    line-height: 60px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 300;
}

.inner-menu-header ul li:hover > a {
    color: #F5B904;
}

.inner-menu-header ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 200px;
    right: 0px;
    background: #041C3F;
    box-shadow: 0 0 5px #041c3f80;
    z-index: 999999999;
    border-radius: 10px;
    transition: 0.3s;
    display: block;
}

.inner-menu-header ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    top: 75px;
}

.inner-menu-header ul li ul li {
    display: block;
    z-index: 9;
}

.inner-menu-header ul li ul li a {
    line-height: 50px;
    z-index: 9;
}

.inner-menu-header ul li ul li:hover a {
    box-shadow: none;
    background-color: #F5B904;
    color: #041C3F;
    border-radius: 10px;
    transition: 0.3s;
    z-index: 9;
}

.sub-menu {
    min-width: 250px !important;
    width: auto !important;
}

.icon-search {
    height: 60px;
    width: 60px;
    background-color: #F5B904;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.icon-phone {
    height: 60px;
    width: 60px;
    background-color: #F5B904;
    position: absolute;
    border-radius: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.icon-close {
    height: 60px;
    width: 60px;
    background-color: #F5B904;
    position: absolute;
    border-radius: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.icon-phone a,
.icon-search a {
    font-size: 20px;
    color: #041C3F;
    line-height: 60px;
}

.icon-close a {
    font-size: 30px;
    color: #041C3F;
    line-height: 60px;
    margin-top: 3px;
}

.inner-phone-call span {
    color: #FFFFFF;
    margin-inline-start: 70px;
    font-weight: bold;
}

.inner-phone-call a {
    text-decoration: none;
}

.inner-menu-header ul li ul::before {
    content: '';
    color: #fff;
    width: 100%;
    height: 22px;
    background: transparent;
    position: absolute;
    right: 0;
    top: -15px;

}

.inner-menu-header ul li ul::after {
    width: 0;
    height: 0;
    content: '';
    top: -12px;
    right: 12px;
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #041C3F;
    z-index: 1;
}

.search-box {
    background-color: #041C3F;
    height: 60px;
    width: 300px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline-flex;
    box-shadow: 0 0 5px #041c3f80;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 15;
    left: -600px !important;
    top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;

}

.search-box.active {
    opacity: 1;
    visibility: visible;
    left: calc(-240px) !important;
}

.search-form {
    height: 100%;
    display: flex;
}

.search-form input {
    color: #FFFFFF;
    width: 100%;
    margin-inline-start: 70px;
    height: 100%;;
    font-weight: bold;
    outline: none;
    border: none;
    background-color: #041C3F;
    position: absolute;
    font-family: Vazir;
}


.slider {
    position: relative;
}

.slider.owl-carousel .owl-item img {
    object-fit: cover !important;
    width: 100% !important;
    height: 550px !important;
}

button.owl-prev span {
    font-size: 50px;
    position: absolute;
    top: 40%;
    right: 7%;
    font-weight: 100;
    color: #F5B904;
    background-color: rgba(18, 17, 90, 0.3);
    height: 60px;
    width: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-inline-start: 21px;
    transition: 0.5s;
    padding-top: 5px;
}


button.owl-next span {
    font-size: 50px;
    position: absolute;
    top: 40%;
    left: 7%;
    font-weight: 100;
    color: #F5B904;
    background-color: rgba(18, 17, 90, 0.3);
    height: 60px;
    width: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-inline-start: 24px;
    padding-top: 5px;

}

button.owl-next span:hover,
button.owl-prev span:hover {
    background-color: rgba(18, 17, 90, 0.7);
}

.title-slider {
    padding: 10px 20px 8px 20px;
    background-color: #041C3F;
    border-radius: 30px;
    box-shadow: 0 0 5px #041c3f80;
    width: max-content;
}

.title-slider a,
.text-slider a {
    text-decoration: none;
}

.title-slider a h3 {
    color: #F5B904;
    font-weight: normal;
    font-size: 24px;
    width: max-content;
}

.text-slider {
    padding: 15px 20px 13px 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    width: max-content;
}

.text-slider span {
    color: #041C3F;
    font-weight: initial;
    font-size: 20px;
    width: max-content;
}

.scrollguide {
    height: 200px;
    width: 30px;
    background-color: transparent;
    position: absolute;
    top: 250px;
    right: 20px;
    z-index: 55;
    text-align: center;
    position: fixed;
    z-index: 999999999;
}


.scrollguide a {
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    margin-bottom: 20px;
    margin-inline-start: 5px;
    transition: 0.5s;
    position: relative;
}


.scrollguide a::before {
    content: '';
    position: absolute;
    right: 8.5px;
    top: 20px;
    width: 3px;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
}

.scrollguide a:last-child:before {
    display: none;
}


.scrollguide a span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -4px;
    right: 155px;
    width: 120px;
    height: 30px;
    border-radius: 100px;
    background: #041C3F;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    font-size: 15px;
    padding-top: 3px;
    z-index: 9999999999;
}


.show-replyeguide {
    opacity: 1;
    visibility: visible;
}


.scrollguide a span::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 1px;
    right: -8px;
    border-top: 14px solid transparent;
    border-left: 20px solid #041C3F;
    border-bottom: 14px solid transparent;
}

.scrollguide a:hover span,
.scrollguide a.activecc span {
    opacity: 1;
    right: 40px;
    visibility: visible;
}

.scrollguide a:hover,
.scrollguide a.activecc {
    background-color: #F5B904 !important;
}

.ggggg {
    position: relative;
}


.title-text-process {
    color: #F5B904;
    z-index: 99;
    font-size: 20px;
    margin-top: 70px;
}

.services {
    text-align: center;
}

.title-about-us,
.title-container,
.title-article {
    width: 100%;
}

.title-container h1,
.title-article h1,
.title-about-us h1 {
    margin-top: 60px;
    color: #F5B904;
    text-align: center;
    font-size: 16px;
}

.title-container p,
.title-article p,
.title-about-us p {
    margin-top: 20px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.ourservices {
    display: flex;
    align-items: flex-end;
    margin-top: 90px;
    margin-right: 0 !important;
    width: 100%;
}

.ourservices1 {
    align-items: flex-end;
    margin-top: 120px;
}

.box-services1:nth-child(2) {
    height: 340px;
    background-image: linear-gradient(to top, #041C3Fdd, #041C3Fdd), url('img/portfolio6-1.jpg');
}

.box-services1,
.box-services2,
.box-services3,
.box-services-article {
    height: 290px;
    width: 100%;
    background-image: linear-gradient(to top, #041C3F, #041C3F), url('img/portfolio6-1.jpg');
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.3s;
    margin-bottom: 150px;
}

#box-services-article-special {
    height: 340px;
    margin-top: -50px;
    background-image: linear-gradient(to top, #041C3Fdd, #041C3Fdd), url('img/portfolio6-1.jpg');
}

.box-services2 {
    height: 340px;
    background-image: linear-gradient(to top, #041C3Fdd, #041C3Fdd), url('img/portfolio6-1.jpg');
}

.box-services1:hover,
.box-services3:hover,
.box-services-article:hover {
    height: 340px;
    margin-top: -50px;
    background-image: linear-gradient(to top, #041C3Fdd, #041C3Fdd), url('img/portfolio6-1.jpg');
}

.box-services1 p,
.box-services2 p,
.box-services3 p,
.box-services-article p {
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    top: 70px;
    right: 10%;
    width: 80%;
    text-align: center;
}

.box-services1 span p,
.box-services2 span,
.box-services3 span,
.box-services-article span {
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
    top: 130px;
    width: 80%;
    right: 10%;
}

.icon-box-services1,
.icon-box-services2,
.icon-box-services3,
.icon-box-services-article {
    width: 90px;
    height: 90px;
    background-color: #F5B904;
    border-radius: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    top: -45px;
    margin-inline-start: 50%;
    transform: translateX(50%);
}

.icon-box-services1 img,
.icon-box-services2 img,
.icon-box-services3 img,
.icon-box-services-article img {
    margin: 0 auto;
}

.bottun-box-services1,
.bottun-box-services2,
.bottun-box-services3 {
    background-color: #F5B904;
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s;
}

.bottun-box-services1:hover,
.bottun-box-services2:hover,
.bottun-box-services3:hover {
    background-color: #f5a104;
}

.bottun-box-services1 a p,
.bottun-box-services2 a p,
.bottun-box-services3 a p {
    position: absolute;
    top: 15px;
    color: #000;
    font-size: 14px;
}

.bottun-box-services1 a {
    padding: 20px 60px;
}

.banner-manager {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    background-image: url(img/portfolio10-1.png);
    background-size: cover;
}

.banner1 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
}

.box-slogan {
    background-color: #F5B904;
    border-radius: 10px;
    width: 50%;
    margin-top: 90px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px 10px #F5B90450;
    padding: 40px;
    margin: 40px 0 40px 0 !important;
}

.text-content-slogan {
    margin-top: 30px !important;
}

.text-content-slogan h5 {
    margin-top: 10px !important;
}

.box-slogan-img1 {
    width: 45px;
    height: auto;
}

.box-slogan p {
    width: 100%;
    font-size: 18px;
    text-align: justify;
}

.box-slogan h4 {
    font-size: 20px;
    color: #000;
}

.box-slogan h5 {
    font-size: 18px;
    color: #636363;
}

.box-slogan-img2 {
    width: 30%;
}

.content-slogan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px !important;

}

.banner-manager-box {
    display: flex;
    width: 100%;
}

.manager-img {
    width: 40%;
}

.elementor * {
    margin: 0;
}

.manager-img img {
    height: 100%;
    width: 100%;
}

.project-us {
    box-shadow: 0 0 5px #041c3f80;
    height: auto;
    background-image: linear-gradient(to top, #041C3F80, #041C3F80), url('img/w1-1.png');
}

.project-us img {
    width: 100%;

}


.project-us-title {
    text-align: center;
    height: 50px;
    padding-top: 100px;
}

.project-us-title h2 {
    font-size: 18px;
    color: #F5B904;
}

.project-us-title h3 {
    font-size: 22px;
    color: #fff;
}

.img-box,
.img-box-project {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 100px;


    direction: ltr;
}

.img-box > div img {
    width: 100%;
    height: 100%;
}

.img-box-project > div img {
    width: 100%;
    height: 100%;
}

.box:nth-child(1) {
    grid-row: auto/span 5;
    grid-column: auto/span 5;
    border-radius: 20px;
    border-radius: 10px;
    position: relative;
    margin: 5px;
}

.box:nth-child(2) {
    grid-row: auto/span 2;
    grid-column: auto/span 3;
    position: relative;
    margin: 5px;
}

.box:nth-child(3) {
    grid-row: auto/span 2;
    grid-column: auto/span 3;
    position: relative;
    margin: 5px;
}

.box:nth-child(4) {
    grid-row: auto/span 3;
    grid-column: auto/span 6;
    position: relative;
    margin: 5px;
}


.box img {
    border-radius: 10px;
}

.button-project-all {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 60px;
    text-align: center;
    float: left;
    padding-top: 13px;
    border-radius: 5px;
    margin-inline-end: 10px;
    transition: 0.5s;
    text-decoration: none !important;
}

.button-project-all p {

    color: #FFFFFF;
    font-size: 18px;
}

.consulting-box {
    border-radius: 10px;
    background-color: #F5B904;
    width: 100%;
    height: 200px;
    margin-top: 180px;
    display: flex;
    align-items: center;
}

.consulting-box img {
    margin-top: 0px;
    margin-inline-start: 40px;
}

.consulting-box-text {
    border-right: 1px solid #eee;
    margin-inline-start: 40px;
    padding-inline-start: 40px;
}

.consulting-box-text h4 {
    font-size: 16px;
    color: #FFFFFF;
}

.consulting-box-text h3 {
    font-size: 22px;
    color: #FFFFFF;
}

.button-consulting {
    width: 15%;
    height: 50px;
    text-align: center;
    background-color: #041C3F;
    border-radius: 5px;
    box-shadow: 0 0 5px #041c3f80;
    color: #FFFFFF;
    padding-top: 13px;
    margin-inline-start: 200px;
    transition: 0.5s;
    text-decoration: none !important;
}

.button-consulting p {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}


/* .item-project{*/
/*    color: black;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*    margin-bottom: 100px;*/
/*    position: relative;*/
/*}*/
/* .item-project::before{
    content: '';
    width: 3px;
    height: 60px;
    background-color: #F5B904;
    position: absolute;
    transform: rotate(55deg);
    top: -70px;
    left: 113px;
    transition: 0.5s;
}
.item-project::after{
    content: '';
    width: 3px;
    height: 60px;
    background-color: #F5B904;
    position: absolute;
    transform: rotate(-55deg);
    top: -70px;
    left: 161px;
    transition: 0.5s;
}
.item-project2::before{
    content: '';
    width: 3px;
    height: 65px;
    background-color: #F5B904;
    position: absolute;
    top: -30px;
    left: 101px;
    transition: 0.5s;
}
.item-project2::after{
    content: '';
    width: 3px;
    height: 65px;
    background-color: #F5B904;
    position: absolute;
    top: -30px;
    right: 100px;
    transition: 0.5s;
}
.item-project3::before{
    content: '';
    width: 3px;
    height: 75.5px;
    background-color: #F5B904;
    position: absolute;
    top: -4.5px;
    left: 137.9px;
    transform: rotate(-90deg);
    transition: 0.5s;
}
.item-project3::after{
    content: '';
    width: 0;
    height: 0;
    top: -38.5px;
    right: 100px;
    position: absolute;
    border-top: 10px solid #F5B904;
    border-left: 10px solid transparent;
    transition: 0.5s;
}
.item-project4::before{
    content: '';
    width: 10px;
    height: 10px;
    top: -46px;
    right: 100px;
    background: #F5B904;
    position: absolute;
    transition: 0.5s;
}
.item-project4::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #F5B904;
    border-radius: 50%;
    top: -50px;
    right: 100px;
    position: absolute;
    transition: 0.5s;
} */
.item-project:nth-child(1) .item-project2::before, .item-project:nth-child(1) .item-project2::after {
    height: 0;
    opacity: 0;
}

.item-project:nth-child(1) .item-project3::before {
    width: 0;
    opacity: 0;
}

.item-project:nth-child(1):hover .item-project2::after, .item-project:nth-child(1):hover .item-project2::before {
    opacity: 1;
    height: 65px;
}

.item-project:nth-child(1):hover .item-project3::before {
    opacity: 1;
    width: 3px;
}

/*.item-project:nth-child(2) .item-project2::before{*/
/*    height: 0;*/
/*    opacity: 0;*/
/*}*/
/*.item-project:nth-child(2) .item-project3::before{*/
/*    height: 0;*/
/*    */
/*}*/
/*.item-project:nth-child(2):hover .item-project2::before{*/
/*    opacity: 1;*/
/*    height: 65px;*/
/*}*/
/*.item-project:nth-child(2):hover .item-project3::before{*/
/*   */
/*    height: 65px;*/
/*}*/
/*.item-project:nth-child(3) .item-project2::before{*/
/*    height: 0;*/
/*    top:auto;*/
/*   bottom: 94px !important;*/
/*}*/
/*.item-project:nth-child(3):hover .item-project2::before{*/
/*    */
/*    height: 65px;*/
/*}*/
.item-project4 img {
    width: 50px;
    margin-top: -25px;
}

/*.item-project {*/
/*    color: #fff;*/
/*    font-size: 24px;*/
/*    margin-top: 20px;*/
/*    font-weight: 500;*/
/*}*/

/*.item-project span {*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*}*/

.project-item {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    margin-top: 100px;
}

.img-item-icom {
    position: absolute;
    width: 50px !important;
    height: 25% !important;
    top: 40px;
    right: 40%;
}

.title-text-how-worker {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 40px;
    margin-inline-start: 50px;
}

.how-worker h2 {
    font-size: 20px;
}

.text-content {
    font-size: 16px;
    color: #000;
    margin-inline-start: 20px;
    margin-top: 30px;
    width: 90%;
    line-height: 30px;
}

.road-map-site {
    margin-top: 50px;
}

.road-map {
    display: flex;
    margin-top: 20px;
}

.road-text-content {
    display: flex;
    flex-direction: column;
}

.number-road {
    height: 70px;
    background-color: #F5B904;
    color: #000;
    border-radius: 10px;
    text-align: center;
    padding: 17px 28px;
    font-size: 25px;
}

.road-map-title {
    margin-inline-start: 20px;
    margin-top: 5px;
}

.road-map-title h2 {
    font-size: 20px;
    color: #000;
}

.road-map-content {
    margin-inline-start: 5%;
    width: 100%;
}

.road-map-content p {
    width: 90%;
}

.road-map-icon {
    margin-inline-start: 6px !important;
}

.background-slide {
    background-color: #041C3F;
    margin-top: 105px;
    position: relative;
    padding: 0 0 30px 30px;
    border-top-right-radius: 10px;
}

#comparison {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

figure {
    position: absolute;
    background-image: url('img/pr4-600x600.jpg');
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

#divisor {

    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    background-position-x: right;

}

#divisor::before,
#divisor::after {
    content: '';
    position: absolute;
    left: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

#divisor::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
    background-color: #F5B904;
}

#divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
    background-color: #F5B904;
}

#handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(50%);
    z-index: 1;
    background-color: #041C3F;
    border-radius: 100px;
}

#handle::before,
#handle::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

#handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-inline-end: -17px;
}

#handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-inline-start: -17px;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;


}

input[type=range]:focus,
input[type=range]:active {
    border: none;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid #041C3F;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}

input[type=range]::-webkit-slider-thumb:active {
    border-color: #F5B904;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}

tg
.sliderbox-comment {
    margin-top: 70px;
    box-shadow: 0 0 5px #041c3f80;
    height: 440px;
    width: 100%;
    background-image: linear-gradient(to top, #041C3Fdd, #041C3Fdd), url('img/portfolio7-1.png');
}

.item-comment {
    text-align: center;
}

.virgol-img {
    text-align: center;
    margin-inline-start: calc(50% - 25px) !important;
    margin-top: 70px;
    color: #F5B904;
}

.slider-comment {
    width: 100%;
}

.item-slider-comment {
    width: 100%;
}

.text-item-slider-comment {
    color: #FFFFFF;
    width: 60%;
    text-align: center;
    margin-top: 40px;
    line-height: 30px;
    margin-inline-start: 20%;
}

.img-profile-slider {
    margin-top: 50px;
    border-radius: 100px !important;
    height: 70px;
    width: 70px;
    margin-inline-start: calc(50% - 35px) !important;
}

.text-profile-silder-comment {
    margin-bottom: 20px;
    text-align: center;
    width: 40%;
    margin-inline-start: calc(50% - 20%);
    margin-top: 20px;
}

.text-profile-silder-comment h5 {
    font-weight: lighter;
    font-size: 16px;
    margin-top: 0px;
    width: 100%;
}

.text-profile-silder-comment h6 {
    color: #F5B904;
    font-size: 14px;
    font-weight: lighter;
    width: 100%;
}

.title-article {
    margin-inline-start: 50%;
    transform: translateX(50%);
}


.article-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-img img {
    object-fit: cover;
}


.item-box3-img,
.item-box2-img {
    background-color: #041C3F;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    top: 0px;
    right: 0;
}


.item-box4-img {
    background-color: #041C3F;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    top: 0px;
    right: 0;
}


.item-box-icon:nth-child(1) {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    text-align: center;
    margin: 20px;
    padding: 10%;
}

.item-box-icon:nth-child(2) {
    width: 80%;
    height: 80%;
    border: 1px solid #fff;
    margin-top: 7%;
    margin-inline-end: 10%;
    text-align: center;
}

.item-box-icon:nth-child(3) {
    width: 80%;
    height: 80%;
    border: 1px solid #fff;
    margin-top: 10%;
    margin-inline-end: 10%;
    text-align: center;
}

.item-box-icon:nth-child(4) {
    width: 80%;
    height: 80%;
    border: 1px solid #fff;
    margin-top: 10%;
    margin-inline-end: 10%;
    text-align: center;
}


.item-box4-icon p,
.item-box3-icon p,
.item-box2-icon p {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 20px;
}

.item-box1-icon p {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 100px;
}


.item-box-link:hover {
    text-decoration: none;
}


.text_box-article a {
    text-decoration: none;
}


.text_box-article {
    width: 270px;
    height: 80px;
    border-radius: 10px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

.option-item {
    position: absolute;
    bottom: -80px;
    color: #636363;
    display: flex;
}

.date-item span,
.folder-item span {
    padding-inline-start: 5px;
}

.folder-item {
    margin-inline-start: 20px;
}

.show-all-article {
    width: 12%;
    height: 50px;
    text-align: center;
    background-color: #041C3F;
    border-radius: 5px;
    box-shadow: 0 0 5px #041c3f80;
    color: #FFFFFF;
    padding-top: 14px;
    transition: 0.5s;
    text-decoration: none !important;
}

.show-all-article p {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}

.show-all-article:hover,
.bottun-about:hover,
.button-consulting:hover,
.button-send-call:hover,
.button-send-didgah:hover,
#submit:hover {
    transform: translate(0px, -5px);
    box-shadow: 3px 3px 10px #041c3f80;
    border: none;
}

.button-project-all:hover {
    background-color: #F5B904;
    border-color: #F5B904;
}

.buttom-up {
    position: relative;
    margin: 80px 0 0 0;
    flex-direction: row-reverse;
    z-index: 1;
}

.go-to-top {
    width: 60px;
    height: 60px;
    background-color: #041C3F;
    display: flex;
    align-items: center;
    border-radius: 100px;
    box-shadow: 0px 0px 5px #041c3f80;
    transition: 0.5s;
    z-index: 999999999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pll-language-select {
    position: relative;
    right: 35px !important;
    left: auto !important;
    top: 1px;
    padding: 3px;
    width: 50px;
}

.go-to-top:hover {
    background-color: #f5b904;
}

.go-to-top {
    position: fixed;
    display: inline-block;
    right: 50px;
    bottom: 50px;
    background: #041C3F;
    color: white;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.go-to-top a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.go-to-top:hover {
    transform: translate(0px, -5px);
    box-shadow: 0px 0px 20px #041c3f80;
}

.footer {
    width: 100%;
    height: 600px;
    background-color: #041C3F;
    margin-top: 200px;
    box-shadow: 0px 0px 5px #041c3f80;
}

.copyright-footer {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
}

.copy-right-text {
    padding-top: 15px;
    color: #000;
    font-size: 18px;
}

.privacy {
    text-align: left;
    padding-top: 15px;
}

.privacy span {

    color: #000;
    font-size: 18px;
}

.item-footer-title {
    color: #F5B904;
    font-size: 18px;
    font-weight: 300;
    margin-top: 70px;
    padding-bottom: 25px;
    border-bottom: 1px solid #aaa;
}

.footer-item p,
.timwork-footer-content {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
    text-align: justify;
    margin-top: 25px;
}

.social-club-footer {
    margin-top: 60px;
}

.social-club-footer a {
    color: #FFFFFF;
    font-size: 24px;
    margin-inline-end: 15px;
}

.footermenu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.menu-footer2 {
    margin-inline-start: 80px;
}

.footermenu li {
    margin-top: 15px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin-inline-end: 40px;
}

.footermenu li:hover a {
    background-image: linear-gradient(to left, #f5a904, #f57004) !important;
    color: transparent !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -ms-background-clip: text !important;
    background-clip: text !important;
}

.footermenu a {
    text-decoration: none !important;
    color: #ffffff !important;

}

.address-footer,
.number-footer,
.email-footer,
.timework {
    margin-top: 25px;
}

.icon-footer {
    color: #FFFFFF !important;
}

.address-footer span,
.number-footer span,
.email-footer span {
    margin-inline-start: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: lighter;
}

.timework span {
    color: #ffffff;
    font-size: 16px;
    font-weight: lighter;
}

.icon-company {
    width: 100%;
    height: 200px;
    border-radius: 50px;
    background-color: #F5B904;
    margin-top: 50px;
    margin-top: -100px;
    box-shadow: 0 0 10px #F5B90440;
}

.icon-company {
    display: flex;
    align-items: center;
}

.item-icon-company {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
}

.item-icon-company a.replyb span::before {
    height: 0;
    content: '';
    top: 23px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #041C3F;
}

.item-icon-company a.replyb span {
    opacity: 0;
    position: absolute;
    margin-top: -40px;
    top: 0px;
    left: 10px;
    width: 80%;
    background: #041C3F;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
    font-size: 15px;
    padding: 5px 0;
}

.item-icon-company a.replyb:hover span {
    opacity: 1;
    top: 20px;
}

.item-icon-company img {
    height: 180px !important;
    object-fit: cover;
}

.menu-mobile {
    width: 70%;
    height: 100%;
    position: fixed;
    background-color: #041C3F;
    right: 0;
    top: 0;
    z-index: 99999999999999999999;
    overflow-y: auto;
    right: -100%;
    transition: 0.5s;
}

.consulting-box-icon img {
    width: 100px;
    height: 100px;
}

.icon-menu-mobile {
    display: none;
}

.icon-menu-mobile a {
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 13px;
    right: 0;
    transition: 0.5s;
}

.icon-menu-mobile a:hover {
    color: #F5B904;
}

.logo-box {
    padding: 30px 20px 30px 20px !important;
}

.logo img {
    width: 300px;
    max-width: 300px;
}

.item-menu-mobile ul {
    width: 100%;
    margin: 0px;
    padding: 0;
}

.item-menu-mobile ul li {
    display: block;
    position: relative;
}

.item-menu-mobile ul li a {
    padding: 0px 15px 0 0;
    color: #000;
    line-height: 50px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 300;
    white-space: normal;
}

.item-menu-mobile ul li :focus, .item-menu-mobile ul li :focus-within {
    color: #F5B904;
}

.kkkk {
    transform: rotate(-90deg);
}

.fa-chevron-down {
    font-size: 12px;
}

a.fa-chevron-down {
    color: #FFFFFF;
}

#icon-menu-mobile-li {
    margin-inline-end: 10px;
}

.item-menu-mobile ul li ul {
    background: #082a5c;
    box-shadow: 0 0 5px #041c3f80;
    width: 100%;
    z-index: 999999999;
    display: none;
}

.icon-menu-mobile-open {
    position: absolute;
    left: 30px;
    top: 0;
    transition: 0.3s;
}

.item-menu-mobile ul li ul li:last-child {
    border-bottom: none;
}

.item-menu-mobile ul li ul li a {
    padding-inline-start: 40px;
}

.phone-number-mobile {
    margin-top: 120px;
    width: 100%;
    height: 60px;
    background-color: #000e22;
    position: relative;
    bottom: 0;
    position: relative;
}

.phone-number-mobile a {
    font-size: 20px;
    position: absolute;
    top: 14px;
    left: 20px;
    color: #FFFFFF;
    direction: ltr;
    text-decoration: none;
    transition: 0.5s;
}

.phone-number-mobile a:focus {
    color: #F5B904;
}

.phone-number-mobile span {
    left: 50px;
    top: 17px;
    color: #FFFFFF;
    position: absolute;
}

.icon-social-mobile {
    width: 100%;
    height: 40px;
    background-color: #000e22;
    margin-top: 10px;
    padding-inline-start: 20px;
    text-align: center;
    padding-top: 4px;
}

.icon-social-mobile a {
    font-size: 24px;
    color: #FFFFFF;
    margin-inline-end: 20px;
    transition: 0.3s;
}

.icon-social-mobile a:hover {
    color: #F5B904;
}

.menu-mobile.isopen {
    right: 0;
}

.back-menu-mobile.isopen1 {
    right: 0;
}

.back-menu-mobile {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.aaaa {
    filter: blur(100px);
    filter: blur(2.7em);
    filter: blur(0);
    -webkit-filter: blur(15px);
    z-index: 1;
}

.back-menu-mobile.show {
    opacity: 1;
    visibility: visible;
}

.menu-header-mobile {
    width: 100%;
    height: 60px;
    background-color: #041C3F;
    margin-top: 30px;
    position: relative;
    display: none;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.icon-search-mobile {
    height: 60px;
    width: 60px;
    background-color: #F5B904;
    position: absolute;
    border-radius: 50px;
    left: 0px;
    top: 0px;
    bottom: 0;
    display: flex;
    align-items: center;
}

.icon-search-mobile a {
    margin: auto;
    font-size: 22px;
    color: #041C3F;
    line-height: 50px;
    margin-top: 6px;
}

.search-box-mobile {
    background-color: #041C3F;
    height: 60px;
    width: 300px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: inline-flex;
    box-shadow: 0 0 5px #041c3f80;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 15;
    left: 30px;
    top: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.search-box-mobile.active {
    opacity: 1;
    visibility: visible;
    left: 0px;
}

.icon-close-mobile {
    height: 60px;
    width: 60px;
    background-color: #F5B904;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.icon-close-mobile a {
    margin: auto;
    font-size: 28px;
    color: #041C3F;
    line-height: 50px;
    margin-top: 8px;
}

.search-menu {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999999;
    right: 0;
    top: 0;
    background-color: rgba(66, 85, 112, 0.89);
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-menu.show {
    opacity: 1;
    visibility: visible;
}

.search-menu.show > .icon-close-search-menu {
    transition: 0.5s;
    transform: translate(-50%, -100px);
}

.search-menu.show > .search-mobile-menu {
    transition: 0.5s;
    transform: translateY(100px);
}

.search-mobile-menu {
    position: absolute;
    width: 90%;
    height: 60px;
    margin-inline-start: 5%;
    margin-top: 0px;
    background-color: #041C3F;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.search-form-mobile-menu {
    height: 70%;
    display: flex;
    padding-inline-start: 20px;
}

.search-form-mobile-menu input {
    color: #FFFFFF;
    width: 70%;
    height: 100%;
    margin-top: -1px;
    font-weight: bold;
    outline: none;
    border: none;
    background-color: #041C3F;
    position: absolute;
}

.search-form-mobile-menu input::placeholder {
    transition: 0.3s;
}

.search-form-mobile-menu input:focus::placeholder,
.search-form-mobile-menu input:focus-within::placeholder {
    color: transparent;
}

.icon-search-mobile-menu {
    height: 62px;
    width: 62px;
    background-color: #F5B904;
    position: absolute;
    border-radius: 50px;
    left: 0px;
    top: -1px;
    bottom: 0;
    display: flex;
    align-items: center;
}

.icon-search-mobile-menu a {
    margin: auto;
    font-size: 22px;
    color: #041C3F;
    line-height: 50px;
    margin-top: 7px;
}

.search-menu p {
    width: 90%;
    margin-top: 40%;
    margin-inline-start: 5%;
    line-height: 30px;
    color: #FFFFFF;
}

.icon-close-search-menu {
    height: 60px;
    width: 60px;
    background-color: #F5B904;
    position: absolute;
    border-radius: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    left: 50%;
    left: calc(50% - 30px);
    bottom: 0px;
    transform: translateX(-50%);
}

.icon-close-search-menu a {
    margin: auto;
    font-size: 28px;
    color: #041C3F;
    line-height: 50px;
    margin-top: 8px;
}

.phone-menu {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999999;
    right: 0;
    top: 0;
    background-color: rgba(66, 85, 112, 0.89);
    opacity: 0;
    visibility: hidden;
    display: none;
    text-align: center;
}

.phone-menu.show {
    opacity: 1;
    visibility: visible;
}

.phone-menu.show > .pohne-box-menu {
    transition: 0.5s;
    transform: translateY(200px);
}

.phone-menu.show > .icon-close-phone-menu {
    transition: 0.5s;
    transform: translate(-50%, -100px);
}

.pohne-box-menu {
    background-color: #FFFFFF;
    width: 90%;
    height: 180px;
    margin-inline-start: 5%;
    margin-top: 0px;
    border-radius: 10px;
    position: relative;
}

.pohne-box-menu p {
    position: absolute;
    top: 25%;
    width: 90%;
    margin-inline-start: 5%;
    text-align: center;
    line-height: 30px;
}

.icon-phone-menu {
    height: 60px;
    width: 60px;
    background-color: #F5B904;
    position: absolute;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    bottom: 0;
    display: flex;
    align-items: center;
}

.icon-phone-menu a {
    margin: auto;
    font-size: 20px;
    color: #041C3F;
    line-height: 60px;
}

.box-number-menu {
    top: 70%;
    position: relative;
    display: flex;
}

.number-menu1 {
    position: absolute;
    right: 0;
    width: 49%;
    height: 37px;
    background-color: #E8E8E8;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}

.number-menu1 p {
    width: 90%;
    margin-inline-start: 5%;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #041C3F;
}

.number-menu2 {
    position: absolute;
    left: 0;
    width: 49%;
    height: 37px;
    background-color: #E8E8E8;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.number-menu2 p {
    width: 90%;
    margin-inline-end: 5%;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #041C3F;
}

.icon-close-phone-menu {
    height: 60px;
    width: 60px;
    background-color: #F5B904;
    position: absolute;
    border-radius: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-close-phone-menu a {
    margin: auto;
    font-size: 32px;
    color: #041C3F;
    line-height: 50px;
    margin-top: 10px;
}

.list_search {
    background-color: transparent;
    width: 80%;
    height: 50px;
    margin-inline-start: 10%;
    margin-top: 180px;
}

.item-list-search {
    width: 100%;
    height: 50px;
    background-color: #6080AE;
    border-radius: 10px;
    display: flex;
    margin-top: 10px;
}

.item-list-search img {
    border-radius: 10px;
    width: 45px;
    height: 45px;
    margin-top: 2.5px;
    margin-inline-start: 2.5px;
}

.item-list-search h5 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-inline-start: 10px;
    color: #ffffff;
}

.help-path {
    width: 100%;
    min-height: 90px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    margin-top: -30px;
}

.help-path h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-inline-start: 110px;
    font-weight: 300;
    margin-inline-start: 0;
}

.path-page {
    margin-top: 35px;
    display: flex;
    margin-top: 35px;
    margin-inline-end: 0;
}

.path-page a {
    text-decoration: none;
}

.path-page h3 {
    font-size: 14px;
    font-weight: 300;
    color: #808080;
    margin-top: 5px;
}

.path-page svg {
    font-size: 14px;
    color: #808080;
}

.breadcrumbs svg {
    margin: 0 15px;
}

#Group_172 {
    margin-top: 3px;
}


.nember-page {
    width: 470px;
    height: 60px;
    border-radius: 10px;
    margin-inline-start: 50%;
    transform: translateX(50%);
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
}

.page-numbers li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.page-numbers span {
    margin: 0 !important;
}

span.page-numbers.current {
    margin-top: 5px !important;
    padding: 0 10px !important;
}

.nember-page a {
    transition: 0.3s;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #041C3F;
    white-space: nowrap;
}

.page-numbers li a:focus, .page-numbers li a:focus-within {
    background-color: #F5B904;
}

.nember-page a:hover {
    background-color: #F5B904;
    color: #FFFFFF;
    margin: 0 !important;
}

.nember-page a:focus,
.nember-page a:focus-within {
    background-color: #F5B904;
    color: #FFFFFF;
}

.nember-page-one {
    background-color: #F5B904;
    color: #FFFFFF !important;
}

.box-project {
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}

.box-project img {
    color: #fff;
    text-align: center;
    border-radius: 10px !important;
    position: relative;
    height: 200px;
    width: 100%;
    display: flex;
}

.item-box-img-project {
    background-color: #041C3F;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s;
    transform: scale(0.5);
    border-radius: 10px;
    top: 0;
    right: 0;
}

.box-project:hover .item-box-img-project {
    opacity: 0.7;
    visibility: visible;
    transform: scale(1);
}


.box-icon-search-project {
    color: #F5B904;
    position: absolute;
    top: 50%;
    right: 38%;
    font-size: 24px;
    text-decoration: none;
    transition: 0.3s;
}

.box-icon-search-project:hover {
    color: #ff9900;
}

.box-icon-link-project {
    color: #F5B904;
    position: absolute;
    top: 50%;
    left: 38%;
    font-size: 24px;
    text-decoration: none;
    transition: 0.3s;
}

.box-icon-link-project:hover {
    color: #ff9900;
}

.project-us-title-project {
    text-align: center;
    height: 50px;
    padding-top: 60px;
}

.project-us-title-project h2 {
    font-size: 18px;
    color: #F5B904;
}

.last-project {
    font-size: 22px;
    color: #041C3F;
}

.sidebar-single {
    width: 100%;
}

/* .category-sigle-sidebar h4,
.last-article-sigle-sidebar h4 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF44;
    padding: 15px 0 15px 0;
    width: 90%;
    margin-inline-start: 5%;
}

.category-sigle-sidebar ,
.last-article-sigle-sidebar {
    background: #041C3F;
    box-shadow: 0 0 5px #041c3f80;
    width: 250px;
    z-index: 999999999;
    border-radius: 10px;
    transition: 0.3s;
    display: block;
    width: 100%;
}
*/
.category-sigle-sidebar ul li a {
    padding: 0px 15px;
    display: block;
    color: #000;
    line-height: 45px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 300;
    white-space: nowrap;
    font-size: 16px;
    transition: 0.3s;
}

/*
.category-sigle-sidebar ul li:focus:last-child,
.category-sigle-sidebar ul li:focus-within:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
*/
.category-sigle-sidebar ul li:hover a {
    color: #F5B904;
    transform: translateX(-15px);
}

/*
.category-sigle-sidebar ul li:focus,
.category-sigle-sidebar ul li:focus-within {
    box-shadow: none;
    background-color: #F5B904;
    color: #041C3F;
    border-radius: 0px;
    transition: 0.3s;
}

.category-sigle-sidebar ul li:focus a,
.category-sigle-sidebar ul li:focus-within a {
    color: #041C3F;
} */

.contact-sigle-sidebar {
    width: 100%;
    background-color: #041C3F;
    border-radius: 10px;
    margin-top: 30px;
}

.contact-sigle-sidebar h4 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF44;
    padding: 15px 0 15px 0;
    width: 220px;
    margin-inline-start: 15px;;
}

.number-sidebar,
.email-sidebar,
.address-sidebar {
    padding: 10px 15px;
    color: #FFFFFF;
    display: flex;
}

.number-sidebar span,
.email-sidebar span,
.address-sidebar span {
    margin-inline-start: 10px;
    font-size: 14px;
}

.title-brochure,
.title-paragraf,
.title-details,
.title-paragraf-project,
.title-project-mortabet,
.title-comment-mortabet,
.title-about-taem,
.title-about-us2 {
    display: flex;
    margin-top: 30px;
}

.title-brochure h2,
.title-paragraf h2,
.title-details h2,
.title-paragraf-project h2,
.title-project-mortabet h2,
.title-article-mortabet h2,
.title-comment-mortabet h2,
.title-didgah h2,
.title-call-form h2,
.title-about-taem h2,
.title-about-us2 h2 {
    font-size: 20px;
    margin-top: 5px;
    color: #041C3F;
}

.title-brochure span,
.title-paragraf span,
.title-details span,
.title-paragraf-project span,
.title-project-mortabet span,
.title-article-mortabet span,
.title-comment-mortabet span,
.title-didgah span,
.title-call-form span,
.title-about-taem span,
.title-about-us2 span {
    margin-inline-end: 15px;
    color: #F5B904;
    font-size: 20px;
}

.download-brochure {
    width: 100%;
    height: 60px;
    background-color: #F5B904;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.icon-download {
    height: 100%;
    border-left: 1px solid #FFFFFF99;
    display: flex;
    align-items: center;
    width: 50px;
}

.icon-download a {
    font-size: 30px;
    color: #041C3F !important;
    margin-inline-start: 50%;
    transform: translateX(50%);
    margin-top: 5px;
}

.download-brochure p {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    padding-inline-start: 15px
}

.download-brochure a {
    color: #FFFFFF;
}

.slider-single-service {
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-height: 400px;
    border-radius: 10px;
}

.slider-service img {
    border-radius: 10px;
    height: 400px;
}

.slider-service button.owl-prev span {
    right: 2%;
}

.slider-service button.owl-next span {
    left: 2%;
}

.img-slider-single {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.img-sigle {
    width: 19%;
    height: 90px;
    border-radius: 10px;
    margin-inline-end: 1.25%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
}

.img-sigle:last-child {
    margin-inline-end: 0;
}

.img-sigle img {
    width: 100%;
    height: 90px;
    border-radius: 10px;
}

.paragraf-content-sigle p,
.details-content-sigle p {
    text-align: justify;
    color: #555;
    margin-top: 20px;
    line-height: 30px;
}

.details-table {
    width: 100%;
    border: 1.5px solid #eee;
    border-radius: 10px;
    margin-top: 100px;
}

.item-details-table {
    width: 100%;
    height: 60px;
    display: flex;
    border-bottom: 1.5px solid #eee;
}

.item-details-table:last-child {
    border-bottom: 0;
}

.icon-details-table {
    height: 100%;
    width: 100px;
    border-left: 1.5px solid #eee;
    align-items: center;
    display: flex;
    line-height: 60px;
}

.icon-details-table a {
    font-size: 20px;
    margin-inline-start: 50%;
    transform: translateX(50%);
    color: #041C3F;
    transition: 0.3s;
}

.icon-details-table a:hover,
.text-details-table a:hover {
    color: #F5B904;
    text-decoration: none;
}

.text-details-table {
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.text-details-table p {
    margin-top: 12px;
    margin-inline-start: 50px;
}

.text-details-table a {
    transition: 0.3s;
    text-decoration: none;
    color: #041C3F;
}

.item.closed .item-content {
    display: none;
}

.card {
    border: 1.5px solid #eee;
    display: flex;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.text-left div.card-header {
    background-color: #F7F7F7;
}

.card-header {
    background-color: #fff;
    display: flex;
    padding: 0;
    margin: 0;
}

.btn:hover {
    border: none;
    text-decoration: none;
    color: red;
    outline: none;
}

.btn-link {
    border: 0 !important;
    background-color: transparent;
    outline: none !important;
    text-decoration: none !important;
    font-size: 18px;
    color: #000;
    transition: 0.3s;
}

.btn-success {
    margin: 0 !important;
    width: 100% !important;
}

.mb-0 {
    display: flex;
}

.btn:active {
    border: none;
    text-decoration: none;
    color: red;
    outline: none !important;
}

.btn:focus {
    border: none !important;
    text-decoration: none;
    color: red;
    outline: none !important;
}

.btn {
    border: none !important;
    text-decoration: none;
    color: red;
    outline: none !important;
}

.card-body {
    background-color: #eee;
}

.menu-product .card button {
    background-color: #FFFFFF;
    border: transparent !important;
    outline: transparent !important;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
    color: #041C3F;
    background-color: transparent;
}

.coloring {
    background-color: #F5B904;
}

.card-header:has(.collaps) {
    background-color: red;
}

.accordion {
    margin-top: 100px;
}

.slider-project {
    width: 100%;
    margin-top: 30px;
}

.slider-project img {
    height: 500px;
    border-radius: 10px;
    width: 100%;
}

.item-slider-project {
    position: relative;
    z-index: 11;
}

.onground-slider-project {
    width: 100%;
    height: 500px;
    background-color: #041C3F;
    position: absolute;
    z-index: 22;
    top: 0;
    right: 0;
    border-radius: 10px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.onground-slider-project a {
    color: #FFFFFF;
    font-size: 28px;
    margin-inline-start: 50%;
    transform: translateX(50%);
}

.item-slider-project:hover > .onground-slider-project {
    opacity: 0.5;
    visibility: visible;
}

.paragraf-content-sigle-project p {
    width: 90%;
    text-align: justify;
    margin-inline-start: 5%;
    line-height: 30px;
    margin-top: 20px;
}

.information {
    width: 80%;
    margin-inline-start: 5%;
}

.item-information {
    display: flex;
    margin-top: 20px;
}

.icon-info {
    margin-inline-end: 16px;
    font-size: 20px;
}

.title-info {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    color: #000e22 !important;
}

.value-info {
    font-size: 14px;
    color: #041C3F !important;
    font-weight: 400;
    margin-top: 5px;
}

.item-information span {
    color: #F5B904;
    margin: 0 10px;
}

.tags-folder-project {
    display: flex;
}

.tags-project,
.tags-article {
    display: flex;
    margin-inline-start: 15px;
}

.tags-project,
.folder-project,
.tags-article-single,
.folder-article {
    display: flex;
    align-items: center;
}

.item-tags-project,
.item-folder-project,
.item-tags-article,
.item-folder-article {
    height: 40px;
    background-color: #041C3F;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-inline-end: 10px;
}

.item-tags a,
.item-folder a {
    background-color: #FFFFFF;
    border: 1px solid #041C3F;
    border-radius: 5px;
    align-items: center;
    padding: 8.5px 10px;
    font-size: 14px;
    margin-inline-end: 10px;
    transition: 0.3s;
    height: 0px;
}

.item-tags a:hover,
.item-folder a:hover {
    background-color: #F5B904;
    border-color: #F5B904;
}

.item-tags p {
    margin: 0;
}

.item-tags a,
.item-folder a {
    margin-top: 13px;
    color: #041C3F;
    text-decoration: none;
}

.project-next-pre,
.article-next-pre {
    width: 100%;
    height: 90px;
    background-color: #F7F7F7;
    border-radius: 5px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.next-project-slide,
.pre-project-slide,
.next-article-slide,
.pre-article-slide {
    position: relative;
}

.next-project,
.next-article {
    width: 170px;
    height: 50px;
    background-color: #041C3F;
    border-radius: 50px;
    margin-inline-start: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.next-project span,
.next-article span {
    color: #F5B904;
    font-size: 12px;
    margin-inline-start: 60%;
    transform: translateX(50%);
}

.pre-project,
.pre-article {
    width: 170px;
    height: 50px;
    background-color: #041C3F;
    margin-inline-end: 20px;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.pre-project span,
.pre-article span {
    color: #F5B904;
    font-size: 12px;
    margin-inline-start: 40%;
    transform: translateX(50%);
}

.icon-next-project,
.icon-next-article {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #041C3F;
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 0;
}

.pre-article, .next-article {
    overflow: hidden;
}

.pre-article span a, .next-article span a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

.icon-next-article a {
    font-size: 50px;
    text-decoration: none;
    color: #ffbc00;
    margin-inline-start: 50%;
    transform: translateX(70%);
}

.icon-pre-article a {
    font-size: 50px;
    text-decoration: none;
    color: #ffbc00;
    margin-inline-start: 50%;
    transform: translateX(40%);
}

.icon-pre-project,
.icon-pre-article {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #041C3F;
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 0;
}

.icon-next-project svg,
.icon-next-article svg {
    margin-inline-start: 50%;
    transform: translateX(70%);
}

.icon-pre-project svg,
.icon-pre-article svg {
    margin-inline-start: 50%;
    transform: translateX(50%);
}

.show-next-project,
.show-pre-project,
.show-next-article,
.show-pre-article {
    opacity: 1;
    visibility: visible;
}

.title-project-mortabet,
.title-article-mortabet {
    display: flex;
    margin-top: 50px;
}

.box-project-mortabet {
    margin-top: 30px;
}

.search-sidbar-blog {
    position: relative;
    border: 2px solid #b1b1b160;
    height: 50px;
    border-radius: 5px;
}

.button-search-blog {
    border: 0;
    outline: none !important;
    position: absolute;
    left: -1px;
    top: -2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 50px;
    background-color: #041C3F;
    width: 60px;
}

input.input-search-blog {
    width: 80%;
}

.input-search-blog {
    border: 0;
    outline: none !important;
    position: absolute;
    right: 0;
    top: 1px;
    border-radius: 5px;
    height: 44px;
    font-family: IRANSans;
    font-weight: lighter;
    margin-inline-start: 10px;
}

.input-search-blog::placeholder {
    font-size: 14px;
    color: rgb(202, 202, 202);
}

.last-article {
    display: flex;
    justify-content: center;
}

.last-article-sigle-sidebar ul {
    padding-bottom: 10px;
}

.last-article-sigle-sidebar ul li {
    display: flex;
    margin-inline-start: 15px;
    margin-top: 15px;
    width: 100%;
    padding: 0 !important;
}

.item-last-article:hover div a {
    color: #F5B904;
}

.img-last-article {
    position: relative;
    overflow: hidden;
}

.img-last-article img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.last-article-sigle-sidebar ul li a {
    font-weight: 200;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
}

.text-last-article {
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-inline-start: 10px;
}

.text-last-article span {
    color: #808080;
    font-size: 12px;
}

.background-img-last-article {
    width: 100%;
    height: 100%;
    background-color: #041C3F;
    position: absolute;
    top: 0px;
    right: 0;
    opacity: 0;
    border-radius: 10px;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
    transform: scale(0.5);
}

.background-img-last-article svg {
    margin-inline-start: 50%;
    transform: translateX(50%);
}

.item-last-article {
    display: flex;

}

.item-last-article:hover div.background-img-last-article {
    top: 0;
    opacity: 0.5;
    visibility: visible;
    transform: scale(1);
}

/* .item-last-article-img{
    position: relative;
    width: 60px;
    height: 60px;
}
.item-last-article-img img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
} */
.img-ad-content {
    position: relative;
}

.img-ad {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    margin-top: 30px;
}

.img-ad img {
    width: 100%;
    height: 320px;
}

.background-img-ad {
    width: 100%;
    height: 320px;
    background-color: #041C3F;
    border-radius: 10px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.background-img-ad svg {
    margin-inline-start: 50%;
    transform: translateX(50%);
}

.link-img-ad {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    direction: ltr;
    position: absolute;
    bottom: -15px;
    transition: 0.3s;
    width: 80%;
}

.link-img-ad a {
    color: #041C3F;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
    margin-top: 17px;
    margin-inline-end: 20px;
    line-height: 20px;
}

.link-img-ad:hover {
    background-color: #F5B904;
    transform: scaleY(1.1);
}

.img-article-single {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.img-article-single img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.info-img-article-single {
    width: 80%;
    height: 70px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -20px;
    left: 0;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
}

.time-article-single {
    margin-inline-start: 20px;
}

.time-article-single span {
    font-size: 16px;
    font-weight: lighter;
    margin-inline-start: 5px;
    transition: 0.3s;
}

.time-article-single span:hover {
    color: #F5B904;
}

.text-content-article-single p {
    margin-top: 50px;
    font-size: 14px;
    font-weight: 200;
    color: #636363;
    width: 100%;
    line-height: 30px;
}

.alert-article-single {
    width: 100%;
    border-radius: 10px;
    background-color: #F0F0F0;
    padding-bottom: 20px;
}

.alert-article-single svg {
    margin-inline-start: 50%;
    transform: translateX(50%);
    margin-top: 30px;
}

.alert-article-single p {
    width: 80%;
    margin-inline-start: 10%;
    margin-top: 10px;
    color: #041C3F;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.comment-body {
    width: 100%;
    border-radius: 10px;
    background-color: #FAFAFA;
    margin-top: 30px;
    overflow: hidden;
    padding: 20px;
}

.says {
    display: none;
}

.fn {
    padding: 5px;
}

.fn a {
    color: #041C3F;
    font-size: 16px;
    margin: 5px 0 0 0;
    margin-inline-start: 5px;
}

.reply {
    display: flex;
    float: left;
    margin-top: -120px;
    margin-left: -15px;
}

.children .comment-body {
    background-color: rgba(245, 185, 4, 0.15);
    overflow: hidden;
    border-radius: 10px;
    width: 90%;
    margin-inline-start: 10%;
    margin-top: 30px;
}

.comment-body p {
    margin-inline-start: 60px;
    margin-top: 20px;
}

.comment-meta {
    margin-inline-start: 60px;
    margin-top: -20px;
}

.profile-reply {
    display: flex;
    justify-content: space-between;
}

.comment-author {
    display: flex;
}

.profile-comment {
    display: flex;
    padding: 20px;
}

.name-date,
.name-date-reply {
    display: flex;
    flex-direction: column;
    margin-inline-start: 10px;
    margin-top: 10px;
}

.name-date h5 {
    color: #041C3F;
    font-size: 16px;
}

.name-date span {
    font-size: 14px;
    color: #636363;
}

.reply-comment {
    padding-top: 20px;
}

.comment-reply-link {
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #041C3F;
    transition: 0.3s;
    margin: 20px;
    padding: 5px 15px;
}

.comment-reply-link:hover {
    background-color: #F5B904;
    border-color: #F5B904;

}

.comment-reply-link:hover path {
    fill: #041C3F;
}

.comment-reply-link a {
    margin-inline-start: 30%;
    transform: translateX(50%);
    text-decoration: none;
    color: #041C3F;
}

.text-commeny-article {
    width: 80%;
    margin-inline-start: 10%;
}

.text-commeny-article p {
    color: #636363;
    font-size: 16px;
    font-weight: lighter;
}

.virgol-article {
    margin-inline-start: 100%;
    transform: translateX(90%);
    margin-top: -35px;
}

.comment-article-reply {
    background-color: rgba(245, 185, 4, 0.15);
    overflow: hidden;
    border-radius: 10px;
    width: 90%;
    margin-inline-start: 10%;
    margin-top: 30px;
}

.profile-comment-reply {
    display: flex;
    padding: 15px;
}

.profile-comment-reply img {
    width: 50px;
    height: 50px;
}

.comment-author img {
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
}

.name-date-reply h5 {
    font-size: 14px;
    color: #041C3F;
}

.name-date-reply span {
    font-size: 12px;
    color: #636363;
}

.title-didgah {
    display: flex;
    margin-top: 50px;
}

.text-didgah-article {
    width: 100%;
    height: 120px;
    outline: none !important;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.inputs-information,
.inputs-call {
    display: flex;
    margin-top: 20px;
}

.text-didgah-article::placeholder {
    padding: 5px;
}

.name-didgah,
.email-didgah {
    width: 33%;
    position: relative;
    margin-inline-end: 2%;

}

.name-didgah:focus .label-name-didgah,
.name-didgah:focus-within .label-name-didgah {
    transform: translateY(-25px);
    transition: 0.3s;
}

.label-comment-name {
    transition: 0.3s;
}

.input-comment {
    margin-inline-start: 0 !important;
}

.form-submit {
    width: 33% !important;
}

.email-didgah:focus .label-email-didgah,
.email-didgah:focus-within .label-email-didgah {
    transform: translateY(-25px);
    transition: 0.3s;
}

#comment {
    padding: 10px;
    margin-bottom: 10px;
}

.input-name-article,
.input-name-call, .input-email-call {
    width: 100%;
    height: 50px;
    outline: none !important;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.input-email-article {
    width: 100%;
    height: 50px;
    outline: none !important;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-inline-end: 2%;
}

.button-send-didgah {
    width: 25%;
    height: 50px;
    background-color: #041C3F;
    outline: none !important;
    border: 0 !important;
    border-radius: 5px;
    color: #FFFFFF;
    margin-inline-start: 9%;
    transition: 0.3s;
}

.title-input {
    position: relative;
    margin-top: 20px;
}

.label-name-didgah,
.label-email-didgah,
.label-title-didgah,
.label-email-didgah-article {
    position: absolute;
    right: 15px;
    top: 12px;
    padding: 0 5px;
    background-color: #FFFFFF;
    color: #aaa;
    transition: 0.3s;
    z-index: 99;
}

.contetn-input {
    color: #636363;
    margin-top: 20px;
}

.help-path {
    display: flex;
    justify-content: center;
}

.help-path-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 15px !important;
}

.map {
    width: 100%;
    height: 400px;
    z-index: 1;
}

.contact-us {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    background-color: #041C3F;
    margin-top: -50px;
    z-index: 2;
    display: flex;
}

.content-contact-us {
    height: 100%;
}

.content-contact-us h3 {
    color: #F5B904;
    font-size: 18px;
    font-weight: 100;
}

.way-contact {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.icon-way-contact {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}

.icon-way-contact svg {
    margin-inline-start: 50%;
    transform: translateX(50%);
}

.call-form-contact-us {
    width: 60%;
    height: 100%;
}

.text-way-contact {
    margin-inline-start: 15px;
    margin-top: 10px;
}

.text-way-contact h5 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 200;
}

.text-way-contact h6 {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 100;
    margin-top: 20px;
}

.social-contant {
    display: flex;
    width: 240px;
    height: 50px;
    margin-top: 70px;
    margin-inline-start: calc(50% - 120px);
}

.social-contant a {
    width: 50px;
    height: 50px;
    background-color: #ffffff2f;
    border-radius: 10px;
    margin-inline-end: 10px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.social-contant a:hover {
    background-color: #f5b904e0;
}

.social-contant a svg {
    margin-inline-start: 50%;
    transform: translateX(50%);
}

.content-call-form-contact-us {
    background-color: #FFFFFF;
    width: 95%;
    height: 86%;
    margin-top: 6%;
    border-radius: 10px;
    padding: 30px 20px;
}

.title-call-form {
    display: flex;
}

.content-call-form-contact-us p {
    font-size: 16px;
    color: #041C3F;
    margin-top: 20px;
}

.name-call, .email-call {
    width: 49%;
    position: relative;
}

.input-email-call {
    width: 100%;
    height: 50px;
    outline: none !important;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-inline-start: 4%;
}

.inputs-call {
    margin-top: 50px;
}

.text-didgah-call {
    width: 100%;
    height: 120px;
    outline: none !important;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
}

.text-didgah-call::placeholder {
    padding: 5px;
}

.button-send-call {
    width: 25%;
    height: 50px;
    background-color: #041C3F;
    outline: none !important;
    border: 0 !important;
    border-radius: 5px;
    color: #FFFFFF;
    margin-inline-start: calc(100% - 25%);
    margin-top: 20px;
    transition: 0.3s;
}

.title-about-us {
    margin-inline-start: 50%;
    transform: translateX(50%);
}

.backdround-about-us {
    background-color: #041C3F;
    width: 100%;
    margin-top: 50px;
}

.backdround-about-us2 {
    background-color: #041C3F;
    width: 100%;
    height: 600px;
    margin-top: 50px;
}

.content-about-us {
    width: 100%;
    display: flex;
    height: 600px;
}

.video-about-us {
    width: 55%;
    height: 100%;
}

.video-about-us-2 {
    width: 100%;
    height: 100%;
}

.text-about-us {
    width: 45%;
    height: 100%;
    padding: 30px 40px;
}

.background-video {
    width: 95%;
    height: 440px;
    background-color: #F5B904;
    margin-top: 80px;
    z-index: 1;
    position: relative;
}

.background-video img {
    width: 580px;
    height: 440px;
    border-radius: 10px;
    margin-inline-start: 47px;
    bottom: 47px;
    position: absolute;
    z-index: 2;
    object-fit: cover;
}

.background-video2 {
    width: 100%;
    height: 92%;
    background-color: #F5B904;
    margin-top: 80px;
    z-index: 1;
    position: relative;
    border-radius: 10px;
}

.background-video2 img {
    width: 90%;
    height: 100%;
    border-radius: 10px;
    margin-inline-start: 5%;
    bottom: 47px;
    position: absolute;
    z-index: 2;
    object-fit: cover;
}

.icon-play-abute {
    width: 110px;
    height: 110px;
    background-color: #ffffff83;
    border-radius: 100px;
    border: 2px solid #F5B904;
    position: absolute;
    z-index: 9;
    margin-inline-start: calc(50% - 20px);
    margin-top: calc(50% - 177px);
    transition: 0.7s;
}

.icon-play-abute2 {
    width: 110px;
    height: 110px;
    background-color: #ffffff83;
    border-radius: 100px;
    border: 2px solid #F5B904;
    position: absolute;
    z-index: 9;
    top: calc(35%);
    right: calc(50% - 55px);
    transition: 0.7s;
}


.title-about-text-about-us {
    width: 100%;
}

.title-about-text-about-us p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 200;
}

.title-about-text-about-us2 p {
    color: #041C3F;
    font-size: 16px;
    font-weight: 200;
    text-align: justify;
}

.mission-us-about-us {
    display: flex;
    color: #FFFFFF;
    margin-top: 30px;
}

.mission-us-content-about-us {
    margin-inline-start: 20px;
}

.mission-us-content-about-us p {
    color: #F5B904;
    font-size: 18px;
}


.img-team {
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 200px;
    flex-wrap: wrap;
}

.item-team {
    width: 25%;
    height: 350px;
    border-radius: 10px;
    position: relative;
    padding: 0 10px;
    margin-bottom: 70px;
}

.item-team img {
    width: 100%;
    height: 350px !important;
    border-radius: 10px !important;
    object-fit: cover;
}

.item-team:hover div.background-team {
    opacity: 1;
    visibility: visible;
}

.item-team:hover div.info-team-item {
    height: 110px;
    bottom: -40px;
}

.info-team-item {
    width: 200px;
    height: 70px;
    background-color: #041C3F;
    border-radius: 10px;
    position: absolute;
    bottom: -45px;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

.info-team-item h5 {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 35px;
}

.info-team-item h6 {
    font-size: 16px;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 23px;
}

.social-about {
    display: flex;
    margin-inline-start: calc(50% - 10px);
    transform: translateX(50%);
    margin-top: 10px;
}

.social-about svg {
    margin: 0 5px;
    width: 20px;
    height: 20px;
}

.background-team {
    height: 90%;
    width: calc(90% - 20px);
    border-radius: 1px;
    margin-inline-start: 5%;
    margin-top: 6%;
    background-color: #041c3f7e;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 10px;
}

.box-about-us {
    margin-top: 50px;
}

.slider-namad {
    height: 200px;
}

.item-icon-company {
    margin-top: 30px;
}

.title-about-taem {
    margin-inline-start: 15px;
}

.owl-dots {
    position: absolute;
    right: 50%;
    bottom: 100px;
    transform: translateX(50%);
    height: 10px !important;
}

button.owl-dot {
    height: 10px !important;
    width: 10px !important;
    background-color: rgba(0, 0, 0, 0.288) !important;
    border-radius: 100px;
    margin-inline-end: 10px;
    outline: none !important;
    border: 0 !important;
    transition: 0.3s;
}

.owl-dot {
    height: 10px !important;
}

button.owl-dot span {
    font-size: 50px;
    font-weight: 100;
    height: 10px !important;
    border-radius: 50px;
    align-items: center;
    padding-inline-start: 21px;
    transition: 0.5s;
}

button.owl-dot.active {
    height: 10px !important;
    width: 30px !important;
    background-color: #ffea00 !important;
    border-radius: 100px;
    margin-inline-end: 10px;
    outline: none !important;
    border: 0 !important;
}

.count {
    display: flex;
}

.count::after {
    content: ' +';
    margin-right: 5px;
}

.breadcrumbs a {
    color: #958e8e;
    text-decoration: none;
}

.time-article-single a {
    color: #212529;
    text-decoration: none;
    transition: 0.3s;
}

.time-article-single a:hover {
    color: #F5B904;
}

.folder-item a {
    color: #636363;
    text-decoration: none;
    transition: 0.3s;
}

.folder-item a:hover {
    color: #F5B904;
}

#comment {
    width: 100%;
    height: 120px;
    outline: none !important;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-top: 50px;
}

#author, #email {
    width: 100%;
    height: 50px;
    outline: none !important;
    border: 2px solid #ddd;
    border-radius: 5px;
    position: relative;
}

.label-comment-email, .label-comment-name {
    position: absolute;
    right: 15px;
    padding: 0 5px;
    background-color: #FFFFFF;
    margin-top: 12px;
    color: #aaa;
    transition: 0.3s;
    z-index: 10;
}

.input-comment {
    display: flex;
    width: 100%;
    margin-inline-start: 15px;
    position: relative;
    margin-top: 20px;
}

#submit {
    width: 96%;
    margin: 20px 0 0 0;
    padding: 0;
    height: 50px;
    background-color: #041C3F;
    outline: none !important;
    border: 0 !important;
    border-radius: 5px;
    color: #FFFFFF;
    transition: 0.3s;
    margin-inline-start: 2%;
}

.form-submit {
    margin: 0 !important;
    width: 28%;
}

.comment-form-cookies-consent {
    display: none;
}

.tttt {
    position: relative;
    width: 33%;
    margin-inline-end: 7px;
}

.children .comment-article {
    background-color: rgba(245, 185, 4, 0.15);
    overflow: hidden;
    border-radius: 10px;
    width: 90%;
    margin-inline-start: 10%;
    margin-top: 30px;
}

/* .content-404{
    width: 100%;
    text-align: center;
    margin-top: 90px;
}
.content-404 img{
    width: 55%;
}
.content-404 p{
    color: #1A1A1A;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}
.content-404 a{
    background-color: #041C3F;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
} */
.button-404 {
    transition: 0.3s;
}

.button-404:hover {
    box-shadow: 3px 3px 10px #041c3f80;
}

/* .img-404{
    position: relative;
} */
/* .back-1{
    width: 23px;
    height: 23px;
    background-color: #fbff00;
    border-radius: 100px;
    position: absolute;
    top: 14.6px;
    right: 38.19%;
    box-shadow: 0 0 50px rgb(255, 230, 0);
} */
.back-2 {
    width: 23px;
    height: 23px;
    background-color: #fbff00;
    border-radius: 100px;
    position: absolute;
    top: 14.6px;
    left: 37.19%;
    box-shadow: 0 0 50px rgb(255, 230, 0);
}

.icon-plus {
    margin-top: 10px;
}

.icon-plus::before {
    content: '-';
    font-size: 50px;
    height: 100%;

}

a.collapsed::before {
    content: '+';
    font-size: 30px;
}

.page-numbers {
    display: flex;
}

.page-numbers li:nth-child(1) {
    margin: 5px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
    border-radius: 10px;
    height: 400px;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 10px;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    width: 155px !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.swiper-slide-thumb-active img {
    border-color: #f5a904 !important;
}

.mySwiper .swiper-slide {
    height: 90px !important;
}

.swiper-button-prev, .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    height: 60px;
    left: 10px;
    right: auto;
    outline: none;
    color: #ffbc00;
    background-color: rgba(0, 0, 0, 0.2);
    width: 60px;
    font-size: 18px;
    border-radius: 100px;
}

.swiper-button-prev:active, .swiper-container-rtl .swiper-button-next:active {
    background-color: rgba(253, 165, 0, 0.87);

}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 30px;
}

.change-lang ul {
    display: flex;
}

.change-lang ul li a {
    padding: 0 10px;
}

.wpcf7-form {
    width: 100%;

}

.email-name {
    display: flex;
}

.wpcf7-form:first-child {
    display: flex;
    width: 100%;
}

.wpcf7-select {
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 2px #ddd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.name-input {
    margin-left: 2%;
}

.name-input, .email-input {
    width: 49%;
    position: relative;
}

.title-input, .contetn-input {
    width: 100%;
}

.your-name input {
    direction: rtl;
}

.your-name input, .your-email input, .title-input input, .contetn-input textarea {
    width: 100%;
    height: 50px;
    outline: none !important;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.contetn-input textarea {
    height: 300px;
}

.wpcf7-submit {
    width: 25%;
    height: 50px;
    background-color: #041C3F;
    outline: none !important;
    border: 0 !important;
    border-radius: 5px;
    color: #FFFFFF;
    margin-right: calc(100% - 25%);
    margin-top: 20px;
    transition: 0.3s;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
    border-radius: 10px;
    height: 400px;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 10px;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    width: 155px !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.swiper-slide-thumb-active img {
    border-color: #f5a904 !important;
}

.mySwiper .swiper-slide {
    height: 90px !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    height: 60px;
    left: 10px;
    right: auto;
    outline: none;
    color: #ffbc00;
    background-color: rgba(0, 0, 0, 0.2);
    width: 60px;
    font-size: 18px;
    border-radius: 100px;
    background-image: none !important;
}

.swiper-button-prev:active, .swiper-container-rtl .swiper-button-next:active {
    background-color: rgba(253, 165, 0, 0.87);

}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 30px;
}

.mySwiper-hidden {
    display: none;
}

.search-services {
    width: 100%;
    display: flex;
}

.icon-way-contact svg {
    margin-right: 50% !important;
    transform: translateX(50%)
}

.icon-way-contact i {
    margin-right: 50% !important;
    transform: translateX(50%) !important;
}

.button-project-all {
    width: auto;
    padding: 10px !important;
}

.img-slide {
    object-fit: cover;
    width: 100%;
}

.slider {
    width: 100%;
}

.wpcf7 br {
    display: none;
}

.comment-reply-title {
    color: #041C3F;
    font-size: 18px !important;
    margin-top: 20px;
}

.comment-reply-title a {
    color: #F5B904;
}

.comment-reply-title small a {
    color: #fff;
    background-color: red;
    padding: 5px 20px;
    border-radius: 5px;
}

.logged-in-as {
    color: #041C3F;
    margin-top: 20px;
}

.logged-in-as a {
    color: #F5B904;
}

.logged-in-as a:last-child {
    color: red;
}

.delet_page_number {
    display: none;
}

.span.page-numbers.current {
    margin: 0;
}

.swiper-slide.elementor-lightbox-item.swiper-slide-active {
    background-color: transparent;
}

.item {
    width: 100%;
    position: relative;
}

.sliderbox {
    width: 100%;
}

.road-map-icon svg {
    margin-inline-start: 23px !important;
}

.box-item-article {
    display: flex;
    justify-content: center;
}

.page-numbers {
    display: flex;
}

.page-numbers li {
    margin: 0 3px;
}

.item-article img {
    border-radius: 10px;
    width: 100%;
    display: flex;
}

.article-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-img img {
    object-fit: cover;
}

.item-article {
    top: 10px;
    position: relative;
    transition: 0.5s;
    display: flex;
    align-items: flex-start;
    margin-bottom: 90px;
    margin-top: 40px;
}

.item-article:hover {
    top: 0px;
}

.item-article:hover .item-article-img {
    opacity: 0.7;
    visibility: visible;
}

.item-article:hover .text_box-article {
    background-color: #041C3F;
}

.item-article:hover .text_box-article h2 {
    color: #F5B904;
}

.item-article-img a {
    color: #F5B904;
    position: absolute;
    top: 42%;
    right: 48%;
    font-size: 24px;
}

.item-article-img {
    background-color: #041C3F;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 0;
}

.text_box-article {
    width: 270px;
    height: 80px;
    border-radius: 10px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: 0.5s;
}

.text_box-article h2 {
    color: #000e22;
    font-size: 16px;
    text-align: center;
    margin: 0 20px;
}

.text_box-article a {
    text-decoration: none;
    width: 100%;
}

.option-item {
    position: absolute;
    bottom: -80px;
    color: #636363;
    display: flex;
}

.date-item span,
.folder-item span {
    padding-inline-start: 5px;
}

.folder-item {
    margin-inline-start: 20px;
}

.folder-item a {
    color: #636363;
    text-decoration: none;
    transition: 0.3s;
}

.folder-item a:hover {
    color: #F5B904;
}

.footermenu a {
    transition: 0.3s;
}

.comment-form-author, .comment-form-email {
    display: inline-block;
    width: 49%;
}

.comment-form-author {
    margin-inline-start: 0.7%;
}

.comment-form-author label, .comment-form-email label {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
    transition: 0.3s;
    background-color: #fff;
    padding: 2px;
}

.comment-form-comment {
    position: relative;
}

.comment-form-comment label {
    position: absolute;
    top: 60px;
    right: 15px;
    z-index: 9;
    transition: 0.3s;
    background-color: #fff;
    padding: 2px;
}

.comment-form-author, .comment-form-email {
    position: relative;
}

.top {
    top: -10px !important;
    font-size: 14px;
}

.top-comment {
    top: 40px !important;
    font-size: 14px;
}

@media (max-width: 991px) {
    .item-article {
        width: 100%;
    }

    .item-article:hover {
        top: 10px !important;
    }
}

@media (max-width: 767px) {

}

.article-search, .project-search, .services-search {
    color: #FFB000;
    font-size: 16px;
    margin-right: 50%;
    transform: translateX(50%);
    text-align: center;
    margin-top: 30px;
}

.count {
    display: flex;
    justify-content: center;
}

.item-article img {
    height: 220px;
}

.icon-pre-article, .icon-next-article {
    padding-top: 2px;
}

.page-numbers li {
    background-color: #fafafa;
    border-radius: 5px;
}

.next-article span a, .pre-article span a {
    white-space: nowrap;
}

.icon-social-mobile {
    position: fixed !important;
    width: 70% !important;
    bottom: 0 !important;
}

.wpcf7-form-control {
    font-family: Vazir;
}

.wpcf7-validates-as-email {
    direction: rtl !important;
    padding: 0 10px;
}

.wpcf7-text {
    padding: 0 10px;
}

.btn {
    font-family: Vazir;
}

#comment_post_ID, #comment_parent {
    font-family: Vazir;
}

.icon-way-contact {
    min-width: 70px !important;
}

.product_list_widget li a {
    display: flex !important;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    display: flex !important;
    flex-wrap: wrap;
}

.product_list_widget li del {
    width: 48% !important;
    margin-left: 4%;
}

.product_list_widget li ins {
    width: 48%;
}

/*.woocommerce ul.product_list_widget li.woocommerce-Price-amount{*/
/*    width: 50%;*/
/*}*/
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    margin-inline-end: 15px !important;
    margin-right: auto !important;
    width: 55px !important;
    border-radius: 10px !important;
}

.product_list_widget .woocommerce-Price-amount {
    margin-top: 30px;
    margin-inline-start: -20px;
    color: #fff;
}

.woocommerce-Price-amount {
    width: 100%;
}

.product-title {
    color: #ddd !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.product_list_widget li del {
    display: flex;
    width: 100%;
    justify-content: left;
    color: red;
}

.product_list_widget li del span, .product_list_widget li del span bdi {
    color: red;
}

.product_list_widget li ins {
    margin-top: 5px;
    color: green;
}

.product_list_widget li ins span, .product_list_widget li ins span bdi {
    color: green;
}

.product_list_widget li .star-rating {
    display: none;
}

.box-login, .box-register {
    width: 98% !important;
    margin-top: 50px;
}

.box-login, .box-register {
    box-shadow: 0px 0px 10px 0px rgba(255, 222.8478260869565, 0, 0.55);
    padding: 30px 30px 30px 30px;
    border-radius: 10px 10px 10px 10px;
}

.woocommerce-form {
    border: 2px dotted #ffc800 !important;
}

.woocommerce-form-row {
    color: #989898 !important;
}

.box-login .form-row:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-form-login__submit, .woocommerce-form-register__submit {
    display: flex;
    width: 70%;
    justify-content: center;
    background-color: #0a0936 !important;
    color: #fff !important;
    margin-inline-start: 15% !important;
    margin-top: 30px !important;
    transition: 0.3s;
}

.woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover {
    background-color: #ffb700 !important;
}

.woocommerce-form-login__rememberme {
    margin-top: 20px !important;

}

.woocommerce-form-login__rememberme span {
    color: #989898 !important;
}

.lost_password a {
    color: darkred;
}

.box-register h2, .box-login h2 {
    color: #666;
    font-size: 20px;
}

.woocommerce-privacy-policy-link {
    color: blue;
}

.sidecart {
    width: 300px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 900;
    transition: all 0.4s ease;
    padding: 15px;
}

.help-path-page .title-path {
    margin-top: -5px;
}

.woocommerce-breadcrumb {
    margin: 0 !important;
}

.woocommerce-ordering {
    width: 25%;
}

.nice-select {
    margin: 0 !important;
}

.woocommerce-result-count {
    font-size: 18px;
    font-weight: 200;
    color: #989898;
    margin-top: 8px !important;
    margin-inline-start: 20px !important;
}

.user-account {
    font-size: 24px;
    color: #FFB000;
    padding: 0 10px;
    transition: 0.3s;
}

.user-account:hover {
    color: #0a0936;
}

.cart-count {
    opacity: 1;
    font-size: 12px;
    background: #080946;
    padding: 0px 7px 0 7px;
    border-radius: 100%;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.price-single .price {
    text-align: right !important;
}

.mini_cart_item .woocommerce-Price-amount {
    color: #FFB000 !important;
}

.woocommerce-Price-amount {
    width: 80%;
}


li.wc-layered-nav-rating {
    display: flex;
    margin: 5px 0;
}

li.wc-layered-nav-rating a {
    color: #Fff;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

li.wc-layered-nav-rating.chosen a::after {
    content: '+';
    color: red;
    position: absolute;
    left: 0;
    top: 2px;
    transform: rotate(45deg);
    font-size: 22px;
    border: 1px solid red;
    width: 18px;
    height: 18px;
    line-height: 17px;
    padding: 2px;
    border-radius: 50%;
}

/*price-filter*/
.price_slider {
    margin-bottom: 1em;
    margin-top: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size: 1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background: #ffb300;
    outline: none;
    top: -3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -7px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: var(--e-global-color-primary);
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    filter: invert(1);
}

.price_label {
 filter: invert(1);
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
    background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
    background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
}

.ui-slider-horizontal {
    height: .5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -5px;
}


.price_slider_amount button {
    background: var(--e-global-color-secondary) !important;
    color: #fff !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    display: flex;
    margin:5px 0;
    filter: invert(1);
    font-weight: 500;
}