#footer{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #0f0617;
}
    /* About Us page Start */

#about_us{
    
    width: 88%;
    height: 440px;
    margin: auto;
    color: white;
}
#heading{
    color: white;
    text-align: center;
    font-size: 34px;
}
#para1{
    color: white;
    font-size: 18px;
    font-weight: 300;
}
#para2{
    color: white;
    font-size: 18px;
    font-weight: 300;
}
#para3{
    color: white;
    font-size: 18px;
    font-weight: 300;
}
#Zee_five{
    color: rgba(137, 43, 226, 0.575);
    text-decoration: none;
    
}
hr{
    width: 110%;
    margin-left: -2%;
    border-top: 0px ;
}
       /* About Us page End */


       /* Footer page Start */

.cont1{
    
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;
}
.content1{

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 40%;
    height: 70px;
}
.content1>p{
    color: white;
    font-weight: bold;
}

.content2{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 70px;
}
.content2>p{
    color: white;
    font-weight: bold;
}

.img1{
    border: 1px solid black;
    width: 123px;
    height: 37px;
    margin-left: -10%;
}
.img2{
    border: 1px solid black;
    width: 113px;
    height: 37px;
    margin-left: -10%;
}
.innimg{
    width: 100%;
    height: 37px;
}
.btn1{
    width: 42px;
    height: 42px;
    margin-left: 5%;
    border-radius: 50%;
    background-color: #0f0617;
    
}
.fa-brands{
    font-size: 20px;
    color: white;
    background-color: transparent;
}
.fa{
    margin-left: 3%;
}


.cont2{

    display: flex;
    margin-top: 20px;

}
.ahpt1{
    margin-left: 6%;
    color: white;
}
.ahpt2{
    margin-left: 3%;
    color: white;
}
.seprator{
    color: white;
    margin-left: 2%;
}
.cont3{
    display: flex;
    margin-left: 6%;
    margin-top: 2%;


}
/* .cont3 div{
    border: 1px solid red;
    
    width: 18%;
    height: 300px;
} */
.box_info1{
   
    width: 18%;
    height: 300px;

}
.box_info2{
   
    width: 18%;
    height: 300px;

}
.box_info3{
   
    width: 18%;
    height: 300px;

}
.box_info4{
   
    width: 18%;
    height: 300px;

}
.box_info5{
   
    width: 18%;
    height: 300px;

}


.box_info3{
    margin-left: 2%;
}
.p_head{
  color: white;
  font-weight: bold;
}
.p{
    color: rgb(143, 136, 136);
    font-size: 15px;   
}
.copy_right{
    color: rgb(143, 136, 136);
    width: 45%;
    font-size:15px ;
    margin-left: 6%;
}
#about_us,#help{
    text-decoration: none;
    color: white;
}

/* Button hovering effect */
.face:hover{
    cursor: pointer;
    background-color:  rgba(53, 53, 243, 0.842);
}
.insta:hover{
    cursor: pointer;
    background-color: rgb(209, 65, 113);
}
.twitter:hover{
    cursor: pointer;
    background-color: aqua;
}
.youtube:hover{
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0.5);
}

    /* Footer page End */