:root {
    --green: lawngreen;
    --danger: #E9322A;
    --border: #DFE2F7;
    --gray1: #3E3E3F;
    --gray2: #D7D7D7;
    --gray3: #C2C2C2;
    --gray4: #CCCEDA;
    --gray5: #9A9A9A;
    --gray6: #868686;
    --gray7: #727272;
    --gray8: #5E5E5E;
    --gray9: #494949;
    --gray10: #353535;
    --placeholder: #9A9A9A;
    --back: #f3f3f3;
    /** fonts **/
    --fs-8: 0.5rem;
    --fs-12: 0.75rem;
    --fs-16: 1rem;
    --fs-24: 1.5rem;
    --fs-32: 2rem;
    --fs-40: 2.5rem;
    --heading_h1_fontsize: 1.5rem;
}
ul {
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none !important;
    position: relative;
    color: var(--black);
    transition: 0.4s;
}
a:hover,
a:focus {
    outline: none;
    color: var(--color2);
}
/**    *************************************/
body {
    font-family: var(--main) !important;
    font-size: 14px;
    color: var(--black);
    line-height: 2;
    background-color: white;
    padding-top: 94px !important;
}
#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
.single-projects,
.page-id-96 {
    background: #f3f3f3;
}
.bg-white {
    background: white;
    border-radius: 1rem;
    padding: clamp(24px, 2vw, 32px);
}
.single-post,
.page-template-template-blog {
    background-color: var(--back);
}
.single-brands {
    background-color: white;
}
/*main {*/
/*    margin-block: clamp(16px, 4vw, 48px);*/
/*}*/
video {
    width: 100%;
    border-radius: 1rem;
}
.L-title {
    text-align: left;
}
.R-title {
    text-align: right;
}
.C-title {
    text-align: center;
}
.s-title {
    font-family: var(--bold);
    margin: 0;
    font-size: clamp(20px, 3vw, 30px);
    color: var(--black);
    line-height: 1.8;
}
.s-title span {
    color: var(--color1);
}
.M-title {
    margin-bottom: 2rem;
}
.subtitle {
    font-size: clamp(16px, 3vw, 22px);
    margin-bottom: 1rem;
    color: var(--subtitle);
}
.desc {
    margin-block: 1rem;
    font-size: 14px;
}
.sec-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: clamp(24px, 3vw, 48px);
    position: relative;
    padding-top: 12px;
}
.s-space {
    margin-block: clamp(48px, 8vw, 103px);
}
.s-space:nth-child(1) {
    margin-top: 0;
}
.s-space:nth-last-child(1) {
    margin-bottom: 0;
}
.s-padding {
    padding-block: clamp(64px, 7vw, 90px);
}
.s-padding .btn-1 {
    background: white;
    color: black !important;
}
.s-padding .btn-1:before,
.s-padding .btn-1:after {
    border-right-color: var(--color1);
    background-color: var(--color1);
}
.position-relative {
    position: relative;
}
.text-center {
    text-align: center !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
/*img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
/** Sidebar **/
.sidebar {
    position: sticky;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.sidebar-section {
    background: white;
    border-radius: 14px;
    padding: 16px 12px;
}
.sidebar-title {
    font-size: clamp(20px, 2vw, 24px);
    font-family: var(--bold);
    margin-bottom: 1rem;
    padding-bottom: 8px;
    position: relative;
}
.sidebar-title::before {
    content: "";
    width: 4rem;
    height: 4px;
    background-color: var(--color1);
    position: absolute;
    right: 0;
    bottom: 0;
}
.sidebar-text {
    display: flex;
    gap: 8px;
    font-size: clamp(12px, 2vw, 14px);
}
.sidebar-link {
    width: 100%;
    border-radius: 100px !important;
    border: 1px solid var(--gray10) !important;
    margin-top: clamp(32px, 4vw, 56px);
    font-family: var(--bold) !important;
}
.sidebar-text i {
    width: clamp(18px, 2vw, 24px);
    height: clamp(18px, 2vw, 24px);
    color: var(--color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 2vw, 24px);
    flex: 0 0 clamp(18px, 2vw, 24px);
    margin-top: 4px;
}
.categories-list a {
    font-family: var(--Medium);
}
.categories-list li {
    padding: 10px 8px;
    border-bottom: 1px solid var(--gray3);
}
.categories-list li:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: 0;
}
.tags-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: clamp(16px, 2vw, 24px);
}
.tags-list a {
    background: var(--back);
    padding: 4px 12px;
    border-radius: 100px;
    min-height: 35px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: var(--gray9);
    transition: 0.4;
}
.tags-list a:hover {
    background: var(--color1);
}
.banner-item {
    display: flex;
    border-radius: 1rem;
    transition: 0.4s;
    overflow: hidden;
    margin-top: 1rem;
}
.banner-item img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    transition: 0.4s;
}
.banner-item:hover img {
    transform: scale(1.08);
}
.search-wrapper {
    position: relative;
}
.search-wrapper:before {
    content: "\e91d";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    color: #9A9A9A;
    font-size: 1rem;
}
/**/
.widget-side {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border);
    margin-bottom: 1rem;
    width: 100%;
}
.widget-side span {
    display: flex;
    font-size: 14px;
    background: var(--color2);
    align-items: center;
    justify-content: center;
    min-height: 46px;
    color: var(--white);
    border-radius: 0.75rem;
}
.widget-side ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-right: 2px;
    position: relative;
    margin-top: 1rem;
}
.widget-side ul::before {
    content: '';
    width: 4px;
    height: calc(100% - 36px);
    border-right: 1px dashed var(--border);
    position: absolute;
    top: 17px;
    bottom: 0;
    z-index: 1;
    right: 4px;
}
.widget-side a {
    transition: 0.4s;
    color: var(--black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    padding-right: 0.85rem;
    line-height: 2.5;
    font-size: 14px;
}
.widget-side li a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color1);
    border-radius: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
    transition: 0.4s ease;
}
.widget-side a:hover {
    color: var(--color2);
}
@media only screen and (max-width: 768px) {
    .sidebar {
        position: initial;
        margin-top: 2rem;
    }
    .banner-item {
        margin-top: 3rem;
    }
}
/**/
.modular-content {
    border: 1px solid var(--border);
    padding: clamp(16px, 2vw, 24px);
    border-radius: 1.5rem;
}
/** Page Numbers **/
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 1rem;
}
.page-numbers li a,
.page-numbers li span {
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    transition: 0.4s;
}
.page-numbers .prev,
.page-numbers .next {
    color: var(--color2);
}
.page-numbers li:hover a,
.page-numbers li .current {
    background: var(--color1);
    color: var(--white);
    transition: 0.4s;
}
/***/
.accordion-content {
    display: none;
}
.editor-content .sw {
    padding-block: 1.5rem;
    padding-bottom: 1.5rem;
}
.sw {
    position: relative;
}
.swiper-pagination {
    bottom: 0 !important;
    line-height: 1;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0.5rem;
    transition: 0.4s;
    background: var(--color2);
}
.swiper-pagination-bullet-active {
    width: 32px;
}
.arrow-swiper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
    display: flex;
    justify-content: space-between;
}
.arrow-swiper > div {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    color: var(--gray6);
    cursor: pointer;
    transition: 0.4s;
    position: relative;
    font-size: 1.5rem;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
}
.arrow-swiper > div:hover {
    background: var(--color2);
    border-radius: 50%;
    color: var(--white);
}
.swiper-button-disabled {
    opacity: 0.5;
    cursor: unset !important;
}
.swiper-pagination-bullet-active {
    background: var(--color1) !important;
}
@media only screen and (max-width: 768px) {
    :root {
        --heading_h1_fontsize: 1.2rem;
    }
    body {
        font-size: 14px;
    }
    .arrow-swiper {
        top: calc(100% - 3rem);
        width: 130px;
        right: 50%;
        transform: translateX(50%);
    }
    .sw-padding {
        padding-bottom: 82px;
    }
}
/** More Description **/
#more_description .main-content {
    background: var(--gray5);
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
}
#more_description .main-content .s-title {
    margin: 0;
}
#more_description .main-content:before {
    content: "";
    position: absolute;
    top: 2.2rem;
    right: 0;
    width: 9px;
    height: 41px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-image: url('data:image/svg+xml,<svg width="9" height="41" viewBox="0 0 9 41" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 35.2585L9 6.39648H3.72414C1.66735 6.39648 0 8.06383 0 10.1206L0 31.5344C0 33.5912 1.66735 35.2585 3.72414 35.2585H9Z" fill="%23950A0E"/><path d="M3.25848 35.2585C6.3628 35.4138 8.84465 37.8956 8.99986 40.9999V35.2585H3.25848Z" fill="%23950A0E"/><path d="M3.25848 6.39648C6.3628 6.24127 8.84465 3.75942 8.99986 0.655105V6.39648H3.25848Z" fill="%23950A0E"/></svg>');
}
/** Banner **/
.item-banner {
    display: flex;
    transition: 0.4s;
    border-radius: 22px;
}
.item-banner img {
    width: 100%;
    height: auto;
    border-radius: 22px;
}
/** CTA **/
.cta-item {
    display: flex;
}
.cta-item .cta-body {
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    padding: 24px;
}
.cta-item i {
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    width: 125px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .section-swiper .arrow-swiper,
    .woocommerce .arrow-swiper {
        width: calc(100% + 3rem);
        right: -1.5rem;
    }
}
/* intro */
.section-hero_banner .single-intro {
    margin: 0;
}
.single-intro {
    display: flex;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: clamp(16px, 2vw, 22px);
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(32px, 5vw, 56px);
    flex-direction: column;
    & .s-title {
        color: var(--color1);
        font-size: clamp(20px, 3vw, 32px);
    }
}
.section-hero_banner .single-intro:after,
.single-wrap .single-intro:after,
.blog-intro .single-intro:after {
    content: "";
    background-image: url(../../img/logo-white.svg);
    width: 136px;
    height: 86px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #868686;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px;
    border-radius: 14px;
}
.section-hero_banner .single-intro:before,
.single-wrap .single-intro:before,
.blog-intro .single-intro:before {
    content: "\e926";
    font-family: icomoon;
    position: absolute;
    bottom: -2px;
    right: -1px;
    font-size: 116px;
    line-height: 1;
    color: #f3f3f3;
}
.single-intro .post-title {
    font-size: clamp(24px, 3vw, 40px);
    color: var(--color1);
    font-family: var(--bold);
}
.single-intro .post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.single-intro .post-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}
.single-intro .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-intro {
    & .single-intro {
        margin-bottom: 0;
        text-align: center;
    }
    & .s-title {
        color: var(--color1);
        font-size: clamp(20px, 3vw, 32px);
        margin-bottom: clamp(20px, 3vw, 32px);
    }
    & .subtitle {
        font-size: clamp(16px, 3vw, 20px);
        margin-bottom: 0;
        color: var(--white);
    }
    & .post-thumbnail:before {
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
    }
}
@media only screen and (max-width: 768px) {
    .section-intro .single-intro .subtitle {
        width: 75%;
    }
}
/* newsletter-form */
#newsletter-form {
    position: relative;
}
#newsletter-form .text-muted {
    display: flex;
    gap: 8px;
    font-size: clamp(12px, 2vw, 14px);
}
#newsletter-form .text-muted i {
    width: clamp(18px, 2vw, 24px);
    height: clamp(18px, 2vw, 24px);
    color: var(--color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 2vw, 24px);
    flex: 0 0 clamp(18px, 2vw, 24px);
    margin-top: 6px;
}
#newsletter-form input {
    padding-block: 7px !important;
    border-radius: 8px;
    min-height: 40px !important;
    background: transparent;
    border: 1px solid #AEAEAE;
}
.btn-newsletter {
    position: absolute !important;
    top: 4px;
    height: 32px !important;
    min-height: 32px !important;
    min-width: 66px !important;
    left: 6px;
}
.section-consulting {
    padding-block: clamp(60px, 7vw, 100px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../../img/cta.webp);
}
.popup-consulting {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.popup-consulting .s-title.toptitle {
    font-size: clamp(18px, 2vw, 24px);
    color: white;
}
/* socials */
.socials {
    display: flex;
    gap: clamp(16px, 2vw, 24px);
    margin-bottom: 16px;
    & a {
        width: clamp(32px, 3vw, 40px);
        height: clamp(32px, 3vw, 40px);
        border-radius: 8px;
        background-color: var(--color1);
        color: white;
        font-size: clamp(16px, 2vw, 22px);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s;
        border: 1px solid var(--color1);
        &:hover {
            color: var(--color1);
            background-color: white;
        }
    }
}
/* socials */
@media only screen and (max-width: 768px) {
    .awards-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        & img {
            max-width: 120px;
            height: auto;
        }
    }
}