:root {
  --primary: #009f00;
  --secondary: #ff0000;
  --gray: #515151;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');
img {
  max-width: 100%;
}
html,
body {
  overflow-x: hidden !important;
  padding-right: 0px !important;
  font-family: 'Open Sans', sans-serif !important;

}

.fixed-whatsapp{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  background: green;
  color: #fff;
  line-height: 60px;
  z-index: 10;
}
.fixed-call{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
  line-height: 60px;
  z-index: 10;
}
.container,.container-sm{
  padding: 0px 80px;
}
a {
  text-decoration: none;
  transition: all 0.3s ease, background-position 1ms;
  color: var(--primary);
}
a:focus{
  color: #fff;
}
p{
  line-height: 26px;
}
.bg_primary{
  background: var(--primary);
}
.bg_secondary{
  background: var(--gray);
}
.fw-semibold{
  font-weight: 600;
}
.heading-font{
  font-family: 'Philosopher', sans-serif;
}
.hover-zoom{
  transition: 0.5s ease-in-out;
  /* max-height: 250px;
  padding:30px 20px; */
  
}
.hover-zoom:hover{
  transform: scale(1.1);
}
.btn-outline{
  border: 1px solid var(--primary);
  color: var(--primary);
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
}
.main-btn{
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 20px;
  color:  #fff;
  background: var(--primary);
  /* border: 1px solid;
  border-color: var(--primary); */
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid var(--primary);
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
  }
  .main-btn:hover{
    background: #fff;
    color: var(--primary);
  }
  .sub-heading{
    font-size: 20px;
    font-weight: 700;
    color: var(--gray);
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    /* z-index: 99; */
  }
  .sub-heading span{
    font-weight: 500;

  }
  .main-heading{
    font-size: 50px;
    font-weight: bold;
    font-family: 'Philosopher', sans-serif;
    color: var(--primary);
    position: relative;
    z-index: 9;
  /* letter-spacing: 0px; */
  }
  .out-line-heading{
    font-size: 60px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif !important;
   
    position: relative;
    z-index: 9;
    font-weight: 800;
    /* color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #65656a; */
  text-transform: uppercase;
  letter-spacing: -3px;
  line-height: 70px;
  }
  
  .produce-head h4{ 
    font-family: 'Philosopher', sans-serif;
    font-size: 30px;
    font-weight: 400;
 
  }
  .produce-head h4 span{
   
    font-size: 80px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif !important;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #65656a;
  letter-spacing: -3px;
  line-height: 70px;
  }
  .paragraph-text{
    color: var(--gray);
      font-weight: 500;
      font-size: 18px;
      font-family: 'Philosopher', sans-serif;
  }
  .border-green{
    border-color: var(--primary) !important
  }
/* 
.container{
  max-width: 1200px;
} */
section, .container-fluid, header, footer, #bg-one{
  max-width: 2200px;
  margin: 0px auto;
}
.min-h-60{
  min-height: 60px;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px
}
.pt-60{
  padding-top: 60px;
}
.pb-60{
  padding-bottom: 60px
}
.pt-70{
  padding-top: 70px;
}
.pb-70{
  padding-bottom: 70px
}
.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px
}
.side-bar{
  width: 70px;
  padding-top: 15px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  box-shadow: 0 0 0.75rem 0 rgba(0,0,0,.2);
}

.side-bar .menu-btn{
  border: none;
  color: hsla(240, 2%, 41%, 0.716);
  outline: none !important;
  box-shadow: none !important;
  padding: 0px;
}
.side-bar .menu-btn:hover i{
  background: var(--primary);
}
.side-bar .menu-btn i{
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  /* border: 1px solid hsla(240, 2%, 41%, 0.5); */
  border-radius: 100px;
  transition: all 0.3s ease;
  background: var(--primary);
  color: #fff;
}
.side-bar .menu-btn span{
  
  display: inline-block;
  padding-top: 5px;
  color: hsla(240, 2%, 41%, 0.716);
  font-size: 14px;
  font-weight: 400;
}
.social-icons{
  position: absolute;
  left: 0;
  bottom: 20px;
  /* padding-bottom: 20px; */
  text-align: center;
  width: 75px;
}
.social-icons ul{
  padding: 0px;
  margin: 0px;
}
.social-icons li{
  list-style: none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.social-icons li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid hsla(240,2%,41%,.5);
  border-radius: 100px;
  color: hsla(240, 2%, 41%, 0.716);
}
.social-icons li a:hover{
  background: var(--primary);
}
.menu-social{
  margin-left: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block ;
  margin-top: 20px;
}
.menu-social a{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  margin-right: 10px;
}
.menu-social a:hover{
  background: var(--primary);
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-top: 5px solid #c59b7f;

  padding-top: 10px;
}
.header-icon{
  color: var(--secondary);
  font-size: 22px;
  margin-right: 20px;
}

.logo img{
  height: 110px;
}
.btn-primary {
  background: #169bd6;
  border-color: #169bd6;
}
.modal-footer {
  justify-content: center;
}
.min-h-100{
  min-height: 100vh;
}
.min-h-80{
  min-height: 80vh;
}
.text-primary{
  color: var(--primary) !important;
}
.text-secondary{
  color: var(--secondary) !important;
}

@keyframes myanimation {
  0% {
    background-color: #169bd6;
  }
  25% {
    background-color: green;
  }
  50% {
    background-color: #ffc525;
  }
  75% {
    background-color: rgb(250, 141, 16);
  }
  100% {
    background-color: #169bd6;
  }
}
.image-hover{
  
  transition: 0.5s ease-in-out;
}
.image-hover:hover{
  filter: none;
  -webkit-filter: grayscale(0%);
  cursor: pointer;
  transform: scale(1.1);
}
.more-img{
  transition: 0.5s ease-in-out;

}
.more-img:hover{
  cursor: pointer;
  transform: scale(1.1);
}
.menu-bar{
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.page-start {
  padding-top: 80px;
}

.profile-image{
  width: 40px;
  height: 40px;
  border: 1px solid #169bd6;
}
.cart-header{
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #054374;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}
.header-right span small {
  color: #169bd6;
}
.carousel-item {
  height: 90vh;
  /* min-height: 350px; */
  background: no-repeat left bottom  scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner .carousel-caption {
  /* bottom: 20%; */
 
}

.banner .banner-one h1 {
  font-size: 75px;
  color: #fff;
  font-family: 'Philosopher', sans-serif;
  font-weight: 600;
  line-height: 65px;
  text-transform: uppercase;
}
.banner .banner-two h1 {
  font-size: 115px;
  color: #fff;
  font-family: 'Philosopher', sans-serif;
  font-weight: 600;
  line-height:  90px;
  text-transform: uppercase;
}
.banner .banner-two .line-one{
  font-size: 75px;
  line-height: 60px;
}
.banner .banner-three h1 {
  font-size: 90px;
  color: #fff;
  font-family: 'Philosopher', sans-serif;
  font-weight: 600;
  line-height:  75px;
  text-transform: uppercase;

}

.banner .banner-three .line-one{
  font-size: 130px;
  line-height: 80px;
  font-style: normal;
}
.banner .banner-three .line-three{
  font-size: 85px;
  line-height: 70px;
}
.banner .banner-five h1 {
  font-size: 35px;
  color: var(--primary);
  font-family: 'Philosopher', sans-serif;
  font-weight: 600;
  line-height:  45px;
  text-transform: uppercase;
  
}
.banner .banner-five .out-line-text{
  font-size: 45px;
}
.out-line-text{
  color: #fff;
  /* -webkit-text-stroke-width: 1.5px;
-webkit-text-stroke-color: var(--secondary); */
}

.banner .carousel-caption {
  bottom: 35%;
}

.banner .carousel-caption p {
  font-size: 16px;
  color: #fff;
  max-width: 460px;
  margin:  auto;
  margin-bottom: 20px;
}
.banner-btn {
  background: rgb(36,62,143);
  background: linear-gradient(90deg, rgba(36,62,143,1) 0%, rgba(67,181,232,1) 100%);
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s ease, background-position 1ms;
  font-weight: 600;
}
.banner-btn:hover {
  background: #ffffff;
  color: #000;
}
.banner-leaf{ 
  z-index: 9;
 
  height: 180px;
  margin-top: -18px;
  margin-right: 80px;
}
.banner-two .banner-leaf{ 
  margin-top: -35px;
}
.banner .carousel-indicators{
 bottom: 10%;
}
.video-banner{
  position: relative;
}
.banner-shape{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* .video-banner::after{
  content: "";
  background: url(../images/banner/shape.png) top;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  
  width: 100%;
  height: 100px;
} */
/* .banner-leaf{
  position: absolute;
  right: 10%;
  bottom: 30px;
  z-index: 9;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.396) );
  filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.366));
  height: 230px;
} */
.sec-one{
  
  position: relative;
}
.sec-one::before{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: #fff;
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
top: 0;
  z-index: 1;
  display: none;
} 
.bg-holder {
  width: 100%;
  background-size: cover;
  /* background-position: 50% 50%; */
  color: #fff;
  background-attachment: fixed;
}

.bg-holder .content {
  color: #fff;
  text-align: center;
  position: relative;
  /* top: 50%; */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.hand-plate{
  z-index: 1;
  
  position: absolute;
  bottom: 0;
  right: 0;
  height: 550px;
  width: auto;
}
  #bg-one::before{
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    background: #fff;
    position: absolute;
     transform: skew(0, -2.2deg);
    transform-origin: top left;
    left: 0;
    right: 0;
  top: -10px;
    z-index: 1;
  }
  #bg-one::after{
    content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: #fff;
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
bottom: -100PX;
  z-index: 9;
  }
#bg-one{
  background: url(../images/black-bg.jpg)   center;
  position: relative;
  overflow: visible;
  background-size: cover;
  background-attachment: fixed;
 
}
.bg-one-content{
  transform: skew(0, 0deg);
 z-index: 9;
 padding-top: 100px;
 padding-bottom: 100px;
}


#bg-one h1{
   margin-top: 80px; 
  font-size: 80px;
  line-height: 73px;
  font-weight: bold;
  color: var(--primary);
}
#bg-one p{
  font-size: 22px;
  line-height: 32px;
 
}
/* #section-three::before{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: #fff;
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
top: 0;
  z-index: 1;
} */
#section-three{
background: url(../images/bg.jpg)  center left no-repeat;
position: relative;
overflow: visible;
background-size: cover;
background-attachment: fixed;

/*  transform: skew(0, -2.2deg);
transform-origin: top left; */
}
.section-three-content{
transform: skew(0, 0deg);
z-index: 9;
padding-top: 150px;
padding-bottom: 250px;
}

#section-three h1{
/* margin-top: 80px; */
font-size: 40px;
line-height: 45px;
font-weight: bold;
}
#section-three p{
font-size: 22px;
line-height: 32px;
/* margin-bottom: 0px; */
}
.leaf-two{
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10;
}
.pat{
  background: #fff;
}
.pattern-bg{
  background: url(../images/paper-texture.jpg);
  /* background-size: cover; */
  position: relative;
  z-index: 1;
  margin-top: -100px;

}
/* .pattern-bg::before{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: url(../images/paper-texture.jpg);
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
/
  z-index: 1;
} 
.pattern-bg::after{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: url(../images/paper-texture.jpg) ;
 
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 0;
  border-bottom: 5px solid #c59b7f;
} */
/* .after-img::after{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: url(../images/paper-texture.jpg) ;
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 1;
} */
#bg-two{
  background: url(../images/bg-two.jpg) no-repeat center;
  position: relative;
  overflow: visible;
  background-size: cover;
  height: 650px;
}


#bg-two::after{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: url(../images/paper-texture.jpg);
  /* background-size: cover; */
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
  bottom: -100px;
  border-top: 10px solid #34b44a;
  
}
#bg-two h1{
  margin-top: 250px;
  font-size: 70px;
  line-height: 63px;
  font-weight: bold;
  color: #432a1a;
}
#bg-two p{
  color: #432a1a;
  font-size: 22px;
  line-height: 32px;
}
.bg-two-leaf{
  position: absolute;
  right: 50px;
  bottom: 36px;
  z-index: 1;
  width: 150px;
}
.cherry{
  position: relative;
  z-index: 9;
}
.brand-box {
  /* border: 1px solid #afafb1; */
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  margin-bottom: 20px;
  padding: 20px 30px;
  border: 1px solid var(--primary);
  text-align: center;
  border-radius: 10px;

}
.brand-box h1{
  font-family: 'Montserrat', sans-serif;
  color: var(--secondary);
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0px;
}
.brand-box span{
  color: var(--secondary);
  color: black;
  font-size: 14px;
}
.brand-box img{
  max-height: 60px;
}
.brand-box .on-hover{
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  transition: 0.5s ease-in-out;
}
.brand-box .hover-text{
  opacity: 0;
  transition: 0.5s ease-in-out;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;padding: 10px;
  right: 0;
  top: 34%;
}
.brand-box:hover .on-hover{
  opacity: 1;
}
.brand-box:hover .hover-text{
  opacity: 1;
}
.brand-box:hover{
  transform: scale(1.1);
  border: none;
}
.gallery-btn{
  background: var(--primary);
  display: block;
}
.gallery-grid{
  width: 20.77777%;
}
.gallery img{
  width: 100%;
}
/* .location{
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  overflow: hidden;
}
.location-inner{
  transform: skew(0, 2deg);
} */
.category-list{
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid var(--primary);

}
.category-list h4{
  color: var(--secondary);
  margin-top: 15px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0px;
}
.product-list{
  border: 1px solid #c59b7f;
  /* background: #e7eaf3; */
  display: block;

  text-align: center;
}

.product-list h4{ 
  padding: 15px;
  color: #000;
  background: #fff;
  margin-bottom: 0px;
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
  font-size: 26px;
}
.product-list img{
  transition: 0.5s ease-in-out;
  /* max-height: 250px;
  padding:30px 20px; */
  
}
.product-list img:hover{
  transform: scale(1.1);
}
.product-details{
  background: #fff;position: relative;
}
.product-details .main-btn{
  padding: 15px 40px;
  font-size: 18px;
}
.product-details h3{
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
  /* font-size: 26px */
}
.product-details .carousel-indicators {
  position: relative;
}
.product-details .carousel-indicators img{
  width: 30% !important;
  height: 100% !important;
  border-radius: 15px;
    background: none;
    padding: 10px;
}
.product-details .carousel-item{
  height: auto;
}
.border-right-bottom{
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.border-bottom-only{
  border-bottom: 1px solid #e3e3e3;
}
.border-right-only{
  border-right: 1px solid #e3e3e3;
}
.client-list{

  padding: 20px;
  height: 150px;
}
.client-list img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.image-bg h2{
  padding-top: 90px;
  padding-bottom: 90px;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.bg-light{
  background: #F6F6F6;
}
.white-box{
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.white-box h6{
  color: #003399;
  font-weight: 600;
  font-size: 18px;
}

.white-box p{
  color: #707070;
  font-size: 13px;
}
.home-video{
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #cacaca;
}
.home-video h2{
  color: #003399;
  font-weight: bold;
  text-transform: uppercase;

}

.testimonial {
  border-top: 1px solid #e3e3e3;
  position: relative;
}

.testimonial-user img {
  border-radius: 100%;
  width: 60px !important;
  height: 60px;
  margin: 0px auto  ;
  border: 1px solid #5eb1df;
  
}
.testimonial-user h6 {
  font-size: 18px;
}
.testimonial-user h6 small {
  font-size: 14px;
}
.testimonial-list {
  
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  
}
.testimonial-list p {

  padding-bottom: 20px;
}

.carousel-control-prev-icon {
  background-image: url(../images/prev.png);
  width: 34px;
  height: 34px;
  background-size: auto;
}
.carousel-control-next-icon {
  background-image: url(../images/next.png);
  width: 34px;
  height: 34px;
  background-size: auto;
}
.carousel-control-next-icon:hover{
  opacity: 0.1;
}

.course-list a {
  background: #169bd6;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease, background-position 1ms;
}
.news-letter {
  background: #243E90;
  padding-top: 130px;
  padding-bottom: 130px;
}
.news-letter h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;

}
.news-letter p {
  color: #fff;
  /* margin-bottom: 20px; */
}
.news-letter .form-control-lg,.btn-lg{
  border-radius: 0px;
}
.white-btn {
  background: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  color: #000;
}
.news-letter-btn{
  max-width: 150px;
}
.white-btn:hover {
  background: #169bd6;
  color: #ffffff;
}
.choose {
  background: #054374;
  padding-top: 70px;
  padding-bottom: 70px;
}
.choose h2 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 50px;
}
.choose p {
  color: #ebebeb;
  margin-bottom: 20px;
}
.box {
  padding:  25px;
  position: relative;
  min-height: 280px;
  
}
.box-style-one{
  background: #FFF9E5;
}
.box-style-two{
  background: #E5FFEF;
}

.box h6 {
  font-weight: 600;
  color: var(--secondary);
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
.box p {
 font-size: 14px;
 font-weight: 400;
 line-height: 20px;
 color: #737373;
}
.box .line{
  width: 50px;
  height: 2px;
  background: var(--primary);
  display: inline-block;
  margin: 15px 0px;
}
.box-icon{
  height: 52px;
}
.icon-bg img{
  height: 35px;
}
.home-event{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.event-list .card-title{
  font-weight: 600;
  font-size: 20px;
}
.event-list img{
  border: 1px solid var(--primary);
}
.event-list a{
  color: var(--primary);
}
.count-bg{
  background: url(../images/count-bg.png) no-repeat top ;
  background-size: cover;
}
.count-box{
  background: rgba(255, 255, 255, 0.22);
  padding:  30px 15px; 
  margin-bottom: 20px;
}
.count-box h1{
  font-family: 'SairaSemiBold';
  font-size: 50px;
  color: #fff;
  margin-bottom: 5px;
}
.count-box p{
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.percent:after {
  content: "+";
  display: inline-block;
}
.footer-leaf{
  position: absolute;
  left: 0;
  top: -70px;
  z-index: 1;
  width: 150px;
}
footer {
  padding-top: 80px;
  background: #2c3728;
  background-size: cover;
}
footer .logo{
  max-height: 50px;
}
footer p {
  color: #cccccc;
  font-family: 'Philosopher', sans-serif;
  line-height: 24px;
  font-size: 14px;
}
footer p a {
  color: #8f8f8f;
 
}
footer h5 {
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Philosopher', sans-serif;
}
.footer-logo{
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 120px;
}
/* .footer-menu{
  min-height: 250px;
} */
.footer-menu ul {
  padding: 0px;
  margin: 0px;
}
.footer-menu li {
  list-style: none;
  line-height: 24px;
  font-family: 'Philosopher', sans-serif;
}
.footer-menu li a {
  color: #cccccc;
  font-size: 14px;
}
.footer-menu li a:hover {
  color: #fff;
}

footer .form-control {
  border-radius: 30px;
}
footer .btn-primary {
  border-radius: 30px;
}

.footer-top {

  border-bottom: 1px solid rgba(255, 255, 255, 0.23);

  padding-bottom: 30px;
  margin-bottom: 20px;
}
.footer-bottom{
  border-top: 1px solid #91a955;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -22px;
}
.footer-bottom p{
  margin-bottom: 0px;
}
.footer-social ul {
  padding: 0px;
  margin: 0px;
  float: right;
}
.footer-social li {
  list-style: none;
  float: left;
  margin-right: 20px;
}
.footer-social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
}
.footer-social li a:hover {
  background: var(--primary);
  color: #fff;
}
.footer-social p {
  font-size: 14px;
}
.footer-social p span {
  color: #169bd6;
}
/* .mobile-bth {
  display: none;
} */
.programs{
  padding-top:60px ;
  padding-bottom: 60px;
}
.programs-filter h6{
  margin-bottom: 15px;
  color: #333;
  font-size: 18px;
}
.programs-filter .bg-light{
  border: 1px solid #797979;
  padding: 8px;
  font-weight: 400;
  margin-bottom: 10px;
}
.program-list{
  margin-top: 20px;
  border-radius: 10px;
}
.program-list h3{
  color: #054374;
  font-weight: bold;
}
.program-list img{
  border-radius: 10px;
  position: relative;
}
.program-list .badge{
  position: absolute;
  right: 25px;
  top: 15px;
  background: #43B5E8;
  color: #ffffff;
  font-weight: 400;
  z-index: 9;
  font-size: 12px;
}
.program-list p{
  font-size: 14px;
}
.bg-light-blue {
  background: #169bd6;
}
.bg-dark {
  background: var(--secondary);
}
.arrow-right-one {
  margin-top: 90px;
}
.arrow-left-bottom {
  width: 80px;
  margin-top: 70px;
}
.arrow-right-bottom {
  width: 80px;
  margin-top: 70px;
}
.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.inner-page {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  height: auto;
  background: url(../images/paper-texture.jpg);
}
.inner-page::after{
  content: '';
  display: none;
  height: 100px;
  width: 100%;
  background: url(../images/paper-texture.jpg);
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 0;
  border-bottom: 5px solid #c59b7f;

}
.inner-page h1 {
  margin-bottom: 40px;
}
.contact-page h6 {
  color: var(--primary);
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.contact-page h3 {
  font-size: 18px;
}
.contact-page p {
  color: #666e75;
}
.course-page p {
  font-size: 19px;
}
.testimonial-page .card {
  border-radius: 10px !important;
  box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
  border: none !important;
}
.testimonial-page .testimonial-user {
  margin-top: 20px;
  margin-bottom: 30px;
}
.announcement-list {
  margin-bottom: 20px;
}
.announcement-list img {
  max-width: 40px;
  position: absolute;
  /* left: 0; */
  right: 20px;
  top: 20px;
  opacity: 0.5;
}
.page-head{
  padding-top: 200px;
  padding-bottom: 40px;
  
}
.page-head h1{
  margin-top: 20px;
}
.header-btn{
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
}
.header-btn i{
  margin-right: 5px;
}
.location-btn i{
  margin-right: 3px;
}
.reg-box-one{
  background: #fffce4;
}
.reg-box-two{
  background: #f5fffa;
}
.reg-box p{
  font-size: 14px;
}
.reg-box .main-btn{
  padding: 10px 20px;
  font-size: 13px;
}
.reg-box h4{
  font-weight: 600;
  color: #054374;
  font-size: 20px;
}
.custom-checkbox{
  font-size: 12px;
    line-height: 1;
    position: relative;
    display: inline-block;
    /* margin: 0 5px 0 0; */
    text-transform: uppercase;
    color: #000;
    background-color: #f1f2f6;
    
}
.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.custom-checkbox .size-name {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0;
  border-radius: 3px;
 
  padding: 8px;
  display: inline-block;
}
.custom-checkbox input:checked~.size-name {
  color: #fff;
  background-color: #2d8f56;
}
.custom-checkbox .size-name small{
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
  display: inline-block;
}
.custom-checkbox .disabled{
  color: red !important;
  text-decoration: line-through;
}
.custom-checkbox .disabled small{ 
  
  text-decoration: line-through;
}
.videos h4{
  font-weight: 600;
  margin-bottom: 20px
}
.videos h4 i{
  margin-right: 10px;
  color: #169bd6;
}
.videos p{
  margin-top: 10px;
}
.video-list{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60.25%;
}
.video-list iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* Profile container */
.profile-side {
   background: #ececec;
   background: #f2fbff;
   padding: 20px;
   min-height: 70vh;
 
   border: 1px solid rgba(0,0,0,.125);

}
.progile-image{
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
}
.profile-side h5{
  font-size: 16px;
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
.profile-content .card-body{
  min-height: 70vh;
}

.price-details p {
  color: #000;
  margin-bottom: 10px;
}
.price-details p span {
  float: right;
}
.price-details h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.price-details h5 span {
  float: right;
}
.form-bg{
  background: #003399;
}
.project-list{
 background: #F9F9FB;
 margin-bottom: 20px;
}
.project-list .content{
  background: #303030;
  padding: 25px;
}
/* .project-list .card-body{
  background: #fff;
} */
.project-list .card-title{
  font-size: 20px;
  font-family: 'SairaSemiBold';
  text-transform: uppercase;
  
  
}
.project-list .paragraph-text{
  line-height: 22px;
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.project-list a{
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.video-bg{
  background: url(../images/video-bg.png) center;
  background-size: 100%;
  position: relative;
}
.banner-mobile{
  display: none;
}
.form-page{
  background: var(--secondary);
}
.form-page .logo{
  max-height: 60px;
}
.form-page header{
  background: none;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.border-btn{
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #fff;
}
.border-btn i{
  margin-right: 5px;
}
.donation-box .list-group-item{
  background: #81c353;
}
.donation-box .card-body{
   border: 1px solid rgba(255, 255, 255, 0.385);
   /* border-radius: 10px; */
   /* background: #69a43e; */
}
.donate-btn{
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding:10px 20px;
  color:  var(--primary);
  background:#fff;
  /* border: 1px solid;
  border-color: var(--primary); */
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.about-header{
  background: rgb(25,32,23);
  background: -moz-linear-gradient(0deg, rgba(25,32,23,1) 0%, rgba(40,40,40,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(25,32,23,1) 0%, rgba(40,40,40,1) 100%);
  background: linear-gradient(0deg, rgba(25,32,23,1) 0%, rgba(40,40,40,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192017",endColorstr="#282828",GradientType=1);
  position: relative;
  /* background: #2c3728; */
  /*  transform: skew(0, -2.2deg);
  transform-origin: top left; */
}
/* .about-header::after{
  content: '';
    display: block;
    height: 100px;
    width: 100%;
    background: url(../images/paper-texture.jpg);
    position: absolute;
     transform: skew(0, -2.2deg);
    transform-origin: top left;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 0;

} */

.about-header .sub-heading{
  color: #fff;
}

/* .header-inner{
  transform: skew(0, -1.1deg);
  transform-origin: top left;
} */
.about-header .title-line{
  max-height: 20px;
}
.page-header-shape{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  width: 100%;
  
 
}
.min-h-70{
  min-height: 70vh;
}
.min-h-75{
  min-height: 75vh;
}

.about-header h1{
  color:#fff;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase; 
  line-height: 55px;
  
}
.about-header h1 span{
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1.5px;
-webkit-text-stroke-color: #fff;
letter-spacing: -3px;
}
.pdoduct-details-header:after{
  background: #fff;
}
.pdoduct-details-header h1{
  line-height:42px;
  font-size: 52px;
}
.pdoduct-details-header h1 span{
  font-size: 45px;
  
}
.product-page .nav-tabs{
  border: none;
}
.product-page .nav-tabs .nav-link{
  opacity: 1;
  color: #000;
  display: inline-block;
  margin: 0px 5px;
  border-radius: 30px;
  background: #e4e4e4;
  min-width: 180px;
}
.product-page .nav-tabs .nav-link.active{
  background: var(--primary);
  color: #fff;
}
.product-page h2 span{
  font-family: 'Philosopher', sans-serif;
  stroke: none;
  color:  #65656a;
  -webkit-text-stroke-width: 0;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 35px;

}
.page-title h1{
  color: var(--primary);
  font-family: 'Philosopher', sans-serif;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 0px;
}
.inner-page{
  padding-top: 60px;
  padding-bottom: 60px;
}

.inner-page p{
  color: var(--gray);
  font-weight: 400;
  font-size: 14px;
}
.inner-page li{
  color: var(--gray);
  font-weight: 400;
  font-size: 14px;
}
.pattern{
  background: #fff;

}
.container-sm{
  max-width: 960px;
}
.about-content img{
  /* transform: skew(3 deg); */
}
.about-page h4{
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
}
.about-page h3{
  text-transform: uppercase;
  font-weight: bold;
  color: var(--gray);
  letter-spacing: -1px;
  font-family: 'Philosopher', sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  
}
.about-page h2{
  font-size: 50px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif !important;
    color: rgba(255, 255, 255, 0);
    position: relative;
    z-index: 9;
    -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #65656a;
  text-transform: uppercase;
  line-height: 80px;
  
}
.about-box{
  border: 1px solid #bbbbbb;
  padding: 20px;
  margin-top: 20px;
}
.about-box img{
  height: 60px;
}
.hydroponics-img img{
   transform: skew(0, -2.2deg);
  transform-origin: top left;
   margin-top: 80px;
   margin-bottom: 80px;
}
.hydroponics-img::before{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: url(../images/paper-texture.jpg);
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
top: -50px;
  z-index: 1;
}
.hydroponics-img{
background: url(../images/hydroponics-2.jpg)   center;
position: relative;
overflow: visible;
background-size: cover;
background-attachment: fixed;
padding-top: 220px;
padding-bottom: 200px;
margin-top: 100px;
margin-bottom: 100px;
/*  transform: skew(0, -2.2deg);
transform-origin: top left; */
}
.hydroponics-img::after{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: url(../images/paper-texture.jpg);
  /* background-size: cover; */
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
  bottom: -100px;
}
.hydroponics-img-content{
transform: skew(0, 0deg);
z-index: 9;

}
.hydroponics-img .out-line-heading{
  -webkit-text-stroke-color: #fff;
}
.hydroponics-page ul{
  padding: 0px;
  margin: 0px;
}
.hydroponics-page li{
  list-style: none;
  position: relative;
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  padding-left: 45px;
  margin-bottom: 15px;
}
.hydroponics-page li img{
  color: var(--primary);
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  width: 35px;
}

.produce .owl-carousel .owl-item img{
  height: 100px;
  width: auto;
  margin: 0px auto;
}
.inner-page-header .logo img{
  height: 80px;
  margin-top: 20px;
  
}
.procust-title img{
  height: 260px;
  margin-top: -180px;
  /* border: 1px solid var(--primary);
  background: #fff;
  padding: 20px; */
  /* border-radius: 10px; */
}
.procust-title h2{
  font-family: 'Philosopher', sans-serif;
  color: var(--primary);
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
}
.product_bg{
  background: url(../images/product_bg.jpg)   center; 
 background: #fff;
  position: relative;
  /* height: 580px; */
  /* background: url(../images/paper-texture.jpg); */
  /* padding-top: 50px; */
  text-align: center;
  z-index: 9;
  margin-top: 100px;
}
.product_bg::before{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: #fff;
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
top: -10px; 
  z-index: 1;
} 
.product_bg::after{
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  background: #fff;
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
bottom: -70px; 
  z-index: 1;
} 

.product_bg .carousel-item img{
 
 /* height: 450px; */
  border-radius: 10px;
  margin-bottom: 20px;
}
.product_gallery{
  /* padding-top: 100px; */
  background: url(../images/paper-texture.jpg);
  /* margin-top: 100px; */
  padding-bottom: 100px;
  position: relative;
}
/* .product_gallery::before{
  content: '';
  display: block;
  height: 90px;
  width: 100%;
  background: url(../images/paper-texture.jpg);
  position: absolute;
   transform: skew(0, -2.2deg);
  transform-origin: top left;
  left: 0;
  right: 0;
top: -10px; 
  z-index: 1;
} */
.career-page .accordion-header{
  background: #f6f6f6;
}
.career-page .accordion-header h5{
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-left: 15px;
  -webkit-text-stroke-width:0px;
  color: #000;
}
.career-page .accordion-header h5 span{
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  margin-bottom: 0px;

}
.career-page .accordion-header h5 p{
  display: inline-block;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}
.career-page .accordion-item:first-of-type .accordion-button{
  background: #fff;
  box-shadow:  none !important;
  border-radius: 0px;
  color: var(--primary);
  border: 1px solid rgb(233, 233, 233);
}
.career-page h6{
  font-weight: bold;
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
}
.career-page li{
  color: #65656a;
    font-size: 14px;
    margin-bottom:5px;
}
.accordion-button:not(.collapsed)::after{
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus{
  background: #eeeeee;
  box-shadow:  none !important;
}
.accordion-button:not(.collapsed){
  background: #fff;
  box-shadow:  none !important;
  border-radius: 0px;
  color: var(--primary);
  border: 1px solid rgb(233, 233, 233);
}
.gallery-page h4{
  font-weight: bold;
  font-family: 'Philosopher', sans-serif;
  font-size: 22px;
  margin-top: 20px;
  color: var(--primary);
}
.mobile-banner{
  display: none;
}
.quality-policy img{
  
     transform: skew(0, -2.2deg);
   margin-top: 40px;

}
.benefits h4{
  font-size: 26px;
  margin-bottom: 40px;
}
.news-list{
  font-family: 'Philosopher', sans-serif;
}
.news-list a{
  color: #000;
}
.news-list a:hover{
  color: var(--primary);
}
.news-list h4{
  font-weight: bold;
  margin-top: 15px;

}
.news-list p{
  font-family: 'Philosopher', sans-serif;
  font-size: 16px;
}
.tab-btn{
  font-family: 'Philosopher', sans-serif;
  background: none;
  border: none;
  font-size: 26px;
  margin-right: 20px;
  font-weight: bold;
}
.tab-btn.active{
  color: var(--primary);
}
.arrow-big{
  position: relative;
  
}
.arrow-bg{
  width: 100%;
  height: 33px;
  background: #00a200;
  position: absolute;
  left: 0;
  right: 0;
}
.arrow-bg-down{
  width:33px;
  height: 170px;
  background: #00a200;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: -10px;
}
.arrow-right{
  height: 25px;
  margin-top: -80px ;

}
/* .arrow-big::before{
  content: "";
  background: url(../images/process/grenn-bg.jpg);
  width: 22px;
  height: 31px;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 1;
} */
* {
  box-sizing: border-box;
}
@-moz-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}





@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /left bounce */


/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /right bounce */


/* assign bounce */
.fa-arrow-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  /* float:right; */
}

.fa-arrow-left {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
}

.fa-chevron-down {
  -moz-animation: bounceDown 2s infinite;
  -webkit-animation: bounceDown 2s infinite;
  animation: bounceDown 2s infinite;
text-align:center;
  display:block;
}


.credits {padding-top:50px; display:block; clear:both;}
.white-arrow{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 24px;
}
.white-arrow-down{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0px auto  ;
  height: 70px;
  top: 0;
  
}
.proceess{
  margin-top: 60px;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}
.proceess .round-image{
  position: relative;
  z-index: 9;
  width: 100%;
}
.proceess p{
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px;
}
.number-circle{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;

}
.proceess .next-arrow{
  width: 80px;
}

.content-active{
  display: block;
  background: var(--primary);
}
.process-content{
  background: var(--primary);
  padding: 50px 30px;
}
.process-content h4{
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
}
.process-content p{
  font-weight: 300;
  line-height: 24px;
}
.image-item{
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 99;
}
.image-item:hover{
   
  transform: scale(1.1);
}
.logo-mobile{
  display: none;
}
/* .process-seven{
  margin-top: 60px;
} */
@media (max-width: 1400px) {
  /* #bg-one{
    height: 500px;
  } */
}
@media (max-width: 1200px) {
  .hand-plate{
    height: 450px;
  }
  /* #bg-one{
    height: 430px;
  } */
  #bg-one h1{
    font-size: 60px;
    line-height: 53px;
  }
  .box-item h1{
    font-size:28px;
  }
  .icon-box{
   width: 55px;
   height: 55px;
   line-height: 55px;
  }
  .top-header-left a {
    font-size: 12px;
  }
  .header-right a {
    font-size: 12px;
    padding: 5px 5px;
    width: 100%;
  }
  .header-right a i {
    display: none;
}

}
@media (max-width: 992px) {
  
  .leaf-two{
    width: 100px;
    top: 70px;
  }
  /* #bg-one{
    height: 300px;
  } */
  #bg-one h1{
    font-size: 40px;
    line-height: 40px;
   
  
  }
  #bg-one p{
    font-size: 18px;
    line-height: 22px;
  }
  
  .hide_sm{
    display: none;
  }
  .menu-bar{
    display: none;
  }
  .location-btn{
    text-transform: uppercase;
    padding: 10px 20px;
  }
  .header-right a {
    /* margin-top: 10px;
    font-size: 12px; */
    width: 150px;
  }
  /* .banner .carousel-caption h1 {
    font-size: 50px;
    line-height: 50px;
  } */
  .mobile-bth {
    display: block;
  }
  .top-header-left {
    display: none;
  }
  .demo-btn {
    display: block;
  }
}
@media (max-width: 768px) {
  .container, .container-sm{
    padding: 0px 20px;
  }
  .banner .carousel-caption{
    bottom: 15%;
  }
  .banner .banner-five h1{
    font-size: 30px;
    line-height: 35px;
    color: #fff;
  }
  .banner .banner-five .out-line-text {
    font-size: 35px;
  }

  .logo-mobile{
    display: inline-block;
    height: 40px;
    margin-right: 20px;
    float: right;

  }
  .side-bar{
    height: auto;
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  
    padding-left: 10px;
  }
  .social-icons{
    display: none;
  }
  .proceess{
    display: none;
  }
  .out-line-heading{
    font-size: 35px;
    line-height: 30px;
  }
  .produce-head h4 span{
    font-size: 35px;
    line-height: 30px;
  }
  .about-page h2{
    font-size: 30PX;
    line-height: 30px;
  }
  .carousel-item{
    height: 80vh;
    background-position: center !important;
  }
  .sec-one{
    padding-top: 20px;
  }
  .banner-leaf{
    display: none;
  }
  .mobile-banner{
    display: block;
  }
  /* .banner .carousel{
    display: none;
  } */
  .product_bg{
    margin-top: 0px;
  }
  .product_gallery{
    padding-top: 50px;
  }
  .about-page h4{
    margin-top: 20px;
  }
  .section-three-content{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .cherry{
    margin-top: 90px;
  }
  .bg-two-leaf{
    display: none;
  }
  .after-img::after{
     height: 60px;
     bottom: -60px;
  }
  .leaf-two{
    top: 26px;
  }
  .line-img{
    max-height: 20px;
  }
.about-header h1{
  font-size: 24px;
  margin-top: 120px;
  line-height: 23px;
  margin-bottom: 0;
}
.pdoduct-details-header h1 span{
  font-size: 23.5px;
  -webkit-text-stroke-width: 1px;
}
.about-header img{  
  max-height: 15px;
}

.page-title h1{
  font-size: 30px;
}
  .pattern-bg{
    margin-top: 0px;
  }
  #bg-one{
    height: auto;
    padding-top: 40px;
    text-align: center;
  }
  .hand-plate{
    max-height: 350px;
  }
  #section-three{
    text-align: center;
  }
  .banner-leaf{
    max-width: 300px;
  }
  #bg-one h1{
   font-size: 60px;
    line-height: 50px;
    margin-top: 90px;
  }
  #section-three h1{
    font-size: 30px;
    line-height: 35px;
  }
  #bg-two{
    text-align: center;
    background-position: left;
  }
  #bg-two h1{
    font-size: 60px;
    line-height: 50px;
    margin-top: 117px;
  }
  .mobile-banner{
    background: url(../images/banner.jpg) center no-repeat;
    background-size: cover;
  }
  .sub-heading{
    font-size: 16px
  }
  .main-heading{
    font-size: 34px;
  }
  .paragraph-text{
    line-height: 26px;
  }
  .pt-70{
    padding-top: 45px;
    
  }
  .pb-70{
    padding-bottom: 15px;
  }
  .gallery-grid{
    width: 100%;
  }
  .pt-60, .pb-60{
    padding-top: 15px;

  }
  .banner-mobile{
    display: block;
  }
  .banner .banner-img{
    display: none;
  }

  .banner-btn{
    padding: 12px 20px;
    font-size: 14px;
    background: rgba(36, 63, 143, 0.664);
    background: linear-gradient(90deg, rgba(36, 63, 143, 0.664) 0%, rgba(67, 180, 232, 0.664) 100%);
  }
  .about,.home-video,.gallery,.testimonial{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about h2{
    margin-top: 20px;
    font-size: 24px;
  }
  .home-video h2{
    font-size: 24px;
  }
  /* header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 12px;
  } */
  .page-start {
    padding-top: 0px;
  }
  .flow-chart {
    display: none;
  }

  .logo {
    text-align: center;
  }
  .logo img {
    max-height: 40px;
    /* margin-top: 0px !important; */
  }
  .header-right {
    text-align: left !important;
  }
  .header-right a {
    margin-top: 15px;
    font-size: 14px;
  }
  .white-box {
    margin-top: 30px;
  }

  .box-item {
    padding: 10px 25px;
   
    margin-bottom: 10px;
    /* text-align: left; */
  }
  .icon-box {
    width: 55px;
    height: 55px;
    line-height: 55px;
}
  .box-item img {
    max-height: 30px;
  }
  .box-item h1{
    font-size: 25px;
  }
  .box-item h4 {
    font-size: 16px;
    font-weight: 400;
  }
  .courses,
  .news-letter,
  .news,.programs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .choose {
    padding-top: 30px;
  }
  .choose img {
    margin-top: 20px;
  }

  .top-header-right {
    text-align: center;
  }
  .nav-link {
    text-transform: uppercase;
  }
  .news-letter h2{
    font-size: 25px;
  }
  .news-letter p{
    font-size: 14px;
  }
  .footer-social{
    margin-bottom: 20px;
    overflow: hidden;
  }
  .page-head{
    padding-top:30px;
    padding-bottom: 30px;
  }
  .page-head h1{
    font-size: 25px;
  }
  .inner-page{
    padding-top:30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    /* background: #fff; */
  }
  .program-list img{
    margin-bottom: 12px;
  }
  .price-details{
    margin-top: 30px;
  }
  .profile-side{
    min-height: auto;
    margin-bottom: 20px;
  }
  footer{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-menu img{
    max-width: 100px;
  }
  footer h5{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footer-bottom{
    margin-top: 10px;
  }
  .footer-social ul{
    float: none;
    display: inline-block;
  }
  .side-bar .menu-btn span{
    font-size: 14px;
  }
  .side-bar .menu-btn i{
    width: 40px;
    height: 40px;
   
    line-height: 40px;
    font-size: 18px;
  }
  .min-h-70{
    min-height: 35vh;
  }
  .min-h-75{
    min-height: 40vh;
  }
  
  footer{
    text-align: center;
  }
  .footer-logo{
    position: relative;
    margin-top: 20px;
  }
  .footer-menu{
    min-height: auto;
  }
  .hydroponics-img img{
    margin-bottom: 30px;
    margin-top: 30px
    ;
  }
  .procust-title img{
    margin-top: 0px;
  }
  .about-box{
    padding: 20px;
  }
  /* .inner-page-header .logo img{
    margin-top: 20px;
  } */
}
