/* css */

.bg-nav{
  background-color: #7fae09;
}

/* social midia icon */
.fa {
  padding: 5px;
  font-size: 30px;
  width: 32px;
  text-align: center;
  text-decoration: none;
  /* margin: 5px 2px; */
}

.fa:hover {
    opacity: 1;
    color: #7fae09;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;

}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-plus{
  background: #fff;
  color: #000;
  height: 25px;
  margin: 0 4px;
}
.fa-minus{
  background: #fff;
  color: #000;
  height: 25px;
  
}

.right{
  margin-left: 700px;
  display: flex;
}
.right h2{
  font-size: 15px;
  color: #fff;
  margin: 0 4px;
}
.row1{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  /* flex-wrap: inherit; */
  /* margin-top: calc(var(--bs-gutter-y) * -1); */
  /* margin-right: calc(var(--bs-gutter-x) * -.5); */
  /* margin-left: calc(var(--bs-gutter-x) * -.5); */
}


.green_color{
  background-color: #7fae09;
  border: 1px solid rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  margin: 0 5px;
  
}
.blue_color{
  background-color: #1331da;
  border: 1px solid rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.orange_color{
  background-color: #ebb70e;
  border: 1px solid rgb(255, 251, 251);
  width: 25px;
  height: 25px;
}

.btn btn-green color{
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0;
  border: 1px solid #fff;
  padding: 0;
  border-radius: 2px;
  margin: 0 3px;
}
.sr-only{
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.right p{
  font-size: initial;
  font-weight: 400;
  color: white;
  margin-right: 14px;
}

/* banner */

/* .body{
  background-image: url(https://thumbs.dreamstime.com/b/indian-farmer-holding-crop-plant-his-wheat-field-indian-farmer-holding-crop-plant-his-wheat-field-123557697.jpg);
  background-repeat: no-repeat;
  background-size: cover;
 opacity:0.1;
 
} */



.rt-bg{
  padding: 15px 0;
 /* background: url(https://www.rcfltd.com/public/front/images/bg-head.png) no-repeat right -10rem center; */
 background-color: white;  

}


.btm_header{
  background-color: #7fae09;
  width: 100%;
  height: 25px;
}

.container h1{
  text-align: center;
  font-size: 25px;
  font-family: sans-serif;
}
form{
  /* background: #c5d79947; */
 /* padding-top: 32px;*/
 padding-top: 30px;
    padding-bottom: 25px;
}
.form_box{
  width: 65%;
  border: 1px solid gray;
  background: white;
  box-shadow: aqua;
  padding: 10px;
  box-shadow: 0 0 5px 5px #a9a9a99e;
  /* box-shadow: 9px 5px #d3d3d3bf; */
  margin:0 auto;
}
.form_box h2{
  text-align: center;
    font-size: 23px;
    font-family: sans-serif;
  /*  padding-top: 10px;*/
}
.table_login{
  display: block;
  width: 100%;
  overflow-x: auto;
}
.table_body{
  width: 100%;
  margin-bottom: 3rem;
  color: #212529;
  border: 1px solid;
}

.submit_btn{
     text-decoration: none;
     color: white;
     background: #7fae09;
     font-size: 18px;
     padding: 8px 30px;
     font-family: sans-serif;
     border-radius: 5px;
}
.submit_btn1{
  text-decoration: none;
  color: white;
  background: #ffc511;
  font-size: 14px;
  padding: 4px 15px;
  font-family: sans-serif;
  border-radius: 5px;
}
.submit_btn2{
  text-decoration: none;
  color: white;
  background: #3c90cd;
  font-size: 15px;
  padding: 3px 19px;
  font-family: sans-serif;
  border-radius: 5px;
}
.submit_btn2:hover{
  color: #ebb70e;
  
}

.submit_btn:hover{
  padding-left: 20px;
  padding-right: 20px;
  
  color: #ebb70e;
  
}
.new-ragister a{
  color: #ebb70e;
  font-size: 15px;
  font-family: sans-serif;
  text-decoration: none;
}
.flex{
  display: flex;
  


}
.ipc_item{
  width: 100px;
  margin: 0 22px;
}


.footer_s{
  background-color: #7fae09;
  margin: 0 0;
  height: 25px;
}

.footer-text{
  font-size: 15px;
  font-weight: 400;
  color: white;
}


/* Crausal*/

#owl-demo .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}





.form-control1{
    float: right;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


 @media only screen and (max-width: 400px){
        .form-control1{
   
    width: 100%;
   
}
        
          
      }

/*..........nav2.............*/
.set_nav{
  color: white !important;
}

.navbar1 {
  position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* padding-top: .5rem; */
    /* padding-bottom: .5rem; */
}
.btm_header h3{
  font-size: 19px;
    font-family: initial;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
