.custom-font
{
   font-family: Monserrat ;
}

.gentec-logo{
    width: 160px;
    margin-top: 6px;
    padding-top: 2px;
   }

.product-title{
    background-color:#8a8989bb; 
    color:white;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left:10px;
}

.gentec-form{
    background-color: #95c448;
    height: auto - 20px;
    padding: 30px 0 5px 15px;
    border-radius: 3%;
}

.gentec-form h4{
  margin-left: 30%;
  
}

.btn-gentec{
    border-color: white;
    background-color: #ffffff;
    color: #95c448;
    width: 180px;
    margin: 5px auto 5px auto;
    font-weight:bold;
  }
  
  
input[type=text] {
    width: 87%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  
  input[type=text]:focus {
    width: 89%;
  }
  
  input[type=email] {
    width: 87%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  
  input[type=email]:focus {
    width: 88%;
  }

  select{
    width: 87%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    color: #6f7375;
    
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  
  .user-agreement{
    font-size: 10px;
    padding-left: 10px;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .social{
    color: rgb(228, 235, 231);
    margin-left: 4px;
    font-size:20px !important;
    margin-right: 6px;
  }

  .gentec-carousel-indicators{
     
      margin-bottom:-80px;
  }

  .company-logo img{
      width: auto;
      height: 50px;
     
  }

  .company-logo li{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
  }

  #suppliers{
      margin-top: 125px;
      background-color: #393e44 !important;
  }

  .suppliers-title{
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .suppliers-title2{
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .slide2{
    width: 100px;
  }

  #gentec-footer{
      background-color: #95c448;
  }
  .portfolio-box img{
      width: 200px;
      height: 200px;
      margin-left: 100px;
  }

  .product-list-title{
      margin-top: 50px;
      margin-bottom: 70px;
  }

  .product-list-title h2{
      margin-bottom: 40px;
  }

  .product-category{
    position:absolute;
    border:0px;
    top:0%;
    width:90%;
    text-align:center;
    opacity:0;
    transition: 0.5s;
    height: 100%;
    margin-left: 40px;
    font-weight: 600;
    padding-top:50%;
  }
  .product-category:hover{
      opacity: 1;
      background: #6f737517;
  }

  .btn-explore{
    border-color: #95c448;
    background-color: #ffffff;
    color: #95c448;
    width: 220px;
    margin: 5px auto 5px auto;
    font-weight:bold;
  }

  .btn-explore:hover{
    border-color: #95c448;
    background-color: #95c448;
    color: #ffffff;
  }

  .btn-more{
      margin-right: 120px;
      margin-top: 10px;
  }

  /*carousel css*/
  .carousel-indicators{
    list-style-type: none;
}

.carousel-indicators li, .carousel-indicators li.active{
    width: 70px;
    height: 70px;
    background: linear-gradient( rgba(128, 128, 128, 0.957));
    position: relative;
    margin: 10px;           
}
.carousel-indicators img{
    position: absolute;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    top: 0;
    left: 0;            
}

.carousel-item p, h5{
  color: black;
  font-size: 25px;
  
}

.carousel-caption{
  margin-bottom: 0px;
 
  position: relative;  

 margin-right: 10px;
margin-left: -200px;
}

.carousel-item img{
  margin:0 auto;
}
/*carousel css end*/

.navbar-custom{
  margin-bottom: 5px;
  background-color: #95c448;
  padding-left: 12%;
}

@media screen and (min-width: 1620px) { 
.navbar-custom{
  margin-bottom: 5px;
  background-color: #95c448;
  padding-left: 22%;
}
}

#mainNav{
  margin-top: 12px;
  }

  /* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*slider ends here*/

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

/* On screens that are 576px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 576px) {
  .product-title{
    background-color:#8a8989bb; 
    color:white;
    margin-left: 0px;
    }
  .product-title h1{
    font-size: 20px;
  }

  .gentec-carousel-indicators{
    display: none;
  }

  .carousel-item img{
    height: 100%;
    width: 100% !important;
  }

  .carousel{
    margin-left: 0px;
    margin-right: 10px;
    height: 400px;
  }

  .gentec-form{
    background-color: #95c448;
    margin-right: 1px;
    margin-left: 1px;
    border-radius: 3%;
    }
    input[type=text]:focus {
      width: 88%;
    }
  
    .navbar-brand{
      padding-top: 12px;
    }
  
}
