/*
---------------------------
FOOTER
---------------------------
*/


.button.going-back-up {
	margin-top: 17px;
	margin-right: 10px;
	z-index: 999 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 11px !important;
}
.button.going-back-up i {
	color: #ff2437;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.button.going-back-up:hover i {
	transform: translateY(-2px);
	
}


	@media (max-width: 1023px) {
		.button.going-back-up {
			display: none !important;
		}
	}

footer {
	z-index: 99;
}
.footer-wrapper .is-relative {
	z-index: 9;
}
/* .footer-wrapper:before,
.footer-wrapper:after {
	position: absolute;
	top: 0px;
	left: 0;
	width: 90%;
	height: 60px;
	background: #fff;
	border-radius: 0px 0px 10px 0;
	z-index: 8;
	content: '';
} */

footer .breadcrumbs-wrapper {
	position: relative;
	top: -30px;
	width: 100%;
	z-index: 11;
	/* border-bottom: 1px solid rgba(0, 33, 100, 0.08); */
}
footer .breadcrumbs {
	padding-top:25px;
	padding-bottom:25px;
}
.footer-content {
	padding: 1rem 0rem 1rem 0px;
}
.first .footer-content {
	padding: 1rem 0rem 1rem 25px;
}

.footer-content.helpdesk {

/* 	background: #fff; */
	border-radius: 5px;
	margin-bottom: 0px;
	/* box-shadow: 0 30px 70px -20px rgba(0, 0, 10, 0.1), 0 20px 40px -30px rgba(0, 0, 0, 0.2); */
}
.footer-content.helpdesk p {
	color: #002164;
}
.footer-content.helpdesk p a {
	color: #0089ff;
}	

.footer-content.helpdesk .service-number {
	position: relative;
	display: inline-block;
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
}
.footer-content.helpdesk .service-number span {
	position: absolute;
	top:0;
	right: -10px;
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 20px;
	
}
.footer-content.helpdesk .service-info {
	display: block;
	font-weight: 400;
	font-size: 12px;
}

.follow-title {
	display: block;
}
	@media  (max-width: 1280px) {
		.footer-content {
			
		}

	}
	@media  (max-width: 1023px) {
		.first .footer-content {
			padding: 1rem 0rem 1rem 0px;
		}
		.footer-content.helpdesk {
			background: transparent !important;  
			box-shadow: none;
		}
		.footer-logo {

		}
		.footer-content {
			
		}
		.footer-wrapper .columns:last-child {
			float: left;
		}
	}
	@media  (max-width: 640px) {
		.footer-content {
			padding: 1rem 0rem 1rem 10px;
		}
		.footer-content.first {
			padding: 1rem 0rem 1rem 10px;
		}
		.footer-content.helpdesk {
			padding: 1rem 1rem 0rem 10px;
		}

	}


.footer-content.first .footer-title {

}
.footer-content .footer-title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #002164;
}

.footer-content p {
	font-size: 0.86rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8)
}
.footer-content p strong {
	font-weight: 700;
	margin-right: 5px;
}
.footer-content p a {
	color: rgba(255, 255, 255, 0.8)
}



/* Table */

.footer-content table tbody,
.footer-content table tfoot,
.footer-content table thead,
.footer-content table,
.footer-content table tr,
.footer-content table tr td {
	font-size: 0.96rem;
	background: transparent !important;
}
.footer-content table tbody tr:nth-child(even) {
	background: transparent !important;
}
.footer-content table tr td {
	padding: .2rem .625rem .2rem 0;
	color: rgba(0, 0, 0, 0.6)
}


/* List items */
.footer-list ul {
	list-style: none;
	padding:0;
	margin:0;
}
.footer-list ul li {
	padding:0;
	font-size: 0.96rem;
}
.footer-list ul li a{
	position: relative;
	padding: 0px 0;
	padding-left: 15px;
	display: inline-block;
	font-size: 0.86rem;
}
.footer-list ul li a:before {
		position: absolute;
		top: 5px;
		left: 0rem;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		font-size: 10px;
		line-height: 1;
		content: "\f054";
		color: #008aff;
		/*-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;*/
}
.footer-list ul li a {
	color: #002164;
	-webkit-transition: color 0.3s ease-in-out 0s;
  	transition: color 0.3s ease-in-out 0s;
}
/*
[class*=" bg-"]:not(.bg-white):not(.bg-light) .footer-list ul li a {
	color: rgba(255, 255, 255, 0.6) !important;
}
*/

.footer-list ul li a:hover {
	color: #008aff !important;
}
/*
[class*=" bg-"]:not(.bg-white):not(.bg-light) .footer-list ul li a:hover {
	color: rgba(255, 255, 255, 1) !important;
}
*/

.footer-wrapper.bg-primary .footer-list ul li a,
.footer-wrapper.bg-secondary .footer-list ul li a,
.footer-wrapper.bg-color3 .footer-list ul li a,
.footer-wrapper.bg-dark .footer-list ul li a {
	color: rgba(255, 255, 255, 0.6) !important;
}
.footer-wrapper.bg-primary .footer-list ul li a:hover,
.footer-wrapper.bg-secondary .footer-list ul li a:hover,
.footer-wrapper.bg-color3 .footer-list ul li a:hover,
.footer-wrapper.bg-dark .footer-list ul li a:hover {
	color: rgba(255, 255, 255, 1) !important;
}


/* Social */
.social-list ul {
	list-style: none;
	padding:0;
	margin:0;
}
.social-list li {
	padding:0;
}
.social-list li a{
	position: relative;
	padding-left: 0rem;
	padding: 0rem 0;
	display: inline-block;
}

.social-list li a {
	color: rgba(0, 0, 0, 0.6);
	/*-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;*/
}

.social-list li a {
	position: relative;
	padding-left: 25px;

}
.social-list li a:before {
	display: none;
}
.social-list li a i {
	position: absolute;
	top: 6px;
	left: 0;
}
.social-list.inline ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.social-list.inline li .social-title {
	float: left;
	padding: 10px 5px;

}
.social-list.inline li a {
	width: 36px;
	height: 36px;
	font-size: 20px;
	text-align: center;
	border-radius: 100px;
	background: #002164;
	margin-right: 10px;
}
.social-list.inline li a:hover {
	background: #0089ff;	
}
.social-list li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 18px;
}
.social-list.inline.large li a {
	width: 48px;
	height: 48px;
}
.social-list.inline.large li a i {
	font-size: 20px;
}
	@media (max-width: 970px) {
		
	}

/* Bottom */

.copyright-wrapper {
	position: relative;
	padding: 40px 0;
	z-index: 99 !important;
	box-shadow: 0px -1px 2px 1px rgba(0, 33, 100, 0.04);
}
/* .copyright-wrapper:before {
	position: absolute;
	top:-1px;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0.08;
	content:'';
	background: rgba(0, 33, 100, 1);
} */

.copyright-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 160px;
	padding-right: 40px;
}

.copyright-text {
	font-size: 13px;
}
.copyright-content .menu {
	margin-top: 0px;
}
.copyright-content .menu > li > a {
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin-right: 15px;
}



/* Payments */
.payment-methods {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.payment-methods > div > img {
	height: 34px;
	margin: 0 0px;
}
.payment-methods > div.payment-ideal > img {
	height: 42px;
}
.payment-methods > div.payment-mastercard > img {
	height: 34px;
}
.payment-methods > div.payment-visa > img {
	height: 22px;
}
.payment-methods > div.payment-paypal > img {
	height: 26px;
}

/* HISWA */
.hiswa-badge {
	position: absolute;
	top: -60px;
	left: 40px;
	width: 96px;
	height: 106px;
	margin-right: 20px;
	border: 0px solid #eee;
	border-radius: 5px 5px 0 0 ;
	background: #fff url('../images/hiswa.svg') no-repeat center center;
	background-size: 36px auto;
	opacity: 1;
	/*-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;*/
}
.hiswa-badge:hover {

}
@media (max-width: 1023px) {
	.hiswa-badge {
		position: absolute;
		left: 10px;
	}
}
@media (max-width: 767px) {
	.hiswa-badge {
		display: none;
	}
	.copyright-content {
		padding: 0 0px 0 20px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.copyright-text {
		padding-bottom: 10px;
	}
}


/* Add Noise */
.addnoise {
	float: right;
	margin-top: 5px;
	width: 100px;
	height: 50px;
	background:  url('../images/addnoise.svg') no-repeat center center;
	background-size: contain;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.addnoise:hover {
	opacity: 0.5;
}
	@media (max-width: 970px) {
		.addnoise {
			right:1rem;
		}
	}
	@media (max-width: 640px) {
		.addnoise {
			float: left;
		}

	}


.business_partner{
	float: left;
	width: 125px;
	position: relative;
	margin: 5px 10px 0px 10px;
}
@media (max-width: 1040px) {
	.business_partner{
		width: 100px;
	}
}
@media (max-width: 840px) {
	.business_partner{
		width: 80px;
	}
}

@media (max-width: 767px) {
	.business_partner{
		margin: 15px 10px 25px 10px;
	}
}