  .headingStatus a {
    border-bottom: 2px solid #df0606;
    font-weight: bolder;
    margin-bottom: 10px;
    display: inline-block;
    text-align: left;
}
  .headingStatus h2 {
    font-size: 35px;
    font-weight: 900;
    line-height: 38px;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    text-align: left;
}
.mainHeading span {
    color: #df0606;
    transition: .3s;
}
.mainHeading:hover span {
    color: rgb(3 3 3 / 85%);
}
.headingStatus a:hover {
    color: #df0606;
}

  .headingStatus p {
    line-height: 1.7em;
    color: #555;
    font-size: 17px;
    margin: 0 0 20px;
    line-height: 1.8;
    text-align: left;
    font-weight: 600;
}

  .headingStatus ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .headingStatus ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  .headingStatus ul li span {
    font-size: 40px;
    color: #df0606;
    font-weight: 900;
}
  .headingStatus ul li h4 {
    font-size: 18px;
    font-weight: 500;
}
  .headingStatus {
    background: #fff;
    position: absolute;
    bottom: -20%;
    padding: 80px 100px;
    width: 84%;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.headingStatus div   {
     text-align: left;
}









.about-five__image {
  /* margin-left: -130px; */
  display: flex;
  gap: 26px;
}
@media (max-width: 1599px) {
  .about-five__image {
    margin-left: 0px;
  }
}
 
.about-five__image__one, .about-five__image__two {
  display: inline-block;
}
.about-five__image__one img, .about-five__image__two img {
  max-width: 100%;
  height: auto;
  /* border-radius: 20px; */
}
 
.about-five__image__shape {
  margin-bottom: 25px;
}
.about-five__experience {
  display: inline-block;
  position: relative;
  margin: 15px 0px 0px 0px;
  border-radius: 20px;
}
 
.about-five__experience__inner {
  position: relative;
  z-index: 1;
  padding: 15px 18px 15px 18px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  background-color: #9c5938;
  /* border-radius: 20px; */
}
@media (max-width: 390px) {
  .about-five__experience__inner {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .about-five__experience__inner {
    padding-left: 15px;
  }
}
 
.about-five__experience__year {
  position: relative;
  margin: 0px;
  font-size: 35px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1;
}
 
@media (min-width: 1200px) and (max-width: 1599px) {
  .about-five__experience__year {
    font-size: 30px;
  }
}
.about-five__experience__year::after {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
}
.about-five__experience__text {
  margin: 0px;
  font-size: 18px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.444;
}
 
@media (min-width: 1200px) and (max-width: 1599px) {
  .about-five__experience__text {
    font-size: 14px;
  }
}
.about-five__text {
  margin-bottom: 10px;
}
.about-five__right-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.14;
  animation: moveX 2s linear infinite;
}

.mar-top-img {
    margin-top: 68px;
}
 


/*==============================================
   Feature One
===============================================*/
.feature-one {
    position: relative;
    display: block;
    z-index: 10;
    /* margin-top: -40px; */
    margin-bottom: -95px;
    padding-top: 60px;
}

.feature-one__single {
    position: relative;
    display: block;
    background-color: #bd754a;
    box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    /* border-radius: 10px; */
    text-align: center;
}

.feature-one__single-inner {
    position: relative;
    display: block;
    padding: 15px 15px 15px;
    border-radius: 0px;
    overflow: hidden;
    /* border-top: 3px solid #0a0a0a; */
    z-index: 1;
}
 

.feature-one__shape-1 {
    position: absolute;
    bottom: -200px;
    right: -200px;
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}

.feature-one__shape-1 img {
    width: auto;
}

 

.feature-one__icon-and-title {
    position: relative;
    /* display: flex; */
    align-items: center;
    gap: 25px;
}

.feature-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #010101;
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 37px;
    color: var(--fixpro-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
}

.feature-one__title {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    /* text-align: center; */
}

.feature-one__title a {
    color: var(--fixpro-black);
}
 

.feature-one__text {
    margin: 15px 0 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffffd4;
}
 
 /*==============================================
  Why Choose One
===============================================*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 90px 0;
    margin-top: -50px;
    z-index: 99;
    width: 80%;
    padding: 80px 100px;
    width: 84%;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 15px;
}

 

.why-choose-one__list {
    position: relative;
    display: block;
}
 

.about-two__btn-box {
   position: relative;
   display: block;
   margin-top: 30px;
}
/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
 
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about-page {
   padding: 120px 0 120px;
}
  
.about__four-image {
  position: relative;
}
.about__four-image-wrapper {
  border-radius: 61% 39% 63% 37%/35% 23% 77% 65%;
  overflow: hidden;
  max-width: 610px;
  height: 570px;
  box-shadow: 20px -7px 0px #da8c5d;
}
.about__four-image-wrapper:hover {
  animation-play-state: paused;
}
.about__four-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.blob-animation {
  animation: blob-animation 15s linear infinite;
}

@keyframes blob-animation {
  0%, 100% {
    border-radius: 40% 60% 70% 30%/40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
  }
}
@media (min-width: 1024px) {
  .slide_box {
    margin-right: -420px;
  }
}

.team-one {
    position: relative;
    display: block;
    padding: 60px 0 60px;
    z-index: 1;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img-box {
    position: relative;
    display: block;
    border: 1px dashed var(--fixpro-base);
    border-radius: var(--fixpro-bdr-radius);
    padding: 10px;
}

.team-one__img {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.team-one__img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
 

.team-one__content {
    background-color: rgb(42 169 185 / 10%);
    border-radius: var(--fixpro-bdr-radius);
    margin-top: 10px;
    padding: 21px 30px 22px;
    text-align: center;
}

.team-one__title-box {
    position: relative;
    display: block;
}

.team-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
}

.team-one__title a {
    color: var(--fixpro-black);
}

.team-one__title a:hover {
    color: var(--fixpro-base);
}

.team-one__sub-title {
    font-weight: 500;
    margin-top: 5px;
    text-transform: capitalize;
}

.whyeama{
     width: 80%;
}

.histline {
    display: flex;
    align-items: center;
    gap: 15px;
}

.histline::after {
    content: "";
    width: 155px;
    height: 2px;
    background: #df0606;
}
.thm:hover::after, .thm:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    background: #000000;
}