/*==============================================
   Feature One
===============================================*/
.feature-one {
    position: relative;
    display: block;
    z-index: 10;
    margin-top: -40px;
    padding-bottom: 60px;
}

.feature-one__single {
    position: relative;
    display: block;
    background-color: var(--fixpro-white);
    box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 10px;
}

.feature-one__single-inner {
    position: relative;
    display: block;
    padding: 0 40px 10px;
    border-radius: 10px;
    overflow: hidden;
    border-top: 3px solid #08a99d;
    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: #08a99d;
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    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: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #08a99d;
}

.feature-one__title a {
    color: var(--fixpro-black);
}
 

.feature-one__text {
    margin: 23px 0 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
 
 /*==============================================
  Why Choose One
===============================================*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 80px 0 120px;
    z-index: 1;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 20px;
}

 

.why-choose-one__list {
    position: relative;
    display: block;
}

 .why-choose-one__text {
    font-size: 18px;
      margin-bottom: 14px;
}
 

.why-choose-one__right {
    position: relative;
    display: block;
    margin-right: 360px;
    margin-left: 20px;
}

.why-choose-one__img-box {
    position: relative;
    display: block;
}

.why-choose-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--fixpro-bdr-radius);
    z-index: 1;
}

.why-choose-one__img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(var(--fixpro-white-rgb), .7) 0%, rgba(var(--fixpro-white-rgb), .3) 100%);
    transform: skewX(15deg);
    z-index: 2;
}

.why-choose-one__img:hover::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

.why-choose-one__img img {
    width: 100%;
    border-radius: var(--fixpro-bdr-radius);
    transition: all 500ms ease;
}

.why-choose-one__img:hover img {
    transform: scaleX(1.05);
}

.why-choose-one__img-2 {
    position: absolute;
    right: -360px;
    bottom: -127px;
    overflow: hidden;
    border-radius: var(--fixpro-bdr-radius);
    z-index: 1;
}

.why-choose-one__img-2::before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.why-choose-one__img-2:hover::before {
    width: 100%;
    opacity: 0;
    transition: all 0.9s linear;
}

.why-choose-one__img-2 img {
    width: auto;
    border-radius: var(--fixpro-bdr-radius);
    transition: all 500ms ease;
}

.why-choose-one__img-2:hover img {
    transform: scaleX(1.05);
}

.why-choose-one__shape-1 {
    position: absolute;
    top: 30px;
    right: -200px;
    bottom: -80px;
    left: 180px;
    border: 10px solid var(--fixpro-base);
    border-radius: 50px;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.why-choose-one__video-link {
    position: absolute;
    top: 225px;
    right: -50px;
    z-index: 2;
}

.why-choose-one__video-icon {
    position: relative;
    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;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    color: var(--fixpro-base);
    background-color: var(--fixpro-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.why-choose-one__video-icon:hover {
    background-color: var(--fixpro-base);
    color: var(--fixpro-white);
}

.why-choose-one__video-icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid rgba(var(--fixpro-black-rgb), .30);
    border-radius: 50%;
    z-index: -1;
}

.why-choose-one__video-link .ripple,
.why-choose-one__video-icon .ripple:before,
.why-choose-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--fixpro-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--fixpro-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--fixpro-base-rgb), 0.6);
    box-shadow: 0 0 0 0 #e2aa02;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.why-choose-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.why-choose-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.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: 565px;
  height: 565px;
  box-shadow: 20px -7px 0px #8dd3dc7a;
}
.about__four-image-wrapper:hover {
  animation-play-state: paused;
}
.about__four-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
}