<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-footer {
    background-color: #2C2C2C;
}

.page-footer ul,
.page-footer ul li {
    margin: 0 0;
    padding: 0 0;
}

.page-footer ul li::before {
    display: none;
}

.footer-top {
    padding: 88px 0 42px;
}

.footer-logo {
    text-align: center;
}

.footer-logo-img {
    width: 194px;
    margin-bottom: 23px;
    display: inline-block;
}

.socal-icon li {
    display: inline-block;
}

.socal-icon li a {
    width: 49px;
    height: 49px;
    border: 2px solid #EAEAEA;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    margin: 0 5px;
}

.socal-icon li a i {
    font-size: 25px;
    color: #B2081B;
}

.page-footer h4 {
    color: #FFFFFF;
    position: relative;
    font-size: 20px;
    line-height: 1.5em;
    padding-bottom: 9px;
    width: 100%;
    margin-bottom: 24px;
    padding-left: 24px;
    text-transform: uppercase;
}

.page-footer h4::before {
    content: '\e913';
    font-family: 'icomoon';
    font-weight: '400';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #B2081B;
    font-weight: normal;
}

.page-footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 8px;
    background-color: #444444;
}

.footer-quick-link ul {
    column-count: 2;
}

.footer-quick-link ul li a {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
} 

.footer-quick-link ul li:nth-child(4n) a {
    margin-bottom: 0;
}

.footer-button,
.footer-address,
.footer-quick-link {
    margin-top: 40px;
}

.footer-address h5 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 9px;
    color: #FFFFFF;
    text-transform: none;
}

.footer-address ul li {
    display: flex;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 12px;
}

.footer-address ul li i {
    margin-right: 6px;
    color: #B2081B;
    margin-top: 6px;
}

.footer-address ul li a {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
}

.footer-address ul li span {
    position: relative;
    margin: 0 0 0 8px;
    padding-left: 12px;
}

.footer-address ul li span::before {
    content: '';    
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #444444;
    border-radius: 8px;
}

.btn-directions {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-directions i {
    color:#B2081B
}

.footer-button-werapper .btn {
    width: 100%;
    text-align: center;
}

.footer-button-werapper .btn + .btn {
    margin-top: 12px;
}

.footer-button ul {
    margin-top: 6px;
}

.footer-button ul li {
    color: #FFFFFF;
    font-size: 16px;
    padding: 13px 0;
    position: relative;
}

.footer-button ul li a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

.footer-button ul li::after {
    content: '';    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #444444;
    border-radius: 8px;
}

.footer-button ul li:last-child:after {
    display: none;
}

.back-top-top {
    text-align: center;
    margin-top: 22px;
}

.footer-button ul li:last-child {
    padding-bottom: 0;
}

.footer-bottom {
    padding: 16px 0;
    position: relative;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 8px;
    background-color: #444444;
}

.footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-bottom ul li {
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
}

.footer-bottom ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 90%;
    background-color: #444444;
    border-radius: 8px;
    transform: translate(0% , -50%);
}

.footer-bottom ul li:nth-child(3)::after ,
.footer-bottom ul li:last-child::after {
    display: none;
}

.footer-bottom ul li a {
    color: #FFFFFF;
    margin: 0 8px;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

.footer-address h5 {
    padding-left: 0;
}

.footer-address h5::before {
    display: none;
}

.back-top-top .btn {
    padding: 14px 32px;
}

@media(min-width: 768px) {
    .footer-logo {
        text-align: left;
      }

      .back-top-top {
        text-align: left;
      }

      .footer-button ,
      .footer-quick-link ,
      .footer-address ,
      .footer-logo {
        width: 50%;
        margin: 0 0;
      }

      .footer-top {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
      }

      .footer-quick-link ,
      .footer-logo {
        padding-right: 40px;
      }

      .footer-button,
      .footer-address {
        padding-left: 40px;
      }

      .footer-button-werapper .btn + .btn {
        margin: 0 0;
        margin-top: 12px;
      }

      .back-top-top {
        margin-top: 24px;
      }

      .footer-button ,
      .footer-quick-link {
        margin-top: 40px;
      }

      .footer-address ul li span {
        margin: 0 0 0 1px;
        padding-left: 3px;
      }

      .footer-address ul li {
        margin-bottom: 7px;
      }

      .footer-top {
        padding: 108px 0 80px;
      }

      .footer-bottom ul li:nth-child(3) {
        margin-right: 6px;
      }

      .footer-bottom ul li:nth-child(3)::after {
        display: block;
      }

      .socal-icon li:first-child a {
        margin-left: 0;
      }

      .back-top-top .btn {
            padding: 14px 32px;
        }
}

@media(min-width: 1200px) {

    .footer-top {
        padding: 100px 0 73px;
      }

    .footer-button ,
    .footer-quick-link ,
    .footer-address ,
    .footer-logo {
      width: 100%;
      margin: 0 0;
      padding: 0 0;
    }

    .footer-logo {
        width: 194px;
    }

    .footer-address {
        max-width: 306px;
    }

    .footer-quick-link {
        width: 319px;
    }

    .footer-button {
        max-width: 281px;
    }

    .footer-top {
        justify-content: space-between;
    }

    .footer-address ul li {
        margin-bottom: 10px;
    }

    .footer-address ul li span {
        margin: 0 0 0 6px;
        padding-left: 11px;
    }

    .footer-quick-link ul li a {
        margin-bottom: 18px;
    }

    .socal-icon li a:hover {
        background-color: #BFBFBF;
    }

    .footer-bottom ul li a:hover ,
    .footer-quick-link ul li a:hover ,
    .btn-directions:hover ,
    .footer-address ul li a:hover,
    .footer-button ul li a:hover {
        color: #BFBFBF;
        background: transparent;
    }

    .btn-directions i {
        font-size: 12px;
    }

    .back-top-top .btn {
        padding: 14px 32px;
    }
}

@media(min-width: 1380px) {
    .footer-address {
        margin-left: 60px;
      }

      .footer-bottom ul li a {
        margin: 0 10px;
      }

      .footer-bottom ul li:nth-child(3) {
        margin-right: 10px;
      }
}

.footer-desc {
    color: white;
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
}</pre></body></html>