a, body {
    color: var(--woodza-gray)
}

.custom-cursor__cursor-two, .custom-cursor__hover, .thm-btn {
    background-color: var(--woodza-base)
}

.page-wrapper, .thm-btn, body.locked {
    overflow: hidden
}

.thm-btn, body {
    font-size: 16px
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .thm-btn {
    outline: 0 !important
}

#particles-js, .preloader, .thm-btn:before {
    left: 0;
    right: 0;
    bottom: 0
}

.preloader, .preloader__image {
    background-position: center center
}

.main-slider .image-layer, .preloader, .preloader__image {
    background-repeat: no-repeat
}

.carousel-box-shadow.owl-carousel .owl-stage-outer, .project-one__carousel.owl-carousel .owl-stage-outer, .project-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible
}

:root {
    --woodza-font: 'Prompt', sans-serif;
    --woodza-font-two: 'Titillium Web', sans-serif;
    --woodza-gray: #232323;
    --woodza-gray-rgb: 35, 35, 35;
    --woodza-white: #ffffff;
    --woodza-white-rgb: 255, 255, 255;
    --woodza-base: #db5e41;
    --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);
    line-height: 32px;
    font-weight: 400
}

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

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
}

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

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

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

::-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;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: .4;
    z-index: -1
}

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

.mobile-nav__container, .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, .1)
}

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

.thm-btn:after, .thm-btn:before {
    transition: .5s ease-in-out .1s;
    z-index: -1;
    position: absolute;
    content: ""
}

.section-title-two, .section-title-two__tagline, .thm-btn {
    position: relative;
    z-index: 1
}

.custom-cursor__hover {
    opacity: .4
}

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

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    color: var(--woodza-white);
    font-weight: 500;
    text-transform: uppercase;
    padding: 17px 55px 16px;
    transition: .5s linear
}

.main-header__top-contact li:hover .content h5 a, .main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a, .main-menu .mobile-nav__toggler, .mobile-nav__buttons a, .mobile-nav__buttons a:hover, .mobile-nav__contact li a:hover, .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, .mobile-nav__social a:hover, .stricky-header .main-menu__list > li.current > a, .stricky-header .main-menu__list > li:hover > a, .thm-btn:hover {
    color: var(--woodza-base)
}

.thm-btn:before {
    top: 0;
    width: 0;
    background-color: var(--woodza-black);
    opacity: 1
}

.blog-details__img-one img, .problem-solved-two__img img, .project-one__img img, .project-two__img img, .services-two__img img, .sidebar__call-img img, .thm-btn:hover:before, .why-choose-one__img > img, .why-choose-two__img > img {
    width: 100%
}

.thm-btn:after {
    bottom: 3px;
    right: 3px;
    background-color: var(--woodza-white);
    height: 10px;
    width: 10px
}

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

.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: .2em
}

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

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

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

.preloader, .scroll-to-top {
    position: fixed;
    text-align: center
}

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

.main-header__top-contact li:hover .icon, .scroll-to-top:hover, .section-title-two__tagline:after {
    background-color: var(--woodza-base)
}

.section-title-two__tagline:after {
    position: absolute;
    top: -2px;
    left: -3px;
    height: 6px;
    width: 6px;
    content: "";
    z-index: -1
}

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

.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: 0 !important
}

.bootstrap-select > .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: 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, .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: #fff;
    background: var(--woodza-base);
    -webkit-transition: .4s;
    transition: .4s
}

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

.preloader {
    background-color: #fff;
    top: 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
}

.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/favicon.png);
    background-size: 100px auto;
    width: 100%;
    height: 100%
}

.scroll-to-top {
    width: 45px;
    height: 45px;
    background: var(--woodza-base);
    bottom: 40px;
    right: 40px;
    z-index: 99;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%
}

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

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

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

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

.famous-company__read-more, .main-header-three__top-inner, .main-header-three__top-logo, .main-header-two, .main-header__top-inner, .main-menu-three__btn-box, .main-menu-three__main-menu-box, .main-menu-three__wrapper, .main-menu__btn-box, .main-menu__main-menu-box, .main-menu__wrapper, .main-slider-three__content, .main-slider-two, .main-slider-two__content, .main-slider-two__inner, .why-choose-one__right {
    position: relative;
    display: block
}

.main-header-three__top-left, .main-header__top-left, .main-menu-three__left, .main-menu-two__left, .main-menu-two__main-menu-box, .main-menu__left {
    position: relative;
    display: block;
    float: left
}

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

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

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

.main-header-three__top-contact li:before, .main-header__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, .main-header__top-contact li:last-child:before, .main-menu .main-menu__list > li > ul > li > ul > li > ul, .mobile-nav__container .main-logo, .mobile-nav__container .main-menu__language, .mobile-nav__container .main-menu__login, .mobile-nav__container .topbar__buttons, .stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none
}

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

.main-header-three__top-contact li .content, .main-header__top-contact li .content, .main-header__top-social a + a, .main-menu-two__call-content, .testimonial-one__client-content, .testimonial-three__client-content, .testimonial-two__client-details {
    margin-left: 15px
}

.main-header-three__top-contact li .icon, .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: .5s;
    transition: .5s
}

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

.main-header-three__top-contact li .icon span, .main-header__top-contact li .icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--woodza-base);
    -webkit-transition: .5s;
    transition: .5s
}

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

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

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

.famous-company__title a, .main-header-three__top-contact li .content h5 a, .main-header__top-contact li .content h5 a, .services-one__title a {
    color: var(--woodza-black);
    -webkit-transition: .5s;
    transition: .5s
}

.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-menu, .main-menu__right, .main-menu__wrapper-inner {
    display: block;
    position: relative
}

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

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

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

.main-menu__wrapper-inner {
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(201, 199, 205, .35);
    padding-left: 45px
}

.main-menu__right {
    float: right
}

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

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

.mobile-nav__wrapper, .stricky-header {
    position: fixed;
    visibility: hidden;
    left: 0
}

.main-menu-three__search, .main-menu__search {
    font-size: 25px;
    color: var(--woodza-white);
    -webkit-transition: .5s;
    transition: .5s
}

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

.main-menu-three__btn-box a, .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: .5s;
    transition: .5s
}

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

.main-menu-two, .stricky-header.main-menu {
    margin-top: 0
}

.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
}

.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 > 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: .5s;
    transition: .5s;
    font-weight: 400
}

.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 .5s, visibility .5s, -webkit-transform .7s;
    transition: opacity .5s, visibility .5s, transform .7s, -webkit-transform .7s;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.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(0);
    transform: scaleY(1) translateZ(0)
}

.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
}

.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;
    -webkit-transition: .5s;
    transition: .5s
}

.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 {
    z-index: 991;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility .5s, -webkit-transform .5s;
    transition: transform .5s, visibility .5s, -webkit-transform .5s;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(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
}

.mobile-nav__buttons a {
    font-size: 20px;
    cursor: pointer
}

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

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu .mobile-nav__toggler:hover, .main-menu-three__search:hover, .main-menu-two__call-icon, .main-menu-two__call-number a:hover, .problem-solved-three__call a:hover, .problem-solved__btn, .project-one__content-title-box h3 a, .project-two__title a, .team-one__title a:hover {
    color: var(--woodza-black)
}

@media (min-width: 1200px) {
    .container {
        max-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 .mobile-nav__toggler, .mobile-nav__buttons {
        display: none
    }
}

.mobile-nav__wrapper {
    top: 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 .5s .5s, -webkit-transform .5s .5s;
    transition: transform .5s .5s, visibility .5s .5s, -webkit-transform .5s .5s
}

.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 .5s, -webkit-transform .5s;
    transition: transform .5s, visibility .5s, -webkit-transform .5s
}

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

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

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

.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, .1);
    margin-left: .5em
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border, .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 > 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: #fff;
    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: .5s;
    transition: .5s
}

.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-base);
    border: none;
    outline: 0;
    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 .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    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(0);
    transform: rotate(0);
    background-color: #fff;
    color: var(--woodza-base)
}

.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__contact li, .mobile-nav__contact li > i, .mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox
}

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

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

.mobile-nav__social {
    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: .5s;
    transition: .5s
}

.mobile-nav__social a + a, .problem-solved-three__content, .problem-solved__content {
    margin-left: 30px
}

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

.mobile-nav__contact li {
    color: var(--woodza-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    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: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--woodza-base);
    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
}

.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
}

.author__content, .back-news__arrow, .blog-details__higher-specific, .blog-details__higher-specific-points, .blog-one, .blog-one__content, .footer-widget__about, .footer-widget__about-text-box, .footer-widget__subscribe-input-box, .main-header-two__top-lan-switcher, .main-header-two__top-right, .main-menu-two__btn, .project-one__carousel, .project-one__img, .project-one__single, .project-one__text-box, .project-one__title-box, .project-one__title-box-left, .project-one__top, .service-details__left, .service-details__list, .service-details__list li, .site-footer, .site-footer__top {
    display: block;
    position: relative
}

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

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

.main-header-two__top-request p a {
    color: var(--woodza-base);
    margin-left: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600
}

.main-header-two__top-contact li:hover .icon span, .main-header-two__top-request p a:hover {
    color: var(--woodza-white)
}

.main-header-two__top-right {
    float: right;
    padding: 4px 0
}

.famous-company__read-more a, .main-header-three__top-contact, .main-header-three__top-contact li, .main-header-two__top-contact, .main-header-two__top-contact li, .main-header-two__top-contact li .icon, .main-menu-three__social-search-btn, .why-choose-one__customer-service-icon {
    position: relative;
    display: flex;
    align-items: center
}

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

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet, .main-header-two__social a + a, .main-header-two__top-contact li .content {
    margin-left: 10px
}

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

.main-header-two__top-contact li .content p a {
    color: var(--woodza-white);
    -webkit-transition: .5s;
    transition: .5s
}

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

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

.stricky-header .main-menu-two__wrapper {
    padding-bottom: 0 !important
}

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

.main-header-two__social, .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;
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-three__top-contact li:hover .icon, .main-menu-two__call-icon:hover, .main-menu-two__social-btn, .main-menu-two__social-btn:before, .main-slider-two__sub-title:before, .main-slider-two__video-icon:hover:before {
    background-color: var(--woodza-base)
}

.main-header-three__top-contact li:hover .icon span, .main-menu-three .main-menu__list > li > a, .main-menu-two__call-icon:hover, .stricky-header.main-menu-three .main-menu__list > li > a {
    color: var(--woodza-white)
}

.main-menu-two__call-sub-title {
    font-size: 15px;
    color: var(--woodza-black);
    opacity: .7;
    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: .5s;
    transition: .5s
}

.main-header-two__social a, .main-menu-two__btn a {
    -webkit-transition: .5s;
    color: var(--woodza-white)
}

.main-menu-two__social-btn {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    height: 124px;
    z-index: 1
}

.main-menu-two__social-btn:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: -10000000px;
    z-index: -1
}

.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%;
    font-size: 15px;
    transition: .5s
}

.famous-company-shape-1 img, .main-slider-three-shape-1 img, .main-slider-three-shape-2 img, .main-slider-three-shape-3 img, .why-choose-one-shape img, .why-choose-one__customer-service-dot > img, .why-choose-one__dot > img, .why-choose-one__img-two > img, .why-choose-one__user-img > img, .why-choose-one__user-sign > img, .why-choose-two-shape-1 img, .why-choose-two-shape-2 img, .why-choose-two__bottom-user-img > img, .why-choose-two__bottom-user-sign > img {
    width: auto
}

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

.main-menu-two__btn a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10.2px 25px;
    font-size: 16px;
    text-transform: uppercase;
    transition: .5s
}

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

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

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

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

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

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

.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: .5s;
    transition: .5s
}

.famous-company__read-more a i, .famous-company__single:hover .famous-company__read-more a span, .famous-company__single:hover .famous-company__title a, .main-header-three__social a:hover, .main-menu-three .main-menu__list > li.current > a, .main-menu-three .main-menu__list > li:hover > a, .services-one__single:hover .services-one__title a, .stricky-header.main-menu-three .main-menu__list > li.current > a, .stricky-header.main-menu-three .main-menu__list > li:hover > a, .why-choose-one__points li .icon span {
    color: var(--woodza-base)
}

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

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

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

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

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

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

.main-slider .image-layer, .main-slider-overly-one, .main-slider-overly-two {
    bottom: 0;
    z-index: 1;
    position: absolute;
    top: 0
}

.main-slider .image-layer {
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1.5s ease-in, -webkit-transform 7s;
    transition: transform 7s, opacity 1.5s ease-in, -webkit-transform 7s
}

.main-slider__sub-title, .main-slider__title {
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    color: var(--woodza-white);
    opacity: 0;
    visibility: hidden;
    transition: transform 2s, opacity 2s, -webkit-transform 2s
}

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

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

.main-slider-overly-one {
    left: 0;
    width: 870px;
    background: #050f1d;
    background: linear-gradient(90deg, rgba(5, 15, 29, .9220063025210083) 18%, rgba(5, 15, 29, .09007352941176472) 66%)
}

.main-slider-overly-two {
    right: 0;
    width: 335px;
    background: #ece0d0;
    background: linear-gradient(90deg, rgba(236, 224, 208, .00043767507002800965) 51%, rgba(236, 224, 208, .7847514005602241) 81%)
}

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

.main-slider__sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 16px;
    -webkit-transform: translateY(120px);
    transform: translateY(120px)
}

.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;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 49px;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px)
}

.main-slider-three__btn-box, .main-slider-two__btn-box, .main-slider__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s
}

.main-slider .swiper-slide-active .main-slider__btn-box, .main-slider .swiper-slide-active .main-slider__sub-title, .main-slider .swiper-slide-active .main-slider__title {
    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: .5s
}

.blog-one__meta li:last-child:before, .counter-one .odometer-formatting-mark, .counter-one__list li:first-child:before, .counter-two .odometer-formatting-mark, .counter-two__list li:first-child:before, .main-slider__nav .swiper-button-next::after, .main-slider__nav .swiper-button-prev::after, .problem-solved-three__trusted-content .odometer-formatting-mark, .project-one__btn:after, .project-one__carousel.owl-carousel .owl-dots .owl-dot span, .project-two__carousel.owl-carousel .owl-dots .owl-dot span, .testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span, .working-process__single--last:before {
    display: none
}

.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-two .container {
    position: relative;
    padding-top: 182px;
    padding-bottom: 190px;
    z-index: 30
}

.image-layer-three, .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 1.5s ease-in, -webkit-transform 7s;
    transition: transform 7s, opacity 1.5s ease-in, -webkit-transform 7s;
    z-index: 1
}

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

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

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

.main-slider-three__video-icon, .main-slider-two__video-icon {
    background-color: rgba(var(--woodza-white-rgb), .2);
    border-radius: 0;
    text-align: center
}

.ask-question-box-bg, .blog-one-bg, .project-one__bottom-bg, .services-one-bg, .services-two-bg, .sidebar__call-content-bg, .site-footer-bg, .working-process-shpae-one {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.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: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s;
    z-index: 1
}

.main-slider-two__sub-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    height: 30px;
    width: 30px;
    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: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s
}

.main-slider-two .swiper-slide-active .main-slider-two__btn-box, .main-slider-two .swiper-slide-active .main-slider-two__title {
    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-three__video-link, .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;
    font-size: 15px;
    color: var(--woodza-base);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    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: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1
}

.main-slider-two__video-icon .ripple:after, .main-slider-two__video-icon .ripple:before, .main-slider-two__video-link .ripple {
    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), .6);
    -o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), .6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), .6);
    box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), .6);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    border-radius: 0
}

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

.main-slider-two__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .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-three-shape-1, .main-slider-three-shape-2 {
    transform: translateY(-200px);
    mix-blend-mode: overlay;
    opacity: 0;
    z-index: 1
}

#main-slider-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 13px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--woodza-white);
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s
}

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

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

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

.main-slider-three-shape-1 {
    position: absolute;
    top: -133px;
    left: -110px
}

.swiper-slide-active .main-slider-three-shape-1 {
    opacity: 1;
    transform: translateY(0);
    transition: 1s 1.5s
}

.main-slider-three-shape-2 {
    position: absolute;
    top: -151px;
    left: -85px
}

.swiper-slide-active .main-slider-three-shape-2 {
    opacity: 1;
    transform: translateY(0);
    transition: 1s
}

.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(0);
    transition: 1s 2s
}

.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: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s
}

.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;
    font-size: 15px;
    color: var(--woodza-base);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 1
}

.famous-company__single:hover .famous-company__read-more a i, .main-slider-three__title, .main-slider-three__video-icon:hover, .main-slider-three__video-text, .services-one__icon span, .why-choose-one__customer-service-icon span, .why-choose-one__points li:hover .icon span {
    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: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1
}

.about-history-tow .about-history__btn:hover:after, .about-history__btn:after, .about-history__btn:before, .about-history__img-one:before, .blog-one__tag, .famous-company__shape-1:before, .famous-company__single:hover .famous-company__read-more a i:after, .main-slider-three__video-icon:hover:before, .problem-solved-two__points li .icon, .problem-solved-two__year, .problem-solved__btn:after, .problem-solved__img:before, .problem-solved__right, .project-two__content:before, .project-two__single:hover .project-two__arrow a, .services-one__shape-1:before, .services-one__single:hover .services-one__arrow a, .services-two__shape-1:before, .services-two__single:hover .services-two__arrow a, .why-choose-one__left:before, .why-choose-one__points li:hover .icon, .why-choose-one__user-img:before {
    background-color: var(--woodza-base)
}

.main-slider-three__video-icon .ripple:after, .main-slider-three__video-icon .ripple:before, .main-slider-three__video-link .ripple {
    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), .6);
    -o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), .6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), .6);
    box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), .6);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    border-radius: 0
}

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

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

.main-slider-three__video-text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-left: 15px
}

.main-slider-three__title {
    position: relative;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    margin-top: 20px;
    margin-bottom: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: transform 2s, opacity 2s, -webkit-transform 2s
}

.main-slider-three .swiper-slide-active .main-slider-three__btn-box, .main-slider-three .swiper-slide-active .main-slider-three__title, .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 {
    position: relative;
    display: block;
    padding: 120px 0 200px;
    z-index: 1;
    background-color: #faf7f6
}

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

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

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

.famous-company__icon i {
    width: auto;
    font-size: 70px;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s;
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0)
}

.famous-company__single:hover .famous-company__icon i {
    -webkit-transform: scale(.9) rotateY(360deg);
    transform: scale(.9) rotateY(360deg);
    color: var(--woodza-base)
}

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

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

.famous-company__read-more a i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 33px;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

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

.famous-company__read-more a i:before {
    transform: rotate(-45deg);
    -webkit-transition: .5s;
    transition: .5s
}

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

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

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

.famous-company__single:hover .famous-company__shape-1, .services-one__single:hover .services-one__icon span, .services-one__single:hover .services-one__shape-1, .working-process__single:hover .working-process__icon span {
    transform: scale(.9)
}

.famous-company__shape-1:before {
    position: absolute;
    content: "";
    top: -9px;
    left: -11px;
    height: 8px;
    width: 8px;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s
}

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

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

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

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

.why-choose-one__left, .why-choose-three__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: "";
    width: 321px;
    height: 631px;
    z-index: -1
}

.why-choose-one__img-box:after, .why-choose-one__img-box:before {
    position: absolute;
    background-color: var(--woodza-white);
    content: ""
}

.why-choose-one__img-box:before {
    top: 150px;
    left: -10px;
    height: 225px;
    width: 10px
}

.why-choose-one__img-box:after {
    top: 115px;
    left: -20px;
    height: 65px;
    width: 5px
}

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

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

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

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

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

.why-choose-one__customer-service, .why-choose-three__customer-service {
    position: absolute;
    bottom: -225px;
    right: -81px;
    background-color: var(--woodza-base);
    display: flex;
    align-items: center;
    padding: 33px 30px;
    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 span {
    position: relative;
    display: inline-block;
    font-size: 65px
}

.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__right .section-title, .why-choose-three__right .section-title, .why-choose-two__left .section-title-two {
    margin-bottom: 39px
}

.why-choose-three__right p {
    padding-bottom: 15px
}

.about-history__text, .why-choose-one__text-1, .why-choose-one__text-2, .why-choose-two__text-1, .why-choose-two__text-2 {
    font-size: 18px;
    line-height: 34px;
    opacity: .8
}

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

.testimonial-one__client-details, .why-choose-one__points li, .why-choose-one__user {
    position: relative;
    display: flex;
    align-items: center
}

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

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

.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: .5s;
    transition: .5s
}

.why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s
}

.author__social a + a, .blog-details__tags a + a, .problem-solved-two__title-box, .project-details__details li .content, .project-detsils__challenge-list li .text, .service-details__benefits-points li .text, .site-footer__social a + a, .why-choose-one__points li .text, .why-choose-three__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__bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px
}

.services-one__arrow, .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-img:before {
    position: absolute;
    top: 3px;
    left: -3px;
    bottom: -3px;
    right: 0;
    content: "";
    z-index: -1
}

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

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

.page-header-bg, .page-header-bg:before, .services-one-bg, .services-one-bg:before, .services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.services-one-bg {
    z-index: -1
}

.services-one-bg:before {
    content: "";
    background-color: rgba(236, 228, 225, .88)
}

.blog-one__single, .contact-one__right .comment-form__input-box, .contact-page__input-box, .services-one__single, .services-two__single, .team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

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

.services-one__img:before {
    content: "";
    background-color: rgba(var(--woodza-black-rgb), .3);
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: .5s cubic-bezier(.62, .21, .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: .5s;
    transition: .5s
}

.blog-list__single:hover .blog-list__img img, .blog-one__single:hover .blog-one__img img, .services-one__single:hover .services-one__img img, .team-one__single:hover .team-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: 2px solid #aaa19a;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 2
}

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

.contact-one__list li:hover .icon, .contact-one__right .comment-form__btn:hover, .problem-solved-two__points li:hover .icon, .problem-solved__btn:hover:after, .services-one__shape-1, .services-two, .services-two__arrow a, .services-two__shape-1 {
    background-color: var(--woodza-black)
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    transition: .5s linear .1s;
    transform: scale(1)
}

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

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

.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: .5s;
    transition: .5s
}

.services-one__shape-1 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    height: 16px;
    width: 16px;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s
}

.services-one__shape-1:before {
    position: absolute;
    content: "";
    top: -9px;
    left: -11px;
    height: 8px;
    width: 8px;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s
}

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

.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;
    opacity: .5;
    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: .8
}

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

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

.contact-one .row, .problem-solved .row, .problem-solved-three .row {
    --bs-gutter-x: 0px
}

.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: .5s;
    transition: .5s
}

.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: .5s linear .1s;
    transform: scale(1)
}

.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: .5s;
    transition: .5s
}

.project-one__content-title-box span, .working-process__single:hover .working-process__title a {
    color: var(--woodza-base)
}

.service-details__points-text, .working-process__text {
    color: var(--woodza-white);
    opacity: .8
}

.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: .2s linear .1s
}

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

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

.problem-solved-three__img-box, .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;
    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
}

.about-history__img-one:before, .problem-solved-three__img:before, .why-choose-three__user-left-img:before {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    content: ""
}

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

.problem-solved__right-text, .problem-solved__right-title, .problem-solved__text {
    line-height: 30px;
    color: var(--woodza-white)
}

.problem-solved__right {
    position: relative;
    display: flex;
    align-items: center;
    padding: 75px 25px 43px 40px;
    overflow: hidden;
    z-index: 1
}

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

.problem-solved__right-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px
}

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

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

.about-history__btn:hover, .blog-one__tag p, .problem-solved__btn:hover, .project-one__bottom-title, .project-one__btn:hover, .services-two .section-title-two__tagline, .services-two .section-title-two__title, .team-one__sub-title, .team-one__title a {
    color: var(--woodza-white)
}

.problem-solved-three__shape-1, .problem-solved__shape-1 {
    position: absolute;
    top: -70px;
    left: -88px;
    border-radius: 50%;
    background-color: #cb4b2d;
    width: 206px;
    height: 206px;
    z-index: -1
}

.problem-solved-three__shape-2, .problem-solved__shape-2 {
    position: absolute;
    bottom: -65px;
    right: -135px;
    border-radius: 50%;
    background-color: #cb4b2d;
    width: 206px;
    height: 206px;
    z-index: -1
}

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

.project-one__title-box {
    margin-bottom: 50px
}

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

.project-one__text, .testimonial-one__text {
    font-size: 18px;
    opacity: .8
}

.project-one__top {
    z-index: 2
}

.carousel-box-shadow.owl-carousel .owl-item, .project-one__carousel.owl-carousel .owl-item, .project-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s
}

.carousel-box-shadow.owl-carousel .owl-item.active, .project-one__carousel.owl-carousel .owl-item.active, .project-one__single:hover .project-one__content, .project-two__carousel.owl-carousel .owl-item.active {
    visibility: visible;
    opacity: 1
}

.project-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -110px;
    left: 0;
    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: 0 10px;
    padding: 0;
    transition: .1s linear .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: .1s linear .1s
}

.carousel-dot-styled.owl-carousel .owl-dot.active:before, .project-one__carousel.owl-carousel .owl-dot.active:before, .project-two__carousel.owl-carousel .owl-dot.active:before, .testimonial-two__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1)
}

.project-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(21, 4, 0, .6);
    transform: scaleY(0);
    -webkit-transition: .5s;
    transition: .5s
}

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

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

.about-history__right, .blog-one__top, .counter-one__count-box, .footer-widget__contact, .footer-widget__contact-list, .footer-widget__contact-list li, .footer-widget__link, .footer-widget__logo, .footer-widget__service, .footer-widget__service-list, .footer-widget__subscribe-box, .footer-widget__title-box, .problem-solved-two__img, .problem-solved-two__right, .problem-solved-two__right-title, .project-one__bottom, .project-one__btn-box, .project-one__content-title-box, .services-two__arrow, .testimonial-one__carousel, .testimonial-one__quote, .why-choose-two__left {
    position: relative;
    display: block
}

.project-one__single:hover .project-one__content {
    transform: translateY(0)
}

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

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

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

.project-one__bottom {
    padding: 120px 0;
    z-index: 1
}

.blog-one-bg, .project-one__bottom-bg, .services-two-bg, .site-footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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, .7)
}

.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;
    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
}

.blog-list__img, .blog-one__img, .sidebar__call-img, .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), .3);
    width: 0%;
    transform: translateY(100%);
    transition: .5s;
    z-index: 1
}

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

.team-one__img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

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

.page-header-bg, .testimonial-three-bg, .testimonial-two-shape-1 {
    background-repeat: no-repeat;
    background-size: cover
}

.team-one__sub-title {
    line-height: 20px
}

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

.team-one__title a {
    -webkit-transition: .5s;
    transition: .5s
}

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

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

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

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

.counter-one__count-box h3, .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-one__plus, .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-one__text, .counter-two__text {
    color: var(--woodza-black);
    line-height: 16px
}

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

.counter-one__icon span, .counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: #000;
    transition: .5s linear .1s;
    transform: scale(1)
}

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

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

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

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

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

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

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

.testimonial-one__client-info, .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-one__client-img, .testimonial-three__client-img {
    position: relative;
    display: block;
    width: 70px
}

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

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

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

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

.testimonial-one__carousel.owl-theme .owl-nav, .testimonial-three__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, .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: #000;
    font-size: 15px;
    text-align: center;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span, .testimonial-one__carousel.owl-theme .owl-nav .owl-prev span, .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-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 {
    padding: 120px 0 0;
    overflow: hidden;
    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-list__img:before, .blog-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--woodza-black-rgb), .5);
    transform: scale(1, 0);
    transition: transform .5s;
    transform-origin: top center;
    z-index: 1
}

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

.blog-list__img img, .blog-one__img img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.blog-one__content {
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(217, 214, 214, .35);
    padding: 29px 25px
}

.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__arrow a, .blog-one__arrow a span, .blog-one__meta li i {
    position: relative;
    display: inline-block
}

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

.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: .5s;
    transition: .5s
}

.blog-one__meta li a:hover, .blog-one__meta li i, .blog-one__single:hover .blog-one__arrow a, .blog-one__single:hover .blog-one__title a, .footer-widget__contact-list .icon, .footer-widget__contact-list li:hover .text p a, .footer-widget__link li a:hover, .footer-widget__service-list li a:hover, .footer-widget__subscribe-btn:hover, .site-footer__social a:hover {
    color: var(--woodza-base)
}

.blog-one__meta li i {
    font-size: 20px;
    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: .5s;
    transition: .5s
}

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

.blog-one__arrow a {
    font-size: 16px;
    color: var(--woodza-black);
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-one__arrow a span {
    font-size: 14px;
    top: 3px
}

.blog-one__tag {
    position: absolute;
    top: -14px;
    left: 25px;
    padding: 5px 15px;
    z-index: 2
}

.blog-one__tag p {
    font-size: 14px;
    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;
    width: 100%
}

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

.about-history__img-one:before {
    position: absolute;
    bottom: 25px;
    right: 70px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    z-index: 2;
    -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-two, .about-history__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, .about-history__two > img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff
}

.about-history-three__content, .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__btn {
    background-color: var(--woodza-black);
    padding: 17px 35px 16px
}

.about-history__btn:after {
    transition: .5s ease-in-out .1s
}

.about-history__btn:hover:after, .footer-widget__subscribe-btn:hover, .project-details__bottom-right .faq-one-accrodion .accrodion.active .accrodion-title, .sidebar__call-icon, .site-footer__social a:hover {
    background-color: var(--woodza-white)
}

.site-footer {
    background-color: #292321;
    z-index: 1
}

.footer-widget__subscribe-input-box, .site-footer__social a {
    background-color: #241f1e
}

.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 {
    padding: 100px 0
}

.footer-widget__about {
    margin-right: 25px
}

.footer-widget__about-text-box {
    margin-top: 24px;
    margin-bottom: 24px
}

.footer-widget__about-text {
    color: #fff
}

.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: 0;
    font-size: 16px;
    color: var(--woodza-white);
    opacity: .3;
    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: .5s;
    transition: .5s
}

.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;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-widget__service {
    margin-left: 55px
}

.footer-widget__title-box {
    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__link li a, .footer-widget__service-list li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-widget__contact-list {
    padding-top: 13px
}

.footer-widget__contact-list li {
    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;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.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: #fff
}

.footer-widget__contact-list .text p a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.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);
    font-size: 15px
}

.site-footer__bottom-text a {
    color: var(--woodza-white);
    -webkit-transition: .5s;
    transition: .5s
}

.project-two__single:hover .project-two__title a, .project-two__sub-title, .services-two__single:hover .services-two__title a, .site-footer__bottom-text a:hover, .why-choose-two__unique-work-text {
    color: var(--woodza-base)
}

.blog-details, .blog-list, .blog-page, .contact-one, .contact-page, .faq-page, .problem-solved-two, .project-page-two, .service-details, .why-choose-two {
    position: relative;
    display: block;
    padding: 120px 0
}

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

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

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

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

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

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

.why-choose-three__user-right, .why-choose-two__unique-work-content {
    margin-left: 35px
}

.why-choose-two__unique-work-text {
    font-size: 20px;
    line-height: 30px
}

.why-choose-two__bottom {
    margin-top: 44px
}

.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)
}

.back-news__content, .why-choose-one__user-box-sign, .why-choose-two__bottom-content, .why-choose-two__bottom-user-sign {
    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: .8
}

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

.counter-two, .counter-two__inner, .famous-company-two, .project-two__single, .why-choose-one__user-box-img, .why-choose-three__img, .why-choose-three__img-box, .why-choose-two__bottom-user-img, .why-choose-two__img, .why-choose-two__img-box {
    position: relative;
    display: block;
    z-index: 1
}

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

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

.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:before {
    position: absolute;
    top: 155px;
    left: -20px;
    content: "";
    border: 1px solid #e5dedc;
    background-color: rgba(219, 94, 65, 0);
    width: 378px;
    height: 562px;
    z-index: -1
}

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

.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;
    z-index: 2
}

.why-choose-two__customer-service:before {
    top: 6px;
    left: 7px
}

.why-choose-two__customer-service:after {
    top: 12px;
    left: 13px
}

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

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

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

.why-choose-three__customer-service-content h4, .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-three__customer-service-dot, .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-three__dot > img, .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: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
}

.about-history-three__text, .famous-company-two__top-text, .why-choose-three__text-1, .why-choose-three__user-text {
    font-size: 18px;
    line-height: 34px;
    opacity: .8
}

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

.services-two {
    position: relative;
    display: block;
    padding: 120px 0 130px;
    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:before {
    background-color: #2c2c39
}

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

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

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

.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: 2px solid #aaa19a;
    -webkit-transition: .5s;
    transition: .5s;
    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: .5s linear .1s;
    transform: scale(1)
}

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

.services-two__title a {
    color: var(--woodza-black);
    -webkit-transition: .5s;
    transition: .5s
}

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

.services-two__arrow a i {
    position: relative;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transition: .5s;
    transition: .5s
}

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

.services-two__shape-1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 16px;
    width: 16px;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .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;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s
}

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

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

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

.problem-solved-two__year-shape-1, .problem-solved-two__year-shape-2 {
    background-color: #d25133;
    width: 52px;
    height: 52px;
    z-index: -1;
    border-radius: 50%
}

.problem-solved-two__year-icon, .why-choose-three__customer-service-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 {
    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
}

.problem-solved-two__year-shape-2 {
    position: absolute;
    top: -20px;
    right: -17px
}

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

.problem-solved-two__year-dot img, .statment-shape-1 img, .statment-shape-2 img, .why-choose-one__user-box-img img, .why-choose-one__user-box-sign img, .why-choose-three-shape-1 img, .why-choose-three-shape-2 img, .why-choose-three__customer-service-dot > img {
    width: auto
}

.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 {
    padding-left: 90px;
    position: relative;
    display: block
}

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

.problem-solved-two__points li .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    top: 9px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-list__inner, .blog-list__left, .blog-list__share, .blog-list__single, .contact-one__list, .contact-one__right, .contact-one__title, .counter-two__count-box, .problem-solved-three__trusted, .problem-solved-two__points li .text, .problem-solved-two__progress, .problem-solved-two__progress-single, .project-two, .project-two__arrow, .project-two__bottom, .project-two__carousel, .project-two__container, .project-two__left, .project-two__right, .project-two__title-box, .project-two__top, .testimonial-three__carousel, .testimonial-three__quote, .testimonial-two__carousel, .testimonial-two__single, .thm-breadcrumb, .why-choose-three__right, .why-choose-three__user-left {
    position: relative;
    display: block
}

.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 h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 8px
}

.problem-solved-two__points li .text p {
    opacity: .8;
    line-height: 30px;
    font-size: 17px
}

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

.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: 0;
    height: 6px;
    border-radius: 0;
    top: 5px;
    left: 5px;
    background: var(--woodza-base);
    -webkit-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s
}

.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: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.problem-solved-two__progress .bar-inner.counted .count-text {
    opacity: 1
}

.blog-page-carousel .blog-one__single, .problem-solved-two__progress .bar.marb-0, .services-carousel-page .services-one__single, .team-page-carousel .team-one__single {
    margin-bottom: 0
}

.project-two {
    padding: 0 0 150px
}

.project-two__right {
    margin-left: 20px;
    margin-top: 48px
}

.project-two__right-text, .service-details__text-2, .service-details__text-4, .testimonial-three__text {
    font-size: 18px;
    opacity: .8
}

.project-two__container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

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

.back-news, .back-news__arrow a, .project-two__arrow a, .project-two__content {
    align-items: center;
    position: relative;
    display: flex
}

.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: 0 10px;
    padding: 0;
    transition: .1s linear .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: .1s linear .1s
}

.carousel-dot-styled.owl-carousel .owl-dot:focus, .project-one__carousel.owl-carousel .owl-dot:focus, .testimonial-two__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.project-two__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--woodza-black-rgb), .3);
    transform: translateY(-50px);
    transition: opacity .5s, visibility .5s, transform .5s;
    visibility: hidden;
    opacity: 0
}

.project-two__single:hover .project-two__img:before {
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

.project-two__content {
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(180, 181, 184, .35);
    padding: 26px 25px;
    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;
    content: "";
    transform: translateY(-50%) scaleY(0);
    -webkit-transition: .5s;
    transition: .5s
}

.problem-solved-three__img:before, .why-choose-three__user-left-img:before {
    transform: translateY(-50%);
    -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
}

.project-two__single:hover .project-two__content:before {
    transform: translateY(-50%) scaleY(1)
}

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

.project-two__title a {
    -webkit-transition: .5s;
    transition: .5s
}

.project-two__sub-title {
    line-height: 30px
}

.project-two__arrow a {
    justify-content: center;
    height: 40px;
    width: 50px;
    background-color: #dad8d7;
    font-size: 15px;
    color: var(--woodza-white);
    -webkit-transition: .5s;
    transition: .5s
}

.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 220px;
    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-position: center;
    height: 803px;
    opacity: .04;
    z-index: -1
}

.testimonial-two__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -100px;
    left: 0;
    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, .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: 0 10px;
    padding: 0;
    transition: .1s linear .1s
}

.carousel-dot-styled.owl-carousel .owl-dots .owl-dot:before, .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: .1s linear .1s
}

.testimonial-two__content {
    position: relative;
    display: block;
    background-color: var(--woodza-white);
    padding: 39px 35px;
    border-radius: 10px
}

.testimonial-two__text {
    font-size: 18px;
    line-height: 28px;
    opacity: .8
}

.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-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.testimonial-two__client-sub-title {
    font-size: 16px;
    line-height: 20px;
    opacity: .7
}

.blog-two, .project-page-one, .similar-project, .team-page {
    position: relative;
    display: block;
    padding: 120px 0 90px
}

.services-three {
    padding: 120px 0 220px
}

.problem-solved-three {
    position: relative;
    display: block;
    margin-top: -130px
}

.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 {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--woodza-base);
    border-radius: 50%;
    top: 50%;
    left: -15px
}

.problem-solved-three__text {
    color: var(--woodza-white);
    opacity: .8;
    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: .5s;
    transition: .5s
}

.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: .5;
    line-height: 30px;
    padding-top: 18px
}

.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, .4);
    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
}

.why-choose-three {
    position: relative;
    display: block;
    padding: 250px 0 120px;
    background-color: #faf7f6;
    margin-top: -130px
}

.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: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__customer-service:after, .why-choose-three__customer-service:before {
    position: absolute;
    width: 3px;
    background-color: var(--woodza-white);
    height: 30px;
    content: ""
}

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

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

.why-choose-three__customer-service:before {
    top: 6px;
    left: 7px
}

.why-choose-three__customer-service:after {
    top: 12px;
    left: 13px
}

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

.contact-one__list li, .testimonial-three__client-details, .why-choose-three__points li, .why-choose-three__user {
    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: .5s;
    transition: .5s
}

.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: .5s;
    transition: .5s
}

.faq-one-accrodion .accrodion.active .accrodion-title h4, .sidebar__call-text, .why-choose-three__points li:hover .icon span {
    color: var(--woodza-white)
}

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

.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 {
    position: absolute;
    top: 50%;
    left: -13px;
    height: 30px;
    width: 30px;
    background-color: var(--woodza-base);
    border-radius: 50%
}

.testimonial-three__client-img img, .why-choose-three__user-left-img img {
    width: 100%;
    border-radius: 50%
}

.why-choose-three__user-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 24px
}

.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-position: top center;
    width: 963px;
    z-index: -1
}

.testimonial-three-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -3px;
    content: "";
    background: #dfd3d0;
    background: linear-gradient(90deg, rgba(223, 211, 208, .12088585434173671) 10%, rgba(223, 211, 208, .9948354341736695) 45%)
}

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

.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-two {
    margin-top: -110px
}

.counter-two__inner {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(210, 207, 206, .35);
    padding: 66px 0 10px
}

.counter-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    opacity: .1;
    z-index: -1
}

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

.counter-two__list li:hover .counter-two__icon span {
    transform: scale(.9);
    color: var(--woodza-base)
}

.contact-one .row {
    box-shadow: 0 0 35px 0 rgba(208, 208, 208, .35)
}

.comment-one__form .row, .contact-page__form .row {
    --bs-gutter-x: 20px
}

.contact-one__left {
    position: relative;
    display: block;
    background: #fff;
    padding: 67px 50px 55px;
    overflow: hidden;
    z-index: 1
}

.contact-one__shape-1, .contact-one__shape-2 {
    position: absolute;
    width: 319px;
    height: 319px;
    border-radius: 50%
}

.contact-one__shape-1 {
    top: -235px;
    left: -207px;
    background-color: #db5e41;
    z-index: 1
}

.contact-one__shape-2 {
    top: -242px;
    left: -175px;
    background-color: #e4cbc5;
    z-index: -1;
    -webkit-animation: 2s infinite pulse;
    -o-animation: 2s infinite pulse;
    animation: 2s infinite pulse
}

.contact-one__title h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 0 !important
}

.contact-one__title p {
    opacity: .8;
    padding-top: 24px;
    padding-bottom: 34px;
    margin-bottom: 0 !important
}

.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: var(--woodza-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--woodza-white);
    -webkit-transition: .5s;
    transition: .5s
}

.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;
    margin-bottom: 0
}

.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: .5s;
    transition: .5s
}

.contact-one__list li:hover .content h4 a, .thm-breadcrumb li:hover a {
    color: var(--woodza-base)
}

.contact-one__right .comment-one__form {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 50px 40px 54px
}

.contact-one__right .comment-one__form .row {
    --bs-gutter-x: 20px;
    box-shadow: none
}

.contact-one__right .comment-form__input-box input[type=email], .contact-one__right .comment-form__input-box input[type=text] {
    height: 55px;
    width: 100%;
    border: 1px solid #dedede;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    outline: 0;
    font-size: 16px;
    color: var(--woodza-black);
    display: block;
    border-radius: 0;
    font-weight: 400;
    opacity: .8
}

.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;
    border: 1px solid #dedede;
    border-radius: 0;
    outline: 0;
    margin-bottom: 0;
    font-weight: 400;
    opacity: .8
}

.contact-one__right .comment-form__btn {
    border: none;
    width: 100%;
    text-align: center;
    background-color: var(--woodza-base);
    font-size: 16px;
    color: var(--woodza-white);
    font-weight: 500;
    padding: 11.5px 0;
    -webkit-transition: .5s;
    transition: .5s
}

.back-news__left:hover .back-news__arrow a:before, .back-news__left:hover:before, .back-news__right:hover .back-news__arrow a:before, .back-news__right:hover:before {
    background-color: var(--woodza-primary)
}

.contact-one__right .comment-form__input-box.text-message-box {
    height: 185px;
    margin-bottom: 20px
}

.page-header {
    position: relative;
    display: block;
    padding: 127px 0 129px;
    background-color: #eef0f6;
    z-index: 1;
    margin-top: -20px
}

.page-header-bg {
    background-position: top center;
    z-index: -1
}

.page-header-bg:before {
    content: "";
    background: #281f1a;
    background: linear-gradient(90deg, #281f1a 19%, rgba(28, 22, 18, .2) 85%)
}

.page-header__inner {
    position: relative;
    display: block;
    z-index: 15
}

.page-header__inner h1 {
    font-size: 70px;
    color: var(--woodza-white);
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 6px
}

.blog-page__pagination .pg-pagination li a, .thm-breadcrumb li, .thm-breadcrumb li a {
    font-weight: 400;
    -webkit-transition: .5s;
    color: var(--woodza-white);
    display: inline-block
}

.page-header__inner p {
    font-size: 20px;
    color: var(--woodza-white);
    margin-bottom: 30px
}

.thm-breadcrumb li, .thm-breadcrumb li a {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    transition: .5s
}

.thm-breadcrumb li + li {
    margin-left: 4px
}

.blog-page__pagination {
    position: relative;
    display: block;
    padding: 30px 0 0;
    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;
    background-color: #c0b0a8;
    font-size: 20px;
    transition: .5s
}

.blog-details__cat, .blog-list__tag, .blog-page__pagination .pg-pagination li a:hover, .sidebar__search-form button[type=submit]:hover, .sidebar__title:before {
    background-color: var(--woodza-base)
}

.blog-list__single + .blog-list__single, .sidebar__single + .sidebar__single {
    margin-top: 50px
}

.blog-details__cat, .blog-list__tag {
    position: absolute;
    bottom: 20px;
    left: 40px;
    padding: 5px 15px;
    z-index: 2
}

.blog-details__cat p, .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: .5s;
    transition: .5s
}

.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: .5s;
    transition: .5s
}

.blog-list__arrow .blog-list__arrow-box:hover, .blog-list__arrow .blog-list__arrow-box:hover span, .blog-list__meta li a:hover, .blog-list__meta li i, .sidebar__call-icon:hover span, .sidebar__category-list li a span, .sidebar__category-list li a:hover span, .sidebar__category-list li.active a span, .sidebar__post-content-meta i, .sidebar__post-list li .sidebar__post-content h3 a:hover {
    color: var(--woodza-base)
}

.blog-list__meta li i {
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-right: 5px
}

.blog-details__text-2, .blog-details__text-3, .blog-details__text-4, .blog-details__text-5, .blog-list__text {
    opacity: .8
}

.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: .5s;
    transition: .5s
}

.blog-list__arrow .blog-list__arrow-box span {
    color: var(--woodza-black);
    padding-left: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.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: .5s;
    transition: .5s
}

.sidebar__post-list li, .sidebar__search-form button[type=submit] {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

.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 0;
    text-align: left
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar__title {
    position: relative;
    display: inline-block;
    margin: 0 0 38px;
    font-size: 28px;
    font-weight: 700
}

.sidebar__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    bottom: -6px;
    left: 0
}

.sidebar__search {
    position: relative;
    display: block;
    padding: 25px 30px;
    border: 1px solid #f2ecea
}

.blog-details__content-box-one, .blog-details__img-one, .blog-details__left, .blog-details__share, .faq-one-accrodion .accrodion, .faq-one-accrodion .accrodion-title, .project-details__bottom, .project-details__bottom-left, .project-details__challenge-img, .project-details__challenge-left, .project-details__details-box, .project-details__end-reasult, .project-details__img, .project-details__img-box, .project-details__points, .project-details__points li, .project-detsils__challenge-list, .service-details__benefits, .service-details__benefits-img, .service-details__benefits-points, .service-details__benefits-right, .service-details__brochures, .service-details__brochures-list, .service-details__content, .service-details__faq, .service-details__list li a, .service-details__points-box, .service-details__right, .sidebar__call-box, .sidebar__call-details, .sidebar__search-form {
    position: relative;
    display: block
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: 0;
    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__category, .sidebar__post {
    border: 1px solid #f2ecea;
    position: relative;
    display: block
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--woodza-gray);
    opacity: .5
}

.sidebar__search-form ::placeholder {
    color: var(--woodza-gray);
    opacity: .5
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--woodza-gray);
    opacity: .5
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--woodza-gray);
    opacity: .5
}

.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: 0;
    border: none;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.faq-one-accrodion .accrodion-content p a:hover, .sidebar__call-icon span, .sidebar__call-number a:hover {
    color: var(--woodza-black)
}

.sidebar__post {
    padding: 37px 30px 45px
}

.sidebar__post-list {
    margin: 0
}

.sidebar__post-list li {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

.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: .8;
    -webkit-transition: .5s;
    transition: .5s;
    font-family: var(--woodza-font)
}

.sidebar__category-list li a, .sidebar__post-content h3 a {
    -webkit-transition: .5s;
    display: block;
    color: var(--woodza-black)
}

.back-news__content p, .blog-details__tags span, .project-details__bottom-call p, .statment__count-plus {
    font-family: var(--woodza-font-two)
}

.sidebar__post-content-meta i {
    font-size: 15px;
    padding-right: 1px
}

.sidebar__post-content h3 a {
    transition: .5s;
    margin-top: 1px;
    font-size: 20px;
    font-weight: 700
}

.sidebar__category {
    padding: 37px 30px 35px
}

.sidebar__category-list {
    margin: 0
}

.service-details__list li + li, .sidebar__category-list li + li {
    margin-top: 10px
}

.sidebar__category-list li a {
    background-color: #faf7f6;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: .5s;
    padding: 12px 20px 11px
}

.sidebar__category-list li a:hover, .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: .5s;
    transition: .5s;
    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__call-shape {
    position: absolute;
    bottom: -110px;
    right: -145px;
    border-radius: 50%;
    background-color: #ee603f;
    width: 281px;
    height: 281px;
    opacity: .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;
    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, .8)
}

.sidebar__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    margin: 0 auto 14px;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar__call-icon:hover {
    background-color: var(--woodza-black)
}

.sidebar__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 45px
}

.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: .5s;
    transition: .5s
}

.sidebar__tags {
    position: relative;
    display: block;
    padding: 37px 30px 44px;
    border: 1px solid #f2ecea
}

.back-news, .comment-one__single {
    border-bottom: 1px solid #eff4f2
}

.sidebar__tags-list {
    margin-top: -10px
}

.sidebar__tags-list a {
    font-size: 16px;
    color: rgba(var(--woodza-gray-rgb), .8);
    -webkit-transition: .4s;
    transition: .4s;
    background: #f0eae8;
    display: inline-block;
    padding: 0 8px;
    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__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
}

.author__social, .back-news__left, .back-news__right, .blog-details__meta li, .blog-details__quote-icon, .blog-details__share a {
    display: flex;
    align-items: center;
    position: relative
}

.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, .carousel-dot-styled.owl-carousel .owl-dots .owl-dot span, .grecaptcha-badge {
    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: .5s;
    transition: .5s
}

.blog-details__share a, .blog-details__tags a {
    justify-content: center;
    -webkit-transition: .5s
}

.blog-details__meta li a:hover, .blog-details__meta li i, .faq-one-accrodion .accrodion-content p a, .service-locations a, .why-choose-three__right p a {
    color: var(--woodza-base)
}

.blog-details__meta li i {
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-right: 5px
}

.blog-details__share a {
    font-size: 20px;
    background-color: #f0eae8;
    height: 45px;
    width: 40px;
    color: var(--woodza-black);
    transition: .5s
}

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

.blog-details__text-1 {
    opacity: .8;
    padding-bottom: 24px
}

.blog-details__title-two {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 34px;
    margin-bottom: 21px
}

.blog-details__img-two {
    position: relative;
    display: block;
    margin-top: 44px;
    margin-bottom: 40px
}

.blog-details__img-two img {
    width: 100%
}

.blog-details__quote-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f0eae8;
    padding: 34px 25px;
    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: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__higher-specific {
    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 li, .blog-details__tags {
    position: relative;
    display: flex
}

.blog-details__higher-specific-points li + li, .project-detsils__challenge-list 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, .project-detsils__challenge-list li .text p {
    opacity: .8
}

.blog-details__tags {
    align-items: center;
    border-top: 1px solid #e8e6e6;
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 35px
}

.author__social a, .blog-details__tags a, .project-details__details, .project-details__details li, .service-details__points {
    position: relative;
    display: flex;
    align-items: center
}

.blog-details__tags span {
    font-size: 20px;
    font-weight: 700;
    color: var(--woodza-black);
    margin-right: 10px
}

.blog-details__tags a {
    font-size: 16px;
    color: rgba(var(--woodza-gray-rgb), .8);
    background-color: #f8f6f5;
    padding: 0 15px;
    line-height: 30px;
    transition: .5s
}

.blog-details__tags a:hover {
    background-color: #63564f;
    color: rgba(var(--woodza-white-rgb), .8)
}

.author {
    position: relative;
    display: block;
    background-color: #f8f7f5;
    padding: 40px 25px 40px 155px
}

.author__img {
    position: absolute;
    width: 110px;
    top: 49px;
    left: 25px
}

.about-history-three__img-one > img, .author__img img {
    width: 100%;
    border-radius: 50%
}

.author__content p {
    font-size: 18px;
    color: #8f4a32;
    line-height: 32px;
    padding: 18px 0 20px
}

.author__social a {
    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: .5s;
    transition: .5s
}

.author__social a:hover {
    background-color: var(--woodza-base);
    color: var(--woodza-white);
    border: 1px solid var(--woodza-base)
}

.back-news {
    justify-content: space-between;
    border-top: 1px solid #eff4f2;
    padding: 20px 0;
    margin-top: 60px;
    margin-bottom: 53px
}

.back-news__left:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 1px;
    width: 250px;
    background-color: var(--woodza-base);
    -webkit-transition: .5s;
    transition: .5s
}

.back-news__arrow a:before, .back-news__right:before {
    position: absolute;
    -webkit-transition: .5s;
    content: "";
    right: 0
}

.back-news__arrow a {
    justify-content: center;
    font-size: 12px;
    color: var(--woodza-white);
    width: 30px;
    height: 68px;
    z-index: 1
}

.back-news__arrow a:before {
    top: -20px;
    bottom: -20px;
    left: 0;
    background-color: var(--woodza-base);
    transition: .5s;
    z-index: -1
}

.back-news__content p {
    font-size: 20px;
    color: #63564f;
    font-weight: 600;
    line-height: 34px
}

.back-news__right:before {
    bottom: -21px;
    height: 1px;
    width: 250px;
    background-color: #63564f;
    transition: .5s
}

.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: .5s;
    transition: .5s
}

.comment-form__title, .comment-one__title {
    margin: 0 0 50px;
    color: var(--woodza-black);
    font-size: 28px;
    font-weight: 700
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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 0 19px;
    font-size: 24px;
    color: var(--woodza-black);
    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: .8;
    margin: 0
}

.comment-one__btn {
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ececec;
    font-size: 15px;
    color: var(--woodza-black);
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.comment-form__btn, .comment-one__btn:hover {
    color: var(--woodza-white);
    background-color: var(--woodza-base)
}

.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
}

.ask-question__input-box, .comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.comment-form__input-box input[type=email], .comment-form__input-box input[type=text] {
    height: 70px;
    width: 100%;
    border: none;
    background-color: #f8f7f5;
    padding-left: 20px;
    padding-right: 20px;
    outline: 0;
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .6);
    display: block;
    border-radius: 3px
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .6);
    height: 215px;
    width: 100%;
    background-color: #f8f7f5;
    padding: 15px 30px 30px;
    border: none;
    outline: 0;
    margin-bottom: 0;
    border-radius: 3px
}

.service-details__brochures-list li a, .service-details__list li a {
    background-color: #faf7f6;
    padding: 12px 15px;
    font-weight: 500;
    border: 2px solid transparent;
    font-size: 18px
}

.comment-form__btn {
    border: none;
    font-size: 16px;
    padding: 11px 40px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.comment-form__btn:hover, .contact-page__btn:hover, .error-page__form button[type=submit]:hover, .faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: var(--woodza-black)
}

.comment-form__input-box.text-message-box {
    height: 215px
}

.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 0 49px;
    font-size: 28px;
    font-weight: 700
}

.service-details__img-one, .service-details__img-two {
    margin-bottom: 60px;
    display: block;
    position: relative
}

.service-details__title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    background-color: var(--woodza-base);
    bottom: -6px;
    left: 0
}

.service-details__list li a {
    color: var(--woodza-black);
    -webkit-transition: .5s;
    transition: .5s
}

.service-details__list li.active a, .service-details__list li:hover 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: .5s;
    transition: .5s
}

.service-details__list li.active a span, .service-details__list li:hover a span {
    border-left: 2px solid var(--woodza-base)
}

.service-details__brochures {
    border: 1px solid #f2ecea;
    padding: 43px 30px 50px;
    margin-top: 50px
}

.faq-one-accrodion .accrodion + .accrodion, .service-details__brochures-list li + li {
    margin-top: 10px
}

.service-details__brochures-list li a {
    position: relative;
    display: block;
    color: var(--woodza-black);
    -webkit-transition: .5s;
    transition: .5s
}

.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: .5s;
    transition: .5s
}

.service-details__brochures-list li:hover a span {
    border-left: 2px solid var(--woodza-base);
    color: var(--woodza-base)
}

.service-details__right p {
    font-size: 18px;
    opacity: .9;
    margin-bottom: 20px
}

.service-details__right p a {
    font-weight: 600;
    color: var(--woodza-base)
}

.service-details__right p a:hover {
    color: #000
}

.service-details__right h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.service-details__right h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.service-details__right .contact-one {
    padding-top: 60px;
    padding-bottom: 60px
}

.service-details__content-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px
}

.project-details__text-1, .service-details__text-1 {
    font-size: 18px;
    opacity: .8;
    padding-top: 25px;
    padding-bottom: 31px
}

.service-details__img-two {
    margin-top: 60px
}

.service-details__img-one img, .service-details__img-two img {
    width: 100%
}

.project-details__challenge-title, .service-details__content-title-two {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px
}

.service-details__text-3 {
    font-size: 18px;
    opacity: .8;
    margin-top: 17px;
    margin-bottom: 31px
}

.service-details__points-box {
    background-color: #302a27;
    padding: 34px 40px 29px;
    margin-top: 45px
}

.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: .8;
    margin-left: 20px
}

.service-details__benefits {
    margin-bottom: 50px;
    margin-top: 75px
}

.about-history-three__right-img img, .project-details__challenge-img img, .project-details__img img, .service-details__benefits-img img {
    width: 100%
}

.service-details__benefits-right {
    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: .8;
    padding-top: 27px;
    padding-bottom: 32px
}

.service-details__benefits-points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-details__benefits-points li + li {
    margin-top: 8px
}

.service-details__benefits-points li .icon {
    color: var(--woodza-base);
    font-size: 18px;
    padding-top: 2px;
    position: relative
}

.service-details__benefits-points li .text p {
    font-size: 18px;
    opacity: .9
}

.faq-one-accrodion .accrodion-content p, .service-details__benefits-points p {
    margin: 0
}

.service-locations a:hover, .why-choose-three__right p a:hover {
    color: var(--woodza-black)
}

.faq-email-box, .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
}

.project-details__text-2, .service-details__benefits-text {
    font-size: 18px;
    opacity: .8
}

.faq-one-accrodion .accrodion {
    border-radius: 0
}

.faq-one-accrodion .accrodion-title {
    cursor: pointer;
    padding: 14px 20px;
    background-color: #e8e7e6;
    transition: .2s linear .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: .5s;
    transition: .5s
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\e92d";
    font-family: icomoon !important;
    font-weight: 400;
    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: .5s;
    transition: .5s;
    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
}

.project-details__details-box {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 26px 0 rgba(215, 212, 212, .35);
    margin-left: 100px;
    margin-right: 100px;
    margin-top: -65px;
    padding: 38px 0
}

.project-details__details {
    justify-content: center
}

.project-details__details li .icon, .project-detsils__challenge-list li, .project-detsils__challenge-list li .icon {
    position: relative;
    align-items: center;
    display: flex
}

.project-details__details li + li {
    margin-left: 60px
}

.project-details__details li .icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #6d5447
}

.project-details__details li .content p {
    font-size: 18px;
    line-height: 25px;
    opacity: .7;
    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__challenge, .statment__right {
    position: relative;
    display: block;
    margin-top: 50px
}

.project-details__challenge-right {
    position: relative;
    display: block;
    margin-top: -10px
}

.project-details__challenge-text {
    font-size: 18px;
    color: #7e574e;
    padding-top: 32px;
    padding-bottom: 31px
}

.project-detsils__challenge-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--woodza-black)
}

.project-details__challenge-text-2 {
    opacity: .8;
    padding-top: 32px
}

.project-details__challenge-text-3 {
    opacity: .8;
    padding-top: 50px
}

.project-details__end-reasult {
    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 {
    margin-top: 58px
}

.project-details__points li {
    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: .7;
    font-size: 15px
}

.contact-page__list li .content p a:hover, .project-details__bottom-call h4 a:hover, .service-area ul li a:hover {
    color: var(--woodza-base)
}

.contact-page__left, .contact-page__list, .contact-page__list li, .project-details__bottom-right, .project-details__points li .text, .project-page-two__container {
    position: relative;
    display: block
}

.project-details__points li .text p {
    opacity: .8
}

.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;
    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: .5s;
    transition: .5s
}

.project-details__bottom-right {
    border-radius: 5px;
    background-color: #f7f5f4;
    padding: 50px 25px;
    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-content {
    border: 0
}

.project-page-one .project-two__single, .similar-project .project-two__single, .testimonial-page .testimonial-three__single {
    margin-bottom: 30px
}

.project-page-carousel .project-two__content, .project-page-one .project-two__content, .similar-project .project-two__content {
    padding: 26px 25px
}

.project-page-carousel .project-two__title, .project-page-one .project-two__title, .similar-project .project-two__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px
}

.contact-page__left {
    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: .8;
    line-height: 30px
}

.contact-page__list {
    margin-top: 48px
}

.contact-page__list li {
    padding-left: 115px
}

.contact-page__list li + li {
    margin-top: 40px
}

.contact-page__list li .icon {
    height: 85px;
    width: 85px;
    background-color: var(--woodza-base);
    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: .5s;
    transition: .5s
}

.contact-page__list li:hover .icon {
    background-color: #60443e
}

.about-history-three__right, .about-history-three__right-img, .ask-question__form, .blog-carousel, .contact-page__form, .contact-page__list li .content, .error-page__title-box, .google-map {
    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: .5s;
    transition: .5s
}

.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: .8;
    padding-top: 21px;
    padding-bottom: 35px
}

.contact-page__input-box input[type=email], .contact-page__input-box input[type=text] {
    height: 60px;
    width: 100%;
    border: 0;
    background-color: var(--woodza-white);
    padding-left: 20px;
    padding-right: 20px;
    outline: 0;
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .7);
    display: block;
    border-radius: 0;
    font-weight: 400
}

.contact-page__input-box textarea {
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .7);
    height: 155px;
    width: 100%;
    background-color: var(--woodza-white);
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    outline: 0;
    margin-bottom: 0;
    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;
    -webkit-transition: .5s;
    transition: .5s
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 600px;
    width: 100%
}

.error-page {
    position: relative;
    display: block;
    padding: 64px 0 120px
}

.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: .8
}

.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: 0;
    background-color: #f5f4f4;
    font-size: 18px;
    color: rgba(115, 86, 71, .7);
    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: 0;
    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: .5s;
    transition: .5s
}

.error-page__btn {
    font-size: 18px;
    font-weight: 500;
    color: #735647;
    border: 1px solid #735647;
    display: inline-block;
    padding: 18px 50px;
    -webkit-transition: .5s;
    transition: .5s
}

.error-page__btn:hover {
    background-color: #735647;
    color: #fff
}

.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: #fff;
    box-shadow: 0 0 26px 0 rgba(161, 161, 161, .35);
    padding: 40px 30px 60px;
    z-index: 1
}

.ask-question-box-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .15;
    z-index: -1
}

.ask-question__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 21px
}

.ask-question__input-box input[type=email], .ask-question__input-box input[type=text], .ask-question__input-box textarea {
    height: 55px;
    border: 0;
    background-color: #f1f1f1;
    padding: 0 20px;
    font-size: 16px;
    color: rgba(var(--woodza-black-rgb), .7);
    outline: 0;
    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: .5s;
    transition: .5s
}

.ask-question__btn:hover {
    background-color: var(--woodza-black)
}

.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: .5s;
    transition: .5s
}

.faq-email-box__email a:hover {
    background-color: var(--woodza-base)
}

.testimonial-page {
    position: relative;
    display: block;
    background-color: #f7f5f5;
    padding: 120px 0 90px
}

.testimonial-page .container {
    max-width: 1330px
}

.why-choose-four {
    margin-top: 0;
    padding: 120px 0
}

.problem-solved-four {
    margin-top: -100px
}

.statment {
    position: relative;
    display: block;
    background-color: #f6edea;
    padding: 120px 0
}

.about-history-three__video-icon, .statment__count-icon {
    background-color: var(--woodza-white);
    border-radius: 50%
}

.statment-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0
}

.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: .8
}

.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;
    font-size: 50px;
    color: var(--woodza-black);
    -webkit-transition: .5s;
    transition: .5s
}

.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
}

.statment__count-text {
    color: var(--woodza-black);
    line-height: 25px
}

.statment__right-text {
    font-size: 20px;
    line-height: 34px;
    opacity: .8
}

.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: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__title {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 25px
}

.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);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 1
}

.about-history-three__video-icon:hover {
    color: var(--woodza-white);
    background-color: var(--woodza-base)
}

.about-history-three__video-icon .ripple:after, .about-history-three__video-icon .ripple:before, .about-history-three__video-link .ripple {
    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), .6);
    -o-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), .6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), .6);
    box-shadow: 0 0 0 0 rgba(var(--woodza-primary-rgb), .6);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    border-radius: 50%
}

.about-history-three__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.about-history-three__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.about-page-team {
    padding: 120px 0 90px
}

.blog-page-carousel, .project-page-carousel, .services-carousel-page, .team-page-carousel, .testimonial-page-carousel {
    position: relative;
    display: block;
    padding: 120px 0 190px
}

.pb-100, .service-area {
    padding-bottom: 100px
}

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

.services-carousel-page {
    background-color: #faf7f6
}

.testimonial-page-carousel {
    background-color: #f7f5f5
}

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

.pt-0 {
    padding-top: 0
}

.text-centre {
    text-align: center
}

hr {
    margin: 4rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

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

.service-area {
    padding-top: 70px
}

.service-area h2 {
    margin-top: 30px;
    margin-bottom: 10px
}