.alefox-btn,
body {
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-size: 16px
}

.alefox-btn,
.page-wrapper {
    position: relative;
    overflow: hidden
}

.alefox-btn,
.page-wrapper,
body.locked,
body.megamenu-popup-active {
    overflow: hidden
}

.block-title p,
.tns-outer .tns-controls button,
body {
    color: var(--alefox-text, #636363)
}

.topbar-one__language>a img,
.topbar-one__language__dropdown a img {
    height: 26px;
    width: 26px;
    margin-right: 12px;
    border-radius: 50%
}

.main-header--three.sticky-header--cloned .main-menu .main-menu__list>li>a::before,
.main-header--two.sticky-header--cloned .main-menu .main-menu__list>li>a::before {
    bottom: -35px
}

:root {
    --alefox-font: "Rubik", sans-serif;
    --alefox-heading-font: "Inter", serif;
    --alefox-text: #636363;
    --alefox-text-rgb: 99, 99, 99;
    --alefox-text-dark: #b7b7b7;
    --alefox-text-dark-rgb: 183, 183, 183;
    --alefox-text-gray: #89868d;
    --alefox-text-gray-rgb: 137, 134, 141;
    --alefox-base: #44a05b;
    --alefox-base-rgb: 68, 160, 91;
    --alefox-gray: #f6f4ec;
    --alefox-gray-rgb: 246, 244, 236;
    --alefox-gray2: #e1eff0;
    --alefox-gray2-rgb: 225, 239, 240;
    --alefox-white: #fff;
    --alefox-white-rgb: 255, 255, 255;
    --alefox-black: #122f2a;
    --alefox-black-rgb: 18, 47, 42;
    --alefox-black2: #202221;
    --alefox-black2-rgb: 32, 34, 33;
    --alefox-black3: #000;
    --alefox-black3-rgb: 0, 0, 0;
    --alefox-border-color: #dddddd;
    --alefox-border-color-rgb: 221, 221, 221;
    --alefox-letter-space: 0.1em;
    --alefox-letter-space-xl: 0.2em
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.comments-form,
.comments-one,
.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mt-120 {
    margin-top: 120px
}

.mt--60 {
    margin-top: -60px
}

.mt--120 {
    margin-top: -120px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.footer-widget,
.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-120 {
    margin-bottom: 120px
}

.mb--60 {
    margin-bottom: -60px
}

.mb--120 {
    margin-bottom: -120px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.pt-100,
.why-choose-two {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-142 {
    padding-top: 142px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.funfact-one--about,
.pb-120 {
    padding-bottom: 120px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

body {
    line-height: 1.75;
    font-weight: 400
}

a {
    color: var(--alefox-base, #44a05b);
    transition: .4s
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--alefox-heading-font, "Inter", serif);
    color: var(--alefox-black, #122f2a)
}

::placeholder {
    color: inherit;
    opacity: 1
}

.background-base,
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--alefox-base, #44a05b)
}

.background-gray,
.post-pagination a {
    background-color: var(--alefox-gray, #f6f4ec)
}

.background-black {
    background-color: var(--alefox-black, #122f2a)
}

.background-black-2 {
    background-color: var(--alefox-black2, #202221)
}

.alefox-text-dark {
    color: var(--alefox-text-dark, #b7b7b7)
}

.alefox-btn,
.alefox-btn:hover {
    color: var(--alefox-black, #122f2a)
}

.page-wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.container,
.container-fluid,
.mobile-nav__content .demo-one .container {
    padding-left: 15px;
    padding-right: 15px
}

.row {
    --bs-gutter-x: 30px
}

.gutter-y-10 {
    --bs-gutter-y: 10px
}

.gutter-y-15 {
    --bs-gutter-y: 15px
}

.gutter-y-20 {
    --bs-gutter-y: 20px
}

.demo-one .row,
.gutter-y-30 {
    --bs-gutter-y: 30px
}

.gutter-y-60 {
    --bs-gutter-y: 60px
}

.alefox-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: 0 !important;
    background-color: transparent;
    border-radius: 0;
    font-weight: 600;
    padding: 14px 40px;
    transition: .5s;
    text-transform: uppercase;
    text-align: center
}

.alefox-btn__item,
.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span,
.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover,
.video-two__link::before {
    background-color: var(--alefox-base, #44a05b)
}

.scroll-top,
.scroll-top::after {
    -webkit-transition: .2s linear;
    cursor: pointer
}

.alefox-btn__item {
    position: absolute
}

.alefox-btn__item:first-child {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s linear infinite animateTop;
    animation: 2s linear infinite animateTop
}

.alefox-btn__item:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s linear -1s infinite animateRight;
    animation: 2s linear -1s infinite animateRight
}

.alefox-btn__item:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s linear infinite animateBottom;
    animation: 2s linear infinite animateBottom
}

.alefox-btn__item:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s linear -1s infinite animateLeft;
    animation: 2s linear -1s infinite animateLeft
}

.alefox-btn:hover .alefox-btn__item {
    animation-play-state: paused
}

.tabs-box .tabs-content .tab:not(.active-tab) {
    display: none
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px
}

.scroll-top::after,
.ul-list-one li::before {
    color: var(--alefox-base, #44a05b);
    position: absolute;
    left: 0
}

.block-title {
    margin-top: -8px;
    margin-bottom: 50px
}

.block-title__decor {
    width: 21px;
    height: 14px;
    background-image: url(../images/shapes/leaf-1-1.html);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    line-height: 1;
    margin-bottom: -5px;
    position: relative;
    top: -7px
}

.preloader,
.preloader__image {
    background-repeat: no-repeat;
    background-position: center center
}

.preloader,
.scroll-top {
    position: fixed;
    background-color: var(--alefox-black, #122f2a)
}

.block-title p {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 1
}

.block-title h3,
.post-pagination a,
.ul-list-one li {
    color: var(--alefox-black, #122f2a)
}

.block-title h3 {
    margin: 0;
    font-size: 35px
}

.sidebar__posts,
.ul-list-one {
    margin-bottom: 0
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500
}

@media (min-width:481px) {
    .ul-list-one li {
        font-size: 20px
    }
}

.ul-list-one li::before {
    content: "\e907";
    font-size: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-family: azino-icon
}

.preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-size: 60px auto;
    width: 100%;
    height: 100%
}

.scroll-top {
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    padding: 6px;
    visibility: hidden;
    transform: translateY(15px);
    transition: .2s linear
}

.sec-title__tagline__left-leaf,
.sec-title__tagline__right-leaf {
    width: 18px;
    height: 18px;
    animation: 4s linear infinite treeMove2;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 2px;
    overflow: hidden
}

.scroll-top--active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.scroll-top::after {
    content: "\e91d";
    font-family: icon !important;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    transition: .2s linear
}

.sec-title__tagline,
.ui-datepicker .ui-datepicker-header,
.ui-datepicker-calendar td,
.ui-datepicker-calendar th span {
    font-family: var(--alefox-font, "Rubik", sans-serif)
}

.scroll-top__circle path {
    stroke: var(--alefox-base, #44a05b);
    stroke-width: 4;
    fill: none;
    box-sizing: border-box;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.post-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none
}

.post-pagination.text-left,
.product-two__item__price {
    justify-content: flex-start
}

.post-pagination a {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    transition: .5s
}

.sec-title__tagline,
.sec-title__title>span {
    color: var(--alefox-base, #44a05b)
}

.post-pagination a.current,
.post-pagination a:hover,
.video-one .video-popup:hover {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.alefox-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible
}

.alefox-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s
}

.alefox-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    border: none;
    outline: 0;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    opacity: 1;
    align-items: center;
    color: var(--alefox-base, #44a05b);
    border: 1px solid var(--alefox-border-color, #ddd);
    font-size: 20px;
    transition: .5s
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    border-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled,
.form-one .bootstrap-select>.dropdown-toggle::after,
.sec-title.text-end .sec-title__tagline__right-leaf,
.sec-title.text-left .sec-title__tagline__right-leaf {
    display: none
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--alefox-border-color, #ddd);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span::after {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid var(--alefox-base, #44a05b);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span::after,
.alefox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span::after {
    transform: scale(1)
}

.alefox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 50px
}

.sec-title {
    position: relative;
    line-height: 1;
    padding-bottom: 36px
}

.sec-title__tagline {
    margin: 0 0 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em
}

.blog-card-two__date,
.main-menu .main-menu__list li ul li>a,
.main-menu .main-menu__list>li>a {
    font-family: var(--alefox-heading-font, "Inter", serif)
}

.sec-title__tagline__left-leaf {
    display: inline-block;
    margin-right: 10px
}

.sec-title__tagline__right-leaf {
    display: inline-block;
    margin-left: 10px
}

.sec-title__title {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700
}

.ui-datepicker .ui-datepicker-header {
    background-image: none;
    background-color: var(--alefox-black, #122f2a);
    color: var(--alefox-white, #fff)
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar td a {
    background-color: var(--alefox-gray, #f6f4ec);
    background-image: none
}

.ui-datepicker-calendar td {
    color: var(--alefox-text, #636363)
}

.ui-datepicker-calendar td a {
    border-color: var(--alefox-border-color, #ddd)
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
    border-color: var(--alefox-border-color, #ddd);
    background-color: var(--alefox-gray, #f6f4ec);
    background-image: none;
    color: var(--alefox-text, #636363);
    padding: 10px 5px;
    text-align: center;
    line-height: 1em
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-base, #44a05b)
}

.team-form-one .form-one .bootstrap-select>.dropdown-toggle,
.team-form-one .form-one input[type=email],
.team-form-one .form-one input[type=text],
.team-form-one .form-one textarea,
.video-one .alefox-btn__item,
.video-one .video-popup {
    background-color: var(--alefox-white, #fff)
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    background-image: none;
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-black, #122f2a)
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff);
    top: 2px
}

.ui-datepicker .ui-datepicker-prev:hover {
    left: 2px
}

.ui-datepicker .ui-datepicker-next:hover {
    right: 2px
}

.video-one {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    padding: 120px 0
}

.video-two,
.video-two__bg {
    background-color: var(--alefox-black, #122f2a)
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .29
}

.video-one__shape {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    animation: .6s infinite alternate zumpXtwo
}

.video-one .container {
    position: relative;
    text-align: center
}

.video-one .video-popup {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 37px;
    color: var(--alefox-base, #44a05b);
    transition: .5s;
    position: relative;
    z-index: 10
}

.team-card:hover .team-card__designation,
.team-card:hover .team-card__title,
.video-one .alefox-btn,
.video-one__sub-title,
.video-one__title,
.video-two__btn .video-popup,
.video-two__title {
    color: var(--alefox-white, #fff)
}

.video-one .video-popup .ripple,
.video-one .video-popup .ripple:after,
.video-one .video-popup .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), .25);
    animation: 3s infinite ripple;
    border-radius: 50%
}

.video-one .video-popup .ripple:before {
    animation-delay: .9s;
    content: "";
    position: absolute
}

.video-one .video-popup .ripple::after {
    animation-delay: .6s;
    content: "";
    position: absolute
}

.video-one__sub-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    font-style: italic;
    text-transform: uppercase;
    margin: 30px 0 15px
}

.video-one__title {
    margin: 0 0 41px;
    font-size: 32px;
    font-weight: 800;
    line-height: 44px
}

.video-two {
    position: relative;
    padding: 143px 0 320px
}

.video-two__bg,
.video-two__shape {
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat
}

.video-two__bg {
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    opacity: .5
}

.video-two__shape {
    width: 100%;
    height: 100%;
    background-position: left top;
    background-size: auto
}

.blog-card,
.blog-card-list,
.blog-card-two,
.blog-card-two__image,
.team-card,
.team-card__image,
.team-details__content,
.team-details__progress,
.team-one,
.video-two .container,
.video-two__btn {
    position: relative
}

.video-two__btn {
    width: 145px;
    height: 145px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 42px
}

.video-two__btn .video-popup {
    font-size: 24px;
    transition: .5s;
    position: relative;
    z-index: 10
}

.video-two__btn .video-popup:hover {
    color: var(--alefox-base, #44a05b)
}

.video-two__btn .curved-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 145px;
    transform-origin: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 15s linear infinite alternate forwards textRotate
}

.video-two__btn .curved-circle--item {
    width: 145px !important;
    height: 145px !important
}

.video-two__btn .curved-circle--item span {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--alefox-white, #fff);
    letter-spacing: .4em
}

.video-two__title {
    margin: 0 0 40px;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.2em
}

.team-one {
    padding: 120px 0 61px
}

@media (max-width:767px) {
    .post-pagination {
        margin-top: 10px
    }

    .team-one,
    .video-one {
        padding: 80px 0
    }

    .video-one__sub-title {
        font-size: 16px
    }

    .video-two {
        padding: 100px 0 270px
    }

    .video-two .text-end {
        text-align: left !important
    }
}

.contact-info--contact-page,
.package-page,
.team-details,
.team-one--carousel {
    padding: 120px 0
}

.team-card {
    border-radius: 10px;
    background-color: var(--alefox-gray2, #e1eff0);
    padding: 41px 20px 92px;
    margin-bottom: 115px
}

.team-card__content,
.team-card__image {
    margin: 0 auto;
    background-color: var(--alefox-white, #fff)
}

.team-card__image {
    z-index: 2;
    border-radius: 50%;
    width: 278px;
    height: 278px;
    overflow: hidden;
    padding: 12px
}

.team-card__content,
.team-card__content::after,
.team-card__social::after {
    position: absolute;
    border-radius: 10px;
    left: 0
}

.team-card__image::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: var(--alefox-base, #44a05b);
    transition: .5s
}

.team-card__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 50%
}

.team-card:hover .team-card__image::after {
    height: 50%
}

.team-card__content {
    z-index: 3;
    bottom: -54px;
    right: 0;
    width: 100%;
    max-width: 270px;
    text-align: center;
    padding: 25px 20px 22px;
    transition: .5s;
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, .06))
}

.team-card__content::after {
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-black, #122f2a);
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform .5s ease-in-out, visibility .5s ease-in-out;
    transform-origin: bottom center
}

.team-card:hover .team-card__content::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center
}

.team-card:hover .team-card__social {
    transform: scale(1);
    opacity: 1
}

.team-card:hover .team-card__social::after {
    opacity: 1;
    visibility: visible;
    top: -39px
}

.team-card__title {
    margin: 0 0 7px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700
}

.team-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.team-card__title a:hover {
    background-size: 100% 1px;
    color: var(--alefox-base, #44a05b)
}

.team-card__designation {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: .3s
}

.team-card__social {
    position: absolute;
    z-index: 2;
    bottom: -113px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .7s;
    transform: scale(.5);
    opacity: 0
}

.team-card__social a i,
.team-details__image {
    display: inline-block;
    position: relative
}

.team-card__social a,
.team-details__social a {
    width: 40px;
    height: 40px;
    justify-content: center;
    color: var(--alefox-black, #122f2a);
    border-radius: 50%;
    transition: .5s
}

.team-card__social::after {
    content: "";
    top: -80px;
    height: 60px;
    width: 100%;
    background-color: var(--alefox-base, #44a05b);
    z-index: -1;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.team-card__social a {
    font-size: 16px;
    background-color: var(--alefox-white, #fff);
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 2;
    align-items: center;
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, .45))
}

.team-card__social a i {
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.team-card__social a:hover {
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-black, #122f2a)
}

.team-card__social a:hover i {
    animation: .4s forwards iconTranslateX
}

.footer-widget__social a:hover i,
.main-header__call:hover .main-header__call__icon span {
    animation: .4s forwards iconTranslateY
}

.team-details__image img {
    max-width: 100%
}

.team-details__title {
    text-transform: capitalize;
    margin: -5px 0 4px;
    font-weight: 800;
    font-size: 30px;
    line-height: 1
}

.team-details__designation {
    margin: 0 0 20px;
    font-size: 16px
}

.team-details__text {
    margin: 0
}

.team-details__list {
    margin: 31px 0;
    padding: 0;
    list-style: none
}

.team-details__list li {
    position: relative;
    font-size: 16px;
    padding-left: 27px;
    margin-bottom: 3px
}

.team-details__list li>i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--alefox-base, #44a05b)
}

.team-details__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px
}

.team-details__social a {
    display: flex;
    align-items: center;
    background-color: var(--alefox-gray, #f6f4ec);
    font-size: 14px
}

.team-details__social a:hover {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.team-details__progress+.team-details__progress {
    margin-top: 20px
}

.team-details__progress__title {
    text-transform: capitalize;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700
}

.team-details__progress__bar {
    width: 100%;
    height: 9px;
    background-color: var(--alefox-gray, #f6f4ec);
    position: relative;
    border-radius: 20px
}

.team-details__progress__inner {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--alefox-base, #44a05b);
    transition: .7s linear;
    border-radius: 20px;
    width: 0
}

.team-details__progress__number {
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0;
    font-size: 16px;
    font-weight: 400
}

.service-one,
.team-form-one {
    position: relative;
    background-color: var(--alefox-gray, #f6f4ec);
    padding: 120px 0
}

.team-form-one .container {
    position: relative;
    max-width: 800px
}

.team-form-one .form-one textarea {
    height: 188px
}

.blog-card__image,
.contact-one__image,
.demo-one__image,
.main-slider-three {
    position: relative;
    overflow: hidden
}

.blog-card__image img {
    transition: .5s;
    background-size: cover;
    width: 100%
}

.blog-card-two__title a,
.blog-card__title a {
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat
}

.blog-card__image img:first-child {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.blog-card__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover
}

.blog-card__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), .7);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity .5s, transform .5s
}

.blog-card__image__link::after,
.blog-card__image__link::before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: var(--alefox-white, #fff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.blog-card__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0)
}

.blog-card:hover .blog-card__image img:first-child {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0)
}

.blog-card:hover .blog-card__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.blog-card__content {
    background-color: var(--alefox-white, #fff);
    padding: 23px 25px 33px;
    border-radius: 10px;
    text-align: center;
    margin: -25px 10px 0;
    position: relative;
    z-index: 10;
    transition: .5s;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .08)
}

.blog-card:hover .blog-card__content {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1)
}

.blog-card-two__meta,
.blog-card__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 6px
}

.blog-card__meta li {
    color: var(--alefox-text, #636363);
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center
}

.blog-card-list__link,
.blog-card-two__link,
.blog-card__link {
    display: inline-flex;
    justify-content: center;
    text-transform: capitalize
}

.blog-card__meta li i {
    color: var(--alefox-base, #44a05b);
    font-size: 16px;
    margin-right: 9px
}

.blog-card__meta li i.icofont-comment {
    position: relative;
    top: 2px
}

.blog-card__meta li a {
    color: inherit
}

.blog-card-two__meta li i,
.blog-card__meta li a:hover,
.blog-card__title a:hover {
    color: var(--alefox-base, #44a05b)
}

.blog-card__title {
    margin: 0 0 9px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700
}

.blog-card__title a {
    color: inherit;
    transition: .5s
}

.blog-card__title a:hover {
    background-size: 100% 1px
}

.blog-card-list__text,
.blog-card__text {
    margin: 0 0 25px
}

.blog-card-two__content,
.blog-card-two__date {
    margin: 0 auto;
    z-index: 10;
    border-radius: 10px;
    right: 0
}

.blog-card-list__link,
.blog-card__link {
    color: var(--alefox-text, #636363);
    font-size: 16px;
    align-items: center;
    padding: 0 15px 0 9px;
    transition: .3s;
    position: relative
}

.blog-card-two__date,
.blog-card-two__title {
    font-size: 22px;
    color: var(--alefox-white, #fff)
}

.blog-card__link::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background-color: var(--alefox-base, #44a05b);
    width: 38px;
    height: 38px;
    border-radius: 100px;
    transition: .4s cubic-bezier(.175, .885, .32, 1.275)
}

.blog-card__link i {
    font-size: 20px;
    margin-right: 15px;
    color: var(--alefox-white, #fff);
    transition: .3s
}

.blog-card__link:hover {
    color: var(--alefox-white, #fff)
}

.blog-card__link:hover::before {
    width: 100%
}

.blog-one,
.blog-two,
.faq-one {
    padding: 120px 0;
    position: relative
}

.blog-card-two__image::after {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), .4);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: .3s linear
}

.blog-card-list__title a:hover,
.blog-card-two__title a:hover,
.contact-info__item__text a:hover,
.contact-one__info__phone a:hover,
.contact-two__item__text a:hover,
.demo-one__title a:hover,
.footer-widget__info li a:hover,
.footer-widget__links li a:hover,
.funfact-one__list li:hover .funfact-one__list__text,
.main-header__call__text:hover,
.topbar-one__info__item a:hover {
    background-size: 100% 1px
}

.blog-card-list__link::before,
.blog-card-two__link::before {
    border-radius: 100px;
    transition: .4s cubic-bezier(.175, .885, .32, 1.275);
    z-index: -1;
    content: ""
}

.blog-card-two__image img {
    width: 100%;
    height: auto;
    min-height: 393px;
    object-fit: cover
}

.blog-card-two:hover .blog-card-two__image::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s linear
}

.blog-card-two__content {
    background-color: var(--alefox-black2, #202221);
    padding: 37px 20px 30px;
    text-align: center;
    position: absolute;
    left: 0;
    width: calc(100% - 40px);
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transform: rotateY(-90deg) translateY(-20px);
    transition: .5s
}

.blog-card-two__date,
.blog-card-two__link::before {
    background-color: var(--alefox-base, #44a05b);
    left: 0
}

.blog-card-two:hover .blog-card-two__content {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0) translateY(0)
}

.blog-card-two__date {
    width: 70px;
    height: 64px;
    font-weight: 600;
    padding: 10px;
    position: absolute;
    line-height: 1.2;
    top: -40px
}

.blog-card-two__date span {
    line-height: 1.2;
    display: block;
    font-size: 14px
}

.blog-card-two__meta li {
    color: var(--alefox-white, #fff);
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center
}

.blog-card-two__meta li i {
    font-size: 16px;
    margin-right: 9px
}

@media (min-width:768px) and (max-width:1199px) {

    .blog-card-two__meta,
    .blog-card__meta {
        gap: 10px
    }

    .blog-card__meta li i {
        margin-right: 5px
    }

    .blog-card-two__meta li {
        font-size: 13px
    }

    .blog-card-two__meta li i {
        margin-right: 5px;
        font-size: 14px
    }
}

.blog-card-two__meta li i.icofont-comment {
    position: relative;
    top: 2px
}

.blog-card-two__meta li a {
    color: inherit
}

.blog-card-list__meta li a:hover,
.blog-card-list__meta li i,
.blog-card-list__title a:hover,
.blog-card-two__meta li a:hover,
.blog-card-two__title a:hover {
    color: var(--alefox-base, #44a05b)
}

.blog-card-two__title {
    margin: 0 0 9px;
    line-height: 30px;
    font-weight: 700
}

.blog-card-two__title a {
    color: inherit;
    transition: .5s
}

.blog-card-two__link,
.blog-card-two__link i {
    transition: .3s;
    color: var(--alefox-white, #fff)
}

.blog-card-two__text {
    color: var(--alefox-white, #fff);
    margin: 0 0 25px
}

.blog-card-two__link {
    font-size: 16px;
    align-items: center;
    padding: 0 15px 0 9px;
    position: relative
}

.blog-card-two__link::before {
    position: absolute;
    width: 38px;
    height: 38px
}

.blog-card-two__link i {
    font-size: 20px;
    margin-right: 15px
}

.blog-card-list__meta li a,
.blog-card-list__title a {
    transition: .5s;
    color: inherit
}

.blog-card-two__link:hover {
    color: var(--alefox-white, #fff)
}

.blog-card-two__link:hover::before {
    width: 100%
}

.blog-card-two__leaf {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 116px;
    height: 99px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .2
}

.contact-one__shape,
.contact-two__bg,
.main-footer__bg {
    background-position: center center
}

.blog-card-list__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-card-list__image img {
    transition: .5s;
    background-size: cover;
    width: 100%
}

.blog-card-list__title a,
.footer-widget__info li a {
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat
}

.blog-card-list__image img:first-child {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.blog-card-list__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover
}

.blog-card-list__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), .7);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity .5s, transform .5s
}

.blog-card-list__image__link::after,
.blog-card-list__image__link::before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: var(--alefox-white, #fff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.blog-card-list__link::before,
.custom-cursor__cursor-two,
.custom-cursor__hover {
    background-color: var(--alefox-base, #44a05b)
}

.blog-card-list__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.blog-card-list:hover .blog-card-list__image>a {
    opacity: 1;
    transform: translateY(0)
}

.blog-card-list:hover .blog-card-list__image img:first-child {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0)
}

.blog-card-list:hover .blog-card-list__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.blog-card-list__content {
    padding: 0;
    position: relative
}

.blog-card-list__meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px
}

.blog-card-list__meta li {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.blog-card-list__meta li i {
    margin-right: 10px
}

.blog-card-list__meta li.blog-card-list__meta__cats,
.contact-info,
.footer-widget--blog,
.main-footer .container {
    position: relative
}

.blog-card-list__meta li.blog-card-list__meta__cats a {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff);
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 24px 5px
}

.blog-card-list__meta li.blog-card-list__meta__cats a:hover {
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff)
}

.blog-card-list__title {
    font-size: 30px;
    margin-bottom: 22px;
    font-weight: 700
}

.blog-card-list__link i,
.blog-card-list__link:hover,
.footer-widget__newsletter input[type=text]:focus {
    color: var(--alefox-white, #fff)
}

.blog-card-list__link::before {
    position: absolute;
    left: 0;
    width: 38px;
    height: 38px
}

.blog-card-list__link i {
    font-size: 20px;
    margin-right: 15px;
    transition: .3s
}

.blog-card-list__link:hover::before {
    width: 100%
}

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0
}

@media (min-width:576px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr)
    }
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative
}

.form-one__control__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 14px
}

.custom-cursor__cursor,
.custom-cursor__cursor-two {
    position: fixed;
    z-index: 999991;
    pointer-events: none
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center
}

.form-one .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    outline: 0 !important;
    color: var(--alefox-text, #636363)
}

.form-one .bootstrap-select>.dropdown-toggle,
.form-one input[type=email],
.form-one input[type=text],
.form-one textarea {
    display: block;
    width: 100%;
    height: 55px;
    background-color: var(--alefox-gray, #f6f4ec);
    color: var(--alefox-text, #636363);
    font-size: 16px;
    font-weight: 400;
    border: none;
    border: 1px solid var(--alefox-border-color, #ddd);
    filter: drop-shadow(-2.424px 4.373px 14.5px rgba(0, 0, 0, .03));
    outline: 0;
    padding-left: 30px;
    padding-right: 30px
}

.product-two__item:hover,
.product__item:hover .product__item__content {
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, .1))
}

.form-one textarea {
    height: 195px;
    padding-top: 20px
}

.form-one .bootstrap-select>.dropdown-toggle,
.form-one .bootstrap-select>.dropdown-toggle .filter-option {
    display: flex;
    align-items: center
}

.form-one .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 600;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    display: flex;
    align-items: center
}

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--alefox-base, #44a05b);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%)
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: .3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s
}

.contact-info__item:hover .contact-info__item__icon span,
.contact-one__info:hover .contact-one__info__icon span,
.contact-two__item:hover .contact-two__item__icon span {
    transform: scale(.9)
}

.custom-cursor__hover {
    opacity: .4
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4
}

.main-footer {
    position: relative;
    background-color: var(--alefox-black, #122f2a)
}

.main-footer__top {
    padding-top: 70px;
    padding-bottom: 30px
}

.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .05;
    background-size: cover
}

.main-footer__bottom {
    text-align: center
}

.main-footer__bottom__inner {
    padding: 33px 0;
    border-top: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), .1)
}

.main-footer__copyright {
    margin: 0;
    color: var(--alefox-text-dark, #b7b7b7)
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 28px
}

.footer-widget__newsletter {
    position: relative;
    width: 100%;
    max-width: 300px
}

.footer-widget__newsletter input[type=text] {
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    height: 58px;
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-text-dark, #b7b7b7);
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    transition: .5s
}

.footer-widget__newsletter button[type=submit] {
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    outline: 0;
    color: var(--alefox-base, #44a05b);
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .5s
}

.contact-one::after,
.footer-widget__social a:hover {
    background-color: var(--alefox-base, #44a05b)
}

.footer-widget__newsletter button[type=submit]:hover,
.footer-widget__social a:hover,
.footer-widget__title {
    color: var(--alefox-white, #fff)
}

.footer-widget__title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 21px 0 33px
}

.footer-widget__info {
    margin: 2px 0 43px;
    padding: 0;
    max-width: 265px
}

.footer-widget__info li {
    font-size: 16px;
    color: var(--alefox-gray, #f6f4ec);
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 13px
}

.footer-widget__info li a {
    color: inherit;
    transition: .5s
}

.footer-widget__info li a:hover {
    color: var(--alefox-base, #44a05b)
}

.footer-widget__info__icon {
    font-size: 17px;
    color: var(--alefox-base, #44a05b);
    position: absolute;
    left: 0;
    top: 0
}

.blog-details__social,
.footer-widget__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.footer-widget__social a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(var(--alefox-white-rgb, 255, 255, 255), .19);
    font-size: 15px;
    color: var(--alefox-text-dark, #b7b7b7);
    transition: .5s;
    border-radius: 50%
}

.footer-widget__social a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.footer-widget__links {
    margin-top: -10px;
    margin-bottom: -13px
}

.footer-widget__links li {
    font-size: 16px;
    color: var(--alefox-gray, #f6f4ec);
    font-weight: 400;
    line-height: 41px
}

.contact-info__item__text a,
.contact-one__info__phone a,
.footer-widget__links li a,
.footer-widget__post__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat
}

.footer-widget__links li a {
    transition: .5s
}

.footer-widget__links li a:hover {
    color: var(--alefox-base, #44a05b)
}

.footer-widget__post {
    margin: 36px 0 0;
    padding: 0;
    list-style: none
}

.footer-widget__post li {
    position: relative;
    min-height: 87px;
    padding: 8px 0 0 112px;
    margin-top: 20px;
    max-width: 270px
}

.footer-widget__post img {
    width: 85px;
    height: 87px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px
}

.footer-widget__post__date {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: var(--alefox-text-dark, #b7b7b7);
    margin-bottom: 8px
}

.footer-widget__post__title {
    color: var(--alefox-white, #fff);
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin: 0
}

.footer-widget__post__title a {
    transition: .5s
}

.footer-widget__post__title a:hover {
    background-size: 100% 1px;
    color: var(--alefox-base, #44a05b)
}

.contact-one {
    position: relative;
    z-index: 1;
    background-color: var(--alefox-black2, #202221);
    overflow: hidden
}

.contact-one::after {
    position: absolute;
    right: -60px;
    bottom: -380px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    animation: 4s linear infinite zoomsIn
}

.contact-one__shape {
    position: absolute;
    right: 55px;
    bottom: 150px;
    width: 254px;
    height: 254px;
    background-repeat: no-repeat;
    animation: 6s linear infinite treeMove2
}

.contact-one__image img {
    max-width: 100%
}

.contact-one__info {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2;
    width: 300px;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    padding: 60px 40px 50px;
    border-bottom: 10px solid var(--alefox-base, #44a05b);
    text-align: center
}

.contact-one__info__icon {
    font-size: 84px;
    line-height: 1;
    color: var(--alefox-base, #44a05b);
    display: block
}

.contact-one__info__icon span {
    display: inline-block;
    transition: .3s linear;
    transform: scale(1)
}

.contact-one__info__sub-title {
    text-transform: uppercase;
    margin: 14px 0 12px;
    color: var(--alefox-black, #122f2a);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.1px
}

.contact-one__info__title {
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    margin: 0 0 14px
}

.contact-one__info__phone {
    text-transform: uppercase;
    margin: 0;
    color: var(--alefox-black, #122f2a);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.1px
}

.demo-one__title,
.main-menu .main-menu__list li ul li>a,
.main-menu .main-menu__list>li>a {
    text-transform: capitalize;
    color: var(--alefox-black, #122f2a)
}

.contact-one__info__phone a {
    transition: .5s
}

.contact-one__info__phone a:hover {
    color: var(--alefox-base, #44a05b)
}

.contact-one__form {
    padding: 40px 45px 45px;
    position: relative;
    z-index: 10;
    background-color: var(--alefox-gray, #f6f4ec);
    max-width: 470px;
    width: 100%;
    border-top: 3px solid var(--alefox-base, #44a05b);
    margin-left: 50px;
    text-align: center
}

.contact-one__form .sec-title {
    padding-bottom: 39px
}

.contact-one__form .alefox-btn {
    margin: 0;
    width: 100%;
    color: var(--alefox-base, #44a05b)
}

.contact-info__list {
    margin: -1px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid var(--alefox-border-color, #ddd)
}

.contact-info__item {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 28px;
    padding: 50px 60px
}

.contact-info__item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px dashed var(--alefox-base, #44a05b);
    transform: scale(1.1);
    opacity: 0;
    z-index: -1;
    transition: .4s linear
}

.contact-info__item:hover::before {
    opacity: 1;
    transform: scale(1)
}

.contact-info__item__icon {
    width: 64px;
    height: 64px;
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff);
    font-size: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .4s linear
}

.contact-info__item:hover .contact-info__item__icon,
.contact-two,
.contact-two::after {
    background-color: var(--alefox-base, #44a05b)
}

.contact-info__item__icon span {
    display: inline-block;
    transition: .4s linear;
    transform: scale(1)
}

.contact-info__item__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700
}

.contact-info__item__text {
    margin: 0
}

.contact-info__item__text a {
    transition: .5s
}

.contact-info__item__text a:hover {
    color: var(--alefox-base, #44a05b)
}

.contact-info__item+.contact-info__item::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: var(--alefox-border-color, #ddd)
}

.contact-info--contact-page .contact-info__item {
    border: 1px solid var(--alefox-border-color, #ddd);
    padding: 32px 60px;
    transition: .4s
}

.contact-info--contact-page .contact-info__item::before {
    width: 100%;
    height: 100%
}

.contact-info--contact-page .contact-info__item:hover {
    border-color: transparent
}

.contact-two {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0
}

.contact-two__form,
.contact-two__form .bootstrap-select>.dropdown-toggle,
.contact-two__form input[type=email],
.contact-two__form input[type=text],
.contact-two__form textarea {
    background-color: var(--alefox-white, #fff)
}

.contact-two::after {
    position: absolute;
    right: -125px;
    bottom: -125px;
    width: 255px;
    height: 255px;
    border-radius: 50%;
    content: "";
    opacity: .85;
    animation: 4s linear infinite zoomsIn
}

.contact-two__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 67.8%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-two__bg::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(14, 14, 14, .85)
}

.contact-two__shape {
    width: 216px;
    height: 127px;
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    animation: 4s linear infinite movebounce3
}

@media (max-width:1800px) {
    .contact-two__shape {
        left: 1%
    }
}

.contact-two__form {
    padding: 40px 45px 45px;
    position: relative;
    z-index: 10;
    text-align: center
}

.contact-two__item__icon,
.topbar-one::after,
.topbar-one::before {
    background-color: var(--alefox-base, #44a05b)
}

.contact-two__form .sec-title {
    padding-bottom: 39px
}

.contact-two__item__text a,
.topbar-one__info__item a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat
}

.contact-two__form .alefox-btn {
    margin: 0;
    width: 100%;
    color: var(--alefox-base, #44a05b)
}

.contact-two__list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 370px
}

.contact-two__item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 50px 60px
}

.contact-two__item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px dashed var(--alefox-base, #44a05b);
    transform: scale(1.1);
    z-index: -1;
    opacity: 0;
    transition: .4s linear
}

.contact-two__item:hover::before {
    opacity: 1;
    transform: scale(1)
}

.contact-two__item__icon {
    width: 64px;
    height: 64px;
    color: var(--alefox-white, #fff);
    font-size: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .4s linear
}

.contact-two__item__icon span {
    display: inline-block;
    transition: .4s linear;
    transform: scale(1)
}

.contact-two__item:hover .contact-two__item__icon {
    background-color: var(--alefox-white, #fff);
    color: var(--alefox-base, #44a05b)
}

.contact-two__item__title {
    color: var(--alefox-white, #fff);
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700
}

.contact-two__item__text,
.cta-two__text {
    color: var(--alefox-white, #fff);
    margin: 0
}

.contact-two__item__text a {
    transition: .5s
}

.contact-two__item__text a:hover {
    color: var(--alefox-base, #44a05b)
}

.topbar-one {
    display: none;
    background-color: var(--alefox-gray, #f6f4ec);
    position: relative
}

.topbar-one::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    content: "";
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%)
}

.topbar-one::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    content: "";
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%)
}

.topbar-one__inner {
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px
}

.topbar-one__info {
    display: flex;
    align-items: center;
    margin: 0
}

.topbar-one__info__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2em
}

.topbar-one__info__item a {
    transition: .5s
}

.topbar-one__info__item+.topbar-one__info__item {
    margin-left: 20px
}

@media (max-width:991px) {

    .topbar-one__info__item+.topbar-one__info__item,
    .video-one__shape {
        display: none
    }

    .contact-one__form {
        margin: 80px auto
    }

    .contact-info__list {
        flex-direction: column
    }

    .contact-info__item+.contact-info__item::after {
        width: 100%;
        height: 1px
    }

    .contact-two__form {
        margin: 0;
        padding: 40px 25px 45px
    }

    .contact-two__item {
        padding: 50px 40px
    }
}

.topbar-one__info__icon {
    font-size: 14px;
    color: var(--alefox-base, #44a05b);
    position: relative;
    top: 0;
    margin-right: 9px
}

.topbar-one__right {
    display: flex;
    align-items: center;
    margin-left: auto
}

.topbar-one__social {
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 1em
}

.topbar-one__language,
.topbar-one__language>a {
    align-items: center;
    display: flex;
    position: relative
}

.topbar-one__social a {
    font-size: 15px;
    color: var(--alefox-black, #122f2a);
    transition: .5s
}

.main-header__cart:hover,
.main-header__search:hover,
.topbar-one__language>a,
.topbar-one__language>a::after,
.topbar-one__language>a:hover,
.topbar-one__language__dropdown a:hover,
.topbar-one__social a:hover {
    color: var(--alefox-base, #44a05b)
}

.topbar-one__social a+a {
    margin-left: 20px
}

.topbar-one__language {
    justify-content: flex-end;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--alefox-border-color, #ddd)
}

.topbar-one__language>a {
    font-size: 16px;
    font-weight: 500;
    line-height: 17px
}

.topbar-one__language>a::after {
    position: relative;
    right: 0;
    top: 1px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    line-height: 10px;
    margin-left: 5px
}

.topbar-one__language__dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 11px);
    width: 130px;
    background-color: var(--alefox-black2, #202221);
    padding: 25px 20px;
    z-index: 99;
    display: none
}

.main-header__btn::before,
.topbar-two__inner,
.why-choose-two__link::before {
    background-color: var(--alefox-base, #44a05b)
}

.topbar-one__language__dropdown a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--alefox-white, #fff);
    line-height: 12px;
    padding-right: 17px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), .1)
}

.main-header__btn:hover,
.topbar-two__inner {
    color: var(--alefox-white, #fff)
}

.topbar-one__language__dropdown a:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.topbar-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    text-align: center
}

.topbar-two__inner {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 43px;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%)
}

.main-header__inner,
.main-header__logo {
    display: flex;
    align-items: center;
    position: relative
}

.main-header {
    background-color: var(--alefox-white, #fff);
    position: relative
}

.main-header__inner {
    padding: 0 80px
}

@media (max-width:1600px) {
    .main-header__inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1320px) {
    .main-header__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1199px) {
    .video-two__shape {
        display: none
    }

    .contact-info__item {
        padding: 50px 30px
    }

    .contact-info--contact-page .contact-info__item {
        padding: 32px 25px;
        gap: 20px
    }

    .main-header__inner {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.main-header__logo {
    top: -6px;
    width: 100%;
    justify-content: space-between
}

.main-header__btn,
.main-menu .main-menu__list li ul li>ul ul,
.product__showing-sort .bootstrap-select>.dropdown-toggle::after {
    display: none
}

.main-header__btn {
    margin-left: 30px;
    font-size: 10px;
    padding: 11px 29px
}

.main-header__btn::after,
.why-choose-two__link::after {
    background-color: var(--alefox-black, #122f2a)
}

.main-header__right {
    display: flex;
    align-items: center;
    padding: 9.5px 0;
    margin-left: auto
}

.main-header__right__border {
    margin: 0 45px;
    width: 1px;
    height: 50px;
    background-color: var(--alefox-border-color, #ddd)
}

.main-header__cart,
.main-header__search {
    position: relative;
    font-size: 22px;
    color: var(--alefox-black, #122f2a);
    transition: .5s;
    margin-left: 20px;
    line-height: 1em
}

.main-header__call__icon,
.main-header__cart__count,
.main-header__search__count {
    background-color: var(--alefox-base, #44a05b);
    border-radius: 50%;
    align-items: center;
    color: var(--alefox-white, #fff)
}

.main-header__cart__count,
.main-header__search__count {
    width: 17px;
    height: 17px;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 8px;
    line-height: 17px;
    display: flex;
    justify-content: center
}

.main-header__call {
    position: relative;
    min-height: 40px;
    padding: 5px 0 0 70px
}

.main-header__call__icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.main-header__call__icon span {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.main-header__call__title {
    line-height: 1;
    display: block;
    margin: 0 0 7px;
    font-size: 15px;
    color: var(--alefox-text, #636363)
}

.main-header__call__text {
    line-height: 1.2;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--alefox-black, #122f2a);
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.main-header__call__text:hover {
    color: var(--alefox-base, #44a05b)
}

.main-header__nav {
    margin-left: 125px;
    margin-right: auto
}

@media (max-width:1600px) {
    .main-header__right__border {
        margin: 0 30px
    }

    .main-header__nav {
        margin-left: 80px
    }
}

.main-header--two {
    background-color: RGBA(var(--alefox-black2-rgb, 32, 34, 33), .58);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid RGBA(var(--alefox-white-rgb, 255, 255, 255), .5)
}

.main-header--two.sticky-header--cloned {
    background-color: var(--alefox-black2, #202221);
    border: none
}

.main-header--two .main-header__logo,
.main-header--two .mobile-nav__btn span,
.main-header--two__toggler span {
    background-color: var(--alefox-white, #fff)
}

.main-header--two .main-header__logo {
    width: auto;
    border-radius: 10px;
    padding: 20px 49px;
    margin-left: 15px
}

.main-header--three .main-header__inner,
.main-header--three.sticky-header--cloned,
.main-header--two__toggler:hover span {
    background-color: var(--alefox-black2, #202221)
}

@media (max-width:1500px) {

    .contact-one::after,
    .contact-one__shape,
    .contact-two::after {
        display: none
    }

    .main-header--two .main-header__logo {
        padding: 20px
    }
}

.main-header--two .main-header__inner {
    padding: 0;
    z-index: 2
}

@media (max-width:767px) {

    .blog-one,
    .blog-two,
    .contact-info--contact-page,
    .contact-two,
    .team-details,
    .team-form-one,
    .team-one--carousel {
        padding: 80px 0
    }

    .contact-one__image img {
        min-height: 600px;
        object-fit: cover
    }

    .contact-two__bg {
        width: 100%
    }

    .contact-two__item {
        padding: 40px
    }

    .main-header__inner {
        padding: 20px 0
    }

    .main-header--two .alefox-btn,
    .main-header__call,
    .main-header__right__border {
        display: none
    }

    .main-header--two .main-header__inner {
        padding-right: 20px
    }
}

.main-header--two .main-header__inner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 100%;
    content: "";
    background-color: var(--alefox-base, #44a05b);
    z-index: -1
}

.main-header--two .main-header__nav {
    margin-right: 0;
    margin-left: auto
}

.main-header--two .main-header__cart,
.main-header--two .main-header__search,
.main-header--two .main-menu .main-menu__list>li>a {
    color: var(--alefox-white, #fff)
}

.main-header--two .alefox-btn,
.main-header--two .main-header__cart:hover,
.main-header--two .main-header__search:hover,
.main-header--two .main-menu .main-menu__list>li.current>a,
.main-header--two .main-menu .main-menu__list>li:hover>a {
    color: var(--alefox-base, #44a05b)
}

.main-header--two .main-menu .main-menu__list>li>a::before {
    position: absolute;
    content: "";
    left: auto;
    bottom: -41px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background: currentColor;
    transition: width .4s cubic-bezier(.25, .8, .25, 1)
}

.main-header--two .main-menu .main-menu__list>li.current>a::before,
.main-header--two .main-menu .main-menu__list>li:hover>a::before {
    width: 100%;
    left: 0;
    right: auto
}

.main-header--two .main-header__right {
    margin-left: 20px;
    padding: 0
}

.main-header--two .alefox-btn {
    margin-left: 50px
}

@media (max-width:1599px) {
    .main-header--two .alefox-btn {
        margin-left: 30px;
        padding: 14px 20px
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    .main-header--two .alefox-btn {
        display: none
    }
}

.main-header--two__toggler {
    width: 100px;
    height: 110px;
    border: 0;
    outline: 0;
    background-color: var(--alefox-base, #44a05b);
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 55px
}

@media (max-width:767px) {
    .main-header--two__toggler {
        display: none
    }
}

.main-header--two__toggler__wrapper {
    width: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    grid-gap: 5px
}

.main-header--two__toggler span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    transition: .5s
}

.main-header--three {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 9;
    width: 100%
}

.main-header--three.sticky-header--cloned {
    top: 0
}

.main-header--three .main-header__inner {
    max-width: 1270px;
    border-radius: 100px;
    padding: 0 50px;
    margin: 0 auto
}

.cta-one .alefox-btn__item,
.cta-three .alefox-btn__item,
.cta-two .alefox-btn__item,
.demo-one__card,
.main-header--three .mobile-nav__btn span,
.main-menu .main-menu__list li ul,
.sticky-header--cloned {
    background-color: var(--alefox-white, #fff)
}

@media (max-width:1199px) {
    .main-header--three .main-header__inner {
        padding: 18px 40px
    }
}

@media (max-width:500px) {
    .main-header--three .main-header__inner {
        padding: 18px 30px
    }
}

.main-header--three .main-header__nav {
    margin-right: 0;
    margin-left: auto
}

.main-header--three .main-menu .main-menu__list>li {
    padding-top: 31px;
    padding-bottom: 31px
}

.main-header--three .main-header__cart,
.main-header--three .main-header__search,
.main-header--three .main-menu .main-menu__list>li>a {
    color: var(--alefox-white, #fff)
}

.main-header--three .main-menu .main-menu__list>li>a::before {
    position: absolute;
    content: "";
    left: auto;
    bottom: -31px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background: currentColor;
    transition: width .4s cubic-bezier(.25, .8, .25, 1)
}

.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover,
.main-header--three .main-menu .main-menu__list>li.current>a,
.main-header--three .main-menu .main-menu__list>li:hover>a {
    color: var(--alefox-base, #44a05b)
}

.main-header--three .main-menu .main-menu__list>li.current>a::before,
.main-header--three .main-menu .main-menu__list>li:hover>a::before {
    width: 100%;
    left: 0;
    right: auto
}

.main-header--three .main-header__right {
    border-left: 1px solid RGBA(var(--alefox-white-rgb, 255, 255, 255), .2);
    margin-left: 40px;
    padding: 0 0 0 21px
}

.sticky-header--cloned {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    transform: translateY(-100%);
    box-shadow: 0 3px 18px rgba(var(--alefox-black-rgb, 18, 47, 42), .07);
    transition: .6s cubic-bezier(.24, .74, .58, 1);
    visibility: hidden;
    transition: transform .5s, visibility .5s
}

.sticky-header--cloned.active {
    transform: translateY(0);
    visibility: visible
}

.sticky-header--cloned .main-menu .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px
}

.mobile-nav__btn {
    width: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3
}

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--alefox-black, #122f2a)
}

.mobile-nav__btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none
}

.main-menu .main-menu__list>li {
    padding-top: 41px;
    padding-bottom: 41px;
    position: relative
}

.funfact-one,
.main-menu .main-menu__list>li.dropdown>a,
.megamenu-popup,
.testimonials-two__wrapper,
.why-choose-one .container,
.why-choose-three__content {
    position: relative
}

.main-menu .main-menu__list>li.dropdown>a::after {
    position: relative;
    right: 0;
    top: 2px;
    border-radius: 0;
    font-size: 10px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: inherit;
    line-height: 10px;
    margin-left: 3px
}

.main-menu .main-menu__list>li+li {
    margin-left: 51px
}

@media (max-width:1400px) {

    .contact-two__shape,
    .service-two__shape-one,
    .topbar-one::after,
    .topbar-one::before {
        display: none
    }

    .main-menu .main-menu__list>li+li {
        margin-left: 40px
    }
}

@media (min-width:1200px) and (max-width:1300px) {

    .main-header__call,
    .main-header__right__border {
        display: none
    }

    .main-menu .main-menu__list>li+li {
        margin-left: 35px
    }
}

.main-menu .main-menu__list>li>a {
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    font-size: 16px;
    transition: .5s
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: var(--alefox-base, #44a05b);
    text-shadow: 0 0 .5px currentColor
}

.main-menu .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity .5s, visibility .5s, transform .7s;
    z-index: 99;
    box-shadow: 0 10px 60px 0 RGBA(var(--alefox-white-rgb, 255, 255, 255), .07);
    padding: 15px 20px 11px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.service-sidebar__nav li a::before,
.why-choose-one__list__item::after {
    transition: transform .5s ease-in-out, visibility .5s ease-in-out;
    perspective: 400px;
    visibility: hidden
}

.main-menu .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0)
}

.main-menu .main-menu__list>.megamenu {
    position: static
}

.main-menu .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

.main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu .main-menu__list li ul li>a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    padding: 8px 20px;
    transition: .4s;
    margin-bottom: 4px
}

.main-menu .main-menu__list li ul li>a::after {
    position: absolute;
    right: 20px;
    top: 8px;
    border-radius: 0;
    font-size: 6px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    color: var(--alefox-base, #44a05b);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    transform: scale(0)
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
    background-color: var(--alefox-gray, #f6f4ec);
    color: var(--alefox-base, #44a05b)
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.main-menu .main-menu__list li ul li>ul {
    top: 0;
    left: calc(100% + 20px)
}

.main-menu .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%
}

@media (min-width:1200px) and (max-width:1400px) {

    .main-menu__list li:last-child ul li>ul,
    .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: calc(100% + 20px)
    }
}

.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: transform .7s, opacity .7s, visibility .7s;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    padding: 0;
    background-color: var(--alefox-white, #fff);
    display: block !important;
    margin: 0
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
    display: none
}

.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    transition: transform .7s, opacity .7s, visibility .7s
}

body.megamenu-popup-active .stricky-header {
    bottom: 0
}

body.megamenu-popup-active .mobile-nav__content {
    overflow: unset
}

.megamenu-popup .megamenu-clickable--close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    color: var(--alefox-black, #122f2a)
}

@media (min-width:1300px) {
    .megamenu-popup .megamenu-clickable--close {
        top: 38px;
        right: 40px
    }
}

.megamenu-popup .megamenu-clickable--close:hover {
    color: var(--alefox-base, #44a05b)
}

.megamenu-popup .megamenu-clickable--close span {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    color: currentColor;
    transition: .5s
}

.megamenu-popup .megamenu-clickable--close span::after,
.megamenu-popup .megamenu-clickable--close span::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.megamenu-popup .megamenu-clickable--close span::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.demo-one {
    padding-top: 120px;
    padding-bottom: 120px
}

.demo-one__card {
    box-shadow: 0 10px 60px 0 rgba(var(--alefox-black3-rgb, 0, 0, 0), .1);
    text-align: center;
    transition: .5s;
    transform: translateY(0)
}

.demo-one__card:hover {
    transform: translateY(-10px)
}

.demo-one__title {
    margin: 0;
    font-size: 17px;
    font-weight: 700
}

.demo-one__btn,
.demo-one__btn:hover {
    color: var(--alefox-base, #44a05b)
}

.demo-one__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.demo-one__image img {
    max-width: 100%;
    transition: filter .5s;
    filter: blur(0px)
}

.demo-one__card:hover .demo-one__image img {
    filter: blur(2px)
}

.demo-one__btns {
    background-color: rgba(var(--alefox-black3-rgb, 0, 0, 0), .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: scale(1, 0);
    transition: transform .5s, opacity .6s linear;
    transform-origin: bottom center;
    opacity: 0
}

.demo-one__card:hover .demo-one__btns {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: top center
}

.demo-one__btn {
    font-size: 12px;
    padding: 10px 25px
}

.demo-one__title {
    padding-top: 30px;
    padding-bottom: 30px
}

.home-showcase {
    margin-top: -20px;
    margin-bottom: -20px
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px
}

.home-showcase__inner {
    padding: 40px 40px 21px;
    background-color: var(--alefox-white, #fff);
    box-shadow: 0 10px 60px 0 rgba(var(--alefox-black3-rgb, 0, 0, 0), .07)
}

.home-showcase .demo-one__card {
    box-shadow: none
}

.home-showcase .demo-one__btns {
    flex-direction: column
}

.home-showcase .demo-one__btn {
    min-width: 135px;
    text-align: center;
    justify-content: center
}

.home-showcase .demo-one__title {
    padding: 0 0 15px;
    font-size: 14px;
    margin-top: 15px
}

.why-choose-one {
    position: relative;
    overflow: hidden;
    background-color: var(--alefox-gray, #f6f4ec)
}

.why-choose-one__shape {
    position: absolute;
    right: -10px;
    bottom: -60px;
    opacity: .19;
    width: 365px;
    height: 478px;
    animation: 4s linear infinite treeMove
}

.why-choose-one .alefox-stretch-element-inside-column {
    line-height: .7
}

.why-choose-one__image {
    display: inline-block;
    position: relative;
    text-align: left;
    overflow: hidden;
    width: 100%
}

.why-choose-one__image img {
    max-width: 100%
}

.why-choose-one__video {
    position: absolute;
    right: 59px;
    bottom: 59px;
    width: 124px;
    height: 126px;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1s linear infinite shadows
}

.why-choose-one__video .video-popup {
    width: 65px;
    height: 65px;
    border: 2px solid var(--alefox-black, #122f2a);
    border-radius: 50%;
    font-size: 28px;
    color: var(--alefox-black, #122f2a);
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center
}

.why-choose-one__video .video-popup:hover {
    border-color: var(--alefox-base, #44a05b);
    color: var(--alefox-base, #44a05b);
    transform: scale(1.05)
}

.blog-details,
.cart-page,
.checkout-page,
.gallery-one,
.instagram-one,
.login-page,
.product-details,
.product-one,
.product-two,
.project-details,
.project-one,
.project-two,
.register-page,
.testimonials-page,
.why-choose-one__content,
.wishlist-page {
    position: relative;
    padding: 120px 0
}

.why-choose-one__content .sec-title {
    padding-bottom: 20px
}

.checkout-page__order-table tbody tr:last-child td,
.why-choose-three .sec-title {
    padding-bottom: 26px
}

.why-choose-one__text {
    margin: 0 0 35px
}

.why-choose-one__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.why-choose-one__list__item {
    align-items: flex-start;
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    background-color: var(--alefox-white, #fff);
    border-radius: 6px;
    overflow: hidden;
    padding: 18px 20px 18px 0;
    z-index: 2
}

.why-choose-one__list__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-black2, #202221);
    z-index: -1;
    transform: scale(1, 0);
    transform-origin: bottom center
}

.why-choose-one__list__item:hover::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center
}

.cta-one .alefox-btn,
.cta-three .alefox-btn,
.cta-two .alefox-btn,
.funfact-two .sec-title__tagline,
.funfact-two .sec-title__title,
.testimonials-two .sec-title__title,
.why-choose-one__list__item:hover .why-choose-one__list__icon,
.why-choose-one__list__item:hover .why-choose-one__list__text,
.why-choose-three .sec-title__title,
.why-choose-two__link:hover {
    color: var(--alefox-white, #fff)
}

.why-choose-one__list__item:hover .why-choose-one__list__icon i {
    transform: scale(.9)
}

.cta-four .alefox-btn,
.why-choose-one__list__item:hover .why-choose-one__list__text i {
    color: var(--alefox-base, #44a05b)
}

.why-choose-one__list__icon {
    position: relative;
    z-index: 2;
    width: 104px;
    border-right: 3px solid var(--alefox-base, #44a05b);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alefox-black2, #202221);
    font-size: 53px;
    flex-shrink: 0;
    transition: .3s;
    margin-right: 21px
}

.why-choose-one__list__icon i {
    transform: scale(1);
    transition: .5s
}

.why-choose-one__list__text {
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    color: var(--alefox-text, #636363);
    font-size: 17px;
    transition: .3s
}

.why-choose-one__list__text i {
    position: relative;
    top: -1px;
    color: var(--alefox-black, #122f2a);
    margin-right: 8px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    transition: .3s;
    align-items: center
}

.funfact-three__icon::before,
.why-choose-three__item__icon span {
    transition: .5s linear 0.1s;
    transform: scale(1)
}

.why-choose-two__image {
    position: relative;
    display: inline-block;
    margin-bottom: 110px
}

.why-choose-two__image img {
    max-width: 100%
}

.why-choose-two__image__two {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 10
}

.why-choose-two__image__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
    animation: 4s linear infinite shapeMove
}

.why-choose-two__image__icon {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--alefox-base, #44a05b);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10
}

.why-choose-two__highlight {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--alefox-base, #44a05b);
    margin: -10px 0 20px
}

.why-choose-two__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.875em
}

.why-choose-two__progress {
    margin-top: 30px;
    margin-bottom: 37px
}

.why-choose-two__progress__title {
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700
}

.why-choose-two__progress__bar {
    width: 100%;
    height: 17px;
    border: 1px solid var(--alefox-border-color, #ddd);
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, .15);
    position: relative
}

.why-choose-two__progress__inner {
    position: absolute;
    height: calc(100% - 6px);
    left: 4px;
    top: 3px;
    background-color: var(--alefox-base, #44a05b);
    transition: .7s linear;
    width: 0
}

.why-choose-three,
.why-choose-three__bg {
    background-color: var(--alefox-black, #122f2a)
}

.why-choose-two__progress__number {
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0;
    font-size: 14px;
    font-weight: 400
}

.why-choose-three {
    position: relative;
    padding: 120px 0 220px;
    margin-bottom: -100px
}

.why-choose-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .3
}

.why-choose-three__content__text {
    font-size: 15px;
    line-height: 30px;
    color: rgba(var(--alefox-white-rgb, 255, 255, 255), .6);
    margin: 0
}

.why-choose-three__list {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0
}

.funfact-one__list li:hover .funfact-one__list__icon,
.testimonials-card:hover::after,
.why-choose-three__item__icon {
    background-color: var(--alefox-base, #44a05b)
}

.why-choose-three__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 40px 36px
}

.why-choose-three__item:first-child,
.why-choose-three__item:nth-child(3) {
    border-right: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), .1)
}

.why-choose-three__item:first-child,
.why-choose-three__item:nth-child(2) {
    border-bottom: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), .1)
}

.why-choose-three__item:hover .why-choose-three__item__icon span {
    transform: scale(.8)
}

.funfact-one__list li:hover .funfact-one__list__icon span,
.funfact-three__item:hover .funfact-three__icon::before,
.funfact-two__list:hover .funfact-two__list__icon img {
    transform: scale(.9)
}

.why-choose-three__item__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.why-choose-three__item__icon {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--alefox-white, #fff);
    font-size: 21px;
    margin-right: 18px
}

.why-choose-three__item__icon span {
    display: inline-block
}

.why-choose-three__item__title {
    color: var(--alefox-white, #fff);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.why-choose-three__item__text {
    color: var(--alefox-text-dark, #b7b7b7);
    font-size: 15px;
    line-height: 30px;
    margin: 0
}

.funfact-one__list {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 40px;
    line-height: 1;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-between;
    background-color: var(--alefox-white, #fff);
    filter: drop-shadow(0 0 55px rgba(0, 0, 0, .07));
    border-radius: 150px
}

.product-two__item,
.product__item__content {
    filter: drop-shadow(0 0 68px rgba(0, 0, 0, .06))
}

.funfact-one__list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 18px;
    padding: 15px 30px
}

.funfact-one__list li+li::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    content: "";
    background-color: var(--alefox-border-color, #ddd)
}

.funfact-one__list__icon {
    width: 70px;
    height: 70px;
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff);
    font-size: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .4s linear
}

.funfact-one__list__icon span {
    display: inline-block;
    transition: .4s linear;
    transform: scale(1)
}

.funfact-one__list__number {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700
}

.funfact-three__count,
.funfact-two__count {
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-weight: 500
}

.funfact-one__list__text {
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .3s linear
}

.funfact-three__bg,
.funfact-two {
    background-position: center center;
    background-repeat: no-repeat
}

.funfact-two {
    position: relative;
    background-color: var(--alefox-base, #44a05b);
    background-size: cover;
    padding: 120px 0
}

.funfact-two__shape {
    position: absolute;
    left: -10px;
    top: 0
}

.funfact-two__shape img {
    animation: 3s linear infinite shapeMove
}

.funfact-two .sec-title {
    padding-bottom: 33px
}

.funfact-two__list {
    position: relative;
    background-color: var(--alefox-white, #fff);
    margin: 0 0 0 -7px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0
}

.funfact-two__list__icon {
    width: 94px;
    height: 94px;
    background-color: var(--alefox-base, #44a05b);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.funfact-two__list__icon img {
    height: 65px;
    transform: scale(1);
    transition: .5s
}

.funfact-two__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 42px 58px
}

.funfact-two__item:first-child,
.funfact-two__item:nth-child(3) {
    border-right: 1px solid var(--alefox-base, #44a05b)
}

.funfact-two__item:first-child,
.funfact-two__item:nth-child(2) {
    border-bottom: 1px solid var(--alefox-base, #44a05b)
}

@media (max-width:1199px) {
    .main-header--three .mobile-nav__btn {
        margin-left: -65px;
        margin-right: 20px
    }

    .mobile-nav__btn {
        margin-left: -50px;
        margin-right: 10px
    }

    .why-choose-one__image {
        width: auto
    }

    .funfact-one__list {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 60px
    }

    .funfact-one__list li+li::after {
        display: none
    }

    .funfact-two__item {
        padding-left: 30px;
        padding-right: 25px
    }
}

.funfact-two__count {
    margin: 0;
    color: var(--alefox-black, #122f2a);
    font-size: 40px;
    line-height: 1
}

.funfact-two__text {
    margin: 0;
    font-size: 18px
}

.funfact-three {
    position: relative;
    padding: 100px 0
}

.funfact-three__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: var(--alefox-gray, #f6f4ec)
}

.funfact-three__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0
}

.funfact-three__item {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative
}

.funfact-three__item:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--alefox-border-color, #ddd);
    position: absolute;
    top: 0;
    right: 54px
}

.funfact-three__item:not(:first-of-type) {
    padding-left: 37px
}

.funfact-three__item:nth-child(2)::before {
    right: 16px
}

.funfact-three__item:nth-child(3)::before {
    right: -20px
}

.funfact-three__item:nth-child(3) {
    padding-left: 63px
}

.funfact-three__item:last-child {
    padding-left: 104px
}

.funfact-three__icon {
    width: 103px;
    height: 104px;
    background-color: var(--alefox-base, #44a05b);
    font-size: 60px;
    color: var(--alefox-white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 13px
}

.funfact-three__count {
    margin: 0;
    color: var(--alefox-black, #122f2a);
    font-size: 35px;
    line-height: 1
}

.cart-page__cart-total li,
.cart-page__table thead tr th,
.checkout-page__order-table thead tr th,
.cta-four__countdown li,
.product-details__review a,
.testimonials-two__meta__name,
.wishlist-page__table thead tr th {
    font-family: var(--alefox-heading-font, "Inter", serif)
}

.funfact-three__text {
    margin: 9px 0 -6px;
    color: var(--alefox-text, #636363);
    font-size: 16px
}

.testimonials-one {
    position: relative;
    background-color: var(--alefox-gray, #f6f4ec);
    padding: 175px 0 120px
}

.testimonials-one__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center bottom;
    animation: 60s linear infinite cloudMove
}

.testimonials-one__wrapper {
    position: relative;
    padding-left: 150px
}

@media (max-width:1199px) {
    .funfact-three__item:not(:first-of-type) {
        padding-left: 0
    }

    .funfact-three__item:nth-child(3) {
        padding-left: 40px
    }

    .funfact-three__item:last-child {
        padding-left: 70px
    }

    .testimonials-one__wrapper {
        padding-left: 130px
    }
}

.testimonials-one__wrapper__title {
    font-size: 104px;
    color: #dcdcdc;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: -60px
}

.testimonials-one__carousel-thumb {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5
}

.testimonials-one__meta-thumb {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-bottom: 35px;
    transition: .5s;
    cursor: pointer
}

.testimonials-one__meta-thumb::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    content: "";
    background-color: rgba(var(--alefox-black2-rgb, 32, 34, 33), .8);
    border-radius: 50%;
    transform: scale(0);
    visibility: hidden
}

.testimonials-card::after,
.testimonials-one__item__content::after {
    width: 90px;
    height: 90px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
    content: ""
}

.testimonials-one__meta-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonials-one .slick-slide.slick-active .testimonials-one__meta-thumb {
    left: 60px
}

.testimonials-one .slick-slide.slick-active.slick-current.slick-center .testimonials-one__meta-thumb {
    left: 0
}

.testimonials-one .slick-slide.slick-active.slick-current.slick-center .testimonials-one__meta-thumb::after {
    visibility: visible;
    transform: scale(1)
}

.testimonials-one__item {
    position: relative;
    transition: .5s;
    display: flex;
    align-items: center;
    gap: 30px
}

.testimonials-one__item__thumb {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden
}

.testimonials-one__item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonials-one__item__content {
    position: relative;
    z-index: 1;
    background-color: var(--alefox-white, #fff);
    margin-left: -250px;
    padding: 50px 50px 50px 270px;
    border-radius: 150px 30px 30px 150px
}

.testimonials-one__item__content::after {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--alefox-base, #44a05b);
    border-radius: 0 30px 0 0
}

.testimonials-one__item__icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 55px;
    height: 55px;
    background-color: var(--alefox-white, #fff);
    font-size: 22px;
    color: var(--alefox-base, #44a05b);
    border: 3px solid var(--alefox-base, #44a05b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonials-card::after,
.testimonials-two {
    background-color: var(--alefox-black2, #202221)
}

.testimonials-one__item__ratings {
    display: flex;
    align-items: center;
    color: #ffa415;
    font-size: 34px;
    letter-spacing: 7px;
    margin-bottom: 22px
}

.testimonials-one__item__quote {
    font-size: 25px;
    line-height: 42px;
    border-bottom: 1px solid var(--alefox-border-color, #ddd);
    font-style: italic;
    margin: 0 0 38px;
    padding-bottom: 27px
}

.testimonials-card__name,
.testimonials-one__item__name {
    margin: 0 0 9px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.testimonials-card__designation,
.testimonials-one__item__designation {
    margin: 0;
    line-height: 1
}

.testimonials-two {
    position: relative;
    padding: 120px 0
}

.testimonials-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .3
}

.cta-one__shape,
.testimonials-two__wrapper__quote {
    background-position: center bottom;
    background-repeat: no-repeat
}

.testimonials-two__wrapper__quote {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 118px
}

.testimonials-two__carousel {
    position: relative;
    text-align: center;
    margin: auto
}

.testimonials-two__item {
    position: relative;
    margin: 0 0 22px
}

.testimonials-two__item__ratings {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffa415;
    font-size: 34px;
    letter-spacing: 7px;
    margin-bottom: 22px
}

.testimonials-two__item__quote {
    font-size: 28px;
    line-height: 50px;
    font-weight: 400;
    color: var(--alefox-white, #fff);
    font-style: italic
}

.testimonials-two__meta__designation,
.testimonials-two__meta__name {
    white-space: nowrap;
    text-transform: capitalize;
    line-height: 1;
    color: var(--alefox-white, #fff)
}

.testimonials-two__carousel-thumb {
    max-width: 475px;
    margin: auto;
    position: relative
}

@media (max-width:500px) {
    .testimonials-two__carousel-thumb {
        max-width: 300px
    }
}

.testimonials-two__carousel-thumb .item {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 30px 0 0
}

.testimonials-two__carousel-thumb .item .testimonials-two__meta-thumb {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    display: block;
    position: relative;
    margin-bottom: 22px
}

.testimonials-two__carousel-thumb .item .testimonials-two__meta-thumb::after {
    position: absolute;
    left: -5px;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
    border: 5px solid var(--alefox-base, #44a05b);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    transform: scale(.8)
}

.testimonials-two__carousel-thumb .item .testimonials-two__meta-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.testimonials-two__carousel-thumb .slick-active.slick-center .item .testimonials-two__meta-thumb::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.testimonials-two__carousel-thumb .slick-active.slick-center .item .testimonials-two__meta {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.testimonials-two__meta {
    position: relative;
    display: block;
    visibility: hidden;
    margin-left: -43%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20%);
    transition: .5s
}

.testimonials-two__meta__name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.testimonials-two__meta__designation {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    opacity: .8
}

.testimonials-card {
    position: relative;
    border: 1px solid var(--alefox-border-color, #ddd);
    border-radius: 30px;
    transition: .5s;
    padding: 50px 45px 48px 145px
}

.testimonials-card::after {
    position: absolute;
    right: -1px;
    top: -1px;
    border-radius: 0 30px 0 0;
    transition: .5s
}

.testimonials-card__icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 55px;
    height: 55px;
    background-color: var(--alefox-white, #fff);
    font-size: 22px;
    color: var(--alefox-black2, #202221);
    border: 3px solid var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.cta-five__content__list li:hover .cta-five__content__list__title::after,
.cta-four__countdown li i,
.cta-one,
.cta-three,
.cta-two {
    background-color: var(--alefox-base, #44a05b)
}

.testimonials-card:hover {
    border-color: var(--alefox-base, #44a05b)
}

.testimonials-card:hover .testimonials-card__icon {
    color: var(--alefox-base, #44a05b);
    border-color: var(--alefox-base, #44a05b)
}

.testimonials-card__image {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 51px
}

.testimonials-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: center
}

.testimonials-card__rating {
    display: flex;
    align-items: center;
    color: #ffa415;
    font-size: 22px;
    letter-spacing: 10px;
    margin-bottom: 12px
}

.cta-one__text,
.cta-three__text,
.cta-two__title {
    color: var(--alefox-white, #fff)
}

.testimonials-card__content {
    font-size: 19px;
    line-height: 34px;
    font-style: italic;
    margin: 0 0 18px
}

.cta-one {
    padding: 110px 0 120px;
    position: relative;
    text-align: center
}

.cta-one__shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 100%;
    background-size: auto;
    animation: .7s infinite alternate zumpXtwo
}

.about-two__content,
.cta-one .container {
    position: relative;
    z-index: 2
}

.cta-one__title,
.cta-three__title {
    font-size: 40px;
    line-height: 54px;
    color: var(--alefox-white, #fff);
    font-weight: 700;
    margin-bottom: 18px
}

@media (max-width:575px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br,
    p br {
        display: none
    }

    .cta-one__title {
        font-size: 30px;
        line-height: 40px
    }
}

.cta-one__text {
    margin-bottom: 35px
}

.cta-two {
    position: relative;
    padding: 45px 0;
    overflow: hidden
}

.cta-two__shape {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    animation: 3s linear infinite shapeMove
}

.cta-two__content {
    position: relative;
    min-height: 140px;
    padding: 8px 0 0 170px
}

.cta-two__content__thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    border: 6px solid var(--alefox-white, #fff);
    border-radius: 10px;
    overflow: hidden
}

.cta-two__content__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-details__image img,
.cta-five__image img {
    height: auto;
    max-width: 100%
}

.cta-two__title {
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 7px
}

.cta-three {
    position: relative;
    padding: 80px 0;
    overflow: hidden
}

.cta-three__shape-left {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 142px;
    height: 152px;
    background-position: left bottom;
    background-repeat: no-repeat;
    animation: 3s linear infinite treeMove
}

.cta-four__bg,
.cta-three__shape-right {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat
}

.cta-three__shape-right {
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: right bottom;
    animation: 3s linear infinite shapeMove
}

.cta-three__thumb {
    position: relative;
    text-align: right
}

.cta-three__thumb img {
    max-width: 100%
}

.cta-three__content {
    position: relative;
    padding: 0
}

.cta-three__text {
    margin: 0 0 34px
}

.cta-four {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    padding: 120px 0;
    text-align: center
}

.cta-four__bg {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    opacity: .35
}

.cta-four .container {
    position: relative;
    z-index: 1
}

.cta-four__sub-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--alefox-white, #fff);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    text-transform: uppercase;
    letter-spacing: 1.08px;
    margin-bottom: 20px
}

.cta-four__countdown li span,
.cta-four__title {
    font-size: 40px;
    color: var(--alefox-white, #fff)
}

.product__sidebar--title,
.sidebar__title {
    letter-spacing: .33px;
    text-transform: capitalize
}

.cta-four__title {
    line-height: 50px;
    font-weight: 800;
    margin: 0 0 39px
}

.cta-four__title span {
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    color: var(--alefox-base, #44a05b);
    padding: 3px 10px
}

.sidebar__categories li,
.sidebar__posts__meta,
.sidebar__tags a {
    color: var(--alefox-text, #636363)
}

.cta-four__countdown {
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.cta-four__countdown li {
    border: 1px solid var(--alefox-base, #44a05b);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative
}

.cta-four__countdown li::after {
    background: rgba(var(--alefox-base-rgb, 68, 160, 91), .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: .4s linear
}

.alefox-breadcrumb li a:hover,
.checkout-page__notice a:hover,
.cta-five__content__list li:hover span,
.product__item__title a:hover,
.sidebar__posts__title a:hover {
    background-size: 100% 1px
}

.cta-four__countdown li:hover::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s linear
}

.cta-four__countdown li span {
    font-weight: 700;
    display: block;
    padding-top: 35px
}

.cta-four__countdown li i {
    text-transform: capitalize;
    color: var(--alefox-white, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    margin-top: 33px;
    padding: 12px 30px;
    width: 100%
}

.cta-five,
.offer-two,
.related-product {
    position: relative;
    padding: 0 0 120px
}

.cta-five__wrapper {
    position: relative;
    border: 1px solid var(--alefox-border-color, #ddd);
    border-radius: 10px;
    padding: 10px
}

.cta-five__content {
    position: relative;
    padding: 0 0 0 55px
}

@media (max-width:1199px) {
    .testimonials-one__item__content {
        padding: 40px 30px 40px 255px
    }

    .testimonials-one__item__quote {
        font-size: 24px;
        line-height: 35px;
        margin: 0 0 30px;
        padding-bottom: 20px
    }

    .testimonials-two__item__quote br {
        display: none
    }

    .cta-three__title,
    .cta-two__title {
        font-size: 34px;
        line-height: 44px
    }

    .cta-five__content {
        padding-left: 20px
    }

    .cta-five__content .sec-title__title {
        font-size: 32px;
        line-height: 42px
    }
}

.cta-five__content .sec-title {
    padding-bottom: 12px
}

.cta-five__content__list,
.sidebar-one__info {
    margin: 0;
    padding: 0;
    list-style: none
}

.cta-five__content__list li {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-top: 19px
}

.cta-five__content__list li i {
    font-size: 34px;
    color: var(--alefox-base, #44a05b);
    display: inline-block;
    transition: .6s
}

.cta-five__content__list li span {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .4s
}

.cta-five__content__list li:hover i {
    transform: rotateY(180deg)
}

.cta-five__content__list__title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    min-width: 138px;
    position: relative
}

.cta-five__content__list__title::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: var(--alefox-black2, #202221);
    content: "";
    transition: .4s
}

.cta-five__image::after,
.cta-five__image::before {
    position: absolute;
    width: 59%;
    height: 47%;
    content: "";
    z-index: -1
}

.cta-five__image {
    position: relative;
    display: inline-block;
    z-index: 1
}

.cta-five__image::after {
    right: -10px;
    top: -10px;
    background-color: var(--alefox-base, #44a05b);
    border-radius: 0 10px 0 0
}

.cta-five__image::before {
    left: -10px;
    bottom: -10px;
    background-color: var(--alefox-base, #44a05b);
    border-radius: 0 0 0 10px
}

.cta-five__image img {
    border-radius: 10px
}

.gallery-one .container-fluid {
    width: 100%;
    max-width: 1572px
}

.gallery-one .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px
}

.gallery-one__filter__list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.gallery-one__filter__list li {
    cursor: pointer
}

.gallery-one__filter__list li span {
    display: block;
    font-size: 10px;
    background-color: var(--alefox-gray, #f6f4ec);
    transition: .5s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: var(--alefox-letter-space, .1em);
    padding: 15px 20px;
    line-height: 1.2em
}

.gallery-one__filter__list li.active span,
.gallery-one__filter__list li:hover span {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.gallery-one__card {
    position: relative;
    overflow: hidden;
    background-color: var(--alefox-black, #122f2a)
}

.gallery-one__card img {
    transform: scale(1);
    max-width: 100%;
    transition: transform .5s, opacity .5s;
    opacity: 1
}

.gallery-one__card__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), .9);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    transition: transform .5s;
    transform-origin: bottom center
}

.product-details__gallery__flash,
.product-two__item__flash,
.product__item__flash {
    left: 18px;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl
}

.blog-details__content,
.gallery-one__card__hover .img-popup,
.service-sidebar,
.sidebar,
.sidebar__search {
    position: relative
}

.gallery-one__card:hover img {
    transform: scale(1.05);
    opacity: .9;
    mix-blend-mode: screen
}

.gallery-one__card:hover .gallery-one__card__hover {
    transform-origin: top center;
    transform: scale(1, 1)
}

.gallery-one__card__icon {
    width: 32px;
    height: 32px;
    display: block;
    position: relative
}

.gallery-one__card__icon::after,
.gallery-one__card__icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--alefox-white, #fff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.gallery-one__card__icon::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.sidebar__single {
    background-color: var(--alefox-gray, #f6f4ec);
    border-radius: 20px;
    padding: 40px 30px
}

@media (min-width:992px) and (max-width:1199px) {
    .blog-card__content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px
    }

    .blog-card-two__content {
        width: calc(100% - 30px)
    }

    .why-choose-three__item {
        padding-left: 25px;
        padding-right: 25px
    }

    .why-choose-three__item__icon {
        margin-right: 12px
    }

    .cta-three__text br {
        display: none
    }

    .sidebar__single {
        padding-left: 22px;
        padding-right: 20px
    }
}

.sidebar__single--tags .sidebar__title::after {
    width: 100%
}

.sidebar__single--search {
    padding: 0;
    border: none;
    border-radius: 50px
}

.sidebar__single+.sidebar__single {
    margin-top: 50px
}

.sidebar__title {
    margin: 0 0 36px;
    line-height: 1em;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -3px;
    display: inline-block
}

.sidebar__title::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 63%;
    height: 3px;
    content: "";
    background-color: var(--alefox-base, #44a05b)
}

.service-sidebar__contact .alefox-btn__item,
.service-sidebar__nav li a {
    background-color: var(--alefox-white, #fff)
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
    outline: 0;
    width: 100%;
    height: 55px;
    background-color: transparent;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    border-radius: 50px;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    transition: .5s
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05)
}

.sidebar__search button[type=submit] {
    border: none;
    outline: 0;
    background-color: var(--alefox-base, #44a05b);
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 47px;
    color: var(--alefox-white, #fff);
    border-radius: 50%;
    width: 47px;
    height: 47px;
    transition: .5s
}

.sidebar__search button[type=submit]:hover {
    background-color: var(--alefox-black, #122f2a);
    color: var(--alefox-white, #fff)
}

.sidebar__categories {
    margin-bottom: -16px;
    margin-top: -9px
}

.sidebar__categories li {
    position: relative;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    padding: 0 0 0 26px;
    margin: 0 0 10px
}

.sidebar__categories li::before {
    position: absolute;
    left: -3px;
    content: "\ea94";
    font-family: IcoFont !important;
    transition: .5s;
    font-weight: 400;
    font-size: 25px
}

.sidebar__categories li a {
    color: inherit
}

.sidebar__categories li:hover {
    padding: 0 5px 0 31px;
    color: var(--alefox-base, #44a05b)
}

.sidebar__categories li:hover::before {
    left: 2px;
    color: var(--alefox-base, #44a05b)
}

.sidebar__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

.sidebar__tags a {
    background-color: transparent;
    text-transform: capitalize;
    border: 1px solid var(--alefox-border-color, #ddd);
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    transition: .5s;
    display: inline-flex;
    line-height: 28px;
    padding: 5px 21px
}

.sidebar__tags a:hover {
    color: var(--alefox-white, #fff);
    border-color: var(--alefox-base, #44a05b);
    background-color: var(--alefox-base, #44a05b)
}

.blog-details__meta,
.comments-one__card:not(:first-of-type),
.product__showing-sort .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--alefox-border-color, #ddd)
}

.sidebar__posts__item {
    display: flex;
    align-items: center
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 30px
}

.sidebar__posts__image {
    flex-shrink: 0;
    margin-right: 15px
}

.sidebar__posts__image img {
    max-width: 100%
}

.sidebar__posts__meta {
    margin: 0 0 7px;
    line-height: 1em;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px
}

.sidebar__posts__meta i {
    font-size: 13px
}

.sidebar__posts__title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px
}

.sidebar__posts__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.sidebar__posts__title a:hover {
    color: var(--alefox-base, #44a05b)
}

.service-sidebar__single {
    position: relative;
    background-color: var(--alefox-gray2, #e1eff0);
    border-radius: 10px;
    padding: 38px 44px 45px
}

.service-sidebar__single+.service-sidebar__single {
    margin-top: 30px
}

.service-sidebar__title {
    font-weight: 700;
    color: var(--alefox-black, #122f2a);
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 23px;
    position: relative
}

.service-sidebar__title::before {
    position: relative;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f787";
    font-size: 18px;
    color: var(--alefox-base, #44a05b);
    margin-right: 4px
}

.service-sidebar__nav {
    margin: 0;
    padding: 0
}

.service-sidebar__nav li:not(:last-of-type) {
    margin-bottom: 8px
}

.service-sidebar__nav li a {
    font-size: 16px;
    color: var(--alefox-black, #122f2a);
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    padding: 14.3px 25px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.service-sidebar__nav li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f787";
    font-weight: 900;
    font-size: inherit;
    color: currentColor
}

.service-sidebar__nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-base, #44a05b);
    z-index: -1;
    transform: scale(1, 0);
    transform-origin: bottom center
}

.category-one .sec-title__title,
.service-sidebar__nav li.current a,
.service-sidebar__nav li:hover a {
    color: var(--alefox-white, #fff)
}

.service-sidebar__nav li.current a::before,
.service-sidebar__nav li:hover a::before {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center
}

.service-sidebar__contact {
    position: relative;
    text-align: center;
    padding: 238px 20px 37px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 4px 4px 0 0
}

.service-sidebar__contact__title {
    margin: 0 0 21px;
    color: var(--alefox-white, #fff);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

.blog-details__top-meta li a:hover,
.blog-details__top-meta li i,
.comments-one__card__date,
.product__categories ul li.active a span,
.product__categories ul li:hover a span {
    color: var(--alefox-base, #44a05b)
}

.service-sidebar__contact .alefox-btn {
    color: var(--alefox-white, #fff);
    position: relative;
    font-size: 14px;
    padding: 11px 34px
}

.blog-details__image {
    position: relative;
    margin-bottom: 30px
}

.blog-details__top-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 24px
}

.blog-details__top-meta li {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.blog-details__top-meta li i {
    margin-right: 10px
}

.blog-details__top-meta li a {
    color: inherit;
    transition: .5s
}

.blog-details__top-meta li.blog-details__top-meta__cats,
.checkout-page__billing-address,
.checkout-page__shipping-address,
.comments-one__card__content,
.product,
.product-details__content,
.product-details__gallery,
.product-details__quantity,
.product__item,
.product__sidebar {
    position: relative
}

.blog-details__top-meta li.blog-details__top-meta__cats a {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff);
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 24px
}

.blog-details__top-meta li.blog-details__top-meta__cats a:hover {
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff)
}

.blog-details__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px
}

.blog-details__text {
    margin: 0 0 15px
}

.blog-details__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--alefox-border-color, #ddd);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 46px;
    margin-bottom: 55px
}

.blog-details__tags {
    display: flex;
    align-items: center;
    gap: 10px
}

.blog-details__tags__title {
    text-transform: capitalize;
    margin: -4px 0;
    line-height: 1em;
    font-size: 20px;
    font-weight: 700
}

.blog-details__tags .sidebar__tags a {
    border: none;
    background-color: var(--alefox-gray, #f6f4ec)
}

.blog-details__social a:hover,
.blog-details__tags .sidebar__tags a:hover,
.product__sidebar--title::after {
    background-color: var(--alefox-base, #44a05b)
}

.blog-details__social a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--alefox-gray, #f6f4ec);
    font-size: 14px;
    color: var(--alefox-black, #122f2a);
    transition: .5s;
    border-radius: 50%
}

.blog-details__social a:hover {
    color: var(--alefox-white, #fff)
}

.comments-one__title {
    margin: -4px 0;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700
}

.comments-one__list {
    margin: 35px 0 0
}

.comments-one__card:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 40px
}

.comments-one__card__image img {
    border-radius: 50%
}

.comments-one__card__title {
    margin: 20px 0 10px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700
}

.comments-one__card__date {
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px
}

.comments-one__card__text {
    margin: 0 0 20px;
    max-width: 560px
}

.comments-one__card__reply {
    padding: 6px 20px;
    font-size: 12px
}

.product__categories,
.product__price-ranger {
    padding: 30px;
    background-color: var(--alefox-gray, #f6f4ec)
}

.comments-form__title {
    margin: -4px 0;
    text-transform: capitalize;
    font-size: 25px;
    color: var(--alefox-black, #122f2a);
    font-weight: 700
}

.comments-form__form {
    margin-top: 45px
}

.comments-form .form-one .bootstrap-select>.dropdown-toggle,
.comments-form .form-one input[type=email],
.comments-form .form-one input[type=text],
.comments-form .form-one textarea {
    background-color: transparent
}

.product__sidebar--title {
    margin: 0 0 20px;
    line-height: 1em;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -3px;
    display: inline-block
}

@media (min-width:768px) {
    .block-title p {
        font-size: 18px
    }

    .block-title h3 {
        font-size: 42px
    }

    .sec-title {
        padding-bottom: 49px;
        margin-top: -2px
    }

    .sec-title__title,
    .video-one__title {
        font-size: 40px;
        line-height: 50px
    }

    .funfact-two__count,
    .video-two__title {
        font-size: 50px
    }

    .team-details__title {
        font-size: 35px
    }

    .topbar-one {
        display: block
    }

    .main-header__logo {
        width: auto
    }

    .main-header__logo .mobile-nav__btn {
        margin-left: 30px
    }

    .demo-one__btn,
    .main-header__btn {
        display: inline-flex
    }

    .funfact-three__count {
        font-size: 40px
    }

    .blog-details__tags__title,
    .product__sidebar--title,
    .sidebar__title {
        font-size: 22px
    }

    .comments-one__card {
        display: flex;
        align-items: flex-start
    }

    .comments-one__card__image {
        margin-right: 30px
    }

    .comments-one__card__text {
        margin-bottom: 0
    }

    .comments-one__card__reply {
        position: absolute;
        top: 0;
        right: 0
    }
}

.product__sidebar--title::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 63%;
    height: 3px;
    content: ""
}

.product-two__item__img::after,
.product__item__img::after {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), .3);
    left: 50%;
    right: 51%;
    pointer-events: none;
    opacity: 1;
    bottom: 0
}

.product__search {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.product__search form {
    border-radius: 0;
    position: relative
}

.product__search form input[type=text] {
    width: 100%;
    height: 64px;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-size: 14px;
    color: var(--alefox-text, #636363);
    border: 1px solid var(--alefox-border-color, #ddd);
    outline: 0;
    font-weight: 500;
    border-radius: 0
}

.product__price-ranger {
    margin-bottom: 30px
}

.product__price-ranger #slider-range {
    margin: 22px 0 0;
    background: var(--alefox-white, #fff);
    border: none;
    height: 5px;
    border-radius: 0;
    position: relative
}

.product__price-ranger #slider-range .ui-slider-range {
    height: 100%;
    background: var(--alefox-base, #44a05b)
}

.product__price-ranger #slider-range .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--alefox-base, #44a05b);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: 0;
    cursor: pointer;
    z-index: 2
}

.product__price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin: 18px 0 0
}

.product__price-ranger .ranger-min-max-block input[type=text] {
    position: relative;
    display: inline-block;
    color: var(--alefox-text, #636363);
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    line-height: 30px;
    border: none;
    outline: 0;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    padding: 0;
    text-align: center;
    background-color: transparent
}

.product-details__info li strong,
.product__categories ul li.active a {
    font-weight: 600
}

.product__price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--alefox-text, #636363);
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    left: -2px
}

.product__price-ranger .ranger-min-max-block input[type=submit] {
    position: relative;
    display: block;
    background-color: var(--alefox-white, #fff);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    float: right;
    text-align: center;
    border: none;
    color: var(--alefox-black, #122f2a);
    font-size: 10px;
    letter-spacing: var(--alefox-letter-space, .1em);
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    cursor: pointer;
    padding: 0 20px;
    height: 38px;
    border-radius: 0;
    box-shadow: 0 10px 30px 0 rgba(var(--alefox-black-rgb, 18, 47, 42), .07);
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.product__categories ul {
    margin: 0 -15px -20px;
    padding: 0;
    list-style: none
}

.product__categories ul li {
    position: relative;
    margin: 0 0 4px
}

.product-two__item__btn a+a,
.product__item__btn a+a,
.project-details .mt50 {
    margin-top: 10px
}

.product__categories ul li a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--alefox-text, #636363);
    font-weight: 500;
    transition: .3s;
    z-index: 1;
    padding: 9px 15px 11px
}

.product__categories ul li a span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--alefox-black, #122f2a);
    margin-right: 10px;
    transition: .3s
}

.product__categories ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-white, #fff);
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform .5s ease-in-out, visibility .5s ease-in-out;
    transform-origin: bottom center
}

.product__categories ul li.active a,
.product__categories ul li:hover a {
    color: var(--alefox-black, #122f2a);
    padding-left: 27px
}

.product__categories ul li.active a::before,
.product__categories ul li:hover a::before {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center
}

.product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.product__showing-text {
    margin: 0;
    font-weight: 400;
    font-size: 17px
}

.product__showing-sort {
    margin: 0;
    font-size: 17px;
    text-transform: capitalize
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 340px !important;
    font-family: var(--alefox-font, "Rubik", sans-serif)
}

@media (max-width:360px) {
    .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 300px !important
    }
}

.product__showing-sort .bootstrap-select .dropdown-menu {
    border: none
}

.product__showing-sort .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 60px;
    outline: 0 !important;
    border-radius: 0;
    border: 0;
    background-color: var(--alefox-gray, #f6f4ec) !important;
    margin: 0;
    padding: 0 30px;
    color: var(--alefox-text, #636363) !important;
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    box-shadow: none !important;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center
}

.product__showing-sort .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--alefox-text, #636363)
}

.product__showing-sort .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 30px;
    color: var(--alefox-text, #636363);
    background-color: var(--alefox-gray, #f6f4ec);
    -webkit-transition: .4s;
    transition: .4s
}

.product__showing-sort .bootstrap-select .dropdown-menu>li.selected>a,
.product__showing-sort .bootstrap-select .dropdown-menu>li:hover>a {
    background: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff);
    border-color: var(--alefox-base, #44a05b)
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li+li>a,
.product-details__comment {
    border-top: 1px solid var(--alefox-border-color, #ddd)
}

.product__item__img {
    min-height: 240px;
    background-color: var(--alefox-gray2, #e1eff0);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px
}

.product__item__btn a:hover,
.product__item__flash__off {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.product__item__img::after {
    content: "";
    position: absolute;
    top: 0;
    transition: .4s linear
}

.product__item__img img {
    width: auto !important;
    height: auto;
    transition: .5s;
    max-width: 100%
}

.product__item:hover .product__item__img img {
    transform: scale(1.05)
}

.product__item:hover .product__item__img::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s linear
}

.product__item__flash {
    position: absolute;
    top: 0
}

.product__item__flash__off {
    font-size: 11px;
    font-weight: 500;
    padding: 8px 5px;
    letter-spacing: .6px;
    line-height: .8;
    text-transform: capitalize
}

.product__item__btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2
}

.product__item__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    color: var(--alefox-black, #122f2a);
    font-size: 12px;
    visibility: hidden;
    opacity: 0
}

.product__item__btn a:first-child {
    transition: transform 350ms cubic-bezier(.445, .05, .55, .95), opacity .3s, visibility .3s, background .3s, color .3s, border .3s;
    transform: translate3d(30px, 0, 0)
}

.product__item__btn a:nth-child(2) {
    transition: transform .5s cubic-bezier(.445, .05, .55, .95), opacity .3s, visibility .3s, background .3s, color .3s, border .3s;
    transform: translate3d(30px, 0, 0)
}

.product__item__btn a:nth-child(3) {
    transition: transform 650ms cubic-bezier(.445, .05, .55, .95), opacity .3s, visibility .3s, background .3s, color .3s, border .3s;
    transform: translate3d(30px, 0, 0)
}

.product__item:hover .product__item__btn a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.product__item__content {
    position: relative;
    text-align: center;
    padding: 25px 20px 30px;
    background-color: var(--alefox-white, #fff);
    transition: .5s
}

.product__item__cats {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .3px;
    text-transform: capitalize;
    margin-bottom: -3px
}

.product__item__cats a {
    color: inherit
}

.product__item__cats a:hover {
    color: var(--alefox-base, #44a05b)
}

.product__item__title {
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--alefox-black2, #202221);
    font-weight: 700;
    margin: 0 0 12px
}

.product__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.product__item__title a:hover {
    color: var(--alefox-base, #44a05b)
}

.product__item__price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 13px
}

.product__item__ratings {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--alefox-base, #44a05b);
    letter-spacing: 6px
}

.product-two__item__btn a:hover,
.product-two__item__flash__off {
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-base, #44a05b)
}

.product-two__btn {
    position: relative;
    text-align: right;
    margin: 16px 0 0
}

@media (min-width:768px) and (max-width:991px) {
    .product-two__btn .alefox-btn {
        padding: 14px 20px
    }
}

.cart-page__table tbody tr td:last-child,
.cart-page__table thead tr th:last-child {
    text-align: right
}

.product-two__item {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--alefox-white, #fff);
    transition: .5s
}

.product-two__item__img {
    background-color: var(--alefox-gray2, #e1eff0);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: 45%;
    min-height: 200px
}

.product-two__item__img::after {
    content: "";
    position: absolute;
    top: 0;
    transition: .4s linear
}

.product-two__item__img img {
    width: auto !important;
    height: auto;
    transition: .5s;
    max-width: 100%
}

.product-two__item:hover .product-two__item__img img {
    transform: scale(1.05)
}

.product-two__item:hover .product-two__item__img::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s linear
}

.product-two__item__flash {
    position: absolute;
    top: 0
}

.product-two__item__flash__off {
    font-size: 11px;
    font-weight: 500;
    padding: 8px 5px;
    letter-spacing: .6px;
    line-height: .8;
    text-transform: capitalize
}

.product-two__item__btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2
}

.product-two__item__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    color: var(--alefox-black, #122f2a);
    font-size: 12px;
    visibility: hidden;
    opacity: 0
}

.product-two__item__btn a:first-child {
    transition: transform 350ms cubic-bezier(.445, .05, .55, .95), opacity .3s, visibility .3s, background .3s, color .3s, border .3s;
    transform: translate3d(30px, 0, 0)
}

.product-two__item__btn a:nth-child(2) {
    transition: transform .5s cubic-bezier(.445, .05, .55, .95), opacity .3s, visibility .3s, background .3s, color .3s, border .3s;
    transform: translate3d(30px, 0, 0)
}

.product-two__item__btn a:nth-child(3) {
    transition: transform 650ms cubic-bezier(.445, .05, .55, .95), opacity .3s, visibility .3s, background .3s, color .3s, border .3s;
    transform: translate3d(30px, 0, 0)
}

.product-two__item:hover .product-two__item__btn a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.product-two__item__content {
    position: relative;
    padding: 20px 30px;
    width: 55%
}

.product-two__item__cats {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: .3px;
    text-transform: capitalize;
    margin-bottom: -3px
}

.product-two__item__cats a {
    color: inherit
}

.product-two__item__cats a:hover {
    color: var(--alefox-base, #44a05b)
}

.product-two__item__title {
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--alefox-black2, #202221);
    font-weight: 700;
    margin: 0 0 12px
}

.product-details__gallery .img-popup:hover,
.product-two__item__ratings {
    color: var(--alefox-base, #44a05b)
}

.product-two__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.product-two__item__title a:hover {
    background-size: 100% 1px;
    color: var(--alefox-base, #44a05b)
}

.product-two__item__price {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 13px
}

.product-two__item__ratings {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    letter-spacing: 6px
}

.product-details__gallery__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    min-height: 550px
}

.product-details__gallery__image img {
    max-width: 100%;
    height: auto
}

.product-details__gallery .img-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 21px;
    color: var(--alefox-black2, #202221)
}

.product-details__gallery__flash {
    position: absolute;
    z-index: 2;
    top: 0
}

.product-details__gallery__flash__off {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff);
    font-size: 11px;
    font-weight: 500;
    padding: 8px 5px;
    letter-spacing: .6px;
    line-height: .8;
    text-transform: capitalize
}

.product-details__carousel {
    background-color: var(--alefox-gray2, #e1eff0);
    position: relative;
    min-height: 550px
}

.product-details__carousel-thumb {
    max-width: 320px;
    z-index: 8;
    margin: -35px auto auto;
    position: relative
}

.product-details__carousel-thumb .item {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 6px 0 0
}

.product-details__carousel-thumb .item .product-details__meta-thumb {
    width: 80px;
    height: 80px;
    background-color: var(--alefox-gray2, #e1eff0);
    padding: 12px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    display: block;
    position: relative
}

.product-details__carousel-thumb .item .product-details__meta-thumb::after {
    position: absolute;
    left: -5px;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
    border: 5px solid var(--alefox-base, #44a05b);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    transform: scale(.8)
}

.product-details__carousel-thumb .item .product-details__meta-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.product-details__carousel-thumb .slick-active.slick-center .item .product-details__meta-thumb::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }

    .team-details__content {
        padding-left: 30px
    }

    .blog-card-list__text {
        padding-right: 45px
    }

    .footer-widget--links-two {
        margin-left: -30px
    }

    .mobile-nav__btn {
        display: none
    }

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul {
        display: flex
    }

    .why-choose-one__image img {
        max-width: none
    }

    .blog-details__text,
    .product-details__description__text,
    .why-choose-one__text {
        padding-right: 50px
    }

    .why-choose-two__image {
        margin-left: 120px
    }

    .why-choose-two__content {
        padding-left: 70px
    }

    .cta-three__content {
        padding-left: 35px
    }

    .comments-form,
    .comments-one {
        margin-top: 55px
    }

    .comments-one__card:not(:first-of-type) {
        margin-top: 50px;
        padding-top: 50px
    }

    .comments-one__card__image {
        margin-right: 45px
    }

    .comments-one__card__title {
        margin-bottom: 21px
    }

    .product-two__item__content {
        padding-left: 40px
    }

    .product-details__content {
        margin-left: 20px
    }
}

.product-details__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 16px
}

.product-details__price {
    display: flex;
    align-items: center;
    position: relative
}

.product-details__price__regular {
    display: block;
    font-size: 28px;
    color: var(--alefox-black, #122f2a);
    font-weight: 500;
    margin: 0
}

.product-details__price__offer {
    display: block;
    font-size: 16px;
    color: rgba(var(--alefox-black-rgb, 18, 47, 42), .5);
    text-decoration: line-through;
    margin-left: 18px
}

.product-details__price__stock {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    color: var(--alefox-white, #fff);
    background-color: var(--alefox-base, #44a05b);
    padding: 4px 8px;
    margin-left: 15px
}

.product-details__feature__icon,
.product-details__quantity .quantity-box button:hover,
.product-details__review,
.product-details__review a:hover {
    color: var(--alefox-base, #44a05b)
}

.product-details__review {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: 25px
}

.product-details__review a {
    display: inline-block;
    color: var(--alefox-black2, #202221);
    font-size: 16px;
    letter-spacing: 0;
    margin-left: 4px;
    font-weight: 500;
    transition: .5s
}

.product-details__excerpt {
    margin: 0 0 22px
}

.product-details__feature {
    padding: 0;
    margin: 0 0 25px;
    list-style: none
}

.product-details__feature li {
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--alefox-text, #636363);
    position: relative;
    padding-left: 30px
}

.product-details__feature__icon {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 22px
}

.product-details__qty {
    position: relative;
    display: flex;
    align-items: end;
    gap: 27px;
    margin: 0 0 35px
}

.product-details__quantity__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 110px;
    height: 56px;
    border: 1px solid var(--alefox-border-color, #ddd)
}

.product-details__quantity .quantity-box input {
    width: 60px;
    height: 54px;
    border: none;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    color: var(--alefox-black2, #202221);
    padding-left: 21px;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent
}

.product-details__quantity .quantity-box button {
    width: 24px;
    height: 24px;
    color: var(--alefox-black2, #202221);
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 9px;
    background-color: transparent;
    border: none;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    transition: .5s;
    text-shadow: 0 0 1px var(--alefox-text, #636363);
    padding: 0
}

.product-details__buttons__wishlist:hover,
.product-details__description__lists li:hover span,
.product-details__socials a:hover {
    background-color: var(--alefox-base, #44a05b)
}

.product-details__quantity .quantity-box button.sub {
    bottom: 5px;
    top: auto;
    border-top: 0
}

.product-details__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 27px
}

.product-details__buttons__wishlist {
    height: 50px;
    width: 50px;
    background-color: var(--alefox-gray, #f6f4ec);
    color: var(--alefox-black, #122f2a);
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.product-details__buttons__wishlist:hover {
    color: var(--alefox-white, #fff)
}

.product-details__info {
    padding: 0;
    margin: 0 0 32px;
    list-style: none
}

.product-details__info li {
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--alefox-black, #122f2a);
    position: relative;
    padding-left: 28px
}

.product-details__info__icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--alefox-base, #44a05b);
    font-size: 22px
}

.product-details__socials {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.product-details__socials__title {
    margin: 0 5px 0 0;
    font-size: 18px;
    font-weight: 700
}

.product-details__socials a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--alefox-gray, #f6f4ec);
    font-size: 14px;
    color: var(--alefox-black2, #202221);
    transition: .5s;
    border-radius: 50%
}

.product-details__socials a:hover {
    color: var(--alefox-white, #fff)
}

.product-details__description {
    position: relative;
    margin: 52px 0 0
}

.product-details__description__title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 24px;
    font-weight: 700
}

.product-details__description__text {
    margin-bottom: 30px
}

.product-details__description__lists {
    margin: 40px 0 22px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.product-details__description__lists li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 20px;
    position: relative
}

.product-details__description__lists li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    background-color: var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--alefox-white, #fff);
    transition: .4s
}

.product-details__comment {
    margin: 55px 0 0;
    padding: 52px 0 0;
    position: relative
}

.product-details__review-title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 44px;
    font-weight: 700
}

.product-details__comment-box {
    position: relative;
    padding: 11px 0 64px 212px;
    margin-bottom: 50px;
    min-height: 166px;
    border-bottom: 1px solid var(--alefox-border-color, #ddd)
}

.product-details__comment-box__thumb {
    width: 166px;
    height: 166px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin: 0;
    border: none
}

.product-details__comment-box__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.cart-page__table__meta-img img,
.wishlist-page__table__meta-img img {
    height: auto;
    max-width: 100%
}

.product-details__comment-box__meta {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 20px;
    font-weight: 700;
    color: var(--alefox-black, #122f2a)
}

.cart-page__table__meta-title a:hover,
.cart-page__table__remove:hover,
.product-details__comment-box__date,
.product-details__form-ratings {
    color: var(--alefox-base, #44a05b)
}

.product-details__comment-box__date {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 0 7px
}

.product-details__comment-box__text {
    line-height: 30px;
    margin: 0;
    font-size: 15px
}

.product-details__comment-box__ratings {
    position: absolute;
    right: 0;
    top: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    font-size: 16px;
    color: var(--alefox-base, #44a05b)
}

.product-details__form {
    position: relative;
    margin: 51px 0 0
}

.checkout-page .bs-gutter-x-20,
.product-details__form .row {
    --bs-gutter-x: 20px
}

.product-details__form-title {
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: 700
}

.product-details__form-ratings {
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    font-size: 16px;
    margin: 0 0 15px
}

.product-details__form-ratings__label {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    color: var(--alefox-text, #636363);
    margin: 0 17px 0 0
}

.product-details__form__form {
    margin-top: 0
}

.product-details__form .form-one .bootstrap-select>.dropdown-toggle,
.product-details__form .form-one input[type=email],
.product-details__form .form-one input[type=text],
.product-details__form .form-one textarea {
    background-color: transparent
}

.related-product__title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 45px
}

.cart-page__cart-total li,
.cart-page__table thead tr th,
.cart-page__table__meta-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700
}

.cart-page .table-responsive,
.wishlist-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.cart-page__table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 60px
}

.cart-page__table thead tr th {
    color: var(--alefox-black, #122f2a);
    line-height: 30px;
    padding: 0 0 24px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--alefox-border-color, #ddd) !important;
    box-shadow: none
}

.cart-page__table tbody tr td {
    font-size: 18px;
    font-weight: 500;
    color: var(--alefox-text, #636363);
    vertical-align: middle;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-top: 1px solid var(--alefox-border-color, #ddd);
    border-bottom: 1px solid var(--alefox-border-color, #ddd);
    padding: 30px 0;
    letter-spacing: 0
}

.cart-page__table__meta {
    display: flex;
    align-items: center
}

.cart-page__table__meta-img {
    width: 119px;
    height: 119px;
    padding: 10px;
    background-color: var(--alefox-gray2, #e1eff0);
    margin-right: 34px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-page__table__meta-title {
    margin: 0;
    color: var(--alefox-black, #122f2a)
}

.cart-page__table__meta-title a {
    color: inherit
}

.cart-page__table__remove {
    display: block;
    color: var(--alefox-black, #122f2a);
    font-size: 24px
}

.cart-page__coupone-form {
    position: relative;
    display: flex
}

.cart-page__coupone-form input[type=text] {
    height: 58px;
    width: 375px;
    border: 1px solid var(--alefox-border-color, #ddd);
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    display: block;
    font-weight: 400;
    margin-right: 10px
}

.checkout-page__notice a:hover,
.wishlist-page__table__meta-title a:hover,
.wishlist-page__table__remove:hover {
    color: var(--alefox-base, #44a05b)
}

.cart-page__cart-total {
    position: relative;
    text-align: right;
    margin: -8px 0 24px;
    padding: 0
}

.checkout-page__order-table tbody tr td:last-child,
.checkout-page__order-table thead tr th:last-child,
.skill-one .alefox-stretch-element-inside-column,
.wishlist-page__table tbody tr td:last-child,
.wishlist-page__table thead tr th:last-child,
.wishlist-page__table__cart {
    text-align: right
}

.cart-page__cart-total li {
    display: block;
    color: var(--alefox-black, #122f2a);
    margin: 0
}

.cart-page__cart-total-amount {
    font-size: 18px;
    color: var(--alefox-text, #636363);
    font-weight: 500;
    text-transform: inherit;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    display: inline-block;
    min-width: 172px
}

.cart-page__buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.mobile-nav__social,
.wishlist-page__table__meta,
.wishlist-page__table__meta-img {
    display: flex;
    align-items: center
}

.wishlist-page__table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0
}

.wishlist-page__table thead tr th {
    color: var(--alefox-black, #122f2a);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 24px;
    text-transform: capitalize;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--alefox-border-color, #ddd) !important;
    box-shadow: none
}

.wishlist-page__table tbody tr td {
    font-size: 18px;
    font-weight: 400;
    color: var(--alefox-text, #636363);
    vertical-align: middle;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-top: 1px solid var(--alefox-border-color, #ddd);
    border-bottom: 1px solid var(--alefox-border-color, #ddd);
    padding: 30px 0;
    letter-spacing: 0
}

.wishlist-page__table__meta-img {
    width: 119px;
    height: 119px;
    padding: 10px;
    background-color: var(--alefox-gray2, #e1eff0);
    margin-right: 34px;
    justify-content: center
}

.wishlist-page__table__meta-title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
    color: var(--alefox-black, #122f2a)
}

.wishlist-page__table__meta-title a {
    color: inherit
}

.wishlist-page__table__remove {
    display: block;
    color: var(--alefox-black, #122f2a);
    font-size: 24px
}

.checkout-page__notice {
    line-height: 26px;
    margin: 0 0 16px
}

.checkout-page__notice a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.checkout-page__billing-address__title {
    font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 34px;
    font-weight: 700
}

.checkout-page__shipping-address__title {
    font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 34px;
    font-weight: 700
}

.checkout-page__shipping-address__title input[type=checkbox] {
    display: none
}

.checkout-page__shipping-address__title label {
    position: relative;
    display: inline-block;
    padding-right: 29px;
    cursor: pointer
}

.checkout-page__shipping-address__title label span:before {
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 20px;
    display: inline-block;
    color: var(--alefox-white, #fff);
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 8px;
    font-weight: 900;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    opacity: 0
}

.checkout-page__shipping-address__title input[type=checkbox]+label span {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 19px;
    height: 19px;
    background-color: var(--alefox-base, #44a05b);
    border-radius: 50%;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.checkout-page__shipping-address__title input[type=checkbox]:checked+label span:before {
    opacity: 1
}

.checkout-page__input-box {
    position: relative;
    line-height: 1;
    margin: 0 0 20px
}

.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel],
.checkout-page__input-box input[type=text] {
    height: 58px;
    width: 100%;
    border: 1px solid var(--alefox-border-color, #ddd);
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    font-family: var(--alefox-font, "Rubik", sans-serif);
    display: block;
    font-weight: 400
}

.checkout-page__check-box input[type=checkbox],
.checkout-page__input-box .bootstrap-select>.dropdown-toggle::after {
    display: none
}

.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--alefox-font, "Rubik", sans-serif)
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 58px;
    outline: 0 !important;
    border-radius: 0;
    border: 1px solid var(--alefox-border-color, #ddd);
    background-color: transparent !important;
    margin: 0;
    padding: 0 30px;
    color: var(--alefox-text, #636363) !important;
    font-size: 16px;
    line-height: 58px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center
}

.checkout-page__input-box .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--alefox-text, #636363)
}

.checkout-page__input-box .bootstrap-select .dropdown-menu {
    border: none
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    color: var(--alefox-text, #636363);
    background-color: var(--alefox-gray, #f6f4ec);
    -webkit-transition: .4s;
    transition: .4s
}

.checkout-page__input-box .bootstrap-select .dropdown-menu>li.selected>a,
.checkout-page__input-box .bootstrap-select .dropdown-menu>li:hover>a {
    background: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff);
    border-color: var(--alefox-base, #44a05b)
}

.checkout-page__input-box textarea {
    font-size: 16px;
    font-weight: 400;
    color: var(--alefox-text, #636363);
    height: 123px;
    width: 100%;
    background-color: transparent;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    padding: 20px 30px 30px;
    border: 1px solid var(--alefox-border-color, #ddd);
    outline: 0;
    margin-bottom: 0
}

.checkout-page__check-box {
    position: relative;
    display: block;
    margin-top: -6px
}

.checkout-page__check-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0;
    margin-bottom: 0;
    color: var(--alefox-text, #636363);
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    cursor: pointer
}

.login-page__checked-box label,
.register-page__checked-box label {
    display: inline-block;
    padding-left: 45px;
    margin-right: 0;
    margin-bottom: 0;
    text-transform: none;
    position: relative;
    cursor: pointer
}

.checkout-page__check-box label span:before {
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 20px;
    display: inline-block;
    color: var(--alefox-white, #fff);
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 8px;
    font-weight: 900;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    opacity: 0
}

.checkout-page__check-box input[type=checkbox]+label span {
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: var(--alefox-base, #44a05b);
    border-radius: 50%;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.checkout-page__check-box input[type=checkbox]:checked+label span:before {
    opacity: 1
}

.checkout-page__your-order {
    position: relative;
    margin: 32px 0 0
}

.checkout-page__your-order__title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 700
}

.checkout-page__order-table thead tr th,
.checkout-page__payment__title {
    font-size: 20px;
    color: var(--alefox-black, #122f2a);
    font-weight: 700;
    text-transform: capitalize
}

.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--alefox-border-color, #ddd);
    margin: 0
}

.checkout-page__order-table thead tr th {
    margin: 0;
    padding: 15.5px 0;
    border: none;
    border-top: 1px solid var(--alefox-border-color, #ddd);
    border-bottom: 1px solid var(--alefox-border-color, #ddd)
}

.checkout-page__order-table tbody tr td {
    font-size: 16px;
    line-height: 24px;
    color: var(--alefox-text, #636363);
    margin: 0;
    padding: 0 0 24px;
    border: none
}

.checkout-page__order-table tbody tr:first-child td {
    padding-top: 25px
}

.checkout-page__payment {
    background-color: var(--alefox-gray, #f6f4ec);
    padding: 45px 50px 17px;
    min-height: 295px;
    margin-bottom: 30px
}

@media (max-width:991px) {

    .checkout-page__shipping-address,
    .funfact-two__list,
    .why-choose-three__list {
        margin: 50px 0 0
    }

    .funfact-one__list li {
        padding: 15px 20px
    }

    .funfact-two__item {
        padding-left: 50px
    }

    .funfact-three__item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 0 30px !important
    }

    .funfact-three__item:not(:last-of-type)::before {
        right: 50px !important
    }

    .funfact-three__item:nth-child(2)::before {
        display: none
    }

    .testimonials-one {
        padding-top: 120px
    }

    .testimonials-one__wrapper {
        padding-left: 0
    }

    .cta-one__shape,
    .cta-one__title br,
    .testimonials-one__wrapper__title {
        display: none
    }

    .testimonials-one__carousel-thumb {
        max-width: 400px;
        position: relative;
        margin-left: auto
    }

    .testimonials-one .slick-slide.slick-active .testimonials-one__meta-thumb {
        left: 0
    }

    .cta-two .justify-content-end {
        justify-content: flex-start !important;
        margin-top: 30px
    }

    .cta-three__thumb {
        text-align: left;
        margin-bottom: 30px
    }

    .cta-five__content {
        padding: 45px 30px
    }

    .cta-five .text-end {
        text-align: left !important
    }

    .product__info-top {
        margin-top: 0
    }

    .product-details__content {
        margin: 45px 0 0
    }

    .cart-page__cart-total {
        text-align: left;
        margin-top: 45px
    }

    .cart-page__cart-total li span {
        display: inline-block;
        min-width: 172px
    }

    .cart-page__buttons {
        justify-content: flex-start
    }

    .checkout-page__payment {
        margin-top: 50px
    }

    .offer-one__left {
        margin: 0 auto;
        text-align: center;
        padding: 30px
    }
}

.checkout-page__payment__item {
    position: relative
}

.checkout-page__payment__title {
    display: flex;
    margin: 0 0 28px;
    align-items: center;
    cursor: pointer
}

.checkout-page__payment__title::before {
    content: "";
    width: 19px;
    height: 19px;
    background-color: var(--alefox-white, #fff);
    border: 2px solid var(--alefox-border-color, #ddd);
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    position: relative;
    top: 1px;
    transition: .5s
}

.checkout-page__payment__title img {
    margin-left: 15px
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
    background-color: var(--alefox-base, #44a05b);
    border-color: var(--alefox-base, #44a05b);
    content: "\f00c";
    color: var(--alefox-white, #fff)
}

.checkout-page__payment__content {
    margin-left: 35px;
    margin-bottom: 39px;
    font-size: 15px;
    line-height: 30px
}

.login-page__wrap,
.register-page__wrap {
    position: relative;
    max-width: 970px;
    padding: 60px;
    background-color: var(--alefox-gray, #f6f4ec);
    margin: 0 auto
}

.login-page__wrap__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px
}

.login-page__form,
.register-page__form {
    position: relative;
    z-index: 1;
    display: block
}

.login-page__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.login-page__form-input-box input[type=email],
.login-page__form-input-box input[type=password],
.login-page__form-input-box input[type=text] {
    height: 58px;
    width: 100%;
    border: 1px solid var(--alefox-border-color, #ddd);
    background-color: var(--alefox-white, #fff);
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    display: block;
    font-weight: 400;
    border-radius: 5px;
    transition: .4s
}

.login-page__form-input-box input[type=email]:focus,
.login-page__form-input-box input[type=password]:focus,
.login-page__form-input-box input[type=text]:focus {
    border-color: var(--alefox-base, #44a05b)
}

.login-page__check-forgot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 27px
}

.error-404__image,
.login-page__checked-box,
.login-page__form-forgot-password {
    position: relative
}

.login-page__checked-box label {
    color: var(--alefox-text, #636363);
    font-size: 16px
}

.login-page__checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--alefox-border-color, #ddd);
    border-right: 2px solid var(--alefox-border-color, #ddd);
    content: "";
    width: 8px;
    height: 12px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    opacity: 0
}

.login-page__checked-box input[type=checkbox] {
    display: none
}

.login-page__checked-box input[type=checkbox]+label span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid var(--alefox-border-color, #ddd)
}

.login-page__checked-box input[type=checkbox]:checked+label span:before {
    opacity: 1
}

.login-page__form-forgot-password a {
    font-size: 16px;
    color: var(--alefox-base, #44a05b);
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.login-page__form-forgot-password a:hover {
    background-size: 100% 1px;
    color: var(--alefox-base, #44a05b)
}

@media (max-width:1199px) {

    .cart-page .table-responsive,
    .wishlist-page .table-responsive {
        margin-bottom: 30px
    }

    .cart-page__table,
    .wishlist-page__table {
        min-width: 1170px
    }

    .cart-page__coupone-form input[type=text] {
        width: 290px
    }

    .login-page__wrap,
    .register-page__wrap {
        padding: 50px 40px
    }

    .faq-one__image {
        max-width: 570px;
        margin-top: 50px
    }
}

.register-page__wrap__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px
}

.register-page__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.register-page__form-input-box input[type=email],
.register-page__form-input-box input[type=password],
.register-page__form-input-box input[type=text] {
    height: 58px;
    width: 100%;
    border: 1px solid var(--alefox-border-color, #ddd);
    background-color: var(--alefox-white, #fff);
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    font-size: 16px;
    color: var(--alefox-text, #636363);
    display: block;
    font-weight: 400;
    border-radius: 5px;
    transition: .4s
}

.register-page__form-input-box input[type=email]:focus,
.register-page__form-input-box input[type=password]:focus,
.register-page__form-input-box input[type=text]:focus {
    border-color: var(--alefox-base, #44a05b)
}

.register-page__checked-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 27px
}

.register-page__checked-box label {
    color: var(--alefox-text, #636363);
    font-size: 16px
}

.register-page__checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--alefox-border-color, #ddd);
    border-right: 2px solid var(--alefox-border-color, #ddd);
    content: "";
    width: 8px;
    height: 12px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    opacity: 0
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right,
.register-page__checked-box input[type=checkbox] {
    display: none
}

.register-page__checked-box input[type=checkbox]+label span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid var(--alefox-border-color, #ddd)
}

.register-page__checked-box input[type=checkbox]:checked+label span:before {
    opacity: 1
}

.error-404 {
    padding: 120px 0;
    position: relative;
    text-align: center
}

.error-404__image img {
    max-width: 100%;
    height: auto
}

.error-404__title {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block
}

.error-404__title img {
    display: none;
    position: absolute;
    top: 51%;
    left: 33%;
    animation: 5s linear infinite flowerRotate
}

.faq-one__image__shape-two img,
.package-card__icon-shape img {
    animation: 4s linear infinite treeMove2
}

.error-404__sub-title {
    font-size: 25px;
    text-transform: capitalize;
    margin: 44px 0 21px;
    font-weight: 700
}

.error-404__text {
    margin-bottom: 38px
}

.error-404__search {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px
}

.error-404__search input[type=text] {
    border: none;
    outline: 0;
    display: block;
    background-color: var(--alefox-gray, #f6f4ec);
    color: var(--alefox-text, #636363);
    font-size: 16px;
    width: 100%;
    max-width: 550px;
    padding-left: 30px;
    height: 60px
}

.error-404__search__btn {
    border: none;
    outline: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 20px
}

.error-404__search__btn:hover,
.offer-one .alefox-btn,
.package-card .alefox-btn {
    color: var(--alefox-base, #44a05b)
}

@media (max-width:767px) {
    .mobile-nav__btn {
        margin-left: -40px;
        margin-right: 10px
    }

    .blog-details,
    .cart-page,
    .checkout-page,
    .cta-four,
    .error-404,
    .faq-one,
    .funfact-two,
    .gallery-one,
    .login-page,
    .product-details,
    .product-one,
    .product-two,
    .register-page,
    .testimonials-one,
    .testimonials-page,
    .testimonials-two,
    .why-choose-one__content,
    .wishlist-page {
        padding: 80px 0
    }

    .why-choose-one__list__item {
        flex-wrap: wrap
    }

    .why-choose-one__list__text {
        align-items: baseline;
        margin: 20px 25px 0
    }

    .why-choose-three {
        padding: 80px 0 180px
    }

    .why-choose-three__item {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), .1)
    }

    .funfact-one--about {
        padding-bottom: 80px
    }

    .funfact-one__list {
        grid-template-columns: repeat(1, 1fr);
        border-radius: 100px;
        padding: 30px 40px
    }

    .funfact-one__list li {
        padding: 15px 30px
    }

    .funfact-two__list__icon {
        display: none
    }

    .funfact-two__item {
        padding-left: 50px;
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid var(--alefox-base, #44a05b)
    }

    .funfact-three {
        padding: 80px 0 50px
    }

    .cart-page__coupone-form,
    .funfact-three__list,
    .login-page__check-forgot,
    .product-two__item {
        display: block
    }

    .funfact-three__item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 30px !important;
        text-align: center
    }

    .funfact-three__item:not(:last-of-type)::before {
        display: none
    }

    .funfact-three__icon {
        margin-left: auto;
        margin-right: auto
    }

    .testimonials-one__item {
        flex-direction: column
    }

    .testimonials-one__item__content {
        padding: 40px 30px;
        margin-left: 0;
        border-radius: 30px
    }

    .testimonials-card {
        padding: 50px 30px 48px
    }

    .testimonials-card__image {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 20px
    }

    .cta-one {
        padding: 70px 0 80px
    }

    .cta-three__content,
    .cta-two__content,
    .product-details__comment-box {
        padding-left: 0
    }

    .cta-two__content__thumb {
        position: relative;
        margin-bottom: 15px
    }

    .cta-four__title {
        font-size: 32px;
        line-height: 42px
    }

    .cta-four__countdown {
        gap: 15px
    }

    .cta-four__countdown li span {
        font-size: 30px;
        padding-top: 30px
    }

    .cta-four__countdown li i {
        font-size: 15px;
        margin-top: 27px;
        padding: 10px
    }

    .cta-five__content {
        padding: 45px 15px
    }

    .cta-five__content__list li,
    .product-details__qty {
        flex-wrap: wrap
    }

    .product__info-top {
        display: block;
        margin-top: 0
    }

    .product__showing-text {
        margin-bottom: 20px
    }

    .product-two__btn {
        text-align: left;
        margin: 0 0 40px
    }

    .product-two__item__img {
        width: 100%
    }

    .product-two__item__content {
        width: 100%;
        padding: 30px
    }

    .product-details__carousel,
    .product-details__gallery__image {
        min-height: 450px
    }

    .product-details__title {
        font-size: 25px
    }

    .product-details__description__lists {
        grid-template-columns: repeat(1, 1fr)
    }

    .product-details__comment-box__thumb {
        position: relative;
        margin: 0 0 20px
    }

    .product-details__comment-box__ratings {
        position: relative;
        top: 0;
        margin: 0 0 22px
    }

    .related-product {
        padding: 0 0 80px
    }

    .related-product__title {
        font-size: 32px;
        margin: 0 0 25px
    }

    .cart-page__coupone-form input[type=text] {
        width: 100%;
        margin: 0 0 10px
    }

    .checkout-page__billing-address__title,
    .checkout-page__shipping-address__title {
        font-size: 28px
    }

    .checkout-page__payment {
        padding-left: 25px;
        padding-right: 25px
    }

    .login-page__wrap,
    .register-page__wrap {
        padding: 50px 25px
    }

    .login-page__form-forgot-password {
        margin-top: 20px
    }
}

.faq-one--page {
    padding: 90px 0 120px
}

.faq-one__shape {
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 228px;
    height: 202px;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: none;
    animation: 4s linear infinite treeMove
}

@media (min-width:1500px) {
    .faq-one__shape {
        display: block
    }
}

.about-one__content,
.about-three__content,
.about-two__image,
.client-carousel .client-carousel__one,
.contact-map,
.faq-one__accordion,
.faq-one__content,
.faq-one__image,
.main-slider-one,
.main-slider-two {
    position: relative
}

.faq-one__content .sec-title {
    padding-bottom: 21px
}

.faq-one__content__text {
    margin: 0 0 31px
}

.faq-one__accordion .accrodion {
    position: relative;
    background-color: var(--alefox-gray, #f6f4ec);
    margin-top: 30px;
    border-radius: 50px;
    counter-increment: count;
    transition: .4s
}

.offer-two__item::after,
.offer-two__item::before {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), .3);
    opacity: 1;
    content: "";
    pointer-events: none
}

.faq-one__accordion .accrodion-title {
    padding: 21px 45px 24px 30px;
    cursor: pointer
}

.faq-one__accordion .accrodion-title h4 {
    font-weight: 700;
    color: var(--alefox-black, #122f2a);
    font-size: 20px;
    margin: 0;
    transition: .5s;
    position: relative
}

.faq-one__accordion .accrodion-title__number {
    display: inline-block;
    position: relative;
    color: var(--alefox-base, #44a05b);
    width: 35px;
    height: 20px;
    top: 4px
}

.faq-one__accordion .accrodion-title__number::before {
    content: counters(count, ".", decimal-leading-zero);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.faq-one__accordion .accrodion-title__number::after {
    content: ".";
    position: absolute;
    top: -2px;
    right: -3px;
    bottom: 0;
    margin: auto
}

.faq-one__accordion .accrodion-title__icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translateY(-50%)
}

.faq-one__accordion .accrodion-title__icon::after {
    position: absolute;
    top: 8px;
    right: 0;
    content: "\eab2";
    font-family: IcoFont !important;
    font-size: 26px;
    font-weight: 400;
    color: var(--alefox-base, #44a05b);
    transform: translate(-50%, -50%);
    transition: .5s
}

.faq-one__accordion .active.accrodion {
    border-radius: 10px
}

.faq-one__accordion .active .accrodion-title__icon::after {
    content: "\eab9"
}

.faq-one__accordion .accrodion-content .inner {
    padding: 0 30px 24px;
    margin-top: -3px
}

.faq-one__accordion .accrodion-content p {
    margin: 0;
    line-height: 26px
}

.faq-one__image img {
    max-width: 100%;
    height: auto
}

.faq-one__image__shape-one {
    position: absolute;
    left: -4px;
    bottom: 58px
}

.faq-one__image__shape-two {
    position: absolute;
    right: -75px;
    top: 80px
}

.package-card {
    transition: .5s;
    text-align: center;
    background-color: var(--alefox-black2, #202221);
    padding: 40px 25px
}

.package-card__divider,
.package-card__icon {
    background-color: var(--alefox-base, #44a05b)
}

.package-card:hover .package-card__icon::after {
    border-style: dashed
}

.package-card__icon-shape {
    position: absolute;
    right: 50px;
    top: 29px;
    width: 47px
}

.package-card__icon-shape img {
    width: 100%;
    height: auto
}

.package-card__icon {
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alefox-white, #fff);
    font-size: 45px;
    margin: 0 auto 23px;
    position: relative;
    border-radius: 50%;
    transition: .5s
}

.package-card__icon::after {
    position: absolute;
    left: -8.5px;
    top: -8.5px;
    content: "";
    border: 1px solid var(--alefox-white, #fff);
    border-radius: 50%;
    width: calc(100% + 17px);
    height: calc(100% + 17px);
    animation: 10s linear infinite rotated;
    transition: .5s
}

.mobile-nav__content .main-menu__list li:not(:last-child),
.mobile-nav__wrapper .home-showcase {
    border-bottom: 1px solid RGBA(var(--alefox-white-rgb, 255, 255, 255), .1)
}

.package-card__price {
    color: var(--alefox-base, #44a05b);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px
}

.package-card__title {
    margin: 0 0 20px;
    font-weight: 600;
    color: var(--alefox-white, #fff);
    text-transform: capitalize;
    font-size: 22px
}

.package-card__divider {
    height: 1px;
    width: 79%;
    margin: 0 auto
}

.package-card__list {
    margin: 25px 0 34px;
    padding: 0;
    list-style: none
}

.package-card__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--alefox-white, #fff);
    font-size: 16px;
    line-height: 32px
}

.package-card__list__icon {
    font-size: 24px;
    color: var(--alefox-base, #44a05b)
}

.offer-one {
    position: relative;
    padding-top: 120px
}

.offer-one__inner {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    border-radius: 194px;
    overflow: hidden;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto
}

.offer-one__shape-one {
    position: absolute;
    right: 120px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    animation: .7s infinite alternate zumpXtwo;
    display: none
}

.offer-one__left {
    max-width: 533px;
    min-height: 385px;
    position: relative;
    background-color: var(--alefox-gray2, #e1eff0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 194px
}

.offer-one__left img {
    max-width: 100%;
    height: auto
}

.offer-one__left__off {
    position: absolute;
    top: 60px;
    right: -16px;
    width: 101px;
    height: 101px;
    background-color: var(--alefox-base, #44a05b);
    border: 5px solid var(--alefox-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 11px;
    color: var(--alefox-white, #fff);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .16px;
    line-height: 1;
    transform: rotate(-45deg)
}

.offer-one__left__off span {
    display: block;
    font-size: 21px;
    letter-spacing: .32px;
    margin-bottom: 10px
}

.offer-one__left__arrow {
    position: absolute;
    right: 92px;
    top: 60px
}

.offer-one__left__arrow img {
    animation: 3s infinite shrinkAnim;
    width: 70px
}

.offer-one__content {
    position: relative;
    padding: 70px 0
}

.offer-one__sub-title {
    margin: 0 0 18px;
    color: var(--alefox-base, #44a05b);
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-size: 16px;
    line-height: 1em
}

.offer-one__title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    color: var(--alefox-white, #fff);
    margin: 0 0 30px
}

.offer-two__item {
    position: relative;
    z-index: 2;
    background-color: var(--accent-color);
    padding: 65px 20px 54px 50px
}

@media (max-width:767px) {
    .faq-one--page {
        padding: 50px 0 80px
    }

    .faq-one__image__shape-two {
        display: none
    }

    .package-page {
        padding: 80px 0
    }

    .offer-one {
        padding-top: 80px
    }

    .offer-two {
        padding-bottom: 80px
    }

    .offer-two__item {
        padding: 50px 20px 30px 40px
    }
}

.offer-two__item::before {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    transition: .5s linear
}

.offer-two__item:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s linear
}

.offer-two__item::after {
    bottom: 50%;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition: .6s linear
}

.offer-two__item:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .6s linear
}

.offer-two__item__border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px dashed var(--alefox-border-color, #ddd)
}

.client-carousel--two,
.client-carousel__tilte {
    border-top: 1px solid var(--alefox-border-color, #ddd)
}

.offer-two__item__sub-title {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--alefox-font, "Rubik", sans-serif);
    font-style: italic;
    margin-bottom: 9px
}

.category-one__item__text,
.project-details__info li {
    font-family: var(--alefox-heading-font, "Inter", serif)
}

.offer-two__item__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 11px
}

.offer-two__item__text {
    line-height: 23px;
    margin: 0 0 17px
}

.offer-two__item .alefox-btn {
    font-size: 14px;
    padding: 8px 30px
}

.offer-two__item__image {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.offer-two__item__image img {
    max-width: 100%;
    height: auto
}

@media (min-width:992px) and (max-width:1199px) {
    .service-sidebar__single {
        padding-left: 30px;
        padding-right: 30px
    }

    .offer-two__item {
        padding-left: 45px
    }

    .offer-two__item__image img {
        max-width: 70%
    }
}

.category-one {
    position: relative;
    background-color: var(--alefox-black2, #202221);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 120px 0
}

.category-one__item,
.category-one__item:hover .category-one__item__icon,
.client-carousel__tilte span,
.mobile-nav__content .main-menu__list li a button.expanded {
    background-color: var(--alefox-white, #fff)
}

.category-one__shape {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 218px;
    height: 203px;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: none;
    animation: 4s linear infinite treeMove
}

@media (min-width:1600px) {
    .why-choose-one__image {
        margin-right: 45px
    }

    .category-one__shape {
        display: block
    }
}

.category-one__item {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    padding: 45px 20px 42px;
    transition: .5s
}

.category-one__item__bg {
    width: 210px;
    height: 210px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    transition: .5s;
    opacity: .1;
    visibility: hidden;
    mix-blend-mode: multiply
}

.category-one__item:hover .category-one__item__bg {
    visibility: visible;
    bottom: -20px;
    transition-delay: 0.2s
}

.category-one__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--alefox-base, #44a05b);
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform .4s ease-in-out, visibility .4s ease-in-out;
    transform-origin: bottom center
}

.category-one__item:hover::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center
}

.category-one__item__icon {
    width: 110px;
    height: 110px;
    background-color: var(--alefox-gray2, #e1eff0);
    position: relative;
    z-index: 2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: .5s
}

.category-one__item__icon img {
    max-width: 60px;
    transition: .3s linear
}

.category-one__item:hover .category-one__item__icon img {
    transform: rotateY(180deg)
}

.category-one__item__text {
    margin: 26px 0 0;
    font-size: 22px;
    line-height: 1.1;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .4s;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--alefox-black, #122f2a);
    display: inline-block
}

.client-carousel__tilte,
.instagram-one__title,
.main-slider-one__sub-title,
.main-slider-three__sub-title,
.main-slider-two__sub-title,
.mobile-nav__content .main-menu__list li>a {
    font-family: var(--alefox-font, "Rubik", sans-serif)
}

.category-one__item:hover .category-one__item__text {
    color: var(--alefox-white, #fff);
    background-size: 100% 1px
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes cloudMove {
    0% {
        background-position: 1920px 100%
    }

    100% {
        background-position: 0 100%
    }
}

@keyframes startIconOne {
    0% {
        transform: scale(1) rotate(0)
    }

    100% {
        transform: scale(.5) rotate(45deg)
    }
}

@keyframes iconTranslateX {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes widths {
    0% {
        width: 0%
    }

    50% {
        width: 97%;
        left: 0
    }

    100% {
        width: 0
    }
}

@keyframes widths {
    0% {
        width: 0%
    }

    50% {
        width: 97%;
        left: 0
    }

    100% {
        width: 0
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0) translateZ(0) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes banner3Shake {

    0%,
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0);
        transform: translate(40px, 60px) rotate(0)
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes treeMove2 {

    0%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(-10deg) translateX(0);
        transform: rotate(-10deg) translateX(0)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(0);
        transform: rotate(10deg) translateX(0)
    }
}

@keyframes treeMove3 {

    0%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(-10deg) translateX(0);
        transform: rotate(-3deg) translateX(0)
    }

    50% {
        -webkit-transform: rotate(3deg) translateX(0);
        transform: rotate(3deg) translateX(0)
    }
}

@keyframes leafMove {

    0%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    25%,
    75% {
        transform: rotate(-2deg) translateX(5px)
    }

    50% {
        transform: rotate(-4deg) translateX(10px)
    }
}

@keyframes messageMove {

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

    25%,
    75% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(10px)
    }
}

@keyframes textRotate {
    0% {
        transform: rotate(0)
    }

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

@keyframes flowerRotate {

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

    25%,
    75% {
        transform: rotate(5deg)
    }

    50% {
        transform: rotate(10deg)
    }
}

@keyframes zump {

    0%,
    100% {
        transform: translateY(0)
    }

    25%,
    75% {
        transform: translateY(5px)
    }

    50% {
        transform: translateY(-5px)
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0)
    }
}

@keyframes zumpX {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 100%
    }
}

@keyframes zumpXX {

    0%,
    100% {
        left: -20%
    }

    50% {
        left: 50%
    }
}

@keyframes zoom-hover {

    0%,
    40% {
        opacity: 1
    }

    100% {
        width: 120%;
        height: 120%;
        opacity: 0
    }
}

@keyframes zoomsIn {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }
}

@keyframes shrinkAnim {

    0%,
    100% {
        transform: rotate(0);
        transform-origin: 0 50%
    }

    10%,
    90% {
        transform: rotate(2deg)
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg)
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg)
    }

    80% {
        transform: rotate(-2deg)
    }
}

@keyframes shrinkAnim2 {

    0%,
    100% {
        transform: rotate(0);
        transform-origin: 100% 50%
    }

    10%,
    90% {
        transform: rotate(2deg)
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg)
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg)
    }

    80% {
        transform: rotate(-2deg)
    }
}

@keyframes rollInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes vibrant {

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

    20% {
        transform: translate(-2px, 2px)
    }

    40% {
        transform: translate(-2px, -2px)
    }

    60% {
        transform: translate(2px, 2px)
    }

    80% {
        transform: translate(2px, -2px)
    }
}

@keyframes blinkAnim {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .2
    }
}

@keyframes movebounce2 {

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

    50% {
        transform: translateX(-15px)
    }
}

@keyframes movebounce3 {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

@keyframes shapeMove {

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

    50% {
        transform: translateX(10px)
    }
}

@keyframes rotated {
    0% {
        transform: rotate(0)
    }

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

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes zumpXtwo {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(5px)
    }
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes shadows {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), .2), 0 0 0 30px rgba(var(--alefox-white-rgb, 255, 255, 255), .2), 0 0 0 50px rgba(var(--alefox-white-rgb, 255, 255, 255), .2)
    }

    100% {
        box-shadow: 0 0 0 30px rgba(var(--alefox-white-rgb, 255, 255, 255), .2), 0 0 0 50px rgba(var(--alefox-white-rgb, 255, 255, 255), .2), 0 0 0 70px rgba(var(--alefox-white-rgb, 255, 255, 255), 0)
    }
}

.mobile-nav__wrapper {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform .5s .5s, visibility .5s .5s;
    visibility: hidden;
    position: fixed
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    flex: 0 0 100%
}

.mobile-nav__wrapper .home-showcase {
    margin-bottom: -1px;
    margin-top: 0
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0;
    background-color: transparent;
    box-shadow: none
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--alefox-white, #fff)
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: transform .5s, visibility .5s
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity .5s .5s, visibility .5s .5s, transform .5s .5s
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--alefox-black, #122f2a);
    opacity: .3;
    cursor: url(../images/close.png), auto
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--alefox-black2, #202221);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity .5s, visibility .5s, transform .5s
}

.mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--alefox-white, #fff);
    cursor: pointer
}

.mobile-nav__close:hover,
.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--alefox-base, #44a05b)
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(var(--alefox-white-rgb, 255, 255, 255), .1)
}

.mobile-nav__content .main-menu__list ul li>a {
    padding-left: 1em
}

.mobile-nav__content .main-menu__list li>a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--alefox-white, #fff);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    height: 46px;
    letter-spacing: var(--alefox-letter-space, .1em);
    align-items: center;
    transition: .5s
}

.mobile-nav__contact li a:hover,
.mobile-nav__social a:hover,
.search-popup__form .alefox-btn:hover {
    color: var(--alefox-base, #44a05b)
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--alefox-base, #44a05b);
    border: none;
    outline: 0;
    color: var(--alefox-white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform .5s
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0);
    color: var(--alefox-black, #122f2a)
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--alefox-white, #fff);
    transition: .5s
}

.mobile-nav__social a+a {
    margin-left: 20px
}

.mobile-nav__contact {
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--alefox-white, #fff);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: inherit;
    transition: .5s
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--alefox-base, #44a05b);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--alefox-white, #fff)
}

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: 1s;
    -khtml-transition: all 1s ease;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform .8s ease-in-out 0.3s;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    -ms-transition: transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out 0.3s;
    background-color: #000;
    opacity: .9;
    cursor: url(../images/close.png), auto
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    -ms-transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    -o-transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.page-header,
.search-popup__form {
    position: relative;
    overflow: hidden
}

.bgcontact,
.outproduct,
.page-header__bg {
    opacity: .5;
    background-size: cover;
    background-repeat: no-repeat
}

.search-popup__form {
    border-radius: 10px
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    background-color: var(--alefox-white, #fff);
    font-size: 15px;
    color: var(--alefox-text, #636363);
    border: none;
    outline: 0;
    height: 66px;
    padding-left: 30px
}

.search-popup__form .alefox-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    color: var(--alefox-black, #122f2a);
    background-color: transparent;
    font-size: 20px
}

.search-popup__form .alefox-btn i {
    margin: 0
}

.search-popup.active {
    z-index: 9999
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: .9;
    -webkit-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(.4, 0, 0, 1)
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active span::after,
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover span::after,
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active span::after,
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover span::after {
    transform: scale(1)
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s
}

.page-header {
    background-color: var(--alefox-black2, #202221);
    padding-top: 195px;
    padding-bottom: 200px
}

.page-header__shape-left,
.page-header__shape-right {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 1;
    background-color: var(--alefox-base, #44a05b)
}

.page-header__shape-left {
    top: -44px;
    left: -20px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="343" height="240"><path d="m122.5 0.1l220.4 70.9c0 0-158.9 25.4-155.3 75.8 5.2 74.6-74.2 92.4-74.2 92.4l-113-95.6z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="343" height="240"><path d="m122.5 0.1l220.4 70.9c0 0-158.9 25.4-155.3 75.8 5.2 74.6-74.2 92.4-74.2 92.4l-113-95.6z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
    -webkit-mask-size: cover;
    mask-size: cover
}

.page-header__shape-right {
    bottom: -22px;
    right: -36px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327 238" width="327" height="238"><path d="m229 237.4l-228.8-34.6c0 0 152.7-50.5 141-99.8-17.1-72.7 58.4-103.1 58.4-103.1l126.9 76.2z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 327 238" width="327" height="238"><path d="m229 237.4l-228.8-34.6c0 0 152.7-50.5 141-99.8-17.1-72.7 58.4-103.1 58.4-103.1l126.9 76.2z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-size: cover;
    mask-size: cover
}

.bgcontact,
.outproduct,
.page-header__bg {
    left: 0;
    right: 0;
    position: absolute
}

.client-carousel .client-carousel__one .client-carousel__one__item:hover,
.main-slider-one__item {
    background-color: var(--alefox-gray, #f6f4ec)
}

.page-header__bg {
    top: 0;
    bottom: 0;
    background-image: url(../img/banner.webp)
}

.bgcontact {
    top: 0;
    bottom: 0;
    background-image: url(../img/contact-us.webp)
}

.outproduct {
    top: 0;
    bottom: 0;
    background-image: url(../img/our-product.webp)
}

.page-header .container {
    position: relative;
    z-index: 10;
    text-align: center
}

.page-header__title {
    margin: 0 0 11px;
    font-size: 36px;
    font-weight: 700;
    color: var(--alefox-white, #fff)
}

@media (min-width:768px) {
    .error-404__title {
        font-size: 200px
    }

    .error-404__sub-title {
        font-size: 30px
    }

    .error-404__search__btn {
        font-size: 22px
    }

    .page-header__title {
        font-size: 65px
    }
}

.alefox-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    display: none;
}

.alefox-breadcrumb li {
    font-size: 18px;
    color: var(--alefox-white, #fff);
    text-transform: capitalize;
    letter-spacing: .2px;
    display: flex;
    align-items: center
}

.main-slider-one__sub-title span,
.main-slider-three__btn .alefox-btn,
.main-slider-three__title span,
.main-slider-two__btn .alefox-btn,
.main-slider-two__title span {
    color: var(--alefox-base, #44a05b)
}

.alefox-breadcrumb li:not(:last-of-type)::after {
    content: "/";
    position: relative;
    top: -1px;
    margin-left: 10px;
    margin-right: 10px
}

.alefox-breadcrumb li a,
.alefox-breadcrumb li span {
    color: inherit;
    display: inline-flex;
    line-height: 1.1
}

.alefox-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

.alefox-breadcrumb li a:borderHover {
    color: var(--alefox-base, #44a05b)
}

.contact-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 460px;
    width: 100%;
    mix-blend-mode: luminosity
}

.client-carousel {
    padding-bottom: 50px;
    padding-top: 5px
}

.client-carousel__tilte {
    text-align: center;
    display: block;
    color: var(--alefox-black2, #202221);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-style: italic;
    margin: 0 0 33px
}

.client-carousel__tilte span {
    display: inline-block;
    padding: 0 26px;
    z-index: 2;
    position: relative;
    top: -9px
}

.client-carousel .client-carousel__one .client-carousel__one__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 83px;
    transition: .5s
}

.client-carousel .client-carousel__one .client-carousel__one__item img {
    transition: .5s;
    opacity: .2;
    max-width: 100%;
    width: auto
}

.client-carousel .client-carousel__one .client-carousel__one__item:hover img {
    opacity: .6
}

.client-carousel--two {
    position: relative;
    padding-top: 50px
}

.main-slider-one__carousel.owl-carousel,
.main-slider-three__carousel.owl-carousel,
.main-slider-two__carousel {
    position: relative;
    width: 100%
}

.main-slider-one__carousel.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    z-index: 99;
    width: 1170px;
    gap: 25px;
    transform: none
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--alefox-base, #44a05b);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot span::after {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: var(--alefox-base, #44a05b);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot.active span,
.main-slider-one__carousel.owl-carousel .owl-dots .owl-dot:hover span,
.main-slider-two__btn .video-popup,
.main-slider-two__title span {
    background-color: var(--alefox-white, #fff)
}

.main-slider-one__item {
    position: relative;
    z-index: 3;
    padding-top: 200px;
    padding-bottom: 200px
}

.main-slider-one__content {
    position: relative;
    display: inline-block;
    z-index: 3;
    overflow: hidden;
    padding-top: 15px
}

.main-slider-one__sub-title {
    color: var(--alefox-black, #122f2a);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 7px;
    transition: transform 1s, opacity 1s;
    transform: translateY(-200px)
}

@media (max-width:400px) {
    .main-slider-one__sub-title {
        letter-spacing: 1.5px
    }
}

.main-slider-one__title {
    position: relative;
    font-size: 65px;
    font-weight: 700;
    line-height: 81px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0 17px;
    opacity: 0;
    transition: transform 1.2s, opacity 1.2s;
    transform: translateX(200px)
}

.main-slider-one__shape-one,
.main-slider-one__text {
    transition: transform 1.2s, opacity 1.2s;
    opacity: 0;
    transform: perspective(400px) rotateY(45deg) translateY(180px)
}

.main-slider-one__title__leaf {
    position: absolute;
    right: 45px;
    top: -45px;
    width: 72px;
    height: 61px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: 4s linear infinite treeMove2
}

.main-slider-one__text {
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 37px;
    transform-origin: bottom
}

.main-slider-one__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(-45deg) translateY(120px);
    transform-origin: bottom;
    transition: 1.5s
}

.main-slider-one__layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: transform 1s, opacity 1s;
    transform: translatex(50%) scalex(2);
    filter: blur(10px);
    overflow: hidden;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g transform="translate(0.000000,786.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M638 7813 c-1 -27 -2 -59 -2 -73 -1 -14 -5 -31 -9 -37 -4 -7 -7 -36 -7 -65 1 -29 -4 -80 -10 -113 -6 -33 -10 -69 -10 -80 0 -41 -1 -121 -3 -140 -1 -14 5 -21 21 -23 29 -4 28 -30 -2 -42 -21 -8 -25 -17 -31 -82 -5 -40 -9 -97 -9 -126 -1 -39 -6 -57 -18 -66 -21 -15 -22 -29 -6 -55 15 -24 4 -51 -22 -51 -11 0 -23 -8 -26 -17 -27 -86 -106 -161 -129 -123 -12 20 -37 -11 -30 -37 4 -16 1 -25 -10 -29 -20 -8 -22 -94 -2 -94 8 0 19 11 25 25 6 14 16 25 22 25 13 0 13 -34 -2 -82 -11 -37 -10 -41 12 -58 28 -21 18 -44 -16 -36 -34 9 -96 -19 -92 -41 2 -10 13 -19 25 -21 35 -5 50 -29 33 -55 -14 -22 -31 -99 -32 -145 0 -13 7 -31 15 -40 14 -15 26 -89 31 -189 1 -18 12 -43 25 -57 20 -21 22 -28 11 -41 -16 -19 -39 -19 -46 0 -4 8 -15 15 -25 15 -22 0 -22 -1 -10 -32 16 -42 22 -182 10 -237 l-11 -53 -34 6 c-30 6 -34 4 -40 -19 -3 -14 -10 -25 -15 -25 -5 0 -9 -7 -9 -15 0 -20 29 -19 37 1 8 21 50 36 71 25 18 -10 26 -95 11 -123 -12 -23 -47 -32 -64 -18 -11 9 -18 9 -30 -3 -8 -8 -24 -13 -35 -10 -15 4 -20 0 -20 -16 0 -14 6 -21 19 -21 25 0 16 -46 -10 -53 -10 -3 -19 -10 -19 -16 0 -17 30 -13 36 4 7 17 40 20 49 6 3 -6 -4 -15 -15 -21 -11 -6 -20 -17 -20 -26 0 -11 -4 -12 -19 -5 -21 12 -31 5 -31 -21 0 -20 20 -24 38 -6 15 15 25 -9 20 -48 -4 -39 -24 -41 -32 -2 -5 26 -9 30 -16 18 -13 -20 -13 -87 0 -95 7 -4 8 -11 1 -18 -5 -7 -8 -39 -8 -72 2 -54 4 -60 25 -63 29 -4 28 -16 -4 -37 -40 -26 -54 -14 -54 47 0 49 -12 89 -24 78 -2 -3 -6 -60 -7 -127 -2 -91 1 -126 11 -138 8 -9 15 -38 17 -65 2 -41 0 -49 -17 -53 -11 -3 -20 -9 -20 -14 0 -10 49 -33 71 -33 32 0 49 -12 49 -35 0 -13 -5 -27 -10 -30 -16 -10 -12 -65 5 -71 11 -5 15 -21 15 -59 0 -56 -11 -75 -34 -56 -9 8 -22 8 -39 2 -33 -13 -27 -39 19 -85 19 -19 34 -39 34 -44 0 -17 -51 -73 -61 -66 -5 3 -9 14 -9 25 0 10 -6 19 -14 19 -19 0 -29 -17 -20 -32 5 -7 8 -24 8 -38 1 -26 12 -29 54 -16 16 5 24 3 28 -8 8 -20 -21 -66 -41 -66 -24 0 -17 -27 11 -47 21 -16 26 -29 31 -82 5 -52 3 -63 -8 -59 -8 3 -16 19 -19 37 -3 17 -9 32 -15 32 -14 -1 -19 -69 -6 -85 14 -16 -20 -37 -49 -29 -17 4 -21 2 -18 -8 3 -8 15 -14 29 -14 23 0 23 -2 24 -87 0 -95 -12 -121 -17 -35 -3 44 -6 52 -22 52 -29 0 -42 -49 -27 -105 12 -43 11 -46 -13 -64 l-25 -19 22 -28 c20 -29 20 -29 2 -43 -18 -13 -19 -15 -3 -33 9 -10 19 -42 22 -72 3 -30 13 -65 21 -78 18 -27 12 -45 -13 -41 -11 2 -18 -5 -20 -19 -3 -19 1 -23 22 -23 24 0 26 -3 28 -52 3 -88 -3 -142 -17 -158 -18 -21 -29 -60 -16 -60 6 0 8 -30 6 -80 -3 -57 0 -80 8 -80 34 -1 39 -17 17 -60 -12 -23 -19 -44 -17 -46 2 -3 16 0 31 5 28 11 59 5 50 -10 -3 -5 -18 -9 -35 -9 -31 0 -40 -17 -14 -26 19 -8 19 -48 0 -64 -20 -17 -19 -47 2 -59 15 -8 16 -14 7 -28 -6 -10 -15 -47 -19 -81 -7 -59 -6 -62 18 -73 22 -10 24 -14 14 -30 -9 -14 -9 -21 0 -30 8 -8 9 -18 2 -30 -11 -22 -13 -79 -4 -131 4 -21 4 -46 0 -55 -4 -10 -7 -52 -6 -94 2 -58 -1 -78 -13 -88 -18 -15 -21 -47 -7 -56 6 -3 1 -20 -10 -40 -16 -27 -22 -58 -25 -132 -9 -183 -5 -478 6 -507 5 -15 13 -76 15 -135 3 -58 12 -140 20 -181 46 -243 48 -268 40 -409 -11 -169 -11 -232 0 -298 l8 -53 4413 0 4414 0 0 3930 0 3930 -4180 0 -4180 0 -2 -47z m41 -260 c1 -35 -13 -52 -23 -27 -8 22 -8 79 1 88 10 10 21 -22 22 -61z m255 -399 c28 -28 16 -61 -18 -48 -10 4 -16 18 -16 35 0 32 11 37 34 13z m16 -418 c0 -17 -14 -29 -23 -20 -8 8 3 34 14 34 5 0 9 -6 9 -14z m0 -281 c0 -8 -4 -15 -9 -15 -13 0 -22 16 -14 24 11 11 23 6 23 -9z m4 -51 c21 -8 21 -48 0 -65 -13 -10 -17 -10 -25 2 -10 17 -12 53 -2 62 8 8 8 8 27 1z m-574 -133 c0 -26 -16 -35 -24 -15 -10 25 -7 34 9 34 8 0 15 -9 15 -19z m580 -296 c0 -7 -7 -18 -15 -25 -12 -10 -15 -7 -21 14 -8 33 3 51 22 35 8 -6 14 -17 14 -24z m-16 -144 c8 -13 -4 -42 -15 -35 -12 7 -12 44 0 44 6 0 12 -4 15 -9z m-560 -114 c22 -16 18 -50 -6 -55 -20 -4 -40 30 -32 52 7 19 15 20 38 3z m543 -60 c-12 -27 -27 -36 -27 -17 0 11 32 51 37 46 1 -1 -3 -14 -10 -29z m-537 -41 c0 -15 -24 -28 -34 -19 -13 14 -5 33 14 33 11 0 20 -6 20 -14z m522 -147 l-9 -24 -7 23 c-8 26 2 48 15 35 6 -6 6 -19 1 -34z m-12 -53 c0 -18 -16 -29 -30 -21 -13 8 -1 35 16 35 8 0 14 -6 14 -14z m-17 -108 c-10 -21 -12 -21 -18 -5 -10 25 2 54 17 39 8 -8 8 -18 1 -34z m-24 -203 c0 -87 -28 -183 -50 -170 -14 9 -11 42 6 58 9 10 14 32 13 59 -1 23 2 68 7 98 10 69 23 44 24 -45z m-609 -55 c0 -5 -12 -10 -26 -10 -14 0 -23 4 -19 10 3 6 15 10 26 10 10 0 19 -4 19 -10z m580 -154 c0 -8 -4 -17 -9 -21 -12 -7 -24 12 -16 25 9 15 25 12 25 -4z m-580 -108 c-1 -26 -3 -30 -10 -16 -6 9 -7 23 -4 32 9 25 14 19 14 -16z m-60 -2 c0 -14 -5 -28 -10 -31 -13 -8 -24 20 -16 40 9 24 26 17 26 -9z m135 -395 c5 -9 -31 -41 -46 -41 -4 0 -2 11 4 25 12 25 31 33 42 16z m-177 -923 c17 -17 15 -45 -4 -52 -22 -8 -21 -9 -28 19 -10 40 7 58 32 33z m-8 -102 c0 -7 7 -19 15 -26 17 -14 21 -135 5 -160 -12 -19 -14 -15 -28 57 -10 49 -10 68 -1 85 9 16 9 23 0 26 -14 5 -15 32 -1 32 6 0 10 -6 10 -14z m28 -277 c-2 -19 -7 -33 -13 -32 -12 3 -19 49 -10 71 10 26 27 -2 23 -39z m-34 -312 c-3 -9 -10 -17 -15 -17 -11 0 -12 34 -2 44 11 11 24 -9 17 -27z"/> <path d="M320 6520 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M265 6238 c-9 -22 4 -43 17 -30 7 7 7 16 0 29 -10 17 -11 17 -17 1z"/> <path d="M206 6125 c-7 -19 3 -47 15 -39 5 3 9 14 9 24 0 24 -16 34 -24 15z"/> <path d="M308 6054 c-5 -4 -8 -16 -8 -28 0 -14 3 -17 11 -9 6 6 9 19 7 28 -1 9 -6 13 -10 9z"/> <path d="M300 5948 c0 -21 5 -38 10 -38 13 0 13 40 0 60 -7 11 -10 5 -10 -22z"/> <path d="M110 5138 c0 -7 5 -20 10 -28 8 -12 10 -9 10 13 0 15 -4 27 -10 27 -5 0 -10 -6 -10 -12z"/> <path d="M110 5050 c0 -13 5 -20 13 -17 6 2 12 10 12 17 0 7 -6 15 -12 18 -8 2 -13 -5 -13 -18z"/> <path d="M45 4926 c-22 -34 -17 -40 15 -16 19 14 22 22 13 31 -8 8 -15 5 -28 -15z"/> <path d="M27 4833 c-13 -13 -7 -64 8 -70 22 -8 25 -2 18 40 -5 36 -13 44 -26 30z"/> <path d="M130 4506 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z"/> <path d="M55 4470 c-8 -13 4 -32 16 -25 12 8 12 35 0 35 -6 0 -13 -4 -16 -10z"/> <path d="M136 4401 c-12 -13 -14 -21 -6 -26 16 -10 40 2 40 19 0 24 -16 27 -34 7z"/> <path d="M60 4327 c0 -20 5 -39 11 -42 7 -5 8 5 3 32 -9 51 -14 54 -14 10z"/> <path d="M48 4168 c-24 -24 -23 -28 7 -28 18 0 25 5 25 19 0 28 -12 31 -32 9z"/> <path d="M55 4080 c-7 -21 0 -40 16 -40 12 0 12 47 0 55 -5 3 -12 -4 -16 -15z"/> <path d="M77 3899 c-18 -25 -14 -41 8 -33 18 7 28 35 16 47 -5 5 -15 0 -24 -14z"/> <path d="M61 2668 c-1 -16 4 -28 9 -28 12 0 12 8 0 35 -8 18 -9 17 -9 -7z"/> <path d="M87 2564 c-8 -8 1 -24 14 -24 5 0 9 7 9 15 0 15 -12 20 -23 9z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g transform="translate(0.000000,786.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M638 7813 c-1 -27 -2 -59 -2 -73 -1 -14 -5 -31 -9 -37 -4 -7 -7 -36 -7 -65 1 -29 -4 -80 -10 -113 -6 -33 -10 -69 -10 -80 0 -41 -1 -121 -3 -140 -1 -14 5 -21 21 -23 29 -4 28 -30 -2 -42 -21 -8 -25 -17 -31 -82 -5 -40 -9 -97 -9 -126 -1 -39 -6 -57 -18 -66 -21 -15 -22 -29 -6 -55 15 -24 4 -51 -22 -51 -11 0 -23 -8 -26 -17 -27 -86 -106 -161 -129 -123 -12 20 -37 -11 -30 -37 4 -16 1 -25 -10 -29 -20 -8 -22 -94 -2 -94 8 0 19 11 25 25 6 14 16 25 22 25 13 0 13 -34 -2 -82 -11 -37 -10 -41 12 -58 28 -21 18 -44 -16 -36 -34 9 -96 -19 -92 -41 2 -10 13 -19 25 -21 35 -5 50 -29 33 -55 -14 -22 -31 -99 -32 -145 0 -13 7 -31 15 -40 14 -15 26 -89 31 -189 1 -18 12 -43 25 -57 20 -21 22 -28 11 -41 -16 -19 -39 -19 -46 0 -4 8 -15 15 -25 15 -22 0 -22 -1 -10 -32 16 -42 22 -182 10 -237 l-11 -53 -34 6 c-30 6 -34 4 -40 -19 -3 -14 -10 -25 -15 -25 -5 0 -9 -7 -9 -15 0 -20 29 -19 37 1 8 21 50 36 71 25 18 -10 26 -95 11 -123 -12 -23 -47 -32 -64 -18 -11 9 -18 9 -30 -3 -8 -8 -24 -13 -35 -10 -15 4 -20 0 -20 -16 0 -14 6 -21 19 -21 25 0 16 -46 -10 -53 -10 -3 -19 -10 -19 -16 0 -17 30 -13 36 4 7 17 40 20 49 6 3 -6 -4 -15 -15 -21 -11 -6 -20 -17 -20 -26 0 -11 -4 -12 -19 -5 -21 12 -31 5 -31 -21 0 -20 20 -24 38 -6 15 15 25 -9 20 -48 -4 -39 -24 -41 -32 -2 -5 26 -9 30 -16 18 -13 -20 -13 -87 0 -95 7 -4 8 -11 1 -18 -5 -7 -8 -39 -8 -72 2 -54 4 -60 25 -63 29 -4 28 -16 -4 -37 -40 -26 -54 -14 -54 47 0 49 -12 89 -24 78 -2 -3 -6 -60 -7 -127 -2 -91 1 -126 11 -138 8 -9 15 -38 17 -65 2 -41 0 -49 -17 -53 -11 -3 -20 -9 -20 -14 0 -10 49 -33 71 -33 32 0 49 -12 49 -35 0 -13 -5 -27 -10 -30 -16 -10 -12 -65 5 -71 11 -5 15 -21 15 -59 0 -56 -11 -75 -34 -56 -9 8 -22 8 -39 2 -33 -13 -27 -39 19 -85 19 -19 34 -39 34 -44 0 -17 -51 -73 -61 -66 -5 3 -9 14 -9 25 0 10 -6 19 -14 19 -19 0 -29 -17 -20 -32 5 -7 8 -24 8 -38 1 -26 12 -29 54 -16 16 5 24 3 28 -8 8 -20 -21 -66 -41 -66 -24 0 -17 -27 11 -47 21 -16 26 -29 31 -82 5 -52 3 -63 -8 -59 -8 3 -16 19 -19 37 -3 17 -9 32 -15 32 -14 -1 -19 -69 -6 -85 14 -16 -20 -37 -49 -29 -17 4 -21 2 -18 -8 3 -8 15 -14 29 -14 23 0 23 -2 24 -87 0 -95 -12 -121 -17 -35 -3 44 -6 52 -22 52 -29 0 -42 -49 -27 -105 12 -43 11 -46 -13 -64 l-25 -19 22 -28 c20 -29 20 -29 2 -43 -18 -13 -19 -15 -3 -33 9 -10 19 -42 22 -72 3 -30 13 -65 21 -78 18 -27 12 -45 -13 -41 -11 2 -18 -5 -20 -19 -3 -19 1 -23 22 -23 24 0 26 -3 28 -52 3 -88 -3 -142 -17 -158 -18 -21 -29 -60 -16 -60 6 0 8 -30 6 -80 -3 -57 0 -80 8 -80 34 -1 39 -17 17 -60 -12 -23 -19 -44 -17 -46 2 -3 16 0 31 5 28 11 59 5 50 -10 -3 -5 -18 -9 -35 -9 -31 0 -40 -17 -14 -26 19 -8 19 -48 0 -64 -20 -17 -19 -47 2 -59 15 -8 16 -14 7 -28 -6 -10 -15 -47 -19 -81 -7 -59 -6 -62 18 -73 22 -10 24 -14 14 -30 -9 -14 -9 -21 0 -30 8 -8 9 -18 2 -30 -11 -22 -13 -79 -4 -131 4 -21 4 -46 0 -55 -4 -10 -7 -52 -6 -94 2 -58 -1 -78 -13 -88 -18 -15 -21 -47 -7 -56 6 -3 1 -20 -10 -40 -16 -27 -22 -58 -25 -132 -9 -183 -5 -478 6 -507 5 -15 13 -76 15 -135 3 -58 12 -140 20 -181 46 -243 48 -268 40 -409 -11 -169 -11 -232 0 -298 l8 -53 4413 0 4414 0 0 3930 0 3930 -4180 0 -4180 0 -2 -47z m41 -260 c1 -35 -13 -52 -23 -27 -8 22 -8 79 1 88 10 10 21 -22 22 -61z m255 -399 c28 -28 16 -61 -18 -48 -10 4 -16 18 -16 35 0 32 11 37 34 13z m16 -418 c0 -17 -14 -29 -23 -20 -8 8 3 34 14 34 5 0 9 -6 9 -14z m0 -281 c0 -8 -4 -15 -9 -15 -13 0 -22 16 -14 24 11 11 23 6 23 -9z m4 -51 c21 -8 21 -48 0 -65 -13 -10 -17 -10 -25 2 -10 17 -12 53 -2 62 8 8 8 8 27 1z m-574 -133 c0 -26 -16 -35 -24 -15 -10 25 -7 34 9 34 8 0 15 -9 15 -19z m580 -296 c0 -7 -7 -18 -15 -25 -12 -10 -15 -7 -21 14 -8 33 3 51 22 35 8 -6 14 -17 14 -24z m-16 -144 c8 -13 -4 -42 -15 -35 -12 7 -12 44 0 44 6 0 12 -4 15 -9z m-560 -114 c22 -16 18 -50 -6 -55 -20 -4 -40 30 -32 52 7 19 15 20 38 3z m543 -60 c-12 -27 -27 -36 -27 -17 0 11 32 51 37 46 1 -1 -3 -14 -10 -29z m-537 -41 c0 -15 -24 -28 -34 -19 -13 14 -5 33 14 33 11 0 20 -6 20 -14z m522 -147 l-9 -24 -7 23 c-8 26 2 48 15 35 6 -6 6 -19 1 -34z m-12 -53 c0 -18 -16 -29 -30 -21 -13 8 -1 35 16 35 8 0 14 -6 14 -14z m-17 -108 c-10 -21 -12 -21 -18 -5 -10 25 2 54 17 39 8 -8 8 -18 1 -34z m-24 -203 c0 -87 -28 -183 -50 -170 -14 9 -11 42 6 58 9 10 14 32 13 59 -1 23 2 68 7 98 10 69 23 44 24 -45z m-609 -55 c0 -5 -12 -10 -26 -10 -14 0 -23 4 -19 10 3 6 15 10 26 10 10 0 19 -4 19 -10z m580 -154 c0 -8 -4 -17 -9 -21 -12 -7 -24 12 -16 25 9 15 25 12 25 -4z m-580 -108 c-1 -26 -3 -30 -10 -16 -6 9 -7 23 -4 32 9 25 14 19 14 -16z m-60 -2 c0 -14 -5 -28 -10 -31 -13 -8 -24 20 -16 40 9 24 26 17 26 -9z m135 -395 c5 -9 -31 -41 -46 -41 -4 0 -2 11 4 25 12 25 31 33 42 16z m-177 -923 c17 -17 15 -45 -4 -52 -22 -8 -21 -9 -28 19 -10 40 7 58 32 33z m-8 -102 c0 -7 7 -19 15 -26 17 -14 21 -135 5 -160 -12 -19 -14 -15 -28 57 -10 49 -10 68 -1 85 9 16 9 23 0 26 -14 5 -15 32 -1 32 6 0 10 -6 10 -14z m28 -277 c-2 -19 -7 -33 -13 -32 -12 3 -19 49 -10 71 10 26 27 -2 23 -39z m-34 -312 c-3 -9 -10 -17 -15 -17 -11 0 -12 34 -2 44 11 11 24 -9 17 -27z"/> <path d="M320 6520 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0 -15 -4 -15 -10z"/> <path d="M265 6238 c-9 -22 4 -43 17 -30 7 7 7 16 0 29 -10 17 -11 17 -17 1z"/> <path d="M206 6125 c-7 -19 3 -47 15 -39 5 3 9 14 9 24 0 24 -16 34 -24 15z"/> <path d="M308 6054 c-5 -4 -8 -16 -8 -28 0 -14 3 -17 11 -9 6 6 9 19 7 28 -1 9 -6 13 -10 9z"/> <path d="M300 5948 c0 -21 5 -38 10 -38 13 0 13 40 0 60 -7 11 -10 5 -10 -22z"/> <path d="M110 5138 c0 -7 5 -20 10 -28 8 -12 10 -9 10 13 0 15 -4 27 -10 27 -5 0 -10 -6 -10 -12z"/> <path d="M110 5050 c0 -13 5 -20 13 -17 6 2 12 10 12 17 0 7 -6 15 -12 18 -8 2 -13 -5 -13 -18z"/> <path d="M45 4926 c-22 -34 -17 -40 15 -16 19 14 22 22 13 31 -8 8 -15 5 -28 -15z"/> <path d="M27 4833 c-13 -13 -7 -64 8 -70 22 -8 25 -2 18 40 -5 36 -13 44 -26 30z"/> <path d="M130 4506 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z"/> <path d="M55 4470 c-8 -13 4 -32 16 -25 12 8 12 35 0 35 -6 0 -13 -4 -16 -10z"/> <path d="M136 4401 c-12 -13 -14 -21 -6 -26 16 -10 40 2 40 19 0 24 -16 27 -34 7z"/> <path d="M60 4327 c0 -20 5 -39 11 -42 7 -5 8 5 3 32 -9 51 -14 54 -14 10z"/> <path d="M48 4168 c-24 -24 -23 -28 7 -28 18 0 25 5 25 19 0 28 -12 31 -32 9z"/> <path d="M55 4080 c-7 -21 0 -40 16 -40 12 0 12 47 0 55 -5 3 -12 -4 -16 -15z"/> <path d="M77 3899 c-18 -25 -14 -41 8 -33 18 7 28 35 16 47 -5 5 -15 0 -24 -14z"/> <path d="M61 2668 c-1 -16 4 -28 9 -28 12 0 12 8 0 35 -8 18 -9 17 -9 -7z"/> <path d="M87 2564 c-8 -8 1 -24 14 -24 5 0 9 7 9 15 0 15 -12 20 -23 9z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-size: cover;
    mask-size: cover
}

.about-two__fact,
.feature-one__list {
    filter: drop-shadow(0 0 58.5px rgba(12, 62, 185, .08))
}

.main-slider-one__shape-one {
    position: absolute;
    left: 10%;
    top: 100px;
    width: 79px;
    height: 83px;
    transform-origin: bottom
}

.main-slider-one__shape-three,
.main-slider-one__shape-two {
    transform: perspective(400px) rotateY(45deg) translateY(180px);
    transition: transform 1.2s, opacity 1.2s;
    opacity: 0;
    position: absolute
}

.main-slider-one__shape-one img {
    max-width: 100%;
    height: auto;
    animation: 1.8s infinite alternate startIconOne
}

.main-slider-one__shape-two {
    left: 40%;
    top: 100px;
    width: 218px;
    height: 32px;
    transform-origin: bottom
}

.main-slider-one__shape-two img {
    max-width: 100%;
    height: auto;
    animation: 4s linear infinite treeMove2
}

.main-slider-one__shape-three {
    left: 0;
    bottom: 55px;
    width: 360px;
    height: 373px;
    transform-origin: bottom
}

.main-slider-one__shape-three img {
    max-width: 100%;
    height: auto;
    animation: 4s linear infinite movebounce3
}

.main-slider-one__discount {
    width: 160px;
    height: 160px;
    background-color: var(--alefox-base, #44a05b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .25px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    color: var(--alefox-white, #fff);
    border: 9px solid var(--alefox-white, #fff);
    right: 41%;
    top: 56px;
    transition: transform 1.2s, opacity 1.2s;
    opacity: 0;
    transform: perspective(400px) rotateY(45deg) translateY(180px);
    transform-origin: bottom
}

.main-slider-two__sub-title,
.main-slider-two__text,
.main-slider-two__title {
    transform: scale(1.2) translateY(200px);
    opacity: 0;
    color: var(--alefox-white, #fff)
}

@media (max-width:1599px) {
    .main-slider-one__discount {
        right: 39%
    }

    .service-one__shape {
        display: none
    }
}

@media (max-width:1399px) {
    .main-slider-one__discount {
        right: 38%
    }
}

.main-slider-one__discount span {
    display: block;
    font-size: 34px;
    letter-spacing: .5px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 4px
}

.main-slider-one .active .main-slider-one__sub-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.1s
}

.main-slider-one .active .main-slider-one__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.3s
}

.main-slider-one .active .main-slider-one__title::after {
    transform: translateX(1%);
    transition-delay: 1.5s
}

.main-slider-one .active .main-slider-one__text {
    opacity: 1;
    transform: perspective(400px) rotateY(0) translateY(0);
    transition-delay: 1.7s
}

.main-slider-one .active .main-slider-one__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0) translateY(0);
    transition-delay: 1.9s
}

.main-slider-one .active .main-slider-one__layer {
    opacity: 1;
    transform: translatex(0) scalex(1);
    filter: blur(0);
    transition-delay: 2s
}

.main-slider-one .active .main-slider-one__shape-one {
    opacity: 1;
    transition-delay: 2.1s;
    transform: perspective(400px) rotateY(0) translateY(0)
}

.main-slider-one .active .main-slider-one__shape-two {
    opacity: 1;
    transition-delay: 2.2s;
    transform: perspective(400px) rotateY(0) translateY(0)
}

.main-slider-one .active .main-slider-one__shape-three {
    opacity: 1;
    transition-delay: 2.3s;
    transform: perspective(400px) rotateY(0) translateY(0)
}

.main-slider-one .active .main-slider-one__discount {
    opacity: 1;
    transition-delay: 2.4s;
    transform: perspective(400px) rotateY(0) translateY(0)
}

.main-slider-two__carousel .owl-dots {
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px
}

.main-slider-two__carousel .owl-dots .owl-dot {
    display: block;
    margin: 0;
    padding: 0;
    transition: .5s;
    position: relative;
    z-index: 2
}

.main-slider-two__carousel .owl-dots .owl-dot button {
    width: 40px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px 0 0 100px;
    background-color: var(--alefox-white, #fff);
    font-size: 16px;
    font-weight: 600;
    color: var(--alefox-black, #122f2a);
    border: none;
    outline: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    transition: .5s;
    position: relative;
    z-index: 2
}

.main-slider-two__carousel .owl-dots .owl-dot::after {
    position: absolute;
    right: -10px;
    top: 0;
    width: 49px;
    height: 49px;
    border-radius: 100px 0 0 100px;
    content: "";
    transition: .5s;
    border: 1px solid var(--alefox-white, #fff);
    opacity: 0;
    z-index: -1
}

.main-slider-two__carousel .owl-dots .owl-dot.active::after,
.main-slider-two__carousel .owl-dots .owl-dot:hover::after {
    opacity: 1;
    right: 0
}

.main-slider-two__carousel .owl-dots .owl-dot.active button,
.main-slider-two__carousel .owl-dots .owl-dot:hover button {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.main-slider-two__item {
    background-color: var(--alefox-gray, #f6f4ec);
    position: relative;
    z-index: 3;
    padding-top: 290px;
    padding-bottom: 260px
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

.main-slider-three__bg,
.main-slider-three__sub-title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.main-slider-two__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    background-size: cover
}

.main-slider-two__bg img:first-child {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.main-slider-two__bg img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover
}

.main-slider-two__bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/shapes/slider-2-overlay.png);
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 1
}

.main-slider-two__content {
    position: relative;
    z-index: 3
}

.main-slider-two__sub-title {
    background-color: var(--alefox-base, #44a05b);
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
    padding: 14px 29px;
    border-radius: 50px;
    margin: 0 0 14px;
    transition: transform 1s, opacity 1s
}

.main-slider-two__sub-title::before {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: "";
    border: 4px solid var(--alefox-white, #fff);
    margin-right: 14px
}

.main-slider-two__title {
    font-size: 65px;
    font-weight: 700;
    line-height: 81px;
    text-transform: capitalize;
    margin: 0 0 16px;
    transition: transform 1.1s, opacity 1.1s
}

.main-slider-two__title span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--alefox-base, #44a05b);
    border-radius: 10px;
    padding: 0 15px
}

.about-one__content__list li,
.about-two__content__list li {
    padding: 0 0 0 42px;
    margin: 0 0 20px;
    min-height: 31px;
    list-style: none
}

.main-slider-two__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 49px;
    transition: transform 1.2s, opacity 1.2s
}

.main-slider-two__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
    gap: 40px;
    opacity: 0;
    transform: perspective(400px) rotateY(0) translateY(180px);
    transform-origin: bottom;
    transition: 1.5s
}

.main-slider-two__btn .video-popup {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--alefox-base, #44a05b);
    transition: .5s;
    position: relative;
    z-index: 10
}

.main-slider-two__btn .video-popup .ripple,
.main-slider-two__btn .video-popup .ripple:after,
.main-slider-two__btn .video-popup .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), .25);
    animation: 3s infinite ripple;
    border-radius: 50%
}

.main-slider-two__btn .video-popup .ripple:before {
    animation-delay: .9s;
    content: "";
    position: absolute
}

.main-slider-two__btn .video-popup .ripple::after {
    animation-delay: .6s;
    content: "";
    position: absolute
}

.main-slider-two__btn .video-popup:hover {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.main-slider-two__shape-one {
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    width: 169px;
    height: 169px;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both
}

@media (max-width:992px) {
    .main-slider-two__shape-one {
        display: none
    }
}

.main-slider-two__shape-one img {
    width: 100%;
    height: auto;
    animation: 6s linear infinite treeMove2
}

.main-slider-two__shape-two {
    position: absolute;
    z-index: 1;
    left: 2%;
    bottom: 0;
    width: 125px;
    height: 214px;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both
}

.main-slider-two__shape-two img {
    width: 100%;
    height: auto;
    animation: 4s linear infinite treeMove
}

.main-slider-three__shape-one img,
.main-slider-three__shape-two img {
    animation: 4s linear infinite treeMove3
}

.main-slider-two .active .main-slider-two__bg img:first-child {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0)
}

.main-slider-two .active .main-slider-two__bg img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.main-slider-two .active .main-slider-two__sub-title {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1.1s
}

.main-slider-two .active .main-slider-two__title {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1.3s
}

.main-slider-two .active .main-slider-two__text {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1.5s
}

.main-slider-two .active .main-slider-two__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0) translateY(0);
    transition-delay: 1.7s
}

.main-slider-two .active .main-slider-two__shape-one {
    opacity: 1;
    animation-delay: 1.9s;
    animation-name: backInUp
}

.main-slider-two .active .main-slider-two__shape-two {
    opacity: 1;
    animation-delay: 2s;
    animation-name: backInUp
}

.main-slider-three__carousel.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    z-index: 99;
    gap: 25px;
    transform: none
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--alefox-base, #44a05b);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot span::after {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: var(--alefox-base, #44a05b);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active span,
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--alefox-white, #fff)
}

.main-slider-three__item {
    position: relative;
    background-color: var(--alefox-black, #122f2a);
    padding-top: 315px;
    padding-bottom: 220px
}

.main-slider-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.main-slider-three__bg__color {
    background-color: var(--alefox-black, #122f2a);
    width: 16.66%;
    height: 100%;
    display: block;
    position: absolute;
    transition: .5s
}

.main-slider-three__bg__color:nth-child(2),
.main-slider-three__bg__color:nth-child(4),
.main-slider-three__bg__color:nth-child(6) {
    top: 0
}

.main-slider-three__bg__color:nth-child(2) {
    left: 16.66%
}

.main-slider-three__bg__color:nth-child(4) {
    left: 49.98%
}

.main-slider-three__bg__color:nth-child(6) {
    left: 83.3%
}

.main-slider-three__bg__color:first-child,
.main-slider-three__bg__color:nth-child(3),
.main-slider-three__bg__color:nth-child(5) {
    bottom: 0
}

.main-slider-three__bg__color:first-child {
    left: 0
}

.main-slider-three__bg__color:nth-child(3) {
    left: 33.32%
}

.main-slider-three__bg__color:nth-child(5) {
    left: 66.64%
}

.main-slider-three__bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--alefox-black2-rgb, 32, 34, 33), .8)
}

.feature-one__item__image,
.feature-one__list,
.main-slider-three__btn__two .alefox-btn__item {
    background-color: var(--alefox-white, #fff)
}

.main-slider-three__content {
    position: relative;
    z-index: 3;
    overflow: hidden
}

.main-slider-three__sub-title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: var(--alefox-white, #fff);
    margin-bottom: 12px;
    background-image: url(../images/shapes/slider-3-sub-title-bg.png);
    text-align: center;
    text-transform: uppercase;
    padding: 26px 91px 20px;
    transition: transform 1s, opacity 1s;
    transform: translateY(-200px);
    opacity: 0
}

.main-slider-three__title {
    font-size: 65px;
    line-height: 81px;
    color: var(--alefox-white, #fff);
    font-weight: 700;
    margin: 0 0 18px;
    opacity: 0;
    transition: transform 1.2s, opacity 1.2s;
    transform: translateX(400px)
}

.main-slider-three__title span {
    position: relative
}

.main-slider-three__title span::after {
    position: absolute;
    right: 26px;
    bottom: 3px;
    content: "";
    background-color: var(--alefox-base, #44a05b);
    height: 7px;
    width: 215px
}

.main-slider-three__text {
    font-size: 18px;
    line-height: 28px;
    color: var(--alefox-white, #fff);
    overflow: hidden;
    margin: 0 0 42px
}

.main-slider-three__text__one {
    margin: 0;
    opacity: 0;
    transition: transform 1.2s, opacity 1.2s;
    transform: translateX(-300px)
}

.main-slider-three__btn {
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    z-index: 5;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0) translateY(80px);
    transform-origin: bottom;
    transition: 1.5s
}

.about-one__content .sec-title,
.about-three__content .sec-title,
.about-two__content .sec-title {
    padding-bottom: 21px
}

.main-slider-three__btn__two {
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0) translateY(80px);
    transform-origin: bottom;
    transition: 1.5s
}

.main-slider-three__shape-one,
.main-slider-three__shape-two {
    bottom: 220px;
    width: 225px;
    height: 369px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 1.2s, opacity 1.2s;
    margin: auto;
    position: absolute;
    opacity: 0
}

.main-slider-three__btn__two .alefox-btn {
    color: var(--alefox-white, #fff)
}

.about-one__content__quote i,
.feature-one__item__image,
.feature-two__item:hover .feature-two__item__icon {
    color: var(--alefox-base, #44a05b)
}

.main-slider-three__shape-one {
    left: 19%;
    transform: translateX(-300px)
}

.main-slider-three__shape-two {
    right: 19%;
    transform: translateX(300px)
}

@media (max-width:1699px) {
    .main-slider-three__shape-one {
        left: 5%
    }

    .main-slider-three__shape-two {
        right: 5%
    }
}

.main-slider-three .active .main-slider-three__bg__color {
    height: 0
}

.main-slider-three .active .main-slider-three__sub-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.1s
}

.main-slider-three .active .main-slider-three__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.4s
}

.main-slider-three .active .main-slider-three__text__one {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.6s
}

.main-slider-three .active .main-slider-three__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0) translateY(0);
    transition-delay: 1.8s
}

.main-slider-three .active .main-slider-three__btn__two {
    opacity: 1;
    transform: perspective(400px) rotateY(0) translateY(0);
    transition-delay: 2s
}

.main-slider-three .active .main-slider-three__shape-one,
.main-slider-three .active .main-slider-three__shape-two {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 2.1s
}

.feature-one {
    position: relative;
    margin-top: -96px
}

.feature-one__list {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px
}

.feature-one__item {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 18px;
    padding: 50px 35px
}

@media (max-width:1199px) {
    .offer-one__title {
        font-size: 32px;
        line-height: 46px
    }

    .page-header {
        padding-top: 175px;
        padding-bottom: 180px
    }

    .main-slider-one__carousel.owl-carousel .owl-dots {
        width: 100%;
        justify-content: center
    }

    .main-slider-one__item {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .main-slider-one__discount,
    .main-slider-one__layer,
    .main-slider-one__shape-three,
    .main-slider-three__shape-one,
    .main-slider-three__shape-two {
        display: none
    }

    .main-slider-two__item {
        padding-top: 250px;
        padding-bottom: 200px
    }

    .main-slider-three__item {
        padding-top: 250px;
        padding-bottom: 180px
    }

    .feature-one__item {
        padding: 50px 25px
    }

    .about-two__image {
        max-width: 570px
    }
}

.feature-one__item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: var(--alefox-base, #44a05b);
    opacity: 0;
    transition: .3s linear
}

.feature-one__item:hover::before {
    opacity: 1;
    width: calc(100% - 70px)
}

.feature-one__item__image {
    width: 84px;
    height: 84px;
    font-size: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    flex-shrink: 0;
    transition: .4s linear;
    transform: scale(1)
}

.about-one__content__quote:hover i,
.about-three__content__quote:hover i,
.about-two__fact li:hover .about-two__fact__icon span,
.feature-one__item:hover .feature-one__item__image,
.feature-two__item:hover .feature-two__item__icon span,
.service-one__item:hover .service-one__item__icon span,
.service-three__item:hover .service-three__item__icon span,
.service-two__item:hover .service-two__item__icon span {
    transform: scale(.9)
}

.feature-one__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-one__image img,
.about-three__image img,
.about-two__image img {
    height: auto;
    max-width: 100%
}

.feature-one__item__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .3s linear
}

.feature-one__item:hover .feature-one__item__title {
    background-size: 100% 1px
}

.feature-one__item__text {
    line-height: 26px;
    margin: 0
}

.feature-one__item+.feature-one__item::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 120px;
    content: "";
    background-color: var(--alefox-border-color, #ddd)
}

.feature-two {
    position: relative;
    background-color: var(--alefox-base, #44a05b);
    padding: 120px 0
}

.feature-two__item {
    position: relative;
    z-index: 2;
    padding: 43px 25px 39px;
    overflow: hidden;
    transition: .3s;
    border-radius: 10px;
    border: 1px solid rgba(var(--alefox-white-rgb, 255, 255, 255), .2)
}

.feature-two__item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    opacity: 0;
    background-color: var(--alefox-black2, #202221);
    visibility: hidden;
    transition: .4s
}

.feature-two__item:hover {
    border-color: transparent
}

.feature-two__item:hover::after,
.instagram-one a:hover::after,
.instagram-two a:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible
}

.feature-two__item__icon {
    color: var(--alefox-white, #fff);
    font-size: 72px;
    line-height: 1;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: inline-block;
    transition: .4s
}

.feature-two__item__icon::after {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    transition: .4s;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--alefox-white, #fff);
    opacity: .3;
    animation: 4s linear infinite zoomsIn
}

.about-one__content__border::after,
.about-one__content__list li:hover span,
.about-two__content__list li:hover span {
    background-color: var(--alefox-base, #44a05b)
}

.feature-two__item__icon span {
    transition: .4s;
    display: inline-block;
    transform: scale(1)
}

.feature-two__item__icon-bg {
    color: rgba(var(--alefox-white-rgb, 255, 255, 255), .03);
    opacity: 0;
    font-size: 290px;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    transform: scale(.9)
}

.feature-two__item:hover .feature-two__item__icon-bg {
    opacity: 1;
    transform: scale(1)
}

.feature-two__item:hover .feature-two__item__text,
.feature-two__item:hover .feature-two__item__title,
.feature-two__item__text,
.feature-two__item__title {
    color: var(--alefox-white, #fff)
}

.feature-two__item:hover .feature-two__item__icon::after {
    opacity: 1
}

.feature-two__item__title {
    margin: 15px 0 18px;
    font-size: 22px;
    font-weight: 700;
    transition: .3s linear
}

.feature-two__item__text {
    position: relative;
    z-index: 2;
    line-height: 28px;
    margin: 0;
    transition: .3s linear
}

.feature-two__item__shape {
    position: absolute;
    right: 35px;
    bottom: -5px;
    width: 35px;
    height: 74px;
    background-position: center center;
    background-repeat: no-repeat;
    animation: 6s linear infinite treeMove2
}

.about-one,
.about-three,
.about-two {
    position: relative;
    z-index: 2;
    padding: 120px 0
}

.about-one__shape {
    position: absolute;
    right: 0;
    bottom: -55px;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    animation: 4s linear infinite movebounce3
}

.about-one__image,
.about-three__image {
    position: relative;
    z-index: 2;
    display: inline-block
}

.about-one__image__two {
    max-width: 170px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 6px solid var(--alefox-white, #fff);
    border-radius: 10px;
    animation: 4s linear infinite shapeMove
}

.about-one__image__three {
    position: absolute;
    left: -104px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 207px;
    height: 207px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    padding: 16px;
    animation: 4s linear infinite treeMove2
}

.about-one__content__text {
    margin: 0 0 18px
}

.about-one__content__quote {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500
}

.about-one__content__quote i {
    flex-shrink: 0;
    font-size: 48px;
    line-height: 48px;
    transform: scale(1);
    transition: .5s
}

.about-one__content__list li span,
.about-two__content__list li span {
    background-color: var(--alefox-black2, #202221);
    align-items: center;
    font-size: 17px;
    left: 0;
    color: var(--alefox-white, #fff);
    width: 31px;
    height: 31px;
    transition: .4s
}

.about-one__content__border {
    position: relative;
    width: 100%;
    max-width: 84%;
    height: 1px;
    background-color: var(--alefox-border-color, #ddd);
    margin: 26px 0
}

.about-one__content__border::after {
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: -3px;
    position: absolute;
    animation: 15s linear infinite zumpX
}

.about-one__content__list {
    margin: 30px 0 40px;
    padding: 0
}

.about-one__content__list li {
    position: relative
}

.about-one__content__list li span {
    position: absolute;
    top: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.about-two__shape {
    position: absolute;
    right: 1%;
    top: 5px;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    animation: 4s linear infinite shapeMove
}

@media (max-width:1500px) {
    .main-header--two__toggler {
        margin-left: 30px
    }

    .about-two__shape,
    .cta-three__shape-left,
    .cta-three__shape-right,
    .cta-two__shape,
    .why-choose-one__shape {
        display: none
    }
}

.about-two__image__two {
    max-width: 210px;
    position: absolute;
    right: 0;
    top: 55px;
    border: 7px solid var(--alefox-white, #fff);
    border-radius: 0;
    animation: 4s linear infinite movebounce3
}

.about-two__image__shape {
    position: absolute;
    left: -155px;
    bottom: 0;
    animation: 4s linear infinite shapeMove
}

@media (max-width:1299px) {

    .about-one__image__three,
    .about-two__image__shape,
    .main-slider-two__shape-two {
        display: none
    }
}

.about-two__content__text {
    margin: 0 0 33px
}

.about-two__content__list {
    margin: 0 0 35px;
    padding: 0
}

.about-two__content__list li {
    position: relative
}

.about-two__content__list li span {
    position: absolute;
    top: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.about-two__content__video {
    position: relative;
    display: flex;
    margin-left: auto;
    align-items: center;
    max-width: 213px;
    margin-top: 18px
}

.about-two__content__video .video-popup {
    width: 54px;
    height: 54px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 24px;
    color: var(--alefox-base, #44a05b);
    transition: .5s;
    z-index: 10
}

.about-three__content__border::after,
.about-three__image::after,
.about-two__fact li:hover .about-two__fact__icon {
    background-color: var(--alefox-base, #44a05b)
}

.about-two__content__video .video-popup .ripple,
.about-two__content__video .video-popup .ripple:after,
.about-two__content__video .video-popup .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), .25);
    animation: 3s infinite ripple;
    border-radius: 50%
}

.about-two__content__video .video-popup .ripple:before {
    animation-delay: .9s;
    content: "";
    position: absolute
}

.about-two__content__video .video-popup .ripple::after {
    animation-delay: .6s;
    content: "";
    position: absolute
}

.about-two__content__video .video-popup:hover {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.about-two__fact {
    position: relative;
    z-index: 2;
    margin: 0 0 30px -330px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--alefox-white, #fff)
}

.about-three__content__list li span,
.about-two__fact__icon {
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff)
}

.about-two__fact li {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 18px;
    padding: 41px 50px
}

.about-two__fact li:hover .about-two__fact__text {
    background-size: 100% 1px
}

.about-two__fact__icon {
    width: 70px;
    height: 70px;
    font-size: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .4s linear
}

.about-two__fact__text,
.service-one__item__title a {
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat
}

.about-three__content__quote i,
.service-one__bottom__list li:hover i,
.service-one__item:hover .service-one__item__icon,
.service-one__item__icon {
    color: var(--alefox-base, #44a05b)
}

.about-two__fact__icon span {
    display: inline-block;
    transition: .4s linear;
    transform: scale(1)
}

.about-two__fact__number {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700
}

.about-two__fact__text {
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    display: inline-block;
    transition: .3s linear
}

.about-three__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    animation: 4s linear infinite movebounce3
}

@media (max-width:1700px) {

    .topbar-one::after,
    .topbar-one::before {
        width: 8%
    }

    .about-one__shape,
    .about-three__shape {
        display: none
    }
}

.about-three__image::after {
    position: absolute;
    left: -20px;
    bottom: -20px;
    content: "";
    width: 278px;
    height: 278px;
    z-index: -1
}

.about-three__image__two {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 169px;
    height: 169px;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    padding: 11px;
    animation: 4s linear infinite treeMove2
}

.about-three__content__text {
    margin: 0 0 18px
}

.about-three__content__quote {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500
}

.about-three__content__quote i {
    flex-shrink: 0;
    font-size: 48px;
    line-height: 48px;
    transform: scale(1);
    transition: .5s
}

.about-three__content__border {
    position: relative;
    width: 100%;
    max-width: 84%;
    height: 1px;
    background-color: var(--alefox-border-color, #ddd);
    margin: 26px 0
}

.about-three__content__border::after {
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: -3px;
    position: absolute;
    animation: 15s linear infinite zumpX
}

.service-one__item__icon::after,
.service-one__item__icon::before {
    width: 24px;
    height: 24px;
    opacity: .2;
    border-radius: 50%;
    animation: 4s linear infinite zoomsIn;
    z-index: -1;
    background-color: var(--alefox-base, #44a05b);
    content: "";
    position: absolute
}

.about-three__content__list {
    margin: 30px 0 40px;
    padding: 0
}

.about-three__content__list li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 20px;
    position: relative
}

.about-three__content__list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: .4s
}

.about-three__content__list li:hover span {
    background-color: var(--alefox-base, #44a05b)
}

.service-one__shape {
    position: absolute;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    animation: 4s linear infinite shapeMove
}

.service-one__item {
    position: relative;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    transition: .5s
}

.service-one__item__content {
    position: relative;
    padding: 32px 30px 33px
}

.service-one__item__icon {
    font-size: 60px;
    line-height: 1;
    position: relative;
    z-index: 3;
    display: inline-block;
    margin: 0 0 20px;
    transition: .5s
}

.service-one__item__icon span {
    display: inline-block;
    transition: .5s linear 0.1s;
    transform: scale(1)
}

.service-one__item__icon::before {
    right: -3px;
    top: -3px;
    transition: .5s
}

.service-one__item__icon::after {
    left: -3px;
    bottom: 0;
    transition: .5s
}

.service-one__item:hover .service-one__item__icon::after {
    left: 62%
}

.service-one__item:hover .service-one__item__icon::before {
    right: 65%
}

.service-one__item__title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px
}

.service-one__item__title a {
    color: inherit;
    transition: .5s
}

.service-one__item__link i,
.service-one__item__link:hover {
    color: var(--alefox-white, #fff)
}

.service-one__item__title a:hover {
    background-size: 100% 1px;
    color: var(--alefox-base, #44a05b)
}

.service-one__item__text {
    font-size: 15px;
    padding-bottom: 13px;
    margin: 0 0 25px
}

.service-one__item__link {
    color: var(--alefox-text, #636363);
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding: 0 15px 0 9px;
    transition: .3s;
    position: relative
}

.service-one__item__link::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background-color: var(--alefox-base, #44a05b);
    width: 38px;
    height: 38px;
    border-radius: 100px;
    transition: .4s cubic-bezier(.175, .885, .32, 1.275)
}

.service-one__item__link i {
    font-size: 20px;
    margin-right: 15px;
    transition: .3s
}

.service-three__item__title a,
.service-two__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat
}

.service-one__item__link:hover::before {
    width: 100%
}

.project-one__item,
.project-two__item,
.service-one__item__image {
    position: relative;
    overflow: hidden
}

.service-one__item__image::after {
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: .4s linear
}

.service-three__item::after,
.service-two__item::after {
    content: "";
    bottom: 0;
    perspective: 400px;
    visibility: hidden;
    transition: transform .5s ease-in-out, visibility .5s ease-in-out;
    z-index: -1
}

.service-one__item__image img {
    width: 100%;
    height: auto;
    border-radius: 0 0 10px 10px
}

.service-one__item:hover .service-one__item__image::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s linear
}

.service-one__bottom {
    position: relative;
    margin-top: 65px
}

.service-details__content,
.service-one__bottom__content {
    position: relative
}

.service-one__bottom__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px
}

.service-one__bottom__list {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

.service-one__bottom__list li {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 4px
}

.service-one__bottom__list li i {
    color: var(--alefox-black, #122f2a);
    transition: .3s
}

.service-one__bottom .alefox-btn {
    font-size: 14px;
    padding: 8px 30px
}

.service-one__bottom__image {
    padding: 0 0 0 48px;
    position: relative
}

@media (max-width:450px) {
    .testimonials-one__meta-thumb {
        width: 100px;
        height: 100px
    }

    .service-one__bottom__image {
        padding-left: 30px
    }
}

.service-one__bottom__image::after {
    height: 100%;
    width: 9px;
    content: "";
    background-color: var(--alefox-base, #44a05b);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px
}

@media (max-width:991px) {
    .offer-one__left__off {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: -40px
    }

    .offer-one__left__arrow {
        display: none
    }

    .offer-one__content {
        text-align: center;
        margin: 0 auto
    }

    .feature-one__list {
        flex-direction: column
    }

    .feature-one__item {
        padding: 30px 25px
    }

    .feature-one__item+.feature-one__item::after {
        display: none
    }

    .about-one__content {
        margin-top: 45px
    }

    .about-two__fact li {
        padding: 41px 20px
    }

    .about-three__content {
        margin-top: 55px
    }

    .service-one__bottom__image {
        max-width: 670px;
        margin-top: 50px
    }
}

.service-one__bottom__image .row {
    --bs-gutter-x: 22px
}

.service-one__bottom__image img {
    width: 100%;
    height: auto
}

.service-two {
    padding: 120px 0;
    position: relative;
    background-color: var(--alefox-gray, #f6f4ec)
}

.service-two__shape-one,
.service-two__shape-three,
.service-two__shape-two {
    position: absolute;
    height: 100%;
    width: 100%
}

.service-two__shape-one {
    left: 0;
    top: 120px;
    background-repeat: no-repeat;
    background-position: left top;
    animation: 4s linear infinite movebounce3
}

.service-two__shape-two {
    right: 2%;
    top: -80px;
    background-repeat: no-repeat;
    background-position: right top;
    animation: 4s linear infinite shapeMove
}

.service-two__shape-three {
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: center bottom
}

.service-three__bg,
.service-three__shape {
    background-repeat: no-repeat;
    position: absolute
}

.service-two__item {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: var(--alefox-white, #fff);
    border-radius: 10px;
    padding: 10px 10px 0;
    margin-bottom: 25px
}

.service-two__item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--alefox-black2, #202221);
    border-radius: 10px;
    transform: scale(1, 0);
    transform-origin: bottom center
}

.service-two__item:hover .service-two__item__icon,
.service-two__item__link:hover {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.service-two__item:hover::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center
}

.service-two__item__image {
    position: relative;
    transition: .5s
}

.service-two__item__image img {
    width: 100%;
    border-radius: 10px
}

.service-two__item__content {
    position: relative;
    padding: 0 32px 49px;
    margin-top: -45px
}

.service-two__item__content__shape {
    display: block;
    width: auto !important;
    margin-left: auto;
    margin-right: auto
}

.service-two__item__icon,
.service-two__item__link {
    display: flex;
    background-color: var(--alefox-white, #fff);
    border-radius: 50%;
    color: var(--alefox-base, #44a05b)
}

.service-two__item__icon {
    width: 90px;
    height: 90px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 48px;
    position: relative;
    line-height: 1;
    transition: .5s
}

.service-three__item__link,
.service-two__item__link {
    align-items: center;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, .04));
    transform: rotate(-45deg);
    left: 0
}

.service-two__item__icon span {
    display: block;
    transform: scale(1);
    transition: transform .5s
}

.service-two__item__title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2em;
    margin: 20px 0 12px
}

.service-two__item__title a {
    transition: .5s
}

.service-two__item__title a:hover {
    background-size: 100% 1px;
    color: var(--alefox-base, #44a05b)
}

.service-two__item:hover .service-two__item__title {
    color: var(--alefox-white, #fff)
}

.service-two__item__text {
    margin: 0;
    line-height: 28px;
    transition: .3s
}

.service-two__item:hover .service-two__item__text {
    color: var(--alefox-white, #fff)
}

.service-two__item__link {
    justify-content: center;
    font-size: 28px;
    transition: .5s;
    line-height: 1em;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -24px
}

.service-two__item__link:hover {
    transform: rotate(0)
}

.service-three {
    position: relative;
    margin-top: -90px;
    padding: 210px 0 120px
}

.service-three__bg {
    width: 100%;
    height: 586px;
    left: 0;
    top: 0;
    background-color: var(--alefox-gray, #f6f4ec);
    background-position: center bottom;
    background-size: auto
}

.service-three__item,
.service-three__item__icon,
.service-three__item__link {
    background-color: var(--alefox-white, #fff)
}

.service-three__shape {
    right: 2%;
    bottom: -80px;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    animation: 4s linear infinite shapeMove;
    z-index: 1
}

.project-details__help__bg,
.service-three__item__shape {
    background-position: center center;
    background-size: cover
}

@media (max-width:1400px) {

    .service-three__shape,
    .service-two__shape-two {
        display: none
    }
}

.service-three__item {
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid var(--alefox-border-color, #ddd);
    border-radius: 10px;
    padding: 0;
    margin-bottom: 25px
}

.service-three__item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--alefox-black2, #202221);
    border-radius: 10px;
    transform: scale(1, 0);
    transform-origin: bottom center
}

.service-details__box:hover .service-details__box__icon,
.service-three__item__link:hover {
    background-color: var(--alefox-base, #44a05b)
}

.service-three__item:hover::after {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center
}

.service-three__item__image {
    position: relative;
    margin: -1px 0 0;
    transition: .5s
}

.service-three__item__image img {
    width: 100%;
    border-radius: 10px 10px 0 0
}

.service-three__item__content {
    position: relative;
    padding: 0 32px 49px;
    margin-top: -45px
}

.service-three__item__content__shape {
    display: block;
    width: auto !important;
    margin-left: auto;
    margin-right: auto
}

.service-three__item__icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alefox-base, #44a05b);
    margin: 0 auto;
    font-size: 48px;
    position: relative;
    line-height: 1;
    transition: .5s
}

.service-three__item__icon span {
    display: block;
    transform: scale(1);
    transition: transform .5s
}

.service-three__item:hover .service-three__item__icon {
    background-color: var(--alefox-base, #44a05b);
    color: var(--alefox-white, #fff)
}

.service-three__item__title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2em;
    margin: 20px 0 12px
}

.service-three__item__title a {
    transition: .5s
}

.service-three__item__title a:hover {
    background-size: 100% 1px;
    color: var(--alefox-base, #44a05b)
}

.service-three__item:hover .service-three__item__title {
    color: var(--alefox-white, #fff)
}

.service-three__item__text {
    margin: 0;
    line-height: 28px;
    transition: .3s
}

.service-three__item:hover .service-three__item__text {
    color: var(--alefox-white, #fff)
}

.service-three__item__link {
    display: flex;
    justify-content: center;
    font-size: 28px;
    color: var(--alefox-base, #44a05b);
    transition: .5s;
    line-height: 1em;
    border: 1px solid var(--alefox-border-color, #ddd);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -24px
}

.service-three__item__link:hover {
    color: var(--alefox-white, #fff);
    border-color: var(--alefox-base, #44a05b);
    transform: rotate(0)
}

.service-three__item__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    border-radius: 0 0 10px 10px;
    opacity: .55;
    transition: .7s
}

.service-three__item:hover .service-three__item__shape {
    height: 95px
}

.service-details {
    position: relative;
    padding: 120px 0;
    counter-reset: count
}

.service-details__thumbnail {
    margin-bottom: 35px
}

.service-details__thumbnail img {
    width: 100%;
    border-radius: 5px
}

.service-details__title {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 700
}

@media (min-width:992px) {
    .block-title p {
        font-size: 20px
    }

    .block-title h3 {
        font-size: 50px
    }

    .video-two__title {
        font-size: 60px;
        margin-bottom: 35px
    }

    .service-details__title,
    .team-details__title {
        font-size: 40px
    }

    .contact-one__image img {
        max-width: none
    }

    .why-choose-two__image {
        margin-bottom: 0
    }

    .why-choose-two__image__two {
        bottom: 0;
        left: -120px
    }

    .why-choose-two__image__shape {
        bottom: auto;
        top: 200px;
        right: auto;
        left: -100px
    }

    .why-choose-two__image__icon {
        left: -48px
    }

    .why-choose-two__highlight {
        margin: -20px 0 32px;
        font-size: 20px;
        line-height: 34px
    }

    .why-choose-two__text {
        font-size: 16px
    }

    .gallery-one__carousel .owl-nav {
        display: none
    }

    .comments-form__title,
    .comments-one__title {
        font-size: 30px
    }

    .error-404__title {
        font-size: 400px;
        margin-top: -85px;
        margin-bottom: 50px
    }

    .error-404__title span {
        color: var(--alefox-white, #fff)
    }

    .error-404__title img {
        display: block
    }
}

.service-details__heading {
    margin: 36px 0 14px;
    font-weight: 700;
    font-size: 24px
}

.service-details__text {
    margin: 0 0 20px
}

.service-details__box-wrapper {
    margin-top: -14px;
    margin-bottom: 25px
}

.service-details__box {
    position: relative;
    min-height: 76px;
    padding: 0 0 0 94px
}

.service-details__box__icon {
    width: 74px;
    height: 76px;
    background-color: var(--alefox-black2, #202221);
    font-size: 45px;
    color: var(--alefox-white, #fff);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .5s
}

.service-details__box__title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600
}

.service-details__box__text {
    margin: 0;
    font-size: 15px;
    line-height: 26px
}

.service-details__benefit {
    position: relative;
    margin-top: 27px;
    margin-bottom: 45px
}

.service-details__benefit img {
    max-width: 100%;
    height: auto;
    border-radius: 4px
}

.project-details__benefit,
.project-details__content,
.service-details__benefit__content,
.sidebar-one__newsletter,
body.boxed-wrapper {
    position: relative
}

.service-details__benefit__title {
    margin: -5px 0 15px;
    font-size: 24px;
    font-weight: 700
}

.service-details__benefit__text {
    margin: 0;
    font-size: 15px;
    line-height: 28px
}

.service-details__benefit__list {
    margin: 20px 0 10px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.service-details__benefit__list li {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    padding-left: 31px;
    color: var(--alefox-base, #44a05b);
    margin-bottom: 8px
}

.service-details__benefit__list__icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 22px;
    display: inline-block
}

.service-details__accordion {
    background-color: var(--alefox-gray2, #e1eff0);
    border-radius: 5px;
    padding: 44px 30px;
    margin-top: 22px
}

.service-details__accordion .accrodion {
    position: relative;
    margin-bottom: 11px;
    counter-increment: count
}

.service-details__accordion .accrodion-title {
    padding: 17px 55px 17px 28px;
    position: relative;
    cursor: pointer;
    background-color: var(--alefox-white, #fff)
}

.service-details__accordion .accrodion-title h4 {
    font-weight: 700;
    color: var(--alefox-black, #122f2a);
    font-size: 18px;
    margin: 0;
    transition: .5s;
    position: relative
}

.instagram-one a::before,
.instagram-two a::before {
    font-family: "Font Awesome 5 Brands";
    color: var(--alefox-white, #fff);
    text-align: center
}

.service-details__accordion .accrodion-title__number {
    position: relative;
    display: inline-block
}

.service-details__accordion .accrodion-title__number::before {
    content: counters(count, ".", decimal);
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.project-one__item__rm,
.project-two__item__rm {
    height: 50px;
    background-color: var(--alefox-white, #fff);
    align-items: center
}

.service-details__accordion .accrodion-title__icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--alefox-black2, #202221);
    transition: .5s
}

.service-details__accordion .accrodion-title__icon::after,
.service-details__accordion .accrodion-title__icon::before {
    width: 1px;
    height: 15px;
    position: absolute;
    background-color: var(--alefox-white, #fff);
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: .5s
}

.service-details__accordion .accrodion-title__icon::after {
    width: 15px;
    height: 1px
}

.service-details__accordion .active .accrodion-title__icon {
    background-color: var(--alefox-base, #44a05b)
}

.service-details__accordion .active .accrodion-title__icon::after,
.service-details__accordion .active .accrodion-title__icon::before {
    background-color: var(--alefox-white, #fff);
    opacity: 0
}

.service-details__accordion .active .accrodion-title__icon::after {
    opacity: 1;
    width: 13px;
    height: 2px
}

.service-details__accordion .accrodion-content .inner {
    padding: 20px 25px 12px
}

.service-details__accordion .accrodion-content p {
    margin: 0
}

@media (min-width:1400px) {
    .funfact-three__bg {
        width: calc(100% - 240px);
        left: 120px
    }

    .instagram-one .container {
        max-width: 1380px
    }
}

.instagram-one__title {
    display: block;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: var(--alefox-text, #636363);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin: 0 auto 39px
}

.instagram-one__title span {
    display: inline-block;
    background-color: var(--alefox-white, #fff);
    position: relative;
    z-index: 2;
    padding: 0 28px
}

.project-one__item__title a,
.project-two__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat
}

.instagram-one__title::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 9px;
    width: 518px;
    height: 1px;
    content: "";
    background-color: var(--alefox-border-color, #ddd)
}

@media (max-width:550px) {
    .instagram-one__title span {
        padding: 0 18px
    }

    .instagram-one__title::after {
        width: 100%
    }
}

.instagram-one a,
.instagram-two a {
    overflow: hidden;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.instagram-one a::after,
.instagram-one a::before {
    position: absolute;
    opacity: 0;
    transition: .4s;
    left: 0;
    visibility: hidden
}

.instagram-one a::before {
    content: "\f16d";
    margin: auto;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 2
}

.instagram-one a::after {
    content: "";
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background: rgba(var(--alefox-black-rgb, 18, 47, 42), .5)
}

.instagram-one a:hover::before,
.instagram-two a:hover::before {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s
}

.instagram-one a img,
.instagram-two a img {
    width: 100%;
    height: auto;
    transition: .3s
}

.instagram-one a:hover img,
.instagram-two a:hover img {
    transform: scale(1.1) rotate(1.5deg);
    -moz-transform: scale(1.1) rotate(1.5deg);
    -webkit-transform: scale(1.1) rotate(1.5deg);
    -ms-transform: scale(1.1) rotate(1.5deg);
    -o-transform: scale(1.1) rotate(1.5deg);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.project-one__item__cats,
.project-one__item__title {
    opacity: 0;
    transform: translateX(-700px) scale(.1) skewX(95deg)
}

.project-one__item:hover .project-one__item__cats,
.project-one__item:hover .project-one__item__title {
    transform: translateX(0) scale(1) skewX(0);
    opacity: 1
}

.project-one__item__rm:hover,
.project-two__item__rm:hover {
    transform: rotate(0) !important
}

.instagram-two {
    position: relative;
    z-index: 2;
    padding: 0;
    margin-bottom: -120px
}

.instagram-two .container {
    max-width: 1670px
}

.instagram-two a::before {
    content: "\f16d";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    font-size: 40px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.project-one__item:hover img,
.project-two__item:hover img {
    transform: scale(1.03) rotate(1deg)
}

.instagram-two a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(var(--alefox-base-rgb, 68, 160, 91), .9);
    visibility: hidden;
    transition: .4s
}

.project-one__item img {
    width: 100%;
    height: auto;
    transition: .5s
}

.project-one__item:hover .project-one__item__content::after {
    height: 100%;
    opacity: 1
}

.project-one__item__content {
    position: absolute;
    left: 0;
    bottom: 55px;
    z-index: 2;
    padding: 20px 100px 20px 30px;
    overflow: hidden
}

.project-one__item__content::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: var(--alefox-black2, #202221);
    border-radius: 0 50px 50px 0;
    z-index: -1;
    transition: .4s;
    opacity: 0
}

.project-details__benefit__list li:hover span,
.project-one__item__rm:hover {
    background-color: var(--alefox-base, #44a05b)
}

.project-one__item__cats {
    color: var(--alefox-base, #44a05b);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
    transition: transform .8s cubic-bezier(.68, -.55, .265, 1.55)
}

.project-one__item__rm,
.project-one__item__title {
    transition: transform 1.2s cubic-bezier(.68, -.55, .265, 1.55)
}

.project-one__item__title {
    font-size: 22px;
    color: var(--alefox-white, #fff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    margin: 0
}

.project-one__item__title a {
    transition: .5s
}

.project-one__item__title a:hover {
    background-size: 100% 1px;
    color: var(--alefox-base, #44a05b)
}

.project-one__item__rm {
    width: 50px;
    color: var(--alefox-base, #44a05b);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(100px) scale(.1) rotate(-135deg)
}

.project-two__item__cats,
.project-two__item__title {
    opacity: 0;
    transform: translateX(-700px) scale(.1) skewX(95deg)
}

.project-one__item__rm:hover {
    color: var(--alefox-white, #fff);
    transition: .4s
}

.project-one__item:hover .project-one__item__rm {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(-135deg)
}

.project-two__item:hover .project-two__item__cats,
.project-two__item:hover .project-two__item__title {
    transform: translateX(0) scale(1) skewX(0);
    opacity: 1
}

.project-two .container {
    max-width: 1600px
}

.project-two__item img {
    width: 100%;
    height: auto;
    transition: .5s
}

.project-two__item:hover .project-two__item__content::after {
    height: 100%;
    opacity: 1
}

.project-two__item__content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px 100px 20px 30px;
    overflow: hidden;
    width: 100%
}

.project-two__item__content::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: rgba(var(--alefox-base-rgb, 68, 160, 91), .88);
    border-radius: 0;
    z-index: -1;
    transition: .4s;
    opacity: 0
}

.project-details__benefit__list li span,
.project-two__item__rm:hover {
    background-color: var(--alefox-black2, #202221);
    color: var(--alefox-white, #fff);
    transition: .4s
}

.project-two__item__cats {
    color: var(--alefox-white, #fff);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
    transition: transform .8s cubic-bezier(.68, -.55, .265, 1.55)
}

.project-two__item__rm,
.project-two__item__title {
    transition: transform 1.2s cubic-bezier(.68, -.55, .265, 1.55)
}

.project-two__item__title {
    font-size: 22px;
    color: var(--alefox-white, #fff);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    margin: 0
}

.project-two__item__title a {
    transition: .5s
}

.project-two__item__title a:hover {
    background-size: 100% 1px;
    color: var(--alefox-black2, #202221)
}

.project-two__item__rm {
    width: 50px;
    color: var(--alefox-base, #44a05b);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(100px) scale(.1) rotate(-135deg)
}

.project-two__item:hover .project-two__item__rm {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(-135deg)
}

@media (max-width:767px) {
    .offer-two__item__image {
        position: relative;
        right: -10px
    }

    .about-one,
    .about-three,
    .about-two,
    .category-one,
    .feature-two,
    .instagram-one,
    .project-details,
    .project-one,
    .project-two,
    .service-details,
    .service-one,
    .service-two {
        padding: 80px 0
    }

    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%)
    }

    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0)
    }

    .page-header {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .main-slider-one__item {
        padding-top: 80px;
        padding-bottom: 120px
    }

    .about-three__image__two,
    .about-two__image__two,
    .main-slider-one__shape-one,
    .main-slider-one__shape-two,
    .main-slider-one__title__leaf,
    .service-two__shape-three {
        display: none
    }

    .main-slider-one__title,
    .main-slider-two__title {
        font-size: 40px;
        line-height: 50px
    }

    .main-slider-two__carousel .owl-dots {
        flex-direction: row;
        transform: none;
        margin: 0 auto;
        left: 0;
        top: auto;
        bottom: 90px;
        text-align: center;
        justify-content: center
    }

    .main-slider-two__carousel .owl-dots .owl-dot button {
        width: 49px;
        height: 40px;
        border-radius: 100px 100px 0 0
    }

    .main-slider-two__carousel .owl-dots .owl-dot::after {
        right: 0;
        top: -10px;
        border-radius: 100px 100px 0 0
    }

    .main-slider-two__item {
        padding-top: 160px;
        padding-bottom: 200px
    }

    .main-slider-two__sub-title {
        font-size: 16px
    }

    .main-slider-two__text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px
    }

    .main-slider-three__carousel.owl-carousel .owl-dots {
        bottom: 40px
    }

    .main-slider-three__item {
        padding-top: 200px;
        padding-bottom: 140px
    }

    .main-slider-three__sub-title {
        font-size: 18px;
        padding: 16px 60px 10px
    }

    .main-slider-three__title span::after {
        width: 115px;
        right: 13px;
        height: 3px;
        bottom: 1px
    }

    .main-slider-three__title {
        font-size: 36px;
        line-height: 50px
    }

    .main-slider-three__text {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 35px
    }

    .main-slider-three__btn {
        gap: 15px
    }

    .main-slider-three__btn .alefox-btn {
        padding: 14px 20px
    }

    .about-two__content__video {
        justify-content: flex-start;
        margin: 30px 0 0
    }

    .about-two__fact {
        flex-direction: column;
        padding: 20px 0
    }

    .about-two__fact li {
        padding: 15px 30px
    }

    .service-one__bottom__image .row .col-md-6:last-child img {
        margin-top: 20px
    }

    .service-three {
        padding: 160px 0 80px
    }
}

.project-details__image {
    position: relative;
    margin: 0 0 60px
}

.project-details img,
.project-details__image img {
    max-width: 100%;
    height: auto
}

.project-details .col-lg-8 {
    width: 70%
}

.project-details .col-lg-4 {
    width: 30%
}

@media (max-width:991px) {
    .project-details__image {
        margin-bottom: 40px
    }

    .project-details .col-lg-8 {
        width: 100%
    }

    .project-details .col-lg-4 {
        width: 100%;
        margin-top: 40px
    }
}

.project-details__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 28px
}

.project-details__text {
    margin: 0 0 21px
}

.project-details__benefit__title,
.project-details__title-two {
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 24px
}

.project-details__title-two {
    margin-top: 42px
}

.project-details__benefit__list {
    margin: 30px 0 0;
    padding: 0
}

.project-details__benefit__list li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 14px;
    position: relative
}

.project-details__benefit__list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px
}

.project-details__bottom {
    position: relative;
    margin-top: 44px
}

.project-details__bottom__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--alefox-base, #44a05b);
    margin-bottom: 14px
}

.project-details__help__title,
.sidebar-one__close,
.work-process-one__item:hover .work-process-one__item__text,
.work-process-one__item:hover .work-process-one__item__title,
.work-process-one__item__number {
    color: var(--alefox-white, #fff)
}

.project-details__info {
    position: relative;
    margin: 0;
    padding: 36px 40px;
    background-color: var(--alefox-gray2, #e1eff0);
    list-style: none
}

.project-details__info li {
    font-size: 16px;
    font-weight: 600;
    color: var(--alefox-black, #122f2a)
}

.project-details__info li span {
    display: block;
    line-height: 1.3;
    font-weight: 400
}

.project-details__info li+li {
    border-top: 1px solid var(--alefox-border-color, #ddd);
    padding-top: 15px;
    margin-top: 12px
}

.project-details__help {
    position: relative;
    background-color: var(--alefox-base, #44a05b);
    padding: 96px 30px 100px;
    text-align: center;
    margin-top: 30px
}

.project-details__help .alefox-btn__item,
.work-process-one__item__thumb,
body.boxed-wrapper .page-wrapper {
    background-color: var(--alefox-white, #fff)
}

.project-details__help__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    opacity: .35
}

.skill-one__content__shape,
.work-process-one__item__shape {
    background-position: right bottom;
    background-repeat: no-repeat
}

.project-details__help__title {
    font-size: 24px;
    position: relative;
    margin: 0 0 32px
}

.project-details__help .alefox-btn {
    position: relative;
    z-index: 2;
    font-size: 14px;
    padding: 11px 34px;
    color: var(--alefox-white, #fff)
}

.project-two--details {
    position: relative;
    padding: 0 0 120px
}

.project-two--details .container {
    max-width: 1200px
}

.project-two--details__title {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 50px;
    text-align: center;
    font-weight: 700
}

body.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 100px 0 rgba(var(--alefox-black3-rgb, 0, 0, 0), .08)
}

body.boxed-wrapper .main-header__inner {
    padding: 0 50px
}

body.boxed-wrapper .about-one__shape {
    display: none
}

.work-process-one {
    position: relative;
    counter-reset: count;
    padding: 120px 0
}

.work-process-one__item {
    position: relative;
    counter-increment: count;
    margin-bottom: 25px
}

.work-process-one__item__thumb {
    display: inline-block;
    width: 206px;
    height: 206px;
    box-shadow: 0 0 35px 0 rgba(var(--alefox-black3-rgb, 0, 0, 0), .07);
    border-radius: 50%;
    padding: 12px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.work-process-one__item__thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(var(--alefox-white-rgb, 255, 255, 255), .2);
    border-radius: 50%;
    transition: .5s linear;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2
}

.work-process-one__item__content::after,
.work-process-one__item__content::before {
    content: "";
    width: 100%;
    background-color: var(--alefox-base, #44a05b);
    z-index: -1;
    transition: .5s;
    top: 0;
    right: 0;
    left: 0
}

.work-process-one__item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.work-process-one__item:hover .work-process-one__item__thumb::after {
    -webkit-animation: .95s zoom-hover;
    animation: .95s zoom-hover
}

.work-process-one__item__content {
    position: relative;
    z-index: 1;
    background-color: var(--alefox-gray, #f6f4ec);
    border-radius: 10px;
    padding: 132px 20px 47px;
    margin-top: -112px;
    transition: .5s
}

.work-process-one__item__content::after {
    position: absolute;
    height: 35px;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 0, 0 100%, 0 0);
    border-radius: 10px 10px 0 0
}

.work-process-one__item__content::before {
    position: absolute;
    height: 0;
    border-radius: 10px
}

.work-process-one__item:hover .work-process-one__item__content::before {
    height: 100%;
    transition: .5s
}

.work-process-one__item__title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .3s;
    margin: 0 0 14px
}

.work-process-one__item__text {
    line-height: 24px;
    transition: .3s;
    margin: 0
}

.work-process-one__item__number {
    width: 46px;
    height: 46px;
    background-color: var(--alefox-black2, #202221);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -23px;
    transition: .5s linear 0.1s;
    transform: scale(1)
}

.work-process-one__item__number::before {
    content: counters(count, ".", decimal-leading-zero);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.work-process-one__item:hover .work-process-one__item__number {
    transform: scale(1.1)
}

.work-process-one__item__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 222px;
    height: 185px;
    background-size: auto;
    transition: .5s linear 0.1s;
    transform: scale(.8);
    opacity: 0
}

.work-process-one__item:hover .work-process-one__item__shape {
    opacity: 1;
    transform: scale(1)
}

.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    transform-origin: right center;
    transition: transform .5s .5s, visibility .5s .5s, -webkit-transform .5s .5s
}

.sidebar-one.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: transform .5s, visibility .5s, -webkit-transform .5s
}

.sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity .5s .5s, visibility .5s .5s, transform .5s .5s, -webkit-transform .5s .5s
}

.sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--alefox-black3, #000);
    opacity: .5;
    cursor: url(../images/close.png), auto
}

.sidebar-one__close {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 24px;
    transition: .4s;
    cursor: pointer
}

.sidebar-one__close:hover {
    color: var(--alefox-base, #44a05b)
}

.sidebar-one__content {
    width: 350px;
    background-color: var(--alefox-black2, #202221);
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding: 40px 30px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity .5s, visibility .5s, transform .5s, -webkit-transform .5s;
    scrollbar-width: none
}

.sidebar-one__social a:hover,
.skill-one__content,
.skill-one__image .video-popup:hover {
    background-color: var(--alefox-base, #44a05b)
}

.sidebar-one__text {
    color: var(--alefox-gray, #f6f4ec);
    margin: 35px 0 30px;
    line-height: 30px
}

.sidebar-one__title {
    color: var(--alefox-white, #fff);
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 18px
}

.sidebar-one__info li {
    position: relative;
    padding: 0 0 0 28px;
    margin-bottom: 10px;
    color: var(--alefox-gray, #f6f4ec)
}

.sidebar-one__info li a:hover,
.sidebar-one__info li span,
.sidebar-one__newsletter button[type=submit]:hover,
.sidebar-one__social a,
.skill-one__content__list li:hover span,
.skill-one__image .video-popup {
    color: var(--alefox-base, #44a05b)
}

.sidebar-one__info li span {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px;
    line-height: inherit
}

.sidebar-one__info li a {
    background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s;
    color: inherit
}

.sidebar-one__info li a:hover {
    background-size: 100% 1px
}

.sidebar-one__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0 40px
}

.sidebar-one__social a {
    width: 37px;
    height: 37px;
    background-color: RGBA(var(--alefox-white-rgb, 255, 255, 255), .08);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.sidebar-one__social a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sidebar-one__social a:hover {
    color: var(--alefox-white, #fff)
}

.sidebar-one__social a:hover i {
    animation: .4s forwards iconTranslateY
}

.sidebar-one__newsletter input[type=text] {
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    height: 60px;
    background-color: RGBA(var(--alefox-white-rgb, 255, 255, 255), .08);
    color: var(--alefox-gray, #f6f4ec);
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 50px;
    transition: .5s;
    border-radius: 5px
}

.sidebar-one__newsletter button[type=submit] {
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    outline: 0;
    color: var(--alefox-white, #fff);
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .5s
}

.skill-one {
    position: relative;
    padding: 80px 0 0
}

.skill-one__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 521px
}

.skill-one__bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--alefox-black2-rgb, 32, 34, 33), .77)
}

.skill-one__content .alefox-btn__item,
.skill-one__content__list li:hover span,
.skill-one__image .video-popup {
    background-color: var(--alefox-white, #fff)
}

.skill-one__image {
    position: relative;
    display: inline-block;
    border: 4px solid var(--alefox-white, #fff);
    overflow: hidden
}

.skill-one__image img {
    max-width: 100%;
    height: auto
}

@media (min-width:1200px) {

    .about-one__content__text,
    .about-three__content__text,
    .about-two__content__text,
    .faq-one__content__text {
        padding-right: 50px
    }

    .offer-one__shape-one {
        display: block
    }

    .about-one__content__quote,
    .about-three__content__quote {
        padding-right: 30px
    }

    .service-details__content {
        padding-left: 30px
    }

    .service-details__benefit__content {
        padding-left: 5px
    }

    .skill-one__image img {
        min-height: 356px;
        object-fit: cover
    }
}

.skill-one__image .video-popup {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 32px;
    transition: .5s;
    z-index: 10
}

.skill-one__content .alefox-btn,
.skill-one__content__list li,
.skill-one__content__list li span,
.skill-one__content__text,
.skill-one__content__title {
    color: var(--alefox-white, #fff)
}

.skill-one__image .video-popup .ripple,
.skill-one__image .video-popup .ripple:after,
.skill-one__image .video-popup .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--alefox-white-rgb, 255, 255, 255), .25);
    animation: 3s infinite ripple;
    border-radius: 50%
}

.skill-one__image .video-popup .ripple:before {
    animation-delay: .9s;
    content: "";
    position: absolute
}

.skill-one__image .video-popup .ripple::after {
    animation-delay: .6s;
    content: "";
    position: absolute
}

.skill-one__image .video-popup:hover {
    color: var(--alefox-white, #fff)
}

.skill-one__wrapper {
    margin: 110px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:1199px) {
    .about-two__content {
        margin-top: 45px
    }

    .about-two__fact {
        margin-left: 0
    }

    .service-details__benefit__list {
        display: block
    }

    .project-one__item img {
        min-height: 385px;
        object-fit: cover
    }

    .project-one__item__content,
    .project-two__item__content {
        padding-left: 25px
    }

    .skill-one .alefox-stretch-element-inside-column {
        text-align: center
    }

    .skill-one__wrapper {
        margin-bottom: 50px
    }
}

.skill-one__wrapper li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.skill-one__wrapper .progress-box {
    position: relative
}

.skill-one__wrapper .progress-box .graph-outer {
    position: relative;
    display: flex;
    text-align: center;
    z-index: 1;
    align-items: center;
    justify-content: center
}

.skill-one__wrapper .progress-box .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alefox-text, #636363);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--alefox-heading-font, "Inter", serif)
}

.skill-one__wrapper__title {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 0
}

.skill-one__content {
    position: relative;
    overflow: hidden;
    padding: 75px 75px 85px
}

@media (max-width:767px) {
    .project-two--details {
        padding: 0 0 80px
    }

    .project-two--details__title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 30px
    }

    .work-process-one {
        padding: 80px 0
    }

    .skill-one__bg {
        height: 380px
    }

    .skill-one__content {
        padding: 40px 25px 45px
    }
}

.skill-one__content__title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 20px
}

.skill-one__content__text {
    margin: 0 0 25px
}

.skill-one__content__list {
    margin: 0 0 37px;
    padding: 0
}

.skill-one__content__list li {
    list-style: none;
    min-height: 31px;
    padding: 0 0 0 42px;
    margin: 0 0 20px;
    position: relative
}

.skill-one__content__list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    background-color: var(--alefox-black2, #202221);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: .4s
}

.skill-one__content__shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    animation: 3s linear infinite shapeMove
}