.kleaner-template {
    --theme-color: #007CFA;
    --theme-color2: #FFC702;
    --theme-color3: #8CC63F;
    --theme-color4: #54B435;
    --title-color: #1F1F1F;
    --body-color: #797E88;
    --smoke-color: #F7F7F7;
    --smoke-color2: #F6F6F6;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #D8DDE1;
    --dark-color: #021526;
    --title-font: "Archivo", sans-serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}


.kleaner-template h1 a,
.kleaner-template h2 a,
.kleaner-template h3 a,
.kleaner-template h4 a,
.kleaner-template h5 a,
.kleaner-template h6 a,
.kleaner-template p a,
.kleaner-template span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.kleaner-template .h1,
.kleaner-template h1,
.kleaner-template .h2,
.kleaner-template h2,
.kleaner-template .h3,
.kleaner-template h3,
.kleaner-template .h4,
.kleaner-template h4,
.kleaner-template .h5,
.kleaner-template h5,
.kleaner-template .h6,
.kleaner-template h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.kleaner-template .h1,
.kleaner-template h1 {
    font-size: 54px;
    line-height: 1.18
}

.kleaner-template .h2,
.kleaner-template h2 {
    font-size: 48px;
    line-height: 1.12
}

.kleaner-template .h3,
.kleaner-template h3 {
    font-size: 36px;
    line-height: 1.278
}

.kleaner-template .h4,
.kleaner-template h4 {
    font-size: 30px;
    line-height: 1.333
}

.kleaner-template .h5,
.kleaner-template h5 {
    font-size: 24px;
    line-height: 1.417
}

.kleaner-template .h6,
.kleaner-template h6 {
    font-size: 20px;
    line-height: 1.5
}

@media (max-width: 1199px) {

    .kleaner-template .h1,
    .kleaner-template h1 {
        font-size: 44px;
        line-height: 1.3
    }

    .kleaner-template .h2,
    .kleaner-template h2 {
        font-size: 36px;
        line-height: 1.3
    }

    .kleaner-template .h3,
    .kleaner-template h3 {
        font-size: 30px
    }

    .kleaner-template .h4,
    .kleaner-template h4 {
        font-size: 24px
    }

    .kleaner-template .h5,
    .kleaner-template h5 {
        font-size: 20px
    }

    .kleaner-template .h6,
    .kleaner-template h6 {
        font-size: 16px
    }
}

@media (max-width: 767px) {

    .kleaner-template .h1,
    .kleaner-template h1 {
        font-size: 40px
    }

    .kleaner-template .h2,
    .kleaner-template h2 {
        font-size: 34px;
        line-height: 1.3
    }

    .kleaner-template .h3,
    .kleaner-template h3 {
        font-size: 26px
    }

    .kleaner-template .h4,
    .kleaner-template h4 {
        font-size: 22px
    }

    .kleaner-template .h5,
    .kleaner-template h5 {
        font-size: 18px
    }

    .kleaner-template .h6,
    .kleaner-template h6 {
        font-size: 16px
    }
}

@media (max-width: 575px) {

    .kleaner-template .h1,
    .kleaner-template h1 {
        font-size: 34px;
        line-height: 1.35
    }

    .kleaner-template .h2,
    .kleaner-template h2 {
        font-size: 28px
    }
}

@media (max-width: 375px) {

    .kleaner-template .h1,
    .kleaner-template h1 {
        font-size: 32px
    }
}


.kleaner-template {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

.kleaner-template a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.kleaner-template a:hover {
    color: var(--title-color)
}

.kleaner-template .header-layout1 {
    background: transparent;
    border-radius: 0 0 55px 55px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.kleaner-template .header-layout1 .header-top {
    padding: 6px 0;
    background-color: var(--theme-color);
    --body-color: #fff;
}

.kleaner-template .header-layout1 .menu-area::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    background-color: var(--white-color);
    width: 1800px;
    z-index: -1;
    border-radius: 39px 0 0 100px
}

.kleaner-template .header-layout1 .header-button {
    margin-left: 34px
}

.kleaner-template .header-layout1 .header-menu-left-shape {
    position: absolute;
    top: 0;
    left: 85px;
    height: 100%;
    width: 90px;
    background: var(--white-color);
    z-index: -1
}

.kleaner-template .th-header {
    position: relative;
    z-index: 41
}

.kleaner-template .th-header .icon-btn {
    border-radius: 99px
}

.kleaner-template .th-header .menu-area {
    position: relative;
    z-index: 2
}

.kleaner-template .header-top {
    padding: 6px 0;
    background-color: var(--theme-color);
    --body-color: #fff
}

.kleaner-template .header-top a:hover {
    color: var(--theme-color2)
}

.kleaner-template .header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.kleaner-template .header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--title-font)
}

.kleaner-template .header-links li:not(:last-child) {
    margin: 0 42px 0 0
}

@media (max-width: 767px) {
    .kleaner-template .header-links li:not(:last-child) {
        margin: 0 0px 0 0
    }
}

.kleaner-template .header-links li:not(:last-child):after {
    content: '';
    height: 14px;
    width: 1px;
    background-color: var(--theme-color2);
    position: absolute;
    top: 0px;
    right: -22px;
    margin-top: 7px;
    opacity: 0.4
}

@media (max-width: 767px) {
    .kleaner-template .header-links li:not(:last-child):after {
        display: none
    }
}

.kleaner-template .header-links li>i {
    margin-right: 6px;
    color: var(--theme-color2)
}

.kleaner-template .header-links li,
.kleaner-template .header-links span,
.kleaner-template .header-links p,
.kleaner-template .header-links a {
    color: var(--body-color)
}

.kleaner-template .header-links a:hover {
    color: var(--theme-color2)
}

.kleaner-template .header-links b,
.kleaner-template .header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.kleaner-template .header-links .social-links a {
    font-size: 14px
}


.kleaner-template .sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.kleaner-template .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out
}

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

.kleaner-template .main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: uppercase
}

.kleaner-template .main-menu a:hover {
    color: var(--theme-color)
}

.kleaner-template .main-menu>ul>li {
    margin: 0 15px
}

.kleaner-template .main-menu>ul>li>a {
    padding: 22px 0
}

.kleaner-template .main-menu>ul>li>a:hover {
    color: var(--theme-color)
}

.kleaner-template .main-menu ul {
    margin: 0;
    padding: 0
}

.kleaner-template .main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.kleaner-template .main-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: var(--title-color);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.kleaner-template .main-menu ul li.menu-item-has-children>a:hover:after {
    content: "\f077";
    color: var(--theme-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.kleaner-template .main-menu ul li:last-child {
    margin-right: 0 !important
}

.kleaner-template .main-menu ul li:first-child {
    margin-left: 0 !important
}

.kleaner-template .main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9
}

.kleaner-template .main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.kleaner-template .main-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 30px
}

.kleaner-template .main-menu ul.sub-menu {
    padding: 18px 20px 18px 18px;
    left: -27px
}

.kleaner-template .main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px
}

.kleaner-template .main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\2b";
    float: right;
    top: 1px;
    display: inline-block
}

.kleaner-template .main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.kleaner-template .main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0;
    text-transform: capitalize
}

.kleaner-template .main-menu ul.sub-menu li a:before {
    content: "\f51a";
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 900;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.kleaner-template .main-menu ul.sub-menu li a:hover {
    padding-left: 23px
}

.kleaner-template .main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0
}

.kleaner-template .main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.kleaner-template .main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

@media (max-width: 1500px) {
    .kleaner-template .main-menu>ul>li {
        margin: 0 9px
    }
}

.kleaner-template .menu-style1>ul>li {
    margin: 0 14px
}

@media (max-width: 1299px) {
    .kleaner-template .menu-style1>ul>li {
        margin: 0 10px
    }
}

.kleaner-template .menu-style1>ul>li>a {
    padding: 17px 0;
    color: var(--white-color)
}

.kleaner-template .menu-style1>ul>li>a:hover {
    color: var(--theme-color2)
}

.kleaner-template .menu-style1 ul li.menu-item-has-children>a:after {
    color: var(--white-color)
}

.kleaner-template .header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.kleaner-template .header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0
}

.kleaner-template .header-button .icon-btn:hover .badge {
    background-color: var(--title-color)
}

.kleaner-template .social-links .social-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 0 12px 0 0;
    color: var(--body-color)
}

.kleaner-template .social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

.kleaner-template .social-links a:last-child {
    margin-right: 0 !important
}

.kleaner-template .social-links a:hover {
    color: var(--theme-color)
}

.kleaner-template .header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}

.kleaner-template .header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.kleaner-template .header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--title-font)
}

.kleaner-template .header-links li:not(:last-child) {
    margin: 0 42px 0 0
}

@media (max-width: 767px) {
    .kleaner-template .header-links li:not(:last-child) {
        margin: 0 0px 0 0
    }
}

.kleaner-template .header-links li:not(:last-child):after {
    content: '';
    height: 14px;
    width: 1px;
    background-color: var(--theme-color2);
    position: absolute;
    top: 0px;
    right: -22px;
    margin-top: 7px;
    opacity: 0.4
}

@media (max-width: 767px) {
    .kleaner-template .header-links li:not(:last-child):after {
        display: none
    }
}

.kleaner-template .header-links li>i {
    margin-right: 6px;
    color: var(--theme-color2)
}

.kleaner-template .header-links li,
.kleaner-template .header-links span,
.kleaner-template .header-links p,
.kleaner-template .header-links a {
    color: var(--body-color)
}

.kleaner-template .header-links a:hover {
    color: var(--theme-color2)
}

.kleaner-template .header-links b,
.kleaner-template .header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.kleaner-template .header-links .social-links a {
    font-size: 14px
}

.kleaner-template .header-notice {
    margin: 0
}

.kleaner-template .header-top {
    padding: 6px 0;
    background-color: var(--theme-color);
    --body-color: #fff
}

.kleaner-template .header-top a:hover {
    color: var(--theme-color2)
}

.kleaner-template .header-default {
    background: var(--white-color);
    border-radius: 0 0 55px 55px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.kleaner-template .header-default .header-top {
    position: relative;
    padding: 11px 0;
    --body-color: #fff;
    background-color: var(--theme-color);
    border-radius: 0 0 57px 57px;
    max-width: 1620px;
    margin: 0 auto
}

@media (max-width: 575px) {
    .kleaner-template .header-default {
        border-radius: 0 0 20px 20px
    }

    .kleaner-template .header-default .header-top {
        border-radius: 0 0 20px 20px
    }

    .kleaner-template .header-logo img {
        max-width: 180px
    }
}

@media (max-width: 375px) {
    .kleaner-template .header-logo img {
        max-width: 160px
    }
}

.kleaner-template .header-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-left: 20px;
    padding-left: 30px;
    position: relative;
    margin-right: 17px
}

@media (max-width: 1299px) {
    .kleaner-template .header-info-box {
        display: none
    }
}

.kleaner-template .header-info-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 30px;
    width: 1px;
    background-color: var(--th-border-color)
}

.kleaner-template .header-info-box__title {
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 1
}

.kleaner-template .header-info-box__icon {
    font-size: 30px;
    color: var(--theme-color)
}

.kleaner-template .header-info-box__text {
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
    color: var(--body-color)
}

.kleaner-template .header-info-box__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.kleaner-template .header-info-box__link {
    color: var(--body-color);
    font-size: 14px
}

@media (min-width: 1700px) {
    .kleaner-template .header-layout1 {
        --main-container: 1615px
    }
}

@media (max-width: 1700px) {
    .kleaner-template .header-layout1 .header-button {
        margin-left: 15px
    }

    .kleaner-template .header-info-box {
        gap: 10px;
        margin-left: 10px;
        padding-left: 20px;
        position: relative;
        margin-right: 5px
    }
}

@media (max-width: 1500px) {
    .kleaner-template .header-layout1 .main-menu>ul>li {
        margin: 0 11px
    }
}

.kleaner-template .main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1) translateX(0%);
    -ms-transform: scaleY(1) translateX(0%);
    transform: scaleY(1) translateX(0%);
    z-index: 9
}

.kleaner-template .main-menu ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1050px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 500px;
    overflow: overlay;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: var(--white-color);
    padding: 20px 10px
}

@media (max-width: 1599px) {
    .kleaner-template .main-menu ul.mega-menu {
        width: 1170px;
        left: -10rem !important
    }
}

@media (max-width: 1399px) {
    .kleaner-template .main-menu ul.mega-menu {
        left: -15rem !important
    }
}

@media (max-width: 1199px) {
    .kleaner-template .main-menu ul.mega-menu {
        left: -18rem !important
    }
}

.kleaner-template .main-menu ul.mega-menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.kleaner-template .main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.kleaner-template .main-menu ul.mega-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 0px
}

.kleaner-template .main-menu ul.mega-menu::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px
}

.kleaner-template .main-menu ul.mega-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    border-radius: 0px
}

.kleaner-template .main-menu ul.mega-menu li li {
    padding: 2px 0
}

.kleaner-template .main-menu ul.mega-menu li a {
    display: inline-block;
    text-transform: capitalize
}

.kleaner-template .main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.kleaner-template .main-menu ul.mega-menu>li>a::after,
.kleaner-template .main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.kleaner-template .main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.kleaner-template .main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

@media (max-width: 1299px) {
    .kleaner-template .main-menu ul.mega-menu {
        width: 1060px
    }
}

@media (max-width: 1199px) {
    .kleaner-template .main-menu ul.mega-menu {
        width: 870px
    }
}

@media (max-width: 991px) {
    .kleaner-template .main-menu ul.mega-menu {
        padding: 10px 0 !important
    }
}

.kleaner-template .main-menu ul.mega-menu .th-mobile-menu ul li ul li {
    padding-left: 0px
}

.kleaner-template .main-menu ul.mega-menu .th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: none
}

.kleaner-template .mega-menu-box {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
    border-radius: 5px
}

.kleaner-template .mega-menu-box .mega-menu-img {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.kleaner-template .mega-menu-box .mega-menu-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0)
}

.kleaner-template .mega-menu-box .mega-menu-img img {
    -webkit-transition: -webkit-filter 500ms ease;
    transition: -webkit-filter 500ms ease;
    transition: filter 500ms ease;
    transition: filter 500ms ease, -webkit-filter 500ms ease;
    -webkit-filter: blur(0px);
    filter: blur(0px)
}

.kleaner-template .mega-menu-box .mega-menu-img .btn-wrap {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: opacity 600ms linear, -webkit-transform 500ms ease;
    transition: opacity 600ms linear, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 600ms linear;
    transition: transform 500ms ease, opacity 600ms linear, -webkit-transform 500ms ease;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    opacity: 0
}

.kleaner-template .mega-menu-box .mega-menu-img .btn-wrap .th-btn {
    padding: 6px 18px;
    font-size: 14px;
    color: var(--white-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.kleaner-template .mega-menu-box:hover .btn-wrap {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.kleaner-template .mega-menu-box:hover .mega-menu-img img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.kleaner-template .mega-menu-box .mega-menu-title {
    margin-bottom: 0;
    text-align: center;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0
}

.kleaner-template .mega-menu-box .mega-menu-title span {
    color: var(--theme-color);
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 5px
}

.kleaner-template .mega-menu-box .mega-menu-title span:after {
    display: none
}

.kleaner-template .mega-menu-box .mega-menu-title a {
    color: var(--black-color2);
    line-height: normal
}

.kleaner-template .mega-menu-box .mega-menu-title a:after {
    display: none
}

.kleaner-template .mega-menu-box .mega-menu-title a:hover {
    color: var(--title-color)
}

@media (max-width: 991px) {
    .kleaner-template .mega-menu-box .mega-menu-title a {
        padding: 0
    }

    .kleaner-template .mega-menu-box .mega-menu-title a:before {
        display: none
    }
}

.kleaner-template .th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.kleaner-template .th-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.kleaner-template .th-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.kleaner-template .th-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.kleaner-template .th-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px
}

.kleaner-template .th-mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block
}

.kleaner-template .th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.kleaner-template .th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.kleaner-template .th-mobile-menu ul li ul li {
    padding-left: 20px
}

.kleaner-template .th-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.kleaner-template .th-mobile-menu ul .menu-item-has-children>a .th-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}

.kleaner-template .th-mobile-menu ul .menu-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

.kleaner-template .th-mobile-menu ul .menu-item-has-children>a:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    float: right;
    margin-top: 1px
}

.kleaner-template .th-mobile-menu ul .menu-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.kleaner-template .th-mobile-menu ul .menu-item-has-children.th-active>a:after {
    content: "\f068"
}

.kleaner-template .th-mobile-menu>ul {
    padding: 0 40px
}

.kleaner-template .th-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.kleaner-template .th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 5px
}

.kleaner-template .th-menu-toggle:hover {
    background-color: var(--title-color)
}

.kleaner-template .th-menu-toggle.style-text,
.kleaner-template .th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.kleaner-template .th-menu-toggle.style-text i,
.kleaner-template .th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.kleaner-template .th-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media (max-width: 400px) {
    .kleaner-template .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px
    }

    .kleaner-template .th-mobile-menu>ul {
        padding: 0 20px
    }
}

.kleaner-template .th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 44px;
    min-width: 170px;
    border-radius: 30px;
    box-shadow: var(--theme-color) 0px 3px 8px -2px;
    -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96)
}

.kleaner-template .th-btn.star-btn:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    height: 100%;
    width: 100%;
    background-color: none;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transform-origin: bottom center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA1OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl83NjBfMikiPgo8cGF0aCBkPSJNOSAyTDEwLjg5MDYgNy4xMDkzNkwxNiA5TDEwLjg5MDYgMTAuODkwNkw5IDE2TDcuMTA5MzYgMTAuODkwNkwyIDlMNy4xMDkzNiA3LjEwOTM2TDkgMloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHBhdGggZD0iTTkgMkwxMC44OTA2IDcuMTA5MzZMMTYgOUwxMC44OTA2IDEwLjg5MDZMOSAxNkw3LjEwOTM2IDEwLjg5MDZMMiA5TDcuMTA5MzYgNy4xMDkzNkw5IDJaIiBmaWxsPSJ3aGl0ZSIvPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9mXzc2MF8yKSI+CjxwYXRoIGQ9Ik01MS41IDM3TDUyLjcxNTQgNDAuMjg0Nkw1NiA0MS41TDUyLjcxNTQgNDIuNzE1NEw1MS41IDQ2TDUwLjI4NDYgNDIuNzE1NEw0NyA0MS41TDUwLjI4NDYgNDAuMjg0Nkw1MS41IDM3WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNNTEuNSAzN0w1Mi43MTU0IDQwLjI4NDZMNTYgNDEuNUw1Mi43MTU0IDQyLjcxNTRMNTEuNSA0Nkw1MC4yODQ2IDQyLjcxNTRMNDcgNDEuNUw1MC4yODQ2IDQwLjI4NDZMNTEuNSAzN1oiIGZpbGw9IndoaXRlIi8+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfNzYwXzIiIHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfNzYwXzIiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl83NjBfMiIgeD0iNDUiIHk9IjM1IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzc2MF8yIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96)
}

.kleaner-template .th-btn.star-btn:after {
    content: "";
    position: absolute;
    top: 15%;
    left: 62%;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transform-origin: bottom center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCA1MyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl83NjBfMykiPgo8cGF0aCBkPSJNNC41IDJMNS4xNzUyMyAzLjgyNDc3TDcgNC41TDUuMTc1MjMgNS4xNzUyM0w0LjUgN0wzLjgyNDc3IDUuMTc1MjNMMiA0LjVMMy44MjQ3NyAzLjgyNDc3TDQuNSAyWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8cGF0aCBkPSJNNC41IDJMNS4xNzUyMyAzLjgyNDc3TDcgNC41TDUuMTc1MjMgNS4xNzUyM0w0LjUgN0wzLjgyNDc3IDUuMTc1MjNMMiA0LjVMMy44MjQ3NyAzLjgyNDc3TDQuNSAyWiIgZmlsbD0id2hpdGUiLz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZl83NjBfMykiPgo8cGF0aCBkPSJNNDcuNSAxNEw0OC40NDUzIDE2LjU1NDdMNTEgMTcuNUw0OC40NDUzIDE4LjQ0NTNMNDcuNSAyMUw0Ni41NTQ3IDE4LjQ0NTNMNDQgMTcuNUw0Ni41NTQ3IDE2LjU1NDdMNDcuNSAxNFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHBhdGggZD0iTTQ3LjUgMTRMNDguNDQ1MyAxNi41NTQ3TDUxIDE3LjVMNDguNDQ1MyAxOC40NDUzTDQ3LjUgMjFMNDYuNTU0NyAxOC40NDUzTDQ0IDE3LjVMNDYuNTU0NyAxNi41NTQ3TDQ3LjUgMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzc2MF8zIiB4PSIwIiB5PSIwIiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl83NjBfMyIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9mXzc2MF8zIiB4PSI0MiIgeT0iMTIiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfNzYwXzMiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96)
}

.kleaner-template .th-btn.star-btn2:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    height: 100%;
    width: 100%;
    background-color: none;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transform-origin: bottom center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA1OCA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8yMjc0XzMpIj4KPHBhdGggZD0iTTkgMkwxMC44OTA2IDcuMTA5MzZMMTYgOUwxMC44OTA2IDEwLjg5MDZMOSAxNkw3LjEwOTM2IDEwLjg5MDZMMiA5TDcuMTA5MzYgNy4xMDkzNkw5IDJaIiBmaWxsPSIjOENDNjNGIi8+CjwvZz4KPHBhdGggZD0iTTkgMkwxMC44OTA2IDcuMTA5MzZMMTYgOUwxMC44OTA2IDEwLjg5MDZMOSAxNkw3LjEwOTM2IDEwLjg5MDZMMiA5TDcuMTA5MzYgNy4xMDkzNkw5IDJaIiBmaWxsPSIjOENDNjNGIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2ZfMjI3NF8zKSI+CjxwYXRoIGQ9Ik01MS41IDMxTDUyLjcxNTQgMzQuMjg0Nkw1NiAzNS41TDUyLjcxNTQgMzYuNzE1NEw1MS41IDQwTDUwLjI4NDYgMzYuNzE1NEw0NyAzNS41TDUwLjI4NDYgMzQuMjg0Nkw1MS41IDMxWiIgZmlsbD0iIzhDQzYzRiIvPgo8L2c+CjxwYXRoIGQ9Ik01MS41IDMxTDUyLjcxNTQgMzQuMjg0Nkw1NiAzNS41TDUyLjcxNTQgMzYuNzE1NEw1MS41IDQwTDUwLjI4NDYgMzYuNzE1NEw0NyAzNS41TDUwLjI4NDYgMzQuMjg0Nkw1MS41IDMxWiIgZmlsbD0iIzhDQzYzRiIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzIyNzRfMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMjc0XzMiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl8yMjc0XzMiIHg9IjQ1IiB5PSIyOSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMjc0XzMiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96)
}

.kleaner-template .th-btn.star-btn2:after {
    content: "";
    position: absolute;
    top: 15%;
    left: 62%;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transform-origin: bottom center;
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAAXACsDAREAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD+4HXtf+M8Hxo8M6JovhjQ7n4WXOianNrWuTancR3sN7HcaUI2aIaVKkN5Aslymn6ctw8GqwyXdxcXunPp8MVx+Z5nmniHS8Qsmy7Lsmy2twTWy3G1MxzKrjKsMRDEwq4FQbgsDNU69NTrRwuFVaVPHU5YirVxGFlhKdOt49atmsc1w9Klh6MsulSqOrVdSSkpqVO3/LppSScuSmpNVE5SlKDglL3ev0w9gKACgAoAKACgAoAKACgDntY8V+HtAv8AQ9L1jVbSwv8AxLfyaZoltPIEk1C+isrrUZLeEd3Wysrqf5sDbERncyK3lY/PMqyvE5bg8fjqGGxWb4qWDy2jUmlPF4mGHrYuVKmuso4fD1qrvZWptX5nFPCriaFGdKnVqRhOvN06UW7Oc1GU+VLvywk/l3Ohr1TcKACgAoAKAPlX40fswaT8XfHXgnxlP4i8Q6YdA1RZtZs7XxBrVvDcabDY3awpoUVteRxaDqbagbE3Go6aLO4ms1uRJK9x5EifiPiH4M4HjziXhziCpm2a4J5XjY1MwoUc0zGlTq4Onhq6pxy2FHEQhlmNeK+rOri8GsPVqYdVlOcq3spx+dzXh+nmeMwmKdevT9jUTqxjWqxTpqEklRUZpUajnyc04cknHm1crNfT9lZRWFna2UTTSRWlvFbRvcTS3Nw6QosatNc3DSTzylVBkmmkklkbLyOzksf2fDYeGFw9HDU5VZQoUoUYSq1alaq404qMXUrVZTq1ZtK86lScqk5XlOUpNt/QQioQjBOTUYqKcm5SaSsryleUn3bbberdwP/Z);
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96)
}

.kleaner-template .th-btn i {
    font-size: 0.95em
}

.kleaner-template .th-btn:hover,
.kleaner-template .th-btn.active {
    color: var(--white-color);
    box-shadow: none
}

.kleaner-template .th-btn:hover.star-btn::before,
.kleaner-template .th-btn.active.star-btn::before {
    top: 14%;
    left: 11%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.kleaner-template .th-btn:hover.star-btn::after,
.kleaner-template .th-btn.active.star-btn::after {
    top: 15%;
    left: 62%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.kleaner-template .th-btn:hover.star-btn2::before,
.kleaner-template .th-btn.active.star-btn2::before {
    top: 14%;
    left: 11%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.kleaner-template .th-btn:hover.star-btn2::after,
.kleaner-template .th-btn.active.star-btn2::after {
    top: 15%;
    left: 62%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.kleaner-template .th-btn.style2 {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--th-border-color);
    padding: 20px 40px;
    box-shadow: none
}

.kleaner-template .th-btn.style2:hover {
    color: var(--theme-color);
    border-color: var(--theme-color)
}

.kleaner-template .th-btn.style2:hover:before,
.kleaner-template .th-btn.style2:hover:after {
    background-color: var(--white-color)
}

.kleaner-template .th-btn.style3:hover {
    color: var(--title-color)
}

.kleaner-template .th-btn.style3:hover:before,
.kleaner-template .th-btn.style3:hover:after {
    background-color: var(--white-color)
}

.kleaner-template .th-btn.style4 {
    background-color: var(--theme-color2);
    color: var(--title-color);
    box-shadow: none
}

.kleaner-template .th-btn.style4:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.kleaner-template .th-btn.style4:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 0%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.kleaner-template .th-btn.style4:hover {
    color: var(--white-color)
}

.kleaner-template .th-btn.style4:hover:before,
.kleaner-template .th-btn.style4:hover:after {
    background-color: var(--title-color);
    width: 100%
}

.kleaner-template .th-btn.style5 {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.kleaner-template .th-btn.style5:hover {
    color: var(--theme-color)
}

.kleaner-template .th-btn.style5:hover:before,
.kleaner-template .th-btn.style5:hover:after {
    background-color: var(--white-color)
}

.kleaner-template .th-btn.style6 {
    background-color: var(--title-color)
}

.kleaner-template .th-btn.style6:hover {
    color: var(--theme-color);
    background-color: var(--white-color)
}

.kleaner-template .th-btn.style6:hover:before,
.kleaner-template .th-btn.style6:hover:after {
    background-color: var(--white-color)
}

.kleaner-template .th-btn.btn-fw {
    width: 100%
}

.kleaner-template .th-btn.btn-fw:before,
.kleaner-template .th-btn.btn-fw:after {
    display: none
}

.kleaner-template .th-btn.btn-fw:hover {
    background-color: var(--title-color)
}

.kleaner-template .th-btn.btn-sm {
    padding: 16px 25px;
    min-width: 152px
}

@media (max-width: 1399px) {
    .kleaner-template {
        --main-container: 1250px
    }
}

@media (min-width: 1560px) {
    .kleaner-template .th-container2 {
        width: 100%;
        max-width: 1560px;
        margin-left: auto;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .kleaner-template .th-container2 .container {
        --main-container: 1220px
    }

    .kleaner-template .th-container3 {
        width: 100%;
        max-width: 1560px;
        margin-left: 0;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }

    .kleaner-template .th-container3 .container {
        --main-container: 1220px
    }
}

@media (min-width: 1922px) {

    .kleaner-template .th-container3,
    .kleaner-template .th-container2 {
        margin-right: auto
    }
}

@media only screen and (min-width: 1300px) {

    .kleaner-template .container-xxl,
    .kleaner-template .container-xl,
    .kleaner-template .container-lg,
    .kleaner-template .container-md,
    .kleaner-template .container-sm,
    .kleaner-template .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2)
    }

    .kleaner-template .container-xxl.px-0,
    .kleaner-template .container-xl.px-0,
    .kleaner-template .container-lg.px-0,
    .kleaner-template .container-md.px-0,
    .kleaner-template .container-sm.px-0,
    .kleaner-template .container.px-0 {
        max-width: var(--main-container)
    }
}

@media only screen and (min-width: 1300px) {
    .kleaner-template .th-container {
        --main-container: 1720px
    }
}

@media only screen and (max-width: 1600px) {
    .kleaner-template .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .kleaner-template .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.kleaner-template .simple-icon {
    display: inline-block;
    font-size: 20px;
    background-color: var(--icon-bg, transparent);
    color: var(--title-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    border: 0;
    padding: 0
}

.kleaner-template .simple-icon:hover {
    color: var(--theme-color)
}

.kleaner-template .header-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-left: 20px;
    padding-left: 30px;
    position: relative;
    margin-right: 17px
}

@media (max-width: 1299px) {
    .kleaner-template .header-info-box {
        display: none
    }
}

.kleaner-template .header-info-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 30px;
    width: 1px;
    background-color: var(--th-border-color)
}

.kleaner-template .header-info-box__title {
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 1
}

.kleaner-template .header-info-box__icon {
    font-size: 30px;
    color: var(--theme-color)
}

.kleaner-template .header-info-box__text {
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
    color: var(--body-color)
}


.kleaner-template .header-info-box__link {
    color: var(--body-color);
    font-size: 14px
}

@media (max-width: 1600px) {
    .kleaner-template .header-info-box {
        display: none
    }
}

.kleaner-template .th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden
}

.kleaner-template .th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2)
}

.kleaner-template .th-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.kleaner-template .th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.kleaner-template .th-menu-wrapper .th-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.kleaner-template .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1
}

.kleaner-template .th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.kleaner-template .th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}


.kleaner-template .th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.kleaner-template .th-hero-bg {
    position: absolute;
    inset: 0
}

.kleaner-template .th-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.kleaner-template .hero-title {
    font-size: 84px;
    font-weight: 600;
    line-height: 1.11;
    margin-bottom: 30px;
    margin-top: -0.2em
}

.kleaner-template .hero-title .title1,
.kleaner-template .hero-title .title2 {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative
}

.kleaner-template .hero-1 {
    margin-top: -8px
}

.kleaner-template .hero-1 .hero-img {
    position: absolute;
    right: 7%;
    bottom: 0
}

@media (max-width: 1800px) {
    .kleaner-template .hero-1 .hero-img {
        right: 5%
    }
}

@media (max-width: 1650px) {
    .kleaner-template .hero-1 .hero-img {
        right: 0%
    }
}

@media (max-width: 1500px) {
    .kleaner-template .hero-1 .hero-img {
        right: 6%;
        max-width: 650px
    }
}

@media (max-width: 1299px) {
    .kleaner-template .hero-1 .hero-img {
        right: 2%
    }
}

@media (max-width: 1199px) {
    .kleaner-template .hero-1 .hero-img {
        max-width: 565px
    }
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap {
    position: absolute;
    bottom: 0px;
    width: 654px;
    height: 700px;
    z-index: -1
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .left {
    position: absolute;
    bottom: -8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 {
    position: absolute;
    bottom: 0;
    top: -25px;
    left: 205px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 .bg-shape {
    background: var(--theme-color);
    display: inline-block;
    height: 300px;
    margin-top: 76px;
    position: relative;
    width: 76px;
    border-top-left-radius: 2px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-1 .bg-shape:before {
    border-bottom: 67px solid var(--theme-color);
    border-left: 76px solid transparent;
    border-right: 0px solid transparent;
    content: "";
    height: 0px;
    left: 0px;
    position: absolute;
    top: -66px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape-2 {
    position: absolute;
    bottom: 0;
    top: -140px;
    left: 295px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape {
    background: var(--theme-color2);
    display: inline-block;
    height: 300px;
    margin-top: 76px;
    position: relative;
    width: 76px;
    border-top-left-radius: 2px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .left .bg-shape:before {
    border-bottom: 67px solid var(--theme-color2);
    border-left: 76px solid transparent;
    border-right: 0px solid transparent;
    content: "";
    height: 0px;
    left: 0px;
    position: absolute;
    top: -66px;
    width: 0
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .right {
    position: absolute;
    bottom: -22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 27%;
    bottom: 98%
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 {
    position: absolute;
    bottom: 0;
    top: -85px;
    left: 254px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 .bg-shape {
    background: var(--theme-color2);
    display: inline-block;
    height: 300px;
    margin-top: 76px;
    position: relative;
    width: 76px;
    border-top-left-radius: 2px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-3 .bg-shape:before {
    border-bottom: 67px solid var(--theme-color2);
    border-left: 76px solid var(--theme-color2);
    border-right: 0px solid transparent;
    border-top: 66px solid transparent;
    content: "";
    height: 0px;
    left: 0px;
    position: absolute;
    top: -66px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape-4 {
    position: absolute;
    bottom: 0;
    top: 54px;
    left: 343px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape {
    background: var(--theme-color);
    display: inline-block;
    height: 300px;
    margin-top: 76px;
    position: relative;
    width: 76px;
    border-top-left-radius: 2px
}

.kleaner-template .hero-1 .hero-img .hero-img-bg-shape-wrap .right .bg-shape:before {
    border-bottom: 67px solid var(--theme-color);
    border-left: 76px solid var(--theme-color);
    border-right: 0px solid transparent;
    border-top: 66px solid transparent;
    content: "";
    height: 0px;
    left: 0px;
    position: absolute;
    top: -66px
}

.kleaner-template .hero-1 .hero-shape4 {
    bottom: 0;
    left: 0
}

.kleaner-template .hero-1:hover path {
    -webkit-animation: fillAni 14s ease-in-out;
    animation: fillAni 14s ease-in-out
}

.kleaner-template .hero-1,
.kleaner-template .hero-2 {
    overflow: hidden
}

.kleaner-template .hero-1 .shape-1,
.kleaner-template .hero-2 .shape-1 {
    top: 30%;
    left: 7%;
    z-index: -1
}

@media (max-width: 1700px) {

    .kleaner-template .hero-1 .shape-1,
    .kleaner-template .hero-2 .shape-1 {
        left: 2%
    }
}

@media (max-width: 1500px) {

    .kleaner-template .hero-1 .shape-1,
    .kleaner-template .hero-2 .shape-1 {
        display: none
    }
}

.kleaner-template .hero-1 .shape-2,
.kleaner-template .hero-2 .shape-2 {
    top: 23%;
    left: 40%
}

@media (max-width: 991px) {

    .kleaner-template .hero-1 .shape-2,
    .kleaner-template .hero-2 .shape-2 {
        top: 12%;
        left: 14%
    }
}

@media (max-width: 767px) {

    .kleaner-template .hero-1 .shape-2,
    .kleaner-template .hero-2 .shape-2 {
        top: 16%;
        left: 17%;
        width: 50px
    }
}

.kleaner-template .hero-1 .shape-3,
.kleaner-template .hero-2 .shape-3 {
    top: 25%;
    right: 4%
}

@media (max-width: 575px) {

    .kleaner-template .hero-1 .shape-3,
    .kleaner-template .hero-2 .shape-3 {
        top: 15%
    }
}

.kleaner-template .hero-1 .shape-4,
.kleaner-template .hero-2 .shape-4 {
    bottom: 7%;
    left: 5%
}

.kleaner-template .hero-1 .shape-5,
.kleaner-template .hero-2 .shape-5 {
    bottom: 0%;
    left: 35%
}

@media (max-width: 1500px) {

    .kleaner-template .hero-1 .shape-5,
    .kleaner-template .hero-2 .shape-5 {
        max-width: 200px
    }
}

@media (max-width: 1199px) {

    .kleaner-template .hero-1 .shape-5,
    .kleaner-template .hero-2 .shape-5 {
        display: none
    }
}

.kleaner-template .hero-1 .shape-6,
.kleaner-template .hero-2 .shape-6 {
    bottom: 9%;
    right: 5%
}

@media (max-width: 1700px) {

    .kleaner-template .hero-1 .shape-6,
    .kleaner-template .hero-2 .shape-6 {
        right: 2%
    }
}

@media (max-width: 1299px) {

    .kleaner-template .hero-1 .shape-6,
    .kleaner-template .hero-2 .shape-6 {
        display: none
    }
}


.kleaner-template .hero-2 {
    overflow: hidden
}

.kleaner-template .hero-2 .th-hero-bg2 {
    position: absolute;
    inset: 0
}

.kleaner-template .hero-2 .th-hero-bg2 img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.kleaner-template .hero-2 .hero-bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 1;
    height: 68px;
    background: var(--theme-color2)
}

.kleaner-template .hero-2 .hero-bottom-shape img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.kleaner-template .hero-2 .icon-box {
    position: absolute;
    top: calc(50% - 20px);
    left: 7%;
    width: 56px
}

@media (max-width: 1500px) {
    .kleaner-template .hero-2 .icon-box {
        left: 5px
    }
}

@media (max-width: 1399px) {
    .kleaner-template .hero-2 .icon-box {
        display: none
    }
}

.kleaner-template .hero-2 .icon-box .slider-arrow {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

.kleaner-template .hero-2 .icon-box .slider-arrow:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.kleaner-template .hero-2 .icon-box .slider-arrow:first-child {
    margin-bottom: 10px
}

.kleaner-template .hero-2 .shape-1 {
    z-index: 1
}

.kleaner-template .hero-2 .shape-4 {
    bottom: 16%;
    left: 5%;
    z-index: 1
}

@media (max-width: 575px) {
    .kleaner-template .hero-2 .shape-4 {
        display: none
    }
}

.kleaner-template .btn-group .arrow {
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px)
}



.kleaner-template .hero-style2 {
    position: relative;
    z-index: 6;
    padding: 340px 0 265px;
    max-width: 690px
}

@media (max-width: 1399px) {
    .kleaner-template .hero-style2 {
        padding: 340px 0 245px
    }
}

@media (max-width: 1199px) {
    .kleaner-template .hero-style2 {
        padding: 300px 0 205px
    }
}

@media (max-width: 991px) {
    .kleaner-template .hero-style2 {
        padding: 271px 0 175px
    }
}

@media (max-width: 767px) {
    .kleaner-template .hero-style2 {
        padding: 240px 0 135px
    }
}

@media (max-width: 375px) {
    .kleaner-template .hero-style2 {
        padding: 210px 0 95px
    }
}

.kleaner-template .hero-style2 .hero-title {
    color: var(--white-color);
    margin-bottom: 12px;
    font-weight: 800
}

@media (max-width: 1500px) {
    .kleaner-template .hero-style2 .hero-title {
        font-size: 84px
    }
}

@media (max-width: 767px) {
    .kleaner-template .hero-style2 .hero-title {
        font-size: 55px
    }
}

@media (max-width: 575px) {
    .kleaner-template .hero-style2 .hero-title {
        font-size: 45px
    }
}

@media (max-width: 375px) {
    .kleaner-template .hero-style2 .hero-title {
        font-size: 34px
    }
}

.kleaner-template .hero-style2 .sub-title {
    margin-bottom: 25px;
    color: var(--theme-color2);
    gap: 22px;
    letter-spacing: normal;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .kleaner-template .hero-style2 .sub-title {
        margin-bottom: 14px
    }
}

.kleaner-template .hero-style2 .hero-text {
    color: var(--white-color);
    margin-bottom: 32px
}

.kleaner-template .hero-style2 .sub-title:before {
    background-color: var(--theme-color2)
}

.kleaner-template .hero-style2 .sub-title::after {
    height: 8px;
    width: 8px;
    background-color: var(--theme-color2);
    position: absolute;
    left: 60px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.kleaner-template .hero-style2 .round-line {
    position: relative;
    padding-left: 30px;
    padding-right: 41px
}

@media (max-width: 375px) {
    .kleaner-template .hero-style2 .round-line {
        padding-left: 20px;
        padding-right: 10px
    }
}

.kleaner-template .hero-style2 .round-line::after {
    content: '';
    height: 105px;
    width: 115%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzExIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDMxMSAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMDcuODggMjUuMTgzMkMzMDguNjY3IDMwLjAyOTIgMzA1LjkwMiAzNS43MDA5IDI5OS4wMzYgNDEuOTQyN0MyOTIuMjQ2IDQ4LjExNTggMjgxLjg2NCA1NC40NDUyIDI2OC41NzEgNjAuNTMzN0MyNDIuMDE0IDcyLjY5ODQgMjA0LjI2OSA4My43MDkgMTYxLjY0NiA5MC42MjlDMTE5LjAyMiA5Ny41NDkgNzkuNzMyNiA5OS4wNDUgNTAuNjkwNiA5NS45MDY5QzM2LjE1NSA5NC4zMzYzIDI0LjMwMzQgOTEuNjE2NyAxNS45MDg5IDg3LjkwODdDNy40MjExNCA4NC4xNTk3IDMuMDAzNzQgNzkuNjU0MSAyLjIxNjk4IDc0LjgwOEMxLjQzMDIyIDY5Ljk2MiA0LjE5NTMyIDY0LjI5MDMgMTEuMDYxIDU4LjA0ODVDMTcuODUxMyA1MS44NzU0IDI4LjIzMzggNDUuNTQ2IDQxLjUyNiAzOS40NTc1QzY4LjA4MzUgMjcuMjkyOCAxMDUuODI4IDE2LjI4MjIgMTQ4LjQ1MiA5LjM2MjIzQzE5MS4wNzUgMi40NDIyMyAyMzAuMzY1IDAuOTQ2MjM2IDI1OS40MDcgNC4wODQzQzI3My45NDIgNS42NTQ5MSAyODUuNzk0IDguMzc0NTUgMjk0LjE4OCAxMi4wODI1QzMwMi42NzYgMTUuODMxNSAzMDcuMDk0IDIwLjMzNzIgMzA3Ljg4IDI1LjE4MzJaIiBzdHJva2U9IiNGRkM3MDIiIHN0cm9rZS13aWR0aD0iNCIvPgo8L3N2Zz4K");
    background-size: 316px 108px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -7px;
    left: -5px;
    -webkit-animation: roundFill 3s linear infinite;
    animation: roundFill 3s linear infinite;
    z-index: -1
}

@media (max-width: 767px) {
    .kleaner-template .hero-style2 .round-line::after {
        height: 88px;
        width: 102%;
        background-size: 211px 108px;
        left: 1px
    }
}

@media (max-width: 575px) {
    .kleaner-template .hero-style2 .round-line::after {
        height: 86px;
        width: 86%;
        background-size: 172px 111px;
        left: 5px
    }
}

@media (max-width: 375px) {
    .kleaner-template .hero-style2 .round-line::after {
        height: 82px;
        width: 41%;
        background-size: 128px 114px;
        left: 9px
    }
}

@-webkit-keyframes roundFill {
    0% {
        width: 0
    }

    60% {
        width: 100%;
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes roundFill {
    0% {
        width: 0
    }

    60% {
        width: 100%;
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.kleaner-template .hero2-bottom-from-area {
    background-color: var(--theme-color2);
    padding: 30px 0 47px
}

.kleaner-template .hero2-bottom-from-area .hero-from-top-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    z-index: 2;
    height: 95px;
    background: var(--theme-color2)
}

@media (max-width: 1380px) {
    .kleaner-template .hero2-bottom-from-area .hero-from-top-shape {
        top: -60px
    }
}

@media (max-width: 650px) {
    .kleaner-template .hero2-bottom-from-area .hero-from-top-shape {
        top: -37px;
        height: 60px
    }
}

@media (max-width: 375px) {
    .kleaner-template .hero2-bottom-from-area .hero-from-top-shape {
        display: none
    }
}

.kleaner-template .hero2-bottom-from-area .hero-form-wrap .form-title {
    font-size: 30px;
    text-align: center;
    line-height: 1.33;
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .kleaner-template .hero2-bottom-from-area .hero-form-wrap .form-title {
        font-size: 26px
    }
}

.kleaner-template .hero2-bottom-from-area .hero-form-wrap .form-group>i.fa-chevron-down {
    color: var(--smoke-color);
    background: transparent;
    z-index: 3
}

.kleaner-template .hero2-bottom-from-area select::-webkit-input-placeholder,
.kleaner-template .hero2-bottom-from-area .form-control::-webkit-input-placeholder,
.kleaner-template .hero2-bottom-from-area .form-select::-webkit-input-placeholder,
.kleaner-template .hero2-bottom-from-area textarea::-webkit-input-placeholder,
.kleaner-template .hero2-bottom-from-area input::-webkit-input-placeholder {
    font-size: 14px
}

.kleaner-template .hero2-bottom-from-area select::-moz-placeholder,
.kleaner-template .hero2-bottom-from-area .form-control::-moz-placeholder,
.kleaner-template .hero2-bottom-from-area .form-select::-moz-placeholder,
.kleaner-template .hero2-bottom-from-area textarea::-moz-placeholder,
.kleaner-template .hero2-bottom-from-area input::-moz-placeholder {
    font-size: 14px
}

.kleaner-template .hero2-bottom-from-area select:-ms-input-placeholder,
.kleaner-template .hero2-bottom-from-area .form-control:-ms-input-placeholder,
.kleaner-template .hero2-bottom-from-area .form-select:-ms-input-placeholder,
.kleaner-template .hero2-bottom-from-area textarea:-ms-input-placeholder,
.kleaner-template .hero2-bottom-from-area input:-ms-input-placeholder {
    font-size: 14px
}

.kleaner-template .hero2-bottom-from-area select::-ms-input-placeholder,
.kleaner-template .hero2-bottom-from-area .form-control::-ms-input-placeholder,
.kleaner-template .hero2-bottom-from-area .form-select::-ms-input-placeholder,
.kleaner-template .hero2-bottom-from-area textarea::-ms-input-placeholder,
.kleaner-template .hero2-bottom-from-area input::-ms-input-placeholder {
    font-size: 14px
}

.kleaner-template .hero2-bottom-from-area select::placeholder,
.kleaner-template .hero2-bottom-from-area .form-control::placeholder,
.kleaner-template .hero2-bottom-from-area .form-select::placeholder,
.kleaner-template .hero2-bottom-from-area textarea::placeholder,
.kleaner-template .hero2-bottom-from-area input::placeholder {
    font-size: 14px
}

.kleaner-template .hero2-animated-bubble {
    opacity: 0
}

.kleaner-template .hero2-animated-bubble {
    opacity: 1
}

.kleaner-template .hero2-animated-bubble .bubbles {
    position: absolute;
    z-index: 9
}

.kleaner-template .hero2-animated-bubble .bubbles:first-child {
    bottom: 20%;
    left: 10%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -6.57s;
    animation: bubble-animation 4.5s infinite ease-in -6.57s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(2) {
    bottom: 10%;
    left: 8%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -5.07s;
    animation: bubble-animation 4.5s infinite ease-in -5.07s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(3) {
    bottom: 5%;
    left: 12%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -6.73s;
    animation: bubble-animation 4.5s infinite ease-in -6.73s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(4) {
    bottom: 26%;
    left: 6%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -4.04s;
    animation: bubble-animation 4.5s infinite ease-in -4.04s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(5) {
    bottom: 44%;
    left: 11%;
    -webkit-animation: up 7.5s;
    animation: up 7.5s;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.11s;
    animation: bubble-animation 4.5s infinite ease-in -3.11s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(6) {
    top: 7%;
    left: 8%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -5.95s;
    animation: bubble-animation 4.5s infinite ease-in -5.95s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(7) {
    top: 35%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.68s;
    animation: bubble-animation 4.5s infinite ease-in -3.68s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(8) {
    bottom: 40%;
    left: 5%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -3.89s;
    animation: bubble-animation 4.5s infinite ease-in -3.89s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(9) {
    top: 1%;
    left: 12%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -2.09s;
    animation: bubble-animation 4.5s infinite ease-in -2.09s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(10) {
    bottom: 22%;
    left: 11.5%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -2.96s;
    animation: bubble-animation 4.5s infinite ease-in -2.96s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(11) {
    bottom: 28%;
    left: 11%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -1.126s;
    animation: bubble-animation 4.5s infinite ease-in -1.126s
}

.kleaner-template .hero2-animated-bubble .bubbles:nth-child(12) {
    top: 36%;
    left: 11%;
    -webkit-animation: bubble-animation 4.5s infinite ease-in -2.96s;
    animation: bubble-animation 4.5s infinite ease-in -2.96s
}

.kleaner-template select,
.kleaner-template .form-control,
.kleaner-template .form-select,
.kleaner-template textarea,
.kleaner-template input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid var(--th-border-color);
    color: var(--body-color);
    border-radius: 27px;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--white-color)
}

.kleaner-template select:focus,
.kleaner-template .form-control:focus,
.kleaner-template .form-select:focus,
.kleaner-template textarea:focus,
.kleaner-template input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--th-border-color);
    background-color: var(--smoke-color2)
}

.kleaner-template select::-moz-placeholder,
.kleaner-template .form-control::-moz-placeholder,
.kleaner-template .form-select::-moz-placeholder,
.kleaner-template textarea::-moz-placeholder,
.kleaner-template input::-moz-placeholder {
    color: var(--body-color)
}

.kleaner-template select::-webkit-input-placeholder,
.kleaner-template .form-control::-webkit-input-placeholder,
.kleaner-template .form-select::-webkit-input-placeholder,
.kleaner-template textarea::-webkit-input-placeholder,
.kleaner-template input::-webkit-input-placeholder {
    color: var(--body-color)
}

.kleaner-template select:-ms-input-placeholder,
.kleaner-template .form-control:-ms-input-placeholder,
.kleaner-template .form-select:-ms-input-placeholder,
.kleaner-template textarea:-ms-input-placeholder,
.kleaner-template input:-ms-input-placeholder {
    color: var(--body-color)
}

.kleaner-template select::-webkit-input-placeholder,
.kleaner-template .form-control::-webkit-input-placeholder,
.kleaner-template .form-select::-webkit-input-placeholder,
.kleaner-template textarea::-webkit-input-placeholder,
.kleaner-template input::-webkit-input-placeholder {
    color: var(--body-color)
}

.kleaner-template select::-moz-placeholder,
.kleaner-template .form-control::-moz-placeholder,
.kleaner-template .form-select::-moz-placeholder,
.kleaner-template textarea::-moz-placeholder,
.kleaner-template input::-moz-placeholder {
    color: var(--body-color)
}

.kleaner-template select:-ms-input-placeholder,
.kleaner-template .form-control:-ms-input-placeholder,
.kleaner-template .form-select:-ms-input-placeholder,
.kleaner-template textarea:-ms-input-placeholder,
.kleaner-template input:-ms-input-placeholder {
    color: var(--body-color)
}

.kleaner-template select::-ms-input-placeholder,
.kleaner-template .form-control::-ms-input-placeholder,
.kleaner-template .form-select::-ms-input-placeholder,
.kleaner-template textarea::-ms-input-placeholder,
.kleaner-template input::-ms-input-placeholder {
    color: var(--body-color)
}

.kleaner-template select::placeholder,
.kleaner-template .form-control::placeholder,
.kleaner-template .form-select::placeholder,
.kleaner-template textarea::placeholder,
.kleaner-template input::placeholder {
    color: var(--body-color)
}

.kleaner-template .form-select,
.kleaner-template select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.kleaner-template .form-select.style2,
.kleaner-template select.style2 {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E")
}

.kleaner-template textarea.form-control,
.kleaner-template textarea {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 17px
}

.kleaner-template textarea.form-control.style2,
.kleaner-template textarea.style2 {
    min-height: 100px
}

.kleaner-template .form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.kleaner-template .form-group.style-border input {
    background-color: transparent;
    border: 1px solid var(--th-border-color)
}

.kleaner-template .form-group.style-border textarea {
    background-color: transparent;
    border: 1px solid var(--th-border-color)
}

.kleaner-template .form-group.style-white input {
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color)
}

.kleaner-template .form-group.style-white textarea {
    background-color: var(--white-color);
    border: 1px solid var(--smoke-color)
}

.kleaner-template .form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}

.kleaner-template .form-group>i.fa-envelope {
    padding-top: 1px
}

.kleaner-template .form-group>i.fa-comment {
    margin-top: -2px
}

.kleaner-template .form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color2)
}

.kleaner-template .form-group.has-label>i {
    top: 50px
}

.kleaner-template [class*="col-"].form-group>i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}

.kleaner-template .form-rounded-10 .form-control,
.kleaner-template .form-rounded-10 .form-select {
    border-radius: 10px !important
}

.kleaner-template .form-rounded-10 .th-btn {
    border-radius: 10px
}

.kleaner-template option:checked,
.kleaner-template option:focus,
.kleaner-template option:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.kleaner-template input::-webkit-outer-spin-button,
.kleaner-template input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.kleaner-template input[type="number"] {
    -moz-appearance: textfield
}

.kleaner-template input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

.kleaner-template input[type="checkbox"]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.kleaner-template input[type="checkbox"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

.kleaner-template input[type="checkbox"]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--th-border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px
}

.kleaner-template input[type="checkbox"].style2~label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em
}

.kleaner-template input[type="checkbox"].style2~label:before {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #8B929C;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px
}

.kleaner-template input[type="checkbox"].style2:checked~label:before {
    color: var(--theme-color)
}

.kleaner-template input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

.kleaner-template input[type="radio"]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0
}

.kleaner-template input[type="radio"]~label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.kleaner-template input[type="radio"]:checked~label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

.kleaner-template label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

.kleaner-template textarea.is-invalid,
.kleaner-template select.is-invalid,
.kleaner-template input.is-invalid,
.kleaner-template .was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none
}

.kleaner-template textarea.is-invalid:focus,
.kleaner-template select.is-invalid:focus,
.kleaner-template input.is-invalid:focus,
.kleaner-template .was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

.kleaner-template textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem)
}

.kleaner-template .row.no-gutters>.form-group {
    margin-bottom: 0
}

.kleaner-template .form-messages {
    display: none
}

.kleaner-template .form-messages.mb-0 * {
    margin-bottom: 0
}

.kleaner-template .form-messages.success {
    color: var(--success-color);
    display: block
}

.kleaner-template .form-messages.error {
    color: var(--error-color);
    display: block
}

.kleaner-template .form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit
}

.kleaner-template .swiper-wrapper.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.kleaner-template .th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px
}

.kleaner-template .th-slider.has-shadow .swiper-wrapper {
    padding: 25px 0
}

.kleaner-template .swiper-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.kleaner-template .swiper-fade .swiper-slide-prev {
    opacity: 0
}

.kleaner-template .swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 50px 0 -7px 0;
    line-height: 10px;
    height: 10px
}

.kleaner-template .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--theme-color);
    position: relative;
    cursor: pointer
}

.kleaner-template .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    inset: -5px;
    border: 1px solid var(--theme-color);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.kleaner-template .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.kleaner-template .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.kleaner-template .style-2.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 4px;
    --swiper-pagination-bullet-horizontal-gap: 0px;
    margin: 0px;
    opacity: 1;
    background-color: var(--theme-color);
    position: relative;
    cursor: pointer;
    width: 20%;
    border-radius: 0;
    background-color: var(--th-border-color)
}



.kleaner-template .sec-title {
    margin-bottom: calc(var(--section-title-space) - 11px);
    margin-top: 0.4em;
    text-transform: capitalize
}

.kleaner-template .text-theme {
    color: var(--theme-color) !important;
}

.kleaner-template .sub-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
    letter-spacing: 4px;
    color: var(--theme-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -0.34em
}

.kleaner-template .sub-title::before {
    content: '';
    height: 2px;
    width: 60px;
    background: var(--theme-color);
    display: inline-block
}

@media (max-width: 375px) {
    .kleaner-template .sub-title::before {
        display: none
    }
}

.kleaner-template .sub-title::after {
    content: '';
    height: 2px;
    width: 60px;
    background: var(--theme-color);
    display: inline-block
}

@media (max-width: 375px) {
    .kleaner-template .sub-title::after {
        display: none
    }
}

@media (max-width: 1199px) {
    .kleaner-template .sub-title.lg-after-none:after {
        display: none
    }
}

.kleaner-template .sub-title.after-none::after {
    display: none
}

.kleaner-template .sub-title.before-none::before {
    display: none
}

.kleaner-template .sub-title:has(img) {
    margin-top: 0
}

.kleaner-template .sub-title.style-theme2 {
    color: var(--theme-color2)
}

.kleaner-template .sub-title.style-theme2:before {
    background-color: var(--theme-color2)
}

.kleaner-template .sub-title.style-theme2::after {
    background-color: var(--theme-color2)
}

.kleaner-template .sub-title.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.14em
}

.kleaner-template .sub-title img {
    margin: -11px 10px 0 0
}

.kleaner-template .sub-title i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .kleaner-template .sub-title i {
        font-size: 24px
    }
}

.kleaner-template .sub-title.style-3 {
    position: relative;
    color: var(--theme-color3)
}

.kleaner-template .sub-title.style-3:before {
    display: none
}

.kleaner-template .sub-title.style-3:after {
    display: none
}

.kleaner-template .sub-title.style-3 .left {
    height: 2px;
    width: 60px;
    background-color: var(--theme-color3);
    display: block;
    margin-right: 8px;
    position: relative
}

.kleaner-template .sub-title.style-3 .left::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color3);
    top: -3px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 450px) {
    .kleaner-template .sub-title.style-3 .left {
        display: none
    }
}

.kleaner-template .sub-title.style-3 .right {
    height: 2px;
    width: 60px;
    background-color: var(--theme-color3);
    display: block;
    margin-left: 8px;
    position: relative
}

.kleaner-template .sub-title.style-3 .right::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color3);
    top: -3px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 450px) {
    .kleaner-template .sub-title.style-3 .right {
        display: none
    }
}

.kleaner-template .sub-title2 {
    display: block;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color4);
    margin-bottom: 24px;
    padding-top: 5px;
    text-transform: uppercase;
    line-height: 28px
}

.kleaner-template .sub-title2:has(img) {
    margin-top: 0
}

.kleaner-template .sub-title2.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.14em
}

.kleaner-template .sub-title2 img {
    margin: -14px 10px 0 0
}

.kleaner-template .sub-title2 i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .kleaner-template .sub-title2 i {
        font-size: 24px
    }
}

@media (max-width: 1199px) {
    .kleaner-template .title-area.text-center.text-xl-start .sub-title {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.kleaner-template .box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em
}

.kleaner-template .box-title a {
    color: inherit
}

.kleaner-template .box-title a:hover {
    color: var(--theme-color)
}

.kleaner-template .box-subtitle {
    margin-bottom: 8px
}

.kleaner-template .box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -0.35em
}

.kleaner-template .box-title2 a {
    color: inherit
}

.kleaner-template .box-title2 a:hover {
    color: var(--theme-color)
}

.kleaner-template .title-area {
    margin-bottom: calc(var(--section-title-space) - 11px);
    position: relative;
    z-index: 2
}

.kleaner-template .title-area .sec-title {
    margin-bottom: 18px
}

.kleaner-template .title-area.mb-0 .sec-title {
    margin-bottom: -0.24em
}

.kleaner-template .title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px
}

.kleaner-template .mb-32 {
    margin-bottom: 32px
}

.kleaner-template hr.title-line {
    margin-top: 0;
    background-color: var(--th-border-color);
    opacity: 1
}

.kleaner-template .sec-btn {
    text-align: center
}

.kleaner-template .sec-btn,
.kleaner-template .title-line {
    margin-bottom: var(--section-title-space)
}

.kleaner-template .shadow-title {
    font-family: var(--title-font);
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: -webkit-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.55em 0 -0.45em -0.25em
}

.kleaner-template .shadow-title.color2 {
    background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
    background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%)
}

.kleaner-template .shadow-title.color3 {
    background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
    background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%)
}


.kleaner-template .about-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background-color: var(--smoke-color2);
    border-radius: 15px;
    padding: 10px 15px;
    max-width: 244px;
    text-align: left
}

.kleaner-template .about-feature-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--th-border-color)
}

@media (max-width: 767px) {
    .kleaner-template .about-feature-wrap {
        gap: 20px
    }
}

.kleaner-template .about-feature .box-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: -0.34em;
    margin-bottom: -0.34em
}

.kleaner-template .about-sec-2-left .img-box1 {
    text-align: start
}

@media (max-width: 1199px) {
    .kleaner-template .about-sec-2-left .img-box1 {
        text-align: center
    }
}

.kleaner-template .about-sec-2-left .img-box1 .shape1 {
    border: 8px solid var(--white-color);
    height: 218px;
    width: 218px;
    border-radius: 50%;
    top: 36px;
    right: 43px
}

.kleaner-template .about-sec-2-left .img-box1 .shape1 img {
    border-radius: 50%
}

@media (max-width: 1299px) {
    .kleaner-template .about-sec-2-left .img-box1 .shape1 {
        right: -21px
    }
}

.kleaner-template .about-sec-2-left .img2 img {
    border-radius: 40px
}

.kleaner-template .about-sec-2-left .year-counter {
    top: 62%;
    right: -20px;
    text-align: center
}

@media (max-width: 1299px) {
    .kleaner-template .about-sec-2-left .year-counter {
        top: 65%;
        right: -59px
    }
}

.kleaner-template .about-sec-2-left .year-counter_text-big {
    font-size: 34px;
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .kleaner-template .about-sec-2-left .year-counter_text-big {
        margin-bottom: 7px
    }
}

.kleaner-template .about-sec-2 .title-area {
    margin-bottom: 30px
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap {
    max-width: 500px
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 28px
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__box:last-child {
    margin-bottom: 0
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__box:hover .about-bottom__icon i {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__box:nth-child(2) .about-bottom__icon {
    background-color: var(--theme-color2);
    color: var(--black-color)
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__box:nth-child(3) .about-bottom__icon {
    background-color: #8CC63F;
    color: var(--black-color)
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 24px;
    color: var(--white-color);
    font-size: 32px
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__icon i {
    -webkit-transition: .4s;
    transition: .4s
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__box-title {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: -0.15em
}

.kleaner-template .about-sec-2 .about-bottom-box-wrap .about-bottom__box-text {
    margin-bottom: -0.15em
}

.kleaner-template .about-sec-2-left .img-box1 .shape1 {
    border: 8px solid var(--white-color);
    height: 218px;
    width: 218px;
    border-radius: 50%;
    top: 36px;
    right: 43px
}

.kleaner-template .img-box1 .shape1 {
    position: absolute;
    top: 54%;
    right: 26px;
    z-index: 3;
    border-radius: 20px
}

.kleaner-template .img-box1 {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%
}

.kleaner-template .jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.kleaner-template .jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.kleaner-template .spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.kleaner-template img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}


.kleaner-template .year-counter {
    position: absolute;
    right: -10px;
    top: 80px
}

@media (max-width: 1299px) {
    .kleaner-template .year-counter {
        right: -70px
    }
}

@media (max-width: 767px) {
    .kleaner-template .year-counter {
        position: static
    }
}

.kleaner-template .year-counter_number {
    font-family: var(--title-font);
    font-size: 70px;
    font-weight: 700;
    color: var(--theme-color);
    line-height: 50px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .kleaner-template .year-counter_number {
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .kleaner-template .year-counter_number {
        font-size: 50px;
        margin-bottom: 0
    }
}

.kleaner-template .year-counter .rotate-text {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 767px) {
    .kleaner-template .year-counter .rotate-text {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        margin-top: 25px
    }
}

.kleaner-template .year-counter_text-small {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    text-align: start
}

@media (max-width: 767px) {
    .kleaner-template .year-counter_text-small {
        text-align: center
    }
}

.kleaner-template .year-counter_text-big {
    font-size: 36px;
    color: #A1A6B0;
    margin-bottom: 84px
}

@media (max-width: 767px) {
    .kleaner-template .year-counter_text-big {
        margin-bottom: 3px
    }
}

.kleaner-template .space,
.kleaner-template .space-bottom {
    padding-bottom: var(--section-space)
}





.kleaner-template .counter-card {
    --border-color: #D4D4D4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.kleaner-template .counter-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width: 1550px) {
    .kleaner-template .counter-card-wrap {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width: 991px) {
    .kleaner-template .counter-card-wrap {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 767px) {
    .kleaner-template .counter-card-wrap {
        padding-left: 10px;
        padding-right: 10px
    }
}

.kleaner-template .counter-card-wrap::before {
    content: "";
    position: absolute;
    left: -10%;
    top: 0;
    width: 120%;
    height: 100%;
    background: var(--smoke-color2);
    z-index: -1;
    border-radius: 200px
}

@media (max-width: 1600px) {
    .kleaner-template .counter-card-wrap::before {
        left: -5%;
        width: 110%
    }
}

@media (max-width: 1450px) {
    .kleaner-template .counter-card-wrap::before {
        left: -3%;
        width: 106%
    }
}

@media (max-width: 1330px) {
    .kleaner-template .counter-card-wrap::before {
        left: -2%;
        width: 104%
    }
}

@media (max-width: 1299px) {
    .kleaner-template .counter-card-wrap::before {
        left: -3%;
        width: 106%
    }
}

@media (max-width: 991px) {
    .kleaner-template .counter-card-wrap::before {
        left: -5%;
        width: 110%;
        border-radius: 0
    }
}

@media (max-width: 575px) {
    .kleaner-template .counter-card-wrap::before {
        left: 0;
        width: 100%
    }
}

@media (max-width: 991px) {
    .kleaner-template .counter-card-wrap .right-shape {
        display: none
    }
}

.kleaner-template .counter-card-wrap .right-shape:last-child {
    display: none
}

.kleaner-template .counter-card .box-number {
    font-size: 84px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: -0.12em
}

@media (max-width: 1299px) {
    .kleaner-template .counter-card .box-number {
        font-size: 65px
    }
}

@media (max-width: 1199px) {
    .kleaner-template .counter-card .box-number {
        font-size: 45px
    }
}

@media (max-width: 991px) {
    .kleaner-template .counter-card .box-number {
        font-size: 35px
    }
}

@media (max-width: 767px) {
    .kleaner-template .counter-card .box-number {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .kleaner-template .counter-card .box-number {
        font-size: 32px
    }
}

@media (max-width: 375px) {
    .kleaner-template .counter-card .box-number {
        font-size: 30px
    }
}

.kleaner-template .counter-card .box-number .counter-number {
    color: var(--title-color);
    font-size: 84px;
    font-weight: 900
}

@media (max-width: 1299px) {
    .kleaner-template .counter-card .box-number .counter-number {
        font-size: 75px
    }
}

@media (max-width: 1199px) {
    .kleaner-template .counter-card .box-number .counter-number {
        font-size: 60px
    }
}

@media (max-width: 991px) {
    .kleaner-template .counter-card .box-number .counter-number {
        font-size: 45px
    }
}

@media (max-width: 767px) {
    .kleaner-template .counter-card .box-number .counter-number {
        font-size: 35px
    }
}

@media (max-width: 575px) {
    .kleaner-template .counter-card .box-number .counter-number {
        font-size: 30px
    }
}

@media (max-width: 375px) {
    .kleaner-template .counter-card .box-number .counter-number {
        font-size: 28px
    }
}

.kleaner-template .counter-card .box-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--body-color)
}

@media (max-width: 991px) {
    .kleaner-template .counter-card .box-text {
        font-size: 16px
    }
}

.kleaner-template .counter-card .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1199px) {
    .kleaner-template .counter-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 20px
    }

    .kleaner-template .counter-card .box-number {
        margin-bottom: 5px
    }
}

@media (max-width: 767px) {
    .kleaner-template .counter-card {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding-left: 10px;
        padding-right: 10px
    }

    .kleaner-template .counter-card-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }
}

@media (max-width: 767px) and (max-width: 375px) {
    .kleaner-template .counter-card-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767px) {

    .kleaner-template .counter-card:nth-child(1),
    .kleaner-template .counter-card:nth-child(3) {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.kleaner-template .counter-card-wrap.style2:before {
    display: none
}

@media (max-width: 375px) {
    .kleaner-template .counter-card-wrap.style2 {
        gap: 30px
    }
}

@media (max-width: 375px) {
    .kleaner-template .counter-card-wrap.style2 .counter-card {
        margin-bottom: 0px;
        padding-bottom: 0
    }
}

.kleaner-template .counter-card-wrap.style2 .box-number {
    font-size: 54px;
    margin-bottom: 0px;
    font-weight: 400
}

@media (max-width: 1199px) {
    .kleaner-template .counter-card-wrap.style2 .box-number {
        font-size: 48px
    }
}

@media (max-width: 991px) {
    .kleaner-template .counter-card-wrap.style2 .box-number {
        font-size: 42px
    }
}

@media (max-width: 767px) {
    .kleaner-template .counter-card-wrap.style2 .box-number {
        font-size: 38px
    }
}

@media (max-width: 575px) {
    .kleaner-template .counter-card-wrap.style2 .box-number {
        font-size: 30px
    }
}

.kleaner-template .counter-card-wrap.style2 .box-number .counter-number {
    font-weight: 700;
    font-size: 64px
}

@media (max-width: 1199px) {
    .kleaner-template .counter-card-wrap.style2 .box-number .counter-number {
        font-size: 58px
    }
}

@media (max-width: 991px) {
    .kleaner-template .counter-card-wrap.style2 .box-number .counter-number {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .kleaner-template .counter-card-wrap.style2 .box-number .counter-number {
        font-size: 45px
    }
}

@media (max-width: 575px) {
    .kleaner-template .counter-card-wrap.style2 .box-number .counter-number {
        font-size: 34px
    }
}

.kleaner-template .counter-area .th-container {
    --main-container: 1599px
}


.kleaner-template .space,
.kleaner-template .space-top {
    padding-top: var(--section-space)
}

.kleaner-template .space,
.kleaner-template .space-bottom {
    padding-bottom: var(--section-space)
}

.kleaner-template .space-extra,
.kleaner-template .space-extra-top {
    padding-top: calc(var(--section-space) - 30px)
}

.kleaner-template .space-extra,
.kleaner-template .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px)
}

.kleaner-template .space-extra2,
.kleaner-template .space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.kleaner-template .space-extra2,
.kleaner-template .space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@media (max-width: 991px) {

    .kleaner-template .space,
    .kleaner-template .space-top {
        padding-top: var(--section-space-mobile)
    }

    .kleaner-template .space,
    .kleaner-template .space-bottom {
        padding-bottom: var(--section-space-mobile)
    }

    .kleaner-template .space-extra,
    .kleaner-template .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px)
    }

    .kleaner-template .space-extra,
    .kleaner-template .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }

    .kleaner-template .space-top-md-none {
        padding-top: 0
    }

    .kleaner-template .space-extra2,
    .kleaner-template .space-extra2-top {
        padding-top: 70px
    }

    .kleaner-template .space-extra2,
    .kleaner-template .space-extra2-bottom {
        padding-bottom: 70px
    }
}



.service-card2 {
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    background-color: var(--white-color);
    border-radius: 10px;
    z-index: 2
}

.service-card2 .box-img {
    -webkit-clip-path: polygon(100% 0, 100% 100%, calc(100% - 100px) 100%, 50% calc(100% - 32px), 100px 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, calc(100% - 100px) 100%, 50% calc(100% - 32px), 100px 100%, 0 100%, 0 0);
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.service-card2 .box-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card2 .box-content {
    padding: 0 30px 40px 30px
}

.service-card2 .box-icon {
    border-radius: 99px;
    margin: -16px auto 30px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card2 .box-title {
    margin-bottom: 15px
}

.service-card2 .box-title a:hover {
    color: var(--theme-color)
}

.service-card2 .box-text {
    margin-bottom: 22px
}

.service-card2 .th-btn:before {
    background-color: var(--theme-color2)
}

.service-card2:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-card2:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.th-service-2__shape-1 {
    left: 6%;
    top: 7%
}

@media (max-width: 1800px) {
    .th-service-2__shape-1 {
        left: 4%
    }
}

@media (max-width: 1500px) {
    .th-service-2__shape-1 {
        display: none
    }
}

.th-service-2__shape-2 {
    left: 3%;
    bottom: 11%
}

@media (max-width: 1800px) {
    .th-service-2__shape-2 {
        left: 2%
    }
}

@media (max-width: 1500px) {
    .th-service-2__shape-2 {
        display: none
    }
}

@media (max-width: 767px) {
    .service-slider-2 .slider-pagination.swiper-pagination-progressbar {
        display: none
    }
}

.service-slider-2 .slider-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: 98%;
    left: 130px;
    background-color: var(--th-border-color);
    width: 100%
}

@media (max-width: 767px) {
    .service-slider-2 .slider-pagination2 {
        display: none
    }
}

.service-slider-2 .slider-pagination2 .current-slide {
    font-size: 54px;
    color: var(--title-color);
    font-weight: 700;
    margin-right: 5px
}

.service-slider-2 .slider-pagination2 .total-slides {
    font-size: 17px;
    position: relative
}

.service-slider-2 .slider-pagination2 .total-slides:before {
    content: "/"
}

.service-slider-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--theme-color)
}

.service-2-bg-right {
    top: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 1399px) {
    .service-2-bg-right {
        display: none
    }
}

.service-2-bg-right-mask {
    top: 0;
    right: 0;
    width: 915px;
    background: var(--theme-color);
    bottom: 0
}

@media (max-width: 1399px) {
    .service-2-bg-right-mask {
        display: none
    }
}

.kleaner-template .service-card.style-2 {
    padding: 30px;
    background: transparent;
    margin-bottom: 35px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.kleaner-template .service-card.style-2:hover .icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.kleaner-template .service-card.style-2:hover .icon .service-2-icon-bg {
    background-color: var(--theme-color2)
}

.kleaner-template .service-card.style-2:hover .box-bottom-right .link-icon {
    background-color: var(--theme-color2)
}

.kleaner-template .service-card.style-2:hover .box-bottom-right .link-icon i {
    color: var(--black-color)
}

.kleaner-template .service-card.style-2 .service-2-card-bg {
    position: absolute;
    right: 0;
    top: 0
}

.kleaner-template .service-card.style-2 .box-content {
    padding: 0;
    background: transparent
}

.kleaner-template .service-card.style-2 .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 30px;
    position: relative
}

.kleaner-template .service-card.style-2 .icon img {
    -webkit-transition: .4s;
    transition: .4s
}

.kleaner-template .service-card.style-2 .icon .service-2-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--theme-color);
    height: 100%;
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s
}

.kleaner-template.service-card.style-2 .box-bottom-right .link-icon {
    height: 56px;
    width: 56px;
    display: block;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    color: var(--white-color);
    font-size: 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s
}

.kleaner-template .service-card.style-2 .box-bottom-right .link-icon i {
    -webkit-transition: .4s;
    transition: .4s
}

.kleaner-template .service-card.style-2 .box-bottom-right .link-icon:hover {
    background-color: var(--theme-color2)
}

.kleaner-template .service-card.style-2 .box-bottom-right .link-icon:hover i {
    color: var(--black-color)
}

@media (max-width: 1399px) {
    .kleaner-template .service-card.style-2 .box-bottom-right .link-icon {
        display: none
    }
}

.kleaner-template .bg-smoke {
    background-color: var(--smoke-color) !important
}

.kleaner-template .bg-smoke2 {
    background-color: var(--smoke-color2) !important
}



.kleaner-template .why-2-left .why-2-left-shape-1 {
    left: 17%;
    z-index: 2
}

@media (max-width: 575px) {
    .kleaner-template .why-2-left .why-2-left-shape-1 {
        width: 43px
    }
}

@media (max-width: 375px) {
    .kleaner-template .why-2-left .why-2-left-shape-1 {
        display: none
    }
}

.kleaner-template .why-2-left .why-2-left-shape-2 {
    right: 0;
    top: 27%;
    z-index: 1
}

@media (max-width: 767px) {
    .kleaner-template .why-2-left .why-2-left-shape-2 {
        right: 11px;
        top: 24%;
        width: 50px
    }
}

@media (max-width: 575px) {
    .kleaner-template .why-2-left .why-2-left-shape-2 {
        display: none
    }
}

.kleaner-template .why-2-left {
    margin-right: 48px;
    position: relative;
    overflow: hidden
}

@media (max-width: 991px) {
    .kleaner-template .why-2-left {
        margin-right: 0
    }
}

.kleaner-template .why-2-left .img2 {
    text-align: center
}

.kleaner-template .why-2-left .smoke-bg {
    height: 100%;
    width: 100%;
    background-color: var(--smoke-color2);
    position: absolute;
    z-index: -1;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%
}

.kleaner-template .why-2-left .theme-bg {
    height: 90%;
    width: 80%;
    background-color: var(--theme-color);
    position: absolute;
    z-index: -1;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.kleaner-template .why-2-left .theme2-bg {
    height: 82%;
    width: 100%;
    background-color: var(--theme-color2);
    position: absolute;
    z-index: -1;
    border-top-right-radius: 248%;
    border-top-left-radius: 248%;
    top: 54%
}

.kleaner-template .why-2-right .title-area {
    margin-bottom: 32px
}

.kleaner-template .why-2-right-bg-triangle {
    position: absolute;
    top: 31px;
    z-index: -2;
    height: 224px;
    background: var(--theme-color);
    width: 454px;
    left: 14%
}

@media (max-width: 1199px) {
    .kleaner-template .why-2-right-bg-triangle {
        display: none
    }
}

.kleaner-template .why-2-right-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjMwIiBoZWlnaHQ9IjMxMiIgdmlld0JveD0iMCAwIDYzMCAzMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAzMEMwIDEzLjQzMTUgMTMuNDMxNSAwIDMwIDBIMTgwQzE5Ni41NjkgMCAyMTAgMTMuNDMxNSAyMTAgMzBWMTE1QzIxMCAxMzEuNTY5IDIyMy40MzEgMTQ1IDI0MCAxNDVIMzkwQzQwNi41NjkgMTQ1IDQyMCAxMzEuNTY5IDQyMCAxMTVWMzBDNDIwIDEzLjQzMTUgNDMzLjQzMSAwIDQ1MCAwSDYwMEM2MTYuNTY5IDAgNjMwIDEzLjQzMTUgNjMwIDMwVjEzN0M2MzAgMTUzLjU2OSA2MTYuNTY5IDE2NyA2MDAgMTY3SDQ1MEM0MzMuNDMxIDE2NyA0MjAgMTgwLjQzMSA0MjAgMTk3VjI4MkM0MjAgMjk4LjU2OSA0MDYuNTY5IDMxMiAzOTAgMzEySDI0MEMyMjMuNDMxIDMxMiAyMTAgMjk4LjU2OSAyMTAgMjgyVjE5N0MyMTAgMTgwLjQzMSAxOTYuNTY5IDE2NyAxODAgMTY3SDMwQzEzLjQzMTUgMTY3IDAgMTUzLjU2OSAwIDEzN1YzMFoiIGZpbGw9IiNFRUVFRUUiLz4KPC9zdmc+Cg==");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 30px
}

@media (max-width: 1199px) {
    .kleaner-template .why-2-right-bottom {
        background-image: none !important
    }
}

@media (max-width: 767px) {
    .kleaner-template .why-2-right-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.kleaner-template .why-2-right-bottom__box {
    padding: 20px 20px 20px 24px;
    border-radius: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.kleaner-template .why-2-right-bottom__box:hover .why-2-right-bottom__box-icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

@media (max-width: 1199px) {
    .kleaner-template .why-2-right-bottom__box {
        background-color: var(--smoke-color2);
        border-radius: 20px
    }
}

@media (max-width: 767px) {
    .kleaner-template .why-2-right-bottom__box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 47%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 450px) {
    .kleaner-template .why-2-right-bottom__box {
        width: 100%
    }
}

.kleaner-template .why-2-right-bottom__box:nth-child(2) {
    margin-top: 144px
}

@media (max-width: 1199px) {
    .kleaner-template .why-2-right-bottom__box:nth-child(2) {
        margin-top: 0
    }
}

.kleaner-template .why-2-right-bottom__box-icon {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
    margin-top: 8px;
    margin-left: 23px
}

.kleaner-template .why-2-right-bottom__box-icon img {
    -webkit-transition: .4s;
    transition: .4s
}

.kleaner-template .why-2-right-bottom__box-icon::before {
    content: "";
    position: absolute;
    left: -23px;
    top: -9px;
    background-color: var(--theme-color2);
    height: 54px;
    width: 54px;
    border-radius: 50%;
    z-index: -1
}

.kleaner-template .why-2-right-bottom__box-content .box-title {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600
}

@media (max-width: 1299px) {
    .kleaner-template .why-2-right-bottom__box-content .box-title {
        font-size: 19px
    }
}

@media (max-width: 1199px) {
    .kleaner-template .why-2-right-bottom__box-content .box-title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .kleaner-template .why-2-right-bottom__box-content .box-title {
        font-size: 20px
    }
}


.kleaner-template .why-2-left .why-2-left-shape-1 {
    left: 17%;
    z-index: 2
}

@media (max-width: 575px) {
    .kleaner-template .why-2-left .why-2-left-shape-1 {
        width: 43px
    }
}

@media (max-width: 375px) {
    .kleaner-template .why-2-left .why-2-left-shape-1 {
        display: none
    }
}


.kleaner-template .zoom1 {
    -webkit-animation: zoom1 5s infinite ease-in-out;
    animation: zoom1 5s infinite ease-in-out
}

@-webkit-keyframes zoom1 {
    0% {
        scale: 0.3
    }

    50% {
        scale: 1
    }

    100% {
        scale: 0.3
    }
}

.kleaner-template .shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none
}

.kleaner-template .gallery-2-shape-1 {
    left: 9%;
    top: 11%
}

@media (max-width: 991px) {
    .kleaner-template .gallery-2-shape-1 {
        left: 2%
    }
}

@media (max-width: 767px) {
    .kleaner-template .gallery-2-shape-1 {
        display: none
    }
}

.kleaner-template .gallery-2-shape-2 {
    right: 1%
}

@media (max-width: 991px) {
    .kleaner-template .gallery-2-shape-2 {
        right: 0
    }
}

@media (max-width: 767px) {
    .kleaner-template .gallery-2-shape-2 {
        display: none
    }
}

.kleaner-template .gallery-2-shape-3 {
    left: 2%;
    top: 47%
}

@media (max-width: 1500px) {
    .kleaner-template .gallery-2-shape-3 {
        display: none
    }
}

.kleaner-template .gallery-2-shape-4 {
    right: 9%;
    top: 50%
}

@media (max-width: 1750px) {
    .kleaner-template .gallery-2-shape-4 {
        right: 3%
    }
}

@media (max-width: 1500px) {
    .kleaner-template .gallery-2-shape-4 {
        display: none
    }
}

.kleaner-template .gallery-2-shape-round-top {
    height: 173px;
    width: 480px;
    background: var(--theme-color2);
    position: absolute;
    top: 0;
    right: 30px
}

@media (max-width: 1299px) {
    .kleaner-template .gallery-2-shape-round-top {
        height: 100px;
        width: 336px
    }
}

@media (max-width: 991px) {
    .kleaner-template .gallery-2-shape-round-top {
        display: none
    }
}

.kleaner-template .gallery-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    gap: 30px
}

@media (max-width: 767px) {
    .kleaner-template .gallery-wrapper {
        display: initial
    }
}

.kleaner-template .gallery-wrapper__item {
    height: 550px;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px
}

@media (max-width: 767px) {
    .kleaner-template .gallery-wrapper__item {
        border-radius: 20px;
        height: 150px;
        margin-bottom: 20px
    }
}

.kleaner-template .gallery-wrapper__item.active {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    scroll-snap-align: start
}

@media (max-width: 767px) {
    .kleaner-template .gallery-wrapper__item.active {
        height: 400px
    }
}

.kleaner-template .gallery-wrapper__item.active img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    width: 100%
}

.kleaner-template .gallery-wrapper__item img {
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    position: relative;
    z-index: -1;
    border-radius: 30px
}

@media (max-width: 767px) {
    .kleaner-template .gallery-wrapper__item img {
        width: 100%
    }
}


.kleaner-template .team-card2 {
    position: relative;
    overflow: hidden
}

.kleaner-template .team-card2 .box-img {
    border-radius: 10px;
    overflow: hidden
}

.kleaner-template .team-card2 .box-img img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.kleaner-template .team-card2 .box-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-radius: inherit;
    background-color: var(--title-color);
    opacity: 0;
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.kleaner-template .team-card2 .box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3
}

.kleaner-template .team-card2 .box-content:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 100%;
    width: calc(100% - 100px);
    background-color: #E5F3FF;
    border-radius: 0 0 0 10px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, calc(100% - 35px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 35px) 0%, 100% 100%, 0% 100%)
}

.kleaner-template .team-card2 .icon-btn {
    --btn-size: 40px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 6px
}

.kleaner-template .team-card2 .icon-btn i {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

.kleaner-template .team-card2 .box-title {
    font-size: 20px
}

.kleaner-template .team-card2 .box-desig {
    color: var(--theme-color)
}

.kleaner-template .team-card2 .th-social {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 40px;
    visibility: hidden;
    opacity: 0
}

.kleaner-template .team-card2 .th-social a {
    margin-bottom: 8px
}

.kleaner-template .team-card2 .th-social {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.kleaner-template .team-card2 .th-social a {
    --icon-size: 40px;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 6px;
    border: 1px solid var(--theme-color)
}

.kleaner-template .team-card2 .th-social a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.kleaner-template .team-card2:hover .box-img img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.kleaner-template .team-card2:hover .box-img:after {
    height: 100%;
    opacity: 0.8
}

.kleaner-template .team-card2:hover .th-social {
    visibility: visible;
    opacity: 1;
    bottom: 82px
}

.kleaner-template .team-card2:hover .icon-btn i {
    -webkit-transform: rotate(45deg) translate(-1px, -1px);
    -ms-transform: rotate(45deg) translate(-1px, -1px);
    transform: rotate(45deg) translate(-1px, -1px)
}

@media (max-width: 767px) {
    .kleaner-template .team-card2 {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 360px) {
    .kleaner-template .team-card2 .box-content {
        padding: 20px
    }

    .kleaner-template .team-card2 .box-content:before {
        width: calc(100% - 75px)
    }

    .team-card2 .th-social {
        right: 20px
    }

    .kleaner-template .team-card2:hover .th-social {
        bottom: 62px
    }
}

.kleaner-template .team-diff-color:nth-child(1) .team-card.style-2,
.kleaner-template .team-diff-color:nth-child(5) .team-card.style-2 {
    background: -webkit-linear-gradient(280deg, rgba(246, 246, 246, 0) 47%, rgba(0, 124, 250, 0.2) 100%);
    background: linear-gradient(170deg, rgba(246, 246, 246, 0) 47%, rgba(0, 124, 250, 0.2) 100%)
}

.kleaner-template .team-diff-color:nth-child(2) .team-card.style-2,
.team-diff-color:nth-child(6) .team-card.style-2 {
    background: -webkit-linear-gradient(280deg, rgba(246, 246, 246, 0) 47%, rgba(255, 199, 2, 0.2) 100%);
    background: linear-gradient(170deg, rgba(246, 246, 246, 0) 47%, rgba(255, 199, 2, 0.2) 100%)
}

.kleaner-template .team-diff-color:nth-child(3) .team-card.style-2,
.kleaner-template .team-diff-color:nth-child(7) .team-card.style-2 {
    background: -webkit-linear-gradient(280deg, rgba(246, 246, 246, 0) 47%, rgba(140, 198, 63, 0.2) 100%);
    background: linear-gradient(170deg, rgba(246, 246, 246, 0) 47%, rgba(140, 198, 63, 0.2) 100%)
}

.kleaner-template .team-diff-color:nth-child(4) .team-card.style-2,
.kleaner-template .team-diff-color:nth-child(8) .team-card.style-2 {
    background: -webkit-linear-gradient(280deg, rgba(246, 246, 246, 0) 47%, rgba(179, 189, 164, 0.2) 100%);
    background: linear-gradient(170deg, rgba(246, 246, 246, 0) 47%, rgba(179, 189, 164, 0.2) 100%)
}

.kleaner-template .team-card.style-2 {
    border-radius: 100px;
    background: -webkit-linear-gradient(280deg, rgba(246, 246, 246, 0) 47%, rgba(100, 87, 12, 0.2) 100%);
    background: linear-gradient(170deg, rgba(246, 246, 246, 0) 47%, rgba(100, 87, 12, 0.2) 100%)
}

.kleaner-template .team-card.style-2:hover .team-social .th-social {
    opacity: 1;
    visibility: visible;
    top: 114%
}

.kleaner-template .team-card.style-2 .team-img {
    border-radius: 100px
}


.kleaner-template .team-card.style-2 .team-social {
    right: 31px;
    top: 50px
}

.kleaner-template .team-card.style-2 .team-social .th-social {
    top: 90%
}

.kleaner-template .team-card.style-2 .team-social .th-social a {
    margin: 0 0 7px 0
}

.kleaner-template .team-card:hover .team-img-wrap {
    border-color: var(--theme-color)
}

.kleaner-template .team-card:hover .team-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.kleaner-template .team-card:hover .team-img:after {
    opacity: 1
}

.kleaner-template .team-card:hover .team-social .th-social {
    opacity: 1;
    visibility: visible;
    bottom: 40px
}

.kleaner-template .team-card:hover .th-social a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.kleaner-template .team-card:hover .icon-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--theme-color)
}

.kleaner-template .team-card:hover .icon-btn i {
    color: var(--white-color)
}


.kleaner-template .team-card.style-2 .team-content {
    text-align: center;
    position: static
}

.kleaner-template .team-card.style-2 .team-social {
    right: 31px;
    top: 50px
}

.kleaner-template .team-card.style-2 .team-social .th-social {
    top: 90%
}

.kleaner-template .team-card.style-2 .team-social .th-social a {
    margin: 0 0 7px 0
}

.kleaner-template .team-details {
    position: relative;
    border-radius: 100px;
    background: #F3F4F6;
    padding: 60px;
    overflow: hidden
}

@media (max-width: 1299px) {
    .kleaner-template .team-details {
        padding: 60px 45px
    }
}

@media (max-width: 991px) {
    .kleaner-template .team-details {
        padding: 50px 40px;
        border-radius: 30px
    }
}

@media (max-width: 575px) {
    .kleaner-template .team-details {
        padding: 40px 20px
    }
}

.kleaner-template .team-details img {
    width: 100%;
    height: 511px;
    object-fit: cover;
    border-radius: 50px
}

@media (max-width: 1199px) {
    .kleaner-template .team-details img {
        height: 100%
    }
}

@media (max-width: 991px) {
    .kleaner-template .team-details img {
        border-radius: 20px
    }
}

.kleaner-template .team-details .th-social {
    width: 100%;
    text-align: end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 575px) {
    .kleaner-template .team-details .th-social {
        text-align: start
    }
}

.kleaner-template .team-details .th-social a {
    --icon-size: 40px;
    border-radius: 100%;
    color: var(--title-color);
    border: 0;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.24)
}

.kleaner-template .team-details .th-social a:not(:hover) {
    background-color: var(--smoke-color)
}

.kleaner-template.team-about .team-wrapp .top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .kleaner-template .team-about .team-wrapp .top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.kleaner-template.team-about_title {
    margin-top: -0.4rem;
    margin-bottom: 0px
}

.kleaner-template .team-about_desig {
    font-weight: 500;
    margin-bottom: 0px
}

.kleaner-template .team-about_text {
    margin-bottom: 30px
}

.kleaner-template .team-about .th-btn {
    padding: 19.5px 38.9px
}

.kleaner-template .team-card .team-social .icon-btn {
    --btn-size: 40px;
    color: var(--title-color);
    cursor: pointer;
    border-radius: 50%
}

.kleaner-template .team-card .team-img {
    overflow: hidden;
    position: relative;
    border-radius: 30px
}

.kleaner-template .team-card .team-img:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: rgba(14, 18, 29, 0.4)
}

.kleaner-template .team-card .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.kleaner-template .team-card .team-img:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: rgba(14, 18, 29, 0.4)
}

.kleaner-template .team-card .team-content {
    padding: 30px;
    position: relative;
    text-align: start
}

@media (max-width: 767px) {
    .kleaner-template .team-card .team-content {
        padding: 20px
    }
}

.kleaner-template .team-card .team-social {
    position: absolute;
    right: 31px;
    top: 34px
}

.kleaner-template .icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--icon-bg, #f7f7f7);
    color: var(--title-color);
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--th-border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

.kleaner-template .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.kleaner-template .icon-btn.style2 {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 99px
}

.kleaner-template .icon-btn.style2:hover {
    background-color: var(--theme-color2)
}

.kleaner-template .team-card .th-social {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    bottom: 20px
}

.kleaner-template .team-card .th-social a {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    margin: 0 0 10px 0;
    box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
    --icon-size: 40px;
    border-radius: 50%;
    background: var(--smoke-color2);
    color: var(--title-color);
    border: 0
}

.kleaner-template.team-card .th-social a:hover {
    background-color: var(--theme-color)
}

.kleaner-template .team-card .th-social a:hover i {
    color: var(--white-color)
}

.kleaner-template .team-card .team-title {
    margin-bottom: 2px
}

.kleaner-template .team-card .team-title a {
    color: var(--white-color)
}

.kleaner-template .team-card .team-title a:hover {
    color: var(--theme-color)
}

.kleaner-template .team-card .team-desig {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: -0.3em
}

.kleaner-template .team-card .team-content {
    padding: 30px;
    position: relative;
    text-align: start
}


.kleaner-template .quote-form-box.style-2 {
    border-radius: 30px
}

.kleaner-template .quote-form-box.style-2 .contact-form {
    max-width: 625px;
    border: 1px solid var(--th-border-color);
    border-radius: 0 30px 30px 0;
    background: var(--smoke-color)
}

.kleaner-template .quote-form-box.style-2 .contact-form .form-title {
    margin-bottom: 28px
}

.kleaner-template .contact-form {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background-color: var(--white-color);
    padding: 60px;
    text-align: center
}

.kleaner-template .contact-form .sec-title {
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .kleaner-template .contact-form {
        padding: 40px
    }
}




.kleaner-template .footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    --body-color: #788094;
    position: relative;
    z-index: 2;
    background-color: var(--title-color);
    overflow: hidden
}

.kleaner-template .footer-wrapper .th-social a {
    background-color: #1F2432;
    color: var(--white-color)
}

.kleaner-template .footer-wrapper .th-social a:hover {
    background-color: var(--theme-color)
}

.kleaner-template .footer-wrapper .social-links a {
    margin: 0 30px 0 0
}

.kleaner-template .widget-area {
    padding-top: 100px;
    padding-bottom: 40px
}

.kleaner-template .sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.kleaner-template .footer-links ul {
    padding: 0;
    margin: 0
}

.kleaner-template .footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative
}

.kleaner-template .footer-links li:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--body-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0
}

.kleaner-template .footer-links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.kleaner-template .footer-links li:last-child:after {
    display: none
}

.kleaner-template .footer-links a {
    font-family: inherit;
    color: var(--body-color)
}

.kleaner-template .footer-links a:hover {
    color: var(--theme-color)
}


.kleaner-template .footer-wrapper.footer-layout1 {
    overflow: initial;
    background-color: #0a1660
}

.kleaner-template .footer-top-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: -115px;
    height: 116px;
    z-index: -1;
    width: 100%
}

@media (max-width: 767px) {
    .kleaner-template .footer-top-shape {
        top: -60px;
        height: 60px
    }
}

.kleaner-template .footer-layout1 .newsletter-form {
    max-width: 600px;
    margin-left: auto
}

.kleaner-template.footer-layout1 .newsletter-form .th-btn.style3 {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 16px 13px;
    min-width: 76px
}

.kleaner-template .footer-layout1 .newsletter-form .th-btn.style3:hover {
    color: var(--white-color)
}

.kleaner-template.footer-layout1 .newsletter-form input {
    margin-bottom: 0
}

.kleaner-template .footer-layout1 .copyright-wrap {
    padding: 12px 0;
    background-color: var(--theme-color)
}

.kleaner-template .footer-layout1 .th-social a {
    border-radius: 50%;
    background: transparent
}

.kleaner-template .footer-layout1 .th-social a:hover {
    background-color: var(--theme-color2);
    color: var(--title-color)
}

.kleaner-template .footer-layout1 .th-widget-about .about-bottom-title {
    font-size: 20px;
    color: var(--white-color);
    line-height: 1;
    margin-bottom: 8px
}

.kleaner-template .footer-layout1 .th-widget-about .bottom-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.kleaner-template .footer-layout1 .th-widget-about .bottom-info .icon {
    color: var(--theme-color2);
    font-size: 13px
}

.kleaner-template .footer-layout1 .th-widget-about .bottom-info p {
    color: var(--white-color);
    padding-right: 10px;
    margin-bottom: 0
}

.kleaner-template .footer-layout1 .copyright-wrap .copyright-text {
    color: var(--white-color)
}

.kleaner-template .footer-layout1 .copyright-wrap .copyright-text a {
    color: var(--theme-color2)
}

.kleaner-template .footer-layout2 {
    --body-color: #B5B5B5;
    --th-border-color: rgba(1, 125, 3, 0.5);
    background-color: #002D00
}

.kleaner-template.footer-layout2 a:before {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.kleaner-template .footer-layout2 a:hover {
    color: var(--theme-color2) !important
}

.kleaner-template.footer-layout2 a:hover:before {
    color: var(--theme-color2) !important
}

.kleaner-template .footer-layout2 .th-social a {
    background-color: #123C12;
    color: var(--white-color) !important;
    border-radius: 10px
}

.kleaner-template.footer-layout2 .th-social a:hover {
    background-color: var(--theme-color)
}

.kleaner-template.footer-layout2 .copyright-wrap {
    background-size: auto;
    background-position: top center;
    background-repeat: repeat-x;
    background-color: transparent;
    padding-top: 45px;
    margin-top: -10px
}

.kleaner-template .footer-top-newsletter .newsletter-wrap,
.kleaner-template.footer-layout2 .newsletter-wrap {
    padding: 80px 0;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid var(--th-border-color);
    gap: 20px
}

@media (max-width: 991px) {

    .kleaner-template .footer-top-newsletter .newsletter-wrap,
    .kleaner-template.footer-layout2 .newsletter-wrap {
        padding: 60px 0
    }
}

.kleaner-template .footer-top-newsletter .newsletter-content,
.kleaner-template .footer-layout2 .newsletter-content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width: 991px) {

    .kleaner-template .footer-top-newsletter .newsletter-content .email-icon,
    .kleaner-template .footer-layout2 .newsletter-content .email-icon {
        display: none
    }
}

.kleaner-template .footer-layout1 {
    background-position: top center;
    background-color: transparent
}

.kleaner-template .footer-wrapper .footer-shape-1 {
    top: 24%;
    left: 3%
}

.kleaner-template .footer-layout1.style-2 .subscribe-box {
    padding: 80px 0 80px;
    border-bottom: 1px solid #484B4D
}

@media (max-width: 375px) {
    .kleaner-template .footer-layout1.style-2 .subscribe-box {
        padding: 50px 0 50px
    }
}

.kleaner-template .subscribe-box {
    position: relative;
    z-index: 1;
    padding: 10px 0 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

@media (max-width: 767px) {
    .kleaner-template .subscribe-box {
        padding: 10px 0 70px
    }
}

.kleaner-template .subscribe-box_title {
    color: var(--white-color);
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: -0.25em
}

.kleaner-template .subscribe-box_text {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    margin-bottom: -0.45em
}

.kleaner-template .footer-layout1 .newsletter-form .th-btn.style3:hover {
    color: var(--white-color)
}

@media (max-width: 1299px) {
    .kleaner-template .subscribe-box .subscribe-box_title {
        font-size: 30px
    }
}

@media (max-width: 1199px) {
    .kleaner-template .subscribe-box {
        text-align: center
    }
}

@media (max-width: 575px) {
    .kleaner-template .subscribe-box {
        padding: 10px 0 50px
    }

    .kleaner-template.subscribe-box .subscribe-box_title {
        font-size: 26px
    }

    .kleaner-template .subscribe-box .subscribe-box_text {
        font-size: 16px
    }
}

.kleaner-template .footer-layout1 .newsletter-form .th-btn.style3 {
    position: absolute;
    right: 5px;
    top: 15px;
    padding: 16px 13px;
    min-width: 76px
}

.kleaner-template .footer-layout1 .newsletter-form .th-btn.style3:hover {
    color: var(--white-color)
}

.kleaner-template .footer-layout1 {
    background-position: top center;
    background-color: transparent
}

.kleaner-template .footer-layout1 .widget-area {
    padding-top: 80px;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    .kleaner-template .footer-layout1 .widget-area {
        padding-top: 50px;
        padding-bottom: 0px
    }
}


.kleaner-template .footer-widget {
    margin-bottom: 50px
}

.kleaner-template .footer-widget,
.kleaner-template .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none
}

.kleaner-template .footer-widget .form-group>i {
    color: var(--theme-color);
    top: 18px
}

.kleaner-template .footer-widget .sidebar-gallery {
    max-width: 287px;
    gap: 11px
}

.kleaner-template .footer-widget .sidebar-gallery .gallery-thumb {
    border-radius: 5px
}

.kleaner-template .footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: capitalize;
    margin: -0.12em 0 32px 0;
    padding: 0 0 15px 0;
    position: relative
}

.kleaner-template .footer-widget .widget_title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 68px;
    height: 1px;
    background-color: var(--theme-color2)
}

.kleaner-template .footer-widget .widget_title img {
    margin: -7px 10px 0 0
}

.kleaner-template .footer-widget.widget_meta ul,
.kleaner-template .footer-widget.widget_pages ul,
.kleaner-template .footer-widget.widget_archive ul,
.kleaner-template .footer-widget.widget_categories ul,
.kleaner-template .footer-widget.widget_nav_menu ul {
    margin-top: -4px
}

.kleaner-template .footer-widget.widget_meta .menu,
.kleaner-template .footer-widget.widget_meta>ul,
.kleaner-template .footer-widget.widget_pages .menu,
.kleaner-template .footer-widget.widget_pages>ul,
.kleaner-template .footer-widget.widget_archive .menu,
.kleaner-template .footer-widget.widget_archive>ul,
.kleaner-template .footer-widget.widget_categories .menu,
.kleaner-template .footer-widget.widget_categories>ul,
.kleaner-template .footer-widget.widget_nav_menu .menu,
.kleaner-template .footer-widget.widget_nav_menu>ul {
    margin-bottom: -4px
}

.kleaner-template .footer-widget.widget_meta a,
.kleaner-template .footer-widget.widget_pages a,
.kleaner-template .footer-widget.widget_archive a,
.kleaner-template .footer-widget.widget_categories a,
.kleaner-template .footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 0px;
    margin-bottom: 18px;
    font-family: var(--body-font);
    color: var(--white-color);
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    border: 0
}

.kleaner-template .footer-widget.widget_meta a:before,
.kleaner-template .footer-widget.widget_pages a:before,
.kleaner-template .footer-widget.widget_archive a:before,
.kleaner-template .footer-widget.widget_categories a:before,
.kleaner-template .footer-widget.widget_nav_menu a:before {
    content: "\f061";
    position: absolute;
    left: -23px;
    top: 2px;
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit;
    font-family: Font Awesome\ 6 Pro;
    -webkit-transform: rotate(-41deg);
    -ms-transform: rotate(-41deg);
    transform: rotate(-41deg);
    color: var(--theme-color2);
    -webkit-transition: all .4s;
    transition: all .4s
}

.kleaner-template .footer-widget.widget_meta a:hover,
.kleaner-template .footer-widget.widget_pages a:hover,
.kleaner-template .footer-widget.widget_archive a:hover,
.kleaner-template .footer-widget.widget_categories a:hover,
.kleaner-template .footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color2)
}

.kleaner-template .footer-widget.widget_meta a:hover:before,
.kleaner-template .footer-widget.widget_pages a:hover:before,
.kleaner-template .footer-widget.widget_archive a:hover:before,
.kleaner-template .footer-widget.widget_categories a:hover:before,
.kleaner-template .footer-widget.widget_nav_menu a:hover:before {
    color: var(--theme-color2);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.kleaner-template .footer-widget.widget_meta li>span,
.kleaner-template .footer-widget.widget_pages li>span,
.kleaner-template .footer-widget.widget_archive li>span,
.kleaner-template .footer-widget.widget_categories li>span,
.kleaner-template .footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1
}

.kleaner-template .footer-widget.widget_meta li:last-child a,
.kleaner-template .footer-widget.widget_pages li:last-child a,
.kleaner-template .footer-widget.widget_archive li:last-child a,
.kleaner-template .footer-widget.widget_categories li:last-child a,
.kleaner-template .footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.kleaner-template .footer-widget .recent-post {
    max-width: 300px;
    margin-top: -0.4em;
    margin-bottom: 20px
}

.kleaner-template .footer-widget .recent-post .media-img {
    max-width: 74px
}

.kleaner-template .footer-widget .recent-post .media-img:after {
    line-height: 74px
}

.kleaner-template .footer-widget .recent-post .post-title {
    color: var(--white-color);
    font-weight: 500
}

.kleaner-template.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.kleaner-template .footer-widget .recent-post .recent-post-meta a {
    font-weight: 400;
    line-height: 1.2
}

.kleaner-template .footer-widget .recent-post .recent-post-meta i {
    color: var(--theme-color)
}

.kleaner-template .footer-widget .recent-post .recent-post-meta a:hover i {
    color: var(--theme-color)
}

.kleaner-template .footer-widget .sidebar-gallery {
    max-width: 250px
}

.kleaner-template .th-widget-contact {
    max-width: 265px
}

.kleaner-template .th-widget-about {
    max-width: 315px
}

.kleaner-template .th-widget-about .about-logo {
    margin-bottom: 40px
}

.kleaner-template .th-widget-about .about-text {
    margin-bottom: 30px;
    margin-top: -0.9em;
    color: var(--white-color)
}

.kleaner-template .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px
}

.kleaner-template .info-box:last-child {
    margin-bottom: 0
}

.kleaner-template .info-box_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--theme-color2);
    border-radius: 30px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #ffffff73
}

.kleaner-template .info-box_text {
    display: block;
    color: var(--white-color);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.kleaner-template .info-box_link {
    display: inline-block;
    color: var(--white-color)
}

.kleaner-template .info-box_link:hover {
    color: var(--theme-color2)
}

.kleaner-template .th-widget-contact .footer-info-title {
    font-size: 20px;
    color: var(--white-color);
    line-height: 1
}