.footer-global{
		border-radius: 0px 200px 0px 0px;
}

.footer_navigation{
		margin-top: 100px;
}
.footer__menu--title{
		color:#ffff;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal; 
		margin-bottom:10px;
}
.footer__menu{
		display: inline-flex;
		width: 100%;
}
.footer__menu > li{
		display: inline-block;
		margin-right: 15px;

}
.footer__menu > li a{
		color:#C3F3DF;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal; 

}


.footer__menu_content ul{
		display: inline-block;
}
.footer__menu_content  li{
		margin-bottom: 5px;
		margin-top: 5px;
		margin-left: 5px;
}
.footer-global .footer__social{
		display:flex;
		align-items:center;
		width:100%;!important;
		max-width:100% !important;
}
.footer-global .footer__social_items{
		text-align:center;
}
.footer-global .footer__social_items div{
		margin-right:15px;
}

.footer-global .footer__social_items a{

		background: #fff;
		border-radius: 100%;
		width: 40px;
		height: 40px;
		padding: 5px;
		display:flex;
		align-items:center;
		justify-content:center;
}
.footer-global .footer__social_items a span{
		line-height:0px;
}
.footer-global .footer__social_items a:hover svg{
		color:#C3F3DF;
}



.footer-global .footer__social{
		display:flex;
		align-items:center;

}
.footer-global .footer__link_items{
		text-align:center;
		margin: 0px 5%;
}
.footer-global .footer__link_items div{
		margin-right:15px;
}
.footer-global .footer__link_items a  span{
		display:flex;
}
.footer-global .footer__link_items a{
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		color: #C3F3DF;
		display: flex;
		align-items: center;
		justify-content: space-between;
}
.footer-global .footer__link_items a svg{
		fill: #C3F3DF;
		margin-right:10px;
		
}
.footer-global .footer__link_items a:hover svg{

}
.copyright{
		margin-top: 50px;
		position: relative;
}

.privacy{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
@media (min-width: 769px){

}
@media (max-width: 768px){
		.footer-global	.footer__menu ul {
				display:block!important;
		}
}





@media only screen and (max-width: 992px) {
		.footer_navigation {
				margin-top: 0;
		}
		.footer__menu {
				display: block;
				width: 100%;
		}
		.footer__menu > li {
				display: block;
				margin-right: 15px;
				margin-top: 15px;
				margin-bottom: 15px;
		}
		.footer-global .footer__social{
				display: block;
		}
		.footer-global .footer__social_items {
				text-align: center;
				display: inline-block;
		}
		.footer-global .footer__link_items {
				text-align: center;
				margin: 0;
				width: max-content;
				margin: 20px 0px 0px;
		}
		.privacy {
				position: relative;
				text-align: center;
				margin-bottom: 15px;
		}
		.copyright{
				margin-top: 0px;
				display: flex;
				flex-direction: column-reverse;
		}

		.footer-global{
				border-radius: 0px 100px 0px 0px;
		}

}