.hero__slider{
    top:100px;
    bottom: inherit;
}


.single__box .icon .front-icon, .single__box .icon .back-icon {
    width: 140px;
    height: 68px;
}
.services__icon img{
    width: 50px;
    height: 50px;
}
.counter__section__wrapper{
    margin-top: -5px;
    padding-top: 149px;
    padding-bottom: 121px;
    margin-bottom: 50px;
}
.case__slider__one{
    margin: 50px 30px;
}
.footer__widget .footer_logo
{
    width: 161px;
}
.widget__title{
    font-family: inherit;
    font-size:21px;
}
.footer__widget .widget__query, .footer__widget .fot-list li a{
   font-size: 17px;
}

.copyright__text p, .footer__menu li a {
    font-size: 15px;
}
.footer__contact__one img{
    width: 30px;
}
.footer__widget .footer__contact__one {
    border-top: 1px solid #e8112b;
    padding-top: 35px;
}
.footer__widget .social_media{
    margin-top:40px;
}
.language-container ul{
    padding: 0;
    margin: 0;
    min-width: 73px;
}
.language-container ul li{
    list-style-type: none;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
}
.language-container ul li a img{
    width: 24px;
    transition: all 0.3s;
}
.language-container ul li a:hover img{

    filter: brightness(1.9);
}
.language_content{
    position: absolute !important;
    right: 0px;
    margin-right: 0 !important;
}
.header-info-box .text-content{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-info-box .text-content h6{
    margin: 0;
}
.header-info > li::before{
    display: none;
}
.about__img__wrapper__four .main__img__5d
{
    box-shadow: -8px 15px 11px 0px rgb(0 0 0 / 26%); 
}
.footer-bg-one::before{
  opacity: 1;
}
.product-item{
    padding: 75px 30px;
    border-bottom: 1px solid #e8e8e8;
    max-width: 1350px;
    margin: auto;
    gap:20px;
    box-sizing: border-box;
}
.product-item-image{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 25px;
    border-radius: 15px;
    background-color: #fafafa;
    width: calc(25% - 15px);

}
.product-item-image img{
    /* height: 333px; */
    max-width: 100%;

}
.product-item-image h2{
    margin:15px 0;
    font-size: 27px;
}
.product-item-text{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.product-item-text a{
    cursor: pointer;
    margin-top: 30px;
    padding: 14px 33px;
    border-radius: 27px;
}
.product-item-text span{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-item-text i{

    font-size: 23px;

}
.theme-menu-one .header-info{
    justify-content: flex-end !important;
}
.header-info > li{
    margin-right: 0;
}
.single__info__box{
    padding: 33px;
   

}
.footer-bg-one{
    padding-top: 50px;
}
.theme__main__banner .swiper-slide, .theme__main__banner .swiper-slide img{
    width: 100% !important;
}
.product-style-2 .product-item-image{
    width:100%;
    flex-direction : inherit;
    justify-content: space-between;
}
.p2-image{
    width: 40% ;
}
.p2-text{
    width:50%;
}
@media screen and (max-width: 992px){
    .product-item{
        max-width: 100%;
    }
    .product-item-image{
        width: calc(50% - 15px);
    }
    .product-style-2 .product-item-image{
    width:100%;
    flex-direction : column;
}
.p2-image{
    width: 100% ;
}
.p2-text{
    width:100%;
}

}
@media screen and (min-width: 1201px) and (max-width:1500px){
    .hero__slider{
        max-width:777px;
    }
}
@media screen and (max-width: 768px){
    .product-item-image img{
        height: auto;
        max-width: 100%;
        margin-bottom: 39px;
    }
    .product-item-image{
        width: 100%;
    }
    .footer__widget{
        margin-bottom: 5px !important;
        text-align: center;
    }
    .footer__widget .footer__contact__one{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .footer__widget .social_media{
        margin-top:10px;
    }
    .footer__contact__one .icon{
        margin-bottom: 5px !important;
    }
    .counter__box .counter__number {
        font-size: 64px;
    }
    .counter__section__wrapper {
        margin-top: 15px;
        padding-top: 49px;
        padding-bottom: 50px;
        margin-bottom: 0;
    }
}


.wp-icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    align-items: center;
    color: #fff;
    background-color: #25D366;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 100;
    font-size: 24px;
    text-align: center;
    padding: 3px;
    line-height: 45px;
    -webkit-box-shadow: 1px 1px 17px 0px rgb(0 0 0 / 32%);
    -moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.32);
    box-shadow: 1px 1px 17px 0px rgb(0 0 0 / 32%);
}

.wp-icon:visited{color:white;}

.wp-pulse:before,
.wp-pulse:after
{
    content: '';
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #58ea00;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}

.wp-pulse:after {
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {

        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }

}

.catalog_download{
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 103px;
    z-index: 100;
    position: fixed;
    background: #e8112b;
    color: #fff;
    padding: 15px 30px 15px 15px;
    font-size: 16px;
    gap: 10px;
    border-radius: 29px 0px 0px 0;
    box-shadow: 3px 6px 8px 0px #00000047;
}
.catalog_download:hover{
    background: #000000;
    color:#fff;
}
.catalog_download i{
    font-size: 27px;
} 
.has-submenu::before{
    content: "\F282";
    font-family: "bootstrap-icons";
    font-weight: 700;
    position: absolute;
    font-size: 13px;
    right: -16px;
    top: 21px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}