.hero h4{
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
}

h2 {
    text-align: center;
}

.nopaddingt{
    padding-top: 0px;
}

.nopaddingb{
    padding-bottom: 0px;
}

.hero .content .why-box .more-btn {
    background: 
color-mix(in srgb, var(--contrast-color), transparent 80%);
    display: inline-block;
    font-weight: 600;
    background: #fff;
    color: #1977cc;
    padding: 10px 25px;
}

.txtcenter{
    text-align: center;
}

/* About us css */
.about_banner .hero {
    min-height: calc(100vh - 450px);
    padding: 25px 0;
}

.about_banner  .hero .content {
    margin-top: 0px;
}

.services .service-item {
    background-color: var(--surface-color);
    text-align: center;
    border: 1px solid 
color-mix(in srgb, var(--default-color), transparent 85%);
    padding: 60px 20px;
    transition: allease-in-out 0.3s;
    height: 100%;
}

/* Industries */
.industries .section {
    padding-top: 20px;
}

.industries .services .service-item:hover {
    background: none;
    border-color: var(--accent-color);
}

.industries .services .service-item:hover h3, .services .service-item:hover p {
    color: #444444;
}

.industries .service-item {
    padding: 35px 20px;
}

.industries .service-item h5{
    padding: 10px 0px 5px 0px;
}

/* whats app */
.whats_app {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 100px;
    z-index: 88888;
    border-radius: 1555px;
}

.whats_app img {
    width: 75px;
}

.refurnished_laptop img{
    width: 100%;
}



.refurnished_laptop h4{
    padding: 30px 0px 0px 0px;
}

.refurnished_laptop p{
    padding: 0px 10px 0px 10px;
    font-size: 15px;
}

button{
    color: var(--contrast-color);
    background: var(--accent-color);
    border: 0;
    padding: 8px 36px;
    transition: 0.4s;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media only screen and (max-width: 700px) {
    .header .logo img {
        max-height: 40px;
        margin-right: 7px;
      }

      .navmenu li{
        font-size: 14px;
      }

      .sub_menu a{
        font-size: 14px;
        font-weight: 700;
        text-transform: none;
      }

      .hero {
        min-height: calc(75vh - 309px);
        padding: 20px 0;
      }

}