/* navbar section strat */
.navbar {
    display: flex;
    align-items: center;
    background-color: azure;
    width: 100%;
    height: 125px;

}

.navbar .logo {
    width: 55%;
}

.navbar .logo .cpa-logo {
    width: auto;
    height: 85px;
    margin-left: 55px;
}

.navbar .menu-list {
    display: flex;
    padding: 25px;
}

.navbar .menu-list .menu-name {
    padding: 25px;
    font-size: 22px;
    font-weight: 500;
}

.navbar .menu-list .menu-name:hover {
    color: rgb(71, 71, 166);
    transform: scale(1.1);
}

/* navbar section end */

/* navbar section start */
.banner-section {
    background-image: url('../img/navbanner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 55vh;
    
}


/* accounting section start */
.accounting-blog{
    width: 45%;
    margin-right: 55px;
}


.acconting-man .acconting-boy{
   width: auto;
   height: 500px;
}
/* accounting section end */


/* feature section start */

.feature .fe-box {
    width: 100%;
    box-shadow: -1px 3px 4px rgba(0, 0, 0, 0.25);
}

.feature .fe-box .photo {
    width: 100%;
    height: 60px;

}

/* feature section end */