body {
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}
.navbar {
    position: sticky;
    z-index: 4;
    top: 0;
    box-shadow: 0 1px 7px -6px #000000;
}
.nav-link {
    font-weight: 400;
    font-size: 14px;
    color: #252525;
}
.nav-link:hover {
    color: #0085AA;
}
.nav-item .fa-chevron-down {
    transition: transform 0.5s ease;
}
.nav-item:hover .fa-chevron-down {
    transform: rotate(-180deg);
}
.nav-contactus{
    font-weight: 500;
    font-size: 14px;
    color: #252525;
    height: 41px;
    padding: 0px;
}

.nav-product-all-btn{
    width: 45px;
    height: 30px;
    border-radius: 50px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #4D4D4D;
}
.nav-product-communication-btn{
    width: 135px;
    height: 30px;
    border-radius: 50px;
    font-size: 13px;
    color: #4D4D4D;
    background-color: #FFFFFF;
}
.nav-product-collaboration-btn{
    width: 209px;
    height: 30px;
    border-radius: 50px;
    font-size: 13px;
    color: #4D4D4D;
    background-color: #FFFFFF;
}
.nav-product-people-btn{
    width: 249px;
    height: 30px;
    border-radius: 50px;
    font-size: 13px;
    color: #4D4D4D;
    background-color: #FFFFFF;
}

.nav-products-hov-card {
    display: none;
    position: absolute;
    top: 71%;
    width: 950px;
    background: white;
    z-index: 2;
    height: fit-content;
}
.nav-item-product:hover .nav-products-hov-card {
    display: block;
}
.nav-item-services:hover .nav-hov-services-card{
    display: block;
}
.nav-hov-products-card{
    background-color: #FAFAFA;
}
.nav-hov-products-card:hover{
    background-color: #FFFFFF;
}
.nav-hov-products-image{
    width: 40px;
    height: 40px;
}
.nav-hov-product-name{
    font-weight: 500;
    font-size: 13px;
    color: #000000;
}
.nav-hov-product-content{
    font-weight: 400;
    font-size: 10px;
    color: #4D4D4D;
}
.nav-hov-services-card{
    display: none;
    position: absolute;
    top: 1;
    left: 22%;
    width: fit-content;
    height: fit-content;
    background: white;
    z-index: 2;
}
.nav-hov-services-child-card{
    background-color: #FAFAFA;
}
.nav-hov-services-child-card:hover{
    background-color: #FFFFFF;
}
.nav-hov-services-image{
    height: 40px;
    width: 40px;
}
.nav-hov-services-name{
    font-weight: 500;
    font-size: 13px;
    color: #000000;
}
.nav-hov-services-content{
    font-weight: 400;
    font-size: 10px;
    color: #4D4D4D;
}
.nav-services-column-card{
    cursor: pointer;
}
.nav-products-column-card{
    cursor: pointer;
}
.nav-link.reset-color {
  color: #252525;
}
.nav-item.is-open .fa-chevron-down {
  transform: rotate(-180deg);
}
.nav-item.is-close .fa-chevron-down {
  transform: rotate(0deg);
}
@media (max-width: 768.99px) {
    .nav-products-hov-card{
        position: absolute;
        width: 100% !important;
        height: fit-content;
        /* width: 950px; */
        /* height: 250px; */
        transition: 0.3s ease;
        left: 0%;
        top: 100px;
    }

    .nav-hov-services-card{
        left: 0%;
    }

    .nav-item-product:hover .nav-products-hov-card {
        display: none;
    }
.nav-hov-products-image{
    width: 35px;
    height: 35px;
}

}

@media only screen and (width>=769px) and (width<991.99px) {
    .nav-hov-services-card{
      left: 0%;
    }  
    .nav-products-hov-card{
        position: absolute;
        width: 100% !important;
        height: fit-content;
        /* width: 950px; */
        /* height: 250px; */
        transition: 0.3s ease;
        left: 0%;
        top: 100px;
    }

}