.header__logo img {
    width: 76px;
}
.portfolio-area .swiper-material-wrapper {
    border-radius: 20px !important;
    padding: 1px;
}
.demo-material-label {
    background: linear-gradient(0deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 0%) 100%);
}

/*====== Hover Image Animation 1 ======*/
.shine-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    pointer-events: none; 
}

.shine-image:hover::before {
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
/*====== End Hover Image Animation 1 ======*/


/*====== Hover Image Animation 2 ======*/
.shine-image2 {
    position: relative;
    display: inline-block;
    overflow: hidden; 
}

.shine-image2 img {
    display: block;
    transition: transform 0.75s ease; 
}

.shine-image2:hover img {
    transform: scale(1.1); 
}

/* Circle Animation */
.shine-image2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}
.shine-image2:hover::before {
    animation: circle 0.75s ease-out;
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/*====== End Hover Image Animation 2 ======*/

.about-us {
    text-align: center;
}
.about-us h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
.about-us .section-content {
    max-width: 970px;
    margin: 0px auto;
}
.about-us .section-content .title-wrapper {
    margin-bottom: 40px;
}
.video-wrapper .thumb.p-relative {
    width: 100%;
}
.video-wrapper {
    width: 100%;
}
.video-wrapper .thumb.p-relative img {
    width: 100%;
}
.about-us p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}
.hero-area .area-bg {
    background: #f3f3f3;
}
.wc-btn-group.center {
    margin: 0px auto;
}
.about-us .wc-btn-group.center {
    padding-top: 20px;
}
.shape1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 200px;
}
.shape2 {
    position: absolute;
    top: 13%;
    right: -109px;
    transform: rotate(45deg);
    max-width: 215px;
}
.mfp-wrap {
    z-index: 99999;
}
.category-section .work-box h3.title {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    padding: 9px 20px;
    border-radius: 0px 20px 0px 19px;
    color: #000;
}
.category-section .work-box {
    position: relative;
}
.category-section .work-box .content {
    margin-top: 0px;
}
.category-section .work-box .thumb {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.category-section .work-box {
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-box {
    padding: 37px 15px 36px;
    text-align: center;
}
.service-box .icon {
    margin-top: 0px;
    background: #990000;
    border-radius: 20px;
    width: 100px;
    margin: 25px auto;
}
.service-box {
    border: 1px solid;
}
.service-box .text {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}
.figures-worldwide h2.section-title {
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.service-box .number {
    font-size: 18px;
    color: var(--white);
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    margin: 0px auto;
    color: #9d0808;
    object-fit: contain;
    justify-content: center;
    border-radius: 50%;
    line-height: 40px;
    padding: 0;
}
section.work-area.section-style.section-item.why-globerix {
    background-color: #d9dced;
}
section.work-area.section-style.section-item.why-globerix h2.section-title {
    max-width: 100%;
}
.why-globerix .title-wrapper {
    text-align: center;
}
.why-globerix .work-box.shine-image2 {
    background: #fff;
    padding: 0px 0px 25px 0px;
    border-radius: 24px;
}
.why-globerix .work-box .thumb {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
.why-globerix .work-box.shine-image2 h3.title {
    font-size: 19px;
}
.why-globerix .work-box.shine-image2 p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.why-globerix .content {
    text-align: center;
    padding: 0px 15px;
}
.main-menu li a {
    white-space: nowrap;
}
.why-globerix  .shap1 {
    width: 100%;
    background: #990000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 8px;
}
.why-globerix .shap1:after {
    content: " ";
    width: 100%;
    background: #052d4a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 6px;
}
.why-globerix p.environmental {
    text-align: center;
    max-width: 699px;
    margin: 30px auto 20px;
}
.footer-area p {
    color: var(--white-2);
    font-size: 14px;
    margin-top: 15px;
}
.footer-widget-wrapper.location {
    grid-column: span 2;
}
.applications {
    background: #fff;
}
.applications .portfolio-area-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
.applications {
    background: #fff;
}
.applications .portfolio-area-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}
.applications .title-wrapper {
    text-align: center;
}
.applications .title-wrapper p {
    font-size: 16px;
    max-width: 900px;
    margin: 15px auto 0px;
}
.applications .title-wrapper {
    padding-top: 80px;
}
.applications  .portfolio-area-inner {
    padding-top: 0px;
    padding-bottom: 150px;
    height: 100vh;
}
.applications .swiper-carousel .slide-content {
    background: linear-gradient(0deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 0%) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.applications .swiper-carousel .slide-content a {
    color: #fff;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 26px;
    background: #9900006e;
}
.applications .swiper-slide.swiper-slide-visible.swiper-slide-active .swiper-carousel-animate-opacity {
    border-radius: 20px !important;
}
.applications .swiper-slide.swiper-slide-visible.swiper-slide-active .swiper-carousel-animate-opacity img {
    border: 10px solid #ffffff;
    border-radius: 20px !important;
}
.applications  .swiper-slide {
    border-radius: 20px !important;
}
header.header-area {
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .demo-material-label {
        padding: 25px 15px;
        white-space: normal;
    }
    .demo-material-label {
        .title {
            font-size: 26px;
        }
        .tag {
            font-size: 14px;
            line-height: 1.5;
            margin-top: 10px;
        }
    }
    .swiper-material {
        height: calc(60vh - 200px);
    }
    .portfolio-area-inner {
        height: 60vh;
    }
    .applications .portfolio-area-inner {
        height: 60vh;
        padding-bottom: 100px;
    }
    .applications .title-wrapper {
        padding-top: 50px;
    }
  }


.testimonial-item .publisher img.show-light {
    width: 45px;
}