.wpo-service-section-s4 .wpo-service-item {
            background-image: url(../image/shape-1.png) !important;
            padding: 50px;
            box-shadow: 0px 0px 20px 0px rgb(20 33 43 / 10%);
            transition: all 0.3s;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            margin-bottom: 30px;
        }

        .wpo-service-section-s4 .wpo-service-item.active,
        .wpo-service-section-s4 .wpo-service-item:hover {
            background-image: url(../image/shape-2.png) !important;
        }

        @media screen and (min-width: 992px) {
            .wpo-site-header #navbar>ul>li>a:before {
                position: absolute;
                left: 0px;
                top: 58px;
                width: 100%;
                height: 4px;
                background: #ec2028;
                content: "";
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s;
                border-radius: 3px;
            }
        }

        @media screen and (min-width: 992px) {
            .wpo-site-header #navbar {
                justify-content: end !important;
            }
        }

        .wpo-service-section-s4 .wpo-service-item {
            background-image: url(../image/shape-1.png) !important;
            padding: 20px;
            height: 310px;
            box-shadow: 0px 0px 20px 0px rgb(20 33 43 / 10%);
            transition: all 0.3s;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            margin-bottom: 30px;
        }
        @media (max-width: 1199px) {
            .wpo-hero-slider .slide-title,
            .static-hero .slide-title,
            .static-hero-s2 .slide-title,
            .static-hero-s3 .slide-title,
            .wpo-hero-slider-s2 .slide-title {
                max-width: -webkit-fill-available;
            }
        }
        .why-align {
            text-align: left !important;
            font-weight: 700;
        }

        .common-img{
          width: 30px !important;
          margin-right:8px;
        }
/*        .common-text:hover img.common-img{
  display:block !important;
}*/