#footer {
	position: relative;
}

.footer-content {
	position: relative;
	z-index: 100;
}

.footer-logo {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-bottom: 15px;
	background-image: url(../img/svg/logo-orbis-o-b.svg);
}

#footer li a:hover {
/*	font-family: 'Poppins-Bold';*/
	font-weight: bold;
}

.footer-info {
	margin-right: 100px;
	position: relative;
}

.footer-info::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 35px;
    height: 60px;
    width: 1px;
    background-color: #878d95;
}

.footer-info h6 {
	text-transform: lowercase;
	margin-bottom: 15px;
}

.footer-pol-nav ul li {
	text-transform: lowercase;
	color: #fff;
}

.footer-addresses {
	margin-bottom: 10px;
}

.footer-addresses ul {
	position: relative;
}

.footer-address-box {
	position: absolute;
	top: 0;
	left: 100%;
	padding-left: 100px;
	opacity: 0;
	width: 500px;
	pointer-events: none;
}

.footer-addresses ul li:hover .footer-address-box {
	opacity: 1;
}







.footer-content .soc-nav-wrap ul li a.linkedin {
	background-image: url(../img/svg/soc-linkedin-b.svg);
}

.footer-content .soc-nav-wrap ul li a.tw {
	background-image: url(../img/svg/soc-tw-b.svg);
}

.footer-content .soc-nav-wrap ul li a.insta {
	background-image: url(../img/svg/soc-insta-b.svg);
}



/*--- Footer Icons ---*/

.footer-ico {
	transition: 2s;
	transition-delay: 2s;
}

.footer-ico-bot-left {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 50%;
}

.footer-ico-bot-left .footer-ico {
	height: 100%;
	width: 200px;
	background-position: bottom left;
/*
	transform: rotate(-95deg);
    transform-origin: left bottom;
*/
}

/*
.footer-ico-bot-left.aos-animate .footer-ico {
	transform: rotate(0deg);
}
*/

.footer-ico-mid-left {
	position: absolute;
	top: 0;
	left: 25%;
	z-index: 1;
}

.footer-ico-mid-left .footer-ico {
	height: 55px;
	width: 200px;
	background-position: top;
}

.footer-ico-mid-right {
	position: absolute;
	bottom: 0;
	right: 15%;
	z-index: 1;
}

.footer-ico-mid-right .footer-ico {
	height: 50px;
	width: 200px;
	background-position: bottom;
}

.footer-ico-top-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	height: 100%;
}

.footer-ico-top-right .footer-ico {
	height: 100%;
	width: 400px;
	background-position: top right;
/*
	transform: rotate(-95deg);
    transform-origin: right top;
*/
}

/*
.footer-ico-top-right.aos-animate .footer-ico {
	transform: rotate(0deg);
}*/



/*----- Landing ------*/

.landing-footer {
	background-image: url(../img/svg/all-icons-1.svg);
	background-repeat: repeat;
	background-size: 1200px;
}





/*----- Footer Awards ------*/

.footer-right .soc-nav-wrap {
    margin-left: 50px;
}

.award-img-link {
    margin-left: 25px;
    margin-bottom: 25px;
}

/*
.award-img-link:first-child {
    margin-left: 0;
}
*/

.footer-award {
    width: 75px;
    height: auto;
}







/*========== RESPONSIVENESS ==================*/

@media screen and (max-width: 1024px) {
    
    .footer-info {
        margin-right: 50px;
        position: relative;
    }
    
}





@media screen and (max-width: 768px) {
	
	.landing-footer {
		background-size: 750px;
	}
	
	.footer-wrap {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.footer-left {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.footer-info {
		margin-right: 50px;
	}
	
	.footer-ico-mid-left .footer-ico {
		height: 25px;
	}
	
	.footer-ico-mid-right .footer-ico {
		height: 50px;
	}
	
	.footer-ico-top-right .footer-ico {
		height: 50%;
	}
	
	.footer-ico-bot-left .footer-ico {
		width: 100px;
	}
	
	.footer-info::before {
		left: -10px;
	}
    
    .footer-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .footer-awards-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .award-img-link {
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .award-img-link:last-child {
        margin-right: 0;
    }
    
    .footer-award {
        width: 50px;
    }
    
    .footer-right .soc-nav-wrap {
        margin-left: 0;
        width: 100%;
    }
    
}