.nav1{
    border-style: solid;
    border-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 0px 0px;
    position: fixed;
    background-color: white;
    display:inline-flex;
    width: 100%;
    padding-top: 14px;
}


#c1{
    position:sticky;
    padding-left: 45%;
    text-align: end;
    
    
}
#c2{
    
    position:sticky;
    padding-left:35px;
}
#c3{
    
    position:sticky;
    padding-left:35px;
}
#c4{
    
    position:sticky;
    padding-left:35px;
}
#c5{
    
    position:sticky;
    padding-left:35px;
}
#c6{
    
    position:sticky;
    padding-left:35px;
}
a{
    text-decoration: none;
    transition: 1s all;
    padding: 3px;

}
.a:hover{
    color:black;
    border-radius: 6px;
    box-shadow: rgb(64, 97, 79) 0px 0px 5px 0px;       
}
.img1{
    width: 100%;
    height: 550px;
}
.name{
    text-align: center;
    font-family: cursive;
    margin-top: -350px;
    font-weight: bold;
    margin-bottom: 290px;
}
.ab, .service{
    border-style: none;
}
.ab1{
    height: 350px;
    width: 550px;
    margin-left: 55px;
    
}
.ab2{
    margin-top: 50px;
    position: absolute;
    margin-left: 640px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.p3{
    text-overflow: ellipsis;
    width: 400px;
}
.serv1{
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.box1{
    border-style:groove ;
    width: 300px;
    display: inline-block;
    text-overflow: ellipsis;
    border-radius: 30px 0px 22px 0px;
    margin: 30px;
}

.box1:hover{
    border-radius: 6px;
    box-shadow: rgb(64, 97, 79) 0px 0px 5px 0px;
    border-style: none;
    border-radius: 0px 30px 0px 22px;
}
.box2{
    border-style: groove;
    display: inline-block;
    text-overflow: ellipsis;
    width: 300px;
    border-radius: 30px 0px 22px 0px;
    margin: 30px;
}
.box2:hover{
    border-radius: 6px;
    box-shadow: rgb(64, 97, 79) 0px 0px 5px 0px;
    border-style: none;
    border-radius: 0px 30px 0px 22px;
}
.box3{
    border-style: groove;
    width: 300px;
    display: inline-block;
    text-overflow: ellipsis;
    border-radius: 30px 0px 22px 0px;
    margin: 30px;
}
.box3:hover{
    border-radius: 6px;
    box-shadow: rgb(64, 97, 79) 0px 0px 5px 0px;
    border-style: none;
    border-radius: 0px 30px 0px 22px;
}

.click:hover{
    color:black;
    border-radius: 6px;
    box-shadow: rgb(64, 97, 79) 0px 0px 5px 0px;
}


#c7{
    font-size: 32px;
}
#c8{
    width: 210px;
    height: 190px;
    transition: 1s all;
    border-radius: 5px;
}

#c8:hover{
    width:230px;
    height:200px;
  
}
#c9{
    font-size: 24px;
    color: rgb(159, 158, 158);
}
#cards{
    margin: 10px;
    width: 290px;
    display: inline-block;
}

li{
    list-style:none;
}

#c10{
    text-align: center;
    font-size: 18px;
    background-color: rgb(231, 229, 229);
    border-style: solid rgb(231, 229, 229);
    height: 30px;
    width: 240px;
    margin-right: 20px;
    margin-left: -20px;
    
}
#c10:hover{
    background-color: rgb(180, 177, 177);
    border-style: none;
    box-shadow: none;
    color:black;
  
}

.t1{
    transition: 1s all;
}
.t1:hover{
    border-radius: 6px;
    box-shadow: rgb(64, 97, 79) 2px 0px 20px 0px;  
}

.checked {
    color: orange;
}

.h11{
    
    color:aliceblue;
    text-align: center;
    background-color: black;
    width: 100%;
    opacity: 55%;
}
