/* Popup container - can be anything you want */
.popup {
  position:relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1#fourtha
{
  padding-bottom: 55px;
}
div#top
{
  padding-bottom: 50px;
}
/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  font-size: small;
  width: 340px;
  background-color: #fff;
  color: #555;
  text-align: center;
  border-radius: 24px;
  padding: 8px 0;
  position: absolute;

  bottom: 0%;
  left: 0%;
  margin-left: -40px;
}
.container {
  position: relative;
  width: 80%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3%;
  
}
div#ta
{
  padding-top: 20px;
}
h4#pop
{
  color: #4c4c4c;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  overflow: hidden;
  width: 100%;
height: 0;
border-radius: 3%;
  transition: 1.5s ease;
  
}

.container:hover .overlay {
  height: 100%;
  opacity: 0.85;
}

.text1 {

  color: #4c4c4c;
  font-size: 14px;
  position: absolute;

  height: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: sans-serif;
  
  padding: 8px 8px;
  position: absolute;
  
  width: 100%;
  text-align: justify;

}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
a.navo
{
  color:#43bd98;
  font-size: 20px;
  margin-left: 20px;
  padding-right: 6px;
  padding-left: 6px;
  text-transform: capitalize;
 
}
img#center {
  
  margin-left: auto;
  margin-right: auto;

}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
body
{
  background-color:#43bd98;
  
}

a.navo:hover
{
  color: #4c4c4c;
text-decoration: none;
 
  border-width: 1px;
  border-left:#43bd98;
  border-right: #43bd98;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-width:linear 1s;
 transition-delay: 0.2s;
  
  
}

p#cen
{
  font-size: 24px;
  text-align: center;
  color: #43bd98;
}
p#nlo
{
  color: #4c4c4c;
  font-size: 24px;
  text-align: center;

}

.parallax {
  /* The image used */
  background-image: url("images/5.jpg");

  /* Set a specific height */
  height: 420px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}

nav#nava
{
  background-color:white !important ;
opacity: 0.8;

}



div#footer
{
    margin-top: 20px;
    
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #313131;
    color: white;
    opacity: 0.95;
  
}
div#powered
{
    padding-bottom: 35px;
    font-size: 20px;
}
img.logo
{
    padding-left: 5px;
    padding-right: 5px;
}
img.logo:hover
{
  opacity: 0.7;
}
img#img1
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 
}
div#Product
{

background-color:white;
padding-top: 60px;
padding-bottom: 60px;

}
div#producta
{
  color:#727272;
  font-size: 20px;
  font-family: sans-serif;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
h1#first
{
  text-align: center;
  color: #4c4c4c;
  text-transform: capitalize;
  font-size: 42px;
  

}
h1#second
{
  text-align: center;
  text-transform: capitalize;
  font-size: 42px;
  color: white;
}
div#title
{
  text-align: center;
  padding: 10px 20px;
}
h2.com
{
  padding-top: 15px;
  text-align: center;
  color: #4c4c4c;
  text-transform: capitalize;

}
h2.render
{
  text-align: center;
  color: #4c4c4c;
  text-transform: capitalize;
}
div#Careers
{
   
margin-top: 60px;

color:#727272;
font-size: 20px;
font-family: sans-serif;
  padding-left: 0px!important;
  background-color: white;
  text-align: center;
}
div#Contact
{
 
margin-top: 60px;

color:#727272;
font-size: 18px;
font-family: sans-serif;
  padding-left: 0px!important;
  background-color: white;
  text-align: center;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
div#vanilla
{
  margin-top: 60px;
 
}
div#Team{
  
background-color: #43bd98;
  padding-top: 30px;

  padding-bottom: 30px;
  

}
img#bland
{
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
border-radius: 8px;

}

div#handle
{
  padding-top: 40px;
}
p.label
{
  text-align: center;
  padding: 10px 20px;
  background-color: white;
 
}

div#AboutUs
{


background-color: white;

background-position: bottom;
background-repeat: no-repeat;

margin-top: 80px;
padding-bottom: 250px;
background-image: url(images/wave.svg);
}
div#Abouta
{
  color:#727272;
  font-size: 20px;

  padding-top: 40px;
font-family: sans-serif;
padding-bottom: 40px;

}
h2{
  color:white;
 align-items: center;
  text-align: center;
}
div#brando
{
 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
text-transform: capitalize;

}
div#careers
{
  margin-top: 60px;
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(images/blo.jpg);
  font-size: 18px;
}
div#media
{
  margin-top: 60px;
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  
  
  margin-top: 60px;

color:#727272;
font-size: 20px;
font-family: sans-serif;
  
  background-color: white;
  
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;
 

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

p#car
{
  font-size: 22px;
  

}
div#caro
{
  color:#727272;
  font-size: 20px;
  font-family: sans-serif;
  padding-top: 32px
  ;
}
div#media
{
  padding-bottom: 40px;
}
.button {
  background-color:#4c4c4c; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button1 {border-radius: 2px;}

h1#third
{
  text-align: center;
  color: #4c4c4c;
  text-transform: capitalize;
  font-size: 42px;
  padding-top: 32px;
}
h2#yp
{
  font-weight: 450;
}
div#palon
{
  margin-top: 80px;
}
h1#fourth
{
  text-align: center;
  color: #4c4c4c;
  text-transform: capitalize;
  font-size: 42px;
  padding-bottom: 52px;
}
h1#fourtha
{
  text-align: center;
  color: #4c4c4c;
  text-transform: capitalize;
  font-size: 42px;
 margin-top: 80px;
}
h1#insta
{
  text-align: center;
  color: #4c4c4c;
  font-size: 36px;
  text-transform: capitalize;

}
h1#filta

{
  text-align: center;
  color: #4c4c4c;
  font-size: 42px;
  text-transform: capitalize;

}
h2#form
{
  text-align: center;
  font-size: 32px;
  color:		#989898;
  padding-top: 10px;
  padding-bottom: 20px;
}
h2#farm
{

  font-size: 22px;
  color:		#989898;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
}
a#farm{
  color:		#989898;
  text-decoration: underline;
}
div#features
{
  background-color: white;
  margin-top: 60px;
  padding-top: 60px;
  font-family: sans-serif;
  padding-bottom: 80px;
}
video
{
  align-items: center;
  margin-left: auto;
}
div#animate
{
  align-items: center;
  padding-bottom: 120px;


}
video
{
  display: block;
  margin-left: auto;
  margin-right: auto;
 
}
h1.fifth
{
  text-align: center;
  color: #4c4c4c;

  font-size: 42px;
padding-bottom:  30px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  margin-top: 20px;

}
img#balo
{
  align-content: center;
  align-items: center;

}

.title {
  color: grey;
  font-size: 18px;
}
li.fo
{
margin-top: 22px;
}
a#intra
{
  color: #43bd98;
  font-family: sans-serif;
}
h1
{
  font-size: 24px;
}
.collapse-content .fa.fa-heart:hover {
  color: #f44336 !important;
}
.collapse-content .fa.fa-share-alt:hover {
  color: #0d47a1 !important;
}
#more {display: none;}
#moree{display:none;}
#mora{display:none;}
#mori{display:none;}
button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #4c4c4c;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
button:hover, a:hover {
  opacity: 0.7;
}
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #43bd98;
  border-top-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scroll {
  color: #fff;
  margin-top: 100px
}

#toTopBtn {
  position: fixed;
  bottom: 26px;
  right: 39px;
  z-index: 98;
  padding: 21px;
  background-color:#4c4c4c;
}

.js .cd-top--fade-out {
  opacity: .5
}

.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1
}

.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #4c4c4c;
  background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

.height {
  height: 3000px
}