/*--------------------------------------------------------------
# Inner Page - Product features
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero-image {
  display: none;
}

@media (min-width: 768px) {
  /* Show image on tablet and above */
  .hero-image {
    display: block;
    width: 100%;
    height: 50vh;
  }
}

#about-hero {
  width: 100%;
  height: 90vh;
  background-size: cover;
}

@media (max-width: 768px) {
  #about-hero {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Animated product slide Section
--------------------------------------------------------------*/
.products-features {
    width: 100%;
    min-height: 50vh;
    /* background: url("../img/hero-bg.png") center center; */
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
}

/* .products-features .product-space{
  padding-bottom: 100px;
  /* background-color: #059652; 
} */

.products-features h2 {
    /* margin: 0 0 10px 0; */
    font-size: 48px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: Arial, Helvetica, sans-serif;
}

.products-features h2 span {
    color: var(--color-primary);
}

.products-features p {
    color: rgba(var(--color-secondary-rgb), 0.8);
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 30px;
    font-size: 20px;
    font-weight: 400;
}

/* .products-features .about-img img {
  object-fit: contain;
} */

.products-features .animated {
  margin-bottom: 60px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
  /* width: 100%; */
  object-fit: cover;
  height: 600px;
  /* width: 150%; */
}
@media (max-width: 575px) {
.products-features .animated {
    margin-bottom: 60px;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    /* width: 100%; */
    object-fit: contain;
    height: 300px;
    /* width: 150%; */
}
}

.products-features h1 {
  color: #000;
  font-size: 40px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 16px;
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
}

.products-features h3 {

font-family: Copperplate, Papyrus, fantasy;
  font-size: 30px;
    color: #eda91d;
  font-weight: bolder;
  margin-bottom: 16px;
}

.products-features .about-pdt img {
  margin-bottom: 20px;
}

.products-features .about-pdt p {
  line-height: 2;
  font-size: 20px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

@media (max-width : 998px) {
  .products-features h1 {
    color: #000;
    font-size: 30px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 16px;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
  }
  
  .products-features h3 {
  
  font-family: Copperplate, Papyrus, fantasy;
    font-size: 20px;
      color: #eda91d;
    font-weight: bolder;
    margin-bottom: 10px;
  }
  
  .products-features .about-pdt img {
    margin-bottom: 10px;
    min-width: 120px;
    max-width: 120px;
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .products-features .pdt-direction {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .products-features .about-pdt p {
    line-height: 2;
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
}

/* @media (min-width: 992px) {
    .products-features .animated {
      max-width: 45%;
    }
  }
  
  @media (max-width: 991px) {
    .products-features .animated {
      max-width: 60%;
    }
  }
  
  @media (max-width: 575px) {
    .products-features .animated {
      max-width: 80%;
    }
  } */

.products-features .btn-get-started {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: var(--color-white);
    background: var(--color-primary);
    font-family: var(--font-secondary);
}

.products-features .btn-get-started:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
}

.products-features .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
    font-weight: 600;
}

.products-features .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.products-features .btn-watch-video:hover {
    color: var(--color-primary);
}

.products-features .btn-watch-video:hover i {
    color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
    .products-features h2 {
        font-size: 32px;
    }

    .products-features p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .products-features .btn-get-started,
    .products-features .btn-watch-video {
        font-size: 14px;
    }
}

.products-features .about-img {
    position: relative;
    margin: 60px 0 0 60px;
}

/* .products-features .about-img p {
  text-decoration: dotted;
} */

.products-features .about-img:before {
    position: absolute;
    inset: -60px 0 0 -60px;
    z-index: -1;
    content: "";
    /* background: url("../img/valluvar/about-bg.png") top left; */
    /* background-repeat: no-repeat; */
    /* animation: none; */
}

@media (max-width: 575px) {
    .products-features .about-img {
        margin: 30px 0 0 30px;
    }

    .products-features .about-img:before {
        inset: -30px 0 0 -30px;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.testimonial-slider {
    /* background-color: #5072a7; */
    padding: 2em 2em 3em;
}

.testimonial-title {
    color: #fff;
}

.testimonial-title h2 {
    padding-left: 0.2em;
}

#carouselExampleControls .carousel-inner {
    padding: 1em;
}

#carouselExampleControls .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    background-color: #059652;
    /* height: 100%; */
}

#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 576px) {
    #carouselExampleControls .carousel-item {
        margin-right: 0;
        flex: 0 0 calc(100%/3);
        display: block;
    }

    #carouselExampleControls .carousel-inner {
        display: flex;
    }
}


/* @media (min-width: 768px) {
  #carouselExampleControls .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }
  #carouselExampleControls .carousel-inner {
    display: flex;
  }
} */
#carouselExampleControls .card .img-wrapper {
    /* max-width: 100%; */
    /* height: 10em; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#carouselExampleControls .card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    #carouselExampleControls .card .img-wrapper {
        height: 17em;
    }
}

/*--------------------------------------------------------------
# Inner Page - About us
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.hero-image {
  display: none;
}

@media (min-width: 768px) {
  /* Show image on tablet and above */
  .hero-image {
    display: block;
    width: 100%;
    height: auto;
  }
}

.about-inner {
  background: url("../img/about/bg.png") top center;
  background-size: contain;
  background-repeat: repeat;
  /* height: 600px; */
}

@media(max-width: 996px) {
  .statement-section {
    background-image: none !important;
  }
}


.about-inner .section-header h3 {
  color: #f41414;
  font-size: 30px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  /* align-self: center; */
}

.about-inner .sub-section p {
  color: green;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  margin-top: 20px;
  /* text-transform: uppercase; */
}

.about-inner .sub-det p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-top: 20px;
  /* text-transform: uppercase; */
}

.about-page .container {
  padding: 0px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  /* background: url("../img/valluvar/about/bg.svg"); */
}

.about-page .content {
  align-items: center;
  justify-content: center;
}

.about-page .about-srini {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* background-color: #000; */
}

@media (max-width: 992px) {
  .about-page .container {
    padding: 60px;
  }

  .about-page .about-srini {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

.about-page .about-img {
  min-height: 500px;
  background-repeat: no-repeat;
}

.about-page h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-secondary);
}

.about-page .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about-page .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default);
}

.about-page .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about-page .content ul {
  list-style: none;
  padding: 0;
}

.about-page .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about-page .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about-page .content p:last-child {
  margin-bottom: 0;
} 

.about-page .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(130, 180, 65, 0.5) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-page .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(130, 180, 65, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-page .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-page .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about-page .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# infrastructure
--------------------------------------------------------------*/
.infrastructure #infrastructure-flters {
    padding: 0;
    margin: 0 auto 50px auto;
    list-style: none;
    text-align: center;
  }
  
  .infrastructure #infrastructure-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4643;
    transition: all 0.3s;
    border-radius: 4px;
  }
  
  .infrastructure #infrastructure-flters li:hover,
  .infrastructure #infrastructure-flters li.filter-active {
    color: #fff;
    background: #1bbd36;
  }
  
  .infrastructure #infrastructure-flters li:last-child {
    margin-right: 0;
  }
  
  .infrastructure .infrastructure-item {
    margin-bottom: 30px;
  }
  
  .infrastructure .infrastructure-item .infrastructure-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
  }
  
  .infrastructure .infrastructure-item .infrastructure-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #111;
  }
  
  .infrastructure .infrastructure-item .infrastructure-info p {
    color: #444444;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .infrastructure .infrastructure-item .infrastructure-info .preview-link,
  .infrastructure .infrastructure-item .infrastructure-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #2b2b2b;
  }
  
  .infrastructure .infrastructure-item .infrastructure-info .preview-link:hover,
  .infrastructure .infrastructure-item .infrastructure-info .details-link:hover {
    color: #1bbd36;
  }
  
  .infrastructure .infrastructure-item .infrastructure-info .details-link {
    right: 10px;
  }
  
  .infrastructure .infrastructure-item .infrastructure-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
  }
  
  .infrastructure .infrastructure-item .infrastructure-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .infrastructure .infrastructure-item .infrastructure-links a:hover {
    color: #57e76f;
  }
  
  .infrastructure .infrastructure-item:hover .infrastructure-info {
    opacity: 1;
    bottom: 20px;
  }
  
  /*--------------------------------------------------------------
  # infrastructure Details
  --------------------------------------------------------------*/
  .infrastructure-details {
    padding-top: 40px;
  }
  
  .infrastructure-details .infrastructure-details-slider img {
    width: 100%;
  }
  
  .infrastructure-details .infrastructure-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .infrastructure-details .infrastructure-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1bbd36;
  }
  
  .infrastructure-details .infrastructure-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1bbd36;
  }
  
  .infrastructure-details .infrastructure-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
  }
  
  .infrastructure-details .infrastructure-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .infrastructure-details .infrastructure-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .infrastructure-details .infrastructure-info ul li+li {
    margin-top: 10px;
  }
  
  .infrastructure-details .infrastructure-description {
    padding-top: 30px;
  }
  
  .infrastructure-details .infrastructure-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .infrastructure-details .infrastructure-description p {
    padding: 0;
  }
  
  /*--------------------------------------------------------------
  # contact Details
  --------------------------------------------------------------*/
  .contact .info-item {
    background: #f4f4f4;
    padding: 30px;
    height: 100%;
  }
  
  .contact .info-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: #fff;
    background: var(--color-primary);
    border-radius: 50%;
    margin-right: 15px;
  }
  
  .contact .info-item h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 700;
    margin: 0 0 5px 0;
  }
  
  .contact .info-item p {
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
  }