.w-35 {
    width: 35% !important;
}

.text-justify {
    text-align: justify !important;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cs_color_primary {
    color: #3e4095 !important;
}

.cs_iconbox_subtitle a:hover {
    color: #3e3f95e0 !important;
}

.callbutton {
    position: fixed;
    bottom: 130px;
    z-index: 99;
    left: 30px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse i {
    color: #fff;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #3c3082;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #3c3082;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #3c3082;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

/* WhatsApp Section  */
.whatsapp {
    position: fixed;
    right: 40px;
    bottom: 130px;
    background: transparent;
    z-index: 1001;
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #23c15e;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 #23c15e;
}

.shakebtn {
    animation: shake2 0.5s infinite;
}



.service-banner {
    background: url('../images/bg/man-runner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-banner-1 {
    background: url('../images/bg/bg-01.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-banner-2 {
    background: url('../images/bg/bg-02.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-banner-3 {
    background: url('../images/bg/bg-03.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-banner-4 {
    background: url('../images/bg/bg-04.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-banner-5 {
    background: url('../images/bg/bg-05.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}