.footer {
	margin-bottom: -1px;
	padding-bottom: 1px;
	background-color: #0a192b;
	font-size: 1rem;
}

.footer .container {
	position: relative;
	margin-top: 3em;
	margin-bottom: 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .scroll-up {
	position: relative;
}

.footer .arrow-l {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 3.5em;
	width: 6.5em;
	background-color: #dd5643;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-box-shadow: 0px 7px 18px rgba(17,81,255,0);
	box-shadow: 0px 7px 18px rgba(17,81,255,0);
	display: none;
}

.footer .arrow-l::before {
	-webkit-transform: translate(-50%, -30%) rotate(45deg);
	-ms-transform: translate(-50%, -30%) rotate(45deg);
	transform: translate(-50%, -30%) rotate(45deg);
}

.footer .brand-title {
	margin-bottom: 1.5em;
	text-align: left;
}
.footer .brand-title-child {
	font-size : 20px;
}

.footer .brand-subtitle {
	font-size: 14px;
	color: #fff;
}

.footer .nav-link {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.footer .nav-link-social {
	width: 7.2em;
	font-size: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.footer .nav-link-social-child svg {
	height: 1.2em;
	width: 1.2em;
	fill: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.footer .nav {
	font-size: 14px;
    margin-left: 5%;
    width: 100%;
    margin-bottom: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-a-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	text-align: center;
}

@media screen and (max-width: 1529px) {
	.footer .nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;		
	}
	.footer .footer-a-wrapper {
		font-size: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 10px;
		text-align: left;
	}
	.footer .brand-title-child {
		font-size: 18px;
	}
	.footer .brand-subtitle {
		font-size: 13px;
	}
}


@media screen and (max-width: 1023px) {
	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer .arrow-l {
		border-radius: 0px;
		border: 0px;
	}
	.footer .arrow-l::before {
		height: 1.1em;
		width: 1.1em;
		-webkit-transform: translate(-50%, -30%) rotate(45deg);
		-ms-transform: translate(-50%, -30%) rotate(45deg);
		transform: translate(-50%, -30%) rotate(45deg);
	}
	.footer .nav-link-social {
		bottom: auto;
		left: auto;
		top: 0;
		right: 0;
	}
	.footer .nav {
		margin-left: 0%;
	}
	.footer .footer-a-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.footer .scroll-up {
		display: none;
	}
	.footer .arrow-l {
		display: none;
	}
	.footer .nav-link-social {
		font-size: 1.5em;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.footer {
		padding-top: 1px;
	}
	.footer .container {
		margin-left: 6em;
		margin-right: 6em;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer .brand .title {
		margin-bottom: 2.5em;
	}
	.footer .nav-link-social {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.footer .nav {
		margin-bottom: 2.5em;
	}
}
@media screen and (max-width: 575px) {
	.footer {
		margin-bottom: 0px;
		padding-bottom: 25px;
	}
	.footer .container {
		margin: 0px;
    	margin-top: 50px;
	}
	.footer .brand-title {
		text-align: center;
		margin: 0 auto 80px auto;
	}
	.footer .brand-subtitle {
		font-size: 14px;
	}
	.footer .nav-link {
		margin-bottom: 2.1em;
		font-size: 1.2em;
	}
	.footer .nav-link-social {
		position: absolute;
	    width: 120px;
	    left: 50%;
	    margin: 0 0 0 -60px;
	    top: 60px;
	    right: auto;
	}
	.footer .nav-link-social-child svg {
		height: 1.0em;
		width: 1.0em;
	}
	.footer .nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer .footer-a-wrapper {
		font-size: 12px;
		padding: 8px;
	}
	.footer .brand-title-child {
		font-size: 20px;
	}
	.footer .brand-subtitle {
		font-size: 14px;
	}
}