.bg-blue {background: blue !important;}
.bg-yellow {background: yellow !important;}
.bg-red {background: red !important;}

.bg1 {background-color: #ECF6FA !important;}
.bg2 {background-color: #FEF6E6 !important;}
.bg3 {background-color: #ECF6FA !important;}


.manoj-photo img {
    width: 100%;
    transition: 500ms all ease;
    /* border: 2px solid #0000ff; */
    box-shadow: 0px 0px 20px -5px rgb(36 37 2 / 53%);
    margin-bottom: 30px;
}
.width100 {
    width: 100% !important;
}

.as_heading {
    padding: 10px 0 10px 0;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    color: #940100;
    font-family: Poppins;
}

.as_service_detail_inner ul li {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}

.as_service_detail_inner {
    padding: 50px 0;
}





.about-ser {
    background: #E0E0E0;
}
.about-ser.services .icon-box {
    border-radius: 0px !important;
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
}
.about-ser.services .icon-box.bg1 {
    background: #004AAD !important;
}
.about-ser.services .icon-box.bg2 {
    background: #FF3131 !important;
}
.about-ser.services .icon-box img {
    padding: 10px !important;
}
.about-ser.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 17px;
    color: #ffffff;
    margin-top: 0px !important;
    text-align: center;
}
.about-ser {
    .row > * {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}