


@media (min-width: 769px) {
.UIFooter .container {
    width: 1170px;
    margin:0 auto;
}
.UIFooter .footer .container .row .col .logo img {
    max-width: 100%;
    height: auto;
}
.UIFooter .footer .container .row .col {
    display: inline-flex;
}
.col.col1 {
    width: 55%;
}

.col.col2 {
    width: 20%;
}
}
/******************************************/
@media (max-width: 769px) {
.UIFooter {}
.UIFooter .footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.UIFooter .footer .container .row {

}
.UIFooter .footer .container .row .col {
    width: 100%;
}

}

/******************************************/
.UIFooter .footer .container {
    max-width: 1200px;
    width: 100%;
    position: relative;
}
.UIFooter .icon-uniF136:before {
    content: "\f136";
}
.UIFooter .icon-uniF195:before {
    content: "\f195";
}
.UIFooter .fa-fax:before {
    content: "\f1ac";
}
.UIFooter .icon-uniF117:before {
    content: "\f117";
}
.UIFooter a {
  display: block;
  padding: 5px 0px;
  color: #f0f0f0;
  font-weight: normal;
}
.UIFooter ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}
.UIFooter .title {
    font-weight: bold;
    margin:10px 0;
    color: #f0f0f0;
}
.UIFooter .footer {
    background-image: url(Images/f.jpg);
    background-size: cover;
    background-position: top;
    padding: 30px 0px;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.UIFooter .footer:before {
    content: '';
    background: #022534;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.UIFooter .footer .container .row .col .logo img {
    max-width: 100%;
    height: 50px;
}
.UIFooter .footer .container .row .col .name {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.UIFooter .footer .container .row .col .logo {
    margin-bottom: 10px;
    font-size: 18px;
}
.UIFooter .footer .container .row .company-info {
    color: #f0f0f0;
}
.UIFooter .footer .container .row .col .name strong {
    font-weight: bold;
    font-size: 20px;
}
.UIFooter .li {
    margin-bottom: 5px;
}
.UIFooter .li .icon {
    margin-right: 5px;
    font-size: 15px;
}
.UIFooter .footer .copyright {
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    color: #d8d8d8;
    border-top: 1px solid rgb(17, 138, 148);
    font-style: italic;
}
.UIFooter .footer a.btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #fff;
    padding: 0px;
    margin: 0px 5px;
    border: 0px;
    opacity: 1;
}
.UIFooter .footer ul.social {
    display: inline-flex;
}
.UIFooter .footer span.icon.fa {
    line-height: 30px;
}