﻿
.wkz-pds-hero-section {
    position: relative;
    overflow: hidden;
    height: 780px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg,#c2fbff 0%,rgba(255,255,255,0) 93.47%);
    z-index: 1

}
.wkz-psd-hero-slider-cont{
    width:100%
}
.wkz-hero-single {
    padding-top: 180px;
    padding-bottom: 180px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

    .wkz-hero-single::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -.5px;
        top: 0;
        background: var(--hero-overlay-color);
        opacity: .7;
        z-index: -1
    }

    .wkz-hero-single .hero-content {
        height: 100%
    }

        .wkz-hero-single .hero-content .hero-title {
            color: var(--wkz-band-black-color);
            font-size: 3.75rem;
            font-weight: 800;
            margin: 1.25rem 0;
            text-transform: uppercase
        }

            .wkz-hero-single .hero-content .hero-title span {
                color: var(--theme-color)
            }

        .wkz-hero-single .hero-content .hero-sub-title {
            display: inline-block;
            color: var(--theme-color);
            font-size: 1.5625rem;
            letter-spacing: 0.375rem;
            font-weight: 800;
            position: relative;
            text-transform: uppercase
        }

        .wkz-hero-single .hero-content p {
            color: var(--wkz-band-black-color);
            line-height: 1.875rem;
            font-weight: 400;
            margin-bottom: 1.25rem;
            font-size:1.5rem;
        }

        .wkz-hero-single .hero-content .hero-btn {
            gap: 1rem;
            display: flex;
            margin-top: 2.1875rem;
            justify-content: start
        }

.wkz-psd-hero-slider.owl-theme .owl-nav {
    margin-top: 0
}

    .wkz-psd-hero-slider.owl-theme .owl-nav [class*=owl-] {
        color: var(--color-white);
        font-size: 25px;
        margin: 0;
        padding: 0;
        background: var(--slider-arrow-bg);
        display: inline-block;
        cursor: pointer;
        height: 3.75rem;
        width: 3.75rem;
        line-height: 3.75rem;
        border-radius: 3.125rem;
        text-align: center;
        transition: var(--transition)
    }

        .wkz-psd-hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
            background: var(--color-white);
            color: var(--theme-color)
        }

    .wkz-psd-hero-slider.owl-theme .owl-nav .owl-prev {
        left: 2.5rem
    }

    .wkz-psd-hero-slider.owl-theme .owl-nav .owl-next {
        right: 2.5rem
    }

    .wkz-psd-hero-slider.owl-theme .owl-nav .owl-prev,
    .wkz-psd-hero-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%)
    }

@media all and (max-width:1199px) {
    .wkz-hero-single .hero-content .hero-title {
        font-size: 2.3125rem
    }

    .wkz-psd-hero-slider.owl-theme .owl-nav .owl-prev,
    .wkz-psd-hero-slider.owl-theme .owl-nav .owl-next {
        top: unset;
        bottom: 4.375rem !important
    }

    .wkz-psd-hero-slider.owl-theme .owl-nav .owl-prev {
        left: unset;
        right: 11.25rem
    }

    .wkz-psd-hero-slider.owl-theme .owl-nav .owl-next {
        right: 2.5rem
    }
}

@media all and (max-width:991px) {
    .wkz-hero-single .hero-content .hero-title {
        font-size: 3.125rem
    }
}

@media all and (max-width:767px) {
    .wkz-hero-single .hero-content .hero-sub-title {
        font-size: 18px
    }

    .wkz-hero-single .hero-content .hero-btn {
        gap: 1rem
    }
    .wkz-pds-hero-section{
        padding-top:2.5rem;
    }
}


.theme-btn {
    font-size: 0.875rem;
    color: var(--color-white);
    padding: 0.875rem 25px;
    transition: all .5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 3.125rem;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1
}

    .theme-btn::before {
        content: "";
        height: 300px;
        width: 300px;
        background: var(--color-dark);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0);
        transition: .5s cubic-bezier(.25, .46, .45, .94);
        z-index: -1
    }

    .theme-btn:hover {
        color: var(--color-white)
    }

        .theme-btn:hover::before {
            transform: translateY(-50%) translateX(-50%) scale(1)
        }

    .theme-btn i {
        margin-left: 0.3125rem
    }

    .theme-btn span {
        margin-right: 0.3125rem
    }

.theme-btn2 {
    background: var(--color-white);
    color: var(--color-dark)
}

    .theme-btn2::before {
        background: var(--theme-color)
    }

    .theme-btn2:hover {
        color: var(--color-dark)
    }

@media(min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px
    }
}

/*-----------------------*/



.prddesc-section {
    position: relative;
    overflow: hidden;
    height: 780px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg,#c2fbff 0%,rgba(255,255,255,0) 93.47%);
    z-index: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .prddesc-section {
        height: 63.125rem
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .prddesc-section {
        height: 62.5rem
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .prddesc-section {
        height: auto;
        padding: 100px 0
    }
}

.prddesc-section::after {
    content: '';
    position: absolute;
    width: 862px;
    height: 862px;
    border-radius: 50%;
    right: -13.125rem;
    top: -13.125rem;
    background: #99ecf2;
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .prddesc-section::after {
        width: 780px;
        height: 780px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .prddesc-section::after {
        width: 73.125rem;
        height: 73.125rem
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .prddesc-section::after {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .prddesc-section .hero-content {
        padding-top: 3.125rem
    }
}

.prddesc-section .hero-content h1 {
    margin-bottom: 0.9375rem
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .prddesc-section .hero-content h1 {
        font-size: 3.125rem
    }
}

@media(max-width:767px) {
    .prddesc-section .hero-content h1 {
        font-size: 2.8125rem
    }
}

.prddesc-section .hero-content p {
    margin-bottom: 1.875rem;
    color: rgba(0,0,0,.6);
    font-size: 1.125rem
}

@media only screen and (min-width:1400px),only screen and (min-width:1200px) and (max-width:1399px) {
    .prddesc-section .hero-content p {
        padding-right: 115px
    }
}

.prddesc-section .hero-image {
    padding-top: 3.125rem
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1399px) {
    .prddesc-section .hero-image img {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .prddesc-section .hero-image img {
        max-width: 100%;
        margin: auto
    }
}

/****/

.prddesc-section .testimonial-active-wrapper {
    position: relative
}

@media(max-width:767px) {
    .prddesc-section .testimonial-active-wrapper {
        padding-bottom: 80px
    }
}

.prddesc-section .testimonial-active-wrapper .tns-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width:767px) {
    .prddesc-section .testimonial-active-wrapper .tns-controls {
        justify-content: center
    }
}

.prddesc-section .testimonial-active-wrapper .tns-controls button {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: rgba(0,0,0,.9);
    border: 1px solid #37c2cc;
    transition: all .3s ease-out 0s;
    margin: 0 0.3125rem
}

    .prddesc-section .testimonial-active-wrapper .tns-controls button:hover {
        background: #37c2cc;
        color: #fff
    }

.prddesc-section .testimonial-active-wrapper .single-testimonial {
    text-align: center
}

    .prddesc-section .testimonial-active-wrapper .single-testimonial .quote {
        font-size: 55px;
        line-height: 1;
        color: #37c2cc;
        margin-bottom: 1.25rem
    }

    .prddesc-section .testimonial-active-wrapper .single-testimonial .content {
        margin-bottom: 1.875rem
    }

        .prddesc-section .testimonial-active-wrapper .single-testimonial .content p {
            font-size: 22px;
            line-height: 35px;
            color: rgba(0,0,0,.7);
            padding: 0 0.9375rem
        }

@media(max-width:767px) {
    .prddesc-section .testimonial-active-wrapper .single-testimonial .content p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding: 0
    }
}

.prddesc-section .testimonial-active-wrapper .single-testimonial .info h6 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.625rem
}

.prddesc-section .testimonial-active-wrapper .single-testimonial .info p {
    font-size: 0.9375rem
}

.prddesc-section .testimonial-images .testimonial-image {
    position: absolute;
    z-index: 1;
    max-width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .prddesc-section .testimonial-images .testimonial-image {
        display: none
    }
}

.prddesc-section .testimonial-images .testimonial-image.image-1 {
    left: 10%;
    top: 30%
}

.prddesc-section .testimonial-images .testimonial-image.image-2 {
    bottom: 5%;
    left: 15%
}

.prddesc-section .testimonial-images .testimonial-image.image-3 {
    top: 8%;
    right: 10%
}

.prddesc-section .testimonial-images .testimonial-image.image-4 {
    top: 48%;
    right: 12%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .prddesc-section .testimonial-images .testimonial-image.image-4 {
        right: 8%
    }
}

/******/

.ovrflow-hidden {
    overflow: hidden
}

.position-relative {
    position: relative;
    z-index: 1
}

.text-right {
    text-align: right
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-pd {
    padding: 0 7rem
}

.s-pd {
    padding: 0 12rem
}

.h-100 {
    height: 100%
}

.h-100vh {
    height: 100vh
}

.bg {
    background: var(--theme-bg-light)
}

.pb-140 {
    padding-bottom: 12.5rem
}

.pd-50 {
    padding: 3.125rem 0
}

.py-120 {
    padding: 11.25rem 0
}
.py-20 {
    padding: 1.25rem 0
}

.pt-120 {
    padding-top: 11.25rem
}

.pb-120 {
    padding-bottom: 11.25rem
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 0.625rem
}

.pt-20 {
    padding-top: 1.25rem
}

.pt-30 {
    padding-top: 1.875rem
}

.pt-40 {
    padding-top: 2.5rem
}

.pt-50 {
    padding-top: 3.125rem
}

.pt-60 {
    padding-top: 3.75rem
}

.pt-70 {
    padding-top: 4.375rem
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 0.625rem
}

.pb-20 {
    padding-bottom: 1.25rem
}

.pb-30 {
    padding-bottom: 1.875rem
}

.pb-40 {
    padding-bottom: 2.5rem
}

.pb-50 {
    padding-bottom: 3.125rem
}

.pb-60 {
    padding-bottom: 3.75rem
}

.pb-70 {
    padding-bottom: 4.375rem
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 0.625rem
}

.mt-20 {
    margin-top: 1.25rem
}

.mt-30 {
    margin-top: 1.875rem
}

.mt-40 {
    margin-top: 2.5rem
}

.mt-50 {
    margin-top: 3.125rem
}

.mt-60 {
    margin-top: 3.75rem
}

.mt-70 {
    margin-top: 4.375rem
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-120 {
    margin-top: 11.25rem
}

.mt-150 {
    margin-top: 13.125rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 0.625rem
}

.mb-20 {
    margin-bottom: 1.25rem
}

.mb-30 {
    margin-bottom: 1.875rem
}

.mb-40 {
    margin-bottom: 2.5rem
}

.mb-50 {
    margin-bottom: 3.125rem
}

.mb-60 {
    margin-bottom: 3.75rem
}

.mb-70 {
    margin-bottom: 4.375rem
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-120 {
    margin-bottom: 11.25rem
}

.mb-150 {
    margin-bottom: 13.125rem
}

.mr-300 {
    margin-right: 300px
}

.ml-300 {
    margin-left: 300px
}

.site-heading {
    margin-bottom: 3.125rem;
    position: relative;
    z-index: 1
}

.site-title-tagline {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color)
}

    .site-title-tagline::before {
        content: "";
        position: absolute;
        height: 0.625rem;
        width: 100%;
        background: var(--theme-color);
        opacity: .2;
        left: -2px;
        bottom: 0
    }

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 45px;
    color: var(--color-dark);
    margin-bottom: 0
}

    .site-title span {
        color: var(--theme-color)
    }

.site-heading p {
    margin-top: 15px
}

.heading-divider {
    display: inline-block;
    position: relative;
    border:0.1875rem solid var(--theme-color);
    width: 90px;
    height: 0.625rem;
    border-radius: 3.125rem
}

    .heading-divider:after {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        height: 7px;
        width: 15px;
        border-radius: 3.125rem;
        background: var(--theme-color);
        -webkit-animation: heading-move 5s infinite linear;
        animation: heading-move 5s infinite linear
    }

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(72px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(72px)
    }

    100% {
        transform: translateX(-1px)
    }
}
/*****/

.img, img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: auto
}
.about-left {
    position: relative
}

.about-img img {
    border-radius: 15px
}


.about-experience {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    top: 0;
    left: 0;
    background: var(--color-white);
    border-radius: 3.125rem;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
    color: var(--color-dark);
    box-shadow: 0 0 2.5rem 0.3125rem rgb(0 0 0/10%)
}

.about-experience-icon {
    color: var(--color-white);
    font-size: 45px;
    width: 4.375rem;
    height: 4.375rem;
    line-height: 63px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 3.125rem
}

    .about-experience-icon img {
        width: 3.125rem;
        filter: brightness(0) invert(1)
    }


.about-right {
    position: relative;
    display: block;
    padding-left: 1.875rem
}

.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem
}

.about-list {
    position: relative;
    display: block
}

    .about-list li {
        position: relative;
        padding-left: 25px;
        margin-top: 0.625rem;
        font-weight: 500
    }

        .about-list li::before {
            content: "\f058";
            position: absolute;
            left: 0;
            top: 0;
            font-family: "font awesome 6 pro";
            color: var(--theme-color);
            font-weight: 700
        }

@media all and (max-width: 991px) {
    .about-right {
        margin-top: 1.875rem
    }
}

/*******/

.counter-area {
    position: relative;
    z-index: 2
}

.counter-wrapper {
    background-image: url(../../band/images/shape-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: -13.125rem;
    border-radius: 1.875rem;
    box-shadow: var(--box-shadow)
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
    position: relative;
    z-index: 1
}

    .counter-box .icon {
        position: relative;
        text-align: center;
        font-size: 3.75rem;
        border-radius: 50%;
        width: 11.25rem;
        height: 11.25rem;
        line-height: 100px;
        color: var(--color-white);
        border: 0.3125rem solid var(--color-white);
        background: var(--theme-color);
        z-index: 1
    }

        .counter-box .icon img {
            width: 4.375rem
        }

    .counter-box .counter {
        display: block;
        line-height: 1;
        color: var(--color-white);
        font-size: 3.125rem;
        font-weight: 600
    }

    .counter-box .title {
        color: var(--color-white);
        margin-top: 1.25rem;
        font-size: 1.25rem;
        font-weight: 600;
        text-transform: capitalize
    }

@media all and (max-width: 991px) {
    .counter-area .counter-box {
        margin: 2.5rem 0
    }
}


/********/
.partner-slider {
    padding-top: 3.125rem;
    border-top: 1px solid var(--border-info-color)
}
partner-img img {
    -webkit-filter: grayscale(100%) invert(.6);
    filter: grayscale(100%) invert(.6);
    cursor: pointer
}

.partner-img img:hover {
    filter: unset
}
.partner-item p {
    width: 100%;
    text-align: center;
}
/*******/
.download-area {
    position: relative
}

.download-wrapper {
    position: relative;
    background-image: url(../../band/images/shape-7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 1.25rem;
    padding: 2.5rem;
    overflow: hidden;
    z-index: 1
}

.download-btn {
    display: flex;
    gap: 15px
}

    .download-btn a {
        display: flex;
        align-items: center;
        gap: 0.625rem;
        padding:0.375rem 1.25rem;
        background: var(--theme-color);
        color: var(--color-white);
        border-radius: 3.125rem;
        box-shadow: var(--box-shadow)
    }

        .download-btn a:first-child {
            background: var(--theme-color)
        }

        .download-btn a:last-child {
            background: var(--color-dark)
        }

        .download-btn a:hover {
            background: var(--color-dark)
        }

        .download-btn a:last-child:hover {
            background: var(--theme-color)
        }

        .download-btn a i {
            font-size: 2.5rem
        }

.download-btn-content {
    display: flex;
    flex-direction: column
}

    .download-btn-content span {
        font-weight: 500;
        font-size: 0.875rem
    }

.download-img {
    position: absolute;
    right: 0;
    bottom: -1.875rem;
    width: 55%
}

@media all and (max-width: 991px) {
    .download-img {
        position: relative;
        right: 35px;
        width: 150%
    }
}

@media all and (max-width: 767px) {
    .download-btn {
        flex-direction: column
    }

        .download-btn a {
            max-width: 180px
        }
}

/*********/

.team-area {
    position: relative;
    overflow: hidden
}

.team-item {
    padding: 0 1.25rem 1.25rem;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    transition: var(--transition);
    z-index: 1
}

    .team-item::before {
        content: "";
        position: absolute;
        background: var(--color-white);
        border-radius: 1.875rem;
        box-shadow: var(--box-shadow);
        width: 100%;
        height: 70%;
        left: 0;
        bottom: 0;
        z-index: -1
    }

    .team-item:hover {
        transform: translateY(-10px)
    }

.team-img img {
    border-radius: 0.75rem;
    padding:0.375rem;
    border:0.1875rem solid var(--theme-color);
    box-shadow: var(--box-shadow)
}
 

.team-content {
    padding: 0.625rem 0 0.3125rem
}

.team-bio h5 {
    font-size: 1.25rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    text-transform: capitalize
}

.team-bio span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--theme-color);
    text-transform: capitalize
}

.team-bio h5 a:hover {
    color: var(--theme-color)
}

.team-social {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    text-align: center;
    transition: var(--transition)
}

    .team-social a {
        color: var(--color-white);
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        border-radius: 3.125rem;
        margin: 0 4px;
        background: var(--theme-color);
        box-shadow: var(--box-shadow)
    }

        .team-social a:hover {
            background: var(--color-dark);
            color: var(--color-white)
        }

    .team-social h6 {
        margin-top: 1.75rem;
        color: var(--color-white);
        font-size: 18px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        position: relative;
        transform: rotate(-90deg)
    }

        .team-social h6::before {
            content: "";
            position: absolute;
            width: 2.5rem;
            height:0.1875rem;
            background: var(--color-white);
            left: -3.125rem;
            top: 7px
        }

.team-single-img img {
    border-radius: 1.25rem
}

.team-single-content {
    padding-left: 15px
}

.team-single-name {
    margin-bottom: 0.625rem
}

    .team-single-name p {
        font-weight: 500;
        color: var(--theme-color)
    }

.team-single-info {
    margin-top: 1.25rem
}

    .team-single-info li {
        margin: 0.625rem 0
    }

.team-single-info-left {
    font-weight: 500
}

.team-single-info-right {
    margin-left: 0.625rem
}

.team-single-info-left i {
    color: var(--theme-color);
    margin-right: 0.3125rem
}

.team-single-social a {
    height: 35px;
    width: 35px;
    line-height: 32px;
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    text-align: center;
    border-radius: 3.125rem;
    margin-right: 0.3125rem
}

    .team-single-social a:hover {
        background: var(--theme-color);
        color: var(--color-dark)
    }

.team-single-overview {
    margin-top: 4.375rem
}

.team-single-overview-img img {
    border-radius: 1.25rem
}

@media(max-width: 991px) {
    .team-single-img {
        margin-bottom: 1.25rem
    }

    .team-single-overview-img {
        margin-top: 1.25rem
    }
}
/*******/

.testimonial-area {
    position: relative;
    /* background-image:url(../image/bg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1
}


.testimonial-single {
    margin-bottom: 1.25rem;
    background: var(--color-white);
    border-radius: 1.25rem;
    padding: 25px;
    position: relative;
    z-index: 1
}

    .testimonial-single::before {
        content: "";
        position: absolute;
        width: 11.25rem;
        height: 11.25rem;
        right: 0.625rem;
        top: 0.625rem;
        border:0.1875rem solid var(--theme-color);
        border-left: none;
        border-bottom: none;
        border-radius: 0 1.25rem 0 0;
        transition: var(--transition);
        z-index: -1
    }

    .testimonial-single:hover::before {
        width: 80%;
        height: 80%
    }

.testimonial-content {
    display: flex;
    align-items: center
}

.testimonial-quote p {
    color: var(--color-dark)
}

.testimonial-author-info {
    flex: 1;
    margin: 15px 0 0.625rem
}

.testimonial-author-img {
    margin-right: 0.625rem;
    width: 4.375rem;
    padding: 0.3125rem;
    border-radius: 3.125rem;
    border:0.1875rem solid var(--theme-color);
    border-top-color: transparent;
    border-bottom-color: transparent
}

    .testimonial-author-img img {
        border-radius: 50%
    }

.testimonial-author-info h4 {
    font-size: 18px;
    color: var(--color-dark)
}

.testimonial-author-info p {
    color: var(--theme-color);
    font-weight: 500
}

.testimonial-quote-icon {
    position: absolute;
    right: 2.5rem;
    bottom: -15px;
    font-size: 11.25rem;
    color: var(--theme-color);
    opacity: .2
}
/*****/

.taxi-area {
    position: relative
}

.taxi-item {
    background: var(--color-white);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: var(--box-shadow)
}

.taxi-img {
    margin-bottom: 25px;
    padding: 20px;
    background: var(--theme-bg-light);
    border-radius: 15px
}

.taxi-head {
    text-align: center
}

    .taxi-head h4 {
        font-size: 22px;
        margin-bottom: 5px;
        font-weight: 700;
        text-transform: uppercase
    }

    .taxi-head span {
        font-weight: 500;
        color: var(--theme-color)
    }

.taxi-feature {
    padding-top: 20px;
    margin: 20px 0 30px;
    border-top: 1px solid var(--border-info-color);
    position: relative
}

    .taxi-feature::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 6px;
        background: var(--theme-color);
        border-radius: 50px;
        left: 50%;
        top: -4px;
        transform: translateX(-50%)
    }

    .taxi-feature ul li {
        padding: 4px 0
    }

        .taxi-feature ul li span {
            float: right
        }

        .taxi-feature ul li i {
            width: 30px;
            height: 30px;
            line-height: 28px;
            color: var(--color-white);
            border-radius: 50px;
            margin-right: 10px;
            text-align: center;
            background: var(--theme-color)
        }

.taxi-content .theme-btn {
    width: 100%
}

.filter-btns {
    text-align: center;
    margin-bottom: 40px
}

    .filter-btns li {
        display: inline-block;
        background: var(--color-dark);
        color: var(--color-white);
        border-radius: 50px;
        margin: 0 5px 8px 0;
        padding: 8px 25px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 2px
    }

        .filter-btns li.active {
            background: var(--theme-color)
        }

.taxi-single-img {
    display: flex;
    align-items: center;
    height: 500px;
    border-radius: 20px;
    background: var(--theme-bg-light);
    position: relative
}

    .taxi-single-img::before {
        content: "";
        position: absolute;
        border: 5px solid var(--theme-color);
        border-radius: 20px;
        width: 95%;
        height: 95%;
        left: -30px;
        bottom: -30px;
        z-index: -1
    }

    .taxi-single-img img {
        margin-left: -90px;
        max-width: fit-content
    }

.taxi-single-details {
    padding-left: 70px
}

.taxi-single-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-info-color)
}

.taxi-single-tagline {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.taxi-single-meta {
    margin-top: 10px
}

    .taxi-single-meta li {
        display: inline-block;
        margin-right: 12px
    }

        .taxi-single-meta li i {
            color: var(--theme-color);
            margin-right: 5px
        }

    .taxi-single-meta span {
        font-weight: 500
    }

.taxi-key-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px
}

.taxi-key-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.taxi-key-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--color-white);
    background: var(--theme-color);
    border-radius: 50px;
    text-align: center;
    margin-top: 6px
}

.taxi-key-content {
    flex: 1
}

.taxi-key-item p {
    font-weight: 500
}

.taxi-single-btn {
    margin-top: 20px
}

.taxi-single-overview {
    margin-top: 80px;
    background: var(--theme-bg-light);
    padding: 30px;
    border-radius: 15px
}

.taxi-single-list li {
    margin: 5px 0
}

    .taxi-single-list li i {
        color: var(--theme-color);
        margin-right: 5px
    }

@media all and (max-width: 1199px) {
    .taxi-single-img img {
        margin-left: -10px;
        max-width: 100%
    }

    .taxi-single-details {
        padding-left: 20px
    }
}

@media all and (max-width: 991px) {
    .taxi-single-details {
        margin-top: 80px
    }
}

@media all and (max-width: 767px) {
    .taxi-single-img {
        margin-left: 25px;
        height: 300px
    }
}
/**************/

.service-area {
    position: relative;
    display: block;
    overflow: hidden
}

.service-item {
    position: relative;
    padding: 0 20px 20px;
    margin-bottom: 25px;
    transition: var(--transition);
    z-index: 1
}

    .service-item::before {
        content: "";
        position: absolute;
        background: var(--color-white);
        box-shadow: var(--box-shadow);
        border-radius: 20px;
        width: 100%;
        left: 0;
        top: 130px;
        bottom: 0;
        z-index: -1
    }

    .service-item:hover {
        transform: translateY(-10px)
    }

.service-img img {
    border-radius: 30px
}

.service-content {
    position: relative;
    margin-top: 5px
}

.service-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 82px;
    background: var(--theme-color);
    font-size: 50px;
    color: var(--color-white);
    text-align: center;
    border-radius: 50%;
    margin-top: -50px;
    right: 40px;
    box-shadow: var(--box-shadow);
    z-index: 1
}

    .service-icon img {
        width: 50px
    }

.service-arrow {
    margin-top: 25px
}

.service-title a {
    font-size: 22px;
    margin: 20px 0;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--color-dark)
}

    .service-title a:hover {
        color: var(--theme-color)
    }

.service-arrow .theme-btn {
    padding: 10px 22px
}

.service-single-list i {
    color: var(--theme-color);
    margin-right: 10px
}

.service-download a {
    border: 2px solid var(--theme-color);
    padding: 12px 20px;
    color: var(--color-dark);
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 50px;
    transition: var(--transition)
}

    .service-download a i {
        margin-right: 10px
    }

    .service-download a:hover {
        background-color: var(--theme-color);
        color: var(--color-white)
    }

.service-details h3 {
    color: var(--color-dark)
}

.service-details img {
    border-radius: 15px
}
