:root {
  --body-font: "Manrope", sans-serif;
  --heading-font: "Urbanist", sans-serif;
  --text-white: #FFFFFF;
  --bg-white: #FFFFFF;
  --btn-white: #FFFFFF;
  --border-white: #FFFFFF;
  --black: #000000;
  --primary-color-1: #F94C30;
  --primary-color-2: #FCA028;
  --primary-color-3: #406AFF;
  --primary-color-4: #0d3b6c;
  /* --primary-color-3: #fbff00; */
  --bg-heading-color: #131313;
  --text-heading-color: #131313;
  --btn-heading-color: #131313;
}


.testimonial-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: fit-content !important;
}

.testimonial-sec__inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-sec__contents {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.testimonial-sec__image {
  font-size: 50px;
  margin-bottom: 20px;
}

.testimonial-sec__txt {
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-sec__navigation {
  text-align: center;
  margin-top: 20px;
}

.testimonial-sec__nav-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.testimonial-sec__nav-dot:hover {
  background-color: #888;
}

#slide1:checked~.testimonial-sec__inner {
  transform: translateX(0%);
}

#slide2:checked~.testimonial-sec__inner {
  transform: translateX(-100%);
}

#slide3:checked~.testimonial-sec__inner {
  transform: translateX(-200%);
}

.testimonial-sec__nav {
  display: none;
}

.testimonial-sec__contents {
  position: relative;
}

.testimonial-sec__contents i {
  color: var(--primary-color-3);
  margin-right: 20px;
  float: left;
  opacity: 0.6 !important;
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: -9;
}

.testimonial-sec__contents h3 {
  font-size: 22px;
  color: var(--primary-color-3);
}

.testimonial-sec__contents h4 {
  font-size: 20px;
  color: var(--primary-color-4);
}


/* Industries Section */

.team__area-item-content h4 {
  font-size: 22px;
}


/* Manufacturing Section */

.services-block-three {
  /* margin-bottom: 30px; */
}

.services-block-three i {
  font-size: 32px;
}

.services-block-three>.ml-service-sec {
  display: block;
  border: 2px solid #d5d5d5;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  padding: 20px;
  position: relative;
  cursor: pointer;
}

.services-block-three>.ml-service-sec:before {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #03a9f5;
  border-right: 2px solid #03a9f5;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>.ml-service-sec:after {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  top: -2px;
  left: -2px;
  border-top: 2px solid #03a9f5;
  border-left: 2px solid #03a9f5;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.padding-15px-bottom {
  padding-bottom: 15px;
}

.services-block-three h4 {
  color: #1f1f1f;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 30px;
}

.services-block-three p {
  margin-bottom: 0;
  color: #757575;
}

.services-block-three>.ml-service-sec:hover {
  opacity: 1;
  border-color: #d5d5d5;
}

.ml-service-sec:hover,
.ml-service-sec:active {
  color: #03a9f5;
  text-decoration: none;
}

.services-block-three>.ml-service-sec:hover:before,
.services-block-three>.ml-service-sec:hover:after {
  width: 95%;
  height: 90%;
}

.manufacturing-logistics-bg {
  background: linear-gradient(180deg, #124d8966, #179fd97a);
}

.manufacturing-logistics-cnt p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

.manufacturing-logistics-list {
  display: flex;
}

.manufacturing-logistics-list ul {
  padding-left: 0px;
  max-width: 450px;
}

.manufacturing-logistics-list ul li {
  display: flex;
  margin-bottom: 15px;
  font-weight: 500;
}

.manufacturing-logistics-list ul li i {
  color: var(--primary-color-3);
  font-size: 16px;
  position: relative;
  top: 4px;
  left: -5px;
  margin-right: 5px;
}


/* Product And Solution Section */

/* Utilities */
.card::after,
.card img {
  border-radius: 50%;
}

.card,
.stats {
  display: flex;
}

.card {
  padding: 2rem 2rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .5);
  max-width: 500px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;
  margin-bottom: 30px;
}

.card::before,
.card::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.card::before {
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 10px;
  top: -.7rem;
  left: -.7rem;
}

.card::after {
  height: 15rem;
  width: 15rem;
  background-color: #4172f5aa;
  top: -8rem;
  right: -8rem;
  box-shadow: 2rem 6rem 0 -3rem #FFF
}

.card img {
  /* width: 6rem;
  min-width: 80px; */
  box-shadow: 0 0 0 5px #FFF;
}

.infos {
  /* margin-left: 1.5rem; */
  margin-top: 15px;
}

.name {
  /* margin-bottom: 1rem; */
}

.name h2 {
  font-size: 1.5rem;
  line-height: 35px;
  margin-bottom: 8px;
}

.name h4 {
  font-size: .8rem;
  color: #333
}

.text {
  font-size: 16px;
  margin-bottom: 1rem;
}

.stats {
  margin-bottom: 1rem;
}

.stats li {
  min-width: 5rem;
}

.stats li h3 {
  font-size: .99rem;
}

.stats li h4 {
  font-size: .75rem;
}

.links button {
  min-width: 120px;
  padding: .5rem;
  border: 1px solid #222;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all .25s linear;
}

.links .follow,
.links .view:hover {
  background-color: #222;
  color: #FFF;
}

.links .view,
.links .follow:hover {
  background-color: transparent;
  color: #222;
}

@media screen and (max-width: 450px) {
  .card {
    display: block;
  }

  .infos {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .links button {
    min-width: 100px;
  }
}

/* HC Inisights */

.product-solution-cnt h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;

}

.product-solution-cnt p {
  font-size: 16px;
  line-height: 32px;
}

.ps-img {
  width: 65px !important;
  height: 65px !important;
  border-radius: 0 !important;
}


/* 2nd Cards Section */

.snd-card {
  margin: 0 20px 20px 0;
  border-radius: 1rem;
  background: white;
  box-shadow: 4px 4px 15px rgba(#000, 0.15);
  position: relative;
  color: #434343;
}

.snd-card .card__container {
  padding: 2rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #89c2ff, #b9eaff);
  border-radius: 1rem;
  position: relative;
}

.snd-card .card__header {
  margin-bottom: 1rem;
}

.snd-card::before {
  position: absolute;
  top: 3.5rem;
  right: -0.2rem;
  content: '';
  background: #283593;
  height: 55px;
  width: 55px;
  transform: rotate(45deg);
}

.snd-card::after {
  position: absolute;
  content: attr(data-label);
  top: 11px;
  right: -15px;
  padding: 0.5rem;
  width: 8rem;
  height: 4.5rem;
  background: #3949ab;
  color: white;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

/* Product Solution Section 2 */

.product-solution-sec-2 {
  display: flex;
  padding: 30px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.ps-sec-bg-1:hover, .ps-sec-bg-2:hover, .ps-sec-bg-3:hover, .ps-sec-bg-4:hover, .ps-sec-bg-5:hover, .ps-sec-bg-6:hover{
  background: transparent;
  -webkit-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important;
}
.product-solution-sec-2:hover {
  border: 1px solid gray;
}
.product-solution-sec-2:hover .product-solution-sec-2-cnt h3{
  color: #124d89;
}
.product-solution-sec-2:hover .product-solution-sec-2-cnt p{
  color: var(--text-heading-color) !important;
}
.product-solution-sec-2:hover .product-solution-sec-2-img img{
  filter: none;
}
.product-solution-sec-2-cnt h3{
  color: #ffffff;
}
.product-solution-sec-2-cnt p{
  color: #ffffff;
}
.product-solution-sec-2-img{
  margin-right: 10px;
}
.product-solution-sec-2-img img{
  filter: brightness(0) invert(1);
  max-width: 65px;
height: 65px;
}

.ps-sec-bg-1 {
  background: linear-gradient(38deg, #0267b4, #4cb2ff);
}

.ps-sec-bg-2 {
  background: linear-gradient(38deg, #0267b4, #4cb2ff);
}

.ps-sec-bg-3 {
  background: linear-gradient(38deg, #0267b4, #4cb2ff);
}

.ps-sec-bg-4 {
  background: linear-gradient(38deg, #0267b4, #4cb2ff);
}

.ps-sec-bg-5 {
  background: linear-gradient(38deg, #0267b4, #4cb2ff);
}

.ps-sec-bg-6 {
  background: linear-gradient(38deg, #0267b4, #4cb2ff);
}


/* Career Section */


#about {
  padding: 16px;
}

.bdr {
  border: 1px solid red;
}

#career-portfolio {
  background: #fafafa;
  padding: 8px 0;
}
#career-portfolio .career-card {
  margin: 0 -8px 32px -8px;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}
#career-portfolio .career-card .career-title {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  font-weight: 300;
}
#career-portfolio .career-card .career-data {
  display: flex;
  justify-content: flex-end;
  padding: 16px 16px 0 0;
  font-size: 1.5rem;
  font-weight: 300;
}
#career-portfolio .career-card hr {
  width: 90%;
}
#career-portfolio .career-card .career-hint {
  display: flex;
  padding: 0 0 8px 8px;
  font-size: 0.9rem;
  font-weight: 300;
}
#career-portfolio .career-card .career-hint i {
  font-size: 1.3rem;
  color: red;
  margin-right: 8px;
}
#career-portfolio .career-card .career-icon {
  display: flex;
  position: absolute;
  top: -20px;
  left: 12px;
  background: linear-gradient(60deg, #ffa726, #EF6C00);
  color: white;
  width: 90px;
  height: 90px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15);
  align-items: center;
  justify-content: center;
  border-radius: 25%;
}
#career-portfolio .career-card .career-icon i {
  font-size: 4rem;
}
#career-portfolio #skillsCard .career-icon {
  background: linear-gradient(60deg, #5E35B1, #039BE5);
}
#career-portfolio #skillsCard .career-hint i {
  color: red;
}
#career-portfolio #networkCard .career-icon {
  background: linear-gradient(60deg, #F50057, #FF8A80);
}
#career-portfolio #networkCard .career-hint i {
  color: blue;
}
#career-portfolio #experienceCard .career-icon {
  background: linear-gradient(60deg, #fb8c00, #FFCA29);
}
#career-portfolio #experienceCard .career-hint i {
  color: red;
}
#career-portfolio #projectsCard .career-icon {
  background: linear-gradient(60deg, #43A047, #FFEB3B);
}
#career-portfolio #projectsCard .career-hint i {
  color: green;
}