.footer{
    position: relative;
}
.footer h2{
    color: rgb(0, 0, 0);
}
.footer.box{
    border: 0px solid rgba(31, 40, 48, 0.94) !important;
    border-left-width: 10vw !important;
    height: 100vh;
    z-index: 3;
    position: relative;
}

.footer .overlay{
    background-color: rgba(49, 62, 71, 0.8);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    width: 100vw;
}
.footer .btn{
    display: inline-block;
    position: relative;   
    text-align: center; 
    text-transform: uppercase;   
    cursor: pointer; 
    color: #DBA167;
    background-color: #163C25 !important;
    transition: padding-right 300ms ease 0ms;
}
.footer .content{
    overflow: hidden;
}

.footer .content > .img {
    flex: 0 1 auto;
}
.footer .content > .info {
    flex: 1 1 auto;
}
.footer .footer-wrapper h2{
    flex: 0 0 80%;
}
.footer .content > .img img {
    width: 100% !important;
    max-height: 70vh !important; 
    height: auto !important;
    object-fit: contain;
    object-position: center
}
.footer .item img {
    height: 5vh;
    width: 5vh;
}
.footer .item p{
    margin: 0 !important;
}
.footer .btn:hover{
    padding-right: 2rem;
}
.footer .btn::after {
    content: '→';
    position: absolute;
    margin-left: -1rem;
    z-index: 10;
    left:1;            
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 300ms ease 0ms;
}
.footer .btn:active {
    color: #ffffff  !important;
}
.footer .btn:hover::after {
    margin-left: .3rem;
    opacity: 1;           
}
.footer  .item{
    color: rgb(0, 0, 0) !important;
    box-sizing: border-box;
    text-decoration: none!important;
    border: none !important;
    outline: none!important;
}
.footer  .item:hover{
    color: rgba(0, 0, 0, 0.7)!important;
    text-decoration: none!important;
    border: none!important;
    outline: none!important;
}
.footer .item:active{
    color: rgba(0, 0, 0, 0.5)!important;
    text-decoration: none!important;
    border: none!important;
    outline: none!important;
}
.footer .item:focus{
    color: inherit;
    text-decoration: none!important;
    border: none!important;
    outline: none!important;
}
.footer{
    overflow: hidden;
}
@media (max-width: 992px) {
    .footer .item img {
        height: 5vh;
        width: 5vh;
}
.footer .item p{
    font-size: 1.25rem !important;
}
}
@media (max-width: 768px) {
    .footer .item img {
        height: 4vh;
        width: 4vh;
}
.footer .item p{
    font-size: 1rem !important;
}
.footer .content .img{
    flex: 0 1 40%
}
}
.footer .content .info,
.footer .content .img {
    opacity: 0;
    transition: all 2s ease;
}
.footer .content.flex-sm-row .info {
    transform: translateX(100px);
}
.footer .content.flex-sm-row .img {
    transform: translateX(-100px);
}
.footer .content.animate .info,
.footer .content.animate .img {
    opacity: 1;
    transform: translateX(0);
}
@media (max-width: 575px) {
    .footer .content .img{
        flex: 1 1 50%;
        padding-bottom: 2rem;
    }
    .footer .content .img img{
    width: 100% !important;
    max-height: none !important; 
    object-fit: contain;
    object-position: center
}
    .footer .content .links{
        padding-bottom: 2rem;
    }
    .footer .content .info{
        padding-left: 0 !important;
    }
}