
.desktop{
  display: block;
}
.banner-container{
/*  background:url('../img/jnj-1920_02.png')no-repeat center center transparent;*/
  height:100%;
  width:100%;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.coverer img{
  width: 100%;
  height: auto;
}

.coconut-content{
    width: 27%;
    padding: 20px 35px;
    background: rgba(255,255,255,0.70);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    top: 32%;
    left: 18%;
    transform: translate(-50%,-50%);
}
.slide-cont{
    width: 65%;
    padding: 33px;
    position: absolute;
    top: 44%;
    left: 37%;
    transform: translate(-50%,-50%);
    z-index: 1006;
}
.bluebg{
  background-color: #00589adb;
}
.yellowbg{
  background-color: #fdc015d9;
}
.greenbg{
  background: rgba(21,152,5,0.65);
}
.slide-cont h1 {
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 1s;
  -moz-animation-name: slidein-left;
  -webkit-animation-name: slidein-left;
}
.banner-content{
    width: 41%;
    height: 458px;
    padding: 35px;
    position: absolute;
    top: 77%;
    right: -16%;
    transform: translate(-50%,-50%);
    z-index: 1006;
    border-bottom-left-radius: 200px;
}
.slid{
      -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 1s;
  -moz-animation-name: slidein-left;
  -webkit-animation-name: slidein-left;
}
@-moz-keyframes slidein-left {
  from {
    margin-left: 100%;
    width: 300%
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

@-webkit-keyframes slidein-left {
  from {
    margin-left: 100%;
    width: 300%
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

@-moz-keyframes slidein-right {
  from {
    margin-right: 100%;
    width: 300%
  }
  to {
    margin-right: 0%;
    width: 100%;
  }
}

@-webkit-keyframes slidein-right {
  from {
    margin-right: 100%;
    width: 300%
  }
  to {
    margin-right: 0%;
    width: 100%;
  }
}
.banner-content h1,
.banner-content h3,
.banner-content h5{
  margin-bottom: 0;
}
.banner-content h1{
  line-height: 50px;
  font-weight:700;
  color:#04732b;
}
.banner-content h3{
  font-weight:600;
}
.banner-content h5{
  line-height: 50px;
  font-weight:700;
}

.banner-content
.banner-label{
  padding-top:15px;
  padding-bottom:15px;
  padding-left:20px;
  border-left:2px solid #e6df0a;
  margin-top:20px;
}

.banner-content
.banner-label p{
  font-size:20px;
}

.banner-content
.banner-label a.button{
  color: #04722b;
  font-size: 19px;
  font-weight: 600;
  background: transparent;
  border: 1px solid #04722b;
  padding: 15px 30px 10px;
  line-height: 30px !important;
}

.who-we-are{
  text-align: center;
  background-color: transparent;
  margin-top: 100px;
}

.who-we-are h4{
  text-align: center;
  font-weight:700;
  color:rgba(0,0,0,0.87);
  margin-bottom:30px;
}

.who-we-are p{
  color:rgba(0,0,0,0.87);
  font-size:19px;
  line-height: 35px;
}

.who-we-are p a{
  color:#04722b;
  font-weight:600;
}

.home-features{
  width:100%;
  position: relative;

}
.padder{
  padding:20px;
}
.home-features a.hf-link{
  width: 100%;
  padding:100% 0 0 0;
  display: block;
  position: relative;
  transition: all .25s ease-in;
  background-size: 100%;
  border:2px solid #fff;
  height: 400px;
}

a.hf-link:hover{
  background-size: 120%;
}

a.hf-link:hover .hf-link-content{
  border-color: yellow;

}

a.hf-link:hover h5{
  color:yellow;
}

a.hf-link
.hf-link-content-container{
  position: absolute;
  width: 100%;
  height:100%;
  padding:30px;
  top:0;
  left: 0;
  height: 400px;
}

.hf-link-content-container
.hf-link-content{  
  width: 100%;
  height:100%;
  display: flex;
  transition: all .25s ease-in;
  background:rgba(0,0,0,0);
}

.hf-link-content-container
.hf-link-content h5{
  letter-spacing: 1px;
  font-weight:700;
  color:#fff;
  display: block;
  margin:auto auto;
  transition: all .25s ease-in;
}

.hf-sec-1{
  background:url('../img/jnj-1920_04.jpg')no-repeat center center transparent;
}

.hf-sec-2{
  background:url('../img/jnj-1920_05.jpg')no-repeat center center transparent;
}

.hf-sec-3{
  background:url('../img/jnj-1920_06.jpg')no-repeat center center transparent;
}
.hf-sec-4{
  background:url('../img/img07.jpg')no-repeat center center transparent;
}

.home-summary-container{
  text-align: center;
  padding:50px 0 200px;
  background: url('../img/back-draft.png')no-repeat center bottom transparent;
  background-size: cover;
}

.home-summary-container img{
  margin-bottom:30px;
}

.home-summary-container h2{
  text-align: center;
  font-weight:66;
  color:#04722b;
  margin-bottom:30px;
    letter-spacing: 2px;
}

.home-summary-container h5{
  letter-spacing: 2px;
}

.home-summary-container p{
  color:rgba(0,0,0,0.87);
  font-size:19px;
  margin-bottom:50px;
  line-height: 35px;
}

.home-summary-container a{
  color:#04722b;
  font-size: 19px;
  font-weight:600;
  background:transparent;
  border:1px solid #04722b;
  padding:15px 30px 10px;
  line-height: 30px !important;
}
/* onscroll */
.show-on-scroll{ 
  /* opacity: 0;
  transform: translateY(4em);
  transition: transform 2s .25s cubic-bezier(0,1,.3,1),
              opacity .2s .25s ease-out;
  /* max-width: 600px; */
  /* width: 90%; 
  will-change: transform, opacity */
  transition-timing-function: ease;
  transition-duration: 1s;
  opacity: 0;
    transition-property: opacity,transform;
    transform: translate3d(0,100px,0);
}
.is-visible {
  opacity: 1;
  transform: translateZ(0);
}
.afterlanding{
    display: none;
    width: 100%;
    display: none;
    position: absolute;
    box-sizing: border-box;
    padding: 20px;
    height: 150px;
    text-align: center;    
    top: 96%;
    left: 50%;
    transform: translate(-50%,-50%);
  /*  background-color: #fff;*/
    z-index: 1000!important;
  background-color: #fdc015d9;
  color: #ffff;
}
.afterlanding p{
  margin:0;
  font-size:23px;
}
.tago{
  display: none;
}
.labas{
  display: block;
}
.our-story{
    width: 100%;
    height: 130vh;
    position: relative;
    background: url(../img/our-story.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 20px;
}
.our-story .our-story-cont{
  width: 100%;
  height: auto;
  position: relative;
  padding: 10px;
}
.our-story-cont .our-story-right{
  width: 50%;
  float: right;
  margin-top:50px;
}
.sec-sec{
  width: 100%;
  height: auto;
  position: relative;
  padding: 60px;
  background:url('../img/img20.png');
  background-position: center right;
  background-repeat: no-repeat;
/*  border-bottom: solid 3px #fdc737;
  border-top: solid 3px #fdc737;*/
}
.sec-div{
  width: 100%; 
  height: 200px;
/*  background-color: #a0a0a0; */
  margin-top: 80px; 
  box-sizing: border-box; 
  padding: 40px;
/*  background:url('../img/imgblurr.png');*/
text-align: center;
}
.sec-div h1{
  font-weight: 700;
  color:darkgreen;
}
.sec-div h5{
  letter-spacing: 5px;
}
.our-div{
  height: 120px;
  background-color: #cacaca;
  width: 100%;
  padding: 10px;
}
.our-div .logo-cont{
  width: 50%;
  height: 100%;
  position: relative;
  margin:0 auto;
}
.logo-cont img{
  height: 100%;
  float: left;
}
.new-banner{
  width: 100%;
  height: 74vh;
  position: relative;
}
.home-slide{
  width: 100%;
  height: 74vh;
}
.sld-1{
  background: url('../img/image01-1.jpg');
  background-size: cover;
  background-position: center;
}
.sld-2{
  background: url('../img/image02.jpg');
  background-size: cover;
  background-position: center;
}
.sld-3{
  background: url('../img/image03.jpg');
  background-size: cover;
  background-position: center;
}
/*.orbit-container{
  overflow: inherit!important;
}*/
.insert-cont{
  width: 100%;
  height: 85%;
  padding:55px 80px;
  text-align: center;
}
.insert-cont .insert-left{
  width: 50%;
  height: 100%;
  margin: 0 auto;
}
.insert-cont p{
  font-size: 20px;
}
.slider-frame{
    width: 60%;
    padding: 15px;
    height: 130px;
    position: absolute;
    top: 75%;
    left: 35%;
    transform: translate(-50%,-50%);
    z-index: 1006;
    background-color: rgba(0,0,0,0.80);
}
/******************** MOBILE ********************/
.mobile{
  display: none;
}
.mobile-banner{
  height: auto;
  width: 100%;
  position: relative;
}
.mobile-slide-frame{
    width: 80%;
    padding: 10px;
    height: auto;
    position: absolute;
    top: 65%;
    left:40%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.mobile-slide-frame p{
  background-color: rgba(0,0,0,0.80);
  padding:5px;
  margin: 0;
  font-size: 11px;
  font-family: 'Cairo';
}
.mobile-sec2{
  width: 100%;
  height: auto;
  position: relative;
  padding: 40px;
  text-align: center;
}
.mobile-sec3{
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px;
  text-align: center;
}
.mobile-sec3 .sec3-1{
  text-align: center;
  height: auto;
  position: relative;
  width: 100%
}
.mobile-sec3 .sec3-2{
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.sec3-2 img{
  width: 100%;
  height: auto;
}
.mobile-sec4{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}
.mobile-sec5 h1{
  font-weight: 700;
  color:darkgreen;
  font-size: 25px;
}
.mobile-sec4 h5{
  letter-spacing: 5px;
}
.mobile-sec-prod{
  position: relative;
  width:100%;
  box-sizing: border-box;
  padding:15px;
}
.mobile-sec-prod .sec-prod-container{
  position: relative;
  height: 220px;
  width: 100%;
  margin-bottom: 15px;
}
.sec-prod-container .sec-prod-thumb{
  position: relative;
  height: 100%; 
  width: 50%;
  float: left;
  padding:5px;
}
.positioner{
  transform: translateY(-25%);
}
.sec-prod-thumb .prod-thumb-img{
  width: 100%;
  height: 180px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.sec-prod-thumb .prod-button{
    width: 100%;
    /* height: 20px; */
    background-color: #ffae00;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
}
.prod-thumb-img img{
  width: 100%; 
  height: auto;
}
.mobile-sec5{
  width: 100%;
  height: auto;
  position: relative;
}
.mobile-sec5 .mobile-story{
  height: auto;
  width: 100%;
  position: relative;
  padding: 25px;
  background:url(../img/mobile-story.jpg);
  background-position: right center;
  background-size: inherit;
  background-repeat: no-repeat;
}