/*--------------------------------------------------------------------------------------*/
/*About-Section-05 Css-Start
/*--------------------------------------------------------------------------------------*/
.about-five-left-img-first img {
  width: 100%;
  border-radius: 40px 40px 40px 40px;
  height: 300px;
  object-fit: cover;
}
.about-sec-five {
  padding: 70px 0px;
}
.about-five-left-img {
  width: 65%;
  border-radius: 40px 40px 40px 40px;
  position: relative;
}
.about-five-right-sub-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: var(--color-3);
  position: relative;
  padding-left: 20px;
}
.about-five-right-sub-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url('https://dev.hrinfocare.com/hrcmsci4/public/assets/images/about-section-design/about-five-heading-shape.png');
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: left center;
  background-size: cover;
  width: 12px;
  height: 12px;
}

.about-five-right-main-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
.about-five-right-head p {
  margin-bottom: 10px;
}
.about-five-wapper {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.about-five-wapper-content h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  margin: 0;
}
.about-five-right {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: start;
} 
.about-five-wapper-icon {
  background: var(--color-3);
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.about-five-right-bottom .row {
  row-gap: 15px;
}

.about-five-btn {
  padding: 9px 11px 9px 20px;
  border: none;
  background: var(--color-3);
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.about-five-btn i {
  background: #fff;
  color: var(--color-3);
  font-weight: 700;
  padding: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: -40deg;
  transition: .3s ease-in-out;
}
.about-five-btn:hover i {
  rotate: 0deg;
  transition: .3s ease-in-out;
}

.about-five-left {
  position: relative;
}
.about-five-shape-img {
  position: absolute;
  right: -110px;
  top: 80px;
  margin: 0;
  width: 80px;
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}

.about-five-left-img-first {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.about-five-left-img-first:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
}
.about-five-left-img-first:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.about-five-left-img-second img {
  width: 100%;
  border-radius: 48px;
  height: 300px;
}
.about-five-left-img-second {
  padding: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 7px 7px 7px 7px;
  border-color: #fff;
  width: 65%;
  border-radius: 55px;
  position: relative;
  margin-left: auto;
  margin-top: -40px;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

.about-five-left-img-second::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
}
.about-five-left-img-second:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.about-five-right-bottom h3 {
  font-size: 22px;
  color: var(--color-3);
  font-weight: 600;
}
/*--------------------------------------------------------------------------------------*/
/*About-Section-05 Css-End
/*--------------------------------------------------------------------------------------*/

/*New*/

.our-work-img img {
  width: 100%;
  max-width: 80px;
}
.our-work-inner ul {
  display: flex;
  padding: 0;
  justify-content: space-between;
}


.our-work .container-fluid {
  padding: 0;
}
.our-work-inner ul li {
  list-style: none;
}
.our-work-wapper {
  padding: 40px 20px 40px 30px;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 2px 0px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.our-work-wapper-content h3 {
  font-size: 18px;
  font-family: var(--font-02);
  margin: 0;
}
.our-work-wapper-content p {
  color: #433f3f;
  font-size: 14px;
  font-family: var(--font-02);
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.our-work-wapper-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.we-help-inner h2 {
  padding-bottom: 20px;
}
.we-help-left p {
  font-size: 15px;
  font-family: var(--font-02);
  font-weight: 400;
  line-height: 28px;
  color: #433f3f;
}
.we-help-bottom {
  border-top: 2px solid #eee;
}
.we-help-left {
  padding: 40px 40px 0px 0px;
  border-right: 2px solid #eee;
  height: 100%;
}
.we-help-right {
  padding: 40px 0px 0px 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.we-help-right li {
  list-style: none;
}
.we-help-right li {
  width: 48%;
}
.we-help-wapper {
  padding-left: 40px;
  position: relative;
}
.we-help-wapper h3 {
  font-size: 18px;
  font-family: var(--font-02);
}
.we-help-wapper:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  font-weight: normal;
  font-style: normal;
  color: var(--color-3);
}
.we-help-wapper p {
 font-size: 15px;
  font-family: var(--font-02);
  font-weight: 400;
  line-height: 28px;
  color: #433f3f;
  margin: 0;
}
.we-help {
  padding: 50px 0px;
}

.growing {
  padding: 40px 0px;
  background: #000;
}
.growing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.growing-content h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  font-family: var(--font-02);
}
.growing-content p {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.hr-services-head h2 {
  max-width: 100%;
}



.workflow-img img {
  width: 100%;
  max-width: 70px;
}
.hr-workflow-inner {
  padding: 40px 20px 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: 100%;
}
.workflow-img {
  margin: 0;
}
.hr-workflow-inner.marketing {
  background: #d9d2f3;
}
.hr-workflow-content {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.hr-workflow-content h3 {
  font-size: 24px;
  font-weight: 800;
  max-width: 190px;
  font-family: var(--font-01);
}
.hr-workflow-content p {
  font-size: 18px;
  font-family: var(--font-02);
  font-weight: 500;
  line-height: 28px;
  color: #433f3f;
  margin: 0;
}
.hr-workflow-inner.automated {
  background: #dcd8d5;
}
.hr-workflow-inner.platforms {
  background: #efeb65;
}
.hr-workflow-inner.reporting {
  background: #c5d1c3;
}
.hr-workflow {
  padding-top: 40px;
}
@media(min-width:1024px) and (max-width:1366px){
  .we-help-right li{
    width: 100%;
  }
}
@media(max-width:991px){
  .we-help-right li{
    width: 100%;
  }
  .growing-inner{
    flex-direction: column;
  }
  .growing-content h2{
    font-size: 42px;
  }
  .growing-inner .btn-main{
    margin-top: 10px;
  }
  .our-work-inner ul{
    flex-direction: column;
  }
}
@media(max-width:767.98px){
  .our-work-inner ul{
    flex-direction: column;
  }
}