*{
	margin: 0;
	padding: 0;
}
.ftr-container{
	margin: auto;
}
ul{
	list-style: none;
}
#footer1{
	height: fit-content;
	background-color: #24262b;
	padding: 70px 0;
}
.row1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    flex-direction: row;
    padding: 50px;
    padding-left: 200px;
}
.footer-col{
	width: 25%;
	padding: 0 15px;
}
.footer-col h4{
	font-size: 20px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
	margin-top: 20px;

}
.footer-col ul li:last-child{
	margin-bottom: 10px;
	margin-top: 20px;

}
.footer-col ul li a{
	font-family: 20px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	color: #bbbbbb;
	display: block;
	transform: all 0.5s ease;
}
.footer-col ul li a:hover{
	color: #FFFFFF;
	padding-left: 8px;

}
@media(max-width: 768px){
	.footer-col{
		width:50%;
		margin-bottom: 30px;
	}
	.row1{
    	padding-left: 0px;
	}
}
@media(max-width: 767px){
	.footer-col{
		margin-top: 30px;
	}
	.row1{
    	padding-left: 0px;
	}
}