body{
margin:0;
padding:0;
font-family: 'Poppins';
position: relative;
background: url('bg.svg');
}

/* nav bar and footer starts here */
#nav-fixed {
    position: fixed;
    top: 0;
    opacity: .5;
      z-index: 2;
}

#nav-fixed:hover {
    opacity: 1;
}




footer span{
    font-size: 2.2rem;
    color:rgba(17, 64, 132,.9) ;
    transition: .5s;
}

footer .container{
    color:rgba(17, 64, 132,.9);
    font-size:16px;
}

footer .container a{
    color:rgba(17, 64, 132,.9);
    font-size:16px;
}
footer .container .col h5 {
    color:rgba(17, 64, 132,.9) ;
    font-weight: 600;
}
footer .container .col li a {
    color:rgba(17, 64, 132,.9) ;
    font-size: 16px;
    transition: 1s;
}

footer .container .col li a:hover{
    font-size: 20px;
}



footer span:hover{
    font-size:3rem;
}

/* footer and nav-bar ends here */


/* buttons in nav-bar starts here */


.btn-donate1 {
    transition: .5s;
}

#abt,
#hiw {
    transition: .5s;
}

#abt:hover {
    font-size: 20px;
}

#hiw:hover {
    font-size: 20px;
}

.btn-donate1:hover {
    transform: rotate(-5deg);
    font-size: 18px;
}

#btn-donate {
    background: #114084;
    color: white;
    border-radius: 5px;
    transition: transform .5s;
}


/* buttons in nav-bar ends here */

.advertise h4{
	margin-left:100px;
	font-weight: 600;
	color: #114084;
}

.content{
	margin-top:100px;
}

.container3
{
position:relative;
width:90%;
margin-left:calc(90% - 75%);
height:400px;
}
.container3 .box
{
	z-index:1;
	position:relative;
	width: calc(300px - 30px);
	height: calc(400px - 50px);
	background: white;
	float: left;
	margin: 15px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 30px 10px 30px 10px;
}
.container3 .box .icon
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #114084;
	transition: 0.5s;
	z-index: 1;
}	
.container3 .box:hover .icon
{
	top: 20px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.container3 .box .icon .fa
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 80px;
	transition: 0.5s;
	color: white;

}
.container3 .box:hover .icon .fa
{
	font-size: 40px;
}
.container3 .box .content1
{
	position: absolute;
	top: 100%;
	height: calc(100% - 100px);
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	transition: 0.5s;
	opacity: 0;
}
.container3 .box:hover .content1
{
	top: 120px;
	opacity: 1;
}
.container3 .box .content1 h3
{
	margin: 0 0 10px;
	padding: 0;
	color: #000;
	font-size: 24px;
	color: #114084;

}
.container3 .box .content1 p
{
	margin: 0;
	padding: 0;
	color: #000;
	color: #114084;
	

}