
.container{
    max-width: 1200px;
}
.text-center{
    text-align: center;
}
section{
    overflow-x: hidden;
}
.services-banner {
    position: relative;
    background-size: 54% auto;
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 577px;
    overflow: hidden;
    background-color: #172C2D;
    animation: hero-bg-transition 3s ease 0.5s forwards;
    display: flex;
    align-items: center;
}

.services-banner .container {
    position: relative;
    z-index: 1;
}
.services-banner h1,
.services-banner a:not(.btn) {
    color: #fff;
}
.services-banner li {
    color: #fff;
}
.services-banner h1{
    font-size: 49px;
    font-weight: 600;
    line-height: 58px;
}

.breadcrumb{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.breadcrumb li{
    position: relative;
    font-weight: 700;
}
.breadcrumb li:not(:last-child)::after{
    content: '>';
    margin-left: 8px;
    color: #fff;
}
.breadcrumb li{
    margin-right: 10px;
}
.breadcrumb li a{
    font-weight: 400;
}

.btn{
    padding: 8px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.3s ease;
    border-radius: 40px;
}
.btn-light{
    background-color: #fff;
    color: #172C2D;
}
.btn-outline-green{
    background: none;
     color: #172C2D;
     border: 1px solid #172C2D;

}
.icons .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.icons .item img.icon {
    width: 60px;
    object-fit: contain;
}
.fulltext p{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.gallery-slider img{
    width: 100%;
    height: 277px;
    object-fit: cover;
    margin: 10px;
}  

.arrows-dark .slick-prev {
    left: -50px;
}
.arrows-dark .slick-track {
    display: flex;
    gap: 0;
    justify-content: center;
}
.arrows-dark .slick-next:before{
    content: "";
    background-image: url('../img/icon-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 25px;
    height: 25px;
}
.arrows-dark .slick-prev:before{
    content: "";
    background-image: url('../img/icon-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
     position: absolute;
    width: 25px;
    height: 25px;
}

.review-slider .slick-slide {
    display: flex;
    height: auto !important;
}

.review-slider .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: rgba(84, 171, 175, 0.20);
    border-radius: 0;
    margin: 10px;
    width: 100%;
}

.review-slider .review-content {
    flex: 1 1 auto;
}
.contact-banner{
    background-image: url(../img/below-footer-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #000;

}
.contact-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: 1;
}
.contact-banner-inner{
    position: relative;
    z-index: 2;
}
.contact-banner{
    text-align: center;
    padding: 74px 20px;


}
.contact-banner h2{
    color: #fff;
}
.review-slider .review-content p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; 
}
.review-slider .name{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
}
.review-slider .address{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
}

footer{
    background: #172C2D !important;
}
footer .ftr-logo{
    max-height: 102px;
    margin-bottom: 25px;
}
.ftr-links{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.ftr-links li{
    margin-bottom: 6px;
}
.ftr-links li a{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.social-links{
    display: flex;
}
.social-links a{
    margin: 0 4px;
}
footer .copyright{
    border-top: 1px solid #D9D9D9;
    padding: 20px 0;
    margin-top: 30px;
}
footer .copyright p{
    font-size: 12px;
    line-height: normal;
}
footer .payments{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .payments img{
    height: 38px;
    margin: 4px;
}

.page-template-template-services-landing-page header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

section.services-hero{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 733px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.services-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 4.63%, rgba(0, 0, 0, 0.10) 31.12%);
    z-index: 1;
    opacity: 0.9;
}
section.services-hero .container{
    position: relative;
    z-index: 2;
}
section.services-hero h1{
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.76);
    font-size: 49px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    max-width: 935px;
    margin: 0 auto;
}
section.services-hero .btn{
    margin: 30px auto 0;
}

.services-grid .item img{
    height: 387px;
    width: 100%;
    object-fit: cover;
}
.services-grid .item .title{
    background: #172C2D;
    padding: 20px;
}
.services-grid .item .title h3{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}
.before-footer-wrapper{
    position: relative;
    background-color: #000;
    padding: 78px 50px;
}
.before-footer-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 4.63%, rgba(0, 0, 0, 0.10) 57.71%);
    z-index: 1;
}
.before-footer-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.before-footer-wrapper .inner{
    position: relative;
    z-index: 2;
}
.before-footer-wrapper .inner h2{
    color: #FFF;
    font-size: 44px;
    font-weight: 600;
    line-height: 65px;
}
.before-footer-wrapper .inner p{
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px
}

@media (min-width: 768px) {
    .services-banner::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 54%;
        height: 100%;
        background-image: inherit;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
    }  
    .slick-list.draggable{
        padding: 0 !important;
    } 
}

@media (max-width: 767px) {
    .before-footer-wrapper .inner h2{
        color: #FFF;
        font-size: 36px;
        font-weight: 600;
        line-height: normal;
    }
    .before-footer-wrapper .inner p {
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }
    .ftr-links li a{
        text-align: center;
        display: block;
        font-size: 16px;
    }
    footer .ftr-logo {
        display: block;
        margin-left: auto;
        margin-right: auto; 
    }
    .copyright p{
        text-align: center;
    }
    .services-banner::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #172C2D;
        z-index: 1;
        opacity: 0.9;
    }  
    .services-banner {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 577px;
        overflow: hidden;
        background-color: #172C2D;
        animation: hero-bg-transition 3s ease 0.5s forwards;
        display: flex;
        align-items: center;
    }
}