

/* HEADER */


/* FOOTER */
.footer_bottom_holder {
    background-repeat: no-repeat;
    background-size: contain;
    height: 140px;
    background-color: #353e47;
    background-position: bottom;
}
.tristar-icon {
vertical-align: middle;
}

/* MOBILE STYLES */

@media all and (max-width: 1200px){
.footer_bottom_holder {
    height: 90px;
}
}

@media all and (max-width:768px){
.footer_bottom_holder {
    height: 50px;
}
}