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


.button.going-back-up {
	margin-top: 17px;
	margin-right: 10px;
	z-index: 999 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 11px !important;
}
.button.going-back-up i {
	color: #084399;
	-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-content {
	padding: 0 0rem 40px 25px;
}

.footer-content img {
	max-width: 300px;
	position: relative;
	margin-top: -25px;
	margin-bottom: 15px;
	margin-left: -30px
}
.follow-title {
	display: block;
}
	@media  (max-width: 1280px) {
		.footer-content {
	
		}
		.footer-content img {
			margin-top: 0px;
			max-width: 160px;
			margin-left: -15px
		}
		
	}
	@media  (max-width: 1023px) {


		.footer-logo {

		}
		.footer-content {
			padding-left: 10px;
		}
		.footer-wrapper .columns:last-child {
			float: left;
		}
	}
	@media  (max-width: 767px) {
		
		.footer-content {
			padding: 0rem 0rem 2rem 10px;
		}
		.footer-content img {
			max-width: 180px;
			position: relative;
			margin-top: 25px;
			margin-bottom: 15px;
			margin-left: -10px
		}


	}

.footer-content .footer-title {
	
	font-size: 20px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	font-weight: 500;
}
.footer-wrapper.bg-primary .footer-content .footer-title,
.footer-wrapper.bg-secondary .footer-content .footer-title,
.footer-wrapper.bg-dark .footer-content .footer-title {
	color: rgba(255, 255, 255, 1)
}
.order-1 .footer-content .footer-title {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
}
.footer-content p {
	font-size: 16px;
	line-height: 1.9;
	font-weight: 300;
}
.footer-content p strong {
	font-weight: 700;
	margin-right: 5px;
}
.footer-content p a {

	text-decoration: underline;
}
.footer-content p a:hover {

	text-decoration: none;
}

.footer-wrapper.bg-primary .footer-content p,
.footer-wrapper.bg-secondary .footer-content p,
.footer-wrapper.bg-dark .footer-content p {
	color: rgba(255, 255, 255, 0.8)
}
.footer-wrapper.bg-primary .footer-content p a,
.footer-wrapper.bg-secondary .footer-content p a,
.footer-wrapper.bg-dark .footer-content p a{
	color: #fff
}
.footer-wrapper.bg-primary .footer-content p a:hover,
.footer-wrapper.bg-secondary .footer-content p a:hover,
.footer-wrapper.bg-dark .footer-content p a:hover {
	color: rgba(255, 255, 255, 1)
}

/* 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: 14px;
	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: 16px;
}
.footer-list ul li a{
	position: relative;
	padding: 4px 0;
	padding-left: 25px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
}
.footer-list ul li a:before {
	position: absolute;
	top: 11px;
	
	left: 0px;
	font-family: 'Font Awesome 6 Pro';
  	font-weight: 300;
	font-size: 14px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f178";
	color: #084399;
}
.footer-list ul li a {
	color: #062949;
	-webkit-transition: color 0.3s ease-in-out 0s;
  	transition: color 0.3s ease-in-out 0s;
}
.footer-list ul li a:hover {
	color: #084399 !important;
}
.footer-list ul li a:hover:before {
	opacity: 1;
	color: #084399 !important;
}

.footer-wrapper.bg-primary .footer-list ul li a,
.footer-wrapper.bg-secondary .footer-list ul li a,
.footer-wrapper.bg-dark .footer-list ul li a {
	color: rgba(255, 255, 255, 0.7) !important;
}
.footer-wrapper.bg-primary .footer-list ul li a:hover,
.footer-wrapper.bg-secondary .footer-list ul li a:hover,
.footer-wrapper.bg-dark .footer-list ul li a:hover {
	color: rgba(255, 255, 255, 1) !important;
}
.footer-wrapper.bg-primary .footer-list ul li a:before,
.footer-wrapper.bg-secondary .footer-list ul li a:before,
.footer-wrapper.bg-dark .footer-list ul li a:before {
	color: rgba(255, 255, 255, 0.7) !important;
}
.footer-wrapper.bg-primary .footer-list ul li a:hover:before,
.footer-wrapper.bg-secondary .footer-list ul li a:hover:before,
.footer-wrapper.bg-dark .footer-list ul li a:hover:before {
	color: #fff !important;
}
@media (max-width: 1280px) {
	.order-1 .footer-content .footer-title {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.footer-list ul li a{
		position: relative;
		padding: 4px 0;
		padding-left: 20px;
		display: inline-block;
		font-size: 16px;
		font-weight: 400;
	}
	.footer-list ul li a:before {
		position: absolute;
		top: 11px;
		
		left: 0px;
		font-family: 'Font Awesome 6 Pro';
		  font-weight: 300;
		font-size: 12px;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		content: "\f178";
		color: #084399;
	}
}
/* Social */
.social-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	padding:0;
	margin:0;
}
.social-list {
	padding: 0;
}
.social-list a {
	position: relative;
	width: 36px;
	height: 36px;
	font-size: 20px;
	text-align: center;
	border-radius: 40px;
	background: rgba(36, 40, 43, 0.06);
	/* clip-path: polygon(24% 0, 81% 12%, 100% 61%, 49% 100%, 0 68%); */
	margin-right: 10px;
	-webkit-transition: background 0.1s ease-in-out 0s;
  	transition: background 0.1s ease-in-out 0s
}
.social-list a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #062949;
	font-size: 18px;
	-webkit-transition: color 0.1s ease-in-out 0s;
  	transition: color 0.1s ease-in-out 0s
}
.social-list a:hover {
	background: #084399;	
}
.social-list a:hover i {
	color: #fff;	
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .social-list a {
	background: rgba(255, 255, 255, 0.2) !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .social-list a:hover {
	background: #084399 !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .social-list a i {
	color: rgba(255, 255, 255, 1) !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .social-list a:hover i {
	color: #fff !important;
}
.social-list.large a {
	width: 48px;
	height: 48px;
}
.social-list.large a i {
	font-size: 20px;
}
	@media (max-width: 970px) {
		
	}


/* Bottom */
.copyright-wrapper {
	position: relative;
	padding: 0px 0;
	z-index: 99 !important;
}
.copyright-content {
	border-top: 1px solid rgba(36, 40, 43, 0.1);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 40px;
}
.footer-wrapper.bg-primary .copyright-content,
.footer-wrapper.bg-secondary .copyright-content,
.footer-wrapper.bg-dark .copyright-content,
.footer-wrapper.inversed .copyright-content {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
	font-size: 16px;
	font-weight: 400;

}
.copyright-content .menu {
	margin-top: 0px;
}
.copyright-content .menu > li > a {
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin: 0 10px;
}
.footer-wrapper.bg-primary .copyright-text,
.footer-wrapper.bg-secondary .copyright-text,
.footer-wrapper.bg-dark .copyright-text,
.footer-wrapper.inversed .copyright-text {
	color: rgba(255, 255, 255, 0.8);
}

.footer-wrapper.bg-primary .copyright-content .menu > li > a,
.footer-wrapper.bg-secondary .copyright-content .menu > li > a,
.footer-wrapper.bg-dark .copyright-content .menu > li > a,
.footer-wrapper.inversed .copyright-content .menu > li > a{
	color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper.bg-primary .copyright-content .menu > li > a:hover,
.footer-wrapper.bg-secondary .copyright-content .menu > li > a:hover,
.footer-wrapper.bg-dark .copyright-content .menu > li > a:hover,
.footer-wrapper.inversed .copyright-content .menu > li > a:hover {
	color: #fff;
}

/* 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;
}

@media (max-width: 1023px) {
	.copyright-content {
		padding-left: 25px;
	}
}
@media (max-width: 767px) {
	.copyright-content {
		padding: 20px 0px 20px 0px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.copyright-text {
		padding-bottom: 20px;
	}
	.copyright-text {
		font-size: 14px;
		font-weight: 400;
	
	}
	.copyright-content .menu {
		margin-top: 0px;
	}
	.copyright-content .menu > li > a {
		font-size: 14px;
		font-weight: 400;
		padding: 0;
		margin: 0 10px;
	}
}


/* Site Label */
.copyright-label {
	float: right;
	margin-top: 5px;
	width: 140px;
	height: 60px;
	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;
}
.footer-wrapper.bg-primary .copyright-label,
.footer-wrapper.bg-secondary .copyright-label,
.footer-wrapper.bg-dark .copyright-label,
.footer-wrapper.inversed .copyright-label {
	background-image:  url('../images/logo-via-instapsite-wit.svg');
}
.copyright-label:hover {
	opacity: 0.5;
}
	@media (max-width: 970px) {
		.copyright-label {
			
		}
	}
	@media (max-width: 640px) {
		.copyright-label {
		
		}
	}