*{
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
}
#container{
	min-height:100%;
}
#main{
	overflow: auto;
	padding-bottom: 100px;
}
#icons{
	width: 100%;
	height: auto;
	margin: auto;

}
#icons ul{
	margin: 0px;
	padding: 0px;
	text-align: center;

}

#icons ul li{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 10px;
	border-radius: 100%;
	background: green;
}
#icons ul li a{
	font-size: 25px;

}
#icons ul li a i{
	line-height: 50px;
}
#bgi{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	background-image: url("1.jpg");
	background-repeat:no-repeat;
	min-height: 500px;
    background-position: center;
    background-size: cover;
}

#bgif{
	background-color: black;

	

}



.k ul li a{
			text-decoration:none; 
		}

.k ul li {
			
                 list-style:none;
		}


.l ul li a{
			text-decoration:none; 
		}

.l ul li {
			
                 list-style:none;
		}


 .j ul li a{
			text-decoration:none; 
		}

.j ul li {
			
                 list-style:none;
		}


.bgimg{

	background: url('1.jpg') no-repeat;
	background-position: center;
	width:100%;
	height: 300px;
	padding: 140px 100px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h3 {
    text-align: center;
}

.services {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.service {
    width: 30%;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.service img {
    max-width: 100%;
    border-radius: 8px;
}

.service h5 {
    margin-top: 10px;
}

.service p {
    margin-top: 10px;
}
