/******* Bootstrap Theming ********/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*/

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

.team img {
  position: relative;
  z-index: 1;
}

.team .team-text {
  position: relative;
  width: 100%;
  height: 100px;
  bottom: 0px;
  left: 0;
  border-bottom: 5px solid #353767;
  transition: .5s;
}

.team:hover .team-text {
  bottom: 100px;
}

.team .team-social {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -100px;
  left: 0;
  transition: .5s;
}

.team:hover .team-social {
  bottom: 0;
}

/* .testimonial-carousel .owl-item {
  opacity: .2;
} */

.testimonial-carousel .owl-item.center {
  opacity: 1;
}

.testimonial-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #dddddd;
}

.testimonial-carousel .owl-dot.active {
  background: #353767;
}

.contact-form .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.hero-btn{
  width: 30vw;
}
.custom-btn{
    background-color:#27a567 !important;
}

.form-bg{
  background: #eff2f9;
}

.carousel-container{
  width: 100%;
  height: 50vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-img{
  position: relative;
}

.product-img img{
    height:350px;
}

.product-card-info{
  position: absolute;
  display: none;
  top: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.product-card img{
  width: 100%;
}

.product-info{
  position: absolute;
  color: #fff;
  padding: 1px 1.5rem;
  bottom: -50px;
  line-height: 2;
  transition: .3s ease-out;
}

.product-card:hover .product-card-info{
  display: block;
}
.product-card:hover .product-info{
  transform: translateY(-50%);
}

.logo-font{
  font-size: 1.4rem;
}

@media screen and (min-width:999px) {
  .logo-font{
    font-size: 2rem;
  }
}

.gallery-img{
  margin: .5rem;
}

.gallery-img img{
  width: 100%;
  aspect-ratio: 2/2;
  border: 7px solid #6c6c6c;
  border-radius: 10px;
  transition: .3s ease-in;
}

.gallery-img img:hover{
  transform: scale(1.1);
}
.banner-img{
  height: 60vh;
}
.banner-img img{
  height: 100%;
}


.about-main{
    width:100%;
    height:300px;
}


.number-about{
      border-radius: 50%;
    color:white !important;
    background:  #27a567;
    height: 50px;
    padding: 10px;
}



.feature-text{
    margin-left:-100px;
    margin-top:40px;
}



@media (max-width: 1030px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding:10px;
    }
}

 /* Custom CSS for dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

.navbar-nav .dropdown-menu {
        display: none;
            margin-top: 0;
    }

.navbar-nav .dropdown:hover > .nav-link {
        color: white; /* Optional: change link color on hover */
        background:#27a567;
    }






.blog_details{
    width:100%;
    height:400px;
}

.manuf{
    width:100%;
    height:350px;
}

.manufacturing-images{
    width:100%;
    height:300px;
    margin-top:30px;
}

.heading-m
{
    color:  #ce6f05;
}


.para {
    margin-left: 30px;
    padding: 30px;
    margin-top: 60px;
    border-radius: 40px;
    background-color: #27a567;
    font-size: 18px;
    font-weight: bold;
    color:white;
}


.contact-color{
    background-color:white;
    border:1px solid gray;
}


.faq-img{
    width:100%;
    margin:10px;
    height:200px;
}


.main-faq-img{
    width:100%;
    height:400px;
    margin-top:40px;
}


.faq-card-header{
    background-color: #27a567 !important;
    
}

.faq-card-header buttton{
    color:white !important;
}




.gallery-page img{
    width:100%;
    height:250px;
    margin-top:30px;
}



.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: white !important;
    background: #27a567;
}


#blog-top-image img{
    height:350px;
    width:100%;
}

.back-to-top{
    position:fixed;
    top:90%;
    right:1%;
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


.heart {
    position: fixed;
    z-index: 99999;
    width: 60px;
    bottom: 90px; 
    left: 14px; 
    margin-bottom: 150px; 
    animation: heartbeat 2s infinite; 
}
.phone-icon {
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    left: 15px;
    width: 60px;
    margin-bottom: 150px;
    animation: heartbeat 2s infinite;
  }
 .bg-grey {
    background-color: #f0f0f0; 
}

.col-md-3 h3 {
    color:  #ce6f05!important;
    font-size:30px;
}
.bg-light-green {
    background-color: #c7ecee!important; /* Replace with your desired light green color code */
}
.custom-bg {
    background-color: #27a567!important;
    border: none;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:#ce6f05!important;
}
 




 