
		.footer .nav-link{
			color: white;
		}
		.footer .nav-item .active{
			color: var(--main-color);
		}

		.footer .info{
			background-image: url('../../assets/img/footer-world-dotted-map.png');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;

		}

		.footer h4{
			margin-bottom: 20px;
		}

		.footer .btn-circle{
			/*background-color: white;*/
			margin-right: 10px;
		}

		.footer ul{
			padding: 0px;
		}

		.footer li{
			list-style: none;
			margin-bottom: 9px;
			
		}

		.footer .info li{
			margin-bottom: 10px;
			position:relative;
			height: 50px;
		}

		.footer .info-content{
			position: absolute;
			top: 0px;
			left:30px;
		}

		.footer .info-list i{
			position: absolute;
			top: 0px;
			left:0px;
		}

		.footer .info-social-links{
			/*position: absolute;*/
			top: 0px;
			left:0px;
		}

		.footer .links{}
