
.slider__wrapper-arrows_right, .slider-fullscreen-projects__counter {
    left: var(--gutter-horizontal);
    right: unset;
}

.swiper-slide .change-text-hover__normal, .preloader .preloader__subline, .preloader .preloader__subline .preloader__counter .preloader__counter-number, .circle-button__label,
.section-properties .figure-info .figure-info__option, .section-masthead .section-masthead__subheading .split-text__word {
}

h2 .h2.slider__heading {
    font-family: var(--font-secondary);
}

.menu > li:not(:last-child) {
    margin-right: unset;
    /*margin-left: 17px;*/
}

.font-Fa {
    font-family: var(--font-primary) !important;
}

@media screen and (max-width: 1400px) {
    .title {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1280px) {
    .title {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .title {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 1rem;
    }
}

@media screen and (max-width: 576px) {
    .title {
        font-size: 1rem;
    }
}

@media screen and (min-width: 320px) {
    /*.figure-project__letter {*/
    /*    font-size: 4rem!important;*/
    /*}*/
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 0 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table.table-striped td.value {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 77.8%;
    -webkit-box-flex: 0;
    flex: 0 0 77.8%;
    max-width: 77.8%;
    font-size: 14px;
    border: none;
}

.table.table-striped td {
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-left: .4rem;
    padding-right: .4rem;
}

@media screen and (min-width: 1024px) {
    .table.table-striped td.key {
        width: 100%;
        min-height: 1px;
        -ms-flex: 0 0 22.2%;
        -webkit-box-flex: 0;
        flex: 0 0 22.2%;
        max-width: 22.2%;
        color: #777;
        font-size: 13px;
        border: none;
    }
}

@media screen and (min-width: 375px) {
    .table.table-striped td.key {
        width: 100%;
        min-height: 1px;
        -ms-flex: 0 0 22.2%;
        -webkit-box-flex: 0;
        flex: 0 0 22.2%;
        max-width: 32.2%;
        color: #777;
        font-size: 13px;
        border: none;
    }
}

@media screen and (min-width: 0px) {
    .table.table-striped td.key {
        width: 100%;
        min-height: 1px;
        -ms-flex: 0 0 22.2%;
        -webkit-box-flex: 0;
        flex: 0 0 22.2%;
        max-width: 32.2%;
        color: #777;
        font-size: 13px;
        border: none;
    }

    .table.table-striped td.key {
        width: 100%;
        min-height: 1px;
        -ms-flex: 0 0 22.2%;
        -webkit-box-flex: 0;
        flex: 0 0 22.2%;
        max-width: 22.2%;
        color: #777;
        font-size: 14px;
        border: none;
    }

    .table.table-striped td {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.page-link {
    color: #333333 !important;
}

.pagination .disabled {
    color: #dfdfdf;
    border: 1px solid #dfdfdf;
    padding-right: 10px;
    padding-left: 10px;
    align-items: center;
    padding-top: 5px;
    direction: rtl;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination {
    margin-top: calc(1 * (40 * 1px));
    border-top: 2px solid #eee;
    padding: 20px 0 0;
    font-family: var(--font-secondary);
}

.MulltipleEllipsis-Clamp1 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.MulltipleEllipsis-Clamp2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.MulltipleEllipsis-Clamp3 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

li {
    list-style-type: none !important;
}

.contact-form input,
.contact-form textarea {
    background-color: unset;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: white;
}
.negarinsho {
    padding: 7px 12px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #fff;
    transition: .5s;
    margin-left: 7px;
}
.negarinsho:hover {
    border: 1px solid #ffffff;
    color: #000;
    background-color: white;
}
