 /* menu bar */
 body{margin:0px;padding:0px;}
 #header{position:fixed;width:100%;z-index:999;}
 
 .nav-link{ 
             text-decoration:none;
             color:white;
             font-weight:bold
           }
 .nav-link:hover{
                  color:#86bc3b;border:1px solid #86bc3b;
                 }
 .nav-item{
              margin-left:111px;
           }
 .bar{color:white;}
 .active{color:#86bc3b!important;}
 /* background image and text */
 .bg{
        height:550px;
         background-image:url("../images/hand.jpg");
         background-position:center;
         background-size:cover;
         }
.h1{
   color:white;
   font-size:80px;
   padding-top:15%;
   padding-left:10%;
 } 
   .h1{
       color:white;
       font-size:80px;
       padding-top:15%;
       padding-left:10%;
     } 

     .font{color:rgb(82, 223, 82);}

     .if{font-size:55px;padding-top:10%;margin-left:8%;font-weight:bold;font-family: 'Lobster', cursive;}

     .form{margin-top:20%;padding-left:5%;}

     .input-box{width:50%;float:left;}

     .btn6{
        background-color:rgb(15, 95, 15);
        color:white;
        border:1px solid #19773d;
        border-radius:50px;
        font-size:20px;
        margin-top:2%;
        margin-left:38%;
        width:133%;
       }
    .btn6:hover{background-color:rgb(7, 63, 7);color:white;}

    

    .text6{
        font-size:70px;
        margin-top:50%;
        text-align:center;
    }

.text7{
       font-size:30px;
       color:#368a0f;
       text-align:center;
    }

.text8{
        font-size:15px;
        color:rgb(99, 96, 96);
        text-align:center;
    }

      /*background image2 */
      .background{
        width:100%;
        height:600px;
        background-image:url("../images/home.jpg");
        background-position:fixed;
        background-repeat:no-repeat;
        background-size:cover;
        margin-top:10%;
        }
   .text12{font-size:50px;padding-top:10%;padding-left:10%;font-weight:bold;}
   .text13{font-size:15px;color:rgb(110, 110, 110);padding-left:10%;padding-top:2%;} 
   .image2{padding-top:2%;padding-left:10%;width:50%;}

    /* contact us*/  
    .logo{width:65%;}
    .text16{margin-top:8%;}
    .text17{font-size:50px;color:black;}  
    .text18{color:rgb(28, 139, 28);}  
    .text{text-align: center;}
    .border{border:1px solid red!important;}
    .address{margin-left:66%;margin-top:-38%}
    .addcolor{color:green;font-size:50px;}
     .addcolor1{color:black;font-size:30px;}
      .addcolor2{color:gray;font-size:18px;}
      .form-control{width:211%!important;}
          
    /*footer*/
    .text19{color:rgb(13, 141, 13);font-size:20px;}
    .text20{margin-top:10%;font-size:20px;}
 