:root {
  --lightgrey: #cbcbcb;
  --lgrey:#eaeaea;
  --white: #ffffff;
  --black: #000;
  --footerblack: #1a1a1a;
  --grey:#808080;
  --socialicon: #353535;
  --fontgrey: #8d8d8d;
  --lillight:#f8f8f8;
  --red: #ff0000;
  --purple: #ad68ff;
  --blue: #0080ff;
  --olive: #00deff;
  --orange: #ffb100;
  --green: #567C04;
  --lightred: #ff00009e;
  --lightpurple: #9d00ff9e;
  --lightgreen: #00ff6f9e;
  --lightgreenback: #00ff0824;
  --lightblue: #0016ff9e;
  --blue: #003dc6;
  --cardpadding: 20px;
  --globalshadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  --w100: 100%;
  --mt50: 50px;
  --themecolor: #bb2929 !important;
  --navy: #000080;
  --darknavy: #000048;
  /* --primary: #ed1d24; */
  --primary: #9cc900;
  --footer: #2C343B;
}

a, ::placeholder, p, strong, h1, h2, h3, h4, h5, h6, li, label, input, span, button, div {
  font-family: 'Poppins', sans-serif !important;
}



.welcome ul{
    display: flex;
    flex-wrap: wrap;
    color: var(--black);
}

.welcome ul li{
    margin-right: 20px;
    color: var(--white);
}

.welcome ul li i{
    margin-right: 10px;
    color: var(--black);
}

.welcome ul li a{
    color: var(--white);
}

.logo a img{
    display: block;
    margin-top: 7px;
    /* width: 150px; */
}


.footer-copyright{
    color: #dddddd;
    margin-top: 10px;
}


.footer-divide{
    border: 0.5px solid #f47629;
}

.overlay-content .text h3{
    font-size: 16px;
}


.align-item-center{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.img-fluid{
  width: 100%;
}

.product-details h4{
  font-size: 26px;
  margin-bottom: 20px;
}
 table.formTable tr td {
  padding: 12px 10px 12px 15px;
}

table.formTable > tbody > tr > td, .proDtls .formTable > thead > tr > td {
  border-top: none;
  border-left: none;
  border-right: none;
}

.formTable > tbody > tr > td, .formTable > thead > tr > td {
  border: 1px solid rgba(0,0,0,0.13);
}

table.formTable tr td:first-child {
  border-right: 1px solid rgba(0,0,0,0.1) !important;
  padding-left: 0px;
}

.p-5{
  padding: 50px 0px;
}

.pb-5{
  padding-bottom: 50px;
}



.i-btn a{
  display: flex;
  align-items: center;
  justify-content: center;
}


.justify-content-center{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#related-product{
  padding: 80px 0px;
}

.logo-cont{
     display: flex;
    align-items: center;
    width: 100%;
}

.logo-cont h4{
    font-size: 24px;
    font-family: cursive;
}

.logo-cont h4 span{
	font-size: 16px;
    font-family: monospace;
    text-transform: uppercase;
    font-weight: 400;
}

.rel-link{
  text-align: center;
  width: 100%;
  padding: 10px;
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.rel-link:hover{
  color: #f47629;
  font-weight: bold;
}


.rel-btn a{
  width: 100%;
    background: #f47629;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.rel-btn a:hover{
  font-size: 14px;
    font-weight: 600;
}


.whatsapp-icon{
      position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100001 !important;
}

.head-text{
  text-align: center;
  margin-bottom: 30px;
}
.product-related-card{
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}


.appoinment, .product-details, .i-btn a{
  margin-top: 20px;
}


.moadl-input{
  border: 5px solid #f47629;
}

button.close{
  padding: 0px 8px;
}
/* slider css start */
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: var(--black);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container .active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.slideshow-container .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.p-2{
  padding: 20px;
}


.card-cont span{
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  line-height: 20px;
}

.card-cont h3, .overlay-content h3{
  color: var(--black);
  font-size: 24px;
}


/* ===========================================================
======================    New Css Start    ===================
=========================================================== */

.sealmachine h3{
  font-size: 18px;
  color: var(--footer);
  margin-bottom: 10px;
}

#key-usp .row{
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.usp-card i{
  font-size: 48px;
  color: var(--primary);
}

.usp-card{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px 15px;
}

.usp-card h4{
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  margin-top: 20px;
}

.my-5{
  margin: 50px 0px;
}

.mt-0{
  margin-top: 0px !important;
}

.product-banner-wrapper h1{
  color: var(--white);
}

.product-banner-wrapper .breadcrumb-botton-area .left ul li a, .product-banner-wrapper .breadcrumb-botton-area .left ul li i{
  color: var(--white);
}

.contact-holder{
  background: var(--primary);
  padding: 40px;
}

.contact-holder h3{
  font-size: 42px;
  color: var(--black);
  margin-bottom: 8px;
}

.contact-holder p{
  font-size: 14px;
  color: var(--white);
  margin-bottom: 40px;
}

.contact-icon{
  font-size: 42px;
    color: var(--white);
}

.contact-content{
  width: 75%;
}

.contact-content h4{
  color: var(--black);
  font-size: 28px;
}

.contact-icon{
  width: 20%;
  text-align: center;
}

.contact-content p{
  margin-bottom: 0px;
  font-size: 16px;
  margin-top: 10px;
}

.contact-card{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.appoinment .sec-title span{
  color: var(--primary);
}

.appoinment .sec-title h3{
  font-size: 42px;
  color: var(--black);
}

.appoinment .sec-title{
  padding-left: 15px;
}


.form-group label{
  margin-bottom: 10px;
}
.form-group label span{
  color: var(--red);
}

.mt-5{
  margin-top: 50px !important;
}

.mb-3{
  margin-bottom: 30px !important;
}

.mb-5{
  margin-bottom: 50px !important;
}

.about-us-area h2{
  font-size: 38px;
  color: var(--black);
}

.about-cont h4{
  font-weight: 400;
  margin-bottom: 10px;
}

.about-cont p{
  color: var(--footerblack);
  margin-top: 20px;
  text-align: justify;
}

.about-cont span{
  color: var(--primary);
}


.product-wrap span{
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}

.main-menu .navigation li a img{
  width: 12px;
  margin-left: 4px;
}

.banner-sub-content span.sub-head{
  color: var(--primary);
  font-size: 24px;
}

.banner-sub-content h1 span{
  color: var(--primary);
}

.banner-sub-content h1{
  margin-top: 5px;
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--black);
}


.banner-sub-content p{
  color: var(--fontgrey);
  font-size: 16px;
  margin-bottom: 30px;
}

.banner-sub-content p span{
  color: var(--black);
  font-weight: 600;
}

.button-product a{
  background: var(--black) !important;
}

.overlay-content .btn-products{
  color: var(--primary);
  margin-top: 20px;
}


.spl-a{
  margin: auto;
}

.banner-sub-content a, .card-cont a, .button-product a, .ccl-btn a, .spl-a{
  background: var(--primary);
  color: var(--black);
  padding: 15px 30px;
  display: block;
  width: fit-content;
  font-size: 18px;
}

.header-area .row{
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.d-lg-block{
  display: block;
}


/* ==================== Responsive ====================== */
@media(min-width: 998px){

  .main-menu .navigation > li.product > ul{
    width: 675px;
    display: flex;
    flex-wrap: wrap;
    left: -100%;
    padding-left: 25px;
  }

  .main-menu .navigation li.product ul li a{
    font-weight: 400;
    padding: 5px 0px 5px 0px;
    color: var(--primary);
  }

  .main-menu .navigation > li.product > ul > li{
    width: 33%;
    display: list-item;
    list-style: disc;
  }

  .main-menu .navigation > li.product > ul > li:hover > a{
    background: inherit;
    color: var(--black);
  }
  
  .main-menu .header-contact-info{
    display:none;
  }

  .main-menu .navbar-collapse {
    display: flex !important;
    justify-content: center;
  }
  
  .main-menu .navigation > li > ul.about{
    overflow-y: hidden;
    height: auto;
  }
}


@media(max-width: 997px){

  .contact-holder{
    padding: 15px;
  }
  
  .d-none{
    display: none;
  }

  .main-menu .navbar-header .navbar-toggle{
    border: none;
  }

  .main-menu .navbar-header .navbar-toggle .icon-bar{
    background: var(--black) !important;
  }

  .header-area .row{
    justify-content: inherit;
  }

  .head-bar-wrap{
    position: relative;
  }

  .head-bar{
    position: absolute;
    top: 0px;
    right: 10px;
  }

  .first-slides{
    background-position: left;
    padding: 80px 0px;
  }
  .banner-sub-content h1{
    font-size: 38px;
  }

  .main-menu .navbar-collapse > .navigation > li{
    border-top: 2px dashed var(--primary) !important;
  }

  .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a{
    background: var(--primary);
  }

  .main-menu .navbar-collapse > .navigation > li > ul{
    padding: 0px;
  }
  .main-menu .navbar-collapse > .navigation > li > ul > li{
    border-color: var(--w100) !important;
  }

  .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > a,  .main-menu .navbar-collapse > .navigation > li > a:focus{
    background: var(--black);
  }
  .navbar-toggle .icon-bar{
    width: 28px;
    height: 4px;
  }
  
  .header-area .col-xs-6{
    width: 100%;
  }

  .header-contact-info ul li{
     margin-bottom: 0px;
  }
  .header-contact-info {
    float: left !important;
    width: auto;
    margin: 0 auto;
}
  
  .calling-formate{
      display: none;
  }
  
  .logo-cont h4{
    font-size: 17px;
    font-family: cursive;
}

.logo-cont h4 span{
	font-size: 11px;
    font-family: monospace;
    text-transform: uppercase;
    font-weight: 400;
}

  .modal{
    z-index: 10001;
  }

  .product-details table{
    width: 100%;
  }
  .header-area .row{
    display: flex;
  }

  .header-area .row .col-lg-4{
    width: 30%;
  }

  .header-area .row .col-lg-8{
    width: 70%;
  }

  .logo a img{
    margin-top: 0px;
  }

  .list-group.gallery .col-sm-4{
    width: 33%;
  }

  .about-banner h1{
    margin-top: 40px;
  }

  .contact-area .title {
    padding-bottom: 0px;
    margin-top: -4px;
}


}