/**** Last update : 07.2024 ****/

.footer-2 .footer-section .container {
    width: auto;
    padding: 0 10%!important;
}
.footer-2 .footer-section .footer-bottom-item {
	padding: 5px 0;
}
.footer-2 .footer-section .footer-bottom-item .container {
	text-align: center;
}
.footer-2 .footer-section .footer-item-two > h3 {
    padding-left: 0;
	font-size: 23px;
	line-height: 30px;
	margin: 25px 0;
}
.footer-2 .footer-section .footer-item-two > h3:before {
    border-bottom: unset;
}
.footer-2 .footer-section ul > li.footer_address {
	line-height: 25px;
	margin-bottom: 20px;
}
.footer-2 .footer-section ul > li.footer_address i {
    margin-right: 10px;
}
.footer-2 .footer-section .footer-item-two > ul > li {
	border-bottom: 1px dashed rgba(255,255,255,0.25);
    padding-bottom: 8px;
}
.footer-2 .footer-section .footer-item-two > ul > li > a {
	color: #ffffff;
}
.footer-2 .footer-section .footer-item-one > p {
	margin-bottom: 15px;
}
.footer-2 .footer-section .footer-item-one > ul > li > a {
	text-align: center;
    width: 34px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #6e6e6e;
	margin: 0 10px 0 0;
	border-radius: 20px;
}
.footer-2 .footer-section .footer-item-one > ul > li > a:hover {
	border-color: #2EA7E0;
}
.footer-2 .footer-section .privacy-item {margin: 50px 0 0;}
.footer-2 .footer-section .privacy-item p {
	font-size: 14px;
	line-height: 22px;
	color:rgba(255, 255, 255, 0.6);
}
.footer-2 .footer-section .privacy-item p a {color:rgba(255, 255, 255, 0.6); margin:0 4px;}
.footer-2 .footer-section .privacy-item p a:hover {color:#2EA7E0; opacity: 1.0;}

@media (max-width: 991px) {
	.footer-2 .footer-section .container {
		padding: 0 30px!important;
	}
	.footer-2 .footer-section .footer-item-one {
		min-height: unset;
		padding-bottom: 50px;
	}
	.footer-2 .footer-section .privacy-item {margin: 35px 0 0;}
}