
.services-area .section-title {
    max-width: 660px;
    margin: auto auto 40px auto;
    text-align: center;
}

.services-area .section-title span {
    color: #28aa4a;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 18px;
    /* font-family: "Jost", sans-serif; */
}
.services-area .section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 800 !important;
}
.services-area p:last-child {
    margin-bottom: 0;
}
.services-area .single-services-card p {
    margin-bottom: 25px !important;
}
@media (min-width: 992px) {
    .services-area .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
.services-area .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

.single-services-card {
    background-color: #ffffff;
    padding: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.05);
    box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.05);
}
.single-services-card .services-img {
    padding-bottom: 25px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eeeeee;
}
.single-services-card h3 {
    font-size: 20px !important;
    margin-bottom: 12px;
    font-weight: 800 !important;
}
.single-services-card p {
    margin-bottom: 25px;
}

.default-btn {
    background-color: transparent;
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 25px 15px 25px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all ease 0.5s !important;
    transition: all ease 0.5s !important;
    display: inline-block;
    border: 1px solid rgba(40, 170, 74, 0.4);
    z-index: 1;
}
.default-btn::before {
    position: absolute;
    content: '';
    background-color: #28aa4a;
    height: 0%;
    width: 0%;
    border-radius: 5px;
    bottom: 0;
    right: 0;
     -webkit-transition: all ease 0.5s !important;
     transition: all ease 0.5s;
    z-index: -1;
}
.default-btn:hover {
    color: #ffffff;
    border: none;
    background: linear-gradient(to right, rgb(21 109 188) 0%, rgb(21 151 146) 100%);
}
.default-btn i {
    position: relative;
    top: 2px;
    padding-left: 5px;
    font-size: 17px;
}
.aboutservicebtn {
    /*text-align: center;*/
    /*text-decoration: none;*/
    /*vertical-align: middle;*/
    /*cursor: pointer;*/
}
.single-services-card .number {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 80px;
    right: 0;
    top: 0;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 600;
    border-radius: 0 5px 0 50px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
}
.single-services-card .number::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    border-radius: 0 5px 0 50px;
    background: linear-gradient(to right, rgb(21 109 188) 0%, rgb(21 151 146) 100%);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
}
.single-services-card:hover .number {
    color: #ffffff;
}
.single-services-card:hover {
    -webkit-box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
    box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-services-card:hover .number::before {
    height: 100%;
    width: 100%;
}
