.widget.c-categories.c-categories-template-2 .widget-item-picture {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.c-categories.c-categories-template-2 .widget-item-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.widget.c-categories.c-categories-template-2 .widget-item-description {
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
  max-height: 84px;
  overflow: hidden;
}
.widget.c-categories.c-categories-template-2 .widget-content{
  position: relative;
}
.service_tabs{
  display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
    background: #193eabc2;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2% 0 2% 0;
}
.service_tab{
  width: 100%;
    max-width: 25%;
    padding: 10px 25px;
    color: #fff;
}
.service_tab a{
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  line-height: 24px;
}
.service_tab a:hover{
  color: #fff;
}
.service_tab_img{
  display: none;
  height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #333;
  width: 100%;
}
ul.tabs a {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 31px;
  line-height: 31px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #666;
  color: #ccc;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
ul.tabs a:hover {
  background-color: #ccc;
  color: #333;
}
ul.tabs a.active {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  display: block;
}
ul.tabs a:last-child {
  border-right: 1px solid #333;
}

.tab_container {
  border: 1px solid #333;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}
.tab_container .tab_content {
  padding: 20px;
  display: none;
}




@media all and (max-width: 768px) {
  .widget.c-categories.c-categories-template-2 .widget-item-picture {
    width: 80px;
    height: 80px;
  }
  .service_tab{
    max-width: 33%%;
  }
}
@media all and (max-width: 500px) {
  .service_tabs{
    height: 100%;
  }
  .service_tab{
    max-width: 50%;
  }
}



/*# sourceMappingURL=style.css.map */
