/* footer section start */
/* *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}*/
.footer-section{
	font-size:14px;
    /* max-width:1920px; */
	width: 100%;
    margin:0 auto;
	overflow-x:hidden;
	font-family: poppins;
	

} 

#footer {
    background:rgb(40, 255, 26);
    padding: 3rem 0;
    margin-top: 40px;
    /* padding-top: 5rem; */
    /* padding-top: 7rem; */
    /* padding-bottom: 10px; */
}
#footer2{
	background: #f7f7f7;
    padding: 3rem;
    margin-top: 0px;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;
	/* background-image: url('https://png.pngtree.com/png-vector/20210312/ourmid/pngtree-the-holy-quran-islamic-book-vactor-png-image_3041850.jpg'); */
}

div.footer-about p{
	color: rgb(3, 87, 13); 
}

div.address h2,
.social-links h2{
	padding: 15px 0;
	font-size: 20px;
    font-weight: 600;
	color: rgb(3, 87, 13);
}

.social-links img{
	padding-bottom: 25px;
}
.social-icons{
	/* display: flex;
    gap: 3rem; */
	display: flex;
    flex-direction: column;
    gap: 1rem;
	color: #fff;
}
.social-icons a{
	font-size: 18px;
	color: #fff;
}
.social-icons a:hover{
	color: #fff;
}
.social-icons a i{
	box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 6px;
    border-radius: 3px;
    color: rgb(3, 87, 13);
	font-size: 16px;
	margin-right: 12px;
}
li{
	list-style: none;
}
.useful-link h2{
	padding: 15px 0;
	font-size: 20px;
    font-weight: 600;
	color: rgb(3, 87, 13);
}
.useful-link img{
	padding-bottom: 15px;
}
.use-links{
	line-height: 32px;
}
.use-links li i{
	font-size: 14px;
    padding-right: 8px;
    color:rgb(3, 87, 13);
}
.use-links li a{
	color: rgb(3, 87, 13);
	font-size: 18px;
	gap: 1rem;
    font-weight: 500;
	/* color: #fff; */
}
.use-links li a:hover{
	color: #fff;
}
.address h2{
	padding: 15px 0;
	font-size: 20px;
    font-weight: 600;
}
.address img{
	padding-bottom: 15px;
}
.address-links li a{
	color: rgb(3, 87, 13);
    font-size: 15px;
    font-weight: 500;
	color: #fff;

}
.address-links li i{
	font-size: 16px;
    padding-right: 8px;
	color: rgb(3, 87, 13);
}
.address-links li i:nth-child(1){
	padding-top: 9px;
}
.address-links .address1{
	font-weight: 500;
    font-size: 15px;
	display: flex;
}
.address-links{
	    line-height: 32px;
		color: #fff;
}
.copy-right-sec{
	padding: 1.8rem;
    background: rgb(3, 87, 13);
    color: #fff;
    text-align: center;
}
.copy-right-sec a{
	color: #fcd462;
    font-weight: 500;
}
a{
  text-decoration:none;
}
li a.social-links,
li.social-links{
	color: rgb(3, 87, 13);
}

/* footer section end */