/*===============================================
================================================*/
@import url(bootstrap.min.css);
@import url(bootstrap-icons.css);
@import url(theme-default.css);
@import url(css2.css);
@import url(meanmenu.min.css);
@import url(animate.css);
@import url(swiper-bundle.min.css);

/*================================
<--  kalee-pump Nav Menu Area Css -->
==================================*/
.kalee-pump_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
}

.row.up {
    position: relative;
    z-index: 1;
}

.row.up:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -12;
    height: 1px;
    border-bottom: 1px solid #6c1ae0;
    opacity: 0.051;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #FFFFFF !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .kalee-pump_menu>ul>li>a {
    color: #101210;
}

.sticky .header-button a {
    background-image: linear-gradient(90deg, #171f92 0%, #4787e7 100%);
}

.sticky .header-button a i {
    color: #fff;
}

/* kalee-pump Menu Css*/
nav.kalee-pump_menu {
    position: relative;
    z-index: 1;
    text-align: right;
}

.kalee-pump_menu ul {
    list-style: none;
    display: inline-block;
}

.kalee-pump_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.kalee-pump_menu>ul>li>a {
    display: inline-block;
    margin: 35px 13px;
    transition: .5s;
    font-size: 16px;
    color: #1d2124;
    font-weight: 500;

}

.kalee-pump_menu>ul>li>a span {
    font-size: 11px;
    padding-left: 5px;
    color: #1d2124 !important;
    transition: .5s;
}

.kalee-pump_menu>ul>li>a:hover {
    color: #792BD7;
}

.kalee-pump_menu>ul>li>a:hover i {
    color: #792BD7 !important;
}

nav.kalee-pump_menu.up>ul>li>a {
    color: #FFF;
    transition: .5s;
}

nav.kalee-pump_menu.up>ul>li>a i {
    color: #FFF;
    transition: .5s;
}

nav.kalee-pump_menu.up>ul>li>a:hover {
    color: #F95169;
}

nav.kalee-pump_menu.up>ul>li>a:hover i {
    color: #F95169 !important;
}

.sticky nav.kalee-pump_menu.up>ul>li>a {
    color: #000;
}

.sticky nav.kalee-pump_menu.up>ul>li>a i {
    color: #000;
}

.sticky nav.kalee-pump_menu.up>ul>li>a:hover {
    color: #F95169;
}

/*menu button*/
.header-button {
    display: inline-block;
    margin-left: 15px;
}

.header-button a {
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    background: linear-gradient(90deg, #228aeb 0%, #8f5dec 100%);
}

.header-button a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #5500ff, #171f92, #7A2AD7, #78b9ee);
    transition: .5s;
    transform: scale(0);
    border-radius: 4px;
    z-index: -1;
}

.header-button a:hover:before {
    transform: scale(1);
}

/*Style Two Nav Menu*/
.style-two.kalee-pump_nav_manu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .kalee-pump_menu>ul>li>a {
    color: #fff;
}

/*style two btn*/
.style-two .header-button a {
    background: rgba(16, 18, 16, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.style-two .header-button a i {
    color: #8129D7;
}

/*** Sub Menu Style 
==========================***/
.kalee-pump_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #8129D7;
    opacity: 0;
}

.kalee-pump_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.kalee-pump_menu ul .sub-menu li {
    position: relative;
}

.kalee-pump_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #5886e9 !important;
    position: relative;
    z-index: 1;
}

.kalee-pump_menu ul .sub-menu li:hover>a,
.kalee-pump_menu ul .sub-menu .sub-menu li:hover>a,
.kalee-pump_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.kalee-pump_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    color: #fff !important;
}

.sub-menu li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(90deg, #4787e7 0%, #171f92 100%);
    margin: auto;
    transition: .5s;
    z-index: -1;
}

.sub-menu li a:hover:before {
    width: 100%;
}

/* sub menu 2 
=================*/

.kalee-pump_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.kalee-pump_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/
.kalee-pump_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.kalee-pump_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.kalee-pump_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #00cc99;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.20);
}

/* sub menu 4 
====================*/
.kalee-pump_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.kalee-pump_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.kalee-pump_menu li a:hover:before {
    width: 101%;
}

.kalee-pump_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.kalee-pump_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*

<!-- Start kalee-pump Slider Section Css -->
*/
.hero-section {
    height: 450px;
    position: relative;
    z-index: 1;
}

.slider-content h5 {
    font-size: 14px;
    color: #7a2ad5;
    font-weight: 500;
    margin: auto;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.slider-content h5:before {
    position: absolute;
    content: "";
    left: 190px;
    top: 12px;
    width: 100%;
    height: 100%;
    background: url(../image/shape0.png);
    background-repeat: no-repeat;
}

.slider-content h1 {
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 70px;
    color: #202020;
    font-weight: 800;

    margin: auto;
}

.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: #919191;
    font-weight: 400;
    margin: 10px 0 27px;
    width: 90%;
}

.hero-button {
    display: inline-block;
    padding-right: 15px;
}

.hero-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 6px;
    background-image: linear-gradient(90deg, #4787e7 0%, #171f92 100%);
    padding: 16px 25px;
    position: relative;
    z-index: 1;
}

.hero-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    border-radius: 6px;
    transform: scale(0);
    z-index: -1;
    background: linear-gradient(to right, #4787e7, #171f92, #7A2AD7, #4787e7);
}

.hero-button a:hover:before {
    transform: scale(1);
}

.hero-button a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 10px;
}

.hero-video-button {
    display: inline;
}

.hero-video-button a span {
    display: inline;
    font-size: 18px;
    color: #8527d5;
    font-weight: 500;
    margin-left: 18px;
}

.hero-video-button a i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #4787e7 0%, #171f92 100%);
    color: #ffff;
    text-align: center;
    font-size: 32px;
    position: relative;
    top: 6px;
}

.hero-thumb img {
    width: 100%;
}

.hero-shape {
    position: absolute;
    top: -100px;
    left: 0;
}

.hero-shape1 {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: -1;
}

.hero-shape2 {
    position: absolute;
    right: 45%;
    height: 600px;
    /* bottom: 80px; */
    animation: 8.0s ease 0s infinite normal none running bounce;
}

@keyframes bounce {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(35px);
    }

    100% {
        transform: translateX(0);
    }
}

.hero-shape3 {
    position: absolute;
    right: 23%;
    bottom: 62px;
    animation: 10.0s ease 0s infinite normal none running bounce1;
}

@keyframes bounce1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(35px);
    }

    100% {
        transform: translateX(0);
    }
}

/*<!-- Start kalee-pump section-title Css -->*/

.section-title {
    margin-bottom: 55px;
}

.section-title h5 {
    display: inline-block;
    margin: 0 auto 12px;
    font-size: 16px;
    color: #5f2ced;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.section-title h5:before {
    position: absolute;
    content: "";
    left: 72px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: url(../image/service-shape.png);
    background-repeat: no-repeat;
}

.section-title h1 {
    margin: auto;
    font-size: 30px;
    line-height: 40px;
    color: #202020;
    font-weight: 700;
}

.section-title h1>small {
    font-size: 14px;
    padding-left: 0.625rem;
}

.section-title p {
    width: 65%;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    font-weight: 400;
    margin: 23px auto 0 0;
}

/*section-title-two*/
.section-title-left {
    margin-bottom: 59px;
}

.section-title-left h5 {
    display: inline-block;
    margin: 0 auto 12px;
    font-size: 16px;
    color: #5f2ced;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.section-title-left h5:before {
    position: absolute;
    content: "";
    left: 136px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: url(../image/service-shape.png);
    background-repeat: no-repeat;
}

.section-title-left h5:after {
    position: absolute;
    content: "";
    right: 62px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: url(../image/service-shape3.png);
    background-repeat: no-repeat;
}

.section-title-left h1 {
    margin: auto;
    font-size: 30px;
    line-height: 40px;
    color: #202020;
    font-weight: 700;

}

.section-title-left p.description {
    width: 44%;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    font-weight: 400;
    margin: 23px auto 0;
}

/*
<!-- Start kalee-pump feature Section  -->
*/

.feature-section {
    /* padding: 15px 0; */
}

.row.upper {
    height: 300px;
    border-radius: 30px;
    /* background-image: linear-gradient(90deg, #3900ab 0%, #a935e3 100%); */
    border: 1px solid #ccc;
}

.single-feature-box h3 {
    font-size: 18px;
    color: #6a31d7;
    font-weight: 500;
    margin: auto;
    background: #FCF6FE;
    display: inline-block;
    width: 185px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.single-feature-box h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    background: linear-gradient(to right, #4787e7, #171f92, #7A2AD7, #4787e7);
    border-radius: 6px;
    z-index: -1;
    transform: scale(0);
}

.single-feature-box:hover h3:before {
    transform: scale(1);
}

.single-feature-box:hover h3 {
    color: #FFF;
}

.single-feature-box p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    margin: 15px 0;
    width: 95%;
}

.single-feature-box a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.single-feature-box a i {
    font-size: 12px;
    padding-left: 5px;
    position: absolute;
    left: 65px;
    top: 2px;
    opacity: 0;
    transition: .5s;
}

.single-feature-box a:hover i {
    opacity: 1;
    margin-left: 20px;
}



/*---owl-dots---*/
.owl-prev,
.owl-next {
    position: absolute;
    top: 35%;
    text-align: center;
    line-height: 30px;
}

.owl-prev {
    margin-left: -15px;
    width: 30px;
    border: 1px solid #ccc;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.owl-next {
    right: 0;
    width: 30px;
    border: 1px solid #ccc;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.owl-prev:hover,
.owl-next:hover {
    background: linear-gradient(to right, #4787e7, #171f92, #7A2AD7, #4787e7);
    border: none;
    color: #fff;
}

.owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-dot.active {
    width: 22px;
    height: 9px;
    border-radius: 4px;
    background-color: #563afb;
}

.owl-dot {
    margin: 0 5px 0;
    width: 9px;
    height: 9px;
    line-height: 9px;
    border-radius: 4px;
    background-color: #563afb;
    display: inline-block !important;
}

/*
<!-- End kalee-pump feature Section  -->
*/

/*
<!-- Start kalee-pump service Section  -->
*/

.service-section {
    padding: 0px 0 38px;
}

.service-project-button {
    text-align: right;
}

.service-project-button a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    background-image: linear-gradient(90deg, #223fc2 0%, #5b7fc2 100%);
    padding: 8px 12px;
    position: relative;
    z-index: 1;
}

.service-project-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    background: linear-gradient(to right, #5b7fc2, #171f92, #7981e7, #223fc2);
    border-radius: 6px;
    transform: scale(0);
    z-index: -1;
}

.service-project-button a:hover:before {
    transform: scale(1);
}

.service-project-button a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
}

.single-service-box {
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #6a31d7;
    padding: 30px 35px 25px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.single-service-box:hover {
    transform: translateY(15px);
}

.single-service-box:hover {
    background-image: linear-gradient(90deg, #b519d9 0%, #6931d7 100%);
}

.single-service-box:hover:before {
    display: none;
}

.single-service-box:before {
    position: absolute;
    content: "";
    left: 145px;
    bottom: 60px;
    width: 100%;
    height: 100%;
    background: url(../image/service-shape1.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(350deg);
    transition: .5s;
}

/*  */

.service-icon img {
    max-width: 140px;
    border-radius: 6px;
    filter: drop-shadow(0 0 22.5px rgba(255, 0, 0, 0.0));
    background-color: #611ae7;
    display: inline-block;
    padding: 5px;
    transition: .5s;
}

.service-icon img:hover {
    transform: translateY(-10px);
}

.service-title {
    position: absolute;
    top: 8px;
    right: 8px;
}

.service-title h1 {
    font-size: 38px;
    font-weight: 400;
    filter: drop-shadow(0 0 22.5px rgba(255, 0, 0, 0.2));
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #ffffff;
    margin: auto;
}

.service-content h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.service-content p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 auto 0 0;
    width: 85%;
}

/*
<!-- End kalee-pump service Section  -->
*/

/*
<!-- Start kalee-pump about Section  -->
*/

.about-section,
.aboutall-section {
    padding: 60px 0 55px;
    background: url(../image/teasti-bg.png);
}

.tpb {
    margin-top: -180px;
}

.about-section .section-title,
.aboutall-section .section-title {
    margin-bottom: 35px;
}

.about-section .section-title h5:before,
.aboutall-section .section-title h5:before {
    left: 80px;
}

.about-section .section-title h1,
.aboutall-section .section-title h1 {
    font-size: 24px;
}

.about-section .section-title p,
.aboutall-section .section-title p {
    font-size: 14px;
    color: #616161;
    width: 100%;
}

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

.about-thumb img {
    width: 100%;
}

.about-icon-box {
    display: inline-flex;
    margin-bottom: 25px;
}

.about-icon-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    padding-right: 10px;
}

.about-icon-box .about-title {
    padding-left: 10px;
}

.about-title h4 {
    font-size: 16px;
    color: #202020;
    font-weight: 700;
    margin: auto;
}

.about-title p {
    font-size: 14px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    margin: 8px auto 0 0;
    width: 100%;
    text-align: justify;
}

.about-button {
    margin-top: 14px;
}

.about-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 6px;
    background-image: linear-gradient(90deg, #b519d9 0%, #6931d7 100%);
    padding: 14px 26px;
    position: relative;
    z-index: 1;
}

.about-button a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
}

.about-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    background: linear-gradient(to right, #4787e7, #171f92, #7A2AD7, #4787e7);
    border-radius: 6px;
    transform: scale(0);
    z-index: -1;
}

.about-button a:hover:before {
    transform: scale(1);
}

/*
<!-- End kalee-pump about Section  -->
*/


/*
<!-- Start kalee-pump why choose us Section  -->
*/

.why-choose-us-section {
    padding: 0 0 70px;
}

.why-choose-us-section .section-title h5:before {
    left: 130px;
}

.why-choose-us-section .section-title {
    margin-bottom: 30px;
}

/*accordion*/
.accordion li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    border-radius: 6px;
    filter: drop-shadow(0px 12px 22.5px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
    transition: .5s;
}

.accordion li a {
    width: 100%;
    display: block;
    cursor: pointer;
    user-select: none;
    color: #7d43eb !important;
    padding: 11px 25px 11px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    transition: .5s;
}

.accordion li a.active {
    background-image: linear-gradient(90deg, #5500ff 0%, #902fe5 100%);
    border-radius: 6px;
    color: #FFFF !important;
}

.accordion li a span i {
    display: inline-block;
    float: right;
    transform: rotate(270deg);
    transition: .5s;
    font-size: 16px;
    transition: .5s;
}

a.active span i {
    transform: rotate(187deg) !important;
}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #616161;
    margin: auto;
    padding: 25px 25px 25px;
}

a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.active:before {
    display: none;
}

.why-choose-us-thumb {
    position: relative;
    z-index: 1;
    left: 50px;
}

.why-choose-us-thumb img {
    max-height: 31.25rem;
}

.why-choose-us-shape {
    position: absolute;
    z-index: -1;
    bottom: 185px;
    right: 40px;
}

/*
<!-- End kalee-pump why choose us Section  -->
*/

/*
<!-- Start kalee-pump counter Section  -->
*/
.counter-section {
    background: url(../image/counter-bg.png);
    padding: 30px 0;
    background-attachment: fixed;
}

.single-counter-box {
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 0 22px;
    margin-bottom: 10px;
    transition: .5s;
    height: 200px;
}

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

.counter-icon {
    position: relative;
}

.counter-icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    width: 100%;
    height: 188%;
    background: url(../image/counter-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.counter-text {
    padding-top: 32px;
}

.counter-text h1 {
    font-size: 24px;
    color: #4d1da8;
    font-weight: 700;
    margin: auto;
    display: inline;
}

.counter-text span {
    font-size: 28px;
    color: #4d1da8;
    font-weight: 700;
    display: inline;
}

.counter-text p {
    font-size: 13px;
    color: #4d1da8;
    font-weight: 700;
    text-align: center;
    margin: 6px auto 0;
}

/*
<!-- End kalee-pump counter Section  -->
*/

/*
<!-- Start kalee-pump testimonial Section  -->
*/
.testimonial-section {
    background: url(../image/teasti-bg.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.testimonial-section .section-title h5:before {
    left: 92px;
}

.testimonial-button {
    margin-top: -28px;
}

.testimonial-button a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    background-image: linear-gradient(90deg, #223fc2  0%, #5b7fc2 100%);
    padding: 8px 12px;
    position: relative;
    z-index: 1;
}

.testimonial-button a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
}

.testimonial-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    background: linear-gradient(to right, #4787e7, #171f92, #7A2AD7, #4787e7);
    border-radius: 6px;
    transform: scale(0);
    z-index: -1;
}

.testimonial-button a:hover:before {
    transform: scale(1);
}

.single-testi-box {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 48px 50px 25px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    box-shadow: 0 13px 28px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
}

.single-testi-box:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 62%;
    width: 100%;
    height: 100%;
    background: url(../image/testi-shape.png);
    background-repeat: no-repeat;
}

.testi-desc p {
    font-size: 20px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-style: italic;
    margin: 0 auto 25px 0;
    width: 90%;
}

.img {
    display: inline-block;
}

.testi-icon {
    position: absolute;
    top: -26px;
    left: 46%;
    width: 57px;
    height: 57px;
    line-height: 57px;
    border-radius: 28px;
    background: #ffffff;
}

.testi-icon img {
    margin-top: -15px;
    margin-left: -15px;
}

.people-text h5 {
    font-size: 18px;
    color: #0d0c0c;
    font-weight: 500;
    margin: auto;
}

.people-text p {
    font-size: 14px;
    color: #0d0c0c;
    font-weight: 400;
    margin: 2px auto 0;
}

.testi-content {
    margin: 0 0 -28px;
}

.people-text {
    display: inline-table;
    position: relative;
    top: -35px;
}

.people-name {
    width: 100%;
    text-align: center;
}

.people-name img {
    /* width: 100%; */
    height: 180px;
}

.star-icon {
    position: absolute;
    bottom: 60px;
    right: 70px;
}

.star-icon ul {
    list-style: none;
    display: inline-block;
}

.star-icon ul li {
    color: #743fd9;
    font-size: 16px;
}

.testimonial-section .owl-dots {
    bottom: -50px;
}

/*
<!-- End kalee-pump testimonial Section  -->
*/


/*
<!-- Start kalee-pump brand Section  -->
*/

.brand-section {
    padding: 60px 0 55px;
}

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

.brand-thumb img {
    /* filter: brightness(10) invert(10); */
    width: 100%;
    transition: .5s;
}

.single-brand-box:hover .brand-thumb img {
    filter: brightness(1) invert(0);
}

/*
<!-- End kalee-pump brand Section  -->
*/






/*
 <!-- Start kalee-pump blog Section  -->
*/

.blog-section {
    padding: 0 0 75px;
}

.blog-section.upper {
    padding: 115px 0 90px;
}

.single-blog-box {
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 7px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    transition: .5s;
}

.single-blog-box:hover .blog-thumb img {
    transform: scale(1.1);
}


.blog-meta-icon {
    display: inline-block;
}

.blog-meta-icon h6 i {
    color: #c215db;
    font-size: 16px;
    padding-right: 10px;
}

.blog-meta-icon h6 span {
    font-size: 16px;
    color: #646464;
    font-weight: 400;

    display: inline-block;
    margin: auto;
    position: relative;
    z-index: 1;
}

.blog-meta-icon h6 span:before {
    position: absolute;
    content: "";
    right: -35px;
    top: 6px;
    opacity: 0.251;
    width: 7px;
    height: 7px;
    border-radius: 3px;
    background-color: #777af2;
}

.blog-meta-comment-icon {
    display: inline-block;
    float: right;
}

.blog-meta-comment-icon h6 i {
    color: #c215db;
    font-size: 16px;
    padding-right: 10px;
}

.blog-meta-comment-icon h6 span {
    font-size: 16px;
    color: #646464;
    font-weight: 400;

    display: inline-block;
    margin: auto;
}

.blog-content {
    padding: 17px 40px 35px;
}

.blog-content h3 {
    margin: auto;
}

.blog-content h3 a {
    margin: inherit;
    display: inline-block;
    transition: .5s;
    width: 82%;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 32px;
    color: #1d2124;
    font-weight: 600;
    padding-top: 43px;
    position: relative;
    z-index: 1;
}

.blog-content h3 a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    width: 121%;
    height: 100%;
    border-top: 1px solid #5a49f8;
    opacity: 0.102;
}

.single-blog-box:hover .blog-content h3 a {
    color: #c215db;
}

.blog-content p {
    width: 92%;
    margin: inherit;
    padding: 11px 0 15px;
    transition: .5s;
    font-size: 16px;
    line-height: 28px;
    color: #646464;
    font-weight: 400;

}

.single-blog-box:hover .blog-content p {
    color: #c215db;
}

.blog-button a {
    display: inline-block;
    font-size: 16px;
    color: #762cd7;
    font-weight: 700;

}

.blog-button a i {
    display: inline-block;
    color: #762cd7;
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    left: -40px;
    top: 1px;
    opacity: 0;
    transition: .5s;
}

.single-blog-box:hover .blog-button a i {
    opacity: 1;
    margin-left: 40px;
}

.single-blog-box:hover .blog-button a {
    color: #000000;
}

.single-blog-box:hover .blog-button a i {
    color: #000000;
}

/*
<!-- End kalee-pump blog Section  -->
*/







/*
 <!-- Start kalee-pump subscribe Section  -->
*/

.subscribe-section {
    padding: 0 0 120px;
    overflow: hidden;
}

.subscribe-section.up {
    padding: 95px 0 120px;
}

.row.subscribe {
    border-radius: 20px;
    background-image: linear-gradient(90deg, #4787e7 0%, #171f92 100%);
    padding: 108px 0 50px;
    position: relative;
    z-index: 1;
}

.subscribe-shape {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 58%;
    animation: 8.0s ease 0s infinite normal none running bounce1;
}

.subscribe-section .section-title-left {
    margin-bottom: 28px;
}

.section-title-left h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;

    margin: 0 auto 22px;
}

.subscribe-section .section-title-left h1 {
    margin: auto;
    font-size: 50px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 700;

    text-align: center;
}

.mail-address {
    text-align: center;
}

.mail-address input {
    display: inline-block;
    border: 1px solid #ffff;
    padding: 0 0 0 35px;
    background: #ffffff;
    width: 660px;
    height: 60px;
    border-radius: 30px;
}

.mail-address input::placeholder {
    opacity: 0.510;
    font-size: 18px;
    color: #616161;
    font-weight: 400;
}

.Subcribe-button button {
    display: inline-block;
    border: 1px solid #7c2ad7;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    width: 140px;
    height: 50px;
    border-radius: 25px;
    background-color: #7c2ad7;
    position: relative;
    top: -55px;
    left: 255px;
}

/*
<!-- End kalee-pump subscribe Section  -->
*/


/*
<!-- Start kalee-pump footer Section Css -->
*/

.footer-section {
    padding: 52px 0 12px;
    background: url(../image/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.company-info-desce p {
    opacity: 0.802;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    margin: 26px auto 15px;
    width: 100%;
}

.footer-widget-social-icon img {
    max-width: 100px;
}

.footer-widget-social-icon a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background-color: #B14DE1;
    transition: .5s;
}

.footer-widget-social-icon a:hover {
    background: #FFFFFF;
    color: #B14DE1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.footer-widget-title {
    padding-bottom: 28px;
}

.footer-widget-title h3 {
    font-size: 18px;
    /* letter-spacing: -1px; */
    color: #ffffff;
    font-weight: 600;
    margin: auto;
}

.footer-widget-menu ul {
    list-style: none;
}

.footer-widget-menu ul li {
    padding: 0 0 5px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
}

.footer-widget-menu li a {
    color: #fff;
    line-height: 150%;
}

.footer-widget-menu li a:hover {
    font-size: 16px;
    color: #09aff2;
    transition: all 0.5;
}

.icon-box {
    display: inline-flex;
    padding-bottom: 28px;
}

.icon-box-content {
    margin: -6px 0 0 23px;
}

.widget-icon i {
    display: inline-block;
    color: #ffff;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #9C54E0;
}

.icon-box-content p {
    margin: auto;
    opacity: 0.702;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.icon-box-content h4 {
    margin: 4px auto 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

/*--copyright-section--*/
.copyright-description {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.copyright-description:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: -38px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #9E55E0;
}

.copyright-description p {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: auto;
}




/*
<!-- End kalee-pump footer Section Css -->
*/
.toolbar-item,
.toolbar-layer {
    background: url(../image/toolbar.png) no-repeat;
}

.toolbar {
    position: fixed;
    right: 0px;
    bottom: 150px;
    z-index: 999;
}

/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item {
    display: block;
    width: 52px;
    height: 52px;
    margin-top: 1px;
    position: relative;
    -moz-transition: background-position 1s;
    -ms-transition: background-position 1s;
    -o-moz-transition: background-position 1s;
    -webkit-moz-transition: background-position 1s;
    transition: background-position 1s;
}

.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.toolbar-item-weixin {
    background-position: 0 -798px;
}

.toolbar-item-weixin:hover {
    background-position: 0 -860px;
}

.toolbar-item-weixin .toolbar-layer {
    height: 212px;
    background-position: 0 0;
}

.toolbar-item-feedback {
    background-position: 0 -426px;
}

.toolbar-item-feedback:hover {
    background-position: 0 -488px;
}

.toolbar-item-app {
    background-position: 0 -550px;
}

.toolbar-item-app:hover {
    background-position: 0 -612px;
}

.toolbar-item-app .toolbar-layer {
    height: 194px;
    background-position: 0 -222px;
}

.toolbar-item-top {
    background-position: 0 -674px;
}

.toolbar-item-top:hover {
    background-position: 0 -736px;
}

.toolbar-layer {
    position: absolute;
    right: 46px;
    bottom: -10px;
    width: 172px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

/*
<!-- Start kalee-pump breadcumb Menu  -->
*/

.breadcumb-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../image/04.jpg');
    background-repeat: no-repeat;
    background-size: 100% 350px;
    background-attachment: fixed;
    height: 240px;
    margin-top: 18px;
}

.breadcumb-title h1 {
    margin: auto;
    font-size: 30px;
    line-height: 40px;
    color: #FFFF;
    font-weight: 700;

}

.breadcumb-content ul {
    list-style: none;
}

.breadcumb-content ul li {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
}

.breadcumb-content ul li i {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    padding: 0 5px 0;
}

.breadcumb-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
}

/*
	<!-- End kalee-pump breadcumb Menu  -->
*/





/*
<!-- Start kalee-pump contact now secton  -->
*/

.contact-now-section {
    padding: 110px 0 90px;
    background: #f5f5f5;
}

.single_contact_now {
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 30px 30px 30px;
}

.single_contact_now_inner {
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: .5s;
}

.single_contact_now:hover .single_contact_now_inner {
    border: 2px solid #5886e9;
}

.single_contact_now_icon {
    padding-top: 24px;
}

.single_contact_now_icon i {
    font-size: 40px;
    color: #5886e9;
}

.single_contact_now_content {
    padding-bottom: 15px;
}

.single_contact_now_content h2 {
    font-size: 22px;
    padding-bottom: 12px;
}

.single_contact_now_content p {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}

.contact_now_area .section_title_inner h2 {
    color: #fff;
}

.contact_now_area .section_title_text p {
    color: #fff;
}


/*
<!-- End kalee-pump contact now section  -->
*/






/*
	<!-- Start kalee-pump contact2 secton  -->
*/

.contact2-section {
    padding: 110px 0 120px;
}

.contact-form-main input {
    width: 100%;
    margin-bottom: 18px;
    height: 45px;
    padding-left: 15px;
    border: 1px solid #dddd;
    border-radius: 5px;
}

.contact-form-main textarea {
    width: 100%;
    padding-left: 15px;
    padding-top: 20px;
    height: 218px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact-form-main button {
    background: #5886e9;
    border: 2px solid #5886e9;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 30px;
    transition: all 0.5s ease 0s;
    margin-top: 20px;

}

.map {
    width: 100%;
    margin: 0;
    height: 410px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/*
	<!-- End kalee-pump contact2 section -->
*/


/*
 <!-- Start kalee-pump blog grid Section  -->
*/

.paginations {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.page-numbers li {
    display: inline-block;
}

.paginations a,
.page-numbers span.current {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    border: 1px solid #ddd;
    color: #888;
    padding: 0 2px;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    background: linear-gradient(90deg, #4787e7 0%, #171f92 100%);
    border-color: linear-gradient(90deg, #4787e7 0%, #171f92 100%);
    color: #fff;
}

/*<!-- End kalee-pump blog grid Section  -->->
*/

/*<!-- Start kalee-pump Blog Detaisl section  -->
*/

.blog-details-section {
    padding: 60px 0;
}

.blog-thumb-left img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.blog-box {
    border: 1px solid #dddd;
    transition: .5s;
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 10px 25px rgba(10, 81, 200, 0.05);
    background: #ffff;
}

p.blog {
    width: 50%;
    margin-top: 0px;
}

.blog-content {
    padding: 0 0 25px 0;
}

.blog-meta-left a {
    color: #616161;
    font-size: 16px;
    margin-right: 22px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.blog-meta-left a:before {
    position: absolute;
    content: "";
    right: -13px;
    height: 12px;
    top: 4px;
    width: 1px;
    background: #616161;
}

.blog-meta-left a:hover {
    color: #171f92;
}

.blog-meta-left span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.meta-title {
    margin-top: 6px;
    border-bottom: 1px solid #ccc;
}

.meta-title a {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
}

.meta-title a:hover {
    color: #171f92;
}

.blog-content-left {
    padding: 0 0 0 35px;
}

.blog-content-left h2 {
    color: #0a0a0a;
    font-size: 28px;
    font-weight: 500;
    padding: 30px 0;
    text-align: center;
}

.pro-quotes {
    border-left: 5px solid #1e4799;
    font-style: italic;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    padding: 30px 39px 35px 37px;
    text-align: center;
    margin: 25px 0 25px;
}

.pro-quotes p {
    text-align: left;
    font-size: 14px;
    margin: 0 0 9px;
    color: #fff;
    font-weight: 500;
}

.pro-quotes i {
    display: inline-block;
    position: absolute;
    font-size: 130px;
    top: -48px;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .5;
}

.blog-content-left p {
    font-size: 16px;
    line-height: 32px;
    width: 98%;
    opacity: 0.702;
    color: #000;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    padding: 24px 25px 25px;
    margin: 40px 0 40px;
    border-top: 1px solid rgba(16, 18, 16, 0.10196078431372549);
    border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
}

span.social-text {
    font-size: 14px;
    font-weight: 500;
    color: #101210;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #171f92;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #4787e7;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #ffff;
}

.blog-details-auther {
    margin: 35px 0;
}

.blog-details-author-inner {
    background: #FFFFFF;
    padding: 30px 30px 25px;
    box-shadow: 0px 10px 25px rgba(10, 81, 200, 0.05);
}

.blog-details-auther-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-auther-thumb img {
    border-radius: 100%;
}

.blog-details-auther-content h4 {
    color: #171f92;
    padding: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
}

.blog-details-auther-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    margin: auto;
    color: #8796A5;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #171f92;
}

.blog-details-comment {
    margin-bottom: 60px;
    position: relative;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}

.blog-details-comment-reply a {
    background: #171f92;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-thumb img {
    border-radius: 100%;
}

.blog-details-comment-content {
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}


.blog-details-comment-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    margin: auto;
    color: #8796A5;
}


.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
    color: #171f92;
}

.widget_search {
    padding: 45px 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    background: #ffffff;
}

.widget_search input::placeholder {
    color: #888f99;
}

.widget_search form input {
    display: inline-block;
    padding: 12px 75px;
    border: 1px dashed #ddd;
    background: #ffff;
}

.widget_search form i {
    font-size: 17px;
    color: #171f92;
    position: absolute;
    left: 75px;
    top: 65px;
}

.widget-recent-post {
    border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
    padding: 0 0 25px;
    margin-bottom: 25px;
}

.rpost-thumb {
    margin-right: 20px;
}


.rpost-thumb img {
    height: 90px;
    width: 90px;
    border-radius: 10px;
}

h4.sidebar-title {
    padding: 0 0 30px;
}

.rpost-title h4 {
    margin-top: 2px;
}

.rpost-content h4 a {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #101010;
    display: inline-block;
    transition: .5s;
}

.rpost-title span {
    font-size: 15px;
    padding: 6px 0 0;
    display: inline-block;
}

.widget-sidebar-box {
    padding: 30px 30px 45px;
    border-radius: 5px;
    border-bottom: 30px;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    background: #ffffff;
}

h4.sidebar-title.upp {
    padding: 0;
    margin: 0;
}

.sidebar-title {
    font-size: 24px;
    color: #01101e;
    font-weight: 700;
}

ul.sidebar-menu {
    list-style: none;
}

ul.sidebar-menu li a {
    font-size: 17px;
    color: #888f99;
    font-weight: 400;
    border: 1px dashed #888f99;
    display: inline-block;
    padding: 12px 0px 11px 0;
    margin: 30px 0 0;
    width: 100%;
    transition: .5s;
}

ul.sidebar-menu li a i {
    color: #888f99;
    font-size: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: 1px solid #888f99;
    border-radius: 15px;
    text-align: center;
    margin: 0 5px 0 22px;
    transition: .5s;
}

ul.sidebar-menu li a span {
    float: right;
    margin-right: 30px;
}

ul.sidebar-menu li a:hover {
    color: #171f92;
}

ul.sidebar-menu li a i:hover {
    color: #171f92;
    border-color: #171f92;
}

.blog-details-single-box {
    text-align: center;
    background: #fff;
    margin: 35px 0;
    padding: 35px 0 35px;
    border-radius: 5px;
    box-shadow: 10px 10px 57px rgba(16, 84, 200, 0.05);
}

.blog-content.up {
    padding: 12px 0 0;
}

.blog-content.up a {
    font-size: 22px;
    font-weight: 600;
}

.blog-content p {
    padding: 13px 0 18px;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    width: 85%;
}

.blog-details-icon a {
    font-size: 16px;
    color: #171f92;
    display: inline-block;
    border: 1px dashed #171f92;
    height: 40px;
    margin: 0 5px 0;
    transition: 0.5s;
    width: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
}

.blog-details-icon a:hover {
    background: #171f92;
    color: #fff;
}

.widget-sidebar-box.up {
    background: #ffff;
    padding: 30px 30px 45px;
    border-radius: 5px;
    border-bottom: 30px;
}

.sidebar-title-left {
    font-size: 22px;
    color: #01101e;
    font-weight: 700;
    margin-bottom: 25px;
}

.tag-item {
    text-align: center;
}

.tag-item ul {
    list-style: none;
}

.tag-item ul li {
    display: inline-block;
}

.tag-item ul li a {
    display: inline-block;
    padding: 5px 19px;
    border: 1px dashed #171f92;
    font-size: 15px;
    color: #656970;
    font-weight: 400;
    margin: 0 6px 10px;
    transition: .5s;
}

.tag-item ul li a:hover {
    color: #F1F5F9;
    background-color: #171f92;
}

.contact-section.up {
    margin-top: 0;
}

/*<!-- End kalee-pump Blog Detaisl section  -->*/

/*<!-- Start kalee-pump team Section  -->*/

.team-section {
    padding: 110px 0 90px;
}

.single-team-box {
    border: 1px solid #dbdce6;
    padding: 20px 15px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.5s;
}

.single-team-box:hover {
    border-radius: inherit;
    border: 1px solid #6a4bc4;
    transition: 0.3s;
    opacity: 1;
}

.team-thumb img {
    width: 100%;
}

.single-team-content {
    padding: 12px 10px 22px;
    height: 80px;
}

.single-team-content h4 {
    font-size: 15px;
    margin: 0 0 20px;
    color: #6a4bc4;
    transition: 0.3s;
}

.single-team-content span {
    color: #858aa7;
    font-size: 14px;
    line-height: 1.6;
    transition: 0.3s;
}

/**=========================
    START Content Box 12
=========================**/

.content-box-12-content-wrapper {
    letter-spacing: 1px;
    position: relative;
}

.content-box-12-title {
    font-size: 22px;
    margin: 0 0 20px;
    color: #6a4bc4;
    transition: 0.3s;
}

.content-box-12-content {
    color: #858aa7;
    font-size: 15px;
    line-height: 1.6;
    transition: 0.3s;
}


/**=========================
    END Content Box 12
=========================**/
/*<!-- End kalee-pump news Section  -->*/
.news-style {
    padding: 10px 0 0px;
}

.news-style ul {
    list-style: none;
    padding: 0 0 0 10px;
}

.news-style ul li {
    transition: all .8s;
}

.news-style ul li h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;

}

.news-style ul li img {
    float: left;
    max-width: 180px;
    max-height: 150px;
    margin-right: 20px;
}

.news-style ul li p {
    font-size: 13px;
    line-height: 25px;
    padding-right: 10px;
}

.news-style ul li+li {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.news-style ul li:hover {
    box-shadow: 2px 0px 5px rgba(50, 50, 50, 0.3);

}

.news_style {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    padding: 0 !important;
    height: -moz-fit-content;
    height: fit-content;
    transition: all .8s;
}

.news_style img {
    float: left;
    max-width: 180px;
    max-height: 150px;
}

.news_style h1 {
    font-size: 18px;
    font-weight: 600;
    display: block;

}

.news_style:hover {
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.3);

}


/*

<!--Scrollup Button Section -->
*/


/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(153, 149, 219);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #EF4D72;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #EF4D72;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #EF4D72;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/* ========sem nav====== */
/*一级导航*/
.main-nav {
    background: #7db7f1;
    color: white;
    /* filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15)); */
}

.main-nav h2 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #fff;
    padding: 20px 0 15px 20px;
    border-bottom: 1px solid #fff;
}

.main-nav .nav-box span {
    font-size: 21px;
    font-weight: 600;
    writing-mode: vertical-rl; /* 文字从上到下，从右到左 */
    color: #fff;
    float: left;
    padding: 50px 25px 0 25px;
    letter-spacing: 12px;
}

.main-nav a,
.main-nav a:hover {
    color: #fff;
}

.nav-box {
    position: relative;
    perspective: 300px;
    -webkit-perspective: 300px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    height: 100%;
    z-index: 888;
    margin-top: -10px;
}

.nav-ul li {
    height: 70px;
    width: 260px;
    padding-left: 8px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    text-align: left;
    line-height: 70px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.nav-ul li:last-child{
    border-bottom: none;
}
.nav-ul li a i {
    float: right;
}

.nav-ul li:hover {
    background: #357dd7;
    z-index: 1;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.nav-slide {
    position: fixed;
    left: 260px;
    top: 0;
    width: 160px;
    height: 100%;
    background: #252829;
    transform: rotateY(120deg);
    -webkit-transform: rotateY(120deg);
    -moz-transform: rotateY(120deg);
    -o-transform: rotateY(120deg);
    -ms-transform: rotateY(120deg);
    z-index: 99;
    visibility: hidden;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition-timing-function: cubic-bezier(.08, .72, .71, .96);
    -webkit-transition-timing-function: cubic-bezier(.08, .72, .71, .96);
}

.nav-slide.hover {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 15;
    visibility: visible;
}

/*二级菜单*/
.nav-slide-o li a {
    line-height: 50px;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    background-color: #252829;
    overflow: hidden;
    text-align: left;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.nav-slide-o li a:before {
    content: '';
    position: absolute;
    left: -230%;
    top: 0px;
    width: 200%;
    height: 100%;
    background: #629feb;
    z-index: 1;
    transform: skew(30deg, 0);
    -webkit-transform: skew(30deg, 0);
    -moz-transform: skew(30deg, 0);
    -o-transform: skew(30deg, 0);
    -ms-transform: skew(30deg, 0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.nav-slide-o li a:hover {
    background: #357dd7;
}

.nav-slide-o li a:hover:before {
    left: 120px;
    color: white;
    transition: all .5s;
}

.nav-slide-o li a span {
    position: relative;
    z-index: 1;
}

.nav-slide-o {
    display: none;
}

.product-tj {
    padding: 15px 0;
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 25px;
}

.product-tj h3 {
    font-size: 21px;
}

/* ---------banner flash--------- */


.slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.my-button {
    border: 1px solid #00cc99;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    background-color: rgba(86, 96, 240, 0.753);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.my-button a {
    color: white;
}

/* ===========================================================================================
================================responsive 多端===============================================
============================================================================================== */
/* ====================small mobile :320px. ====================*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .sticky {
        position: absolute !important;
    }
    .fixed-right ul li { padding: 0 0.1rem 0 0.23rem; margin-bottom: 0.16rem; }
  .fixed-right ul li .icon { width: 0.6rem; height: 0.6rem; }
  .fixed-right ul li .icon i { font-size: 0.4rem; }
  .fixed-right ul li .pop { display: none; }
  .fixed-right ul li:last-child { margin-bottom: 0; }
  .fixed-right ul li:hover .icon { background: #fff; }
  .fixed-right ul li:hover .icon i { color: #0040BF; }
  .fixed-right ul li:hover .pop { right: 0.75rem; opacity: 1; }
  .fixed-right .back-top { width: 0.8rem; height: 0.8rem; right: -1rem; }
  .fixed-right .back-top i { font-size: 0.4rem; }

    /* slider-section */

    .hero-section {
        margin-top: 80px;
    }

    .kalee-pump_nav_manu {
        display: none;
    }

    .hero-all-shape {
        display: none;
    }

    .slider-content h1 {
        font-size: 24px;
        line-height: 50px;
        text-align: center;
    }

    .slider-content h3 {
        font-size: 16px;
    }

    .slider-content h5 {
        padding-bottom: 0;
    }

    .slider-content p {
        font-size: 14px;
        width: 100%;
        margin: 10px 0;
    }

    .slider-content .hero-button {
        float: right;
        margin-top: -35px;
        margin-bottom: 15px;
    }

    .slider-content .hero-button a {
        font-size: 12px;
        padding: 5px 15px;
    }

    .single-feature-box p {
        font-size: 15px;
        width: 95%;
    }

    .single-feature-box a i {
        top: 1px;
    }

    .section-title {
        padding: 0 10px;
    }

    .section-title p {
        width: 96%;
        font-size: 15px;
    }

    .section-title h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .service-project-button {
        text-align: left;
        margin-bottom: 30px;
    }

    .service-title {
        top: 2px;
    }

    .service-title h1 {
        font-size: 32px;
    }

    .single-service-box {
        padding: 55px 25px 35px;
    }

    .owl-dots {
        display: none;
    }

    .service-icon img {
        padding: 10px 10px;
    }

    .single-service-box:before {
        left: 70px;
        bottom: 45px;
    }

    .toolbar {

        bottom: 25px;

    }

    /* ------- index-service------- */
    .slide {
        margin-top: 70px;
        margin-bottom: 15px;
    }

    .my-button {
        font-size: 14px;
    }

    .service-section {
        padding: 0px 0 0px;
        margin-bottom: 25px;
    }

    .row.upper {
        padding: inherit !important;
        border: none;
    }

    .single-feature-box {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 30px;
    }

    .up {
        border: none;
        margin: 15px 0;
    }

    .single-feature-box h3 {
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

    /* ---------about us------- */
    .about-section {
        margin-bottom: 125px;
    }

    .about-section,
    .aboutall-section {
        padding: 0px 0 55px;
    }

    .about-all-shape {
        display: none;
    }

    .about-thumb {
        padding: 30px 10px 0px;
    }

    .about-thumb img {
        width: 100%;
        margin-bottom: 15px;
    }

    .about-icon-box {
        padding: 0px 10px;
    }

    .about-button {
        margin: 0;
        text-align: center;
    }

    .about-section .section-title p {
        width: 95%;
    }

    .breadcumb-section {
        height: 200px;
    }

    .about-img {
        display: none;
    }

    .icon {
        padding-right: 15px;
    }

    .about-title h4 {
        font-size: 18px;
    }

    .about-title p {
        font-size: 13px;
        width: 99%;
    }

    /* -------counter--------- */
    .counter-section {
        padding: 30px 10px;
        margin-bottom: 15px;
    }

    .single-counter-box {
        padding: 30px 0 15px;
        margin-bottom: 10px;
        height: 180px;
    }

    .counter-text {
        padding-top: 22px;
    }

    .counter-text h1 {
        font-size: 24px;
    }

    .mtb-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* ----other------- */
    .accordion li a span i {
        display: none;
    }

    .accordion li a {
        padding: 11px 10px 11px;
        font-size: 16px;
        line-height: 32px;
    }

    .accordion li p {
        padding: 25px 10px 25px;
    }

    /*----testimonial-section----  */
    .testimonial-section {
        padding: 45px 10px 0;
    }

    .testimonial-button {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .single-testi-box {
        padding: 48px 20px 25px;
    }

    .testi-desc p {
        font-size: 17px;
        width: 100%;
    }

    .star-icon {
        bottom: -5px;
        left: 0;
    }

    .single-testi-box:before {
        display: none;
    }

    .news-style ul li img {
        max-width: 120px;
        max-height: 100px;
    }

    .news-style ul li h1 {
        font-size: 14px;
        margin: 0;
    }

    .widget_search {
        padding: 45px 10px;
    }

    .widget_search form input {
        padding: 12px 30px;
    }

    .widget_search form i {
        font-size: 15px;
        left: 18px;
        top: 64px;
    }

    .widget-sidebar-box {
        padding: 30px 10px 45px;
    }

    .rpost-thumb {
        margin-right: 10px;
    }

    .rpost-content h4 a {
        font-size: 14px;
    }

    .tag-item ul li a {
        padding: 5px 24px;
        font-size: 14px;
        margin: 0 2px 10px;
    }

    .footer-section {
        padding: 30px 10px;
    }

    .footer-widget-social-icon {
        text-align: center;
    }

    .copyright-description p {
        width: 75%;
        padding-top: 15px;
    }

    .copyright-description {
        display: none;
    }

    .leftno {
        display: none;
    }
}





/*  */
.fixed-right {
    position: fixed;
    bottom: 50%;
    right: 0.2rem;
    z-index: 98;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fixed-right ul {
    padding: 0.32rem 0;
    position: relative;
}

.fixed-right ul:before {
    content: "";
    width: calc(100% - .13rem);
    height: 100%;
    background: #0040BF;
    box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 64, 191, 0.5);
    border-radius: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
}

.fixed-right ul li {
    padding: 0 0.1rem 0 0.23rem;
    position: relative;
    margin-bottom: 0.16rem;
}

.fixed-right ul li .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fixed-right ul li .icon i {
    font-size: 16px;
    color: #fff;
}
.fixed-right ul li .wechat{
    width: 225px;
    height: 180px;
    position: absolute;
    top: 70%;
    right: -230px;
    transform: translateY(-50%);
    background: #FFF;
    box-shadow: 0 3px 3px 0 rgba(152, 165, 191, 0.4);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    opacity: 1;
    display: flex;
}
.fixed-right ul li:hover .wechat {
    right: 40px;
    opacity: 1;
}

.fixed-right ul li .wechat img {
    max-width: 170px;
    max-height: 170px;
}
.fixed-right ul li .pop {
    width: 200px;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -200px;
    border-radius: 0.1rem;
    background: #FFF;
    box-shadow: 0 3px 3px 0 rgba(152, 165, 191, 0.4);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    opacity: 1;
    display: flex;
}

.fixed-right ul li .pop .icon1,.wechat .icon1 {
    width: 30px;
    height: 30px;
    background: #0040BF;
    border-radius: 50%;
    margin-right:10px;
    text-align: center;
}
.fixed-right ul li .pop .icon1{
    margin-top: 15px;
}
.wechat .icon1{
    margin-top: 70px;
    margin-left: 10px;
}
.fixed-right ul li .pop .icon1 i,.wechat .icon1 i {
    font-size: 12px;
    color: #fff;
}

.fixed-right ul li .pop .txt h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 0.08rem;
}

.fixed-right ul li .pop .txt h3 {
    font-size: 16px;
    color: #000;
}

.fixed-right ul li:last-child {
    margin-bottom: 0;
}

.fixed-right ul li:hover .icon {
    background: #fff;
}

.fixed-right ul li:hover .icon i {
    color: #0040BF;
}

.fixed-right ul li:hover .pop {
    right: 15px;
    opacity: 1;
}

.fixed-right .back-top {
    width: 40px;
    height: 40px;
    position: relative;
    right: -44px;
    background: #0040BF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 0.2rem;
    box-shadow: 0 0.02rem 0.1rem 0 rgba(0, 64, 191, 0.5);
    cursor: pointer;
}

.fixed-right .back-top i {
    font-size: 18px;
    color: #fff;
}

.fixed-right .back-top.show {
    right: 0;
}