
  .app-footer-frontend{

	background: white;
	border: none;
	
	overflow: hidden;
	min-height: 38px;

   }	


.app-footer-text{
	color: #545454;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 65%;
	opacity: 0.699999988079071;

}

/**************************Footer****************************************/

.main_footer{
    /*display:flex;
    justify-content:space-between;*/
    /*background: #EBEBEB;*/
    width:100%;
    min-height: 300px;
    background: #EBEBEB;
    


    
}


.footer-shadow{
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    align-items:flex-end;
    /*height: 296px;*/
    color: rgba(151, 151, 151, 0.06);
    background: #FFF;
    font-size: 12.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: 21.5px;
    padding-top: 10%;
    
}



/*.footer_left{
    background-color:inherit;
    width: 100%;
    
}

.footer_center{
    background-color: inherit;
    width: 100%;
}

.footer_rigth{
    background-color: inherit;
    width: 100%;
}*/

.footer_subtittle{
    color: #6B4099;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
}
.footer_subtittle_socials{
  display: flex;
  align-items: center;
  justify-content:flex-start;
  width: 100%; 
}

.footer_subtittle img{
    margin-top: 5%;
    margin-left: 10%;
    
}

/*.social-icons {
    
    display: flex;
  align-items: center;
  justify-content: center;

}*/

.first-icon{
    margin-left:20%;

}

.footer_content ul{
    
    list-style-type: none;
    
}

.footer_content ul li{
    
    margin-top: 25px;

    color: #545454;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 103%;
    
}

.footer_content ul li img{
    width:30px;
    height:30px;
    margin-right: 2%;
}

.footer-copyright-last{
  width:100%;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #545454;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  height: 40px;
  text-align: center;
    

}

/**************************Footer****************************************/
