.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

span.sec-subtitle img {
    width: 60px;
}

section#products {
    background-image: url(../img/products/bg-1.jpg);
    background-size: cover;
}

section#products {
    background-image: url(../img/products/bg-1.jpg);
    background-size: cover;
}

div#clients{
    background-image: url(../img/products/bg-2.jpg);
    background-size: cover;
    background-position: bottom;
    padding:100px 0;
}

p.para_cust {
    color: #232222;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: justify;
}

.sec-title {
    margin: -0.2em 0 0 0;
    background: #fff01f;
    width: fit-content;
    padding: 3px 25px 0;
    font-size: 36px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #000;
    font-weight: bolder;
    margin-bottom: 30px;
}

.about-media.custom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #353535;
    padding: 0 0px 14px 0;
    margin: 0 0 14px 0;
}

.about-media.custom:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-right: 100px;
}

.about-media .media-info {
    font-size: 18px;
    margin: 0 0 -0.15em 0;
    color: #000;
    line-height: 1.7;
}

@media (max-width: 767px) { 
    .about-media.custom:last-child {
        padding-right: 0 !important;
    }
    .header-layout1 .header-top {
        display: none;
    }
    .blog-style1 .blog-img {
        margin: 0px 0 0 0px !important;
    }

    .sec-title {
        font-size: 25px;
    }
    .title-area {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    section#about .sec-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) { 
    .about-media.custom:last-child {
        padding-right: 0 !important;
    }
    .header-layout1 .header-top {
        display: none;
    }

    .blog-style1 .blog-img {
        margin: 0px 0 0 0px !important;
    }
    .sec-title {
        font-size: 25px;
    }

    .title-area {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    section#about .sec-title {
        margin-bottom: 10px;
    }
}

div#clients .slick-dots {
    display: none !important;
}

.custom_title {
    display: flex;
    justify-content: center;
}

section#projects {
    padding: 100px 0;
}

.footer-middle img {
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
}

.mfp-wrap {
    z-index: 9999;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

p.media-info a {
    font-weight: 500 !important;
}