#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: 70px;
    width: auto;
}

.service-icon {
    width: 75px;
    height: auto;
    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);
    }
}


#header .header-logo img{
        top: 9px;
}

#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a{
   /* color: var(--dark); */
}

.social-icons.social-icons-icon-light.social-icons-clean li a i{
    /* color: var(--dark) !important; */
}

footer .social-icons.social-icons-icon-light.social-icons-clean li a i{
    color: var(--light) !important;
}

.social-icons li:hover a {
    background: transparent;
    color: transparent;
}

.social-icons li a
{color: var(--light) !important;}

.social-icons li:hover i {
     color: var(--light) !important;
}


#header .header-nav.header-nav-line nav > ul li:hover > a {
        /* color: #396cad !important; */
    }

    #header.header-effect-shrink .header-container{
        background-color: var(--primary);
        min-height: 100px !important;
        height: 100px !important;
    }

    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
        padding: 3rem .9rem;
    }
 

#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;
}



#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;
}
}
#footer{
    margin-top: 0;
}
.page-header{
    background-color: var(--primary);
}
.social-icons li:hover a:local {
    background:  transparent!important;
    color: transparent!important;
}

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

    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a{
        padding: 1rem .9rem;
    }

    #header .header-logo img {
    max-height: 60px;
 }
}


