:root {
    --color1: #FCB913;
    --color2: #080C29;
    --color3: #0C3471;
    --color4: #000714;
    --white: #ffffff;
    --black: #080C29;
    --danger: #d53343;
    --gray: #EAEDF3;
    --strock: #D5D9DE;
    --darkblue: #000714;
    --subtitle: #AAB1BB;
    --graydark: #767E8B;
    --lightgray: #F7F8F9;
    --heading_h1_fontsize: clamp(20px, 3vw, 28px);
}
@font-face {
    font-family: 'Noora-Regular';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Noora-Fa-Num-Regular.woff2') format('woff2');
    font-weight: 200 800;
}
@font-face {
    font-family: 'Noora-Bold';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Noora-Fa-Num-Bold.woff2') format('woff2');
    font-weight: 200 800;
}
@font-face {
    font-family: 'Noora-ExtraBold';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Noora-Fa-Num-ExtraBold.woff2') format('woff2');
    font-weight: 200 800;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?d9tr56');
    src: url('../fonts/icomoon.eot?d9tr56#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?d9tr56') format('truetype'),
    url('../fonts/icomoon.woff?d9tr56') format('woff'),
    url('../fonts/icomoon.svg?d9tr56#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-Headphones-Round-Sound:before {
    content: "\e933";
}
.icon-trash:before {
    content: "\e932";
}
.icon-filter:before {
    content: "\e931";
}
.icon-Close-Circle:before {
    content: "\e930";
}
.icon-ArrowLeft:before {
    content: "\e92e";
}
.icon-ArrowRight:before {
    content: "\e92f";
}
.icon-History-2:before {
    content: "\e92b";
}
.icon-Diploma-Verified:before {
    content: "\e92c";
}
.icon-Buildings:before {
    content: "\e92d";
}
.icon-User-Circle:before {
    content: "\e92a";
}
.icon-arrow2-left:before {
    content: "\e929";
    display: block;
    transform: rotateY(180deg);
}
.icon-Forward:before {
    content: "\e928";
    display: block;
    transform: rotateY(180deg);
}
.icon-link:before {
    content: "\e927";
}
.icon-diploma:before {
    content: "\e91b";
}
.icon-users:before {
    content: "\e91c";
}
.icon-full:before {
    content: "\e91d";
}
.icon-play:before {
    content: "\e91e";
}
.icon-histories:before {
    content: "\e920";
}
.icon-calendar:before {
    content: "\e921";
}
.icon-history:before {
    content: "\e922";
}
.icon-fax:before {
    content: "\e923";
}
.icon-Share-Circle:before {
    content: "\e926";
}
.icon-Clipboard:before {
    content: "\e91f";
}
.icon-cat:before {
    content: "\e924";
}
.icon-blockquote:before {
    content: "\e925";
}
.icon-arrow-left-rec:before {
    content: "\e919";
}
.icon-arrow-right-rec:before {
    content: "\e91a";
}
.icon-right-Up:before {
    content: "\e900";
    display: block;
    transform: rotateY(180deg);
}
.icon-left-Up:before {
    content: "\e911";
}
.icon-round-down:before {
    content: "\e901";
}
.icon-round-top:before {
    content: "\e912";
}
.icon-round-right:before {
    content: "\e913";
}
.icon-round-lrft:before {
    content: "\e914";
}
.icon-down:before {
    content: "\e902";
}
.icon-top:before {
    content: "\e915";
}
.icon-right:before {
    content: "\e916";
}
.icon-left:before {
    content: "\e917";
}
.icon-user:before {
    content: "\e903";
}
.icon-mail:before {
    content: "\e904";
}
.icon-phone:before {
    content: "\e905";
    display: block;
    transform: rotateY(180deg)
}
.icon-menu:before {
    content: "\e918";
    display: block;
    transform: rotateY(180deg);
}
.icon-location:before {
    content: "\e906";
}
.icon-language:before {
    content: "\e907";
}
.icon-search:before {
    content: "\e908";
}
.icon-buildings:before {
    content: "\e909";
}
.icon-home:before {
    content: "\e90a";
}
.icon-instagram:before {
    content: "\e90b";
}
.icon-x:before {
    content: "\e90c";
}
.icon-linkedin:before {
    content: "\e90d";
}
.icon-whatsapp:before {
    content: "\e90e";
}
.icon-telegram:before {
    content: "\e90f";
}
.icon-close:before {
    content: "\e910";
}
/** Main **/
html,
html *,
::before,
::after {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
::-moz-selection {
    color: #fff;
    background: var(--color1);
}
::selection {
    color: #fff;
    background: var(--color1);
}
.text-center {
    text-align: center;
}
.text-end {
    text-align: left;
}
.text-start {
    text-align: right;
}
img {
    max-width: 100%;
    height: auto;
    user-select: none;
}
video {
    width: 100%;
}
a {
    transition: 0.4s ease;
    color: var(--black);
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--color2);
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
body {
    direction: rtl;
    text-align: right;
    font-family: 'Noora-Regular', Arial !important;
    font-size: 14px;
    color: var(--color4);
}
@media only screen and (max-width: 768px) {
    body {
        margin-bottom: 5rem;
    }
}
button {
    border: none;
}
#wrapper {
    overflow: hidden;
}
.position-relative {
    position: relative;
}
.page-template-template-faq .s-space {
    margin-block: 88px;
}
.page-template-template-faq .s-space:nth-child(1) {
    margin-top: 0;
}
.s-space {
    margin-block: clamp(88px, 12vw, 152px);
}
.my-88 {
    margin-block: 88px;
}
.s-space:nth-child(1) {
    margin-top: 0;
}
.s-space:nth-last-child(1) {
    margin-bottom: 0;
}
.s-padding {
    padding-top: clamp(32px, 3vw, 40px);
    padding-bottom: clamp(44px, 5vw, 72px);
}
.section-title {
    margin-bottom: clamp(32px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 3vw, 16px);
}
.s-title {
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1;
    display: inline-block;
    font-family: 'Noora-Bold';
}
.s-title:before {
    content: "";
    background: #EBB40F;
    width: 16px;
    height: 28px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: -5px;
}
.s-subtitle {
    font-size: clamp(14px, 2vw, 16px);
    color: var(--graydark);
    text-transform: capitalize;
}
.s-title,
.s-subtitle {
    text-align: center;
}
.title-box {
    margin-bottom: 1.5rem;
}
.title-center {
    margin-bottom: clamp(24px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2vw, 16px);
}
.desc {
    font-size: clamp(14px, 4vw, 16px);
    text-align: justify;
}
.c-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: clamp(24px, 3vw, 40px);
    flex-wrap: wrap;
}
.btns {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: 'Oxanium';
    position: relative;
    transition: 0.4s;
    min-height: 2.5rem;
    padding: 6px 12px;
    min-width: 120px;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    background: none;
    font-family: 'Noora-Regular';
}
.btns span {
    position: relative;
    padding-inline: 12px;
}
.btns:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    transition: 0.4s;
    /*clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);*/
    clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 8% 100%);
}
.btn-1 {
    transition: 0.4s;
}
.btn-2 {
    color: white;
    transition: 0.4s;
}
.btn-1:before {
    background: var(--color1);
}
.btn-2:before {
    background: var(--color3);
}
.btns.btn-1:hover {
    color: white;
}
.btns.btn-1:hover:before {
    background: var(--color2);
}
.btns.btn-2:hover:before {
    background: var(--color1);
}
.s-padding .btn-1 {
    background-color: var(--color1);
    color: var(--black);
}
.s-padding .btn-1:hover {
    background: white !important;
    border-color: white !important;
}
.s-padding .btn-1:before,
.s-padding .btn-1:after {
    background-color: var(--black);
}
.s-padding .btn-2 {
    background-color: white;
}
.site-main {
    position: relative;
    margin-bottom: 88px;
}
.abs-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.item-banner img {
    width: 100%;
    transition: 0.4s;
    border-radius: .5rem;
}
.item-banner:hover img {
    transform: translateY(-5px);
}
.tab-content {
    display: none;
    transform: scale(0.8) translateY(20px);
    animation: fadeEffect 0.5s ease-in-out;
}
.tab-content.active {
    display: block !important;
    animation: fadeEffect .5s ease-in-out;
    transform: scale(1) translateY(0);
}
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/** More Description **/
#more-tax-desc {
    background: var(--gray);
    padding: 32px clamp(12px, 4vw, 56px);
    position: relative;
}
#more-tax-desc:before {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    left: -28px;
    top: -28px;
    background: white;
    transform: rotate(45deg);
}
#more-tax-desc:after {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    right: -28px;
    top: -28px;
    background: white;
    transform: rotate(45deg);
}
.title-more-desc {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(20px, 2vw, 26px) !important;
    font-family: var(--Demi) !important;
    margin: 0 !important;
}
/** page-numbers **/
ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0.5rem;
    font-size: 18px;
    color: black;
    transition: 0.4s;
    margin-top: 1rem;
}
ul.page-numbers span,
ul.page-numbers a {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    padding-top: 4px;
    font-size: 0.875rem;
}
.prev.page-numbers, .next.page-numbers {
    padding: 0;
    width: clamp(28px, 3vw, 36px);
    height: clamp(28px, 3vw, 36px);
    color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 50%;
    background: rgb(12 52 113 / 6%) url(../img/border-gradient.svg);
    background-repeat: no-repeat;
    background-size: calc(100% + 4px) 100%;
    font-size: 16px;
}
ul.page-numbers span:hover,
ul.page-numbers a:hover,
.prev.page-numbers:hover,
.next.page-numbers:hover,
.page-numbers.current {
    background-color: var(--color3);
    color: white;
}
/** swiper **/
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.4s;
}
.swiper-pagination .swiper-pagination-bullet {
    background: var(--gray1);
    width: 10px;
    border-radius: 100px;
    height: 3px;
    opacity: 1;
    margin: 0 !important;
    transition: 0.4s;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: white;
    width: 10px;
    height: 10px;
    transition: 0.4s;
}
.swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    gap: 8px;
    flex-direction: row-reverse;
}
.swiper-navigation div {
    width: 48px;
    height: 48px;
    color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 50%;
    background: rgb(12 52 113 / 6%) url('../img/border-gradient.svg');
    background-repeat: no-repeat;
    background-size: calc(100% + 4px) 100%;
    font-size: clamp(14px, 2vw, 18px);
}
.swiper-navigation div.swiper-nav-next {
    transform: scaleX(-1);
}
.swiper-navigation div.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.swiper-navigation div:hover {
    background-color: var(--color3);
    color: white;
}
.swiper-button-lock {
    display: none !important;
}
.sw-pagination {
    padding-bottom: 36px;
    position: relative;
}
.sw-pagination .swiper-pagination {
    bottom: 0;
}
.sw-bg-white .swiper-pagination-bullet {
    background: var(--gray3);
}
.sw-bg-white .swiper-pagination-bullet-active {
    background: var(--black);
}
/** Footer **/
/** Menu Mobile   *************************************/
#mask {
    position: fixed;
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 250px;
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
    overflow-y: auto;
    background-color: white;
}
#menumobile img {
    max-width: 60px;
}
.menu {
    list-style: none;
    padding: 0;
    padding-right: 1rem;
}
#nomenumobile {
    cursor: pointer;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
    color: red;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
.tel-mm a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}
.tel-mm a:before {
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 100%;
    animation: pulse 2s infinite;
    position: relative;
    top: -1px;
}
.come-menumobile {
    right: 0 !important;
}
.title-mm {
    background: var(--color3);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-mm .icon-close {
    font-size: 1rem;
    color: white;
}
.title-mm img {
    user-select: none;
}
.btn-mm {
    padding: 0 20px;
    margin-top: 20px;
}
.btn-mm a {
    display: flex;
}
.title-sub-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-flow: row-reverse;
}
.main-mm {
    padding: 5px 20px;
}
.main-mm ul li a {
    color: var(--color4);
    display: block;
    padding: 8px 0;
    position: relative;
    width: 80%;
    padding-right: 1.5rem;
    text-transform: capitalize;
    font-variation-settings: "wght" 500;
    font-size: 1rem;
}
.main-mm ul li a:hover {
    color: var(--color3);
}
.main-mm ul li a::before {
    content: " ";
    background: var(--graydark);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: white;
    right: -250px;
    transition: 0.3s;
    z-index: 9;
    padding: 20px;
    list-style: none;
}
.sub-menu.come-submenu::before {
    content: "";
    height: 70px;
    width: 100%;
    background: var(--color3);
    position: absolute;
    top: 0;
    left: 0;
}
.childer i {
    display: inline-block;
    font-size: 10px;
}
.childer {
    position: absolute;
    left: -3rem;
    cursor: pointer;
    top: 7px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.come-submenu {
    right: 0 !important;
}
.sub-closer {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sub-closer i {
    cursor: pointer;
    top: -1px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    left: -1px;
    font-size: 10px;
}
.title-subcome {
    position: relative;
    top: 2px;
    font-variation-settings: "wght" 500;
    color: #fff;
    text-transform: capitalize;
}
.fix-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: white;
    padding: 10px;
    margin: 0;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 6px #89898940);
}
.fix-btn .btn-header {
    min-width: 140px;
}
/** Breadcrumbs **/
#breadcrumbs {
    position: absolute;
    top: 75px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    line-height: 1;
    white-space: nowrap;
    overflow-x: auto;
    z-index: 1;
}
#breadcrumbs a {
    color: white;
    transition: 0.4s;
    position: relative;
}
#breadcrumbs a:hover {
    color: var(--color1);
}
#breadcrumbs span {
    color: var(--color1);
    font-size: clamp(12px, 2vw, 14px);
}
#breadcrumbs .col-12 > span a:hover {
    color: var(--color1);
}
#breadcrumbs .col-12 > span a:before {
    content: "";
    font-family: 'icomoon';
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    right: -12px;
    font-size: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gray1);
}
#breadcrumbs .col-12 > span {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media only screen and (min-width: 768px) {
    #breadcrumbs {
        top: 112px;
    }
}
/** Hero **/
.item-slider {
    min-height: 750px;
    display: flex;
    align-items: center;
    color: white;
}
.section-hero .item-slider .img-fluid {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}
.slider-title {
    font-size: clamp(26px, 3vw, 42px);
    font-variation-settings: "wght" 500;
}
.slider-desc {
    font-size: clamp(14px, 2vw, 20px);
    margin-block: clamp(8px, 2vw, 16px) clamp(28px, 3vw, 40px);
}
#hero_link {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    text-align: left;
    padding: clamp(12px, 2vw, 24px) clamp(28px, 5vw, 64px) 0px clamp(6px, 2vw, 28px);
    cursor: pointer;
    height: clamp(34px, 4vw, 54px);
    overflow: hidden;
    font-size: clamp(12px, 2vw, 16px);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .4s;
}
#hero_link:hover {
    color: var(--color1);
}
#hero_link:before {
    content: "";
    width: 100%;
    height: 200%;
    background: white;
    position: absolute;
    left: -21%;
    bottom: 0;
    z-index: -1;
    transform: skewX(40deg);
}
#hero_link i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color1);
}
/*.custom-slide-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}
.custom-slide-info .slide-item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: clamp(48px, 10vw, 120px);
    position: relative;
}*/
.slide-number {
    font-size: 16px;
    color: rgb(255 255 255 / 40%);
    position: absolute;
    bottom: 4px;
}
.progress-line {
    height: 4px;
    background: rgb(255 255 255 / 40%);
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.progress-line::after {
    content: '';
    height: 100%;
    background: #fff;
    width: var(--progress-width, 0);
    position: absolute;
    right: 0;
    top: 0;
    transition: width 3s linear;
}
/** blogs **/
.post-item .project-status {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gray1);
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-item-hr {
    align-items: center;
    flex-direction: row;
}
.post-item-hr .post-date {
    margin-bottom: 12px;
}
.post-item {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2vw, 16px);
    transition: 0.4s;
}
.post-item .post-image {
    position: relative;
    display: flex;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.post-item .post-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../img/logo-post.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    transition: 0.4s;
    opacity: 0;
}
.post-item:hover .post-image:after {
    opacity: 1;
}
.post-item .post-image:before {
    content: "";
    position: absolute;
    bottom: auto;
    border-radius: 0 0 75% 75% / 0 0 50% 50%;
    background: rgb(12 52 113 / 40%);
    width: 100%;
    right: 0;
    height: 0;
    transition: 0.4s;
    z-index: 0;
    top: 0;
    opacity: 1;
    backdrop-filter: blur(8px);
}
.post-item:hover .post-image:before {
    transition: height 0.4s ease-in-out;
    height: 150%;
}
.post-item .post-image img {
    width: 100%;
}
.post-item .post-date {
    /*background: #09234b;*/
    display: inline-flex;
    gap: 6px;
    width: fit-content;
    align-items: flex-end;
    font-size: clamp(14px, 2vw, 16px);
    color: var(--graydark);
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 33px;
    z-index: 1;
    padding-right: 12px;
}
.bg-dark .post-item .post-date {
    color: var(--color1);
}
.post-item .post-date:before {
    content: "";
    width: clamp(160px, 11vw, 175px);
    height: 33px;
    background: #09234b;
    background: white;
    position: absolute;
    right: -1px;
    top: 1px;
    z-index: -1;
    clip-path: polygon(100% 0, 11% 0%, 0% 100%, 100% 100%);
}
.bg-dark .post-item .post-date:before {
    background: #15376d;
}
.post-item .post-date i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.post-item .post-title a {
    font-size: clamp(16px, 3vw, 18px);
    color: var(--color4);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
/** Archive Blog **/
.sidebar-shop > * > ul {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 32px);
    text-transform: capitalize;
    padding: clamp(24px, 3vw, 32px) clamp(16px, 2vw, 24px);
}
.sidebar-shop ul.children {
    padding: 18px 12px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.widget-title {
    position: relative;
    background: var(--gray);
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 16px;
    padding: 1rem;
    font-family: 'Noora-Bold';
}
.caticon {
    position: absolute !important;
    left: 0;
    width: 1rem;
    height: 1rem;
    top: 4px;
    cursor: pointer;
    transition: 0.4s;
    color: var(--graydark);
}
.caticon.active {
    transform: rotateX(180deg);
    color: var(--color3);
}
.caticon:before {
    content: "\e902";
    font-family: 'icomoon';
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-sidebar.accordion-title.active .caticon:before {
    transform: translateY(-50%) rotateX(180deg);
}
.widget-title .caticon {
    top: 5px;
}
.widget-title > .caticon {
    top: 32px;
    left: 16px;
}
.wrap-sidebar-shop {
    background: var(--gray2);
    border-radius: 8px;
    padding: 36px 12px 28px;
    margin-bottom: 1rem;
}
.wrap-sidebar-shop:before {
    content: "\e934";
    font-family: 'icomoon';
    position: absolute;
    top: -1px;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: white;
}
.main-widget {
    font-size: clamp(16px, 2vw, 20px);
    display: flex;
    align-items: center;
    gap: clamp(4px, 2vw, 8px);
    justify-content: center;
}
.main-widget i {
    width: clamp(20px, 2vw, 26px);
    height: clamp(20px, 2vw, 26px);
    font-size: clamp(14px, 2vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
}
.sidebar-shop > * > ul .cat-item a:not(.filter-link) {
    display: inline-block;
}
.cat-item {
    position: relative;
    font-size: 14px;
    transition: 0.4s;
    font-variation-settings: "wght" 600;
}
.cat-item .current-cat a,
.cat-item.active > a {
    color: var(--color1) !important;
}
.cat-item > a:hover {
    color: var(--color1);
}
.product-categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.children .cat-item a {
    color: var(--graydark);
    position: relative;
    padding-left: 8px;
    transition: 0.4s;
}
.children .cat-item a:hover {
    color: var(--black);
}
.children .cat-item a:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    background: var(--gray1);
    left: 0;
}
.children .cat-item {
    padding-inline: 8px;
    font-variation-settings: "wght" 400;
}
.sidebar-shop > *:not(:nth-last-child(1)) {
    margin-bottom: clamp(18px, 2vw, 24px);
}
#categories-3 .widget-title:before {
    content: "\e924";
    font-family: 'icomoon';
    width: 30px;
    height: 30px;
    color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .widget-title {
        justify-content: flex-start;
    }
    .sidebar-shop {
        margin-bottom: 20px;
    }
}
/** Project **/
.project-item {
    position: relative;
    transition: 0.4s;
}
.project-image img {
    width: 100%;
}
.project-item:before {
    content: "";
    width: clamp(24px, 4vw, 56px);
    height: clamp(24px, 4vw, 56px);
    position: absolute;
    top: -1px;
    left: -1px;
    background: white;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.bg-dark .project-item:before {
    background: #092755;
}
.project-item:after {
    content: "";
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(12 52 113 / 80%), transparent);
}
.project-title {
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: clamp(16px, 2vw, 20px);
    font-size: clamp(16px, 2vw, 20px);
    padding-inline: clamp(20px, 3vw, 32px);
}
.project-title a {
    color: white;
}
.project-title:before {
    content: "";
    background: #D5D9DE;
    width: 10px;
    height: 36px;
    position: absolute;
    right: 0;
    transition: 0.4s;
}
.project-item:hover .project-title:before {
    background: var(--color1);
}
.project-item .project-status {
    position: absolute;
    right: 12px;
    top: 12px;
    background: var(--color3);
    padding: 1px 12px;
    font-size: clamp(12px, 2vw, 14px);
    color: white;
    text-transform: capitalize;
}
/** About **/
.history-img {
    position: relative;
    margin-bottom: 44px;
}
.history-img .year {
    position: absolute;
    bottom: -22px;
    background: var(--color1);
    min-width: clamp(64px, 10vw, 120px);
    left: 50%;
    transform: translateX(-50%);
    min-height: calc(30px, 4vw, 44px);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 2vw, 24px);
    font-family: var(--en);
}
.history-item .s-title {
    font-size: clamp(14px, 2vw, 18px);
    padding-inline: clamp(4px, 4vw, 24px);
    display: flex;
    margin: 0;
    text-align: center;
    font-family: var(--Medium);
}
/** Intro Page **/
.intro-page {
    background: linear-gradient(180deg, #08224A, #0B2F66 34%, #5A75A4 81%);
    color: white;
    padding-bottom: clamp(40px, 8vw, 104px);
    padding-top: clamp(140px, 16vw, 220px);
}
.intro-page .s-title {
    font-size: clamp(26px, 3vw, 42px);
    margin-bottom: clamp(8px, 2vw, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-page .s-title:before {
    content: none;
}
.min-500 {
    min-height: 530px;
}
.intro-page .btns.btn-2:hover {
    background: var(--color1);
    color: var(--black);
}
.intro-page .btn-2:before,
.intro-page .btn-2:after {
    background-color: var(--black) !important;
}
.intro-page .btn-1 {
    color: var(--black);
    background-color: var(--color1);
}
.intro-page .btns.btn-1:after,
.intro-page .btns.btn-1:before {
    background-color: var(--black) !important;
}
.intro-page .btns.btn-1:hover {
    background: white;
    border-color: var(--color2);
}
.intro-page .sub-title {
    color: var(--gray3);
}
@media only screen and (min-width: 768px) {
    .intro-page .right-side .s-title {
        text-align: left;
    }
    .intro-page .right-side .sub-title {
        text-align: left;
    }
    .intro-page .right-side .c-btn {
        justify-content: flex-end;
    }
    .intro-page .content-img {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media only screen and (max-width: 768px) {
    /*.intro-page {*/
    /*    padding-bottom: 0;*/
    /*}*/
    .content-img {
        margin-block: 1.5rem;
    }
}
/** Archive Posts **/
.archive--blog.s-space {
    margin-block: clamp(88px, 12vw, 125px);
}
.archive--blog .post-item {
    margin-bottom: 40px;
}
.post-categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    box-shadow: 0px 0px 7px 0px #cecece73;
    margin-bottom: 40px;
    position: relative;
    background: white;
}
.categories-wrapper {
    display: flex !important;
    align-items: center;
    gap: 2rem;
}
.category-item {
    transition: 0.4s;
    position: relative;
    padding-block: 6px;
    background: none;
}
.category-item a {
    color: #787C84;
    font-size: 1rem;
    transition: 0.4s;
}
.categories-wrapper h3 {
    color: var(--black);
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.categories-wrapper h3 i {
    font-size: 20px;
    color: var(--color2);
}
.category-item a:hover {
    color: var(--color1);
}
.has-subcategories {
    transition: 0.4s;
}
.category-item.has-subcategories {
    padding-right: 18px;
    padding-left: 0;
}
.categories-menu {
    display: flex;
    gap: 2rem;
}
.badge {
    font-size: 14px;
    color: #787C84;
    position: absolute;
    right: 20px;
    top: 27px;
}
@media only screen and (min-width: 768px) {
    .subcategories-list {
        transition: 0.4s;
        display: none !important;
        position: absolute;
        background: white;
        min-width: 10rem;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        padding: 10px 14px;
        z-index: 1;
        box-shadow: 0px 0px 7px 0px #cecece73;
        text-align: center;
    }
    .has-subcategories:hover .subcategories-list {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }
    .has-subcategories:after {
        content: "\e900";
        font-family: 'icomoon';
        position: absolute;
        right: 0;
        top: 60%;
        transform: translateY(-50%);
        font-size: 12px;
        width: 12px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .categories-wrapper {
        align-items: start;
        background: none;
        flex-direction: column;
        min-width: 12rem;
    }
    .categories-menu {
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .categories-wrapper h3 {
        width: 100%;
    }
    .category-item.has-subcategories.wrap-ft-menu .accordion-title:before {
        right: -1.3rem;
        top: 60%;
    }
}
/** More Text Description **/
#more-text-desc {
    border: 1px solid #E7E7E7;
    padding: 40px 55px;
    position: relative;
    text-align: center;
}
#more-text-desc p {
    text-align: center;
    margin: 0;
}
#more-text-desc:before {
    content: "\e917";
    font-family: 'icomoon';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    color: var(--color1);
}
#more-text-desc .s-title {
    font-size: clamp(20px, 2vw, 24px);
    margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
    #more-text-desc {
        padding: 44px 16px 24px;
    }
}
/** Comments **/
.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    gap: 32px;
}
.form-submit,
.comment-form-email,
.comment-form-author {
    width: 100%;
    position: relative;
}
.form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment-form-comment {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#reviews label {
    display: block;
    color: #AAB1BB;
    padding-right: clamp(12px, 2vw, 16px) !important;
    font-size: clamp(14px, 2vw, 16px);
    margin: 0 0 12px !important;
}
textarea::placeholder {
    font-size: 16px !important;
}
.form-submit .btns {
    border: 0;
    transition: 0.4s;
    font-variation-settings: "wght" 500;
}
#respond {
    margin-bottom: 64px;
}
.item-comment {
    position: relative;
}
.item-comment .text_comment {
    padding: clamp(24px, 3vw, 32px) clamp(16px, 3vw, 32px);
    margin-bottom: 2rem;
    position: relative;
    background: var(--gray);
}
.item-comment.byadmin .head-comment {
    color: white;
}
.item-comment p {
    margin-bottom: 20px !important;
    font-size: 14px !important;
    line-height: 2 !important;
}
.head-comment {
    font-size: 1rem;
    margin-bottom: 4px;
    min-height: 3rem;
    display: flex;
    align-items: center;
    padding: 6px 32px;
    line-height: 1;
    gap: 10px;
    width: fit-content;
    position: relative;
    overflow: hidden;
    color: var(--darkblue);
    width: auto;
}
.head-comment:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 213px;
    height: 47px;
    clip-path: polygon(100% 0, 10% 0%, 0% 100%, 100% 100%);
    z-index: 0;
    background: var(--gray);
}
.item-comment.byadmin .head-comment:before {
    background: #08224a;
}
.time_comment {
    color: var(--graydark);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}
.time_comment i {
    font-size: 16px;
    margin-top: -3px;
}
.item-comment.byadmin .head-comment .time_comment {
    color: white;
}
.byadmin .text_comment {
    background: linear-gradient(180deg, #08224A 0, #0A2C60 50%, #305083 100%) !important;
    color: white;
}
.byadmin .time_comment {
    color: white;
}
.comment-awaiting-moderation {
    background: var(--danger);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 24px;
}
.name_comment {
    display: flex;
    align-items: center;
    gap: 8px;
    font-variation-settings: "wght" 500;
    position: relative;
}
.name_comment img {
    max-width: 26px;
    margin-left: 12px;
}
.author-byadmin {
    color: var(--color1);
}
.name_comment i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.commentlist > .children {
    padding-right: clamp(36px, 7vw, 90px);
}
.comment-reply-link {
    display: flex;
    font-size: clamp(14px, 2vw, 16px);
    gap: 8px;
    color: var(--color2);
    justify-content: flex-start;
    align-items: end;
    transition: 0.4s;
    width: fit-content;
    line-height: 1;
}
.comment-reply-link i {
    font-size: 20px;
}
.item-comment.byadmin .comment-reply-link {
    color: var(--color1);
}
.comment-reply-link:hover {
    color: #fff !important;
}
.isreply {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -68px;
    width: clamp(40px, 4vw, 52px);
    height: clamp(40px, 4vw, 52px);
    font-size: clamp(20px, 2vw, 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
}
#reply-title {
    display: none;
}
.commentlist #reply-title {
    background: var(--graydark);
    color: white !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
}
#reply-title a {
    color: white;
    transition: 0.4s;
}
#reply-title a:hover {
    color: var(--color1);
}
@media only screen and (min-width: 768px) {
    .comment-form-email,
    .comment-form-author {
        width: calc(50% - 16px);
    }
}
@media only screen and (max-width: 768px) {
    .isreply {
        right: -32px;
    }
    .comment-reply-link {
        font-size: 14px;
    }
    .name_comment {
        gap: 6px;
        font-size: 14px;
    }
}
/** Editor Page **/
.section-editor-inner {
    border: 1px solid var(--strock);
    padding: clamp(16px, 2vw, 24px);
}
/** Intro Page **/
/** Video **/
.video-wrapper {
    position: relative;
    display: flex;
}
.video-wrapper video {
    height: 100%;
    object-fit: cover;
}
.section-video .c-btn {
    margin-top: clamp(12px, 2vw, 16px);
}
/*.play-btn {*/
/*    width: clamp(90px, 10vw, 152px);*/
/*    height: clamp(90px, 10vw, 152px);*/
/*    position: absolute;*/
/*    left: 50%;  
*
/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);
*
/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: clamp(42px, 5vw, 72px);*/
/*    color: var(--color1);*/
/*    cursor: pointer;*/
/*}*/
/*.play-btn::after,*/
/*.play-btn::before {*/
/*    content: '';*/
/*    box-sizing: border-box;*/
/*    width: clamp(90px, 10vw, 152px);*/
/*    height: clamp(90px, 10vw, 152px);*/
/*    border-radius: 50%;*/
/*    background: white;*/
/*    position: absolute;*/
/*    right: 0;  
*
/
/*    top: 0;*/
/*    animation: animloader 2s linear infinite;*/
/*    z-index: -1;*/
/*}*/
/*.play-btn::after {*/
/*    animation-delay: 1s;*/
/*}*/
/*@keyframes animloader {*/
/*    0% {*/
/*        transform: scale(0);*/
/*        opacity: 1;*/
/*    }*/
/*    100% {*/
/*        transform: scale(1);*/
/*        opacity: 0;*/
/*    }*/
/*}*/
@media only screen and (min-width: 450px) {
    .video-wrapper:before {
        bottom: -3px;
    }
}
@media only screen and (min-width: 992px) {
    .video-wrapper:before {
        bottom: -4px;
    }
}
/** Sidebar Shop **/
#sidebar-shop .widget.woocommerce-widget-layered-nav ul li a,
#sidebar-shop .widget.widget_layered_nav_filters ul li a {
    color: var(--gray0);
    position: relative;
    font-size: 14px;
    display: flex;
    color: var(--gray1);
    line-height: 1.6;
    align-items: flex-start;
    transition: 0.4s;
}
#sidebar-shop .widget.woocommerce-widget-layered-nav ul li a:before,
#sidebar-shop .widget.widget_layered_nav_filters ul li a:before {
    content: "";
    font-family: 'icomoon';
    color: var(--color1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 3px;
    border: 1px solid var(--gray1);
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4sease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
#sidebar-shop .widget.widget_layered_nav_filters li:hover a,
#sidebar-shop .widget.woocommerce-widget-layered-nav li:hover a,
#sidebar-shop .widget.woocommerce-widget-layered-nav li.chosen a {
    color: var(--color2);
}
#sidebar-shop .widget.widget_layered_nav_filters li.chosen a:before,
#sidebar-shop .widget.woocommerce-widget-layered-nav li:hover a:before,
#sidebar-shop .widget.woocommerce-widget-layered-nav li.chosen a:before {
    background: var(--color2);
    content: "\e93c";
    transition: all 0.4s ease;
}
#sidebar-shop .widget.widget_layered_nav_filters li.chosen:hover a:before,
#sidebar-shop .widget.woocommerce-widget-layered-nav li.chosen:hover a:before {
    background: var(--color2);
    content: "\e922";
    transition: all 0.4s ease;
}
/** Project Page **/
.wrap-filter {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    background: var(--gray2);
    margin-bottom: clamp(16px, 3vw, 32px);
    border-radius: 8px;
    min-height: 80px;
    align-items: center;
    position: relative;
}
.project-status-filter {
    display: flex;
    align-items: center;
    gap: clamp(25px, 5vw, 55px);
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.project-status-filter .filter-item:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-status-filter .filter-item:first-child:before {
    content: "\e939";
    font-family: 'icomoon';
    position: absolute;
    top: 0px;
    line-height: 1;
    font-size: 11px;
    color: white;
}
.project-status-filter .filter-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: var(--gray1);
    transition: 0.4s;
}
.project-status-filter .filter-item:hover,
.project-status-filter .filter-item.active {
    color: var(--color2);
}
.wrap-consultation {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.consultation-text {
    font-size: 16px;
}
.btn-consultation {
    background: var(--gray1);
    color: white;
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    padding: 6px 8px;
    line-height: 1;
    transition: 0.4s;
}
.btn-consultation i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 24px;
}
.btn-consultation:hover {
    background: var(--color1);
}
.btn-consultation span {
    padding-top: 4px;
    line-height: 1;
}
.archive--project .project-item {
    margin-bottom: clamp(30px, 3vw, 40px);
}
/** Project Cat **/
.sw--cats {
    border-bottom: 3px solid var(--gray4);
    padding: 12px 20px 4px;
}
.project-cat-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 2vw, 18px);
    position: relative;
}
.project-cat-item:before {
    content: "\e938";
    font-family: 'icomoon';
    position: absolute;
    bottom: -4px;
    width: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: -1;
    color: var(--gray4);
    transition: 0.4s;
}
.sw--cats .project-cat-item.active:before,
.project-cat-item:hover:before {
    font-size: 43px;
}
@media only screen and (min-width: 768px) {
    .project-status-filter {
        width: auto;
        justify-content: flex-start;
    }
    .project-status-filter .filter-item:first-child {
        width: auto;
        justify-content: flex-start;
    }
}
/** Product Single **/
#product-single {
    background: var(--color2);
    color: white;
    padding-block: clamp(64px, 6vw, 76px) clamp(40px, 5vw, 64px);
}
.product-head {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 1rem;
}
.product_title.entry-title {
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.5;
}
.product-id {
    font-size: 1rem;
}
.product_meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: clamp(22px, 3vw, 34px);
    gap: 20px;
}
.product_meta i {
    color: var(--color1);
}
.woocommerce-product-details__short-description {
    font-size: clamp(14px, 2vw, 16px) !important;
}
#product-single .c-btn {
    margin-top: 2rem;
}
.product-btn-group .btns.btn-2:hover {
    border: 1px solid white;
}
.product-gallery-item.has-border,
.gallery-top-wrapper {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.websima-swiper-thumb {
    flex: 0 0 82px;
    position: relative;
}
.gallery-bottom .swiper-slide {
    transition: transform 0.3s ease;
}
.gallery-bottom .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
    /*height: auto !important;*/
}
.websima-product-gallery-wrapper .swiper-navigation {
    margin: 0;
}
.product-thumb-item {
    border-radius: 6px;
}
.product-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
#single-product-slider a {
    position: relative;
    mask-image: url(../img/sin-pro.svg);
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    display: flex;
}
.gallery-bottom .product-thumb-item:after {
    opacity: 0;
    visibility: hidden;
    content: "\e925";
    font-family: 'icomoon';
    position: absolute;
    inset: 0;
    width: clamp(35px, 4vw, 44px);
    height: clamp(35px, 4vw, 44px);
    font-size: clamp(28px, 3vw, 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
    color: var(--color2);
}
.gallery-bottom .swiper-slide .product-thumb-item:hover::after,
.gallery-bottom .swiper-slide.swiper-slide-active .product-thumb-item:after {
    opacity: 1;
    visibility: visible;
}
.swiper-nav.prev-product {
    left: 10px;
    transform: translateY(-50%) rotate(0deg);
    top: 50%;
}
.swiper-nav.next-product {
    right: 10px;
    transform: translateY(-50%) rotate(0deg);
    top: 50%;
}
/***** tabs *****/
.wc-tabs-wrap {
    position: sticky;
    top: 24px;
    z-index: 3;
    transition: 0.4s ease;
    display: block;
}
.tabs.wc-tabs {
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    border-radius: 8px;
    background: var(--gray2);
    position: relative;
    min-height: clamp(80px, 7vw, 96px);
    margin-bottom: clamp(24px, 3vw, 40px);
    padding-inline: clamp(8px, 2vw, 24px);
}
.tabs.wc-tabs li {
    position: relative;
    text-align: center;
}
.tabs.wc-tabs li a {
    color: var(--gray1);
    font-size: clamp(14px, 2vw, 16px);
    font-family: var(--Demi);
    padding-block: 8px;
    white-space: nowrap;
    transition: 0.4s;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs.wc-tabs li a.active {
    color: var(--black);
}
.tabs.wc-tabs li a:before {
    content: "\e91f";
    font-family: 'icomoon';
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: inline-block;
    position: absolute;
    opacity: 0;
    transition: 0.4s;
    line-height: 1;
}
.tabs.wc-tabs li a:hover {
    color: var(--black);
}
.tabs.wc-tabs li a.active:before {
    opacity: 1;
}
.product-features {
    margin: 20px 0;
    display: flex;
    gap: 12px 14px;
    flex-wrap: wrap;
}
.product-feature {
    flex: 1 0 100%;
    background: #fff;
    padding: 8px 5px 8px 5px;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0px 6.31px 37.84px 0px #99999933;
    color: #272829;
    font-size: 13px;
    height: 60px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.product-feature::before {
    content: '';
    width: 37px;
    height: 37px;
    border-radius: 20px;
    background: #EBFAF4;
    position: absolute;
    left: -18px;
    z-index: -1;
}
.product-feature i {
    color: var(--color1);
    font-size: 25px;
}
/* CSS */
table.shop_attributes {
    width: 100%;
    text-align: right;
}
table.shop_attributes * {
    vertical-align: middle;
}
table.shop_attributes.type-1 .attribute-inner-table-wrapper {
    display: none;
}
table.shop_attributes.type-3 .attribute-inner-table-wrapper {
    display: none;
}
table.shop_attributes.type-3 tr:nth-child(2) .attribute-inner-table-wrapper {
    display: block;
}
tr.attribute_group_row.open {
    border-bottom-color: #fff;
    border-radius: 28px 28px 0 0;
}
tr.attribute_group_row {
    display: block;
    border: 1px solid var(--gray4);
    border-radius: 26px;
    padding: clamp(12px, 2vw, 24px);
    cursor: pointer;
    padding-bottom: clamp(20px, 3vw, 32px);
    transition: 500ms;
}
table.shop_attributes .attribute_group_row th::after {
    content: "\e91b";
    font-family: 'icomoon';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    font-size: 14px;
    transition: 500ms;
}
tr.attribute_group_row.open th::after {
    transform: translateY(-50%) rotateX(180deg) !important;
}
table.shop_attributes .attribute_group_row th {
    border-radius: 12px;
    font-size: clamp(14px, 2vw, 16px);
    cursor: pointer;
    width: 100%;
    background: #EFF7FA;
    display: block;
    position: relative;
    color: var(--black);
    transition: 0.4sease;
    padding-block: 12px;
    padding-inline: clamp(12px, 2vw, 24px);
}
table.shop_attributes .attribute_row table {
    width: 100%;
}
table.shop_attributes .attribute_row table th {
    font-size: 14px;
    line-height: 32px;
    color: var(--gray3);
    width: 90px;
    padding-block: clamp(10px, 2vw, 20px);
}
table.shop_attributes .attribute_row table td a,
table.shop_attributes .attribute_row table td p {
    font-size: 14px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 0;
}
.attribute_value a {
    color: var(--color1) !important;
    background: #00377B14;
    border-radius: 5px;
    padding: 0 5px;
}
.attribute_value a:hover {
    color: var(--color2) !important;
}
table.shop_attributes .attribute_row_open.open .attribute-inner-table-wrapper {
    display: block;
}
.attribute_name::after {
    content: ':';
    margin-left: 3px;
}
tr.attribute_row > td {
    display: block;
    width: 100%;
}
tr.attribute_row.open::before {
    opacity: 1;
}
tr.attribute_row {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #fff;
    position: relative;
    transition: 500ms;
    padding-inline: clamp(12px, 4vw, 48px);
    padding-top: 0;
}
tr.attribute_row.open {
    border-color: var(--gray4);
    border-top-color: #fff;
    border-radius: 0 0 28px 28px;
    padding-bottom: clamp(12px, 2vw, 24px);
}
.woocommerce-product-attributes.shop_attributes tbody {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(12px, 2vw, 20px);
    margin-bottom: clamp(32px, 4vw, 48px);
}
.woocommerce-product-attributes-item {
    border: 1px solid var(--gray4);
    border-radius: 6px;
    padding: 12px clamp(12px, 2vw, 20px);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: clamp(72px, 7vw, 80px);
}
.woocommerce-product-attributes-item p {
    margin: 0 !important;
}
.woocommerce-product-attributes-item__label {
    width: 30%;
    flex: 0 0 30%;
    color: var(--color2);
    font-family: var(--Demi);
    font-size: clamp(16px, 2vw, 18px);
}
.woocommerce-product-attributes-item__value p {
    text-align: right !important;
    font-family: var(--rajd) !important;
    font-size: clamp(14px, 2vw, 16px) !important;
    line-height: 1.3 !important;
}
.sidebar-cta {
    display: flex;
    flex-direction: column;
    background: var(--gray2);
    border-radius: 8px;
    padding: clamp(24px, 3vw, 32px) 12px;
    text-align: center;
    align-items: center;
    position: sticky;
    top: 20px;
}
.sidebar-cta:before {
    color: #fff;
    display: inline-block;
    transition: 0.4s;
    content: "\e934";
    font-family: 'icomoon';
    position: absolute;
    top: -1px;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
}
.img-cta {
    width: clamp(111px, 12vw, 145px);
    height: clamp(111px, 12vw, 145px);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto clamp(24px, 3vw, 32px);
}
.img-cta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title-cta-sidebar {
    font-size: 20px;
    font-family: var(--Demi);
    margin-bottom: 1rem;
}
.btns-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.btns-cta a {
    display: flex;
    gap: 6px;
    background: var(--gray1);
    border-radius: 6px;
    padding: 7px 8px;
    align-items: center;
    border: 1px solid var(--gray1);
    color: white;
    transition: 0.4s;
    font-family: var(--rajd);
    font-size: 14px;
}
.btns-cta a:hover {
    background: white;
    color: var(--black);
}
.btns-cta a i {
    font-size: 18px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    #single-product-thumbnail {
        height: 240px;
    }
    #product-single .c-btn {
        justify-content: flex-end;
    }
    .swiper-nav.prev-product {
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        top: -33px;
    }
    .swiper-nav.next-product {
        right: 50%;
        transform: translateX(50%) rotate(90deg);
        bottom: -33px;
        top: auto;
    }
    .websima-product-gallery {
        display: flex;
        align-items: center;
        gap: clamp(16px, 3vw, 32px);
        position: relative;
        z-index: 0;
        flex-direction: row;
    }
    .woocommerce-product-attributes.shop_attributes tbody {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .websima-swiper-thumb {
        margin-top: 12px;
        padding-inline: 2.5rem;
    }
    .websima-product-gallery-wrapper {
        margin-bottom: 2rem;
    }
}
/** About intro **/
.section-intro {
    background: linear-gradient(0deg, #0C3471, rgb(12 52 113 / 75%));
    position: relative;
}
.section-intro:before {
    content: "";
    width: 100%;
    height: 74px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(0deg, #224377, transparent);
}
.section-intro .item-slider .row {
    min-height: 500px;
    align-items: center;
}
.section-intro .item-slider {
    min-height: 750px;
    display: flex;
    align-items: flex-end;
    color: white;
}
.item-slider-img {
    min-height: auto !important;
    img {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .item-slider-img {
        padding-top: 92px;
    }
}
/*.body-slider {*/
/*    padding-bottom: clamp(30px, 9vw, 128px);*/
/*}*/
.slider-title {
    font-size: clamp(24px, 3vw, 32px);
    font-variation-settings: "wght" 500;
    font-family: 'Noora-Bold';
}
.slider-desc {
    font-size: clamp(14px, 2vw, 18px);
    margin-block: clamp(8px, 2vw, 16px) clamp(28px, 3vw, 40px);
    line-height: 2;
}
#hero_link {
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
    text-align: left;
    padding: clamp(12px, 2vw, 24px) clamp(28px, 5vw, 64px) 0px clamp(6px, 2vw, 28px);
    cursor: pointer;
    height: clamp(34px, 4vw, 54px);
    overflow: hidden;
    font-size: clamp(12px, 2vw, 16px);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .4s;
}
#hero_link:hover {
    color: var(--color1);
}
#hero_link:before {
    content: "";
    width: 100%;
    height: 200%;
    background: white;
    position: absolute;
    left: -21%;
    bottom: 0;
    z-index: -1;
    transform: skewX(40deg);
}
#hero_link i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color1);
}
.custom-slide-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}
.custom-slide-info .slide-item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: clamp(48px, 10vw, 120px);
    position: relative;
    background: rgb(255 255 255 / 40%);
}
.slide-number {
    font-size: 16px;
    color: rgb(255 255 255 / 40%);
    position: absolute;
    bottom: 4px;
}
.progress-line {
    height: 4px;
    background: white;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.progress-line::after {
    content: '';
    height: 100%;
    background: #fff;
    width: var(--progress-width, 0);
    position: absolute;
    right: 0;
    top: 0;
    transition: width 3s linear;
}
@media only screen and (max-width: 768px) {
    .custom-slide-info {
        bottom: 12px;
        z-index: 2;
    }
    .body-slider {
        padding-top: 103px !important;
    }
}
/** About features **/
.features-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
}
.features-item {
    background: var(--gray);
    padding: clamp(24px, 4vw, 48px) clamp(12px, 2vw, 24px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    position: relative;
    overflow: hidden;
}
.mobile .features-item {
    flex-direction: column;
}
.features-item .features-title {
    color: var(--color3);
    font-size: clamp(24px, 3vw, 30px);
    font-variation-settings: "wght" 500;
    line-height: 1.5;
}
.features-item .features-desc {
    color: var(--graydark);
    font-size: 14px;
    text-transform: capitalize;
}
.features-icon {
    display: flex;
    align-items: center;
}
.features-item img {
    max-width: clamp(50px, 6vw, 72px);
    max-height: clamp(50px, 6vw, 72px);
}
.features-item i {
    width: clamp(50px, 6vw, 72px);
    height: clamp(50px, 6vw, 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(32px, 4vw, 48px);
    color: var(--color3);
}
.features-item:nth-last-child(1):before,
.features-item:nth-child(1):before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: -18px;
    right: -18px;
    transform: rotate(45deg);
    background: white;
}
.features-item:nth-last-child(1):before {
    right: auto;
    bottom: -18px;
    left: -18px;
    top: auto;
}
@media only screen and (min-width: 576px) {
    .features-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .features-item {
        flex-direction: row;
        justify-content: center
    }
    .features-item:nth-last-child(1):before,
    .features-item:nth-child(1):before {
        bottom: -18px;
    }
    .features-item:nth-last-child(1):before {
        bottom: -18px;
        top: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .features-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}
/** About Content **/
.section-content .content-img {
    position: relative;
}
.section-content .content-img:before {
    content: "";
    width: clamp(24px, 4vw, 56px);
    height: clamp(24px, 4vw, 56px);
    position: absolute;
    top: -1px;
    left: -1px;
    background: white;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.view-btn {
    display: flex;
    align-items: flex-end;
    font-size: clamp(12px, 2vw, 16px);
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: clamp(129px, 13vw, 180px);
    z-index: 1;
    gap: 6px;
    cursor: pointer;
    padding-right: 8px;
    padding-top: 12px;
    font-size: clamp(12px, 2vw, 14px);
}
.view-btn i {
    width: clamp(24px, 2vw, 30px);
    height: clamp(24px, 2vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    font-size: clamp(16px, 2vw, 20px);
}
.view-btn:before {
    content: "";
    width: 100%;
    height: 101%;
    position: absolute;
    right: -12%;
    top: 0px;
    z-index: -1;
    transform: skewX(-40deg);
    background: white;
}
@media only screen and (min-width: 450px) {
}
@media only screen and (min-width: 768px) {
    .section-content .s-title {
        text-align: right;
    }
    /*.section-content .c-btn {
        justify-content: flex-end;
    }*/
}
@media only screen and (min-width: 992px) {
    .attribute-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .main-widget {
        justify-content: flex-start;
    }
}
/** About Tabs **/
.tabs.wc-modular a {
    color: white;
    transition: 0.4s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.4s;
    color: white;
    height: 80px;
    position: relative;
}
.tabs.wc-modular a.active {
    color: var(--color1);
}
.tabs.wc-modular a.active:before {
    content: "";
    width: 12px;
    height: 12px;
    background: white;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
}
.tabs.wc-modular a.active:after {
    content: "";
    width: 12px;
    height: 12px;
    background: white;
    position: absolute;
    bottom: -6px;
    transform: rotate(45deg);
}
.tabs.wc-modular {
    position: relative;
    background: var(--color3);
    padding-inline: clamp(0px, 4vw, 55px);
    display: flex;
    margin-bottom: 80px;
    gap: clamp(24px, 3vw, 40px);
    /*padding-block: clamp(24px, 2vw, 30px);*/
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.modular-wrapp {
    position: relative;
}
.modular-wrapp:before {
    content: "";
    width: 22px;
    height: 22px;
    background: white;
    position: absolute;
    left: -11px;
    top: -11px;
    transform: rotate(45deg);
    z-index: 1;
}
.modular-wrapp:after {
    content: "";
    width: 22px;
    height: 22px;
    background: white;
    position: absolute;
    right: -11px;
    top: -11px;
    transform: rotate(45deg);
}
ul.tabs.wc-modular li {
    min-width: fit-content;
    overflow: hidden;
}
/** search **/
.search-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -26px;
}
.search-wrapper input::placeholder {
    font-size: clamp(14px, 2vw, 18px) !important;
}
.search-wrapper input {
    padding: clamp(12px, 2vw, 16px) !important;
    height: clamp(52px, 5vw, 70px);
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    font-size: clamp(14px, 2vw, 18px) !important;
    appearance: none;
    -webkit-appearance: textfield;
    transition: 0.4s;
    border-radius: 0;
    background: var(--gray);
    color: var(--graydark);
    padding-right: clamp(52px, 5vw, 74px) !important;
}
.search-wrapper i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: var(--graydark);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: clamp(8px, 2vw, 16px);
    font-size: 24px;
}
.search-wrapper input:focus {
    border-color: var(--color1) !important;
    outline: none;
}
.btn-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: clamp(8px, 2vw, 16px);
    border: none;
}
@media only screen and (min-width: 768px) {
    .search-wrapper {
        margin-top: -36px;
    }
}
/** Neighborhoods **/
.sw--neighborhoods--2 {
    position: relative;
}
.sw--neighborhoods--2 .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 280px;
    background: linear-gradient(0deg, rgb(12 52 113 / 80%), transparent);
    right: 0;
    bottom: 0;
    z-index: 2;
}
p.map-title {
    position: absolute;
    bottom: 36px;
    right: 50%;
    transform: translateX(50%);
    color: white;
    z-index: 99999999;
    font-size: clamp(14px, 2vw, 18px);
}
.swiper-navigation.swiper-map {
    clip-path: polygon(20% 0%, 80% 0%, 100% 27%, 100% 73%, 80% 100%, 20% 100%, 0% 73%, 0% 27%);
    background: white;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
    top: calc(100% + -56px);
    margin: 0 !important;
    height: 76px;
    width: 185px;
}
@media only screen and (min-width: 992px) {
    .section-neighborhoods .swiper-vertical {
        height: clamp(220px, 28vw, 450px);
    }
    p.map-title {
        bottom: 24px;
        right: 24px;
        transform: unset;
    }
    .swiper-navigation.swiper-map {
        clip-path: polygon(20% 0%, 80% 0%, 100% 36%, 100% 64%, 80% 100%, 20% 100%, 0% 64%, 0% 36%);
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        right: calc(100% + -123px);
        height: 110px;
        width: 276px;
    }
}
/** Map **/
.location-wrap {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 24px);
    max-height: 530px;
    overflow-y: auto;
    scroll-behavior: smooth;
    /*white-space: nowrap;*/
    -webkit-overflow-scrolling: auto;
    scrollbar-color: var(--gray) transparent;
    scrollbar-width: thin !important;
}
.location-item {
    display: flex;
    gap: 8px;
}
.location-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: clamp(16px, 2vw, 20px);
    background: var(--gray);
    width: 100%;
}
.location-date {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: clamp(8px, 2vw, 16px);
}
.number-item {
    background: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    flex: 0 0 44px;
    font-size: 20px;
    color: var(--graydark);
}
.title-item {
    font-size: clamp(14px, 3vw, 18px);
}
.location-date span {
    display: flex;
    gap: clamp(6px, 1vw, 8px);
    color: var(--darkblue);
    line-height: 32px;
}
.location-date i {
    width: clamp(24px, 3vw, 32px);
    height: clamp(24px, 3vw, 32px);
    border-radius: 50%;
    flex: 0 0 clamp(24px, 3vw, 32px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color2);
    background: linear-gradient(0deg, rgb(12 52 113 / 50%), rgb(12 52 113 / 8%));
    font-size: 14px;
}
.project-point {
    position: absolute;
    top: var(--top);
    left: var(--left);
    color: var(--color1);
    width: clamp(12px, 2vw, 22px);
    height: clamp(12px, 2vw, 22px);
    line-height: 1;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.75);
        outline-offset: 0;
        outline: 2px solid var(--color1);
    }
    70% {
        transform: scale(1);
        outline-offset: min(6px, 1vw);
        outline: 2px solid var(--color1);
    }
    100% {
        transform: scale(0.75);
        outline-offset: 0;
        outline: 2px solid var(--color1);
    }
}
.project-point span {
    position: relative;
}
.project-point:before {
    content: "";
    color: var(--color1);
    background: black;
    width: clamp(12px, 2vw, 22px);
    height: clamp(12px, 2vw, 22px);
    position: absolute;
    z-index: 0;
    transform: rotate(45deg);
    box-shadow: 0 0 0 clamp(1px, 2vw, 4px) var(--color1);
    transition: 0.3s;
    border-radius: 50%;
}
.project-point:hover {
    color: black;
}
.project-point:hover:before {
    background: var(--color1);
    box-shadow: 0 0 0 clamp(1px, 2vw, 4px) black;
}
.location-item {
    transition: all 0.3s ease;
}
.location-item.active .number-item {
    background: var(--color2);
    color: white;
}
/** Sidebar Icon **/
#job-categories .widget-title:before,
#service-categories .widget-title:before,
#project-categories .widget-title:before,
#tender-categories .widget-title:before,
#status-widget .widget-title:before,
#department-widget .widget-title:before,
#city-widget .widget-title:before {
    content: "\e924";
    font-family: 'icomoon';
    width: 30px;
    height: 30px;
    color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#department-widget .widget-title:before,
#status-widget .widget-title:before {
    content: "\e91f";
}
#city-widget .widget-title:before {
    content: "\e906";
}
.mobile .archive--services,
.mobile .archive--tender,
.mobile .archive--jobs {
    margin-top: 3rem;
}
/** Filter Mobile **/
@media (min-width: 992px) {
    #sidebar-tender {
        display: block;
    }
}
.mobile-filter {
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}
.mobile-filter.active {
    right: 0;
}
.mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: var(--color3);
    color: white;
    font-variation-settings: "wght" 500;
    font-size: 18px;
}
.mobile-filter-header .close-filter {
    box-shadow: none;
    border: 0;
    color: white;
    background: none;
}
.mobile-filter-body {
    padding-top: 1rem;
}
.filter-btn {
    margin-inline: auto;
    margin-bottom: 24px;
    border: 0;
    width: calc(100% - 30px);
    justify-content: space-between;
}
.filter-btn h4 {
    display: flex;
    align-items: center;
    gap: 4px;
}
.filter-btn .icon-filter {
    width: 30px;
    height: 30px;
    color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-btn .icon-right {
    font-size: 14px;
}
/** Request Form **/
.request-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.close-requestform {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 50%;
/ transform: translateX(50 %);
    font-size: 26px;
    cursor: pointer;
    z-index: 99;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.4s;
    &:hover {
        color: var(--danger);
    }
}
#requestform .form-row:not(:nth-last-child(1)) {
    margin-bottom: 24px;
}
.btn-requestform {
    width: clamp(48px, 6vw, 69px);
    height: clamp(48px, 6vw, 69px);
    position: fixed;
    bottom: 16px;
    left: clamp(16px, 2vw, 32px);
    background: var(--color3);
    color: var(--color1);
    font-size: clamp(20px, 3vw, 28px);
    z-index: 9;
    cursor: pointer;
    &:hover {
        color: var(--color3);
        background: var(--color1);
    }
}
#requestform {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: clamp(300px, 48vw, 630px);
    display: flex;
    flex-direction: column;
    padding: 8px 8px clamp(16px, 3vw, 32px);
    z-index: 9;
    & input {
        padding: clamp(12px, 2vw, 16px) !important;
        height: clamp(48px, 5vw, 58px);
        display: block;
        box-sizing: border-box;
        font-family: inherit;
        width: 100%;
        font-size: clamp(14px, 2vw, 16px) !important;
        border: 1px solid #D5D9DE;
        appearance: none;
        -webkit-appearance: textfield;
        transition: 0.4s;
        border-radius: 0;
        &::placeholder {
            color: #A5A8AE;
            font-size: 16px;
        }
    }
    & label {
        color: #AAB1BB;
        padding-right: clamp(12px, 2vw, 16px) !important;
        font-size: 14px;
        margin: 0 0 12px !important;
        &::placeholder {
            color: #A5A8AE;
            font-size: 14px;
        }
    }
    & label.error {
        color: var(--danger) !important;
        font-size: 12px !important;
    }
    & .alert {
        background: green;
        text-align: center;
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        padding: 4px 12px;
        font-size: 10px;
        width: max-content;
    }
}
.call-requestform {
    width: 100%;
    background: var(--color3);
    color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 81px;
    position: relative;
    flex-direction: row;
    gap: 8px;
    font-size: clamp(16px, 2vw, 20px);
    & i {
        width: clamp(32px, 3vw, 40px);
        height: clamp(32px, 3vw, 40px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(20px, 3vw, 28px);
    }
    &:before {
        content: "";
        width: clamp(18px, 3vw, 36px);
        height: clamp(18px, 3vw, 36px);
        background: white;
        position: absolute;
        left: -1px;
        bottom: -1px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }
    &:after {
        content: "";
        width: clamp(18px, 3vw, 36px);
        height: clamp(18px, 3vw, 36px);
        background: white;
        position: absolute;
        right: -1px;
        bottom: -1px;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
}
.title-requestform {
    width: 100%;
    margin-block: clamp(24px, 4vw, 40px);
    text-align: center;
    font-size: clamp(18px, 2vw, 22px);
}
@media only screen and (max-width: 768px) {
    .btn-requestform {
        bottom: 84px;
    }
}
.section-banner .sidebar-banner:before {
    content: none;
}