/*---------------------
    Footer Starts
-----------------------*/

.footer_section {
    background: #fff;
    padding-bottom: 0;
    border: none;
    border-top: 3px solid #1BD18C;
    width: 100%;
}

.footer_wrapper {
    padding-top: 5em;
    padding-bottom: 1em;
    background: #fff url(../IMAGES/footer_bg.png) no-repeat;
    background-size: 100% 370px !important;
    width: 100%;
    /* background-position: center; */
}

.footer_terms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.footer_wrapper .icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.footer_wrapper .icons img {
    width: 35px;
    transition: .3s ease;
}
.icons .linkedin {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 1.4em;
    background: rgba(29, 193, 120, 1);
    color: #fff;
    text-decoration: none !important;
}

.footer_wrapper .icons a {
    transition: .3s ease;
    text-decoration: none;
}
    .footer_wrapper .icons a:hover {
    transform: translateY(-5px);
}

.footer_terms a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    transition: .3s ease;
}

.footer_terms a:hover {
    font-size: 20px;
    color: #1BD18C;
    transform: translateX(5px);
}

.footer_terms span {
    font-size: 25px;
}

.footer-nav-branding img {
    width: 200px;
}

.footer-widget {
    padding-bottom: 50px;
}

.footer-widget .single-footer-widget {
    margin-bottom: 30px;
}

.footer-widget .single-footer-widget h4 {
    color: #000;
    font-size: 23px;
    margin-bottom: 34px;
    font-weight: 600;
}

.footer-widget .single-footer-widget ul {
    list-style-type: none;
    padding: 0 !important;
}

.footer-widget .single-footer-widget ul li {
    list-style-type: none;
    padding: 0 !important;
}

.footer-widget .single-footer-widget ul li a {
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    color: rgba(97, 93, 93, 1);
    background-image: linear-gradient(90deg, white, white);
    background-size: 0% 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: all 300ms ease;
}

.footer-widget .single-footer-widget ul li a:hover {
    color: #1BD18C !important;
    opacity: 1;
    padding-left: 5px;
    background-size: 100% 1px !important;
    transition: all 300ms ease;
    text-decoration: none;
}

.footer_rule {
    width: 90%;
    border: transparent;
    border-top: 1px solid #1BD18C;
}

.social-links-warp {
    padding: 16px 0;
    justify-content: space-around;
    text-align: center;
}

.social-links p {
    text-align: center;
    font-size: 18px;
    color: #000;
}

.footer-widget-p {
    color: #B0BCC2;
}

@media screen and (max-width: 768px) {
.footer-nav-branding img {
    width: 120px;
}
.footer_terms {
    gap: 15px;
}
.footer_terms a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: .3s ease;
}

.footer_terms a:hover {
    font-size: 16px;
    color: #1BD18C;
    transform: translateX(5px);
}

.footer_terms span {
    font-size: 18px;
}
.footer_wrapper {
    padding-bottom: 0em !important;
}
.footer-widget {
    padding-bottom: 0 !important;
}
.footer-widget .single-footer-widget ul li a {
    display: inline-block;
    font-size: 16px;
    transition: all 300ms ease;
}
.social-links p {
    text-align: center;
    font-size: 13px;
    color: #777;
}
}

@media screen and (max-width: 800px) {
    .footer_rule {
        width: 95% !important;
    }
}

/*---------------------
            Footer Ends
        -----------------------*/