/* ************************ */
/****** "Background-image Section" begins *******/
/* ************************ */
.header-section {
  height: 60rem;
  background-size: cover;
}
/* ************************ */
/****** "Background-image Section" Ends *******/
/* ************************ */

/* ************************ */
/****** Header begins *******/
/* ************************ */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #fff solid;
  margin: 0 30px;
  animation: faderight 1.5s;
  gap: 100px;
  height: 8.7rem;
  padding: 0 4.8rem;
}

@keyframes faderight {
  0% {
    transform: translateX(+500px);
    opacity: 0;
  }

  100% {
    transform: skew(0deg);
  }
}

.logo-div-1 {
  text-align: center;
  line-height: 0.1;
}

.logo-link {
  text-decoration: none;
}

.tes-logo {
  height: 7rem;
}

.logo-para {
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  letter-spacing: 1px;
}

.info-nav {
  display: flex;
  justify-content: end;
}

.social-icons-top {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.nav-list-1 {
  display: flex;
  gap: 20px;
  list-style: none;
  align-items: center;
  padding-top: -10px;
}

.info-nav--1 {
  display: flex;
  gap: 5px;
  font-size: 0.8rem;
  color: #fff;
}

.info-nav-link:link,
.info-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.7s;
}

.info-nav-link:hover,
.info-nav-link:active {
  /* color: #c9ced4; */
  color: #75bc20;
}

.info-nav-link.nav-cta:link,
.info-nav-link.nav-cta:visited {
  padding: 0.4rem 0.8rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e67e22;
}

.info-nav-link.nav-cta:hover,
.info-nav-link.nav-cta:active {
  background-color: #cf711f;
}

.nav-list-2 {
  display: flex;
  gap: 40px;
  list-style: none;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* for mobile navigation */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

/* for mobile navigation block */
.mob-parent {
  display: none;
}
/* ************************ */
/****** Header Ends *******/
/* ************************ */

/* ************************ */
/** Hero Section begins *****/
/* ************************ */
.hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 30px;
}

.left-div {
  margin: 100px 40px;
  animation: slideMe 0.9s ease-in;
}

/* This about class Used in about.html hero section */
.left-div.about {
  /* margin: 130px 40px; */
  animation: slideMe 0.9s ease-in;
  padding: 5rem 1rem;
}

@keyframes slideMe {
  0% {
    transform: translateX(-300px);
    opacity: 0;
  }

  100% {
    transform: skew(0deg);
  }
}

.hero-tagline {
  font-size: 65px;
  color: #fff;
}

.content-para-1 {
  font-size: 23px;
  margin-top: 10px;
  line-height: 1.45;
  color: #fff;
  font-weight: bolder;
  text-align: justify;
  border-top: 4px #fff solid;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-button:link,
.product-button:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.7s;
  background-color: #75bc20;
  padding: 10px;
  border-radius: 8px;
}

.product-button:hover,
.product-button:active {
  background-color: #5a9019;
}
/* ************************ */
/***** Hero Section ends ****/
/* ************************ */

/* ************************ */
/****** Main-1 begins *******/
/* ************************ */
.main-1 {
  margin-top: -80px;
  padding-bottom: 20px;
}

.about-section.sub-section {
  padding: 0 130px;
  /* background-color: #ededed; */
}

.service-1 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10px;
  padding-top: 100px;
}

.products-range {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 0 50px;
  row-gap: 40px;
  /* background-color: #ededed; */
  border-radius: 20px;
}

.products-link:link,
.products-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.7s;
}

.products-link:hover,
.products-link:active {
  color: #75bc20;
}

.products-name {
  text-align: center;
  /* border: 4px #555 solid; */
  /* border-radius: 20px; */
  /* background-color: #e67e22; */
}

.products-img {
  width: 270px;
  padding: 10px;
  border-radius: 25px;
}

.product-heading {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}
/* ************************ */
/****** Main-1 ends *******/
/* ************************ */

/* ************************ */
/****** Main-2 begins *******/
/* ************************ */
.main-2 {
  margin-top: -80px;
  margin-bottom: 130px;
  padding-bottom: 20px;
}

.partner-div.partner-left {
  text-align: left;
}

.partner-sub-heading {
  margin-bottom: 100px;
  display: inline-block;
  padding-bottom: 20px;
}

.partner-heading.partner-sub-heading.heading {
  margin-top: 80px;
  margin-bottom: 35px;
  font-size: 40px;
}

.products-range-industry {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 0 50px;
}

.products-name-2 {
  text-align: center;
}

.products-img.industry {
  width: 150px;
  padding: 20px;
}
/* ************************ */
/****** Main-2 Ends *******/
/* ************************ */

/* ************************ */
/****** Main-3 begins *******/
/* ************************ */
.main-3 {
  margin-top: -130px;
  padding-bottom: 20px;
}

.choose {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 0 50px;
}

.product-heading-2 {
  font-size: 20px;
}

.content-para-2 {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.45;
}
/* ************************ */
/****** Main-3 Ends *******/
/* ************************ */

/* ************************ */
/****** JavaScript classes begins *******/
/* ************************ */
.reveal {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.reveal_about {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal_about.active {
  transform: translateY(0);
  opacity: 1;
}
/* ************************ */
/****** JavaScript classes Ends *******/
/* ************************ */

.marquee-class {
  color: white;
  padding-top: 10px;
  position: absolute;
}

.whyUs a {
  margin-top: 10px;
}

.index-para {
  font-size: 10px;
}

.subcategory {
  margin-left: 50px; /* Indent the subcategories */
}
