@import url('https://fonts.googleapis.com/css?family=Gugi:400,500,600');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav&display=swap');

/*
:root {
    --primary: #7ec13f;;
    --accent: #F5514B;
  }
  */

.navbar-logo {
    width: 400px;
    height: 100px;
}

/* start all section */
    #vision, #products, #clients, #aboutus, #contact, #mission
    {
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
    }
    #products {
      background-color: #f6f6f6;
      
    }
    
    .section-title {
      text-align: center;
      padding-bottom: 10px;
    }
    .section-title h1 {
      color: #7ec13f;
      font-size: 30px;
    }
    .section-title-w {
      color: #ffffff;
      text-align: center;
      padding-bottom: 10px;
    }
    .section-title-w h1 {
      color: #ffffff;
      font-size: 30px;
    }
/* end all section */



  /* ========================================================================== *
   *   Typography                                                                   *
   * ========================================================================== */

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Yantramanav';
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: 0.5px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    /*font-family: "Helvetica Now MT Text W05 Rg",Helvetica,sans-serif !important;*/
    font-family: 'Yantramanav';
    /*color: #757575;
    color: #13181B;*/
    color: #3c4043;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
  }


  /* ========================================================================== *
   *   GENERAL                                                                   *
   * ========================================================================== */

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  hr {
    width: 180px;
    border-color: #CCC;
  }

  .overlay {
	background: rgba(0, 0, 0, 0.4) url("../images/pattern/small-square.png") repeat;
  /*background-color: rgba(20,20,20,0.4);
  background: rgba(117, 121, 255, 0.3) url("../images/pattern/small-square.png") repeat;*/
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.parallax .container {
	position:relative;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

img.parallax {
	background-attachment: fixed;
}

.scrollup {
	width:35px;
	height:35px;
	position:fixed;
	bottom:30px;
	right:15px;
	display:none;
	background: #7ec13f;
  opacity: 0.6;
	text-align: center;
}

.scrollup i {
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}

.scrollup:hover {
	background: #7ec13f;
  opacity: 0.9;
}

a.slider-btn{
  display:inline-block;
  padding:0.7em 1.7em;
  margin:0 0.3em 0.3em 0;
  border-radius:0.5em;
  border:0.1em solid rgba(255,255,255,0);
  box-sizing: border-box;
  text-decoration:none;
  font-weight:600;
  color:#FFFFFF;
  background-color:#7ec13f;
  box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
  text-align:center;
  position:relative;
  width: 125px;
}

a.slider-btn:hover{
  box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,1);
}

a.slider-btn:active{
  box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,1);
}

/* ========================================================================== *
*   NAVIGATION SECITON                                                                   *
* ========================================================================== */
.custom-navbar {
  background: #ffffff;
  margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
  font-family: 'Gugi', sans-serif;
  color: #7ec13f;
  font-weight: 600;
  font-size: 24px;
  /*text-shadow: -0.5px 0 #333, 0 0.5px #333, 0.5px 0 #333, 0 -0.5px #333;*/
}
.custom-navbar .navbar-brand .navbar-toggle {
  background: #7ec13f;
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.custom-navbar .nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.custom-navbar .nav li a:hover {
  background: transparent;
 color: #F5514B;
}
.custom-navbar .nav > li > a:focus {
background-color: transparent;
color: #F5514B;
outline: none;
}
.custom-navbar .nav li.active > a {
    color: #F5514B;
  }
.custom-navbar .navbar-toggle {
      border: none;
      padding-top: 10px;
  }
.custom-navbar .navbar-toggle .icon-bar {
      background: #F5514B;
      border-color: transparent;
  }
  .custom-navbar.top-nav-collapse .nav li a {
    color: #7ec13f;
  }
  .custom-navbar.top-nav-collapse .nav li a:hover {
    background: transparent;
   color: #F5514B;
  }
  .custom-navbar.top-nav-collapse .nav > li > a:focus {
  background-color: transparent;
  color: #F5514B;
  outline: none;
  }
  .custom-navbar.top-nav-collapse .nav li.active > a {
      color: #F5514B;
    }

/* Desktop Width */
@media(min-width:768px) {
  .custom-navbar {
          background: #ffffff;
          padding: 10px;
          border-bottom: 0;
          background: 0 0;
       }
  .custom-navbar.top-nav-collapse {
          padding: 8px;
          background: #ffffff;
          border-bottom: 1px solid #e9ecef;
      }
}

/* Mobile Width */
@media (max-width:768px) {
  .custom-navbar .nav li a {
    color: #7ec13f;
  }
  .custom-navbar .nav > li > a:focus {
    background-color: transparent;
    color: #F5514B;
    outline: none;
  }
  .custom-navbar .nav li.active > a {
        color: #F5514B;
  }
}

/* ========================================================================== *
 *   HOME                                                                     *
 * ========================================================================== */
  #home h2 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  /*
  .slider-caption {
    color: #ffffff;
    font-weight: normal;
    text-shadow: 2px 2px 2px #333;
  }*/

  .slider-caption {
    font-family: 'source serif pro';
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    margin: 6px -10px;
    color: #fff;
    letter-spacing: 2px;
  }  

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #7ec13f;
    border-color: transparent;
  }

  .owl-theme .owl-nav [class*=owl-] {
    background: 0, 0;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0, 0;
  }

  .owl-prev, .owl-next {
    width: 15px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px;
  }

  .owl-prev { left: 20px; }
  .owl-next { right: 20px; }
  .owl-prev i, .owl-next i {
    transform : scale(2,5); 
    color: #7ec13f;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    height: 100%;
    color: #ffffff;
    /*background-color: rgba(20,20,20,0.6);
    cursor: e-resize;*/
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
    position: relative;
  }

  .slider .item-first {
    background-image: url(../images/Slider1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/Slider2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/Slider3.jpg);
  }

  .slider .item-four {
    background-image: url(../images/Slider4.jpg);
  }

  /* ========================================================================== *
   *   products / Swiper                                                                     *
   * ========================================================================== */

   #products .container {
    width: 100%;
  }

  .swiper-pagination-bullet {
    border: 1px solid #1da1f2;
  }
  
  .swiper-pagination-bullet-active {
    background: #1da1f2
  }
  
  img:not([draggable]),
  embed,
  object,
  video {
    max-width: 100%;
    height: auto;
  }
  
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
  }
  
  .swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee0f6f;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    transition: 0.2s;
  }
  
  .swiper-container-no-flexbox .swiper-slide {
    float: left
  }
  
  .swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
  }
  
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
  }
  
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0, 0, 0)
  }
  
  .swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap
  }
  
  .swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
  }
  
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
  }
  
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto
  }
  
  .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
  }
  
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
  }
  
  .swiper-wp8-horizontal {
    touch-action: pan-y
  }
  
  .swiper-wp8-vertical {
    touch-action: pan-x
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
  }
  
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
  }
  
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
  }
  
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
  }
  
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
  }
  
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
  }
  
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
  }
  
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
  }
  
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
  }
  
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
  }
  
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
  }
  
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
  }
  
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
  }
  
  .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
  }
  
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
  }
  
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
  }
  
  .swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
  }
  
  .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
  }
  
  .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
  }
  
  .swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
  }
  
  .swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
  }
  
  .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
  }
  
  .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
  }
  
  .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
  }
  
  .swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
  }
  
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
  }
  
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
  }
  
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
  }
  
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
  }
  
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
  }
  
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
  }
  
  .swiper-container-coverflow .swiper-wrapper,
  .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
  }
  
  .swiper-container-cube,
  .swiper-container-flip {
    overflow: visible
  }
  
  .swiper-container-cube .swiper-slide,
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
  }
  
  .swiper-container-cube .swiper-slide .swiper-slide,
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
  }
  
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
  }
  
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
  
  .swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
  }
  
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
  }
  
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-next+.swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
  }
  
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
  }
  
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
  }
  
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
  }
  
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
  }
  
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
  }
  
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
  }
  
  .swiper-zoom-container>canvas,
  .swiper-zoom-container>img,
  .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }
  
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
  }
  
  .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
  }
  
  .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
  }
  
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
  }
  
  .swiper-scrollbar-cursor-drag {
    cursor: move
  }
  
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
  }
  
  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
  }
  
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
  }
  
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg)
    }
  }
  
  @keyframes swiper-preloader-spin {
    100% {
      transform: rotate(360deg)
    }
  }
  
  .swiper-container.one {
    padding-top: 40px;
    text-align: center;
  }
  
  .swiper-container.one .swiper-slide {
    padding: 0 43px;
  }
  
  .swiper-container {
    width: 100%;
    padding-bottom: 40px;
  }
  
  .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    height: 300px;
  }
  
  .swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
  }
  
  .two .swiper-slide {
    width: 450px;
  }
  
  .swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  
  .swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
  }
  
  .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  
  .swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee0f6f;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    transition: 0.2s;
  }
  
  .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
  }

  .slider-image {
    position: relative;
  }

  .slider-img-caption {
    position: absolute;
    color: rgb(255, 255, 255);
    width: 100%;
    bottom: 0%;
    transform: translate(0%, -0%);
    background-color: rgba(41, 41, 41, 0.4);
    padding: 0.5rem;
    text-align: center;
    font-size: 20px;
  }


  /* ========================================================================== *
   *   VALUES                                                                   *
   * ========================================================================== */

    .values-info{
        margin-bottom: 50px;
    }

  #values figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #values figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #values figure span i {
    background: #7ec13f;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }

  /* ========================================================================== *
   *   Mission                                                                   *
   * ========================================================================== */

   .mission-box {
    text-align: center;
    margin-bottom: 50px;
    border: 1px solid #EAE7E7;
    padding: 5px 5px 5px;
    height: 500px;
  }

  .mission-box:hover {
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  }

  .mission-img {
    overflow: hidden;
    position: relative;
    text-align: left;
  }

  .mission-img img {
    height: 250px;
    width: 100%
  }

  .mission-icon {
    /*background-color: rgb(245,81,75,0.6);*/
    position: absolute;
    color: #ffffff;
    font-size: 70px;
    opacity: 1;
    max-width: 500px;
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    /*right: 0;*/
    bottom: 0;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mission-icon.mi-first {
    background-color: rgb(37, 150, 190, 0.6);
  }

  .mission-icon.mi-second {
    /*background-color: rgb(245,81,75,0.6);
    background-color: rgb(255, 102, 0, 0.6);*/
    background-color: rgb(255, 120, 31, 0.6); 
  }

  .mission-icon.mi-third {
    background-color: rgb(37, 150, 190, 0.6);
  }

  .mission-box .mission-desc {
    margin-top: 25px;
  }

  .mission-box .mission-desc h4 {
    color: #7ec13f;
  }
  
  .mission-box .mission-desc hr {
    margin-top: 0px;
  }



  /* ========================================================================== *
   *   Vision                                                                   *
   * ========================================================================== */

  #vision .media
    {
        padding: 10px;
        vertical-align: top;
    }
  
  #vision .media .media-heading
    {
        /*border-bottom: 0.5px solid #202020;*/
        border-bottom: 0.5px solid #CCC;
        font-weight: 500;
        font-size: 25px;
        color: #7ec13f;
        padding-bottom: 10px;
    }


    #vision .media .media-object {
        float: left;
        margin-left: -15px;
        padding: 15px 20px;
        position: relative;
        /*top: 20px;*/
      }

    #vision .media .media-object i {
        /*
        background: #7ec13f;
        color: #ffffff;
        border-radius: 50px;
        */
        color: #7ec13f;
        font-size: 40px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

  /* ========================================================================== *
   *   PRODUCTS                                                                  *
   * ========================================================================== */

   #products .container {
    width: 100%;
  }

    /* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 40px 0 24px 0;
  overflow: hidden;
  text-align: center;
}
.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
  color: #7ec13f;
  outline: none;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
  width: 100%;
}
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a > img {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.fluid-img {
width: 100%;
display: block;
}


  /* ========================================================================== *
   *   CLIENTS                                                                  *
   * ========================================================================== */
   #clients {
    background:url(../images/clients.jpg) no-repeat;
    color: #ffffff;
  }

    #clients .media .media-object {
        float: left;
        margin-left: -15px;
        padding: 15px 20px;
        position: relative;
        /*top: 20px;*/
      }

    #clients .media-object i {
        
        /*background: #7ec13f;
        color: #ffffff;
        border-radius: 20px;*/
        color: #7ec13f;
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

   #clients p {
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }

  .stats-block.style2 h1 {
    font-size: 60px;
    margin-bottom: 15px;
  }

.stats-block.style2 span.stats-line {
    height: 2px;
    width: 70px;
    background-color: #7ec13f;
    background-image: linear-gradient(135deg, #21D4FD 0%, #7ec13f 75%);
    margin: 0px auto 15px;
    display: inline-block;
    position: relative;
}
.stats-block.style2 span.stats-line:after {
    content: '';
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -5px;
    border: 2px solid #7ec13f;
    display: block;    
}

.stats-block.style2 p {
    font-size: 18px;
}

.stats-desc {
    width: 100%;
}

.stats-desc p {
    margin-bottom: 0;
}

.stats-desc .stats-number h2 {
    margin-bottom: 4px;
    line-height: 1;
    padding-top: 5px;
    font-size: 35px;
}

.stats-desc.white {
    color: #fff;
}

.stats-desc.white h2 {
    color: #fff;
}

.stats-icon {
    width: 74px;
    line-height: 90px;
    border-radius: 50%;
    background-color: #7ec13f;
    background-image: linear-gradient(135deg, #21D4FD 0%, #7ec13f 75%);
    color: #fff;
    text-align: center;
    float: left;
    margin-right: 25px;
    height: 74px;
}

.stats-icon i {
    font-size: 40px;
}

  /* ========================================================================== *
   *   CONTACT                                                                  *
   * ========================================================================== */

   #contact {
    background:url(../images/contact.jpg) no-repeat;
  }

    #contact h2 {
        color: #ffffff;
        font-size: 22px;
        padding-bottom: 14px;
    }
    #contact h4 {
        color: #ffffff;
        font-size: 18px;
        padding-top: 8px;
    }
    #contact p {
        font-size: 18px;
        color: #ffffff;
    }
    #contact span {
        font-weight: bold;
        padding-left: 24px;
    }
    #contact .ph, #contact .address, #contact .email {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #contact .fa {
        font-size: 12px;
        padding-right: 10px;
    }
    
    #contact .media-object i {
      /*
      background: #7ec13f;
      color: #ffffff;
      border-radius: 50px;
      */
      color: #7ec13f;
      font-size: 20px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
  }

   /* ========================================================================= *
   *   GOOGLE MAP                                                               *
   * ========================================================================== */
    #google-map {
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }


   /* ========================================================================= *
   *   FOOTER                                                        *
   * ========================================================================== */
    footer {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer p {
        padding-top: 20px;
    }


  /* ========================================================================= *
   *   MAINTENANCE SCREEN                                                        *
   * ========================================================================== */

    .simpleslide100 {
      display: block;
      position: fixed;
      z-index: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0
    }
    
    .simpleslide100-item {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0
    }

    .bg-img1 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover
    }

    .overlay1 {
      position: relative;
      z-index: 1
    }
    
    .overlay1::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #7579ff;
      background: -webkit-linear-gradient(bottom, #b224ef, #7579ff);
      background: -o-linear-gradient(bottom, #b224ef, #7579ff);
      background: -moz-linear-gradient(bottom, #b224ef, #7579ff);
      background: linear-gradient(bottom, #b224ef, #7579ff);
      opacity: .3
    }
    
    .overlay1::after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, .4)
    }

    .size1 {
      width: 100%;
      min-height: 100vh
    }

    .l1-txt1 {
      font-family: 'Poppins';
      font-size: 72px;
      line-height: 1.1;
      color: rgba(255, 255, 255, .5);
      text-transform: uppercase;
      letter-spacing: 15px;
    }

    .maint-text-div {
      padding: 25px 0 25px;
      min-height: 100vh;
      width: 100%;
      height: 100%;
      text-align: center;
    }

    .maint-text-div h1 {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    