
/* Footer */
.ft-font{
    padding: 0.5rem 0rem;
}
.ft-font a, .ft-font a:hover{
    color: white;
    font-size: 14px;
    font-style: normal;
}
.ft-icon{
    padding: 0.5rem 0rem;
}
.ft-icon ul.list-inline li a, .ft-icon ul.list-inline li a:hover{
    padding: 0px 1rem;
    color: #FFFFFF;
    opacity: 0.3;
    mix-blend-mode: normal;
    text-decoration: none;
    outline: none;
    background:none;
}
.ft-desc{
    padding: 0.5rem 0rem;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.3;
}

.icon[class*=" icon-consulate"]{
    color: #2e71f2;
    font-size: 2rem;
}

.flex-footer {
    display: flex;
    text-align: center;
    justify-content: center;
    height: 250px;
}

.footer-navigation {
    display: flex;
    justify-content: flex-start;
    flex-flow: column wrap;
    height: 150px;
}
.footer-navigation div.footer-item {
    width: 33.33%;
}


/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
   
}

/* Medium Devices Bootstrap */
@media (max-width: 767px) {
  
}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    .footer-navigation {
        height: 200px;
    }
    .footer-navigation div.footer-item {
        width: 50%;
    }
}
