.service-content .service-thumb {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    z-index: 1;
}.service-content .service-thumb:before {
    content: "";
    background-image: url(../img/about-icon-shape-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    z-index: -1;
}.service-content .service-thumb img {
    width: 50px;    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service-content:hover .service-thumb:before {
    background-image: url(../img/about-icon-shape.png);
}
.service-content{    margin-bottom: 40px;}

.pbmit-subtitle {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0;
    color: #242424;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}.pbmit-subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fabd00;
}
.why-choose-one__points-box {
    position: relative;
}.why-choose-one__points-box:before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    height: 1px;
    background-color:rgb(32 33 53 / 20%);
}.why-choose-one__points-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0%;
    width: 1px;
    background-color:rgb(32 33 53 / 20%);
}.why-choose-one__points {
    position: relative;
    display: block;    text-align: CENTER;
    padding: 30px;
}
.why-choose-one__points-box:nth-child(4n):after{
    display: none;
}
.single-team-member .img{height: 200px; overflow: hidden;    border: #e9e9e9 solid 2px;}
.sc-services-item {
    position: relative;
    border: 2px solid #eeeff1;
    border-radius: 10px;
    padding: 30px 25px 25px 60px;
    background: #fff;
}
.sc-mr-25 {
    margin-left: 25px;
}
.sc-mb-70 {
    margin-bottom: 70px;
}.sc-services-item .services-icon {
    position: absolute;
    top: 60px;
    left: -40px;
}.sc-services-item .sc-service-content .title {
    color: #03041c;
    transition: 0.4s;
    display: block;
    margin-bottom: 15px;
}.sc-services-item .service-btn {
    position: absolute;
    left: 60px;
    bottom: -27px;
}.sc-services-item .sc-service-btn {
    display: inline-block;
    padding: 1px 19px;
    color: #03041c;
    font-size: 25px;
    font-weight: 600;
    transition: all 0.3s;
    background: #ffffff;
    border: 2px solid #eeeff1;
    border-radius: 0px 23px 23px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.sc-services-item .sc-service-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #f7bb00;
    transition: all 0.3s;
    border-radius: 0px 23px 23px 0px;
    z-index: -1;
}.sc-services-item .sc-service-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0px 23px 23px 0px;
    z-index: -2;
}.sc-services-item .services-icon i {
    background: #f7bb00;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}
.sc-services-item:hover .sc-service-btn {
    border-color: transparent;
    color: #fff;
}.sc-services-item:hover .sc-service-btn:before {
    width: 100%;
}.service-details__sidebar {
    position: relative;
    display: block;
    background: #f2f2f2;
    padding: 42px 30px 53px;
}.service-details__sidebar::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background:#fabd00;
    content: "";
}.service-details__sidebar-title {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0.015em;
    margin-bottom: 21px;
}.service-details__sidebar-list {
    position: relative;
    display: block;
    overflow: hidden;
}.service-details__sidebar-list-item {
    position: relative;
    display: block;
    margin-bottom: 20px;
}.service-details__sidebar-list-item a:hover, .service-details__sidebar-list-item a.active {
    color: #ffffff;
}
.service-details__sidebar-list-item a {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0.015em;
    padding: 10px 25px 9px;
    text-transform: capitalize;
    background: #ffffff;
    z-index: 1;
}
.service-details__sidebar-list-item a:hover:after, .service-details__sidebar-list-item a.active:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}.service-details__sidebar-list-item a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    background: #fabd00;
}
.via-alpha-300 {
    --tw-gradient-to: rgb(#fabd00/0);
    --tw-gradient-stops: #fabd00,rgb(#f59e0b/1),#f59e0b;
}
.founderprofile:after {
    position: absolute;
    content: "\ed69";
    font-family: 'boxicons';
    font-size: 250px;
    color: transparent;
    -webkit-text-stroke: 2px #44494e;
    right: 0px;
    bottom: -10%;
    transform: rotate(180deg);
    opacity: 0.15 ;
}
.about-one__text-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 19px 40px 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}.about-one__text-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background-color: var(--main-color);
}