
:root {
    --primary: #3CB815;
    --secondary: #F65005;
    --light: #F7F8FC;
    --dark: #111111;
}
body{
	
font-family: 'Lato', sans-serif;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.index-about img{
	margin-top: 44px;
}
.index-about{
	min-height: 500px;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.gallery h2 {
  display: block;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 4px;
}
.gal-1,.gal-2{
	padding-bottom:0px!important;
}

/* .carousel-inner { */
	/* width: 100%; */
	/* display: inline-block; */
	/* position: relative; */
/* } */
.carousel-inner {
	padding-top: 43.25%;
	display: block;
	content: "";
}
.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* #slider{ */
  /* width:100%; */
  /* margin:0 auto; */
  /* position:relative; */
  /* overflow:hidden; */
  /* box-shadow:2px 5px 10px rgba(0,0,0,0.4);; */
/* } */
/* #slider img{ */
	/* width:100%; */
/* } */
/* .slide{ */
  /* width:100%; */
  
  /* display:none; */
  /* animation-name:fade; */
  /* animation-duration:1s; */
  
/* } */
/* img{ */
 /* width:100%;  */
/* } */
@keyframes fade{
  from{opacity:0.5;}
  to{opacity:1;}
}
.hover-bg-dark:hover, .hover-bg-dark.active {
  background: #ffd102  !important;
}
.transition {
  transition: 0.2s ease;
}
.box-shadow {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}
.hover-bg-dark:hover *, .hover-bg-dark.active * {
  color: #fff !important;
}
.water-wave {
  position: relative;
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.translate-top{
	margin-top: 100px;
}
.icon-bg {
  position: relative;
  background-color: rgb(57, 166, 61);
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 120px 135px 110px 90px;
}
.icon-bg::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 5px;
  background: rgba(134, 195, 58, 0.05);
  border: 2px solid #86c33a;
  border-radius: 130px 120px 160px 130px;
}
.water-wave::before{
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.controls{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:1.5em;
  padding:15px 10px;
  border-radius:5px;
  
}

.controls:hover{
  background:white;
  transition:0.3s;
}

.controls:active{
  color:grey;
}

#left-arrow{
  left:10px;
}

#right-arrow{
  right:10px;
}

#dots-con{
  
  text-align:center;
}
.dot{
  display:inline-block;
  background:grey;
  padding:8px;
  border-radius:50%;
  margin:10px 5px;
}



@media (max-width:576px){
  #slider{
	  width:100%;
  
  }
  
  .controls{
    font-size:1em;
  }
  
  #dots-con{
    display:none;
  }
}
.caption {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 60%;
	z-index: 9;
	margin-top: 20px;
	text-align: center;
}
.caption h1 {
  color: #fff;
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 23px;
}
.caption h2 {
  color: rgba(255,255,255,.75);
	font-size: 26px;
	font-weight: 300;
}
a.big-button {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	background: #eb7a00;
	background: rgba(255, 0, 0, 0.75);
	padding: 28px 35px;
	border-radius: 3px;
	margin-top: 80px;
	margin-bottom: 0;
	display: inline-block;
}
a.big-button:hover {
	text-decoration: none;
	background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	display: inline-block;
	margin-top: 35px;
}
a.view-demo:hover {
	text-decoration: none;
	color: #333;
}
.footer{
	background-color: #3da83d !important;
}
.translate-top .icon-bg .fa {
  font-size: 45px;
  margin-top: 25px;
  color: #fff !important;
}
.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}
table thead tr th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}
th, td {
  padding-top: 10px;
  padding-bottom: 20px;
 padding-left: 18px;
  padding-right: 18px;
}
.orange-text {
    color: #F28123;
}
.feature-bg {
  position: relative;
  margin: 150px 0;
}
.featured-text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-top: 100px;
}
.featured-text p{
  font-size: 17px;
  font-weight: 700;
  line-height: 3.25rem;
}

.how-img 
{
    text-align: center;
}

.how-img img {
  width: 200px;
  margin-top: 100px;
}
.how-img-1 img {
  width: 200px;
  width: 200px;
  margin-top: 100px;
}
.how-img-2 img {
  width: 400px;
  width: 300px;
  margin-top: 100px;
}

.how-section1 .row
{
    margin-top: 10%;
}
.bg-icon {
    background: url(../img/bg-icon.png) center center repeat;
    background-size: contain;
}
.navbar-brand {
    float: left;
    /* padding: 0!important; */
    font-size: 18px;
    line-height: 0px!important;
    /* height: 0px!important; */
    text-transform: uppercase;
}
.navbar-brand img {
    width: 115px;
    margin-top: 6px;
}
iframe{
	width: 100%;
    height: 320px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.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;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
	background: #ffd102;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
	color:#000;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
padding: 25px 39px;
color: #000;
font-weight: normal;
outline: none;
font-family: 'Lato', sans-serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
	
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
	.section-title h1{
		font-size:32px;
	}
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
	
}
.carousel-caption h1 {
  color: #000 !important;
  font-size: 27px;
}
.carousel-caption h5{
	color:#000!important;
	font-size:16px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
}

@media (min-width:769px) and (max-width:867px){
	
	.carousel-caption h1 {
  color: #000 !important;
  font-size: 26px;
}
.section-title h1{
		font-size:32px;
	}
}

@media (max-width: 768px) {
    /* #header-carousel .carousel-item { */
        /* position: relative; */
        /* min-height: 450px; */
    /* } */
    
    /* #header-carousel .carousel-item img { */
        /* position: absolute; */
        /* width: 100%; */
        /* height: 100%; */
        /* object-fit: cover; */
    /* } */
	.carousel-item h1{
		font-size:20px;
	}
	.carousel-item h5{
		font-size:14px;
	}
	.section-title h1{
		font-size:32px;
	}
	.how-img img {
  width: 200px;
}
.how-img-1 img {
  width: 200px;
  margin-left: 100px;
}
.how-img-2 img {
  width: 200px;
  margin-left: 100px;
}
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/mango-pulp-9.jpg) top right no-repeat;
    background-size: cover;
}
.page-header-1{
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/mango-pulp-18.jpg) top right no-repeat;
    background-size: cover;
}
.page-header-2{
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/mango-pulp-7.jpg) top right no-repeat;
    background-size: cover;
}
.page-header-5{
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/mango-pulp-22.jpg) top right no-repeat;
    background-size: cover;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Section Header ***/
.section-header {
    position: relative;
    padding-top: 25px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
}

.section-header::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
}

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
}



/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: -webkit-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -moz-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -ms-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -o-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-size: 20px 20px;
    transform: skew(20deg);
    z-index: 1;
}


/*** Product ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item small a:hover {
    color: var(--primary) !important;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--secondary) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    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;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

@media (max-width: 479px) {
	.top-bar{
		height:auto;
	}
	.top-bar small, .small {
  font-size: 14px;
	}
	.top-bar small,.small .ms-4{
		margin-left:0px!important;
	}
	.detail p{
		font-size: 14px;
	}
}