.sticky .logo img{
    width: 70px;
    position: relative;
    transition: all .3s ease-in-out;
}
.logo img{
    transition: all .3s ease-in-out
}
.top_header {
    background: #2a4f31;
    padding: 9px 0;
    color: white !important;
}
.fixed-top{
    top: 54px;
}
.sticky.fixed-top {
    top: 0px !important;
}

.top_header a {
    color: white;
}
a.social_icon {
    background: #355f3d;
    height: 23px;
    margin: 0;
    width: 23px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 18px;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

a.social_icon:hover {
    background: #ffffff;
    color: #2a4f31;
}
.logo_footer img{
width: 100px;
}


.footer_logo {
    font-size: 15px;
    font-weight: 400;
    color: #838383;
}

ul.footer_links {
    padding-left: 0;
}

ul.footer_links li {
    list-style: none;
    padding: 7px 0;
    transition: all .3s ease-in-out;
    margin-bottom: 3px;
    color: white;
    border-bottom: 3px dashed #355f3d;
    font-size: 16px;
}

ul.footer_links li:hover {
    padding-left: 15px;
}
.social-links {
    font-size: 15px;
    color: #838383;
}

.feature-item {
    padding: 15px 20px;
    background: #ffffff;
    margin-bottom: 10px !important;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
section#call-to-action {
    background: linear-gradient(45deg, #355f3dba, #355f3de0), url(https://img.freepik.com/free-photo/happy-coworkes-shaking-hands-after-business-presentation-office_637285-7048.jpg?t=st=1749550914~exp=1749554514~hmac=3a72c3e…&w=1380);
    padding: 80px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-light {
    border-radius: 30px;
    padding: 10px 30px;
    color: #355f3d;
    font-weight: 400;
}
.call-to-action h3 {
    font-size: 33px;
        font-weight: 800;
}
.card.contact_card {
    border: 1px solid #3f6747;
    border-radius: 20px;
    box-shadow: 0px 5px 0 4px #3f6747;
    padding: 10px 10px;
    transition: all .3s ease-in-out;
    height: 100%;
}

.contact_icon {
    background: linear-gradient(236deg, #2a4f31 50%, #213325 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: white;
    font-size: 28px;
}

.contact_mail {
    font-size: 20px;
    font-weight: 600;
}

.contact_mail a {
    color: #2a4f31;
}
.contact_mail h5 {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.card.contact_card:hover {
    box-shadow: none;
}
.icon_img img {
    width: 65px;
    filter: invert(1);
}

.icon_img {
    height: 100px;
    width: 100px;
    background: #355f3d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.card.opening_card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 3px 4px 0 3px #355f3d;
    border: 1px solid #355f3d;
    padding: 10px;
}

.top_services_content h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

.top_services_content li {
    font-size: 17px;
    margin-bottom: 5px;
    list-style: none;
}

.top_services_content ul {
    padding-left: 0;
}

a.apply_link {
    background: #355f3d;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    margin-top: 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

a.apply_link:hover {
    background: #212121;
}
.pricing .pricing-item {
    padding: 27px;
}

.pricing .pricing-item img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog_content h4 {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    color: #355f3d;
}

.pricing .pricing-item p {
    font-size: 17px;
}

.blog_content a.btn.btn-primary {
    background: #355f3d;
    border: 0;
    border-radius: 24px;
    padding: 10px 30px;
}