.home{
    background-image: url(https://static.vecteezy.com/system/resources/previews/005/425/419/original/3d-render-office-design-modern-meeting-room-mockup-with-black-and-white-concept-free-photo.jpg);
    background-repeat:no-repeat ;
    background-size: cover;
    padding-top: 10px;
}
.home1{
    color: white;
    text-align: center;
    margin-top: 25%;
    padding-bottom: 20%;
}
.home h3{
    font-weight: bolder;
    color: white;
}
/* <!-- home page end  -->
<!-- About page start --> */
.about{
    background-color:rgba(128, 128, 128, 0.371) ;
    padding-top: 20px;
    padding-bottom: 32px;

}
.custom-list{
    list-style: none;
    padding-left: 0;
}
.icon1 i{
    font-size: 42px;
    color: #ff4a17;
}
.smile{
    display: inline-block;
}
.icon1{
    padding: 25px;
}

 /* about end page */
 /* table start page */

 .icon i{
    font-size: 45px;
    color: #ff4a17;
    display: inline-block;
 }
 .iconpage{
    background-color: grey;
 }
.icon h1{
    display: inline-block;
    padding-left: 2px;
}



 .end{
    background-color: rgb(47, 47, 129);
    width: 100%;
    height: 200px;
 }
