
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Montserrat", serif;
}

/* fixed-icon start */
.whatsapp-icon{
  position: fixed;
  right: 0;
  bottom: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}
.whatsapp-icon img{
  height: 50px;
  margin-bottom: 10px;
}
/* fixde-icon end */

/* topbar start */
.topbar{
    background-color: #000;
}
@media(max-width:768px){
    .topbar{
        display: none;
    }
}
.topbar .main-top{
display: flex;
justify-content: space-between;
}
.topbar .main-top .top-location a{
    text-decoration: none;
    color: #fff;
    margin-right: 12px;
    font-size: 14px;
}
.topbar .main-top .social a{
 text-decoration: none;
 color: #fff;
 font-size: 18px;
}
.topbar .main-top .social a img{
    height: 32px;
}
/* topbar end */
.particles-js-canvas-el{
    height: 600px !important;
    /* width: ; */
}



/* navbar start */
.navbar{
  background: #fff !important;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #000 !important;
}
.banner-and-particle{
  position: relative;
}
#particles-js{
 position: relative;
}

   .carusel-div {
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
     Margin: 80px;
    top: 70px;
   }
   @media(max-width:960px){
    .carusel-div {
      Margin: 60px;
     
    }
   }
   @media(max-width:768px){
    .carusel-div {
      Margin: 40px;
      top: 30px;
    }
   }
   @media(max-width:480px){
    .carusel-div {
      Margin: 10px;
      top: 80px;
    }
   }
/* navbar end */


.ornament{
	width:100%;
	text-align:center;
}
.ornament h2{
	position:relative;
  display:inline-block;
  padding-bottom: 10px;
	/* padding:10px 64px; */
}
.ornament h2:before, .ornament h2:after{
	content:"";
	display:block;
	width:50%;
	height:4px;
	border-top:1px solid #111;
	position:absolute;
	bottom:0;
}
.ornament h2:before{left:-24px;}
.ornament h2:after{right:-24px;}
.ornament h2 span{
	display:block;
	width:4px;height:4px;
	border:2px solid #111;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-4px;
}

.ornament .product-heading:before, .ornament .product-heading:after{
  content:"";
	display:block;
	width:50%;
	height:4px;
	border-top:1px solid #fff;
	position:absolute;
	bottom:0;
}

.ornament .product-heading:before{left:-24px;}
.ornament .product-heading:after{right:-24px;}
.ornament .product-heading span{
	display:block;
	width:4px;height:4px;
	border:2px solid #fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-4px;
}










/* about-us-style start */
.about-us{
   background: linear-gradient(#ffffffe3, #ffffffe5), url(../images/banner/about-background.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
}
    .about-us .heading {
      text-align: center;
      width: 100%;
    }

    .about-us .heading p {
      font-size: 18px;
      font-weight: 500;
      /* padding: 0px 200px; */
      color: #000;
    }

    .about-us .about-content {
      padding: 30px 20px;
      height: 100%;
      background-color: #353535;
    }

    .about-us .about-content h1 {
      font-size: 22px;
      margin-bottom: 0px !important;
      color: #fff;
    }

    .about-us .about-content hr {
      background-color: #fff;
    }

    .about-us .about-content h2 {
      font-size: 18px;
      color: #fff;
      font-style: italic;
    }

    .about-us .about-content .about-para {
      color: #fff;
      font-size: 16px;
      text-align: justify;
      font-weight: 500;
      line-height: 23px;
    }

    .readmore {
      text-align: end;
      margin-bottom: 0;
    }

    .readmore a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      padding: 5px 5px;

    }

    .line {
      height: 2px;
      width: 30px;
      background-color: #fff;
      display: inline-block;
      margin-bottom: 4px;
    }


    .complete-div{
      position: relative;
    }
    .image{
     position: relative;
 
    }
    .image img{
      border-left: 20px solid rgb(75, 75, 75);
      border-bottom: 20px solid #353535;
    }
    .overlay-div {
      position: absolute;
      bottom: 8%;
      left: 5%;
      padding: 10px;
      background-color: #ffffffcc; 
      
    }
    .overlay-div h1,p{
      color: #000;
    }

    .content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }
      .content .img{
        padding: 20px;
        border: 1px solid #fff;
        border-radius: 50%;
      }
      .content .label{
        text-align: center;
        font-size: 18px;
        color: #fff;
      }

    @media(max-width:768px){
        .content .para-content{
          display: none;
        }
    }
      .about-card{
        background: linear-gradient(rgba(0, 0, 0, 0.884), rgba(0, 0, 0, 0.842)), url(../images/about-card/circuit-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 5px;
      }
      .about-card1{
        background: linear-gradient(rgba(0, 0, 0, 0.884), rgba(0, 0, 0, 0.842)), url(../images/about-card/image2.png);
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 5px;
      }
      .about-card2{
        background: linear-gradient(rgba(0, 0, 0, 0.884), rgba(0, 0, 0, 0.842)), url(../images/about-card/image3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 5px;
      }
      .about-card3{
        background: linear-gradient(rgba(0, 0, 0, 0.884), rgba(0, 0, 0, 0.842)), url(../images/about-card/image4.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 5px;
      }
      .why-us-content .why-us-para{
        font-size: 18px;
        text-align: justify;
        line-height: 25px;
      }
      .why-us-content ul {
        padding-left: 0px !important;
      }
      .why-us-content ul li {
        list-style: none;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
      }

      /* produts section start */



      .our-products{
        background: linear-gradient(rgba(0, 0, 0, 0.582), rgba(0, 0, 0, 0.596)), url(../images/banner/circuit.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }
      .product-content {
        position: relative;
        overflow: hidden;
        transition: 0.5s ease-in-out;
        box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 10px;
      }
      .product-content a{
       text-decoration: none;
       color: #fff;

      }
      .product-content:hover{
        transform: scale(1.02);
      }
      .product-image {
        position: relative;
      }
      
      .overlay-text {
        position: absolute;
        opacity: 1;
        bottom: 0%; 
        left: 50%; /* Center horizontally */
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff !important;
        height: 100%;
        width: 100%;
        background-color: #000000aa;
        transition: opacity 0.3s ease; /* Smooth transition effect */
        text-align: center;
      }
      .overlay-text .enq-btn{
        text-decoration: none;
        padding: 10px 20px;
        background-color: #fff;
        color: #000;
      
      }
       .overlay-text h2{
        font-size: 22px;
       }
      .product-image:hover + .overlay-text,
      .product-content:hover .overlay-text {
        opacity: 1;
      }
      
      /* products section end */
      /*** Testimonial Start ***/
.testimonial .testimonial-item {
  position: relative;
  margin-bottom: 30px;
  padding: 0 25px 25px 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonial .testimonial-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-light);
  z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
  display: flex;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
  width: 100px; 
  height: 100px;
  border-radius: 100px;
  border: 5px solid var(--bs-light);
  border-style: double;
  background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
  padding: 25px 0;
  text-align: center;

}

.testimonial .testimonial-item .testimonial-title {
  display: flex;
  justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
  position: absolute;
  width: 60px; 
  height: 60px;
  top: 20px;
  left: 25px;
  border-radius: 60px;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
  position: absolute;
  width: 60px; 
  height: 60px;
  bottom: -30px;
  right: 25px;
  margin-top: -5px;
  border-radius: 60px;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
  margin-top: 58px;
  margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: #000 !important;
  color: #fff !important;
  padding: 5px 30px !important;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background:#0000;
  color: #fff;
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 20px 10px 0 10px;
  background: #e97325;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #504f4f;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: #000;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  transition: 0.5s;
}

/*** Testimonial End ***/

/* blog-section start */
.blogs .blog-card .card-img{
  position: relative;
}
.blog-card{
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
}
.blogs .blog-card .card-img .img{
  position: relative;
}
.blogs .blog-card .card-img .date-overlay{
   position: absolute;
   bottom: 0%;
}
.blogs .blog-card .card-img .date-overlay p{
  padding: 10px 20px;
  margin-bottom: 0 !important;
  color: #fff;
  background-color: #000000d3;
}
.blogs .blog-card .blog-content h3{
 font-size: 18px;
 font-weight: 600;
}
.blogs .blog-card .blog-content p{
  font-size: 16px;
  text-align: justify;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
}
.blogs .blog-card .blog-content a{
  -webkit-text-decoration:none;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.blogs .blog-caption{
 font-size: 18px;
 font-weight: 500;
}
/* blog-section end */

/* footer css start */
/* footer section start */
.footer-section {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
}
.footer-section P{
  text-align: justify;
}
.footer-section h4 {
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.footer-section h4::before {
  content: '';
  position: absolute;
  background: #000;
  width: 90px !important;
  height: 2px;
  top: 94%;
}

.footer-content ul li {
  margin-top: 10px;
}

.footer-content ul li {
  list-style: none;
  font-size: 16px;
}

.footer-content ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-content ul li a i {
  margin-right: 5px;
}

.footer-content ul form {
  margin-top: 10px;
}

.footer-link {
  /* padding: 20px 0; */
  background-color: #000;
}

.footer-link p {
  color: #fff;
  font-size: 17px;
}

.footer-link a {
  text-decoration: none;
  color: #fff;
}

.footer-link a:hover {
  color: #fff;
}

.footer-link a span {
  color:#fff;
}
.footer-content p{
  color: #fff;
  font-size:12px;
}
/* footer section end */
/* footer css end */
/* contact us captcha start */
/* captcha new design start */
.captchasep1 {
  display: flex;
}

.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 63px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: url(../images/icons/captcha-bg.jpg);
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 28px;
  padding: 10px;
  height: 100%;
  font-weight: bolder !important;
}
.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}
.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .captchasep1 {
    display: flex;
    flex-direction: column !important;
  }

  .captchasep1 .captcha-codes-sec {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    margin-top: 3px;
  }
}
.contact-us .form-div{
  background: linear-gradient(rgba(0, 0, 0, 0.651), #212121c2), url(../images/images-about.jpg);
}
.contact-us .form-floating .form-control{
  background: rgba(0, 0, 0, 0.596);
  color: #fff;
}
/* contact us captcha end */
/* sub-page-banner styling start */
.sub-page-banner{
  background: url(../images/banner/sub-page-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}

.sub-page-banner h1{
   color: #fff;
}
.sub-page-banner p{
  color: #fff;
}
.sub-page-banner a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
@media(max-width:768px){
  .sub-page-banner{
    background: url(../images/banner/responsive-sub-page-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px;
  }
}
@media(max-width:520px){
  .sub-page-banner{
    background: url(../images/banner/responsive-sub-page-banner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0px;
  }
  .sub-page-banner h1{
    color: #fff;
    font-size: 18px;
 }
 .sub-page-banner a{
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
}

/* sub-page-banner styling end */
/* enq start */
.enq-para {
  font-size: 18px;
  text-align: justify;
  line-height: 25px;
}
/* enq end */
/* blog-details start */
.blog-details .recent-blog {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px dotted #000;
}
.blog-details .recent-link{
  text-decoration: none;
  color: #000;
}
.blog-details .recent-blog .recent-content h3 {
  font-size: 16px;
}
.blog-details .blog-content p{
 text-align: justify;
 font-size: 18px;
}
/* blog-details end */