/* ************************ */
/***** "Our Story" Section begins ****/
/* ************************ */
.about-section {
  padding: 0 5rem;
  margin: 5rem 0;
}

.content-div {
  padding: 50px;
  text-align: justify;
}

.about-heading {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 4px;
}

.about-des {
  margin-top: 10px;
  font-size: 18px;
  border-bottom: #75bc20 3px solid;
  padding-bottom: 15px;
}

.content-para {
  font-size: 15px;
  margin-top: 30px;
  line-height: 1.45;
}

.images-div {
  text-align: center;
  padding: 80px 0;
}

.about-images {
  height: 180px;
  border-radius: 20px;
  margin: 10px 0;
}
/* ************************ */
/***** "Our Story" Section Ends ****/
/* ************************ */

/* ************************ */
/***** "What makes TES" Section begins ****/
/* ************************ */
.partner-div {
  text-align: center;
  display: block;
  padding: 0 50px;
}

.partner-heading {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 4px;
}

.partner {
  letter-spacing: 8.7px;
  border-bottom: none;
}

.grid--col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: #75bc20 3px solid;
}

.whyImage {
  align-items: center;
  text-align: center;
}

.partner-images {
  height: 340px;
  border-radius: 20px;
  margin: 60px 0;
}

.whyUs {
  padding: 60px 40px;
}

.ul-list {
  list-style: square;
  line-height: 1.65;
  text-align: justify;
  font-size: 19px;
}

.span-class {
  font-weight: 500;
}
/* ************************ */
/***** "What makes TES" Section Ends ****/
/* ************************ */

/* ************************ */
/***** "Where we are" Section begins ****/
/* ************************ */
.where-div {
  display: inline-block;
}

.where-headline {
  margin-top: 10px;
  font-size: 18px;
  padding-bottom: 25px;
}

.location-map iframe {
  border-radius: 50px;
}
/* ************************ */
/***** "Where we are" Section Ends ****/
/* ************************ */

/* ************************ */
/***** "Footer" begins ****/
/* ************************ */
.grid--col-3 {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 20px;
}

.div--1 {
  padding: 40px;
  text-align: justify;
}

.footer-img {
  height: 80px;
}

.footer-para {
  color: #555;
  font-size: 15px;
  font-weight: bold;
}

.about-des-footer {
  margin-top: 10px;
  font-size: 15px;
  border-bottom: #75bc20 3px solid;
  padding-bottom: 15px;
  color: #555;
}

.footer-span {
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
}

.social-icons {
  color: #fff;
  font-size: 20px;
  background-color: #75bc20;
  padding: 10px;
  border-radius: 50%;
  margin-top: 20px;
  margin-left: 5px;
}

.youtube:hover,
.youtube:active {
  color: #ff0000;
  transition: all 0.7s;
}

.linkedin:hover,
.linkedin:active {
  color: #0a66c2;
  transition: all 0.7s;
}

.facebook:hover,
.facebook:active {
  color: #129af7;
  transition: all 0.7s;
}

.instagram:hover,
.instagram:active {
  color: #fb1869;
  transition: all 0.7s;
}

.twitter:hover,
.twitter:active {
  color: #1da1f2;
  transition: all 0.7s;
}

.div--2 {
  padding: 60px 0;
  color: #555;
  line-height: 1.5;
  padding-right: 12px;
}

.con-para {
  padding-top: 20px;
  display: flex;
  gap: 8px;
}

.div--3 {
  padding-top: 60px;
}

.div--3 iframe {
  margin-top: 30px;
  border-radius: 20px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  margin: -10px 100px;
  margin-bottom: 1px;
  border-top: 1px #555 solid;
  padding-top: 20px;
  padding-bottom: 40px;
}

.design-class {
  text-decoration: none;
  color: #75bc20;
}
/* ************************ */
/***** "Footer" Ends ****/
/* ************************ */
