* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.navbar {
    background-color: #3b5d50;
    align-items: center;
    padding: 20px 0 !important;
}

.a {


    background-color: #3b5d50;
}

.btm {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}


.hov  {
    bottom: -80%;
    width: 230px;
    height:  200px;
    background-color: rgba(54, 136, 136, 0.253);
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
}
.parent {
    overflow: hidden;
}
.parent:hover .hov
{
    bottom: 0;
    transition: all 0.5s ease-in-out;
}
.parent:hover img{
    transform: translateY(-10px);
    transition: all 0.5s ease-in-out;


}




.why{
width: 75%;
   height: 90%;
   margin-top: 70px;
   margin-left: 110px;
   border-radius: 10px  ;
}

.app {
    background-color: rgb(8, 212, 8);
    width: 100px;
    height: 40px;
}

input {
    padding: 0px;
    padding: 10px !important;
}

footer {
    margin-top: 250px;
}

.footerimg {
    margin-top: -150px;
    margin-left: 300px;
}
.service {
line-height: 1.5;
}
.service .service-icon {
border-radius: 10px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #3b5d50;
margin-right: 20px;
color: #ffffff;
}
textarea {
height: auto !important;
}
