body {
    padding: 0;
    margin: 0;
    font-family: "IRANSANSX",sans-serif;
    font-size: 15px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.bg-fffcfb {
    background-color: #fffcfb;
}

.bg-fff7f4 {
    background-color: #fff7f4;
}

p {
    margin-bottom: 15px;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
}

    p:last-child {
        margin-bottom: 0;
    }

img {
    max-width: 100%;
}

button {
    outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "IRANSANSX",sans-serif;
}

a {
    
    text-decoration: none;
    transition: .5s;
    color: #323232;
    outline: 0;
}

    a:hover {
        text-decoration: none;
        color: #5ec5f1;
    }

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.btn {
    padding: 14px 28px;
    text-transform: uppercase;
    line-height: initial;
    border-radius: 0;
    transition: .5s;
    font-size: 15px;
    font-weight: 500;
}

    .btn.disabled, .btn:disabled {
        opacity: 1;
    }

.btn-primary {
    color: #ffffff;
    background-color: #5ec5f1;
    border-color: #5ec5f1;
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #5ec5f1;
        border-color: #5ec5f1;
        background-color: transparent;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.02);
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #ffffff;
        background-color: #5ec5f1;
        border-color: #5ec5f1;
    }

    .btn-primary:hover, .btn-primary:focus {
        color: #5ec5f1;
        border-color: #5ec5f1;
        background-color: transparent;
        box-shadow: 0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.02);
    }

.btn-secondary {
    background-color: transparent;
    color: #5ec5f1;
    border-color: #5ec5f1;
    box-shadow: 0 14px 28px rgba(0,0,0,.05),0 10px 10px rgba(0,0,0,.02);
}

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background-color: #5ec5f1;
        color: #ffffff;
        border-color: #5ec5f1;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: unset;
    }

    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.02);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: transparent;
        color: #5ec5f1;
        border-color: #5ec5f1;
        box-shadow: 0 14px 28px rgba(0,0,0,.05),0 10px 10px rgba(0,0,0,.02);
    }

    .btn-secondary:hover, .btn-secondary:focus {
        background-color: #5ec5f1;
        color: #ffffff;
        border-color: #5ec5f1;
    }

.section-title {
    position: relative;
    margin-bottom: 60px;
}

    .section-title .btn {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .section-title span {
        display: block;
        color: #22b663;
        text-transform: uppercase;
        margin-bottom: 12px;
        position: relative;
        padding-left: 15px;
        z-index: 1;
        padding-top: 3px;
        padding-bottom: 2px;
        font-size: 15px;
        font-weight: 400;
    }

        .section-title span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 50px;
            background: #22b663;
            z-index: -1;
            opacity: .2;
        }

        .section-title span.bg-f59f00 {
            color: #f59f00;
        }

            .section-title span.bg-f59f00::before {
                background: #f59f00;
            }

        .section-title span.bg-0018ff {
            color: #0018ff;
        }

            .section-title span.bg-0018ff::before {
                background: #0018ff;
            }

        .section-title span.bg-ff5d24 {
            color: #5ec5f1;
        }

            .section-title span.bg-ff5d24::before {
                background: #5ec5f1;
            }

    .section-title h2 {
        margin-bottom: 0;
        max-width: 640px;
        font-weight: 700;
        font-size: 38px;
    }

    .section-title p {
        max-width: 580px;
        margin-bottom: 0;
        margin-top: 12px;
    }

    .section-title.text-center span {
        display: inline-block;
    }

    .section-title.text-center h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .section-title.text-center p {
        max-width: 665px;
        margin-bottom: 0;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 45px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
    color: #323232;
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 0;
    transition: .5s;
}

    .form-control:focus {
        box-shadow: unset;
        border-color: #5ec5f1;
    }

    .form-control::-moz-placeholder {
        color: #5f5f5f;
    }

    .form-control:-ms-input-placeholder {
        color: #5f5f5f;
    }

    .form-control::placeholder {
        color: #5f5f5f;
    }

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5ec5f1;
    z-index: 9999999;
    text-align: center;
}

    .preloader .loader {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-animation: load 1.2s infinite 0s ease-in-out;
        animation: load 1.2s infinite 0s ease-in-out;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        color: #ffffff;
        top: 45%;
        transform: translateY(-45%);
        font-size: 30px;
        font-weight: 700;
    }

@-webkit-keyframes load {
    0% {
        opacity: .08;
        filter: blur(5px);
        letter-spacing: 3px
    }
}

@keyframes load {
    0% {
        opacity: .08;
        filter: blur(5px);
        letter-spacing: 3px
    }
}

.labto-mobile-nav {
    display: none;
}

    .labto-mobile-nav.mean-container .mean-nav ul li a.active {
        color: #5ec5f1;
    }

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

    .navbar-area.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
        background-color: #ffffff !important;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    }

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.labto-nav {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .labto-nav .navbar {
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

        .labto-nav .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

        .labto-nav .navbar .navbar-nav {
            margin-left: auto;
        }

            .labto-nav .navbar .navbar-nav .nav-item {
                position: relative;
                padding-top: 15px;
                padding-bottom: 15px;
                padding-left: 0;
                padding-right: 0;
            }

                .labto-nav .navbar .navbar-nav .nav-item a {
                    font-size: 14px;
                    font-weight: 600;
                    color: #323232;
                    text-transform: uppercase;
                    transition: .5s;
                    padding-left: 0;
                    padding-right: 0;
                    padding-top: 0;
                    padding-bottom: 0;
                    margin-left: 15px;
                    margin-right: 15px;
                }

                    .labto-nav .navbar .navbar-nav .nav-item a:hover, .labto-nav .navbar .navbar-nav .nav-item a:focus, .labto-nav .navbar .navbar-nav .nav-item a.active {
                        color: #5ec5f1;
                    }

                    .labto-nav .navbar .navbar-nav .nav-item a i {
                        font-size: 11px;
                    }

                .labto-nav .navbar .navbar-nav .nav-item:last-child a {
                    margin-right: 0;
                }

                .labto-nav .navbar .navbar-nav .nav-item:first-child a {
                    margin-left: 0;
                }

                .labto-nav .navbar .navbar-nav .nav-item:hover a, .labto-nav .navbar .navbar-nav .nav-item:focus a, .labto-nav .navbar .navbar-nav .nav-item.active a {
                    color: #5ec5f1;
                }

                .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                    background: #ffffff;
                    position: absolute;
                    border: none;
                    top: 80px;
                    left: 0;
                    width: 250px;
                    z-index: 99;
                    display: block;
                    opacity: 0;
                    visibility: hidden;
                    border-radius: 0;
                    transition: all .3s ease-in-out;
                    padding-top: 20px;
                    padding-left: 5px;
                    padding-right: 5px;
                    padding-bottom: 20px;
                }

                    .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                        padding: 0;
                    }

                        .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                            text-transform: capitalize;
                            padding: 8px 15px;
                            margin: 0;
                            color: #323232;
                            font-size: 15px;
                        }

                            .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                                color: #5ec5f1;
                            }

                        .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                            left: 220px;
                            top: 0;
                            opacity: 0;
                            visibility: hidden;
                        }

                            .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                                color: #323232;
                            }

                                .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                    color: #5ec5f1;
                                }

                            .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                left: 220px;
                                top: 0;
                                opacity: 0;
                                visibility: hidden;
                            }

                                .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #323232;
                                    text-transform: capitalize;
                                }

                                    .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #5ec5f1;
                                    }

                                .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    left: -250px;
                                    top: 0;
                                    opacity: 0;
                                    visibility: hidden;
                                }

                                    .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #323232;
                                        text-transform: capitalize;
                                    }

                                        .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #5ec5f1;
                                        }

                                    .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu {
                                        left: -250px;
                                        top: 0;
                                        opacity: 0;
                                        visibility: hidden;
                                    }

                                        .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu li a {
                                            color: #323232;
                                            text-transform: capitalize;
                                        }

                                            .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu li a:hover, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu li a:focus, .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu .dropdown-menu li a.active {
                                                color: #5ec5f1;
                                            }

                                    .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu.active a {
                                        color: #5ec5f1;
                                    }

                                    .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        top: -15px;
                                    }

                                .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #5ec5f1;
                                }

                                .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    visibility: visible;
                                    top: -15px;
                                }

                            .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                                color: #5ec5f1;
                            }

                            .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                visibility: visible;
                                top: -15px;
                            }

                        .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                            color: #5ec5f1;
                        }

                        .labto-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            top: -15px;
                        }

                .labto-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 100%;
                }

    .labto-nav .others-options {
        margin-left: 27px;
    }

        .labto-nav .others-options .cart-btn {
            top: 2px;
            display: inline-block;
            margin-right: 30px;
            position: relative;
        }

            .labto-nav .others-options .cart-btn i::before {
                font-size: 18px;
            }

            .labto-nav .others-options .cart-btn span {
                background-color: #323232;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                line-height: 15px;
                display: inline-block;
                color: #ffffff;
                text-align: center;
                position: absolute;
                right: -10px;
                top: 0;
                font-size: 7px;
                font-weight: 500;
            }

        .labto-nav .others-options .languages-list {
            position: relative;
            top: 1px;
            display: inline-block;
            margin-right: 20px;
        }

            .labto-nav .others-options .languages-list .nice-select {
                border-radius: 0;
                border: none;
                float: unset;
                font-size: 14px;
                font-weight: 500;
                height: auto;
                line-height: initial;
                outline: none;
                text-transform: uppercase;
                padding-left: 0;
                padding-right: 10px;
            }

                .labto-nav .others-options .languages-list .nice-select .list {
                    background-color: #ffffff;
                    border: none;
                    border-radius: 0;
                    box-shadow: unset;
                    margin-top: 5px;
                    left: -24px;
                    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
                }

                    .labto-nav .others-options .languages-list .nice-select .list .option {
                        line-height: initial;
                        min-height: unset;
                        margin-top: 10px;
                        padding-left: 25px;
                        padding-right: 25px;
                    }

                        .labto-nav .others-options .languages-list .nice-select .list .option:hover, .labto-nav .others-options .languages-list .nice-select .list .option.focus, .labto-nav .others-options .languages-list .nice-select .list .option.selected.focus {
                            background-color: transparent;
                        }

                        .labto-nav .others-options .languages-list .nice-select .list .option:last-child {
                            margin-bottom: 10px;
                        }

                .labto-nav .others-options .languages-list .nice-select:after {
                    right: 0;
                }

.main-banner {
    position: relative;
    z-index: 1;
    padding-top: 115px;
    padding-bottom: 70px;
}

.main-banner-content h1 {
    margin-bottom: 0;
    font-size: 57px;
    font-weight: 700;
}

.main-banner-content p {
    margin-top: 12px;
    margin-bottom: 0;
}

.main-banner-content .btn {
    margin-top: 20px;
}

.main-banner-content span {
    display: inline-block;
    color: #5ec5f1;
    background-color: #ffdfd3;
    font-weight: 600;
    padding: 9px 30px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.banner-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .banner-image img:nth-child(2) {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
        opacity: .4;
        -webkit-animation: movebounce 5s linear infinite;
        animation: movebounce 5s linear infinite;
    }

.shape-img1 {
    position: absolute;
    left: 5%;
    top: 8%;
    z-index: -1;
}

.shape-img2 {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.shape-img3 {
    position: absolute;
    left: 4%;
    bottom: 0;
    z-index: -1;
}

.shape-img4 {
    position: absolute;
    left: 25%;
    bottom: 5%;
    z-index: -1;
}

.shape-img5 {
    position: absolute;
    left: 25%;
    top: 12%;
    z-index: -1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.shape-img6 {
    position: absolute;
    left: 35%;
    top: 5%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.shape-img7 {
    position: absolute;
    right: 7%;
    top: 10%;
    z-index: -1;
    -webkit-animation: movebounce 9s linear infinite;
    animation: movebounce 9s linear infinite;
}

.shape-img8 {
    position: absolute;
    right: 2%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotateme {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes movebounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        transform: translate(0,0) rotate(0deg)
    }

    20% {
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        transform: translate(0,0) rotate(0deg)
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0,0) rotate(0deg)
    }

    20% {
        transform: translate(73px,-1px) rotate(36deg)
    }

    40% {
        transform: translate(141px,72px) rotate(72deg)
    }

    60% {
        transform: translate(83px,122px) rotate(108deg)
    }

    80% {
        transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        transform: translate(0,0) rotate(0deg)
    }
}

.boxes-area {
    position: relative;
    z-index: 1;
}

    .boxes-area::before {
        content: "";
        height: 150px;
        box-shadow: 7px 5px 30px 0 rgba(72,73,121,.08);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        background: #ffffff;
        margin-left: 140px;
        margin-right: 140px;
    }

.single-box {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #5ec5f1;
    padding: 25px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.02);
}

    .single-box .icon {
        color: #ffffff;
    }

        .single-box .icon i::before {
            font-size: 45px;
        }

    .single-box h3 {
        margin-top: 10px;
        margin-bottom: 0;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
    }

    .single-box p {
        color: #ffffff;
        margin-top: 13px;
        margin-bottom: 0;
    }

    .single-box .learn-more-btn {
        margin-top: 17px;
        color: #ffffff;
    }

        .single-box .learn-more-btn::before {
            background: #ffffff;
        }

    .single-box .shape-box img:nth-child(1) {
        position: absolute;
        left: -60px;
        top: -60px;
        z-index: -1;
    }

    .single-box .shape-box img:nth-child(2) {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .single-box.bg-43c784 {
        background-color: #43c784;
    }

        .single-box.bg-43c784 .shape-box img:nth-child(1) {
            left: auto;
            right: -60px;
            top: -60px;
        }

        .single-box.bg-43c784 .shape-box img:nth-child(2) {
            right: auto;
            bottom: 0;
            left: 0;
        }

    .single-box.bg-f59f00 {
        background-color: #f59f00;
    }

        .single-box.bg-f59f00 .shape-box img:nth-child(1) {
            left: auto;
            right: -60px;
            top: auto;
            bottom: -60px;
        }

        .single-box.bg-f59f00 .shape-box img:nth-child(2) {
            bottom: auto;
            left: -25px;
            top: -25px;
            transform: rotate(180deg);
        }

.about-area {
    position: relative;
    z-index: 1;
}

.about-content {
    padding-left: 30px;
}

    .about-content span {
        display: block;
        color: #5ec5f1;
        text-transform: uppercase;
        margin-bottom: 12px;
        position: relative;
        z-index: 1;
        padding-left: 15px;
        padding-top: 3px;
        padding-bottom: 2px;
        font-size: 15px;
        font-weight: 400;
    }

        .about-content span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 50px;
            background: #5ec5f1;
            z-index: -1;
            opacity: .2;
        }

    .about-content h2 {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 38px;
    }

    .about-content p {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .about-content .about-features-list {
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 10px;
    }

        .about-content .about-features-list li {
            flex: 0 0 50%;
            max-width: 50%;
            font-weight: 500;
            color: #666666;
            padding-right: 15px;
            padding-left: 15px;
            padding-top: 10px;
        }

            .about-content .about-features-list li i {
                color: #ffb923;
                margin-right: 2px;
            }

    .about-content .btn-box {
        margin-top: 25px;
    }

    .about-content .video-btn {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 49px;
        text-align: center;
        border: 1px solid #5ec5f1;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        top: 3.5px;
        margin-left: 25px;
    }

        .about-content .video-btn i::before {
            font-size: 20px;
        }

        .about-content .video-btn::after {
            z-index: -1;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 50px;
            -webkit-animation: ripple 1.6s ease-out infinite;
            animation: ripple 1.6s ease-out infinite;
            opacity: 0;
            border-radius: 50%;
            background: rgba(255,93,36,.3);
        }

        .about-content .video-btn:hover, .about-content .video-btn:focus {
            color: #ffffff;
            background-color: #5ec5f1;
        }

.about-company-content span {
    display: block;
    color: #5ec5f1;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 400;
}

    .about-company-content span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50px;
        background: #5ec5f1;
        z-index: -1;
        opacity: .2;
    }

.about-company-content h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 38px;
}

.about-our-company-inner {
    margin-top: 120px;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
}

    .about-our-company-inner::before {
        z-index: -1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 93%;
        content: "";
        position: absolute;
        background: #fff7f4;
    }

.about-inner-company-content h2 {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 38px;
}

.bg-shape1 {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 25px;
}

    .bg-shape1 img {
        max-width: 80%;
    }

.shape-img9 {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@-webkit-keyframes ripple {
    0%,35% {
        transform: scale(0);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes ripple {
    0%,35% {
        transform: scale(0);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        transform: scale(2)
    }
}

.services-area {
    padding-bottom: 90px;
}

.single-services-box {
    background-color: #ffffff;
    box-shadow: 0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.02);
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: .5s;
}

    .single-services-box .icon {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: linear-gradient(to bottom,#ffdfd4,#ffe6e0,#ffeeeb,#fff6f5,#fffefe);
        text-align: center;
        border-radius: 50%;
        color: #5ec5f1;
        transition: .5s;
    }

        .single-services-box .icon i::before {
            font-size: 38px;
        }

        .single-services-box .icon.bg-24b765 {
            color: #24b765;
            background: linear-gradient(to bottom,#beead1,#c9f0e1,#d9f5ee,#eaf9f8,#fdfefe);
        }

        .single-services-box .icon.bg-f59f00 {
            color: #f59f00;
            background: linear-gradient(to bottom,#fdeccc,#fef0d7,#fef4e1,#fff8ec,#fffcf7);
        }

        .single-services-box .icon.bg-f7b232 {
            color: #f7b232;
            background: linear-gradient(to bottom,#fdeccc,#feefd6,#fff3df,#fff6e9,#fffaf3);
        }

        .single-services-box .icon.bg-fe5d24 {
            color: #fe5d24;
            background: linear-gradient(to bottom,#feded2,#fee5db,#ffede5,#fff4ef,#fffbf9);
        }

        .single-services-box .icon.bg-45c27c {
            color: #45c27c;
            background: linear-gradient(to bottom,#beead1,#c9f0e1,#d9f5ee,#eaf9f8,#fdfefe);
        }

    .single-services-box h3 {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 700;
    }

    .single-services-box p {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .single-services-box .learn-more-btn {
        margin-top: 15px;
    }

    .single-services-box:hover {
        transform: translateY(-5px);
    }

        .single-services-box:hover .icon {
            transform: rotateY(-180deg);
        }

.services-box {
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.02);
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .services-box .icon {
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: linear-gradient(to bottom,#ffdfd4,#ffe6e0,#ffeeeb,#fff6f5,#fffefe);
        text-align: center;
        border-radius: 50%;
        color: #5ec5f1;
        transition: .5s;
    }

        .services-box .icon i::before {
            font-size: 38px;
        }

        .services-box .icon.bg-24b765 {
            color: #24b765;
            background: linear-gradient(to bottom,#beead1,#c9f0e1,#d9f5ee,#eaf9f8,#fdfefe);
        }

        .services-box .icon.bg-f59f00 {
            color: #f59f00;
            background: linear-gradient(to bottom,#fdeccc,#fef0d7,#fef4e1,#fff8ec,#fffcf7);
        }

        .services-box .icon.bg-f7b232 {
            color: #f7b232;
            background: linear-gradient(to bottom,#fdeccc,#feefd6,#fff3df,#fff6e9,#fffaf3);
        }

        .services-box .icon.bg-fe5d24 {
            color: #fe5d24;
            background: linear-gradient(to bottom,#feded2,#fee5db,#ffede5,#fff4ef,#fffbf9);
        }

        .services-box .icon.bg-45c27c {
            color: #45c27c;
            background: linear-gradient(to bottom,#beead1,#c9f0e1,#d9f5ee,#eaf9f8,#fdfefe);
        }

    .services-box h3 {
        transition: .5s;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 700;
    }

    .services-box p {
        transition: .5s;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .services-box .learn-more-btn {
        margin-top: 15px;
    }

    .services-box img {
        position: absolute;
        right: -100px;
        top: -100px;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .services-box:hover {
        background-color: #5ec5f1;
        transform: translateY(-5px);
    }

        .services-box:hover .icon {
            transform: rotateY(-180deg);
        }

        .services-box:hover h3 {
            color: #ffffff;
        }

        .services-box:hover p {
            color: #ffffff;
        }

        .services-box:hover .learn-more-btn {
            color: #ffffff;
        }

            .services-box:hover .learn-more-btn::before {
                background: #ffffff;
            }

        .services-box:hover img {
            opacity: 1;
            visibility: visible;
            right: -80px;
            top: -80px;
        }

.learn-more-btn {
    display: inline-block;
    color: #5ec5f1;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

    .learn-more-btn i {
        margin-left: 3px;
    }

        .learn-more-btn i::before {
            font-size: 13px;
        }

    .learn-more-btn::before {
        width: 100%;
        height: 1px;
        background: #5ec5f1;
        content: "";
        bottom: 1.5px;
        left: 0;
        position: absolute;
        transition: .5s;
    }

    .learn-more-btn:hover::before {
        left: auto;
        right: 0;
        width: 0;
    }

.services-details img {
    width: 100%;
}

.services-details .services-details-desc {
    margin-top: 25px;
}

    .services-details .services-details-desc h3 {
        margin-bottom: 15px;
        line-height: 1.5;
        font-size: 20px;
        font-weight: 700;
    }

        .services-details .services-details-desc h3:not(:first-child) {
            margin-top: 20px;
        }

    .services-details .services-details-desc .services-details-features-list {
        background-color: #ffffff;
        padding: 40px;
        box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
        margin-top: 30px;
    }

        .services-details .services-details-desc .services-details-features-list ul {
            padding-left: 0;
            list-style-type: none;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 0;
            margin-left: -15px;
            margin-right: -15px;
            margin-top: -12px;
        }

            .services-details .services-details-desc .services-details-features-list ul li {
                margin-top: 12px;
                color: #666666;
                flex: 0 0 50%;
                max-width: 50%;
                padding-right: 15px;
                padding-left: 15px;
            }

                .services-details .services-details-desc .services-details-features-list ul li i {
                    color: #5ec5f1;
                    margin-right: 2px;
                }

                    .services-details .services-details-desc .services-details-features-list ul li i::before {
                        font-size: 13px;
                    }

                .services-details .services-details-desc .services-details-features-list ul li:nth-child(1) i, .services-details .services-details-desc .services-details-features-list ul li:nth-child(6) i, .services-details .services-details-desc .services-details-features-list ul li:nth-child(10) i {
                    color: #22b663;
                }

                .services-details .services-details-desc .services-details-features-list ul li:nth-child(4) i, .services-details .services-details-desc .services-details-features-list ul li:nth-child(7) i {
                    color: #f8c363;
                }

                .services-details .services-details-desc .services-details-features-list ul li:nth-child(5) i, .services-details .services-details-desc .services-details-features-list ul li:nth-child(9) i {
                    color: #545454;
                }

    .services-details .services-details-desc .services-details-faq {
        margin-top: 25px;
    }

        .services-details .services-details-desc .services-details-faq .accordion {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .services-details .services-details-desc .services-details-faq .accordion .accordion-item {
                display: block;
                margin-bottom: 15px;
                border: none;
            }

                .services-details .services-details-desc .services-details-faq .accordion .accordion-item:last-child {
                    margin-bottom: 0;
                }

                .services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title {
                    color: #323232;
                    position: relative;
                    padding-left: 22px;
                    font-size: 16px;
                    font-weight: 600;
                }

                    .services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title i {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-52%);
                        font-size: 14px;
                    }

                    .services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title:hover, .services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title.active {
                        color: #5ec5f1;
                    }

                        .services-details .services-details-desc .services-details-faq .accordion .accordion-item .accordion-title.active i::before {
                            content: "\f068";
                        }

            .services-details .services-details-desc .services-details-faq .accordion .accordion-content {
                display: none;
                margin-top: 8px;
            }

                .services-details .services-details-desc .services-details-faq .accordion .accordion-content.show {
                    display: block;
                }

.services-sidebar .services-list {
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

    .services-sidebar .services-list ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }

        .services-sidebar .services-list ul li {
            margin-bottom: 7px;
        }

            .services-sidebar .services-list ul li a {
                font-weight: 500;
                padding: 10px 12px;
                background-color: #d0eedd;
                color: #22b663;
                position: relative;
            }

                .services-sidebar .services-list ul li a i {
                    position: absolute;
                    right: 12px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .services-sidebar .services-list ul li a:hover, .services-sidebar .services-list ul li a.active {
                    background-color: #22b663;
                    color: #ffffff;
                    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
                }

            .services-sidebar .services-list ul li:nth-child(2) a, .services-sidebar .services-list ul li:nth-child(4) a, .services-sidebar .services-list ul li:nth-child(7) a {
                color: #5ec5f1;
                background-color: #fddcd1;
            }

                .services-sidebar .services-list ul li:nth-child(2) a:hover, .services-sidebar .services-list ul li:nth-child(2) a.active, .services-sidebar .services-list ul li:nth-child(4) a:hover, .services-sidebar .services-list ul li:nth-child(4) a.active, .services-sidebar .services-list ul li:nth-child(7) a:hover, .services-sidebar .services-list ul li:nth-child(7) a.active {
                    color: #ffffff;
                    background-color: #5ec5f1;
                }

            .services-sidebar .services-list ul li:nth-child(3) a, .services-sidebar .services-list ul li:nth-child(5) a {
                color: #f59f00;
                background-color: #fbe9ca;
            }

                .services-sidebar .services-list ul li:nth-child(3) a:hover, .services-sidebar .services-list ul li:nth-child(3) a.active, .services-sidebar .services-list ul li:nth-child(5) a:hover, .services-sidebar .services-list ul li:nth-child(5) a.active {
                    color: #ffffff;
                    background-color: #f59f00;
                }

.services-sidebar .services-download-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .services-sidebar .services-download-list ul li {
        margin-bottom: 10px;
    }

        .services-sidebar .services-download-list ul li a {
            background-color: #ffffff;
            box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
            font-weight: 500;
            padding: 14px 15px;
        }

            .services-sidebar .services-download-list ul li a:hover {
                background-color: #22b663;
                color: #ffffff;
            }

            .services-sidebar .services-download-list ul li a i {
                margin-right: 2px;
            }

        .services-sidebar .services-download-list ul li:last-child {
            margin-bottom: 0;
        }

.appointment-inner-area {
    position: relative;
    background-image: url(../../../img/appointment-bg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.appointment-form {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.02);
    max-width: 455px;
    margin-left: auto;
    padding: 40px;
    position: relative;
    z-index: 1;
    top: 40px;
}

    .appointment-form::before {
        left: 0;
        right: 0;
        height: 20px;
        content: "";
        position: absolute;
        background: #f4f4f4;
        bottom: -20px;
        box-shadow: 0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.02);
        border-radius: 0 0 5px 5px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .appointment-form h3 {
        margin-bottom: 25px;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
    }

    .appointment-form form .form-group textarea.form-control {
        height: 110px !important;
    }

    .appointment-form form .btn {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

.partner-area {
    padding-bottom: 20px;
    padding-top: 50px;
}

    .partner-area.extra-pt {
        padding-top: 115px;
    }

.partner-item {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.single-partner {
    text-align: center;
    margin-bottom: 30px;
}

    .single-partner a img {
        transition: .5s;
        opacity: .9;
    }

    .single-partner:hover a img {
        opacity: 1;
    }

.performance-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.performance-content .section-title {
    margin-bottom: 40px;
}

.performance-content .performance-progress-list .single-progress {
    position: relative;
    margin-bottom: 55px;
    padding-left: 110px;
}

    .performance-content .performance-progress-list .single-progress:last-child {
        margin-bottom: 0;
    }

    .performance-content .performance-progress-list .single-progress .progress-count {
        background-color: transparent;
        color: #323232;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .performance-content .performance-progress-list .single-progress .progress-content h3 {
        text-transform: uppercase;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 18px;
    }

    .performance-content .performance-progress-list .single-progress .progress-content p {
        margin-bottom: 0;
        margin-top: 8px;
    }

.bg-shape2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    text-align: right;
}

    .bg-shape2 img {
        max-width: 80%;
    }

.shape-img10 {
    position: absolute;
    z-index: -1;
    left: -40px;
    bottom: 17%;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.shape-img11 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 30%;
}

.our-progress-area {
    padding-bottom: 90px;
}

.single-progress-box {
    text-align: center;
    margin-bottom: 30px;
}

    .single-progress-box .progress-bar {
        background-color: transparent;
        display: inline-block;
        color: #323232;
    }

    .single-progress-box h3 {
        margin-bottom: 10px;
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
    }

.funfacts-area {
    background-color: #5ec5f1;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .funfacts-area::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
        background: #5ec5f1;
        width: 88%;
    }

    .funfacts-area::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: -1;
        background: #ffffff;
        width: 6%;
    }

.single-funfacts {
    text-align: center;
}

    .single-funfacts h3 {
        margin-bottom: 0;
        color: #ffffff;
        font-size: 54px;
        font-weight: 700;
    }

        .single-funfacts h3 .odometer-formatting-mark {
            display: none;
        }

    .single-funfacts p {
        line-height: initial;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 3px;
    }

.map-box1 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.pricing-area {
    position: relative;
    z-index: 1;
    padding-top: 90px;
}

    .pricing-area::before {
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 25%;
        background: #ffffff;
        z-index: -1;
        position: absolute;
    }

    .pricing-area .section-title {
        margin-bottom: 30px;
        margin-top: 30px;
    }

.single-pricing-box {
    text-align: center;
    margin-top: 30px;
    padding: 40px 25px;
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
}

    .single-pricing-box .icon {
        display: inline-block;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background-color: #ffc6b2;
        color: #5ec5f1;
        line-height: 110px;
        transition: .5s;
    }

        .single-pricing-box .icon i::before {
            font-size: 45px;
        }

        .single-pricing-box .icon i.flaticon-health {
            padding-left: 9px;
        }

    .single-pricing-box h3 {
        margin-bottom: 0;
        margin-top: 30px;
        font-size: 20px;
        font-weight: 700;
    }

    .single-pricing-box .pricing-features-list {
        padding-left: 0;
        list-style-type: none;
        margin-top: 25px;
        margin-bottom: 0;
    }

        .single-pricing-box .pricing-features-list li {
            color: #666666;
            margin-bottom: 12px;
        }

            .single-pricing-box .pricing-features-list li i {
                color: #5ec5f1;
                margin-right: 2px;
            }

            .single-pricing-box .pricing-features-list li:last-child {
                margin-bottom: 0;
            }

    .single-pricing-box .price {
        margin-top: 18px;
        font-size: 40px;
        font-weight: 700;
    }

        .single-pricing-box .price span {
            font-size: 15px;
            font-weight: normal;
            display: inline-block;
            margin-left: -6px;
            color: #666666;
        }

    .single-pricing-box .default-btn {
        display: inline-block;
        position: relative;
        margin-top: 20px;
        z-index: 1;
        padding: 12px 35px 10px;
        color: #5ec5f1;
        text-transform: uppercase;
        font-weight: 500;
    }

        .single-pricing-box .default-btn::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: #5ec5f1;
            opacity: .3;
            height: 100%;
            width: 100%;
            left: 0;
            z-index: -1;
            transition: .5s;
        }

        .single-pricing-box .default-btn:hover {
            color: #ffffff;
        }

            .single-pricing-box .default-btn:hover::before {
                opacity: 1;
            }

    .single-pricing-box.bg-3fc581 .icon {
        background-color: #beead1;
        color: #22b663;
    }

    .single-pricing-box.bg-3fc581 .pricing-features-list li i {
        color: #22b663;
    }

    .single-pricing-box.bg-3fc581 .default-btn {
        color: #22b663;
    }

        .single-pricing-box.bg-3fc581 .default-btn::before {
            background: #22b663;
        }

    .single-pricing-box.bg-3fc581:hover .icon {
        background-color: #22b663;
        color: #ffffff;
    }

    .single-pricing-box.bg-f59f00 .icon {
        background-color: #fce2b2;
        color: #f59f00;
    }

    .single-pricing-box.bg-f59f00 .pricing-features-list li i {
        color: #f59f00;
    }

    .single-pricing-box.bg-f59f00 .default-btn {
        color: #f59f00;
    }

        .single-pricing-box.bg-f59f00 .default-btn::before {
            background: #f59f00;
        }

    .single-pricing-box.bg-f59f00:hover .icon {
        background-color: #f59f00;
        color: #ffffff;
    }

    .single-pricing-box:hover .icon {
        background-color: #5ec5f1;
        color: #ffffff;
    }

    .single-pricing-box:hover .default-btn {
        color: #ffffff;
    }

        .single-pricing-box:hover .default-btn::before {
            opacity: 1;
        }

.team-area {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
    background-image: url(../../../img/team-shape-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-team-member {
    text-align: center;
    margin-bottom: 30px;
}

    .single-team-member .member-image {
        position: relative;
        border-radius: 50%;
    }

        .single-team-member .member-image img {
            border-radius: 50%;
        }

        .single-team-member .member-image::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            background: #5ec5f1;
            opacity: 0;
            transition: .5s;
            visibility: hidden;
        }

        .single-team-member .member-image .details-btn {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            color: #ffffff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #ffffff;
            margin: 0 auto;
            line-height: 38px;
            margin-top: 20px;
            opacity: 0;
            visibility: hidden;
        }

            .single-team-member .member-image .details-btn:hover {
                background-color: #22b663;
                color: #ffffff;
                border-color: #22b663;
            }

    .single-team-member .member-content {
        margin-top: 25px;
    }

        .single-team-member .member-content h3 {
            margin-bottom: 0;
            font-size: 21px;
            font-weight: 700;
        }

            .single-team-member .member-content h3 a {
                color: #323232;
            }

        .single-team-member .member-content span {
            display: block;
            color: #5ec5f1;
            margin-top: 8px;
        }

    .single-team-member:hover .member-image::before {
        opacity: .6;
        visibility: visible;
    }

    .single-team-member:hover .member-image .details-btn {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

.team-details-sidebar .team-profile {
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
}

    .team-details-sidebar .team-profile .team-content {
        padding: 25px;
    }

        .team-details-sidebar .team-profile .team-content h3 {
            margin-bottom: 0;
            font-size: 20px;
            font-weight: 700;
        }

        .team-details-sidebar .team-profile .team-content p {
            margin-bottom: 0;
            margin-top: 12px;
        }

        .team-details-sidebar .team-profile .team-content span {
            display: block;
            color: #5ec5f1;
            margin-top: 10px;
        }

.team-details-sidebar .social-box {
    margin-top: 25px;
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
}

    .team-details-sidebar .social-box h3 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 700;
    }

    .team-details-sidebar .social-box ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: 20px;
    }

        .team-details-sidebar .social-box ul li {
            margin-right: 4px;
            display: inline-block;
        }

            .team-details-sidebar .social-box ul li a {
                width: 35px;
                height: 35px;
                line-height: 35px;
                border: 1px solid #dadada;
                border-radius: 50%;
                color: #323232;
                font-size: 14px;
                text-align: center;
            }

                .team-details-sidebar .social-box ul li a:hover {
                    background-color: #5ec5f1;
                    color: #ffffff;
                    border-color: #5ec5f1;
                }

            .team-details-sidebar .social-box ul li:last-child {
                margin-right: 0;
            }

.team-details-sidebar .call-to-action-box {
    margin-top: 25px;
}

    .team-details-sidebar .call-to-action-box a {
        background-color: #5ec5f1;
        color: #ffffff;
        box-shadow: 0 2px 28px 0 rgba(255,93,36,.4);
        padding: 25px;
        border-radius: 5px;
        position: relative;
        padding-left: 90px;
    }

        .team-details-sidebar .call-to-action-box a h3 {
            margin-bottom: 0;
            font-size: 20px;
            font-weight: 700;
        }

        .team-details-sidebar .call-to-action-box a i {
            position: absolute;
            left: 25px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 45px;
        }

        .team-details-sidebar .call-to-action-box a span {
            display: block;
            margin-top: 10px;
            font-size: 16px;
        }

.team-details-desc {
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
}

    .team-details-desc h3 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
        font-size: 20px;
        font-weight: 700;
    }

        .team-details-desc h3::before {
            width: 50px;
            height: 1px;
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            background: #5ec5f1;
        }

    .team-details-desc p {
        font-size: 14.5px;
    }

    .team-details-desc .team-info {
        padding-left: 0;
        list-style-type: none;
        margin-top: 20px;
        margin-bottom: 0;
    }

        .team-details-desc .team-info li {
            position: relative;
            padding-left: 170px;
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .team-details-desc .team-info li span {
                font-weight: 700;
                color: #323232;
                position: absolute;
                left: 0;
                top: 0;
            }

            .team-details-desc .team-info li ul {
                padding-left: 0;
                margin-bottom: 0;
                list-style-type: none;
            }

                .team-details-desc .team-info li ul li {
                    margin-bottom: 10px;
                    color: #666666;
                    font-size: 13.5px;
                    padding-left: 17px;
                    border-bottom: none;
                    padding-bottom: 0;
                }

                    .team-details-desc .team-info li ul li::before {
                        content: "\f100";
                        position: absolute;
                        left: 0;
                        top: 3px;
                        color: #22b663;
                        font-weight: 900;
                        font-family: "Font Awesome 5 Free";
                        font-size: 10px;
                    }

                    .team-details-desc .team-info li ul li a {
                        color: #666666;
                    }

                        .team-details-desc .team-info li ul li a:hover {
                            color: #5ec5f1;
                        }

                    .team-details-desc .team-info li ul li:last-child {
                        margin-bottom: 0;
                    }

                    .team-details-desc .team-info li ul li:nth-child(1)::before, .team-details-desc .team-info li ul li:nth-child(4)::before {
                        color: #22b663;
                    }

                    .team-details-desc .team-info li ul li:nth-child(2)::before, .team-details-desc .team-info li ul li:nth-child(5)::before {
                        color: #5ec5f1;
                    }

                    .team-details-desc .team-info li ul li:nth-child(3)::before, .team-details-desc .team-info li ul li:nth-child(6)::before {
                        color: #f59f00;
                    }

            .team-details-desc .team-info li:last-child {
                margin-bottom: 0;
            }

.team-details-contact {
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    margin-top: 25px;
}

    .team-details-contact h3 {
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
        font-size: 20px;
        font-weight: 700;
    }

        .team-details-contact h3::before {
            width: 50px;
            height: 1px;
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            background: #5ec5f1;
        }

.testimonial-area {
    padding-bottom: 90px;
}

    .testimonial-area .section-title {
        margin-bottom: 30px;
    }

.single-testimonial-item {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    padding: 30px;
    z-index: 1;
    margin-bottom: 30px;
   