body{
    background-image: url(Body.jpg);
}
#homepagelayout{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    box-sizing: border-box;
    background-color: whitesmoke;
    box-shadow: -5px 10px 20px #ddd;
}
#carosal{
    width: 100%;
    margin-top: 70px;
}
.heading{
    text-align: center;
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
#shade{
    color: #007bff;
}
#shade1{
    background: -webkit-linear-gradient(rgb(54, 253, 253),rgb(242, 55, 55));
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
#color{
    color: rgb(54, 253, 253);
}
#color1{
    color:rgb(242, 55, 55);
}
#shade2{
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
#paraadj{
    margin-top: 50px;
}
marquee{
    background-color: aliceblue;
 }
 #light{
    color:rgb(100, 100, 100);
}
 #marquee{
    margin-top: 15px;
    background: -webkit-linear-gradient(#007bff,#151414);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
#paragraph{
    text-align: justify;
    font-size: 13px;
    color:#151414;
}
#contsmallimg{
    margin-top: 40px;
}
#bordersmallimg{
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgb(220, 220, 220);
    text-align: justify;
    font-size: 10px;
    color: #151414;
    background-color: white; 
    
}
.head1{
    margin-top: 15px;
    font-size: 16px;
    color: rgb(24, 24, 24);
  }
  .para1{
    color: rgb(100, 100, 100);
    font-size: 12px;
  }
#bordersmallimg:hover{
    border-top: 1px solid  rgb(238, 45, 45);
}
.smallimg{
    margin-top: 50px;
    margin-left: 10px;
    width: 100%;
}
#logorow{
    margin-top: 50px;
}
#wedo{
    margin-top: 10px;
    
}
#wedonotdo{
    margin-top: 10px;
}
i{
    color: rgb(242, 55, 55)d;
}
.break{
    margin-top: 10px;
}
#logo{
    width: 100%;
    height: 500;
    margin-top: 30px;
}

