#footer-credit {
    padding: 1.856515373352855vw 0vw 1.856515373352855vw 0vw;
}

#footer-credit .col-20{
    width:20%;
}

#footer-credit img {
    width: 80px;
}

#footer-credit .f-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
}

#footer-credit .f-tagline {
    font-weight: 600;
    line-height: 1em;
    margin-top: -11px;
}

@media (max-width: 668px) {
    #footer-credit .col-20{
         width:33.33%;
    }
}

.footerpart {
    padding: 4.392386530014641vw 0vw;
}
#footerpart {
    background: #5fa248d4 !important;
}

#footerpart h5 {
    padding-bottom: 0.43923865300146414vw;
    margin-bottom: 1.4641288433382138vw;
    color: #ffffff;
    font-weight: 500;
}

#footerpart a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footerpart ul.social li {
    padding: 0.21961932650073207vw 0;
}

#footerpart ul.social li a i {
    margin-right: 0.36603221083455345vw;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footerpart ul.social li:hover a i {
    font-size: 30px;
    margin-top: -0.7320644216691069vw;
}

#footerpart ul.social li a:hover {
    color: #eeeeee;
}

#footerpart ul.quick-links li {
    padding: 0.21961932650073207vw 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footerpart ul.quick-links li:hover {
    padding: 0.21961932650073207vw 0;
    margin-left: 0.36603221083455345vw;
}

#footerpart ul.quick-links li a i {
    margin-right: 0.36603221083455345vw;
}

#footerpart .borderfooter {
    border-left: 1px solid aliceblue!important;
}

@media (max-width: 568px) {
    #footerpart .borderfooter {
        border: 0px;
        border-bottom: 1px solid aliceblue!important;
    }
}

@media (max-width: 767px) {
    #footerpart h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0vw;
        margin-bottom: 0.7320644216691069vw;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
footer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #739f65 !important;
    border-top: 1px solid currentColor;
}

footer p {
    text-align: center;
    margin: 1.4641288433382138vw 0vw;
    color: #fff;
}

footer p a {
    color: #fff !important;
    transition: all .5s;
    /* text-decoration: underline !important; */
    border-bottom: 0.5px solid white;
}
footer a:hover{
    color: rgb(224, 224, 224) !important;
    /* text-decoration: underline !important; */
}