ol,
p,
ul {
    padding: 0
}

*,
.contact-content-1 .form-box .form-clt button,
.pricing-section-2 .nav,
a img {
    border: none
}

:active,
:focus,
button {
    outline: 0 !important
}

a,
button {
    cursor: pointer
}

.ks-btn-black,
.preloader {
    -webkit-box-align: center
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li>a,
.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>a {
    font-weight: 500;
    color: var(--headings-color)
}

a,
a:focus,
a:hover {
    text-decoration: none
}

.about-image-four .about-counter-four .count-box,
.case-block-one .inner-box,
.hzAccordion__item .content .content-wrp,
.mobile-menu .menu-box,
.testimonial-block-five .inner-box .content-box,
.why-choose-us-content-1 .progress-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

li,
ol,
ul {
    list-style: none
}

.help-shape-1,
.help-shape-2 {
    mix-blend-mode: soft-light;
    position: absolute
}

.about-content-1 .icon-items p,
.project-details__pagination li .title a:hover,
.project-details__pagination li .title:hover {
    text-decoration-line: underline
}

:root {
    --theme-color-white: #ffffff;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-light: #f8f5f0;
    --theme-color-gray: #f6f6f6;
    --theme-color-gray2: #797979;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --theme-color1: #00A9A5;
    --theme-color1-rgb: 34, 36, 41;
    --theme-color2: #144443;
    --theme-color2-rgb: 20, 68, 67;
    --theme-color3: #f4f5f8;
    --theme-color4: #0f0f0f;
    --theme-color5: #13132E;
    --theme-color6: #DADADA;
    --theme-color-silver: #C4C4C4;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: var(--theme-color2);
    --border-theme-color3: var(--theme-color3);
    --theme-color1-text-color: #fff;
    --theme-color2-text-color: #0f0f0f;
    --theme-color3-text-color: #fff;
    --gradient-1: linear-gradient(99deg, #00A9A5 0%, #039397 93.92%);
    --gradient-2: linear-gradient(to left, rgba(var(--theme-color2-rgb), 1) 0%, rgba(var(--theme-color2-rgb), 0.7) 100%);
    --gradient-3: linear-gradient(-135deg, rgba(23, 23, 23, 0) 50%, var(--theme-color2) 100%);
    --body-color: #fff;
    --text-color: #646464;
    --headings-color: #0B3130;
    --link-color: #0B3130;
    --link-hover-color: #00A9A5;
    --text-font: "Poppins", sans-serif;
    --title-font: "DM Sans", sans-serif;
    --style-font: "Manrope", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 1.9;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 80px;
    --h2-font-size: 56px;
    --h3-font-size: 24px;
    --h4-font-size: 20px;
    --h5-font-size: 18px;
    --h6-font-size: 14px;
    --h1-font-weight: 600;
    --h2-font-weight: 600;
    --h3-font-weight: 600;
    --h4-font-weight: 600;
    --h5-font-weight: 600;
    --h6-font-weight: 700;
    --sec-title-subtitle-color: #9F9F9F;
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 600;
    --sec-title-subtitle-line-height: 1;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: 56px;
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #222429;
    --container-width: 1320px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px
}

::selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #7c858c
}

::-moz-input-placeholder {
    color: #7c858c
}

::-ms-input-placeholder {
    color: #7c858c
}

.text,
body,
p {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    font-family: var(--text-font)
}

body {
    background-color: var(--body-color);
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-)
}

h2,
h3 {
    line-height: var(--line-height-heading)
}

h4,
h5,
h6 {
    line-height: var(--line-height-heading-small)
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: var(--headings-color)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1)
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight)
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight)
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight)
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight)
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight)
}

.faq-content-1 .accordion-box .block:last-child,
.ks-project-item:last-child,
.progress .bar.marb-0,
.service-block-two .inner-box .content-box .image-column .inner-column .image,
.team-block .social-links a:last-child,
.team-box-items-4 .content-box .title,
.testimonial-block-five:last-child .inner-box,
table p {
    margin-bottom: 0
}

p {
    margin: 0
}

p a:not(.button):not(.btn):focus,
p a:not(.button):not(.btn):hover {
    text-decoration: underline
}

a {
    color: var(--link-color);
    font-weight: var(--body-font-weight);
    -webkit-transition: .3s;
    transition: .3s
}

a:focus,
a:hover {
    color: inherit;
    outline: 0
}

.how-sec-text a,
.project-details__client a,
.service-know-box p a {
    text-decoration: underline
}

.case-block-three .icon i,
.category-block .image img,
.category-block h4 a,
.category-block-two .image img,
.contact-details-block .icon i,
.contact-details-block .icon i path,
.contact-details-block .icon svg,
.contact-details-block .icon svg path,
.team-box-items-4 .socials .fa-plus,
.team-box-items-4 .socials ul li:nth-child(4),
a b,
a strong {
    -webkit-transition: .3s;
    transition: .3s
}

.service-card-items-4 .content h3,
address,
blockquote,
dd,
dl,
fieldset,
ol,
pre,
table,
ul {
    margin-bottom: 10px
}

*,
li,
ol,
ul {
    margin: 0
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold)
}

iframe {
    border: none !important
}

.case-block-three .image img,
.container .container,
.feature-block-one.active .inner-box::before,
.feature-block-one:hover .inner-box::before,
.footer-widget-wrapper .footer-widget-items .user-links li:hover a::before,
.footer-widget-wrapper.style-2 .user-links li:hover a::before,
.image-box-style-3 .image img,
.nice-select .list,
.product-details .bxslider .image-box img,
.tm-boxed-layout .container .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
    width: 100%
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid,
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0
}

section>.container,
section>.container-fluid {
    padding-top: var(--container-pt);
    padding-bottom: var(--container-pt)
}

@media (max-width:1199px) {

    section>.container,
    section>.container-fluid {
        padding: 100px 0
    }
}

.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: .9rem;
    width: 100%
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    opacity: 1;
    color: #686a6f
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    opacity: 1;
    color: #686a6f
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.tm-boxed-layout {
    background-color: #444;
    padding: 40px 15px
}

.tm-boxed-layout.layer-overlay:before {
    z-index: -1
}

.tm-boxed-layout .page-wrapper {
    margin: 0 auto;
    overflow: hidden
}

@media (min-width:1200px) {
    .tm-boxed-layout .page-wrapper {
        width: 1170px
    }

    .tm-boxed-layout .container {
        width: 1140px
    }
}

@media (min-width:1000px) {
    .tm-boxed-layout.tm-container-970px .page-wrapper {
        width: 970px
    }
}

.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1300px) {
    .tm-boxed-layout.tm-container-1230px .page-wrapper {
        width: 1230px
    }
}

.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid,
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid,
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid,
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid,
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid,
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width)
    }

    .tm-boxed-layout.tm-container-1300px .page-wrapper {
        width: 1300px
    }

    .tm-boxed-layout.tm-container-1340px .page-wrapper {
        width: 1340px
    }

    .tm-boxed-layout.tm-container-1440px .page-wrapper {
        width: 1440px
    }
}

@media (min-width:1560px) {
    .tm-boxed-layout.tm-container-1500px .page-wrapper {
        width: 1500px
    }
}

@media (min-width:1660px) {
    .tm-boxed-layout.tm-container-1600px .page-wrapper {
        width: 1600px
    }
}

.tm-boxed-layout.tm-container-100pr .page-wrapper {
    width: 95%
}

.tm-boxed-layout.container-shadow .page-wrapper {
    -webkit-box-shadow: 0 0 25px 0 #777;
    box-shadow: 0 0 25px 0 #777
}

.ks-choose-2-content .btn-style-two .icon,
.team-contact-form input[type=email],
.team-contact-form input[type=text],
.tm-boxed-layout .footer,
.tm-boxed-layout .header,
.tm-boxed-layout section,
[data-tm-layout=dark] .about-content-four .btn-style-two:hover .icon,
[data-tm-layout=dark] .case-section .case-title-box .btn-style-two .icon,
[data-tm-layout=dark] .case-section-three .content-column .inner-column .btn-style-two:hover .icon,
[data-tm-layout=dark] .how-it-work-items-style-3.style-2::before,
[data-tm-layout=dark] .team-section-six .btn-style-two .icon,
[data-tm-layout=dark] .testimonial-section-five .title-box .btn-style-two .icon,
[data-tm-layout=dark] .why-choose-section-3 .choose-content .inner-box .theme-btn .icon {
    background-color: #fff
}

.tm-boxed-layout .header .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 0
}

.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
    padding: 30px 5px
}

.tm-boxed-layout .header .navbar-default .navbar-collapse {
    background-color: #fff;
    border-color: #fff;
    margin-right: 30px
}

.tm-boxed-layout .header #header-logo {
    margin: 0;
    padding-top: 27px
}

.tm-boxed-layout .banner-section .slide-item {
    min-height: 540px
}

.tm-boxed-layout .banner-section .slide-item .content-box {
    padding: 150px 0 220px
}

.tm-boxed-layout .banner-section-three .content-box,
.tm-boxed-layout .banner-section-two .content-box {
    padding: 250px 0 150px
}

.tm-boxed-layout .banner-section-four .content-box {
    padding: 130px 0
}

@media (max-width:1200px) {
    .tm-boxed-layout {
        padding-top: 15px
    }

    .tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
        padding: 10px
    }

    .tm-boxed-layout .header .navbar-default .navbar-collapse {
        margin-right: 15px
    }

    .tm-boxed-layout .navbar-header {
        padding: 15px 0
    }

    .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
        margin-right: 0
    }
}

*,
.about-section-three .container,
.main-menu .navbar-collapse,
.preloader .loader .loader-section,
.team-section-five .container-fluid,
li,
ul {
    padding: 0
}

* {
    outline: 0;
    font-size: 100%
}

textarea {
    overflow: hidden;
    resize: none
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.title a {
    color: inherit
}

.case-block-one .inner-box .case-title:hover,
.color1,
.header-style-one.header-5 .contact-info:hover,
.hero-3 .hero-content h1 span,
.hero-5 .banner-outer .hero-content .star .icon,
.service-block-four:hover .content .title a:hover,
.service-block-two .inner-box .title-box .title:hover,
.service-block-two .inner-box.active .title-box .icon-box,
.service-block-two .inner-box.active .title-box .number,
.service-block-two .inner-box:hover .title-box .title,
.team-block-five .content-box .name a:hover,
.team-block-six .content-box .name a:hover,
.team-box-items-4 .content-box .title a:hover {
    color: var(--theme-color1)
}

.checkout-faq-box .accordion-box .block .acc-btn.active .icon,
.color2,
.mobile-menu .social-links li a:hover,
.shop-sidebar .category-widget .category-list li a:hover,
.sidebar-service-list li a:hover,
.sidebar-service-list li.current a,
[data-tm-layout=dark] .about-image-four .about-counter-four .count-box .counter,
[data-tm-layout=dark] .about-image-four .about-counter-four .count-box .counter-title,
[data-tm-layout=dark] .project-box-items-2 .theme-btn.btn-style-one,
[data-tm-layout=dark] .project-box-items-2 .theme-btn.btn-style-one:hover,
[data-tm-layout=dark] .service-know-box p a {
    color: var(--theme-color2)
}

.color3 {
    color: var(--theme-color3)
}

.bg-color3 {
    background-color: var(--theme-color3) !important
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 99;
    background-color: var(--body-color)
}

.auto-container,
.large-container,
.small-container {
    position: static;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

.large-container {
    max-width: var(--large-container-width)
}

.auto-container {
    max-width: var(--container-width)
}

.small-container {
    max-width: var(--small-container-width)
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.clients-carousel .owl-dots,
.dropdown-toggle::after,
.faq-accordion-style-3 .accordion .accordion-button::after,
.main-menu .navbar-header,
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.nice-select::after,
.page-breadcrumb li:last-child::after,
.pricing-section-2 .nav .nav-link:last-child::after,
.pricing-section-2 .nav .nav-link:last-child::before,
.product-block.mix,
.products-carousel .owl-nav,
.sticky-header .main-menu .navigation>li:before,
.sticky-header .navbar-header,
.sticky-header .outer-box,
.tabs-box .tab {
    display: none
}

.preloader {
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>ul>li>ul {
    z-index: 100;
    background-color: var(--theme-color-white);
    opacity: 0
}

.preloader .animation-preloader {
    z-index: 1000
}

.preloader .animation-preloader .spinner {
    -webkit-animation: 1s linear infinite spinner;
    animation: 1s linear infinite spinner;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .2);
    border-top-color: var(--headings-color);
    height: 9em;
    margin: 0 auto 3.5em;
    width: 9em
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em var(--title-font), var(--text-font);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em
    }

    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme-color1);
    position: relative
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    -webkit-animation: 4s infinite letters-loading;
    animation: 4s infinite letters-loading;
    color: var(--headings-color);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--title-font);
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--headings-color)
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none
}

.preloader .loader .row {
    height: 100%
}

.preloader .loader .loader-section .bg {
    background-color: #f5f5f5;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: .8s cubic-bezier(.77, 0, .175, 1);
    transition: .8s cubic-bezier(.77, 0, .175, 1)
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.preloader.loaded .loader-section .bg {
    width: 0
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color2);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    transition: .3s
}

.btn-style-one,
.ks-btn-black {
    line-height: 1;
    position: relative;
    font-weight: 700
}

.scroll-to-top:hover {
    background: var(--theme-color1);
    color: #000
}

.about-content-1 .about-list-items .about-list li .icon,
.about-content-3 .theme-btn,
.about-content-style-4 .info .theme-btn,
.about-image-items-2,
.banner-box-two,
.benifit-box-items-style-2 .about-list li .icon,
.checkout-faq-box .accordion-box,
.choose-us-image-items-4,
.contact-box-style-3 form .theme-btn,
.contact-section-3,
.counter-section,
.faq-content-1 .accordion-box,
.faq-content-1 .accordion-box .block .acc-content .content,
.growth-section .theme-btn,
.hero-1 .hero-content .hero-button .theme-btn,
.hero-2 .hero-content .hero-button .theme-btn,
.hero-2 .hero-content h1 span,
.hero-3 .hero-content .hero-button .theme-btn,
.lets-talk-banner-wrapper,
.main-menu,
.overlay-anim,
.pricing-card-item-2 .pricing-right-ber .theme-btn,
.project-box-items-2 .theme-btn,
.project-section,
.range-slider,
.tabs-box,
.testimonial-card-item .client-item .client-image,
.testimonial-top-right,
.theme-btn .btn-title,
.why-choose-us-content-1 .why-choose-list-items .why-list li .icon {
    position: relative
}

.tabs-box .tab.active-tab {
    display: block
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 0
}

.btn-style-one {
    padding: 20px 42px;
    overflow: hidden;
    text-transform: capitalize;
    font-family: var(--title-font);
    color: #fff !important;
    border-radius: 100px;
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%)
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, #f28c1e 0, #00a9a5 100%);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1
}

.btn-style-one:hover:before,
.btn-style-three:hover:before,
.btn-style-two:hover:before {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-one:hover,
.feature-business-solution-items-1 .content h3,
.feature-business-solution-items-2 .content h3,
.header-style-one.header-3 .btn-style-one:hover,
.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li:hover>a,
[data-tm-layout=dark] .benifit-box-items-style-2 .about-list li,
[data-tm-layout=dark] .header-style-one.header-2 .btn-style-one,
[data-tm-layout=dark] .header-style-one.header-5 .btn-style-one,
[data-tm-layout=dark] .header-style-one.header-5 .contact-info,
[data-tm-layout=dark] .header-style-one.header-5 .search-btn,
[data-tm-layout=dark] .header-style-one.header-7 .main-box .outer-box .btn-style-one,
[data-tm-layout=dark] .header-style-one.header-7 .main-box .outer-box .search-btn,
[data-tm-layout=dark] .hero-2 .hero-box-items .hero-box .content p,
[data-tm-layout=dark] .hero-6 .banner-content .text-item p,
[data-tm-layout=dark] .hero-6 .banner-content h1,
[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box h2,
[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box span,
[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content p {
    color: #fff
}

.ks-btn-black {
    font-size: 14px;
    border-radius: 60px;
    text-transform: uppercase;
    padding: 21px 30px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: var(--theme-color6);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-style-three,
.btn-style-two {
    position: relative;
    -webkit-box-align: center;
    border-radius: 100px;
    overflow: hidden
}

.ks-btn-black span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    color: var(--theme-color-white)
}

.ks-btn-black span span.text-1 {
    position: relative;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.ks-btn-black span span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.choose-content-4 .icon-items-area .icon-items:hover .icon,
.ks-btn-black:hover,
.team-block-five .inner-box:hover .content-box,
[data-tm-layout=dark] .faq-left-items-2 .info-box .content-box .content-icon .icon,
[data-tm-layout=dark] .pricing-block-three .inner-box:before {
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

.ks-btn-black:hover span span.text-1 {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%)
}

.ks-btn-black:hover span span.text-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-style-two {
    padding: 20px 80px 20px 28px;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    background: -webkit-gradient(linear, left top, right top, from(#beec6b), to(#169c92));
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%);
    color: var(--theme-color-white)
}

.btn-style-three:before,
.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--bg-theme-color1);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1
}

.about-content-2 .theme-btn.btn-style-one:hover,
.about-content-3 .theme-btn.btn-style-one:hover,
.about-content-style-4 .info .theme-btn.btn-style-one:hover,
.btn-style-three:hover,
.btn-style-two:hover,
.contact-box-style-3 form .theme-btn.btn-style-one:hover,
.contact-box-style-3 p,
.contact-content-1 .form-box .form-clt .btn-style-one:hover,
.cta-contact-wrapper .btn-style-one:hover,
.faq-content-style-3 .theme-btn.btn-style-one:hover,
.growth-section .theme-btn.btn-style-one:hover,
.growth-section-two .growth-block .content-box .title,
.header-style-one .main-box .ui-btn-outer .header-contact .info-btn:hover,
.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a:hover,
.header-style-one.header-2 .btn-style-one:hover,
.header-style-one.header-5 .btn-style-one:hover,
.header-style-one.header-5 .main-menu .navigation li ul li a,
.header-style-one.header-5 .main-menu .navigation li.current a,
.header-style-one.header-5 .main-menu .navigation li.current ul li a,
.header-style-one.header-5 .sticky-header .main-menu .navigation li a,
.hero-2 .hero-content .hero-button .theme-btn.btn-style-one:hover,
.how-it-work-items-style-3:hover .number,
.lets-talk-banner-wrapper .circle-box:hover span,
.main-menu .navigation>li>a:hover,
.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.pricing-box-items.active .pricing-button .btn-style-one:hover,
.pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one:hover,
.pricing-section-2 .nav .nav-link.active,
.service-block-four .content .title a,
.service-card-items-4:hover .service-icon .number,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li>a,
[data-tm-layout=dark] .choose-us-box-style-2 .content h3,
[data-tm-layout=dark] .choose-us-box-style-2 .content p,
[data-tm-layout=dark] .contact-box-style-3 form .theme-btn.btn-style-one,
[data-tm-layout=dark] .faq-content-style-3 .theme-btn.btn-style-one,
[data-tm-layout=dark] .feature-block-one.active .inner-box .content-box .feature-text,
[data-tm-layout=dark] .feature-block-one.active .inner-box .content-box .feature-title a,
[data-tm-layout=dark] .feature-block-one:hover .inner-box .content-box .feature-text,
[data-tm-layout=dark] .feature-block-one:hover .inner-box .content-box .feature-title a,
[data-tm-layout=dark] .feature-service-card-items .content .text-btn,
[data-tm-layout=dark] .growth-block .content-box .title,
[data-tm-layout=dark] .growth-block .pie-graph .inner-text,
[data-tm-layout=dark] .growth-section .theme-btn.btn-style-one,
[data-tm-layout=dark] .header-style-one.header-5 .main-menu .navigation li a,
[data-tm-layout=dark] .hero-2 .hero-box-items .hero-box .content h3,
[data-tm-layout=dark] .hero-2 .hero-content h1,
[data-tm-layout=dark] .hero-3 .hero-content h1,
[data-tm-layout=dark] .hero-5 .banner-outer .hero-box-items .content-box p,
[data-tm-layout=dark] .hero-5 .banner-outer .hero-content .banner-title,
[data-tm-layout=dark] .hero-5 .banner-outer .hero-content .hero-button .btn-title,
[data-tm-layout=dark] .hero-5 .banner-outer .hero-content .star .star-title,
[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content h2,
[data-tm-layout=dark] .pricing-box-items .pricing-list li,
[data-tm-layout=dark] .pricing-box-items.active .pricing-header h3,
[data-tm-layout=dark] .pricing-box-items.active .pricing-header span,
[data-tm-layout=dark] .pricing-box-items.active .pricing-list li,
[data-tm-layout=dark] .pricing-main-items .popular,
[data-tm-layout=dark] .service-block-two .inner-box .content-box .content-column .inner-column .info-list,
[data-tm-layout=dark] .service-block-two .inner-box .content-box .content-column .inner-column .text,
[data-tm-layout=dark] .service-block-two .inner-box .title-box .number,
[data-tm-layout=dark] .service-block-two .inner-box .title-box .title,
[data-tm-layout=dark] .team-block .content-box .designation,
[data-tm-layout=dark] .team-block .content-box .name,
table.cart-total .product-name a,
table.tbl-shopping-cart .product-name a {
    color: var(--headings-color)
}

.btn-style-three:hover .icon,
.btn-style-two:hover .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--headings-color)
}

.btn-style-three:hover .icon svg path,
.btn-style-two:hover .icon svg path,
.contact-details-block:hover .icon i path,
.contact-details-block:hover .icon svg path,
.feature-block-one.active .inner-box .feature-icon .svg-icon path,
.feature-block-one:hover .inner-box .feature-icon .svg-icon path,
.hero-3 .hero-content .hero-button .theme-btn.btn-style-one:hover .icon svg path,
.pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one:hover .icon svg path,
.service-block-four:hover .content .link-btn svg path {
    fill: var(--theme-color-white)
}

.btn-style-two .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    -webkit-transition: .9s;
    transition: .9s
}

.btn-style-three {
    padding: 26px 100px 26px 60px;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    color: var(--theme-color1);
    background-color: rgba(255, 255, 255, .1)
}

.btn-style-three .icon {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 62px;
    height: 62px;
    font-size: 20px;
    line-height: 62px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: var(--theme-color1);
    -webkit-transition: .3s;
    transition: .3s
}

.bounce-y {
    -webkit-animation: 10s linear infinite bounce-y;
    animation: 10s linear infinite bounce-y
}

.bounce-x {
    -webkit-animation: 10s linear infinite bounce-x;
    animation: 10s linear infinite bounce-x
}

.zoom-one {
    -webkit-animation: 10s linear infinite zoom-one;
    animation: 10s linear infinite zoom-one
}

@-webkit-keyframes float {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes float {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes bounce-y {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes bounce-y {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@-webkit-keyframes bounce-x {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@-webkit-keyframes zoom-one {

    0%,
    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes zoom-one {

    0%,
    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.overlay-anim:after {
    background: rgba(255, 255, 255, .3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

@keyframes bounce-x {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.img-custom-anim-right {
    -webkit-animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards img-anim-right;
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards img-anim-right;
    opacity: 0
}

@-webkit-keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-custom-anim-left {
    -webkit-animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards img-anim-left;
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards img-anim-left;
    opacity: 0
}

@-webkit-keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-custom-anim-top {
    -webkit-animation: 1.3s cubic-bezier(.645, .045, .355, 1) forwards img-anim-top;
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) forwards img-anim-top;
    opacity: 0
}

@-webkit-keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes float-bob-y {

    0%,
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes float-bob-y {

    0%,
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@keyframes float-bob-x {

    0%,
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes rounded {
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
}

@keyframes rounded {
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
}

@-webkit-keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes width {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes sway_Y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes sway_Y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.sway_Y__animation {
    -webkit-animation: 3s linear infinite alternate sway_Y;
    animation: 3s linear infinite alternate sway_Y
}

@-webkit-keyframes sway_YY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes sway_YY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.sway_Y__animationY {
    -webkit-animation: 3s linear infinite alternate sway_YY;
    animation: 3s linear infinite alternate sway_YY
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.animation__rotate {
    -webkit-animation: 30s linear infinite rotate;
    animation: 30s linear infinite rotate
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

@-webkit-keyframes rotateAndScale {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.8);
        transform: rotate(180deg) scale(.8)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotateAndScale {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.8);
        transform: rotate(180deg) scale(.8)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.animation__rotateAndScale {
    -webkit-animation: 20s linear infinite rotateAndScale;
    animation: 20s linear infinite rotateAndScale
}

.header-style-one .main-box {
    padding: 0 70px
}

@media (max-width:1699.98px) {
    .header-style-one .main-box {
        padding: 0 30px
    }
}

.header-style-one .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.header-style-one .main-box .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px
}

.header-style-one .main-box .ui-btn-outer .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    line-height: 1
}

.header-style-one .main-box .ui-btn-outer .header-contact .social-icon {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid silver;
    padding-right: 30px
}

.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a {
    color: #cfcfcf;
    font-size: 18px
}

.header-style-one .main-box .ui-btn-outer .header-contact .info-btn {
    font-family: var(--title-font)
}

.header-style-one .main-box .btn-style-one {
    padding: 20px 38px
}

.header-style-one.header-1 {
    position: relative;
    z-index: 999
}

.header-style-one.header-1 .main-box {
    background-color: var(--theme-color-white);
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), .1)
}

.header-style-one.header-2 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99999
}

.header-style-one.header-3,
.header-style-one.header-5 {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.feature-block-one.active .inner-box .content-box .feature-text,
.feature-block-one.active .inner-box .content-box .feature-title a,
.feature-block-one:hover .inner-box .content-box .feature-text,
.feature-block-one:hover .inner-box .content-box .feature-title a,
.header-style-one.header-2 .info-btn,
.header-style-one.header-2 .mobile-nav-toggler,
.header-style-one.header-5 .main-menu .navigation li a,
.header-style-one.header-5 .mobile-nav-toggler,
.lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box span,
[data-tm-layout=dark] .hero-6 .banner-image .banner-quote .content-box .content-title {
    color: var(--theme-color-white)
}

[data-tm-layout=dark] .header-style-one.header-2 .info-btn,
[data-tm-layout=dark] .header-style-one.header-2 .mobile-nav-toggler,
[data-tm-layout=dark] .news-box-items .news-content .link-btn {
    color: var(--link-color)
}

.header-style-one.header-2 .main-box {
    padding: 0 90px;
    background-color: transparent;
    border-bottom: none
}

.header-style-one.header-2 .main-menu {
    background-color: var(--theme-color-white);
    padding: 0 42px;
    border-radius: 100px
}

[data-tm-layout=dark] .benifit-box-items-style-2 .nav,
[data-tm-layout=dark] .header-style-one.header-2 .main-menu,
[data-tm-layout=dark] .how-it-work-wrapper.border-none::before,
[data-tm-layout=dark] .pricing-box-items .pricing-button .btn-style-one {
    background-color: rgb(var(--theme-color-white-rgb), .1)
}

.header-style-one.header-5 .main-menu .navigation li.current::before,
.hero-3 .hero-content .hero-button .theme-btn.btn-style-one:hover .icon,
.hero-7 .banner-content .hero-button .btn-style-two:hover .icon,
.main-menu .navigation>li:before,
.pricing-box-items .pricing-button .btn-style-one::before,
.pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one:hover .icon,
.service-section-three .btn-style-two:hover .icon,
.service-sidebar .service-sidebar-single-contact-box .icon:hover,
[data-tm-layout=dark] .service-section-four .btn-style-two .icon {
    background-color: var(--headings-color)
}

.header-style-one.header-2 .outer-box {
    gap: 22px
}

.header-style-one.header-2 .btn-style-one,
.project-section-4 .nav .nav-item .nav-link.active {
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%);
    color: var(--theme-color-white)
}

.header-style-one.header-3 .main-box {
    padding-left: 30px
}

.header-style-one.header-3 .main-box .main-menu {
    position: relative;
    margin-right: 50px
}

.header-style-one.header-3 .main-box .ui-btn-outer {
    margin-right: 25px
}

.header-style-one.header-3 .btn-style-one {
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%);
    color: var(--theme-color-white);
    padding: 24px 35px !important
}

.header-style-one.header-5 {
    z-index: 99999;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), .1)
}

.header-style-one.header-5 .main-box {
    padding: 10px 110px
}

@media (max-width:1699.98px) {
    .header-style-one .main-box .outer-box {
        gap: 25px
    }

    .header-style-one.header-5 .main-box {
        padding: 0 30px
    }
}

@media (max-width:991.98px) {
    .header-style-one .main-box .btn-style-one {
        display: none
    }

    .header-style-one.header-5 .main-box {
        padding: 15px 30px
    }
}

@media (max-width:575.98px) {
    .header-style-one.header-5 .main-box {
        padding: 15px
    }
}

.header-style-one.header-5 .main-box.style-2 {
    padding: 10px 80px
}

@media (max-width:1699.98px) {
    .header-style-one.header-5 .main-box.style-2 {
        padding: 0 30px
    }
}

@media only screen and (max-width:1023px) {
    .header-style-one .main-box {
        padding: 14px 30px
    }

    .header-style-one.header-5 .main-box,
    .header-style-one.header-5 .main-box.style-2 {
        padding: 15px 30px
    }
}

.header-style-one.header-5 .main-menu {
    padding: 0 42px;
    border-radius: 100px
}

.header-style-one.header-5 .main-menu .navigation li ul,
.header-style-one.header-5 .main-menu .navigation li.current ul {
    padding-top: 0
}

.header-style-one.header-5 .outer-box,
.header-style-one.header-7 .main-box .outer-box {
    gap: 25px
}

.header-style-one.header-5 .search-btn {
    font-size: 20px;
    color: var(--theme-color-white);
    background: 0 0
}

.array-button,
.main-menu .navigation>li>a,
.mobile-menu .upper-box,
.sticky-header .inner-container {
    display: -webkit-box;
    display: -ms-flexbox
}

.header-style-one.header-5 .contact-info {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-right: 30px;
    font-family: var(--title-font);
    color: var(--theme-color-white);
    border-right: 1px solid rgba(var(--theme-color-white-rgb), .1)
}

.header-style-one.header-5 .btn-style-one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%);
    color: var(--theme-color-white)
}

.header-style-one.header-5 .btn-style-one:hover path {
    fill: var(--headings-color)
}

.faq-section-three .faq-content-1 .accordion .acc-content .content,
.header-style-one.header-7 .main-box {
    padding: 20px 30px
}

.header-style-one.header-7 .main-box .outer-box .search-btn {
    font-size: 20px;
    background: 0 0
}

.header-style-one.header-7 .main-box .outer-box .btn-style-one {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--theme-color-white);
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

.main-menu .navigation,
.shop-sidebar .sidebar-search .search-form .form-group {
    margin: 0;
    position: relative
}

.main-menu .navigation>li {
    float: left;
    margin-right: 46px;
    padding: 25px 0;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-list-one li:last-child,
.featured-products .filters li:last-child,
.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li:before {
    bottom: 23px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    width: 0%
}

.main-menu .navigation>li.current:before,
.main-menu .navigation>li:hover:before {
    left: 0;
    width: 100%
}

.main-menu .navigation>li>a {
    display: flex;
    font-size: 17px;
    line-height: 30px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: var(--title-font)
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    margin-left: 10px
}

.main-menu .navigation>li.dropdown:hover>ul {
    margin-top: 0;
    opacity: 1;
    top: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: visible
}

.main-menu .navigation>li>ul {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    display: none;
    left: 0;
    margin-top: 30px;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    width: 220px
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebf1f5
}

[data-tm-layout=dark] .about-content-style-4 .about-icon-box,
[data-tm-layout=dark] .about-content-style-4 .about-icon-box .count-box,
[data-tm-layout=dark] .about-counter,
[data-tm-layout=dark] .benifit-wrapper,
[data-tm-layout=dark] .faq-content-1 .accordion-box .block,
[data-tm-layout=dark] .feature-block-one .inner-box,
[data-tm-layout=dark] .how-it-work-items-style-3,
[data-tm-layout=dark] .how-it-work-wrapper,
[data-tm-layout=dark] .main-menu .navigation>li>ul>li,
[data-tm-layout=dark] .marquee-section-2,
[data-tm-layout=dark] .pricing-card-items .theme-btn.btn-style-one,
[data-tm-layout=dark] .pricing-section .info-bottom .info-box,
[data-tm-layout=dark] .project-box-items-2,
[data-tm-layout=dark] .service-card-items-2::before {
    border-color: rgb(var(--theme-color-white-rgb), .1)
}

.main-menu .navigation>li>ul>li:last-child,
.main-menu .navigation>li>ul>li>ul>li:last-child,
.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 29px;
    font-size: 16px;
    text-align: left;
    font-family: var(--title-font);
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: .2s;
    transition: .2s
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    margin-top: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.main-menu .navigation>li>ul>li>ul {
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    display: none;
    left: 100%;
    margin-top: 10px;
    padding: 10px 0 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    width: 220px
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
    width: 100%
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-size: 16px;
    font-family: var(--title-font);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s
}

.main-menu .navigation li.dropdown .dropdown-btn {
    border: 1px solid var(--theme-color-white);
    color: var(--theme-color-white);
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 8px;
    width: 34px;
    z-index: 5
}

.sticky-header {
    background: var(--theme-color-white);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    left: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99999
}

.sticky-header.fixed-header {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.sticky-header .logo {
    padding: 10px 0
}

.sticky-header .logo img {
    max-height: 60px
}

.sticky-header .nav-outer {
    background: 0 0;
    position: relative
}

.sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    position: relative
}

.sticky-header .main-menu .navigation>li {
    margin: 0 0 0 46px;
    padding: 20px 0
}

.sticky-header .mobile-nav-toggler {
    color: var(--headings-color) !important
}

.section-padding {
    padding: 120px 0
}

@media (max-width:1199.98px) {
    .ks-btn-black {
        font-size: 12px;
        padding: 16px 25px
    }

    .header-style-one.header-2 .info-btn,
    .header-style-one.header-5 .contact-info {
        display: none
    }

    .header-style-one.header-3 {
        background-color: var(--theme-color-white)
    }

    .section-padding {
        padding: 100px 0
    }
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes draw2 {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw2 {
    to {
        stroke-dashoffset: 0
    }
}

.contact-details,
.contact-four__brand .marqueeSwiper-five-area,
.contact-six-aera,
.fix,
.mobile-menu-visible {
    overflow: hidden
}

.array-button {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.array-button .array-next,
.array-button .array-prev {
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    border: 1px solid #d9d9d9;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: var(--headings-color);
    font-size: 30px
}

[data-tm-layout=dark] .array-button .array-next,
[data-tm-layout=dark] .array-button .array-prev {
    border-color: rgba(255, 255, 255, .1)
}

.mobile-menu .navigation,
.mobile-menu .navigation li>ul>li:first-child,
.mobile-menu .social-links {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.array-button .array-next i,
.array-button .array-prev i,
.feature-growth-box-items .content p,
.hero-3 .hero-content .hero-button .theme-btn.btn-style-one .icon svg path {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.array-button .array-next svg path,
.array-button .array-prev svg path,
.project-card-items .project-content .icon:hover svg path,
[data-tm-layout=dark] .news-box-items .news-content .comments-list svg path {
    fill: #fff
}

.array-button .array-next:hover,
.array-button .array-prev:hover {
    background: var(--gradient-1);
    color: #fff
}

.pricing-card-item-2.style-2 .pricing-left-ber .pricing-icon::after,
.section-bg {
    background-color: #f5f5f5
}

[data-tm-layout=dark] .about-image-four .about-counter-four::before,
[data-tm-layout=dark] .about-section-three .image-colmun .image-box .count-box,
[data-tm-layout=dark] .contact-content-1 .form-box,
[data-tm-layout=dark] .cta-contact-section::before,
[data-tm-layout=dark] .faq-section-three,
[data-tm-layout=dark] .feature-left-content-1,
[data-tm-layout=dark] .hero-1,
[data-tm-layout=dark] .how-it-work-section.gray-bg,
[data-tm-layout=dark] .pricing-main-items .pricing-card-items,
[data-tm-layout=dark] .project-card-items .project-content,
[data-tm-layout=dark] .section-bg {
    background-color: var(--dark-color2)
}

.section-bg-2 {
    background-color: var(--theme-color2) !important
}

.footer-bg {
    background-color: #052221
}

.swiper-dot {
    position: relative;
    z-index: 99;
    text-align: center;
    margin-top: 70px;
    line-height: 1
}

.swiper-dot .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background-color: #d9d9d9;
    opacity: 1;
    border-radius: 15px
}

.ks-project-btn a:first-child,
.pricing-box-items .pricing-list li svg,
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--headings-color);
    -webkit-transition: .6s;
    transition: .6s;
    position: relative
}

.body-bg {
    background-color: #f5fffa
}

.sticky-style {
    position: sticky;
    top: 100px
}

.mobile-nav-toggler {
    position: relative;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    color: var(--heading-color);
    display: none;
    top: 0;
    margin-left: 25px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.mobile-menu,
.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    height: 100%
}

.mobile-menu {
    width: 300px;
    max-width: 100%;
    z-index: 999999
}

.mobile-menu .menu-backdrop {
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .7)
}

.mobile-menu .upper-box {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px
}

.mobile-menu .close-btn {
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color3);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.pricing-block-three .inner-box:hover .content .list-style-three li,
.pricing-block-three .inner-box:hover .content .time,
.pricing-block-three .inner-box:hover .content .title,
.pricing-block-three .inner-box:hover .pricing-box .price,
.pricing-block-three .inner-box:hover .pricing-title,
.search-popup .close-search,
.sec-title .sub-title.light,
.sec-title .title.light {
    color: var(--theme-color-light)
}

.mobile-menu .close-btn:hover,
.pricing-block-three .inner-box .list-style-three li.disable-color {
    opacity: .5
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%
}

.mobile-menu .nav-logo img {
    max-height: 40px
}

.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--headings-color);
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu,
.team-box-items-4:hover .team-image::after {
    opacity: 1;
    visibility: visible
}

.mobile-menu-visible .scroll-to-top,
.search-popup {
    opacity: 0;
    visibility: hidden
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s;
    transition: .4s
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s .2s;
    transition: .4s .2s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 17px;
    line-height: 44px;
    font-weight: 500;
    font-family: var(--title-font);
    color: #fff;
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106"
}

.mobile-menu .navigation li>ul>li {
    padding-left: 20px
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px
}

.contact-list-one li {
    position: relative;
    margin-bottom: 20px
}

.contact-list-one li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.contact-list-one li .contact-info-box a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-list-one li .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: #fff
}

.contact-list-one li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: #b2c1c0;
    font-weight: 400;
    text-transform: uppercase
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--bg-theme-color1);
    width: 100%;
    margin-top: auto
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--headings-color);
    -webkit-transition: .3s;
    transition: .3s
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color2);
    opacity: .95
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    z-index: 3;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s
}

.hero-2::before,
.hero-5::before {
    background: linear-gradient(103deg, rgba(6, 41, 40, .9) 38.63%, rgba(11, 49, 48, 0) 96.73%);
    content: ""
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 40%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 800px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .3s;
    transition: .3s
}

.product-details .product-info .product-details__social,
.search-popup .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6dc;
    padding: 15px 20px;
    color: #707070;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
    border-color: var(--border-theme-color2)
}

.search-popup .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    color: var(--theme-color-dark);
    line-height: 40px;
    border-radius: 5px;
    font-weight: 400;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.hero-1,
.hero-1 .hero-content h6,
.hero-2,
.hero-3,
.sec-title .sub-title,
.sec-title .title {
    position: relative
}

.search-popup .form-group button:hover {
    color: var(--theme-color-dark)
}

.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
    color: inherit
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
    color: inherit
}

.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
    color: inherit
}

.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
    color: inherit
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: inherit
}

.moblie-search-active .search-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0
}

.moblie-search-active .search-popup .search-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.product-block,
.product-block-two,
.sec-title {
    position: relative;
    margin-bottom: 30px
}

.sec-title .sub-title {
    font-size: var(--sec-title-subtitle-font-size);
    color: var(--sec-title-subtitle-color);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: 1.3px;
    margin-bottom: 25px;
    padding-left: 50px;
    gap: 10px
}

.sec-title .sub-title.light .triangle.triangle2 {
    border-left-color: var(--theme-color-white)
}

.sec-title .sub-title .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 9.803px solid transparent;
    border-bottom: 9.803px solid transparent;
    border-left: 19.606px solid
}

.sec-title .sub-title .triangle.triangle1 {
    border-left-color: var(--theme-color1);
    left: 5px;
    z-index: 9
}

.sec-title .sub-title .triangle.triangle2 {
    border-left-color: #113c3d;
    left: 20px;
    -webkit-animation: 1s ease-in-out infinite alternate move2;
    animation: 1s ease-in-out infinite alternate move2
}

@-webkit-keyframes move1 {
    0% {
        left: 5px
    }

    100% {
        left: 2px
    }
}

@keyframes move1 {
    0% {
        left: 5px
    }

    100% {
        left: 2px
    }
}

@-webkit-keyframes move2 {
    0% {
        left: 20px
    }

    100% {
        left: 17px
    }
}

@keyframes move2 {
    0% {
        left: 20px
    }

    100% {
        left: 17px
    }
}

.sec-title .title {
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    margin-top: -9px;
    margin-bottom: 0
}

@media (max-width:1199.98px) {
    .sec-title .title {
        font-size: 50px
    }
}

@media (max-width:767.98px) {
    .header-style-one.header-2 .main-box {
        padding: 0 45px
    }

    .header-style-one.header-7 .main-box .outer-box .btn-style-one,
    br {
        display: none
    }

    .swiper-dot {
        margin-top: 30px
    }

    .sec-title {
        margin-bottom: 0
    }

    .sec-title .title {
        font-size: 44px
    }
}

@media (max-width:575.98px) {
    .header-style-one.header-5 .main-box.style-2 {
        padding: 15px
    }

    .header-style-one.header-5 .search-btn,
    .header-style-one.header-5 .user-btn,
    .header-style-one.header-7 .main-box .outer-box .search-btn {
        display: none
    }

    .sec-title .title {
        font-size: 38px
    }
}

.sec-title .text,
.service-card-items .content {
    margin-top: 35px
}

.contact-four__brand .brand-two__item,
.sec-title.center {
    text-align: center
}

.sec-title.center .sub-title {
    margin: 0 auto 10px
}

.hero-1 {
    padding: 170px 0;
    background: #f5f5f5;
    overflow: hidden;
    z-index: 9
}

@media (max-width:1199.98px) {
    .hero-1 {
        padding: 140px 0 100px
    }

    .hero-1 .shape-1 {
        display: none
    }
}

.contact-details .content-column .inner-column form .type-feild i,
.hero-1 .shape-1,
.pricing-section-three .shape-9 {
    position: absolute;
    top: 0;
    left: 0
}

.hero-1 .shape-3 {
    position: absolute;
    top: 0;
    left: 150px;
    z-index: -1
}

.hero-1 .hero-content {
    margin-left: 70px
}

@media screen and (max-width:1499px) {
    .hero-1 .shape-1 {
        top: -50px
    }

    .hero-1 .hero-content {
        margin-left: 50px
    }
}

@media (max-width:1399.98px) {

    .header-style-one .main-box .ui-btn-outer .header-contact,
    .header-style-one.header-2 .btn-style-one,
    .header-style-one.header-5 .btn-style-one {
        display: none
    }

    .hero-1 .hero-content {
        margin-left: 20px
    }
}

@media (max-width:991.98px) {
    .section-padding {
        padding: 80px 0
    }

    .hero-1 .hero-content {
        margin-left: 0
    }

    .hero-1 .hero-content h1 {
        font-size: 70px;
        line-height: 130%
    }
}

.hero-1 .hero-content h6 {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #cbcbcb;
    padding: 0 35px 0 70px;
    border-radius: 100px;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    margin-bottom: 20px
}

[data-tm-layout=dark] .hero-1 .hero-content h6 {
    border: 1px solid #cbcbcb
}

.hero-1 .hero-content h6 .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 46px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: var(--gradient-1)
}

.hero-1 .hero-content p {
    font-size: 18px;
    max-width: 530px;
    margin-top: 20px
}

@media only screen and (max-width:424px) {
    .hero-1 .hero-content p {
        margin-top: 10px
    }
}

.hero-1 .hero-content .hero-button,
.hero-2 .hero-content .hero-button {
    margin-top: 45px
}

.hero-1 .hero-content .hero-button .theme-btn.btn-style-one {
    padding: 26px 100px 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

.hero-1 .hero-content .hero-button .theme-btn .icon,
.hero-2 .hero-content .hero-button .theme-btn .icon,
.hero-3 .hero-content .hero-button .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px
}

.hero-1 .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 905px
}

@media screen and (max-width:1499px) {
    .hero-1 .hero-image {
        max-width: 870px
    }
}

.hero-1 .hero-image .shape-2 {
    position: absolute;
    top: 23%;
    left: 8%
}

.hero-2 {
    margin: 30px 30px 0;
    border-radius: 30px;
    padding: 250px 60px 150px;
    z-index: 9999
}

@media (max-width:991.98px) {
    .hero-1 .hero-content p {
        font-size: 16px
    }

    .hero-2 {
        padding: 180px 30px
    }
}

.hero-2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    z-index: -1
}

[data-tm-layout=dark] .hero-2::before {
    background: linear-gradient(103.16deg, rgba(16, 60, 59, .9) 38.63%, rgba(11, 49, 48, 0) 96.73%)
}

.hero-2 .hero-content h1 {
    color: var(--theme-color-white);
    font-size: 90px;
    line-height: 112%
}

@media (max-width:1699.98px) {
    .hero-2 .hero-content h1 {
        font-size: 70px
    }

    .hero-3 .hero-content {
        padding-bottom: 80px
    }
}

@media (max-width:1399.98px) {
    .hero-1 .hero-image {
        max-width: 800px
    }

    .hero-2 .hero-content h1 {
        font-size: 80px
    }
}

@media (max-width:991.98px) {
    .hero-2 .hero-content h1 {
        font-size: 70px
    }
}

.hero-2 .hero-content h1 span::before {
    position: absolute;
    bottom: 20px;
    left: -11px;
    right: 0;
    width: 104%;
    height: 20px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#149b93), to(#b7e96c));
    background: linear-gradient(90deg, #149b93 0, #b7e96c 100%);
    z-index: -1
}

.hero-2 .hero-content .hero-text {
    font-size: 20px;
    color: var(--theme-color-white);
    text-transform: capitalize;
    max-width: 470px;
    margin-top: 30px
}

[data-tm-layout=dark] .hero-2 .hero-content .hero-text,
[data-tm-layout=dark] .hero-3 .hero-content .text-item p {
    color: var(--text-color)
}

.about-content-2 .theme-btn.btn-style-one,
.about-content-3 .theme-btn.btn-style-one,
.about-content-style-4 .info .theme-btn.btn-style-one,
.contact-box-style-3 form .theme-btn.btn-style-one,
.faq-content-style-3 .theme-btn.btn-style-one,
.growth-section .theme-btn.btn-style-one,
.hero-2 .hero-content .hero-button .theme-btn.btn-style-one {
    padding: 26px 100px 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#beec6b), to(#169c92));
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%);
    color: var(--theme-color-white)
}

.about-image-1 img,
.about-image-items-2 .about-image img,
.about-image-style-4 img,
.choose-us-image-2 img,
.choose-us-image-items-4 .choose-image img,
.hero-4 .image-box .image-1 img,
.hero-5::before,
.pricing-card-item-2 .blur-shape img,
.project-image-4 img {
    height: 100%;
    width: 100%
}

.hero-2 .hero-box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 22px;
    margin-bottom: -90px
}

@media (max-width:1199.98px) {

    .hero-1 .hero-image,
    .hero-1 .shape-3 {
        display: none
    }

    .hero-1 .hero-content {
        margin-left: 0
    }

    .hero-2 .hero-box-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.hero-2 .hero-box-items .hero-box {
    border-radius: 30px;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 30px 25px;
    max-width: 300px
}

[data-tm-layout=dark] .hero-2 .hero-box-items .hero-box {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: rgb(var(--theme-color-black-rgb), .2)
}

.hero-2 .hero-box-items .hero-box .icon {
    -webkit-transition: .9s;
    transition: .9s;
    display: inline-block
}

.about-content-3 .about-text,
.benifit-box-items-style-1 .benefit-content,
.choose-content-4 .about-text,
.feature-growth-box-items .content,
.feature-service-card-items .content,
.hero-2 .hero-box-items .hero-box .content {
    margin-top: 25px
}

.benifit-box-items-style-2 .about-list,
.footer-widget-wrapper.style-2 .footer-content .contact-list-2,
.hero-3,
.hero-3 .hero-content .hero-button,
.icon-items-style-2 .content,
.news-box-items .news-content,
.service-sidebar .service-sidebar-single-services ul li.current:first-child,
.why-choose-section-3 .choose-content .inner-box .theme-btn {
    margin-top: 20px
}

.hero-2 .hero-box-items .hero-box .content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color-white);
    margin-bottom: 10px
}

.hero-2 .hero-box-items .hero-box .content p,
.hero-3 .hero-content .text-item p {
    font-size: 18px;
    color: var(--theme-color-white)
}

.about-content-2 .icon-items-area .icon-items:hover .icon img,
.about-content-3 .about-block .inner-box:hover .icon,
.choose-content-4 .icon-items-area .icon-items:hover .icon img,
.choose-us-box-style-2:hover .icon img,
.contact-details-block:hover .icon,
.feature-block-one.active .inner-box .feature-icon .svg-icon,
.feature-block-one:hover .inner-box .feature-icon .svg-icon,
.feature-business-solution-items-1:hover .content .icon svg,
.feature-business-solution-items-2:hover .content .icon svg,
.feature-growth-box-items:hover svg,
.feature-service-card-items:hover .icon img,
.hero-2 .hero-box-items .hero-box:hover .icon,
.icon-items-style-2:hover .icon img,
.pricing-card-item-2:hover .pricing-left-ber .pricing-icon img,
.service-block-four:hover .icon .animated-svg,
.service-block-three .outer-box:hover .icon-box .icon,
.service-card-items-2:hover .service-icon .icon svg,
.service-card-items-4:hover .service-icon .icon svg,
.service-card-items:hover .icon svg,
.team-box-items-4 .socials ul li:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.hero-3 {
    margin-left: 30px;
    margin-right: 30px;
    padding: 150px 100px 70px
}

@media (max-width:1399.98px) {
    .hero-3 {
        padding: 200px 40px 130px
    }
}

@media (max-width:1199.98px) {
    .hero-3 {
        padding: 150px 30px 100px;
        background-image: none !important;
        background-color: var(--headings-color)
    }

    .hero-3 .paper-shape {
        display: none
    }
}

.hero-3 .paper-shape {
    position: absolute;
    bottom: 135px;
    left: 47%;
    -webkit-animation: 5s linear infinite rounded;
    animation: 5s linear infinite rounded
}

.about-content-1 .about-list-items .about-list li .icon img,
.about-section,
.about-section-three,
.benifit-box-items-style-2 .about-list li .icon img,
.case-section,
.cta-contact-section,
.footer-section-1,
.hero-3 .hero-content,
.how-it-work-section,
.pricing-section,
.team-wrapper,
.why-choose-us-content-1 .why-choose-list-items .why-list li .icon img {
    position: relative;
    z-index: 9
}

.hero-3 .hero-content h1 {
    font-size: 90px;
    font-weight: 600;
    color: var(--theme-color-white)
}

@media (max-width:1199.98px) {
    .hero-3 .hero-content h1 {
        font-size: 56px
    }
}

@media (max-width:991.98px) {
    .hero-3 {
        padding-bottom: 0
    }

    .hero-3 .hero-content h1 {
        font-size: 70px;
        line-height: 130%
    }
}

.hero-3 .hero-content .text-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-top: 20px
}

.hero-3 .hero-content .text-item p {
    max-width: 630px;
    text-transform: capitalize;
    line-height: 195%
}

.hero-3 .hero-content .text-item img {
    border-radius: 50px
}

.hero-3 .hero-content .hero-button .theme-btn.btn-style-one {
    padding: 26px 100px 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    background-color: var(--bg-theme-color1);
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%);
    color: #fff !important
}

.case-block-three,
.clients-section,
.contact-box-style-3 form .input,
.contact-four-area,
.hero-3 .hero-image,
.ks-project-arrow a svg,
.team-section-five.have-after {
    position: relative;
    z-index: 1
}

.hero-3 .hero-image .ellipse-shape {
    position: absolute;
    left: -42%;
    top: 0;
    z-index: -1
}

.hero-3 .hero-image .text-circle {
    position: absolute;
    top: 30%;
    right: 14%;
    z-index: 9
}

.hero-3 .hero-image .text-circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: var(--theme-color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.hero-3 .hero-image .text-circle .star {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero-4 {
    position: relative;
    padding-top: 100px
}

.hero-4 .ellipse-bg {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.hero-4 .right-shape {
    position: absolute;
    top: 0;
    right: 90px
}

.hero-4 .container-fluid,
.service-section-4 .container-fluid,
.team-wrapper-4 {
    padding: 0 90px
}

@media (max-width:1699.98px) {
    .hero-4 .right-shape {
        display: none
    }

    .hero-4 .container-fluid {
        padding: 0 50px
    }
}

@media (max-width:1399.98px) {
    .hero-3 .hero-content {
        padding-bottom: 0
    }

    .hero-4 .container-fluid {
        padding: 0 40px
    }

    .hero-6 .paper-shape {
        display: none
    }
}

.hero-4 .hero-content h1 {
    font-size: 110px;
    font-weight: 600
}

@media (max-width:1199.98px) {
    .hero-3 .hero-content .text-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hero-4 .container-fluid {
        padding: 0 30px
    }

    .hero-4 .hero-content h1 {
        font-size: 90px
    }

    .hero-4 .hero-content h1 br {
        display: none
    }
}

@media (max-width:991.98px) {
    .hero-4 {
        padding-top: 70px
    }

    .hero-4 .hero-content h1 {
        font-size: 80px
    }

    .hero-4 .image-box .shape-image3 {
        display: none
    }
}

.hero-4 .hero-content h1 span {
    font-weight: 400;
    background: var(--Linear, linear-gradient(90deg, #00a9a5 0, #039397 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hero-4 .image-box {
    position: relative;
    margin-top: 65px
}

.hero-4 .image-box .image-1 {
    margin-bottom: 0;
    position: relative;
    max-width: 1720px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1720 826"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 786C0 808.091 17.9086 826 40 826H1680C1702.09 826 1720 808.091 1720 786V334C1720 311.909 1702.09 294 1680 294H1363C1340.91 294 1323 276.091 1323 254V40C1323 17.9086 1305.09 0 1283 0H40C17.9086 0 0 17.9086 0 40V786Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1720 826"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 786C0 808.091 17.9086 826 40 826H1680C1702.09 826 1720 808.091 1720 786V334C1720 311.909 1702.09 294 1680 294H1363C1340.91 294 1323 276.091 1323 254V40C1323 17.9086 1305.09 0 1283 0H40C17.9086 0 0 17.9086 0 40V786Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover
}

.hero-4 .image-box .shape-image3 {
    bottom: 70px;
    left: -80px;
    position: absolute
}

@media (max-width:1599.98px) {
    .hero-4 .image-box .shape-image3 {
        left: 0
    }
}

.hero-4 .image-box .customer-info {
    background-color: var(--theme-color-white);
    border-radius: 50px;
    max-width: 370px;
    padding: 25px 24px 25px 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.hero-4 .image-box .customer-info .count-outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    margin-bottom: 15px
}

.hero-4 .image-box .customer-info .count-outer .count-box {
    color: var(--headings-color);
    font-family: var(--title-font);
    font-size: 50px;
    font-weight: 600;
    line-height: var(--line-height-heading-h2)
}

.hero-4 .image-box .customer-info .title {
    font-weight: 600;
    color: var(--headings-color);
    font-size: 36px;
    line-height: 120%
}

@media (max-width:1699.98px) {
    .hero-4 .image-box .customer-info {
        max-width: 282px;
        padding: 25px 24px 25px 30px
    }

    .hero-4 .image-box .customer-info .count-outer .count-box {
        font-size: 39px
    }

    .hero-4 .image-box .customer-info .title {
        font-size: 25px
    }
}

.hero-4 .image-box .customer-info .text {
    color: var(--theme-color-gray);
    font-family: var(--title-font);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: 1.8125
}

.hero-5 {
    position: relative;
    z-index: 9999;
    margin-bottom: 0
}

.hero-5::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

[data-tm-layout=dark] .hero-5::before {
    background: linear-gradient(99.16deg, rgba(6, 41, 40, .72) 4.26%, rgba(11, 49, 48, 0) 96.92%)
}

.hero-5 .banner-outer .hero-content {
    position: relative;
    padding: 240px 110px 140px
}

.hero-5 .banner-outer .hero-content .star {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    margin-bottom: 30px
}

.hero-5 .banner-outer .hero-content .star .star-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-left: 20px;
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--theme-color-white)
}

.hero-5 .banner-outer .hero-content .banner-title {
    font-size: 90px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--theme-color-white);
    font-size: clamp(36px, 4.7vw, 90px);
    line-height: 1.2
}

.hero-5 .banner-outer .hero-content .hero-button {
    margin-top: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.hero-5 .banner-outer .hero-content .hero-button .video-btn {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: var(--theme-color-white);
    border: 1px solid var(--theme-color-white)
}

[data-tm-layout=dark] .hero-5 .banner-outer .hero-content .hero-button .video-btn {
    color: #fff;
    border-color: #fff
}

.hero-5 .banner-outer .hero-content .hero-button .btn-title {
    color: var(--theme-color-white);
    margin-bottom: 0
}

.hero-5 .banner-outer .hero-box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid rgba(var(--theme-color-white-rgb), .1)
}

.hero-5 .banner-outer .hero-box-items .content-box {
    max-width: 33%;
    width: 100%;
    padding: 30px 0;
    border-right: 1px solid rgba(var(--theme-color-white-rgb), .1)
}

.hero-5 .banner-outer .hero-box-items .content-box:last-child,
.how-it-work-items-style-3.border-none {
    border-right: none
}

.hero-5 .banner-outer .hero-box-items .content-box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: var(--theme-color-white);
    margin-bottom: 0
}

.hero-6 {
    position: relative;
    overflow: hidden;
    padding: 150px 50px 0
}

.hero-6 .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: #144443;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 51% 100%, 42% 90%, 0 90%)
}

.hero-6 .bg-layer .shape-1 {
    position: absolute;
    top: 68%;
    left: 0
}

.hero-6 .bg-layer .shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.hero-6 .paper-shape {
    position: absolute;
    bottom: 48%;
    right: 0;
    pointer-events: none;
    -webkit-animation: 5s linear infinite rounded;
    animation: 5s linear infinite rounded
}

.hero-6 .shape-image1 {
    position: absolute;
    bottom: 35%;
    right: 54px;
    pointer-events: none
}

.hero-6 .banner-content {
    position: relative;
    z-index: 9;
    height: 100%;
    padding-top: 95px
}

.hero-6 .banner-content h1 {
    font-size: 76px;
    font-weight: 600;
    color: var(--theme-color-white);
    font-size: clamp(36px, 3.95vw, 76px);
    line-height: 1.2
}

.hero-6 .banner-content .text-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-top: 15px
}

.hero-6 .banner-content .text-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    color: var(--theme-color-white);
    max-width: 650px
}

.about-content-3 .skill-feature,
.benifit-box-items-style-1,
.hero-6 .banner-content .hero-button,
.hero-7 .banner-content .hero-button,
.products-section .sec-title .theme-btn,
.project-card-items,
.service-block-four .content,
.service-wrapper-4,
.sidebar__single+.sidebar__single,
.team-block,
.team-box-items,
.testimonial-card-item .client-item .info-text,
.why-choose-us-content-1 .why-choose-list {
    margin-top: 30px
}

.hero-6 .banner-content .banner-user {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-top: 30px;
    padding-right: 20px;
    -webkit-transition: 1s;
    transition: 1s
}

.case-section-three .outer-box,
.hero-6 .banner-content .banner-user ul,
.testimonial-box-items .client-info-items .client-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-6 .banner-content .banner-user ul li {
    width: 66px;
    height: 66px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    margin-left: -15px;
    color: var(--theme-color-black);
    background-color: var(--theme-color1);
    border: 2px solid var(--theme-color-white)
}

.hero-6 .banner-content .banner-user ul li:first-child {
    margin-left: 0
}

.hero-6 .banner-content .banner-user .user-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    max-width: 188px;
    color: var(--headings-color);
    margin-bottom: 0
}

.hero-6 .banner-content .banner-user .user-title span,
.service-block-two .inner-box .title-box .number span {
    font-weight: 700
}

.hero-6 .banner-image {
    position: relative;
    z-index: 1;
    margin-right: -140px
}

.hero-6 .banner-image .circle-shape {
    position: absolute;
    top: 12%;
    right: -120px;
    left: -70px;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none
}

.hero-6 .banner-image .circle-shape .circle-light {
    position: absolute;
    left: 15%;
    top: 10%;
    width: 490px;
    height: 490px
}

.hero-6 .banner-image .circle-shape .circle-light:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -2;
    inset: 0;
    border-radius: 50%;
    background-color: rgba(200, 241, 105, .2);
    -webkit-filter: blur(120px);
    filter: blur(120px)
}

.hero-6 .banner-image .banner-quote {
    position: absolute;
    bottom: 108px;
    left: -30%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 25px;
    max-width: 335px;
    border-radius: 10px;
    background-color: var(--theme-color-white)
}

.pricing-box-items.active .pricing-button .btn-style-one::before,
.pricing-card-item-2.style-2 .pricing-left-ber .pricing-icon::before,
.service-section-three .btn-style-two .icon,
[data-tm-layout=dark] .about-content-four .btn-style-two .icon,
[data-tm-layout=dark] .case-section-three .content-column .inner-column .btn-style-two .icon,
[data-tm-layout=dark] .hero-6 .banner-image .banner-quote,
[data-tm-layout=dark] .pricing-box-items .pricing-button .btn-style-one::before {
    background-color: var(--theme-color1)
}

.hero-6 .banner-image .banner-quote .content-box .content-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -3%;
    color: var(--headings-color);
    margin-bottom: 10px
}

.hero-6 .banner-image .banner-quote .content-box .content-text {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color)
}

[data-tm-layout=dark] .hero-6 .banner-image .banner-quote .content-box .content-text {
    color: #4b535d
}

.hero-7 {
    position: relative;
    overflow: hidden;
    margin: 0 30px;
    padding: 70px 60px;
    border-radius: 30px
}

.hero-7 .container-fluid {
    padding-top: 0;
    padding-bottom: 0
}

.hero-7 .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.hero-7 .banner-shape {
    position: absolute;
    right: 70px;
    bottom: 70px;
    border-radius: 10px;
    overflow: hidden
}

.hero-7 .banner-content {
    position: relative;
    z-index: 9;
    height: 100%;
    border-radius: 30px;
    padding: 145px 80px;
    max-width: 785px;
    width: 100%;
    overflow: hidden;
    background-color: var(--theme-color-white)
}

.hero-7 .banner-content .anim-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.hero-7 .banner-content .anim-icons .shape-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6
}

.hero-7 .banner-content .anim-icons .shape-image-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .2
}

.hero-7 .banner-content .banner-know-box {
    padding: 7px 35px 7px 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-radius: 100px;
    margin-bottom: 20px;
    border: 1px solid #cbcbcb
}

.hero-7 .banner-content .banner-know-box .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    color: var(--theme-color-white);
    background: linear-gradient(138.29deg, #00a9a5 5.12%, #039397 100%)
}

.hero-7 .banner-content .banner-know-box .text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--headings-color)
}

.hero-7 .banner-content .title {
    font-weight: 700;
    font-size: 80px;
    color: var(--headings-color);
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: clamp(36px, 4.15vw, 80px);
    line-height: 1.2
}

.hero-7 .banner-content .banner-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    color: var(--text-color);
    margin-bottom: 30px
}

.hero-7 .banner-content .hero-button .btn-style-two {
    padding: 25px 90px 25px 60px
}

.hero-7 .banner-content .hero-button .btn-style-two .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-color: var(--theme-color1)
}

.feature-left-content-1 {
    padding: 40px 60px;
    height: 100%;
    background-color: #e4f4f2;
    position: relative;
    z-index: 9
}

.feature-left-content-1 .down-shape {
    position: absolute;
    top: 28px;
    right: 14px;
    z-index: -1
}

.feature-left-content-1 .spiral-shape {
    position: absolute;
    left: 37px;
    bottom: 75px;
    z-index: -1
}

.feature-left-content-1 h2 {
    font-size: 40px;
    font-weight: 600
}

.feature-left-content-1 .client-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 20px
}

.feature-box-3 .client-image img,
.feature-left-content-1 .client-image img {
    border-radius: 50%;
    border: 1px solid #fff
}

.feature-box-3 .client-image .icon-2,
.feature-box-3 .client-image .icon-3,
.feature-box-3 .client-image .icon-4,
.feature-left-content-1 .client-image .icon-2,
.feature-left-content-1 .client-image .icon-3,
.feature-left-content-1 .client-image .icon-4 {
    margin-left: -15px
}

.feature-left-content-1 h4 {
    font-size: 20px;
    line-height: 1
}

.feature-left-content-1 .star i {
    color: #ffc65e
}

.feature-left-content-1 .star span {
    font-size: 14px;
    font-weight: 700;
    color: #0b3130
}

.feature-business-solution-items-1,
.feature-business-solution-items-2 {
    background: #144443
}

.feature-business-solution-items-1 .business-image,
.feature-business-solution-items-2 .business-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%
}

.feature-business-solution-items-1 .business-image img,
.feature-business-solution-items-2 .business-image img {
    height: 100%;
    display: block;
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.benifit-box-items-style-1 .benifit-image img:first-child,
.feature-business-solution-items-1 .business-image img:first-child,
.feature-business-solution-items-2 .business-image img:first-child,
.news-box-items .news-image img:first-child,
.project-box-items-2 .project-image img:first-child,
.project-card-items .project-image img:first-child,
.team-block-five .inner-box .team-image img:first-child,
.team-block-six .inner-box .team-image img:first-child,
.team-box-items .team-image img:first-child,
.team-box-items-4 .team-image img:first-child {
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.benifit-box-items-style-1 .benifit-image img:nth-child(2),
.feature-business-solution-items-1 .business-image img:nth-child(2),
.feature-business-solution-items-2 .business-image img:nth-child(2),
.news-box-items .news-image img:nth-child(2),
.project-box-items-2 .project-image img:nth-child(2),
.project-card-items .project-image img:nth-child(2),
.team-block-five .inner-box .team-image img:nth-child(2),
.team-block-six .inner-box .team-image img:nth-child(2),
.team-box-items .team-image img:nth-child(2),
.team-box-items-4 .team-image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper,
.feature-business-solution-items-1 .business-image .business-layer-wrapper,
.feature-business-solution-items-2 .business-image .business-layer-wrapper,
.project-box-items-2 .project-image .project-layer-wrapper,
.project-card-items .project-image .project-layer-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    transition: .5s
}

.feature-business-solution-items-1 .content .icon,
.feature-business-solution-items-2 .content .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: linear-gradient(126deg, #00a9a5 11.31%, #039397 93.61%);
    text-align: center
}

.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image,
.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image {
    width: 25%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover;
    position: relative
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:first-child,
.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image:first-child,
.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image:first-child,
.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:first-child,
.project-card-items .project-image .project-layer-wrapper .project-layer-image:first-child {
    background-position: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image:nth-child(2),
.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image:nth-child(2) {
    background-position: 33.33%;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image:nth-child(3),
.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image:nth-child(3) {
    background-position: 66.66%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(4),
.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image:nth-child(4),
.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image:nth-child(4),
.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(4),
.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(4) {
    background-position: 100%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.feature-business-solution-items-1 .content {
    padding: 0 60px 40px;
    margin-top: -40px;
    position: relative;
    z-index: 9
}

.feature-business-solution-items-1 .content .icon {
    margin-bottom: 25px
}

.about-content-2 .icon-items-area .icon-items .icon img,
.choose-content-4 .icon-items-area .icon-items .icon img,
.choose-us-box-style-2 .icon img,
.feature-business-solution-items-1 .content .icon svg,
.feature-business-solution-items-2 .content .icon svg,
.feature-growth-box-items .icon svg,
.feature-service-card-items .icon img,
.icon-items-style-2 .icon img,
.pricing-card-item-2 .pricing-left-ber .pricing-icon img,
.service-block-four .icon .animated-svg,
.service-card-items .icon svg,
.service-card-items-2 .service-icon .icon svg,
.service-card-items-4 .service-icon .icon svg,
.team-box-items-4 .socials ul li i {
    -webkit-transition: .9s;
    transition: .9s
}

.feature-business-solution-items-1 .content p,
.feature-business-solution-items-2 .content p {
    font-size: 18px;
    color: #fff
}

.benifit-box-items-style-1:hover .benifit-image img:first-child,
.feature-business-solution-items-1:hover .business-image img:first-child,
.feature-business-solution-items-2:hover .business-image img:first-child,
.news-box-items:hover .news-image img:first-child,
.project-box-items-2:hover .project-image img:first-child,
.project-card-items:hover .project-image img:first-child,
.team-block-five .inner-box:hover .team-image img:first-child,
.team-block-six .inner-box:hover .team-image img:first-child,
.team-box-items-4:hover .team-image img:first-child,
.team-box-items:hover .team-image img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.benifit-box-items-style-1:hover .benifit-image img:nth-child(2),
.feature-business-solution-items-1:hover .business-image img:nth-child(2),
.feature-business-solution-items-2:hover .business-image img:nth-child(2),
.news-box-items:hover .news-image img:nth-child(2),
.project-box-items-2:hover .project-image img:nth-child(2),
.project-card-items:hover .project-image img:nth-child(2),
.team-block-five .inner-box:hover .team-image img:nth-child(2),
.team-block-six .inner-box:hover .team-image img:nth-child(2),
.team-box-items-4:hover .team-image img:nth-child(2),
.team-box-items:hover .team-image img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

[data-tm-layout=dark] .business-solution-section {
    margin-top: 10px;
    background-color: var(--dark-color1)
}

.feature-business-solution-items-2 .content {
    padding: 40px 60px 0;
    position: relative;
    z-index: 9;
    margin-top: 0
}

.benifit-box-items-style-2::before,
.cta-contact-section::before,
.cta-contact-wrapper::before {
    width: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    content: ""
}

.feature-business-solution-items-2 .content .icon {
    margin-bottom: -35px;
    margin-top: 20px
}

.about-content-1 .about-list-items .counter-box .counter-bottom,
.counter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.counter-box-1 {
    width: 312px;
    height: 312px;
    border-radius: 320px;
    border: 1px solid #d2d2d2;
    text-align: center;
    padding-top: 70px
}

[data-tm-layout=dark] .counter-box-1 {
    border: 1px solid rgba(255, 255, 255, .1)
}

@media (max-width:1399.98px) {
    .hero-7 .banner-content {
        padding: 100px 50px;
        max-width: 700px
    }

    .counter-box-1 {
        width: 275px;
        height: 275px;
        padding-top: 60px
    }
}

@media (max-width:991.98px) {
    .hero-5 .banner-outer .hero-content {
        padding: 200px 50px 100px
    }

    .hero-5 .banner-outer .hero-box-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid rgba(var(--theme-color-white-rgb), .1);
        gap: 0
    }

    .hero-5 .banner-outer .hero-box-items .content-box {
        max-width: 100%;
        border-bottom: 1px solid rgba(var(--theme-color-white-rgb), .1)
    }

    .hero-5 .banner-outer .hero-box-items .content-box:last-child {
        max-width: 100%;
        border-bottom: none
    }

    .hero-6 {
        padding: 180px 30px 100px
    }

    .hero-6 .banner-content {
        padding-top: 0
    }

    .hero-6 .banner-image,
    .hero-6 .banner-image .banner-quote {
        display: none
    }

    .counter-box-1 {
        width: 215px;
        height: 215px;
        padding-top: 40px
    }
}

.counter-box-1 h2,
.counter-box-one h2 {
    font-size: 96px;
    font-weight: 400;
    margin-bottom: 0
}

@media (max-width:1399.98px) {
    .counter-box-1 h2 {
        font-size: 80px
    }
}

@media (max-width:991.98px) {
    .counter-box-1 h2 {
        font-size: 60px
    }
}

.counter-box-1 p,
.counter-box-one p {
    font-size: 18px;
    font-weight: 500;
    max-width: 140px;
    line-height: 133%;
    margin: 0 auto;
    color: #144443
}

[data-tm-layout=dark] .about-content-3 .info .user .sub-title,
[data-tm-layout=dark] .benifit-box-items-style-2 .why-choose-list p,
[data-tm-layout=dark] .case-section-three .content-column .inner-column .text,
[data-tm-layout=dark] .counter-box-1 p,
[data-tm-layout=dark] .faq-content-style-3 .faq-text,
[data-tm-layout=dark] .pricing-card-item-2 .pricing-right-ber .pricing-list li,
[data-tm-layout=dark] .pricing-card-items p,
[data-tm-layout=dark] .service-block-three .outer-box .content-box .feature-list li {
    color: rgba(204, 204, 204, .8)
}

.cta-contact-wrapper {
    border-radius: 20px;
    padding: 40px 100px 40px 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.cta-contact-wrapper::before {
    position: absolute;
    left: 0;
    height: 100%;
    background: #144443;
    opacity: .9
}

@media (max-width:1199.98px) {
    .hero-6 .bg-layer {
        clip-path: none
    }

    .cta-contact-wrapper .left-shape,
    .hero-6 .banner-content .banner-user,
    .hero-6 .shape-image1,
    .hero-7 .banner-shape {
        display: none
    }

    .hero-6 .banner-content .text-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hero-6 .banner-image {
        margin-right: 0
    }

    .hero-6 .banner-image .banner-quote {
        bottom: 170px;
        left: 0
    }

    .feature-left-content-1 {
        padding: 40px 30px
    }

    .feature-left-content-1 h2 {
        font-size: 30px
    }

    .feature-business-solution-items-1 .content {
        padding: 0 35px 40px;
        margin-top: -40px
    }

    .feature-business-solution-items-2 .content {
        padding: 40px 35px 0;
        margin-top: 0
    }

    .counter-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }

    .cta-contact-wrapper {
        padding-left: 100px
    }
}

.benifit-box-items-style-2 .nav .nav-item .nav-link.active,
.cta-contact-wrapper .btn-style-one,
.why-choose-us-content-1 .nav .nav-item .nav-link.active {
    background: linear-gradient(99deg, #00a9a5 0, #039397 93.92%);
    color: #fff
}

.cta-contact-wrapper .left-shape {
    position: absolute;
    left: 100px;
    top: 0
}

.cta-contact-section::before {
    position: absolute;
    left: 0;
    background-color: #f5f5f5;
    height: 50%
}

.benifit-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 80px
}

.benifit-box-items-style-1 .benifit-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.benifit-box-items-style-1 .benifit-image img {
    height: 100%;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover;
    width: 100%
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image {
    width: 25%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover;
    border-radius: 5px;
    position: relative
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(2),
.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(2),
.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(2) {
    background-position: 33.33%;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    border-radius: 0 !important
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(2)::before,
.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(3)::before,
.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(2)::before,
.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(3)::before,
.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(2)::before,
.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(3)::before {
    border-radius: 0 !important
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(3),
.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(3),
.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(3) {
    background-position: 66.66%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    border-radius: 0 !important
}

.benifit-box-items-style-1 .benefit-content h3 {
    margin-bottom: 5px
}

.benifit-box-items-style-1 .benefit-content .arrow-icon {
    margin-top: 20px;
    display: inline-block
}

.benifit-box-items-style-1 .benefit-content .arrow-icon svg {
    -webkit-transform: rotate(-47deg);
    transform: rotate(-47deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

[data-tm-layout=dark] .benifit-box-items-style-1 .benefit-content .arrow-icon svg path {
    fill: var(--link-color)
}

.benifit-box-items-style-1 .benefit-content .arrow-icon:hover svg,
.faq-accordion-style-3 .accordion .accordion-button.collapsed::before,
.service-card-items .content .link-btn:hover {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.benifit-box-items-style-2 {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    border-radius: 10px;
    padding: 20px 30px
}

.benifit-box-items-style-2::before {
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 10px;
    opacity: .95;
    background: #144443
}

.benifit-box-items-style-2 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 10px
}

.benifit-box-items-style-2 .nav .nav-item .nav-link {
    padding: 21px 40px;
    font-size: 16px;
    font-weight: 500;
    color: var(--headings-color);
    border-radius: 100px;
    line-height: 1
}

.benifit-box-items-style-2 .tab-content {
    padding: 30px 40px
}

.benifit-box-items-style-2 .why-choose-list {
    max-width: 410px
}

.benifit-box-items-style-2 .why-choose-list h3 {
    font-size: 26px;
    color: #fff
}

.benifit-box-items-style-2 .why-choose-list p {
    font-size: 16px;
    margin-top: 10px;
    color: #fff
}

.benifit-box-items-style-2 .about-list li {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    color: var(--theme-color-white)
}

.about-content-1 .about-list-items .about-list li:not(:last-child),
.benifit-box-items-style-2 .about-list li:not(:last-child),
.why-choose-us-content-1 .why-choose-list-items .why-list li:not(:last-child) {
    margin-bottom: 13px
}

.about-content-1 .about-list-items .about-list li .icon::before,
.benifit-box-items-style-2 .about-list li .icon::before,
.why-choose-us-content-1 .why-choose-list-items .why-list li .icon::before {
    position: absolute;
    top: 7px;
    right: -3px;
    content: "";
    background-color: var(--theme-color2);
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.lets-talk-banner-wrapper .lets-talk-banner-content h2 {
    font-size: 100px;
    font-weight: 700;
    color: var(--theme-color-white);
    line-height: 110%;
    margin-bottom: 20px
}

@media (max-width:1199.98px) {
    .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
        font-size: 80px
    }
}

.lets-talk-banner-wrapper .lets-talk-banner-content p {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: var(--theme-color-white);
    padding-bottom: 70px;
    margin-bottom: 45px;
    max-width: 745px
}

.lets-talk-banner-wrapper .lets-talk-banner-content .count-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px
}

.lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box h2 {
    font-weight: 500;
    font-size: 64px;
    color: var(--theme-color-white);
    line-height: 53%;
    margin-bottom: 20px
}

.lets-talk-banner-wrapper .circle-box {
    width: 160px;
    min-width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: var(--theme-color1);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: var(--headings-color);
    position: relative
}

.lets-talk-banner-wrapper .circle-box span {
    position: relative;
    z-index: 9;
    max-width: 70px;
    display: inline-block;
    color: var(--theme-color2)
}

.lets-talk-banner-wrapper .circle-box svg {
    margin-top: 10px;
    text-align: center
}

.lets-talk-banner-wrapper .circle-box::before {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background: rgba(20, 68, 67, .9);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 0;
    opacity: 0
}

.lets-talk-banner-wrapper .circle-box::after {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    content: "";
    background: var(--theme-color1);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 1.8s;
    transition: 1.8s;
    z-index: 0;
    opacity: 0
}

.lets-talk-banner-wrapper .circle-box:hover::after,
.lets-talk-banner-wrapper .circle-box:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1
}

.lets-talk-banner-section {
    position: relative;
    margin: 0 30px;
    border-radius: 50px
}

.lets-talk-banner-section::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, .8)), to(rgba(34, 34, 34, .8)));
    background: linear-gradient(0deg, rgba(34, 34, 34, .8) 0, rgba(34, 34, 34, .8) 100%)
}

.lets-talk-banner-section .blur-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0
}

.lets-talk-banner-section .blur-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.benifit-section {
    padding: 80px 0;
    position: relative
}

.benifit-section .circle-shape {
    position: absolute;
    right: 0;
    top: 10%
}

@media (max-width:1399.98px) {
    .benifit-box-items-style-2 .nav .nav-item .nav-link {
        font-size: 15px;
        padding: 18px 20px
    }

    .benifit-box-items-style-2 .tab-content {
        padding: 23px 0 0
    }

    .lets-talk-banner-section {
        padding-left: 30px;
        padding-right: 30px
    }

    .benifit-section .circle-shape {
        display: none
    }
}

.benefit-feature-wrapper {
    padding-top: 100px
}

.icon-items-style-2 .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(99deg, #00a9a5 0, #039397 93.92%);
    border-radius: 50%
}

.icon-items-style-2 .content p {
    font-size: 18px
}

.feature-section-3 {
    margin: 30px 30px 0
}

.feature-box-3 {
    border-radius: 30px;
    background-color: var(--theme-color-white);
    padding: 45px 50px;
    position: relative;
    z-index: 9;
    overflow: hidden
}

.feature-box-3 .arrow-shape {
    position: absolute;
    right: 30px;
    bottom: -40px;
    z-index: -1
}

.feature-box-3 .client-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.feature-box-3 span {
    font-size: 48px;
    color: var(--headings-color);
    display: inline-block
}

.feature-box-3 span b {
    font-weight: 600;
    color: var(--headings-color)
}

.feature-box-3 .theme-btn {
    position: relative;
    margin-top: 15px
}

@media (max-width:767.98px) {
    .hero-1 {
        padding: 100px 0
    }

    .hero-1 .hero-content h1 {
        font-size: 48px
    }

    .feature-box-3 .theme-btn,
    .hero-1 .hero-content .hero-button,
    .hero-2 .hero-content .hero-button,
    .hero-3 .hero-content .hero-button,
    .hero-4 .image-box,
    .hero-6 .banner-content .hero-button {
        margin-top: 30px
    }

    .hero-2 {
        padding: 130px 30px;
        margin: 30px 20px
    }

    .hero-2 .hero-content h1 {
        font-size: 45px
    }

    .hero-2 .hero-content h1 span::before {
        width: 90%;
        bottom: 10px;
        left: 0
    }

    .hero-2 .hero-box-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hero-3 .hero-content h1 {
        font-size: 52px
    }

    .hero-4 .hero-content h1,
    .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
        font-size: 65px
    }

    .hero-4 .image-box .customer-info {
        padding: 20px;
        max-width: 325px
    }

    .hero-4 .image-box .customer-info .count-outer {
        gap: 18px
    }

    .hero-4 .image-box .customer-info .count-outer .count-box {
        font-size: 30px
    }

    .hero-4 .image-box .customer-info .title {
        font-size: 22px
    }

    .hero-7 {
        margin: 0;
        padding: 70px 30px
    }

    .hero-7 .banner-content {
        padding: 80px 30px
    }

    .counter-box-1 {
        width: 250px;
        height: 250px;
        padding-top: 45px;
        margin: 0 auto
    }

    .counter-box-1 h2 {
        font-size: 75px
    }

    .benifit-box-items-style-2 .nav {
        border-radius: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .lets-talk-banner-wrapper .lets-talk-banner-content p {
        padding-bottom: 30px
    }

    .lets-talk-banner-section {
        margin: 0 20px;
        padding-left: 18px;
        padding-right: 18px
    }
}

.feature-box-3 .theme-btn.btn-style-one {
    padding: 26px 100px 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-radius: 100px;
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%);
    color: var(--theme-color-white)
}

@media only screen and (max-width:767px) {

    .about-content-2 .theme-btn.btn-style-one,
    .feature-box-3 .theme-btn.btn-style-one,
    .hero-1 .hero-content .hero-button .theme-btn.btn-style-one,
    .hero-2 .hero-content .hero-button .theme-btn.btn-style-one,
    .hero-3 .hero-content .hero-button .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px
    }

    .about-content-2 .theme-btn.btn-style-one .icon,
    .feature-box-3 .theme-btn.btn-style-one .icon,
    .hero-1 .hero-content .hero-button .theme-btn.btn-style-one .icon,
    .hero-2 .hero-content .hero-button .theme-btn.btn-style-one .icon,
    .hero-3 .hero-content .hero-button .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px
    }

    .about-content-2 .theme-btn.btn-style-one .icon svg,
    .feature-box-3 .theme-btn.btn-style-one .icon svg,
    .hero-1 .hero-content .hero-button .theme-btn.btn-style-one .icon svg,
    .hero-2 .hero-content .hero-button .theme-btn.btn-style-one .icon svg,
    .hero-3 .hero-content .hero-button .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px
    }
}

@media (max-width:575.98px) {
    .hero-1 .hero-content h1 {
        font-size: 34px
    }

    .hero-1 .hero-content h6 {
        font-size: 13px
    }

    .hero-1 .hero-content p {
        font-size: 15px
    }

    .feature-box-3 .theme-btn.btn-style-one,
    .hero-1 .hero-content .hero-button .theme-btn.btn-style-one,
    .hero-2 .hero-content .hero-button .theme-btn.btn-style-one,
    .hero-3 .hero-content .hero-button .theme-btn.btn-style-one {
        padding: 26px 88px 26px 42px;
        height: 57px
    }

    .hero-2 .hero-content h1 {
        font-size: 40px
    }

    .hero-3 {
        margin-left: 20px;
        margin-right: 20px
    }

    .hero-3 .hero-content h1 {
        font-size: 44px
    }

    .hero-3 .hero-image .text-circle,
    .hero-6 .banner-image .circle-shape {
        display: none
    }

    .hero-4 .hero-content h1 {
        font-size: 48px
    }

    .hero-4 .image-box .customer-info {
        position: static
    }

    .hero-5 .banner-outer .hero-content {
        padding: 150px 30px 80px
    }

    .hero-5 .banner-outer .hero-content .star {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .hero-5 .banner-outer .hero-content .star .star-title {
        margin-left: 0
    }

    .hero-6 {
        padding: 150px 0 80px
    }

    .hero-7 {
        padding: 70px 15px
    }

    .hero-7 .banner-content {
        padding: 80px 15px
    }

    .hero-7 .banner-content .banner-know-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
        padding: 0
    }

    .counter-box-1 {
        width: 230px;
        height: 230px;
        padding-top: 45px
    }

    .counter-box-1 h2 {
        font-size: 60px
    }

    .cta-contact-wrapper {
        padding: 40px
    }

    .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
        font-size: 45px
    }
}

.hzAccordion__item .head .head-title,
.hzAccordion__item.last-child.active .head .head-title {
    padding-left: 25px;
    border-left: 1px solid rgba(var(--theme-color-white-rgb), .1)
}

.feature-box-3 .theme-btn.btn-style-one:hover {
    color: #fff !important
}

.feature-box-3 .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 54px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px
}

.feature-service-card-items {
    border-radius: 30px;
    background: #103c3b;
    padding: 50px 60px 30px
}

@media (max-width:1699.98px) {
    .feature-service-card-items {
        padding: 35px
    }
}

@media (max-width:575.98px) {
    .feature-service-card-items {
        padding: 30px
    }
}

.feature-service-card-items .icon,
.service-card-items .icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(99deg, #00a9a5 0, #039397 93.92%)
}

.feature-service-card-items .content h3 a,
.project-box-items-2 .project-image .project-content h3 a,
.service-card-items .content h3 a {
    color: #fff;
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline
}

.feature-service-card-items .content h3 a:hover,
.project-box-items-2 .project-image .project-content h3 a:hover,
.service-card-items .content h3 a:hover {
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff 0, #fff 100%)
}

.feature-service-card-items .content p {
    color: rgba(255, 255, 255, .7);
    margin-top: 20px
}

.feature-service-card-items .content .text-btn {
    color: var(--theme-color-white);
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 20px
}

.about-content-style-4 .about-icon-box .about-block,
.contact-content-style-3 .contact-list li:not(:last-child),
.feature-block-one,
.ks-choose-2-content .ks-section-title-wrap,
.pricing-block-three {
    margin-bottom: 30px
}

[data-tm-layout=dark] .feature-block-one.active .inner-box .feature-icon .svg-icon path,
[data-tm-layout=dark] .feature-block-one:hover .inner-box .feature-icon .svg-icon path {
    fill: #ffffff
}

.feature-block-one .inner-box {
    position: relative;
    padding: 40px;
    z-index: 1;
    border: 1px solid #ddd;
    -webkit-transition: .5s;
    transition: .5s
}

.feature-block-one .inner-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: var(--bg-theme-color2);
    -webkit-transition: .5s;
    transition: .5s
}

.feature-block-one .inner-box .feature-icon {
    margin-bottom: 34px
}

.feature-block-one .inner-box .feature-icon .svg-icon {
    -webkit-transition: .5s;
    transition: .5s
}

.feature-block-one .inner-box .content-box .feature-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s
}

.feature-block-one .inner-box .content-box .feature-text {
    line-height: 35px;
    -webkit-transition: .5s;
    transition: .5s
}

.hzAccordion-area {
    overflow: hidden;
    background-color: var(--theme-color2)
}

.hzAccordion-area .outer-box {
    padding: 0 50px
}

.hzAccordion__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 700px;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hzAccordion__item {
    -webkit-box-flex: 0.7;
    -ms-flex: 0.7;
    flex: 0.7;
    min-width: 190px;
    -webkit-transition: .7s;
    transition: .7s;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.hzAccordion__item:last-child .content .wrp,
.pricing-section-2 .nav .nav-link:last-child {
    padding-right: 0
}

.hzAccordion__item .head .head-title {
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hzAccordion__item .head .head-title .title {
    display: block;
    max-height: 410px;
    text-align: left;
    color: var(--theme-color-white)
}

[data-tm-layout=dark] .hzAccordion__item .head .head-title .title {
    color: #fff
}

.hzAccordion__item .head .head-title .number {
    font-size: 150px;
    line-height: 150px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-color-white);
    -webkit-transition: .7s;
    transition: .7s
}

[data-tm-layout=dark] .hzAccordion__item .head .head-title .number {
    -webkit-text-stroke: 1px #ffffff
}

.contact-details-block:hover .icon i,
.contact-details-block:hover .icon svg,
.contact-details-block:hover .text,
.contact-details-block:hover .title,
.hzAccordion__item .head .head-title:hover .number,
.ks-project-arrow a:hover,
.pricing-box-items.active .pricing-list li,
.pricing-card-items .theme-btn.btn-style-one:hover,
.service-block-four:hover .content .link-btn,
.service-block-four:hover .content .text,
.service-block-four:hover .content .title a,
.team-block .content-box .name a:hover,
.team-block .social-links a:hover,
.team-block-five .inner-box:hover .content-box .designation,
.team-block-five .inner-box:hover .content-box .name,
.team-box-items-4:hover .content-box .sub-title,
.team-box-items-4:hover .content-box .title,
.why-choose-section.section-bg-2 .why-choose-us-content-1 .tab-content.light .text,
.why-choose-section.section-bg-2 .why-choose-us-content-1 .tab-content.light .why-choose-list h3,
.why-choose-section.section-bg-2 .why-choose-us-content-1 .tab-content.light .why-choose-list p,
.why-choose-section.section-bg-2 .why-choose-us-content-1 .tab-content.light .why-choose-list-items .why-list li,
table.cart-total .coupon-form .apply-button:hover span,
table.tbl-shopping-cart .coupon-form .apply-button:hover span {
    color: var(--theme-color-white)
}

.contact-image-1 .contact-info-box .contact-list li .content p a,
.ks-choose-2-content .btn-style-two,
.pricing-box-items .pricing-button .btn-style-one:hover,
.project-box-items-2 .project-image .project-content p,
.project-box-items-2 .theme-btn.btn-style-one:hover,
[data-tm-layout=dark] .about-content-1 .icon-items p,
[data-tm-layout=dark] .about-content-four .btn-style-two,
[data-tm-layout=dark] .about-content-four .icon-items-area .icon-items .icon-title,
[data-tm-layout=dark] .about-section-three .content-colmun .content-box .feature-box .feature-list li,
[data-tm-layout=dark] .about-section-three .content-colmun .content-box .feature-box .feature-title,
[data-tm-layout=dark] .case-block-one .inner-box .case-title,
[data-tm-layout=dark] .case-block-one .inner-box .content .icon,
[data-tm-layout=dark] .case-block-one .inner-box .content .sl-number,
[data-tm-layout=dark] .case-block-three .content .title,
[data-tm-layout=dark] .case-block-three .icon,
[data-tm-layout=dark] .case-section .case-title-box .btn-style-two,
[data-tm-layout=dark] .case-section-three .content-column .inner-column .btn-style-two,
[data-tm-layout=dark] .case-section-three .content-column .inner-column .info li,
[data-tm-layout=dark] .counter-block-one .count-box .counter,
[data-tm-layout=dark] .counter-block-one .count-box .counter-title,
[data-tm-layout=dark] .counter-box-one p,
[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-button.collapsed,
[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-button::before,
[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-item .accordion-header button,
[data-tm-layout=dark] .hzAccordion__item .head .head-title:hover .number,
[data-tm-layout=dark] .ks-choose-2-more-info b,
[data-tm-layout=dark] .pricing-block-three .inner-box .btn-box .btn-style-two,
[data-tm-layout=dark] .pricing-block-three .inner-box .pricing-box .price,
[data-tm-layout=dark] .pricing-block-three .inner-box .pricing-title,
[data-tm-layout=dark] .pricing-block-three .inner-box:hover .content .list-style-three li,
[data-tm-layout=dark] .pricing-block-three .inner-box:hover .content .time,
[data-tm-layout=dark] .pricing-block-three .inner-box:hover .content .title,
[data-tm-layout=dark] .pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one,
[data-tm-layout=dark] .pricing-section .nav .nav-link,
[data-tm-layout=dark] .service-block-four:hover .content .link-btn,
[data-tm-layout=dark] .service-block-four:hover .content .link-btn svg path,
[data-tm-layout=dark] .service-block-four:hover .content .text,
[data-tm-layout=dark] .service-block-four:hover .content .title a,
[data-tm-layout=dark] .service-section-four .btn-style-two,
[data-tm-layout=dark] .service-section-three .btn-style-two,
[data-tm-layout=dark] .team-box-items-4 .socials ul li a,
[data-tm-layout=dark] .team-box-items-4:hover .content-box .sub-title,
[data-tm-layout=dark] .team-box-items-4:hover .content-box .title,
[data-tm-layout=dark] .team-section-six .btn-style-two,
[data-tm-layout=dark] .testimonial-section-five .title-box .btn-style-two,
[data-tm-layout=dark] .why-choose-section-3 .choose-content .inner-box .choose-us-box .content-box h5,
[data-tm-layout=dark] .why-choose-section-3 .choose-content .inner-box .content-title,
[data-tm-layout=dark] .why-choose-section-3 .choose-content .inner-box .theme-btn,
[data-tm-layout=dark] .why-choose-us-content-1 .progress-value,
[data-tm-layout=dark] .why-choose-us-content-1 .text,
[data-tm-layout=dark] .why-choose-us-content-1 .why-choose-list h3 {
    color: #fff
}

.about-content-1 .icon-items p,
.service-know-box p {
    color: var(--theme-color2);
    text-transform: capitalize
}

.hzAccordion__item .content {
    display: none;
    height: 100%;
    margin-left: 180px;
    position: relative;
    z-index: 1
}

.hzAccordion__item .content .image {
    height: 100%;
    max-width: 450px
}

.contact-image-1 img,
.faq-section-2 .dotted-shape img,
.footer-section-2 .bg-color img,
.hzAccordion__item .content .image img {
    height: 100%
}

.hzAccordion__item .content .wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 60px;
    gap: 60px;
    height: 100%
}

.hzAccordion__item .content .content-wrp {
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hzAccordion__item .content .arry-btn {
    font-size: 70px;
    color: var(--theme-color-silver)
}

.hzAccordion__item .content .arry-btn i,
.nav-links>div,
.team-box-items-4 .socials ul li:nth-child(2) {
    -webkit-transition: .5s;
    transition: .5s
}

.case-block-three .icon:hover i,
.hzAccordion__item .content .arry-btn i:hover,
.news-box-items .news-content .link-btn:hover .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hzAccordion__item .content .shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.hzAccordion__item .content .text {
    color: var(--theme-color-silver)
}

.hzAccordion__item.last-child .head .head-title {
    padding-left: 0;
    border: 1px solid transparent
}

.hzAccordion__item.active {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.hzAccordion__item.active .head .number {
    -webkit-text-fill: var(--theme-color-white);
    color: var(--theme-color-white)
}

[data-tm-layout=dark] .hzAccordion__item.active .head .number {
    -webkit-text-fill: #ffffff;
    color: #fff
}

.about-image-four .about-counter-four .count-box .counter-title br,
.about-image-items-2 .about-counter2 p br,
.checkout-faq-box .accordion-box .block .acc-content.current,
.choose-us-image-items-4 .choose-counter4 p br,
.faq-content-1 .accordion-box .block .acc-content.current,
.hzAccordion__item.active .content,
.service-block-two .inner-box.active .content-box.active {
    display: block
}

.about-image-1,
.about-image-style-4 {
    position: relative;
    max-width: 602px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 602 612"><path fill-rule="evenodd" clip-rule="evenodd" d="M121.603 306L0 233.292L89.6283 72.7081L211.302 145.29L211.371 0H390.629L390.698 145.29L512.371 72.7081L602 233.292L480.396 306L602 378.708L512.371 539.292L390.698 466.71L390.629 612H211.371L211.302 466.71L89.6283 539.292L0 378.708L121.603 306Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 602 612"><path fill-rule="evenodd" clip-rule="evenodd" d="M121.603 306L0 233.292L89.6283 72.7081L211.302 145.29L211.371 0H390.629L390.698 145.29L512.371 72.7081L602 233.292L480.396 306L602 378.708L512.371 539.292L390.698 466.71L390.629 612H211.371L211.302 466.71L89.6283 539.292L0 378.708L121.603 306Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover
}

.about-content-1 .icon-items {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px
}

.about-content-1 .icon-items .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color2)
}

.about-content-1 .about-list-items .counter-box .counter-bottom .icon .animated-svg path,
.about-content-1 .icon-items .icon .animated-svg path {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    -webkit-animation: 3s ease-in-out forwards draw;
    animation: 3s ease-in-out forwards draw
}

.about-content-1 .about-list-items .counter-box:hover .counter-bottom .icon .animated-svg path,
.about-content-1 .icon-items:hover .icon .animated-svg path {
    -webkit-animation: 3s ease-in-out forwards draw2;
    animation: 3s ease-in-out forwards draw2
}

.about-content-1 .icon-items p {
    font-size: 20px;
    font-weight: 500;
    line-height: 175%;
    max-width: 471px
}

.about-content-1 .about-text {
    font-size: 18px;
    margin-top: 25px
}

.about-content-1 .about-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.about-content-1 .about-list-items .about-list li,
.why-choose-us-content-1 .why-choose-list-items .why-list li {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.about-content-1 .about-list-items .counter-box {
    padding: 32px;
    border-radius: 20px;
    min-width: 250px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a9a5), to(#039397));
    background: linear-gradient(180deg, #00a9a5 0, #039397 100%);
    position: relative;
    z-index: 9
}

.about-content-1 .about-list-items .counter-box .butterfly-shape,
.service-card-items-2 .arrow-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.about-content-1 .about-list-items .counter-box h2 {
    font-weight: 400;
    font-size: 64px;
    color: #fff
}

.about-content-1 .about-list-items .counter-box .counter-bottom p {
    font-size: 18px;
    max-width: 173px;
    color: #fff;
    font-weight: 500;
    line-height: 133%
}

.about-section .star-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.about-section .arrow-shape-1,
.about-section-2 .arrow-shape-1 {
    position: absolute;
    top: 35%;
    right: 40px;
    z-index: -1
}

.about-section .arrow-shape-2,
.about-section-2 .arrow-shape-2 {
    position: absolute;
    top: 35%;
    right: 0;
    z-index: -1
}

.about-section-2 {
    margin: 120px 30px;
    border-radius: 50px;
    position: relative;
    z-index: 9
}

@media (max-width:1199.98px) {
    .lets-talk-banner-wrapper .lets-talk-banner-content .count-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px
    }

    .about-image-1 {
        max-width: 1000px
    }

    .about-content-1 .about-list-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .about-section-2 {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

.about-section-2 .shape-1,
.why-choose-us-section-4 .shape-1 {
    left: 0;
    top: 40%;
    position: absolute
}

@media (max-width:1399.98px) {
    .hzAccordion__wrp {
        height: 450px
    }

    .hzAccordion__item {
        min-width: 75px
    }

    .hzAccordion__item .head .head-title {
        padding-left: 5px
    }

    .hzAccordion__item .head .head-title .title {
        font-size: 18px;
        line-height: 30px;
        max-height: 280px
    }

    .hzAccordion__item .head .head-title .number {
        font-size: 50px;
        line-height: 50px
    }

    .hzAccordion__item .content {
        margin-left: 75px
    }

    .hzAccordion__item .content .wrp {
        padding: 0 20px;
        gap: 10px
    }

    .hzAccordion__item .content .arry-btn {
        font-size: 40px
    }

    .about-content-1 .icon-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-section .arrow-shape-1,
    .about-section .arrow-shape-2,
    .about-section .star-shape,
    .about-section-2 .arrow-shape-1,
    .about-section-2 .arrow-shape-2,
    .about-section-2 .shape-1 {
        display: none
    }

    .about-section-2 {
        padding-left: 30px;
        padding-right: 30px
    }
}

.about-image-items-2 .about-image,
.choose-us-image-items-4 .choose-image {
    position: relative;
    max-width: 512px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 638"><path fill-rule="evenodd" clip-rule="evenodd" d="M258.738 335.547C251.715 502.809 138.823 636.054 0 638V0C138.823 1.94739 251.715 135.19 258.738 302.453C265.668 137.395 375.696 5.46635 512 0.14593V637.857C375.696 632.536 265.668 500.607 258.738 335.547Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 638"><path fill-rule="evenodd" clip-rule="evenodd" d="M258.738 335.547C251.715 502.809 138.823 636.054 0 638V0C138.823 1.94739 251.715 135.19 258.738 302.453C265.668 137.395 375.696 5.46635 512 0.14593V637.857C375.696 632.536 265.668 500.607 258.738 335.547Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover
}

.about-image-items-2 .about-counter2 {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

.about-image-four .about-counter-four::before,
.about-image-items-2 .about-counter2::before,
.choose-us-image-items-4 .choose-counter4::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 168px;
    height: 168px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    border: 2px solid var(--theme-color1);
    content: "";
    z-index: -1
}

.about-image-four .about-counter-four::after,
.about-image-items-2 .about-counter2::after,
.choose-us-image-items-4 .choose-counter4::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    content: "";
    z-index: -1
}

.about-image-items-2 .about-counter2 h2,
.choose-us-image-items-4 .choose-counter4 h2 {
    font-weight: 700;
    font-size: 49px;
    margin-top: -7px
}

.about-image-four .about-counter-four .count-box .counter-title,
.about-image-items-2 .about-counter2 p,
.choose-us-image-items-4 .choose-counter4 p {
    color: var(--headings-color);
    line-height: 1.3;
    font-weight: 500;
    margin-top: -10px
}

.about-content-2,
.choose-content-4 {
    max-width: 620px
}

.about-content-2 .icon-items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 35px
}

@media (max-width:1199.98px) {
    .about-image-items-2 .about-image {
        max-width: 1000px
    }

    .about-content-2 .icon-items-area {
        margin-top: 30px;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 50px
    }

    .about-image-style-4 {
        max-width: initial
    }
}

.about-content-2 .icon-items-area .icon-items,
.contact-content-style-3 .contact-list li,
.growth-block,
.service-card-items-2 .service-icon,
.service-card-items-4 .service-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.about-content-2 .icon-items-area .icon-items .icon {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #144443;
    border-radius: 50%;
    position: relative
}

.about-content-2 .icon-items-area .icon-items .icon::before,
.choose-content-4 .icon-items-area .icon-items .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px dashed #144443;
    content: "";
    width: 84px;
    height: 84px;
    border-radius: 50%
}

.about-content-2 .icon-items-area .icon-items h6 {
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 500
}

.about-content-2 .theme-btn {
    position: relative;
    margin-top: 45px
}

.about-content-2 .theme-btn .icon,
.about-content-3 .theme-btn .icon,
.about-content-style-4 .info .theme-btn .icon,
.contact-box-style-3 form .theme-btn .icon,
.faq-content-style-3 .theme-btn .icon,
.growth-section .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px
}

.about-counter {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 30px
}

.about-counter .count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.about-counter .count-box h2 {
    font-size: 96px;
    font-weight: 600
}

.about-counter .count-box p,
.pricing-card-item-2 .pricing-left-ber .pricing-header h5 {
    font-size: 18px;
    font-weight: 500
}

.image-column-3 .inner-column {
    position: relative;
    z-index: 1;
    max-width: 590px
}

.image-column-3 .inner-column .image1 {
    max-width: 500px;
    border-radius: 12px;
    border: 10px solid var(--theme-color-white);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1019607843);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1019607843)
}

.image-column-3 .inner-column .image1 img {
    width: 100%;
    border-radius: 12px;
    -webkit-transition: .3s;
    transition: .3s
}

.image-column-3 .inner-column .image1:hover img,
.image-column-3 .inner-column .image2:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.image-column-3 .inner-column .info {
    position: absolute;
    bottom: -15px;
    left: 26%;
    max-width: 202px;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1019607843);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1019607843);
    overflow: hidden;
    z-index: 2
}

.image-column-3 .inner-column .image2 {
    max-width: 295px;
    border-radius: 12px;
    border: 10px solid var(--theme-color-white);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1019607843);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1019607843);
    position: absolute;
    bottom: -120px;
    right: 0
}

.image-column-3 .inner-column .image2 img {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.about-content-3 .about-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    margin-top: 20px
}

.about-content-3 .about-block .inner-box .icon {
    margin-top: 10px;
    -webkit-transition: .9s;
    transition: .9s
}

.about-content-3 .about-block .inner-box .title {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 5px
}

.about-content-3 .about-block .inner-box .text,
.service-wrapper {
    margin: 0
}

.about-content-3 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-width: 450px
}

.about-content-3 .info .user,
.about-content-style-4 .info .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.about-content-3 .info .user .image,
.about-content-style-4 .info .user .image {
    overflow: hidden;
    border-radius: 50%;
    max-width: 60px;
    width: 100%;
    height: 60px;
    border: 3px solid var(--theme-color1)
}

.progress .bar,
.progress .bar-inner {
    position: relative;
    border-radius: 13px
}

.about-content-3 .info .user .image img,
.about-content-style-4 .info .user .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-content-3 .info .user .sub-title,
.about-content-style-4 .info .user .sub-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #0c6460;
    margin-bottom: 0
}

.about-content-3 .skill-feature .box-title {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font)
}

.about-content-style-4 .about-icon-box .about-block .inner-box .content .title,
.progress .count-text {
    font-size: 18px;
    font-weight: 700
}

.about-content-3 .skill-feature .progress-value {
    margin-bottom: 10px;
    color: var(--headings-color);
    text-transform: capitalize
}

.about-content-3 .skill-feature .progress {
    position: relative;
    height: 8px;
    background-color: #e8e8e8;
    border-radius: 12px;
    overflow: visible;
    margin-top: 15px
}

[data-tm-layout=dark] .about-content-3 .skill-feature .progress {
    background-color: rgb(var(--theme-color-white-rgb), .3)
}

.about-content-3 .skill-feature .progress-bar {
    background-color: #0c6460;
    height: 8px;
    margin: 0;
    border-radius: 12px;
    overflow: visible;
    position: relative
}

.about-content-3 .skill-feature .progress-value {
    position: absolute;
    top: -38px;
    right: -8px;
    font-size: 18px;
    font-weight: 700;
    color: var(--headings-color);
    font-family: var(--title-font)
}

.progress {
    background-color: transparent;
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    border-radius: 0
}

.progress .bar {
    width: 100%;
    height: 8px;
    background-color: #e8e8e8;
    overflow: hidden
}

.progress .bar-inner {
    display: block;
    width: 0;
    height: 100%;
    background-color: #0c6460;
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.progress .count-text {
    position: absolute;
    right: 0;
    bottom: 21px;
    color: var(--theme-color-white);
    background-color: #0c6460;
    border-radius: 3px;
    line-height: 18px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 5px 13px;
    z-index: 1
}

.progress .count-text::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #0c6460;
    width: 14px;
    height: 14px;
    content: "";
    z-index: -1
}

.progress .bar-inner.counted .count-text {
    opacity: 1;
    bottom: 25px;
    right: -35px
}

.progress .progress-single {
    position: relative;
    display: block
}

.progress .progress-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: var(--headings-color);
    margin-bottom: 10px
}

.about-content-style-4 .about-icon-box {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    padding: 25px 0
}

.about-content-style-4 .about-icon-box .count-box {
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-right: 40px;
    min-width: 220px
}

.about-content-style-4 .about-icon-box .count-box h2 {
    font-size: 120px;
    font-weight: 500;
    line-height: 1
}

.about-content-style-4 .about-icon-box .about-block .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.about-content-style-4 .about-icon-box .about-block .inner-box .content p {
    font-size: 16px;
    font-weight: 400
}

.about-content-style-4 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

@media only screen and (max-width:767px) {

    .about-content-3 .theme-btn.btn-style-one,
    .about-content-style-4 .info .theme-btn.btn-style-one,
    .faq-content-style-3 .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px
    }

    .about-content-3 .theme-btn.btn-style-one .icon,
    .about-content-style-4 .info .theme-btn.btn-style-one .icon,
    .faq-content-style-3 .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px
    }

    .about-content-3 .theme-btn.btn-style-one .icon svg,
    .about-content-style-4 .info .theme-btn.btn-style-one .icon svg,
    .faq-content-style-3 .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px
    }
}

.about-section-three .content-colmun .content-box .sec-title .text {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-color)
}

.about-section-three .content-colmun .content-box .feature-box {
    position: relative;
    padding: 42px 50px 40px;
    max-width: 560px;
    width: 100%;
    z-index: 1;
    background-color: var(--bg-theme-color2)
}

@media (max-width:991.98px) {
    .cta-contact-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
        text-align: center
    }

    .benefit-feature-wrapper {
        padding-top: 80px
    }

    .hzAccordion__wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .hzAccordion__item .head .head-title {
        position: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: unset;
        transform: unset;
        border: none;
        padding: 0 0 10px;
        border-bottom: 1px solid rgba(var(--theme-color-white-rgb), .1);
        margin-bottom: 30px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 10px
    }

    .hzAccordion__item .head .head-title .number {
        font-size: 30px;
        line-height: 40px
    }

    .hzAccordion__item .content {
        margin-left: 0
    }

    .hzAccordion__item .content .wrp {
        padding: 20px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hzAccordion__item.active .head .head-title,
    .hzAccordion__item.last-child .head .head-title {
        margin-bottom: 0
    }

    .hzAccordion__item.last-child.active .head .head-title {
        padding-left: 0;
        border-left: none
    }

    .about-section-2 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .image-column-3 .inner-column {
        margin-bottom: 100px
    }

    .about-section-three .content-colmun .content-box .feature-box {
        padding: 42px 30px 40px
    }
}

.about-section-three .content-colmun .content-box .feature-box .shape-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.about-section-three .content-colmun .content-box .feature-box .feature-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: var(--theme-color-white)
}

.about-section-three .content-colmun .content-box .feature-box .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.about-section-three .content-colmun .content-box .feature-box .feature-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--title-font);
    color: var(--theme-color-white)
}

.about-section-three .image-colmun .image-box {
    position: relative;
    padding-left: 97px
}

.about-section-three .image-colmun .image-box .count-box {
    position: absolute;
    bottom: 30px;
    left: -85px;
    max-width: 312px;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 35px 62px 48px;
    background-color: #f5f5f5
}

.about-section-three .image-colmun .image-box .count-box .counter {
    font-weight: 700;
    font-size: 60px;
    color: var(--headings-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    font-size: clamp(20px, 4.5vw, 60px);
    line-height: 1.2
}

.about-section-three .image-colmun .image-box .count-box .counter .count-text {
    font-weight: 700;
    font-size: 120px;
    letter-spacing: -7.2px;
    font-size: clamp(40px, 6.25vw, 120px);
    line-height: 1.2
}

.about-section-three .image-colmun .image-box .count-box .counter-title {
    line-height: 35px;
    margin-bottom: 55px;
    text-transform: capitalize;
    color: var(--headings-color)
}

.about-section-three .image-colmun .image-box .count-box .counter-btn {
    text-align: center;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    font-family: var(--title-font);
    text-transform: capitalize;
    color: var(--headings-color);
    background-color: var(--theme-color1)
}

.about-section-four {
    position: relative;
    margin: 0 30px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 99;
    background-color: var(--theme-color2)
}

.about-section-four .shape-1 {
    position: absolute;
    top: 45px;
    left: 35px
}

.about-section-four .arrow-shape-1 {
    position: absolute;
    bottom: 40px;
    right: 50px
}

.about-section-four .arrow-shape-2 {
    position: absolute;
    bottom: 40px;
    right: -100px
}

@media (max-width:767.98px) {
    .about-content-1 .icon-items p {
        font-size: 18px
    }

    .about-content-1 .about-list-items,
    .about-content-2 .theme-btn {
        margin-top: 30px
    }

    .about-section-2 {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 18px;
        padding-right: 18px
    }

    .about-content-2 .icon-items-area .icon-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .about-section-three .content-colmun .content-box .sec-title .text {
        margin-top: 0;
        margin-bottom: 30px
    }

    .about-section-three .content-colmun .content-box .feature-box {
        max-width: 100%
    }

    .about-section-four {
        margin: 0
    }

    .about-section-four .arrow-shape-1,
    .about-section-four .arrow-shape-2 {
        display: none
    }
}

.about-image-four {
    position: relative;
    padding-right: 50px;
    z-index: 1
}

.about-image-four .shape-bg1 {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    content: "";
    z-index: -2;
    background-color: rgba(31, 31, 31, .2)
}

.about-image-four .about-counter-four {
    background-color: var(--theme-color1);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 15px;
    z-index: 9
}

.about-image-four .about-counter-four .count-box {
    width: 140px;
    height: 140px;
    line-height: 140px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-image-four .about-counter-four .count-box .counter {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
    margin-top: -15px;
    text-transform: capitalize;
    color: var(--headings-color)
}

.about-content-four {
    position: relative;
    margin-left: 30px
}

.about-content-four .icon-items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px
}

.about-content-four .icon-items-area .icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.about-content-four .icon-items-area .icon-items .icon-box {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    padding: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    border: 1px dashed var(--theme-color-white)
}

[data-tm-layout=dark] .about-content-four .icon-items-area .icon-items .icon-box {
    border-color: #fff
}

.about-content-four .icon-items-area .icon-items .icon-box .icon {
    background-color: var(--theme-color-white);
    border-radius: 50%
}

.about-content-four .icon-items-area .icon-items .icon-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--theme-color-white)
}

.about-content-four .about-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    color: rgb(var(--theme-color-white-rgb), .7);
    margin-bottom: 25px
}

.service-section {
    position: relative;
    z-index: 9;
    border-radius: 30px;
    margin: 0 15px;
    padding: 120px 30px;
    background-attachment: fixed
}

.service-section::before {
    background: linear-gradient(280deg, rgba(20, 68, 67, .85) 15.04%, #144443 50.27%);
    z-index: -1;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: ""
}

.service-section .ellipse-bg {
    position: absolute;
    top: 45px;
    left: 150px;
    display: inline-block;
    width: 180px;
    height: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #00a9a5;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1
}

.service-card-items {
    margin-top: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 50px 50px 30px
}

@media (max-width:1699.98px) {
    .service-card-items {
        padding: 35px
    }
}

@media (max-width:575.98px) {
    .hzAccordion-area .outer-box {
        padding: 0
    }

    .about-content-1 .icon-items p {
        font-size: 16px
    }

    .about-content-1 .about-text {
        font-size: 16px;
        margin-top: 20px
    }

    .about-content-2 .icon-items-area {
        gap: 20px
    }

    .about-content-2 .icon-items-area .icon-items h6 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .about-content-2 .theme-btn.btn-style-one,
    .about-content-3 .theme-btn.btn-style-one,
    .about-content-style-4 .info .theme-btn.btn-style-one {
        padding: 26px 88px 26px 42px;
        height: 57px
    }

    .about-counter .count-box h2 {
        font-size: 60px
    }

    .image-column-3 .inner-column {
        margin-bottom: 0
    }

    .image-column-3 .inner-column .image2 {
        position: unset;
        max-width: 100%;
        margin-top: 20px
    }

    .about-content-3 .info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service-card-items {
        padding: 30px
    }
}

.service-card-items .content p {
    color: #c4c4c4
}

.service-card-items .content .link-btn {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    margin-top: 20px;
    line-height: 1
}

.service-section .section-counter-content h3 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00A9A5;
    font-size: 120px;
    font-weight: 600;
    color: transparent;
    font-family: var(--text-font)
}

.service-card-items-2 {
    margin-top: 30px;
    padding: 30px 0 0;
    position: relative;
    overflow: hidden
}

.service-card-items-2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border: 1px solid #dadada;
    left: 14px;
    width: initial;
    z-index: -1
}

.service-card-items-2 .service-icon .icon {
    width: 89px;
    height: 92px;
    line-height: 92px;
    background: #144443;
    text-align: center;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.service-card-items-2 .service-icon .icon .arrow-shape {
    position: absolute;
    bottom: -52px;
    left: 0
}

.service-card-items-2 .service-icon .number {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    opacity: .3;
    font-size: 96px;
    font-weight: 700;
    color: transparent;
    font-family: var(--text-font);
    line-height: 1
}

[data-tm-layout=dark] .service-card-items-2 .service-icon .number {
    -webkit-text-stroke-color: var(--headings-color)
}

.service-card-items-2 .content {
    padding: 50px 40px 40px
}

.choose-us-box-style-2 .content h3 a,
.news-box-items .news-content h3 a,
.project-image-4 .title a,
.service-card-items-2 .content h3 a,
.service-card-items-4 .content h3 a,
.team-box-items .team-image .team-content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline
}

.news-box-items .news-content h3 a:hover,
.project-card-items .project-content h3 a:hover,
.service-card-items-2 .content h3 a:hover,
.service-card-items-4 .content h3 a:hover {
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
    background-image: linear-gradient(180deg, var(--headings-color) 0, var(--headings-color) 100%)
}

.service-card-items-2 .content p,
.service-card-items-4 .content p {
    line-height: 218%
}

.service-know-box {
    border-radius: 100px;
    background: #00a9a5;
    padding: 5px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    max-width: 770px;
    margin: 60px auto 0
}

.service-know-box .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    background-color: var(--theme-color-white)
}

.service-know-box p {
    font-size: 18px;
    font-weight: 500
}

.service-know-box p a {
    font-weight: 600
}

.service-know-box p a i {
    margin-left: 5px;
    font-size: 19px
}

.service-card-items-4 {
    padding: 40px;
    position: relative;
    border-radius: 30px;
    background: var(--theme-color-white)
}

@media (max-width:1699.98px) {
    .service-card-items-4 {
        padding: 30px
    }

    .service-section-4 .container-fluid {
        padding: 0 50px
    }
}

@media (max-width:469.98px) {
    .sec-title .title {
        font-size: 30px
    }

    .feature-box-3 span {
        font-size: 34px;
        line-height: 1
    }

    .feature-box-3 .theme-btn.btn-style-one {
        padding: 22px 70px 22px 34px
    }

    .feature-service-card-items,
    .service-card-items,
    .service-card-items-4 {
        padding: 25px
    }
}

.service-card-items-4 .service-icon .icon {
    width: 70px;
    height: 70px;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.service-card-items-4 .service-icon .number {
    color: rgba(102, 102, 102, .15);
    font-family: var(--title-font);
    font-size: 80px;
    font-weight: 600;
    top: -5px;
    right: 30px;
    position: absolute;
    -webkit-transition: .9s;
    transition: .9s
}

.service-card-items-4 .content {
    margin-top: 160px
}

.service-card-items-4:hover .service-icon .icon svg path {
    fill: var(--theme-color1)
}

.service-block-two {
    position: relative;
    margin-bottom: 0
}

.service-block-two .inner-box {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.service-block-two .inner-box .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 0;
    position: relative;
    cursor: pointer
}

.service-block-two .inner-box .title-box .number {
    font-size: 20px;
    margin-right: 77px;
    color: var(--theme-color-white);
    -webkit-transition: .3s;
    transition: .3s
}

.service-block-two .inner-box .title-box .title {
    color: var(--theme-color-white);
    font-size: 50px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s
}

.service-block-two .inner-box .title-box .icon-box {
    color: var(--theme-color-white);
    font-size: 50px;
    line-height: 1;
    margin-left: auto;
    margin-right: 15px;
    position: relative;
    top: 4px;
    -webkit-transition: .3s;
    transition: .3s
}

.service-block-two .inner-box .content-box {
    display: none;
    padding: 39px 0 19px
}

.service-block-two .inner-box .content-box .image-column .inner-column {
    display: inline-block;
    position: relative
}

.service-block-two .inner-box .content-box .image-column .inner-column .image img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 602px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 642 338"><path fill-rule="evenodd" clip-rule="evenodd" d="M641.157 208C641.157 224.569 627.726 238 611.157 238H528.994C512.426 238 498.994 251.431 498.994 268V308C498.994 324.569 485.563 338 468.994 338H30C13.4315 338 0 324.569 0 308V30C0 13.4315 13.4315 0 30 0H611.157C627.726 0 641.157 13.4315 641.157 30V208Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 642 338"><path fill-rule="evenodd" clip-rule="evenodd" d="M641.157 208C641.157 224.569 627.726 238 611.157 238H528.994C512.426 238 498.994 251.431 498.994 268V308C498.994 324.569 485.563 338 468.994 338H30C13.4315 338 0 324.569 0 308V30C0 13.4315 13.4315 0 30 0H611.157C627.726 0 641.157 13.4315 641.157 30V208Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover
}

.service-block-two .inner-box .content-box .image-column .inner-column .icon-box {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 30px 0 0
}

.service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
    z-index: 2;
    width: 120px;
    height: 86px;
    font-size: 30px;
    line-height: 96px;
    text-align: center;
    display: inline-block;
    color: var(--theme-color-white);
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

.service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner i {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

@media (max-width:1399.98px) {
    .about-section-three .image-colmun .image-box {
        padding-left: 0
    }

    .about-section-three .image-colmun .image-box .count-box {
        left: 30px
    }

    .about-content-four {
        margin-left: 0
    }

    .about-content-four .icon-items-area {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service-section-4 .container-fluid {
        padding: 0 40px
    }

    .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
        width: 110px;
        height: 80px;
        font-size: 40px;
        line-height: 90px;
        position: relative
    }

    .faq-section-2 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:1199.98px) {

    .about-content-style-4 .about-icon-box,
    .about-content-style-4 .info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .about-content-style-4 .about-icon-box .count-box {
        border-right: none;
        padding-right: 0
    }

    .about-section-three .image-colmun .image-box .count-box {
        padding: 30px 50px
    }

    .about-section-three .image-colmun .image-box .count-box .counter-title {
        margin-bottom: 30px
    }

    .about-image-four .shape-bg1,
    .about-section-four .shape-1,
    .service-card-items-2 .content p br,
    .service-card-items-4 .content p br {
        display: none
    }

    .about-image-four {
        padding-right: 0
    }

    .service-card-items-4 .content {
        margin-top: 30px
    }

    .service-section-4 .container-fluid {
        padding: 0 30px
    }

    .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
        width: 92px;
        height: 68px;
        font-size: 30px;
        line-height: 70px
    }
}

@media (max-width:991.98px) {
    .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
        width: 120px;
        height: 86px;
        font-size: 40px;
        line-height: 90px
    }
}

.service-block-two .inner-box .content-box .content-column .inner-column {
    padding: 31px 25px 0 28px
}

@media (max-width:1199.98px) {
    .service-block-two .inner-box .content-box .content-column .inner-column {
        padding: 0 25px 0 28px
    }

    .case-section-three .sec-shape {
        display: none
    }
}

.service-block-two .inner-box .content-box .content-column .inner-column .text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--theme-color-white)
}

.footer-widget-wrapper.style-2 .user-links li a,
.service-block-two .inner-box .content-box .content-column .inner-column .info-list {
    color: var(--theme-color-white);
    position: relative
}

.service-block-two .inner-box .content-box .content-column .inner-column .info-list .list-item {
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
    margin-right: -10px
}

.service-block-two .inner-box .content-box .content-column .inner-column .info-list .list-item span {
    display: inline-block;
    min-width: 269px
}

.service-section-three .btn-style-two,
.team-section-six .btn-style-two {
    max-width: 209px;
    width: 100%;
    margin: 0 0 20px auto;
    display: block
}

.service-block-four,
.service-block-three .outer-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.service-block-three .outer-box {
    padding: 40px 40px 36px;
    border-radius: 10px;
    border: 1px solid rgba(var(--theme-color-black-rgb), .1)
}

[data-tm-layout=dark] .content-box-style-3 .text,
[data-tm-layout=dark] .service-block-four,
[data-tm-layout=dark] .service-block-three .outer-box,
[data-tm-layout=dark] .testimonial-block-five .inner-box .content-box .info-box {
    border-color: rgba(var(--theme-color-white-rgb), .1)
}

.service-block-three .outer-box .arrow-shape-2 {
    position: absolute;
    bottom: -1px;
    right: 50px
}

.service-block-three .outer-box .icon-box,
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px
}

.service-block-three .outer-box .icon-box .icon {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: .9s;
    transition: .9s
}

.service-block-three .outer-box .content-box .contact-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    max-width: 222px;
    margin-bottom: 15px;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.5
}

.service-block-three .outer-box .content-box .feature-list li {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: var(--theme-color-gray2);
    font-family: var(--title-font);
    padding-left: 13px
}

.service-block-three .outer-box .content-box .feature-list li:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background-color: var(--theme-color-gray2)
}

.service-block-four {
    padding: 40px 25px 35px 40px;
    border-radius: 20px;
    z-index: 1;
    border: 1px solid #ddd
}

.service-block-four:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: var(--theme-color2);
    -webkit-transition: .3s;
    transition: .3s
}

.case-block-one .inner-box:hover .content .icon,
.case-block-three .icon {
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397))
}

.service-block-four .content .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.service-block-four .content .text {
    color: var(--text-color);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px
}

.service-block-four .content .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase
}

.service-block-four:hover {
    border-color: var(--theme-color2)
}

.service-block-four:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.case-block-one .inner-box {
    max-width: 743px;
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 50px 32px;
    border-radius: 30px
}

.case-block-one .inner-box:hover .content .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: var(--theme-color-white);
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

.case-block-one .inner-box .case-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: var(--theme-color-white);
    -webkit-transition: .3s;
    transition: .3s
}

.case-block-one .inner-box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.case-block-one .inner-box .content .sl-number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 82px;
    color: var(--theme-color-white);
    font-size: clamp(36px, 4.27vw, 82px);
    line-height: 1.2
}

.case-block-one .inner-box .content .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    color: var(--headings-color);
    background: var(--theme-color-white);
    -webkit-transition: .8s;
    transition: .8s
}

.case-section-three {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--theme-color2)
}

.case-section-three .sec-shape {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 0
}

.case-section-three .box-shape {
    width: 189px;
    height: 189px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.case-section-three .box-shape .box1 {
    height: 100%;
    width: 50%;
    background-color: rgba(var(--theme-color-white-rgb), .15);
    position: absolute;
    bottom: 0;
    left: 0
}

.case-section-three .box-shape .box2 {
    width: 100%;
    height: 50%;
    background-color: rgba(var(--theme-color-white-rgb), .15);
    position: absolute;
    bottom: 0;
    left: 0
}

.case-section-three .content-column {
    width: 48%
}

.case-section-three .content-column .inner-column {
    max-width: 550px;
    margin: 60px 120px 60px auto
}

.case-section-three .content-column .inner-column .text {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--theme-color-white);
    font-family: var(--text-font);
    margin-bottom: 20px
}

.case-section-three .content-column .inner-column .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--theme-color-white);
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize
}

.case-section-three .image-column {
    width: 52%
}

.case-block-three .image {
    overflow: hidden;
    margin-bottom: 0
}

.case-block-three .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--theme-color-white);
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.case-block-three .content {
    position: absolute;
    bottom: 40px;
    left: 45px;
    z-index: 1
}

.case-block-three .content .title {
    padding: 10px 20px;
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: 0
}

.case-block-three .content .sub-title {
    display: inline-block;
    padding-left: 20px;
    padding-right: 30px;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    color: var(--theme-color-black);
    background-color: var(--theme-color1);
    -webkit-transition: .3s .3s;
    transition: .3s .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: 0
}

.case-block-three:hover .icon {
    right: 40px;
    opacity: 1;
    visibility: visible
}

.case-block-three:hover .content .sub-title,
.case-block-three:hover .content .title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.faq-left-items-1 .faq-image {
    margin-top: 45px;
    position: relative
}

.faq-left-items-1 .faq-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.faq-left-items-1 .faq-image .shape-1 {
    position: absolute;
    top: 40px;
    left: -40px
}

.faq-left-items-1 .faq-image .shape-2 {
    position: absolute;
    bottom: 50px;
    right: -40px
}

.faq-left-items-2 .info-box,
.faq-left-items-2 .info-box .content-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-align: center
}

.faq-content-1 .accordion-box .block {
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 25px;
    margin-bottom: 25px
}

.faq-content-1 .accordion-box .block .acc-btn {
    position: relative;
    font-size: 22px;
    color: var(--headings-color);
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.faq-content-1 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    font-size: 18px;
    line-height: 25px;
    color: var(--headings-color);
    -webkit-transition: .5s;
    transition: .5s
}

.checkout-faq-box .accordion-box .block .acc-btn.active .icon:before,
.faq-content-1 .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068"
}

.faq-content-1 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-right: 20px;
    margin-top: 10px
}

.faq-content-1 .accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0
}

.faq-section-2 {
    position: relative;
    margin: 0 30px;
    border-radius: 50px;
    background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0, rgba(4, 44, 42, .98) 99.98%, rgba(4, 44, 42, .98) 99.99%)
}

@media (max-width:1199.98px) {
    .case-section-three .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .case-section-three .content-column,
    .case-section-three .image-column {
        width: 100%
    }

    .case-section-three .content-column .inner-column {
        margin: 60px 15px;
        max-width: 100%
    }

    .faq-left-items-1 .faq-image .shape-1,
    .faq-left-items-1 .faq-image .shape-2 {
        display: none
    }

    .faq-content-1 .accordion-box .block .acc-btn {
        font-size: 20px
    }

    .faq-section-2 {
        padding-top: 100px
    }
}

.faq-section-2 .dotted-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.faq-wrapper-2 .faq-items-wrap {
    padding: 120px 80px 100px 50px
}

@media (max-width:1699.98px) {
    .faq-wrapper-2 .faq-items-wrap {
        padding-left: 25px;
        padding-right: 40px
    }
}

.faq-image-style-3 {
    height: 822px
}

.faq-image-style-3 img {
    border-radius: 50px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-content-1 .sec-title .triangle2,
.faq-content-style-3 .sec-title .triangle2,
.why-choose-us-wrapper-2 .sec-title .triangle2 {
    border-left-color: #67a19f
}

.faq-content-style-3 .faq-text {
    margin-top: 35px;
    color: var(--theme-color-white)
}

.faq-content-style-3 .theme-btn {
    position: relative;
    margin-top: 40px
}

.faq-accordion-style-3 .accordion .accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #133b3a;
    overflow: hidden
}

[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-item {
    -webkit-box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .0509803922);
    box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .0509803922)
}

.faq-accordion-style-3 .accordion .accordion-item .accordion-header button {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 17px 30px;
    font-family: var(--title-font);
    color: #f8f9fa;
    -webkit-transition: .3s;
    transition: .3s;
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

.faq-accordion-style-3 .accordion .accordion-item .accordion-body {
    padding: 30px;
    background: #f5fffa;
    color: #0f172a !important;
    border: 1px solid #d1fae5
}

.faq-accordion-style-3 .accordion .accordion-item .accordion-body .text {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #f2f3f5
}

.faq-accordion-style-3 .accordion .accordion-button::before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    top: 15px;
    right: 15px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: var(--theme-color-white);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq-accordion-style-3 .accordion .accordion-button.collapsed {
    background: #133b3a !important;
    color: var(--theme-color-white)
}

.faq-left-items-2 .faq-image img {
    border-radius: 30px
}

.faq-left-items-2 .info-box {
    position: relative;
    margin: 0 50px;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

.faq-left-items-2 .info-box .icon-box {
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 10px;
    color: var(--theme-color-white);
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

.faq-left-items-2 .info-box .content-box {
    position: relative;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
    border-radius: 10px;
    padding: 20px 30px 20px 20px;
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0 4px 10px 0 #e2cccc;
    box-shadow: 0 4px 10px 0 #e2cccc
}

[data-tm-layout=dark] .faq-left-items-2 .info-box .content-box {
    background-color: var(--theme-color2);
    -webkit-box-shadow: none;
    box-shadow: none
}

.faq-left-items-2 .info-box .content-box .content-icon {
    width: 68px;
    height: 68px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 10px solid rgba(106, 111, 120, .1)
}

.faq-left-items-2 .info-box .content-box .content-icon .icon {
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    color: var(--theme-color-white);
    background: var(--theme-color2)
}

.faq-left-items-2 .info-box .content-box .content .content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--headings-color)
}

.faq-left-items-2 .info-box .content-box .content .content-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6a6f78;
    display: block
}

.faq-section-three {
    position: relative;
    margin: 0 30px -80px;
    padding: 120px 0 160px;
    border-radius: 30px;
    background-color: #f5f5f5
}

.faq-section-three .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.faq-section-three .faq-content-1 .accordion {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgb(var(--theme-color-black-rgb), .1)
}

.faq-section-three .faq-content-1 .accordion .acc-btn {
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    padding: 20px 50px 20px 30px;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s
}

.faq-section-three .faq-content-1 .accordion .acc-btn .arrow-icon {
    position: absolute;
    top: 20px;
    right: 30px
}

.faq-section-three .faq-content-1 .accordion.active-block .acc-btn {
    color: var(--theme-color-light);
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

.faq-section-three .faq-content-1 .accordion.active-block .acc-btn .arrow-icon {
    color: var(--theme-color-light);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq-section-three .faq-content-1 .accordion .acc-content {
    margin: 0;
    padding: 0
}

.how-it-work-wrapper {
    border: 1px dashed #d9d9d9;
    border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 60px
}

.how-it-work-wrapper.border-none {
    position: relative;
    border: none;
    padding: 0;
    margin: 0
}

.how-it-work-wrapper.border-none::before {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgb(var(--theme-color-black-rgb), .1)
}

.how-it-work-items-style-3 {
    padding: 30px 30px 0;
    border-right: 1px solid #d9d9d9
}

.how-it-work-items-style-3.style-2 {
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 30px
}

.how-it-work-items-style-3.style-2::before {
    position: absolute;
    top: 80px;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: var(--theme-color-black)
}

.how-it-work-items-style-3.style-2::after {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    display: none;
    background-color: rgb(var(--theme-color-black-rgb), .1)
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image::before,
.project-card-items .project-image::before {
    bottom: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 68, 67, 0)), to(#144443));
    right: 0;
    content: ""
}

.how-it-work-items-style-3 .number {
    font-size: 66px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 30px;
    color: transparent;
    -webkit-text-stroke: 1px var(--headings-color);
    -webkit-transition: .3s;
    transition: .3s
}

[data-tm-layout=dark] .how-it-work-items-style-3 .number {
    -webkit-text-stroke: 1px rgb(var(--theme-color-white-rgb), 0.2)
}

.how-it-work-items-style-3 .title {
    margin-bottom: 10px;
    font-size: 24px
}

.how-sec-text {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.how-sec-text a {
    color: #0c6460
}

[data-tm-layout=dark] .how-sec-text a {
    text-decoration: none;
    color: var(--theme-color1)
}

.how-it-work-section .sec-title .title {
    max-width: 750px;
    width: 100%;
    margin: 0 auto
}

.footer-section-4 .footer-right-shape,
.how-it-work-section .circle-shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: -1
}

.how-it-work-section.gray-bg {
    position: relative;
    margin: -90px 30px 0;
    padding-top: 210px;
    border-radius: 0 0 30px 30px;
    background-color: #f6f5ef
}

.counter-section.theme-color-bg {
    background-color: var(--theme-color2)
}

.counter-section .counter-wrapper2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
    margin: 0 50px;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), .1)
}

.marquee .stroke-text,
.marquee .text {
    font-size: 48px;
    line-height: 1.3;
    margin: 0 30px;
    font-weight: 600;
    text-transform: capitalize
}

.counter-block-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    max-width: 30%;
    width: 100%
}

.marquee,
.marquee .marquee-group {
    display: -webkit-box;
    display: -ms-flexbox
}

.counter-block-one::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 15px;
    height: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#85a6a6), to(#a68585));
    background: linear-gradient(180deg, #85a6a6 0, #a68585 100%);
    clip-path: polygon(0 0, 100% 100%, 100% 0)
}

.counter-block-one .count-box .counter {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    font-family: var(--title-font);
    color: var(--theme-color-white)
}

.counter-block-one .count-box .counter-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--title-font);
    color: var(--theme-color-white)
}

.counter-section .separator {
    width: 1px;
    height: 108px;
    background: #d2d2d2
}

.counter-box-one {
    position: relative;
    text-align: center
}

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0
}

.marquee.slide-right,
.marquee.slide-right .stroke-text,
.marquee.slide-right .text,
.pricing-block-three .inner-box:hover .pricing-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite
}

.marquee .text {
    position: relative;
    color: var(--headings-color);
    -webkit-text-stroke: 1px var(--headings-color)
}

.marquee .stroke-text {
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #B4B4B4
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

.marquee-section-2 {
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 45px 0
}

.project-card-items .project-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    border-radius: 20px
}

.project-card-items .project-image img {
    height: 100%;
    display: block;
    border-radius: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover;
    width: 100%
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image {
    width: 25%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover;
    border-radius: 20px;
    position: relative
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image::before {
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0, #144443 100%)
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image:first-child::before {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important
}

.project-card-items .project-image::before {
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0, #144443 100%);
    z-index: 9
}

.project-card-items .project-image .number {
    font-size: 96px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    bottom: 60px;
    left: 60px
}

.project-card-items .project-content {
    padding: 30px 25px 35px;
    background-color: var(--theme-color-white);
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -70px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.project-card-items .project-content .arrow-shape {
    position: absolute;
    top: 8%;
    left: 50%;
    display: none
}

.project-card-items .project-content::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, right top, color-stop(.58%, #00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 .58%, #039397 100%)
}

.project-box-items-2 .project-image .project-content h3,
.project-card-items .project-content h3,
.team-box-items .team-image .team-content h4 {
    line-height: 1
}

.project-card-items .project-content h3 a {
    color: var(--headings-color);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline
}

.project-card-items .project-content .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 10px;
    background: #144443;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image::before,
.project-box-items-2 .project-image::before {
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 68, 67, 0)), to(#144443));
    height: 100%;
    width: 100%;
    content: ""
}

.project-card-items .project-content .icon svg {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a:hover,
.project-card-items .project-content .icon:hover {
    background: var(--gradient-1)
}

.project-card-items .project-content .icon:hover svg {
    -webkit-transform: rotate(47deg);
    transform: rotate(47deg)
}

.project-wrapper {
    margin-right: -35%
}

.project-section .shape-1 {
    position: absolute;
    top: 39%;
    left: 5%
}

.project-section .shape-2 {
    position: absolute;
    left: 0;
    bottom: 15%
}

.project-wrapper-2 {
    margin-left: -10%;
    margin-right: -10%
}

.project-box-items-2 {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 30px 24px
}

.project-box-items-2 .project-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.project-box-items-2 .project-image::before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0, #144443 100%);
    z-index: 9
}

.project-box-items-2 .project-image img {
    height: 100%;
    border-radius: 10px 10px 0 0;
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.project-box-items-2 .project-image .shape-1 {
    position: absolute;
    bottom: 0;
    right: 20px
}

.project-box-items-2 .project-image .project-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 9
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image {
    width: 25%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    position: relative
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image::before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0, #144443 100%)
}

.project-box-items-2 .theme-btn.btn-style-one {
    padding: 26px 85px 26px 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-radius: 0 10px 10px 0;
    background: #00a9a5;
    color: var(--headings-color)
}

.project-box-items-2 .theme-btn.btn-style-one::before {
    z-index: -1;
    background-color: var(--headings-color)
}

.project-box-items-2 .theme-btn .icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 10px;
    background: #144443;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px
}

.project-wrapper-4 {
    padding: 0 30px
}

@media (max-width:1399.98px) {
    .faq-wrapper-2 .faq-items-wrap {
        padding-top: 25px;
        padding-left: 0;
        padding-right: 0
    }

    .how-it-work-section .circle-shape {
        display: none
    }

    .project-wrapper-4,
    .testimonial-section-2 {
        padding-left: 30px;
        padding-right: 30px
    }
}

.project-image-4 {
    margin-top: 30px;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 9;
    overflow: hidden
}

.project-image-4::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.42%, #00a9a5), color-stop(98.86%, #039397));
    background: linear-gradient(180deg, #00a9a5 1.42%, #039397 98.86%);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0
}

.project-image-4 .title {
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    left: 50px;
    right: 50px;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #fff;
    bottom: 50px;
    opacity: 1;
    visibility: visible
}

.choose-us-box-style-2 .content h3 a:hover,
.project-image-4 .title a:hover {
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-white)), to(var(--theme-color-white)));
    background-image: linear-gradient(180deg, var(--theme-color-white) 0, var(--theme-color-white) 100%)
}

.project-image-4::before {
    opacity: .7;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.project-section-4 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.project-section-4 .nav .nav-item .nav-link {
    border-radius: 10px;
    background: var(--theme-color-white);
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--headings-color)
}

.ks-project-area {
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 120px
}

.ks-project-subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    color: var(--headings-color)
}

.ks-project-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    font-family: var(--title-font);
    max-width: 255px;
    margin-bottom: 20px
}

@media (max-width:1199.98px) {
    .faq-section-three {
        margin: 0 0 -80px
    }

    .how-it-work-wrapper.border-none::before,
    .project-section .shape-1,
    .project-section .shape-2 {
        display: none
    }

    .how-it-work-items-style-3.style-2::after {
        display: block
    }

    .counter-section .counter-wrapper2 {
        margin: 0
    }

    .ks-project-title {
        font-size: 28px;
        line-height: 36px
    }
}

@media (max-width:991.98px) {
    .service-block-two .inner-box .content-box .content-column .inner-column {
        padding: 30px 0 0
    }

    .case-block-one .inner-box .case-title {
        font-size: 24px;
        line-height: 34px
    }

    .faq-section-2 {
        padding-top: 80px
    }

    .counter-section .counter-wrapper2 {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .counter-block-one {
        max-width: 47%
    }

    .counter-section .separator {
        display: none
    }

    .project-section .array-button {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important
    }

    .ks-project-title {
        font-size: 24px;
        line-height: 32px
    }
}

.ks-project-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--text-color);
    margin-bottom: 25px
}

.ks-project-thumb img {
    border-radius: 20px
}

.ks-project-item {
    position: relative;
    margin-bottom: 80px;
    border-radius: 50px
}

.ks-project-content-wrap {
    margin: 50px;
    display: inline-block;
    padding: 54px 80px 55px 60px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    max-width: 488px;
    width: 100%;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width:1199.98px) {
    .ks-project-content-wrap {
        padding: 45px
    }

    .ks-project-arrow a svg {
        width: 25px
    }
}

@media (max-width:767.98px) {
    .service-card-items-2 .content {
        padding: 30px 30px 25px
    }

    .service-know-box {
        display: block;
        margin: 40px auto 0;
        text-align: center;
        padding: 14px
    }

    .service-know-box .icon {
        margin: 0 auto
    }

    .faq-left-items-1 .faq-image,
    .how-it-work-wrapper,
    .service-wrapper-4 {
        margin-top: 30px
    }

    .service-block-two .inner-box .title-box .number {
        margin-right: 20px
    }

    .service-block-two .inner-box .title-box .title {
        font-size: 24px
    }

    .service-block-two .inner-box .title-box .icon-box {
        font-size: 30px
    }

    .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
        width: 100px;
        height: 72px;
        font-size: 32px;
        line-height: 80px
    }

    .service-section-three .btn-style-two {
        margin: 0
    }

    .faq-section-2 {
        margin: 0 20px;
        padding-left: 18px;
        padding-right: 18px
    }

    .faq-image-style-3 {
        height: 500px
    }

    .how-it-work-section.gray-bg {
        margin: 0;
        padding-top: 120px
    }

    .project-wrapper {
        margin-right: 0
    }

    .project-wrapper-4 {
        padding-left: 18px;
        padding-right: 18px
    }

    .ks-project-subtitle br,
    .ks-project-text br,
    .ks-project-title br {
        display: none
    }

    .ks-project-title {
        font-size: 20px;
        line-height: 32px
    }

    .ks-project-content-wrap {
        padding: 30px 15px;
        margin: 35px 20px
    }
}

.ks-project-content-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border-radius: 50px;
    background-color: var(--theme-color-white);
    -webkit-mask-image: url(../images/home-5/shape/mask.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: top right;
    -webkit-mask-repeat: no-repeat
}

.ks-project-content-wrap.ks-btn-black {
    padding: 16px 35px;
    color: var(--theme-color-white);
    background-color: var(--gray-color3)
}

.ks-project-content-wrap.ks-btn-black:hover {
    color: var(--theme-color-white);
    background-color: var(--theme-color-blue)
}

.ks-project-arrow {
    position: absolute;
    top: 0;
    right: 0
}

.ks-project-arrow a {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    color: var(--theme-color-black);
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

@media (max-width:1199.98px) {
    .ks-project-arrow a {
        height: 85px;
        width: 85px;
        line-height: 85px
    }
}

.ks-project-arrow a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
    background-color: var(--theme-color-black)
}

.ks-project-arrow a:hover::after,
.team-block .social-links a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.testimonial-box-items {
    margin-top: 30px;
    padding: 0 40px 40px;
    position: relative
}

.testimonial-box-items::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 20px;
    border: 1px solid #c9c9c9;
    background-color: var(--theme-color-white);
    z-index: -1;
    top: 30px;
    height: initial
}

[data-tm-layout=dark] .testimonial-box-items::before {
    border-color: var(--dark-color2)
}

.testimonial-box-items .client-info-items {
    border-radius: 20px;
    background: #144443;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.testimonial-box-items .client-info-items .client-image .quote-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--theme-color1);
    text-align: center;
    border-radius: 50%;
    margin-left: -15px
}

.testimonial-box-items .client-info-items .client-content h5 {
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 0
}

.testimonial-box-items .client-info-items .client-content span {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #fff
}

.project-details__details-list li+li,
.testimonial-box-items .testimonial-content {
    margin-top: 24px
}

.testimonial-box-items .testimonial-content .star {
    font-size: 12px;
    color: #ffc65e;
    margin-bottom: 10px
}

.testimonial-box-items .testimonial-content p {
    font-size: 18px;
    line-height: 195%
}

.testimonial-wrapper-2 {
    margin-left: -20%;
    margin-right: -20%
}

.testimonial-card-item {
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    padding: 50px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 90px;
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    z-index: 9;
    overflow: hidden
}

[data-tm-layout=dark] .testimonial-card-item {
    border-color: transparent;
    background-color: var(--dark-color2)
}

.testimonial-card-item .box-shape {
    position: absolute;
    bottom: 0;
    left: 60px;
    z-index: -1
}

.testimonial-card-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: #144443;
    width: 35%;
    z-index: -1;
    border-radius: 10px 0 0 10px
}

[data-tm-layout=dark] .testimonial-card-item::before {
    background: var(--dark-color1)
}

.testimonial-card-item .client-item {
    text-align: center;
    position: relative
}

.testimonial-card-item .client-item .client-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed var(--theme-color1)
}

.testimonial-card-item .client-item .info-text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.testimonial-card-item .client-item .info-text span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize
}

.testimonial-card-item .content .quote-icon {
    position: absolute;
    top: -10px;
    width: 67px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    background: #00a9a5
}

.testimonial-card-item .content .quote-icon .arrow-shape {
    position: absolute;
    top: -30px;
    right: -13px
}

.testimonial-card-item .content .star {
    color: #ffc65e;
    margin-top: 20px;
    margin-bottom: 10px
}

.testimonial-card-item .content p {
    max-width: 303px;
    font-size: 18px
}

.testimonial-top-right .client-1 {
    position: absolute;
    top: 22%;
    left: 12%
}

.testimonial-top-right .client-2 {
    position: absolute;
    top: -17px;
    left: 34%
}

.testimonial-top-right .client-3 {
    position: absolute;
    left: 52%;
    top: 22%
}

.testimonial-top-right .client-4 {
    position: absolute;
    right: 14%;
    top: 13%
}

.testimonial-section-2 {
    position: relative;
    border-radius: 50px;
    background: #f5f5f5;
    margin: 0 30px
}

.testimonial-section-2.bg-white {
    background-color: var(--dark-color2) !important
}

.testimonial-section-3 {
    margin: 0 30px;
    border-radius: 25px;
    background: var(--theme-color-white)
}

.testimonial-section-3 .array-button {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99
}

.testimonial-section-3 .array-button .array-next,
.testimonial-section-3 .array-button .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    font-size: 18px
}

.testimonial-section-3 .array-button .array-prev {
    background: #f1f1f1
}

[data-tm-layout=dark] .testimonial-section-3 .array-button .array-prev {
    background-color: transparent;
    border: 1px solid rgba(var(--theme-color-white-rgb), .1)
}

.footer-top-wrapper .social-icon a:hover,
.testimonial-section-3 .array-button .array-prev:hover {
    background: var(--theme-color1);
    color: var(--headings-color)
}

.testimonial-section-3 .array-button .array-next {
    background: var(--theme-color1)
}

.testimonial-section-3 .array-button .array-next:hover {
    background: var(--headings-color);
    color: var(--theme-color-white)
}

.testimonial-wrapper-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding-top: 85px
}

.mask-shape-style-3 {
    position: absolute;
    top: 50%;
    left: -5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.image-box-style-3 {
    max-width: 300px;
    text-align: center;
    position: relative;
    z-index: 1
}

.image-box-style-3 .quate {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#beec6b), to(#169c92));
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%);
    position: absolute;
    top: -15px;
    right: 5px;
    z-index: 9
}

.image-box-style-3 .image {
    overflow: hidden;
    border-radius: 50%;
    position: relative
}

.image-box-style-3 .image::after {
    background-color: rgba(var(--theme-color-white-rgb), .3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none
}

.image-box-style-3 .image .planet-shape {
    position: absolute;
    bottom: 0;
    left: 0
}

.image-box-style-3 .star {
    position: relative;
    z-index: 1;
    margin: 35px auto 0;
    border: 1px solid #e1e1e1;
    padding: 5px 35px;
    border-radius: 30px;
    width: 190px;
    font-size: 16px;
    color: #ff8c22
}

.image-box-style-3 .star::after {
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background-color: var(--theme-color-white);
    width: 25px;
    height: 25px;
    content: ""
}

.content-box-style-3 {
    max-width: 810px
}

.content-box-style-3 .text {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(24, 24, 94, .1);
    color: var(--headings-color)
}

@media (max-width:1199.98px) {
    .testimonial-wrapper-2 {
        margin-left: 0;
        margin-right: 0
    }

    .testimonial-card-item {
        display: block;
        text-align: center;
        padding: 40px 30px
    }

    .testimonial-card-item::before {
        width: 100%;
        z-index: -1
    }

    .testimonial-card-item .client-item .info-text {
        text-align: center
    }

    .testimonial-card-item .content .star {
        margin-top: 0;
        margin-bottom: 0
    }

    .testimonial-card-item .content p {
        margin: 0 auto;
        color: var(--theme-color-white)
    }

    .testimonial-section-3 .array-button {
        position: static;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 30px
    }

    .testimonial-wrapper-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 17px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .mask-shape-style-3 {
        display: none
    }

    .content-box-style-3 .text {
        font-size: 26px;
        line-height: 150%
    }
}

.content-box-style-3 .title span {
    font-family: var(--text-font);
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400
}

.testimonial-section-five .title-box {
    margin-right: 50px
}

.testimonial-section-five .testimonials-outer {
    margin-left: -50px
}

.testimonial-block-five .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    max-width: 790px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px
}

.testimonial-block-five .inner-box .thumb {
    position: relative;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 44%;
    width: 100%
}

.testimonial-block-five .inner-box .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.testimonial-block-five .inner-box .thumb .video-btn {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: var(--headings-color);
    background-color: var(--theme-color1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.testimonial-block-five .inner-box .content-box {
    padding: 40px;
    border-radius: 0 20px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(19, 81, 216, .05);
    -webkit-box-shadow: 0 4px 18px 0 rgba(var(--theme-color-black-rgb), .05);
    box-shadow: 0 4px 18px 0 rgba(var(--theme-color-black-rgb), .05)
}

[data-tm-layout=dark] .team-block-six .inner-box,
[data-tm-layout=dark] .testimonial-block-five .inner-box .content-box {
    background-color: var(--dark-color2);
    border-color: var(--dark-color2)
}

.pricing-block-three .inner-box .list-style-three,
.pricing-box-items .pricing-header .title-icon,
.pricing-box-items .pricing-list li:not(:last-child),
.testimonial-block-five .inner-box .content-box .logo {
    margin-bottom: 20px
}

[data-tm-layout=dark] .contact-content-style-3 .contact-list li .icon img,
[data-tm-layout=dark] .testimonial-block-five .inner-box .content-box .logo img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.testimonial-block-five .inner-box .content-box .text {
    font-size: 20px;
    line-height: 32px;
    color: var(--text-color)
}

.testimonial-block-five .inner-box .content-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #eeeff1
}

.testimonial-block-five .inner-box .content-box .info-box .user-info .name {
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.testimonial-block-five .inner-box .content-box .info-box .user-info .designation {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: var(--text-color3)
}

.testimonial-block-five .inner-box .content-box .info-box .rating-info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    padding: 5px 15px;
    border-radius: 35px;
    background-color: var(--theme-color1)
}

.testimonial-block-five .inner-box .content-box .info-box .rating-info .rating {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: var(--headings-color)
}

.testimonial-block-five .inner-box .content-box .info-box .rating-info .icon {
    font-size: 14px;
    line-height: 18px;
    color: var(--headings-color)
}

.why-choose-section.section-bg-2 {
    position: relative;
    background-color: var(--theme-color2)
}

.why-choose-section.section-bg-2 .shape-1 {
    position: absolute;
    bottom: 38px;
    right: -51px
}

.why-choose-us-image-1 {
    direction: rtl;
    position: relative
}

.why-choose-us-image-1 img {
    max-width: initial
}

.why-choose-us-image-1 .icon-box-items {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(154, 154, 154, .3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 35px;
    max-width: 340px
}

.why-choose-us-image-1 .icon-box-items .icon {
    width: 112px;
    height: 112px;
    line-height: 112px;
    border-radius: 50%;
    background: linear-gradient(99deg, #00a9a5 0, #039397 93.92%);
    text-align: center;
    margin: 0 auto 30px
}

.why-choose-us-image-1 .icon-box-items h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 134%;
    font-family: var(--text-font);
    text-align: center
}

.why-choose-us-content-1 {
    margin-left: 60px
}

.why-choose-us-content-1 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 10px;
    margin-top: 45px
}

[data-tm-layout=dark] .why-choose-us-content-1 .nav {
    background-color: #1f4646
}

.why-choose-us-content-1 .nav .nav-item .nav-link {
    padding: 21px 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--headings-color);
    border-radius: 100px;
    line-height: 1
}

.why-choose-us-content-1 .why-choose-list h3 {
    font-size: 26px;
    color: #0b3130
}

.why-choose-us-content-1 .why-choose-list p {
    font-size: 18px;
    margin-top: 10px
}

.why-choose-us-content-1 .why-choose-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.why-choose-us-content-1 .choose-us-progressbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin-top: 20px
}

.why-choose-us-content-1 .progress-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.why-choose-us-content-1 .circular-progress {
    position: relative;
    width: 150px;
    height: 150px;
    background: conic-gradient(#00a9a5 0deg, #d4d4d4 0deg);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.why-choose-us-content-1 .circular-progress::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%
}

[data-tm-layout=dark] .why-choose-us-content-1 .circular-progress::before {
    background: var(--theme-color2)
}

.why-choose-us-content-1 .progress-value {
    position: absolute;
    font-size: 26px;
    font-weight: 600;
    color: #0b3130;
    font-family: var(--title-font)
}

.why-choose-us-content-1 .text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #0b3130
}

.why-choose-section-2 {
    position: relative;
    margin: 0 30px;
    border-radius: 50px;
    z-index: 9
}

.why-choose-section-2 .circle-shape {
    position: absolute;
    bottom: 170px;
    right: 0
}

.why-choose-section-2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(20, 68, 67, 0)), color-stop(14%, rgba(20, 68, 67, .8)), color-stop(30%, rgba(20, 68, 67, .96)), to(#144443));
    background: linear-gradient(90deg, rgba(20, 68, 67, 0) 0, rgba(20, 68, 67, .8) 14%, rgba(20, 68, 67, .96) 30%, #144443 100%);
    z-index: -1
}

@media (max-width:1399.98px) {

    .testimonial-section-3,
    .why-choose-section-2 {
        padding-left: 30px;
        padding-right: 30px
    }

    .why-choose-us-content-1 {
        margin-left: 30px
    }

    .why-choose-section-2 .circle-shape {
        display: none
    }

    .why-choose-us-wrapper-2 {
        padding-bottom: 120px
    }
}

@media (max-width:1199.98px) {
    .testimonial-section-five .title-box {
        margin-right: 0
    }

    .testimonial-section-five .title-box .sec-title .title {
        font-size: 40px
    }

    .testimonial-section-five .testimonials-outer,
    .why-choose-us-content-1 {
        margin-left: 0
    }

    .why-choose-us-wrapper {
        padding: 100px 0
    }

    .why-choose-us-image-1 img {
        width: 100%;
        height: 100%
    }

    .why-choose-us-content-1 .nav .nav-item .nav-link {
        font-size: 15px;
        padding: 18px 20px
    }

    .why-choose-us-content-1 .why-choose-list-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .why-choose-us-content-1 .choose-us-progressbar {
        gap: 30px
    }

    .why-choose-us-wrapper-2 {
        padding-bottom: 100px
    }
}

.service-imagestyle-3 img {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.choose-us-image-2 {
    width: 560px;
    margin-left: -155px
}

.choose-us-content-2 {
    margin-left: 40px
}

@media (max-width:1699.98px) {
    .choose-us-image-2 {
        margin-left: -70px
    }

    .choose-us-content-2 {
        margin-left: 105px
    }
}

.choose-us-box-style-2,
.contact-box-style-3 form {
    margin-top: 40px
}

.choose-us-box-style-2 .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: linear-gradient(99deg, #00a9a5 0, #039397 93.92%);
    text-align: center;
    border-radius: 50%
}

.choose-us-box-style-2 .content {
    max-width: 310px;
    margin-top: 25px
}

.choose-us-box-style-2 .content h3 {
    color: var(--theme-color-white);
    margin-bottom: 10px
}

.choose-us-box-style-2 .content p {
    color: var(--theme-color-white);
    line-height: 218%
}

.why-choose-us-section-4 {
    margin: 0 30px;
    position: relative;
    z-index: 9;
    border-radius: 60px;
    background: var(--theme-color-white)
}

.choose-us-image-items-4 .choose-counter4 {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9
}

.choose-content-4 .icon-items-area,
.sidebar-service-list li+li {
    margin-top: 10px
}

.choose-content-4 .icon-items-area .icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    margin-top: 30px
}

.choose-content-4 .icon-items-area .icon-items .icon {
    max-width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #144443;
    border-radius: 50%;
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.choose-content-4 .icon-items-area .icon-items .icon-content h4 {
    font-family: var(--text-font)
}

.choose-content-4 .icon-items-area .icon-items .icon-content p {
    margin-top: 8px
}

.why-choose-section-3 {
    position: relative;
    z-index: 2;
    background-color: var(--theme-color2)
}

.why-choose-section-3 .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(50% - 80px);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover
}

.why-choose-section-3 .bg-image .img-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.why-choose-section-3 .outer-box {
    position: relative;
    left: calc(50% - 80px);
    width: calc(50% + 80px)
}

@media (max-width:1399.98px) {
    .choose-us-image-2 {
        width: 515px;
        margin-left: -50px
    }

    .choose-us-content-2 {
        margin-left: 30px
    }

    .why-choose-us-section-4 {
        padding-left: 30px;
        padding-right: 30px
    }

    .why-choose-section-3 .bg-image {
        width: calc(50% - 200px)
    }

    .why-choose-section-3 .outer-box {
        left: calc(50% - 200px);
        width: calc(50% + 200px)
    }

    .pricing-section .pricing-circle {
        display: none
    }
}

.why-choose-section-3 .choose-content {
    padding: 120px
}

.why-choose-section-3 .choose-content .inner-box .content-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--theme-color-white)
}

@media (max-width:1899.98px) {
    .main-menu .navigation>li {
        margin-right: 35px
    }

    .main-menu .navigation>li>a {
        font-size: 15px
    }

    .marquee .marquee-group {
        gap: 30px
    }

    .testimonial-block-five .inner-box .content-box .text {
        font-size: 16px
    }

    .why-choose-us-section-4 .shape-1 {
        display: none
    }

    .why-choose-section-3 .choose-content .inner-box .content-title {
        font-size: 20px
    }
}

.why-choose-section-3 .choose-content .inner-box .content-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: rgba(var(--theme-color-white-rgb), .8)
}

.why-choose-section-3 .choose-content .inner-box .choose-us-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px
}

.why-choose-section-3 .choose-content .inner-box .choose-us-box .icon-box .icon {
    -webkit-transform: rotateY("0deg");
    transform: rotateY("0deg")
}

.why-choose-section-3 .choose-content .inner-box .choose-us-box .content-box span {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: rgba(var(--theme-color-white-rgb), .8)
}

.why-choose-section-3 .choose-content .inner-box .choose-us-box .content-box h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: var(--theme-color-white)
}

.why-choose-section-3 .choose-content .inner-box .process-bar {
    margin-left: 30px;
    border-radius: 10px;
    overflow: hidden
}

.ks-choose-2-area {
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: var(--theme-color2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.ks-choose-2-content .text {
    padding-right: 40px;
    margin-bottom: 30px;
    max-width: 530px;
    color: rgb(var(--theme-color-white-rgb), .7)
}

@media (max-width:1699.98px) {
    .why-choose-section-3 .choose-content {
        padding: 120px 50px
    }

    .ks-choose-2-content {
        padding-right: 30px
    }

    .ks-choose-2-content .text {
        padding-right: 0
    }
}

.ks-choose-2-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ks-choose-2-icon img {
    -webkit-animation: 6s cubic-bezier(1, .99, .03, .01) infinite animationglob;
    animation: 6s cubic-bezier(1, .99, .03, .01) infinite animationglob
}

.ks-choose-2-more-wrap {
    margin-bottom: 40px
}

.ks-choose-2-more-wrap .text2 {
    margin-bottom: 0;
    max-width: 220px;
    color: rgb(var(--theme-color-white-rgb), .7)
}

.ks-choose-2-more-info {
    padding-right: 35px;
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

@media (max-width:1199.98px) {
    .choose-us-image-2 {
        width: initial;
        max-width: 600px;
        text-align: center;
        margin: 0 auto 30px
    }

    .choose-us-content-2,
    .why-choose-section-3 .choose-content .inner-box .process-bar {
        margin-left: 0
    }

    .choose-content-4 .icon-items-area .icon-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .why-choose-section-3 .choose-content .inner-box .theme-btn {
        margin-bottom: 20px
    }

    .ks-choose-2-content {
        padding-right: 0
    }

    .ks-choose-2-content .text {
        font-size: 15px
    }

    .ks-choose-2-icon {
        display: none
    }

    .ks-choose-2-more-info {
        padding-right: 25px;
        margin-right: 25px
    }
}

@media (max-width:767.98px) {
    .ks-project-content-wrap::after {
        -webkit-mask-image: unset;
        mask-image: unset
    }

    .ks-project-content-wrap.ks-btn-black {
        padding: 12px 20px
    }

    .ks-project-arrow {
        top: 15px;
        right: 15px
    }

    .ks-project-arrow a svg {
        width: 18px
    }

    .ks-project-arrow a {
        height: 55px;
        width: 55px;
        line-height: 55px
    }

    .testimonial-box-items {
        padding: 0 25px 40px
    }

    .testimonial-box-items .client-info-items {
        padding: 15px
    }

    .testimonial-section-2,
    .testimonial-section-3,
    .why-choose-section-2 {
        margin: 0 20px;
        padding-left: 18px;
        padding-right: 18px
    }

    .content-box-style-3 .text {
        font-size: 23px
    }

    .why-choose-us-content-1 .nav {
        margin-top: 30px;
        border-radius: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .why-choose-us-content-1 .why-choose-list-items .why-list li {
        font-size: 16px
    }

    .choose-us-box-style-2 {
        margin-top: 30px
    }

    .why-choose-us-section-4 {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 18px;
        padding-right: 18px
    }

    .why-choose-section-3 .choose-content {
        padding: 100px 30px
    }

    .ks-choose-2-more-info {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 25px
    }

    .ks-choose-2-thumb img {
        width: 100%
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .ks-project-content-wrap {
        margin: 45px;
        padding: 50px 40px
    }

    .ks-choose-2-more-info {
        margin-bottom: 0;
        padding-right: 25px
    }
}

.ks-choose-2-more-info .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: var(--theme-color-blue);
    border: 1px solid rgb(var(--theme-color-white-rgb), .27)
}

.ks-choose-2-more-info b {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33;
    font-family: var(--title-font);
    text-transform: capitalize;
    color: var(--theme-color-white)
}

@media (max-width:1699.98px) {
    .ks-choose-2-more-info b {
        font-size: 17px
    }

    .team-wrapper-4 {
        padding: 0 50px
    }
}

.ks-choose-2-thumb img {
    border-radius: 50%
}

.ks-choose-2-thumb-wrap {
    position: relative;
    margin-left: 60px
}

.ks-choose-2-thumb-wrap .style-2 {
    margin-top: -40px
}

@media (max-width:1199.98px) {
    .ks-choose-2-more-info b {
        font-size: 15px
    }

    .ks-choose-2-thumb-wrap {
        margin-left: 0
    }

    .ks-choose-2-thumb-wrap .style-2 {
        margin-top: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

.ks-choose-2-circle {
    border-radius: 50%;
    width: 286px;
    height: 283px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

.ks-choose-2-circle .title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center
}

@media (max-width:1199.98px) {
    .ks-choose-2-circle {
        height: 100%;
        width: 100%
    }

    .ks-choose-2-circle .title {
        font-size: 25px
    }
}

.pricing-section .pricing-circle {
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: -1
}

.pricing-section .info-bottom {
    text-align: center;
    margin-top: 80px
}

.pricing-section .info-bottom .info-box {
    position: relative;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    padding: 15px 50px;
    border: 1px solid var(--theme-color-black)
}

.pricing-section .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 225px;
    margin: 30px auto
}

[data-tm-layout=dark] .pricing-section .nav {
    background-color: rgba(255, 255, 255, .1);
    border-color: transparent
}

.pricing-section .nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #595b62;
    font-family: var(--titlt-font);
    padding: 13px 23px;
    line-height: 1;
    border-radius: 30px
}

.pricing-box-items .pricing-button .btn-style-one,
.pricing-section .nav .nav-link.active {
    color: var(--headings-color);
    background-color: var(--theme-color1)
}

.pricing-section .nav .nav-link.active {
    -webkit-box-shadow: 0 2px 2px -1px rgba(89, 86, 233, .15), 0 0 1px 0 rgba(89, 86, 233, .1);
    box-shadow: 0 2px 2px -1px rgba(89, 86, 233, .15), 0 0 1px 0 rgba(89, 86, 233, .1)
}

[data-tm-layout=dark] .pricing-section .nav .nav-link.active {
    color: #000
}

.pricing-box-items {
    margin-top: 30px;
    border-radius: 20px;
    background-color: var(--theme-color-white);
    border: 1px solid rgba(0, 0, 0, .1)
}

[data-tm-layout=dark] .pricing-box-items {
    background-color: var(--dark-color1);
    border-color: rgba(255, 255, 255, .1)
}

.pricing-box-items .pricing-header {
    padding: 40px 60px 25px
}

@media (max-width:1399.98px) {
    .pricing-box-items .pricing-header {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width:1199.98px) {
    .pricing-box-items .pricing-header {
        padding-left: 40px;
        padding-right: 40px
    }
}

.pricing-box-items .pricing-header h3 {
    font-size: 22px;
    line-height: 1
}

.news-box-items .news-content .comments-list li,
.pricing-box-items .pricing-header span {
    font-size: 14px
}

.pricing-box-items .pricing-list {
    padding-top: 25px;
    border-top: 1px solid #dee2e6;
    margin: 0 60px
}

[data-tm-layout=dark] .pricing-box-items .pricing-list {
    border-top-color: rgba(150, 150, 150, .2)
}

.pricing-box-items .pricing-list li {
    color: #595b62;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.pricing-box-items .pricing-list li.disable {
    opacity: .2
}

.pricing-box-items .pricing-button {
    padding: 40px 50px
}

@media (max-width:1199.98px) {
    .pricing-box-items .pricing-button {
        padding: 40px
    }
}

.pricing-box-items.active {
    border-radius: 20px;
    background: #144443;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden
}

.pricing-box-items.active .gt-price-tag {
    padding: 4px 12px;
    display: inline-block;
    background-color: var(--theme-color1);
    font-size: 14px;
    text-align: center;
    color: #000;
    position: absolute;
    top: 24px;
    right: -40px;
    -webkit-transform: rotate(40.012deg);
    transform: rotate(40.012deg);
    width: 185px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--titlt-font)
}

.pricing-box-items.active .pricing-header h3 {
    font-size: 22px;
    line-height: 1;
    color: var(--theme-color-white)
}

.pricing-box-items.active .pricing-header span {
    font-size: 14px;
    color: var(--theme-color-white)
}

.pricing-box-items.active .pricing-list {
    border-top: 1px solid rgba(232, 234, 241, .5)
}

.pricing-box-items.active .pricing-button .btn-style-one {
    background: rgba(255, 255, 255, .15);
    color: #fff
}

.pricing-content-2 p {
    max-width: 339px;
    margin-top: 30px
}

.pricing-card-item-2 {
    border-radius: 10px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
}

.pricing-card-items,
.pricing-section-2 {
    background-color: var(--theme-color-white);
    position: relative;
    z-index: 9
}

[data-tm-layout=dark] .pricing-block-three .inner-box .content:before,
[data-tm-layout=dark] .pricing-card-item-2 {
    background: var(--dark-color2)
}

.pricing-card-item-2 .blur-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 10px
}

.pricing-card-item-2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    border-radius: 10px
}

.pricing-card-item-2 .pricing-left-ber {
    padding: 0 50px 35px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

[data-tm-layout=dark] .pricing-card-item-2 .pricing-left-ber {
    color: rgb(var(--theme-color-white-rgb), .1)
}

.pricing-card-item-2 .pricing-left-ber .pricing-icon {
    position: relative;
    z-index: 9;
    display: inline-block
}

.pricing-card-item-2 .pricing-left-ber .pricing-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 102px;
    height: 102px;
    background-color: #f5f5f5;
    border-radius: 100%;
    z-index: -1
}

.pricing-card-item-2 .pricing-left-ber .pricing-icon::after {
    position: absolute;
    content: "";
    top: 13px;
    right: -7px;
    width: 34px;
    height: 34px;
    background-color: var(--theme-color1);
    border-radius: 100%;
    z-index: -1
}

.pricing-card-item-2 .pricing-left-ber .pricing-header {
    margin-top: 75px
}

.pricing-card-item-2 .pricing-left-ber .pricing-header h3 {
    font-size: 36px;
    font-weight: 600
}

.pricing-card-item-2 .pricing-right-ber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 60px 50px 30px;
    width: 100%
}

@media (max-width:1199.98px) {
    .pricing-card-item-2 .pricing-right-ber {
        padding-right: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }
}

.pricing-card-item-2 .pricing-right-ber .pricing-list li {
    font-size: 14px;
    font-weight: 400;
    color: #646464
}

.footer-widget-wrapper .footer-widget-items .user-links li:not(:last-child),
.footer-widget-wrapper.style-2 .user-links li:not(:last-child),
.pricing-card-item-2 .pricing-right-ber .pricing-list li:not(:last-child) {
    margin-bottom: 15px
}

.pricing-card-item-2 .pricing-right-ber .pricing-list li i {
    margin-right: 10px;
    color: #144443
}

[data-tm-layout=dark] .pricing-card-item-2 .pricing-right-ber .pricing-list li i {
    color: #646464
}

.pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one {
    padding: 26px 80px 26px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#beec6b), to(#169c92));
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%);
    color: var(--theme-color-white)
}

.pricing-card-item-2 .pricing-right-ber .theme-btn .icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px
}

.pricing-card-item-2 .pricing-right-ber .theme-btn .icon svg {
    height: 17px
}

.pricing-section-2 {
    margin: 0 30px;
    border-radius: 50px
}

.pricing-card-items {
    margin-top: 40px;
    -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, .06);
    box-shadow: 0 10px 37px rgba(0, 0, 0, .06);
    border: 1.2px solid rgba(0, 23, 38, .1);
    padding: 55px 50px 50px;
    border-radius: 20px
}

[data-tm-layout=dark] .pricing-card-items,
[data-tm-layout=dark] .team-block .share-icon {
    background-color: var(--dark-color1)
}

.pricing-card-items .pricing-shape {
    position: absolute;
    top: 40px;
    right: 5px;
    z-index: -1
}

.pricing-card-items .plan-text {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    background-color: #1a4137;
    color: var(--theme-color-white);
    padding: 10px 20px;
    line-height: 1;
    border-radius: 7px;
    margin-bottom: 10px
}

[data-tm-layout=dark] .pricing-card-items .plan-text {
    color: var(--headings-color);
    background-color: rgb(var(--theme-color-white-rgb), .1)
}

.pricing-card-items .pricing-list {
    margin-top: 35px;
    border-bottom: 1px solid rgba(0, 23, 38, .1);
    padding-bottom: 45px
}

.pricing-card-items .pricing-list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--headings-color);
    position: relative;
    padding-left: 20px
}

.pricing-card-items .pricing-list li::before {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    border-radius: 5px;
    background-color: var(--theme-color1)
}

.pricing-card-items .pricing-list li:not(:last-child) {
    margin-bottom: 25px
}

.pricing-card-items .pricing-list li:nth-of-type(4),
.pricing-card-items .pricing-list li:nth-of-type(5) {
    color: #d9dcdf
}

.pricing-card-items .pricing-list li:nth-of-type(4)::before,
.pricing-card-items .pricing-list li:nth-of-type(5)::before {
    opacity: .3
}

.pricing-card-items p {
    color: #4b5563
}

.pricing-card-items .pricing-price {
    padding-top: 30px
}

.pricing-card-items .pricing-price h2 {
    font-size: 48px;
    font-weight: 700
}

.pricing-card-items .pricing-price h2 sub {
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--text-font);
    font-size: 16px;
    margin-left: -5px
}

.pricing-card-items .pricing-price span {
    font-weight: 500;
    font-family: var(--titlt-font)
}

.pricing-card-items .theme-btn {
    position: relative;
    margin-top: 30px
}

.pricing-card-items .theme-btn.btn-style-one {
    padding: 26px 100px 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-radius: 100px;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    color: var(--headings-color)
}

@media (max-width:1399.98px) {
    .pricing-box-items .pricing-list {
        margin: 0 40px
    }

    .pricing-section-2 {
        padding-left: 30px;
        padding-right: 30px
    }

    .pricing-card-items {
        padding: 35px
    }

    .pricing-card-items .theme-btn.btn-style-one {
        padding: 26px 90px 26px 44px
    }

    .team-wrapper .team-bg-shape {
        margin-left: 0;
        left: 0;
        right: 0
    }
}

@media (max-width:991.98px) {
    .why-choose-us-wrapper-2 {
        padding-bottom: 80px
    }

    .choose-us-image-items-4 .choose-image {
        max-width: initial
    }

    .why-choose-section-3 .bg-image {
        position: relative;
        width: 100%
    }

    .why-choose-section-3 .outer-box {
        width: 100%;
        left: 0
    }

    .ks-choose-2-content {
        margin-bottom: 50px
    }

    .pricing-section .info-bottom .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .pricing-content-2 {
        margin-bottom: 30px
    }

    .pricing-section-2 {
        margin: 0 20px;
        padding-left: 18px;
        padding-right: 18px
    }

    .pricing-card-items .theme-btn.btn-style-one {
        padding: 26px 80px 26px 38px
    }
}

.pricing-card-items .theme-btn.btn-style-one::before {
    background: -webkit-gradient(linear, left top, right top, from(#beec6b), to(#169c92));
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%)
}

.pricing-card-items .theme-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px
}

.pricing-main-items .popular {
    border-radius: 20px 20px 0 0;
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%);
    padding: 10px 10px 30px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--theme-color-white);
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin-bottom: -30px
}

.pricing-main-items .pricing-card-items {
    margin-top: 0;
    position: relative;
    z-index: 9
}

.pricing-main-items .theme-btn.btn-style-one {
    background: -webkit-gradient(linear, left top, right top, from(#beec6b), to(#169c92));
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%);
    color: var(--theme-color-white)
}

.pricing-main-items .theme-btn.btn-style-one::before,
.team-box-items .team-image .team-content .share-icon:hover,
.team-box-items .team-image .team-content .social-links a:hover {
    background: var(--headings-color)
}

[data-tm-layout=dark] .news-box-items .news-content .comments-list,
[data-tm-layout=dark] .pricing-main-items .theme-btn.btn-style-one::before {
    background: rgb(var(--theme-color-white-rgb), .1)
}

.pricing-section-2 .pricing-two__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 50px;
    gap: 25px
}

@media (max-width:1199.98px) {
    .pricing-section-2 .pricing-two__tab {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .pricing-section-three .shape-9 {
        top: -100px;
        left: -100px
    }
}

.pricing-section-2 .save-text {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: var(--headings-color)
}

.pricing-section-2 .save-text img {
    position: absolute;
    bottom: -30px;
    left: -3%
}

.pricing-section-2 .nav .nav-tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pricing-section-2 .nav .nav-link {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    padding: 7px 56px;
    position: relative;
    background: 0 0;
    font-family: var(--title-font);
    z-index: 2;
    color: var(--text-color);
    margin-bottom: 0
}

.pricing-section-2 .nav .nav-link::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%);
    width: 75px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid var(--theme-color1)
}

.pricing-section-2 .nav .nav-link::after {
    position: absolute;
    content: "";
    right: -33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--theme-color-white);
    z-index: 1
}

.pricing-section-2 .nav .nav-link:first-child {
    padding-left: 0
}

.pricing-section-2 .nav .nav-link.active::after {
    right: 8px
}

.categories-section-two,
.featured-products,
.pricing-section-three {
    position: relative;
    padding: 120px 0 90px
}

.pricing-block-three .inner-box {
    position: relative;
    margin-right: 10px;
    border-radius: 25px
}

.pricing-block-three .inner-box:hover .content::before {
    left: 0;
    right: 0;
    top: -1px;
    opacity: 1
}

.pricing-block-three .inner-box:hover .content .bg-layer {
    background: var(--theme-color2);
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index: -1
}

.pricing-block-three .inner-box:hover .content .text {
    color: rgba(255, 255, 255, .5);
    border-color: rgb(var(--theme-color-black-rgb), .1)
}

[data-tm-layout=dark] .pricing-block-three .inner-box .text,
[data-tm-layout=dark] .pricing-block-three .inner-box:hover .content .text {
    color: rgba(204, 204, 204, .8);
    border-color: rgb(var(--theme-color-white-rgb), .1)
}

.pricing-block-three .inner-box:hover .list-style-three li .icon path {
    fill: var(--theme-color-light)
}

.pricing-block-three .inner-box:hover .btn-box .btn-style-two {
    background: rgba(255, 255, 255, .15)
}

.pricing-block-three .inner-box:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    right: -11px;
    bottom: -11px;
    z-index: -4;
    background: #f2f3f5;
    clip-path: polygon(93.888% 99.92%, 6.112% 99.92%, 6.112% 99.92%, 5.141% 99.869%, 4.219% 99.72%, 3.36% 99.482%, 2.575% 99.164%, 1.877% 98.772%, 1.278% 98.315%, 0.791% 97.801%, 0.428% 97.239%, 0.201% 96.636%, 0.122% 96%, 0.122% 27.921%, 0.122% 27.921%, 0.145% 27.577%, 0.214% 27.238%, 0.327% 26.906%, 0.482% 26.582%, 0.68% 26.27%, 0.917% 25.969%, 1.194% 25.683%, 1.509% 25.413%, 1.861% 25.16%, 2.248% 24.926%, 45.533% 1.005%, 45.533% 1.005%, 45.865% 0.834%, 46.214% 0.679%, 46.577% 0.542%, 46.953% 0.421%, 47.34% 0.318%, 47.737% 0.234%, 48.143% 0.167%, 48.556% 0.119%, 48.975% 0.09%, 49.398% 0.08%, 93.888% 0.08%, 93.888% 0.08%, 94.859% 0.131%, 95.781% 0.28%, 96.64% 0.518%, 97.425% 0.836%, 98.123% 1.228%, 98.722% 1.685%, 99.209% 2.199%, 99.572% 2.761%, 99.799% 3.364%, 99.878% 4%, 99.878% 96%, 99.876% 96.101%, 99.876% 96.101%, 99.776% 96.723%, 99.534% 97.312%, 99.162% 97.86%, 98.67% 98.36%, 98.072% 98.805%, 97.379% 99.186%, 96.602% 99.495%, 95.753% 99.726%, 94.844% 99.87%, 93.888% 99.92%);
    -webkit-transition: .3s;
    transition: .3s
}

.pricing-block-three .inner-box .pricing-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 110px;
    height: 110px;
    font-size: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color-light);
    border-radius: 50%;
    background: var(--gradient-1);
    z-index: 5;
    -webkit-transition: .3s;
    transition: .3s
}

.pricing-block-three .inner-box .content {
    position: relative;
    z-index: 3;
    padding: 50px 50px 30px;
    border-radius: 25px;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-block-three .inner-box .content::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-color: var(--theme-color-white);
    clip-path: polygon(93.888% 99.92%, 6.112% 99.92%, 6.112% 99.92%, 5.141% 99.869%, 4.219% 99.72%, 3.36% 99.482%, 2.575% 99.164%, 1.877% 98.772%, 1.278% 98.315%, 0.791% 97.801%, 0.428% 97.239%, 0.201% 96.636%, 0.122% 96%, 0.122% 27.921%, 0.122% 27.921%, 0.145% 27.577%, 0.214% 27.238%, 0.327% 26.906%, 0.482% 26.582%, 0.68% 26.27%, 0.917% 25.969%, 1.194% 25.683%, 1.509% 25.413%, 1.861% 25.16%, 2.248% 24.926%, 45.533% 1.005%, 45.533% 1.005%, 45.865% 0.834%, 46.214% 0.679%, 46.577% 0.542%, 46.953% 0.421%, 47.34% 0.318%, 47.737% 0.234%, 48.143% 0.167%, 48.556% 0.119%, 48.975% 0.09%, 49.398% 0.08%, 93.888% 0.08%, 93.888% 0.08%, 94.859% 0.131%, 95.781% 0.28%, 96.64% 0.518%, 97.425% 0.836%, 98.123% 1.228%, 98.722% 1.685%, 99.209% 2.199%, 99.572% 2.761%, 99.799% 3.364%, 99.878% 4%, 99.878% 96%, 99.876% 96.101%, 99.876% 96.101%, 99.776% 96.723%, 99.534% 97.312%, 99.162% 97.86%, 98.67% 98.36%, 98.072% 98.805%, 97.379% 99.186%, 96.602% 99.495%, 95.753% 99.726%, 94.844% 99.87%, 93.888% 99.92%);
    -webkit-transition: .3s;
    transition: .3s
}

.pricing-block-three .inner-box .content .bg-layer,
.pricing-block-three .inner-box .content:before {
    border-radius: 25px;
    position: absolute;
    z-index: -3;
    clip-path: polygon(93.888% 99.92%, 6.112% 99.92%, 6.112% 99.92%, 5.141% 99.869%, 4.219% 99.72%, 3.36% 99.482%, 2.575% 99.164%, 1.877% 98.772%, 1.278% 98.315%, 0.791% 97.801%, 0.428% 97.239%, 0.201% 96.636%, 0.122% 96%, 0.122% 27.921%, 0.122% 27.921%, 0.145% 27.577%, 0.214% 27.238%, 0.327% 26.906%, 0.482% 26.582%, 0.68% 26.27%, 0.917% 25.969%, 1.194% 25.683%, 1.509% 25.413%, 1.861% 25.16%, 2.248% 24.926%, 45.533% 1.005%, 45.533% 1.005%, 45.865% 0.834%, 46.214% 0.679%, 46.577% 0.542%, 46.953% 0.421%, 47.34% 0.318%, 47.737% 0.234%, 48.143% 0.167%, 48.556% 0.119%, 48.975% 0.09%, 49.398% 0.08%, 93.888% 0.08%, 93.888% 0.08%, 94.859% 0.131%, 95.781% 0.28%, 96.64% 0.518%, 97.425% 0.836%, 98.123% 1.228%, 98.722% 1.685%, 99.209% 2.199%, 99.572% 2.761%, 99.799% 3.364%, 99.878% 4%, 99.878% 96%, 99.876% 96.101%, 99.876% 96.101%, 99.776% 96.723%, 99.534% 97.312%, 99.162% 97.86%, 98.67% 98.36%, 98.072% 98.805%, 97.379% 99.186%, 96.602% 99.495%, 95.753% 99.726%, 94.844% 99.87%, 93.888% 99.92%);
    content: ""
}

.pricing-block-three .inner-box .content:before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #e6e0fa;
    -webkit-transition: .5s;
    transition: .5s
}

.pricing-block-three .inner-box .content .bg-layer {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-block-three .inner-box .list-style-three li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    color: var(--headings-color);
    font-family: var(--title-font);
    -webkit-transition: .3s;
    transition: .3s
}

.pricing-block-three .inner-box .pricing-box {
    position: relative;
    margin-left: 40%;
    margin-bottom: 35px
}

.pricing-block-three .inner-box .pricing-box .price {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    color: var(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    font-size: clamp(32px, 3.38vw, 65px);
    line-height: 1.2
}

.team-box-items .team-image .team-content .social-links,
.team-box-items-4 .socials ul {
    gap: 5px;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.pricing-block-three .inner-box .pricing-box .price sub {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    top: 0
}

.pricing-block-three .inner-box .pricing-box .price sup {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    top: 0
}

.pricing-block-three .inner-box .pricing-box .time {
    position: absolute;
    left: calc(50% + 50px);
    top: 35px
}

.pricing-block-three .inner-box .pricing-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--headings-color)
}

.pricing-block-three .inner-box .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: var(--text-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e8eaf1
}

.pricing-block-three .inner-box .btn-box .btn-style-two {
    max-width: 100%;
    width: 100%;
    padding: 20px 50px
}

.team-box-items .team-image .team-content .share-icon,
.team-box-items .team-image .team-content .social-links a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: var(--gradient-1);
    color: var(--theme-color-white)
}

.team-wrapper .team-slider {
    padding-bottom: 20px
}

.team-wrapper .team-bg-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    max-width: 1300px
}

.team-wrapper .team-bg-shape img {
    height: 100%;
    width: 100%
}

.team-box-items .team-image {
    position: relative;
    overflow: hidden
}

.team-box-items .team-image img {
    height: 100%;
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.team-box-items .team-image .arrow-shape {
    position: absolute;
    left: 14px;
    bottom: -20px
}

.team-box-items .team-image .team-content {
    padding: 14px 20px;
    background-color: var(--theme-color-white);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px
}

.team-box-items .team-image .team-content h4 a:hover {
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#144443), to(#144443));
    background-image: linear-gradient(180deg, #144443 0, #144443 100%)
}

.team-box-items .team-image .team-content .share-icon {
    position: absolute;
    right: 20px;
    bottom: 19px;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 3;
    cursor: pointer
}

.team-box-items .team-image .team-content .social-links {
    position: absolute;
    right: 20px;
    bottom: 75px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: 0 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.team-box-items .team-image .team-content .social-links a {
    position: relative;
    display: block;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

.team-box-items .team-content:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.team-box-items-4 {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 20px;
    background-color: var(--theme-color-white)
}

.contact-section,
.team-details-form .theme-btn.theme-btn-2::before,
[data-tm-layout=dark] .team-box-items-4 {
    background-color: #144443
}

.team-box-items-4 .team-image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.team-block-five .inner-box .team-image img,
.team-block-six .inner-box .team-image img,
.team-box-items-4 .team-image img {
    -webkit-transition: .5s;
    transition: .5s;
    background-size: cover;
    width: 100%
}

.team-box-items-4 .team-image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-135deg, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0) 65%, var(--theme-color1) 100%);
    content: "";
    z-index: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden
}

.team-box-items-4 .content-box {
    padding: 20px 30px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .0509803922);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .0509803922);
    border-radius: 0 0 20px 20px
}

.team-box-items-4 .socials,
.team-box-items-4 .socials ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%
}

.team-box-items-4 .content-box .sub-title {
    font-weight: 600;
    color: var(--headings-color);
    font-size: 14px;
    line-height: 28px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 0
}

.team-box-items-4 .socials {
    background-color: var(--headings-color);
    color: var(--theme-color-white);
    position: absolute;
    right: 20px;
    bottom: 83px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s
}

[data-tm-layout=dark] .team-box-items-4 .socials {
    color: #fff;
    background-color: var(--dark-color1)
}

.team-box-items-4 .socials ul {
    width: 40px;
    position: absolute;
    bottom: 45px;
    right: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.team-box-items-4 .socials ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .7s;
    transition: .7s
}

.team-box-items-4 .socials ul li:nth-child(3) {
    -webkit-transition: .4s;
    transition: .4s
}

.team-box-items-4 .socials ul li a {
    background-color: var(--theme-color-white);
    color: var(--theme-color4);
    display: inline-block
}

.team-box-items-4:hover {
    background-color: #163839
}

.team-box-items-4:hover .team-image {
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.team-box-items-4:hover .team-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-box-items-4:hover .socials {
    background-color: var(--theme-color1);
    color: var(--theme-color4)
}

.team-box-items-4:hover .socials .fa-plus {
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.team-box-items-4:hover .socials ul {
    visibility: visible
}

.team-box-items-4:hover .socials ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.team-block .inner-box {
    position: relative;
    margin-bottom: 26px;
    border-radius: 30px 0 30px 30px;
    overflow: hidden
}

.team-block .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-image: url(../images/home-4/team/bg-shape.png);
    border-radius: 30px
}

[data-tm-layout=dark] .team-block .inner-box::before {
    background-image: url(../images/home-4/team/bg-shape-dark.png)
}

.team-block .inner-box .image-box::before,
.team-block .social-links a::before,
.team-block-six .content-box .social-links ul li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397))
}

.team-block .inner-box:hover .image-box::before {
    opacity: 1;
    visibility: visible;
    top: calc(100% - 152px)
}

.team-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-block .inner-box:hover .share-icon .icon {
    background-color: var(--headings-color);
    color: var(--theme-color-white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    height: auto
}

.team-block .inner-box .image-box {
    position: relative;
    padding-top: 12px
}

.team-block .inner-box .image-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 623.54px;
    height: 623.74px;
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%);
    -webkit-filter: blur(75px);
    filter: blur(75px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.team-block .inner-box .image-box .image {
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.team-block .inner-box .image-box .image img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

.team-block .share-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding-left: 18px;
    background-color: var(--theme-color6);
    border-radius: 0 0 0 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.team-block .share-icon::after,
.team-block .share-icon::before {
    content: "";
    position: absolute;
    width: 20px;
    background-color: transparent;
    z-index: -1;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.team-block .share-icon .icon,
.team-block .social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.team-block .share-icon::before {
    top: 0;
    right: 100%;
    height: 40px;
    -webkit-box-shadow: 0 20px 0 0 var(--theme-color6);
    box-shadow: 0 20px 0 0 var(--theme-color6);
    border-radius: 0 0 30px
}

[data-tm-layout=dark] .team-block .share-icon::after,
[data-tm-layout=dark] .team-block .share-icon::before {
    -webkit-box-shadow: 0 20px 0 0 var(--dark-color1);
    box-shadow: 0 20px 0 0 var(--dark-color1)
}

.team-block .share-icon::after {
    right: 0;
    bottom: -40px;
    height: 40px;
    -webkit-box-shadow: 0 17px 0 0 var(--theme-color6);
    box-shadow: 0 17px 0 0 var(--theme-color6);
    border-radius: 0 0 30px
}

.team-block .share-icon .icon {
    z-index: 3;
    font-size: 18px;
    border-radius: 50%;
    color: var(--headings-color);
    background-color: var(--theme-color-white);
    border-top: 1px solid var(--theme-color-white);
    -webkit-transition: .3s;
    transition: .3s
}

.team-block .social-links {
    position: relative;
    top: 0;
    right: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin-top: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s
}

.team-block .social-links a {
    position: relative;
    font-size: 16px;
    border-radius: 50%;
    background-color: var(--headings-color);
    color: var(--theme-color-white);
    margin-bottom: 10px;
    display: block;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.team-block .social-links a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s
}

.team-block .content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2
}

.team-block .content-box .name {
    margin-bottom: 0;
    color: var(--theme-color-white);
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 26px;
    font-weight: 600;
    font-family: var(--title-font)
}

.team-block-five .content-box .name,
.team-block-six .content-box .name {
    margin-bottom: 8px;
    font-family: var(--title-font);
    text-transform: capitalize
}

.team-block .content-box .designation {
    font-size: 14px;
    color: var(--theme-color-white);
    -webkit-transition: .3s;
    transition: .3s
}

.team-section-five {
    padding: 120px 50px 0
}

.team-section-five.have-after::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    content: "";
    z-index: -1;
    background-color: var(--theme-color2)
}

.team-block-five .inner-box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: var(--theme-color-white);
    overflow: hidden
}

.team-block-five .inner-box .team-image {
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.team-block-five .content-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 25px 30px;
    z-index: 2;
    text-align: center;
    border-radius: 10px;
    background: var(--theme-color-white);
    -webkit-transition: .5s;
    transition: .5s
}

.team-block-five .content-box .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: var(--headings-color)
}

.team-block-five .content-box .name a,
.team-block-six .content-box .name a {
    -webkit-transition: none;
    transition: none
}

.team-block-five .content-box .designation {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--theme-color-gray2)
}

.team-block-five .content-box .social-links {
    margin-top: 10px;
    display: none
}

.team-block-five .content-box .social-links ul,
.team-block-six .content-box .social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.team-block-five .content-box .social-links ul li a {
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: var(--headings-color);
    background-color: var(--theme-color-white);
    display: block;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.team-block-five .content-box .social-links ul li a:hover {
    color: linear-gradient(90deg, #00a9a5 0%, #039397 100%)
}

.team-block-six .inner-box {
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgb(var(--theme-color-black-rgb), .1)
}

.team-block-six .inner-box:hover .content-box .social-links {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.team-block-six .inner-box .team-image {
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

.team-block-six .content-box {
    position: relative;
    padding: 20px 20px 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.team-block-six .content-box .name {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    vertical-align: middle;
    color: var(--headings-color)
}

.team-block-six .content-box .designation {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--theme-color-gray2)
}

.team-block-six .content-box .social-links {
    position: absolute;
    right: 15px;
    bottom: 30px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.team-block-six .content-box .social-links ul li a {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    color: var(--headings-color);
    background: var(--theme-color-white);
    -webkit-box-shadow: 0 1px 4px rgba(12, 12, 13, .1);
    box-shadow: 0 1px 4px rgba(12, 12, 13, .1);
    display: block;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.team-block-six .content-box .social-links ul li a:hover {
    color: var(--theme-color-white);
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%)
}

.contact-content-1 .form-box {
    background-color: #fff;
    padding: 65px 42px;
    border-radius: 20px;
    margin-top: 70px;
    max-width: 590px
}

.contact-content-1 .form-box .form-clt input,
.contact-content-1 .form-box .form-clt textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 20px;
    outline: 0;
    background-color: #fff;
    color: var(--text-color);
    text-transform: capitalize
}

[data-tm-layout=dark] .contact-content-1 .form-box .form-clt input,
[data-tm-layout=dark] .contact-content-1 .form-box .form-clt textarea {
    color: rgba(204, 204, 204, .8);
    background-color: transparent;
    border-color: rgba(255, 255, 255, .1)
}

.contact-content-1 .form-box .form-clt textarea {
    padding-bottom: 40px
}

.contact-content-1 .form-box .form-clt .btn-style-one {
    background: var(--gradient-1);
    color: #fff;
    padding: 24px 42px
}

.contact-image-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9
}

@media (max-width:1399.98px) {
    .team-wrapper-4 {
        padding: 0 40px
    }

    .team-block-six .content-box .social-links {
        bottom: 15px
    }

    .contact-image-1 {
        max-width: 600px
    }

    .contact-image-1 img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .contact-section-3 .contact-image {
        display: none
    }
}

@media (max-width:1199.98px) {
    .pricing-block-three .inner-box .pricing-box {
        margin-left: 35%;
        margin-bottom: 60px
    }

    .team-wrapper {
        margin-left: 0
    }

    .team-wrapper-4 {
        padding: 0 30px
    }

    .team-block-six .content-box .social-links ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-image-1 {
        max-width: 500px
    }
}

.contact-image-1 .contact-info-box {
    border-radius: 20px;
    position: absolute;
    bottom: 130px;
    left: -36%;
    padding: 55px 70px;
    background-color: #093736;
    overflow: hidden
}

.contact-image-1 .contact-info-box h2 {
    font-size: 36px;
    color: #fff;
    max-width: 322px;
    margin-bottom: 30px
}

.contact-image-1 .contact-info-box .contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px
}

.contact-image-1 .contact-info-box .contact-list li:not(:last-child) {
    margin-bottom: 24px
}

.contact-image-1 .contact-info-box .contact-list li .icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    text-align: center
}

.contact-image-1 .contact-info-box .contact-list li .icon img {
    width: initial;
    height: initial
}

.contact-image-1 .contact-info-box .contact-list li .content h3 {
    font-size: 24px;
    color: #fff;
    font-family: var(--body-font);
    font-weight: 600;
    line-height: 1
}

.contact-image-1 .contact-info-box .contact-list li .content p,
.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px
}

.contact-image-1 .contact-info-box .ellipse-bg {
    width: 232px;
    height: 249.521px;
    position: absolute;
    bottom: -30%;
    right: -60px;
    background: rgba(200, 241, 105, .5);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1
}

.contact-section {
    position: relative;
    z-index: 9
}

.contact-section .shape-image {
    position: absolute;
    top: 27%;
    left: -40%;
    -webkit-animation: 5s linear infinite rounded;
    animation: 5s linear infinite rounded
}

.contact-section .contact-shape {
    position: absolute;
    left: 0;
    bottom: 130px;
    z-index: -1
}

.contact-content-style-3 .contact-text {
    margin-top: 25px;
    max-width: 405px
}

.contact-content-style-3 .contact-list {
    margin-top: 50px
}

.contact-content-style-3 .contact-list li .icon {
    max-width: 70px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-color-white)
}

.contact-content-style-3 .contact-list li .content span {
    display: inline-block;
    margin-bottom: 5px
}

.contact-content-style-3 .contact-list li .content h3 {
    font-size: 27px;
    font-weight: 600;
    font-family: var(--body-font)
}

.contact-box-style-3 {
    text-align: center;
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0 7px 24px rgba(0, 0, 0, .06);
    box-shadow: 0 7px 24px rgba(0, 0, 0, .06);
    border-radius: 5px;
    padding: 40px 45px
}

.contact-box-style-3 h3 {
    font-size: 27px;
    font-weight: 700
}

.contact-box-style-3 form .input input {
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    width: 100%
}

[data-tm-layout=dark] .contact-box-style-3 form .input input,
[data-tm-layout=dark] .contact-box-style-3 form textarea {
    background: 0 0;
    color: rgba(204, 204, 204, .8);
    border-color: rgb(var(--theme-color-white-rgb), .1)
}

.contact-box-style-3 form .input input:focus,
.contact-box-style-3 form textarea:focus {
    border: 1px solid var(--theme-color1)
}

.contact-box-style-3 form .input .icon {
    position: absolute;
    top: 18px;
    right: 20px
}

[data-tm-layout=dark] .contact-box-style-3 form .nice-select {
    background: var(--dark-color2);
    color: rgba(204, 204, 204, .8);
    z-index: 99;
    border-color: rgb(var(--theme-color-white-rgb), .1)
}

.contact-box-style-3 form textarea {
    font-weight: 500;
    height: 125px;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    width: 100%
}

.contact-section-3 .contact-image {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: -1
}

.nice-select {
    width: 100%;
    border-radius: 5px;
    height: 61px;
    line-height: 61px;
    border: 1px solid #e4e4e4;
    padding-top: 0
}

.nice-select::before {
    font-family: "Font Awesome 6 pro";
    content: "\f107";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 15px;
    color: #696969;
    -webkit-transition: .3s;
    transition: .3s
}

.nice-select.open::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nice-select:focus {
    border: 1px solid #e4e4e4
}

.nice-select .current {
    font-size: 16px;
    color: var(--text-color)
}

.contact-two-area {
    position: relative;
    z-index: 1;
    background-color: var(--theme-color2)
}

.contact-four__form,
.contact-two__form {
    background-color: var(--theme-color-white)
}

.contact-two__form {
    max-width: 590px;
    width: 100%;
    padding: 40px;
    border-radius: 20px
}

[data-tm-layout=dark] .contact-two__form,
[data-tm-layout=dark] .news-box-items {
    background-color: var(--dark-color2)
}

.contact-two__form form .form-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 20px;
    color: var(--theme-color2)
}

[data-tm-layout=dark] .contact-two__form form .form-title {
    color: #fff
}

.contact-two__form form .input,
.footer-widget-wrapper.style-2 .footer-content .contact-list-2 li:not(:last-child),
.sidebar-service-list li {
    margin-bottom: 20px
}

.contact-two__form form .input input {
    width: 100%;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #949494;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(var(--theme-color-black-rgb), .2)
}

[data-tm-layout=dark] .contact-two__form form .input input {
    color: rgba(204, 204, 204, .8);
    background-color: transparent;
    border-color: 1px solid rgba(var(--theme-color-white-rgb), .2)
}

.comment-one .comment-one__title,
.contact-two__form form .textarea,
.product-details .bx-wrapper,
.product-details.rd-page .bx-wrapper,
.products-box .sec-title,
.related-product h3,
.shop-sidebar .sidebar-search {
    margin-bottom: 30px
}

.contact-two__form form .textarea textarea {
    width: 100%;
    border: none;
    padding-bottom: 20px;
    resize: none;
    color: #949494;
    border-bottom: 1px solid rgba(var(--theme-color-black-rgb), .2)
}

.feature-growth-box-items:hover .content h3,
.help-contact a:hover,
.page-breadcrumb li a:hover,
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before,
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before,
[data-tm-layout=dark] .contact-four__brand-text,
[data-tm-layout=dark] .contact-four__image .content .title,
[data-tm-layout=dark] .contact-two__form form .btn-style-two,
[data-tm-layout=dark] .footer-text,
[data-tm-layout=dark] .footer-widget-wrapper .footer-widget-items .user-links li a,
[data-tm-layout=dark] .footer-widget-wrapper .footer-widget-items .user-links li:hover a,
[data-tm-layout=dark] .footer-widget-wrapper.style-2 .footer-content .contact-list-2 li a,
[data-tm-layout=dark] .footer-widget-wrapper.style-2 .user-links li a,
[data-tm-layout=dark] .footer-widget-wrapper.style-2 .user-links li:hover a {
    color: #fff
}

[data-tm-layout=dark] .contact-two__form form .textarea textarea {
    color: rgba(204, 204, 204, .8);
    background-color: transparent;
    border-color: 1px solid rgba(var(--theme-color-white-rgb), .2)
}

.contact-two__form form .btn-style-two {
    width: 100%;
    padding: 22px 50px
}

.contact-two_shape {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -1
}

.contact-two__map {
    position: absolute;
    top: 150px;
    right: 0;
    max-width: 950px;
    width: 100%;
    height: 720px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right
}

@media (max-width:1699.98px) {
    .contact-image-1 .contact-info-box {
        left: 0;
        bottom: 0
    }

    .contact-section .shape-image {
        display: none
    }

    .contact-two__map {
        max-width: 700px
    }
}

.contact-two__map .location {
    position: absolute;
    top: 28%;
    right: 33%
}

.contact-two__map .location img {
    width: unset
}

.contact-four-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--theme-color2-rgb), .95)
}

.contact-four-area .sec-title .text {
    margin-top: 0
}

.contact-four__wrp {
    max-width: 1550px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.contact-four__wrp .contact-form {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px)
}

.contact-four__wrp .contact-form .contact-four__form {
    background-color: var(--theme-color-white);
    -webkit-box-shadow: -10px 0 35px 0 rgba(var(--theme-color-black-rgb), .08);
    box-shadow: -10px 0 35px 0 rgba(var(--theme-color-black-rgb), .08)
}

.contact-four__form {
    padding: 80px
}

.contact-four__form .section-header {
    max-width: 380px
}

.contact-four__form form input,
.contact-four__form form textarea {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid rgba(var(--theme-color-black-rgb), .1);
    margin-bottom: 20px;
    background-color: transparent
}

[data-tm-layout=dark] .contact-four__form form input,
[data-tm-layout=dark] .contact-four__form form textarea,
[data-tm-layout=dark] .news-box-items .news-content h3 {
    border-color: rgb(var(--theme-color-white-rgb), .1)
}

.contact-four__form form textarea {
    height: 150px;
    resize: none
}

.contact-four__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%
}

.contact-four__image::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(21.63%, rgba(0, 0, 0, .65)), color-stop(62.77%, rgba(0, 0, 0, 0)));
    background: linear-gradient(360deg, rgba(0, 0, 0, .65) 21.63%, rgba(0, 0, 0, 0) 62.77%);
    content: ""
}

.contact-four__rectangle .item-three.animated,
.contact-four__rectangle .item-two.animated {
    height: 80px
}

.contact-four__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-four__image .content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px
}

.contact-four__image .content .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--theme-color-white)
}

.contact-four__image .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    gap: 10px
}

.contact-four__image .info span {
    font-size: 12px;
    line-height: 28px;
    font-weight: 400
}

.contact-four__image .info .logo,
.team-details-shape-1 img {
    width: auto
}

.contact-four__brand .marqueeSwiper-five__slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.contact-four__brand-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--theme-color-white);
    text-align: center;
    margin-bottom: 0
}

.contact-four__brand-text .hover-link-light {
    margin-left: 10px;
    color: var(--theme-color1)
}

.contact-four__rectangle {
    position: absolute;
    z-index: -1;
    width: 160px;
    height: 160px;
    bottom: 80px;
    right: 0
}

.contact-four__rectangle .item-one {
    height: 80px;
    background-color: var(--theme-color-white);
    width: 0;
    -webkit-transition: .3s ease-in-out .2s;
    transition: .3s ease-in-out .2s;
    position: absolute;
    bottom: 80px;
    right: 0
}

.contact-four__rectangle .item-one.animated {
    width: 80px
}

.contact-four__rectangle .item-two {
    width: 80px;
    height: 0;
    background-color: rgba(255, 255, 255, .3019607843);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition: .3s ease-in-out .5s;
    transition: .3s ease-in-out .5s;
    position: absolute;
    top: 80px;
    left: 0
}

.contact-four__rectangle .item-three {
    width: 80px;
    height: 0;
    background-color: var(--theme-color-white);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition: .3s ease-in-out .8s;
    transition: .3s ease-in-out .8s;
    position: absolute;
    top: 160px;
    left: 80px
}

.news-box-items {
    margin-top: 30px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, .1);
    padding: 30px
}

.growth-section,
.growth-section-two {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.news-box-items .news-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    border-radius: 10px
}

.news-box-items .news-image img {
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px
}

.news-box-items .news-image .post-box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    background: #144443;
    text-align: center;
    padding-top: 13px
}

.news-box-items .news-image .post-box .date {
    font-size: 24px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--theme-color1);
    line-height: 1
}

.news-box-items .news-image .post-box .month {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    font-family: var(--body-font);
    line-height: 1
}

.news-box-items .news-content .comments-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: #f5f5f5;
    padding: 12px 17px;
    line-height: 1;
    gap: 24px;
    margin-bottom: 20px
}

.news-box-items .news-content .comments-list svg {
    margin-right: 5px
}

.news-box-items .news-content h3 {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 18px
}

.news-box-items .news-content .link-btn {
    color: #144443;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding-top: 15px
}

.news-box-items .news-content .link-btn .icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: linear-gradient(99deg, #00a9a5 0, #039397 93.92%);
    border-radius: 26px;
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.clients-section.alternate,
.clients-section.border-top {
    border-top: 1px solid #e6e8ed
}

.clients-section.border-bottom {
    border-bottom: 1px solid #e6e8ed
}

.clients-section.border-top-bottom {
    border-top: 1px solid #e6e8ed;
    border-bottom: 1px solid #e6e8ed
}

.clients-section.style-two {
    background-color: #fff;
    border-top: 1px solid rgba(171, 159, 159, .3)
}

.clients-carousel {
    position: relative;
    padding: 100px 0
}

.clients-carousel .slide-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.clients-carousel .slide-item a {
    position: relative;
    display: block;
    padding: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.clients-carousel .slide-item a:hover {
    background-color: #f4f5f8
}

.clients-carousel .slide-item a:hover img {
    opacity: 1;
    -webkit-filter: none;
    filter: none
}

.clients-carousel .slide-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: .4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s;
    transition: .3s
}

.clients-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    background-color: #fff;
    max-width: 110px;
    right: 0;
    margin: -13px auto 0
}

.clients-carousel .owl-nav .owl-next,
.clients-carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    width: 26px;
    background-color: var(--bg-theme-color3);
    color: #7c858c;
    font-size: 14px;
    margin: 0 3px;
    -webkit-transition: .3s;
    transition: .3s
}

.clients-carousel .owl-nav .owl-next:hover,
.clients-carousel .owl-nav .owl-prev:hover {
    background-color: var(--bg-theme-color2);
    color: #fff
}

.growth-section {
    position: relative;
    z-index: 1;
    background-position: center;
    border-radius: 25px;
    margin: 0 30px
}

.growth-section .sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.growth-section::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0, rgba(4, 44, 42, .98) 99.98%, rgba(4, 44, 42, .98) 99.99%);
    content: "";
    z-index: -1
}

.growth-section .sec-title {
    border-bottom: 1px solid rgba(230, 230, 230, .212);
    padding-bottom: 50px;
    margin-bottom: 30px
}

.growth-block .pie-graph {
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 122px
}

.growth-block .pie-graph .inner-text {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: -webkit-gradient(linear, left top, right top, from(#00a9a5), to(#039397));
    background: linear-gradient(90deg, #00a9a5 0, #039397 100%);
    font-weight: 700;
    font-size: 20px;
    color: var(--theme-color-white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    font-family: var(--title-font)
}

.growth-block .content-box .title {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--theme-color-white);
    margin-bottom: 10px
}

.growth-block .content-box .text {
    font-size: 16px;
    line-height: 28.8px;
    color: #d1d5db;
    margin-bottom: 0
}

.growth-section-two {
    position: relative;
    z-index: 1;
    background-position: bottom;
    height: 710px
}

.growth-section-two .bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.growth-section-two .outer-box {
    max-width: 1250px;
    margin: 0 auto
}

.growth-section-two .growth-block .pie-graph .inner-text {
    background-color: var(--theme-color2);
    color: var(--theme-color-white)
}

.growth-section-two .growth-block .content-box .text {
    color: var(--text-font)
}

.feature-growth-box-items {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    padding: 0 25px 34px;
    text-align: center
}

.feature-growth-box-items::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color-white);
    border-radius: 15px;
    z-index: -1;
    top: 50px;
    height: initial
}

.feature-growth-box-items::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--headings-color);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    z-index: -1;
    top: 50px;
    height: initial;
    border-radius: 15px
}

[data-tm-layout=dark] .feature-growth-box-items::after {
    opacity: .5;
    background-color: var(--dark-color1)
}

.feature-growth-box-items .icon {
    width: 103px;
    height: 103px;
    line-height: 103px;
    text-align: center;
    background: linear-gradient(99deg, #00a9a5 0, #039397 93.92%);
    border-radius: 50%;
    margin: 0 auto
}

.feature-growth-box-items .content h3 {
    margin-bottom: 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.feature-growth-box-items.style-top {
    margin-top: 60px
}

.feature-growth-box-items:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.feature-growth-box-items:hover .content p {
    color: #f5f5f5
}

.product-details .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px
}

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px
}

.product-details .bxslider .thumb-box li:last-child,
.product-discription .comment-box .review-box .rating li:last-child,
.product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0 !important
}

.featured-products .filters .filter-tabs,
.product-details .bxslider .thumb-box li a {
    position: relative;
    display: inline-block
}

.product-details .bxslider .thumb-box li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0
}

.product-details .product-info .product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--theme-color2);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0
}

.product-details .product-info .product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e4e8
}

.product-details .product-info .product-details__reveiw i {
    font-size: 16px;
    color: #ffc737
}

.product-details .product-info .product-details__reveiw i+i {
    margin-left: 4px
}

.product-details .product-info .product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--theme-color2);
    margin-left: 18px
}

.product-details .product-info .product-details__quantity-title {
    margin: 0 20px 0 0;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block
}

.product-details .product-info .product-details__buttons-1 .btn-title {
    color: var(--headings-color);
    text-transform: capitalize;
    font-weight: 500
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px
}

.contact-details-block:hover,
.product-details .product-info .product-details__buttons-2 .thm-btn,
table.cart-total .coupon-form .apply-button:hover,
table.tbl-shopping-cart .coupon-form .apply-button:hover {
    background-color: var(--theme-color2)
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after,
.product-details .product-info .product-details__buttons-2 .thm-btn:before {
    background-color: var(--theme-color1)
}

.product-details .product-info .product-details__social .social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px
}

.product-details .product-info .product-details__social .social-icon-one li {
    position: relative;
    margin-left: 20px
}

.product-details .product-info .product-details__social .social-icon-one li:first-child {
    margin-left: 0
}

.product-details .product-info .product-details__social .social-icon-one li a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: var(--theme-color-dark);
    -webkit-transition: .3s;
    transition: .3s
}

.category-block h4 a:hover,
.category-block-two .inner-box:hover h4 a,
.product-block h4 a:hover,
.product-details .product-info .product-details__social .social-icon-one li a:hover,
.service-sidebar .service-sidebar-single-contact-box .phone a:hover,
.service-sidebar .service-sidebar-single-services ul li a:hover i,
.service-sidebar .service-sidebar-single-services ul li.current a i,
.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color1)
}

.product-details .product-info .product-details__social .title {
    position: relative;
    display: block
}

.product-details .product-info .product-details__social .title h3 {
    color: #222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700
}

.product-details__quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    position: relative
}

.product-details__quantity .quantity-box {
    border-radius: 10px;
    height: 60px;
    position: relative;
    width: 98px
}

.product-details__quantity .quantity-box input {
    border: 1px solid #e0e4e8;
    border-radius: 10px;
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    outline: 0;
    padding-left: 30px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    width: 98px
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover,
.product-details__quantity .quantity-box button,
.product-discription .tab-btn-box .tab-btns li.active-btn {
    background-color: var(--theme-color2);
    color: #fff
}

.product-details__quantity .quantity-box button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-left: 1px solid #e0e4e8;
    border-top-right-radius: 10px;
    font-size: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 29px
}

.product-discription,
.product-discription .product-description__list,
.product-discription .product-description__list ul,
.product-discription .tab-btn-box,
.project-details__content,
.project-details__details-list,
.project-details__details-list li,
.project-details__img,
.shop-sidebar {
    display: block;
    position: relative
}

.product-details__quantity .quantity-box button:hover {
    background-color: var(--theme-color1);
    color: var(--headings-color)
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    top: auto
}

.product-discription .product-description__title {
    font-size: 30px;
    margin-bottom: 27px
}

.product-discription .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0
}

.product-discription .product-description__list {
    margin-top: 30px;
    margin-bottom: 30px
}

.product-discription .product-description__list ul li {
    display: block;
    margin-bottom: 2px;
    position: relative
}

.payment-method .accordion-box .block:last-child,
.product-discription .comment-box .column:last-child .form-group,
.product-discription .product-description__list ul li:last-child,
.product-discription .tab-btn-box .tab-btns li:last-child,
.product-discription .tabs-content .text p:last-child,
.service-sidebar .service-sidebar-single-services ul li:last-child,
.shop-sidebar .category-widget .category-list li:last-child,
.shop-sidebar .sidebar-widget:last-child {
    margin-bottom: 0
}

.product-discription .product-description__list ul li p {
    color: var(--headings-color);
    font-weight: 600;
    margin: 0
}

.product-discription .product-description__list ul li p span:before {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    position: relative;
    top: 2px
}

.product-discription .tabs-content .text p {
    margin-bottom: 17px
}

.product-discription .tab-btn-box {
    width: 100%;
    margin-bottom: 60px
}

.product-discription .tab-btn-box:before {
    position: absolute;
    content: "";
    background-color: #e1e8e4;
    width: 100%;
    height: 1px;
    left: 0;
    top: 28px
}

.product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2434;
    text-align: center;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #e1e8e4;
    cursor: pointer;
    margin: 0 8.5px 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #f4f5f4;
    padding: 34px 30px 34px 125px
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009
}

.product-discription .single-comment-box .inner-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px
}

.product-discription .single-comment-box .inner-box h5 span {
    font-weight: 400;
    text-transform: capitalize
}

.product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px
}

.product-discription .comment-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 51px 60px 60px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.product-discription .comment-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px
}

.product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707582;
    margin-bottom: 8px
}

.product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-top: 8px
}

.product-discription .comment-box .review-box p {
    position: relative;
    float: left;
    margin-right: 10px
}

.product-discription .comment-box .custom-controls-stacked,
.product-discription .comment-box .review-box .rating {
    position: relative;
    float: left
}

.product-discription .comment-box .review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    color: #fdc009
}

.categories-section {
    position: relative;
    padding: 100px 0 70px
}

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1
}

.categories-section:after,
.category-block .inner-box:before {
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    content: "";
    left: 0;
    position: absolute
}

.categories-section:after {
    bottom: -50px;
    height: 70px;
    z-index: 2;
    background-image: url(../images/icons/pattern-3.png)
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    transition: .3s
}

.category-block .inner-box:before {
    top: 0;
    height: 190px
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2)
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.png)
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.png)
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.png)
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.png)
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px
}

.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9
}

.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px
}

.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: ""
}

.category-block-two .inner-box:hover .image:before,
.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

.category-block-two .inner-box:hover .image img,
.product-block .inner-box:hover .image img {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.category-block-two .content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: ""
}

.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .1em;
    content: attr(data-text)
}

.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px
}

.category-block-two .image:before {
    position: absolute;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
    content: "";
    opacity: .3;
    left: -100%;
    pointer-events: none;
    z-index: 1
}

.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px
}

.category-block-two h4 a,
.product-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: .3s;
    transition: .3s
}

.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: .3s;
    transition: .3s
}

.background-image,
.page-title,
.products-section .bg-image {
    background-position: center;
    background-size: cover
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.category-block-two.child-two .content:before,
.category-block-two.child-two .inner-box:before,
.category-block-two.child-two .link {
    background: #f0e2e3
}

.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2
}

.category-block-two.child-two .content:after {
    color: #f0e2e3
}

.category-block-two.child-three .content:before,
.category-block-two.child-three .inner-box:before,
.category-block-two.child-three .link {
    background: #f1ede1
}

.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579
}

.category-block-two.child-three .content:after {
    color: #f1ede1
}

.products-section {
    position: relative;
    padding: 120px 0
}

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: .7;
    content: ""
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.png);
    background-position: center bottom;
    content: ""
}

.products-section .sec-title h2 {
    font-size: 60px
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.png) top left no-repeat;
    content: ""
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0
}

.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#164333), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, #164333 0, rgba(229, 229, 229, 0) 100%);
    content: ""
}

.banner-box-two .inner-box,
.products-carousel .owl-dot.active {
    background: var(--theme-color3)
}

.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px
}

.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400
}

.banner-box-two h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 30px
}

.product-block h4,
.product-block-two h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #fff;
    padding: 20px 20px 20px 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: .3s;
    transition: .3s
}

.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-color1)
}

.product-block-two .image {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    overflow: hidden;
    height: 110px;
    width: 110px;
    border: 1px solid #e4e1d6;
    margin-bottom: 0
}

.product-block .image img,
.product-block-two .image img {
    width: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.product-block-two .inner-box:hover .image img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.product-block-two h4 {
    display: block;
    color: var(--theme-color3)
}

.product-block-two .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color1);
    font-weight: 600
}

.product-block .price del,
.product-block-two .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: red;
    line-height: 27px;
    opacity: .3
}

.product-block-two .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #ffc737
}

.products-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8
}

.products-carousel .owl-dot {
    position: relative;
    height: 7px;
    width: 7px;
    background: #879d91;
    margin-right: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.featured-products .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/icons/pattern-7.png) left bottom/700px no-repeat
}

.featured-products .filters {
    margin-bottom: 40px;
    text-align: center
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 5px 12px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.product-block .inner-box {
    position: relative;
    border: 1px solid var(--theme-color2);
    border-radius: 10px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.product-block .inner-box:hover {
    border: 1px solid var(--theme-color1);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.product-block .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0
}

.product-block .image:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
    content: "";
    opacity: .3;
    left: -100%;
    pointer-events: none;
    z-index: 1
}

.product-block .content {
    position: relative;
    padding: 30px
}

.product-block h4 {
    display: block;
    color: var(--theme-color2)
}

.product-block h4 a {
    color: var(--theme-color2);
    -webkit-transition: .3s;
    transition: .3s
}

.product-block .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-gray-silver);
    font-weight: 600
}

.product-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffc737
}

.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    background: #fd5f5c;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase
}

.product-block .icon-box {
    position: absolute;
    right: 20px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.product-block .inner-box:hover .icon-box {
    top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.product-block .ui-btn {
    background-color: var(--theme-color2);
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 9;
    -webkit-transition: .3s;
    transition: .3s
}

.product-block .ui-btn:hover,
.range-slider input[type=submit]:hover,
.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color)
}

.nav-links>div>a,
.shop-sidebar .sidebar-widget,
.sidebar-service-list {
    background-color: var(--theme-color-gray)
}

.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    font-family: Jost, sans-serif;
    margin-bottom: 5px
}

table.cart-total .product-thumbnail,
table.tbl-shopping-cart .product-thumbnail {
    min-width: 64px
}

table.cart-total img,
table.tbl-shopping-cart img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none
}

table.cart-total td,
table.cart-total th,
table.tbl-shopping-cart td,
table.tbl-shopping-cart th {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px
}

table.cart-total .product-name .variation,
table.tbl-shopping-cart .product-name .variation {
    font-size: .9rem;
    list-style: none
}

table.cart-total .product-remove a,
table.tbl-shopping-cart .product-remove a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #757575;
    color: #fff;
    text-align: center
}

table.cart-total .coupon-form .apply-button,
table.tbl-shopping-cart .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th,
table.tbl-shopping-cart>thead>tr>th {
    color: #444
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px
}

.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    font-size: 28px;
    color: #1e2434
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--theme-color2-text-color)
}

.payment-method .payment-method h3 {
    margin-bottom: 32px
}

.checkout-faq-box .accordion-box .block .acc-btn {
    position: relative;
    color: var(--headings-color);
    font-family: var(--title-font);
    font-weight: var(--h4-font-weight);
    font-size: 20px;
    cursor: pointer;
    padding: 20px 70px 20px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid rgba(4, 18, 31, .08)
}

.checkout-faq-box .accordion-box .block .acc-btn .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 35px;
    line-height: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s
}

.checkout-faq-box .accordion-box .block .acc-content {
    display: none;
    position: relative
}

.checkout-faq-box .accordion-box .block .acc-content .content {
    padding: 25px 30px;
    position: relative
}

.checkout-faq-box .accordion-box .block .acc-content .content .text {
    display: block;
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #6b7280;
    margin-bottom: 0
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    background-color: var(--theme-color-gray);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #646578;
    height: 52px;
    padding: 10px 60px 10px 20px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    background-color: var(--theme-color2);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 42px
}

.shop-sidebar .sidebar-widget {
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 35px 30px 37px;
    position: relative
}

.shop-sidebar .sidebar-widget .widget-title {
    display: block;
    margin-bottom: 16px;
    position: relative
}

.shop-sidebar .category-widget .category-list li {
    display: block;
    margin-bottom: 14px;
    position: relative
}

.shop-sidebar .category-widget .category-list li a {
    color: #646578;
    display: inline-block;
    font-weight: 400;
    padding-left: 20px;
    position: relative
}

.shop-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color2)
}

.shop-sidebar .price-filters .widget-title {
    margin-bottom: 28px
}

.shop-sidebar .post-widget {
    padding-bottom: 9px
}

.shop-sidebar .post-widget .post {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 23px;
    min-height: 108px;
    padding-left: 90px;
    padding-bottom: 24px;
    position: relative
}

.shop-sidebar .post-widget .post:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.shop-sidebar .post-widget .post .post-thumb {
    border: 1px solid #d0d4dd;
    border-radius: 5px;
    height: 70px;
    left: 0;
    position: absolute;
    top: 7px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 70px
}

.shop-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px
}

.shop-sidebar .post-widget .post a {
    color: #646578;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    position: relative
}

.shop-sidebar .post-widget .post .price {
    color: #0a267a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    position: relative
}

.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1)
}

.range-slider .title {
    display: inline-block;
    line-height: 26px;
    margin-right: 4px;
    position: relative
}

.range-slider .title:before {
    color: #646578;
    content: "$";
    font-size: 18px;
    left: -5px;
    position: absolute;
    top: -19px
}

.range-slider p {
    color: #646578;
    display: inline-block;
    margin-right: 10px !important;
    position: relative
}

.range-slider .input {
    color: #646578;
    display: inline-block;
    font-size: 18px;
    margin-top: 5px;
    max-width: 75px;
    position: relative
}

.range-slider .input input {
    background: 0 0;
    color: #646578;
    font-size: 15px;
    text-align: left
}

.range-slider .ui-widget.ui-widget-content {
    background-color: #d0d4dd;
    border-radius: 2px;
    border: none;
    height: 4px;
    margin-bottom: 14px
}

.range-slider .ui-slider .ui-slider-range {
    background-color: var(--theme-color2);
    top: 0;
    height: 4px
}

.range-slider .ui-state-default {
    background-color: var(--theme-color2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    margin-left: 0;
    position: absolute;
    top: -5px;
    width: 14px
}

.range-slider .ui-state-default:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 6px
}

.range-slider .ui-widget-content .ui-state-default {
    background-color: var(--theme-color2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    margin-left: 0;
    top: -5px;
    width: 14px
}

.range-slider .ui-widget-content .ui-state-default:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 6px;
    left: 4px;
    top: 4px;
    width: 6px
}

.range-slider input[type=submit] {
    background: var(--theme-color2);
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s
}

.page-title {
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 100px 0 110px;
    position: relative
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0, rgba(4, 44, 42, .98) 99.98%, rgba(4, 44, 42, .98) 99.99%);
    content: "";
    mix-blend-mode: normal
}

.page-title .title {
    font-size: 64px;
    color: #fff;
    margin-top: 15px
}

.page-breadcrumb li,
.page-title .text {
    position: relative;
    font-size: 16px;
    color: #fff
}

.page-title .text {
    line-height: 26px;
    letter-spacing: .05em;
    max-width: 520px
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px
}

.page-breadcrumb li {
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    font-weight: 400;
    text-transform: capitalize
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #fff
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-breadcrumb li a {
    color: var(--theme-color1);
    font-weight: 500;
    text-transform: capitalize;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.page-title.style-two {
    background-position: center center
}

.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8
}

.page-title.style-two .page-breadcrumb li {
    color: #070710;
    font-weight: 600
}

.page-title.style-two .page-breadcrumb li a:hover,
.page-title.style-two .page-breadcrumb li:after {
    color: #070710
}

.page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, .6)
}

.background-image {
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center
}

.error-page__inner .error-page__title-box,
.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1)
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: 0;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto
}

.error-page__inner .theme-btn,
.nr-list,
.project-details-btn .theme-btn,
.room-facility-list {
    position: relative
}

.error-page__inner .theme-btn.btn-style-one,
.project-details-btn .theme-btn.btn-style-one {
    padding: 26px 100px 26px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#beec6b), to(#169c92));
    background: linear-gradient(90deg, #00a9a5 0, #f28c1e 100%);
    color: var(--theme-color-white)
}

.error-page__inner .theme-btn.btn-style-one:hover,
.project-details-btn .theme-btn.btn-style-one:hover,
.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color)
}

.error-page__inner .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px
}

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.02em
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px;
    border-radius: 10px;
    background: 0 0;
    -webkit-transition: .3s linear 0.1s;
    transition: .3s linear 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before,
.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    -webkit-transition: .3s linear 0.1s;
    transition: .3s linear 0.1s
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: .3s linear 0.1s;
    transition: .3s linear 0.1s;
    background: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    border-radius: 10px
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0 44px;
    z-index: 1
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, .93);
    border-radius: 10px;
    content: "";
    z-index: -1
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    background: var(--theme-color2)
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: .5s;
    transition: .5s
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #fff;
    font-size: 36px
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #fff;
    font-size: 14px;
    line-height: 22px
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 500
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08)
}

.services-details__content .video-btn,
.sidebar-service-list .form-control {
    background-color: var(--theme-color-white)
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px;
    background-size: cover;
    background-repeat: no-repeat
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 500
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: .6s;
    transition: .6s
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: .6s;
    transition: .6s
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color)
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--theme-color2-text-color)
}

.services-details__content .video-btn {
    border-radius: 50%;
    color: var(--headings-color);
    display: inline-block;
    font-size: 20px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 38%;
    width: 100px
}

.nav-links .next .thumb,
.sidebar__post .sidebar__title {
    margin-left: 20px
}

.services-details__content .video-btn:after,
.services-details__content .video-btn:before {
    border: 1px solid rgba(255, 255, 255, .8)
}

.sidebar-service-list {
    padding: 45px 40px 30px;
    margin: 0
}

.sidebar-service-list .title {
    color: #0a1222;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    margin-bottom: 30px
}

.help-icon:hover,
.project-details__pagination li a:hover {
    color: var(--theme-color1)
}

.sidebar-service-list .title:before {
    background-color: #c6d936;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    -webkit-transform: matrix(1, .01, -.01, 1, 0, 0);
    transform: matrix(1, .01, -.01, 1, 0, 0);
    width: 100px
}

.sidebar-service-list li a {
    color: #0a1222;
    display: block;
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar-service-list li a:hover i {
    color: var(--theme-color2);
    -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.5);
    transform: translateY(-50%) rotate(-45deg) scale(1.5)
}

.sidebar-service-list li a i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    color: #191825;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    width: 45px
}

.sidebar-service-list .address li {
    color: #0a1222;
    font-family: var(--text-font);
    font-weight: 500;
    line-height: 44px
}

.service-details-help {
    position: relative;
    display: block;
    padding: 57px 55px 50px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--theme-color1);
    border-radius: 15px;
    overflow: hidden
}

.help-shape-1 {
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.help-shape-2 {
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg)
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s
}

.help-icon:hover {
    background-color: var(--theme-color-dark)
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700
}

.project-details__client,
.project-details__name {
    font-size: 16px;
    line-height: 24px
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: .7
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s
}

.nr-list .title {
    font-style: normal;
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 28px
}

.nr-list .title span {
    color: transparent;
    font-size: 34px;
    margin-right: 25px;
    -webkit-text-stroke: 1px rgba(10, 18, 34, 0.3);
    -webkit-transition: .5s;
    transition: .5s
}

.nr-list .title:hover span {
    color: #d9d9d9
}

.outcome-list li {
    color: #6b7280;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
    margin-right: 10px
}

.outcome-list li i {
    color: var(--theme-color2);
    font-size: 22px
}

.project-details__img img {
    border-radius: 10px;
    width: 100%
}

.project-details__content-left {
    display: block;
    margin-top: 31px;
    position: relative
}

.project-details__content-right {
    display: block;
    margin-top: 40px;
    position: relative
}

.project-details__details-box {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 43px 50px 50px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:767px) {

    .contact-box-style-3 form .theme-btn.btn-style-one,
    .error-page__inner .theme-btn.btn-style-one,
    .growth-section .theme-btn.btn-style-one,
    .pricing-card-items .theme-btn.btn-style-one,
    .project-details-btn .theme-btn.btn-style-one {
        height: 60px;
        padding-right: 80px
    }

    .contact-box-style-3 form .theme-btn.btn-style-one .icon,
    .error-page__inner .theme-btn.btn-style-one .icon,
    .growth-section .theme-btn.btn-style-one .icon,
    .pricing-card-items .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        top: 8px
    }

    .contact-box-style-3 form .theme-btn.btn-style-one .icon svg,
    .growth-section .theme-btn.btn-style-one .icon svg,
    .pricing-card-items .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px
    }

    .product-details .product-info .product-details__buttons {
        display: block
    }

    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px
    }

    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0
    }

    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 0
    }

    .product-details__img {
        margin-bottom: 50px
    }

    .product-details__title span {
        margin-left: 0;
        display: block
    }

    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px
    }

    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px
    }

    .error-page__inner .theme-btn.btn-style-one .icon svg,
    .project-details-btn .theme-btn.btn-style-one .icon svg {
        width: 15px;
        height: 15px
    }

    .project-details-btn .theme-btn.btn-style-one .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 30px;
        top: 20px
    }

    .blog-details__bottom {
        gap: 30px
    }
}

@media (max-width:575.98px) {
    .service-block-two .inner-box .title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .service-block-two .inner-box .title-box .number {
        margin-right: 0;
        margin-bottom: 20px
    }

    .service-block-two .inner-box .title-box .title {
        margin-bottom: 20px
    }

    .service-block-two .inner-box .title-box .icon-box {
        margin-right: auto
    }

    .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
        width: 80px;
        height: 60px;
        font-size: 30px;
        line-height: 66px
    }

    .contact-box-style-3 form .theme-btn.btn-style-one,
    .error-page__inner .theme-btn.btn-style-one,
    .faq-content-style-3 .theme-btn.btn-style-one,
    .growth-section .theme-btn.btn-style-one,
    .pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one,
    .pricing-card-items .theme-btn.btn-style-one {
        padding: 26px 88px 26px 42px;
        height: 57px
    }

    .faq-left-items-2 .info-box {
        margin: 30px 0 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .counter-block-one,
    .testimonial-block-five .inner-box .thumb {
        max-width: 100%
    }

    .project-wrapper-2 {
        margin-left: 0;
        margin-right: 0
    }

    .testimonial-card-item .content p {
        font-size: 16px
    }

    .testimonial-top-right,
    .testimonial-top-right .client-1,
    .testimonial-top-right .client-2,
    .testimonial-top-right .client-3,
    .testimonial-top-right .client-4 {
        display: none
    }

    .content-box-style-3 .text {
        font-size: 20px
    }

    .testimonial-block-five .inner-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .testimonial-block-five .inner-box .thumb img {
        width: 100%
    }

    .testimonial-block-five .inner-box .content-box {
        padding: 40px 20px;
        border-radius: 0 0 20px 20px
    }

    .why-choose-us-image-1 .icon-box-items {
        padding: 18px 30px;
        max-width: 286px
    }

    .why-choose-us-image-1 .icon-box-items h3 {
        font-size: 20px;
        line-height: 144%
    }

    .why-choose-section-3 .choose-content {
        padding: 80px 15px
    }

    .pricing-box-items .pricing-header {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 25px
    }

    .pricing-box-items .pricing-list {
        margin: 0 30px
    }

    .pricing-box-items .pricing-button {
        padding: 30px
    }

    .pricing-card-item-2 {
        display: block;
        padding: 0 30px 30px
    }

    .pricing-card-item-2 .pricing-left-ber {
        padding: 0;
        border-right: none
    }

    .pricing-card-item-2 .pricing-left-ber .pricing-header {
        margin-top: 60px
    }

    .pricing-card-item-2 .pricing-right-ber {
        padding: 0
    }

    .pricing-card-items {
        padding: 25px
    }

    .pricing-card-items .pricing-price h2 {
        font-size: 38px
    }

    .pricing-section-2 .pricing-two__tab {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .pricing-block-three .inner-box .content {
        padding: 50px 30px 30px
    }

    .contact-four__brand-text .hover-link-light {
        margin-left: 0;
        display: block
    }

    .project-details-btn .theme-btn.btn-style-one {
        height: auto;
        width: 100%;
        overflow-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 1.2rem
    }
}

@media (min-width:576px) and (max-width:767px) {
    .project-details-btn .theme-btn.btn-style-one {
        height: auto;
        width: 100%;
        overflow-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 1.5rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    .project-details-btn .theme-btn.btn-style-one {
        height: auto;
        width: 100%;
        overflow-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 2rem
    }
}

.project-details__social,
.project-details__social a {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.project-details-btn .theme-btn .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 14px;
    top: 4px;
    bottom: 4px
}

.project-details__client {
    color: #838d9e;
    margin: 0
}

.project-details__client a:hover,
[data-tm-layout=dark] .footer-widget-wrapper .footer-widget-items .footer-content .social-icon a {
    color: var(--link-color)
}

.project-details__pagination li a:hover i,
.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color)
}

.project-details__social {
    -ms-flex-align: center;
    align-items: center;
    display: flex
}

.project-details__social a {
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    font-size: 15px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    width: 40px;
    z-index: 1
}

.project-details__social a+a {
    margin-left: 10px
}

.project-details__pagination-box {
    display: block;
    padding: 40px 0;
    position: relative;
    text-align: center
}

.project-details__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.project-details__pagination li a {
    color: #696969;
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transition: .5s;
    transition: .5s
}

.project-details__pagination li a:hover i {
    border: 2px solid var(--theme-color2)
}

.blog-details,
.blog-details__left,
.project-details__pagination li .content,
.sidebar__search {
    position: relative;
    display: block
}

.project-details__pagination li .title,
.project-details__pagination li .title a {
    color: #0a1222;
    font-family: var(--text-font);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -.03em;
    -webkit-transition: .4s;
    transition: .4s
}

.project-details__pagination li.next {
    float: left;
    position: relative
}

.project-details__pagination li.next .content {
    text-align: left;
    font-weight: var(--body-font-weight-bold)
}

.project-details__pagination li.previous {
    position: relative;
    float: right
}

.project-details__pagination li.previous .content {
    text-align: right
}

.room-facility-list .icon {
    border: 1px solid var(--theme-color1);
    border-radius: 50%;
    display: block;
    font-size: 22px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    -webkit-transition: .3s;
    transition: .3s
}

.room-facility-list .list-one:hover .icon {
    background-color: var(--theme-color1);
    color: #fff
}

.room-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px
}

.room-details__details-box {
    background-color: #f5f6f7;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
    padding: 43px 50px 30px;
    position: relative;
    z-index: 1
}

.blog-details__date,
.blog-details__social-list a,
.blog-details__tags a,
.blog-details__tags a:hover {
    background-color: var(--theme-color2)
}

.product-details.rd-page .bx-wrapper .thumb-box li {
    height: auto
}

@media only screen and (max-width:480px) {
    .room-block .inner-box .box-caption .book-btn {
        padding: 0 10px;
        margin-right: 10px
    }

    .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
        margin-right: 10px
    }

    .rooms-section {
        padding: 80px 0
    }
}

.project-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.project-list li {
    color: #0a1222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 19px;
    margin-bottom: 30px
}

.project-list i {
    color: var(--theme-color2);
    margin-right: 10px
}

.project-list-item .icon {
    color: var(--theme-color2);
    font-size: 26px
}

.project-list-item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--headings-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.03em
}

.project-list-item .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color2);
    font-family: var(--text-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
}

.blog-details__date .day,
.blog-details__date .month,
.blog-details__tags a,
.blog-details__tags span {
    font-weight: var(--body-font-weight-bold)
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden
}

.blog-details__date,
.blog-details__meta {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px
}

.blog-details__date {
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21px 24px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.blog-details__date .day {
    color: #fff;
    font-size: 16px;
    line-height: 16px
}

.blog-details__date .month {
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 12px;
    position: relative;
    text-transform: uppercase
}

.blog-details__content {
    display: block;
    margin-top: 22px;
    position: relative
}

.blog-details__meta {
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    position: relative
}

.blog-details__meta li+li {
    margin-left: 18px
}

.blog-details__meta li a {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details__meta li a:hover,
.team-details-form .theme-btn.theme-btn-2:hover {
    color: var(--theme-color1)
}

.blog-details__meta li a i {
    color: var(--theme-color2);
    margin-right: 6px
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-top: 49px;
    border-top: 1px solid #ece9e0
}

.blog-details__bottom p {
    margin: 0
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px
}

.blog-details__tags a {
    border-radius: 35px;
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 14px;
    padding: 8px 30px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none
}

.blog-details__tags a:hover {
    color: var(--theme-color-white)
}

.blog-details__tags a+a {
    margin-left: 6px
}

.blog-details__social-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-details__pagenation,
.blog-details__pagenation-box {
    display: block;
    position: relative
}

.blog-details__social-list a {
    border-radius: 50%;
    color: var(--theme-color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-size: 15px;
    height: 43px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    width: 43px;
    z-index: 1
}

.blog-details__social-list a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-white)
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-color2);
    -webkit-transition: .4s ease-in-out 0.1s;
    transition: .4s ease-in-out 0.1s;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1
}

.blog-details__pagenation li,
.nav-links>div>a {
    border-radius: 10px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: .5s;
    font-size: 20px
}

.blog-details__social-list a+a {
    margin-left: 10px
}

.blog-details__pagenation-box {
    margin-bottom: 53px;
    overflow: hidden
}

.nav-links,
.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    color: #0e2207;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    line-height: 30px;
    transition: .5s;
    max-width: 370px;
    width: 100%;
    padding: 52px 60px
}

.blog-details__pagenation li:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color)
}

.blog-details__pagenation li+li {
    margin-left: 30px
}

.nav-links {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px
}

.nav-links .prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    margin-right: 30px;
    width: calc(50% - 15px)
}

.nav-links .next,
.sidebar__search-form button[type=submit] {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

.nav-links .prev .thumb {
    margin-right: 20px
}

.nav-links .next {
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
    width: calc(50% - 15px)
}

.nav-links>div .thumb {
    display: inline-block;
    height: 60px;
    min-width: 60px;
    overflow: hidden;
    width: 60px
}

.nav-links>div .thumb a {
    display: inline-block
}

.nav-links>div>a {
    color: var(--theme-light-background-text-color);
    display: inline-block;
    line-height: 1.637;
    padding: 52px 50px;
    transition: .5s;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    width: 100%
}

.nav-links>div>a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-light)
}

@media (max-width:991px) {

    section>.container,
    section>.container-fluid {
        padding: 80px 0
    }

    .sidebar {
        margin-top: 50px
    }
}

.sidebar__title {
    font-size: 20px;
    font-weight: var(--h4-font-weight);
    margin: 0 0 5px
}

.footer-section-4,
.footer-widget-wrapper .footer-widget-items .user-links,
.footer-widget-wrapper.style-2 .user-links,
.sidebar__search-form {
    position: relative
}

.sidebar__search-form input[type=search] {
    background-color: var(--theme-color2);
    border: none;
    border-radius: 10px;
    color: var(--theme-color-white);
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 74px;
    outline: 0;
    padding-left: 50px;
    padding-right: 80px;
    width: 100%
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--theme-color-white);
    opacity: 1
}

.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--theme-color-white);
    opacity: 1
}

.sidebar__search-form button[type=submit] {
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    bottom: 0;
    border: none;
    color: #fff;
    font-size: 22px;
    display: flex;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 72px
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--bg-theme-color1);
    background-color: var(--theme-color-gray);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1
}

.sidebar__category,
.sidebar__comments,
.sidebar__tags {
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-gray);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1
}

.sidebar__category-list,
.sidebar__post .sidebar__post-list {
    margin: 0
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #fff;
    border-radius: 10px
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color2);
    font-size: 13px;
    padding-right: 5px
}

.sidebar__category {
    position: relative;
    display: block;
    padding: 45px 30px 38px
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px
}

.sidebar__category-list li+li {
    margin-top: 4px
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    background: 0 0;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px
}

.sidebar__category-list li a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px
}

.sidebar__category-list li.active a {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, .5)
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e
}

.sidebar__tags {
    display: block;
    padding: 46px 45px 50px;
    position: relative
}

.sidebar__tags .sidebar__title {
    margin-bottom: 25px;
    margin-left: 5px
}

.sidebar__tags-list {
    margin-top: -10px
}

.sidebar__tags-list a {
    background: var(--theme-color-white);
    border-radius: 30px;
    color: #0e2207;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    padding: 5px 28px;
    -webkit-transition: .4s;
    transition: .4s
}

.sidebar__comments,
.sidebar__comments-list,
.sidebar__comments-list li,
.team-details {
    display: block;
    position: relative
}

.sidebar__comments-text-box h5,
.sidebar__comments-text-box p {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500
}

.sidebar__tags-list a:hover {
    color: var(--theme-color-white);
    background: var(--theme-color2)
}

.sidebar__comments-list li:hover .sidebar__comments-icon,
.team-details__social a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-dark)
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px
}

.sidebar__comments {
    padding: 46px 50px 43px
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px
}

.sidebar__comments-list li {
    padding-left: 65px
}

.sidebar__comments-list li+li {
    margin-top: 23px
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color2);
    border-radius: 50%;
    font-size: 15px;
    color: var(--theme-color-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.sidebar__comments-text-box p span {
    color: #0e2207
}

.sidebar__comments-text-box h5 {
    color: #757873;
    letter-spacing: 0
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top
}

.footer-newsletter-wrapper,
.footer-top-wrapper,
.footer-widget-wrapper.style-2 {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px
}

@media only screen and (max-width:767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .nav-links .next,
    .nav-links .prev {
        width: 100%
    }

    .nav-links>div>a,
    .sidebar__comments,
    .sidebar__post,
    .sidebar__tags {
        padding: 30px
    }

    .sidebar__search-form input[type=search] {
        padding-left: 30px
    }

    .sidebar__search-form button[type=submit] {
        width: 42px
    }

    .sidebar__post .sidebar__title {
        margin-left: 0
    }

    .sidebar__post .sidebar__post-list li {
        padding: 16px 0
    }

    .sidebar__category {
        padding: 30px 15px
    }

    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0
    }
}

.comment-one .comment-one__content h3 {
    margin: 0 0 24px;
    font-size: 20px;
    color: var(--theme-color-dark)
}

.comment-one .comment-one__content p {
    font-size: 16px
}

.comment-one .comment-one__btn {
    background-color: var(--theme-color2);
    border-radius: 35px;
    color: var(--theme-color-white);
    font-size: 12px;
    padding: 5px 30px;
    position: absolute;
    right: 0;
    top: 0
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0
}

.comment-one .comment-one__image img {
    border-radius: 50%
}

.comment-form .comment-form__title {
    margin-top: -7px
}

.team-details__top {
    padding: 0 0 120px
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: .5;
    z-index: 2
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px
}

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: .35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 70px
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px
}

.team-details__social,
.team-details__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px
}

.team-details__top-title {
    color: var(--theme-color2);
    font-size: 16px
}

.team-details__social {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px
}

.team-details__social a {
    height: 40px;
    width: 40px;
    display: flex;
    background-color: var(--theme-color2);
    border-radius: 50%;
    color: var(--theme-color-light);
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.team-details__social a+a {
    margin-left: 10px
}

.team-details__top-text-1 {
    color: var(--theme-color2);
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 30px
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px
}

.team-details__bottom {
    border-top: 1px solid #e4e5ea;
    display: block;
    padding-top: 110px;
    position: relative
}

.team-details__bottom-left {
    display: block;
    margin-right: 70px;
    position: relative
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px
}

.team-details__bottom-left-text {
    padding-top: 30px
}

.team-details__bottom-right {
    display: block;
    margin-left: 70px;
    margin-top: 1px;
    position: relative
}

@media only screen and (max-width:991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0
    }

    .team-details__bottom-right {
        margin-left: 0
    }
}

.team-details__progress {
    display: block;
    position: relative;
    width: 100%
}

.team-details__progress .bar {
    background-color: #eef0f6;
    border-radius: 7px;
    height: 13px;
    margin-bottom: 22px;
    position: relative;
    width: 100%
}

.team-details__progress .bar-inner {
    background-color: var(--theme-color1);
    border-radius: 7px;
    display: block;
    height: 13px;
    position: relative;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    width: 0
}

.team-details__progress .count-text {
    bottom: 21px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0
}

.team-details__progress-single {
    display: block;
    position: relative
}

.team-details__progress-title {
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 6px
}

.team-contact-form {
    background-color: #eef0f6
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px
}

.team-details-form .theme-btn {
    min-width: 220px
}

.team-details-form .theme-btn.theme-btn-2 {
    background: var(--theme-color1);
    color: #144443
}

.contact-details-block {
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0 15px 10px 0 rgba(188, 194, 198, .1803921569);
    box-shadow: 0 15px 10px 0 rgba(188, 194, 198, .1803921569);
    border-radius: 8px;
    padding: 65px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center
}

.contact-details-block .inner-box {
    max-width: 260px;
    margin: 0 auto
}

.contact-details-block .icon {
    margin-bottom: 20px;
    -webkit-transition: .7s;
    transition: .7s
}

.contact-details-block .title {
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
    text-transform: capitalize
}

.contact-details-block .text {
    margin-bottom: 0;
    color: var(--text-color2);
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 28px;
    font-size: 16px
}

.contact-six__wrp {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 130px 100px;
    margin-right: -20px
}

.contact-six__wrp:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(6, 50, 50, .8)
}

.contact-six__image {
    position: relative;
    z-index: 1;
    height: 100%;
    margin-left: 20px
}

.contact-six__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-six__image .circle-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .2);
    padding-top: 70px
}

.contact-six__image .circle-btn span {
    display: block;
    color: var(--theme-color-white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.contact-six__image .circle-btn span i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .5s;
    transition: .5s
}

.contact-six__image .circle-btn:hover span i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.contact-six__item .section-header {
    max-width: 860px
}

.contact-six__item .section-header .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 600
}

.contact-six__item .section-header .text,
.footer-text,
.footer-text-2 {
    font-size: 16px
}

.contact-six__item .wrp {
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.contact-details .content-column .inner-column .google-map iframe {
    width: 100%;
    height: 350px
}

.contact-details .content-column .inner-column form .type-feild {
    position: relative;
    z-index: 1;
    margin-bottom: 45px
}

.contact-details .content-column .inner-column form .type-feild input {
    padding-bottom: 15px;
    padding-left: 35px;
    width: 100%;
    border-bottom: 1px solid rgba(92, 92, 91, .3)
}

.contact-details .content-column .inner-column form .type-feild textarea {
    padding-bottom: 15px;
    padding-left: 35px;
    width: 100%;
    border-bottom: 1px solid rgba(92, 92, 91, .3);
    height: 130px
}

.contact-details .content-column .inner-column.right-column {
    max-width: 590px;
    margin-left: auto
}

.contact-details .content-column .inner-column.right-column .sec-title {
    margin-bottom: 55px !important
}

.footer-newsletter-wrapper {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-newsletter-wrapper .footer-newsletter-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px
}

.footer-newsletter-wrapper .footer-newsletter-left .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    text-align: center
}

.footer-newsletter-wrapper form {
    max-width: 760px;
    width: 100%
}

.footer-newsletter-wrapper .form-clt {
    position: relative;
    max-width: 525px;
    width: 100%;
    margin: 0 0 0 auto
}

.footer-newsletter-wrapper .form-clt input {
    width: 100%;
    border: none;
    border-radius: 50px;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 27px 20px 27px 40px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--theme-color-white)
}

.footer-newsletter-wrapper .form-clt input::-webkit-input-placeholder {
    color: var(--theme-color-white)
}

.footer-newsletter-wrapper .form-clt input::-moz-placeholder {
    color: var(--theme-color-white)
}

.footer-newsletter-wrapper .form-clt input:-ms-input-placeholder {
    color: var(--theme-color-white)
}

.footer-newsletter-wrapper .form-clt input::-ms-input-placeholder {
    color: var(--theme-color-white)
}

.footer-newsletter-wrapper .form-clt input::placeholder {
    color: var(--theme-color-white)
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input::-webkit-input-placeholder {
    color: var(--headings-color)
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input::-moz-placeholder {
    color: var(--headings-color)
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input:-ms-input-placeholder {
    color: var(--headings-color)
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input::-ms-input-placeholder {
    color: var(--headings-color)
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input::placeholder {
    color: var(--headings-color)
}

.footer-text,
.footer-text-2,
.footer-top-wrapper .social-icon a,
.footer-widget-wrapper .footer-widget-items .user-links li:hover a,
.footer-widget-wrapper.style-2 .footer-content .contact-list-2 li a,
.footer-widget-wrapper.style-2 .user-links li:hover a {
    color: var(--theme-color-white)
}

.footer-newsletter-wrapper .form-clt .arrow-icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: linear-gradient(99deg, #00a9a5 0, #039397 93.92%);
    border: none;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 14px;
    border-radius: 50%
}

.footer-widget-wrapper {
    padding: 30px 0 60px
}

.footer-widget-wrapper .footer-widget-items .footer-content p {
    color: #b4b4b4;
    max-width: 270px;
    text-transform: capitalize
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    text-align: center;
    color: var(--theme-color-white)
}

.footer-widget-wrapper .footer-widget-items .user-links li,
.footer-widget-wrapper.style-2 .user-links li {
    position: relative;
    font-size: 16px;
    font-weight: 400
}

.footer-widget-wrapper .footer-widget-items .user-links li a {
    color: #b8b8b8;
    position: relative
}

.footer-widget-wrapper .footer-widget-items .user-links li a::before,
.footer-widget-wrapper.style-2 .user-links li a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--gradient-1);
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.footer-widget-wrapper .footer-widget-items .contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.footer-widget-wrapper .footer-widget-items .contact-list li:not(:last-child) {
    margin-bottom: 22px
}

.footer-widget-wrapper .footer-widget-items .contact-list li p {
    color: #b8b8b8;
    text-transform: capitalize;
    line-height: 1.5
}

.footer-widget-wrapper .footer-widget-items .contact-list li p a {
    color: #b8b8b8
}

.footer-widget-wrapper.style-2 {
    padding: 20px 0 50px
}

.footer-widget-wrapper.style-2 .footer-content .contact-list-2 li {
    background: rgba(242, 241, 246, .1);
    padding: 10px 30px;
    display: inline-block;
    font-family: var(--title-font);
    font-size: 18px
}

.footer-widget-wrapper.style-2 .user-links-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px
}

.footer-bottom {
    background: #183130;
    padding: 30px 0
}

.footer-bottom p {
    text-align: center;
    color: #bebebe
}

.footer-section-2 {
    margin: 0 30px 30px;
    border-radius: 50px;
    position: relative;
    z-index: 9
}

@media (max-width:1399.98px) {
    .contact-two__map .location {
        right: 10%;
        max-width: 350px
    }

    .footer-section-2,
    .growth-section {
        padding-left: 30px;
        padding-right: 30px
    }

    .growth-section-two {
        height: 600px
    }
}

@media (max-width:767.98px) {
    .ks-choose-2-thumb-wrap .style-2 {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .ks-choose-2-circle .title {
        font-size: 16px;
        line-height: 26px
    }

    .pricing-card-items,
    .pricing-main-items {
        margin-top: 30px
    }

    .pricing-section-2 .pricing-two__tab {
        margin-bottom: 0
    }

    .pricing-section-three .shape-9 {
        display: none
    }

    .team-section-six .btn-style-two {
        margin: 0
    }

    .contact-content-1 .form-box {
        margin-top: 30px;
        padding: 40px 30px
    }

    .contact-image-1 .contact-info-box {
        padding: 30px
    }

    .contact-image-1 .contact-info-box h2 {
        font-size: 24px
    }

    .footer-section-2,
    .growth-section {
        margin: 0 20px;
        padding-left: 18px;
        padding-right: 18px
    }

    .contact-six__image .circle-btn {
        padding-top: 40px
    }

    .contact-six__item .section-header .title {
        font-size: 30px;
        line-height: 40px
    }

    .contact-six__item .wrp {
        gap: 20px
    }
}

.footer-section-2 .bg-color {
    position: absolute;
    right: 0;
    top: -500px;
    bottom: 0;
    z-index: -1
}

.footer-top-wrapper {
    padding: 90px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .pricing-block-three .inner-box .pricing-box .time {
        left: 0
    }

    .contact-image-1 {
        position: static;
        height: 600px;
        max-width: initial
    }

    .contact-section {
        padding-bottom: 0
    }

    .contact-four__rectangle,
    .contact-two__map .location {
        display: none
    }

    .contact-four__form {
        padding: 60px 15px
    }

    .contact-four__image .info {
        margin-top: 20px
    }

    .footer-widget-wrapper.style-2 {
        padding: 50px 0 80px
    }

    .footer-top-wrapper {
        padding-top: 80px
    }
}

@media (max-width:575.98px) {
    .footer-top-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }
}

.footer-top-wrapper .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.footer-top-wrapper .social-icon a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    text-align: center
}

[data-tm-layout=dark] .footer-top-wrapper .social-icon a {
    color: var(--headings-color)
}

.footer-text {
    text-align: left;
    font-weight: 400;
    padding-bottom: 50px;
    padding-top: 24px
}

.footer-text-2 {
    text-align: center;
    font-weight: 400;
    padding: 24px 0
}

.footer-section-1 .circle-shape {
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(48deg, rgba(8, 44, 43, .3) 13.25%, rgba(128, 167, 82, .3) 83.21%);
    width: 592px;
    height: 592px;
    position: absolute;
    top: -20%;
    right: -10%;
    z-index: -1
}

.footer-section-1 .circle-shape-2 {
    display: inline-block;
    border-radius: 50%;
    background: 0 0;
    width: 592px;
    height: 592px;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: -1;
    border: 5px solid #c8f169;
    opacity: .2
}

.footer-section-2 .footer-left-shape {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1
}

.footer-section-2 .footer-right-shape {
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: -1
}

.footer-section-2 .footer-shape {
    position: absolute;
    top: 30px;
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer-section-4 .footer-left-shape {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1
}

@media (max-width:1199.98px) {
    .contact-two__map .location {
        right: 10%;
        max-width: 250px
    }

    .news-box-items .news-content .comments-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 18px
    }

    .news-box-items .news-content h3 {
        font-size: 20px
    }

    .growth-section-two {
        height: auto;
        background-image: none !important;
        background-color: var(--theme-color-gray2)
    }

    .feature-growth-box-items.style-top {
        margin-top: 30px
    }

    .contact-six__wrp {
        padding: 60px 30px
    }

    .footer-newsletter-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-newsletter-wrapper .form-clt .arrow-icon {
        right: 15px
    }

    .footer-widget-wrapper.style-2 .footer-content .contact-list-2 li {
        font-size: 16px;
        padding: 10px 20px
    }

    .footer-widget-wrapper.style-2 .user-links-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }

    .footer-section-1 .circle-shape,
    .footer-section-1 .circle-shape-2,
    .footer-section-2 .footer-left-shape,
    .footer-section-2 .footer-right-shape,
    .footer-section-2 .footer-shape,
    .footer-section-4 .footer-left-shape,
    .footer-section-4 .footer-right-shape {
        display: none
    }
}

.feature-box-3 ul {
    padding-left: 3rem !important
}

.feature-box-3 ul li {
    list-style: circle !important;
    font-size: x-large !important
}

.accordion-body p,
.accordion-item span {
    background-color: transparent !important;
    color: #334155 !important;
    font-size: medium !important
}

.accordion-body ul li {
    list-style: disc !important;
    color: #334155 !important;
    font-size: medium !important
}

.accordion-body ul {
    margin-left: 2rem
}

#wabutton a {
    cursor: pointer;
    height: 62px;
    width: auto;
    padding: 10px;
    position: fixed !important;
    z-index: 999 !important;
    color: #fff;
    bottom: 20px;
    right: unset;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    background-color: #00e785;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, .4);
    border-radius: 100px;
    animation: 2.5s infinite pulse;
    left: 20px
}

.curP,
.pricont {
    cursor: pointer !important
}

#secModal h3,
#termsModal h3 {
    padding-top: 1rem !important
}

.modal-content {
    max-height: 768px;
    overflow: auto
}

@media screen and (max-width:768px) {
    .page-title .title {
        font-size: 35px;
        color: white;
        margin-top: 15px;
        text-shadow: 2px 2px black;
        line-height: 3rem;
    }
}