/******************************************************************************
* Header
*******************************************************************************/
.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-135px);
    transform: translateY(-135px);
    -webkit-transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
    background: #DCEDD8;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}



/******************************************************************************
* Content
*******************************************************************************/

/** Banner slider **/

.banner-section {
    padding: 80px 0 0;
}

.promo-minimal-container {
    position: relative;
}

.promo-minimal-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    bottom: 0;
    left: 0;
}

.promo-minimal {
    position: relative;
    z-index: 200;
}

.promo-minimal-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
}

.minimal-item {
    display: block;
    border-top: #cccccc 1px solid;
    padding-top: 23.79629630vmin;
    padding-bottom: 8vmin;
    /*  padding-bottom: 80px; */
    text-align: center;
    position: relative;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.promo-minimal .minimal-item:hover {
    opacity: 0;
}


.minimal-item,
.minimal-item:hover {
   cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.minimal-item:first-child {
    border: none;
}

.minimal-item-letter {
    margin-bottom: 4.81481481vmin;
    /*    margin-bottom: 60px; */
    line-height: 320px;
}

.minimal-item-letter .letter {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.minimal-item-letter .text-texture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-position: 50% 50%;
    background-size: auto 132%;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.owl-item .minimal-item-letter .text-texture>.inside img {
    width: unset;
}

.minimal-item-letter .text-texture>.inside {
    display: block;
    height: 100%;
    padding-top: 20vmin;
    mix-blend-mode: lighten;
    background: #ffffff;
    opacity: 0;
    padding-left: 15%;
    padding-right: 15%;
}
.minimal-item-letter .text-texture>.inside img {
    max-width:316px;
    width:100%;
}

.promo-minimal-hover .text-texture>.inside {
    background: #080808;
    mix-blend-mode: darken;
    opacity: 0.65;
}

.promo-minimal-hover .minimal-item {
    transition: opacity .5s ease-in-out;
}

.promo-minimal-hover .minimal-item.visible {
    opacity: 1;
}

.minimal-item-title {
    margin-bottom: clamp(30px, 1rem + 1.3vw, 40px);
    color: #FFF;
    text-align: center;
    font-family: "Newsreader", serif;
    font-size: clamp(28px, 1rem + 1.3vw, 38px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.15em;
}

.minimal-item-title,
.minimal-item-actions {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 200;
}

.promo-minimal-hover,
.promo-minimal-hover .text-grey {
    color: #ffffff;
}

.promo-minimal-hover>.row {
    position: relative;
    z-index: 200;
}

.promo-minimal-hover .minimal-item-letter .letter {
    overflow: visible;
}

.promo-minimal-hover .text-texture {
    transition: all .75s ease-in-out;
}

.promo-minimal-hover .visible .text-texture {
    background-size: auto 120%;
}

.promo-minimal-hover .minimal-item-title,
.promo-minimal-hover .minimal-item-actions {
    transform: translate(0, 150px);
    opacity: 0;
    transition: all .5s ease-in-out;
}

.promo-minimal-hover .visible .minimal-item-title,
.promo-minimal-hover .visible .minimal-item-actions {
    opacity: 1;
    transform: translate(0, 0);
}

.promo-minimal-hover .minimal-item-title {
    transition-delay: .35s;
}

.promo-minimal-hover .minimal-item-actions {
    transition-delay: .5s;
}

.minimal-item-actions {
    margin-top: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
}

@media (max-width: 991px) {
    .minimal-item {
        overflow: hidden;
    }

}

.dark-horizontal .promo-minimal-container .here {
    color: #000000 !important;
}

@media (min-width: 992px) {
    .minimal-item {
        min-height: calc(100vh - 80px);
        max-height: calc(100vh - 80px);
        /* border-left: #cccccc 1px solid; */
        border-top: none;
    }

    .minimal-item.over {
        opacity: 0;
    }

    .promo-minimal-hover .minimal-item {
        opacity: 0;
    }

    .minimal-item-letter .letter1 .text-texture {
        left: 0;
        right: -202%;
        padding-right: 202%;
    }

    .minimal-item-letter .letter2 .text-texture {
        left: -101%;
        right: -101%;
        padding-left: 101%;
        padding-right: 101%;
    }

    .minimal-item-letter .letter3 .text-texture {
        left: -202%;
        right: 0;
        padding-left: 202%;
    }

    .minimal-item-letter {
        opacity: 0
    }

    .promo-minimal-hover .minimal-item-letter {
        opacity: 1;
    }

    .promo-minimal-hover:before,
    .promo-minimal-hover:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 300;
        background: #ffffff;
        opacity: .25;
    }

    .promo-minimal-hover:before {
        left: 33.33333333%;
    }

    .promo-minimal-hover:after {
        left: 66.66666667%;
    }

    .promo-minimal-hover .minimal-item-letter .letter3 .text-texture {
        padding-left: 202%;
    }

    .promo-minimal-hover .minimal-item-letter .letter3 .text-texture>.inside {
        /* padding-left: 0; */
    }
}


/** About us **/

.home .about-us__content .bloc-image.image-1 {
    margin-bottom: 88px;
}

.intern .about-us__content .bloc-image.image-1 {
    height: 625px;
    margin-bottom: 80px;
}

.about-us__content {
    padding: 0 80px;
}

.text-rotate {
    margin-left: -74px;
    width: 195px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-rotate span {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    animation: textrotate 25s infinite linear;
}

@keyframes textrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.vertical-text-left {
    position: absolute;
    left: auto;
    right: 100%;
    margin-right: 0;
    top: 0;
    transform: rotate(-90deg);
    transform-origin: top right;
    white-space: nowrap;
    text-align: right;
}

.vertical-text-right {
    position: absolute;
    right: auto;
    left: 100%;
    margin-left: 0;
    top: 0;
    transform: rotate(90deg);
    transform-origin: top left;
    white-space: nowrap;
    text-align: left;
}

.vertical-text-right,
.vertical-text-left {
    color: #474747;
    font-size: clamp(16px, 1rem + 0.3vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    top: 221px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px;
}


/** Company benefits **/

.company-benefits-section {
    padding: clamp(50px, 1rem + 7.8vh, 100px) 0 clamp(50px, 1rem + 5vh, 70px);
}

.benefit-item {
    position: relative;
    text-align: center;
}

.benefit-ico {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.benefit-item:hover .benefit-ico {
    transform: rotateY(180deg);
}

.benefit-item:hover .benefit-ico svg path {
    fill: #35B81A !important;
}

.benefit-title {
    color: #080808;
    font-family: "Newsreader", serif;
    font-size: clamp(18px, 1rem + 0.5vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.4166666em;
    text-transform: uppercase;
    margin-bottom: clamp(20px, 1rem + 0.8vw, 30px);
}

.benefit-item:hover .benefit-desc {
    max-height: 80px;
    opacity: 1;
}


/** Our services **/

.our-services-slide-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.project-carousel-3d {
    overflow: hidden;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 576px) {
    .project-carousel-3d .owl-carousel {
        width: 69.75%;
        position: static;
    }

    .project-carousel-3d.move-right .owl-carousel .owl-stage-outer {
        transform: translate(-2rem, 0%);
    }

    .project-carousel-3d:hover .owl-carousel .owl-stage-outer {
        transform: translate(-5rem, 0%);
    }

    .project-carousel-3d.move-left .owl-carousel .owl-stage-outer {
        transform: translate(-8rem, 0%);
    }

    .project-carousel-3d .owl-item.active+.owl-item .project-carousel-photo {
        transform: translate(-4rem, 0%);
    }

    .project-carousel-3d:hover .owl-item.active+.owl-item .project-carousel-photo {
        transform: translate(-6rem, 0%);
    }

    .project-carousel-3d.move-left .owl-item.active+.owl-item .project-carousel-photo {
        transform: translate(-7rem, 0%);
    }

    .project-carousel-3d:hover .owl-item.active .project-carousel-detail {
        transform: translate(5rem, 0%);
    }

    .project-carousel-3d.move-left .owl-item.active .project-carousel-detail {
        transform: translate(8rem, 0%);
    }

    .project-carousel-3d.move-right .owl-item.active .project-carousel-detail {
        transform: translate(2rem, 0%);
    }
}

.project-carousel-3d .owl-stage-outer {
    overflow: visible;
    transform: translate(0%, 0%);
    transition: all .4s ease-in-out;
}

.project-carousel-3d .owl-item .project-carousel-photo,
.project-carousel-3d .owl-item .project-carousel-detail {
    transition: all .4s ease-in-out;
    transform: translate(0rem, 0%);
}


.project-carousel-3d .project-carousel-item .project-carousel-category {
    color: #E6E6E6;
    font-size: clamp(16px, 1rem + 0.3vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
}

.project-carousel-3d .project-carousel-detail,
.project-carousel-3d .owl-item.active .project-carousel-detail {
    opacity: 1;
    animation: none;
}

.project-carousel-3d .owl-item {
    overflow: hidden;
}

.project-carousel-3d .project-carousel-title {
    color: #FFF;
    font-family: "Newsreader", serif;
    font-size: clamp(22px, 1rem + 0.7vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.45em;
}

.project-carousel-3d .project-carousel-more {
    left: auto;
    right: 3.4375rem;
    bottom: 3.25rem;
}

.project-carousel-3d .project-carousel-detail {
    top: auto;
    max-width: 60%;
    position: absolute;
    z-index: 20;
    left: 65px;
    right: 65px;
    bottom: 65px;
    color: #ffffff;
}

.project-carousel-3d .project-carousel-item {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 56.36%;
}

.project-carousel-3d .project-carousel-photo {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.project-carousel-3d .project-carousel-photo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}


.blk-require-diag {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.blk-require-diag .require-diag-title {
    color: #080808;
    text-align: center;
    font-family: "Newsreader", serif;
    font-size: clamp(22px, 1rem + 0.7vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 0.8575em;
}

.blk-require-diag .require-diag-more a {
    color: #080808;
    text-align: center;
    font-size: clamp(16px, 1rem + 0.4vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.091em;
    text-transform: uppercase;
    background-image: linear-gradient(to left, #080808, #080808);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
}

.blk-require-diag .require-diag-more a:hover {
    background-size: 0 1px;
}


/** Multiple bloc **/

.multiple-bloc-section {
    padding: clamp(50px, 1rem + 8.4vh, 107px) 0 clamp(50px, 1rem + 7.5vh, 98px);
}

.multiple-bloc__item {
    /* min-height: 444px; */
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding: 110px 35px;
    height: 100%;
}

.multiple-bloc__bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}


/** Intervention area **/

.bloc-intervention {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 27px 14px;
    color: #080808;
    font-size: clamp(16px, 1rem + 0.3vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
    margin-right: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bloc-intervention span:first-child {
    color: #35B81A;
    font-family: "Newsreader", serif;
    font-size: clamp(18px, 1rem + 0.4vw, 22px);
    font-weight: 700;
    line-height: 1.18182em;
    text-transform: uppercase;
}


/** Latest news **/

.actus-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.actus-item .actus-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
    border-radius: 10px;
}

.actus-item .actus-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.actus-item:hover .actus-image img {
    transform: scale(1.05);
}

.actus-item .actus-item__txt {
    position: relative;
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 30px;
}

.actus-item .actus-date {
    color: #474747;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    margin-top: auto;
}

.actus-item .actus-title {
    color: #080808;
    font-family: "Newsreader", serif;
    font-size: clamp(22px, 1rem + 0.7vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3575em;
}

.actus-item .actus-title a {
    background-image: linear-gradient(to left, #080808, #080808);
    background-repeat: no-repeat;
    background-position: 0 98%;
    background-size: 0 1px;
}

.actus-item .actus-title a:hover {
    background-size: 100% 1px;
}

.latest-news-action {
    margin-top: 10px;
}


/** Newsletter **/

.newsletter-section {
    padding: 73px 0 690px;
}

.newsletter-section .layer-image {
    width: 1920px;
}

.blk-newsletter {
    position: relative;
    max-width: 773px;
    margin-left: auto;
    width: 100%;
    z-index: 2;
}

.blk-newsletter .newsletter-form .form-group {
    margin-bottom: 0;
}

.blk-newsletter .newsletter-form form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blk-newsletter .newsletter-form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px 39px;
    flex-wrap: wrap;
}

.newsletter-note {
    color: #474747;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    width: 100%;
}

.newsletter-note b {
    font-weight: 500;
}

.blk-newsletter .newsletter-form .form-group .form-control {
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 55px;
    width: 100%;
    padding: 15px 30px;
    text-transform: none;
    border: 0;
    border-radius: 10px;
    background: #FFF;
    font-family: "Karla", sans-serif;
    color: #474747;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    box-shadow: none;
    width: 466px;
}

.blk-newsletter .newsletter-form button {
    width: 55px;
    height: 55px;
    padding: 0;
}

.blk-newsletter .newsletter-form button:before {
    display: none;
}

.blk-newsletter .newsletter-form button:hover {
    background: #080808;
}

.blk-newsletter .newsletter-form input:focus {
    border: 0;
    background: #FFF;
    color: #474747;
}

.blk-newsletter .newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #474747 !important;
}

.blk-newsletter .newsletter-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #474747 !important;
    opacity: 1;
    /* Firefox */
}

.blk-newsletter .newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #474747 !important;
}


/** Contact infos **/

.contact-infos-section .bloc-content .bloc-image {
    height: 512px;
}

.contact-infos__phone {
    color: #080808;
    text-align: center;
    font-family: 'Newsreader', serif;
    font-size: clamp(26px, 1rem + 1.8vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(30px, 1rem + 2.3vw, 60px);
    margin-bottom: 13px;
}

.contact-infos__email {
    color: #080808;
    text-align: center;
    font-family: 'Newsreader', serif;
    font-size: clamp(24px, 1rem + 1.1vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.275em;
    margin-bottom: clamp(30px, 1rem + 2.8vw, 69px);
}

.contact-infos__email a {
    background-image: linear-gradient(to left, #080808, #080808);
    background-repeat: no-repeat;
    background-position: 0 91%;
    background-size: 100% 2px;
}

.contact-infos__adsress {
    color: #474747;
    text-align: center;
    font-family: 'Newsreader', serif;
    font-size: clamp(18px, 1rem + 0.7vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6425em;
    margin-bottom: 54px;
}


/** Teams **/

.teams-section {
    padding: clamp(50px, 1rem + 7.5vh, 97px) 0;
}

.team {
    min-width: 428px;
    position: relative;
    margin: 0 auto;
}

.team .team-profil {
    border-radius: 286px;
    border: 5px solid #35B81A;
    position: relative;
    height: 286px;
    width: 286px;
    overflow: hidden;
    margin: 0 auto 40px;
}

.team .team-name,
.team .team-infos {
    color: #474747;
    font-family: 'Newsreader', serif;
    font-size: clamp(20px, 1rem + 0.7vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6425em;
    text-align: center;
}

.team .team-name {
    font-weight: 700;
}

/******************************************************************************
* Footer
*******************************************************************************/

/* Footer column */

.footer-column {
    position: relative;
    padding: clamp(50px, 1rem + 4.4vw, 100px) 0 clamp(30px, 1rem + 3.4vw, 80px);
}

.footer-column__item {
    position: relative;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer .blk-require-diag .require-diag-title {
    color: #fff;
}

.footer .blk-require-diag .require-diag-more a {
    color: #fff;
    background-image: linear-gradient(to left, #fff, #fff);
}

/** Footer Services **/

.footer-services ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-services ul li {
    color: #E6E6E6;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
}

.footer-services ul li a:hover {
    color: #35B81A;
}

/** Footer contacts **/

.footer-contacts ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contacts ul li .contact-ico {
    width: 32px;
    display: flex;
    align-items: center;
    height: 32px;
    justify-content: center;
}


.footer-contacts ul li>* {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.footer-contacts ul li a {
    transition: none;
}

.footer-contacts ul li {
    color: #E6E6E6;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    display: flex;
    gap: 15px;
}

.footer-contacts ul li span+span {
    padding-top: 3px;
}

.footer-contacts ul li:hover,
.footer-contacts ul li a:hover {
    color: #35B81A;
}

.footer-contacts ul li:hover svg path {
    fill: #35B81A !important;
}


/** Footer bottom **/


.footer-bottom {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #fff;
}

.copyright {
    color: #E6E6E6;
    font-size: clamp(16px, 1rem + 0.3vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

.copyright-text ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.copyright-text ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.copyright-text ul li:not(:last-child):after {
    content: '';
    display: inline-block;
    background: #E6E6E6;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2.5px;
    margin-top: 1px;
}

.copyright-text ul li:not(:last-child) {
    margin-right: 9px;
    padding-right: 9px;
}

.copyright-text a:hover {
    color: #35B81A;
}

.img-arobiz {
    margin-top: -16px;
}

/******************************************************************************
* Intern Page
*******************************************************************************/

/** Banner **/

.intern .banner-inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 213px;
}

.banner-content {
    position: relative;
    padding: clamp(50px, 1rem + 2.6vw, 65px) 0;
}

.banner-title {
    color: #080808;
    text-align: center;
    font-family: "Newsreader", sans-serif;
    font-size: clamp(30px, 1rem + 2.3vw, 60px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.165em;
}


.breadcrumbs {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.breadcrumbs li {
    color: #474747;
    font-size: clamp(16px, 1rem + 0.3vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.breadcrumbs li b {
    font-weight: 600;
}

.breadcrumbs li:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin: 0 7px;
}


/******************************************************************************
* Contact Page
*******************************************************************************/

/** Contact us **/
.vertical-text-left.left-194 {
    margin-right : -8%;
}
.vertical-text-right.right-194 {
    margin-left : -105px
}
.vertical-text-right.right-194,.vertical-text-left.left-194 {
    top: 410px;
}