.header-main {
    justify-content: space-around;
}
.banner-content-4 {
    margin-top:100px;
}
.banner-title-4 {
    font-size: 62px;
    color: var(--clr-theme-primary);
}
.about-content-box > p {
    margin-bottom:10px;
}
.what-we-do-item {
    background-color: #fff;
}
.trat-femmas {
    font-size:14px;
    font-weight: bold;
    color: var(--clr-theme-secondary);
    margin-bottom: 15px!important;
}
.service-content {
    padding: 40px 30px 40px;
}
.footer-grid {
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer-copyright-area {
    padding: 15px 0;
}

.whats {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10000;
    animation: bounce 2s infinite;
}
.whats a {
    background-color: #00bf49;
    color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    display: block;
}
.whats .balloon {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 10;
    width: 160px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 30px;
    font-size: 15px;
}
.whats .balloon:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -5px;
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #333;
    transform: rotate(46deg);
}
.whats a:hover {
    background-color: #13d45d;
}
@media (min-width: 992px) {
    .mean__menu-wrapper {
        margin-left:50px;
    }
}