/* Write Custom Css Here */

.faqArea .section-tittle.section-tittle2 {
    text-align: center;
}

.new_sectionTitle {
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
}
.mt-5 {
  margin-top: 3rem !important;
}
.works__wrapper {
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .works__shape svg, .works__shape img {
    max-width: 890px;
  }
}

.works__shape svg, .works__shape img {
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: -1;
}

.works__shape svg path, .works__shape img path {
  stroke-dasharray: 5;
  -webkit-animation: fillAnimation 30s linear infinite;
  animation: fillAnimation 30s linear infinite;
}
.works__wrapper div[class*="col"]:nth-child(2n+1) .works__wrap {
  margin-top: 40px;
}
.works__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #EAECF0;
  border-radius: 50%;
  color: var(--heading-color);
  background-color: #fff;
  font-size: 16px;
  font-weight: 800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 30px 30px;
}
.radius-10 {
  border-radius: 10px;
}
.works__single {
  position: relative;
  z-index: 0;
  border: 1px solid #EAECF0;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__single::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  left: 40px;
  top: -20px;
  background-color: #eb6149;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__single__shapeUp {
  position: absolute;
  left: 25px;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #EAECF0;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__single__shapeUp::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 1px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__wrap .works__single__icon {
  font-size: 50px;
  line-height: 50px;
}
.works__single__icon {
  color: #eb6149;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
img, svg {
  vertical-align: middle;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.works__single__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
  background: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: 300ms;
  transition: 300ms;
  margin-top: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__single__para {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__single__icon svg path {
  fill: #eb6149;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__single::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  left: 40px;
  top: -20px;
  background-color: #eb6149;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__wrap:hover .works__number {
  background-color: #eb6149;
  color: #fff;
  border-color: #eb6149;
}
.works__wrap:hover .works__single::before {
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.works__single::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  left: 40px;
  top: -20px;
  background-color: #eb6149;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__wrap:hover .works__single__icon {
  color: #fff;
}
.works__wrap:hover .works__single__shapeUp::before {
  border-bottom-color: #eb6149;
}
.works__wrap:hover .works__single__title {
  color: #fff;
}
.works__wrap:hover .works__single__para {
  color: #f0f0f0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .works__shape svg, .works__shape img {
    max-width: 890px;
  }
}