/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {
    --woodza-font: 'Prompt', sans-serif;
    --woodza-font-two: 'Titillium Web', sans-serif;
    --woodza-reey-font: "reeyregular";
    --woodza-gray: #232323;
    --woodza-gray-rgb: 35, 35, 35;
    --woodza-white: #ffffff;
    --woodza-white-rgb: 255, 255, 255;
    --woodza-base: #e01d25;
    --woodza-base-rgb: 219, 94, 65;
    --woodza-black: #080d1c;
    --woodza-black-rgb: 08, 13, 28;
    --woodza-primary: #916156;
    --woodza-primary-rgb: 145, 97, 86;
}

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

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--woodza-font);
    color: var(--woodza-gray);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--woodza-gray);
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--woodza-black);
    margin: 0;
    font-family: var(--woodza-font-two);
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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

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

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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

.section-separator {
    border-color: var(--woodza-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--woodza-base, #a47c68);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--woodza-base);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--woodza-base);
    opacity: 0.4;
}

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

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--woodza-base);
    color: var(--woodza-white);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 17px 55px 16px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

.thm-btn:hover {
    color: var(--woodza-base);
}

.thm-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background-color: var(--woodza-black);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    z-index: -1;
}

.thm-btn:hover:before {
    width: 100%;
}

.thm-btn:after {
    position: absolute;
    bottom: 3px;
    right: 3px;
    content: "";
    background-color: var(--woodza-white);
    height: 10px;
    width: 10px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: -1;
}

.thm-btn:hover:after {
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
}

.section-title {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 49px;
}

.section-title__tagline {
    font-size: 16px;
    color: var(--woodza-primary);
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.section-title__title {
    margin: 0;
    color: var(--woodza-black);
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    margin-top: 5px;
}

.section-title-two {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 49px;
    z-index: 1;
}

.section-title-two__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--woodza-black);
    font-weight: 500;
    z-index: 1;
}

.section-title-two__tagline:before {
    position: absolute;
    top: 0;
    left: -4px;
    height: 30px;
    width: 30px;
    content: "";
    background-color: #f2e6e3;
    z-index: -1;
}

.section-title-two__tagline:after {
    position: absolute;
    top: -2px;
    left: -3px;
    height: 6px;
    width: 6px;
    content: "";
    background-color: var(--woodza-base);
    z-index: -1;
}

.section-title-two__title {
    margin: 0;
    color: var(--woodza-black);
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    margin-top: 5px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

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

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--woodza-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--woodza-base);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--woodza-white);
    color: var(--woodza-base);
    cursor: pointer;
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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-image: url(../images/bisht-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}


/* scroll to top */

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--woodza-base);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--woodza-base);
}

.scroll-to-top:hover i {
    color: #fff;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/

.main-header {
    position: relative;
    display: block;
    z-index: 99;
}

.main-header__top {
    position: relative;
    display: block;
    padding: 40px 0 100px;
}

.main-header__top-inner {
    position: relative;
    display: block;
}

.main-header__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header__top-logo {
    position: relative;
    display: block;
    padding: 3.5px 0;
}

.main-header__top-right {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
}

.main-header__top-contact {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-contact li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-contact li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 1px;
    background-color: #e5e3e2;
}

.main-header__top-contact li:last-child:before {
    display: none;
}

.main-header__top-contact li+li {
    margin-left: 50px;
}

.main-header__top-contact li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #f7f3f1;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-contact li:hover .icon {
    background-color: var(--woodza-base);
}

.main-header__top-contact li .icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--woodza-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-contact li:hover .icon span {
    color: var(--woodza-white);
}

.main-header__top-contact li .content {
    margin-left: 15px;
}

.main-header__top-contact li .content p {
    font-size: 15px;
    line-height: 23px;
    color: var(--woodza-black);
    opacity: .70;
}

.main-header__top-contact li .content h5 {
    font-size: 16px;
    font-family: var(--woodza-font);
    line-height: 24px;
}

.main-header__top-contact li .content h5 a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-contact li:hover .content h5 a {
    color: var(--woodza-base);
}

.main-header__top-social-language-switcher {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 60px;
    padding: 10px 0;
}

.main-header__top-social {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header__top-social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #dddddd;
    border-radius: 50%;
    color: var(--woodza-white);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__top-social a:hover {
    background-color: var(--woodza-black);
    color: var(--woodza-white);
}

.main-header__top-social a+a {
    margin-left: 15px;
}

.main-header__top-language-switcher {
    margin-left: 30px;
}

.main-menu {
    position: relative;
    display: block;
    margin-top: -60px;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper-inner {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
    padding-left: 45px;
}

.main-menu__left {
    position: relative;
    display: block;
    float: left;
}

.main-menu__main-menu-box {
    position: relative;
    display: block;
}

.main-menu__right {
    position: relative;
    display: block;
    float: right;
}

.main-menu__search-btn {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--woodza-base);
    padding-left: 30px;
    padding-right: 45px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.main-menu__search-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 25px;
}

.main-menu__search {
    font-size: 25px;
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: var(--woodza-black);
}

.main-menu__btn-box {
    position: relative;
    display: block;
}

.main-menu__btn-box a {
    font-size: 16px;
    color: var(--woodza-base);
    background-color: var(--woodza-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    padding: 11.5px 22px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__btn-box a:hover {
    background-color: var(--woodza-black);
    color: var(--woodza-white);
}

.stricky-header .main-menu__wrapper-inner {
    padding-left: 0;
    box-shadow: none;
}

.stricky-header.main-menu {
    margin-top: 0px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul,
    .main-menu .main-menu__list>li>ul>li>ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul>li>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 50px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--woodza-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--woodza-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
}

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

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: none;
    margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--woodza-black);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 10px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    top: 0;
    left: 100%;
}

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

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--woodza-base);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--woodza-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--woodza-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--woodza-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--woodza-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--woodza-white);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--woodza-font, "Rubik", sans-serif);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: var(--woodza-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--woodza-primary);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--woodza-base);
}


/* no menu after 2rd level dropdown */

.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--woodza-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--woodza-white);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--woodza-primary);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--woodza-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--woodza-primary);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--woodza-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/

.main-header-two {
    position: relative;
    display: block;
}

.main-header-two__top {
    position: relative;
    display: block;
    background-color: #292321;
}

.main-header-two__top-inner {
    position: relative;
    display: block;
    padding: 12px 70px;
}

.main-header-two__top-left {
    position: relative;
    display: flex;
    float: left;
    align-items: center;
}

.main-header-two__top-lan-switcher {
    position: relative;
    display: block;
}

.main-header-two__top-request {
    position: relative;
    top: 4px;
}

.main-header-two__top-request p {
    font-size: 16px;
    color: var(--woodza-white);
}

.main-header-two__top-request p span {
    opacity: .80;
}

.main-header-two__top-request p a {
    color: var(--woodza-base);
    margin-left: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-request p a:hover {
    color: var(--woodza-white);
}

.main-header-two__top-right {
    position: relative;
    display: block;
    float: right;
    padding: 4px 0;
}

.main-header-two__top-contact {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__top-contact li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__top-contact li+li {
    margin-left: 50px;
}

.main-header-two__top-contact li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-two__top-contact li .icon span {
    font-size: 30px;
    color: var(--woodza-base);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-contact li:hover .icon span {
    color: var(--woodza-white);
}

.main-header-two__top-contact li .content {
    margin-left: 10px;
}

.main-header-two__top-contact li .content p {
    font-size: 16px;
    color: var(--woodza-white);
}

.main-header-two__top-contact li .content p a {
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__top-contact li:hover .content p a {
    color: var(--woodza-base);
}

.main-menu-two {
    margin-top: 0;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
    padding: 0 70px;
}

.main-menu-two__left {
    position: relative;
    display: block;
    float: left;
}

.main-menu-two__logo {
    position: relative;
    display: block;
    float: left;
    margin-right: 80px;
    padding: 3.5px 0;
}

.main-menu-two__main-menu-box {
    position: relative;
    display: block;
    float: left;
}

.main-menu-two__right {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
}

.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.main-menu-two__call-icon {
    height: 60px;
    width: 60px;
    background-color: #f7f3f1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
}

.main-menu-two__call-content {
    margin-left: 15px;
}

.main-menu-two__call-sub-title {
    font-size: 15px;
    color: var(--woodza-black);
    opacity: .70;
    line-height: 25px;
}

.main-menu-two__call-number {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.main-menu-two__call-number a {
    color: var(--woodza-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
    color: var(--woodza-black);
}

.main-menu-two__social-btn {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--woodza-base);
    padding-left: 30px;
    height: 102px;
    z-index: 1;
}

.main-menu-two__social-btn:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: -10000000px;
    background-color: var(--woodza-base);
    z-index: -1;
}

.main-header-two__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.main-header-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #cf5a3f;
    border-radius: 50%;
    color: var(--woodza-white);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-two__social a:hover {
    background-color: var(--woodza-white);
    color: var(--woodza-base);
}

.main-header-two__social a+a {
    margin-left: 10px;
}

.main-menu-two__btn {
    position: relative;
    display: block;
}

.main-menu-two__btn a {
    position: relative;
    display: inline-block;
    color: var(--woodza-white);
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10.2px 25px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__btn a:hover {
    background-color: var(--woodza-black);
    border: 1px solid var(--woodza-black);
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px;
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/

.main-header-three {
    position: relative;
    display: block;
    z-index: 99;
}

.main-header-three__top {
    position: relative;
    display: block;
    padding: 40px 0 100px;
}

.main-header-three__top-inner {
    position: relative;
    display: block;
}

.main-header-three__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header-three__top-logo {
    position: relative;
    display: block;
}

.main-header-three__top-right {
    position: relative;
    display: block;
    float: right;
}

.main-header-three__top-contact {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__top-contact li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__top-contact li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 1px;
    background-color: #e5e3e2;
}

.main-header-three__top-contact li:last-child:before {
    display: none;
}

.main-header-three__top-contact li+li {
    margin-left: 50px;
}

.main-header-three__top-contact li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #f7f3f1;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-three__top-contact li:hover .icon {
    background-color: var(--woodza-base);
}

.main-header-three__top-contact li .icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--woodza-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-three__top-contact li:hover .icon span {
    color: var(--woodza-white);
}

.main-header-three__top-contact li .content {
    margin-left: 15px;
}

.main-header-three__top-contact li .content p {
    font-size: 15px;
    line-height: 23px;
    color: var(--woodza-black);
    opacity: .70;
}

.main-header-three__top-contact li .content h5 {
    font-size: 16px;
    font-family: var(--woodza-font);
    line-height: 24px;
}

.main-header-three__top-contact li .content h5 a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-three__top-contact li:hover .content h5 a {
    color: var(--woodza-base);
}

.main-menu-three {
    margin-top: -60px;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__wrapper-inner {
    position: relative;
    display: block;
    background-color: #302a27;
    padding-left: 45px;
}

.main-menu-three__left {
    position: relative;
    display: block;
    float: left;
}

.main-menu-three__main-menu-box {
    position: relative;
    display: block;
}

.main-menu-three__right {
    position: relative;
    display: block;
    float: right;
}

.main-menu-three__social-search-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.main-header-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-three__social a:hover {
    color: var(--woodza-base);
}

.main-header-three__social a+a {
    margin-left: 25px;
}

.main-menu-three__search-btn {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--woodza-base);
    padding-left: 30px;
    padding-right: 45px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.main-menu-three__search-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 25px;
}

.main-menu-three__search {
    font-size: 25px;
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: var(--woodza-black);
}

.main-menu-three__btn-box {
    position: relative;
    display: block;
}

.main-menu-three__btn-box a {
    font-size: 16px;
    color: var(--woodza-base);
    background-color: var(--woodza-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    padding: 11.5px 22px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__btn-box a:hover {
    background-color: var(--woodza-black);
    color: var(--woodza-white);
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
    color: #000000;
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
    color: var(--woodza-base);
}

.stricky-header .main-menu-three__wrapper {
    background-color: #302a27;
}

.stricky-header .main-menu-three__wrapper-inner {
    padding-left: 0px;
}


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--woodza-base);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--woodza-base);
    border: 0;
}

.search-popup__content .thm-btn:hover {
    background-color: var(--woodza-black);
}

.search-popup__content .thm-btn:before,
.search-popup__content .thm-btn:after {
    display: none;
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

.main-slider {
    position: relative;
    display: block;
    top: -20px;
    margin-bottom: -20px;
    z-index: 91;
}

.main-slider .swiper-slide {
    position: relative;
}

.main-slider .container {
    position: relative;
    padding-top: 200px;
    padding-bottom: 175px;
    z-index: 30;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider .image-layer:before {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 140px;
    content: "";
    background: rgb(31, 29, 30);
    background: linear-gradient(180deg, rgba(31, 29, 30, 0.9304096638655462) 17%, rgba(31, 29, 30, 0.07326680672268904) 68%);
    z-index: -1;
}

.main-slider-overly-one {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 870px;
    background: rgb(5, 15, 29);
    background: linear-gradient(90deg, rgba(5, 15, 29, 0.9220063025210083) 18%, rgba(5, 15, 29, 0.09007352941176472) 66%);
    z-index: 1;
}

.main-slider-overly-two {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 335px;
    background: rgb(236, 224, 208);
    background: linear-gradient(90deg, rgba(236, 224, 208, 0.00043767507002800965) 51%, rgba(236, 224, 208, 0.7847514005602241) 81%);
    z-index: 1;
}

.main-slider__content {
    position: relative;
    display: block;
    text-align: center;
}

.main-slider__sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--woodza-white);
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__sub-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    height: 30px;
    width: 30px;
    background-color: var(--woodza-base);
    z-index: -1;
}

.main-slider__title {
    position: relative;
    font-size: 100px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 49px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
    height: 0;
    width: 100%;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 80px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--woodza-white);
    font-size: 40px;
    background-color: rgba(var(--woodza-black-rgb), .15);
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next {
    right: 20px;
}

.main-slider__nav .swiper-button-prev {
    left: 20px;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    background-color: rgba(var(--woodza-black-rgb), 1);
    color: var(--woodza-white);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/

.main-slider-two {
    position: relative;
    display: block;
}

.main-slider-two .swiper-slide {
    position: relative;
}

.main-slider-two .container {
    position: relative;
    padding-top: 182px;
    padding-bottom: 190px;
    z-index: 30;
}

.image-layer-two {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease; */
    z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.image-layer-two:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 380px;
    left: 0;
    content: "";
    background: rgb(5, 16, 29);
    background: linear-gradient(90deg, rgba(5, 16, 29, 0) 29%, rgba(5, 16, 29, 0.0032387955182072714) 74%);
}

.main-slider-two-shape-one {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 700px;
    background: rgb(24, 15, 9);
    background: linear-gradient(90deg, rgba(24, 15, 9, 1) 25%, rgba(24, 15, 9, 0.0032387955182072714) 77%);
    z-index: 1;
}

.main-slider-two-shape-two {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 485px;
    background: rgb(227, 207, 195);
    background: linear-gradient(90deg, rgba(227, 207, 195, 0.028448879551820738) 60%, rgba(227, 207, 195, 0.9640231092436975) 87%);
    z-index: 1;
}

.main-slider-two__inner {
    position: relative;
    display: block;
}

.main-slider-two__content {
    position: relative;
    display: block;
}

.main-slider-two__sub-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--woodza-white);
    font-weight: 500;
    letter-spacing: var(--woodza-letter-spacing);
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    z-index: 1;
}

.main-slider-two__sub-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    height: 30px;
    width: 30px;
    background-color: var(--woodza-base);
    z-index: -1;
}

.main-slider-two .swiper-slide-active .main-slider-two__sub-title {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-two__title {
    position: relative;
    font-size: 100px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 100px;
    margin-top: 12px;
    margin-bottom: 47px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-two__video-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 136px;
}

.main-slider-two__video-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-slider-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 105px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    font-size: 15px;
    color: var(--woodza-base);
    background-color: rgba(var(--woodza-white-rgb), .20);
    border-radius: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.main-slider-two__video-icon:hover {
    color: var(--woodza-white);
}

.main-slider-two__video-icon:before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border-radius: 0;
    background-color: rgba(var(--woodza-white-rgb), 1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: -1;
}

.main-slider-two__video-icon:hover:before {
    background-color: var(--woodza-base);
}

.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105px;
    height: 115px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 0;
}

.main-slider-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.main-slider-two__video-text {
    font-size: 18px;
    color: var(--woodza-white);
    font-weight: 600;
    text-align: center;
    font-family: var(--woodza-font-two);
    padding-top: 26px;
}

#main-slider-pagination {
    z-index: 10;
    bottom: 9px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    text-align: right;
}

#main-slider-pagination .swiper-pagination-bullet {
    margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--woodza-white);
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 10px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--woodza-base);
    width: 25px;
    height: 8px;
}


/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/

.main-slider-three {
    position: relative;
    display: block;
    top: -20px;
    margin-bottom: -20px;
    z-index: 91;
}

.main-slider-three .swiper-slide {
    position: relative;
}

.main-slider-three .container {
    position: relative;
    padding-top: 175px;
    padding-bottom: 175px;
    z-index: 30;
}

.image-layer-three {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider-three .swiper-slide-active .image-layer-three {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.image-layer-three:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 310px;
    content: "";
    background: rgb(24, 24, 25);
    background: linear-gradient(90deg, rgba(24, 24, 25, 0.9500175070028011) 17%, rgba(24, 24, 25, 0) 76%);
    z-index: -1;
}

.main-slider-three-shape-1 {
    position: absolute;
    top: -133px;
    left: -110px;
    mix-blend-mode: overlay;
    transform: translateY(-200px);
    opacity: 0;
    z-index: 1;
}

.swiper-slide-active .main-slider-three-shape-1 {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1000ms ease;
    transition-delay: 1500ms;
}

.main-slider-three-shape-1 img {
    width: auto;
}

.main-slider-three-shape-2 {
    position: absolute;
    top: -151px;
    left: -85px;
    mix-blend-mode: overlay;
    transform: translateY(-200px);
    opacity: 0;
    z-index: 1;
}

.swiper-slide-active .main-slider-three-shape-2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1000ms ease;
}

.main-slider-three-shape-2 img {
    width: auto;
}

.main-slider-three-shape-3 {
    position: absolute;
    bottom: -720px;
    right: 65px;
    mix-blend-mode: overlay;
    transform: translateY(200px);
    z-index: 1;
}

.swiper-slide-active .main-slider-three-shape-3 {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1000ms ease;
    transition-delay: 2000ms;
}

.main-slider-three-shape-3 img {
    width: auto;
}

.main-slider-three__content {
    position: relative;
    display: block;
}

.main-slider-three__video-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__video-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-slider-three__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 15px;
    color: var(--woodza-base);
    background-color: rgba(var(--woodza-white-rgb), .20);
    border-radius: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.main-slider-three__video-icon:hover {
    color: var(--woodza-white);
}

.main-slider-three__video-icon:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: "";
    border-radius: 0;
    background-color: rgba(var(--woodza-white-rgb), 1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: -1;
}

.main-slider-three__video-icon:hover:before {
    background-color: var(--woodza-base);
}

.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 0;
}

.main-slider-three__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider-three__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.main-slider-three__video-text {
    font-size: 16px;
    color: var(--woodza-white);
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: 15px;
}

.main-slider-three__title {
    position: relative;
    font-size: 100px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 100px;
    margin-top: 21px;
    margin-bottom: 48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box,
.main-slider-three .swiper-slide-active .main-slider-three__video-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}


/*--------------------------------------------------------------
# Famous Company
--------------------------------------------------------------*/

.famous-company {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: #faf7f6;
    z-index: 1;
}

.famous-company-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.famous-company-shape-1 img {
    width: auto;
}

.famous-company__single {
    position: relative;
    display: block;
    background-color: #f0edea;
    padding: 40px 30px 40px;
    margin-bottom: 30px;
}

.famous-company__icon {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.famous-company__icon img {
    width: auto;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.famous-company__single:hover .famous-company__icon img {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
}

.famous-company__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.famous-company__title a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.famous-company__single:hover .famous-company__title a {
    color: var(--woodza-base);
}

.famous-company__text {
    color: var(--woodza-black);
    line-height: 30px;
    padding-top: 23px;
    padding-bottom: 30px;
}

.famous-company__read-more {
    position: relative;
    display: block;
}

.famous-company__read-more a {
    position: relative;
    display: flex;
    align-items: center;
}

.famous-company__read-more a i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 33px;
    color: var(--woodza-base);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.famous-company__single:hover .famous-company__read-more a i {
    color: var(--woodza-white);
}

.famous-company__read-more a i:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #e5dedc;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.famous-company__single:hover .famous-company__read-more a i:after {
    background-color: var(--woodza-base);
}

.famous-company__read-more a i:before {
    transform: rotate(-45deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.famous-company__single:hover .famous-company__read-more a i:before {
    transform: rotate(0deg);
}

.famous-company__read-more a span {
    font-weight: 500;
    color: var(--woodza-black);
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.famous-company__single:hover .famous-company__read-more a span {
    color: var(--woodza-base);
}

.famous-company__shape-1 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    height: 16px;
    width: 16px;
    background-color: var(--woodza-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.famous-company__single:hover .famous-company__shape-1 {
    transform: scale(.9);
}

.famous-company__shape-1:before {
    position: absolute;
    content: "";
    top: -9px;
    left: -11px;
    height: 8px;
    width: 8px;
    background-color: var(--woodza-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.famous-company__single:hover .famous-company__shape-1:before {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/

.why-choose-one {
    position: relative;
    display: block;
    padding: 0px 0 183px;
    background-color: #faf7f6;
    z-index: 1;
}

.why-choose-one-shape {
    position: absolute;
    top: -35px;
    right: 0;
    z-index: -1;
}

.why-choose-one-shape img {
    width: auto;
}

.why-choose-one__left {
    position: relative;
    display: block;
    margin-left: 35px;
    margin-right: 110px;
    z-index: 1;
}

.why-choose-one__left:before {
    position: absolute;
    top: 0;
    left: -38px;
    content: "";
    background-color: var(--woodza-base);
    width: 321px;
    height: 631px;
    z-index: -1;
}

.why-choose-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-one__img-box:before {
    content: "";
    position: absolute;
    top: 150px;
    left: -10px;
    height: 225px;
    width: 10px;
    background-color: var(--woodza-white);
}

.why-choose-one__img-box:after {
    content: "";
    position: absolute;
    top: 115px;
    left: -20px;
    height: 65px;
    width: 5px;
    background-color: var(--woodza-white);
}

.why-choose-one__img {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-one__img:before {
    content: "";
    position: absolute;
    bottom: 105px;
    right: -10px;
    height: 225px;
    width: 10px;
    background-color: var(--woodza-black);
}

.why-choose-one__img:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -23px;
    height: 65px;
    width: 5px;
    background-color: var(--woodza-base);
}

.why-choose-one__img>img {
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.why-choose-one__dot {
    position: absolute;
    right: -20px;
    bottom: -50px;
    z-index: -1;
}

.why-choose-one__dot>img {
    width: auto;
}

.why-choose-one__img-two {
    position: absolute;
    bottom: -280px;
    left: -17px;
    z-index: 2;
}

.why-choose-one__img-two>img {
    width: auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.why-choose-one__border {
    position: absolute;
    right: -44px;
    top: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 222, 220);
    background-color: rgba(219, 94, 65, 0);
    width: 456px;
    height: 562px;
}

.why-choose-one__customer-service {
    position: absolute;
    bottom: -225px;
    right: -81px;
    background-color: var(--woodza-base);
    display: flex;
    align-items: center;
    padding: 33px 30px 33px;
    z-index: 2;
}

.why-choose-one__customer-service:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 3px;
    top: 6px;
    left: 7px;
    background-color: var(--woodza-white);
}

.why-choose-one__customer-service:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 3px;
    top: 12px;
    left: 13px;
    background-color: var(--woodza-white);
}

.why-choose-one__customer-service-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-one__customer-service-icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--woodza-white);
}

.why-choose-one__customer-service-content {
    margin-left: 24px;
}

.why-choose-one__customer-service-content h4 {
    font-size: 20px;
    color: var(--woodza-white);
    font-family: var(--woodza-font);
    font-weight: 400;
    line-height: 32px;
}

.why-choose-one__customer-service-dot {
    position: absolute;
    top: 5px;
    right: 5px;
}

.why-choose-one__customer-service-dot>img {
    width: auto;
}

.why-choose-one__right {
    position: relative;
    display: block;
}

.why-choose-one__right .section-title {
    margin-bottom: 39px;
}

.why-choose-one__text-1 {
    font-size: 18px;
    line-height: 34px;
    opacity: .80;
}

.why-choose-one__points {
    position: relative;
    display: block;
    margin-top: 39px;
    margin-bottom: 30px;
}

.why-choose-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-one__points li+li {
    margin-top: 20px;
}

.why-choose-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background-color: #eee5e2;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon {
    background-color: var(--woodza-base);
}

.why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--woodza-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon span {
    color: var(--woodza-white);
}

.why-choose-one__points li .text {
    margin-left: 10px;
}

.why-choose-one__points li .text p {
    font-size: 18px;
    color: var(--woodza-black);
    font-weight: 500;
}

.why-choose-one__text-2 {
    font-size: 18px;
    line-height: 34px;
    opacity: .80;
}

.why-choose-one__bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.why-choose-one__bottom-content {
    position: relative;
    display: block;
}

.why-choose-one__bottom-text {
    font-size: 24px;
    color: var(--woodza-black);
    line-height: 34px;
}

.why-choose-one__user {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-one__user-img {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-one__user-img:before {
    position: absolute;
    top: 3px;
    left: -3px;
    bottom: -3px;
    right: 0px;
    content: "";
    background-color: var(--woodza-base);
    z-index: -1;
}

.why-choose-one__user-img>img {
    width: auto;
}

.why-choose-one__user-sign {
    margin-left: 20px;
}

.why-choose-one__user-sign>img {
    width: auto;
}


/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/

.services-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.services-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(236, 228, 225, .88);
}

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--woodza-black-rgb), .30);
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: 1;
}

.services-one__single:hover .services-one__img:before {
    transform: scaleY(1);
}

.services-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.05);
}

.services-one__content {
    position: relative;
    display: block;
    background-color: var(--woodza-white);
    text-align: center;
    padding: 65px 20px 25px;
}

.services-one__icon {
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #292321;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(170, 161, 154);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.services-one__single:hover .services-one__icon {
    background-color: var(--woodza-base);
    border-color: var(--woodza-base);
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--woodza-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
    transform: scale(0.9);
}

.services-one__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.services-one__title a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
    color: var(--woodza-base);
}

.services-one__text {
    color: var(--woodza-black);
    opacity: .80;
    padding-top: 11px;
    padding-bottom: 29px;
}

.services-one__arrow {
    position: relative;
    display: block;
}

.services-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    background-color: #c8bbb7;
    font-size: 15px;
    color: var(--woodza-white);
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__arrow a {
    background-color: var(--woodza-base);
}

.services-one__shape-1 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    height: 16px;
    width: 16px;
    background-color: var(--woodza-black);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.services-one__single:hover .services-one__shape-1 {
    transform: scale(.9);
}

.services-one__shape-1:before {
    position: absolute;
    content: "";
    top: -9px;
    left: -11px;
    height: 8px;
    width: 8px;
    background-color: var(--woodza-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.services-one__single:hover .services-one__shape-1:before {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/

.working-process {
    position: relative;
    display: block;
    background-color: #212125;
    padding: 103px 0 95px;
    z-index: 1;
}

.working-process-shpae-one {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .50;
    z-index: -1;
}

.working-process .container {
    max-width: 1100px;
}

.working-process__title-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 70px;
}

.working-process__title-box h2 {
    font-size: 65px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 38px;
}

.working-process__title-box p {
    font-size: 18px;
    color: var(--woodza-white);
    opacity: .80;
}

.working-process__inner {
    position: relative;
    display: block;
    counter-reset: count;
}

.working-process__inner .row {
    --bs-gutter-x: 128px;
}

.working-process__dot-1 {
    position: absolute;
    top: -140px;
    left: -115px;
}

.working-process__dot-1 img {
    width: auto;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.working-process__dot-2 {
    position: absolute;
    bottom: 50px;
    right: -157px;
}

.working-process__dot-2 img {
    width: auto;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.working-process__single {
    position: relative;
    display: block;
    background-color: #040408;
    text-align: center;
    padding: 81px 30px 49px;
    margin-bottom: 55px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.working-process__single:hover {
    transform: translateY(-10px);
}

.working-process__single:before {
    content: "";
    position: absolute;
    top: 115px;
    right: -100px;
    height: 1px;
    width: 70px;
    background-color: var(--woodza-base);
}

.working-process__icon {
    height: 80px;
    width: 80px;
    background-color: var(--woodza-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.working-process__icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--woodza-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.working-process__single:hover .working-process__icon span {
    transform: scale(0.9);
}

.working-process__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
}

.working-process__title a {
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.working-process__single:hover .working-process__title a {
    color: var(--woodza-base);
}

.working-process__text {
    color: var(--woodza-white);
    opacity: .80;
}

.working-process__count {
    position: absolute;
    top: 11px;
    left: 25px;
    height: 40px;
    width: 42px;
    z-index: 2;
}

.working-process__count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 42px;
    color: #1b1b23;
    font-family: var(--woodza-font-two);
    line-height: 42px;
    font-weight: 700;
    counter-increment: count;
    content: counters(count, ".", decimal-leading-zero);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.working-process__single--last:before {
    display: none;
}


/*--------------------------------------------------------------
# Problem Solved
--------------------------------------------------------------*/

.problem-solved {
    position: relative;
    display: block;
    margin-top: -70px;
    z-index: 2;
}

.problem-solved .row {
    --bs-gutter-x: 0px;
}

.problem-solved__left {
    position: relative;
    background-color: #040408;
    display: flex;
    align-items: center;
    padding: 24px 20px 24px;
    z-index: 1;
}

.problem-solved__img-box {
    position: relative;
    display: block;
    height: 212px;
    width: 212px;
    border-radius: 50%;
    background-color: #1b1b23;
    padding: 17px;
}

.problem-solved__img {
    position: relative;
    display: block;
    border-radius: 50%;
    height: 175px;
    width: 175px;
}

.problem-solved__img img {
    border-radius: 50%;
    width: 100%;
}

.problem-solved__img:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--woodza-base);
    border-radius: 50%;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.problem-solved__content {
    margin-left: 30px;
}

.problem-solved__title {
    font-size: 30px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 19px;
}

.problem-solved__text {
    color: var(--woodza-white);
    opacity: .80;
    line-height: 30px;
}

.problem-solved__right {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--woodza-base);
    padding-left: 40px;
    padding-right: 25px;
    padding-top: 75px;
    padding-bottom: 43px;
    overflow: hidden;
    z-index: 1;
}

.problem-solved__right-content {
    position: relative;
    display: block;
    max-width: 275px;
}

.problem-solved__right-title {
    font-size: 30px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 22px;
}

.problem-solved__right-text {
    color: var(--woodza-white);
    line-height: 30px;
    opacity: .80;
}

.problem-solved__btn-box {
    margin-left: 55px;
}

.problem-solved__btn {
    padding: 17px 35px 16px;
    background-color: var(--woodza-white);
    color: var(--woodza-black);
}

.problem-solved__btn:hover {
    color: var(--woodza-white);
}

.problem-solved__btn:after {
    background-color: var(--woodza-base);
}

.problem-solved__btn:hover:after {
    background-color: var(--woodza-black);
}

.problem-solved__shape-1 {
    position: absolute;
    top: -70px;
    left: -88px;
    border-radius: 50%;
    background-color: rgb(203, 75, 45);
    width: 206px;
    height: 206px;
    z-index: -1;
}

.problem-solved__shape-2 {
    position: absolute;
    bottom: -65px;
    right: -135px;
    border-radius: 50%;
    background-color: rgb(203, 75, 45);
    width: 206px;
    height: 206px;
    z-index: -1;
}


/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/

.project-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.project-one__title-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.project-one__title-box-left {
    position: relative;
    display: block;
}

.project-one__title-box-left .section-title {
    margin-bottom: 0;
}

.project-one__text-box {
    position: relative;
    display: block;
}

.project-one__text {
    font-size: 18px;
    opacity: .80;
}

.project-one__top {
    position: relative;
    display: block;
    z-index: 2;
}

.project-one__carousel {
    position: relative;
    display: block;
}

.project-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.project-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.project-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -110px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--woodza-base);
    margin: 0px 10px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    content: "";
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.project-one__single {
    position: relative;
    display: block;
}

.project-one__img {
    position: relative;
    display: block;
}

.project-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(21, 4, 0, .60);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__single:hover .project-one__img:before {
    transform: scaleY(1);
}

.project-one__img img {
    width: 100%;
}

.project-one__content {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(180, 181, 184, 0.35);
    margin-left: 55px;
    margin-right: 55px;
    padding: 33px 30px 35px;
    transform: translateY(-50px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.project-one__single:hover .project-one__content {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.project-one__content-title-box {
    position: relative;
    display: block;
}

.project-one__content-title-box span {
    color: var(--woodza-base);
}

.project-one__content-title-box h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}

.project-one__content-title-box h3 a {
    color: var(--woodza-black);
}

.project-one__content-text {
    color: var(--woodza-black);
    opacity: .80;
    padding-top: 21px;
    padding-bottom: 29px;
}

.project-one__btn-box {
    position: relative;
    display: block;
}

.project-one__btn {
    padding: 4px 20px 4px;
    text-transform: capitalize;
}

.project-one__btn:hover {
    color: var(--woodza-white);
}

.project-one__btn:after {
    display: none;
}

.project-one__bottom {
    position: relative;
    display: block;
    padding: 205px 0 120px;
    z-index: 1;
}

.project-one__bottom-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.project-one__bottom-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(49, 38, 34, .70);
}

.project-one__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 35px;
    justify-content: space-between;
}

.project-one__bottom-left {
    position: relative;
    display: block;
    max-width: 701px;
    width: 100%;
}

.project-one__bottom-title {
    font-size: 65px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 70px;
}

.project-one__bottom-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    content: "";
    width: 2px;
    background-color: var(--woodza-base);
}

.project-one__bottom-btn {
    padding: 17px 30px 16px;
}


/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/

.team-one {
    position: relative;
    display: block;
    padding: 120px 0 0px;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--woodza-black-rgb), .30);
    width: 0%;
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    transform: translateY(0);
    width: 100%;
}

.team-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.05);
}

.team-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 55px;
    background: rgb(219, 94, 65);
    background: linear-gradient(90deg, rgba(219, 94, 65, 0.9640231092436975) 35%, rgba(219, 94, 65, 0.022846638655462215) 77%);
    padding-left: 20px;
    padding-top: 26px;
    padding-bottom: 24px;
    z-index: 2;
}

.team-one__sub-title {
    color: var(--woodza-white);
    line-height: 20px;
}

.team-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.team-one__title a {
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__title a:hover {
    color: var(--woodza-black);
}


/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/

.counter-one {
    position: relative;
    display: block;
    padding: 70px 0 80px;
}

.counter-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter-one__list li {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}

.counter-one__list li:first-child:before {
    display: none;
}

.counter-one__list li:before {
    position: absolute;
    top: 5px;
    bottom: 7px;
    left: 0;
    content: "";
    width: 1px;
    background-color: #e7d6d2;
}

.counter-one__count-box {
    position: relative;
    display: block;
}

.counter-one__count-box h3 {
    font-size: 65px;
    color: var(--woodza-base);
    font-weight: 600;
    font-family: var(--woodza-font-two) !important;
    line-height: 70px !important;
}

.counter-one__plus {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--woodza-base);
    top: 19px;
    left: -4px;
    font-family: var(--woodza-font-two);
}

.counter-one__text {
    color: var(--woodza-black);
    line-height: 16px;
}

.counter-one__icon {
    position: relative;
    display: block;
    margin-top: 27px;
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: #000000;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-one__list li:hover .counter-one__icon span {
    transform: scale(0.9);
    color: var(--woodza-base);
}

.counter-one .odometer-formatting-mark {
    display: none;
}


/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/

.testimonial-one {
    position: relative;
    display: block;
    padding: 0 0 120px;
}

.testimonial-one__left {
    position: relative;
    display: block;
    margin-right: 55px;
}

.testimonial-one__left .section-title {
    margin-bottom: 36px;
}

.testimonial-one__text {
    font-size: 18px;
    opacity: .80;
}

.testimonial-one__right {
    position: relative;
    display: block;
    margin-right: -166px;
    margin-left: -20px;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: #f3efee;
    padding: 50px 40px 35px;
}

.testimonial-one__text-2 {
    font-size: 23px;
    opacity: .80;
    line-height: 40px;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dbd3d2;
    padding-top: 35px;
    margin-top: 37px;
}

.testimonial-one__client-details {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    width: 70px;
}

.testimonial-one__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-one__client-content {
    margin-left: 15px;
}

.testimonial-one__client-content h4 {
    font-size: 20px;
    color: var(--woodza-gray);
    font-weight: 700;
    line-height: 30px;
}

.testimonial-one__client-content p {
    line-height: 24px;
}

.testimonial-one__quote {
    position: relative;
    display: block;
}

.testimonial-one__quote span {
    position: relative;
    display: inline-block;
    color: #828282;
    font-size: 60px;
}

.testimonial-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 34px;
    left: -479px;
    margin-top: 0 !important;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 45px;
    width: 55px;
    background-color: #f3efee;
    border-radius: 10px;
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 20px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--woodza-white);
    background-color: var(--woodza-base);
}


/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/

.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    overflow: hidden;
    z-index: 1;
}

.blog-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.blog-one-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(236, 228, 225, .93);
}

.blog-one__top {
    position: relative;
    display: block;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--woodza-black-rgb), .50);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.blog-one__img img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1.05);
}

.blog-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 25px 0px rgba(217, 214, 214, 0.35);
    padding: 29px 25px 29px;
}

.blog-one__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.blog-one__meta li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__meta li:before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: -13px;
    width: 1px;
    background-color: #d7d7d7;
}

.blog-one__meta li:last-child:before {
    display: none;
}

.blog-one__meta li+li {
    margin-left: 25px;
}

.blog-one__meta li a {
    position: relative;
    top: 2px;
    font-size: 14px;
    color: #272626;
    opacity: .88;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta li a:hover {
    color: var(--woodza-base);
}

.blog-one__meta li i {
    color: var(--woodza-base);
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.blog-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.blog-one__title a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__title a {
    color: var(--woodza-base);
}

.blog-one__arrow {
    position: relative;
    display: block;
    margin-top: 11px;
}

.blog-one__arrow a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--woodza-black);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__arrow a span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    top: 3px;
}

.blog-one__single:hover .blog-one__arrow a {
    color: var(--woodza-base);
}

.blog-one__tag {
    position: absolute;
    top: -14px;
    left: 25px;
    background-color: var(--woodza-base);
    padding: 5px 15px;
    z-index: 2;
}

.blog-one__tag p {
    font-size: 14px;
    color: var(--woodza-white);
    line-height: 14px;
}

.about-history {
    position: relative;
    display: block;
    padding: 60px 0 90px;
}

.about-history__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-history__left {
    position: relative;
    display: block;
    padding-left: 300px;
    min-height: 240px;
    max-width: 815px;
    width: 100%;
}

.about-history__img-one {
    position: absolute;
    top: 0;
    left: 0;
    height: 240px;
    width: 240px;
    border-radius: 50%;
}

.about-history__img-one:before {
    position: absolute;
    content: "";
    bottom: 25px;
    right: 70px;
    height: 30px;
    width: 30px;
    background-color: var(--woodza-base);
    border-radius: 50%;
    z-index: 2;
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.about-history__img-one>img {
    width: 100%;
    border-radius: 50%;
}

.about-history__two {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.about-history__two>img {
    width: 100%;
    height: 176px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.about-history__content {
    position: relative;
    display: block;
    top: 22px;
}

.about-history__title {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 24px;
}

.about-history__text {
    font-size: 18px;
    line-height: 34px;
    opacity: .80;
}

.about-history__right {
    position: relative;
    display: block;
}

.about-history__btn {
    background-color: var(--woodza-black);
    padding: 17px 35px 16px;
}

.about-history__btn:before {
    background-color: var(--woodza-base);
}

.about-history__btn:after {
    background-color: var(--woodza-base);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.about-history__btn:hover:after {
    background-color: var(--woodza-white);
}

.about-history-tow .about-history__btn:hover:after {
    background-color: var(--woodza-base);
}

.about-history__btn:hover {
    color: var(--woodza-white);
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

.site-footer {
    position: relative;
    display: block;
    background-color: #292524;
    z-index: 1;
}

.site-footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.site-footer-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(41, 37, 36, .97);
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-right: 25px;
}

.footer-widget__logo {
    position: relative;
    display: block;
}

.footer-widget__about-text-box {
    position: relative;
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
}

.footer-widget__about-text {
    color: #959595;
}

.footer-widget__subscribe-box {
    position: relative;
    display: block;
}

.footer-widget__subscribe-input-box {
    position: relative;
    display: block;
    background-color: #241f1e;
}

.footer-widget__subscribe-input-box:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #363231;
}

.footer-widget__subscribe-input-box input[type="email"] {
    height: 74px;
    width: 100%;
    background-color: #241f1e;
    outline: none;
    font-size: 16px;
    color: var(--woodza-white);
    opacity: .30;
    border: none;
    padding-left: 25px;
    padding-right: 20px;
}

.footer-widget__subscribe-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: var(--woodza-base);
    font-size: 15px;
    color: var(--woodza-white);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__subscribe-btn:hover {
    background-color: var(--woodza-white);
    color: var(--woodza-base);
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.site-footer__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--woodza-white);
    font-size: 15px;
    height: 50px;
    width: 50px;
    background-color: #241f1e;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__social a:hover {
    background-color: var(--woodza-white);
    color: var(--woodza-base);
}

.site-footer__social a+a {
    margin-left: 10px;
}

.footer-widget__service {
    position: relative;
    display: block;
    margin-left: 55px;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 27px;
    z-index: 1;
}

.footer-widget__title-box:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -7px;
    height: 30px;
    width: 30px;
    background-color: #222124;
    z-index: -1;
}

.footer-widget__title-box:after {
    position: absolute;
    top: -6px;
    left: -6px;
    height: 6px;
    width: 6px;
    content: "";
    background-color: var(--woodza-base);
    z-index: -1;
}

.footer-widget__title {
    font-size: 24px;
    color: var(--woodza-white);
    line-height: 24px;
    font-weight: 700;
}

.footer-widget__service-list {
    position: relative;
    display: block;
}

.footer-widget__service-list li+li {
    margin-top: 9px;
}

.footer-widget__service-list li a {
    font-size: 16px;
    color: #959595;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__service-list li a:hover {
    color: var(--woodza-white);
}

.footer-widget__link {
    position: relative;
    display: block;
}

.footer-widget__link li+li {
    margin-top: 9px;
}

.footer-widget__link li a {
    font-size: 16px;
    color: #959595;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__link li a:hover {
    color: var(--woodza-white);
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
    padding-top: 13px;
}

.footer-widget__contact-list li {
    position: relative;
    display: block;
    padding-left: 60px;
    min-height: 45px;
}

.footer-widget__contact-list li+li {
    margin-top: 20px;
}

.footer-widget__contact-list .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: #241f1e;
    border-radius: 50%;
    font-size: 20px;
    color: var(--woodza-base);
    top: 0;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-list li:hover .icon {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
}

.footer-widget__contact-list .text {
    position: relative;
    display: block;
    top: 3px;
}

.footer-widget__contact-list .text p {
    font-size: 16px;
    color: #959595;
}

.footer-widget__contact-list .text p a {
    font-size: 16px;
    color: #959595;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-list li:hover .text p a {
    color: var(--woodza-white);
}

.site-footer__bottom {
    position: relative;
    display: block;
    background-color: #24201f;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 34px 0;
}

.site-footer__bottom-text {
    color: var(--woodza-white);
    opacity: .80;
}

.site-footer__bottom-text a {
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
    color: var(--woodza-base);
}


/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/

.why-choose-two {
    position: relative;
    display: block;
    background-color: #faf7f6;
    padding: 120px 0 40px;
}

.why-choose-two-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.why-choose-two-shape-1 img {
    width: auto;
}

.why-choose-two-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.why-choose-two-shape-2 img {
    width: auto;
}

.why-choose-two__left {
    position: relative;
    display: block;
}

.why-choose-two__left .section-title-two {
    margin-bottom: 39px;
}

.why-choose-two__text-1 {
    font-size: 18px;
    line-height: 34px;
    opacity: .80;
    margin-right: 62px;
}

.why-choose-two__unique-work {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 39px;
    margin-bottom: 35px;
}

.why-choose-two__unique-work-icon {
    height: 105px;
    width: 110px;
    background-color: #f3f0ef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-two__unique-work-icon span {
    font-size: 90px;
    color: var(--woodza-base);
    position: relative;
    display: inline-block;
}

.why-choose-two__unique-work-content {
    margin-left: 35px;
}

.why-choose-two__unique-work-text {
    font-size: 24px;
    color: var(--woodza-base);
    line-height: 34px;
}

.why-choose-two__text-2 {
    font-size: 18px;
    line-height: 34px;
    opacity: .80;
}

.why-choose-two__bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 44px;
}

.why-choose-two__bottom-left {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-two__bottom-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: #f5f1f0;
    border-radius: 50%;
}

.why-choose-two__bottom-icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--woodza-black);
}

.why-choose-two__bottom-content {
    margin-left: 20px;
}

.why-choose-two__bottom-content h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 7px;
}

.why-choose-two__bottom-content p {
    font-size: 15px;
    opacity: .80;
}

.why-choose-two__bottom-right {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 35px;
}

.why-choose-two__bottom-user-img {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-two__bottom-user-img:before {
    position: absolute;
    top: 3px;
    left: -3px;
    bottom: -3px;
    right: 0px;
    content: "";
    background-color: var(--woodza-base);
    z-index: -1;
}

.why-choose-two__bottom-user-img>img {
    width: auto;
}

.why-choose-two__bottom-user-sign {
    margin-left: 20px;
}

.why-choose-two__bottom-user-sign>img {
    width: auto;
}

.why-choose-two__right {
    position: relative;
    display: block;
    margin-left: 23px;
    margin-right: 57px;
}

.why-choose-two__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-two__img-box:before {
    position: absolute;
    top: 58px;
    right: -40px;
    height: 380px;
    width: 40px;
    background-color: var(--woodza-base);
    content: "";
    z-index: -1;
}

.why-choose-two__img-box:after {
    position: absolute;
    top: 85px;
    right: -10px;
    height: 227px;
    width: 10px;
    background-color: #faf7f6;
    content: "";
    z-index: -1;
}

.why-choose-two__img {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-two__img:before {
    position: absolute;
    top: 155px;
    left: -20px;
    content: "";
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 222, 220);
    background-color: rgba(219, 94, 65, 0);
    width: 378px;
    height: 562px;
    z-index: -1;
    display: none;
}

.why-choose-two__img>img {
    width: 100%;
}

.why-choose-two__img-two {
    position: absolute;
    bottom: -185px;
    right: -57px;
    z-index: 2;
}

.why-choose-two__img-two>img {
    width: auto;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.why-choose-two__customer-service {
    position: absolute;
    bottom: -112px;
    left: 15px;
    background-color: var(--woodza-base);
    display: flex;
    align-items: center;
    padding: 33px 30px 33px;
    z-index: 2;
}

.why-choose-two__customer-service:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 3px;
    top: 6px;
    left: 7px;
    background-color: var(--woodza-white);
}

.why-choose-two__customer-service:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 3px;
    top: 12px;
    left: 13px;
    background-color: var(--woodza-white);
}

.why-choose-two__customer-service-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-two__customer-service-icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--woodza-white);
}

.why-choose-two__customer-service-content {
    margin-left: 24px;
}

.why-choose-two__customer-service-content h4 {
    font-size: 20px;
    color: var(--woodza-white);
    font-family: var(--woodza-font);
    font-weight: 400;
    line-height: 32px;
}

.why-choose-two__customer-service-dot {
    position: absolute;
    top: 5px;
    right: 5px;
}

.why-choose-two__customer-service-dot>img {
    width: auto;
}

.why-choose-two__dot {
    position: absolute;
    left: 0;
    bottom: -140px;
    z-index: -1;
}

.why-choose-two__dot>img {
    width: auto;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*--------------------------------------------------------------
# Famous Company Two
--------------------------------------------------------------*/

.famous-company-two {
    position: relative;
    display: block;
    z-index: 1;
}

.famous-company-two:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #faf7f6;
    height: 325px;
    z-index: -1;
}

.famous-company-two__top {
    position: relative;
    display: block;
    margin-bottom: 49px;
}

.famous-company-two__top-left {
    position: relative;
    display: block;
    margin-top: -14px;
}

.famous-company-two__title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.famous-company-two__top-right {
    position: relative;
    display: block;
    margin-left: 15px;
    margin-top: -10px;
}

.famous-company-two__top-text {
    font-size: 18px;
    line-height: 34px;
    opacity: .80;
}


/*--------------------------------------------------------------
# About History Two
--------------------------------------------------------------*/

.about-history-tow {
    position: relative;
    display: block;
    padding: 60px 0 80px;
}


/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/

.services-two {
    position: relative;
    display: block;
    background-color: var(--woodza-black);
    padding: 120px 0 130px;
    z-index: 1;
}

.services-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.services-two-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(16, 16, 28, .88);
}

.services-two .section-title-two__tagline {
    color: var(--woodza-white);
}

.services-two .section-title-two__tagline:before {
    background-color: #2c2c39;
}

.services-two .section-title-two__title {
    color: var(--woodza-white);
}

.services-two__text-1 {
    font-size: 18px;
    color: var(--woodza-white);
    opacity: .80;
    padding-top: 31px;
}

.services-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.services-two__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--woodza-black-rgb), .30);
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: 1;
}

.services-two__single:hover .services-two__img:before {
    transform: scaleY(1);
}

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

.services-two__content {
    position: relative;
    display: block;
    background-color: var(--woodza-white);
    padding: 65px 30px 35px;
}

.services-two__icon {
    position: absolute;
    top: -46px;
    left: 20px;
    background-color: #292321;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(170, 161, 154);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.services-two__single:hover .services-two__icon {
    background-color: var(--woodza-base);
    border-color: var(--woodza-base);
}

.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--woodza-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
    transform: scale(0.9);
}

.services-two__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.services-two__title a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
    color: var(--woodza-base);
}

.services-two__text-2 {
    color: var(--woodza-black);
    opacity: .80;
    padding-top: 11px;
    padding-bottom: 29px;
}

.services-two__arrow {
    position: relative;
    display: block;
}

.services-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    background-color: var(--woodza-black);
    font-size: 15px;
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__arrow a {
    background-color: var(--woodza-base);
}

.services-two__arrow a i {
    position: relative;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__arrow a i {
    transform: rotate(0deg);
}

.services-two__shape-1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 16px;
    width: 16px;
    background-color: var(--woodza-black);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.services-two__single:hover .services-two__shape-1 {
    transform: scale(.9);
}

.services-two__shape-1:before {
    position: absolute;
    content: "";
    top: -9px;
    left: -11px;
    height: 8px;
    width: 8px;
    background-color: var(--woodza-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.services-two__single:hover .services-two__shape-1:before {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# Problem Solved Two
--------------------------------------------------------------*/

.problem-solved-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.problem-solved-two__left {
    position: relative;
    display: block;
    margin-right: 30px;
}

.problem-solved-two__img {
    position: relative;
    display: block;
}

.problem-solved-two__img img {
    width: 100%;
}

.problem-solved-two__year {
    position: absolute;
    bottom: 30px;
    right: -30px;
    background-color: var(--woodza-base);
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
    overflow: hidden;
    z-index: 1;
}

.problem-solved-two__year-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.problem-solved-two__year-icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--woodza-white);
}

.problem-solved-two__title-box {
    margin-left: 10px;
}

.problem-solved-two__title {
    font-size: 20px;
    color: var(--woodza-white);
    line-height: 30px;
    font-weight: 600;
}

.problem-solved-two__year-shape-1 {
    position: absolute;
    top: -28px;
    left: -20px;
    border-radius: 50%;
    background-color: rgb(210, 81, 51);
    width: 52px;
    height: 52px;
    z-index: -1;
}

.problem-solved-two__year-shape-2 {
    position: absolute;
    top: -20px;
    right: -17px;
    border-radius: 50%;
    background-color: rgb(210, 81, 51);
    width: 52px;
    height: 52px;
    z-index: -1;
}

.problem-solved-two__year-dot {
    position: absolute;
    bottom: -4px;
    left: 0px;
}

.problem-solved-two__year-dot img {
    width: auto;
}

.problem-solved-two__right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: 45px;
    margin-top: -14px;
}

.problem-solved-two__right-title {
    position: relative;
    display: block;
}

.problem-solved-two__right-title h2 {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 34px;
}

.problem-solved-two__right-title p {
    font-size: 20px;
    line-height: 34px;
    color: var(--woodza-base);
}

.problem-solved-two__points {
    position: relative;
    display: block;
    margin-top: 41px;
}

.problem-solved-two__points li {
    position: relative;
    display: block;
    padding-left: 90px;
}

.problem-solved-two__points li+li {
    margin-top: 31px;
}

.problem-solved-two__points li {
    position: relative;
    display: block;
}

.problem-solved-two__points li .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: var(--woodza-black);
    border-radius: 50%;
    top: 9px;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.problem-solved-two__points li:hover .icon {
    background-color: var(--woodza-base);
}

.problem-solved-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--woodza-white);
}

.problem-solved-two__points li .text {
    position: relative;
    display: block;
}

.problem-solved-two__points li .text h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 8px;
}

.problem-solved-two__points li .text p {
    color: var(--woodza-black);
    opacity: .80;
    line-height: 30px;
}

.problem-solved-two__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 46px;
}

.problem-solved-two__progress-single {
    position: relative;
    display: block;
}

.problem-solved-two__progress-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 17px;
    font-weight: 600;
}

.problem-solved-two__progress .bar {
    position: relative;
    width: 100%;
    height: 18px;
    border-radius: 0;
    border: 1px solid var(--woodza-black);
    margin-bottom: 13px;
}

.problem-solved-two__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 6px;
    border-radius: 0;
    top: 5px;
    left: 5px;
    background: var(--woodza-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.problem-solved-two__progress .count-text {
    position: absolute;
    right: -15px;
    bottom: 24px;
    color: var(--woodza-black);
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.problem-solved-two__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.problem-solved-two__progress .bar.marb-0 {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/

.project-two {
    position: relative;
    display: block;
    padding: 0 0 150px;
}

.project-two__top {
    position: relative;
    display: block;
}

.project-two__left {
    position: relative;
    display: block;
}

.project-two__right {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-top: 48px;
}

.project-two__right-text {
    font-size: 18px;
    opacity: .80;
}

.project-two__bottom {
    position: relative;
    display: block;
}

.project-two__container {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.project-two__carousel {
    position: relative;
    display: block;
}

.project-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.project-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.project-two__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -65px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--woodza-base);
    margin: 0px 10px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    content: "";
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.project-two__single {
    position: relative;
    display: block;
    z-index: 1;
}

.project-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.project-two__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--woodza-black-rgb), .30);
    transform: translateY(-50px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.project-two__single:hover .project-two__img:before {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.project-two__img img {
    width: 100%;
}

.project-two__content {
    position: relative;
    display: flex;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(180, 181, 184, 0.35);
    padding: 26px 25px 26px;
    align-items: center;
    justify-content: space-between;
    border-left: 2px solid var(--woodza-black);
    z-index: 1;
}

.project-two__content:before {
    position: absolute;
    top: 50%;
    left: -2px;
    height: 55px;
    width: 2px;
    background-color: var(--woodza-base);
    content: "";
    transform: translateY(-50%) scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-two__single:hover .project-two__content:before {
    transform: translateY(-50%) scaleY(1);
}

.project-two__title-box {
    position: relative;
    display: block;
}

.project-two__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.project-two__title a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-two__single:hover .project-two__title a {
    color: var(--woodza-base);
}

.project-two__sub-title {
    color: var(--woodza-base);
    line-height: 30px;
}

.project-two__arrow {
    position: relative;
    display: block;
}

.project-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    background-color: #dad8d7;
    font-size: 15px;
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-two__single:hover .project-two__arrow a {
    background-color: var(--woodza-base);
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/

.testimonial-two {
    position: relative;
    display: block;
    padding: 310px 0 220px;
    margin-top: -190px;
    z-index: 1;
}

.testimonial-two:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(250, 244, 243, .75);
    z-index: -1;
}

.testimonial-two-shape-1 {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 803px;
    opacity: 0.04;
    z-index: -1;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -100px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--woodza-base);
    margin: 0px 10px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    content: "";
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
}

.testimonial-two__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.testimonial-two__single {
    position: relative;
    display: block;
}

.testimonial-two__content {
    position: relative;
    display: block;
    background-color: var(--woodza-white);
    padding: 39px 35px 39px;
    border-radius: 10px;
}

.testimonial-two__text {
    font-size: 20px;
    line-height: 36px;
    opacity: .80;
}

.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 45px;
}

.testimonial-two__client-img {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
}

.testimonial-two__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-two__client-details {
    margin-left: 15px;
}

.testimonial-two__client-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.testimonial-two__client-sub-title {
    font-size: 16px;
    line-height: 20px;
    opacity: .70;
}


/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/

.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}


/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/

.services-three {
    padding: 120px 0 220px;
}


/*--------------------------------------------------------------
# Problem solved Three
--------------------------------------------------------------*/

.problem-solved-three {
    position: relative;
    display: block;
    margin-top: -130px;
}

.problem-solved-three .row {
    --bs-gutter-x: 0px;
}

.problem-solved-three__left {
    position: relative;
    background-color: #040408;
    display: flex;
    align-items: center;
    padding: 24px 20px 24px;
    z-index: 1;
}

.problem-solved-three__img-box {
    position: relative;
    display: block;
    height: 212px;
    width: 212px;
    border-radius: 50%;
    background-color: #1b1b23;
    padding: 17px;
}

.problem-solved-three__img {
    position: relative;
    display: block;
    border-radius: 50%;
    height: 175px;
    width: 175px;
}

.problem-solved-three__img img {
    border-radius: 50%;
    width: 100%;
}

.problem-solved-three__img:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--woodza-base);
    border-radius: 50%;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.problem-solved-three__content {
    margin-left: 30px;
}

.problem-solved-three__title {
    font-size: 30px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 19px;
}

.problem-solved-three__text {
    color: var(--woodza-white);
    opacity: .80;
    line-height: 30px;
}

.problem-solved-three__right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--woodza-base);
    padding: 48px 50px 49px;
    overflow: hidden;
    z-index: 1;
}

.problem-solved-three__call {
    position: relative;
    display: block;
    max-width: 271px;
}

.problem-solved-three__sub-title {
    font-size: 30px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
}

.problem-solved-three__call a {
    font-size: 22px;
    font-weight: 700;
    color: var(--woodza-white);
    font-family: var(--woodza-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.problem-solved-three__call a:hover {
    color: var(--woodza-black);
}

.problem-solved-three__call a span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    top: 6px;
    padding-right: 5px;
}

.problem-solved-three__text-2 {
    font-size: 16px;
    color: var(--woodza-white);
    opacity: .50;
    line-height: 30px;
    padding-top: 18px;
}

.problem-solved-three__trusted {
    position: relative;
    display: block;
}

.problem-solved-three__trusted-img {
    position: relative;
    display: block;
    height: 143px;
    width: 143px;
    z-index: 1;
}

.problem-solved-three__trusted-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(83, 49, 42, .40);
    border-radius: 50%;
}

.problem-solved-three__trusted-img:after {
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    content: "";
    border-radius: 50%;
    background-color: #d8a295;
    z-index: -1;
}

.problem-solved-three__trusted-img img {
    width: 100%;
    border-radius: 50%;
}

.problem-solved-three__trusted-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.problem-solved-three__trusted-content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--woodza-white);
    line-height: 21px;
}

.problem-solved-three__trusted-content h3 {
    font-size: 34px;
    color: var(--woodza-white);
    font-weight: 600;
    font-family: var(--woodza-font-two) !important;
    line-height: 34px !important;
}

.problem-solved-three__trusted-content .odometer-formatting-mark {
    display: none;
}

.problem-solved-three__shape-1 {
    position: absolute;
    top: -70px;
    left: -88px;
    border-radius: 50%;
    background-color: rgb(203, 75, 45);
    width: 206px;
    height: 206px;
    z-index: -1;
}

.problem-solved-three__shape-2 {
    position: absolute;
    bottom: -65px;
    right: -135px;
    border-radius: 50%;
    background-color: rgb(203, 75, 45);
    width: 206px;
    height: 206px;
    z-index: -1;
}


/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/

.why-choose-three {
    position: relative;
    display: block;
    padding: 250px 0 120px;
    background-color: #faf7f6;
    margin-top: -130px;
}

.why-choose-three-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.why-choose-three-shape-1 img {
    width: auto;
}

.why-choose-three-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.why-choose-three-shape-2 img {
    width: auto;
}

.why-choose-three__left {
    position: relative;
    display: block;
    margin-left: 35px;
    margin-right: 110px;
    z-index: 1;
}

.why-choose-three__left:before {
    position: absolute;
    top: 0;
    left: -35px;
    content: "";
    background-color: var(--woodza-base);
    width: 321px;
    height: 631px;
    z-index: -1;
}

.why-choose-three__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-three__img-box:before {
    content: "";
    position: absolute;
    top: 150px;
    left: -10px;
    height: 225px;
    width: 10px;
    background-color: var(--woodza-white);
}

.why-choose-three__img-box:after {
    content: "";
    position: absolute;
    top: 115px;
    left: -20px;
    height: 65px;
    width: 5px;
    background-color: var(--woodza-white);
}

.why-choose-three__img {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-three__img:before {
    content: "";
    position: absolute;
    bottom: 105px;
    right: -10px;
    height: 225px;
    width: 10px;
    background-color: var(--woodza-black);
}

.why-choose-three__img:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -23px;
    height: 65px;
    width: 5px;
    background-color: var(--woodza-base);
}

.why-choose-three__img>img {
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.why-choose-three__dot {
    position: absolute;
    right: -20px;
    bottom: -50px;
    z-index: -1;
}

.why-choose-three__dot>img {
    width: auto;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.why-choose-three__img-two {
    position: absolute;
    bottom: -280px;
    left: -17px;
    z-index: 2;
}

.why-choose-three__img-two>img {
    width: auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.why-choose-three__border {
    position: absolute;
    right: -44px;
    top: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 222, 220);
    background-color: rgba(219, 94, 65, 0);
    width: 456px;
    height: 562px;
}

.why-choose-three__customer-service {
    position: absolute;
    bottom: -225px;
    right: -81px;
    background-color: var(--woodza-base);
    display: flex;
    align-items: center;
    padding: 33px 30px 33px;
    z-index: 2;
}

.why-choose-three__customer-service:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 3px;
    top: 6px;
    left: 7px;
    background-color: var(--woodza-white);
}

.why-choose-three__customer-service:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 3px;
    top: 12px;
    left: 13px;
    background-color: var(--woodza-white);
}

.why-choose-three__customer-service-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-three__customer-service-icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--woodza-white);
}

.why-choose-three__customer-service-content {
    margin-left: 24px;
}

.why-choose-three__customer-service-content h4 {
    font-size: 20px;
    color: var(--woodza-white);
    font-family: var(--woodza-font);
    font-weight: 400;
    line-height: 32px;
}

.why-choose-three__customer-service-dot {
    position: absolute;
    top: 5px;
    right: 5px;
}

.why-choose-three__customer-service-dot>img {
    width: auto;
}

.why-choose-three__right {
    position: relative;
    display: block;
}

.why-choose-three__right .section-title {
    margin-bottom: 39px;
}

.why-choose-three__text-1 {
    font-size: 18px;
    line-height: 34px;
    opacity: .80;
}

.why-choose-three__points {
    position: relative;
    display: block;
    margin-top: 39px;
    margin-bottom: 60px;
}

.why-choose-three__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-three__points li+li {
    margin-top: 20px;
}

.why-choose-three__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background-color: #eee5e2;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-three__points li:hover .icon {
    background-color: var(--woodza-base);
}

.why-choose-three__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--woodza-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-three__points li:hover .icon span {
    color: var(--woodza-white);
}

.why-choose-three__points li .text {
    margin-left: 10px;
}

.why-choose-three__points li .text p {
    font-size: 18px;
    color: var(--woodza-black);
    font-weight: 500;
}

.why-choose-three__user {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-three__user-left {
    position: relative;
    display: block;
}

.why-choose-three__user-left-img-box {
    position: relative;
    display: block;
    background-color: #e1dad7;
    height: 215px;
    width: 215px;
    border-radius: 50%;
    padding: 20px;
}

.why-choose-three__user-left-img {
    position: relative;
    display: block;
    border-radius: 50%;
    height: 175px;
    width: 175px;
}

.why-choose-three__user-left-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;
    height: 30px;
    width: 30px;
    background-color: var(--woodza-base);
    border-radius: 50%;
    transform: translateY(-50%);
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.why-choose-three__user-left-img img {
    width: 100%;
    border-radius: 50%;
}

.why-choose-three__user-right {
    margin-left: 35px;
}

.why-choose-three__user-text {
    font-size: 18px;
    line-height: 34px;
    opacity: .80;
}

.why-choose-three__user-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.why-choose-one__user-box-img {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-one__user-box-img:before {
    position: absolute;
    top: 3px;
    left: -3px;
    bottom: -3px;
    right: 0px;
    content: "";
    background-color: var(--woodza-base);
    z-index: -1;
}

.why-choose-one__user-box-img img {
    width: auto;
}

.why-choose-one__user-box-sign {
    margin-left: 20px;
}

.why-choose-one__user-box-sign img {
    width: auto;
}


/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/

.testimonial-three {
    position: relative;
    display: block;
    padding: 120px 0 231px;
    background-color: #dfd3d0;
    z-index: 1;
}

.testimonial-three-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 963px;
    z-index: -1;
}

.testimonial-three-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -3px;
    content: "";
    background: rgb(223, 211, 208);
    background: linear-gradient(90deg, rgba(223, 211, 208, 0.12088585434173671) 10%, rgba(223, 211, 208, 0.9948354341736695) 45%);
}

.testimonial-three__left {
    position: relative;
    display: block;
    margin-right: 55px;
}

.testimonial-three__left .section-title {
    margin-bottom: 36px;
}

.testimonial-three__text {
    font-size: 18px;
    opacity: .80;
}

.testimonial-three__right {
    position: relative;
    display: block;
    margin-right: -166px;
    margin-left: -20px;
}

.testimonial-three__carousel {
    position: relative;
    display: block;
}

.testimonial-three__single {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 50px 40px 35px;
}

.testimonial-three__text-2 {
    font-size: 23px;
    opacity: .80;
    line-height: 40px;
}

.testimonial-three__client-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dbd3d2;
    padding-top: 35px;
    margin-top: 37px;
}

.testimonial-three__client-details {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-three__client-img {
    position: relative;
    display: block;
    width: 70px;
}

.testimonial-three__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-three__client-content {
    margin-left: 15px;
}

.testimonial-three__client-content h4 {
    font-size: 20px;
    color: var(--woodza-gray);
    font-weight: 700;
    line-height: 30px;
}

.testimonial-three__client-content p {
    line-height: 24px;
}

.testimonial-three__quote {
    position: relative;
    display: block;
}

.testimonial-three__quote span {
    position: relative;
    display: inline-block;
    color: #828282;
    font-size: 60px;
}

.testimonial-three__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 34px;
    left: -479px;
    margin-top: 0 !important;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
    height: 45px;
    width: 55px;
    background-color: #f3efee;
    border-radius: 10px;
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 20px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--woodza-white);
    background-color: var(--woodza-base);
}


/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/

.counter-two {
    position: relative;
    display: block;
    margin-top: -110px;
    z-index: 1;
}

.counter-two__inner {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(210, 207, 206, 0.35);
    padding: 66px 0 10px;
    z-index: 1;
}

.counter-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    opacity: .10;
    z-index: -1;
}

.counter-two__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter-two__list li {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}

.counter-two__list li:first-child:before {
    display: none;
}

.counter-two__list li:before {
    position: absolute;
    top: 5px;
    bottom: 7px;
    left: 0;
    content: "";
    width: 1px;
    background-color: #e7d6d2;
}

.counter-two__count-box {
    position: relative;
    display: block;
}

.counter-two__count-box h3 {
    font-size: 65px;
    color: var(--woodza-base);
    font-weight: 600;
    font-family: var(--woodza-font-two) !important;
    line-height: 70px !important;
}

.counter-two__plus {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--woodza-base);
    top: 19px;
    left: -4px;
    font-family: var(--woodza-font-two);
}

.counter-two__text {
    color: var(--woodza-black);
    line-height: 16px;
}

.counter-two__icon {
    position: relative;
    display: block;
    margin-top: 27px;
}

.counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: #000000;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-two__list li:hover .counter-two__icon span {
    transform: scale(0.9);
    color: var(--woodza-base);
}

.counter-two .odometer-formatting-mark {
    display: none;
}


/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/

.contact-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.contact-one .row {
    --bs-gutter-x: 0px;
}

.contact-one__left {
    position: relative;
    display: block;
    border: 1px solid #ece6e6;
    padding: 67px 50px 55px;
    overflow: hidden;
    z-index: 1;
}

.contact-one__shape-1 {
    position: absolute;
    top: -235px;
    left: -207px;
    border-radius: 50%;
    background-color: rgb(219, 94, 65);
    width: 319px;
    height: 319px;
    z-index: 1;
}

.contact-one__shape-2 {
    position: absolute;
    top: -242px;
    left: -175px;
    border-radius: 50%;
    background-color: rgb(228, 203, 197);
    width: 319px;
    height: 319px;
    z-index: -1;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.contact-one__title {
    position: relative;
    display: block;
}

.contact-one__title h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.contact-one__title p {
    opacity: .80;
    padding-top: 24px;
    padding-bottom: 34px;
}

.contact-one__list {
    position: relative;
    display: block;
}

.contact-one__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-one__list li+li {
    border-top: 1px solid #efe7e6;
    margin-top: 25px;
    padding-top: 17px;
}

.contact-one__list li .icon {
    height: 60px;
    width: 60px;
    background-color: #554540;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__list li:hover .icon {
    background-color: var(--woodza-base);
}

.contact-one__list li .content {
    margin-left: 15px;
}

.contact-one__list li .content p {
    font-size: 15px;
    color: var(--woodza-black);
    line-height: 20px;
    padding-bottom: 5px;
}

.contact-one__list li .content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.contact-one__list li .content h4 a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__list li:hover .content h4 a {
    color: var(--woodza-base);
}

.contact-one__right {
    position: relative;
    display: block;
}

.contact-one__right .comment-one__form {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgba(208, 208, 208, 0.35);
    padding: 50px 40px 54px;
}

.contact-one__right .comment-one__form .row {
    --bs-gutter-x: 20px;
}

.contact-one__right .comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-one__right .comment-form__input-box input[type="text"],
.contact-one__right .comment-form__input-box input[type="email"] {
    height: 55px;
    width: 100%;
    border: 1px solid #dedede;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--woodza-black);
    display: block;
    border-radius: 0;
    font-weight: 400;
    opacity: .80;
}

.contact-one__right .comment-form__input-box textarea {
    font-size: 16px;
    color: var(--woodza-black);
    height: 185px;
    width: 100%;
    background-color: transparent;
    padding: 10px 20px 10px;
    border: 1px solid #dedede;
    border-radius: 0px;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
    opacity: .80;
}

.contact-one__right .comment-form__btn {
    border: none;
    width: 100%;
    text-align: center;
    background-color: #554640;
    font-size: 16px;
    color: var(--woodza-white);
    font-weight: 500;
    padding: 11.5px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__right .comment-form__btn:hover {
    background-color: var(--woodza-base);
}

.contact-one__right .comment-form__input-box.text-message-box {
    height: 185px;
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    position: relative;
    display: block;
    padding: 230px 0 129px;
    background-color: #eef0f6;
    z-index: 1;
    margin-top: -20px;
}

.page-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
}

.page-header-bg:before {
    /* position: absolute;   */
    top: 0;
    left: 0;
    bottom: 0;
    right: 370px;
    content: "";
    background: rgb(40, 31, 26);
    background: linear-gradient(90deg, rgba(40, 31, 26, 1) 19%, rgba(40, 31, 26, 0.020045518207282953) 85%);
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}

.page-header__inner h2 {
    font-size: 70px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 6px;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--woodza-white);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 4px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--woodza-white);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--woodza-base);
}


/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-page__pagination {
    position: relative;
    display: block;
    padding: 30px 0 0px;
    text-align: center;
}

.blog-page__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 6px;
}

.blog-page__pagination .pg-pagination li:last-child {
    margin-right: 0;
}

.blog-page__pagination .pg-pagination li a {
    height: 50px;
    width: 60px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: var(--woodza-white);
    background-color: #c0b0a8;
    font-weight: 400;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
    background-color: var(--woodza-base);
}


/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/

.blog-list {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-list__left {
    position: relative;
    display: block;
}

.blog-list__inner {
    position: relative;
    display: block;
}

.blog-list__single {
    position: relative;
    display: block;
}

.blog-list__single+.blog-list__single {
    margin-top: 50px;
}

.blog-list__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-list__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--woodza-black-rgb), .50);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    z-index: 1;
}

.blog-list__single:hover .blog-list__img:before {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.blog-list__img img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__single:hover .blog-list__img img {
    transform: scale(1.05);
}

.blog-list__tag {
    position: absolute;
    bottom: 20px;
    left: 40px;
    background-color: var(--woodza-base);
    padding: 5px 15px;
    z-index: 2;
}

.blog-list__tag p {
    font-size: 14px;
    color: var(--woodza-white);
    line-height: 14px;
}

.blog-list__content-box {
    position: relative;
    display: block;
    border: 1px solid #f2ecea;
    border-top: 0;
}

.blog-list__content {
    position: relative;
    display: block;
    padding: 33px 40px 24px;
}

.blog-list__title {
    font-size: 43px;
    font-weight: 700;
    line-height: 51px;
}

.blog-list__title a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__single:hover .blog-list__title a {
    color: var(--woodza-base);
}

.blog-list__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 24px;
}

.blog-list__meta li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-list__meta li:before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: -13px;
    width: 1px;
    background-color: #d7d7d7;
}

.blog-list__meta li:last-child:before {
    display: none;
}

.blog-list__meta li+li {
    margin-left: 25px;
}

.blog-list__meta li a {
    position: relative;
    top: 2px;
    font-size: 14px;
    color: #272626;
    opacity: .88;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__meta li a:hover {
    color: var(--woodza-base);
}

.blog-list__meta li i {
    color: var(--woodza-base);
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.blog-list__text {
    opacity: .80;
}

.blog-list__arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12.5px 40px;
    border-top: 1px solid #f2ecea;
}

.blog-list__arrow .blog-list__arrow-box {
    font-size: 16px;
    color: var(--woodza-black);
    font-weight: 500;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__arrow .blog-list__arrow-box:hover {
    color: var(--woodza-base);
}

.blog-list__arrow .blog-list__arrow-box span {
    color: var(--woodza-black);
    padding-left: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__arrow .blog-list__arrow-box:hover span {
    color: var(--woodza-base);
}

.blog-list__share {
    position: relative;
    display: block;
}

.blog-list__share .blog-list__share-box span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #f0eae8;
    height: 45px;
    width: 40px;
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__share .blog-list__share-box span:hover {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
}

.blog-list__inner .blog-page__pagination {
    padding: 60px 0 0px;
    text-align: left;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

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

.sidebar__title {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 28px;
    margin-bottom: 38px;
    font-weight: 700;
}

.sidebar__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    background-color: var(--woodza-base);
    bottom: -6px;
    left: 0;
}

.sidebar__search {
    position: relative;
    display: block;
    padding: 25px 30px 25px;
    border: 1px solid #f2ecea;
}

.sidebar__search-form {
    position: relative;
    display: block;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: #faf7f6;
    color: var(--woodza-gray);
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    height: 65px;
    width: 100%;
    padding-right: 80px;
    border-radius: 0;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--woodza-gray);
    opacity: .50;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--woodza-gray);
    opacity: .50;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--woodza-gray);
    opacity: .50;
}

.sidebar__search-form ::placeholder {
    color: var(--woodza-gray);
    opacity: .50;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--woodza-gray);
    opacity: .50;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--woodza-gray);
    opacity: .50;
}

.sidebar__search-form button[type="submit"] {
    background-color: #66514c;
    color: var(--woodza-white);
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 60px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
    background-color: var(--woodza-base);
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 37px 30px 45px;
    border: 1px solid #f2ecea;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-list li+li {
    border-top: 1px solid #e2e4e3;
    margin-top: 30px;
    padding-top: 30px;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image>img {
    width: 90px;
}

.sidebar__post-content {
    position: relative;
    top: -4px;
}

.sidebar__post-content h3 {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
}

.sidebar__post-content-meta {
    font-size: 12px;
    font-weight: 400;
    color: var(--woodza-gray) !important;
    opacity: .80;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--woodza-font);
}

.sidebar__post-content-meta i {
    color: var(--woodza-base);
    font-size: 15px;
    padding-right: 1px;
}

.sidebar__post-content h3 a {
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 1px;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.sidebar__post-list li .sidebar__post-content h3 a:hover {
    color: var(--woodza-base);
}

.sidebar__category {
    position: relative;
    display: block;
    padding: 37px 30px 35px;
    border: 1px solid #f2ecea;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 10px;
}

.sidebar__category-list li a {
    color: var(--woodza-black);
    background-color: #faf7f6;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    padding: 12px 20px 11px;
}

.sidebar__category-list li a:hover {
    background-color: #f9f1ef;
    color: var(--woodza-base);
}

.sidebar__category-list li.active a {
    background-color: #f9f1ef;
    color: var(--woodza-base);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--woodza-base);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
}

.sidebar__category-list li a:hover span {
    color: var(--woodza-base);
}

.sidebar__category-list li.active a span {
    color: var(--woodza-base);
}

.sidebar__call-box {
    position: relative;
    display: block;
}

.sidebar__call-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebar__call-img img {
    width: 100%;
}

.sidebar__call-shape {
    position: absolute;
    bottom: -110px;
    right: -145px;
    border-radius: 50%;
    background-color: rgb(238, 96, 63);
    width: 281px;
    height: 281px;
    opacity: 0.631;
}

.sidebar__call-content {
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 0 54px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -105px;
    z-index: 1;
}

.sidebar__call-content-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.sidebar__call-content-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(240, 63, 22, .80);
}

.sidebar__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    width: 85px;
    background-color: var(--woodza-white);
    border-radius: 50%;
    margin: 0 auto 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__call-icon:hover {
    background-color: var(--woodza-black);
}

.sidebar__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--woodza-black);
}

.sidebar__call-icon:hover span {
    color: var(--woodza-base);
}

.sidebar__call-details {
    position: relative;
    display: block;
}

.sidebar__call-title {
    font-size: 30px;
    color: var(--woodza-white);
    font-weight: 600;
    line-height: 40px;
}

.sidebar__call-number {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 27px;
    margin-bottom: 8px;
}

.sidebar__call-number a {
    color: var(--woodza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__call-number a:hover {
    color: var(--woodza-black);
}

.sidebar__call-text {
    color: var(--woodza-white);
}

.sidebar__tags {
    position: relative;
    display: block;
    padding: 37px 30px 44px;
    border: 1px solid #f2ecea;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 16px;
    color: rgba(var(--woodza-gray-rgb), .80);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f0eae8;
    display: inline-block;
    padding: 0 8px 0;
    margin-left: 5px;
    font-weight: 400;
    line-height: 30px;
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--woodza-white);
    background: var(--woodza-base);
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__content-box-one {
    position: relative;
    display: block;
}

.blog-details__img-one {
    position: relative;
    display: block;
}

.blog-details__img-one img {
    width: 100%;
}

.blog-details__cat {
    position: absolute;
    bottom: 20px;
    left: 40px;
    background-color: var(--woodza-base);
    padding: 5px 15px;
    z-index: 2;
}

.blog-details__cat p {
    font-size: 14px;
    color: var(--woodza-white);
    line-height: 14px;
}

.blog-details__content-one {
    position: relative;
    display: block;
    margin-top: 37px;
}

.blog-details__title {
    font-size: 43px;
    font-weight: 700;
    line-height: 53px;
}

.blog-details__meta-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    margin-bottom: 19px;
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__meta li:before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: -13px;
    width: 1px;
    background-color: #d7d7d7;
}

.blog-details__meta li:last-child:before {
    display: none;
}

.blog-details__meta li+li {
    margin-left: 25px;
}

.blog-details__meta li a {
    position: relative;
    top: 2px;
    font-size: 14px;
    color: #272626;
    opacity: .88;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--woodza-base);
}

.blog-details__meta li i {
    color: var(--woodza-base);
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.blog-details__share {
    position: relative;
    display: block;
}

.blog-details__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #f0eae8;
    height: 45px;
    width: 40px;
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__share a:hover {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
}

.blog-details__text-1 {
    opacity: .80;
    padding-bottom: 24px;
}

.blog-details__text-2 {
    opacity: .80;
}

.blog-details__title-two {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 34px;
    margin-bottom: 21px;
}

.blog-details__text-3 {
    opacity: .80;
}

.blog-details__img-two {
    position: relative;
    display: block;
    margin-top: 44px;
    margin-bottom: 40px;
}

.blog-details__img-two img {
    width: 100%;
}

.blog-details__text-4 {
    opacity: .80;
}

.blog-details__quote-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f0eae8;
    padding: 34px 25px 34px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-details__quote-box:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 185px;
    background-color: var(--woodza-base);
    content: "";
}

.blog-details__quote-box:after {
    position: absolute;
    bottom: 0;
    left: 185px;
    height: 10px;
    width: 185px;
    background-color: var(--woodza-base);
    content: "";
}

.blog-details__quote-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__quote-icon:before {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    right: -25px;
    width: 1px;
    background-color: #d6cfcd;
}

.blog-details__quote-icon span {
    font-size: 45px;
    color: var(--woodza-black);
    position: relative;
    display: inline-block;
}

.blog-details__quote-text {
    font-size: 20px;
    line-height: 36px;
    margin-left: 45px;
}

.blog-details__text-5 {
    opacity: .80;
}

.blog-details__higher-specific {
    position: relative;
    display: block;
    margin-top: 49px;
}

.blog-details__higher-specific-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.blog-details__higher-specific-text {
    padding-top: 16px;
    padding-bottom: 30px;
}

.blog-details__higher-specific-points {
    position: relative;
    display: block;
}

.blog-details__higher-specific-points li {
    position: relative;
    display: flex;
}

.blog-details__higher-specific-points li+li {
    margin-top: 9px;
}

.blog-details__higher-specific-points li .icon {
    position: relative;
    display: block;
    top: 9px;
}

.blog-details__higher-specific-points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--woodza-base);
}

.blog-details__higher-specific-points li .text {
    margin-left: 15px;
}

.blog-details__higher-specific-points li .text p {
    opacity: .80;
}

.blog-details__tags {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e6e6;
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.blog-details__tags span {
    font-size: 20px;
    font-weight: 700;
    color: var(--woodza-black);
    font-family: var(--woodza-font-two);
    margin-right: 10px;
}

.blog-details__tags a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(var(--woodza-gray-rgb), .80);
    background-color: #f8f6f5;
    padding: 0 15px;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__tags a:hover {
    background-color: #63564f;
    color: rgba(var(--woodza-white-rgb), .80);
}

.blog-details__tags a+a {
    margin-left: 10px;
}

.author {
    position: relative;
    display: block;
    background-color: #f8f7f5;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 155px;
    padding-right: 25px;
}

.author__img {
    position: absolute;
    width: 110px;
    top: 49px;
    left: 25px;
}

.author__img img {
    width: 100%;
    border-radius: 50%;
}

.author__content {
    position: relative;
    display: block;
}

.author__content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.author__content p {
    font-size: 18px;
    color: #8f4a32;
    line-height: 32px;
    padding: 18px 0 20px;
}

.author__social {
    position: relative;
    display: flex;
    align-items: center;
}

.author__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border: 1px solid var(--woodza-black);
    border-radius: 50%;
    font-size: 15px;
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.author__social a:hover {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
    border: 1px solid var(--woodza-base);
}

.author__social a+a {
    margin-left: 10px;
}

.back-news {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eff4f2;
    border-bottom: 1px solid #eff4f2;
    padding: 20px 0px;
    margin-top: 60px;
    margin-bottom: 53px;
}

.back-news__left {
    position: relative;
    display: flex;
    align-items: center;
}

.back-news__left:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 1px;
    width: 250px;
    background-color: var(--woodza-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.back-news__left:hover:before {
    background-color: var(--woodza-primary);
}

.back-news__arrow {
    position: relative;
    display: block;
}

.back-news__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--woodza-white);
    width: 30px;
    height: 68px;
    z-index: 1;
}

.back-news__arrow a:before {
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--woodza-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.back-news__left:hover .back-news__arrow a:before {
    background-color: var(--woodza-primary);
}

.back-news__content {
    margin-left: 20px;
}

.back-news__content p {
    font-size: 20px;
    color: #63564f;
    font-weight: 600;
    font-family: var(--woodza-font-two);
    line-height: 34px;
}

.back-news__right {
    position: relative;
    display: flex;
    align-items: center;
}

.back-news__right:before {
    content: "";
    position: absolute;
    bottom: -21px;
    right: 0;
    height: 1px;
    width: 250px;
    background-color: #63564f;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.back-news__right:hover:before {
    background-color: var(--woodza-primary);
}

.back-news__right .back-news__content {
    margin-left: 0;
    margin-right: 20px;
}

.back-news__right .back-news__arrow a:before {
    background-color: #63564f;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.back-news__right:hover .back-news__arrow a:before {
    background-color: var(--woodza-primary);
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--woodza-black);
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 700;
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eff4f2;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-one__single--two {
    margin-left: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 20px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 24px;
    color: var(--woodza-black);
    margin-bottom: 19px;
    font-weight: 700;
}

.comment-one__content span {
    display: block;
    font-size: 15px;
    color: var(--woodza-base);
}

.comment-one__content p {
    font-size: 16px;
    line-height: 32px;
    opacity: .80;
    margin: 0;
}

.comment-one__btn {
    padding: 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ececec;
    font-size: 15px;
    color: var(--woodza-black);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comment-one__btn:hover {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
}

.comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
}

.comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -8px;
    margin-bottom: 23px;
}

.comment-one__form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    border: none;
    background-color: #f8f7f5;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .60);
    display: block;
    border-radius: 3px;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .60);
    height: 215px;
    width: 100%;
    background-color: #f8f7f5;
    padding: 15px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    border-radius: 3px;
}

.comment-form__btn {
    border: none;
    font-size: 16px;
    color: var(--woodza-white);
    background-color: var(--woodza-base);
    padding: 11px 40px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comment-form__btn:hover {
    background-color: var(--woodza-black);
}

.comment-form__input-box.text-message-box {
    height: 215px;
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/

.service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.service-details__left {
    position: relative;
    display: block;
}

.service-details__service-list-box {
    position: relative;
    display: block;
    border: 1px solid #f2ecea;
    padding: 43px 30px 50px;
    margin-bottom: 50px;
}

.service-details__title {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 28px;
    margin-bottom: 49px;
    font-weight: 700;
}

.service-details__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    background-color: var(--woodza-base);
    bottom: -6px;
    left: 0;
}

.service-details__list {
    position: relative;
    display: block;
}

.service-details__list li {
    position: relative;
    display: block;
}

.service-details__list li+li {
    margin-top: 10px;
}

.service-details__list li a {
    position: relative;
    display: block;
    background-color: #faf7f6;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--woodza-black);
    border: 2px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__list li:hover a {
    background-color: #f9f1ef;
    color: var(--woodza-base);
    border: 2px solid var(--woodza-base);
}

.service-details__list li.active a {
    background-color: #f9f1ef;
    color: var(--woodza-base);
    border: 2px solid var(--woodza-base);
}

.service-details__list li a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 15px;
    color: var(--woodza-base);
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__list li:hover a span {
    border-left: 2px solid var(--woodza-base);
}

.service-details__list li.active a span {
    border-left: 2px solid var(--woodza-base);
}

.service-details__brochures {
    position: relative;
    display: block;
    border: 1px solid #f2ecea;
    padding: 43px 30px 50px;
    margin-top: 50px;
}

.service-details__brochures-list {
    position: relative;
    display: block;
}

.service-details__brochures-list li+li {
    margin-top: 10px;
}

.service-details__brochures-list li a {
    position: relative;
    display: block;
    background-color: #faf7f6;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--woodza-black);
    border: 2px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__brochures-list li:hover a {
    background-color: #f9f1ef;
    color: var(--woodza-base);
    border: 2px solid var(--woodza-base);
}

.service-details__brochures-list li a i {
    font-style: normal;
    font-size: 14px;
}

.service-details__brochures-list li a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 25px;
    color: var(--woodza-black);
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__brochures-list li:hover a span {
    border-left: 2px solid var(--woodza-base);
    color: var(--woodza-base);
}

.service-details__right {
    position: relative;
    display: block;
    margin-top: -15px;
}

.service-details__content {
    position: relative;
    display: block;
}

.service-details__content-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.service-details__text-1 {
    font-size: 18px;
    opacity: .80;
    padding-top: 25px;
    padding-bottom: 31px;
}

.service-details__text-2 {
    font-size: 18px;
    opacity: .80;
}

.service-details__img-one {
    position: relative;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.service-details__img-one img {
    width: 100%;
}

.service-details__content-title-two {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.service-details__text-3 {
    font-size: 18px;
    opacity: .80;
    margin-top: 17px;
    margin-bottom: 31px;
}

.service-details__text-4 {
    font-size: 18px;
    opacity: .80;
}

.service-details__points-box {
    position: relative;
    display: block;
    background-color: #302a27;
    padding: 34px 40px 29px;
    margin-top: 45px;
}

.service-details__points {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__points li+li {
    margin-left: 75px;
}

.service-details__points li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 355px;
    width: 1px;
    background-color: #423c39;
}

.service-details__points-icon-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.service-details__points-icon-box span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 45px;
    color: var(--woodza-base);
}

.service-details__points-icon-box h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--woodza-white);
    opacity: .80;
    margin-left: 20px;
}

.service-details__points-text {
    color: var(--woodza-white);
    opacity: .80;
}

.service-details__benefits {
    position: relative;
    display: block;
    margin-bottom: 50px;
    margin-top: 75px;
}

.service-details__benefits-img {
    position: relative;
    display: block;
}

.service-details__benefits-img img {
    width: 100%;
}

.service-details__benefits-right {
    position: relative;
    display: block;
    margin-top: -5px;
}

.service-details__benefits-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.service-betails__benefits-text-1 {
    font-size: 17px;
    color: var(--woodza-gray);
    line-height: 32px;
    margin: 0;
    opacity: .80;
    padding-top: 27px;
    padding-bottom: 32px;
}

.service-details__benefits-points {
    position: relative;
    display: block;
}

.service-details__benefits-points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-details__benefits-points li+li {
    margin-top: 8px;
}

.service-details__benefits-points li .icon {
    color: #595552;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.service-details__benefits-points li .text {
    margin-left: 10px;
}

.service-details__benefits-points li .text p {
    font-size: 16px;
    color: var(--woodza-black);
    font-weight: 400;
    line-height: 30px;
    opacity: .80;
}

.service-details__benefits-bottom {
    position: relative;
    display: block;
    margin-top: 70px;
}

.service-details__benefits-title-two {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 17px;
}

.service-details__benefits-text {
    font-size: 18px;
    opacity: .80;
}

.service-details__faq {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border-radius: 0;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 14px 20px 14px;
    background-color: #e8e7e6;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--woodza-black);
    font-family: var(--woodza-font);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 10px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: var(--woodza-black);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--woodza-white);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\e92d";
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-size: 12px;
    color: var(--woodza-black);
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e92c";
    color: var(--woodza-white);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 20px 35px 19px;
    border: 1px solid #f7f7f7;
    border-top: 0;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

.project-details {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.project-details__img-box {
    position: relative;
    display: block;
}

.project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
}

.project-details__details-box {
    position: relative;
    display: block;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
    margin-left: 100px;
    margin-right: 100px;
    margin-top: -65px;
    padding: 38px 0;
}

.project-details__details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-details__details li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__details li+li {
    margin-left: 60px;
}

.project-details__details li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__details li .icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #6d5447;
}

.project-details__details li .content {
    margin-left: 10px;
}

.project-details__details li .content p {
    font-size: 18px;
    line-height: 25px;
    opacity: .70;
    font-weight: 400;
    font-family: var(--woodza-font-two);
    margin-bottom: 4px;
}

.project-details__details li .content h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--woodza-font);
    line-height: 25px;
}

.project-details__details li .content h5 a {
    color: var(--woodza-black);
}

.project-details__title-box {
    position: relative;
    display: block;
    margin-top: 46px;
}

.project-details__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.project-details__text-1 {
    font-size: 18px;
    opacity: .80;
    padding-top: 25px;
    padding-bottom: 31px;
}

.project-details__text-2 {
    font-size: 18px;
    opacity: .80;
}

.project-details__challenge {
    position: relative;
    display: block;
    margin-top: 50px;
}

.project-details__challenge-left {
    position: relative;
    display: block;
}

.project-details__challenge-img {
    position: relative;
    display: block;
}

.project-details__challenge-img img {
    width: 100%;
}

.project-details__challenge-right {
    position: relative;
    display: block;
    margin-top: -10px;
}

.project-details__challenge-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.project-details__challenge-text {
    font-size: 18px;
    color: #7e574e;
    padding-top: 32px;
    padding-bottom: 31px;
}

.project-detsils__challenge-list {
    position: relative;
    display: block;
}

.project-detsils__challenge-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-detsils__challenge-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.project-detsils__challenge-list li+li {
    margin-top: 9px;
}

.project-detsils__challenge-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--woodza-black);
}

.project-detsils__challenge-list li .text {
    margin-left: 10px;
}

.project-detsils__challenge-list li .text p {
    opacity: .80;
}

.project-details__challenge-text-2 {
    opacity: .80;
    padding-top: 32px;
}

.project-details__challenge-text-3 {
    opacity: .80;
    padding-top: 50px;
}

.project-details__end-reasult {
    position: relative;
    display: block;
    margin-top: 39px;
}

.project-details__end-reasult-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 27px;
}

.project-details__end-reasult-text {
    font-size: 18px;
    color: #7e574e;
}

.project-details__bottom {
    position: relative;
    display: block;
    margin-top: 58px;
}

.project-details__bottom-left {
    position: relative;
    display: block;
}

.project-details__points {
    position: relative;
    display: block;
}

.project-details__points li {
    position: relative;
    display: block;
    padding-left: 50px;
    min-height: 35px;
}

.project-details__points li+li {
    margin-top: 21px;
}

.project-details__points li .icon {
    height: 35px;
    width: 35px;
    background-color: #685951;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2px;
    left: 0;
}

.project-details__points li .icon span {
    position: relative;
    display: inline-block;
    color: var(--woodza-white);
    opacity: .70;
    font-size: 15px;
}

.project-details__points li .text {
    position: relative;
    display: block;
}

.project-details__points li .text p {
    opacity: .80;
}

.project-details__bottom-call {
    position: relative;
    display: block;
    background-color: #987971;
    max-width: 300px;
    width: 100%;
    padding: 20px 30px 25px;
    margin-top: 50px;
}

.project-details__bottom-call p {
    font-size: 22px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 32px;
    font-family: var(--woodza-font-two);
    margin-bottom: 4px;
}

.project-details__bottom-call h4 {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__bottom-call h4 span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--woodza-white);
}

.project-details__bottom-call h4 a {
    font-size: 28px;
    font-weight: 700;
    color: var(--woodza-white);
    padding-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-details__bottom-call h4 a:hover {
    color: var(--woodza-base);
}

.project-details__bottom-right {
    position: relative;
    display: block;
    border-radius: 5px;
    background-color: rgb(247, 245, 244);
    padding: 50px 25px 50px;
    margin-top: 2px;
}

.project-details__bottom-right .faq-one-accrodion .accrodion-title h4 {
    font-size: 18px;
    font-weight: 600;
}

.project-details__bottom-right .faq-one-accrodion .accrodion-title {
    background-color: #fff;
    border-radius: 5px;
}

.project-details__bottom-right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--woodza-black);
}

.project-details__bottom-right .faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: var(--woodza-white);
}

.project-details__bottom-right .faq-one-accrodion .accrodion-content {
    border: 0;
}


/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/

.similar-project {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.similar-project .project-two__single {
    margin-bottom: 30px;
}

.similar-project .project-two__content {
    padding: 26px 25px 26px;
}

.similar-project .project-two__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}


/*--------------------------------------------------------------
# Project Page One
--------------------------------------------------------------*/

.project-page-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.project-page-one .project-two__single {
    margin-bottom: 30px;
}

.project-page-one .project-two__content {
    padding: 26px 25px 26px;
}

.project-page-one .project-two__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}


/*--------------------------------------------------------------
# Project Page Two
--------------------------------------------------------------*/

.project-page-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.project-page-two__container {
    position: relative;
    display: block;
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.contact-page__left {
    position: relative;
    display: block;
    margin-top: -11px;
}

.contact-page__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 22px;
}

.contact-page__text-1 {
    font-size: 18px;
    opacity: .80;
    line-height: 30px;
}

.contact-page__list {
    position: relative;
    display: block;
    margin-top: 48px;
}

.contact-page__list li {
    position: relative;
    display: block;
    padding-left: 115px;
}

.contact-page__list li+li {
    margin-top: 40px;
}

.contact-page__list li .icon {
    height: 85px;
    width: 85px;
    background-color: #60443e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--woodza-white);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__list li:hover .icon {
    background-color: var(--woodza-base);
}

.contact-page__list li .content {
    position: relative;
    display: block;
}

.contact-page__list li .content h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 14px;
}

.contact-page__list li .content p {
    font-size: 18px;
    color: var(--woodza-black);
    line-height: 30px;
}

.contact-page__list li .content p a {
    color: var(--woodza-black);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__list li .content p a:hover {
    color: var(--woodza-base);
}

.contact-page__right {
    position: relative;
    display: block;
    background-color: #f1eae8;
    padding: 40px 45px 45px;
    margin-left: 40px;
}

.contact-page__right-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}

.contact-page__right-text {
    font-size: 18px;
    opacity: .80;
    padding-top: 21px;
    padding-bottom: 35px;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__form .row {
    --bs-gutter-x: 20px;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: 0;
    background-color: var(--woodza-white);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .70);
    display: block;
    border-radius: 0;
    font-weight: 400;
}

.contact-page__input-box textarea {
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .70);
    height: 155px;
    width: 100%;
    background-color: var(--woodza-white);
    padding: 10px 20px 10px;
    border: 0;
    border-radius: 0px;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
}

.contact-page__input-box.text-message-box {
    height: 155px;
    margin-bottom: 30px;
}

.contact-page__btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--woodza-white);
    border: none;
    background-color: var(--woodza-base);
    text-align: center;
    padding: 11px 35px 11px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__btn:hover {
    background-color: var(--woodza-black);
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map {
    position: relative;
    display: block;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 600px;
    width: 100%;
}


/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/

.error-page {
    position: relative;
    display: block;
    padding: 64px 0 120px;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title-box {
    position: relative;
    display: block;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 266px;
    line-height: 266px;
    font-weight: 900;
    margin-bottom: 0;
    color: #735647;
}

.error-page__tagline {
    font-size: 50px;
    line-height: 50px;
    margin-top: 22px;
    margin-bottom: 17px;
    font-weight: 600;
    color: var(--woodza-black);
}

.error-page__text {
    font-size: 20px;
    font-weight: 500;
    opacity: .80;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 51px auto 20px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 70px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f4f4;
    font-size: 18px;
    color: rgba(115, 86, 71, .70);
    font-weight: 500;
    padding-left: 30px;
    padding-right: 75px;
}

.error-page__form button[type="submit"] {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
    font-size: 25px;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    width: 65px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.error-page__form button[type="submit"]:hover {
    background-color: var(--woodza-black);
}

.error-page__btn {
    font-size: 18px;
    font-weight: 500;
    color: #735647;
    border: 1px solid #735647;
    display: inline-block;
    padding: 18px 50px 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.error-page__btn:hover {
    background-color: #735647;
    color: #fff;
}


/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/

.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-page__left {
    position: relative;
    display: block;
    margin-right: 70px;
    margin-top: -11px;
}

.faq-page__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 46px;
}

.faq-page__right {
    position: relative;
    display: block;
    margin-left: 18px;
}

.ask-question-box {
    position: relative;
    display: block;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 26px 0px rgba(161, 161, 161, 0.35);
    padding: 40px 30px 60px;
    z-index: 1;
}

.ask-question-box-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .15;
    z-index: -1;
}

.ask-question__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 21px;
}

.ask-question__form {
    position: relative;
    display: block;
}

.ask-question__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.ask-question__input-box input[type="text"],
.ask-question__input-box input[type="email"],
.ask-question__input-box textarea {
    height: 55px;
    border: 0;
    background-color: #f1f1f1;
    padding: 0 20px;
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .70);
    outline: none;
    width: 100%;
}

.ask-question__input-box textarea {
    padding: 15px 20px 20px;
    height: 120px;
}

.ask-question__input-box.text-message-box {
    height: 120px;
}

.ask-question__btn {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background-color: var(--woodza-base);
    font-size: 16px;
    color: var(--woodza-white);
    font-weight: 500;
    padding: 11px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ask-question__btn:hover {
    background-color: var(--woodza-black);
}

.faq-email-box {
    position: relative;
    display: block;
    margin-top: 70px;
}

.faq-email-box__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
    background-color: #f9f2f0;
    padding-left: 60px;
}

.faq-email-box__left p {
    font-size: 16px;
    color: #5e4842;
}

.faq-email-box__email a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5e4842;
    color: var(--woodza-white);
    font-weight: 600;
    font-size: 18px;
    padding: 26px 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-email-box__email a:hover {
    background-color: var(--woodza-base);
}


/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/

.team-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}


/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/

.testimonial-page {
    position: relative;
    display: block;
    background-color: #f7f5f5;
    padding: 120px 0 90px;
}

.testimonial-page .container {
    max-width: 1330px;
}

.testimonial-page .testimonial-three__single {
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Why Choose Four
--------------------------------------------------------------*/

.why-choose-four {
    margin-top: 0;
    padding: 120px 0 226px;
}


/*--------------------------------------------------------------
# Problem Solved Four
--------------------------------------------------------------*/

.problem-solved-four {
    margin-top: -100px;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

.statment {
    position: relative;
    display: block;
    background-color: #f6edea;
    padding: 280px 0 120px;
    margin-top: -160px;
}

.statment-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.statment-shape-1 img {
    width: auto;
}

.statment-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.statment-shape-2 img {
    width: auto;
}

.statment__left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.statment__left .section-title {
    margin-bottom: 41px;
}

.statment__text-1 {
    font-size: 18px;
    line-height: 34px;
    color: var(--woodza-black);
    opacity: .80;
}

.statment__right {
    position: relative;
    display: block;
    margin-top: 50px;
}

.statment__count-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.statment__count-list li {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 39px;
}

.statment__count-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: var(--woodza-white);
    border-radius: 50%;
    font-size: 50px;
    color: var(--woodza-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.statment__count-list li:hover .statment__count-icon {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
}

.statment__count-content-box {
    margin-left: 20px;
    margin-top: -3px;
}

.statment__count-content {
    position: relative;
    display: flex;
    align-items: center;
}

.statment__count-content h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px !important;
    font-family: var(--woodza-font-two) !important;
}

.statment__count-plus {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    font-family: var(--woodza-font-two);
}

.statment__count-text {
    color: var(--woodza-black);
    line-height: 25px;
}

.statment__right-text {
    font-size: 20px;
    line-height: 34px;
    opacity: .80;
}

.about-history-three {
    position: relative;
    display: block;
    margin-top: 80px;
}

.about-history-three__left {
    position: relative;
    display: block;
    padding-left: 300px;
}

.about-history-three__img-one {
    position: absolute;
    top: 0;
    left: 0;
    height: 240px;
    width: 240px;
    border-radius: 50%;
}

.about-history-three__img-one:before {
    position: absolute;
    content: "";
    bottom: 25px;
    right: 70px;
    height: 30px;
    width: 30px;
    background-color: var(--woodza-base);
    border-radius: 50%;
    z-index: 2;
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.about-history-three__img-one>img {
    width: 100%;
    border-radius: 50%;
}

.about-history-three__img-two {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.about-history-three__img-two>img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.about-history-three__content {
    position: relative;
    display: block;
    top: 22px;
}

.about-history-three__title {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 25px;
}

.about-history-three__text {
    font-size: 18px;
    line-height: 34px;
    opacity: .80;
}

.about-history-three__right {
    position: relative;
    display: block;
}

.about-history-three__right-img {
    position: relative;
    display: block;
}

.about-history-three__right-img img {
    width: 100%;
}

.about-history-three__video-link {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.about-history-three__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: var(--woodza-base);
    background-color: var(--woodza-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.about-history-three__video-icon:hover {
    color: var(--woodza-white);
    background-color: var(--woodza-base);
}

.about-history-three__video-link .ripple,
.about-history-three__video-icon .ripple:before,
.about-history-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.about-history-three__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-history-three__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}


/*--------------------------------------------------------------
# About Page Team
--------------------------------------------------------------*/

.about-page-team {
    padding: 120px 0 90px;
}


/*--------------------------------------------------------------
# Blog Page Carousel
--------------------------------------------------------------*/

.blog-page-carousel {
    position: relative;
    display: block;
    padding: 120px 0 190px;
}

.blog-carousel {
    position: relative;
    display: block;
}

.blog-page-carousel .blog-one__single {
    margin-bottom: 0;
}

.carousel-box-shadow.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel-box-shadow.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-box-shadow.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.carousel-dot-styled.owl-carousel .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-dot-styled.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--woodza-base);
    margin: 0px 10px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.carousel-dot-styled.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    content: "";
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.carousel-dot-styled.owl-carousel .owl-dot.active:before {
    transform: scale(1);
}

.carousel-dot-styled.owl-carousel .owl-dot:focus {
    outline: none;
}

.carousel-dot-styled.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/*--------------------------------------------------------------
# Project Page Carousel
--------------------------------------------------------------*/

.project-page-carousel {
    position: relative;
    display: block;
    padding: 120px 0 190px;
}

.project-page-carousel .project-two__content {
    padding: 26px 25px 26px;
}

.project-page-carousel .project-two__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}


/*--------------------------------------------------------------
# Services Carousel
--------------------------------------------------------------*/

.services-carousel-page {
    position: relative;
    display: block;
    background-color: #faf7f6;
    padding: 120px 0 190px;
}

.services-carousel-page .services-one__single {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Team Page Carousel
--------------------------------------------------------------*/

.team-page-carousel {
    position: relative;
    display: block;
    padding: 120px 0 190px;
}

.team-page-carousel .team-one__single {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Testimonial Page Carousel
--------------------------------------------------------------*/

.testimonial-page-carousel {
    position: relative;
    display: block;
    padding: 120px 0 190px;
    background-color: #f7f5f5;
}

@media(max-width:768px) {
    .main-menu-two__main-menu-box {
        padding: 0px 30px 0px 114px!important;
    }
    .main-menu-two__logo a img {
        width: 80px!important;
    }
    .image-layer-two {
        height: 86px;
    }
    .swiper-wrapper {
        height: 104px!important;
    }
    .why-choose-two {
        padding-bottom: 0px!important;
        padding-top: 25px!important;
    }
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/