fbody {
  font-family: "Poppins", sans-serif;
}
.active{
	color: black !important;
}
.sec-navbar {
  background: #e0f7f7;
}
.navbar {
  max-width: 1440px;
  margin: 0 auto;
}
.brand-logo {
  width: 40px;
  height: auto;
  margin-left: 89px;
}
.navbar-brand-mobile {
  display: none;
}
.navbar-nav {
  gap: 48px;
  margin-right: 89px;
}
.navbar-nav .nav-link {
  color: #575757;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: color 0.2s;
}

.navbar-nav .nav-link:hover {
  color: #2A8080;
}
.profile{
	padding: 0px 6px;
	background-color: white;
	color: black;
	border-radius: 50%;
	
}
.carticon{
	display: flex;
	position: absolute;
}
.cartCount{
	display: flex;
	justify-content:center;
	align-items:center;
	background-color: red;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top:2px;
	
}
.count{
	color: white;
	position: relative;
	font-size:12px;
	margin: 0;

}

.hero-sec {
  height: 700px;
  background-image: url("images/HomepageBaner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 
  position: relative;
  color: white;
}
.hero-sec1 {
  height: 100%;
  display: flex;
  
}
.left-col{
	 display: flex;
    flex-direction: column;
    justify-content: center;
	
}
   
.left-text {
  font-size: 48px;
  margin-top: 42px;
}
.left-text2 {
  font-size: 24px;
  margin-top: 20px;
}
.hero-sec-btns {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 61px;
}
.req-quote,
.exp-product {
  display: flex;
  width: 259px;
  height: 60px;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #ffd166;
  color: #2a8080;
  border: transparent;
  font-weight: 600;
}
.req-quote:hover {
  color: #2A8080;
}
.exp-product:hover {
  color: #2A8080;
}

.right-img {
  display: flex;
  align-items: end;
}
.img-hero {
  background-image: url(images/first_cont_img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 643px;
  height: 643px;
}

.section-image {
  width: 643px;
  height: 643px;
  position: relative;
  bottom: 0;
}
.logo-slider {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  background: #f1f1f1;
  display: flex;
  align-items: center;
}

.slider-track {
  display: flex;
  width: max-content;
  height: 54px;
  animation: scrollLeft 20s linear infinite;
  display: flex;
  flex-direction: row;
}

.slide-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 48px;
}

.slide-item svg {
  width: 52px;
  height: 50px;
}
.slide-item p {
  margin-top: 10px;
  color: #2a8080;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 48px;
}
.vertical-line {
  width: 2px;
  height: 48px;
  background-color: #2a8080;
  margin-right: 48px;
}

.who-we-are-card {
  position: relative;
  padding: 15px 77px 80px 77px;
  border-radius: 30px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  margin-bottom: 15px;
}
.who-we-are-card h2,
.who-we-are-card p {
  text-align: center;
}
.who-we-are-card h2 {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.who-we-are-card p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  align-self: stretch;
}
.btn-know-more {
	display:flex;
	justify-content:center;
	align-items:center;
  border-radius: 30px;
  background: #2a8080;
 width: 154px;
height: 40px;
padding: 8px 30px;
  border: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.btn-know-more:hover{
	color: #2A8080;
}

/* section3 */

.heding-our-spl {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}
.card {
  display: flex;
  flex-direction: row;
  border-radius: 30px;
  background: #e0f7f7;
  min-height: 170px;
  margin-top: 21px;
  position: relative;
}
.card-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.card-left svg {
  margin-left: 48px;
}
.vertical-line2 {
  width: 2px;
  height: 48px;
  background-color: #2a8080;
}
.card-left h2{
  font-size: 22px;
  font-weight: 600;

}
.card-right {
  position: relative;
}
.card-right-text {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 15px;
  text-align: left;
  margin-right: 37px;
}
.our-speciality h2{
	font-weight: 600;
	color: #333;
}
.btn-exp-pro {
display: flex;
width: 198px;
height: 40px;
padding: 8px 30px;
justify-content: center;
align-items: center;
border-radius: 30px;
background: #2A8080;
color: #FFF;
font-size: 16px;
font-weight: 600;
border: none;
}

/* section why choose us */
.why-choose-us {
  background-color: #ffd166;
  margin-top: 60px;
  padding-bottom: 24px;
}
.section4 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  /* padding:0 60px; */
}
.sec4-hedding {
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0px 0px 15px;
}
.sec4-cards {
  display: flex;
  justify-content: space-between;
}
.sec4-card {
  padding: 35px 35px 10px 95px;
}
.sec4-icons {
  display: contents;
}
.text-area {
  margin-left: 15px;
}
.text-area h6 {
  font-size: 24px;
  font-weight: 600;
  padding-right: 60px;
}
.text-area p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 16px;
  padding-right: 70px;
}
.sec4-card:hover {
  background: #6ecb63;
}

/* -----------Testimonials ----------*/

.testimoniales {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
 .testimoniales h4{
  margin: 15px 0px;
  }
.test-card {
  display: flex;
  justify-content: center;
  position: relative;
  
}
.test-img-left {
  width: 194px;
  height: 194px;
  border-radius: 50%;
  background-image: url(images/testi-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  background-color: white;
}
.test-text {
   width: auto;
  height: auto;
  background: #e0f7f7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.text-msg {
  margin: 25px;
}
.test-text2 {
  width: auto;
  height: auto;
  background-color: #ffd166;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.testi-name {
  font-weight: 600;
}
.faq-item{
	width: 100%;
}
.sec-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.sec-faq-link {
  color: #000;
  display: block;
  text-decoration: none;
  text-align: center;
}
.horizotal-line {
  height: 1.2px;
  background-color: #000;
  width: 100%;
  margin: 15px 0px;
}
.faq-answer {
  color: white;
  background: #2a8080;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer p {
  padding: 15px 10px 6px 10px;
}
.faq-answer.show {
  max-height: 200px;
}
.contactUs-sec {
  padding: 30px;
  background: ;
}
.contactUs-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
 
  background: #6ecb63;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  color: white;
}
.contactUs-frame h4 {
  font-size: 24px;
  text-align: center;
}
.contactUs-frame p {
  font-size: 18px;
}
.contactUS-sec-button {
	display:flex;
	justify-content:center;
	align-items:center;
  max-width: 259px;
  min-width: 115px;
  height: 40px;
  padding: 10px 24PX;
  gap: 10px;
  border: transparent;
  border-radius: 30px;
  background: #ffd166;
  color: #2a8080;
  font-weight: 600;
  font-size: 1.125rem;
}
/*footer*/
.footer {
  background-color: #007f7f;
  color: white;
  padding: 30px 0px 0px 0px;
  position: relative;
}
.list-unstyled li {
  margin-bottom: 10px;
}
.footer p {
  text-align: left;
}

.footer h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer input[type="email"] {
  padding: 8px;
  border: none;
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
}

.footer button {
  margin-top: 10px;
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
  background-color: white;
  color: #007f7f;
  font-weight: bold;
}

.footer-logo {
  display: flex;
  margin-left: auto;
}

.footer-bottom {
  background-color: #009999;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.vertical-line {
  border-left: 1px solid white;
  height: 237px;
}
.footer-horizontal-line {
  display: none;
}
.footer-logo-mob {
  display: none;
}
.footer-contact-mob {
  display: none;
}

.product-tital-home {
  font-size: 22px;
  font-weight: 600;
}
.product-card{
	padding: 25px 15px 24px 15px;
	 border-radius: 12px;
	 border: 1px solid #7D7D7D;
}
.product-img-div {
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  border: 0.5px solid #c0c0c0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
 	
}
.product-info-div {
	
  margin: 24px 0px;
}

.product-image {
  max-height: 170px;
}

.product-title {
  font-weight: 600;
  font-size: 17px;
}

.product-info {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.product-info p{
	margin: 0px;]
}

.btn-custom {
  display: flex;
height: 40px;
/* padding: 8px 24px; */
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 30px;
border: 1px solid #2A8080;
color: #2A8080;
font-size: 16px;
font-weight: 600;
}
.product-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-custom:hover {
  background-color: #0c7d7d;
}
.btn-exp-pro:hover{
	color: black;
}
.view-details {



}
.view-detail-a{
	display: flex;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	background: #2A8080;
	text-align: center;
}

.view-more {
  padding-top: 20px;
  text-align: center;

  font-weight: 600;
  font-size: 1.125rem;
}

.view-more a {
  color: #0e8f8f;
  text-decoration: none;
}

.view-more a:hover {
  text-decoration: underline;
}
.gallery{
	display: flex;
	flex-wrap: wrap;
	
}


.gallery img {
	padding: 10px;
	height: 344px;
	width: 100%;
	
	
}

/*scroll bar */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  #mainNav {
    background-color: #e0f7f7;
    padding: 1rem 1rem 2rem 1rem;
    border-radius: 0 0 8px 8px;
  }
  .navbar-nav {
    gap: 0;
  }
  .navbar-brand-mobile {
    display: flex;
  }
  .brand-logo {
    display: none;
  }
  .brand-logo-m {
    margin-left: 60px;
  }
  .left-col {
    padding-left: 24px;
  }
  .left-text {
    font-size: 24px;
    padding-right: 30%;
  }
  .left-text2 {
    font-size: 14px;
    margin-right: 55%;
  }
  .hero-sec-btns {
    margin-top: 25px;
    gap: 20px;
    flex-direction: column;
  }
  .req-quote,
  .exp-product {
    width: 188px;
    height: 40px;
  }
  .hero-sec{
    background-image: url(images/mobileHome.png);
    height: 575px;
  }
 /*  .img-hero {
   background-image: url(images/first_cont_img\ -\ Copy.png);
    width: 323px;
    height: 377px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
  } */ 
  /* .section-image{
    width: 323px;
    height: 377px;
  }  */

  .slide-item {
    margin: 0 15px;
  }
  .slide-item p {
    font-size: 14px;
  }

  .who-we-are-card {
    /* width: 393px; */
    padding: 15px 9px;
  }
  .who-we-are-card h2 {
    font-size: 1.125rem;
  }
  .who-we-are-card p {
    font-size: 12px;
    font-weight: 400;
  }

  .btn-know-more {
    position: static;
    margin: 15px auto 15px auto;
    display: block;
  }
  .heding-our-spl {
    font-size: 1.125rem;
  }
  .card {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 24px 39px;
  }

  .card-left {
    flex-direction: column;
  }
  .card svg {
    margin: 0%;
  }
  .vertical-line2 {
    width: 201px;
    height: 2px;
  }
  .card-right-text {
    margin: 0;
    font-size: 12px;
    text-align: center;
  }
  .btn-exp-pro {
    position: relative;
    margin: 1.125rem auto 0 auto !important;
    width: 188px;
    height: 40px;
    font-size: 14px;
  }
  .card-right {
    display: flex;
    flex-direction: column;
  }
  .sec4-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 17px 8px 14px 28px;
  }
  .sec4-cards {
    margin-right: 20px;
  }
  .sec4-hedding {
    padding: 15px;
    text-align: center;
     font-size: 24px;
  }
  .text-area h6 {
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: 60px;
  }
  .text-area p {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    padding-right: 0;
  }
  .sec4-icons {
    display: none;
  }

  .
  .text-msg {
    margin: 0;
    font-size: 12px;
  }
 
   .test-card{
  margin-top: 24px
  } 
/*   .test-img-left {
    width: 141px;
    height: 141px;
    top: -45px;
  } */
  .testi-name {
    font-size: 12px;
    font-weight: 600;
  }
  .contactUs-sec {
    padding: 41px 21px;
  }
  .contactUs-frame {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 15px;
  }
  .contactUs-frame p {
  font-size: 16px;
  }
  .border-md-end,
  .vertical-line {
    border: none !important;
  }

  .footer-logo {
    position: static;
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .footer-horizontal-line {
    display: block;
    height: 1.1px;
    background: white;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .mailflex-mob {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-logo {
    display: none;
  }
  .footer h5{
  margin: 0;
  }
  .list-unstyled li {
  margin-bottom: 0;
  }
  .footer-logo-mob {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .footer-desktop {
    display: none;
  }
  .footer-contact-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .footer-contact-mob p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px
  }
  .footer {
    padding: 0px 24px;
  }
  .footer-bottom{
  margin: 0px;
  }
  .gallery img {
	padding: 10px;
	height: 200px;
	width: 100%;	
	
}
.contactUs-frame h4 {
  font-size: 18px;
 
}

}



.testimonial-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white; 
  padding: 40px 0;
  position: relative;
}

.slider-container {
  display: flex;
  overflow: hidden;
  width: 80%;
}

.testimonial {
  min-width: 225px;
  max-width: 334px;
  background: #fff;
  margin: 0 10px;
  padding: 20px;
  border-radius: 12px;
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);

  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.avatar {
  background: #243c87;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  margin: 10px;
  font-weight: bold;
}

.stars {
  display: block;
  margin-top: 8px;
  color: orange;
  font-size: 18px;
}

button.prev, button.next {
  background: transparent;
  border: none;
  padding: 10px;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: black	;
 
}

button.prev { left: 10px; }
button.next { right: 10px; }
.profileName{
	display: flex;
	align-items:center;
	flex-direction: row;
}
.profileName h3{
	font-size: 16px;
	
}
