.footer-v6,
.footer-v6 p {
    color: #fff;
}
.footer-v6 .footer-v6-social-icons li{
    display: inline-block;
}
 .footer-v6 a{
    font-weight: 400;
    color: #fff;
}
 .footer-v6 a:hover {
    color: #8EC497;
 }
.footer-v6 h4 {
    color: #fff;
}

.footer-v6  .footer-v6-contact-detail:not(:last-child) {
  margin-bottom: 20px;
}

.footer-v6 li{
    list-style: none;   
}
.footer-v6 ul li a {
    display: block;
    padding: 6px 0;
    transition: all ease-in-out 0.35s;
}
.footer-v6 ul.footer-v6-list li a:hover {
    color: #F79D4D;
}
.footer-v6 .footer-v6-social-icons .icon a {
    font-size: 22px;
    display: block;
    text-align: center;
    background-color: #8EC497;
    width: 45px;
    height: 45px;
    line-height: 40px;
    transition: all ease-in-out 0.7s;
    padding: 0;
}
.footer-v6 .footer-v6-social-icons .icon:hover a {
    background-color: #F79D4D;
    color: #fff;
    transition: all ease-in-out 0.7s;
}
.footer-v6 .footer-v6-social-icons li:not(:last-child){
  margin-right: 4px;
}
.footer-v6 ul{
    padding:0px
}
.footer-v6  i{
    vertical-align: middle;
}
.footer-v6 .footer-v6-lower{
    background: #414141;
    padding: 20px; 
    color: #fff;
}

.footer-v6 .footer-logo img {
    max-width: 250px;
}
.map-iframe {
    height: 350px;
}


.footer-v6-contact-detail span {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.footer-v6 ul li a .link-icon i {
    display: inline-block;
    font-size: 12px;
}

.footer-v6 .has-pad-ani ul li a:hover {
    padding-left: 7px;
    transition: all ease-in-out 0.s;
}

.c-footer-icon {
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    vertical-align: top;
}


.c-footer-icon i {
    color: #8EC497;
    font-size: 22px;
    transition: all ease-in-out 0.3s;

}
.footer-v6-contact-detail:hover .c-footer-icon i, .footer-v6-contact-detail:hover a  {
    color: #F79D4D;
    transition: all ease-in-out 0.3s;

}

.c-footer-link {
    display: inline-block;
    width: calc(100% - 55px);
}

.c-footer-link a {
    display: block;
    transition: all ease-in-out 0.3s;
}
.c-footer-link a:hover {
    padding-left: 5px;
    transition: all ease-in-out 0.3s;
}
.c-footer-link a.has-mail {
    overflow-wrap: break-word;
}

.footer-v6-social-icons i {
    color: #efe7da;
    transition: all ease-in-out 0.3s;
}

.fr-call-to-action {
    background-color: #F79D4D;
    color: #000;
    padding: 25px 35px;
    margin-bottom: 48px;
}

.fr-call-to-action .cta-action {
    text-align: center;
}
.fr-call-to-action .cta-action p {
    color: #000;
}

.fr-call-to-action .cta-btn {
    text-align: center;

}


.fr-call-to-action .cta-btn .btn-secondary {
    color: #fff;
}
.fr-call-to-action .cta-btn .btn-secondary:hover,
.fr-call-to-action .cta-btn .btn-secondary:focus {
    background: transparent;
    color: #0A3611;
    border-color: #0A3611;
}
@media only screen and (min-width: 992px) {
    .fr-call-to-action .cta-btn {
        text-align: end;
    }
    .fr-call-to-action .cta-action {
        text-align: left;
    }
}