

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.pos-fix {
  position: fixed; }

.full-width {
  width: 100%;
  max-width: 1440px; }

.full-height {
  height: 100%; }

.full-size {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.my-button {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1em;
  /* padding-top: 0.8rem; */
  padding-bottom: 0.8rem;
  display: inline-block;
  box-sizing: border-box;
  margin: 0; }

.center-vh {
  /*
    height: 100%;
    width: 100%; 
*/
  /* width needed for Firefox */
  /* old flexbox - Webkit and Firefox. For backwards compatibility */
  display: -webkit-box;
  /* middle-aged flexbox. Needed for IE 10 */
  display: -ms-flexbox;
  /* new flexbox. Chrome (prefix), Opera, upcoming browsers without */
  display: flex;
  /* old flexbox: box-* */
  -webkit-box-align: center;
  /* middle flexbox: flex-* */
  -ms-flex-align: center;
  /* new flexbox: various property names */
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pos-top {
  top: 0; }

.pos-left {
  left: 0; }

.pos-right {
  right: 0; }

.pos-bottom {
  bottom: 0; }

.relh100 {
  position: relative;
  height: 100%; }





.full-width {
  width: 100%;
  max-width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.fullscreen-width {
  width: 100%;
  max-width: 100%; }

.table {
  display: table;
  height: inherit;
  margin: auto; }


.table-cell {
  display: table-cell;
  /*    height: inherit;*/
  vertical-align: middle; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-justify {
  text-align: justify; }

/*
.mask{
    position: relative;
}
*/
/** 0. color Color */
.mask:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  opacity: 0.8;
  /*    z-index: 10;*/ }

.title.bg-red,
.bg-red,
.mask-red:before {
  background: #e51c23; }

.small-col-20 {
  width: 20%; }

.box-shadow {
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2), 0 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2), 0 0 4px 1px rgba(0, 0, 0, 0.1); }

/* Viewport visibility animation  */
.hidden {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.visible {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.invisible {
  display: none !important; }

.s-visible-medium-up {
  opacity: 0; }

strong,
.bold {
  font-weight: bold; }

.column, .columns {
  padding: 0; }

.row .row {
  margin: 0; }

/* 0.1 Helper classes */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }


/* 3.1 Fullscreen sections overall style / .section */
/*  Main Page / .page-main*/
/* Section / .section*/
.section .content {
  width: 100%;
  padding: 64px 0; }
  .section .content:before, .section .content:after {
    content: " ";
    display: table; }
  .section .content:after {
    clear: both; }
  @media (min-width: 801px) {
    .section .content {
      min-height: 100%;
      padding: 128px 0; } }
  @media (min-width: 801px) {
    .section .content {
      padding: 0; } }
  @media (min-width: 801px) {
    .section .content .wrapper {
      margin-top: -28px; } }
  .section .content .c-title {
    position: absolute;
    top: 110px;
    left: auto;
    right: 16px; }
    .section .content .c-title h2 {
      font-weight: 300;
      font-size: 18px; }
    @media (min-width: 801px) {
      .section .content .c-title {
        right: 64px;
        top: 96px; }
        .section .content .c-title h2 {
          font-size: 32px; } }
    @media (min-width: 801px) {
      .section .content .c-title {
        position: absolute;
        top: 80px;
        left: 64px; }
        .section .content .c-title h2 {
          font-size: 72px; } }
  .section .content .c-left {
    width: 100%; }
    @media (min-width: 801px) {
      .section .content .c-left {
        min-height: 100vh;
        width: 50%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media screen and (min-width: 801px) and (min-width: 0\0) {
    .section .content .c-left {
      height: 100vh; } }
    @media (min-width: 801px) {
      .section .content .c-left {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .section .content .c-left .wrapper {
      padding: 32px 16px; }
      @media (min-width: 801px) {
        .section .content .c-left .wrapper {
          padding-left: 64px;
          padding-right: 64px; } }
      @media (min-width: 801px) {
        .section .content .c-left .wrapper {
          padding-top: 96px;
          padding-bottom: 96px; } }
      @media (min-width: 1025px) {
        .section .content .c-left .wrapper {
          padding-top: 96px;
          padding-bottom: 96px;
          padding-left: 64px;
          padding-right: 96px; } }
  .section .content .c-right {
    width: 100%;
    position: relative; }
    @media (min-width: 801px) {
      .section .content .c-right {
        min-height: 100vh;
        width: 50%;
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media screen and (min-width: 801px) and (min-width: 0\0) {
    .section .content .c-right {
      height: 100vh; } }
    .section .content .c-right .wrapper {
      padding: 32px 16px; }
      @media (min-width: 801px) {
        .section .content .c-right .wrapper {
          padding-right: 64px;
          padding-left: 64px; } }
      @media (min-width: 801px) {
        .section .content .c-right .wrapper {
          padding-top: 96px;
          padding-bottom: 06px; } }
      @media (min-width: 1025px) {
        .section .content .c-right .wrapper {
          padding-top: 96px;
          padding-bottom: 0px;
          padding-right: 64px;
          padding-left: 96px; } }
    @media (min-width: 801px) {
       }
  .section .content .c-left .wrapper,
  .section .content .c-right .wrapper {
    width: 100%;
    max-width: 720px; }
    .section .content .c-left .wrapper.fit,
    .section .content .c-right .wrapper.fit {
      width: auto;
      max-width: 480px; }
      @media (min-width: 801px) {
        .section .content .c-left .wrapper.fit,
        .section .content .c-right .wrapper.fit {
          max-width: 720px; } }
  .section .content .c-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 0\0) {
      .section .content .c-centered {
        height: 100vh; } }
    @media (min-width: 801px) {
      .section .content .c-centered {
        min-height: 100vh; } }
    .section .content .c-centered.c-small .wrapper {
      width: 100%;
      max-width: 360px; }
    .section .content .c-centered .wrapper {
      width: 100%;
      max-width: 960px;
      padding: 32px 16px; }
      @media (min-width: 801px) {
        .section .content .c-centered .wrapper {
          padding-left: 16px;
          padding-right: 16px; } }
    .section .content .c-centered .title-desc {
      max-width: none;
      text-align: center; }
    .section .content .c-centered .cta-btns {
      text-align: center; }
      @media (min-width: 801px) {
        .section .content .c-centered .cta-btns {
          margin-bottom: -64px; } }
      .section .content .c-centered .cta-btns .btn {
        margin-left: 4px;
        margin-right: 16px; }
      .section .content .c-centered .cta-btns .btn-inv {
        margin-left: 16px;
        margin-right: 4px; }
    @media (min-width: 801px) {
      .section .content .c-centered .logo {
        margin-top: -64px; } }
    .section .content .c-centered .separator {
      content: "";
      background: #ffffff;
      width: 100%;
      height: 2px;
      margin: 32px 0;
      -webkit-transform: rotate(-7deg);
              transform: rotate(-7deg); }
  .section .content h2, .section .content h3, .section .content h4, .section .content p, .section .content .cta-btns {
    text-align: center; }
    @media (min-width: 801px) {
      .section .content h2, .section .content h3, .section .content h4, .section .content p, .section .content .cta-btns {
        text-align: left; } }
  .section .content .title-desc {
    max-width: 480px; }
    .section .content .title-desc .logo img {
      height: 64px;
      width: auto; }
    .section .content .title-desc h3 {
      font-size: 1rem; }
      @media (min-width: 801px) {
        .section .content .title-desc h3 {
          font-size: 2rem; } }
    .section .content .title-desc h2 {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1em;
      font-size: 2rem; }
      @media (min-width: 801px) {
        .section .content .title-desc h2 {
          font-size: 3rem; } }
    .section .content .title-desc h1, .section .content .title-desc h2, .section .content .title-desc h3, .section .content .title-desc h4 {
      margin-bottom: 0.25em; }
    .section .content li {
      list-style: none;
      }




/* 3.3 Projects/Products/Gallery / .section-projects */
.section .content {
  /* features/services/works */ }
  .section .content .wrapper .slider-wrapper {
    max-width: none;
    margin-right: 0; }
    @media (min-width: 801px) {
      .section .content .wrapper .slider-wrapper {
        margin-right: -106px; } }
  .section .content .wrapper .slide-pagination,
  .section .content .wrapper .items-pagination {
    position: static;
    margin-left: 0px;
    float: left;
    margin-right: -16px;
    z-index: 1; }
    @media (min-width: 801px) {
      .section .content .wrapper .slide-pagination,
      .section .content .wrapper .items-pagination {
        margin-left: 0;
        right:30%;
        top: 65px;
        position: absolute; } }
  .section .content .wrapper .swiper-pagination-bullet {
    opacity: 1;
    margin-right: 16px;
    background: #000000;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .section .content .wrapper .swiper-pagination-bullet:before {
      position: absolute;
      left: -8px;
      right: -8px;
      top: -8px;
      bottom: -8px;
      content: "";
      background: none;
      border-radius: 20px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: -1;
      border: 2px solid transparent; }
    .section .content .wrapper .swiper-pagination-bullet:after {
      position: absolute;
      left: -6px;
      right: -6px;
      top: -6px;
      bottom: -6px;
      content: "";
      background: none;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 0; }
    .section .content .wrapper .swiper-pagination-bullet:hover, .section .content .wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #026A25; }
      .section .content .wrapper .swiper-pagination-bullet:hover:before, .section .content .wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        background: transparent;
        left: -4px;
        right: -4px;
        top: -4px;
        bottom: -4px;
        border-color: #026A25; }
  .section .content .wrapper .items-nav-container {
    float: right;
    position: relative;
    margin-bottom: 16px;
    margin-top: -8px;
    z-index: 10; }
    @media (min-width: 801px) {
      .section .content .wrapper .items-nav-container {
        top: 8%;
        right: 0px;
        margin-top: 0;
        position: absolute; } }
    .section .content .wrapper .items-nav-container .items-button {
      float: left;
      position: relative;
      margin-right: 36px; }
      .section .content .wrapper .items-nav-container .items-button:after {
        content: "";
        background: #000;
        height: 32px;
        width: 2px;
        position: absolute;
        right: -19px;
        bottom: -4px; }
      .section .content .wrapper .items-nav-container .items-button a {
        font-size: 14px;
        text-transform: capitalize;
        color: #000;
        display: inline-block;
        padding-top: 8px;
        position: relative; }
        .section .content .wrapper .items-nav-container .items-button a:after {
          bottom: 0;
          left: -16px;
          right: -16px;
          width: auto;
          content: "";
          position: absolute;
          background: #ffffff;
          height: 2px;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          opacity: 0; }
        .section .content .wrapper .items-nav-container .items-button a:hover {
          color: #315431; }
          .section .content .wrapper .items-nav-container .items-button a:hover:after {
            left: -0%;
            right: -0%;
            opacity: 1; }
      .section .content .wrapper .items-nav-container .items-button:last-child {
        margin-right: 0; }
        .section .content .wrapper .items-nav-container .items-button:last-child:after {
          display: none; }
  .section .content .items-slide {
    position: relative; }
    .section .content .items-slide .swiper-wrapper .swiper-slide {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotateY(90deg);
              transform: rotateY(90deg); }
      .section .content .items-slide .swiper-wrapper .swiper-slide.swiper-slide-active {
        -webkit-transform: none;
                transform: none;
        visibility: visible;
        opacity: 1; }
  .section .content .c-features-list {
    margin-top: 32px; }
    .section .content .c-features-list li {
      padding-right: 64px;
      margin-bottom: 32px;
      position: relative;
      text-align: left; }
      .section .content .c-features-list li.swiper-slide {
        padding-right: 0px; }

     

      .section .content .c-features-list li h3 {
        color: #026A25;
        text-transform: none;
        font-weight: bold;
        position: relative;
        margin-bottom: 8px;
        padding-bottom: 8px;
        text-align: left; }
      .section .content .c-features-list li .desc p {
        text-align: left;
        font-size: 16px;
        margin-bottom: 0;
         }
      .section .content .c-features-list li .item-img {
        display: block;
        width: 100%;
        max-width: 600px;
        height: 300px;
        background: #fff;
        content: "";
        position: relative;
        margin-bottom: 16px;
        overflow: hidden; }
        .section .content .c-features-list li .item-img .img {
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: ""; }
      .section .content .c-features-list li .item-desc {
        width: 100%; }
        @media (min-width: 801px) {
          .section .content .c-features-list li .item-desc {
            width: 180%; } }

.section.active .anim .items-slide p, .section.active .anim .items-slide h2, .section.active .anim .items-slide h3, .section.active .anim .items-slide h4 {
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.section.active .anim .items-slide .swiper-slide h2 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
          transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01); }

.section.active .anim .items-slide .swiper-slide h3, .section.active .anim .items-slide .swiper-slide h4 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
          transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01); }

.section.active .anim .items-slide .swiper-slide p {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
          transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01); }

.section.active .anim .items-slide .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.0s;
          transition-delay: 0.0s; }

.section.active .anim .items-slide .swiper-slide.swiper-slide-active h3, .section.active .anim .items-slide .swiper-slide.swiper-slide-active h4 {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.section.active .anim .items-slide .swiper-slide.swiper-slide-active p {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }


