.pricing-slider .grid{
    padding: 0 !important;
}

.pricing-pg-section {
    padding: 80px 0 30px 0 !important;
}
.pricing-grids .grid {
    border: none !important;
}

.about-section {
    padding: 80px 0 !important;
}

.about-img {
    box-shadow: none !important;
}

.custom-s-margin {
    margin-bottom: 15px !important;
}

.references img {
    height: 120px;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
    transition: 300ms all;
}

.references img:hover {
    transform: scale(1.1);
}

.cat-image img {
    min-height: 280px !important;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.btn-custom {
    width: 100% !important;
    margin-top: 15px;
    padding: 10px 5px !important;
    transition: 300ms all;
    text-align: center;
}

.btn-custom2 {
    width: 100% !important;
    padding: 10px 5px !important;
    transition: 300ms all;
    text-align: center;
}

.floating_btn {
    position: fixed;
    bottom: 60px;
    right: -10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

.google-map {
    max-width: 100%;
    overflow: hidden;
}

.custom-contact-info {
    list-style: none;
    font-size: 16px;
}

.custom-contact-info i {
    color: #ff8e32;
}
.custom-contact-info a {
    color: #181820;
    font-weight: bolder;
}

.special-title-service {
    min-height: 70px;
}

.spc-cat {
    position: -webkit-sticky; /* Safari */
    position: sticky !important;
    top: 0 !important;
}

.news-grids .entry-body {
    min-height: 265px !important;
}

.news-grids .entry-header h3 {
    height: 40px;
    overflow: hidden;
}

.services-pg-section .services-grid-s2 .grid {
    min-height: 320px;
}