.team-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 70px;
}

.team-item {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 80px;
}

.team-item .item-image {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.team-item .item-image:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(transparent, #be935c);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.team-item:hover .item-image:before {
    height: 85%;
}

.team-item .item-image img {
    width: 100%;
}

.team-item .item-image .social-style-two {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.team-item .team-desc h3 {
    margin-bottom: 12px;
}

.team-item .team-desc p {
    color: var(--primary-color, #be935c);
}

.coreicon{
    margin-top: 0px;
    margin-bottom: 22px;
}
.corehead{
    font-size: 19px;
    margin-bottom: 32px;

}
.corecard{
    padding: 17px 20px;
}
.corebox{
    box-shadow: 0 4px 8px 0 rgb(232, 225, 225), 0 6px 20px 0 rgba(176, 174, 174, 0.912);
    height: 400px;
    
}

.coreness{
    margin-top: 110px;
}

.section-title h2 {
    line-height: 1.17;
    margin-top: 80px;
    font-size: 60px;
}

.mb-80{
    margin-bottom: 80px;
}

.icon-box {
    width: 335px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    color: #f18801;
    transition: all 0.4s;
    text-align: center;
    font-size: 1.25em;
    line-height: 50px;
    margin: 2px 0;
    border: 1px solid transparent;
}
.icon-box.style-s1, .icon-box.style-s2 {
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #F7B405;
    color: #fff;
}


.cont{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.tint{
    height: 100px;
    max-width: 500px;
}

.homeitem{
    margin-top: 100px;
    padding-bottom: 100px;
}

.footerItem{
    font-size: 16px;
    padding: 4px 0px;
}

.footerItem p{
    margin-left: 12px;
}
.prodImg {
    overflow: hidden;
}
  
.prodImg img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
  
.prodImg:hover img {
    transform: scale(1.15);
}

.mobile-logo img{
    height: auto;
    max-width: 230px;
}

.carousel-indicators {
    z-index: 1; /* Set a lower z-index for the carousel indicators */
}

.mobile-navigation {
    z-index: 2; /* Set a higher z-index for the mobile navigation */
    position: relative;
}

.carousel-indicators,
.mobile-navigation {
    transform: none;
    filter: none;
}




@media only screen and (max-width: 1366px) {
    .team-item {
        width: 33%;
    }

}

@media only screen and (max-width: 991px) {
    .team-item {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .team-wrap {
        padding: 0 50px;
    }

    .team-item {
        padding: 0 15px;
    }

}

@media only screen and (max-width: 630px) {
    .team-item {
        width: 100%;
        max-width: 400px;
    }

}
@media only screen and (max-width: 420px) {
    .team-item .team-desc h3 {
        font-size: 25px;
        margin-bottom: 8px;
    }

}


@media only screen and (max-width: 630px){
    .coreiconInnova{
        margin-top: -10px;
    }
}
@media only screen and (max-width: 768px){
    .homeitem{
        margin-top: 30px;
        padding-bottom: 100px;
    }

    .productsPara{
        padding: 0;
    }
}

@media screen and (max-width: 992px) and (min-width: 765px) {
    .widget-body p.desc br {
        display: none;
    }
}
@media screen and (max-width: 390px) and (min-width: 320px) {
    .widget-body p.desc br {
        display: none;
    }
}