/* all section css */
.section {
  position: relative;
}
.section > .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.section:nth-child(even) {
  color: #fff;
  background-color: #2f302e
}
.section:nth-child(odd) {
  color: #2f302e;
	background-color: #fff
} 
@media screen and (min-width: 768px) {
  .section > .container {
    padding-top: 90px;
    padding-bottom: 30px;
  } 
}
/* first section css */ 
#firstSec {
  padding-bottom: 150px;
}
#firstSec .fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
#firstSec .fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-aspect-ratio: 16/9) {
  #firstSec .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #firstSec .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}
#firstSec > .container {
	padding-bottom: 0
}
#firstSec .header img {
  margin-left: auto;
  margin-right: auto;
}
/* carousel css */
#mainCarousel {
  height: 100%
}
#mainCarousel .btn-carousel-wrapper {
  position: relative;
  text-align: center
}
#mainCarousel .btn-carousel-wrapper > .btn-carousel-container {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -70px
}
#mainCarousel .btn-carousel-wrapper > .btn-carousel-container > .btn,
#mainCarousel .btn-carousel-wrapper > .btn-carousel-container > .btn:focus {
  font-weight: 600;
  width: auto;
  max-width: auto;
  text-transform: uppercase;
  color: #fff;
  background-color: #94ff1a;
  border: 1px solid #94ff1a;
  -webkit-transition: color 0.3s, background 0.3s; /* Safari */
    transition: color 0.3s, background 0.3s;
}
#mainCarousel .btn-carousel-wrapper > .btn-carousel-container > .btn.btn-round-lg {
  border-radius: 22.5px;
  padding: 10px 60px;
}
#mainCarousel .btn-carousel-wrapper > .btn-carousel-container > .btn:hover {
  color: #94ff1a;
  background-color: transparent;
}
#mainCarousel .carousel-indicators {
  bottom: -120px;
}
#mainCarousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #94ff1a;
}
#mainCarousel .carousel-indicators .active {
  background-color: #94ff1a;
  border: 1px solid #94ff1a;
  width: 12px;
  height: 12px;
  margin: 1px;
}
#mainCarousel .carousel-inner {
  margin-left: auto;
  margin-right: auto
}
#mainCarousel .carousel-inner > .item > img {
  margin-left: auto;
  margin-right: auto;
  width: auto
}
#mainCarousel .carousel-control {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -10px;
  filter: alpha(opacity=100);
  opacity: 1;
  height: 0; 
}
#mainCarousel .carousel-control .glyphicon-menu-left,
#mainCarousel .carousel-control .glyphicon-menu-right {
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  color: #94ff1a;
}
#mainCarousel .carousel-control .glyphicon-menu-left,
#mainCarousel .carousel-control .icon-prev {
  left: -100%;
}
#mainCarousel .carousel-control .glyphicon-menu-right,
#mainCarousel .carousel-control .icon-next {
  right: -100%;
}
@media screen and (min-width: 768px) {
  #mainCarousel .carousel-control .glyphicon-menu-left,
  #mainCarousel .carousel-control .glyphicon-menu-right,
  #mainCarousel .carousel-control .icon-prev,
  #mainCarousel .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  #mainCarousel .carousel-control .glyphicon-menu-left,
  #mainCarousel .carousel-control .icon-prev {
    margin-left: -10px;
  }
  #mainCarousel .carousel-control .glyphicon-menu-right,
  #mainCarousel .carousel-control .icon-next {
    margin-right: -10px;
  }
}

/* second section css */
#secondSec {
	z-index: 2;
  position: relative;
  background-color: #94ff1a;
  padding-top: 50px;
  padding-bottom: 50px;
}
#secondSec h2 {
  text-transform: none;
  text-align: left;
  color: #fff;
  line-height: 45px;
}
#secondSec h2 span.bold {
  font-weight: 600
}
#secondSec h2 span.title-con {
  color: rgba(255,255,255, 0.9);
}
#secondSec p {
  color: rgba(255,255,255, 0.9);
  line-height: 14px;
}
#secondSec .space-between {
  padding-top: 10px;
  padding-bottom: 10px
}
#secondSec .skew:before {
	content: '';
  position: absolute;
  left: 0;
  bottom: -50px;
  overflow: visible;
  width: 50%;
  height: 100px;
  background: #2f302e;
  z-index: -2;
}
#secondSec .skew:after {
	content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
  width: 100%;
  height: 100px;
  background: #94ff1a;
  z-index: -1;
  -webkit-transform: skewY(8deg);
  -moz-transform: skewY(8deg);
  -ms-transform: skewY(8deg);
  -o-transform: skewY(8deg);
  transform: skewY(8deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}
@media screen and (min-width: 768px) {
  #secondSec {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  #secondSec .skew:before {
    height: 500px;
  }
  #secondSec .skew:after {
    height: 500px;
  }
}

/* third section css */
#thirdSec {
  z-index: 1;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}
#thirdSec .skew:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -50px;
  overflow: visible;
  width: 50%;
  height: 100px;
  background: #fff;
  z-index: -2;
}
#thirdSec .skew:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
  width: 100%;
  height: 100px;
  background: #2f302e;
  z-index: -1;
  -webkit-transform: skewY(-8deg);
  -moz-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  transform: skewY(-8deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}
#thirdSec .border-right {
  overflow: hidden;
}
#thirdSec .border-right > div {
  padding-bottom: 99999px;
  margin-bottom: -99999px;
}
#thirdSec .btn-wrapper > .btn {
  font-weight: 600;
  width: auto;
  max-width: auto;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
}
#thirdSec .btn-wrapper > .btn,
#thirdSec .btn-wrapper > .btn:focus {
  color: #fff;
  background-color: #94ff1a;
  border: 1px solid #94ff1a;
  -webkit-transition: color 0.3s, background 0.3s; /* Safari */
    transition: color 0.3s, background 0.3s;
}
#thirdSec .btn-wrapper > .btn:hover {
  color: #94ff1a;
  background-color: transparent;
}
#thirdSec .btn-wrapper > .btn.btn-round-lg{
  border-radius: 22.5px;
  padding: 10px 90px;
}
#thirdSec .divider {
  border-color: #393938;
}
#thirdSec ul {
  padding: 0;
  padding-left: 15px;
}
#thirdSec li {
  margin-top: 30px;
  margin-bottom: 30px;
}
#thirdSec td:first-child {
  border-right:1px solid #CCC;
  padding-right: 30px
}
#thirdSec td:last-child {
  padding-left: 15px
}
@media screen and (min-width: 768px) {
  #thirdSec {
    padding-top: 90px;
    padding-bottom: 150px;
  }
  #thirdSec .skew:before {
    height: 500px;
  }
  #thirdSec .skew:after {
    height: 500px;
  }
  #thirdSec .border-right > div:not(:last-child) {
    border-right: 1px solid #d1d1d1;
  }
  #thirdSec td:first-child {
    padding-right: 60px
  }
  #thirdSec td:last-child {
    padding-left: 30px
  }
}
/* font style third section */
#thirdSec li {
  color: #94ff1a;
}
#thirdSec p {
  margin-top: 50px;
  margin-bottom: 50px;
}
#thirdSec p,
#thirdSec h4,
#thirdSec span.p {
  color: #d1d1d1;
  font-weight: 400
}

/* fourth section css */
#fourthSec video {
  background-color: #94ff1a
}
/* font style third section */
#fourthSec p {
  color: #2f302e;
  font-weight: 400;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* fifth section css */
/* font style third section */
#productReview p {
  color:#fff;
  text-align: center;
  margin: 0;
}
/* carousel css */
#careerCarousel {
  margin-top: 50px;
  margin-bottom: 50px
}
#careerCarousel .carousel-inner {
  margin-left: auto;
  margin-right: auto
}
#careerCarousel .carousel-control {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -10px;
  filter: alpha(opacity=100);
  opacity: 1;
  height: 0; 
}
#careerCarousel .carousel-control .glyphicon-menu-left,
#careerCarousel .carousel-control .glyphicon-menu-right {
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
#careerCarousel .carousel-control .glyphicon-menu-left,
#careerCarousel .carousel-control .icon-prev {
  left: -100%;
}
#careerCarousel .carousel-control .glyphicon-menu-right,
#careerCarousel .carousel-control .icon-next {
  right: -100%;
}
@media screen and (min-width: 768px) {
  #careerCarousel .carousel-control .glyphicon-menu-left,
  #careerCarousel .carousel-control .glyphicon-menu-right,
  #careerCarousel .carousel-control .icon-prev,
  #careerCarousel .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  #careerCarousel .carousel-control .glyphicon-menu-left,
  #careerCarousel .carousel-control .icon-prev {
    margin-left: -10px;
  }
  #careerCarousel .carousel-control .glyphicon-menu-right,
  #careerCarousel .carousel-control .icon-next {
    margin-right: -10px;
  }
}

#productReview q {
  color:#fff;
  font-size: 24px;
}
#productReview h3.star span {
  display: inline-block;
  margin-top: 35px;
  color: #fff;
}
