/* HOME BANNER
---------------------------------------------------------------------------------------------------- */
.home-banner-content {
    padding: 0rem;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-banner-content-img-desktop {
        display: none !important;
    }

    .home-banner-content-img-mobile {
        border-radius: 9px;
        opacity: 0.7;
        width: 100% !important;
        display: block !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-banner-content-img-desktop {
        border-radius: 9px;
        opacity: 0.7;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        height: calc(100vh - 100px);
        width: 100% !important;
        display: block !important;
    }

    .home-banner-content-img-mobile {
        display: none !important;
    }
}

.home-banner-content-bg {
    position: relative;
    background-color: #000;
    border-radius: 9px;
}

.home-banner-content-bg .carousel-caption {
    left: 5% !important;
    text-align: left !important;
}

.home-banner-content-iconline {
    width: 100px;
    margin-right: 10px;
}

.home-banner-content-txt-sm {
    font-size: 28px;
    color: white;
    padding-right: 1rem;
}

.home-banner-content-txt-lg {
    font-size: 54px;
    color: white;
    line-height: 50px !important;
}

.home-banner-content-txt-topic {
    border: 1px solid #fff;
    padding: 7px 0px;
    text-align: center;
    font-weight: 600;
}

/* HOME INTRODUCTUON
---------------------------------------------------------------------------------------------------- */
.home-introduction-content {
    display: block;
    text-align: center;
    padding: 5rem 0rem 0rem 0rem;
}


/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-introduction-content-span {
        color: #333;
        font-size: 18px;
    }

    .home-introduction-content-line {
        border-bottom: 1px solid #e3c5c5;
        width: 5rem;
        margin: 0rem 1rem 0.7rem 1rem;
    }

    .home-introduction-content-cta {
        text-align: center;
        padding: 2rem 0rem 0rem 0rem;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-introduction-content-span {
        color: #333;
        font-size: 20px;
        line-height: 44px;
    }

    .home-introduction-content-line {
        border-bottom: 1px solid #c9c9c9;
        width: 5rem;
        margin: 0rem 1rem 1.3rem 1rem;
    }

    .home-introduction-content-cta {
        text-align: center;
        padding: 2rem 10rem 0rem 10rem;
    }
}

.home-introduction-content-h1 {
    color: #333;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.home-introduction-content-plain {
    color: #333;
    font-size: 16px;
}

.home-introduction-content-plain-orange {
    color: #ed7d31;
    font-weight: 600;
}

.home-introduction-content-plain-blue {
    color: #397e8f;
    font-weight: 600;
}


/* HOME SERVICE
---------------------------------------------------------------------------------------------------- */
.home-service-content {
    display: block;
}

.home-service-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 32px;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-service-content-mb {
        margin-bottom: 3rem !important;
    }

    .home-service-content-img {
        width: 100%;
        /* height: 300px;
        object-fit: cover; */
        padding-bottom: 1rem !important;
    }

    .home-service-content-col-order-end {
        order: 1 !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-service-content-mb {
        margin-bottom: 0rem !important;
    }

    .home-service-content-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}


.home-service-content-h3 {
    color: #333;
    font-weight: 600;
    margin-top: 1.5rem;
    font-size: 22px;
}

.home-service-content-plain {
    color: #333;
}

.home-service-content-a {
    color: #397e8f;
    text-decoration: none !important;
}

.home-service-content-a:hover {
    color: #333;
    text-decoration: none !important;
}

/* HOME PROMOTION
---------------------------------------------------------------------------------------------------- */
.home-promotion-content {
    display: block;
}

.home-promotion-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.home-promotion-content-plain {
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-promotion-content-img {
        width: 100%;
        margin-bottom: 3rem !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-promotion-content-img {
        width: 100%;
        margin-bottom: 3rem !important;
    }
}

/* HOME WHY US
---------------------------------------------------------------------------------------------------- */
.home-whyus-content {
    display: block;
}

.home-whyus-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 3rem;
}

.home-whyus-content-h3 {
    color: white !important;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.home-whyus-content-plain {
    color: white !important;
    text-align: center;
}

.home-whyus-content-plain-red {
    color: #ff6666 !important;
    text-align: center;
}

.home-whyus-content-card {
    background-color: #000;
    border-radius: 9px;
    position: relative;
}

.home-whyus-content-border {
    margin: 1rem;
    border: 1px solid #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 90%;
    border-radius: 9px;
    padding: 2rem;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0rem;
    right: 0rem;
    text-align: center;
}

.home-whyus-content-img {
    width: 100%;
    opacity: 0.4;
    border-radius: 9px;
    height: 220px;
    object-fit: cover;
}

/* HOME PROTFOLIO
---------------------------------------------------------------------------------------------------- */
.home-protfolio-content {
    display: block;
}


.home-protfolio-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.home-protfolio-content-plain {
    color: #333;
    text-align: center;
    margin-bottom: 3rem;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-protfolio-content-row {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-protfolio-content-row {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

.home-protfolio-content-row div {
    display: inline-block;
    vertical-align: top;
}

.home-protfolio-content-col {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1rem;
    padding: 0 0.5rem !important;
}

.home-protfolio-content-img {
    width: 100%;
}

.home-protfolio-content-img-active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #000;
    display: flex;
    align-items: flex-end !important;
    padding: 1.5rem;
    margin: 0 0.5rem !important;
}

.home-protfolio-content-col:hover .home-protfolio-content-img-active {
    opacity: 0.7;
}

.home-protfolio-content-img-text {
    color: white;
}

.home-protfolio-content-seemore {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    text-align: center !important;
    padding: 0.5rem 1rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
    color: #fff !important;
    display: block;
    position: absolute;
    top: -1.3rem;
    text-decoration: none !important;
    left: 50%;
    transform: translate(-50%, -0%);
}


/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-protfolio-postday {
        width: 100%;
        height: 230px;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-protfolio-postday {
        width: 100%;
        height: 400px;
    }
}

/* HOME PROTFOLIO VIDEO
---------------------------------------------------------------------------------------------------- */
.home-portfolio-video-content {
    margin-bottom: 3rem;
    margin-top: 3rem;
    position: relative;
    height: 350px;
    background-color: #000;
}

.home-portfolio-video-content-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
    opacity: 0.4;
}

.home-portfolio-video-content-card {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.home-portfolio-video-content-card iframe {
    border-radius: 9px;
    width: 100%;
    height: 250px;
}

.home-portfolio-video-content .slick-next.slick-arrow {
    right: 1rem;
    top: 7rem;
}

.home-portfolio-video-content .slick-prev.slick-arrow {
    left: 0;
    top: 7rem;
}

.home-portfolio-video-content .slick-dots li button:before {
    display: none;
}

.slider {
    width: 100%;
    margin: 0px auto;
    height: fit-content;
    position: relative;
    top: 3rem;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
    object-fit: contain;
    height: 500px;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    z-index: 999;
    position: absolute;
}

.slick-prev.slick-arrow {
    left: 0;
}

.slick-next.slick-arrow {
    right: 6rem;
}

.slick-prev:before,
.slick-next:before {
    content: '<' important;
    color: white;
    font-size: 16px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px;
    background: black;
    padding: 1rem 1rem;
}

.slick-next:before {
    content: '>' !important;
}

.slick-prev:before {
    content: '<' !important;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 30px !important;
}

.slick-dots li.slick-active button:before {
    color: #397e8f;
}

.slick-dots li button:before {
    color: #9e9e9e;
}

.slick-dots li {
    margin: 0 2px !important;
}

.slick-dotted.slick-slider {
    margin-top: 3rem;
}

/* HOME STYLE
---------------------------------------------------------------------------------------------------- */
.home-style-content {
    display: block;
}

.home-style-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.home-style-content-plain {
    color: #333 !important;
    text-align: center;
    margin-bottom: 3rem;
}

.home-style-content-h3 {
    color: white !important;
    font-size: 28px;
    margin-bottom: 10px;
}

.home-style-content-plain-white {
    color: white !important;
}

.home-style-content-plain-red {
    color: #ff6666 !important;
}

.home-style-content-card {
    position: relative;
    height: 230px;
    margin-bottom: 1.5rem;
}

.home-style-content-bg {
    background-color: #000;
    width: 95%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-style-content-img {
    width: 95%;
    height: 230px;
    object-fit: cover;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-style-content-text {
        position: absolute;
        bottom: 1.5rem;
        left: 3rem;
        right: 3rem;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-style-content-text {
        position: absolute;
        bottom: 1.5rem;
        left: 3rem;
        right: 10rem;
    }
}



/* HOME STEP
---------------------------------------------------------------------------------------------------- */
.home-step-content {
    display: block;
}

.home-step-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.home-step-content-plain-sub {
    color: #333 !important;
    text-align: center;
    margin-bottom: 4rem;
}

.home-step-content-plain {
    color: #333 !important;
}

.home-step-content-h3 {
    color: #397e8f !important;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.home-step-content-h4 {
    color: #333;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.home-step-content-plain-white {
    color: white !important;
}

.home-step-content-plain-red {
    color: #ff6666 !important;
}

.home-step-content-info {
    display: flex;
    margin-bottom: 3rem;
}

.home-step-content-info-number {
    border-radius: 50%;
    border: 2px solid #397e8f;
    width: 45px;
    height: 45px;
    margin-top: 0.5rem;
    padding: 1rem;
    background-color: #fff;
    color: #397e8f;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-step-content-info-text {
    margin-left: 1rem;
}

.service-content-step-phone-slide-content {
    position: relative;
}

.service-content-step-phone-slide {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .service-content-step-phone {
        /* width: 80%; */
        width: 350px;
        display: flex;
        position: relative;
        text-align: center;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .service-content-step-phone {
        /* width: 80%; */
        width: 350px;
        display: flex;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

.service-content-step-phone-slide-img {
    height: 200px;
    width: 200px;
    object-fit: contain;
}

.service-content-three-step-title {
    color: #333;
    font-size: 32px;
    text-align: center;
    margin-bottom: 2rem !important;
}

.mobile-service-content-three-step-title {
    color: #333;
    font-size: 22px;
    text-align: center;
    margin-bottom: 2rem !important;
}

.service-content-three-step {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mobile-service-content-three-step {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.service-content-three-step-card {
    background-color: #000;
    border-radius: 9px;
    position: relative;
}

.service-content-three-step-card-border {
    margin: 1rem;
    border: 1px solid #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 90%;
    border-radius: 9px;
    padding: 2rem;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0rem;
    right: 0rem;
    text-align: center;
}

.service-content-three-step-card-img {
    width: 100%;
    opacity: 0.4;
    border-radius: 9px;
    height: 200px;
    object-fit: cover;
}

.service-content-our-service {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.service-content-our-service-title {
    color: #333;
    font-size: 32px;
    text-align: center;
    margin-bottom: 2rem !important;
}

/* HOME OUR CLIENTS
---------------------------------------------------------------------------------------------------- */
.home-ourclients-content {
    display: block;
}

.home-ourclients-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.home-ourclients-content-plain-red {
    color: #333 !important;
    text-align: center;
    margin-bottom: 3rem;
}


.home-ourclients-content-col {
    padding: 2rem;
    margin-top: auto !important;
    margin-bottom: auto !important;
    text-align: center !important;
    transition: transform .2s;
}

.home-ourclients-content-col:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.home-ourclients-content-img {
    width: 75%;
    height: auto;
}

/* HOME BLOG
---------------------------------------------------------------------------------------------------- */
.home-blog-content {
    display: block;
}

.home-blog-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.home-blog-content-plain {
    color: #333 !important;
    text-align: center;
    margin-bottom: 3rem;
}

.home-blog-content-h3 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none !important;
}

.home-blog-content-plain-left {
    color: #333 !important;
    text-decoration: none !important;
    word-break: break-word !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.home-blog-content-date {
    font-size: 14px;
    color: #888 !important;
    text-decoration: none !important;
}

.home-blog-content-col {
    margin-bottom: 4rem;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    text-decoration: none !important;
}

.home-blog-content-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 9px;
}

.home-blog-content-img {
    min-width: 250px;
    width: 100%;
    border-radius: 9px 9px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

/* HOME FAQ
---------------------------------------------------------------------------------------------------- */
.home-faq-content {
    display: block;
}

.home-faq-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 3rem;
}

.aboutus-faq-list-card {
    width: 100%;
    padding: 1.3rem;
    border-radius: 9px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    text-decoration: none !important;
    margin-bottom: 1.3rem;
}

.aboutus-faq-list-card-text-number {
    color: rgb(153 166 167) !important;
    font-size: 32px;
    line-height: 26px;
}

.aboutus-faq-list-card-text {
    color: #333 !important;
    text-decoration: none !important;
}

.aboutus-faq-list-card-icon {
    height: 25px;
    width: 25px;
}

.mobile-aboutus-faq-list-card-icon {
    height: 20px;
    width: 20px;
}

.aboutus-faq-list-card-content {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-left: 3px solid rgb(153 166 167) !important;
    padding-left: 1.3rem;
}

.aboutus-faq-list-card-content img {
    width: 100% !important;
}

/* HOME REGISTER
---------------------------------------------------------------------------------------------------- */
/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-register-content {
        display: block;
        border: 1px solid #397e8f;
        padding: 2rem 0rem;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-register-content {
        display: block;
        border: 1px solid #397e8f;
        padding: 4rem;
    }
}

.home-register-content-h2 {
    color: #333;
    font-weight: 600;
    font-size: 24px;
}

.home-register-content-h3 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2rem;
}

.home-register-content-plain {
    color: #333 !important;
    margin-bottom: 2rem;
}

.home-register-content-contact {
    display: flex;
}

.home-register-content-contact-btn {
    background-color: #397e8f !important;
    border: 1px solid #397e8f !important;
    text-align: center !important;
    padding: 0.8rem !important;
    margin: 0rem 1rem 1rem 0rem !important;
    color: #fff !important;
    display: block;
    text-decoration: none !important;
    width: 100%;
}

.home-register-content-formgroup {
    padding: 4rem 0rem;
}

.home-register-content-form {
    margin-bottom: 2rem;
}

.home-register-content-form-input {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0px !important;
    padding: 0.375rem 0.35rem !important;
    box-shadow: none !important;
    height: 3rem;
}


a.home-register-content-form-btn {
    background-color: #fff !important;
    border: 1px solid #397e8f !important;
    width: 40% !important;
    text-align: center !important;
    padding: 0.5rem 1rem !important;
    margin-right: auto !important;
    /* margin-left: auto !important; */
    margin-top: 2rem;
    color: #397e8f !important;
    display: block;
    text-decoration: none !important;
}

a.home-register-content-form-btn:hover {
    background-color: #397e8f !important;
    border: 1px solid #397e8f !important;
    color: #fff !important;
}

button.home-register-content-form-btn {
    background-color: #fff !important;
    border: 1px solid #397e8f !important;
    width: 40% !important;
    text-align: center !important;
    padding: 0.5rem 1rem !important;
    margin-right: auto !important;
    /* margin-left: auto !important; */
    margin-top: 2rem;
    color: #397e8f !important;
    display: block;
    text-decoration: none !important;
}

button.home-register-content-form-btn:hover {
    background-color: #397e8f !important;
    border: 1px solid #397e8f !important;
    color: #fff !important;
}

.checkbox-wrapper-30 {
    padding-top: 5px;
    margin-right: 10px;
}

.home-register-content-form-select {
    margin-bottom: 1rem;
}

.checkbox-wrapper-30 .checkbox {
    --bg: #fff;
    --brdr: #397e8f;
    --brdr-actv: #397e8f;
    --brdr-hovr: #397e8f;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 18px);
    position: relative;
}

.checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}

.checkbox-wrapper-30 .checkbox>* {
    position: absolute;
}

.checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
}

.checkbox-wrapper-30 .checkbox input:checked+svg {
    --dashArray: 16 93;
    --dashOffset: 109;
}

.checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

body svg {
    color: #397e8f !important;
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
}

.home-register-content-form-select label {
    color: rgb(51, 51, 51) !important;
    text-decoration: none !important;
}


.home-testsi-content {
    display: block;
    height: 630px;
}

.home-testsi-content-h2 {
    color: #ffffff;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    position: relative;
    padding-top: 3rem;
}


.home-testsi-content-plain {
    color: #333;
    text-align: center;
}

.home-testsi-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    /* border-radius: 9px; */
    padding: 2rem;
    background-color: white;
}

.home-testsi-card-h3 {
    color: #397e8f;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
}

.home-testsi-card-mark {
    color: #333;
    font-weight: 600;
    font-size: 32px;
}

.home-testsi-card-p-1 {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.home-testsi-card-p-2 {
    font-size: 14px;
    font-weight: 200;
    color: #333;
    text-align: center;
    margin-top: -15px;
}


.home-testsi-content-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 630px;
    object-fit: cover;
    background-color: #000;
}

.home-testsi-card-review {
    justify-content: center;
    display: flex !important;
}

blockquote {
    border: none;
    margin-bottom: 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    content: open-quote;
    font-weight: bold;
    font-size: 25px;
    line-height: 110%;
    color: #397e8f;
}

blockquote:after {
    content: close-quote;
    font-weight: bold;
    font-size: 25px;
    line-height: 110%;
    color: #397e8f;
}

.home-testsi-card-blockquote {
    line-height: 1.3em;
    font-size: 22px;
    text-align: center;
    font-style: oblique;
    font-weight: 600;
    color: #397e8f;
}

.home-testsi-card-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.home-testsi-card-rating svg {
    color: orange !important;
    padding: 6px;
    font-size: 18px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    align-content: center;
}

.home-testsi-content-slider.slider {
    width: 100%;
    margin: 0px auto;
    height: fit-content;
    position: relative;
    top: 2rem;
}

/* .slick-center {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.slick-list {
    padding: 45px 60px !important;
    margin-left: 30px !important;
} */

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .blog-detail-content-plain img.blog-call2action-website {
        display: none !important;
    }

    img.blog-call2action-website {
        display: none !important;
    }

    .blog-detail-content-plain img.blog-call2action-mobile {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    img.blog-call2action-mobile {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    .blog-flex-container {
        flex-direction: column;
    }

    #bg-btn-rt {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .blog-detail-content-plain img.blog-call2action-website {
        width: 100% !important;
        display: block !important;
    }

    .blog-detail-content-plain img.blog-call2action-mobile {
        display: none !important;
    }

    img.blog-call2action-website {
        width: 100% !important;
        display: block !important;
    }

    img.blog-call2action-mobile {
        display: none !important;
    }

    .blog-flex-container {
        display: flex;
        flex-direction: row;
    }
}

.home-event-content-h3 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.home-event-content-plain {
    color: #333;
    font-size: 16px;
    margin-bottom: 1rem;
}



/* HOME LUX
---------------------------------------------------------------------------------------------------- */
.home-lux-content {
    display: block;
}


.home-lux-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 3rem;
}

.home-lux-content-plain {
    color: #333;
    text-align: center;
    margin-bottom: 3rem;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-lux-content-row {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-lux-content-row {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

.home-lux-content-row div {
    display: inline-block;
    vertical-align: top;
}

.home-lux-content-col {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1rem;
    padding: 0 0.5rem !important;
}

.home-lux-content-img {
    width: 100%;
}

.home-lux-content-img-active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #000;
    display: flex;
    align-items: flex-end !important;
    padding: 1.5rem;
    margin: 0 0.5rem !important;
}

.home-lux-content-col:hover .home-lux-content-img-active {
    opacity: 0.7;
}

.home-lux-content-img-text {
    color: white;
}

.home-lux-content-seemore {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    text-align: center !important;
    padding: 0.5rem 1rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
    color: #fff !important;
    display: block;
    position: absolute;
    top: -1.3rem;
    text-decoration: none !important;
    left: 50%;
    transform: translate(-50%, -0%);
}

.home-lux-content-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.clients-row{
  display:flex;
  flex-wrap:nowrap;        
  gap:16px;
  overflow-x:auto;         
  overflow-y:hidden;
  padding:8px 0;
  scroll-snap-type:x mandatory;   
  -webkit-overflow-scrolling:touch; 
}
.clients-item{
  flex:0 0 auto;          
  width: 160px;            
  scroll-snap-align:start;
  display:flex; align-items:center; justify-content:center;
}
.clients-item img{
  max-width:100%;
  max-height: 80px;       
  object-fit:contain;
}

.clients-row::-webkit-scrollbar{ height:8px; }
.clients-row::-webkit-scrollbar-thumb{ background:#ddd; border-radius:4px; }
