/* Service Style 2 */
.dsvy-service-style-2 .dsvy-featured-wrapper img,
.dsvy-service-style-2 .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-2 .dsvy-service-img-wrapper{
  position: relative;
  overflow: hidden; 
}
.dsvy-service-style-2 .designervily-box-content{
  padding-top: 25px;
}
.dsvy-service-style-2:hover .dsvy-featured-wrapper img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.dsvy-service-style-2 .dsvy-service-title {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  margin: 0px;   
}
.dsvy-service-style-2 .dsvy-service-title a{
  color: var(--dsvy-rodiar-blackish-color);
}
.dsvy-service-style-2 .dsvy-service-title a:hover{
    color: var(--dsvy-rodiar-global-color);
}
.dsvy-service-style-2 .dsvy-service-content{
  padding-top: 20px;
}
.dsvy-service-style-2 .dsvy-service-icon-wrapper{
  display: none;
}
.dsvy-service-style-2 .dsvy-service-cat h4 {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.dsvy-service-style-2 .dsvy-service-cat h4:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 30px;
  height: 1px;
  margin-left: 10px;
  background-color:  var(--dsvy-rodiar-global-color);
}
.dsvy-service-style-2 .dsvy-service-cat h4 a{
  color:  var(--dsvy-rodiar-global-color);
}
.dsvy-element-service-style-2.designervily-element-viewtype-carousel .dsvy-carousel-navs {
  position: static;
  left: 36%;
}
.dsvy-element-service-style-2.designervily-element-viewtype-carousel .dsvy-carousel-navs a {
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}
.dsvy-element-service-style-2.designervily-element-viewtype-carousel .dsvy-carousel-navs .dsvy-carousel-next{
  margin-left: 10px;
}
.dsvy-element-service-style-2 .dsvy-tbox-left{
  position: relative;
  padding: 120px 55px 100px 385px;
  background-color: var(--dsvy-rodiar-global-color);
}
.dsvy-element-service-style-2 .dsvy-tbox-right{ 
  padding: 90px 60px 135px 50px;
}
.dsvy-element-service-style-2 .dsvy-tbox-left:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: rgb(157 23 0 / 50%);
  z-index: 0;
}
.dsvy-element-service-style-2 .dsvy-tbox-left:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 335px;
  height: 425px;
  z-index: 1;
}
.dsvy-element-service-style-2 .dsvy-heading-subheading .dsvy-element-subtitle{
  color: var(--dsvy-rodiar-blackish-color)!important;
}
.dsvy-heading-style-2  .dsvy-element-service-style-2 .dsvy-heading-subheading .dsvy-element-subtitle:after{
  background-color: var(--dsvy-rodiar-blackish-color);
}