.footer-v6 p{
    color: #ccc;
    font-size: 14px;
}
.footer-v6 .footer-v6-social-icons li{
    display: inline-block;
}
 .footer-v6 a{
    font-weight: 400;
    color: inherit;
    color: #ccc;
}

.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 li a:hover,
.footer-v6 ul li a:focus {
    color: #FFCC00;
}
.footer-v6 .footer-v6-social-icons .icon a {
    font-size: 20px;
    display: block;
    text-align: center;
    background-color: #FFCC00;
    border: 1px solid #FFCC00;
    width: 45px;
    height: 45px;
    line-height: 40px;
    padding: 0;
    color: #161835;
}
.footer-v6 .footer-v6-social-icons .icon a:hover {
    background: transparent;
    color: #FFCC00;
}
.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: #FFCC00;
    font-size: 22px;
}

.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;
    color: #FFCC00;
    transition: all ease-in-out 0.3s;
}
.c-footer-link a.has-mail {
    overflow-wrap: break-word;
}
.fr-call-to-action {
    background-color: #23244c;
    color: #fff;
    padding: 25px 35px;
    margin-bottom: 48px;
}

.fr-call-to-action .cta-action {
    text-align: center;
}

.fr-call-to-action .cta-btn {
    text-align: center;

}
.fr-call-to-action .cta-btn a {
    width: auto;
    color: #161835;
    font-weight: bold;
    font-size: 18px;
}
.fr-call-to-action .cta-btn a:hover,
.fr-call-to-action .cta-btn a:focus{
    background:#fff; border-color:#fff; color:#161835;
}
@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;
    }
}