.page-block-section {
    margin-top: 80px;

}
.page-block-section table th {
    background: #181818;
}
.page-block-section-text {

}

.page-block-section-text p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
}

.page-block-section-text .c-white {
    color:#fff;
}
#fluentform_3_success {
    color: #fff;
}
.page-bslt {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}
h2 {
    font-size: 70px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
    text-align: center;
}
.page-block-contact {
    margin-top: 50px;
}
.page-block-contact-text {

}
.page-block-contact-text p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.page-block-contact-text a {
    color:#00A29A;
    text-decoration: none;
}
.page-block-contact-text a:hover {
    color:#181818;
}
.header-block-contact {
    position: relative; background: #000;
}
.header-block-contact .header-block-contact-h1 {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.header-block-contact .header-block-contact-h1 h1 {
    font-size: 64px;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.page-block-contact .header-logo {
    text-align: right;
}
.page-block-contact .header-logo-svg {
    max-height: 180px;
}

.button-block {
    position: relative;
}




.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}


.footer-copyright {
    display: block;
    color: #fff;
}
.footer-copyright-m {
    display: none;
    color: #fff;
}

@media (max-width: 980px) {
    .home-banner-text {
        font-size: 56px !important;
        text-align: center !important;
        color:#00A29A;
        /*text-shadow: #000 1px 0 8px;*/
        -webkit-text-shadow: 0px 1px 5px #000;
        -moz-text-shadow: 0px 1px 5px #000;
        text-shadow: 0px 1px 5px #000;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-top: 20px;
        /*-webkit-text-stroke: 1px #FFFFFF;
        text-stroke: 1px #FFFFFF;*/
    }
    .section-block {
        padding: 15px;
    }
     .block-portfolio-list {
         flex-direction: column;
     }
    .block-portfolio-list-items {
        margin-top: 20px;

    }
    .section-block-portfolio h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
    }
    .block-portfolio-item-1, .block-portfolio-item-2, .block-portfolio-item-3, .block-portfolio-item-4 {
        width: 100%;
    }
    .home-banner-opacity {
        opacity: 0 !important;
    }
    .header-center {
        width: auto;
    }
    .header-right {
        width: 100%;
    }
    .page-bslt {
        flex-wrap: wrap;
    }
    .page-bslt .header-logo {
        width: 100%;
        max-width: 120px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .page-block-section-text {
        text-align: center;
    }

    h1,h2 {
        font-size: 26px !important;
        text-transform: uppercase;
    }
    .header-block-contact {
        min-height: 350px;
        padding-top: 110px;
    }
    .page-block-section {
        width:100%;
    }
    .footer-copyright-m {
        display: block;
    }
    .footer-copyright {
        display: none;
    }
}


@media (min-width: 1600px) {
    .page-block-section-text p {
        font-size: 18px;
    }
}

.iti__flag-container {
    display:none;
}


 .sc-widget {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     width: 100%;
     position: fixed;
     z-index: 9999;
     bottom: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background: #000;
     padding: 5px;
     -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
     box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
 }

@media (max-width: 768px) {
    .sc-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.sc-widget * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sc-widget__img {
    width: 40px;
}

@media (max-width: 768px) {
    .sc-widget__img {
        margin-bottom: 15px;
    }
}

.sc-widget__text {
    /*width: calc(100% - 160px);*/
    padding: 0 15px;
    font: 14px "Open Sans", sans-serif;
    line-height: 1.3;
    color: #fff;
}

@media (max-width: 768px) {
    .sc-widget__text {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }
}

.sc-widget__text a {
    color: #fff;
    text-decoration: underline;
}

.sc-widget__text a:visited {
    color: #fff;
}

.sc-widget__text a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.sc-widget__button {
    width: 120px;
    font: 12px "Open Sans", sans-serif;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.sc-widget__button:hover {
    background: #000;
    color: #636363;
    border: 2px solid #636363;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.wpcf7-form a {
    color:#00A29A;
}


.service-price .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.service-price .card.pad {
    padding: 18px;
    font-size: 18px;
}
.service-price .card {
    background: linear-gradient(180deg, rgba(143, 218, 221, 0.3), rgba(143, 218, 221, 0.1));
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 14px;
    padding: 18px 18px 16px;
}
.service-price .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.service-price h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 6px;
    color:#fff;
    text-align: left;
}
.service-price .muted {
    color:#00A29A;
    min-height: 55px;
    text-align: left;
}
.service-price .meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.service-price .meta .chip {
    font-size: 12px;
}
.service-price .chip {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 999px;
    color: color:#00A29A;
    background: rgba(255, 255, 255, .04);
}
.service-price .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}
.service-price .service .price {
    color: #dcffd8;
    font-weight: 800;
    font-size: 28px;
}


.elementor-location-footer .elementor-widget-container {
    color:#fff;
}

.elementor-location-footer .wpcf7-text {
    background: none;
}
.elementor-location-footer .wpcf7-text {

}

.elementor-location-footer input {

}
.elementor-location-footer input:focus {
    outline: none;
}
.elementor-location-footer input {
    width: 100%;
    padding: 14px;
    margin-top: 15px;
    border-radius: 8px;
    border: 1px solid #333;
    background: #1c1c1c;
    color: #fff;
}

.elementor-location-footer .wpcf7-form {
    max-width:300px;
    margin: 0 auto;
}







@media (max-width: 968px) {
    .service-price .cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
    .header-block-text-h1 {
        width: 100% !important;
    }
}
.bwg_thumbnail.bwg_container {
    padding: 0 !important;
}

























