@font-face {
  font-family: f1;
  src: url(../fonts/Euclid\ Circular\ B\ Regular.ttf);
}

@font-face {
  font-family: f2;
  src: url(../fonts/Euclid\ Circular\ B\ Medium.ttf);
}

@font-face {
  font-family: f3;
  src: url(../fonts/Euclid\ Circular\ B\ SemiBold.ttf);
}

@font-face {
  font-family: f4;
  src: url(../fonts/Euclid\ Circular\ B\ Bold.ttf);
}

a {
  text-decoration: none !important;
}

h2 {
  font-family: "f4";
  font-size: 35px;
  color: #252525;
}

.w-90 {
  width: 90%;
  margin: auto;
}

.d-flex-jc-ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.d-flex-ac {
  display: flex;
  align-items: center;
}

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

.top_head {
  background: #009641;

}

.contact_nav a {
  color: #fff !important;
  margin-right: 10px;
  font-family: "f1";
}

.contact_nav i {
  color: #FFCB05;
  margin-right: 5px;
  font-size: 25px;
}

.social_icon i {
  color: #FFCB05;
  margin-right: 5px;
  font-size: 25px;
}

.line1 {
  width: 1px;
  height: 45px;
  background-color: #fff;

}

.line2 {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

/* navbar starts */

marquee p{
  color: #FFCB05;
  margin-bottom:0 !important;
  font-family: "f2";
}
marquee{
 margin-top: 7px;
}
.marq_div {
  width: 49% !important;
}


.nav_me {
  background: #fff;
  padding: 10px 15px;
}

.navbar-light .navbar-nav .nav-item {
  margin: 0px 5px;
}
.navbar-nav{
  margin: auto;
}
.navbar-light .navbar-nav .nav-link {
  color: #252525 !important;
  font-family: "f2";
}

.navbar-light img {
  width: 120px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #00a6e4 !important;
}

/* af-carousel-start */
.af-tl-carousel .carousel-back {
  width: 100%;
  height: 85vh;
  position: relative;
}

.af-tl-carousel .carousel-back-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  z-index: 11;
}

.carousel-back-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 12;
  background: url("../img/banner-btm1.png") no-repeat;
  background-size: 100% 100%;
}

.af-carousel {
  position: absolute;
  z-index: 13;
  bottom: -20vh;
  width: 100%;
}

.af-carousel .carousel {
  width: 80%;
  padding: 5px;
  margin: auto !important;
}

.af-carousel .carousel-img {
  width: 98% !important;
  margin: 0 auto 4px;
  left: 0 !important;
  border: 13px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px;
}

.af-carousel .carousel-inner {
  width: 100% !important;
  margin: auto;
  left: 0 !important;
  /* border: 13px solid #fff;
    border-radius: 30px; */
}

.af-carousel .carousel-cust-caption {
  position: absolute;
  top: 0px;
  z-index: 111;
}

.af-carousel .carousel-indicators [data-bs-target] {
  width: 13px !important;
  height: 13px !important;
  padding: 0;
  margin: 8px !important;
  transform: rotate(45deg);
  border-radius: 0 !important;
  border: 2px solid #fff;
}

.af-carousel .carousel-indicators {
  right: 30px !important;
  left: auto !important;
  width: auto !important;
  bottom: 30px !important;
}

.af-carousel .carousel-indicators button.active {
  background-color: #09a466 !important;
}

.carousel-inner h3 {
  width: 500px;
  font-family: "f4";
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 0px auto 20px;
  line-height: 50px;
}

/* af-carousel-end */

/* bannerstart */
.page_banner_caption {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}

.page_banner_caption h1 {
  font-family: "f4";
  font-size: 30px;
  z-index: 11111;
}

/* banner end */

/* about starts */
.about_us span {
  font-family: "f3";
  font-size: 18px;
  color: #009641;
  margin-bottom: 5px;
}

.about_us p {
  font-family: "f1";
  font-size: 15px;
  color: #252525;
  text-align: justify;

}

.about_us a {
  background-color: #009641;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "f1";
  font-size: 14px;
}

.about_us {
  margin-top: 20vh;
}

.choose_us span {
  font-family: "f3";
  font-size: 18px;
  color: #009641;
}

.choose_us h2 {
  font-family: "f4";
  font-size: 30px;
}

.choose_us p {
  font-family: "f1";
  font-size: 15px;
  text-align: justify;
}

/* about mission start */
.mission_icon {
  background-color: #00a6e4;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 10px;
}

.mission_icon img {
  width: 30px;

}

.mission {
  text-align: center;
  width: 90%;
  margin: 0px auto;
  box-shadow: 0px 3px 10px #ffc1074f;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}

.mission h3 {
  font-family: "f3";
  font-size: 20px;
}

.mission p {
  font-family: "f1";
  font-size: 14px;
  text-align: center;
}

/* about mission ends */
/* products starts */
.products span {
  font-family: "f3";
  font-size: 18px;
  color: #009641;
  margin-bottom: 5px;
}

.gal_product span {
  font-family: "f3";
  font-size: 18px;
  color: #009641;
  margin-bottom: 5px;
}

.product_battery {
  text-align: center;
  color: #252525;
  margin-bottom: 20px;

}

.product_battery img {
  margin-bottom: 15px;
  border-radius: 10px;
  width: 100%;
}

.product_battery a {
  background-color: #009641;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "f1";
  font-size: 14px;
}

.product_battery h3 {
  font-family: "f2";
  font-size: 20px;
  color: #252525;
  margin: 20px;
}

.product_battery p {
  font-family: "f1";
  font-size: 14px;
}

.owl-nav,
.owl-dots {
  display: none;
}

/* gallery product */

.gallery_content {
  z-index: 1;
  position: relative;
}

.gal_card {
  position: relative;
}

.gal_card img {
  width: 100%;
  border-radius: 10px;
}

.gal_view {
  position: absolute;
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}

.gal_card p {
  font-family: "f2";
  font-size: "40px";
  text-align: center;
  margin-top: 10px;
}

.se_ic {
  color: #fff;
  font-size: 20px;
  background-color: #009641;
  padding: 10px;
  border-radius: 100%;
}

.gal_card:hover .gal_view {
  opacity: 1;
  transition: 0.5s;
}

.mfp-title {
  text-align: center !important;
  line-height: 25px !important;
  color: #f3f3f3;
  word-wrap: break-word;
  font-family: "f2";
  font-size: 20px;
  margin-top: 15px;
}

.gal_product h3 {
  font-family: "f3";
  font-size: 25px;
  text-align: center;
  color: #00a6e4;
  margin-top: 25px;
}

.gal_product h4 {
  font-family: "f4";
  color: #000046;
  font-size: 25px;
  margin-top: 20px;
}

/* service start */

.service_card {
  background: #EEF9FF;
  margin: 10px 5%;
  padding: 50px 20px 20px;
  border-radius: 10px;
}

.service_icon {
  background: #00B071;
  padding: 10px;
  border-radius: 5px;
  width: 90px;
  height: 90px;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}

.service_icon img {
  width: 50px;
  transform: rotate(314deg);
}

.service_card h3 {
  font-family: "f3";
  font-size: 20px;
}

.service_arrow {
  background: #009641;
  display: inline-block;
  padding: 2px 10px;
  position: relative;
  bottom: -33px;
  border-radius: 4px;

}

.service_arrow img {
  width: 25px;
}

/* service ends */

/* testimonials start */

.test_card {
  background: #EEF9FF;
  margin: 10px;
  padding: 30px 20px 20px;
  border-radius: 10px;
}

.test_card h3 {
  font-family: "f3";
  font-size: 25px;
}

.star_icon img {
  width: 20px !important;
  height: 20px;
  margin-top: 22px;

}

.icon {
  width: 20px !important;
  height: 20px;
  margin-top: 22px;
  margin-right: 30px;
}

.icon p {
  margin-left: 10px;
  font-family: "f2";

}

.owl_full_bg {
  background-color: #EEF9FF;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}

.right_arrow {
  width: 50px;
  height: 50px;
  background: #009641;
  padding: 2px 10px;
  position: relative;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  box-shadow: #252525;
}

.right_arrow img {
  width: 25px;
}

.left_arrow {
  width: 50px;
  height: 50px;
  background: #ffffff;
  padding: 2px 10px;
  position: relative;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  box-shadow: 0px 3px 10px #00000026;
}

.left_arrow img {
  width: 25px;
}

.tes_review img {
  margin-bottom: 15px;
  border-radius: 10px;
}

.item h3 {
  font-family: "f2";
  font-size: 20px;
  color: #252525;
  margin: 20px;
}

.tes_review {
  color: #252525;
  margin-bottom: 20px;
  position: relative;
  position: absolute;
  z-index: -1111111;
}

/* footer */
.foot_er {
  background: #E5F3FF;
  padding: 30px 40px;
}

.foot_er img {
  width: 150px;
}

.foot_er h5 {
  color: #009641;
  font-family: "f3";
  font-size: 20px;
}

li {
  list-style: none !important;

}

.foot_er h6 {
  font-family: "f4";
  font-size: 18px;
  color: #252525;
}

.foot_er i {
  font-size: 25px;
  color: #FFB504;
  margin-right: 10px;
}

.foot_er a {
  color: #252525 !important;
  font-family: "f2";
}

.foot_er li {
  margin-bottom: 15px;
}

.foot_er p {
  color: #252525;
  font-family: "f1";
}

/* contact starts */
.contact {
  width: auto;
}

.contact_icon {
  background-color: #00a6e4;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 10px;
}

.contact_icon img {
  width: 30px;

}

.contact_section {
  text-align: center;
  width: 95%;
  margin: 0px auto;
  /* box-shadow: 0px 3px 10px #00000026; */
  box-shadow: 0px 3px 10px #ffc1074f;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}

.contact_section h3 {
  font-family: "f3";
  font-size: 20px;
}

.contact_section a {
  font-family: "f2";
  font-size: 16px;
  color: #252525;
}

.contact_enquiry label {
  font-size: 18px;
  font-family: "f3";
  margin-bottom: 15px;
}

.contact_enquiry input {
  font-size: 16px;
  font-family: "f2";
  margin-bottom: 15px;
}

.bg_enquiry {
  background: #e6e6e6;
  width: 100%;
  height: 100%;
  padding: 25px;
  border-radius: 10px;
}

.bg_enquiry h3 {
  font-size: 25px;
  font-family: "f4";
  color: #009641;
  margin-bottom: 10px;
}

.bg_enquiry .bt_sub {
  background-color: #009641 !important;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "f1";
  font-size: 16px;
  margin-bottom: 0;
}

.contact_enquiry img {
  border-radius: 10px;
}

/* slide icon start */

.soc_icon {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 111;
  display: flex;
  align-items: center;
}

.soc_icon ul .en_quiry {
  font-size: 15px;
  background: linear-gradient(317deg, #000046, #1CB5E0);
  color: #fff;
  display: inherit;
  word-wrap: break-word;
  padding: 5px 10px;
  position: absolute;
  width: 30px;
  bottom: 65px;
  right: 0;
  z-index: 1000;
  border-radius: 5px;
}

.soc_icon ul .wh_at {
  font-size: 20px;
  background: linear-gradient(317deg, #095200, #76ff4a);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  color: #fff;
  right: 0;
  justify-content: center;
  margin-bottom: 22px;
}

.soc_icon ul .ca_ll {
  font-size: 20px;
  background: #FFCB05;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  color: #fff;
  right: 0;
  justify-content: center;
  margin-bottom: 22px;
}


/* career form start */
.ri-send-plane-fill {
  margin-right: 10px;
  color: #009641;

}

.bg_career {
  background: #fdda4e96;
  width: 100%;
  height: 100%;
  padding: 25px;
  border-radius: 10px;
}

.bg_career h3 {
  font-size: 25px;
  font-family: "f4";
  color: #009641;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.bg_career .bt_sub {
  background-color: #009641 !important;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "f1";
  font-size: 16px;
  margin-bottom: 0;
}

.career_enquiry p {
  font-family: "f1";
  font-size: 16px;
  color: #252525;
}

.career_enquiry label {
  font-size: 18px;
  font-family: "f3";
  margin-bottom: 15px;
}

.career_enquiry input {
  font-size: 16px;
  font-family: "f2";
  margin-bottom: 15px;
}

/* client sectiom */
.client_image  img{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 100%;
  border-radius: 10px;
} 
.client_image{
  position: relative;
  margin: 10px 0px;
}
.client_detail {
  position: absolute;
  bottom: 0;
  background-color: #00b07130;
  transition: ease-in-out .5s;
  width: 95%;
  margin: 10px;
  padding:12px 10px;
  border-radius: 10px;
}
.client_detail h2{
  color: #ffffff;
  font-size: 20px !important;
}
.client_detail p{
  color: #ffffff;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.6;
}
.client_image:hover .client_detail {
  background-color: #00b072b5;
  transition: ease-in-out .5s;
}
.nav-pills .nav-link.active{
  background-color: #009641 !important;
color: #fff !important;
padding: 10px 15px;
border-radius: 5px;
font-family: "f3" !important;
font-size: 14px;
}
.mis-tab .nav-pills .nav-link {
color: #000;
font-family: "f2";
}
.client-det p img{
width: 20px !important;
    rotate: 135deg;
    margin-right: 10px;
  }
  .client-det h2{
    font-size: 28px;
  }
  .client-det p{
    font-family: "f2";
  }
  .client-cauros .carousel-item  img{
    width: 100% !important;
  }
/* client section */
 
/* animation css */



/* Container for the Image */
.animated-image {
  position: fixed; /* Fix the image relative to the viewport */
  bottom: 0px; /* Distance from the bottom of the screen */
  left: 20px; /* Distance from the left of the screen */
  opacity: 0; /* Start invisible */
  transform: translateY(-100%); /* Start above the screen */
  animation: slideDown 2s ease-in-out forwards; /* Apply animation */
  z-index: 99;
}

/* Keyframes for the Animation */
@keyframes slideDown {
  0% {
    transform: translateY(-100%); /* Start above the screen */
    opacity: 0; /* Optional: Start with fade-in effect */
  }
  100% {
    transform: translateY(0); /* Move to final position */
    opacity: 1; /* Fully visible */
  }
}

/* Final Position Adjustment */
.animated-image img {
  width: 80px; /* Adjust size of the image */
  opacity: 1; /* Fully visible by default */
  height: auto;
}


#image2 {
  opacity: 0; /* Initially invisible */
}
/* animation css */


/* #title {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-family: "f3";
    color: #009641;
  }
  #description {
    text-align: center;
    color: gray;
    font-family: "f1";
    font-size: 16px;
  }
  #form-container {
    background-color:#0dcaf014;
    margin: 0 auto;
    border-radius: 10px;
    width: auto;
    max-width: 900px;
    padding: 10px;
    padding-top: 20px;
  }
  
  .rightTab {
    display: inline-block;
    text-align: left;
    width: 48%;
    vertical-align: middle;
  }
  
  .input-field {
    height: 40px;

    padding: 5px;
    margin: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    font-family: "f1";
    font-size: 15px;
  }
  #wrapper {
    text-align: center;
  }
  #submit {
    background-color: #009641;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    font-family: "f1";
    height: 40px;
    width: 96px;
    margin: 10px;
    border: 0px solid;
  }
  
  .selection{
    width: 190px;
    height: 35px;
    font-family: "f1";
    font-size: 15px;
    padding: 5px;
    margin: 10px;  
    margin-top: 15px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
  }
  
  .radio, .checkbox {
    position: relative;
    left: -43px;
    margin-left: 10px;
    display: block;
    padding-bottom: 10px;
  }


/* .gal_heading h4{
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
  padding-left: 80px;
}  */

/* width: 90%;
margin-left: 5%;
align-self: center;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
} 
 .hm-gallery a {
display: inherit;
width: 23%;
position: relative;
overflow: hidden;
margin: 20px 0;
border: 10px solid var(--white);
box-shadow: 0 0 3px -1px #000;
}
.hm-gallery a img {
width: 100%;
} */

/* //hm-gallery-end */

/* .labels {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  font-family: "f2";
  font-size: 16px;
}

.rightTab {
  display: inline-block;
  text-align: left;
  width: 48%;
  height: 50px;
} */