@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.main-menu{
    margin-top: 18px;
}

.hx-contact-area .hx-contact-form .project li{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    
}
.hx-counter-grids h2{
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}
.hx-client-item{
    text-align: center;
    width: 500px;
    height: auto;
    margin: 0 auto;
}
.hx-client-item img{
    display: block;
    width: 100%;
    margin-top: -100px;
}
.nav-logo{
  display: block;
  width: 100%;
}

.copy-r{
    font-size: 14px;
    color: #fff;
}
.hx-service-icon img{
    width: 40px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.hx-contact-gd-text span a{
    text-decoration: none;
    text-align: center;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.service-bx{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.service-bx h2{
    font-size: 1.2rem;
    margin-top: 1rem;
    text-align: start;
    font-family: "Poppins", serif !important;
}
.title{
    color: #fff !important;
    padding-bottom: 2rem;
}
/* 
.title::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #122c61;
} */

@media (max-width: 776px){
    .hx-client-item{
        width: unset;
    }
    .col-t{
        padding-top: 10px;
    }
    .nav-logo{
        width: 250px;
    }
    .service-bx{
        align-items: center;
        text-align: center;
    }
    .service-bx h2{
        text-align: center;
    }
}