

/* === content-header-01 === */

.content-header-01 {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.content-header-01 .container {
    position: relative;
    height: 100%;
    z-index: 5;
    padding-bottom: 25px;
}

.content-header-01 .container .row {
    height: 100%;
    align-items: flex-end;
}

.content-header-01 .caption {
    text-align: left;
}

.content-header-01 .carousel-caption-title {
    margin-bottom: 10px;
    line-height: 1.1;
}

.content-header-01 .picture-wrapper {
    height: 500px;
    position: relative;
}

.content-header-01 .picture-wrapper img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.content-header-01 .hidden-h1 {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}

.content-header-01 .picture-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.74)), linear-gradient(to top, transparent, rgba(0, 0, 0, 0.74));
    z-index: 1;
}

@media screen and (max-width: 1199.98px) {
    .content-header-01 .carousel-caption-title {
        font-size: 50px;
        line-height: 1;
        text-wrap: balance;
    }

    .content-header-01 .container {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .content-header-01 .container {
        padding-bottom: 60px;
        text-align: center;
    }

    .content-header-01 .carousel-caption-text {
        font-size: 20px;
    }

    .content-header-01 .carousel-caption-text br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .content-header-01 .container {
        padding-bottom: 50px;
    }

    .content-header-01 .carousel-caption-text {
        font-size: 20px;
        line-height: 1.2;
    }

    .content-header-01 .container {
        padding-bottom: 40px;
    }

    .content-header-01 .carousel-caption-title {
        font-size: 40px;
    }

    .content-header-01 .btn {
        width: 100%;
    }
}

/* === content-header-01 === */



/* === content-01 === */


#content-01-1220 {
	 --content-01-color: rgb(255, 255, 255);
	 --content-01-background: rgba(0, 0, 0, 0);
	 --content-01-text-align: left;
}

.content-01 {
    padding: 50px 0;
    text-align: var(--content-01-text-align);
    background-color: var(--content-01-background);
    color: var(--content-01-color);
}

.content-01-title {
    margin-bottom: 20px;
}

.content-01 table tr,
.content-01 table td {
    border: 1px solid #434547;
    padding: 1rem;
}

.content-01 .content-01-text a {
    display: block;
    text-decoration: none;
    color: #d60303;
}

@media screen and (max-width: 767px) {
    .content-01 table {
        width: 100%;
        max-width: 100%;
        width: 100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }
}

/* === content-01 === */



/* === services_block_3 === */

.services-block-3 {
    background-color: #1e1e1e;
    color: #fff;
    padding: 50px 0;
}

.services-block-3-title {
    margin-bottom: 24px;
}

.services-block-3-item {
    background-color: #272727;
    border-radius: 5px;
    padding: 36px;
    height: 100%;
}

.services-block-3-icon {
    margin-bottom: 20px;
}

.services-block-3-icon img {
    max-width: 60px;
    height: auto;
}

.services-block-3-item-title {
    color: var(--button-background);
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
}

.services-block-3-item-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.services-block-3-banner {
    background-color: var(--button-background);
    color: #fff;
    border-radius: 5px;
    padding: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}

.services-block-3-banner-inner {
    width: 100%;
}

.services-block-3-banner-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 500;
}

.services-block-3-banner-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 5px;
}

/* === services_block_3 === */



/* === content-04-text-left-image-right === */

.content-04 {
    padding: 50px 0;
}

.content-04-title {
    margin-bottom: 20px;
}

.content-04-text {
    padding-right: 80px;
}

.content-04-text img {
    width: 100%;
    height: auto;
}

.content-04 .content-04-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

@media(max-width: 1199.98px) {
    .content-04-text {
        padding-right: 3rem;
    }
}

@media (max-width: 991.98px) {
    .content-04 {
        padding-top: 0px;
    }

    .content-04 .container::before {
        content: "";
        display: block;
        padding-top: 40px;
        border-top: 1px solid #343434;
    }

    .content-04 .content-04-text {
        padding-right: 0px;
    }

    .content-04 .content-04-image {
        height: 445px;
    }
}

@media (max-width: 767.98px) {
    .content-04 .content-04-image {
        height: 335px;
    }
}


@media (max-width: 575.98px) {
    .content-04 .content-04-image {
        height: 320px;
    }
}

/* === content-04-text-left-image-right === */



/* === call-to-action-01 === */


#call-to-action-01-1212 {
	 --cta-01-background-image: url(/images/cta-bg.webp);
	 --cta-01-background: rgb(153, 153, 153);
	 --cta-01-color: #fff;
}

.cta-01 {
    padding: 180px 0;
    background-image: var(--cta-01-background-image);
    background-position: center center;
    background-size: cover;
    color: var(--cta-01-color);
    position: relative;
    z-index: 2;
}

.cta-01::before {
    content: "";
    display: block;
    background-color: var(--cta-01-background);
    position: absolute;
    inset: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}

.cta-01-title {
    font-size: 60px;
    line-height: 1.1;
}

.cta-01-text {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 1rem;
}

@media (max-width: 1399.98px) {
    .cta-01-text br {
        display: none;
    }

    .cta-01-title {
        font-size: 50px;
    }
}


@media (max-width: 575.98px) {
    .cta-01 {
        padding: 170px 0px;
    }

    .cta-01-title {
        font-size: 40px;
    }
}

/* === call-to-action-01 === */



/* === testimonial-carousel === */

.testimonial-carousel {
    background-color: var(--testimonial-carousel-background);
    color: var(--testimonial-carousel-color);
    padding: 60px 0 60px;
    text-align: center;
}

.testimonial-carousel .testimonial-author {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--button-background);
}

.testimonial-carousel .item {
    padding: 0 150px;
    position: relative;
}

.testimonial-carousel .testimonial-text {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 200;
}

.testimonial-carousel .title {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.testimonial-carousel .quote-image {
    width: 65px;
    margin: 0 auto 35px;
    height: auto;
    display: block;
}

.testimonial-carousel .subtitle {
    margin-bottom: 24px;
}

.testimonial-carousel .testimonial-text p {
    margin-bottom: 26px;
}

.testimonial-carousel .testimonial-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 60px;
}

.testimonial-carousel .testimonial-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: var(--testimonial-carousel-color);
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.testimonial-carousel .testimonial-arrow:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.testimonial-carousel .testimonial-arrow:focus {
    outline: 2px solid var(--testimonial-carousel-color);
    outline-offset: 2px;
}

.testimonial-carousel .slick-list {
    overflow-y: visible;
    overflow-x: clip;
}

@media(max-width: 1199.98px) {
    .testimonial-carousel .testimonial-text {
        font-size: 26px;
        line-height: 34px;
    }

    .testimonial-carousel .item {
        padding: 0 60px;
    }

    .testimonial-carousel {
        padding: 60px 0 30px;
    }

    .testimonial-carousel .testimonial-arrows {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-carousel .item {
        padding: 0 36px;
    }

    .testimonial-carousel .testimonial-arrows {
        margin-top: 40px;
    }
}

@media(max-width: 575.98px) {
    .testimonial-carousel {
        padding: 30px 0 30px;
    }

    .testimonial-carousel .item {
        padding: 0;
    }

    .testimonial-carousel .title {
        padding: 0px 30px;
        margin-bottom: 20px;
    }

    .testimonial-carousel .testimonial-text {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-height: 600px) {
    .testimonial-carousel {
        padding: 30px 0 30px;
    }
}

/* === testimonial-carousel === */



/* === footer-06-form === */

.footer-06-form {
    padding: 45px 0px 45px;
    background-color: #131313;
    color: #fff;
}

.footer-06-form .form-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--bs-gutter-x);
}

.footer-06-form .form-part {
    grid-area: 1/3/3/span 2;
    padding: 40px 60px;
    background: #1a1a1a;
    border-radius: 10px;
}

.footer-06-form .content-part {
    padding: 50px 40px;
    background: #1a1a1a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.footer-06-form .find-us-part.content-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-06-form .part-title {
    font-size: 36px;
    font-weight: var(--h2-fontweight);
    line-height: 1;
    letter-spacing: -0.025em;
    margin-top: 16px;
    margin-bottom: 16px;
}

.footer-06-form .address-line {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 28px;
}

.footer-06-form .address-line:not(:last-of-type)::after {
    content: ",";
}

.footer-06-form .block-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.footer-06-form .icon {
    font-size: 30px;
}

.footer-06-form .form-part-title {
    display: none;
}

.footer-06-form .company-name {
    font-weight: 500;
}

.footer-06-form .social-links {
    display: grid;
    align-content: end;
    gap: 8px;
    grid-template-columns: repeat(auto-fill, 60px);
    grid-auto-rows: 60px;
}

.footer-06-form .social-links a {
    display: grid;
    place-content: center;
    background: var(--button-background);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

.footer-06-form .social-links a svg {
    height: 18px;
}

.footer-06-form .required {
    display: none;
}

.footer-06-form .col-form-label {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}

.footer-06-form .form .required-star {
    display: none;
}

.footer-06-form .form-control {
    border: none;
}

.footer-06-form form .checkbox + label::before {
    border: none;
}

.footer-06-form .form-grid {
    grid-template-rows: 485px;
}

.footer-06-form .form textarea.form-control {
    height: 225px;
}

.footer-06-form .form .tickbox {
    margin-bottom: 30px;
}

.footer-06-form textarea {
    margin-bottom: 30px;
}

.footer-06-form .form-group {
    margin-bottom: 20px;
}

.footer-06-form .form-group.bottom-box {
    margin-bottom: 0;
}

.footer-06-form .content-part:is(.call-us-part, .email-us-part) .part-title {
    margin-bottom: 2px;
}

.footer-06-form .content-part:is(.call-us-part, .email-us-part) a {
    font-weight: 500;
    font-size: 18px;
}

.footer-06-form .call-us-part a.call-link,
.footer-06-form .email-us-part a.email-link {
    color: var(--button-background);
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
}

.footer-06-form .email-us-part a.uk-customs {
    color: var(--button-background);
}

.footer-06-form .email-us-part a.eu-customs {
    color: var(--button-background);
}

.footer-06-form .email-us-part a.us-customs {
    color: var(--button-background);
}

.footer-06-form .email-us-part a.email-link i {
    margin-right: 5px;
}

@media (min-width: 576px) and (max-width: 768px) {
    .footer-06-form .form .col-12.col-md-6 {
        width: 50%;
    }
}

@media (max-width: 1199.98px) {
    .footer-06-form .block-text {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-06-form .part-title {
        font-size: 30px;
    }

    .footer-06-form .form-part {
        padding: 40px 40px;
    }

    .footer-06-form .content-part {
        padding: 50px 30px;
    }

    .footer-06-form .call-us-part a.call-link,
    .footer-06-form .email-us-part a.email-link {
        font-size: 14px;
    }
}


@media (max-width: 991.98px) {
    .footer-06-form {
        padding: 45px 0px 30px;
    }

    .footer-06-form .form-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: unset;
    }

    .footer-06-form .form-part {
        grid-area: 3/span 2;
        padding: 38px 40px;
    }

    .footer-06-form .content-part {
        padding: 38px 40px;
    }

    .footer-06-form .text-part.content-part {
        display: none;
    }

    .footer-06-form .find-us-part.content-part {
        grid-row: span 2;
    }

    .footer-06-form .call-us-part a.call-link,
    .footer-06-form .email-us-part a.email-link {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .footer-06-form {
        padding: 45px 0px 20px;
    }

    .footer-06-form .form-part {
        padding: 30px;
    }

    .footer-06-form .content-part {
        padding: 38px 25px;
    }

    .footer-06-form .form-grid {
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .footer-06-form .form-grid {
        grid-template-columns: 1fr;
    }

    .footer-06-form .find-us-part.content-part {
        grid-row: unset;
    }

    .footer-06-form .form-part {
        grid-area: unset;
    }

    .footer-06-form .part-title {
        font-size: 30px;
    }

    .footer-06-form .form-grid,
    .footer-06-form .find-us-part.content-part {
        gap: 15px;
    }

    .footer-06-form .form-part,
    .footer-06-form .content-part {
        padding: 30px;
    }

    .footer-06-form .content-part:is(.call-us-part, .email-us-part) .part-title {
        margin-bottom: 15px;
    }

    .footer-06-form .form button[type='submit'] {
        width: 100%;
    }
}

/* === footer-06-form === */



/* === footer-02 === */

.footer-02 {
    padding: 20px 0 80px;
    background-color: #131313;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.footer-02 *,
.footer-02 *:before,
.footer-02 *:after {
    color: #fff !important;
}

.footer-02 a {
    font-weight: 300;
    color: #fff !important;
    text-decoration: none !important;
}

.footer-02 a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.footer-02 .separator {
    font-style: normal;
    padding: 0 3px;
}

.footer-02 .footer-links {
    display: flex;
    justify-content: space-between;
}

.footer-02 .footer-link-column {
    flex: 1;
    display: grid;
    row-gap: 10px;
}

.footer-02 .footer-link a {
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: none !important;
}

.footer-company-name,
.footer-design-info,
.sitemap-link {
    color: #fff !important;
}

@media (min-width: 576px) {
    .footer-02 {
        text-align: left;
    }
}

@media (max-width: 1199px) {
    .footer-02 .footer-link-column {
        row-gap: 13px;
    }

    .footer-02 {
        padding: 20px 0 40px;
    }
}

@media (max-width: 991px) {
    .footer-02 .footer-link-column:nth-child(n + 2) {
        display: none;
    }
}

@media (max-width: 575px) {
    .footer-02 {
        padding: 20px 0 50px;
    }

    .footer-02 .footer-links {
        margin-bottom: 40px;
    }
}

/* === footer-02 === */

