
.qodef-qi-section-title .qodef-e-colored{
       position: relative;
       display: inline-block;
   }
.qodef-qi-section-title .qodef-e-colored::after{
    position: absolute;
    content: "";
    background-image: url(../../images/title-pattern-new.png);
    background-position: bottom center;
    width: 100%;
    background-size: cover;
    height: 40%;
    display: block;
    background-repeat: no-repeat;
    left: 0;
    bottom: -3px;
    z-index: -1;
    opacity: 1;
    animation: 0.5s down-leave ease-in;
}

.qodef-qi-team-member .qodef-m-title:hover{
  color: var(--color-theme-primary) !important;
  transition: 0.5s all ease-in;
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner{
  background-color: transparent;
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner{
  background-color: transparent;
}

.qodef-qi-section-title .qodef-m-subtitle{
  position: relative;
  display: inline-block;
}
.qodef-qi-section-title .qodef-m-subtitle::before{
  content: "";
  position: absolute;
  background-image: url("../../images/subtitle-pattern.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -10px;
}
.qodef-qi-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-inner-title::after{
  position: absolute;
  content: "";
  background-image: url(../../images/title-pattern-new.png);
  background-position: bottom center;
  width: 100%;
  background-size: cover;
  height: 40%;
  display: block;
  text-decoration: none;
  background-color: transparent;
  background-repeat: no-repeat;
  left: 0;
  bottom: -3px;
  z-index: -1;
  opacity: 1;
  transition: width 0.3s ease;
} 
.qodef-qi-interactive-link-showcase .qodef-m-item .qodef-e-inner-title::after{
  height: auto;
  width: auto;
  background-color: transparent;
  /* transition: all 0.3s ease; */

}
.qodef-addons-blog-slider .qodef-e-media-image img ,.qodef-addons-blog-list .qodef-e-media-image img{
 
  border-radius: var(--border-radius-bottom);
}

.rotate {
  transform: rotate(270deg);
}

.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper{
  font-family: var(--highlight-font-family);
}

.qodef-qi-text-marquee .qodef-m-text-item{
  font-family: var(--highlight-font-family);
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title{
  font-family: var(--highlight-font-family);
}
.qodef-qi-text-marquee .qodef-m-text .qodef-m-text-item{
  position: relative;m
}
.qodef-qi-text-marquee .qodef-m-text .qodef-m-text-item::before{
  content: "";
  width: 43px;
  height: 43px;
  line-height: 43px;
  background-size: cover;
  background-image: url(../../images/star-icon.svg);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;

}