* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* --------------------------------------Croll------------------------- */

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

/* --------------------------------------Slider------------------------- */
.carousel-item {
  height: 100vh;
}

.carousel-item {
  position: relative;
}

.carousel-slide-1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/sec-1-slide-1.jpg);
  background-size: cover;
}

.carousel-slide-2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/sec-1-slide-2.jpg);
  background-size: cover;
}

.carousel-slide-3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/slide-3.jpg);
  background-size: cover;
}

.carousel-item img {
  width: 100%;
  height: 100%;
}

/* ------- */

.carousel-caption {
  position: absolute;
  right: 30%;
  bottom: 100px;
  left: 10%;
  text-align: left !important;
}

.carousel-caption h2 {
  font-size: 3rem;
  font-weight: 700;
}

.carousel-caption button {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 12px 28px;
  background: rgb(250, 112, 62);
  margin: 10px 0;
  border: 2px solid rgb(250, 112, 62);
  color: #fff;
  border-radius: 10px;
}

.carousel-caption button:hover {
  background: #ffffff2a;
  color: rgb(250, 112, 62);
  transition: all 1s ease;
}

/* ------------ */
.p-img {
  position: relative;
  overflow: hidden;
}

.product-box-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.p-img:hover .product-box-shadow {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
}

.p-img:hover .product-title {
  background: none;
}

.p-box-text a:hover {
  color: rgb(250, 112, 62);
}

.p-box-text {
  position: absolute;
  top: 115%;
}

.p-img:hover .p-box-text {
  top: 110%;
  transition: all 0.3s;
}

.prod-btn {
  position: absolute;
  bottom: -20%;
}

.prod-btn button {
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 28px;
  font-size: 10px;
  background: rgb(250, 112, 62);
  ;
}

.p-img:hover .prod-btn {
  bottom: 10%;
  transition: all 0.3s ease;
}

/* --------------------------------------Cart------------------------- */
.sec-two {
  background-color: #fff;
  padding: 1rem 0;
}

.animation i {
  font-size: 5rem;
  display: block;
  text-align: center;
  padding: 2rem 0;
  color: #fff;
}

.card {
  background-color: rgb(250, 112, 62);
  ;
  box-shadow: 10px 10px 8px #444;
  width: 20% !important;
}

.card-body h5 {
  text-align: center;
  color: #fff;
}

.card-body p {
  text-align: center;
  color: #fff;
}

/* --------------------------------------section-two------------------ */
.sec-two {
  background: rgb(245, 243, 240);
  animation: delay 3s;
}

.img img {
  width: 90%;
  border-radius: 10px !important;
}

.img{
  padding: 2rem 0;
}

.contant {
  /* padding: 2rem 2rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contant h3 {
  color: rgb(250, 112, 62);
  width: 100%;
  font-weight: 700;
  font-size: 1.2rem;
}

.contant h1 {
  color: #303030;
  padding: 0.5rem 0;
  font-weight: 700;
  width: 100%;
  font-size: 3rem;
}

.contant p {
  padding: 1.5rem 0;
  font-weight: 600;
  color: #6c6c6c;
  font-size: 1.2rem;
}

.contant button {
  padding: 0.6rem 2rem;
  font-weight: 600;
  font-size: 1.1rem;
  border: 3px solid transparent;
  background-color: rgb(250, 112, 62);
  ;
  border-radius: 8px;
}

.contant button a {
  color: #fff;
  text-decoration: none;
}

.contant button:hover {
  background-color: #fff;
  transition: 1s;
  border: 3px solid rgb(250, 112, 62);
  ;
}

.contant button:hover a {
  color: rgb(250, 112, 62);
  ;
  transition: 2s;
}

@keyframes delay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* --------------------------------------Section-Product------------------ */

.p-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: 95%;
}

.p-buy-btn {
  background-color: #e2e1e1;
  color: #303030;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.2rem 1rem;
  border-radius: 3px;
}

.product-slider-heading {
  font-size: 35px;
  text-transform: uppercase;
  color: rgb(250, 112, 62);
  text-align: center;
  margin: 0px;
}

.product-box {
  display: flex;
  flex-direction: column;
  width: 300px;
  border-radius: 10px;
  margin: 0px 20px;
}

.p-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden !important;
}

.p-img a,
.p-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.p-img a img {
  width: 100%;
  height: 100% !important;
  object-position: center;
  object-fit: contain;
  animation: fade 0.6s;
}

.p-img-back {
  display: none;
}

.p-img-container:hover .p-img-back {
  display: block;
}

.p-img-container:hover .p-img-front {
  display: none;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.p-box-text {
  width: 100%;
  text-align: center;
}


.product-cetegory {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.product-cetegory span {
  color: #acacac;
  font-size: 0.9rem;
  margin: 5px 0px;
}

.product-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.7rem;
  text-decoration: none;
  height: 100% !important;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  margin-top: -11rem;
  border-radius: 8px;
  transition: all ease 0.3s;
}

.slider-btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 10px auto 10px auto;
  padding: 0px 10px;
}

.slider-btn button {
  position: static !important;
  transform: translate(0, 0);
  background-color: #f3f3f3;
  width: 80px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.slider-btn button span {
  font-weight: bold;
  padding: 10px 15px 10px 10px;
  position: relative;
  text-decoration: none;
}

.slider-btn button span::before,
.slider-btn button span::after {
  border-right: solid;
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  transform: rotate(135deg);
  right: 10px;
  top: 50%;
  width: 0;
  content: "";
}

.slider-btn button span::after {
  margin-top: -1px;
  transform: rotate(45deg);
}

.slider-btn .glider-prev span {
  transform: rotate(180deg);
}

/* --------------------------------------section-Four------------------ */

.sec-four {
  margin: 6rem 0 0 0;
  padding: 4rem 0;
}

.sec-four-img img {
  width: 90%;
}

.cart-1 h2 {
  padding: 1rem 0;
  color: #303030;
  font-weight: 600;
  font-size: 1.5rem;
}

.cart-1 h2 i {
  color: #969292;
}

.cart-1 p {
  color: #373737;
}

.sec-four-img h1 {
  color: rgb(250, 112, 62);
  ;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0rem 0 1rem 2rem;
}

.sec-four-img button {
  padding: 0.6rem 2rem;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 8px;
  border: 3px solid transparent;
  background-color: #ef8a2b;
  margin: 2rem 0;
}

.sec-four-img button a {
  color: #fff;
  text-decoration: none;
}

.sec-four-img button:hover {
  color: rgb(250, 112, 62);
  ;
  background-color: #fff;
  border: 3px solid rgb(250, 112, 62);
  ;
  transition: 2s;
}

.sec-four-img button:hover a {
  color: rgb(250, 112, 62);
  ;
  transition: 2s;
}

.sec-four-img p {
  font-size: 1rem;
  font-weight: 600;
}

/* --------------------------------------Third Party Inspection------------------ */
.third-party{
  background: rgb(245, 243, 240) !important;
  padding: 1rem 0;
}

.grid-container {
  display: grid;
}

.grid-item img {
  width: 90%;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  /* background-color: #2196F3; */
  padding: 10px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(190, 190, 190, 0.8);
  padding: 10px;
  overflow: hidden !important;
  font-size: 30px;
  text-align: center;
}

.grid-item:hover img {
  transform: scale(1.2);
  transition: 1s;
}

.grid-title h1 {
  text-align: center;
  color: rgb(250, 112, 62);
  padding: 3rem 0;
  font-size: 1.8rem;
}

/* --------------------------------------section-Six------------------- */
/* # Industries We Serve
--------------------------------------------------------------*/
*/ .section-title h2 {
  padding: 3rem 0 0rem 0;
  text-align: center !important;
  /* display: block; */
  /* margin: 0 auto; */
  color: rgb(250, 112, 62) !important;
}

.section-title h2 span {
  /* border-bottom: 3px solid rgb(250, 112, 62);; */
  padding: 2rem 0;
  color: rgb(250, 112, 62);
  ;
  display: block;
  text-align: center;
}

.section-title p {
  text-align: center;
  padding: 2rem 0;
}

.departments {
  overflow: hidden;
  padding: 0 0 2rem 0;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964 !important;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #1977cc;
}

.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}

.departments .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964 !important;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

.tab-pane img {
  width: 100%;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}

/* --------------------------------------Our Clients------------------- */
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.member {
  background: #fff;
}

.doctors {
  background: rgb(245, 243, 240);
  padding: 0rem 0 4rem 0;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.pic img{
  min-height: 12vh;
  width: 150%;
  
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonial-head h1 {
  text-align: center;
  padding: 2rem 0;
  color: rgb(250, 112, 62);
  ;
}

.testimonial-head h1 span {
  border-bottom: 3px solid rgb(250, 112, 62);
  ;
}



.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 45px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid rgb(250, 112, 62);
  ;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(250, 112, 62);
  ;
}

.testimonial-item img {
  height: 15vh;
}



@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/* --------------------------------------Media------------------- */

@media (max-width: 1400px) {
  .item button a {
    font-size: 1.17rem;
  }

  .title h1 {
    width: 30%;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 0.8rem;
  }

  .item button a {
    font-size: 1.17rem;
  }

  .carousel-item {
    min-height: 50vh;
  }

  .carousel-item img {
    width: 100%;
  }

  .logo {
    width: 40%;
  }

  .title h1 {
    width: 30%;
  }
}

@media (max-width: 1000px) {
  .carousel-item img {
    height: 55vh;
  }

  .carousel-item {
    height: 70vh !important;
  }

  html {
    font-size: 0.7rem;
  }

  .title h1 {
    width: 30%;
  }

  .item button a {
    font-size: 1.17rem;
  }

  .logo img {
    width: 30%;
  }

  .card {
    width: 35% !important;
    margin: 2rem auto;
  }

  .card img {
    height: 20vh;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 0.8rem;
  }

  .col-3,
  .col-4,
  .col-6,
  .col-7,
  .col-5,
  .col-2 {
    max-width: 80% !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .sec-four {
    margin: 0;
  }

  .img img {
    margin: 0 auto !important;
    display: block !important;
  }

  .sec-four-img img {
    margin: 4rem auto !important;
    display: none;
  }

  .title-2 h1 {
    width: 50%;
  }

  .card-2 {
    width: 80%;
    margin: 2rem auto;
  }

  .sec-four-img button {
    display: none;
  }

  .contant {
    width: 100% !important;
    margin: 2rem auto !important;
  }

  .d-flex {
    display: block !important;
  }

  .title h1 {
    width: 40%;
  }

  .foot img {
    width: 30%;
  }

}

@media (max-width: 550px) {

  .carousel-caption h2 {
    font-size: 2rem;
  }

  .product-box {
    margin: 0px 10px;
  }

  .p-slider {
    width: 100%;
  }

  .product-slider-heading {
    text-align: center;
    font-size: 2rem;
    display: flex;
  }

  .p-img a,
  .p-img {
    height: 208px;
  }

  .price-buy .p-pice {
    font-size: 1.1rem;
  }

  .p-img-container:hover .p-img-back {
    display: none;
  }

  .p-img-container:hover .p-img-front {
    display: block;
  }

  .row {
    display: block !important;
  }


  html {
    font-size: 0.9rem;
  }


  .logo img {
    width: 35% !important;
  }

  .title h1 {
    width: 80%;
  }

  .card {
    width: 70% !important;
    margin: 2rem auto;
  }

  .card img {
    height: 25vh;
  }

  html {
    font-size: 0.8rem;
  }


  .col-3,
  .col-4,
  .col-6,
  .col-7,
  .col-5,
  .col-2 {
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .sec-four {
    margin: 0;
  }

  .img img {
    margin: 0 auto !important;
    display: block !important;
  }

  .sec-four-img img {
    margin: 4rem auto !important;
    display: none;
  }

  .title-2 h1 {
    width: 50%;
  }

  .card-2 {
    width: 80%;
    margin: 2rem auto;
  }


  .sec-four-img button {
    display: none;
  }

  .contant {
    width: 100% !important;
    margin: 2rem auto !important;
  }

  .d-flex {
    display: block !important;
  }

  .title h1 {
    width: 40%;
  }

  .foot img {
    width: 30%;
    padding: 1rem 0;
  }

  .testimonial-item img {
    height: 10vh;
  }


  .prod-btn button {
    height: 5vh;
  }

  .prod-btn {
    bottom: -75%;
  }

  .p-img:hover .prod-btn {
    bottom: -65%;
    transition: all 0.3s ease;
  }
  .product-title {
    margin-top: -12rem;
}

@media (max-width: 450px) {

  .carousel-slide-1,
  .carousel-slide-2,
  .carousel-slide-3 {
    background-position-x: center;
  }

  .carousel-caption {
    right: 10%;
    bottom: 25px;
  }

  .carousel-caption h2 {
    font-size: 1.5rem;
  }

  .logo img {
    width: 60% !important;
  }

  .title-2 h1 {
    width: 80%;
  }

  .title h1 {
    width: 60%;
  }

  .foot img {
    width: 40%;
  }

  .carousel-item {
    height: 40vh !important;
  }

}

@media (max-width: 320px) {

  .p-img a,
  .p-img {
    height: 190px;
  }

  .slider-btn {
    padding: 0px;
  }
}
}