.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
 a{
    display: inline-block;
    text-decoration: none !important;
  }
  :root{
    --bgcolor:#F8F9FA;
    --linecolr:#00274f;
    --yellcolor:#b57839;
    --navbg:#033f63;
    --green:#636c3d;
    --ash:#353535;
  }
  /*---------top----------------*/
  .top{
    background: var(--green);   
  }
  .top-items a, .user a{
    font-family: "Roboto", sans-serif;
    color:#fff;
    font-size: 12px;
    padding: 8px 0;
  }
  .top-items a i, .user a i{
    color: var(--yellcolor);
    margin-right: 8px;
  } 
  .user{
    float:right;
  }
 /*----------nav--------------*/
 .my-nav li a{
   text-transform: uppercase;
   font-family: "Roboto", sans-serif;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 2px;
   margin: 10px ;
 }
 
.navbar-brand img{
  width:180px;
}
.dropdown-item{
  margin: 0 !important;
}
  /*-----------banner----------------*/  
  .bann-details{
    position: absolute;
    top: 10%;
    right:10%; 
    left:auto;
    bottom: auto;  
    background: rgba(255,255,255,0.3 );
    padding: 15px;
  }
  .bann-details h3{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight:500;
    text-transform: uppercase;
    letter-spacing: 2px;    
    color:#fff;   
    line-height: 1.5;
    text-shadow: 2px 2px #000;
  }
  .bann-details p{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight:500;
    letter-spacing: 2px;
    font-style: italic;
    text-transform: capitalize;      
    color:#fff;
    text-shadow: 2px 2px #000;
  }
  .bann-details h1{
    font-family: "Roboto", sans-serif;
    color:var(--bgcolor);
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;   
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
    text-shadow: 2px 2px #000;
  }
  @keyframes scale {
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes fade-in {
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }

 /*---------------about------------------*/
 .abt-image{
   width:100%;
   overflow: hidden;
   text-align: center;
 }
 .abt-image img{
   width:80%;
 }
 .main-hd{
  font-family: "Roboto", sans-serif; 
   color:var(--green);
   font-size: 40px;
   text-transform: uppercase;   
}
 .para{
  font-family: "Roboto", sans-serif;
   color: var(--ash);
   font-size: 16px;
   font-weight: 600;
   text-align: justify;
 }
 
/*---------------why-------------------*/ 
.why{
  /*background-image: url(../images/bg.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;*/
  background: var(--green);
  padding: 50px 0;  
}

.head1{
  font-family: "Roboto", sans-serif; 
  color:var(--bgcolor);
  font-size: 40px;   
  margin: 15px 0;
  text-align: center;
}
.key{
  color: #fff;
  background: var(--yellcolor);
  padding: 10px 15px;
  box-shadow: 1px 2px 5px #000000;
}
 .why-img{ 
  margin-bottom: 30px; 
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
 }
 .why-img h3{
  font-family: "Roboto", sans-serif; 
  color:var(--green);
  font-size: 24px;   
  margin: 15px 0;
  text-align: center;
 }

/*-----------footer-------------------*/
.footer{
  /*background-image: url(../images/banner/footer.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;*/
  background: #ead9c9;
  padding: 40px 0;
}

.foot-logo{
  width:100%;
  overflow: hidden;  
}
.foot-logo img{
  width:140px;
  background: rgba(255,255,255,0.3 );
}

.foot-small{
    font-family:  "Roboto", sans-serif;
    color:var(--green);
    font-size: 20px;
    margin: 20px 0;
}
.socio{
  list-style: none;
  text-decoration: none !important;
  display: flex; 
  padding: 0; 
}
.socio li a{
  color: var(--green);
  margin-right:15px;
  border: 1px solid var(--green);
  padding: 10px 15px;
}
.foot-items{
    padding: 0;
    margin: 0;
    list-style: none;
}

.foot-items li a{      
    font-size: 14px;
    font-weight: 600;
    color:#000;
    margin: 5px 0;
    display: flex;   
    
}
.foot-items li a i{
    color: var(--green);    
    font-size: 18px;
}
/*//////////////about-page/////////////////////*/
.small-ban{
  background: url(../images/banner/small-ban.png);
  background-repeat: no-repeat;
  background-position: center; 
  height:300px;  
  padding-top:110px;
}
.small-ban a{
  color:#fff;
  font-size: 20px;
  text-transform: capitalize;
}
.abt-image{
  text-align: center;
} 
.abt-image img{
  width:60%;
}
.color{
  text-align: center;
  margin-bottom: 30px;
}
.cotton_img {
  text-align: center;
  margin-bottom: 30px;  
}
.cotton_img:hover img{
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
/*//////////////////////////////////*/
.contact_form{
  background: orange;
  padding: 30px;
}
#contactForm .form-group  {
  margin: 30px 0;
}
.info_item h6{
  font-family:  "Roboto", sans-serif;
  color:black; 
  font-size: 18px; 
  font-weight: 600;
}
.info_item h6 a{
  font-family:  "Roboto", sans-serif;
  color:black; 
  font-size: 18px; 
  font-weight: 600;
}
.info_item p {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  line-height: 24px;
  
}
.green-btn{
  color: #fff;
  background: var(--green);
  padding: 10px 15px;
  border-radius: 20px;
  border: none;
}