footer.footer-wrapper {
    padding: 0;
    position: sticky;
    top: 100%;
    background-image: url(../../img/new-layout/footer-bg.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tr__footermenu-links {
    padding: 100px 0 38px;
    border-bottom: 1px solid #ffffff1c;
}
.tr__footer-desc p, .tr__footer-desc a {
    color: var(--light-blue);
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
.tr__footer-desc a{
    color: var(--light-blue);
}
.tr__address-field {
    padding: 45px 0 0;
}
.tr__address-field p, .tr__address-field a{
    margin-bottom: 0 !important;
    line-height: 0px;
    font-size: 14px;
}
.copy-right span,
.copy-right a {
    font-size: 14px;
    color: var(--light-blue);
    transition: all 0.2s ease-in-out;
}
.copy-right {
    padding: 30px 0;
}
.footer-quick-links ul li a:hover,
.tr__footer-desc a:hover {
    color: rgba(255, 255, 255, 1.0);
}
.copy-right a {
    opacity: 1;
}
.footer-logo {
    padding: 0 0 16px 24px;
}
.tr__footerlogo-wrap {
    padding-right: 37px;
}
.footer-quick-links h5 {
    font-weight: 600;
    color: var(--white);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
}
.footer-quick-links ul li a {
    color: var(--light-blue);
    transition: all 0.2s ease-in;
}
.copy-right span {
    font-size: 14px;
    color: var(--light-blue);
}
.footer-logo img {
    max-width: 62%;
}
.tr__menus {
    padding-left: 130px;
}
.breadcrumb>li,.btn-modern,h3,h5 {
    text-transform: capitalize !important;
}
