@import url("../../fonts/fonts.css");
body {
  font-family: 'Montserrat-Regular';
  visibility: visible;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

.row {
  margin: 0; }

img {
  width: 100%; }

textarea {
  resize: none; }

a:hover {
  text-decoration: none; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

button:focus {
  outline: none; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

select.form-control:not([size]):not([multiple]) {
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat-Bold'; }

.top-bar {
  background-color: #1c1c1c;
  padding: 5px 0px;
  font-size: 13px; }
  @media only screen and (max-width: 767px) {
    .top-bar {
      display: none; } }
  .top-bar ul {
    margin: 0;
    padding: 0; }
    .top-bar ul li {
      display: inline-block; }
      .top-bar ul li a {
        color: #ffffff; }
        @media only screen and (max-width: 767px) {
          .top-bar ul li a {
            font-size: 12px; } }
      .top-bar ul li .svg-inline--fa {
        color: #ffffff; }
  .top-bar .sm-tp li {
    margin-right: 10px; }

nav {
  position: sticky !important;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 0 1rem !important;
  border-top: 5px solid #1c1c1c;
  box-shadow: 0px 1px 3px #525252;
  background-color: #fff; }
  nav .logo {
    width: 130px; }
    @media only screen and (max-width: 767px) {
      nav .logo {
        width: 130px; } }
  nav ul .nav-item .nav-link {
    color: #1c1c1c;
    text-transform: capitalize;
    font-family: 'Montserrat-Medium';
    font-size: 16px; }
  nav ul .nav-item .active:after {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to bottom, #7e9d5f, #d3df6f);
    margin: auto; }

#main-slider {
  position: relative; }
  #main-slider .bg {
    position: relative; }
    #main-slider .bg img {
      width: 100%;
      height: 100%;
      z-index: 1; }
  #main-slider .content-img {
    position: absolute;
    width: 35%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: 2; }
  #main-slider .text {
    position: absolute;
    width: 40%;
    right: 3%;
    top: 35%;
    z-index: 2;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      #main-slider .text h2 {
        font-size: 10px; }
      #main-slider .text p {
        display: none; }
      #main-slider .text a {
        font-size: 8px;
        padding: 5px; } }
  #main-slider a {
    background-color: #1c1c1c;
    color: #ffffff;
    padding: 5px 25px;
    font-size: 14px;
    letter-spacing: 1px; }
  #main-slider h2 {
    color: #7e9d5f; }

.about .about-content {
  padding-left: 14%;
  padding-top: 50px; }
  .about .about-content h4 {
    color: #7e9d5f; }
  @media only screen and (max-width: 767px) {
    .about .about-content {
      padding-left: 0;
      padding: 15px; } }
  .about .about-content a {
    font-family: 'Montserrat-SemiBold';
    color: #7e9d5f; }

@media only screen and (max-width: 767px) {
  .about img {
    display: none; } }
.products{
  margin-bottom: 50px;
  position: relative;
  
}
.gallery{
  background: #dbdad7;
}
.products-head{
  clip-path: polygon(0 0, 0 103%, 22% 0);
  position: absolute;
  height: 160px;
  width: 100%;
    z-index: 99;
}
.products .head {
  position: relative;
 background-color: #b7c96a;
    color: #ffffff;
    /* text-align: center; */
   padding-top: 50px;
    padding-left: 30px;
    margin-bottom: 40px;
    width: 50%;
    height: 192px; }
  .products .head p {
    font-size: 14px; }
  .products .head h3 {
    text-transform: uppercase; 
     position: absolute;
     transform: rotate(-28deg);
    font-size: 25px;}
.products-list{
  padding: 45px;
  background-color: #b7c96a;
  
}
.pro-row{
  background-color: #fff;
}
.product-one{
 -webkit-box-shadow: 1px 1px 1px 0px rgba(214,214,214,1);
-moz-box-shadow: 1px 1px 1px 0px rgba(214,214,214,1);
box-shadow: 1px 1px 1px 0px rgba(214,214,214,1);
padding: 45px;
margin-bottom: 30px;
}
.product-one:hover{
   box-shadow: rgba(181, 191, 201, 0.4) 0px 1px 8px;
    background-color: rgb(247, 252, 250);
}
.product-one h6{
  text-align: center;
    margin-top: 10px;
    color: #000;
}
.product-one img{
  height: 250px;
}
.products .content {
  text-align: center;
  border-bottom: 2px solid #d3df6f;
  margin-bottom: 40px; }
  .products .content img {
    width: 70px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 15px; }
  .products .content h6 {
    color: #7e9d5f; }
  .products .content a {
    color: #1c1c1c;
    font-family: 'Montserrat-Bold';
    padding-bottom: 15px;
    display: inline-block; }
  .products .content p {
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap; }

.gallery .head {
  background-color: #1c1c1c;
  color: #ffffff;
  text-align: center;
  padding: 2% 10%;
  margin-bottom: 40px; }
  .gallery .head p {
    font-size: 14px; }
  .gallery .head h3 {
    text-transform: uppercase; }

.gallery img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 25px;
  box-shadow: 0 0 3px 0px #989393;
  border-radius: 3px; }

.sister-concern {
  margin-top: 30px;
  text-align: center; }
  .sister-concern h3 {
    margin-bottom: 20px; }
  .sister-concern .sis {
    position: relative; }
    .sister-concern .sis img {
      height: 300px;
      object-fit: cover; }
    .sister-concern .sis .content {
      position: absolute;
      bottom: 0;
      text-align: left;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.72);
      color: #ffffff;
      width: 100%; }
      .sister-concern .sis .content p {
        font-size: 12px;
        text-align: justify;
        margin-bottom: 0; }
      .sister-concern .sis .content h6 {
        color: #7e9d5f; }
      .sister-concern .sis .content a {
        font-size: 12px;
        color: #ffffff; }

footer {
  background-color: #000000;
  padding: 20px 0;
  padding-bottom: 0; }
  footer .ft-logo {
    width: 150px;
    margin-bottom: 10px; }
  footer h6 {
    color: #7e9d5f; }
  footer p {
    color: #ffffff;
    font-size: 14px; }
  footer svg {
    color: #d3df6f;
    margin-right: 5px; }
  footer a {
    color: #ffffff; }
  footer .ft-links {
    margin: 0;
    padding: 0;
    margin-top: 30px; }
    footer .ft-links li {
      list-style: none;
      margin-bottom: 15px; }
      footer .ft-links li a {
        color: #ffffff; }
        footer .ft-links li a:hover {
          color: #7e9d5f; }
  footer .input-group-text {
    padding: 0px 8px;
    background-color: #7e9d5f; }
    footer .input-group-text svg {
      color: #ffffff; }
    footer .input-group-text button {
      border: 0;
      background-color: transparent;
      color: #ffffff; }
  footer .copy {
    padding: 10px 0;
    border-top: 1px solid #353535;
    margin-top: 25px; }
    footer .copy p {
      margin-bottom: 0; }
    footer .copy svg {
      font-size: 22px;
      margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      footer .copy .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.page-head {
  background-color: #2b2b2b;
  border-top: 5px solid #7e9d5f;
  padding: 45px 0 !important;
  color: #ffffff; }

.about-page h4 {
  color: #7e9d5f; }

.about-page p {
  text-align: justify; }

.about-page .team img {
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
  box-shadow: 0 0 3px #292929; }

.about-page .team a {
  color: #7e9d5f;
  margin-right: 15px; }
  .about-page .team a:hover {
    color: #d3df6f; }

.products h4 {
  color: #7e9d5f;
  text-transform: capitalize; }

.products p {
  text-align: justify; }

.products .product-container {
  padding: 15px 0;
  border: 1px solid #ececec;
  box-shadow: 0 0 2px 0px #d6d6d6;
  margin-bottom: 25px; }
  .products .product-container p {
    margin: 0;
    font-size: 12px; }
  .products .product-container a {
    font-size: 12px;
    color: #333;
    font-family: 'Montserrat-SemiBold'; }
  .products .product-container h6 {
    color: #7e9d5f; }

.products .products-page img {
  display: block;
  margin: auto;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 2px #cacaca; }

.products .products-page h6 {
  color: #7e9d5f;
  text-align: center; }

.products .products-page a {
  font-size: 12px;
  color: #333;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
  display: block; }

.products .products-page .pro-con {
  margin-bottom: 25px; }

.products .detail {
  margin-top: 10px;
  border-bottom: 1px solid #ccc; }
  .products .detail .code {
    margin-bottom: 0; }
  .products .detail a {
    padding: 5px 20px;
    color: #fff;
    background-image: linear-gradient(to bottom, #7e9d5f, #819f64, #85a069, #88a26e, #8ba373);
    border: 2px solid #b3afaf;
    background-color: white;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold'; }
  .products .detail img {
    height: 330px;
    object-fit: contain; }

.contact {
  margin-bottom: 30px;
  margin-top: 30px; }
  .contact button {
    background-color: #7e9d5f;
    color: #ffffff;
    padding: 5px 25px;
    border: 0; }
  .contact iframe {
    height: 260px;
    width: 100%; }
  .contact svg {
    color: #7e9d5f; }
  .contact a {
    color: #7e9d5f; }


 .small{
    overflow: hidden;
    padding: 0;
    /* width: 300px; */
    height: 300px;
   /*  border:1px solid #000;
    float:left;
    margin:10px; */
}
.small img{
  transition-duration: 4s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.small img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #935234;
    margin-top: -30px;
    background-color: #fff;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.tleft{
  text-align: left!important;
}
