.custom-font
{
   font-family: 'Montserrat', sans-serif ;
}



header{
  margin-top: 25px;
}


.gentec-logo{
    width: 160px;
    margin-top: 6px;
    padding-top: 2px;
   }

.product-title{
  margin-left: -8px;
}

.product-title span{
  font-size: 40px; 
  font-weight: 400;
}

.gentec-form{
    background-color: #95c448;
    height: auto;
    padding: 15px 5px 5px 15px;
    border-radius: 3%;
}

.gentec-form h4{
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  
}

.btn-gentec{
    border-color: white;
    background-color: #ffffff;
    color: #95c448;
    width: 70%;
    margin: 0px auto 5px auto;
    font-weight:bold;
  }

  .btn-gentec:hover{
    border-color: white;
    color: white;
    background-color: #95c448;
  }

.btn-gentec span{
 font-size: 22px !important;
}

.btn-custom{ 
  border-radius: 18px !important;
}
  
  
input[type=text] {
    width: 85%;
    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: 86%;
  }
  
  input[type=email] {
    width: 85%;
    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: 86%;
  }

  select{
    width: 84%;
    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: 100%;
    height: 100%;
  }

  .slide2 img{
    height:73px;
    width:63px;
    object-fit:scale-down;
    overflow: hidden;
  }

  #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-inner{
  height:auto;
}



.carousel-indicators li, .carousel-indicators li.active{
    width: 15px;
    height: 7px;
    color: #393e44;
    background-color: linear-gradient( rgba(24, 23, 23, 0.957));
    position: relative;
    margin: 10px;  
    display: inline-block;         
}



.carousel-item p, h5{
  color: black;
  font-size: 25px;
  
}

.carousel-caption{
  margin-bottom: 0px;
 
  position: relative;  

 margin-right: 10px;
margin-left: -200px;
}

.carousel-caption h5{
  color: #95c448; font-weight: 700;
}

.carousel-caption p{
  margin-top: -10px;
  font-size: 18px;
}

.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: 1820px) { 
.navbar-custom{
  margin-bottom: 5px;
  background-color: #95c448;
  padding-left: 15%;
}
}

#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{
    margin-left: 0px;
    }

  .product-title span{
    font-size: 28px;
  }

  

  .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;
    }
  
}


#gentec-footer span{
  color: rgb(92, 88, 88);
}

.feature{
  width: 1380px;
  height: 499px;
  background-position: center center;
  /* background-size: 1380px 499px; */
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.secondary-text{
 position: relative;
 text-align: center;
 color: white;
 font-size: 20px;
 height: 100%;
 
 margin-left:2%;
 margin-right: 2%;
 padding-top: 2%;
}

.secondary-text-right{
  float: right;
}

.secondary-text-left{
  float: left;
}

.secondary-text h4{
  font-size: 50px;
}

.mid-title{
  text-align: center;
  margin-bottom: 55px;
}

.mid-title-top{
  padding-bottom: 0px; 
  padding-top: 30px;
  margin-bottom: 15px;

}

.mid-title-top h2{
  font-size: 50px !important;
}

.mid-title h2{
  font-size: 40px;
}
.mid-text{
  margin-top: -10px;
  font-size: 20px;
}
.top-div{
  /* background-color: #f5f5f7; */
  padding-top: 10px;
  padding-bottom:15px;
}

.side-by-side{
  height: auto;
  width: 100%;
  text-align: center;
  margin-right: auto; margin-left: auto;
}

.offers{
  margin-top:50px;
  text-align: center;
  text-shadow: 4px 4px 4px #aaa;
}
.offers span{
  width: 100%;
  font-size: 28px;
  font-weight: 600;
}

.offers p{
  margin-top: -10px;
  width: 100%;
}


.modal-form{
  margin-left: 5%;
  padding: 15px 0 5px 15px;
}

.modal-form button{
  width: 70%;
  border: solid #95c448 1px;
  color: #95c448;
  margin-left: 10%;
  margin-right: auto;
  margin-bottom: 20px;
}

.modal-form button:hover{
  width: 70%;
  border: solid #95c448 1px;
  background-color: #95c448;
  color: white;
  margin-left: 10%;
  margin-right: auto;
  margin-bottom: 20px;

}

.modal-form i{
  color: #95c448;
  margin-left: 4px;
  font-size:20px !important;
  margin-right: 6px;
}

