/* white you custom css code here. only css code will work */

.single-service-item .service-text {
    background-color: #065596;
}

/* make the sub navigation list to appear from left side because on the about us tab the content was out of the page */
 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children  .sub-menu .menu-item-has-children > .sub-menu {
     right: 100% !important; 
  left:auto;
    top: 20px;
}