.logo{
    width: 178px;
}
.footer__logo{
    width: 100%;
}
.footer__widget.footer__about .social-links .list-wrap a{
    background-color: #35b996;
    color: #1b4b47;
}
.btn-two{
    background: #35b996;
    border: 1px solid #35b996;
}
.btn{
    background: #35b996;
    text-transform: none;
}
.footer__area-one.footer__area-two .footer__copyright {
    background: #2d5d57;
}
.footer__copyright a {
    color: #35b996;
}
.footer__copyright a:hover {
    color: #9ad093;
}
.footer__newsletter-form .btn {
    background: #35b996;
}
.portfolio-area-2 {
    background-color: #1b4b47;
}
.time-management {
    background: #1b4b47;
}
.time-management .sub-title{
    color: #9ad093;
}
.payroll-management {
    background: #f0f7ee;
}
.payroll-management .sub-title{
    color: #9ad093;
}
.widget-title {
    text-transform: none;
}
.check-icon {
    color: var(--tg-theme-primary);
}
.cross-icon {
    color: rgb(201, 6, 6);
}
.pricing1-card .card-bottom .pricing-includes li {
    align-items: baseline !important;
}
.team_member{
    border-radius: 50%;
        position: relative;
        width: 190px;
        height: 190px;
        margin: auto;
        margin-bottom: 40px;
        border-width: 18px;
        border-style: solid;
        border-color: #1b4b47;
}
@media (max-width: 500px) {
    .iframe{
        width: 100% !important;
        height: 1000px !important;
    }
}
