#header .header-body {
    padding-top: 0;
    padding-bottom: 0;
}

html.sticky-header-active #header .header-body {
    padding-top: 0;
    padding-bottom: 0;
}

#header .header-logo img {
    max-height: 100px;
    width: auto;
}

.service-icon {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.slider-text-overlay {
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 30px 40px;
    /* border-radius: 6px; */
    max-width: 720px;
    width: 100%;
}



.wa-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 70px;
    height: 70px;
    z-index: 999;
    border-radius: 50%;
    animation: wa-shimmer 2s ease-in-out infinite, wa-flash-lines 1.5s linear infinite;
}

.wa-float img,
.wa-float .whatsapp-float {
    width: 100%;
    height: 100%;
}

@keyframes wa-shimmer {
    0% {
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.8));
        transform: scale(1.05);
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
        transform: scale(1);
    }
}

@keyframes wa-flash-lines {
    0% {
        box-shadow:
            0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow:
            0 0 10px rgba(255, 255, 255, 0.6),
            0 0 20px rgba(255, 255, 255, 0.4);
    }
    100% {
        box-shadow:
            0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 rgba(255, 255, 255, 0.1);
    }
}



#slider .title{
    line-height: 1.5 !important;
}
#slider .description{
    line-height: 2 !important;
}


.breadcrumb > li{
    color: #fff;
}

.breadcrumb > li + li:before {
    content: "\f104" !important;
    color: #fff !important;
}

.custom-page-wrapper{
        z-index: 1;
    position: relative;
}


.list.list-icons.list-icons-lg.list-icons-style-2 li{
        padding-right: 42px;
        padding-left: 0;
}
.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child{
        right: 0;
        left: auto;
}

#header .header-row{
        max-height: 77%;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action{
    opacity: 1;
}

.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before{
    opacity: 1;
}

@media (max-width: 767px) {
    .slider-text-overlay {
        padding: 20px;
    }

    .site-name{
        font-size: 1em !important;
    }
.site-slogan{
    font-size: .9em !important;
    margin-top:0 !important
}

#header .header-nav-features{
            padding: 0;
        margin: 0;
}
#header .header-logo{
    margin: 0;
}
#slider .title{
    font-size: 1.5em !important;
}
#slider .description{
      font-size: 1.3em !important;
}

.page-header.page-header-modern h1{
    font-size: 2em !important;
            line-height: 1.5;
}
}

@media (max-width: 767px) {
    #start .col-12.col-lg-4.col-xl-5 .position-relative img {
        position: static !important;
        width: 100%;
        height: auto;
    }
}


