/* Service Style 5 */
.dsvy-service-style-6 .dsvy-service-icon-wrapper,
.dsvy-service-style-6 .designervily-post-item{
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.dsvy-service-style-6 .designervily-post-item {
  position: relative;
}
.dsvy-service-style-6 .dsvy-service-img-wrapper {
  display: none;
}
.dsvy-service-style-6 .dsvy-service-cat h4 {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.dsvy-service-style-6 .dsvy-service-cat h4 a{
  color: var(--dsvy-colza-global-color);
  font-weight: 500;
}
.dsvy-service-style-6 .designervily-box-content{
  text-align: center;
  padding: 45px 28px 40px;
  background-color: #fff;
}
.dsvy-service-style-6:hover .dsvy-featured-wrapper img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.dsvy-service-style-6 .dsvy-service-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 0px 0 10px;
}
.dsvy-service-style-6 .dsvy-service-title a:hover{
	color: var(--dsvy-colza-global-color);
}
.dsvy-service-style-6 .dsvy-service-icon-wrapper {
  font-size: 45px;
  width: 80px;
  height: 80px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 80px;
  color: var(--dsvy-colza-global-color);
  background-color: var(--dsvy-colza-light-bg-color);
}
.dsvy-service-style-6:hover .dsvy-service-icon-wrapper {
  color: #fff;
  background-color: var(--dsvy-colza-blackish-bg-color);
}
.dsvy-service-style-6 .dsvy-service-content p {
  margin-bottom: 20px;
}
.dsvy-element-service-style-6.designervily-element-viewtype-carousel .dsvy-carousel-navs{
  display: none;
}
.dsvy-element-service-style-6.designervily-element-viewtype-carousel .owl-carousel button.owl-dot{
  background-color: var(--dsvy-colza-blackish-bg-color);
}