.service-description.pro h4 {
    background-color: #fff;
}
.dark-bg .service-description p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.android {
    display: flex;
    justify-content: space-between;
}
.androi_d{
    background-image: url(../images/img/and.jpg);
    background-size: 100% 100%;
}
.tex_img img {
    background-color: #fff;
}
.tex_img img:hover{
    transform: scale(90%);
}
.service-description.cet p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.service-description.cet h4{
    margin-bottom: 0;
}
.featured-item.bottom-icon:hover h2.title.category {
    color: #fff;
}
.owl-carousel .owl-stage-outer{
    padding-bottom: 0!important;
}
.p_cata{
    position: relative;
}

.mega_menu{
    position: absolute;
    width: 100%;
    z-index: 900;
    /* bottom: -22px; */
    background-color: #f4f4f4;
    left: 0;
        padding: 17px;
  display: none;
}

li.nav-item.m_menu:hover .mega_menu{display: block;transition: 2s;}
 a.m_menu:hover .mega_menu{
    opacity: 1;
    transition: 1s;
    }
.mega_menu ul li{
    list-style: none;
}
.mega_menu ul li a{
    color: #000;
}
.mega_menu ul li a:hover{color: #c80316ed;    font-weight: 600;}

.owl-carousel .owl-dots{
    bottom: -79px!important;
}
.grey-bg1 {
    background-color: #4e0404;
}