/*#########################################
  ---------- HOME PAGE 2 STYLES -----------
  #########################################*/

.main-slider .slides{
    overflow: hidden;
}

.slides-nav {
  z-index: 99;
  position: absolute;;
  right: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #111;
}
@media (min-width: 54em) {
  .slides-nav {
    right: 2%;
  }
}
.slides-nav__nav {
  position: relative;
  right: 0;
  display: block;
  font-size: 1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.slides-nav button {
  position: relative;
  display: inline-block;
  padding: 0.35em;
  margin: 0;
  font-family: "Space Mono", monospace;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  overflow-x: hidden;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #FFF;
}
.slides-nav button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 0;
  background: #111;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.slides-nav button:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.slides-nav button:hover:after {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.slides-nav button:focus {
  outline: 0;
}
.is-sliding .slides-nav {
  pointer-events: none;
}

.slides {
  position: relative;
  display: block;
  height: 95vh;
  width: 100%;
  background: #fff;
  -webkit-transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
  transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
}
.is-sliding .slides {
  background: #ededed;
  -webkit-transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
  transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
}

.slide {
  z-index: -1;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 95vh;
  -webkit-transition: z-index 1s ease;
  transition: z-index 1s ease;
}
.slide.is-active {
  z-index: 19;
  -webkit-transition: z-index 1s ease;
  transition: z-index 1s ease;
}
.slide-content {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.slide-header {
  z-index: 9;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: hidden;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}

.slide-caption {
  overflow-y: hidden;
}

.slide-caption .title-line {
  display: block;
  overflow-y: hidden;
  color: #FFF;
}
    
.slide-caption .title-line h2 {
  display: inline-block;
  -webkit-transform: translate3d(0, 140%, 0);
          transform: translate3d(0, 140%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.8s ease;
  transition: transform 0.4s ease, opacity 0.8s ease, -webkit-transform 0.4s ease;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 3rem;
}
    
.slide-caption .slide-description p{
  display: block;
  overflow-y: hidden;
  color: #FFF;
  font-size: 18px;
  width: 50%;
}

.slide-caption .slide-description p{
  display: inline-block;
  -webkit-transform: translate3d(0, 140%, 0);
          transform: translate3d(0, 140%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.8s ease;
  transition: transform 0.4s ease, opacity 0.8s ease, -webkit-transform 0.4s ease;
  font-size: 18px;
  color: #FFF;
}
    
.slide-caption .title-line h2:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.slide-caption .title-line h2:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-active .slide-caption .title-line h2 {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
    
.is-active .slide-caption .slide-description p{
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
    
.is-active .slide-caption .title-line:nth-of-type(2n) h2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.slide-figure {
  z-index: 7;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-sliding .slide-figure {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slide-img {
  position: relative;
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  height: 0%;
  width: 100%;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.4s 0.1s ease;
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 0.4s 0.1s ease;
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease;
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease, -webkit-filter 0.4s 0.1s ease;
}
.is-active .slide-img {
  height: 100%;
  opacity: 1;
  -webkit-transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-filter 0.4s 0.1s ease;
  transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-filter 0.4s 0.1s ease;
  transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease;
  transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease, -webkit-filter 0.4s 0.1s ease;
}
.is-sliding .slide-img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.front-boxes{
    margin-top: -180px;
    position: relative;
    z-index: 8;
    margin-bottom: 0px;
}

.content-box{
    background-color: #F7FAFA;
    height: 100%;
    padding: 40px 30px; 
    text-align: center;
    transition: 0.3s;
}

.content-box p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.svg-icon{
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 20px;
}

.svg-icon img{
    width: 100%;
}

.content-box h3{
   transition: 0.3s;
    font-weight: 600;
}

.content-box:hover h3{
   color: #46866C;
}

.middle-box{
    border-left: solid 2px #FFF;
    border-right: solid 2px #FFF;
}

.content-box .btn-custom{
  color: #EEC344;
  transition: 0.9s;
  padding: 0.3rem 1.125rem;
  font-size: 0.60rem;      
  background: transparent;
  border: none;
}

.content-box .btn-custom:hover {
  color: #46866C;
  background: transparent;
  
}

.agrazo-thumb img{
    width: 100%;
}

.agrazo-info h5{
    letter-spacing: 5px;
}

.agrazo-info h2{
    letter-spacing: 2px;
}

.agrazo-info p{
    margin-bottom: 1rem;
}

.counter-icon-svg{
    width: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.counter-icon-svg img{
    width: 100%;
}

.counter-caption .counter{
    font-size: 1rem;
    margin-bottom: 2px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.counter-caption p{
    font-size: 11px;
    margin-top: -3px;
    line-height: 1.5;
}

.services-thumbnail{
    background: #FFF;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    cursor: pointer;
}

.service-thumb img{
    width: 100%;
}

.service-caption{
    padding: 1.2rem;
}

.service-caption p{
    line-height: 1.7;
}

.service-caption h3{
    color: #46866C;
    transition: 0.3s ease;
}

.service-caption h5{
    font-size: 14px;
    margin-top: 20px;
}

.services-thumbnail:hover .service-caption h3{
    color: #EEC344;
}

.home-section-title{
    margin-bottom: 20px;
    border-left: solid 4px #EEC344;
}

h2.text-background{
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 10px;
    background: url(../img/images/product2.jpg);
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-left: 20px;
    margin-bottom: 0px;
}

.home-section-title p{
    margin-top: -5px;
    margin-left: 20px;
    color: #333;
}

.home-about p.bold{
    font-weight: 600;
    margin-bottom: 1rem;
}

.home-about-img{
    border-left: solid 10px #EEC344;
    border-bottom: solid 10px #EEC344;
}

.home-about-img img{
    width: 100%;
}

.signature{
    width: 150px;
    margin-top: 1rem;
}

.signature img{
    width: 100%;
}

.parallax{ 
    background-image: url("../img/images/img3.jpg");
    height: 450px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.wide-right{
    background-color: #46866C;
    height: 450px;
    margin-left: -4rem;
    margin-top: 2.5rem;
    width: 1400px;
    padding: 3rem;
    z-index: 2;
    position: relative;
}

.panel-title{
    margin-bottom: 20px;
    border-left: solid 4px #EEC344;
}

.panel-title h2{
    color: #FFF;
    margin-left: 20px;
}

.panel-title h5{
    color: #FFF;
    margin-left: 20px;
    margin-bottom: 2px;
}

.wide-right p{
    color: #FFF;
}

.panel-content{
    width: 60%;
    padding-right: 3rem;
}

.panel-content p{
    line-height: 1.6;
}

hr.divider{
    margin: 1.5rem auto 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.option-left{
    float: left;
    width: 50%;
}

.option-right{
    float: right;
    width: 50%;
}

.option-icon{
    width: 50px;
    float: left;
    margin-right: 10px;
    margin-bottom: 50px;
}

.option-icon img{
    width: 100%;
}

.span-options .caption{
    padding-right: 20px;
}

.span-options .caption h3{
    color: #FFF;
    margin-bottom: 5px;
}

.span-options .caption p{
    font-size: 14px;
    line-height: 1.5;
}

.vector-bg{ 
    background-image: url("../img/images/vector-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0.80rem 0rem;
    margin-top: -132px;
    z-index: 0;
}

.vector-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #bb9011, #bb9011);
  opacity: 0.9;
}


@media (max-width:768px) {
    
.slide-caption .title-line h2 { 
    font-size: 2rem;
    margin-bottom: 20px;
}
    
.slide-caption .slide-description p {
  font-size: 16px;
  width: 70%;
  line-height: 1.6;
}

}
 
@media (max-width:576px) { 
.slide-caption .title-line h2 { 
    font-size: 1.5rem;
    margin-bottom: 10px;
}
    
.slide-caption .slide-description p {
  font-size: 14px;
  width: 70%;
  line-height: 1.6;
} 
}
