.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    color: #00B542;
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}
.hero h2 {
    color: #00B542;
    font-size: 54px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}
.hero h4 { font-size: 36px; }
.hero p {
    color: #fff;
    text-transform: uppercase;
}
.hero .first_p { font-size: 35px; }
.hero .second_p {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    background-color: #00B542;
    text-transform: uppercase;
    border: none;
    font-size: 21px;
    color: #fff;
    width: 265px;
    height: 50px;
    line-height: 21px;
    border-radius: 25px;
    font-weight: 600;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/home/f1_bg.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/home/f2_bg.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/home/f3_bg.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 3em; }  
    .hero h2 { font-size: 24px; }
    .hero .second_p { font-size: 16px; }
    .hero h4 { font-size: 25px; }
    .hero .first_p {  font-size: 27px; }
}

#featured {
  background-image: url(../img/home/pixel_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
#featured .panel.panel-default { display: none; }
#featured ul > li > a {
  border: none;
  width: 80%;
  margin: 0 auto;
  background-color: transparent;
}
#featured ul > li > a .img {
  border: 1px solid #00B542;
  border-radius: 50%;
  padding: 15px;
  width: 95px;
  height: 95px;
  margin: 0 auto;
}
#featured ul > li.active { border-bottom: 1px solid #00B542; }
#featured ul > li > a img,
#featured ul > li.active > a img { margin-top: 10px; }
#featured ul > li.active > a .img { background-color: #00B542; }
#featured ul > li.active .title { color: #00B542; }
#featured ul > li.active > a img.norm { display: none; }
#featured ul > li.active > a img.act { display: block; }
#featured .nav-tabs > li {
  float: none;
  width: 19%;
  display: inline-block;
}
#featured ul > li > a img.act {
  display: none;
  margin: 10px auto 0;
}
#featured ul > li > a .title {
  color: #000;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
}


#howwejustdoit {
  background-image: url(../img/home/black_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#howwejustdoit h2 { color: #fff; }
#howwejustdoit p {
  color: #fff;
  width: 70%;
  margin: 0 auto;
}
#howwejustdoit .number {
  background-color: #00B542;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  padding-top: 8px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  font-size: 26px;
}
#howwejustdoit .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #fff;
}



#ourteam {
  background-image: url(../img/home/pixel_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
#ourteam .team_box { overflow: hidden; }
#ourteam .team_box:hover .hover_elemnts { bottom: 0; }
#ourteam .static_elemnts {
  position: relative;
  height: 298px;
  border: 1px solid #ccc;
}
#ourteam .static_elemnts img.person {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
#ourteam .static_elemnts_inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}
#ourteam .bg-opacity {
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #fff;
  z-index: 2;
}
#ourteam .hover_elemnts {
  position: absolute;
  bottom: -298px;
  width: 90%;
  height: 298px;
  background-color: #00B542;
  opacity: 0.8;
  z-index: 5;

  -webkit-transition: bottom 0.5s ease-in-out;
     -moz-transition: bottom 0.5s ease-in-out;
      -ms-transition: bottom 0.5s ease-in-out;
       -o-transition: bottom 0.5s ease-in-out;
          transition: bottom 0.5s ease-in-out;
}
#ourteam .hover_elemnts > div:first-child {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 6;
}
#ourteam .hover_elemnts .hover_elemnts_inner {
  position: absolute;
  width: 100%;
  bottom: 28%;
}
#ourteam .hover_elemnts .hover_elemnts_inner > img {
  margin: 0 10px;
  cursor: pointer;
}



#icoUp {
  background-image: url(../img/home/green_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
#icoUp .yellow {
  color: yellow;
  text-decoration: none;
}


#joinUs {
  background-image: url(../img/home/pixel_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
#joinUs .icons_box > div {
  margin-bottom: 15px;
  height: 50px;
  display: table;
}
#joinUs .icons_box span {
  display: table-cell;
  padding-left: 30px;
  font-size: 19px;
  vertical-align: middle;
}
#joinUs .icons_box img {
  display: table-cell;
  transform: translateY(10px);
  min-width: 40px;
}
#joinUs .icons_box  {  }
#joinUs .form_box input {
  height: 45px;
  color: #000;
  width: 100%;
  border: none;
  margin-bottom: 15px;
  padding-left: 15px;
  background-color: #F0F2F1;
}
#joinUs .form_box textarea {
  height: 145px;
  color: #000;
  width: 100%;
  border: none;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  background-color: #F0F2F1;
}
#joinUs .form_box textarea:focus,
#joinUs .form_box input:focus { outline: 0; }
#joinUs .form_box #sendForm {
  background-color: #00B542;
  color: #fff;
  border-radius: 20px;
  width: 30%;
  float: right;
}

@media screen and (max-width: 720px) {
  #slider .container .contant {
    top: 0;
    transform: translateY(0);
  }
  #slider .container .contant h1 {
    font-size: 42px;
    padding-bottom: 15px;
  }
  #slider .container .contant .second_p { font-size: 16px; }
  #slider .container .contant .first_p { font-size: 18px; }
  #slider .container {
    height: auto;
    padding-bottom: 50px;
  }
  #featured .nav.nav-tabs,
  #featured .tab-content { display: none; }
  #featured .panel.panel-default { display: block; }
  #featured .panel.panel-default a:focus,
  #featured .panel.panel-default a:hover { text-decoration: none; }
  #featured { margin-bottom: 15px; }
  #featured .tab-pane p { text-align: justify; }
  #howwejustdoit .elem_box .img-responsive { margin: 0 auto 50px; }
  #ourteam .team_box { margin-bottom: 25px; }
  #joinUs .icons_box span { font-size: 16px; }
  #joinUs .form_box #sendForm {
    width: 100%;
    float: none;
    padding: 0;
  }
  #joinUs .form_box textarea { font-size: 19px; }
}
