

/*04-09-2024 Product agllery css*/

.tekpak_gallery {

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.tekpak_gallery .imgBox {

    width: 100%;

    height: 100%;

    display: block;

    cursor: pointer;

}



.tekpak_gallery .imgBox.slick-current {

    border-bottom: 2px solid #004b91;

}



.e-tooltip-close.btnClose {

    text-align: right;

    padding: 10px;

    font-size: 22px;

    font-weight: 500;

    cursor: pointer;

    display: inline-block;

    width: 100%;

}

.animated .image-wrap {
    transform: rotate(-180deg);
    transform-origin: center;
    animation: mymove 5s forwards;
}
.svg-path-wrap .svg-path {
    opacity: 0;
}
.animated .svg-icon {
    opacity: 0;
    transform-origin: center;
    animation: topIcon 3s forwards 5s;
}
.animated .svg-text {
    opacity: 0;
    transform-origin: center;
    animation: topIcon 3s forwards 6s;
}

.svg-path-wrap:hover .svg-path, .svg-path-wrap.has-active .svg-path {
    opacity: 1;
}

@keyframes mymove {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes top {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes topIcon {
  from {
    transform: translateY(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

.dactive:before {
    content: "Hover on each team member quadrant to learn more";
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    animation: showIn 0.3s ease forwards; /* Apply animation */
    animation-delay: 8s; /* 1-second delay before starting the animation */
}

@keyframes showIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

#ContentTab .elementor-icon-list-item a {
    display: none !important;
}
#ContentTab .elementor-icon-list-item a.active {
    display: block !important;
}

#ContentTab .elementor-widget-container {
    margin: 0;
}
#ContentTab {
    width: 30%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    height: max-content;
    display: flex;
    align-items: center;
    vertical-align: middle;
    animation: showIn 0.3s ease forwards; /* Apply animation */
    animation-delay: 8s; /* 1-second delay before starting the animation */
}
#ContentTab ul.elementor-icon-list-items {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

#ContentTab .elementor-icon-list-item a.active span {
    opacity: 0;
    font-size: 16px;
    line-height: 20px;
    animation: top 3s forwards;
}

.homesliderTop .swiper-slide-bg{
    background-position: top center;
}