.why-teem-succeded-img-slider .owl-stage{
    display: flex;
    margin: 0 auto;
}

.why-teem-succeded-img-slider .owl-dots{
    display: flex;
    justify-content: center;
    column-gap: 13px;
}

.why-teem-succeded-img-slider .owl-dot{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    opacity: 0.5;
    border: 1px solid var(--color-blue-dark) !important;
    transition: .3s all linear;
    margin-top: 20px;
}

.why-teem-succeded-img-slider .owl-dots button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-teem-succeded-img-slider .owl-dots button span{
    height: 6px;
    width: 6px;
    display: block;
    background: var(--color-blue-dark);
    border-radius: 50%;
    opacity: .7;
    transition: .3s all linear;
}

.why-teem-succeded-img-slider .owl-dot.active{
    border-color: var(--color-blue-dark) !important;
    opacity: 1;
}

.why-teem-succeded-img-slider .owl-dot.active span{
    opacity: 1;
}

.char {
  display: inline-block;
}

.font-bebasneuepro{
    display: block !important;
    
}

.faq-question{
    gap:12px;
}

.clientwins-template-client-wins-details p{
    color: var(--color-gray-dark);
}

.clientwins-template-client-wins-details ul li strong{
 line-height: normal;
}

.main-conainer{
    margin-top: 0px;
}
.menu-item-has-children{
    padding-right: 20px;
}

.menu-item-has-children:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    transform: rotate(135deg);
    top: 20%;
    right: 0px;
    cursor: pointer;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
   transform: scale(1.03);
  }
}
.highlight-menu a {
  display: inline-block;
  background-image:linear-gradient(270deg, #025BB2 2.35%, #017DF7 100%);
  background-size: 200% auto;
  background-position: 0% 50%;
  animation:blink 1s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.page-template-white-label .growth-system-section{
    display: none;
}


@media screen and (max-width: 479px) {  
    .feature-card {
        min-height: 100px;
        padding: 15px;
    }
}