

/* === welcome_text === */

.welcome_text {
    margin: 50px 0px;
    text-align: center;
    font-weight: 300;
}

    .welcome_text p:first-child {
        font-size: 24px;
        margin-bottom: 25px;
        line-height:32px;
    }
@media (max-width: 991px) {
    .welcome_text {
        margin: 50px 0px;
    }
        .welcome_text p:first-child {
            font-size: 24px;
            margin-bottom: 25px;
            line-height:32px;
        }
}


/* === welcome_text === */



/* === content-04-text-left-image-right === */

.content-04 {
    padding: 0 0 30px 0;
}

.content-04-title {
    margin-bottom: 20px;
}

.content-04-text img {
    width: 100%;
    height: auto;
}

.content-04 .content-04-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.content-04 p, .content-04 ul {
    font-size: 18px;
    color: #292929;
    font-weight: 300;
    margin-bottom: 25px;
}

.content-04 p:last-of-type {
    margin-bottom: 0px;
}

.content-04 ul li::before {
    content: url(/images/icons/star.png);
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 18px;
    top: 1px;
    left: 0;
}

.content-04 ul li {
    position: relative;
    padding-left: 25px;
}

.content-04 ul {
    list-style: none;
    padding: 0;
}

@media (min-width: 992px) {
    .content-04 .left-side {
        padding-right: 50px;
    }

    .content-04 .right-side {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .content-04-image {
        margin-bottom: 20px;
    }
}

/* === content-04-text-left-image-right === */



/* === content-05-image-left-text-right === */

.content-05 {
    padding: 50px 0 100px;
}

.content-05-title {
    margin-bottom: 20px;
}

.content-05 .content-05-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.content-05 p, .content-05 ul {
    font-size: 18px;
    color: #292929;
    font-weight: 300;
    margin-bottom: 25px;
}

.content-05 p:last-of-type {
    margin-bottom: 0px;
}

.content-05 ul li::before {
    content: url(/images/icons/star.png);
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-size: 18px;
    top: 1px;
    left: 0;
}

.content-05 ul li {
    position: relative;
    padding-left: 25px;
}

.content-05 ul {
    list-style: none;
    padding: 0;
}

.content-05 .btn {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .content-05 .left-side {
        padding-right: 50px;
    }

    .content-05 .right-side {
        padding-left: 50px;
    }
}
@media (max-width: 991.98px) {
    .content-04 + .content-05 {
        padding-top: 0px;
    }

    .content-05 {
        padding-bottom: 30px;
    }

}
@media (max-width: 767px) {
    .content-05-image {
        margin-bottom: 20px;
    }
}

/* === content-05-image-left-text-right === */



/* === call-to-action-01 === */


#call-to-action-01-1237 {
	 --cta-01-background-image: url(/images/cta_bg.jpg);
	 --cta-01-background: rgb(153, 153, 153);
	 --cta-01-color: #fff;
}

.cta-01 {
    padding: 150px 0;
    color: var(--cta-01-color);
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #ad090f;
}

    .cta-01::before {
        content: "";
        background-color: var(--cta-01-background);
        background-image: var(--cta-01-background-image);
        background-position: center center;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        filter: grayscale(1);
        pointer-events: none;
        mix-blend-mode: multiply;
    }

    .cta-01::after {
        content: "";
        background-image: url(/images/default/laser_line_w.png);
        aspect-ratio: 61/475;
        width: 37px;
        height: auto;
        position: absolute;
        background-size: cover;
        opacity: 1;
        left: 50%;
        top: calc(100% - 120px);
        transform: translateX(-50%);
        z-index: -1;
        pointer-events: none;
        user-select: none;
    }

    .cta-01,
    .cta-01 .container,
    .cta-01 .container .row {
        min-height: 300px;
        position: relative;
        z-index: 2;
    }

.cta-01-title {
    margin-bottom: 20px;
}

.cta-01-text {
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: 200;
}

    .cta-01-text p:last-of-type {
        margin-bottom: 0;
    }


.cta-01-phone {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}
@media(max-width: 1299.99px) {
    .cta-01-title {
        line-height: 50px;
    }
}
@media (max-width: 991px) {
    .cta-01-title {
        font-size:50px;
        line-height: 42px;
        margin-bottom:10px;
    }
    .cta-01-text {
        margin-bottom:20px;
    }
}
@media(max-width: 768px) {
    .cta-01-text {
        max-width:330px;
    }
}
/* === call-to-action-01 === */



/* === testimonial-carousel === */

.testimonial-carousel {
    padding: 100px 0px 0 0;
    overflow-y: hidden;
    background-color: #ececec;
}

    .testimonial-carousel .title-small {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: .1em;
        color: #9f9f9f;
        text-transform: uppercase;
    }

    .testimonial-carousel > .container {
        position: relative;
        overflow: visible;
    }

        .testimonial-carousel > .container > .row {
            position: relative;
            z-index: 1;
        }

.testimonial-carousel-title {
    line-height: 1;
    letter-spacing: -0.025em;
}

.testimonial-style-title {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.025em;
    font-weight: 300;
    margin-bottom: 40px;
}

.testimonial-carousel .testimonial-author {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

    .testimonial-carousel .testimonial-author::before {
        content: "";
        display: inline-block;
        background-image: url(/images/default/laser_line_test.png);
        aspect-ratio: 100/19;
        width: 100px;
        background-size: cover;
        height: auto;
    }

.testimonial-prev-btn,
.testimonial-next-btn {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 0;
    place-content: center;
    display: inline-grid;
    transition: .3s opacity;
    background-color: #0a6baf !important;
    border-color: #0a6baf !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 16px;
}

    .testimonial-prev-btn::after,
    .testimonial-next-btn::after {
        display: none;
    }

.testimonial-prev-btn {
    margin-right: 5px;
}

#testimonial-carousel .carousel-item {
    min-height: 215px;
}

.testimonial-carousel .carousel-inner {
    margin-bottom: 45px;
}

.testimonial-carousel .controls {
    margin-top: 25px;
}

@media(max-width: 1199px) {
    .testimonial-carousel {
        padding: 100px 0 55px;
    }
    .testimonial-carousel .block_title {
        max-width:390px;
    }
    .testimonial-style-title {
        font-size: 28px;
        line-height: 30px;
    }
}

@media(max-width: 991.98px) {
    .testimonial-carousel {
        padding: 80px 0 65px;
        text-align:center;
    }
        .testimonial-carousel .block_title {
           margin:auto;
           margin-bottom:30px;
        }
        .testimonial-carousel .title-small {
            margin-bottom: 45px;
        }

        .testimonial-carousel .testimonial-carousel-title {
            margin-bottom: 20px;
        }

        .testimonial-carousel .controls {
            margin-top: 0px;
        }

    .testimonial-style-title {
        margin-bottom: 40px;
        font-size: 22px;
        line-height: 32px;
        color: #272727;
    }

    .testimonial-carousel .carousel-inner {
        margin-bottom: 30px;
    }
    .testimonial-carousel .testimonial-author::before {
        background-image: none;
        display:none;
    }
    .testimonial-carousel .testimonial-author {
        display:block;
        text-align:center;
        margin-bottom:50px;
    }
}

@media(max-width: 767.98px) {

    
    .testimonial-style-title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 34px;
    }

    .testimonial-carousel .title-small {
        margin-bottom: 40px;
    }

    .testimonial-carousel {
        padding: 90px 0 75px;
    }

        .testimonial-carousel .controls {
            margin-top: 0;
        }
        .testimonial-carousel .block_title {
            margin-bottom:20px;
        }
        .testimonial-carousel .testimonial-author {
            margin-bottom:25px;
        }
}

@media(max-width: 575px), (max-height:567px) {
    .testimonial-style-title {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 28px;
    }

    .testimonial-carousel .carousel-inner {
        margin-bottom: 20px;
    }

    .testimonial-carousel :is(.testimonial-prev-btn, .testimonial-next-btn) {
        position: static;
        transform: none;
    }

    .testimonial-carousel .controls {
        margin-top: 30px;
    }

    .testimonial-carousel .title-small {
        margin-bottom: 30px;
    }

    .testimonial-carousel {
        padding: 30px 0 100px;
    }
}

/* === testimonial-carousel === */



/* === area_covers === */

.area_covers {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    background-color: #0a6baf;
}
    .area_covers.full-width-map {
        padding: 0;
        position: relative;
        overflow: hidden;
    }
/*    .area_covers.full-width-map .container {
        width: 100%;
        max-width: 100%;
    }*/
    .area_covers.full-width-map .container-fluid {
        padding:0;
    }
.area_covers::before {
    content: "";
    background-color: #ececec;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
}

.testimonial-carousel + .area_covers {
    padding-top: 0px;
}
.area_covers .map_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.area_covers.full-width-map .map_wrapper {
    border-radius: 0;
}

.area_covers .map {
    aspect-ratio: 1320/660;
    width: 100%;
}

.area_covers.full-width-map .map {
    aspect-ratio: 1320/457;
    width: 100%;
}


.area_covers .block_title {
    font-size: 40px;
    margin: 0;
    line-height: 31px;
}

.area_covers .content {
    position: absolute;
    width: auto;
    left: 36px;
    top: 36px;
    right: 36px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    padding: 20px 30px;
}

.area_covers .places {
    color: var(--red);
    font-size: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}


    .area_covers .places i {
        margin-right: 10px;
    }


.area_covers .leaflet-tile-pane {
    filter: grayscale(1);
}


.area_covers .leaflet-marker-pane,
.area_covers .leaflet-shadow-pane {
    display: none;
}


@media (max-width: 991px) {
    .area_covers .places {
        grid-template-columns: repeat(2, 1fr);
    }
    .area_covers .map {
        height:516px;
    }
    .area_covers {
        padding-bottom:30px;
    }
}
@media(max-width: 767.98px) {
    .area_covers .block_title {
        text-align:center;
    }
    .area_covers br {display:none;}
    .area_covers .block_title {
        font-size:36px;
        margin-bottom:20px;
    }
    .area_covers .places {
        grid-template-columns: repeat(2, 1fr);
    }
        .area_covers .places i {
            margin-right:5px;
        }
    .mallt {
        text-align:left;
    }

}
@media(max-width: 422.99px) {
    .area_covers .content {
        padding-left:5px;
        padding-right:5px;
    }
    .mallt2 {
        padding-left:11px;
    }
}

   
/* === area_covers === */



/* === gallery_grid === */

.gallery_grid {
    margin: 70px 0px 30px;
    position: relative;
    overflow: hidden;
    --containerw: 1320px;
    --gap: 34px;
    --colnumber: 4;
    --slidew: calc(calc(var(--containerw) - calc(var(--gap) * calc(var(--colnumber) - 1))) / var(--colnumber));
}

.area_covers + .gallery_grid {
    margin-top: 0;
}

.gallery_grid .block_title {
    margin-bottom: 30px;
}
/* the slides */
.gallery_grid .slick-slide {
    margin: 0 calc(var(--gap) / 2);
}

/* the parent */
.gallery_grid .slick-list {
    margin: 0 calc(-1 * calc(var(--gap) / 2));
}

.gallery_grid .slick-list {
    overflow: visible;
}

.gallery_grid .magic_gallery {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: var(--gap);
}

.gallery_grid .item {
    overflow: hidden;
    border-radius: 10px;
}

    .gallery_grid .item .magic_grid {
        display: grid;
        gap: var(--gap);
        height: 100%;
    }

.gallery_grid .magic_gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 10px;
}

.gallery_grid .magic_gallery_mobile .item img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery_grid .magic_gallery .slick-track {
    height: 700px;
}
@media (max-width: 991px) {
 /*   .gallery_grid {
        padding-top: 20px;
    }*/
  
}

@media(min-width: 768px) {
    .gallery_grid .slick-track {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .gallery_grid .magic_gallery .slick-list {
        padding: 0px calc(var(--gap) / 2);
    }

    .gallery_grid .item,
    .gallery_grid .slick-track > div,
    .gallery_grid .slick-track > div > div {
        height: 100%;
        max-height: 100%;
    }

        .gallery_grid .item.grid-item-1 {
            max-width: var(--slidew);
        }

        .gallery_grid .item.grid-item-2 {
            max-width: calc(var(--slidew) * 2);
        }

        .gallery_grid .item.grid-item-3 {
            max-width: var(--slidew);
        }

        .gallery_grid .item.grid-item-4 {
            max-width: calc(var(--slidew) * 2);
        }

        .gallery_grid .item.grid-item-1 .magic_grid {
            grid-template-columns: 1fr;
            grid-template-rows: calc(50% - var(--gap)) calc(50% - var(--gap));
            aspect-ratio: 1/2;
        }

        .gallery_grid .item.grid-item-1 img {
            aspect-ratio: 2/1;
            max-width: var(--slidew);
        }

        .gallery_grid .item.grid-item-2 .magic_grid {
            grid-template-columns: 1fr;
            grid-template-rows: calc(100% - var(--gap));
            aspect-ratio: 1/1;
            max-width: calc(var(--slidew) * 2);
        }

        .gallery_grid .item.grid-item-3 .magic_grid {
            grid-template-columns: 1fr;
            grid-template-rows: calc(100% - var(--gap));
            aspect-ratio: 1/2;
            max-width: var(--slidew);
        }

        .gallery_grid .item.grid-item-4 .magic_grid {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: calc(50% - var(--gap)) calc(50% - var(--gap));
            aspect-ratio: 1/1;
            max-width: calc(var(--slidew) * 2);
        }

            .gallery_grid .item.grid-item-4 .magic_grid img:nth-child(3) {
                grid-column: 1/3;
                grid-row: 1/2;
                width: 100%;
                height: 100%;
                aspect-ratio: auto;
            }
}

@media(max-width: 1399px) {
    .gallery_grid {
        --containerw: 1140px;
    }
}

@media(max-width: 1199px) {
    .gallery_grid {
        --containerw: 960px;
    }
    .gallery_grid {
        margin: 80px 0px 50px;
    }
}

@media(max-width: 991px) {
    .gallery_grid {
        --containerw: 720px;
        --gap: 24px;
        padding: 40px 0px 0px;
    }

        .gallery_grid .magic_gallery {
            gap: 20px;
            width: 110dvw;
            left: 50%;
            transform: translateX(-50%);
        }

            .gallery_grid .magic_gallery .slick-track {
                height: 360px;
            }
        .gallery_grid .block_title {
            margin-bottom:20px;
        }
}


@media(max-width: 767px) {
    .gallery_grid {
        overflow: hidden;
    }

        .gallery_grid .magic_gallery {
            gap: 20px;
            width: 100%;
            left: auto;
            transform: none;
            display: block;
        }

        .gallery_grid .item {
            position: static;
        }

        .gallery_grid .slick-list {
            overflow: visible;
        }
        /* the slides */
        .gallery_grid .slick-slide {
            margin: 0 10px;
        }

        /* the parent */
        .gallery_grid .slick-list {
            margin: 0 -10px;
        }

        .gallery_grid .magic_gallery_mobile.slick-initialized .slick-track {
            display: flex;
            align-items: stretch;
            flex-direction: row;
        }

            .gallery_grid .magic_gallery_mobile.slick-initialized .slick-track .slick-slide {
                height: auto;
            }

            .gallery_grid .magic_gallery_mobile.slick-initialized .slick-track :is(.slick-slide > div, .slick-slide > div > div) {
                height: 100%;
            }
}

/* === gallery_grid === */



/* === footer-05-brochure === */

.footer_05_brochure {
    background-color: #0a6baf;
    color: #fff;
    padding: 80px 0px;
}

    .footer_05_brochure .row {
        --bs-gutter-x: 34px;
        --bs-gutter-y: var(--bs-gutter-x);
    }

    .footer_05_brochure img {
        max-width: 100%;
    }

    .footer_05_brochure .footer05_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        width: 100%;
        height: 100%;
        gap: 34px;
    }




        .footer_05_brochure .footer05_grid .call_us_box .frst {
            padding: 34px 30px;
            margin-bottom: 12px;
            background-color: #0564a7;
            border-radius: 10px;
        }
        .footer_05_brochure .footer05_grid .call_us_box .scnd {
            padding: 34px 30px;
            background-color: #0564a7;
            border-radius: 10px;
        }

    .footer_05_brochure .call_us_box.links h3 {
        font-size: 36px;
    }

    .footer_05_brochure .call_us_box.links a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

    .footer_05_brochure .footer05_grid .call_us_box {
    }
        .footer_05_brochure .footer05_grid .email_box {
        }

    .footer_05_brochure .footer05_grid .checkatrade_section {
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .footer_05_brochure .footer05_grid .footer_content {
        grid-row: span 2 / span 2;
        grid-column-start: 2;
        grid-row-start: 1;
        padding-top: 28px !important;
    }



        .footer_05_brochure .footer05_grid > .content_wrapper {
            background-color: #0564a7;
            border-radius: 10px;
            padding: 34px 30px;
        }


    .footer_05_brochure .checkatrade_section .check_footer_logo {
        margin-bottom: 20px;
    }

    .footer_05_brochure .checkatrade_section .score {
        font-weight: 300;
        margin-bottom: 5px;
    }

    .footer_05_brochure .checkatrade_section .score_reviews {
    }

    .footer_05_brochure .footer_content {
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .footer_05_brochure .footer_content .content {
            position: relative;
        }

            .footer_05_brochure .footer_content .content::before {
                content: "";
                background-image: url(/images/default/laser_star_w.png);
                aspect-ratio: 34/34;
                width: 34px;
                height: auto;
                position: absolute;
                background-size: cover;
                opacity: 1;
                left: 50%;
                bottom: -64px;
                z-index: 0;
                pointer-events: none;
                user-select: none;
                transform: translateX(-50%);
            }

            .footer_05_brochure .footer_content .content::after {
                content: "";
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: calc(100% + 50px);
                width: 4px;
                height: 100dvh;
                background-color: #fff;
                pointer-events: none;
                user-select: none;
            }

        .footer_05_brochure .footer_content .h2 {
            margin-bottom: 20px;
        }

        .footer_05_brochure .footer_content .text {
            font-size: 20px;
            font-weight: 200;
        }


    .footer_05_brochure .form {
        background-color: #0564a7;
        border-radius: 10px;
        padding: 34px;
        padding-top:26px;
    }

    .footer_05_brochure .form-title {
        font-size: 36px;
        letter-spacing: -6px;
    }

    .footer_05_brochure .form .top-row > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 0px 28px;
    }

    .footer_05_brochure .form .top-row .form-field:is(.textarea, .tickbox ) {
        grid-column: 1/3;
    }

    .footer_05_brochure .form .col-form-label {
        font-size: 15px;
        color: #e9e9e2;
        font-weight: 200;
    }

    .footer_05_brochure .form .required-star {
        display: none;
    }

    .footer_05_brochure .required {
        display: none;
    }


    .footer_05_brochure .bottom-box .btn {
        padding-right: 28px;
    }

        .footer_05_brochure .bottom-box .btn::after {
            content: "\f061";
            font-family: "Font Awesome 6 Pro";
            font-weight: 400;
            margin-left: 20px;
        }

    .footer_05_brochure .content_wrapper.links h3 {
        font-size: 36px;
    }

    .footer_05_brochure .content_wrapper.links a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }


    .footer_05_brochure .footer05_bottom {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

        .footer_05_brochure .footer05_bottom a {
            color: inherit;
            text-decoration: none;
        }

        .footer_05_brochure .footer05_bottom span.advansys {
            font-weight: 600;
            font-family: Arial;
        }

    .footer_05_brochure .footer_links a {
        font-size: 18px;
        font-weight: 400;
        display: block;
        line-height: 18px;
        padding: 12px 0px;
    }



@media(max-width: 1199px) {
    .footer_05_brochure .footer_content .content::after {
        
    }
        .footer_05_brochure .checkatrade_section .check_footer_logo {
        max-width:222px;
    }
    .footer_05_brochure .footer_content {
        text-align:left;
    }
    .mb-ff {
        margin-bottom:20px;
    }
    .footer_05_brochure .footer_content .content::before {
        /*background-image: none;*/
    }
    .footer_05_brochure .mt-5 {
        margin-top: 2rem !important;
    }
    .footer_05_brochure .footer_links a {
        font-size: 18px;
        font-weight: 300;
        display: block;
        line-height: 20px;
        padding: 9px 0px;
    }
}
@media (max-width: 991px) {
    .footer_05_brochure .footer_content .text {
        font-size: 18px;
    }
    .footer_05_brochure .footer05_grid {
        gap:20px;
    }
}

@media(max-width: 767px) {
    .footer_05_brochure .footer_content .content::before {
        background-image: none;
    }
    .footer_05_brochure .footer05_grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
        .footer_05_brochure .footer05_grid .checkatrade_section {
            grid-column-start: 1;
            grid-row-start: 4;
        }
        .footer_05_brochure .footer05_grid .footer_content {
            grid-row: 1;
            grid-row-start: 1;
            grid-column-start: 1;
        }
        .ftrorder {
            order: 2;
        }
    .footer_05_brochure .checkatrade_section  {
        order:2;
    }
    .footer_05_brochure .footer_content {
        order: 1;
    }
    .footer_05_brochure .call_us_box {
        order: 3;
    }
    .footer_05_brochure .email_box {
        order: 4;
    }
}
/* === footer-05-brochure === */

