.product-banner{
    background:url('../img/product-banner.jpg') no-repeat;
    height: 80vh;
    background-size: cover;
    width: 100%;
    display: flex;
}
.product-gallery-page .cards{
    min-height : 500px; 
    background: #fff;
    /* position: absolute; 
    margin-top: -120px; */
    padding: 60px 40px;
    z-index: 5;
    box-shadow: 0 3px 6px #dedbdb;
    width: 100%;
}
#filters li{
   cursor: pointer;
   display: inline-block;
   list-style: none;
}
.sm-title{
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}


.product-gallery-page{
    position: relative;
    margin-top: -100px;
}

.product-gallery-page{
      background-position: center;
     position: relative; 
     background-size: cover;
     min-height: 500px;
     height: auto;
     padding-bottom: 120px;
 }

 .product-gallery-page .container{
     display: flex;
     align-items: center;
     justify-content: center;
 } 


.portfolio-menu{
    text-align: center;
}
.portfolio-menu ul li{
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    transition:all .5s ease;
}
.portfolio-menu ul li:hover{
    color: red;
}
.portfolio-item{
    width: 100%;    
}
.portfolio-item .item{
    width: 300px;
    float: left;
    margin-bottom: 10px;
}
li.active{
    color: #C5873C;
}


#filters a{
    color:#555;
    cursor: pointer;
    padding: 0.5em 1.0em;
}
#filters a:hover{
    color:#C5873C;
}
#filters a.active{
    color: yellow;
}
.items-menu {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    font-weight: 500;
    
  }

  .items-menu:active,
  .items-menu.is-checked {
    color: blue;
  }
  
  .items-menu.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
  }

  
  .item-group {
    display: flex;
    flex-direction: column;
  }
  .element-item {
    position: relative;
    float: left; 
     width: 200px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .prod-card img{
      width: 100%;
      object-fit: cover;
      width: 100%;
      object-fit: cover;
      max-height: 160px;
      min-height: 160px;
  }
  .prod-card{
      width: 100%;
      overflow: hidden;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      padding: 10px;
  }
  .mt15p{
      margin-top: 15%;
  }  
  .modal-dialog{
      margin-top: 10%;
  }
  .modal-header h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }
  .modal-header{
      padding-bottom: 5px;
  }
  .form-control{
    font-family: 'Poppins', sans-serif;
  }
.prod-card a{
    cursor: pointer;
}
.form-control:disabled{
    background: none;
    border: none;
    text-align: right;
    font-size: 14px;
}
.form-control:focus{
    box-shadow: none;
}

/* About Page */
.about-banner{
    background:url('../img/about-banner.jpg') no-repeat;
    height: 80vh;
    background-size: cover;
    width: 100%;
    display: flex;
}
.about-content .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-content{    
    margin-top: -100px;
    padding-bottom: 80px;
}
.imgbx{
    width: 350px;
    height: 350px;
    border: 2px solid #707070;
    overflow: hidden;
    margin-left: 15px;
}
.imgbx img{
    width: 350px;
    height: 350px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
   
}
.abt-content h2{
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.abt-content p{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 25px;
    
}
.abt-content p span{
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 40px;
}
.abt-card{
    background: #fff;
    padding: 50px 30px !important;
    z-index: 5;
    box-shadow: 0 3px 6px #f1f1f1;
    width: 100%;
}
.con-card{
    background: #fff;
    padding: 50px 30px;
    z-index: 5;
    box-shadow: 0 3px 6px #e4e1e1;
    width: 100%;
}
.policy-list{
    list-style: none;
}
.policy-list li{
    list-style: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.abt-pad{
    padding-top: 60px;
}
.m-top{
    margin-top: 50px;
}

.contact-banner{
    background:url('../img/contact-banner.jpg') no-repeat;
    height: 80vh;
    background-size: cover;
    width: 100%;
    display: flex;
}
.contact-content{
    margin-top: -100px;
    padding-bottom: 80px;
}
.contact-content .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-content p{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 25px;    
}
.contact-content p span{
    color: #000;
    font-weight: 600;
}
.contact-content h3{
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 40px;
}

.contact-no a{color:#000 !important;}
.btn-contact{
    background-color: #170202;
    padding: 8px 50px;
    color: #fff;
    border: none;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
   
}
.btn-contact:hover{
    background-color: #000000;
}
.map-section{
    padding-bottom: 80px;
}
.map-section .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-content h2{
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .imgbx img{
        width: 300px;
        height: 300px;
        position: absolute;
        margin-left: -20px;
        margin-top: -20px;
        border: 1px solid #dadada;
    }
    .imgbx{
        width: 300px;
        height: 300px;
        border: 2px solid #707070;
        overflow: hidden;
        margin-left: 0px;
    }
    .m-top{
        margin-top: 10px;
    }
    .about-banner{
        height: 20vh;
        background-size: cover;
        width: 100%;
        display: flex;
        margin-top: 80px;
    }
    .about-content{
        padding: 40px 0px;
    }
}
hr{border-top: 1px solid rgb(0 0 0 / 62%) !important;}

/* aravind */
#menu-footer-menu{
    list-style-type: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
}
#menu-footer-menu li a{
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    text-decoration: none;
}

#menu-social-links{

    list-style-type: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;   

}
#menu-social-links li a{
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    text-decoration: none;   
}
.certification-content{margin-top: -100px;padding-bottom: 80px;}
.cerfication-img{padding: 15%;width:100%;}

/* aravind */

