.header-menu ul>li>a {
    position: relative;
}
.header-menu ul>li.current-menu-item>a:after,
.header-menu ul>li.current-menu-item>a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    margin:0 auto;
    width:8px;
    height:8px;
    border-radius: 100px;
    background:#8943C0 !important;
}


.page-title {
    display: none;
}
.gallery-box img.swiper-slide-image {
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.case-studies-slider .elementor-image-carousel-wrapper.swiper {
    width: 100% !important;
}
.case-studies-slider .elementor-swiper-button {
    background: rgb(137 67 192 / 20%);
    width: 55px !important;
    height: 55px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.case-studies-slider .elementor-swiper-button:hover{
    background: rgb(137 67 192 / 100%);
}
.case-studies-slider .elementor-swiper-button svg {
    fill: #8943C0 !important;
}
.case-studies-slider .elementor-swiper-button:hover svg{
    fill: #fff !important;
}

.product-tab .e-n-tabs-heading {
    gap: 0px;
}
.product-tab div#desc_tab {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-tab div#desc_tab p{
    color:#2a0b3a;
    font-size: 16px;
    line-height: 26px;
}
.product-tab button.e-n-tab-title[aria-selected="true"]{
    position: relative;
    overflow: hidden;
}
.product-tab button.e-n-tab-title[aria-selected="true"]:before{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    height:8px;
    background:#5C4B65;
    z-index: 1;
}
.product-tab button.e-n-tab-title[aria-selected="true"]:after{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width:50%;
    height:8px;
    background-image: linear-gradient(90deg, rgba(255,168,0,1) 0%, rgba(216,59,208,1) 19%, rgba(0,180,165,1) 78%, rgba(0,158,255,1) 100%);
    z-index: 2;
}
.product-tab button.e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg rect {
    fill: #41115A;
}
.product-tab button.e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg path{
    fill: #fff;
}
.tab_content_area .tab-button {
    width: 100%;
    max-width: 450px !important;
    margin-left: 0;
}
.tab_content_area .tab-button .elementor-button {
    width: 100% !important;
}

.gallery-block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  miin-height:350px;
  overflow: hidden;  
}
.gallery-item {
  padding-bottom: 2em;
}
#gallery-slider-fade1,#gallery-slider-fade2{
    opacity: 0.3;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, rgba(255,168,0,1) 0%, rgba(216,59,208,1) 19%, rgba(0,180,165,1) 78%, rgba(0,158,255,1) 100%);
}

.slick-slide.testimonial-item {
    padding: 40px;
    background: #fff !important;
    border-radius: 50px;
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    margin-bottom: 0px !important;
}
.testimonial-image {
    min-width: 100px;
}
.testimonial-image img.thumbnail_img {
    width: 95px !important;
    height: 95px !important;
    object-fit: contain;
}
.testimonial-image img.quote_img {
    width: 80px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}
.testimonial-image img.layer_img {
    margin: 10px auto 0px;
    width: 31px;
    transform: rotate(345deg);
    position: relative;
    left: 20px;
}
.content_right {
    padding-top: 20px;
}
.testimonial-content{
    font-size: 18px;
    line-height: 28px;
    color: #2A0B3A;
    font-weight: 500;
    font-family: 'Gellix' !important;
    margin-bottom: 20px;
}
.testimonial-author, .testimonial-designation {
    line-height: normal;
    font-weight: 500;
    font-family: 'Gellix' !important;
    font-size: 14px;
    margin-bottom: 3px;
}
.testimonial-author{
    color: #8943C0;
}
.testimonial-designation {
    color: #8943c04f;
}
.testimonials-list .slick-arrow {
    background: rgb(137 67 192 / 20%) !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.testimonials-list .slick-arrow:hover{
    background: #2a0b3a !important;
}
.testimonials-list .slick-arrow:hover img{
    filter: brightness(0) invert(1);
}
.testimonials-list .slick-arrow:before{
    display: none;
}



@media(min-width:768px){
.case-studies-slider .elementor-swiper-button {
    position: absolute !important;
    right: 2% !important;
    left: initial !important;
    top: -80px !important;
    background: rgb(137 67 192 / 20%);
    width: 55px !important;
    height: 55px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.case-studies-slider .elementor-swiper-button:hover{
    background: rgb(137 67 192 / 100%);
}
.case-studies-slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 7% !important;
}
.testimonials-list .slick-arrow {
    position: absolute !important;
    right: 7% !important;
    left: initial !important;
    top: initial;
    bottom: 30px !important;
    transform: initial !important;
}
.testimonials-list .slick-arrow.slick-prev {
    right: 17% !important;
}
}


@media(max-width:767px){
.gallery-box img.swiper-slide-image {
    height: 80px;
    width: 80px;
}
.slick-slide.testimonial-item {
    margin: 0px !important;
    flex-direction: column;
    padding: 30px;
}
.testimonial-image img.layer_img {
    display: none;
}
.testimonial-image img.quote_img {
    width: 50px;
    height: 50px;
}
.testimonial-image img.thumbnail_img {
    width: 75px !important;
    height: 75px !important;
}
.testimonial-content {
    font-size: 16px;
    line-height: 26px;
}
.content_right {
    padding-top: 0px;
}
.product-tab button.e-n-tab-title {
    width: 100% !important;
}
.testimonials-list .slick-arrow,
.case-studies-slider .elementor-swiper-button {
    width: 30px !important;
    height: 30px !important;
    z-index: 2;
}
.testimonials-list .slick-arrow.slick-prev {
    left: -11px !important;
}
.testimonials-list .slick-arrow.slick-next{
    right: -11px !important;
}.header-menu ul>li.current-menu-item>a:after, .header-menu ul>li.current-menu-item>a:hover:after{
    display: none;
}
}

