@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
* {
  box-sizing: border-box ;
}
html,body{ 
overflow-x: hidden; 
scroll-behavior: smooth;
}
/*Start Navigation Bar*/
.navbar-default{
    border: none;
    padding: 10px 30px;
    background-color: #ffffff;
   
   }
.navbar-default .navbar-brand{
    display:flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 25px;
    
}
.navbar-default .navbar-nav li a{
    line-height: 26px;
    letter-spacing: 2px;
    color: #040404;
    padding: 13px 20px;
    margin: 10px;
    height: 100%;
    
    font-size: 14px;
}

.navbar-default .navbar-nav li a:hover
  {
    background-color: #ed1c24;
    color: #ffffff;
    box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
    transition: all ease 0.4s;
    border-radius: 35px;
  }
  .navbar-default .navbar-nav > li > a:focus
  {
    background-color: #ed1c24;
    color:#ffffff;
    border-radius: 35px;
  }

  .navbar-default .navbar-toggle
    {
      margin-top: 20px;
    }
    .navbar-default .navbar-toggle .icon-bar
    {
      background-color: #ed1c24;
      color: #ffffff;
      box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
      transition: all ease 0.3s;
    }

    .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background-color:  #ed1c24;
color: #ffffff;
border-radius: 35px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #ffffff; }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #ed1c24; }

/*End Navigation Bar*/

/*main-banner start*/
.jumbotron{
    background-image: url("../images/home-bg.png");
    background-size: cover;
    -moz-background-size: cover;
     -o-background-size: cover;
     -ms-background-size: cover;
     padding: 70px 0px;
     position: relative;
     background-attachment: fixed;
    

}

.jumbotron h1{
    margin-top: 70px;
    font-family: 'Open -Sans';
    font-weight: 300px;
    font-size: 75px;
    color: white;
}

.jumbotron p{
    margin-top: -5px;
    font-family: 'Open -Sans';
    font-weight: 300px;
    font-size: 50px;
    color: white;
}
/*main-banner end*/
/*---------about-us section start-------*/

.about-us{
  padding: 30px 0;
}

.about-us .about-im img {
  
  margin-top:30px;
}
.about-us .about_text {
  text-align: left;
  
}
.about-us .about-text h2 {
  
  font-family: 'Open -Sans';
  color: #EA360C;
  border-bottom: #00A651 solid 1px;
  font-size: 50px;
  line-height: 60px;
  display: block;
  text-transform: uppercase;
  padding: 0px 0px 6px 0px;
  font-weight: 500;
}

.about-us .about-text p {
  font-family: 'Open -Sans';
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding: 20px 0px;
}
#about-text-2{
    margin-top: -25px;
}

/*---------about-us section end-------*/
/*---start product title--*/
.title{
  text-align: center;
  padding-bottom: 50px;
  padding-top: 90px;
}

.title h2 {
  text-transform: uppercase;
  padding: 0px 0px 6px 0px;
  color: #EA360C;
  border-bottom: #00A651 solid 1px;
  font-weight: 500;
  line-height: 45px;
  font-size: 50px;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Open -Sans';
    }
/*----end product title----*/
/*---start product slider--*/

.products-slider{
  
      padding: 70px 0px;
}

/*---end product slider--*/
/*---------start footer*/
.about-footer p{
  font-size: 15px;
  color: #040404;
  padding-bottom: 10px;
  line-height: 30px;
  padding-left: 0px;
 }

 .quick-links i{
  color: #EA360C;
  margin-right: 10px;
}
.quick-links li{
  padding-bottom: 10px ;
  
}
.quick-links ul{
  list-style: none;
  margin: 0%;
  width: 100%;
  margin: 0%;
  padding: 0%;
}
.quick-links li a{
  font-size: 13px;
  color:#040404;
  text-decoration: none;
  padding-left: 15px;
  
}
.quick-links li a:hover{
  color: #EA360C;
  
}
.quick-links h3{
border-bottom: 4px solid#00A651;
color: #EA360C;
font-size: 25px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 3px;
margin-bottom: 20px;
width: 250px;
}
.contact-us i{
  color: #EA360C;
  margin-right: 10px;
  font-size: 12px;
}
ul.contact-us{
  list-style: none;
  float: left;
  width: 100%;
  margin: 0%;
  padding: 0%;
}
ul.contact-us li{
  padding-bottom: 13px ;
  text-decoration: none;
  list-style: none;
}

.contact-footer h3{
border-bottom: 4px solid#00A651;
color: #EA360C;
font-size: 25px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 3px;
margin-bottom: 20px;
width: 250px;
}
ul.contact-us li a{
  font-size: 15px;
  padding-left: 15px;
  color:#040404;
  text-decoration: none;
  list-style: none;
  
}

.about-footer h3{
border-bottom: 4px solid#00A651;
color: #EA360C;
font-size: 25px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 3px;
margin-bottom: 20px;
width: 250px;
}
.about-footer h3 span{
  color: #00A651;
}

/*end footer*/

/*COPYRIGHT SECTION FOOTER*/

.copy-right{
  border-top: 1px solid #00A651;
  padding: 5px 0px 5px 0;
}
.copyright-sec{
  color: black;
     font-size: 13px;
     font-weight: bold;
     text-align: center;
          margin: 0 auto;
          padding-bottom: 5px;
          padding-top: 10px;
          
}
/*COPYRIGHT SECTION FOOTER*/

/*contact-us-pg*/

.jumbotron#contact{
  background-image: url("../images/home-bg.png");
  background-size: cover;
  -moz-background-size: cover;
   -o-background-size: cover;
   -ms-background-size: cover;
   padding: 70px 0px;
   position: relative;
   background-attachment: fixed;
}

.jumbotron#contact h1{
  font-weight: 300px;
    font-size: 75px;
  margin-top: 90px;
}
.form-control{
  border-radius: 35px;
  height: 50px;
  font-family: 'Open -Sans';
}
.form-control:focus{
  border-color: #EA360C;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  font-family: 'Open -Sans';
}
.btn-primary{
  background-color: #EA360C;
  border-color: #EA360C;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  border-radius: 25px;
  width: 250px;
  height: 50px;
  font-size: bold;
  margin-top: 10px;
  
}
.btn-primary:hover{
  background-color: #00A651;
  border-color:#00A651 ;
}
h3.widget-title{
  color:#EA360C;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'Open -Sans';
 }
 .title-contact i{
   color: #EA360C;
   margin-left: 10px;
   margin-right: 10px;
   font-size: 12px;
 }
 .title-contact h3{
   color: #EA360C;
   font-size: 30px;
   margin-bottom: 30px;
   font-family: 'Open -Sans';
 }
 .title-contact h4{
   font-size: 20px;

 }
 .title-contact li{
   list-style: none;
   display: flex;
   line-height: 33px;
   word-spacing: 3px;
   font-size:13px;
   text-decoration: none;
 }
 .title-contact li a {
   list-style: none;
   text-decoration: none;
   color: #000000;
   
 }
 /*contact-us-pg*/

/*produc-pg start*/
.pro-gallery{
  margin-bottom: 30px;
}
ul.pro-nav{
  border: 1px solid #cdcccc;
  border-radius: 25px;
  padding: 5px;
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
  text-align: center;
  padding: 3px;
  margin: 0 0 35px;
  display: inline-block;
  
}

.pro-nav li{
  list-style: none;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  line-height: 10px;
  font-size: 13px;
  min-width: 100px;
  text-transform: uppercase;
    
}

.pro-nav li a {
  
  display: inline-block;
  padding: 10px 20px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  background-color: transparent; /* default */
  border: 1px solid transparent;
}
a,
a:visited {
  color: #040404; /* Black */
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ed1c24; /* Red on hover, consistent with your theme */
  text-decoration: none;
}

/* Force visited links to stay black too */
.pro-nav li a:visited {
  color: black;
}
.pro-nav li a.active {
  background-color: #ed1c24;
  color: white;
  border-radius: 10px;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  transition: all ease 0.3s;
}
.pro-nav li a {
  color: black;
  ...
}

.pro-nav li a:visited {
  color: #2e7d32;
}

.pro-nav li a:hover {
  color: white;
}

/* On hover */
.pro-nav li:hover a,
.pro-nav li a:hover {
  color: white;
}
/* Active link styling */
.pro-nav li a.active {
  background-color: #2e7d32;
  color: white;
}

.pro-nav li a:hover {
  color: white;
}
.pro-nav li.active{
  background-color: #2e7d32;
  color: white;
  border-radius: 10px;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  transition: all ease 0.3s;
     
}

.pro-nav li:hover a {
  color: white;
}

.pro-nav li:hover{
  background-color: #2e7d32;
  color: white;
  border-radius: 10px;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  transition: all ease 0.3s;

}




.pro-img{
  margin: 0 0 35px;
  
}
.vege p{
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #908e8e;
  font-family: 'Open -Sans';
  text-transform: uppercase;
  
}
.fruits p{
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #908e8e;
  font-family: 'Open -Sans';
  text-transform: uppercase;
}
/*product-pg end*/
/*Why us start*/
.title-text{
  margin-top: 35px;
}
.title-text h1{
  text-transform: uppercase;
  padding: 0px 0px 6px 0px;
  color: #EA360C;
  border-bottom: #00A651 solid 1px;
  font-weight: bold;
  line-height: 45px;
  font-size: 50px;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Open -Sans';
}
.title-text h4{
margin-top: 25px;
color: #908e8e;
}
.exp i{
  color: white;
  font-size: 30px;
  background-color: #EA360C;
  border-radius: 60px;
  padding: 20px;
}
.exp{
  margin-top: 50px;
  margin-bottom: 40px;
}
.exp h2{
  font-size: 25px;
  text-transform: uppercase;
  color: #00A651;
  font-family: 'Open -Sans';
  font-weight: bold;
  margin-top: 35px;
}
.exp h4{
  font-size: 15px;
  margin-top: 18px;
  color:black;
}
/*Why us End*/
/*Order pg start*/
.head-text h3{
   color: #EA360C;
   font-size: 35px;
   margin-bottom: 20px;
   font-family: 'Open -Sans';
   font-weight: bold;
   
}
.head-text p{
  font-size:18px;
  margin-bottom: 5px;
  font-family: 'Open -Sans';
  padding-top: 3px;
  
}
.order-frm-text h3{
  color: #EA360C;
   font-size: 30px;
   margin-bottom: 30px;
   font-family: 'Open -Sans';
   font-weight: bold;
}
.map{
  overflow:hidden;
  padding-bottom:50%;
  position:relative;
  height:0;
}
.map iframe{
  left:0;
  top:0;
  height:100%!important;
  width:100%!important;
  position:absolute;
}
/*Order pg end*/

/*news start*/
.hd-text{
  background-color: red;
  padding: 15px 15px;
  height: 50px;
  width: 150px;
}
.hd-text p{
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.news-ticker{
  font-size: 15px;
  font-weight:bold;
  text-transform: uppercase;
  padding: 15px 15px;
  height: 50px;
  box-shadow: 6px 12px 30px rgba(80,110,240,0.3);
  transition: all ease 0.3s;
  color: green;
}

/*news end*/




  

