.service-bar{
   
    border: 5px solid rgb(224, 61, 66);
    border-radius:15px;
    /*box-shadow: 0px 10px 10px #000;*/
}
.itemz li a{
    text-decoration:none;
    color:black;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    transition: all .5s ease-in-out;
 }

.itemz li{
    padding-top:2%;
   
     list-style: none;
     line-height: 2;
   
}
#menu-services-menu .menu-item a:hover{
    color:#E44044;
    transform: translateY(-5px);
}
#menu-services-menu .menu-item a:hover::after{
    content:"";
    display:block;
    transition: all .6s ease-in-out;
}

.itemz h2{
    
    font-weight:bold;
    font-size: 2rem;
    font-family: arial;
   background:rgb(224, 61, 66);
    color:white;
    padding:10px ;
    text-align:center;
    

}
.ser::hover{
    color:#E44044;
}