.font-align{
    width: 100px;
    height: 800px;
}
.side-align{
    position: fixed;
    bottom: 0%;
    right: 0%;
}
.nav-icon{
    background-color: #FF7E42;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
    letter-spacing: 10px;
    
}
.whts{
    background-color: green;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 30px;
    margin: 20px;
    margin-bottom: 50px;
}

.arrow{
    background-color: #FF7E42;
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 50%;
    font-size: 30px;
    margin: 20px;
    margin-top: 50px;
}
.caption{
    background-color: rgb(217, 209, 209);
    padding: 30px;
}
.first-btn{
    background-color: rgb(175, 166, 166);
    border: 3px solid rgb(25, 6, 6);
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    margin: auto;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
    color: black;
}
.first-btn:hover{
    background-color: #FF7E42;
    color: white;
}
.service{
    text-align: center;
}
.service:hover{
    transform: scale(1.1);
    transition: 1s;
    color: orangered;
}
.img-fluid{
    margin-left: 30px ;
    width: 330px;
    height: 450px;
}
.ourservice{
    background-color: white;
    border: 1px solid rgb(216, 204, 204);
    margin: 10px;
    text-align: center;
}
.ourservice:hover{
    transform: scale(1.1);
    transition: 1s;
}
.product{
    background-color: white;
    border: 1px solid rgb(216, 204, 204);
    margin: 10px;
    text-align: center;
}
.product:hover{
    transform: scale(1.1);
    transition: 1s;

}
.footer{
    background-color: rgb(11, 11, 53);
    padding: 50px;
    color: white;
    display: flex;
    justify-content: space-evenly;
    line-height: 30px;
}
ul{
    list-style-type: none;
    text-align: center;
    padding: 20px;
}
.inline-list li {
  display: inline; 
  margin-right: 15px;
  text-align: center;
  color: white;
}
li{
    color: white;
    cursor: pointer;
}
li:hover{
    color: #FF7E42;
}


