@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Palanquin:wght@100;200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}




:root {
  --primary: #72be47;
  --secondary: #16677e;
}


li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

p {
  font-family: "Roboto", sans-serif !important;
  color: rgba(0, 0, 0, 0.76);
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

.flex_wrap {
  flex-wrap: wrap-reverse !important;
}

.common_heading {
  /* border: 1px solid green; */
  padding-left: 80px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.common_heading::before {
  position: absolute;
  content: "";
  width: 60px;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  height: 2.5px;
  background: var(--primary);
}

.common_heading::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0px;
  background: var(--primary);
}

.common_heading .heading {
  font-size: 30px;
  color: var(--secondary);
}

.common_heading .heading1 {
  font-size: 35px;
  color: var(--primary);
}






/*========================= home banner ============================*/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary) !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  transition: all .3s linear;
  background-color: white !important;
  position: relative;
  z-index: 1;
}

.swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary);
  scale: 0;
  border-radius: 50%;
  transition: all .4s linear;
  z-index: -1;

}

.swiper-button-next::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary);
  scale: 0;
  border-radius: 50%;
  transition: all .4s linear;
  z-index: -1;
}

.swiper-button-prev:hover::before {
  scale: 1;
}

.swiper-button-next:hover::before {
  scale: 1;
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 30px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;

}

@media (max-width:660px) {

  .homebaner .swiper-button-next,
  .homebaner .swiper-button-prev {
    display: none !important;
  }
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
  background: var(--primary) !important;
  width: 10px !important;
  height: 10px !important;
}

.homebaner .swiper-button-prev:after {
  content: "\f060" !important;
  font-family: FontAwesome !important;
  font-size: 20px !important;
  color: var(--primary) !important;
}

.homebaner .swiper-button-next:after {
  content: "\f061" !important;
  font-family: FontAwesome !important;
  font-size: 20px !important;
  color: var(--primary) !important;
}

.swiper-button-prev:hover:after {
  color: var(--secondary) !important;
}

.swiper-button-next:hover:after {
  color: var(--secondary) !important;
}





/*====================== footer ========================= */
/* Footer section */


/***** Footer  Section *****/

.footer-bg {
  padding: 50px 0 0 0;
  background-image: url('https://html.ditsolution.net/echofy/assets/images/home6/footer-bg.jpg');

  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed;
}

.footer-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.252);
  opacity: 0.9;
  z-index: -1;
}

.footer-hero p {
  color: white;
  font-size: 17px;
}

.footer-hero .footer-icon {
  display: flex;
  gap: 20px;
  margin-top: 20px;

  i {
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    color: white;
    text-align: center;
    border: 1px solid var(--primary) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;

    &:hover {
      background-color: var(--primary);
    }
  }
}

.footer-link h2 {
  color: white;
}

.footer-link ul {
  margin: 0;
  padding: 0 !important;
}

.footer-link ul li {
  list-style: none;
  margin-top: 10px;
  position: relative;
}

.footer-link ul li:hover::before {
  color: white;
}

.footer-link ul li::before {
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  transition: all 0.3s linear;
  color: var(--primary);
  font-size: 18px;
}

.footer-link ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.footer-link ul li a:hover {
  letter-spacing: 1px;
}

.footer-link address .location {
  display: flex;
  gap: 20px;
  margin-top: 15px;

  i {
    color: white;
    background-color: var(--primary);
    line-height: 35px;
    width: 35px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  p {
    color: white;
    margin-top: -5px;
    margin: 0px;
  }

  a {
    text-decoration: none;
    color: white;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;

    &:hover {
      letter-spacing: 1px;
    }
  }
}

.headingOne {
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;

  &::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 3px;
    left: 0px;
    background: var(--primary);
    bottom: -8px;
  }
}

.copyRight {
  background-color: black;
  text-align: center;
  padding: 18px 10px;

  p {
    color: white;
    font-size: 17px;
    text-align: center;
    margin: 0px;

    a {
      color: var(--primary);
      font-weight: 600;
      font-family: "Bai Jamjuree", sans-serif;
      font-size: 17px;
    }
  }
}

/***** End Footer  Section *****/

/* ====================================== HOME ABOUT US =========================== */



.about_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about_img img {
  border-radius: 5px;
}

.about_img::before {
  position: absolute;
  content: "";
  top: 10%;
  bottom: 10%;
  left: 10%;
  width: 60%;
  height: 80%;
  background: var(--primary);
  z-index: -1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.short_img {
  position: absolute;
  bottom: 0px;
  right: 3%;
  padding-left: 10px;
  padding-top: 10px;
  background: white;
  border-top-left-radius: 5px;

}

.short_img img {
  border-bottom-left-radius: 0px !important;
}

/*================== rotate circle about us ========================*/

.rotated_circle {
  position: absolute;
  width: 150px;
  /* Adjust as needed */
  height: 150px;
  /* Adjust as needed */
  margin: 50px auto;
  /* Adjust as needed */
  /* border: 1px solid red; */
  right: 3%;
  top: 0%;
 
  
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* Ensure logo is above the circle */
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  background: green;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 8px rgba(9, 66, 89, 0.359);

}

.logo .year {
  font-size: 25px;
  color: white;
  font-weight: 700;
}

.logo .Experience {
  font-size: 15px;
  color: white;
  font-weight: 600;
}
}



.circle {
  width: 150px;
  /* Adjust circle size as needed */
  height: 150px;
  /* Adjust circle size as needed */
  /* background-color: red; */
  border: 3px dashed green;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  animation: rotateCircle 10s linear infinite;
  padding: 20px;
}

@keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}



.about_text {
  margin-right: 50px;
  /* border: 1px solid red; */
}

.icons {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.icons_box {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}

.icons_box h4 {
  font-size: 18px;
}

.icons_box img {
  width: 100%;
}

.box14 {
  width: 70px;
  height: 70px;
}


/*=========================== Home contact section ================================== */


.contact_Section_bgset {
  background: linear-gradient(90deg, var(--secondary) 30%, #f7f7ff 30%);
  padding: 40px 0px;
}


.Hcontact_form {
  padding: 30px;
  background: white;
  border-radius: 5px;
  margin: 0px 50px;
}

.Hcontact_form input {
  width: 100%;
  padding: 8px 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid rgb(196, 196, 196);
}

.Hcontact_form textarea {
  width: 100%;
  padding: 8px 5px;
  margin-bottom: 20px;
  min-height: 150px;
  border: 1px solid rgb(196, 196, 196);

}

.cont_icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.icons_set {
  width: 48px;
  height: 48px;
  background: var(--primary);
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 15px 0px;
}

.icons_set a {
  color: white;
}

.icons_set a i {
  font-size: 20px !important;
  color: white;
}

.icons_set i {
  font-size: 20px !important;
  color: white;
}

.contact_details {
  padding: 40px 50px;
}

.cont_icons h5 a {
  color: rgba(0, 0, 0, 0.695);
  text-decoration: none;
}

.cont_icons h5 {
  color: rgba(0, 0, 0, 0.695);
  font-size: 19px;
}

/*<================================= Our product ===============================> */


.productsection {
  background: url(../images/banner/why_choose.png);
  background-size: cover;
  background-position: center top;
  padding: 0px 0px;
  padding-bottom: 50px;
}

.product_box img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  z-index: 5;
  position: relative;
  transition: all .4s ease-in-out;
}

.product_box {
  padding: 10px;
  background: linear-gradient(to top left, white 75%, var(--primary) 25%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  position: relative;
  transition: all .3s linear !important;
}

.product_box:hover img {
  transform: translateY(-20%);
}

.product-text {
  margin: 10px;
}

.product-text h5 {
  text-align: left;
  margin-bottom: 15px;
  color: black;
}


.productsection .swiper {
  padding-bottom: 10px !important;
}

.productsection .swiper-wrapper {
  margin-top: 25px;
}


.productsection .swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 10%) !important;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: white;

}

.productsection .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 10%) !important;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: white;

}


.productsection .swiper-button-prev {
  left: inherit !important;
  right: 75px !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

.productsection .swiper-button-next {
  right: 10px !important;
  left: auto;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.productsection .swiper-button-prev:after {
  content: "\f060" !important;
  font-family: FontAwesome !important;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.9) !important;
}

.productsection .swiper-button-next:after {
  content: "\f061" !important;
  font-family: FontAwesome !important;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.9) !important;
}



/*================================== Why choose us ===========================*/

.why_choose_section {
 background: var(--secondary);
  padding: 25px 0px 70px 0px;
  position: relative;
  display: none;
}

.why_choose_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.why_img {
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e5e5e5;
  border: 3px solid var(--primary);
  transition: all .7s ease-in-out;
}

.outer_box {
  border: 3px dotted var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;

}

.why_choose_box:hover .why_img {
  transform: rotateY(180deg)
}

.why_img img {
  width: 55%;
}

.why_content h5 {
  color: white;
  padding-top: 20px;
  font-size: 25px;
}



/* =================================== testimonial =================================== */

.testimonial_section {
  padding-bottom: 30px;
  background: url('../images/video-banner/bgsete.png');
  background-position: center center;
  background-size: cover;
}

.testimonial_section .swiper {
  padding-bottom: 35px !important;
}

.testimonial_box {
  padding: 15px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.827);
}

.testimonial_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.testimonial_img img {
  width: auto;
}

.testimonial_box p {
  font-style: 16px !important;
  margin-top: 10px;
}

.quote {
  margin-top: -20px;
  display: flex;
  justify-content: flex-end;
  align-items: start;
}

.quote img {
  width: 13% !important;
}


.testimonial_img25 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.testimonial_img25 img {
  width: 100%;
  border-radius: 10%;
  height: 100%;
}

/* cutomer logo */


.customer-img2 img {
  width: 100%;
}

.customer-img2 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background: white;
  padding: 5px;
  border-radius: 3px;
}

.customer_section {
  background: transparent;
}

.customer_section .swiper {
  background: transparent !important;
  padding: 15px 0px;
}

.heading1 {
  color: var(--primary);
  font-size: 35px;
}




/***** Blog Section *****/
.blog-card {
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;

}

.blog-card:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.blog-card-img {
  overflow: hidden;

}

.blog-card-img img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  width: 100%;

}

.blog-card:hover img {
  scale: 1.1;
}

.blog-card-content {
  padding: 20px;
  display: flex;
  gap: 15px;
}

.blog-card-left .in {
  width: 50px;
  height: 50px;
  background-color: var(--secondary);
  color: white;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-direction: column;
}

.blog-card-left .in .date {
  color: white;
  margin-top: px;
  font-size: 16px;
  font-weight: 700;
}

.blog-card-left .in .month {
  margin-top: -33px;
  font-size: 14px;
}

@media (max-width:768px) {
  .blog-card-left .in .date {
    color: white;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
  }

  .imagest14 img {
    height: auto !important;
  }

  .imagest15 img {
    height: 160px;
  }

  .blog-card-left .in {
    gap: 7px;
  }

  .blog-card-left .in .month {
    margin-top: -10px;
    font-size: 14px;
  }

  .blog-card {
    margin-bottom: 20px;
  }
}

@media (max-width:992px) {
  .blog-card-left .in .date {
    color: white;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
  }

  .blog-card-left .in .month {
    margin-top: -10px;
    font-size: 14px;
  }
}

.blog-card-left {
  position: relative;
}

.blog-card-left::after {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 40px);
  background-color: black;
  left: 50%;
  top: 25px;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.blog-card-left::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--secondary);
  left: 50%;
  bottom: 0;
  border-radius: 100px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.blog-card-right h4 {
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize !important;
}

.blog-card-right p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: justify;
}

.blog-card-right a {
  position: relative;
  font-size: 16px;
  display: inline-block;
  margin-top: 12px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: black
}

.blog-card-right a::after {
  /* position: absolute; */
  content: "\f101";
  font-family: FontAwesome;
  font-size: 14px;
  margin: 1px 0 0 5px;
  color: var(--secondary);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.blog-card-right a:hover::after {
  margin: 1px 0 0 10px;
}

/***** End Blog Section *****/




/* gallery page */
/* gallery */
/***** Gallery Section *****/

.row>.column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  margin-top: 20px;
}

@media (max-width:768px) {
  .column {
    float: left;
    width: 50%;
    margin-top: 20px;
  }
}

/* The Modal (background) */
.media_images .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 25px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.784);
}

/* Modal Content */
.media_images .modal-content {
  position: relative;
  background-color: transparent !important;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 95vh;
  max-width: 500px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* z-index: 9999999999999; */
}

/* The Close Button */
.media_images .close {
  color: var(--primary) !important;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 55px;
  font-weight: bold;
  opacity: 1 !important;
  z-index: 999999999999999999999;
}

.media_images .close:hover,
.media_images .close:focus {
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

.media_images .mySlides {
  display: none;
}

.media_images .mySlides img {
  width: 100% !important;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.media_images .prev,
.media_images .next {
  cursor: pointer;
  position: absolute;
  top: 52%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: var(--primary);
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.639);
  -webkit-user-select: none;
  /* transform: translateY(-50%); */
}

.media_images .prev:hover,
.media_images .prev:focus {
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

.media_images .next:hover,
.media_images .next:focus {
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

/* Position the "next button" to the right */
.media_images .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.media_images .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.imagest14 img {
  width: 100%;
  border-radius: 5px;
  border: 2px solid var(--secondary);
  margin-bottom: 30px;
  transition: all .3s linear;
  object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.imagest14 img:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.imagest15 img {
  width: 100%;
  border-radius: 10px;
  height: 250px;
  border: 2px solid var(--primary);
  margin-bottom: 30px;
  transition: all .3s linear;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.imagest15 img:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* contact us */

/* contact deatils */


.contact-12 .container {
  width: 80%;
  margin: auto;
}

.footer_contact125 {
  position: relative;
  bottom: -40px;
}

.cont_box {
  background: white;
  margin-bottom: 0px !important;
  margin: 15px 0px;
  padding: 7px 10px;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  border-radius: 3px;
  transition: all .4s ease-in-out;
  position: relative;
}

.cont_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background: var(--secondary);
  scale: 0;
  transition: all .4s ease-in-out;
  border-radius: 3px;
}

.cont_box:hover {
  transform: translateY(-8px);
}

.cont_box:hover::before {
  scale: 1;
}

.icon_box {
  width: 40px;
  height: 40px;
  background: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-top: -5px;
}

.icon_box i {
  font-size: 20px;
  color: white;
}

.contact_text p {
  color: rgba(0, 0, 0, 0.728) !important;
  font-size: 16px;
  margin: 0px;
  padding-bottom: 0px !important;
}



/* contact pages */
.contact_12 textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  min-height: 100px;
  margin-bottom: 25px;
  outline: none;
  padding: 15px;
}

.contact_form_main {
  background: #e7f3eb;
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  padding: 30px 0px;
}

.contact_form {
  padding: 20px;
  background: var(--secondary);
  margin: 20px;
  border-radius: 10px;
}

@media (max-width:661px) {
  .contact_form {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.contact_form h3 {
  font-weight: 700;
  margin-bottom: 25px;
  color: white;
}

.contact_form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 13px;
  border-radius: 5px;
  border: 1px solid var(--secondary);
  outline: none;
}

.sumbit_btn button {
  width: 30%;
  padding: 5px;
  border-radius: 7px;
  background: var(--primary);
  color: white;
  border: none;
  font-size: 20px;
  font-weight: 600;
}

.contact_text14 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.contact_text14 img {
  width: 100%;
}

.bredcrumb_text_contact {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}

.bredcrumb_text_contact h2 {
  font-size: 40px;
  color: white;
  font-weight: 700 !important;
}

.address_icons {
  display: grid;
  grid-template-columns: 9% 91%;

  p {
    word-wrap: break-word !important;
  }
}

.contact-detailse14 {
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


/* blogs details */
.blog_details_img {
  position: sticky;
  top: 130px;
  margin-bottom: 20px;
}

.blog_details_img img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}


/* ========================= About us page ================================= */
.about_img1 {
  position: relative;
  display: flex;
  justify-content: center;
}

.about_img1 img {
  border-radius: 5px;
}

.about_img1::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 65px;
  width: 70%;
  height: 100%;
  background: var(--secondary);
  border: 4px solid var(--secondary);
  z-index: -1;
  border-radius: 5px;
}

.quality_img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quality_img img {
  width: 100%;
  border-radius: 20px 0px 0px 0px;
}

.about_page_bgset {
  background: #f1f1f1;
  padding: 20px 0px;
}

.application_box img {
  width: 100%;
  border-radius: 2px;
}

.application_box {
  margin: 10px;
  position: relative;
}

.application_box::before {
  position: absolute;
  content: "";
  width: 94%;
  height: 94%;
  left: 3%;
  right: 3%;
  top: 3%;
  bottom: 3%;
  scale: 0;
  background: rgba(0, 0, 0, 0.401);
  border: 3px solid white;
  transition: all .5s linear;
}

.application_box:hover::before {
  position: absolute;
  content: "";
  scale: 1;
}

.application_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  scale: 0;
  transition: all .5s linear;
}

.application_text h4 {
  color: rgb(253, 253, 253);
  font-size: 18px !important;
}

.application_box:hover .application_text {
  scale: 1;
}

.application_section_bg {
  background: #f0efef;
  padding: 10px 0px;
  padding-bottom: 30px;

}

.About_us_section {
  padding: 25px 0px;
}
.second-abouts{
  align-items: baseline !important;
  height: 100%;
  background-color: #F2F9FF;
  border-radius: 20px;

  video{
   border-radius: 5px;
    width: 60% !important;
    margin: auto;
  }
}

@media (max-width:1400px) {
  .about_img1::before {
    position: absolute;
    content: "";
    top: -22px;
    left: 20px;
    width: 70%;
    height: 100%;
    background: var(--secondary);
    border: 4px solid var(--secondary);
    z-index: -1;
    border-radius: 5px;
  }

  
}




/* ======================== Product page ======================== */
.bredcrumb div img {
  width: 100%;
  height: auto;
}

.products_tabs {
  position: sticky;
  top: 110px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 30px 0px;
  max-height: 550px;
  overflow-y: scroll;

  .modile-hide {
    position: sticky;
    top: -20px !important;
    z-index: 9;
    width: 100%;
  }
}


.products_tabs {
  scroll-behavior: smooth;
}


.products_tabs a {
  min-height: 53px !important;
  margin: 10px;
  padding: 5px;
  width: 280px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: white !important;
  border-radius: 3px;
  text-align: center;
}

.ponits {
  display: flex;
  gap: 0px;
  align-items: center;

  img {
    margin: auto;
  }

  h6 {
    margin: 0px !important;
  }
}

.checklist .ponits {
  display: flex;
  gap: 0px;
  align-items: center;

  img {
    width: 65%;
  }

  h6 {
    margin: 0px !important;
  }
}

@media (min-width:920px) {
  .products_tabs a:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: black;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }

  .blackset.active12 {
    background: var(--secondary) !important;
  }

  .blackset.active12::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: var(--secondary) !important;
    top: 50%;
    right: -13px;
    visibility: visible;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }

  .blackset::before {
    visibility: hidden;
  }
}

.product_heading {
  color: var(--primary);
  font-weight: 700;
  padding: 15px 0px;
  text-align: center;
}

.product-img-box {
  width: 70%;
  margin: auto;
  height: 400px;
  padding: 10px;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  img {
    width: 100%;
    height: 100%;
  }


}

.product-heading {
  color: var(--primary);
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid white;
  background: rgb(248, 247, 247);
}

.products_tabs {
  background: rgb(246, 244, 244);
  padding-top: 15px !important;
  margin-top: 0px !important;
  top: 0px;

}

.products_content {
  padding-left: 40px;

  table {
    width: 100%;

  }

  th {
    border: 1px solid rgb(167, 166, 166);
    font-size: 18px;
    padding: 5px;
    color: rgb(45, 45, 45);
  }

  td {
    border: 1px solid rgb(167, 166, 166);
    font-size: 17px;
    padding: 5px;
  }
}


.deskhide {
  display: none;
}


/*============================ our foucsed industries ================================== */

.our_industries-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.indusries-name {
  width: 100%;
  padding: 0px !important;
}

.indusries-name ul {
  padding: 0px !important;

  li {
    line-height: 40px;
  }

  img {
    width: 25px;
    margin-right: 10px;
  }

  span {
    font-size: 16px;
    font-weight: 600;
  }
}

.industries_img {
  position: relative;
}

.industries_img>div {
  width: 290px;
  height: 230px;
  border: 4px solid white;
  border-radius: 5px;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: all .3s linear;
  }
}

.industries_img>div:hover img {
  scale: 1.08;
}


.industries_img>div:nth-child(1) {
  width: 250px;
  height: 220px;
  position: relative;
  top: 140px;
}

.industries_img>div:nth-child(2) {
  position: relative;
  top: 80px;
  left: 100px;
}

.industries_img>div:nth-child(3) {
  width: 260px;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 200px;
  z-index: -1;
}

.industries_img>div:nth-child(4) {
  width: 300px;
  height: 220px;
  position: absolute;
  top: 180px;
  left: 340px;
  z-index: -1;
}

.indusries-name li {
  transition: all .4s linear;
}

.indusries-name li:hover {
  margin-left: 13px;
}


.product-box12 {
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;

  img {
    width: 100%;
  }
}

.product-text {
  position: absolute;
  top: -10px;
  left: 5px;
  bottom: 0px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 0%;
  flex-direction: column;
  /* visibility: hidden; */
}

.common-product-heading {
  color: var(--primary);
}

.tabsbtn1 {
  background: var(--secondary);
  position: relative;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;

  h6 {
    font-size: 25px;
    color: white;
    z-index: 8888;
    margin: 0px;
  }

  a {
    position: relative;
    z-index: 5;
    padding: 15px 5px;
  }

  &::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s linear;
    background: rgba(255, 255, 255, 0.2);
    scale: 0 1;
    transform-origin: bottom;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 3;

  }

  &:hover::before {
    scale: 1;
  }

  &::after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 50%;
    rotate: 45deg;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: var(--secondary);
    z-index: 8;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
  }


}

.power-supply {
  a {
    h6 {
      font-size: 18px;
      margin: 0px;
    }
  }
}

.power-supply12 {
  a {
    h6 {
      font-size: 18px;
      margin: 0px;
      padding: 0px 5px;
    }
  }
}

.second-about_img {
  position: relative;
  margin: auto;
  margin-left: 20px;
  width: 100%;

  /* height: 100%; */
  img {
    width: 100%;
    border-radius: 30px 2px 2px 2px;
    -webkit-border-radius: 30px 2px 2px 2px;
    -moz-border-radius: 30px 2px 2px 2px;
    -ms-border-radius: 30px 2px 2px 2px;
    -o-border-radius: 30px 2px 2px 2px;
  }

  &::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondary);
    left: 20px;
    z-index: -1;
    bottom: -20px;
  }
}


@media (max-width:661px) {
  .second-about_img {
    position: relative;
    margin: auto;
    margin-left: 0px;


    &::before {
      visibility: hidden;
    }
  }
}

.certificated-box {
  border: 1px solid red;

  img {
    width: 100%;
    object-fit: cover;
  }
}

.qyality-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;

  img {
    width: 100%;
    border: 2px solid var(--secondary);
    transition: all .3s linear;
  }

  img:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
}

.quality-modal-img {
  img {
    height: 92vh;
  }
}

/* career form */

/***** Career Section *****/

.career-left {
  margin: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;

    input,
    select {
      padding: 5px 12px;
      border: 1.5px solid black;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;

      &::file-selector-button {
        color: white;
        border: none;
        background-color: var(--secondary);
      }
    }

    label {
      color: black;
      margin-bottom: -12px;
    }

    button {
      background-color: var(--secondary);
      padding: 7px 12px;
      border: none;
      max-width: 180px;
      margin-top: 10px;
      color: white;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;

      &:hover {
        scale: .9;
      }

    }
  }
}

/***** End Career Section *****/

.custom-file-button {
  input[type="file"] {

    &::-webkit-file-upload-button {
      display: none;
    }

    &::file-selector-button {
      display: none;
    }
  }
}

.input-group {
  border: 1px solid black;

  .input-group-text {
    background-color: var(--secondary);
    color: white;
    padding: 0 15px;
    line-height: 5px !important;
    margin: 5px;
    font-size: 16px;
  }

  .form-control {
    border: none;
  }

  :focus {
    border: 1.5px solid black;
  }
}


.fortset45.form-control:focus {
  display: none;
}

.carrer-img {
  img {
    width: 100%;
  }
}

.career-heading {
  width: 100%;
  background: gainsboro;
  padding: 50px 0px;
  background:
    url(https://www.shutterstock.com/image-photo/blurring-background-modern-office-interior-600nw-2358671811.jpg);
  background-position: center 0;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;

  h3 {
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    color: white;
    text-shadow: 2px 2px 5px black;
  }
}


.project-block-one {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;

  img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  &:hover img {
    scale: 1.1;
  }
}

.image-box img {
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.view-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure {
  margin: 0;
}

/* =============================================== New Css Start ========================================= */

.my-section {
  padding: 75px 0;
}

.powerSupply {
  background-color: var(--secondary);
  padding: 8px 12px;
  border-radius: 5px;
  border-bottom: 5px solid var(--secondary);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 100%;
display: flex;
justify-content: start;
align-items: center;
  a {
    color: white;
  }

  &:hover a {
    color: white;
  }

  &:hover {
    border-bottom: 5px solid var(--primary);
  }
}

.ledDriver-Content {

  h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
    color: var(--secondary);
  }
}

.ledDriver-left {
  h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  h4 {
    font-size: 22px;
    font-weight: 600 !important;
    margin-bottom: 10px;
  }

  ul {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
}

.ledDriver-img {

  img {
    width: 100%;
    padding: 5px;
    /* border: 1px solid rgb(238, 237, 237); */
  }
}



a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Poppins', sans-serif;
    display: table;
    border-radius: 0;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 25%;
    min-width: 25%;
    padding: 10px 0;
    border: none;
    vertical-align: top;
}
.vertical-tab .nav-tabs li{ float: none; }
.vertical-tab .nav-tabs li a{
    color: #98ce04;
    background-color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 10px;
    margin: 0 0 1px 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: #333;
    border: none;
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.vertical-tab .nav-tabs li a:before{
    content: '';
    background-color: #98ce04;
    height: 100%;
    width: 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 5px 0 5px rgba(138,181,23,0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before{
    width: 112%;
}
.vertical-tab .tab-content{
    color: #333;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px 25px;
    display: table-cell;
    border: 5px solid #98ce04;
    border-radius: 0 15px 15px 0;
}
.vertical-tab .tab-content h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}
@media only screen and (max-width: 479px){
    .vertical-tab{
        padding: 0;
        margin: 0;
    }
    .vertical-tab .nav-tabs{
        width: 100%;
        padding: 0;
        display: block;
    }
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:before{
        width: 100%;
        border-radius: 0;
    }
    .vertical-tab .tab-content{
        font-size: 14px;
        margin-top: 0;
        border-radius: 0;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}

/* side bar  product page power supply */

.sidebarTabs {
  position: relative;
width: 100%;
  overflow: hidden;
  display: flex;
  background: #f9f6f6;
  border-radius: 5px;
  .tabscontent {
    padding: 10px  20px !important;

    .contents {
      display: none;
    }

    .show {
      display: block;
    }
   
  }

  .tabBtns {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0px;
    position: sticky;
    top: 20px;
    

    .btn1 {
      background: #e8e8ea;
      border-bottom: 1px solid rgb(217, 215, 215);
      border-right: 1px solid rgb(217, 215, 215);
      padding: 15px;
      cursor: pointer;
      direction: ltr;
    }
  }
  .tabBtns1 {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0px;
    position: sticky;
    top: 20px;
    

    .btn2 {
      background: black;
      border-bottom: 1px solid rgb(217, 215, 215);
      border-right: 1px solid rgb(217, 215, 215);
      padding: 15px;
      width: 80%;
      margin: 10px 0px;
      cursor: pointer;
      direction: ltr;
      color: white;
      text-align: center;
      border-radius: 3px;
      font-size: 18px;
    }
  }
}
.paddingset48{
  padding: 50px;
}
.bgcolor{
  background: #f9f6f6 !important;
  border-right: none !important;
}
.bgcolor1{
  background: var(--secondary) !important;
  border-right: none !important;
}


.transformerTabs{
  background-color: white !important;
}

@media (max-width:767px) {
  .tabBtns1 {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0px;
    position: sticky;
    top: 20px;
    

    .btn2 {
      background: black;
      border-bottom: 1px solid rgb(217, 215, 215);
      border-right: 1px solid rgb(217, 215, 215);
      padding: 10px !important;
      margin: 10px 0px;
      cursor: pointer;
      direction: ltr;
      color: white;
      text-align: center;
      font-size: 18px;
      min-width: 160px;
      margin-right: 10px !important;
      border-radius: 3px;
    }
  }
  .deskhide {
    display: block;
    height: 40px;
    margin-bottom: -2px !important;
    padding: 10px;
}
}