body{
}

.banner img{
    width: 100%;
    height: 700px;
}

.header .logo img{
    position: relative;
    left: 15px;
    top: -680px;
}

.header .navbar ul{
    font-size: 17px;
    display: flex;
    margin-right: 25px;
    position: relative;
    left: 900px;
    top: -793px;
    font-weight: 500;
}

.header .navbar ul li{
    margin-right: 20px;
    list-style: none;
}

.header .navbar ul li:nth-child(6){
    margin-right: 0;
}

.header .navbar ul li a{
    color: white;
    text-decoration: none;
}

.header .navbar ul li :hover{
    border-bottom: 3px solid yellow;
    transform: all .5s;
}

.stick{
    height: 150px;
    background-color: #7c8a04;
    position: relative;
    top: -161px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stick .stick-in{
    margin: 35px 50px;
}

.stick .stick-in .stick.head h4{
    font-weight: bold;
    color: white;
}

.stick .stick-in .stick.con h5{
    font-weight: bold;
    color: white;
}

.stick .mybtn{
    height: 54px;
    width: 147px;
    align-items: center;
    margin: 50px;
    border: none;
    border-radius: 53px;
    text-align: center;
}

.stick .mybtn:hover{
    color: black;
    background-color: yellow;
}

.About{
    width: 100%;
    display: flex;
    justify-content: center;
}

.About .Seventy{
    width: 70%;
}

.About .Seventy h2{
    font-weight: bold;
    position: relative;
    right: -200px;
    top: -47px;
}

.About .Seventy h6{
    position: relative;
    right: -200px;
    top: -47px;
}

.About .Seventy img{
    position: relative;
    right: -200px;
    top: -25px;
}

.About .Seventy p{
    position: relative;
    right: -200px;
    top: 0px;
}

.About .thirty{
    width: 30%;
}

.About .thirty img{
    position: relative;
    top: -65px;
    right: 250px;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    overflow: hidden;
}
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}
  
  #customers tr:hover {
    background-color: #dddddd37;
}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #7c8a04;
    color: white;
    padding-right: 290px;
}

#customers .req-btn{
  background-color: #fac34e;
  border: none;
  padding: 10px;
  border-radius: 10px;
}

#customers .req-btn:hover{
  background-color: #000000;
  color: #fac34e;
}

  .mybtn{
    margin-right: 20px;
    border-radius: 30px;
    height: 50px;
    width: 200px;
    color: black;
    outline: none;
    background-color: rgb(247, 255, 177);
    cursor: pointer;
    border: 0;
}

  .mybtn:hover{
    background-color: #8d6102;
    color: white;
    cursor: url(../image/cursor.png);
}

  .plan{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

  .plan:hover{
   color: #7c8a04;
}

  .outer-blk{ 
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}
  
  .outer-blk .box{
    width: 400px;
    height: 400px;
    position: relative;
    margin-right: 30px;
    border: 5px solid #7c8a04;
}
  
  .outer-blk .box img{
    width: 100%;
}

  .outer-blk .box .overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: .5s ease-out;
    background: #222600cb;
    overflow: hidden;
}
  
  .outer-blk .box:hover .overlay{
    height:100%;
    overflow: hidden;
}
  
  .outer-blk .box .overlay h2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
  
  .outer-blk .box .overlay button{
    position: absolute;
    background-color: #fac34e;
    border: none;
    padding: 5px;
    left: 25%;
    top: 65%;
}

  .outer-blk .box .overlay button:hover{
    background-color: #8d6102;
    color: white;
}

  .location-head{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

  .location-head:hover{
   color: #7c8a04;
}

  .location{
    width: 100%;
    display: flex;
    justify-content: center;
}

  .location .fifty{
    width: 50%;
    margin: 20px;
}

 .location .fifty img{
    position: relative;
    right: -58px;
}

 .location .fifty-50{
    width: 50%;
    padding: 20px;
}
 
 .location .fifty-50 .f-one, .f-two, .f-three{
    height: 200px;
    padding: 25px;
    margin-bottom: 15px;
    background-image: url(../image/yellobg.png);
}

 .location .fifty-50 .f-one:hover, .f-two:hover, .f-three:hover{
    background-image: url(../image/yellobg-contrast.png);
}

.Contact-head{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

  .Contact-head:hover{
   color: #7c8a04;
}

.contact-form{
    background-color: #7c8a04;
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: center;
}

 .contact-form .contact-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

 .contact-form .contact-text h3{
    font-size: 15px;
    color: white;
}


.contact-form .contact-coloumn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form .contact-coloumn input {
    margin-right: 20px;
    border-radius: 30px;
    height: 50px;
    width: 300px;
    border: 0;
}

.contact-form .contact-coloumn input::placeholder {
    text-align: center;
}

.contact-form .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.contact-form .submit-btn button{
    margin-right: 20px;
    border-radius: 30px;
    height: 50px;
    width: 200px;
    color: black;
    outline: none;
    background-color: rgb(247, 255, 177);
    cursor: pointer;
    border: 0;
    
}

.contact-form .submit-btn button:hover{
    background-color: yellow;
    color: black;
}

footer{
    position: relative;
    background-color: #e7ecb2;
    height: 220px;
    width: 100%;
  }
  
  footer .footer-logo img{
    height: 150px;
    position: absolute;
    right: 50%;
    margin-top: 30px;
  }
  
  footer .footer-content ul{
    list-style: none;
    position: absolute;
    margin-top: 30px;
    font-size: 16px;
  }
  
  footer .footer-content ul li a{
   text-decoration: none;
   color: black;
  }
  
  footer .footer-content ul li a:hover{
    color: black;
    font-weight: bold;
   }
  
  
  footer .footer-last h4{
    font-size: 18px;
    position: absolute;
    top: 121px;
    right: 271px;
    color: black;
  }
  
  footer .footer-last h5{
    font-size: 16px;
    position: absolute;
    top: 146px;
    right: 240px;
    color: black;
  }
  
  footer .social-media{
    position: absolute;
    right: 55.7%;
    top: 176px;
    margin-bottom: 30px;
  }
  
  footer .social-media ul{
    list-style: none;
    display: flex;
  }
  
  footer .social-media ul li a img{
    height: 20px;
    padding-right: 10px;
  }

  .mySlides {
    display: none;
  }

  img {
    vertical-align: middle;
  }

  /* Slideshow container */
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }

  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    display: none;
  }

  .active {
    background-color: #717171;
  }

  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 5s;
  }

  .modal .modal-dialog .modal-content{
    height: 450px;
    width: 350px;
    top: 50%;
    transform: translate(50px,100px);
  }

  .modal .modal-dialog .modal-header .btn-close{
    color: #717171;
    height: 0;
    width: 0;
    margin: 20px;
  }

  .modal .modal-dialog .modal-header .btn-close:hover{
   background-color: white;
  }

  .modal .modal-dialog .modal-body input {
    margin: 5px;
    height: 50px;
    width: 300px;
    border: 1px solid grey;
    display: flex;
  }

  .modal .modal-dialog .modal-body input:nth-child(4) {
    margin: 5px;
    height: 100px;
    width: 300px;
    border: 1px solid grey;
    display: flex;
    text-align: top;
  }

  .modal .modal-dialog .modal-body input::placeholder {
    text-align: left;
    padding: 10px;
  }

  .modal .modal-content .modal-body .btn-submit{
    margin: 5px;
    height: 50px;
    width: 300px; 
    text-align: left; 
    padding: 10px;
    border: 0px;
    background-color: #7c8a04;
    color: white;
  }

  .modal .modal-content .modal-body .btn-submit:hover{
    background-color: #bbb;
    color: white;
  }


  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }