


*{
    margin: 0;
    padding: 0;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
body{
	color:black !important;
}
.a_link a{
	color: #B0B9AE !important;
}
.mob_no a{
	color: black !important;
}
@media (max-width: 1051.4866) {
    .fadeIn {
        font-size: 30px;
    }
}
.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}
/* 1st div */

.bg-dark {
    background-color:rgb(135, 17, 17) !important;
}
.btn {
    transition: .5s;
    font-weight: 500;
    
}
.text-end {
    text-align: right !important;
}
.btn-primary,
.btn-outline-primary:hover {
    color:  #F7F7F7;
}

.btn-secondary,
.btn-outline-secondary:hover {
    color:#3e221e;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
	    font-size: 1.5rem;
}

/* navbar*/
.collapse:not(.show){
    display: none;
}
.collapse::after(.hide){
    display: block;
}
.nav-collapse{
    flex-basis: 100%;
    flex-grow: 1;

}
.navbar.sticky-top {
    top: -70px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    /*margin-right: 20px;*/
    padding: 10px 30px;
    color: var(--dark);
    font-size: 15px !important;
    font-weight: 500;
    outline: none;
	
}
#navbarCollapse{
	margin:auto;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: rgb(135, 17, 17)
}
.img-milk{
    width: 12%;
    height: auto;
}
.align-items-end {
    align-items: flex-start !important;
}
.vision_mission{
	text-align:center;
	color:black;
	font-size:24px;
}
.img-fluid {
    height: 17rem 1important;
    width: 27rem;
}

@media screen and (max-width: 800px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 800px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
/* header*/
.header-img{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: block;
    width: 100%;
    height: 30vh;
}
.img-header{
    max-width: 25%;
    height: auto;
    margin-top: -130px;
}
.strip {
    width: 100%;
    height: 4px;
    position: absolute;
    z-index: 8;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

  .line {
    width: 20%;
    float: left;
    height: 4px;
  }
.head-img{
opacity: calc(0.7);
width: 100%;
height: 80%;
display: block;
}

.mean-img{
    padding-top: 5px;
    width: 78%;
    height: 70%px;
    padding-left: 80px;
    padding-right: 80px;
    -webkit-background-composite: 1.9;
}
  .inner_banner, .infra-banner, .about-banner, .contact-banner, .investors-banner, .news-banner, .invest-banner {
    width: 100%;
    height: 220px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    font-size: 50px;
    text-align: center;
    line-height: 300px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
  }
 
/* info*/
.farm_content_test {
    width: 100%;
    padding: 30px 0 50px;
	margin-top:3rem;
  }
  .farm_content p, .farm_content_test p {
    width: 90%;
    margin: auto;
    line-height: 30px;
    text-align: justify;
  }
  .center p {
    text-align: center;
  }
  /* About*/
  .about-experience {
    position: absolute;
    width: 90%;
    height: 100%;
    right: -20px;
    bottom: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pull-right{
    float: right;
}
#about{
    font-size: 25px;
    color: rgb(135, 17, 17);
}
.position-relative {
    position: relative !important;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
/* service*/
#service{
    color: rgb(135, 17, 17);
    text-transform: uppercase  ;
}
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: solid rgb(135, 17, 17) 2px;
   
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 3, 3, 0.5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
   
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}
.service-item .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
  /*  background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);*/
}

/*.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}*/

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}
.service-item .service-text h5,
.service-item .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
   color: var(--dark);
    background: var(--secondary);
}

.service-item .service-text .btn:hover {
    color: var(--dark);
    background: var(--secondary);
}
#service{
    font-size: 25px;
    color: rgb(135, 17, 17);
}
/* product*/
#product{
    font-size: 30px;
    color: rgb(135, 17, 17);
    text-transform: uppercase  ;
}
.product-item {
    padding: 0px;
}
.text{
    color: rgb(135, 17, 17);
    text-align: center;
}
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: 0;
    opacity: 1;
}

.product-item h5 {
    transition: .5s;
}

.product-item:hover h5 {
    opacity: 0;
}
.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #ffffff;
    font-size: 22px;
    transition: .5s;
}
.text{
    color:brown;
}
.custom-div {
    font-size: 18px;
   text-align:center;
  }
  @media (max-width: 576px) {
    .custom-div {
      font-size: 20px;
    }
    .custom-div {
        text-align: center;
        padding: 30px;
      }
      @media (max-width: 1000px) {
        .custom-div {
          font-size: 19px;
        }
      }
  }
/* footer*/
.footer {
    color: #B0B9AE;
    background-color: rgb(135, 17, 17);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #c4cac3;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: white;
    letter-spacing: 1px;
    box-shadow: none;
}
.footer a {
    text-decoration:none !important;
}.end a {
    text-decoration:none !important;
}
.align-items-end {
   align-items: flex-start !important;
}
.Sahara{
	margin-top: -18rem;
}