footer{
	background-color: #1C2B60;
	overflow:hidden;
}
.footer_block{
	
}

.footer_block .logo-content {
	position:relative;
}

	.footer_block .logo-content:before {
		content: '';
		position: absolute;
		width: 110px;
		height: 110px;
		left: 0px;
		top: 30px;
		border-radius: 50%;
		background: #6486FF;
		filter: blur(60px);
	}

	.footer_block .logo-content img{
		position: relative;
    	height: 100%;
	}

	.footer_block .row:first-child {
		padding-top:35px !important;
	}


/************************main_menu_footer****************/

.menu_footer{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

	.menu_footer .main-list{
		column-gap:20px;
	}

		.menu_footer .main-list li {
			height: 100%;
			display: flex;
			align-items: center;
			transition: all 0.2s;
			margin: 0px;
			padding: 0px;
		}
			.menu_footer .main-list li a {
				color: #fff;
				/*padding: 10px 0px 10px 15px;*/
				padding:0px;
				text-decoration: none;
				transition: all 0.1s;
				display: block;
				position: relative;
			}

				.menu_footer .main-list li a:hover{
					text-decoration:underline; 
				}

.menu_footer li.menu-item.current-menu-item{
	background:none; 
}


/***************social_footer*****************************/
footer .social_media {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
.widget_footer{
    display: flex;
    gap: 15px;
}

	.widget_footer .social_footer{
        width: 35px;
        height: 35px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        text-decoration: none;
        color: #fff;
        transition: all 0.3s;
        align-items: center;
        justify-content: center;
	}

		.widget_footer .social_footer:hover{
			color: #A9A9A9;
			border-color: #A9A9A9;
		}

.copyright-block {
	padding: 20px;
    color: #ffff;
    opacity: .3;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 20px;
}

.ant3d-bar {
	background: #18244d;
	color: #5e667f;
}
	.ant3d-bar a {
		color: #5e667f;
		margin:0px 3px;
		transition:all 0.3s;
	}
		.ant3d-bar a:hover {
			color: #7c8ab3;
		}